:root{--color-bg: #FFFFFF;--color-bg-alt: #F8FAFC;--color-text: #0F172A;--color-text-muted: #475569;--color-text-subtle: #64748B;--color-border: #E2E8F0;--color-accent: #2563EB;--color-accent-tint: #EAF2FF;--color-dark: #0F172A;--font-sans: "Plus Jakarta Sans", system-ui, sans-serif;--font-display: "Sora", system-ui, sans-serif;--white: #FFFFFF;--shadow-sm: 0 1px 3px rgba(15, 23, 42, .06);--shadow-md: 0 4px 16px rgba(15, 23, 42, .08);--shadow-lg: 0 8px 32px rgba(15, 23, 42, .1)}.skip-link{position:absolute;top:-100%;left:16px;z-index:9999;padding:12px 20px;background:var(--color-accent);color:var(--white);font-weight:700;font-size:15px;border-radius:0 0 8px 8px;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:0;outline:3px solid var(--white);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px;border-radius:4px}:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--color-bg);font-family:var(--font-sans);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,.section-title{font-family:var(--font-display);font-weight:800}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section--alt{background-color:var(--color-bg-alt)}.section-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);background:var(--color-accent-tint);border-radius:100px;padding:6px 16px;margin-bottom:16px}.section-title{font-size:clamp(28px,3.5vw,44px);color:var(--color-text);line-height:1.2;letter-spacing:-.02em}.section-subtitle{font-size:18px;color:var(--color-text-muted);line-height:1.7;max-width:640px}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;font-size:16px;font-weight:600;line-height:1;transition:all .2s ease;white-space:nowrap}.btn-primary{background:var(--color-accent);color:var(--white);box-shadow:0 4px 16px #2563eb40}.btn-primary:hover{background:#1d4ed8;box-shadow:0 6px 24px #2563eb59;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--color-accent);border:2px solid var(--color-border)}.btn-outline:hover{border-color:var(--color-accent);background:var(--color-accent-tint)}.btn-ghost-white{background:#ffffff1f;color:var(--white);border:1.5px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-ghost-white:hover{background:#ffffff38;border-color:#ffffff80}@media(max-width:768px){.section{padding:64px 0}}@media(max-width:480px){.section{padding:48px 0}.container{padding:0 16px}.btn{white-space:normal;text-align:center;justify-content:center}}.navbar{position:sticky;top:0;left:0;right:0;z-index:1000;padding:16px 0;background:var(--color-bg);border-bottom:1px solid var(--color-border);transition:padding .3s ease}.navbar--scrolled{padding:12px 0}.navbar__inner{display:flex;align-items:center;gap:40px}.navbar__logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.navbar__logo-img{height:40px;width:auto;display:block}.navbar__links{display:flex;align-items:center;gap:4px;margin-left:auto}.navbar__link{font-size:15px;font-weight:600;color:var(--color-text-muted);padding:8px 14px;border-radius:8px;transition:color .2s,background .2s}.navbar__link:hover{color:var(--color-text);background:var(--color-bg-alt)}.navbar__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.navbar__cta{font-size:14px;padding:12px 22px;background:var(--color-accent);color:#fff;font-weight:700;border-radius:10px;text-decoration:none}.navbar__cta:hover{background:#1d4ed8;opacity:1}.navbar__hamburger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:var(--color-accent-tint);color:var(--color-accent);margin-left:auto;transition:background .2s}.navbar__hamburger:hover{background:#d6e8ff}.navbar__mobile-menu{display:flex;flex-direction:column;gap:2px;padding:12px 24px 20px;background:var(--color-bg);border-top:1px solid var(--color-border)}.navbar__mobile-link{font-size:16px;font-weight:600;color:var(--color-text-muted);padding:12px 16px;border-radius:8px;transition:background .2s,color .2s}.navbar__mobile-link:hover{background:var(--color-bg-alt);color:var(--color-text)}@media(max-width:768px){.navbar__links,.navbar__actions{display:none}.navbar__hamburger{display:flex}}.navbar__mobile-cta{margin-top:8px;justify-content:center}.hero{position:relative;background:linear-gradient(180deg,#f5f8ff,#fff);padding-top:64px;padding-bottom:96px;overflow-x:clip}.hero__container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:28px;max-width:760px;margin-inline:auto}.hero__badge{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent);background:var(--color-accent-tint);border-radius:100px;padding:8px 18px}.hero__title{font-family:var(--font-display);font-size:48px;font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--color-text);max-width:820px}.hero__title-accent{color:var(--color-accent)}.hero__subtitle{font-size:17px;line-height:1.75;color:var(--color-text-muted);max-width:640px}.hero__actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.hero__cta{background:var(--color-accent);color:var(--white);box-shadow:0 4px 20px #2563eb47;font-weight:700;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s}.hero__cta:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 28px #2563eb57}.hero__cta-secondary{background:transparent;color:var(--color-text);border:1.5px solid var(--color-border);font-weight:600;transition:background .18s,border-color .18s}.hero__cta-secondary:hover{background:var(--color-bg-alt);border-color:var(--color-accent)}.hero__stats{display:flex;align-items:center;gap:28px;justify-content:center;flex-wrap:wrap;padding:20px 28px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-bg);position:relative;z-index:2}.hero__stat{display:flex;flex-direction:column;gap:4px;align-items:center}.hero__stat-value{font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--color-accent);letter-spacing:-.03em;line-height:1}.hero__stat-label{font-size:12px;color:var(--color-text-subtle);font-weight:500}.hero__stat-divider{width:1px;height:36px;background:var(--color-border);flex-shrink:0}.hero__visual-wrap{max-width:min(1100px,94vw);margin-top:64px;padding-inline:clamp(8px,2vw,24px)}.hero__visual{position:relative;width:100%;margin:0 auto;padding-top:clamp(20px,3vw,40px);padding-bottom:clamp(90px,13vw,140px)}.hero__visual-img{border-radius:14px;box-shadow:0 24px 60px #0f172a2e}.hero__visual-img--main{position:relative;z-index:1;width:78%;margin:0 auto;display:block}.hero__visual-img--chat{position:absolute;z-index:3;width:clamp(39%,42vw,47%);top:clamp(8%,10vw,20%);right:clamp(-10%,-3vw,2%);transform:rotate(4deg)}.hero__visual-img--cost{position:absolute;z-index:3;width:clamp(47%,49vw,55%);bottom:clamp(0%,3vw,8%);left:clamp(-12%,-4vw,-2%);transform:rotate(-4deg)}@media(min-width:1100px){.hero__visual-wrap{max-width:1180px}.hero__visual-img--main{width:70%}.hero__visual-img--chat{width:44%;top:8%;right:-10%}.hero__visual-img--cost{width:52%;bottom:6%;left:-12%}}@media(min-width:1280px){.hero__visual-wrap{max-width:1240px}.hero__visual-img--main{width:68%}.hero__visual-img--chat{width:42%;top:6%;right:-12%}.hero__visual-img--cost{width:49%;bottom:8%;left:-14%}}@media(max-width:1000px)and (min-width:901px){.hero__visual-img--main{width:86%}.hero__visual-img--chat{width:39%;top:18%;right:-2%;transform:rotate(3deg)}.hero__visual-img--cost{width:47%;bottom:8%;left:-6%;transform:rotate(-3deg)}}@media(max-width:900px){.hero__visual-img--chat,.hero__visual-img--cost{display:none}.hero__visual-img--main{width:100%}}@media(max-width:480px){.hero{padding-top:48px;padding-bottom:64px}.hero__container{gap:24px}.hero__stats{gap:16px;padding:16px}.hero__stat-divider{display:none}.hero__stat-value{font-size:22px}.hero__actions{flex-direction:column;width:100%}.hero__cta,.hero__cta-secondary{width:100%;justify-content:center}.hero__title{font-size:clamp(28px,7vw,40px)}}.features__header{margin-bottom:48px;text-align:center}.features__list{display:flex;flex-direction:column;gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.feature-row{display:grid;grid-template-columns:56px 200px 1fr;gap:20px;padding:26px 30px;background:var(--color-bg-alt);align-items:start}.feature-row__number{font-family:var(--font-display);font-weight:800;font-size:20px;color:#cbd5e1;line-height:1.2;padding-top:2px}.feature-row__tag{color:var(--color-accent);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.4;padding-top:4px}.feature-row__title{font-size:16px;font-weight:700;margin:0 0 6px;color:var(--color-text)}.feature-row__desc{font-size:14px;color:var(--color-text-subtle);line-height:1.6;margin:0}@media(max-width:900px){.feature-row{grid-template-columns:1fr;gap:8px;padding:22px 24px}.feature-row__number{font-size:16px}.feature-row__tag{padding-top:0}}@media(max-width:480px){.feature-row{padding:20px 18px}}.target__header{text-align:center;margin-bottom:48px}.target__header .section-subtitle{margin:16px auto 0}.target__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.target-card{padding:26px;border-radius:16px;border:1px solid var(--color-border);background:var(--color-bg);display:flex;flex-direction:column;gap:14px}.target-card__title{color:var(--color-accent);text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.04em;line-height:1.3}.target-card__desc{font-size:14px;color:var(--color-text-muted);line-height:1.65}.target-card__perks{list-style:none;display:flex;flex-direction:column;gap:8px;margin-top:4px;padding-top:14px;border-top:1px solid var(--color-border)}.target-card__perks li{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:500;color:var(--color-text-muted);line-height:1.5}.target-card__perk-dot{width:5px;height:5px;border-radius:50%;background:var(--color-accent);flex-shrink:0;margin-top:7px}@media(max-width:1024px){.target__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.target__grid{grid-template-columns:1fr}}.faq__header{text-align:center;margin-bottom:40px}.faq__list{max-width:760px;margin:0 auto;background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.faq__item{border-bottom:1px solid var(--color-border)}.faq__item:last-child{border-bottom:none}.faq__question{width:100%;background:none;border:none;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;font-size:16px;font-weight:600;color:var(--color-text);cursor:pointer;transition:color .2s}.faq__question:hover{color:var(--color-accent)}.faq__toggle{flex-shrink:0;font-size:22px;font-weight:400;line-height:1;color:var(--color-accent);width:24px;text-align:center}.faq__answer{overflow:hidden;transition:max-height .3s ease}.faq__answer p{font-size:14px;line-height:1.7;color:var(--color-text-muted);padding:0 24px 20px;margin:0}@media(max-width:480px){.faq__question{padding:18px;font-size:15px}.faq__answer p{padding:0 18px 18px}}.cta-section{position:relative;overflow:hidden;padding:96px 0;background:var(--color-dark)}.cta-section__content{position:relative;text-align:center;color:var(--white)}.cta-section__badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);background:#2563eb26;border:1px solid rgba(37,99,235,.3);border-radius:100px;padding:8px 18px;margin-bottom:24px}.cta-section__badge-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0}.cta-section__title{font-family:var(--font-display);font-size:clamp(28px,3.5vw,44px);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:16px;color:var(--white)}.cta-section__title-accent{color:#ffffffd9}.cta-section__subtitle{font-size:17px;color:#ffffffa6;max-width:560px;margin:0 auto 24px;line-height:1.75}.cta-section__micro-benefits{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:28px}.cta-section__micro-benefit{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#ffffffb3}.cta-section__integration{margin-bottom:28px}.cta-section__integration-text{font-size:15px;color:#ffffff8c;max-width:560px;margin:0 auto;line-height:1.7;font-style:italic}.cta-section__actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:32px}.cta-section__btn-main{background:var(--color-accent);color:var(--white);font-weight:700;box-shadow:0 4px 24px #2563eb59}.cta-section__btn-main:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 32px #2563eb66}.cta-section__btn-secondary{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.35);font-weight:600}.cta-section__btn-secondary:hover{background:#ffffff14;border-color:#ffffff8c}.cta-section__trust{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;font-size:14px;color:#ffffff80}.cta-section__trust-divider{width:1px;height:16px;background:#fff3}@media(max-width:480px){.cta-section{padding:72px 0}.cta-section__actions{flex-direction:column;align-items:center}.cta-section__trust{gap:12px}.cta-section__trust-divider{display:none}}.legal-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.legal-modal__dialog{background:var(--white);border-radius:12px;width:100%;max-width:680px;max-height:80vh;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);outline:none}.legal-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 20px;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.legal-modal__title{font-size:20px;font-weight:700;color:var(--color-text);margin:0}.legal-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:none;background:none;color:var(--color-text-muted);cursor:pointer;transition:background .2s,color .2s;flex-shrink:0}.legal-modal__close:hover{background:var(--color-bg-alt);color:var(--color-text)}.legal-modal__body{overflow-y:auto;padding:28px;flex:1;-webkit-overflow-scrolling:touch}.legal-modal__body h3{font-size:15px;font-weight:700;color:var(--color-text);margin-top:24px;margin-bottom:8px}.legal-modal__body h3:first-child{margin-top:0}.legal-modal__body p,.legal-modal__body li{font-size:14px;line-height:1.7;color:var(--color-text-muted)}.legal-modal__body ul,.legal-modal__body ol{padding-left:20px;margin-top:8px;display:flex;flex-direction:column;gap:4px}@media(max-width:480px){.legal-modal__overlay{padding:0;align-items:flex-end}.legal-modal__dialog{border-radius:12px 12px 0 0;max-height:90vh}}.legal-content__meta{font-size:.875rem;color:#718096;margin-bottom:1rem}.legal-content h3{font-size:.875rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}.legal-content h3:first-of-type{margin-top:0}.legal-content p,.legal-content li{font-size:.875rem;line-height:1.7}.legal-content p{margin-bottom:.75rem}.legal-content ul{padding-left:1.25rem;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.25rem}.legal-content a{color:#1b4fd8;text-decoration:underline}.footer{background:var(--color-dark);color:#ffffffa6;border-top:1px solid rgba(255,255,255,.08)}.footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-top:56px;padding-bottom:40px}.footer__brand{display:flex;flex-direction:column;gap:16px}.footer__logo{display:inline-flex;align-items:center;gap:10px}.footer__logo-img{height:36px;width:auto;display:block;filter:brightness(0) invert(1)}.footer__tagline{font-size:14px;line-height:1.65;max-width:280px;color:#ffffff80}.footer__contacts{display:flex;flex-direction:column;gap:8px}.footer__contact-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#ffffffa6;transition:color .2s}.footer__contact-link:hover{color:#ffffffe6}.footer__col-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:16px}.footer__col-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer__link{font-size:14px;color:#fff9;transition:color .2s}.footer__link:hover{color:#ffffffe6}.footer__info-strip{border-top:1px solid rgba(255,255,255,.08);padding:28px 0}.footer__info-strip-inner{display:flex;align-items:flex-start;gap:40px;flex-wrap:wrap}.footer__info-block{display:flex;flex-direction:column;gap:8px}.footer__info-title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:4px}.footer__info-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#ffffff8c}.footer__info-link{transition:color .2s}.footer__info-link:hover{color:#ffffffd9}.footer__info-divider{width:1px;min-height:70px;background:#ffffff1a;align-self:stretch}.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:13px;color:#ffffff73}.footer__social{display:flex;align-items:center;gap:12px}.footer__social-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#ffffff8c;padding:8px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.12);transition:color .2s,background .2s,border-color .2s}.footer__social-link:hover{color:#ffffffe6;background:#ffffff0f;border-color:#ffffff38}.footer__made{font-size:13px;color:#ffffff80}.footer__legal-links{display:flex;align-items:center;gap:12px}.footer__legal-link{background:none;border:none;font-size:13px;color:#ffffff73;cursor:pointer;padding:0;transition:color .2s;font-family:inherit}.footer__legal-link:hover{color:#ffffffbf}.footer__legal-sep{color:#ffffff40;font-size:13px}@media(max-width:900px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}}@media(max-width:480px){.footer__inner{grid-template-columns:1fr;gap:32px}.footer__bottom-inner{flex-direction:column;gap:12px;text-align:center}.footer__social{justify-content:center;flex-wrap:wrap}.footer__info-strip-inner{flex-direction:column;gap:24px}.footer__info-divider{display:none}}
