@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Yeseva+One&display=swap";
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-font-weight:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-white:#fff;--spacing:.25rem;--font-weight-bold:700;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.static{position:static}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.col-span-12{grid-column:span 12/span 12}.mx-auto{margin-inline:auto}.mt-auto{margin-top:auto}.mb-4{margin-bottom:calc(var(--spacing)*4)}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.w-full{width:100%}.max-w-\[520px\]{max-width:520px}.max-w-\[1340px\]{max-width:1340px}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-rows-\[auto\,1fr\,auto\]{grid-template-rows:auto,1fr,auto}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-3{gap:calc(var(--spacing)*3)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-12{gap:calc(var(--spacing)*12)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}.self-start{align-self:flex-start}.text-center{text-align:center}.text-left{text-align:left}.text-\[16px\]{font-size:16px}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}@media (min-width:48rem){.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:order-4{order:4}.md\:col-span-1{grid-column:span 1/span 1}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-col{flex-direction:column}.md\:self-center{align-self:center}.md\:justify-self-end{justify-self:flex-end}.md\:justify-self-start{justify-self:flex-start}}@media (min-width:64rem){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:mx-0{margin-inline:calc(var(--spacing)*0)}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:w-auto{width:auto}.lg\:max-w-none{max-width:none}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:gap-6{gap:calc(var(--spacing)*6)}}}:root{--brand-purple:#5e17eb;--brand-lime:#9eff1f;--brand-gray:#959595;--brand-green:#2e6417;--text-dark:#000;--text-white:#fff;--bg-dark:#000000bf}*{box-sizing:border-box;margin:0;padding:0}html,body{color:var(--text-dark);scroll-behavior:smooth;background:#fff;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}[id]{scroll-margin-top:120px}.header{z-index:50;padding:1rem;position:fixed;top:0;left:0;right:0}.header-container{background:var(--bg-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;justify-content:space-between;align-items:center;max-width:100%;margin:0;padding:.6rem 1.2rem;display:flex;position:relative}.header-left,.logo{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.logo img{width:40px;height:auto}.logo span{color:var(--text-white);font-family:Yeseva One,serif;font-size:1.25rem;font-weight:400}@media (max-width:640px){.logo span{display:none}}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.footer-logo img{width:40px;height:auto}.footer-logo span{color:var(--text-white);font-family:Yeseva One,serif;font-size:1.25rem;font-weight:400}.nav{background:#fff3;border-radius:50px;justify-content:center;gap:.35rem;margin:0 auto;padding:.35rem .8rem;display:flex}.burger-btn{cursor:pointer;background:#fff3;border:none;border-radius:20px;flex-direction:column;gap:4px;padding:.5rem .7rem;display:none}.burger-btn span{background:#fff;border-radius:2px;width:20px;height:2px;display:block}.nav-item{position:relative}.nav-link{color:var(--text-white);white-space:nowrap;border-radius:25px;padding:.5rem .75rem;font-size:16px;text-decoration:none;transition:background .3s,opacity .3s;display:block}.nav-launch{border-radius:25px;padding:.5rem 1rem;font-size:16px}.nav-link:hover{background:0 0}.has-dropdown .nav-link:after{content:" ▾";font-size:.75rem}.dropdown{opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#3f3f3f;border-radius:16px;min-width:250px;margin-top:.5rem;padding:.75rem 0;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 40px #0000004d}.nav-item.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{color:var(--text-white);white-space:nowrap;padding:.75rem 1.25rem;font-size:.875rem;text-decoration:none;transition:background .3s;display:block}.dropdown a:hover{background:#ffffff1a}.header-buttons{align-items:center;gap:.75rem;display:flex}.header-buttons img{width:30px;height:30px}.lang-dropdown{position:relative}.lang-toggle{color:var(--text-white);cursor:pointer;background:0 0;border:none;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;transition:background .3s;display:flex}.lang-toggle:hover{background:#ffffff1a}.lang-icon{width:22px;height:22px}.lang-current{letter-spacing:.5px}.lang-caret{margin-left:.1rem;font-size:.75rem}.lang-menu{background:var(--bg-dark);opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:120;border-radius:16px;min-width:90px;margin-top:.5rem;padding:.5rem 0;transition:all .3s;position:absolute;top:100%;right:0;transform:translateY(10px);box-shadow:0 10px 40px #0000004d}.lang-dropdown:hover .lang-menu,.lang-dropdown.open .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.lang-option{width:100%;color:var(--text-white);text-align:left;cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.85rem;text-decoration:none;transition:background .3s;display:block}.lang-option:hover{background:#ffffff1a}.btn-launch{background:var(--brand-purple);border:2px solid var(--text-white);color:var(--text-white);cursor:pointer;border-radius:50px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;transition:background .3s}.btn-launch:hover{background:#4c0fbf}.btn-secondary{color:var(--text-dark);cursor:pointer;background:#fff;border:2px solid #0000;border-radius:50px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;transition:background .3s}.btn-secondary:hover{background:#f0f0f0}.btn-secondary--gray{background:var(--brand-gray);color:var(--text-white)}.btn-secondary--gray:hover{background:#7f7f7f}.btn-cta{background:var(--brand-purple);color:var(--text-white);cursor:pointer;border:none;border-radius:50px;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:background .3s}.btn-cta:hover{background:#4c0fbf}.hero{background-color:#070b1a;background-image:url("/assets/background 1.png");background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0 0 30px 30px;align-items:center;min-height:100vh;margin-top:0;padding-top:85px;padding-bottom:60px;display:flex;position:relative;overflow:hidden}.hero-bg{display:none}.hero-content{z-index:10;width:100%;max-width:100%;min-height:calc(100vh - 160px);margin:0;padding:0 2rem;position:relative}.hero-main{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.hero-text{flex:1;padding-top:85px}.hero h1{color:var(--text-white);margin-bottom:1.5rem;font-size:56px;font-weight:700;line-height:1.2}.hero p{color:var(--text-white);margin-bottom:0;font-size:32px}.hero-title .line,.hero-subtitle .line{display:block}.social-box{background:var(--bg-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;flex-shrink:0;padding:1.25rem 2rem}.hero-social-box{position:absolute;bottom:65px;right:1rem}@media (max-width:1024px){.burger-btn{display:flex}.nav{z-index:60;background:#3f3f3f;flex-wrap:wrap;justify-content:center;width:100%;padding:.6rem .9rem;display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;transform:none}.nav.is-open{display:flex}.hero-content{height:100%;min-height:100%}.hero-social-box{bottom:0;left:auto;right:1rem;transform:none}.hero-social-box .social-link img{width:30px;height:30px}.hero-social-box .social-links{gap:.75rem}.hero-social-box{width:fit-content;padding:1rem 1.5rem}.nav{gap:.2rem;padding:.3rem .6rem}.nav-link{padding:.35rem .45rem;font-size:14px}.header-buttons{gap:.4rem}.btn-launch,.btn-secondary{padding:.35rem .7rem;font-size:12px}.how-panel{padding:2.25rem 2rem}.how-grid{gap:1.75rem}.how-group{padding:1.25rem 1.5rem}.how-item{gap:.75rem}.how-number{width:22px;height:22px;font-size:11px}.how-icon{width:32px;height:32px}.how-item p{font-size:13px;line-height:1.3}.how-arrow-center{width:56px}.hero{padding-bottom:0}}.footer-social-box{width:fit-content;position:static;bottom:auto;right:auto}.social-box .social-box-title{color:var(--text-white);text-align:left;text-transform:none;margin-bottom:1rem;font-size:16px;font-weight:600;line-height:1.2}.social-links{justify-content:center;gap:2rem;display:flex}.social-link{align-items:center;gap:.6rem;text-decoration:none;transition:opacity .3s;display:flex}.social-link:hover{opacity:.8}.social-link img{border-radius:8px;width:42px;height:42px}.social-link-text{color:var(--text-white);flex-direction:column;font-size:.85rem;line-height:1.3;display:flex}.social-link-text span:first-child{opacity:.9}.social-links a:hover{opacity:.8}@media (max-width:1024px){.footer-social-box .social-link-text{display:none}}.section-container{max-width:100%;margin:0;padding:3rem 2rem}.legal-section{padding-top:140px}.legal-title{color:var(--text-dark);margin-bottom:2rem;font-size:32px;font-weight:700}.support-section{padding-top:140px}.support-title{color:var(--text-dark);margin-bottom:.5rem;font-size:32px;font-weight:700}.support-subtitle{color:#222;margin-top:30px;font-size:16px}.support-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:24px;margin-top:40px;display:grid}.support-left{flex-direction:column;grid-column:span 5/span 5;gap:0;display:flex}.support-right{grid-column:span 7/span 7}.support-lamp{width:100%;max-width:360px;height:auto}.support-contact{color:#111;align-items:center;gap:12px;font-size:16px;display:flex}.support-contact--telegram{margin-top:43px}.support-contact--email{margin-top:34px}.support-contact img{width:36px;height:36px}.support-form-card{color:#fff;background:#3f3f3f;border-radius:32px;padding:32px 32px 28px}.support-form-title{text-align:center;margin-bottom:18px;font-size:24px;font-weight:700}.support-form{flex-direction:column;gap:14px;display:flex}.support-input,.support-textarea{color:#333;background:#fff;border:none;border-radius:22px;width:100%;padding:12px 18px;font-size:15px}.support-input::placeholder,.support-textarea::placeholder{color:#8a8a8a;font-size:16px;font-weight:700}.support-textarea{resize:vertical;min-height:90px}.support-attach{flex-direction:column;gap:10px;display:flex}.support-attach-label{font-weight:600}.support-file-input{display:none}.support-upload-btn{color:#000;cursor:pointer;text-align:center;background:#fff;border:none;border-radius:20px;justify-content:center;align-items:center;width:220px;height:52px;padding:14px 20px;font-size:20px;font-weight:700;display:inline-flex}.support-required-note{opacity:.9;font-size:16px;font-weight:700}.support-recaptcha{justify-content:center;margin:6px 0 10px;display:flex}.support-recaptcha .g-recaptcha{transform-origin:50%}.support-submit-btn{background:var(--brand-purple);color:#fff;cursor:pointer;border:none;border-radius:24px;margin-top:8px;padding:12px 18px;font-weight:700}.education-page{padding-top:140px}.education-title{color:var(--text-dark);margin-bottom:16px;font-size:32px;font-weight:700}.education-intro{max-width:900px;color:var(--text-dark);margin:0 auto 40px;font-size:16px;line-height:1.6}.education-product-title{color:var(--text-dark);margin-bottom:32px;font-size:24px;font-weight:700}.education-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:24px;display:grid}.education-left{color:#fff;background:#3f3f3f;border-radius:36px;grid-column:span 5/span 5;padding:24px}.education-left-title{text-align:center;margin-bottom:18px;font-size:18px;font-weight:700}.education-list{flex-direction:column;gap:14px;display:flex}.education-item{color:#fff;text-align:left;cursor:pointer;background:#5a5a5a;border:none;border-radius:24px;align-items:center;gap:14px;padding:12px 16px;font-size:15px;line-height:1.3;display:flex}.education-item.active{background:#6b6b6b}.education-item-icon{flex-shrink:0;width:40px;height:40px}.education-right{grid-column:span 7/span 7}.education-video-title{text-align:center;color:var(--text-dark);margin-bottom:12px;font-size:16px;font-weight:700}.education-video{aspect-ratio:16/9;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 10px 30px #00000026}.education-video iframe{width:100%;height:100%}@media (max-width:1024px){.education-grid{grid-template-columns:1fr}.education-left,.education-right{grid-column:span 12/span 12}.support-grid{grid-template-columns:1fr}.support-left,.support-right{grid-column:span 12/span 12}.support-lamp{max-width:280px;margin:0 auto}.support-contact{justify-content:center}}@media (max-width:768px){.support-form-card{padding:24px 20px}}.legal-card{color:var(--text-white);background:#000000bf;border-radius:50px;padding:2.5rem}.legal-card p{margin-bottom:.75rem;font-size:14px;line-height:1.6}.legal-card p strong{font-weight:700}.legal-list{margin:.25rem 0 .75rem 1.25rem;padding:0}.about{background:#fff}.about h2{margin-bottom:2rem;font-size:32px;font-weight:700}.about-grid p{overflow-wrap:anywhere;font-size:16px;line-height:1.6}.about-grid>div{min-width:0}.benefits-list{border:2px solid #4a4a4a;border-radius:36px;grid-template-columns:1fr 1fr;gap:1.5rem 2.5rem;padding:2rem 2.5rem;display:grid}.benefit-item{align-items:flex-start;gap:.9rem;display:flex}.check-icon{flex-shrink:0;width:28px;height:28px}.benefit-item p{overflow-wrap:anywhere;min-width:0;font-size:16px}.how-it-works{color:var(--text-white);background:0 0}.how-it-works h2{text-align:center;color:#000;margin-bottom:3rem;font-size:32px;font-weight:700}.how-panel{background:#3f3f3f;border-radius:28px;min-height:260px;padding:3rem;position:relative;overflow:hidden}.how-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;display:grid}.how-arrow-row{justify-content:flex-end;padding:1.5rem 10% 1.5rem 0;display:flex}.how-arrow-center{width:70px;height:auto}@media (max-width:768px){.how-grid{gap:1.5rem;grid-template-columns:1fr!important}.how-item{flex-direction:row;justify-content:flex-start}.how-arrow-row{justify-content:center;padding:1rem 0;display:flex}.how-arrow-center{width:50px}.how-panel{padding:1.5rem}.how-group{padding:1rem}}.how-grid-top{margin-bottom:3.5rem}.how-group{border:2px solid #fff;border-radius:24px;padding:1.5rem 1.75rem}.how-row{width:100%}.how-item{color:#fff;align-items:center;gap:1rem;display:flex}.how-number{border:1.5px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:600;display:inline-flex}.how-icon{flex-shrink:0;width:44px;height:44px}.how-item p{font-size:16px;line-height:1.4}.pricing{background:#fff}.pricing h2{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.period-selector-wrap{justify-content:center;display:flex}.period-selector{background:var(--brand-gray);border-radius:50px;flex-wrap:wrap;justify-content:center;gap:8px;width:fit-content;margin:0 auto 3rem;padding:6px;display:inline-flex}.period-btn{cursor:pointer;background:#fff;border:none;border-radius:50px;align-items:center;gap:10px;height:46px;padding:0 20px;font-size:20px;font-weight:700;display:inline-flex}.period-btn.highlight{color:var(--text-dark);background:#fff}.period-btn.active{background:var(--brand-purple);color:var(--text-white)}.badge{background:var(--brand-lime);color:var(--brand-green);border-radius:10px;padding:6px 12px;font-size:16px;font-weight:400;display:inline-block}.period-btn.highlight .badge{background:var(--brand-lime);color:var(--brand-green)}.pricing-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.pricing-card{border:2px solid var(--brand-gray);background:#fff;border-radius:50px;flex-direction:column;padding:2rem;display:flex;position:relative}@media (max-width:1024px){.period-selector{gap:6px;margin-bottom:2rem;padding:4px}.period-btn{gap:6px;height:38px;padding:0 14px;font-size:16px}.badge{border-radius:8px;padding:4px 8px;font-size:12px}.pricing-card[data-plan=enterprise] .price{font-size:28px}}.savings-pill{border:2px solid var(--brand-gray);color:var(--text-dark);white-space:nowrap;background:#fff;border-radius:16px;padding:6px 16px;font-size:16px;font-weight:600;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.savings-pill--purple{background:var(--brand-purple);border-color:var(--brand-purple);color:#fff}.pricing-card[data-plan=enterprise] .price-section{margin-top:auto}.pricing-card[data-plan=enterprise] .btn-cta{margin-left:auto;margin-right:auto}.pricing-card.featured{border:4px solid var(--brand-purple)}.pricing-card h3{margin-bottom:.5rem;font-size:32px;font-weight:700}.plan-title{white-space:nowrap;flex-wrap:nowrap;align-items:flex-end;gap:8px;display:flex}.plan-note{margin-top:0;margin-bottom:10px;font-size:14px;font-weight:700}.pricing-desc{margin-bottom:1rem;font-size:16px}.savings-badge{background:var(--brand-lime);color:var(--brand-green);border-radius:.5rem;margin-bottom:1rem;padding:6px 12px;font-size:16px;font-weight:600;display:inline-block}.savings-badge.purple{background:var(--brand-purple);color:#fff}.price-section{align-items:baseline;gap:12px;margin-top:auto;margin-bottom:1.5rem;display:flex}.old-price{color:var(--brand-gray);order:2;font-size:24px;font-weight:700;text-decoration:line-through}.price{color:var(--text-dark);order:1;font-size:40px;font-weight:700}.features-list{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.feature-item{align-items:flex-start;gap:.75rem;display:flex}.feature-item:before{content:"";background:url(/assets/check_box.png) 50%/contain no-repeat;flex-shrink:0;width:40px;height:40px;margin-top:2px}.feature-item.disabled:before{background-image:url(/assets/indeterminate_check_box.png)}.check-box,.dash{display:none}.feature-item p{margin:0;font-size:16px;display:inline}.feature-item span{opacity:1;color:var(--text-dark);margin-top:2px;font-size:16px;display:block}.education{background:#f5f5f5;border-radius:50px;min-height:200px}.education h2{text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:700}.products{background:#fff;padding-bottom:60px}.products h2{text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:700}.product{background:var(--bg-dark);border-radius:50px;margin-bottom:25px;padding:25px 30px}.products .product:last-child{margin-bottom:0}.product.reverse{direction:rtl}.product.reverse>*{direction:ltr}.product img{border-radius:1rem;width:100%;height:auto}.product-text{color:var(--text-white);flex-direction:column;height:100%;display:flex}.product h3{text-align:center;margin-bottom:1rem;font-size:32px;font-weight:700}.product p{text-align:left;margin-bottom:1.5rem;font-size:16px;line-height:1.6}.product-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:auto;display:flex}.product .btn-cta{background:var(--brand-purple);color:var(--text-white);text-align:center;border-radius:50px;flex:0 260px;justify-content:center;align-items:center;min-width:150px;display:inline-flex}.product .btn-secondary{background:var(--brand-gray);color:var(--text-white);text-align:center;border-radius:50px;flex:0 260px;justify-content:center;align-items:center;min-width:150px;font-weight:700;display:inline-flex}.footer{border-radius:30px 30px 0 0;margin-top:0;position:relative;overflow:hidden}.footer-bg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.footer-content{z-index:10;padding-top:60px;padding-bottom:0;position:relative}.footer-bottom{color:var(--text-white);border-top:1px solid #fff3;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:60px;padding-top:14px;padding-bottom:25px;display:flex}.footer-bottom div{gap:2rem;display:flex}@media (max-width:1200px){.header-container{padding:.75rem 1rem}.nav{gap:.25rem;padding:.4rem .75rem}.nav-link{padding:.4rem .5rem;font-size:.8rem}.header-buttons{gap:.5rem}.btn-launch{padding:.4rem 1rem;font-size:.8rem}.btn-secondary{padding:.4rem .75rem;font-size:.7rem}}@media (max-width:992px){.hero-main{flex-direction:column;align-items:flex-start}.social-box{margin-top:0;position:static}}@media (max-width:1024px){.how-number{width:22px;height:22px;font-size:11px}.how-icon{width:32px;height:32px}.how-item p{font-size:13px;line-height:1.3}.how-arrow-center{width:56px}.pricing-cards{grid-template-columns:1fr;gap:1.5rem}.pricing-card .btn-cta{align-self:center;width:auto;padding:.75rem 2rem}}@media (max-width:768px){.header-container{border-radius:30px;padding:1rem}.section-container{padding:2rem 1.25rem}.legal-card{border-radius:30px;padding:1.5rem}.hero{padding-top:140px}.hero h1{font-size:2rem}.hero p{font-size:1.25rem}.hero-main{flex-direction:column}.social-box{margin-top:2rem;position:static}.about-grid{grid-template-columns:1fr}.about-grid>.col-span-12{grid-column:auto}.benefits-list{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.product{grid-template-columns:1fr}.product.reverse{direction:ltr}.features-grid{grid-template-columns:1fr}.period-selector{border-radius:16px;flex-direction:column;gap:10px;padding:10px}.pricing-cards{grid-template-columns:1fr}.btn-cta{margin-left:auto;margin-right:auto;width:100%!important}.footer-bottom{text-align:center;flex-direction:column}.footer-bottom div{justify-content:center}.footer-content .grid{text-align:center;justify-items:center;gap:1.5rem}.footer-logo{justify-content:center}.footer-social-box{border-radius:24px;margin:0 auto;padding:.75rem 1.25rem}.footer-social-box .social-links{justify-content:center}.footer-content .text-left{text-align:left}.footer-social-col{margin-top:-2.25rem}.footer-menu-col{text-align:left;justify-self:start}}@media (max-width:480px){.header-container{padding:.75rem}.section-container{padding:1.5rem 1rem}.logo{gap:.5rem}.logo img{width:35px}.logo span{font-size:1rem}.header-buttons{flex-wrap:wrap;justify-content:center;gap:.5rem}.hero h1{font-size:1.5rem}.hero p{font-size:1rem}.social-box{padding:1rem}.about h2{font-size:1.5rem}.pricing-card{padding:1.5rem}.price{font-size:1.75rem}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
