:root{--bg: #050a0c;--bg-elevated: #0a1418;--text: #e8f4f8;--text-muted: rgba(232, 244, 248, .72);--accent: #00e6ff;--accent-dim: rgba(0, 230, 255, .15);--border: rgba(0, 230, 255, .12);--font: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;--marketing-header-sticky-top: 4.85rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6}.skip-link{position:absolute;left:-9999px;z-index:100;padding:.5rem 1rem;background:var(--accent);color:var(--bg)}.skip-link:focus{left:1rem;top:1rem}.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--border);background:#050a0ceb;backdrop-filter:blur(12px)}.site-header__inner{position:relative;max-width:72rem;margin:0 auto;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:nowrap;min-width:0}.site-header__menu-toggle{display:none;flex-shrink:0;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--border);border-radius:.5rem;background:#00e6ff0f;color:var(--accent);cursor:pointer}.site-header__menu-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.site-header__menu-bars{display:block;width:1.2rem;height:2px;background:currentColor;border-radius:1px;box-shadow:0 -6px 0 currentColor,0 6px 0 currentColor}.site-header__nav{display:flex;align-items:center;gap:1.25rem;flex-wrap:nowrap}.site-header__nav a{color:var(--text-muted);text-decoration:none;font-weight:600;font-size:.9rem}.site-header__nav a:hover{color:var(--accent)}@media (max-width: 47.99rem){.site-header__menu-toggle{display:inline-flex}.site-header__nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;flex-wrap:nowrap;gap:1rem;padding:1rem 1.25rem 1.25rem;background:#050a0cfa;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 12px 32px #00000059;display:none}.site-header--nav-open .site-header__nav{display:flex}.site-header__nav a{padding:.35rem 0;font-size:1rem}.site-header__nav .app-store-badge{align-self:flex-start}}@media (min-width: 48rem){.site-header__nav{position:static;display:flex!important;flex-direction:row;padding:0;background:transparent;border:none;box-shadow:none}}.site-footer{margin-top:auto;border-top:1px solid var(--border);padding:2rem 1.25rem;background:var(--bg-elevated)}.site-footer__inner{max-width:72rem;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.site-footer__brand{margin:0;font-size:.875rem;color:var(--text-muted)}.site-footer__nav{display:flex;gap:1.25rem;flex-wrap:wrap}.site-footer__nav a{color:var(--text-muted);text-decoration:none;font-size:.875rem;font-weight:500}.site-footer__nav a:hover{color:var(--accent)}.home-hero{padding:clamp(2rem,5vw,4rem) clamp(1.25rem,5vw,3rem) clamp(2.5rem,8vw,5rem)}.home-hero__grid{max-width:72rem;margin:0 auto;display:grid;gap:clamp(2rem,4vw,3.5rem);align-items:center;grid-template-columns:1fr;min-width:0}@media (min-width: 56rem){.home-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.88fr);gap:clamp(1.75rem,3vw,2.5rem);align-items:center}.home-hero__copy{max-width:34rem;min-width:0}.home-hero__visual{justify-content:center;min-width:0;min-height:0}}.home-hero__copy h1{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;letter-spacing:-.04em;line-height:1.12;margin:0 0 1.75rem}.home-hero__steps{list-style:none;padding:0;margin:0 0 2rem;display:grid;gap:1.15rem;counter-reset:hp-step}.home-hero__steps li{display:flex;align-items:flex-start;gap:1rem}.home-hero__steps li:before{counter-increment:hp-step;content:counter(hp-step);flex-shrink:0;width:2.1rem;height:2.1rem;display:grid;place-items:center;border-radius:.6rem;font-size:.8rem;font-weight:800;background:var(--accent-dim);color:var(--accent);border:1px solid var(--border)}.home-hero__step-title{display:block;font-weight:700;font-size:1.05rem;margin-bottom:.2rem}.home-hero__step-desc{display:block;font-size:.95rem;color:var(--text-muted);line-height:1.45}.home-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.home-hero__cta-strip--mobile{display:none}@media (min-width: 56rem){.home-hero__actions--desktop{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}}.home-hero__visual{display:flex;justify-content:center}.home-hero__img{display:block;width:auto;max-width:min(27rem,100%);min-height:0;max-height:min(48rem,78vh);height:auto;object-fit:contain;margin-inline:auto;border-radius:2.25rem;box-shadow:0 0 0 1px var(--border),0 24px 64px #00000073,0 0 80px #00e6ff1f}@media (max-width: 55.99rem){.home-hero{padding-inline:clamp(.75rem,4vw,1.25rem)}.home-hero__grid{display:flex;flex-direction:column;gap:0}.home-hero__cta-strip--mobile{order:1;display:block;width:100%;text-align:center;margin-bottom:1rem}.home-hero__visual{order:2;width:100%;position:sticky;top:var(--marketing-header-sticky-top);z-index:0;align-self:flex-start}.home-hero__visual:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:min(22rem,100%);height:min(45%,12rem);pointer-events:none;border-radius:0 0 2.25rem 2.25rem;background:linear-gradient(to bottom,#050a0c00,#050a0c8c)}.home-hero__copy{order:3;margin-top:-6rem;position:relative;z-index:2;padding:clamp(3rem,11vw,4.5rem) 1rem 2rem;border-radius:1.25rem 1.25rem 0 0;min-height:min(46vh,24rem);background:linear-gradient(180deg,#050a0c59,#050a0c8c 14%,#050a0cc7 38%,#050a0ced);backdrop-filter:blur(18px) saturate(1.12);-webkit-backdrop-filter:blur(18px) saturate(1.12);box-shadow:0 -8px 40px #00000080,0 0 0 1px #00e6ff1a}.home-hero__copy h1{text-shadow:0 2px 28px rgba(0,0,0,.88),0 1px 3px rgba(0,0,0,.65)}.home-hero__copy .home-hero__step-title{text-shadow:0 1px 14px rgba(0,0,0,.78)}.home-hero__copy .home-hero__step-desc{text-shadow:0 1px 12px rgba(0,0,0,.72)}.home-hero__actions--desktop{display:none}.home-hero__img{max-width:min(22rem,100%);max-height:min(52vh,32rem);margin-inline:auto;position:relative;z-index:0}}@media (max-width: 55.99rem) and (prefers-reduced-motion: reduce){.home-hero__visual{position:static;top:auto}.home-hero__visual:after{opacity:.85}.home-hero__copy{min-height:0;margin-top:-3rem;background:linear-gradient(180deg,#050a0cd1,#050a0cf0)}.home-hero__copy h1,.home-hero__copy .home-hero__step-title,.home-hero__copy .home-hero__step-desc{text-shadow:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:.75rem;font-weight:700;font-size:.95rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:#050a0c;box-shadow:0 0 0 1px #00e6ff66}.btn--primary:hover{filter:brightness(1.08)}.btn--secondary{background:transparent;color:var(--accent);border:2px solid var(--accent)}.btn--secondary:hover{background:var(--accent-dim)}.legal{max-width:42rem;margin:0 auto;padding:2.5rem 1.25rem 4rem}.legal h1{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.03em;margin:0 0 2rem}.legal h2{font-size:1.25rem;font-weight:700;margin:2rem 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.legal p{margin:0 0 1rem;color:var(--text-muted)}.legal a{color:var(--accent)}.legal .legal__meta{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--text-muted)}
