:root {
  --bg: #080807;
  --panel: #14140f;
  --panel-2: #1b1a13;
  --ink: #f7f3e6;
  --ink-2: rgba(247,243,230,0.74);
  --muted: rgba(247,243,230,0.5);
  --line: rgba(247,243,230,0.14);
  --line-strong: rgba(247,243,230,0.28);
  --lime: #d6ff3f;
  --blue: #6fa8ff;
  --coral: #ff604a;
  --violet: #d78cff;
  --radius: 8px;
  --radius-lg: 18px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Archivo, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
  background:
    linear-gradient(rgba(247,243,230,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247,243,230,0.04) 1px, transparent 1px),
    radial-gradient(circle at 18% 4%, rgba(214,255,63,0.12), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(111,168,255,0.10), transparent 30%),
    linear-gradient(180deg, #080807 0%, #0e0e0b 54%, #080807 100%);
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
  -webkit-font-smoothing: antialiased;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence baseFrequency='0.75' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
a { color: inherit; text-decoration: none; }
::selection { background: var(--lime); color: #080807; }
.mono { font-family: "IBM Plex Mono", ui-monospace, monospace; text-transform: uppercase; letter-spacing: 0.16em; }
.serif { font-family: Newsreader, Georgia, serif; font-style: italic; font-weight: 700; }
.shell { position: relative; z-index: 1; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 3vw, 34px);
  border-bottom: 1px solid var(--line);
  background: rgba(8,8,7,0.84);
  backdrop-filter: blur(18px);
}
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 900; letter-spacing: -0.04em; white-space: nowrap; }
.logo-dot { width: 13px; height: 13px; border-radius: 999px; background: var(--lime); box-shadow: 0 0 26px rgba(214,255,63,0.5); }
.nav-right { display: flex; align-items: center; gap: 22px; color: var(--ink-2); font-size: 13px; font-weight: 800; }
.nav-cta { padding: 10px 16px; border-radius: 999px; color: #080807; background: var(--lime); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.btn-primary { color: #080807; background: var(--lime); border-color: var(--lime); }
.btn-secondary { color: var(--ink); background: rgba(247,243,230,0.05); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--lime); font-size: 11px; }
.pulse { width: 9px; height: 9px; border-radius: 999px; background: var(--lime); box-shadow: 0 0 0 6px rgba(214,255,63,0.1), 0 0 24px rgba(214,255,63,0.44); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 0.62fr); gap: 18px; align-items: stretch; padding: 44px 0 34px; }
.hero-copy, .map-panel, .card, .plan, .cta-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(20,20,15,0.82);
  box-shadow: 0 28px 90px rgba(0,0,0,0.36);
}
.hero-copy { min-height: 590px; padding: clamp(24px, 4vw, 48px); display: flex; flex-direction: column; justify-content: space-between; gap: 34px; background: linear-gradient(145deg, rgba(214,255,63,0.14), transparent 36%), rgba(20,20,15,0.84); }
h1 { max-width: 880px; margin: 24px 0 18px; font-size: clamp(44px, 6vw, 82px); line-height: 0.9; letter-spacing: -0.075em; font-weight: 900; }
.lede { max-width: 760px; color: var(--ink-2); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.56; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stat { min-height: 94px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(0,0,0,0.24); }
.stat strong { display: block; margin-bottom: 8px; font-size: clamp(22px, 2vw, 32px); line-height: 1; font-weight: 900; letter-spacing: -0.06em; }
.stat span { display: block; color: var(--muted); font-size: 10px; }
.map-panel { padding: 22px; display: grid; align-content: space-between; gap: 14px; }
.map-panel h2 { font-size: clamp(31px, 4vw, 48px); line-height: 0.95; letter-spacing: -0.07em; }
.map-row { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; background: rgba(0,0,0,0.22); }
.map-row strong { display: block; margin-bottom: 7px; color: var(--ink); }
.map-row p { color: var(--muted); font-size: 14px; }
.band { padding: 68px 0; border-top: 1px solid var(--line); }
.section-head { max-width: 860px; margin-bottom: 26px; }
.kicker { color: var(--lime); font-size: 11px; margin-bottom: 13px; }
h2 { max-width: 980px; margin-bottom: 16px; font-size: clamp(34px, 4.7vw, 64px); line-height: 0.95; letter-spacing: -0.07em; font-weight: 900; }
.section-head p, .body-copy { color: var(--ink-2); font-size: 17px; max-width: 760px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.card { min-width: 0; padding: 20px; box-shadow: none; }
.card h3 { margin-bottom: 10px; font-size: 24px; line-height: 1.02; letter-spacing: -0.05em; }
.card p, .card li { color: var(--muted); font-size: 14px; }
.card ul, .plan ul { list-style: none; display: grid; gap: 10px; margin-top: 14px; }
.card li, .plan li { padding-left: 16px; position: relative; }
.card li::before, .plan li::before { content: ""; position: absolute; left: 0; top: 0.7em; width: 6px; height: 6px; border-radius: 999px; background: var(--lime); }
.split { display: grid; grid-template-columns: minmax(0, 0.84fr) minmax(340px, 0.46fr); gap: 18px; align-items: start; }
.plan { padding: 24px; position: sticky; top: 90px; }
.plan h3 { font-size: 34px; line-height: 0.98; letter-spacing: -0.055em; margin-bottom: 14px; }
.plan li { color: var(--ink-2); }
.faq { grid-template-columns: repeat(2, 1fr); }
.cta-panel { text-align: center; padding: clamp(34px, 6vw, 70px); background: linear-gradient(145deg, rgba(214,255,63,0.16), rgba(111,168,255,0.08)), rgba(20,20,15,0.88); }
.cta-panel h2 { margin-left: auto; margin-right: auto; }
.cta-panel p { margin: 0 auto; color: var(--ink-2); max-width: 700px; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px clamp(18px, 3vw, 34px); border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
@media (max-width: 940px) {
  .hero, .split { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; }
  .map-panel, .plan { position: static; }
  .grid, .faq { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr; }
  .nav-right a:not(.nav-cta) { display: none; }
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1180px); }
  nav { align-items: flex-start; }
  h1 { font-size: 43px; }
  footer { flex-direction: column; }
}
