:root{--bg-color: #000000;--surface: #121212;--card: #191919;--text: #ffffff;--muted: #d1d5db;--border: rgba(255,255,255,.06);--chip: rgba(255,255,255,.08);--blue: #2563eb;--blue-600: #1d4ed8}.trust{background:var(--surface);padding:72px 24px;color:var(--text)}.trust__container{max-width:1200px;margin:0 auto}.trust__title{font-size:40px;font-weight:700;margin:0 0 16px}@media (min-width: 960px){.trust__title{font-size:56px}}.trust__subtitle{max-width:960px;margin:0 auto 40px;color:var(--muted);font-size:18px;line-height:1.6}.trust__grid{display:flex;gap:0}@media (max-width: 1023px){.trust__grid{flex-direction:column;gap:32px}}.trust__card{flex:1;background:transparent;border-radius:0;padding:0 40px;border:none;border-right:1px solid var(--border);box-shadow:none;text-align:left;transition:none}.trust__card:hover{transform:none;box-shadow:none}.trust__card:last-child{border-right:none}.trust__card:first-child{padding-left:0}@media (max-width: 1023px){.trust__card{border-right:none;padding:0}}.trust__icon{width:64px;height:64px;margin:0 0 18px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:999px;background:linear-gradient(180deg,#ffffff1f,#ffffff0a);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff2e,0 10px 24px #00000059;-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%)}.trust__icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid rgba(255,255,255,.08);background:radial-gradient(120% 120% at 30% 20%,rgba(255,255,255,.18),transparent 55%);pointer-events:none}.trust__icon-img{width:100%;height:100%;object-fit:contain}.trust__card-title{font-size:22px;font-weight:600;margin:6px 0 10px}.trust__card-desc{color:var(--muted);line-height:1.6;max-width:none;margin:0}.trust__card-desc strong{color:var(--text);font-weight:600}.product{background:#37373700;padding:72px 24px;color:var(--text)}.product__container{max-width:1200px;margin:0 auto}.product__header{margin-bottom:48px}.product__overline{color:var(--muted);font-size:14px;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 16px;font-weight:500}.product__title{font-size:32px;font-weight:700;margin:0;line-height:1.2}@media (min-width: 768px){.product__title{font-size:40px}}@media (min-width: 960px){.product__title{font-size:48px}}.product__grid{display:grid;gap:20px;grid-template-columns:1fr}@media (min-width: 1024px){.product__grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.product__grid>:nth-child(1){grid-column:1;grid-row:1}.product__grid>:nth-child(2){grid-column:1;grid-row:2}.product__grid>:nth-child(3){grid-column:2;grid-row:1 / 3}}.product-feature-card{position:relative;border-radius:20px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 20px #0000004d}.product-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0006}.product-feature-card--large{min-height:280px;background-size:auto 100%;background-position:center bottom;background-repeat:no-repeat;justify-content:flex-start}@media (min-width: 1024px){.product-feature-card--default{min-height:290px}.product-feature-card--large{min-height:100%;background-size:auto 65%;background-position:center bottom;background-repeat:no-repeat;justify-content:flex-start}}.product-feature-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#000000b3);z-index:1}.product-feature-card__check{position:absolute;top:20px;right:20px;width:64px;height:64px;z-index:3;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}@media (min-width: 768px){.product-feature-card__check{width:80px;height:80px;top:30px;right:30px}}.product-feature-card__content{position:relative;z-index:2;padding:24px;color:var(--text)}@media (min-width: 768px){.product-feature-card__content{padding:32px}}.product-feature-card__title{font-size:22px;font-weight:600;margin:0 0 12px;line-height:1.3}@media (min-width: 768px){.product-feature-card__title{font-size:24px}}.product-feature-card__description{font-size:15px;color:var(--muted);line-height:1.6;margin:0;max-width:400px}.why{background:var(--surface);color:var(--text);padding:72px 24px}.why__container{max-width:1200px;margin:0 auto}.why__header{text-align:center;margin-bottom:32px}.why__title{font-size:36px;font-weight:700;margin:0 0 12px}@media (min-width: 960px){.why__title{font-size:48px}}.why__subtitle{color:var(--muted);max-width:900px;margin:0 auto;line-height:1.6}.why__grid{display:grid;gap:20px;grid-template-columns:1fr;margin-top:28px}@media (min-width: 768px){.why__grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.why__grid{grid-template-columns:1fr 1fr}}.why__card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:18px;min-height:300px;overflow:hidden;background-size:cover;background-position:center;box-shadow:0 8px 30px #00000059 inset,0 10px 24px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.why__card:hover{transform:translateY(-4px);box-shadow:0 12px 34px #00000073,0 8px 18px #00000059 inset}.why__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000,#0000008c 70%)}.why__content{position:absolute;left:20px;right:20px;bottom:20px}.why__card-title{font-size:20px;font-weight:600;margin:0 0 10px}.why__card-desc{color:var(--muted);line-height:1.6}html,body,#root{height:100%}body{margin:0;background:var(--bg-color);color:var(--text);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-shell{min-height:100vh;background:#121212}.container{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.navbar{position:sticky;top:0;z-index:50;background:transparent}.navbar--scrolled{background:#00000059;-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;max-width:1200px;margin:0 auto}.navbar__brand{display:inline-flex;align-items:center;text-decoration:none;color:var(--text);gap:6px}.navbar__logo{height:28px}@media (min-width: 1024px){.navbar__logo{height:32px}}.navbar__brand-text{font-weight:700;letter-spacing:.02em}.navbar__nav{display:none;gap:28px}@media (min-width: 900px){.navbar__nav{display:flex}}.navbar__link{color:var(--text);opacity:.9;text-decoration:none;font-weight:500}.navbar__link:hover{opacity:1}.navbar__cta{display:none}@media (min-width: 700px){.navbar__cta{display:block}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;font-weight:600;text-decoration:none}.hero .btn{padding:14px 24px;font-size:16px}@media (min-width: 960px){.hero .btn{padding:16px 28px;font-size:18px}}.btn--primary{background:var(--blue);color:#fff}.btn--primary:hover{background:var(--blue-600)}.btn--ghost{color:#fff;border:1px solid rgba(255,255,255,.25);background:transparent}.btn--ghost:hover{border-color:#ffffff73}.btn--glass{color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px) saturate(150%);backdrop-filter:blur(12px) saturate(150%);box-shadow:inset 0 1px #ffffff1a,0 4px 12px #0003;transition:background .2s ease,border-color .2s ease}.btn--glass:hover{background:#ffffff1f;border-color:#fff3}.mode-dropdown{position:relative}.mode-dropdown__trigger{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;margin-left:16px;border-radius:999px;background:linear-gradient(90deg,#3e597d,#70a2e3);color:#fff;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:filter .2s ease}.mode-dropdown__trigger:hover{filter:brightness(1.1)}.mode-dropdown__icon{transition:transform .2s ease}.mode-dropdown__icon.is-open{transform:rotate(180deg)}.mode-dropdown__menu{position:absolute;top:calc(100% + 8px);left:0;min-width:160px;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:8px 0;list-style:none;margin:0;box-shadow:0 8px 24px #0006;z-index:100}.mode-dropdown__item{padding:10px 16px;color:var(--text);cursor:pointer;transition:background .15s ease}.mode-dropdown__item:hover{background:#ffffff0f}.mode-dropdown__item.is-selected{color:var(--blue);font-weight:600}.navbar__left{display:flex;align-items:center;gap:16px}.navbar__right{display:flex;align-items:center;gap:24px}.hero{position:relative}.hero__container{position:relative;max-width:1200px;margin:0 auto;padding:30px 24px;min-height:70vh;display:flex;align-items:center;justify-content:center}.hero__content{position:relative;z-index:5;max-width:800px;padding:16px;text-align:center}.hero__chip{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;background:#ffffff14;color:var(--muted);font-weight:500;font-size:14px;margin:0 auto 32px}.hero__chip-icon{font-size:16px}.hero__title{margin:0 0 18px;font-size:40px;line-height:1.1;font-weight:700}@media (min-width: 960px){.hero__title{font-size:60px}}.hero__subtitle{margin:0 auto 40px;color:var(--muted);max-width:580px;font-size:16px;line-height:1.6}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.btn--with-icon{gap:10px}.btn__icon{font-size:25px}.hero__partners{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:center;justify-items:center;margin-top:48px;padding-top:48px;border-top:1px solid var(--border)}.hero__partner-icon{font-size:80px;color:var(--muted);opacity:.7}.hero__partner-logo{height:40px;width:auto;opacity:.7;filter:grayscale(100%) brightness(2)}.get-started{background:var(--surface);padding:80px 24px;color:var(--text)}.get-started__container{max-width:1200px;margin:0 auto}.get-started__label{color:var(--muted);opacity:.5;font-size:16px;font-weight:500;margin:0 0 12px}.get-started__title{font-size:36px;font-weight:700;margin:0 0 48px;line-height:1.2}@media (min-width: 960px){.get-started__title{font-size:40px}}.get-started__frame{background:#1f1f1f;border-radius:24px;padding:48px 24px;overflow:hidden}.get-started__carousel{display:flex;align-items:flex-end;justify-content:center;gap:0;position:relative;min-height:400px}.get-started__mockup{flex-shrink:0}.get-started__mockup img{width:100%;height:auto;display:block}.get-started__mockup--left{width:220px;transform:translate(40px);z-index:1}.get-started__mockup--center{width:280px;z-index:3;position:relative}.get-started__mockup--right{width:220px;transform:translate(-40px);z-index:2}@media (max-width: 768px){.get-started__mockup--left,.get-started__mockup--right{display:none}.get-started__mockup--center{width:100%;max-width:300px}.get-started__carousel{min-height:300px}}.hero__media{position:absolute;right:0;bottom:0;width:auto;height:auto;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none}.hero__image{width:auto;height:auto;max-width:60vw;max-height:90vh;object-fit:contain;transform:translate(14%) scale(1.25);transform-origin:right bottom}.feature{background:var(--surface);color:var(--text);padding:72px 24px}.feature__container{max-width:1200px;margin:0 auto}.feature__grid{display:grid;gap:36px;grid-template-columns:1fr;align-items:center}@media (min-width: 1024px){.feature__grid{grid-template-columns:1.1fr .9fr}}.feature__grid--flip{direction:rtl}.feature__grid--flip>*{direction:ltr}.feature__media{min-height:360px;border-radius:16px;background-size:cover;background-position:center}.feature__content{max-width:560px}.feature__title{font-size:36px;font-weight:700;margin:0 0 12px}.feature__desc{color:var(--muted);line-height:1.6;margin-bottom:18px}.feature__actions{display:flex;gap:12px;flex-wrap:wrap}.feature__bullets{margin:0 0 18px;padding-left:18px;color:var(--muted);line-height:1.6}.cta{background:var(--surface);color:var(--text);padding:80px 24px}.cta__container{max-width:1240px;margin:0 auto}.cta__panel{background:var(--card);border:1px solid var(--border);border-radius:44px;box-shadow:0 10px 40px #00000059,inset 0 1px #ffffff08;overflow:hidden;position:relative}.cta__grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch;padding:0;min-height:560px}@media (min-width: 1024px){.cta__grid{grid-template-columns:1.1fr .9fr;gap:48px;padding:0}}.cta__content{max-width:640px;padding:40px 0 40px 40px}@media (min-width: 1024px){.cta__content{padding:56px 0 56px 56px}}@media (max-width: 768px){.cta__content{padding:16px 16px 8px 8px}}.cta__title{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";font-weight:800;line-height:1.05;font-size:72px;margin:0 0 16px}@media (max-width: 768px){.cta__title{font-size:40px}}.cta__subtitle{color:var(--muted);font-size:20px;line-height:1.6;margin-bottom:28px}.cta__badges{display:flex;gap:16px;flex-wrap:wrap}.cta__badge{display:inline-flex;align-items:center;justify-content:center;height:96px;padding:0;background:transparent;border:none;border-radius:14px;box-shadow:none;transition:transform .2s ease,filter .2s ease}.cta__badge:hover{transform:translateY(-2px);filter:brightness(1.08)}.cta__badge img{display:block;height:72px;width:auto}.cta__mock{display:block;height:100%;position:relative}.cta__mock-img{position:absolute;right:-84px;bottom:0;height:112%;width:auto;object-fit:contain;filter:drop-shadow(0 30px 40px rgba(0,0,0,.5))}@media (max-width: 1024px){.cta__mock-img{right:-36px;height:104%}}.cta__mock-mobile{display:none;margin-top:20px}.cta__mock-mobile img{width:100%;height:auto;display:block}@media (max-width: 768px){.cta__mock{display:none}.cta__mock-mobile{display:block}}@media (max-width: 640px){.hero__container{min-height:92vh;padding:20px}.hero__content{text-align:center;margin-left:auto;margin-right:auto;padding:16px}.hero__actions{justify-content:center}.hero__soon{margin-left:auto;margin-right:auto;width:140px}.hero__media{left:0;right:0;width:100%;height:60vh;justify-content:center;align-items:flex-end}.hero__image{max-width:95vw;max-height:60vh;transform:scale(1.6);transform-origin:center bottom}}.faq{background:var(--surface);color:var(--text);padding:72px 24px}.faq__container{max-width:none;margin:0 auto;width:auto}.faq__header{text-align:center;margin-bottom:40px}.faq__title{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";font-size:64px;line-height:81px;font-weight:700;margin:0 0 8px}.faq__subtitle{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--muted);line-height:140%;font-size:24px}.faq__title-accent{color:var(--blue, #2F6BFF)}.faq__list{display:grid;gap:12px}.faq__item{background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:background-color .2s ease,box-shadow .2s ease}.faq__item:hover{background-color:#181818}.faq__item .faq__header{display:flex;justify-content:space-between;align-items:center;padding:24px;cursor:pointer;margin-bottom:10px}.faq__q{font-weight:600;font-size:22px}.faq__icon{opacity:1;font-size:24px}.faq__panel{padding:0 24px 20px;color:var(--muted);line-height:1.6;max-height:0;overflow:hidden;opacity:0;transition:max-height .26s ease,opacity .26s ease}.faq__item.is-open .faq__panel{max-height:320px;opacity:1}.faq__a{font-size:17px;font-weight:500}.footer{background:var(--surface);color:var(--text);padding:64px 24px 80px;background-image:url("data:image/svg+xml,%3csvg%20width='1946'%20height='1280'%20viewBox='0%200%201946%201280'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='1440'%20height='527'%20transform='translate(0%20228)'%20fill='%23121212'/%3e%3cg%20filter='url(%23filter0_f_790_44)'%3e%3crect%20x='738'%20y='424'%20width='784'%20height='432'%20fill='%233A86FF'%20fill-opacity='0.3'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_790_44'%20x='314'%20y='0'%20width='1632'%20height='1280'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='212'%20result='effect1_foregroundBlur_790_44'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-size:cover;background-position:center}.footer__container{max-width:1240px;margin:0 auto}.footer__top{display:grid;gap:32px;grid-template-columns:1fr}@media (min-width: 768px){.footer__top{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.footer__top{grid-template-columns:.4fr .6fr;gap:48px}}.footer__brand{display:flex;flex-direction:column;gap:16px}.footer__logo{height:28px;width:auto}@media (min-width: 1024px){.footer__logo{height:32px}}@media (min-width: 1024px){.footer__brand{align-items:flex-start;text-align:left}}@media (min-width: 1024px){.footer__logo{align-self:flex-start}}.footer__tagline{color:var(--muted);line-height:1.7;max-width:42ch;margin:6px 0 10px}.footer__socials{display:flex;gap:12px}.footer__chip{display:inline-flex;align-items:center;justify-content:center;height:48px;width:48px;border-radius:16px;border:1px solid var(--border);background:#ffffff0a;box-shadow:0 8px 24px #0000004d;transition:transform .2s ease,filter .2s ease;color:var(--text)}.footer__chip:hover{transform:translateY(-2px);filter:brightness(1.08)}.footer__links{display:grid;gap:20px;grid-template-columns:1fr;align-content:start}@media (min-width: 768px){.footer__links{grid-template-columns:repeat(3,1fr)}}.footer__col{display:grid;gap:10px}.footer__col-title{font-size:14px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0 0 6px;font-weight:600}.footer__list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.footer__list a{color:var(--text);text-decoration:none;opacity:.9}.footer__list a:hover{opacity:1}.footer__divider{height:1px;background:var(--border);margin:24px 0}.footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;color:var(--muted)}.footer__email{color:var(--muted);text-decoration:none}.footer__email:hover{text-decoration:underline}
