:root {
  --bg: #080b16;
  --bg-soft: #0d1120;
  --surface: rgba(18, 23, 42, 0.72);
  --surface-strong: #13192d;
  --text: #f6f7fb;
  --muted: #a5abc0;
  --border: rgba(255, 255, 255, 0.1);
  --blue: #6d8cff;
  --purple: #9c79ff;
  --cyan: #52c7e8;
  --green: #50d6a4;
  --gradient: linear-gradient(135deg, var(--blue), var(--purple));
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --radius: 24px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", system-ui, sans-serif; }
h1 { font-size: clamp(3.1rem, 7vw, 6.4rem); line-height: .98; letter-spacing: -.065em; margin-bottom: 28px; }
h2 { font-size: clamp(2.15rem, 4.5vw, 4rem); line-height: 1.06; letter-spacing: -.045em; margin-bottom: 24px; }
h3 { font-size: 1.18rem; letter-spacing: -.025em; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.narrow { max-width: 800px; }
.section { position: relative; padding: 112px 0; }
.skip-link { position: fixed; top: -60px; left: 16px; background: white; color: black; padding: 12px; z-index: 100; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { color: #b7c5ff; font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 20px; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(80,214,164,.12); }
.site-header { position: fixed; z-index: 50; top: 0; width: 100%; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(8,11,22,.82); backdrop-filter: blur(18px); border-color: var(--border); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.035em; font-size: 1.08rem; }
.brand-logo { width: 34px; height: 34px; border-radius: 10px; box-shadow: 0 0 25px rgba(109,140,255,.28); }
.site-nav { display: flex; align-items: center; gap: 30px; color: #c5cadb; font-size: .9rem; }
.site-nav > a:not(.button):hover { color: white; }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 7px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; color: white; background: var(--gradient); font-weight: 700; box-shadow: 0 12px 35px rgba(109,140,255,.2); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(109,140,255,.3); }
.button-small { min-height: 40px; padding: 0 18px; border-radius: 11px; }
.button-ghost { background: rgba(255,255,255,.04); border-color: var(--border); box-shadow: none; }
.hero { min-height: 100vh; display: grid; align-items: center; overflow: hidden; padding-top: 160px; }
.hero-grid, .split-layout, .beta-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.hero-copy { position: relative; z-index: 2; }
.hero-text { max-width: 640px; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.trust-line { display: flex; flex-wrap: wrap; gap: 20px; color: #9299af; font-size: .78rem; }
.trust-line span::before { content: "✓"; color: var(--green); margin-right: 7px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .28; pointer-events: none; }
.hero-glow-one { width: 600px; height: 600px; right: -200px; top: -100px; background: radial-gradient(circle, var(--purple), transparent 65%); }
.hero-glow-two { width: 500px; height: 500px; left: 25%; bottom: -350px; background: radial-gradient(circle, var(--blue), transparent 68%); }
.hero-product { position: relative; perspective: 1200px; }
.product-window, .dashboard-mock { position: relative; padding: 20px; background: linear-gradient(145deg, rgba(27,34,59,.93), rgba(12,16,31,.94)); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.product-window { transform: rotateY(-6deg) rotateX(3deg); }
.product-window::after { content:""; position:absolute; inset:-1px; border-radius:inherit; pointer-events:none; background:linear-gradient(135deg,rgba(255,255,255,.17),transparent 32%); mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); mask-composite:exclude; padding:1px; }
.product-topbar, .mock-heading, .action-title, .action-item { display: flex; align-items: center; }
.product-topbar { gap: 12px; margin-bottom: 18px; }
.product-topbar div:nth-child(2) { display: grid; }
.product-topbar small, .mock-heading small, .metric span, .wide-metric span, .wide-metric small, .action-item small { color: #929ab0; font-size: .68rem; }
.product-logo { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 8px 25px rgba(0,0,0,.28); }
.status-pill, .tag { margin-left: auto; color: var(--green); background: rgba(80,214,164,.1); border: 1px solid rgba(80,214,164,.16); border-radius: 999px; padding: 5px 9px; font-size: .64rem; font-weight: 700; }
.net-card, .wide-metric { padding: 16px; border-radius: 16px; border: 1px solid var(--border); background: rgba(255,255,255,.035); display: grid; gap: 4px; }
.net-card { margin-bottom: 10px; background: linear-gradient(135deg, rgba(109,140,255,.2), rgba(156,121,255,.13)); }
.net-card span { color: #c8ceef; font-size: .7rem; }
.net-card strong { font-size: 2rem; }
.net-card small { color: #9ea6c3; }
.metric-grid, .dashboard-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.metric { padding: 13px; display: grid; gap: 5px; border-radius: 13px; background: rgba(255,255,255,.035); }
.metric strong { font-size: .95rem; }
.action-list { margin-top: 18px; }
.action-title { justify-content: space-between; margin-bottom: 10px; font-size: .8rem; }
.action-title span { color: #929ab0; font-size: .68rem; }
.action-item { gap: 10px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.07); }
.action-item div { display: grid; }
.action-item strong { font-size: .72rem; }
.action-icon { display:grid; place-items:center; width:28px; height:28px; border-radius:8px; color:#c4ceff; background:rgba(109,140,255,.12); }
.problem-section { text-align: center; background: linear-gradient(to bottom, transparent, rgba(109,140,255,.04), transparent); }
.problem-section p:not(.eyebrow) { font-size: 1.08rem; }
.section-heading { max-width: 650px; margin-bottom: 50px; }
.section-heading > p:last-child { font-size: 1.08rem; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step-card { position: relative; padding: 24px; min-height: 275px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.step-number { color: #737b96; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 50px 0 24px; border-radius: 14px; background: linear-gradient(135deg, rgba(109,140,255,.18), rgba(156,121,255,.18)); color: #c8d2ff; font-size: 1.3rem; }
.dashboard-section { background: #0a0e1b; }
.section-copy p:not(.eyebrow) { font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin-top: 30px; color: #c7ccdb; }
.check-list li { margin: 12px 0; }
.check-list li::before { content: "✓"; margin-right: 12px; color: var(--green); }
.mock-heading { justify-content: space-between; margin-bottom: 18px; }
.mock-heading div { display: grid; }
.mock-heading span { color: #9ba5c2; font-size: .66rem; }
.wide-metric.accent { margin-bottom: 10px; background: linear-gradient(135deg,rgba(109,140,255,.16),rgba(156,121,255,.1)); }
.wide-metric strong { font-size: 1.45rem; }
.privacy-card { padding: clamp(30px, 6vw, 70px); background: linear-gradient(145deg, rgba(24,31,56,.82), rgba(11,15,29,.8)); border: 1px solid var(--border); border-radius: 34px; }
.privacy-copy { max-width: 780px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 44px; }
.trust-grid div { display: grid; gap: 7px; padding: 20px; background: rgba(255,255,255,.03); border: 1px solid var(--border); border-radius: 18px; }
.trust-grid small { color: var(--muted); }
.trust-icon { color: #b8c7ff; font-size: 1.45rem; }
.audience-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--border); }
.audience-list li { display: flex; align-items: baseline; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--border); color: #d9dce7; }
.audience-list span { color: #78819d; font-size: .7rem; letter-spacing: .1em; }
.beta-section { background: linear-gradient(135deg, rgba(109,140,255,.06), transparent 55%); }
.screenshot-placeholder { margin-top: 45px; }
.phone-frame { display: grid; place-items: center; align-content: center; gap: 20px; width: 180px; aspect-ratio: 9/18; border: 1px solid rgba(255,255,255,.15); border-radius: 32px; background: rgba(255,255,255,.025); box-shadow: inset 0 0 0 7px rgba(255,255,255,.025); color: #7f879e; text-align: center; font-size: .75rem; }
.phone-frame img { width: 84px; height: 84px; border-radius: 22px; box-shadow: 0 18px 40px rgba(0,0,0,.35); }
.beta-form { padding: clamp(24px, 4vw, 40px); background: var(--surface-strong); border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow); display: grid; gap: 10px; }
.beta-form label { margin-top: 8px; color: #d9dce6; font-size: .8rem; font-weight: 600; }
.beta-form input, .beta-form textarea { width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 14px; background: rgba(255,255,255,.035); color: white; outline: none; resize: vertical; }
.beta-form input:focus, .beta-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(109,140,255,.12); }
.beta-form .button { margin-top: 12px; }
.form-note, .form-message { margin: 6px 0 0; font-size: .75rem; }
.form-note a { color: #bec9ff; text-decoration: underline; }
.form-message { color: var(--green); min-height: 1.2em; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); padding: 22px 0; }
.faq-list summary { position: relative; padding-right: 38px; cursor: pointer; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--blue); font-size: 1.5rem; top: -8px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 14px 0 0; max-width: 680px; }
.site-footer { padding: 70px 0 25px; border-top: 1px solid var(--border); background: #070a13; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-grid div { display: grid; align-content: start; gap: 8px; }
.footer-grid strong { font-size: .8rem; color: #858da5; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a:not(.brand) { color: #c1c5d2; font-size: .9rem; }
.footer-grid p { margin-top: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; border-top: 1px solid var(--border); color: #737b91; font-size: .75rem; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

@media (max-width: 950px) {
  .hero-grid, .split-layout, .beta-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 140px; }
  .hero-copy { max-width: 760px; }
  .hero-product { max-width: 620px; width: 100%; margin: auto; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .section-copy { max-width: 720px; }
  .audience-grid { gap: 35px; }
}

@media (max-width: 700px) {
  .section { padding: 78px 0; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-toggle { display: block; cursor: pointer; }
  .site-nav { display: none; position: absolute; left: 14px; right: 14px; top: 70px; padding: 18px; background: #101526; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; gap: 10px; }
  .site-nav a { padding: 10px; }
  .site-nav .button { width: 100%; }
  h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
  .product-window { transform: none; padding: 14px; }
  .metric-grid, .dashboard-metrics { grid-template-columns: 1fr 1fr; }
  .steps-grid, .trust-grid, .footer-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .step-icon { margin: 30px 0 20px; }
  .privacy-card { border-radius: 24px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .metric-grid, .dashboard-metrics { grid-template-columns: 1fr; }
  .button-row .button { width: 100%; }
  .trust-line { display: grid; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
