:root { --bg:#080b14; --surface:#121724; --surface-2:#171d2d; --line:rgba(177,194,228,.16); --text:#f7f9fd; --muted:#a9b6c9; --subtle:#75829b; --green:#45ed9a; --green-soft:rgba(69,237,154,.12); --blue:#287bd7; --purple:#ae7fff; }
* { box-sizing:border-box; }
html { max-width:100%; overflow-x:hidden; scroll-behavior:smooth; background:var(--bg); }
body { width:100%; max-width:100%; margin:0; overflow-x:hidden; color:var(--text); background:var(--bg); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
img,svg { max-width:100%; }
@supports (overflow:clip) { html,body { overflow-x:clip; } }
a { color:inherit; } a:focus-visible,button:focus-visible { outline:3px solid var(--green); outline-offset:3px; }.skip-link { position:fixed; top:-100px; left:20px; z-index:100; padding:10px 14px; border-radius:9px; color:#062817; background:var(--green); font-weight:800; }.skip-link:focus { top:20px; }
[id] { scroll-margin-top:108px; }
.section-shell { width:min(1160px,calc(100% - 48px)); margin-inline:auto; }
.site-header { position:fixed; z-index:50; top:0; left:50%; display:flex; width:min(1216px,calc(100% - 32px)); align-items:center; justify-content:space-between; gap:24px; padding:18px 28px; transform:translateX(-50%); border:1px solid transparent; border-radius:0 0 18px 18px; transition:background .2s ease,border-color .2s ease,box-shadow .2s ease; }
.site-header.is-scrolled { border-color:var(--line); background:rgba(8,11,20,.84); box-shadow:0 14px 36px rgba(0,0,0,.22); backdrop-filter:blur(18px); }
.brand { display:inline-flex; align-items:center; gap:10px; text-decoration:none; }.brand-mark { display:grid; width:38px; height:38px; place-items:center; border-radius:11px; color:#fff; background:linear-gradient(145deg,#287bd7,#0b3977); box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 8px 18px rgba(22,108,210,.2); font-size:23px; font-weight:900; }.brand-wordmark { display:block; color:var(--text); font-size:22px; font-weight:850; letter-spacing:-1px; line-height:.92; }.brand-wordmark>span { color:var(--green); }.brand-wordmark small { display:block; margin-top:4px; color:var(--muted); font-size:7px; font-weight:800; letter-spacing:.86px; text-transform:uppercase; }
.site-nav { display:flex; align-items:center; gap:26px; }.site-nav>a { color:var(--muted); font-size:13px; font-weight:700; text-decoration:none; transition:color .15s ease; }.site-nav>a:hover { color:var(--green); }.site-nav .nav-cta { display:inline-flex; align-items:center; gap:8px; padding:11px 15px; border:1px solid rgba(69,237,154,.28); border-radius:10px; color:var(--green); background:rgba(69,237,154,.07); }.site-nav .nav-cta:hover { background:rgba(69,237,154,.15); }
.menu-button { display:none; width:42px; height:42px; padding:10px; border:1px solid var(--line); border-radius:10px; background:#121724; cursor:pointer; }.menu-button span { display:block; width:20px; height:2px; margin:4px auto; border-radius:2px; background:#f7f9fd; transition:transform .15s ease,opacity .15s ease; }
.hero { position:relative; display:grid; min-height:800px; grid-template-columns:1.03fr .97fr; align-items:center; gap:50px; overflow-x:hidden; padding-top:112px; isolation:isolate; }.hero::before { position:absolute; z-index:-1; top:-230px; left:-300px; width:670px; height:670px; border-radius:50%; background:radial-gradient(circle,rgba(69,237,154,.13),transparent 67%); content:""; }.hero::after { position:absolute; z-index:-1; right:-280px; bottom:-200px; width:650px; height:650px; border-radius:50%; background:radial-gradient(circle,rgba(66,120,255,.15),transparent 65%); content:""; }
.hero-copy,.hero-product,.section-heading>*,.audience-intro>*,.privacy>*,.feature-card,.audience-card,.site-footer>* { min-width:0; }
.eyebrow { display:flex; align-items:center; gap:9px; margin:0 0 17px; color:var(--green); font-size:10px; font-weight:850; letter-spacing:1.18px; }.eyebrow>span { width:22px; height:1px; background:var(--green); }.hero h1,.section-heading h2,.audience-intro h2,.privacy h2,.availability h2 { max-width:720px; margin:0; color:var(--text); font-size:clamp(42px,5.35vw,73px); font-weight:780; letter-spacing:-3.2px; line-height:1.01; }.hero h1 em,.section-heading h2 em,.audience-intro h2 em,.privacy h2 em,.availability h2 em { color:var(--green); font-style:normal; }.hero-description { max-width:540px; margin:26px 0 0; color:var(--muted); font-size:18px; line-height:1.62; }.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }.button { display:inline-flex; min-height:51px; align-items:center; justify-content:center; gap:10px; padding:14px 19px; border-radius:12px; font-size:14px; font-weight:820; text-decoration:none; transition:transform .16s ease,box-shadow .16s ease,background .16s ease; }.button:hover { transform:translateY(-2px); }.button-primary { color:#062817; background:var(--green); box-shadow:0 13px 26px rgba(30,202,122,.2); }.button-primary:hover { background:#6cf6b1; box-shadow:0 16px 31px rgba(30,202,122,.29); }.button-ghost { border:1px solid var(--line); color:#d7dfec; background:rgba(255,255,255,.025); }.button-ghost:hover { border-color:rgba(69,237,154,.32); color:var(--green); background:rgba(69,237,154,.07); }.availability-note { display:flex; align-items:center; gap:8px; margin:18px 0 0; color:var(--subtle); font-size:12px; font-weight:650; }.pulse { width:7px; height:7px; border-radius:50%; background:var(--green); box-shadow:0 0 0 0 rgba(69,237,154,.5); animation:pulse 2s infinite; }
.hero-product { position:relative; display:grid; min-height:570px; place-items:center; }.halo { position:absolute; border-radius:50%; filter:blur(1px); }.halo-one { width:390px; height:390px; border:1px solid rgba(69,237,154,.13); background:radial-gradient(circle,rgba(69,237,154,.11),transparent 64%); }.halo-two { width:500px; height:500px; border:1px solid rgba(113,150,255,.11); }.phone-frame { position:relative; z-index:2; width:274px; height:548px; padding:8px; border:1px solid rgba(255,255,255,.31); border-radius:42px; background:linear-gradient(145deg,#374153,#0b101c 35%,#222a3a); box-shadow:0 35px 75px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.12); }.phone-speaker { position:absolute; z-index:3; top:15px; left:50%; width:84px; height:22px; transform:translateX(-50%); border-radius:16px; background:#05070d; }.phone-screen { position:relative; height:100%; overflow:hidden; padding:41px 16px 13px; border-radius:35px; background:linear-gradient(152deg,#17213c 0%,#0a0d15 33%,#080b12 100%); }.app-top { display:flex; align-items:center; justify-content:space-between; }.app-mini-brand { color:#f8faff; font-size:13px; font-weight:850; letter-spacing:-.7px; }.app-mini-brand span { color:var(--green); }.app-bell { display:grid; width:23px; height:23px; place-items:center; border:1px solid rgba(255,255,255,.15); border-radius:7px; color:#ff6d87; background:#161a26; font-size:9px; }.app-overline { margin:21px 0 5px; color:var(--green); font-size:7px; font-weight:800; letter-spacing:.7px; }.phone-screen h2 { margin:0; font-size:26px; letter-spacing:-1px; }.app-subtitle { margin:5px 0 17px; color:#b8c3d4; font-size:9px; }.metric-grid { display:grid; grid-template-columns:1fr 1fr; gap:7px; }.metric-grid>div { min-height:84px; padding:12px 10px; border:1px solid rgba(191,206,240,.12); border-radius:11px; background:rgba(20,25,39,.89); }.metric-grid small { display:block; color:#9aa6bc; font-size:6px; font-weight:800; }.metric-grid strong { display:block; margin:7px 0 4px; font-size:14px; letter-spacing:-.5px; }.metric-grid span { color:#afbacb; font-size:7px; }.metric-grid .metric-positive { color:var(--green); }.metric-accent { background:linear-gradient(145deg,rgba(36,115,197,.28),rgba(20,25,39,.9))!important; }.chart-card { margin-top:10px; padding:12px 11px 10px; border:1px solid rgba(191,206,240,.12); border-radius:11px; background:rgba(20,25,39,.88); }.chart-heading { display:flex; align-items:center; justify-content:space-between; color:#dce6f5; font-size:8px; font-weight:750; }.chart-dot { width:6px; height:6px; border-radius:50%; background:var(--green); }.chart-label { margin-top:5px; color:#8f9cb1; font-size:7px; }.chart { position:relative; height:88px; margin-top:8px; overflow:hidden; }.chart>i { position:relative; display:block; z-index:0; height:1px; margin:18px 0; background:rgba(169,182,201,.12); }.chart svg { position:absolute; z-index:1; inset:3px 0 0; width:100%; height:70px; color:var(--green); }.chart circle { fill:var(--green); }.app-nav { position:absolute; right:0; bottom:0; left:0; display:flex; justify-content:space-around; padding:11px 12px 13px; border-top:1px solid rgba(191,206,240,.11); background:rgba(5,7,13,.85); }.app-nav span { display:grid; place-items:center; color:#aab4c7; font-size:13px; }.app-nav span.active { color:var(--green); }.app-nav small { margin-top:3px; color:inherit; font-size:6px; font-weight:750; }.float-card { position:absolute; z-index:3; display:flex; align-items:center; gap:8px; padding:10px 12px; border:1px solid rgba(187,204,236,.2); border-radius:13px; background:rgba(20,25,38,.82); box-shadow:0 14px 30px rgba(0,0,0,.25); backdrop-filter:blur(12px); }.float-card--top { top:104px; right:-3px; }.float-card--bottom { bottom:92px; left:-10px; }.float-card strong,.float-card small { display:block; }.float-card strong { color:#eaf1fc; font-size:10px; }.float-card small { margin-top:3px; color:#9eabc0; font-size:8px; }.float-icon { display:grid; width:25px; height:25px; place-items:center; border-radius:8px; color:#07351e; background:var(--green); font-size:13px; font-weight:900; }.float-icon--blue { color:#d9eaff; background:#246bb8; }
.features { padding:130px 0 40px; }.section-heading { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:end; }.section-heading h2,.audience-intro h2,.privacy h2,.availability h2 { font-size:clamp(35px,4.2vw,56px); }.section-heading>p:last-child { max-width:475px; margin:0 0 4px; color:var(--muted); font-size:16px; line-height:1.65; }.feature-grid { display:grid; grid-template-columns:1.3fr .85fr .85fr; gap:16px; margin-top:52px; }.feature-card { min-height:300px; padding:27px; border:1px solid var(--line); border-radius:20px; background:linear-gradient(145deg,rgba(24,30,46,.95),rgba(17,21,33,.94)); transition:transform .18s ease,border-color .18s ease,background .18s ease; }.feature-card:hover { transform:translateY(-4px); border-color:rgba(69,237,154,.25); background:linear-gradient(145deg,rgba(28,36,53,.98),rgba(17,21,33,.98)); }.feature-card--large { min-height:344px; }.feature-icon { display:grid; width:41px; height:41px; place-items:center; border-radius:12px; font-size:19px; font-weight:900; }.feature-icon--green { color:#083822; background:var(--green); }.feature-icon--blue { color:#dcedff; background:#1b518c; }.feature-icon--purple { color:#f1e8ff; background:#5e3b8a; }.feature-kicker { margin:22px 0 9px; color:var(--green); font-size:9px; font-weight:850; letter-spacing:.95px; }.feature-card h3,.audience-card h3 { margin:0; font-size:21px; line-height:1.15; letter-spacing:-.7px; }.feature-card>p:not(.feature-kicker),.audience-card>p:not(.feature-kicker) { color:var(--muted); font-size:13px; line-height:1.58; }.mini-chart { position:relative; height:89px; margin-top:24px; overflow:hidden; border-top:1px solid rgba(169,182,201,.1); }.mini-chart span { display:block; height:1px; margin-top:20px; background:rgba(169,182,201,.1); }.mini-chart svg { position:absolute; inset:7px 0 0; width:100%; height:80px; color:var(--green); }
.audiences { padding:138px 0 40px; }.audience-intro { display:flex; justify-content:space-between; gap:48px; align-items:end; }.audience-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:48px; }.audience-card { position:relative; min-height:360px; overflow:hidden; padding:31px; border:1px solid var(--line); border-radius:21px; background:#151b2a; }.audience-card::after { position:absolute; right:-95px; bottom:-95px; width:260px; height:260px; border:1px solid rgba(69,237,154,.14); border-radius:50%; content:""; }.audience-card--professional { background:linear-gradient(145deg,#13283b,#151a2a); }.audience-card--professional::after { border-color:rgba(74,143,255,.2); }.audience-number { position:absolute; top:23px; right:27px; color:rgba(212,225,249,.18); font-size:50px; font-weight:800; letter-spacing:-3px; }.audience-card h3 { max-width:330px; font-size:27px; }.audience-card>p:not(.feature-kicker) { max-width:395px; }.audience-card ul { display:grid; gap:10px; margin:26px 0 0; padding:0; list-style:none; color:#dbe4f3; font-size:13px; font-weight:650; }.audience-card li::before { margin-right:9px; color:var(--green); content:"✓"; }.audience-card--professional li::before { color:#86c5ff; }
.privacy { display:grid; grid-template-columns:auto 1.05fr 1fr; gap:34px; align-items:center; margin-top:138px; padding:45px; border:1px solid rgba(69,237,154,.2); border-radius:24px; background:radial-gradient(circle at 12% 80%,rgba(69,237,154,.14),transparent 30%),linear-gradient(110deg,#121f26,#141929 60%); }.privacy-symbol { display:grid; width:74px; height:74px; place-items:center; border:1px solid rgba(69,237,154,.35); border-radius:20px; color:var(--green); background:rgba(69,237,154,.11); font-size:41px; }.privacy .eyebrow { margin-bottom:11px; }.privacy p:last-child { margin:0; color:#c6d0e1; font-size:15px; line-height:1.62; }
.availability { position:relative; overflow:hidden; min-height:560px; margin-top:140px; padding:100px 62px; border:1px solid rgba(69,237,154,.2); border-radius:28px; background:linear-gradient(135deg,#0c1720,#111727 47%,#16223b); }.availability-orbit { position:absolute; top:50%; right:-250px; width:700px; height:700px; transform:translateY(-50%); border:1px solid rgba(69,237,154,.14); border-radius:50%; box-shadow:0 0 0 80px rgba(69,237,154,.025),0 0 0 160px rgba(69,237,154,.018); }.availability-content { position:relative; z-index:1; max-width:620px; }.availability-content>p:not(.eyebrow):not(.store-caption) { max-width:530px; margin:23px 0 29px; color:var(--muted); font-size:17px; line-height:1.6; }.store-caption { margin:18px 0 0; color:var(--subtle); font-size:12px; }
.disclaimer { padding:54px 0 66px; }.disclaimer p { max-width:750px; margin:0; color:var(--subtle); font-size:12px; line-height:1.6; }
.site-footer { display:grid; grid-template-columns:1fr auto; gap:28px; padding:34px 0 41px; border-top:1px solid var(--line); }.footer-links { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:19px; }.footer-links a { color:var(--muted); font-size:12px; font-weight:700; text-decoration:none; }.footer-links a:hover { color:var(--green); }.site-footer p { grid-column:1/-1; margin:0; color:var(--subtle); font-size:11px; }
.reveal { opacity:1; transform:none; }.js .reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease,transform .65s ease; }.js .reveal.is-visible { opacity:1; transform:none; }
@keyframes pulse { 70% { box-shadow:0 0 0 8px rgba(69,237,154,0); } 100% { box-shadow:0 0 0 0 rgba(69,237,154,0); } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }.js .reveal { opacity:1; transform:none; transition:none; }.pulse { animation:none; } }
@media (max-width:900px) { .hero { min-height:auto; grid-template-columns:1fr; padding-top:150px; padding-bottom:70px; }.hero-copy { max-width:670px; }.hero-product { min-height:535px; }.section-heading { grid-template-columns:1fr; gap:22px; }.feature-grid { grid-template-columns:1fr 1fr; }.feature-card--large { grid-column:1/-1; }.privacy { grid-template-columns:auto 1fr; }.privacy>p:last-child { grid-column:2; }.availability { padding:75px 48px; } }
@media (max-width:660px) { [id] { scroll-margin-top:82px; }.section-shell { width:min(1160px,calc(100% - 32px)); }.site-header { right:10px; left:10px; width:auto; padding:13px 14px; transform:none; border-radius:0 0 14px 14px; }.brand-mark { width:34px; height:34px; font-size:20px; }.brand-wordmark { font-size:20px; }.menu-button { display:block; }.site-nav { position:absolute; top:calc(100% + 7px); right:0; left:0; display:none; padding:13px; border:1px solid var(--line); border-radius:15px; background:rgba(13,17,27,.97); box-shadow:0 18px 32px rgba(0,0,0,.3); }.site-nav.is-open { display:grid; gap:5px; }.site-nav>a { padding:12px; border-radius:9px; }.site-nav .nav-cta { margin-top:5px; justify-content:space-between; }.hero { gap:10px; padding-top:130px; }.hero h1,.section-heading h2,.audience-intro h2,.privacy h2,.availability h2 { font-size:43px; letter-spacing:-2.25px; }.hero-description { font-size:16px; }.hero-actions { display:grid; grid-template-columns:1fr; }.button { width:100%; }.hero-product { min-height:475px; transform:scale(.89); transform-origin:center top; margin-bottom:-54px; }.float-card { max-width:calc(100% - 8px); }.float-card--top { right:0; }.float-card--bottom { left:0; }.features,.audiences { padding-top:82px; }.feature-grid,.audience-grid { grid-template-columns:1fr; }.feature-card--large { grid-column:auto; }.feature-card { min-height:250px; }.audience-intro { display:block; }.audience-grid { margin-top:32px; }.audience-card { min-height:330px; }.privacy { grid-template-columns:1fr; gap:20px; margin-top:82px; padding:29px; }.privacy>p:last-child { grid-column:auto; }.availability { min-height:490px; margin-top:82px; padding:60px 29px; }.availability-orbit { right:-420px; }.disclaimer { padding:44px 0; }.site-footer { grid-template-columns:1fr; }.footer-links { justify-content:flex-start; }.site-footer p { grid-column:auto; } }
