/* ============================================================
   Megahit GrowthOS — dark design system
   White text · secondary #264ef7 · minor accents (<10%):
   #5ce1e6 #38b6ff #5170ff #07edd8 #07eda1
   ============================================================ */
:root {
  --bg: #04050a;
  --bg-2: #070910;
  --panel: #0a0d16;
  --panel-2: #0e1120;
  --line: rgba(255,255,255,.09);
  --line-soft: rgba(255,255,255,.05);
  --white: #ffffff;
  --muted: rgba(226,232,250,.62);
  --faint: rgba(226,232,250,.38);
  --blue: #264ef7;
  --blue-soft: rgba(38,78,247,.16);
  --cyan: #5ce1e6;
  --sky: #38b6ff;
  --indigo: #5170ff;
  --teal: #07edd8;
  --mint: #07eda1;
  --font-head: 'Space Grotesk', 'Inter', sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --radius: 14px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--white);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (pointer: fine) { body.custom-cursor, body.custom-cursor a, body.custom-cursor button { cursor: none; } }
::selection { background: rgba(38,78,247,.45); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 28px; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 600; letter-spacing: -0.02em; }
.kicker {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--sky);
}
.section { padding: 96px 0; position: relative; }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(26px, 3.2vw, 40px); line-height: 1.15; margin-top: 14px; }
.section-head p { margin-top: 14px; color: var(--muted); font-size: 15px; }

/* ---------- cursor ---------- */
#cursor-trail { position: fixed; inset: 0; pointer-events: none; z-index: 9998; }
#cursor-logo {
  position: fixed; width: 22px; height: 22px; pointer-events: none; z-index: 9999;
  transform: translate(-4px, -4px);
  filter: drop-shadow(0 0 6px rgba(92,225,230,.9)) drop-shadow(0 0 14px rgba(38,78,247,.6));
  transition: transform .08s ease-out;
}
body.cursor-down #cursor-logo { transform: translate(-4px,-4px) scale(.8); }
@media (pointer: coarse) { #cursor-logo, #cursor-trail { display: none; } }

/* ---------- nav ---------- */
nav.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(4,5,10,.72);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner { display: flex; align-items: center; gap: 28px; padding: 14px 28px; max-width: 1240px; margin: 0 auto; }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo .tagline { font-family: var(--font-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.nav-links { display: flex; gap: 22px; font-size: 13px; color: var(--muted); margin-left: 12px; }
.nav-links a:hover { color: var(--white); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.nav-actions .signin { font-size: 13px; color: var(--muted); }
.nav-actions .signin:hover { color: var(--white); }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 13.5px; font-weight: 600;
  padding: 11px 20px; border-radius: 999px; border: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s;
  white-space: nowrap;
}
.btn-primary {
  background: var(--blue); color: #fff;
  box-shadow: 0 0 0 1px rgba(38,78,247,.4), 0 4px 24px rgba(38,78,247,.45);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(81,112,255,.7), 0 6px 32px rgba(38,78,247,.65); }
.btn-ghost {
  background: transparent; color: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
}
.btn-ghost:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.btn-sm { padding: 8px 15px; font-size: 12.5px; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; }

/* ---------- hero: dark universe + glowing horizon ---------- */
.hero {
  position: relative; overflow: hidden;
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  text-align: center;
  padding: 140px 0 180px;
}
#stars { position: absolute; inset: 0; }
.horizon-zone { position: absolute; left: 0; right: 0; bottom: 0; height: 46vh; pointer-events: none; }
.horizon {
  position: absolute; left: -32%; width: 164%; height: 200%;
  top: 58%;
  border-radius: 50%;
  background: radial-gradient(closest-side, #060812 96%, #0a1330 99%, transparent 100%);
  box-shadow:
    0 -1px 10px rgba(92,225,230,.9),
    0 -6px 28px rgba(56,182,255,.55),
    0 -24px 80px rgba(38,78,247,.5),
    0 -90px 240px rgba(38,78,247,.28);
}
.horizon::before {
  content: ''; position: absolute; inset: -2px;
  border-radius: 50%;
  background: radial-gradient(ellipse 42% 8% at 50% 0%, rgba(7,237,216,.5), transparent 70%);
}
.hero-content { position: relative; z-index: 3; max-width: 860px; margin: 0 auto; padding: 0 28px; }
.hero-content .subhead { max-width: 56ch; margin-left: auto; margin-right: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cyan);
  padding: 7px 14px; border-radius: 999px;
  border: 1px solid rgba(92,225,230,.25);
  background: rgba(92,225,230,.05);
}
.eyebrow .pulse-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 8px var(--teal); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: .5; } 50% { opacity: 1; } }
.hero h1 {
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1.05; letter-spacing: -0.03em;
  margin-top: 26px;
  white-space: nowrap;
}
@media (max-width: 720px) { .hero h1 { white-space: normal; } }
.hero .kw { color: var(--blue); font-weight: 600; text-shadow: 0 0 22px rgba(38,78,247,.55); }
.hero h1 .accent { color: var(--blue); text-shadow: 0 0 40px rgba(38,78,247,.6); }
.hero .subhead { margin: 22px auto 0; max-width: 56ch; color: var(--muted); font-size: 16px; }
.hero-ctas { margin-top: 34px; display: flex; gap: 14px; justify-content: center; }
.microcopy { margin-top: 14px; font-size: 12px; color: var(--faint); }
.stat-chips { margin-top: 54px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.chip {
  display: flex; flex-direction: column; gap: 2px; text-align: left;
  padding: 12px 16px; border-radius: 12px; flex: 0 1 auto;
  border: 1px solid var(--line); background: rgba(10,13,22,.6); backdrop-filter: blur(8px);
}
.chip b { font-family: var(--font-head); font-size: 20px; color: var(--white); }
.chip b .u { color: var(--cyan); }
.chip span { font-size: 11.5px; color: var(--muted); }
.stats-footnote { margin-top: 12px; font-size: 10.5px; color: var(--faint); }

/* ---------- panels / cards ---------- */
.card {
  background: linear-gradient(180deg, var(--panel) 0%, var(--bg-2) 100%);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  position: relative; overflow: hidden;
}
.card:hover { border-color: rgba(81,112,255,.4); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(38,78,247,.12); }
.card .num { font-family: var(--font-mono); font-size: 11px; color: var(--indigo); letter-spacing: .1em; }
.card h3 { font-size: 16.5px; margin-top: 12px; line-height: 1.35; }
.card p { margin-top: 10px; font-size: 13px; color: var(--muted); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.symbol-tile {
  width: 64px; height: 64px; border-radius: 10px;
  background: var(--panel-2); border: 1px solid var(--line);
  display: grid; place-items: center; margin-bottom: 6px;
}
.symbol-tile svg { width: 76%; height: 76%; }
.symbol-tile.lg { width: 100%; height: 150px; }
.symbol-tile.lg svg { width: 120px; height: 120px; }

.tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--muted);
}
.tag.ai { color: var(--cyan); border-color: rgba(92,225,230,.3); }
.tag.human { color: var(--mint); border-color: rgba(7,237,161,.3); }
.tag.free { color: var(--white); background: var(--blue); border-color: var(--blue); }
.tag-row { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 14px; }

/* ---------- problem list (simple bullets) ---------- */
.problem-list { list-style: none; max-width: 720px; display: flex; flex-direction: column; gap: 18px; }
.problem-list li {
  position: relative; padding-left: 26px;
  font-size: 14.5px; line-height: 1.65; color: var(--muted);
}
.problem-list li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 12px; height: 2px; background: var(--blue);
  box-shadow: 0 0 8px rgba(38,78,247,.7);
}
.problem-list li b { color: var(--white); font-weight: 600; }

/* ---------- trust strip ---------- */
.trust {
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  padding: 22px 0; overflow: hidden;
}
.trust-inner { display: flex; align-items: center; gap: 28px; }
.trust .label { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); white-space: nowrap; }
.marquee { overflow: hidden; flex: 1; -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 40px; width: max-content; animation: marquee 26s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee-track span { font-size: 13px; color: var(--muted); white-space: nowrap; }
.trust .numbers { font-size: 12px; color: var(--muted); white-space: nowrap; }
.trust .numbers b { color: var(--white); font-family: var(--font-head); }

/* ---------- dashboard demo ---------- */
.dash {
  border: 1px solid var(--line); border-radius: 18px;
  background: linear-gradient(180deg, rgba(14,17,32,.9), rgba(7,9,16,.95));
  box-shadow: 0 0 0 1px rgba(38,78,247,.12), 0 30px 80px rgba(0,0,0,.5), 0 0 120px rgba(38,78,247,.1);
  overflow: hidden;
  text-align: left;
}
.dash-top { display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-bottom: 1px solid var(--line-soft); }
.dash-top .dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.12); }
.dash-top .title { margin-left: 8px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; color: var(--faint); text-transform: uppercase; }
.dash-top .sync { margin-left: auto; display: flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 10px; color: var(--teal); }
.dash-body { display: grid; grid-template-columns: 170px 1fr 240px; min-height: 320px; }
.dash-col { padding: 16px; }
.dash-col + .dash-col { border-left: 1px solid var(--line-soft); }
.dash-nav-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); padding: 8px 10px; border-radius: 8px; }
.dash-nav-item.active { background: var(--blue-soft); color: var(--white); box-shadow: inset 0 0 0 1px rgba(38,78,247,.35); }
.dash-nav-item .sq { width: 6px; height: 6px; border-radius: 2px; background: var(--indigo); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.metric { border: 1px solid var(--line-soft); border-radius: 10px; padding: 12px; background: rgba(255,255,255,.015); }
.metric .k { font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.metric .v { font-family: var(--font-head); font-size: 22px; margin-top: 4px; }
.metric .d { font-size: 10px; color: var(--mint); margin-top: 2px; }
.feed-title { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); margin-bottom: 10px; }
.feed { display: flex; flex-direction: column; gap: 8px; max-height: 240px; overflow: hidden; }
.feed-item { font-size: 11px; color: var(--muted); padding: 9px 10px; border-radius: 8px; border: 1px solid var(--line-soft); background: rgba(255,255,255,.015); animation: feed-in .5s ease; }
.feed-item b { font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; margin-right: 6px; }
.feed-item.ai b { color: var(--cyan); } .feed-item.ops b { color: var(--mint); }
@keyframes feed-in { from { opacity: 0; transform: translateY(-6px); } }
.dash-note { font-size: 10px; color: var(--faint); text-align: center; padding: 10px; border-top: 1px solid var(--line-soft); }

/* aurora demo panel — dark register, connected aurora band, interactive */
.aurora-demo {
  position: relative; overflow: hidden;
  border: 1px solid var(--line); border-radius: 18px;
  background: radial-gradient(120% 100% at 50% 0%, #0a0d18 0%, #04050c 70%);
  min-height: 460px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; cursor: crosshair;
  box-shadow: 0 0 0 1px rgba(38,78,247,.1), 0 30px 80px rgba(0,0,0,.5);
}
.aurora-demo canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.aurora-demo .inner { position: relative; z-index: 2; padding: 40px 28px; pointer-events: none; width: 100%; }
.aurora-demo h3 {
  font-family: 'Source Serif 4', Georgia, serif; font-weight: 600;
  font-size: clamp(22px, 2.6vw, 32px); color: var(--white); letter-spacing: -0.01em;
}
.aurora-demo h3 .accent { color: var(--teal); text-shadow: 0 0 26px rgba(7,237,216,.45); }
.aurora-demo p {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--muted); font-size: 15px; margin-top: 12px;
}
.demo-input {
  margin: 30px auto 0; max-width: 560px; height: 58px; border-radius: 999px;
  background: rgba(10,14,26,.72);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(92,225,230,.25);
  box-shadow: 0 10px 34px rgba(0,0,0,.4), 0 0 30px rgba(7,237,216,.08), inset 0 0 24px rgba(56,182,255,.05);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 0 10px 0 22px;
  font-size: 14px; color: var(--faint); text-align: left;
}
.di-placeholder { flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.di-icons { display: flex; align-items: center; gap: 10px; }
.di-send {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(140deg, #07edd8, #0aa5c2);
  display: grid; place-items: center;
  box-shadow: 0 4px 16px rgba(7,237,216,.4);
}
.di-caption { margin-top: 12px; font-size: 10.5px; color: var(--faint) !important; font-family: var(--font-body) !important; }
.demo-hint { position: absolute; right: 18px; bottom: 14px; z-index: 2; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }

/* ---------- how it works: step mini-sections with UI demos ---------- */
.stepnum {
  font-family: var(--font-head); font-size: 46px; font-weight: 700;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.08));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.steptag { display: inline-block; margin: 8px 0 4px; }
.step-row {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: center;
  padding: 36px 0; border-top: 1px solid var(--line-soft);
}
.step-row.rev .step-copy { order: 2; }
.step-row.rev .step-demo { order: 1; }
.step-copy h3 { font-size: 22px; margin-top: 10px; }
.step-copy p { margin-top: 12px; font-size: 13.5px; color: var(--muted); max-width: 46ch; }
.step-demo {
  border: 1px solid var(--line); border-radius: 16px;
  background: linear-gradient(180deg, rgba(14,17,32,.9), rgba(7,9,16,.95));
  box-shadow: 0 0 0 1px rgba(38,78,247,.1), 0 20px 60px rgba(0,0,0,.45);
  overflow: hidden;
}
.sd-head { display: flex; align-items: center; gap: 6px; padding: 11px 16px; border-bottom: 1px solid var(--line-soft); }
.sd-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.12); }
.sd-title { margin-left: 8px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
.sd-goal {
  margin: 16px; padding: 12px 14px; border-radius: 10px;
  border: 1px solid rgba(92,225,230,.28); background: rgba(92,225,230,.05);
  font-family: var(--font-mono); font-size: 12px; color: var(--white);
  min-height: 42px;
}
.sd-prompt { color: var(--cyan); }
.sd-caret { display: inline-block; width: 7px; height: 13px; background: var(--cyan); vertical-align: -2px; margin-left: 2px; animation: blink 1.1s steps(1) infinite; }
.sd-plan { padding: 0 16px; display: flex; flex-direction: column; gap: 8px; }
.plan-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 9px;
  border: 1px solid var(--line-soft); background: rgba(255,255,255,.015);
  font-size: 11.5px; color: var(--muted);
  opacity: 0; transform: translateY(8px);
  transition: opacity .5s ease, transform .5s ease;
}
.plan-item.show { opacity: 1; transform: none; }
.pi-agent { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .05em; text-transform: uppercase; flex-shrink: 0; width: 96px; }
.pi-task { flex: 1; }
.pi-cost { font-family: var(--font-mono); font-size: 10.5px; color: var(--white); }
.sd-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; font-size: 11px; color: var(--faint); }
.agent-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px 16px 4px; }
.agent-chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted);
}
.agent-chip i { width: 6px; height: 6px; border-radius: 50%; display: inline-block; animation: pulse 2.2s ease-in-out infinite; }
.agent-chip.human { border-color: rgba(7,237,216,.35); color: var(--white); }
.sd-feed { padding: 12px 16px 16px; max-height: 210px; }
.feed-item.routed { border-color: rgba(7,237,216,.4); box-shadow: 0 0 14px rgba(7,237,216,.08); }
.feed-item.routed b { color: var(--teal); }
#sync-svg { width: 100%; display: block; }
.sync-meter { display: flex; align-items: center; gap: 12px; padding: 0 16px 16px; font-size: 11px; color: var(--faint); }
.sync-bar { flex: 1; height: 6px; border-radius: 999px; background: rgba(255,255,255,.06); overflow: hidden; }
.sync-fill { height: 100%; width: 0%; border-radius: 999px;
  background: linear-gradient(90deg, #264ef7, #5ce1e6, #07eda1);
  transition: width 1.8s cubic-bezier(.22,1,.36,1); }
.sync-meter b { font-family: var(--font-mono); font-size: 11px; color: var(--teal); min-width: 34px; text-align: right; }
@media (max-width: 860px) {
  .step-row { grid-template-columns: 1fr; gap: 20px; }
  .step-row.rev .step-copy { order: 1; } .step-row.rev .step-demo { order: 2; }
}

/* ---------- Why Megahit: glass-dashboard register (from dashboard.html) ---------- */
.adv-shell {
  position: relative;
  background: rgba(17,19,32,.72);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 26px;
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 90px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.06);
  padding: 22px;
  overflow: hidden;
}
.adv-shell .nebula { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.adv-shell .nebula.a { width: 480px; height: 380px; left: -140px; top: -80px; background: rgba(38,78,247,.16); }
.adv-shell .nebula.b { width: 440px; height: 360px; right: -120px; bottom: -100px; background: rgba(7,237,216,.08); }
.adv-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.adv-card {
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 16px;
  display: flex; flex-direction: column;
  transition: border-color .25s, background .25s;
}
.adv-card:hover { border-color: rgba(92,225,230,.3); background: rgba(255,255,255,.05); }
.adv-h { display: flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 600; color: var(--white); }
.adv-h .glyph {
  width: 26px; height: 26px; border-radius: 8px; flex: none;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  display: grid; place-items: center;
}
.adv-h .glyph svg { width: 13px; height: 13px; stroke: var(--cyan); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.adv-h .right { margin-left: auto; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.adv-viz {
  margin: 12px 0; border-radius: 12px; flex: 1;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06);
  padding: 12px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
}
.adv-card p { font-size: 12px; line-height: 1.6; color: var(--muted); margin-top: auto; }
.adv-card .link { margin-top: 10px; font-size: 12px; color: var(--cyan); }
.adv-quad { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.adv-quad div { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 8px 10px; }
.adv-quad .lbl { font-size: 8.5px; color: var(--faint); }
.adv-quad b { font-family: var(--font-head); font-size: 16px; font-weight: 600; display: block; margin-top: 3px; }
.adv-quad b .u { color: var(--cyan); }
#adv-spark { width: 100%; height: 56px; display: block; margin-bottom: 10px; }
/* mode toggle (Agent ↔ Agency) */
.mode-pill {
  display: flex; gap: 2px; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08); border-radius: 999px; padding: 3px;
  font-size: 10px; color: var(--faint); width: max-content; margin: 0 auto;
  cursor: pointer; font-family: var(--font-mono); letter-spacing: .04em;
}
.mode-pill span { padding: 6px 14px; border-radius: 999px; transition: all .35s ease; }
.mode-pill span.on { background: var(--blue); color: #fff; box-shadow: 0 0 14px rgba(38,78,247,.5); }
.mix-bar { display: flex; height: 12px; border-radius: 999px; overflow: hidden; margin-top: 14px; border: 1px solid rgba(255,255,255,.08); }
.mix-bar i { display: block; transition: width 1s cubic-bezier(.22,1,.36,1); }
.mix-bar .ai { background: linear-gradient(90deg, #264ef7, #5170ff); box-shadow: 0 0 12px rgba(38,78,247,.5); }
.mix-bar .hu { background: linear-gradient(90deg, #07edd8, #07eda1); }
.mix-legend { display: flex; justify-content: space-between; margin-top: 8px; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .06em; color: var(--faint); text-transform: uppercase; }
.mix-legend b { color: var(--white); font-weight: 500; }
/* planning gauge */
#adv-gauge { width: 150px; height: 86px; display: block; margin: 0 auto; }
.gauge-lbl { text-align: center; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); margin-top: 2px; }
.gauge-lbl b { display: block; font-family: var(--font-head); font-size: 15px; color: var(--white); letter-spacing: 0; text-transform: none; margin-top: 2px; }
/* bottom orbit row */
.adv-bottom { position: relative; display: grid; grid-template-columns: 1fr 1.2fr; gap: 14px; margin-top: 14px; }
.adv-bottom .globe-cell { display: grid; place-items: center; min-height: 260px; }
.adv-bottom .globe-cell svg { width: 52%; }
@media (max-width: 900px) { .adv-grid { grid-template-columns: 1fr; } .adv-bottom { grid-template-columns: 1fr; } }

/* why-different illustrations */
.illus {
  border: 1px solid var(--line-soft); border-radius: 10px;
  background: var(--panel-2);
  margin-bottom: 16px; overflow: hidden;
}
.illus svg { width: 100%; height: auto; display: block; }

/* ---------- pricing ---------- */
.tier { display: flex; flex-direction: column; }
.tier .price { font-family: var(--font-head); font-size: 30px; margin-top: 8px; }
.tier .price small { font-size: 12px; color: var(--muted); font-family: var(--font-body); }
.tier ul { list-style: none; margin: 18px 0; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.tier ul li { font-size: 12.5px; color: var(--muted); padding-left: 20px; position: relative; }
.tier ul li::before { content: '→'; position: absolute; left: 0; color: var(--indigo); font-size: 11px; }
.tier.featured { border-color: rgba(38,78,247,.55); box-shadow: 0 0 50px rgba(38,78,247,.16), inset 0 0 0 1px rgba(38,78,247,.2); }
.tier .badge {
  position: absolute; top: 16px; right: 16px;
  font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--white); background: var(--blue); padding: 4px 10px; border-radius: 999px;
}
.tier .badge.soon { background: transparent; border: 1px solid var(--line); color: var(--faint); }

/* comparison table */
.compare { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.compare th, .compare td { padding: 12px 14px; border-bottom: 1px solid var(--line-soft); text-align: center; }
.compare th { font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.compare td:first-child, .compare th:first-child { text-align: left; color: var(--muted); }
.compare .cat td { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--indigo); padding-top: 22px; border-bottom-color: var(--line); }
.compare .yes { color: var(--teal); } .compare .part { color: var(--sky); } .compare .no { color: rgba(255,255,255,.22); }
.compare .hl { background: rgba(38,78,247,.06); }

/* FAQ */
.faq details { border: 1px solid var(--line); border-radius: 12px; padding: 0 20px; margin-bottom: 10px; background: var(--panel); }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 600; font-size: 14px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::after { content: '+'; color: var(--indigo); font-size: 18px; transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding-bottom: 16px; color: var(--muted); font-size: 13px; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden;
  border: 1px solid rgba(38,78,247,.3); border-radius: 20px;
  padding: 64px 48px; text-align: center;
}
.cta-band .glow {
  position: absolute; inset: -30%;
  background:
    radial-gradient(40% 50% at 30% 80%, rgba(38,78,247,.35), transparent 70%),
    radial-gradient(35% 45% at 70% 20%, rgba(7,237,216,.14), transparent 70%),
    radial-gradient(30% 40% at 85% 75%, rgba(81,112,255,.22), transparent 70%);
  animation: drift 14s ease-in-out infinite alternate;
}
@keyframes drift { to { transform: rotate(5deg) scale(1.08); } }
.cta-band h2 { position: relative; font-size: clamp(26px, 3.4vw, 42px); }
.cta-band p { position: relative; color: var(--muted); margin: 14px auto 0; max-width: 52ch; }
.cta-band .row { position: relative; margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- footer ---------- */
footer.site-footer { border-top: 1px solid var(--line-soft); padding: 64px 0 32px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
.footer-grid h4 { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin-bottom: 14px; }
.footer-grid a, .footer-grid p { display: block; font-size: 13px; color: var(--muted); margin-bottom: 9px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line-soft); margin-top: 44px; padding-top: 22px; font-size: 11.5px; color: var(--faint); flex-wrap: wrap; }

/* ---------- modal ---------- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(2,3,8,.8); backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.modal-backdrop.open { display: flex; }
.modal {
  width: 100%; max-width: 440px;
  background: var(--panel-2); border: 1px solid rgba(81,112,255,.3); border-radius: 18px;
  padding: 32px; position: relative;
  box-shadow: 0 0 80px rgba(38,78,247,.25);
  animation: modal-in .3s cubic-bezier(.22,1,.36,1);
}
@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(.97); } }
.modal .close { position: absolute; top: 14px; right: 16px; background: none; border: none; color: var(--faint); font-size: 20px; cursor: pointer; }
.modal h3 { font-size: 20px; }
.modal .sub { color: var(--muted); font-size: 13px; margin-top: 8px; }
.modal form { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.modal label { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
.modal input, .modal select, .modal textarea {
  width: 100%; background: rgba(255,255,255,.04); border: 1px solid var(--line);
  border-radius: 10px; padding: 12px 14px; color: var(--white); font-size: 13.5px; font-family: var(--font-body);
}
.modal input:focus, .modal select:focus, .modal textarea:focus { outline: none; border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(38,78,247,.18); }
.modal .btn-primary { margin-top: 8px; justify-content: center; }
.modal .confirm { display: none; text-align: center; padding: 24px 0 8px; }
.modal.done form, .modal.done .sub { display: none; }
.modal.done .confirm { display: block; }
.modal .confirm .ok { font-size: 34px; color: var(--teal); text-shadow: 0 0 24px rgba(7,237,216,.7); }
.modal .confirm p { color: var(--muted); font-size: 13.5px; margin-top: 10px; }

/* ---------- reveals ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* ---------- content pages (about/legal) ---------- */
.prose { max-width: 720px; margin: 0 auto; }
.prose h2 { font-size: 24px; margin: 52px 0 16px; }
.prose h3 { font-size: 17px; margin: 30px 0 10px; }
.prose p { color: var(--muted); margin-bottom: 14px; font-size: 14.5px; }
.prose ul, .prose ol { color: var(--muted); margin: 0 0 14px 22px; font-size: 14.5px; }
.prose li { margin-bottom: 6px; }
.pull-quote {
  border-left: 2px solid var(--blue); padding: 6px 0 6px 22px; margin: 30px 0;
  font-family: var(--font-head); font-size: 19px; line-height: 1.5; color: var(--white);
}
.callout { border: 1px solid rgba(38,78,247,.35); background: var(--blue-soft); border-radius: 14px; padding: 22px; margin: 26px 0; }
.callout h4 { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--sky); margin-bottom: 8px; }
.callout p { color: var(--muted); font-size: 13.5px; margin: 0; }
.page-hero { padding: 170px 0 60px; text-align: center; position: relative; overflow: hidden; }
.page-hero h1 { font-size: clamp(32px, 4.6vw, 54px); line-height: 1.1; margin-top: 16px; }
.page-hero .subhead { margin: 18px auto 0; max-width: 60ch; color: var(--muted); }

/* Calendly */
.calendly-inline-widget { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }

/* orbit globe panel */
.globe-panel-dark {
  border: 1px solid var(--line); border-radius: 16px; background: var(--panel);
  display: grid; place-items: center; min-height: 300px;
}
.globe-panel-dark svg { width: 55%; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .dash-body { grid-template-columns: 1fr; }
  .dash-col + .dash-col { border-left: none; border-top: 1px solid var(--line-soft); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-actions .signin { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-actions { margin-left: 0; }
  nav.site-nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(4,5,10,.97); padding: 20px 28px; border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 620px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .section { padding: 64px 0; }
}
/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track, .cta-band .glow, .eyebrow .pulse-dot { animation: none; }
  #cursor-trail, #cursor-logo { display: none; }
  body.custom-cursor, body.custom-cursor a, body.custom-cursor button { cursor: auto; }
}
