:root{
  --bg:#0C0C0E; --panel:#141418; --line:#26262C; --line2:#1d1d22;
  --ink:#FFFFFF; --muted:#9A9AA4; --dim:#6C6C76;
  --volt:#C7FF3C; --maxw:1000px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{ scroll-behavior:smooth; }
body{ background:var(--bg); color:var(--ink); font-family:'Inter',sans-serif; -webkit-font-smoothing:antialiased; line-height:1.6; }
.disp{ font-family:'Space Grotesk',sans-serif; }
.volt{ color:var(--volt); }
a{ color:inherit; text-decoration:none; }
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 28px; }

/* nav */
header{ position:sticky; top:0; z-index:50; background:rgba(12,12,14,.82); backdrop-filter:blur(10px); border-bottom:1px solid var(--line2); }
.nav{ display:flex; align-items:center; justify-content:space-between; height:64px; }
.brand{ font-family:'Space Grotesk'; font-weight:700; font-size:15px; letter-spacing:.18em; }
.navlinks{ display:flex; align-items:center; gap:26px; }
.navlinks a{ font-size:13px; color:var(--muted); font-weight:500; }
.navlinks a:hover{ color:#fff; }
.btn{ font-family:'Space Grotesk'; font-weight:600; font-size:13px; background:var(--volt); color:#0C0C0E !important; padding:9px 16px; border-radius:999px; transition:transform .15s ease; }
.btn:hover{ transform:translateY(-1px); }

/* back link */
.backrow{ padding:30px 0 0; }
.back{ font-size:13px; color:var(--muted); font-weight:500; display:inline-flex; align-items:center; gap:7px; }
.back:hover{ color:#fff; }

/* hero */
.chero{ padding:26px 0 40px; }
.eyebrow{ font-size:11px; letter-spacing:.24em; color:var(--volt); font-weight:600; margin-bottom:18px; }
.chero h1{ font-family:'Space Grotesk'; font-weight:700; font-size:clamp(32px,5.5vw,58px); line-height:1.03; letter-spacing:-0.02em; }
.meta-row{ margin-top:20px; display:flex; gap:10px; flex-wrap:wrap; }
.chip{ font-size:12.5px; font-weight:500; color:#E6E6EA; border:1px solid var(--line); border-radius:999px; padding:7px 15px; }
.chip.solid{ background:var(--volt); color:#0C0C0E; border-color:var(--volt); font-weight:600; }
.lede{ margin-top:24px; font-size:clamp(16px,1.8vw,19px); line-height:1.65; color:#D7D7DD; max-width:720px; }
.lede b{ color:#fff; font-weight:600; }

/* figure / visual */
.figure{ margin:14px 0 6px; border:1px solid var(--line); border-radius:18px; overflow:hidden; background:var(--panel); }
.figure img{ display:block; width:100%; height:auto; }
.figure.pad{ padding:34px; display:flex; justify-content:center; }
.figure.pad img{ width:auto; max-width:100%; max-height:520px; border-radius:10px; }
.figcap{ font-size:12.5px; color:var(--dim); margin:12px 2px 0; }
.two-up{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }

/* content sections */
section{ padding:34px 0; }
.seclabel{ font-size:11px; letter-spacing:.22em; color:var(--dim); font-weight:600; margin-bottom:20px; }
.h2{ font-family:'Space Grotesk'; font-weight:600; font-size:clamp(22px,3vw,30px); line-height:1.15; letter-spacing:-0.01em; margin-bottom:16px; }
.body p{ font-size:16px; line-height:1.72; color:#D2D2D8; max-width:720px; margin-bottom:16px; }
.body p b{ color:#fff; font-weight:600; }

/* stat strip */
.statstrip{ display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin:8px 0; }
.statstrip .s{ padding:24px 20px; border-right:1px solid var(--line); }
.statstrip .s:last-child{ border-right:none; }
.statstrip .n{ font-family:'Space Grotesk'; font-weight:600; font-size:clamp(24px,3vw,32px); color:var(--volt); letter-spacing:-0.01em; }
.statstrip .l{ margin-top:8px; font-size:12.5px; line-height:1.45; color:var(--muted); }

/* bullets */
.pts{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.pt{ background:var(--panel); border:1px solid var(--line); border-radius:14px; padding:22px 20px; }
.pt h4{ font-family:'Space Grotesk'; font-weight:600; font-size:16px; margin-bottom:8px; }
.pt p{ font-size:13.5px; line-height:1.6; color:var(--muted); }

/* pillars (designed infographic panels) */
.pillars{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.pillar{ background:var(--panel); border:1px solid var(--line); border-radius:14px; padding:22px 18px; }
.pillar .ic{ font-family:'Space Grotesk'; font-weight:700; font-size:22px; color:var(--volt); margin-bottom:12px; }
.pillar h4{ font-family:'Space Grotesk'; font-weight:600; font-size:15px; margin-bottom:7px; }
.pillar p{ font-size:12.5px; line-height:1.55; color:var(--muted); }

/* press links */
.press{ display:flex; flex-direction:column; gap:2px; }
.press a{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding:18px 4px; border-bottom:1px solid var(--line2); transition:padding .15s ease; }
.press a:hover{ padding-left:10px; }
.press a:hover .pt-t{ color:#fff; }
.press .pt-t{ font-size:15px; font-weight:500; color:#D2D2D8; }
.press .pt-s{ font-size:12px; color:var(--dim); font-weight:500; letter-spacing:.02em; white-space:nowrap; }

/* built-visual: device mock (license-free CSS recreations) */
.stage{ display:flex; justify-content:center; align-items:center; padding:44px 24px; background:radial-gradient(120% 120% at 50% 0%, #17171c 0%, #0e0e11 70%); border:1px solid var(--line); border-radius:18px; }

/* responsive flow diagram (reflows to a vertical stack on mobile, keeps real text) */
.flow-wrap{ text-align:center; }
.flow-kicker{ font-family:'Space Grotesk'; font-weight:600; font-size:11px; letter-spacing:.22em; color:var(--dim); margin-bottom:22px; }
.flow{ display:flex; align-items:stretch; justify-content:center; flex-wrap:nowrap; gap:0; }
.flow .node{ flex:1 1 0; min-width:0; background:#141418; border:1px solid var(--line); border-radius:14px; padding:20px 16px; display:flex; flex-direction:column; justify-content:center; }
.flow .node.hl{ border-color:var(--volt); }
.flow .node .nt{ font-family:'Space Grotesk'; font-weight:600; font-size:17px; color:#fff; }
.flow .node.hl .nt{ color:var(--volt); }
.flow .node .ns{ font-size:12.5px; color:var(--muted); margin-top:6px; line-height:1.4; }
.flow .arrow{ flex:0 0 auto; display:flex; align-items:center; justify-content:center; color:var(--volt); font-size:22px; padding:0 12px; }
.flow-note{ margin-top:14px; display:flex; align-items:center; justify-content:center; gap:10px; background:#0f0f13; border:1px solid var(--line); border-radius:14px; padding:16px 18px; }
.flow-note .lp{ color:var(--dim); font-size:20px; }
.flow-note .nt{ font-family:'Space Grotesk'; font-weight:600; font-size:14px; color:#D2D2D8; }
.flow-note .ns{ font-size:12.5px; color:var(--dim); }

/* contact band */
.contact-band{ background:var(--volt); border-radius:22px; padding:48px 44px; display:flex; justify-content:space-between; align-items:center; gap:30px; flex-wrap:wrap; margin:20px 0 10px; }
.contact-band h2{ font-family:'Space Grotesk'; font-weight:700; font-size:clamp(26px,3.6vw,40px); color:#0C0C0E; line-height:1.03; letter-spacing:-0.02em; }
.contact-band .sub{ color:#1a1d10; font-size:14.5px; margin-top:10px; max-width:360px; }
.btn-dark{ background:#0C0C0E; color:var(--volt) !important; font-size:16px; padding:15px 28px; }

footer{ border-top:1px solid var(--line2); padding:32px 0; margin-top:10px; }
.foot{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px; font-size:13px; color:var(--muted); }
.foot a:hover{ color:#fff; }
.foot .links{ display:flex; gap:22px; }

@media (max-width:760px){
  .navlinks a:not(.btn){ display:none; }
  .two-up{ grid-template-columns:1fr; }
  .pts{ grid-template-columns:1fr; }
  .pillars{ grid-template-columns:1fr 1fr; }
  .statstrip{ grid-template-columns:1fr; }
  .statstrip .s{ border-right:none; border-bottom:1px solid var(--line); }
  .statstrip .s:last-child{ border-bottom:none; }
  .contact-band{ padding:34px 26px; }
  .contact-band h2{ font-size:26px; }
  section{ padding:28px 0; }
  .stage{ padding:26px 14px; }
  .figure.pad{ padding:20px; }
  /* flow diagram stacks vertically on phones */
  .flow{ flex-direction:column; }
  .flow .node{ padding:16px 16px; }
  .flow .arrow{ padding:10px 0; transform:rotate(90deg); font-size:20px; }
}
