:root,[data-theme=dark]{--bg:#070b10;--bg-elevated:#0d141c;--bg-panel:#121a24;--bg-soft:#15202c;--ink:#eef3f8;--muted:#8b9aab;--line:#eef3f814;--line-strong:#eef3f824;--sky:#5eb3e4;--sky-deep:#3a9ad0;--sky-wash:#5eb3e424;--green:#1ecf86;--green-deep:#14a86b;--green-wash:#1ecf861f;--danger:#ef4444;--hero-a:#5eb3e42e;--hero-b:#1ecf861a;--hero-base:#0a121a;--trust-bg:#121a24b3;--badge-bg:#eef3f8;--badge-fg:#071018;--cta-bg:linear-gradient(120deg, #0c2f3d 0%, #0d3a32 48%, #0a1c2a 100%);--cta-border:#eef3f81f;--shadow-panel:0 12px 40px #00000047;--max:1120px;--nav-h:68px;--radius:16px;--radius-lg:24px;--font-display:"Syne", sans-serif;--font-body:"Figtree", sans-serif;--ease:cubic-bezier(.22, 1, .36, 1);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--bg:#f4f7fa;--bg-elevated:#fff;--bg-panel:#fff;--bg-soft:#eef4f8;--ink:#142029;--muted:#5a6b7a;--line:#14202914;--line-strong:#14202924;--sky:#2f8fc4;--sky-deep:#1f74a3;--sky-wash:#2f8fc41f;--green:#0f9f6e;--green-deep:#0a7a55;--green-wash:#0f9f6e1a;--danger:#dc2626;--hero-a:#2f8fc429;--hero-b:#0f9f6e1a;--hero-base:#eaf3f9;--trust-bg:#ffffffd9;--badge-bg:#142029;--badge-fg:#f4f7fa;--cta-bg:linear-gradient(120deg, #e8f4fb 0%, #e6f7f1 50%, #eef3f8 100%);--cta-border:#1420291a;--shadow-panel:0 14px 36px #14324614;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;font-family:var(--font-body);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.55;transition:background .25s,color .25s}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin:0;font-weight:700;line-height:1.08}p{margin:0}ul{margin:0;padding:0;list-style:none}#root{min-height:100vh}.container{width:min(100% - 2rem, var(--max));margin-inline:auto}.section{scroll-margin-top:calc(var(--nav-h) + 8px);padding:3.25rem 0}.section--tight{padding:2.5rem 0}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--sky);align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.72rem;font-weight:700;display:inline-flex}::selection{color:var(--ink);background:#5eb3e459}@media (width<=720px){.container{width:min(100% - 1.25rem, var(--max))}.section{padding:2.75rem 0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.play-badge{color:#fff;transition:transform .25s var(--ease), box-shadow .25s ease;background:#000;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:.7rem;padding:.55rem 1rem .55rem .7rem;display:inline-flex;box-shadow:0 8px 20px #0000002e}.play-badge:hover{transform:translateY(-1px);box-shadow:0 12px 24px #00000038}.play-badge--sm{gap:.55rem;padding:.4rem .8rem .4rem .55rem}.play-badge--lg{border-radius:12px;gap:.85rem;padding:.75rem 1.25rem .75rem .85rem}.play-badge__icon{flex-shrink:0;width:1.55rem;height:1.55rem}.play-badge--sm .play-badge__icon{width:1.25rem;height:1.25rem}.play-badge--lg .play-badge__icon{width:1.9rem;height:1.9rem}.play-badge__copy{text-align:left;flex-direction:column;line-height:1.05;display:flex}.play-badge__eyebrow{letter-spacing:.06em;text-transform:uppercase;opacity:.72;font-size:.58rem;font-weight:500}.play-badge__title{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.02rem;font-weight:700}.play-badge--sm .play-badge__title{font-size:.88rem}.play-badge--lg .play-badge__title{font-size:1.2rem}.brand{color:var(--sky);align-items:center;gap:.6rem;display:inline-flex}.brand__mark{place-items:center;width:1.9rem;height:1.9rem;display:grid}.brand__mark svg{width:100%;height:100%}.brand__text{font-family:var(--font-display);letter-spacing:-.04em;color:var(--ink);font-size:1.05rem;font-weight:700}.theme-toggle{border:1px solid var(--line-strong);width:2.4rem;height:2.4rem;color:var(--ink);background:var(--bg-panel);border-radius:10px;place-items:center;transition:background .2s,border-color .2s,color .2s;display:grid}.theme-toggle:hover{border-color:var(--sky);color:var(--sky-deep)}.nav{z-index:50;height:var(--nav-h);border-bottom:1px solid #0000;align-items:center;transition:background .2s,border-color .2s;display:flex;position:sticky;top:0}.nav--scrolled{background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:var(--line)}.nav__inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.nav__links{align-items:center;gap:1.5rem;display:none}.nav__link{color:var(--muted);font-size:.9rem;font-weight:500;transition:color .2s}.nav__link:hover{color:var(--ink)}.nav__actions{align-items:center;gap:.55rem;display:flex}.nav__cta{display:none}.nav__menu{border:1px solid var(--line-strong);width:2.4rem;height:2.4rem;color:var(--ink);background:var(--bg-panel);border-radius:10px;place-items:center;display:grid}.nav__drawer{inset:var(--nav-h) 0 auto;background:var(--bg);border-bottom:1px solid var(--line);padding:.5rem 0 1.25rem;position:absolute}.nav__drawer-inner{flex-direction:column;gap:.25rem;display:flex}.nav__drawer-link{font-family:var(--font-display);border-bottom:1px solid var(--line);padding:.9rem 0;font-size:1.25rem;font-weight:600}.nav__drawer-meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem;display:flex}@media (width>=880px){.nav__links{display:flex}.nav__cta{display:inline-flex}.nav__menu{display:none}}.footer{border-top:1px solid var(--line);background:var(--bg-elevated);padding:2.5rem 0 1.5rem}.footer__row{gap:2rem;display:grid}.footer__brand{gap:.65rem;max-width:22rem;display:grid}.footer__brand p{color:var(--muted);font-size:.92rem}.footer__cols{gap:1.5rem;display:grid}.footer__label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.55rem;font-size:.7rem;font-weight:700}.footer__cols a{color:var(--ink);opacity:.88;font-size:.92rem}.footer__cols a:hover{opacity:1;color:var(--sky)}.footer__legal{flex-wrap:wrap;gap:.45rem 1rem;display:flex}.footer__bottom{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.5rem 1.25rem;margin-top:2rem;padding-top:1rem;font-size:.82rem;display:flex}@media (width>=800px){.footer__row{grid-template-columns:1fr 1.2fr;align-items:start}.footer__cols{grid-template-columns:1fr 1.4fr}}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{flex:1}.device{width:100%;max-width:220px;margin:0}.device__frame{background:linear-gradient(160deg,#2a3440,#0a0e14 55%,#1a222c);border:1px solid #ffffff1a;border-radius:26px;padding:7px;position:relative;box-shadow:0 0 0 1px #0006,0 16px 32px #00000073}.device__island{z-index:2;background:#05080c;border-radius:999px;width:28%;height:12px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.device__screen{aspect-ratio:9/19.5;object-fit:cover;object-position:top center;background:#0a1018;border-radius:20px;width:100%;height:auto;max-height:460px}.device__label{text-align:center;color:var(--muted);letter-spacing:.02em;margin-top:.65rem;font-size:.78rem;font-weight:600}.device--hero{max-width:230px}.device--sm{max-width:180px}.device--sm .device__screen{max-height:380px}@media (width<=640px){.device--hero{max-width:190px}.device--sm{max-width:150px}.device__screen{max-height:400px}}.hero{padding:2rem 0 3.5rem;position:relative;overflow:clip}.hero__banner{background:radial-gradient(700px 340px at 18% 0%, var(--hero-a), transparent 60%), radial-gradient(520px 280px at 88% 20%, var(--hero-b), transparent 55%), linear-gradient(180deg, var(--hero-base) 0%, var(--bg) 100%);pointer-events:none;position:absolute;inset:0}.hero__grid{align-items:center;gap:2.5rem;display:grid;position:relative}.hero__copy h1{max-width:11ch;margin-bottom:.9rem;font-size:clamp(2.4rem,6.5vw,3.85rem)}.hero__copy h1 span{color:var(--muted);display:block}.hero__lede{max-width:28rem;color:var(--muted);margin-bottom:1.4rem;font-size:1.08rem}.hero__actions{flex-wrap:wrap;align-items:center;gap:.9rem 1.2rem;margin-bottom:1.5rem;display:flex}.hero__link{color:var(--sky);border-bottom:1px solid #5eb3e459;padding-bottom:.05rem;font-weight:600}.hero__link:hover{color:var(--ink);border-color:var(--line-strong)}.hero__trust{flex-wrap:wrap;gap:.5rem 1rem;display:flex}.hero__trust li{color:var(--muted);border:1px solid var(--line);background:var(--trust-bg);border-radius:999px;padding:.35rem .7rem;font-size:.82rem;font-weight:600}.hero__devices{justify-content:center;align-items:flex-end;gap:.75rem;min-height:360px;padding:.5rem 0 0;display:flex;position:relative}.hero__phone--back{opacity:.88;z-index:1;transform:translateY(18px)scale(.92)}.hero__phone--front{z-index:2}@media (width>=920px){.hero{min-height:auto;padding:1.25rem 0 3rem}.hero__grid{grid-template-columns:1.05fr .95fr;gap:2rem}.hero__devices{justify-content:flex-end;gap:1rem;min-height:420px}.hero__phone--back{transform:translate(12px,28px)scale(.9)}}@media (width<=480px){.hero__devices{min-height:300px}.hero__phone--back{display:none}}.features__layout{align-items:start;gap:2rem;display:grid}.features__intro{max-width:28rem}.features__intro h2{margin-bottom:.7rem;font-size:clamp(1.75rem,3.4vw,2.45rem)}.features__lede{color:var(--muted);font-size:1rem}.features__list{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--bg-panel);box-shadow:var(--shadow-panel);overflow:hidden}.features__item{border-bottom:1px solid var(--line);grid-template-columns:auto auto 1fr;align-items:start;gap:.85rem 1rem;padding:1.2rem 1.15rem;display:grid}.features__item:last-child{border-bottom:none}.features__index{font-family:var(--font-display);letter-spacing:.08em;color:var(--muted);min-width:1.5rem;padding-top:.35rem;font-size:.75rem;font-weight:700}.features__icon{width:2.4rem;height:2.4rem;color:var(--sky-deep);background:var(--sky-wash);border:1px solid var(--line);border-radius:11px;place-items:center;display:grid}.features__copy h3{margin-bottom:.3rem;font-size:1.05rem}.features__copy p{color:var(--muted);max-width:36rem;font-size:.93rem}@media (width>=900px){.features__layout{grid-template-columns:.85fr 1.15fr;gap:3rem}.features__item{gap:1rem 1.15rem;padding:1.35rem 1.4rem}}.how{background:var(--bg-elevated);border-block:1px solid var(--line)}.how__head{max-width:34rem;margin-bottom:2rem}.how__head h2{margin-bottom:.65rem;font-size:clamp(1.75rem,3.4vw,2.45rem)}.how__lede{color:var(--muted)}.how__track{gap:1rem;display:grid}.how__card{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-panel);box-shadow:var(--shadow-panel);padding:1.4rem 1.25rem;position:relative}.how__badge{width:2.6rem;height:2.6rem;color:var(--green-deep);background:var(--green-wash);border:1px solid var(--line);border-radius:12px;place-items:center;margin-bottom:1rem;display:grid}.how__step{font-family:var(--font-display);letter-spacing:.12em;color:var(--muted);margin-bottom:.45rem;font-size:.72rem;font-weight:700;display:block}.how__card h3{margin-bottom:.4rem;font-size:1.35rem}.how__card p{color:var(--muted);font-size:.94rem}.how__connector{display:none}@media (width>=860px){.how__track{grid-template-columns:repeat(3,1fr);gap:1.25rem}.how__card{padding:1.6rem 1.4rem}.how__connector{background:linear-gradient(90deg, transparent, var(--line-strong));width:1.25rem;height:2px;display:block;position:absolute;top:2.7rem;left:-.75rem}}.showcase__head{text-align:center;max-width:34rem;margin:0 auto 2rem}.showcase__head h2{margin-bottom:.65rem;font-size:clamp(1.7rem,3.5vw,2.35rem)}.showcase__lede{color:var(--muted);font-size:.98rem}.showcase__row{grid-template-columns:repeat(3,minmax(0,1fr));place-items:end center;gap:1rem 1.25rem;display:grid}@media (width<=720px){.showcase__row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.showcase__row .device{scroll-snap-align:center;flex:none;max-width:160px}}@media (width>=721px) and (width<=900px){.showcase__row .device{max-width:180px}}.cta{padding:1rem 0 3.25rem}.cta__panel{border-radius:var(--radius-lg);border:1px solid var(--cta-border);background:var(--cta-bg);box-shadow:var(--shadow-panel);align-items:center;gap:2rem;padding:1.75rem 1.35rem;display:grid;overflow:hidden}.cta__copy{justify-items:start;gap:.85rem;max-width:34rem;display:grid}.cta__copy h2{max-width:14ch;font-size:clamp(1.85rem,3.8vw,2.65rem)}.cta__lede{color:var(--muted);font-size:1.02rem}.cta__points{gap:.45rem;margin:.15rem 0 .35rem;display:grid}.cta__points li{color:var(--ink);align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;display:flex}.cta__points svg{color:var(--green);flex-shrink:0}.cta__actions{justify-items:start;gap:.75rem;margin-top:.15rem;display:grid}.cta__consent{color:var(--sky-deep);border-bottom:1px solid color-mix(in srgb, var(--sky) 35%, transparent);padding-bottom:.1rem;font-size:.9rem;font-weight:600;transition:color .2s,border-color .2s}.cta__consent:hover{color:var(--ink);border-color:var(--line-strong)}.cta__visual{justify-content:center;display:none}@media (width>=860px){.cta__panel{grid-template-columns:1.15fr .85fr;gap:1.5rem;padding:2.25rem 2.5rem}.cta__visual{display:flex}}.legal{padding:2.5rem 0 4rem}.legal__wrap{max-width:720px}.legal__back{color:var(--sky);margin-bottom:1.35rem;font-weight:600;display:inline-block}.legal h1{margin-bottom:.65rem;font-size:clamp(2rem,4vw,2.8rem)}.legal__desc{color:var(--muted);margin-bottom:2.25rem}.legal__section{margin-bottom:1.5rem}.legal__section h2{margin-bottom:.55rem;font-size:1.15rem}.legal__section p{color:var(--muted);margin-bottom:.65rem}.legal__section ul{color:var(--muted);gap:.35rem;margin:.4rem 0 .75rem;padding-left:1.15rem;list-style:outside;display:grid}.consent{padding:2.5rem 0 4.5rem}.consent__wrap{max-width:760px}.consent__back{color:var(--sky);margin-bottom:1.35rem;font-weight:600;display:inline-block}.consent__hero{border-bottom:1px solid var(--line);margin-bottom:2rem;padding-bottom:1.5rem}.consent__hero h1{max-width:18ch;margin-bottom:.85rem;font-size:clamp(1.85rem,3.8vw,2.55rem)}.consent__intro{color:var(--muted);max-width:40rem;font-size:1.05rem;line-height:1.65}.consent__doc{gap:0;display:grid}.consent__section{border-bottom:1px solid var(--line);padding:1.35rem 0}.consent__section:last-child{border-bottom:none}.consent__section h2{letter-spacing:-.02em;margin-bottom:.7rem;font-size:1.15rem}.consent__section p{color:var(--muted);margin-bottom:.75rem;line-height:1.65}.consent__section p:last-child{margin-bottom:0}.consent__section ul{color:var(--muted);gap:.45rem;margin:.35rem 0 .85rem;padding-left:1.2rem;list-style:outside;display:grid}.consent__section li{padding-left:.15rem;line-height:1.55}.consent__contacts{gap:1rem;display:grid;margin-top:.85rem!important;padding-left:0!important;list-style:none!important}.consent__contacts li{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-panel);gap:.2rem;padding:.95rem 1rem;display:grid}.consent__contacts strong{color:var(--ink);font-family:var(--font-display);letter-spacing:-.02em;font-size:1.02rem}.consent__contacts span{color:var(--muted);font-size:.92rem}.consent__contacts a{color:var(--sky-deep);border-bottom:1px solid color-mix(in srgb, var(--sky) 35%, transparent);width:fit-content;font-size:.92rem;font-weight:600}.consent__section--final{padding-top:1.5rem}.consent__ack{border-radius:var(--radius);border:1px solid color-mix(in srgb, var(--green) 30%, var(--line));background:var(--green-wash);margin-top:.35rem;padding:1.2rem 1.25rem}.consent__ack p{font-size:.98rem;font-weight:600;line-height:1.55;color:var(--ink)!important;margin:0!important}@media (width>=720px){.consent__contacts{grid-template-columns:1fr 1fr}.consent__ack{padding:1.35rem 1.4rem}}
