@import"https://fonts.googleapis.com/css2?family=Chivo:wght@400;700&family=DM+Sans:wght@500;700&family=Encode+Sans+Semi+Condensed:wght@700&family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700&display=swap";:root{color-scheme:dark;--bg: #000000;--bg-alt: #010101;--surface: #242424;--surface-strong: #1e293b;--surface-muted: rgba(36, 36, 36, .64);--accent: #ffbc2a;--accent-bright: #ffea00;--text: #f2f2f2;--text-muted: rgba(242, 242, 242, .7);--text-dim: #969696;--text-highlight: #fece26;--border-dark: #191919;--radius-pill: 60px;--max-width: 1240px}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}@keyframes fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes sponsor-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes cta-dot-pulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{border:none;cursor:pointer;font:inherit}input{font:inherit}#root{min-height:100vh}.landing{position:relative;overflow:hidden;background:var(--bg);background-image:url(/assets/background-BGJKKbHI.png);background-repeat:no-repeat;background-position:center top;background-size:cover}.container{width:min(100%,var(--max-width));margin:0 auto}.top-banner{display:flex;align-items:center;justify-content:center;gap:8px;height:46px;background:var(--bg);color:var(--text-highlight);font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.top-banner__btn{background:#292c09;color:var(--text-highlight);padding:2px 13px;border-radius:3px;font-size:12px}.top-banner__icon{width:16px;height:16px}.navbar{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:0 100px;height:68px}.navbar__logo{display:flex;align-items:center;gap:16px;font-family:DM Sans,sans-serif;font-weight:700;font-size:34px}.navbar__logo img{width:37px;height:37px}.navbar__links{display:flex;gap:36px;font-size:16px;color:#fff;opacity:.9}.navbar__actions{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:32px;min-height:54px;font-family:DM Sans,sans-serif;font-weight:700;font-size:16px;line-height:18px;transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000059}.btn-primary{background:var(--accent);color:#000}.btn-outline{border:1px solid #ffffff;background:transparent;color:#fff;border-radius:var(--radius-pill)}.btn-muted{background:var(--surface);color:#fff}.btn-dark{background:#000;color:#fff}.btn-compact{padding:16px 22px;width:184px}.btn-block{width:100%}.hero{position:relative;padding:50px 100px 90px}.hero__glow{position:absolute;top:-120px;right:-140px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(255,234,0,.25),transparent 65%);filter:blur(10px);opacity:.5;pointer-events:none}.hero__content{display:flex;flex-direction:column;gap:50px;align-items:center;text-align:center}.hero__text h1{font-size:clamp(32px,4vw,48px);line-height:1.3;margin:0 0 12px;font-weight:700}.hero__text p{margin:0 auto 20px;font-size:20px;line-height:1.6;color:var(--text);max-width:520px}.hero__preview{width:100%;height:465px;border-radius:20px;position:relative;overflow:hidden}.hero__preview img{width:100%;height:100%;object-fit:cover}.hero__text,.hero__preview,.stats__inner{animation:fade-up .8s ease both}.hero__preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,234,0,.08),transparent 45%),radial-gradient(circle at 80% 80%,rgba(255,188,42,.12),transparent 50%)}.stats{background:#3c3c3ca3;padding:32px 100px}.stats__inner{display:block;overflow:hidden}.stats__track{display:flex;align-items:center;justify-content:space-between;gap:24px}.stats__group{display:flex;align-items:center;justify-content:space-between;gap:24px;flex:1 1 auto}.stats__group[aria-hidden=true]{display:none}.stat{flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;font-weight:600}.stat__value{color:#fff;font-size:24px;line-height:24px;display:block}.stat__label{color:#969696;font-size:16px;line-height:24px;letter-spacing:0}@media (prefers-reduced-motion: reduce){.stats__track{animation:none!important;transform:none!important}}.manual{padding:80px 100px}.manual__inner{display:flex;align-items:center;justify-content:space-between;gap:48px}.manual__text h2{font-size:clamp(32px,4vw,63px);line-height:1.1;margin:0 0 18px}.manual__text p{margin:0 0 24px;font-size:24px;color:var(--text-muted);max-width:693px;line-height:1.35}.manual__actions{display:flex;gap:16px;flex-wrap:wrap}.manual__grid{width:min(100%,392px);display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.manual__tile{background:#e0e2de;border-radius:24px;aspect-ratio:1 / 1;position:relative;overflow:hidden}.manual__tile--empty{visibility:hidden}.manual__tile--accent{background:#dcded9}.manual__tile-dot{position:absolute;width:32px;height:32px;border-radius:10px;background:#3a7326;top:14px;right:16px}.manual__tile-image{width:100%;height:100%;object-fit:cover}.benefits{padding:64px 100px}.section-heading{text-align:center;margin-bottom:48px}.section-heading h2{margin:0;font-size:clamp(32px,4vw,48px);font-family:Encode Sans Semi Condensed,sans-serif;font-weight:700}.section-heading p{margin:8px 0 0;color:var(--text-muted)}.section-heading--center h2{font-family:Inter,sans-serif;font-weight:700}.eyebrow{display:inline-block;margin-bottom:12px;font-size:16px;color:var(--accent-bright);opacity:.7}.benefits__row{display:flex;align-items:stretch;justify-content:center;flex-wrap:nowrap;gap:48px}.benefits__item{display:flex;align-items:center;gap:48px;flex:0 0 auto}.benefit-card{background:#242424;border-radius:24px;padding:32px 42px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:226px;height:151px}.benefit-card img{width:32px;height:32px}.benefit-card h3{margin:0;font-size:18px;line-height:1.4;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;letter-spacing:-.055em;white-space:nowrap}.benefit-card p{margin:0;font-size:14px;line-height:2;color:#fff;white-space:nowrap}.benefit-plus{font-size:24px;line-height:1.6;color:#fff;opacity:.7}.pricing{padding:64px 100px 90px}.pricing__grid{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:16px}.carousel__arrow{display:none}.pricing-card{background:#242424;border:1px solid #191919;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:16px;align-self:flex-start;width:402.6667px;min-width:250px}.pricing-card--blue{background:#1e293b}.pricing-card__header{display:flex;flex-direction:column;gap:12px;width:100%}.pricing-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.pricing-card__icon{width:40px;height:40px;border-radius:999px;border:1px solid #191919;display:grid;place-items:center;background:#242424}.pricing-card__icon img{width:24px;height:24px;object-fit:contain}.pricing-card__badge{border:1px solid #000000;border-radius:32px;background:#242424;color:#f2f2f2b3;font-size:16px;font-weight:500;line-height:24px;padding:8px 16px;white-space:nowrap}.pricing-card__name{margin:0;font-size:30px;font-weight:700;line-height:42px;color:#fff}.pricing-card__prices{display:flex;flex-direction:column;width:100%}.pricing-card__old-price{margin:0;color:#fff;font-size:15px;font-weight:700;line-height:21px;text-decoration:line-through}.pricing-card__current-price{margin:0;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.pricing-card__amount{color:#fff;font-size:30px;font-weight:700;line-height:42px}.pricing-card__per{color:#f2f2f2b3;font-size:16px;font-weight:400;line-height:24px}.pricing-card__desc{margin:0;color:#f2f2f2b3;font-size:16px;font-weight:500;line-height:24px}.pricing-card__divider{width:100%;height:1px;background:#191919}.pricing-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px;width:100%}.pricing-card__list li{display:flex;align-items:flex-start;gap:12px;width:100%}.pricing-card__list li span{color:#fff;font-size:16px;font-weight:500;line-height:24px}.pricing-card__list img{width:24px;height:24px;flex-shrink:0}.pricing-card__cta{margin-top:auto;width:100%;height:54px;border-radius:32px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:700;line-height:18px}.pricing-card__cta--accent{background:#ffbc2a;color:#000}.pricing-card__cta--dark{background:#000;color:#fff}.pricing-card__cta:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.demo-cta{padding:56px 0}.demo-cta__inner{background:#3c3c3ca3;min-height:405px;display:flex;align-items:center;justify-content:space-between;gap:0;padding:56px 100px}.demo-cta__content{display:flex;flex-direction:column;gap:16px;max-width:none}.demo-cta__content h2{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:48px;font-weight:700;line-height:1.4;letter-spacing:-1px;color:#fff;white-space:nowrap}.demo-cta__content p{margin:0;max-width:439px;color:#f2f2f2b3;font-size:20px;font-weight:500;line-height:32px}.demo-cta__divider{width:1px;height:232px;background:#f2f2f273;flex-shrink:0}.demo-cta__request{width:526px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.demo-cta__request-title{margin:0;color:#fff;font-size:24px;font-weight:700;line-height:28px}.demo-cta__form{width:100%;height:56px;display:flex;align-items:stretch}.demo-cta__input-wrap{flex:1 1 auto;background:#000;border-radius:32px 0 0 32px;padding:0 16px;display:flex;align-items:center}.demo-cta__input-wrap input{width:100%;border:none;background:transparent;color:#f2f2f2;font-size:18px;line-height:28px;outline:none}.demo-cta__input-wrap input::placeholder{color:#9d9d9d}.demo-cta__input-wrap--invalid{outline:2px solid rgba(255,109,109,.9);outline-offset:2px}.demo-cta__submit{width:184px;border-radius:0 32px 32px 0;background:#ffbc2a;color:#000;position:relative;display:inline-flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif;font-size:16px;font-weight:700;line-height:18px;transition:background-color .2s ease,color .2s ease}.demo-cta__submit-label{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:translateY(4px) scale(.98);transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.demo-cta__submit--idle .demo-cta__submit-label--idle,.demo-cta__submit--loading .demo-cta__submit-label--loading,.demo-cta__submit--sent .demo-cta__submit-label--sent{opacity:1;transform:translateY(0) scale(1)}.demo-cta__submit--sent .demo-cta__submit-label--loading{opacity:0;transform:translateY(-4px) scale(.98)}.demo-cta__submit--sent .demo-cta__submit-label--sent{transition-delay:.08s}.demo-cta__loading-dots{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:18px}.demo-cta__dot{width:6px;height:6px;border-radius:999px;background:#000;animation:cta-dot-pulse 1s infinite ease-in-out}.demo-cta__dot:nth-child(2){animation-delay:.16s}.demo-cta__dot:nth-child(3){animation-delay:.32s}.demo-cta__submit[aria-disabled=true]{background:#ffbc2a;color:#000;opacity:1;cursor:not-allowed}.demo-cta__input-wrap:focus-within{outline:2px solid rgba(255,188,42,.95);outline-offset:2px}.demo-cta__submit:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.demo-cta__request-note{margin:0;color:#f2f2f2b3;font-size:16px;line-height:1.6}.demo-cta__form-hint{margin:0;min-height:22px;color:#ff8f8f;font-size:14px;line-height:1.4}.testimonials{padding:48px 100px}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.testimonial{display:flex;gap:16px;align-items:stretch}.testimonial__avatar{width:48px;height:48px;border-radius:50%;background:#333;border:1px solid var(--border-dark);flex-shrink:0;overflow:hidden}.testimonial__avatar img{width:100%;height:100%;object-fit:cover}.testimonial__content p{margin:0 0 12px;font-size:20px;line-height:1.6;color:var(--text-muted)}.testimonial__content{display:flex;flex-direction:column;height:100%}.testimonial__content span{margin-top:auto;color:var(--accent-bright);font-size:16px;font-weight:600}.faq{background:transparent;padding:56px 100px 80px;position:relative}.faq__container{display:grid;gap:48px;justify-items:center}.faq__header{text-align:center;max-width:520px}.faq__header h2{font-family:Plus Jakarta Sans,sans-serif;font-size:40px;margin:0 0 16px}.faq__header p{margin:0 0 24px;color:var(--text-muted)}.faq__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.faq__list{max-width:760px;width:100%;display:flex;flex-direction:column;gap:32px}.faq__item h3{font-family:Plus Jakarta Sans,sans-serif;font-weight:500;font-size:24px;margin:0}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;background:transparent;border:none;color:inherit;padding:0;text-align:left;cursor:pointer}.faq__question img{width:24px;height:24px;transform:rotate(180deg);transition:transform .2s ease}.faq__item--open .faq__question img{transform:rotate(0)}.faq__answer{margin-top:12px;display:none}.faq__item--open .faq__answer{display:block}.faq__item p{margin:0 0 10px;color:var(--text-muted);line-height:1.6;font-size:16px}.partners{background:transparent;padding:32px 100px}.partners__inner{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}.partners__logos{width:100%;display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:32px;align-items:center;justify-items:center}.partners__track,.partners__group{display:contents}.partners__group[aria-hidden=true]{display:none}.partner-logo{height:56px;display:flex;align-items:center;justify-content:center}.partner-logo img{max-height:56px;max-width:220px;width:auto;height:auto}.footer{background:transparent;padding:53px 100px 32px}.footer__content{display:flex;justify-content:space-between;gap:48px;flex-wrap:wrap}.footer__logo{display:flex;align-items:center;gap:18px;font-family:DM Sans,sans-serif;font-weight:700;font-size:40px}.footer__logo img{width:42px;height:42px}.footer__contact{margin-top:18px;display:grid;gap:16px;font-family:Chivo,sans-serif;font-size:16px}.footer__contact-item{display:flex;align-items:center;gap:12px}.footer__contact-item img{width:24px;height:24px;object-fit:contain}.footer__social{margin-top:18px;display:flex;gap:18px}.footer__social img{width:24px;height:24px;object-fit:contain}.footer__links{display:flex;gap:80px;flex-wrap:wrap;font-family:Chivo,sans-serif}.footer__col{display:grid;gap:16px}.footer__col h4{margin:0;font-size:16px;font-weight:700}.footer__col a{font-size:16px}.footer__bottom{margin-top:48px;text-align:right;font-family:Chivo,sans-serif;font-size:14px;opacity:.8}@media (max-width: 1200px){.navbar,.hero,.stats,.manual,.benefits,.pricing,.testimonials,.faq,.partners,.footer{padding-left:40px;padding-right:40px}.manual__inner{flex-direction:column;text-align:center}.manual__actions{justify-content:center}.demo-cta__inner{padding-left:40px;padding-right:40px}.demo-cta__content h2{font-size:42px}.demo-cta__request{width:460px}}@media (max-width: 900px){.top-banner{display:none}.landing{background-image:none}:root{--mobile-padding: 8px}.demo-cta{padding:40px var(--mobile-padding)}.demo-cta__inner{min-height:auto;flex-direction:column;align-items:stretch;gap:24px;padding:24px 16px}.demo-cta__content{max-width:100%}.demo-cta__content h2{font-size:clamp(32px,8vw,40px);line-height:1.2;letter-spacing:-.5px;white-space:normal}.demo-cta__content p{max-width:none;font-size:18px;line-height:28px}.demo-cta__divider{width:100%;height:1px}.demo-cta__request{width:100%;gap:16px}.demo-cta__request-title{font-size:22px;line-height:1.3}.demo-cta__form{height:auto;flex-direction:column;gap:12px}.demo-cta__input-wrap{border-radius:32px;min-height:54px}.demo-cta__input-wrap input{font-size:16px}.demo-cta__submit{width:100%;min-height:54px;border-radius:32px}.navbar{flex-direction:column;height:auto;padding:16px var(--mobile-padding);gap:6px}.navbar__links{flex-wrap:nowrap;justify-content:center;gap:12px;font-size:13px;overflow-x:auto;scrollbar-width:none}.navbar__links::-webkit-scrollbar{display:none}.navbar__links a{white-space:nowrap}.stats__inner{display:block;overflow:hidden}.stats__track{display:flex;width:max-content;gap:24px;animation:sponsor-marquee 18s linear infinite;will-change:transform;padding-bottom:6px}.stats__group{display:flex;gap:24px;align-items:center;flex:0 0 auto}.stats__group[aria-hidden=true]{display:flex}.stat{flex:0 0 auto;min-width:182px}.stats__inner:hover .stats__track,.stats__inner:focus-within .stats__track{animation-play-state:paused}.benefits__row{flex-direction:row;align-items:stretch}.benefits__item{flex-direction:column}.benefit-plus{display:none}.footer__bottom{text-align:center}.pricing__grid,.testimonials__grid,.benefits__row{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px}.pricing__grid>*,.testimonials__grid>*,.benefits__row>*{flex:0 0 100%;scroll-snap-align:start}.pricing-card{width:100%;min-width:0}.pricing .pricing__grid{display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;scroll-snap-type:none;padding-bottom:0}.pricing .pricing__grid>*{flex:initial;scroll-snap-align:unset}.pricing .carousel__arrow{display:none}.benefits__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;overflow:visible;scroll-snap-type:none;padding-bottom:0}.benefits__row>*{flex:initial;scroll-snap-align:unset}.benefits__item{flex-direction:column;min-width:0;align-items:stretch;height:100%;gap:8px;width:100%}.benefit-card{padding:20px 16px;min-width:0;height:100%;width:100%;margin:0}.benefit-card h3{font-size:16px}.benefit-card p{font-size:13px;white-space:normal;line-height:1.5}.hero,.stats,.manual,.benefits,.pricing,.testimonials,.faq,.partners,.footer{padding-left:var(--mobile-padding);padding-right:var(--mobile-padding)}.carousel{position:relative}.carousel__track{scroll-behavior:smooth;scroll-snap-type:x mandatory}.carousel__item{scroll-snap-align:start}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#0009;color:#fff;font-size:28px;display:inline-flex;align-items:center;justify-content:center;z-index:2}.carousel__arrow--prev{left:-12px}.carousel__arrow--next{right:-12px}.benefits .carousel__arrow{display:none}.partners__logos{overflow:hidden}.partners__track{display:flex;width:max-content;gap:0;animation:sponsor-marquee 18s linear infinite;padding:8px 0 12px;will-change:transform}.partners__group{display:flex;gap:32px;align-items:center;flex:0 0 auto}.partners__group[aria-hidden=true]{display:flex}.partners__group>*{flex:0 0 auto}}@media (max-width: 600px){.hero__preview{height:320px}.manual__grid{width:100%}.footer__links{gap:32px}}@keyframes mobile-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.mobile-landing{background:#000;color:#f2f2f2;min-height:100vh;overflow:clip;position:relative}.mobile-landing>*{position:relative;z-index:1}.mobile-landing__glow{border-radius:50%;filter:blur(16px);pointer-events:none;position:absolute}.mobile-landing__glow--top{background:radial-gradient(circle,#ffbc2a33,#ffbc2a00);height:360px;left:-120px;top:-120px;width:360px}.mobile-landing__glow--middle{background:radial-gradient(circle,#5570ff33,#5570ff00);height:420px;right:-180px;top:1460px;width:420px}.mobile-header,.mobile-section,.mobile-stats,.mobile-footer{margin:0 auto;max-width:375px;width:100%}.mobile-header{align-items:center;display:flex;justify-content:space-between;padding:16px}.mobile-header__brand{align-items:center;color:#ececec;display:flex;font-family:DM Sans,sans-serif;font-size:22.64px;font-weight:700;gap:10px;line-height:1}.mobile-header__brand img{height:24px;width:24px}.mobile-header__menu{align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:10px;display:inline-flex;height:34px;justify-content:center;padding:0;width:34px}.mobile-header__menu img{height:18px;width:18px}.mobile-section{animation:mobile-fade-up .45s ease both;padding:32px 16px}.mobile-hero{align-items:center;display:flex;flex-direction:column;gap:24px;padding-top:22px}.mobile-hero__text{text-align:center}.mobile-hero__text h1{font-family:Inter,sans-serif;font-size:28px;font-weight:700;line-height:1.11;margin:0 0 16px}.mobile-hero__text p{color:#f2f2f2b3;font-family:Inter,sans-serif;font-size:16px;line-height:1.32;margin:0}.mobile-hero__image{border-radius:20px;box-shadow:0 30px 64px #00000073;height:252px;overflow:hidden;width:100%}.mobile-hero__image img{height:100%;object-fit:cover;opacity:.9;width:100%}.mobile-stats{background:#3c3c3ca3;overflow-x:auto;padding:24px 16px;scrollbar-width:none}.mobile-stats::-webkit-scrollbar{display:none}.mobile-stats__track{display:flex;gap:28px;width:max-content}.mobile-stats__group{display:flex;gap:28px}.mobile-stats__item{align-items:center;display:flex;flex-direction:column;gap:2px;min-width:152px;text-align:center}.mobile-stats__item p{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:18px;margin:0}.mobile-stats__item span{color:#969696;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:18px}.mobile-manual{display:flex;flex-direction:column;gap:24px}.mobile-manual__text{text-align:center}.mobile-manual__text h2,.mobile-section__heading h2{color:#fff;font-family:Inter,sans-serif;font-size:28px;font-weight:700;line-height:1.11;margin:0 0 12px}.mobile-manual__text p,.mobile-section__heading p{color:#f2f2f2b3;font-family:Inter,sans-serif;font-size:16px;line-height:1.32;margin:0}.mobile-manual__actions,.mobile-faq__actions{display:flex;gap:10px}.mobile-btn{align-items:center;border-radius:32px;display:inline-flex;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;height:48px;justify-content:center;line-height:1;padding:0 16px;white-space:nowrap}.mobile-btn--muted{background:#242424;color:#fff;flex:0 0 auto}.mobile-btn--primary{background:#ffbc2a;color:#000;flex:1}.mobile-manual__grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-manual__tile{aspect-ratio:1 / 1;background:#e0e2de;border-radius:22px;overflow:hidden}.mobile-manual__tile--empty{visibility:hidden}.mobile-manual__tile img{height:100%;object-fit:cover;width:100%}.mobile-section__heading{text-align:center}.mobile-section__heading span{color:#ffea00;display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:600;margin-bottom:10px;opacity:.75}.mobile-section__heading h2{font-family:Encode Sans Semi Condensed,sans-serif}.mobile-section__heading--center h2{font-family:Inter,sans-serif}.mobile-benefits__grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.mobile-benefits__card{align-items:center;background:#242424;border-radius:16px;display:flex;flex-direction:column;justify-content:center;min-height:132px;padding:18px 10px;text-align:center}.mobile-benefits__card img{height:24px;margin-bottom:10px;width:24px}.mobile-benefits__card h3{font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:700;margin:0 0 5px}.mobile-benefits__card p{color:#fff;font-family:Inter,sans-serif;font-size:12px;margin:0;opacity:.9}.mobile-pricing{padding-top:8px}.mobile-pricing__cards{display:flex;flex-direction:column;gap:14px;margin-top:18px}.mobile-pricing__card{background:#242424;border:1px solid #191919;border-radius:12px;display:flex;flex-direction:column;gap:14px;padding:14px}.mobile-pricing__card--blue{background:#1e293b}.mobile-pricing__header h3{font-family:Inter,sans-serif;font-size:28px;font-weight:700;margin:12px 0 0}.mobile-pricing__top{align-items:center;display:flex;justify-content:space-between}.mobile-pricing__icon{align-items:center;background:#242424;border:1px solid #191919;border-radius:999px;display:inline-flex;height:34px;justify-content:center;width:34px}.mobile-pricing__icon img{height:20px;width:20px}.mobile-pricing__badge{background:#242424;border-radius:30px;color:#f2f2f2b3;font-family:Inter,sans-serif;font-size:12px;padding:8px 14px}.mobile-pricing__old{font-family:Inter,sans-serif;font-size:14px;font-weight:700;margin:2px 0 0;text-decoration:line-through}.mobile-pricing__price{align-items:baseline;display:flex;flex-wrap:wrap;gap:6px;margin:0}.mobile-pricing__price strong{color:#fff;font-family:Inter,sans-serif;font-size:28px;line-height:1.2}.mobile-pricing__price span,.mobile-pricing__desc{color:#f2f2f2b8;font-family:Inter,sans-serif;font-size:14px;margin:0}.mobile-pricing__features{border-top:1px solid #191919;display:grid;gap:14px;list-style:none;margin:0;padding:14px 0 0}.mobile-pricing__features li{align-items:flex-start;display:flex;gap:10px}.mobile-pricing__features img{height:20px;margin-top:2px;width:20px}.mobile-pricing__features span{color:#fff;font-family:Inter,sans-serif;font-size:14px;line-height:1.5}.mobile-pricing__cta{background:#000;border-radius:32px;color:#fff;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700;height:48px}.mobile-pricing__cta--accent{background:#ffbc2a;color:#000}.mobile-demo-cta{background:#3c3c3ca3;border-radius:12px;margin-top:8px}.mobile-demo-cta h2{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:32px;font-weight:700;line-height:1.2;margin:0 0 12px;text-align:center}.mobile-demo-cta>p{color:#f2f2f2b3;font-family:Inter,sans-serif;font-size:16px;line-height:1.5;margin:0;text-align:center}.mobile-demo-cta__card{border-top:1px solid rgba(242,242,242,.45);display:flex;flex-direction:column;gap:14px;margin-top:22px;padding-top:20px}.mobile-demo-cta__title{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;margin:0}.mobile-demo-cta__form{display:grid;gap:10px}.mobile-demo-cta__input{align-items:center;background:#000;border-radius:32px;display:flex;min-height:48px;padding:0 14px}.mobile-demo-cta__input input{background:transparent;border:none;color:#f2f2f2;font-family:Inter,sans-serif;font-size:15px;outline:none;width:100%}.mobile-demo-cta__input input::placeholder{color:#9d9d9d}.mobile-demo-cta__input--invalid{outline:2px solid rgba(255,109,109,.9);outline-offset:2px}.mobile-demo-cta__form button{background:#ffbc2a;border-radius:32px;color:#000;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700;height:48px}.mobile-demo-cta__form button[aria-disabled=true]{cursor:not-allowed;opacity:1}.mobile-demo-cta__note{color:#f2f2f2b3;font-family:Inter,sans-serif;font-size:14px;line-height:1.45;margin:0}.mobile-demo-cta__hint{color:#ff8f8f;font-family:Inter,sans-serif;font-size:13px;margin:0;min-height:18px}.mobile-testimonials{padding-bottom:20px}.mobile-testimonials__track{display:flex;gap:14px;margin-top:24px;overflow-x:auto;padding-right:20px;scroll-snap-type:x mandatory;scroll-padding-left:0;scrollbar-width:none}.mobile-testimonials__track::-webkit-scrollbar{display:none}.mobile-testimonials__item{background:#24242473;border:1px solid rgba(255,255,255,.08);border-radius:14px;flex:0 0 calc(100% - 28px);min-height:280px;padding:14px;scroll-snap-align:start}.mobile-testimonials__item img{border-radius:999px;height:40px;width:40px}.mobile-testimonials__item p{color:#f2f2f2b3;font-family:Inter,sans-serif;font-size:14px;line-height:1.55;margin:13px 0 14px}.mobile-testimonials__item span{color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.mobile-testimonials__dots{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:16px}.mobile-testimonials__dot{background:#6f6f6f;border-radius:999px;height:8px;width:8px}.mobile-testimonials__dot--active{background:#d9d9d9;width:32px}.mobile-faq{padding-top:22px}.mobile-faq__actions{margin-top:20px}.mobile-faq__list{display:grid;gap:16px;margin-top:22px}.mobile-faq__item{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:16px}.mobile-faq__item button{align-items:center;background:transparent;color:inherit;display:flex;justify-content:space-between;padding:0;text-align:left;width:100%}.mobile-faq__item h3{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.02em;line-height:1.4;margin:0;padding-right:12px}.mobile-faq__item button img{height:18px;transform:rotate(180deg);transition:transform .2s ease;width:18px}.mobile-faq__item--open button img{transform:rotate(0)}.mobile-faq__answer{display:none;padding-top:14px}.mobile-faq__item--open .mobile-faq__answer{display:block}.mobile-faq__answer p{color:#f2f2f2b3;font-family:Inter,sans-serif;font-size:14px;line-height:1.6;margin:0 0 10px}.mobile-faq__answer p:last-child{margin-bottom:0}.mobile-footer{padding:74px 16px 16px}.mobile-footer__brand{align-items:center;display:flex;flex-direction:column;gap:18px}.mobile-footer__logo{align-items:center;color:#ececec;display:flex;font-family:DM Sans,sans-serif;font-size:22.64px;font-weight:700;gap:10px}.mobile-footer__logo img{height:24px;width:24px}.mobile-footer__mail{align-items:center;color:#fff;display:flex;font-family:Chivo,sans-serif;font-size:16px;gap:10px}.mobile-footer__mail img{height:24px;width:24px}.mobile-footer__social{display:flex;gap:18px}.mobile-footer__social img{height:24px;width:24px}.mobile-footer__links{display:grid;gap:16px;margin-top:40px}.mobile-footer__column{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.mobile-footer__column+.mobile-footer__column{border-top:1px solid rgba(255,255,255,.18);padding-top:16px}.mobile-footer__column h4{color:#fff;font-family:Chivo,sans-serif;font-size:16px;font-weight:700;margin:0}.mobile-footer__column a{color:#fff;font-family:Chivo,sans-serif;font-size:16px;line-height:1.6;opacity:.95}.mobile-footer__copy{color:#fff;font-family:Chivo,sans-serif;font-size:14px;line-height:20px;margin:52px 0 0;opacity:.8;text-align:center}.mobile-btn:focus-visible,.mobile-header__menu:focus-visible,.mobile-pricing__cta:focus-visible,.mobile-demo-cta__form button:focus-visible,.mobile-faq__item button:focus-visible{outline:2px solid #ffffff;outline-offset:2px}
