:root{--bg: #f3f6f7;--bg-soft: #f9fbfc;--surface: #ffffff;--text: #122028;--muted: #516169;--line: #d9e2e6;--accent: #1f8f6f;--accent-ink: #ffffff;--shadow-soft: 0 10px 30px rgba(16, 35, 45, .08);--shadow-card: 0 8px 20px rgba(16, 35, 45, .06);--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px;--max: 1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:radial-gradient(circle at 15% -10%,#d7eee6 0%,transparent 48%),radial-gradient(circle at 85% -20%,#e0ebf8 0%,transparent 45%),linear-gradient(180deg,var(--bg-soft) 0%,var(--bg) 100%)}a{color:inherit}img{display:block;max-width:100%}.container{width:min(var(--max),calc(100% - 2rem));margin:0 auto}.section{padding:4.5rem 0 0}.section h2{margin:0;font-size:clamp(1.55rem,4.2vw,2.2rem);letter-spacing:-.02em}.section-intro{max-width:64ch;margin-top:.7rem;color:var(--muted);line-height:1.6}.btn{appearance:none;border:1px solid transparent;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:700;text-decoration:none;padding:.78rem 1.2rem;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,color .14s ease}.btn:focus-visible{outline:3px solid rgba(31,143,111,.35);outline-offset:2px}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 6px 18px #1f8f6f40}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--line)}.reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.reveal.in-view{opacity:1;transform:translateY(0)}.site-footer{margin-top:4rem;border-top:1px solid var(--line);padding:1.4rem 0 2.2rem;color:var(--muted)}.site-footer .footer-links{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-top:.5rem}.site-footer a{color:var(--text);text-decoration:none;font-weight:600}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.reveal{transition:none}.reveal{opacity:1;transform:none}}.hero[data-astro-cid-bbe6dxrz]{display:grid;gap:1.6rem;align-items:center;padding-top:5.2rem}.eyebrow[data-astro-cid-bbe6dxrz]{font-size:.82rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .65rem}h1[data-astro-cid-bbe6dxrz]{margin:0;font-size:clamp(2rem,8vw,3.4rem);line-height:1.07;letter-spacing:-.02em}.subhead[data-astro-cid-bbe6dxrz]{margin:.9rem 0 0;max-width:60ch;color:var(--muted);line-height:1.65}.hero-actions[data-astro-cid-bbe6dxrz]{margin-top:1.3rem;display:flex;flex-wrap:wrap;gap:.7rem}.tiny[data-astro-cid-bbe6dxrz]{margin:.8rem 0 0;color:var(--muted);font-size:.95rem}.badges[data-astro-cid-bbe6dxrz]{margin:1rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.55rem}.badges[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:999px;padding:.42rem .72rem;font-size:.82rem;font-weight:600;box-shadow:var(--shadow-card)}.hero-device[data-astro-cid-bbe6dxrz]{display:flex;justify-content:center}.phone-shell[data-astro-cid-bbe6dxrz]{width:min(450px,94vw);border-radius:36px;padding:14px;background:linear-gradient(150deg,#0f2027,#203a43 45%,#2c5364);box-shadow:0 25px 45px #0b1b2547;position:relative}.phone-notch[data-astro-cid-bbe6dxrz]{width:34%;height:12px;background:#0c171d;border-radius:0 0 10px 10px;margin:-2px auto 10px}.phone-shell[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%;aspect-ratio:9 / 19.5;object-fit:cover;border-radius:24px}@media(min-width:960px){.hero[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr 1fr;gap:2.2rem}}.feature-grid[data-astro-cid-p7n436wq]{margin-top:1.4rem;display:grid;grid-template-columns:1fr;gap:1rem}.feature-card[data-astro-cid-p7n436wq]{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1rem 1rem 1.05rem;box-shadow:var(--shadow-card);transition:transform .15s ease,box-shadow .15s ease}.feature-card[data-astro-cid-p7n436wq]:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.icon[data-astro-cid-p7n436wq]{width:2rem;height:2rem;border-radius:10px;background:#e7f4ef;display:grid;place-items:center;font-size:1rem}.feature-card[data-astro-cid-p7n436wq] h3[data-astro-cid-p7n436wq]{margin:.8rem 0 .5rem;font-size:1.08rem;line-height:1.3}.feature-card[data-astro-cid-p7n436wq] p[data-astro-cid-p7n436wq]{margin:0;color:var(--muted);line-height:1.6}.feature-card[data-astro-cid-p7n436wq] small[data-astro-cid-p7n436wq]{display:block;margin-top:.5rem;color:#708088}@media(min-width:820px){.feature-grid[data-astro-cid-p7n436wq]{grid-template-columns:repeat(2,minmax(0,1fr))}}.shot-row[data-astro-cid-nw73rvbn]{margin-top:1.4rem;display:flex;gap:.85rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.25rem}.shot-row[data-astro-cid-nw73rvbn]::-webkit-scrollbar{height:8px}.shot-row[data-astro-cid-nw73rvbn]::-webkit-scrollbar-thumb{background:#cfd8dd;border-radius:99px}.shot-card[data-astro-cid-nw73rvbn]{min-width:min(82vw,290px);scroll-snap-align:start}.shot-button[data-astro-cid-nw73rvbn]{width:100%;text-align:left;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:.75rem;box-shadow:var(--shadow-card);cursor:zoom-in;transition:transform .16s ease,box-shadow .16s ease}.shot-button[data-astro-cid-nw73rvbn]:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.shot-frame[data-astro-cid-nw73rvbn]{border-radius:12px;border:1px solid #ccd7dc;overflow:hidden;aspect-ratio:9 / 19.5;background:linear-gradient(180deg,#e8eef2,#dce4ea)}.shot-frame[data-astro-cid-nw73rvbn] img[data-astro-cid-nw73rvbn]{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .18s ease}.shot-button[data-astro-cid-nw73rvbn]:hover img[data-astro-cid-nw73rvbn]{transform:scale(1.02)}.shot-meta[data-astro-cid-nw73rvbn] h3[data-astro-cid-nw73rvbn]{margin:.7rem 0 .2rem;font-size:1rem}.shot-meta[data-astro-cid-nw73rvbn] p[data-astro-cid-nw73rvbn]{margin:0;color:var(--muted);font-size:.93rem;line-height:1.5}.lightbox[data-astro-cid-nw73rvbn]{position:fixed;inset:0;display:none;place-items:center;background:#080d12d1;z-index:999;padding:1rem;cursor:zoom-out}.lightbox[data-astro-cid-nw73rvbn].open{display:grid}.lightbox[data-astro-cid-nw73rvbn] img[data-astro-cid-nw73rvbn]{max-width:min(92vw,460px);max-height:90vh;width:auto;height:auto;border-radius:18px;box-shadow:0 18px 60px #00000061;border:1px solid rgba(255,255,255,.3)}@media(min-width:980px){.shot-row[data-astro-cid-nw73rvbn]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;overflow:visible;scroll-snap-type:none}.shot-card[data-astro-cid-nw73rvbn]{min-width:0}}@media(prefers-reduced-motion:reduce){.shot-button[data-astro-cid-nw73rvbn],.shot-frame[data-astro-cid-nw73rvbn] img[data-astro-cid-nw73rvbn]{transition:none}.shot-button[data-astro-cid-nw73rvbn]:hover,.shot-button[data-astro-cid-nw73rvbn]:hover img[data-astro-cid-nw73rvbn]{transform:none}}.faq-list[data-astro-cid-rbygaycu]{margin-top:1.4rem;display:grid;gap:.8rem}.faq-item[data-astro-cid-rbygaycu]{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.faq-item[data-astro-cid-rbygaycu] h3[data-astro-cid-rbygaycu]{margin:0}.faq-trigger[data-astro-cid-rbygaycu]{width:100%;border:0;background:transparent;text-align:left;display:flex;justify-content:space-between;align-items:center;padding:.95rem 1rem;cursor:pointer;color:var(--text);font-weight:700;font-size:1rem}.faq-trigger[data-astro-cid-rbygaycu]:focus-visible{outline:3px solid rgba(31,143,111,.35);outline-offset:1px}.plus[data-astro-cid-rbygaycu]{font-size:1.3rem;color:var(--muted);transition:transform .16s ease}.faq-trigger[data-astro-cid-rbygaycu][aria-expanded=true] .plus[data-astro-cid-rbygaycu]{transform:rotate(45deg)}.faq-panel[data-astro-cid-rbygaycu]{padding:0 1rem 1rem}.faq-panel[data-astro-cid-rbygaycu] p[data-astro-cid-rbygaycu]{margin:0;color:var(--muted);line-height:1.6}.waitlist-card[data-astro-cid-ucnifjqo]{margin-top:1.3rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-card)}.waitlist-actions[data-astro-cid-ucnifjqo]{display:flex;flex-wrap:wrap;gap:.7rem}.tiny[data-astro-cid-ucnifjqo]{margin:.9rem 0 0;color:var(--muted)}.site-nav[data-astro-cid-j7pv25f6]{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:#f9fbfce6;backdrop-filter:blur(8px)}.nav-inner[data-astro-cid-j7pv25f6]{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand[data-astro-cid-j7pv25f6]{text-decoration:none;font-weight:800;letter-spacing:.02em}.links[data-astro-cid-j7pv25f6]{display:flex;gap:.45rem;flex-wrap:wrap}.links[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{text-decoration:none;color:var(--muted);font-weight:600;font-size:.92rem;padding:.38rem .65rem;border-radius:999px;transition:color .14s ease,background-color .14s ease}.links[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover,.links[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:focus-visible,.links[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6].active{color:var(--text);background:#e9f3ef;outline:none}
