/* GreatCTO 2026 — dark, emerald, Geist */
:root {
  --bg-page: #0a0e0c;
  --bg-card: #11161a;
  --bg-elevated: #161c1f;
  --border: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.12);

  --text: #ecf2ee;
  --text-2: #8a9a92;
  --text-3: #4f5d57;

  --accent: #00d97e;
  --accent-2: #34e69b;
  --accent-soft: rgba(0, 217, 126, 0.10);
  --accent-strong: rgba(0, 217, 126, 0.18);
  --accent-glow: 0 0 40px rgba(0, 217, 126, 0.35);

  --p0: #ff5466;
  --p1: #ffaa3c;
  --p2: #f0d24e;

  --display: "Geist", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --sans:    "Geist", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono:    "Geist Mono", "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --max: 1100px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background: var(--bg-page);
  color: var(--text);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body { overflow-x: hidden; }
::selection { background: var(--accent-strong); color: #fff; }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img, svg { max-width: 100%; display: block; }

/* ── Layout ───────────────────────────────────────────────────────────────── */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
section { padding: 96px 0; position: relative; }
section + section { border-top: 1px solid var(--border); }

.eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}
.h2 em { font-style: normal; color: var(--accent); }
.lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-2);
  max-width: 64ch;
  margin-bottom: 56px;
}

/* ── Nav ───────────────────────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px;
  background: rgba(10, 14, 12, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--display); font-weight: 600;
  font-size: 17px; letter-spacing: -0.01em;
}
.nav-logo .logo-mark {
  display: inline-flex;
  width: 26px; height: 26px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.nav-logo .logo-mark svg { width: 100%; height: 100%; display: block; }
.nav-right { display: flex; align-items: center; gap: 4px; font-size: 13px; }
.nav-right a {
  padding: 7px 12px; border-radius: 6px;
  color: var(--text-2);
  transition: color 0.12s, background 0.12s;
}
.nav-right a:hover { color: var(--text); background: rgba(255,255,255,0.04); }
.nav-right .cta {
  background: var(--accent);
  color: #001a0d;
  font-weight: 500;
  margin-left: 8px;
}
.nav-right .cta:hover { background: var(--accent-2); color: #001a0d; }

/* ── Hero ──────────────────────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 120px 32px 64px;
  position: relative; overflow: hidden;
  border: none !important;
}
.hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 217, 126, 0.10), transparent 60%),
    radial-gradient(ellipse 60% 80% at 80% 80%, rgba(0, 217, 126, 0.06), transparent 70%),
    linear-gradient(180deg, #050807 0%, var(--bg-page) 100%);
}
.hero-bg::after {
  /* Subtle grid */
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, #000 30%, transparent 80%);
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 0 auto;
  text-align: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-strong);
  color: var(--accent);
  margin-bottom: 28px;
}
.hero-eyebrow .pulse {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: var(--accent-glow);
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.hero h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  text-wrap: balance;
}
.hero h1 .br { display: block; }
.hero p.sub {
  font-size: 19px;
  line-height: 1.55;
  color: var(--text-2);
  max-width: 60ch;
  margin: 0 auto 36px;
  text-wrap: balance;
}
.hero p.sub b { color: var(--text); font-weight: 500; }

.cta-row {
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px;
  border-radius: 8px;
  font-family: var(--mono);
  font-size: 13.5px; font-weight: 500;
  letter-spacing: 0.02em;
  transition: all 0.15s;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--accent);
  color: #001a0d;
  font-family: var(--mono);
  box-shadow: 0 0 0 0 var(--accent-strong), 0 8px 24px rgba(0, 217, 126, 0.15);
}
.btn-primary:hover {
  background: var(--accent-2);
  box-shadow: 0 0 0 4px var(--accent-strong), 0 12px 36px rgba(0, 217, 126, 0.28);
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-strong);
}
.btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-soft);
}
.cta-micro {
  font-family: var(--mono); font-size: 12px;
  color: var(--text-3);
  margin-top: 8px;
}
.cta-micro .sep { color: var(--border-strong); margin: 0 10px; }

/* Hero bottom — terminal preview */
.hero-terminal {
  margin: 64px auto 0;
  max-width: 760px;
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 32px 96px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 217, 126, 0.06);
}
.hero-terminal-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-elevated);
  font-family: var(--mono); font-size: 11px;
  color: var(--text-3);
}
.hero-terminal-bar .dot { width: 9px; height: 9px; border-radius: 50%; }
.hero-terminal-bar .dot.r { background: #ff5f57; }
.hero-terminal-bar .dot.y { background: #febc2e; }
.hero-terminal-bar .dot.g { background: #28c840; }
.hero-terminal-bar .label { margin-left: 12px; }
.hero-terminal-body {
  padding: 22px 24px;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.65;
  text-align: left;
  white-space: pre;
  overflow-x: auto;
  color: var(--text);
}
.hero-terminal-body .prompt { color: var(--accent); }
.hero-terminal-body .arrow { color: var(--text-3); }
.hero-terminal-body .ok { color: var(--accent); }
.hero-terminal-body .key { color: var(--p1); }
.hero-terminal-body .you { color: var(--accent-2); font-weight: 500; }
.hero-terminal-body .dim { color: var(--text-3); }

/* ── Before / After ────────────────────────────────────────────────────────── */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
}
.split-col {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px;
}
.split-col.before { opacity: 0.78; }
.split-col.before h3 { color: var(--p0); }
.split-col.after { border-color: rgba(0, 217, 126, 0.30); }
.split-col.after h3 { color: var(--accent); }
.split-col h3 {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; margin-bottom: 24px;
}
.split-col ul { list-style: none; padding: 0; margin: 0; }
.split-col li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14.5px;
  line-height: 1.55;
}
.split-col li:last-child { border-bottom: none; }
.split-col li .icon { flex-shrink: 0; margin-top: 2px; font-family: var(--mono); }
.split-col.before li { color: var(--text-2); }
.split-col.before li .icon { color: var(--p0); }
.split-col.after  li { color: var(--text); }
.split-col.after  li .icon { color: var(--accent); }
.split-foot {
  font-family: var(--mono); font-size: 12px;
  color: var(--text-3);
  margin-top: 18px; padding-top: 14px;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.split-foot a { color: var(--accent); }

/* ── How it works ──────────────────────────────────────────────────────────── */
.how-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.how-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
  position: relative;
  transition: border-color 0.15s, transform 0.15s;
}
.how-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
}
.how-num {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.16em;
  margin-bottom: 14px;
}
.how-card h3 {
  font-family: var(--display); font-weight: 600;
  font-size: 22px; letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.how-card p {
  font-size: 14px; color: var(--text-2);
  line-height: 1.6;
  margin-bottom: 16px;
}
.how-card .term {
  background: #050807;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: var(--mono); font-size: 12.5px;
  line-height: 1.65;
  color: var(--text);
  white-space: pre;
  overflow-x: auto;
}
.how-card .term .prompt { color: var(--accent); }
.how-card .term .ok    { color: var(--accent); }
.how-card .term .dim   { color: var(--text-3); }
.how-card .term .you   { color: var(--accent-2); }

/* ── Showcase (admin screenshots) ──────────────────────────────────────────── */
.showcase {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: center;
  margin-top: 64px;
}
.showcase + .showcase { margin-top: 96px; }
.showcase.reverse { grid-template-columns: 1.4fr 1fr; }
.showcase.reverse .showcase-text { order: 2; }
.showcase.reverse .showcase-img  { order: 1; }
.showcase-num {
  font-family: var(--mono); font-size: 11px;
  color: var(--accent); letter-spacing: 0.14em;
  margin-bottom: 14px;
}
.showcase-text h3 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.15; letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.showcase-text p {
  font-size: 15.5px; color: var(--text-2);
  line-height: 1.65;
}
.showcase-text p strong { color: var(--text); font-weight: 500; }
.inline-code {
  font-family: var(--mono); font-size: 13px;
  background: rgba(0, 217, 126, 0.08);
  border: 1px solid rgba(0, 217, 126, 0.16);
  color: var(--accent);
  padding: 1px 8px; border-radius: 5px;
}

/* ── Mockups (DOM-rendered admin previews, dark/emerald) ─────────────────── */
.mockup {
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px rgba(0, 217, 126, 0.04);
  font-family: var(--sans); font-size: 12px;
  color: var(--text);
}
.mockup-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 9px 14px;
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
}
.mockup-bar .mb-dot { width: 9px; height: 9px; border-radius: 50%; }
.mockup-bar .mb-dot.r { background: #ff5f57; }
.mockup-bar .mb-dot.y { background: #febc2e; }
.mockup-bar .mb-dot.g { background: #28c840; }
.mockup-bar .mb-url {
  margin-left: 12px; font-family: var(--mono); font-size: 10.5px;
  color: var(--text-3);
}

.mockup-pad { padding: 18px 18px 22px; }

/* Kanban mockup */
.mockup-board { display: grid; grid-template-columns: 150px 1fr; min-height: 360px; }
.mb-side {
  border-right: 1px solid var(--border);
  padding: 12px 10px;
  background: rgba(255,255,255,0.015);
}
.mb-brand {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--display); font-weight: 600;
  font-size: 13px; padding: 4px 6px;
  margin-bottom: 8px;
}
.mb-brand .star { color: var(--accent); }
.mb-proj {
  display: flex; align-items: center; justify-content: space-between;
  padding: 7px 8px; margin-bottom: 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 5px;
  font-size: 11.5px;
}
.mb-proj .chev { color: var(--text-3); }
.mb-nav .mn {
  display: flex; align-items: center; justify-content: space-between;
  padding: 5px 8px; border-radius: 4px;
  font-size: 11.5px; color: var(--text-2);
  margin-bottom: 1px;
}
.mb-nav .mn span { font-family: var(--mono); font-size: 10px; color: var(--text-3); }
.mb-nav .mn.active {
  background: var(--accent-soft);
  color: var(--text);
  position: relative;
}
.mb-nav .mn.active::before {
  content: ""; position: absolute;
  left: -10px; top: 6px; bottom: 6px;
  width: 2px; background: var(--accent); border-radius: 0 1px 1px 0;
}

.mb-main { padding: 12px; overflow: hidden; }
.mb-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.mb-col {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 8px;
  display: flex; flex-direction: column; gap: 6px;
}
.mb-col-head {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 600;
  padding: 2px 2px 6px;
}
.mb-cdot {
  width: 7px; height: 7px; border-radius: 50%;
  border: 1.5px solid currentColor;
}
.mb-cdot.purple { color: #a78bfa; }
.mb-cdot.grey   { color: #6b7280; background: transparent; }
.mb-cdot.amber  { color: #f59e0b; background: conic-gradient(currentColor 50%, transparent 50%); }
.mb-cdot.emerald { color: var(--accent); background: currentColor; }
.mb-cnt {
  margin-left: auto;
  font-family: var(--mono); font-size: 9.5px;
  color: var(--text-3); font-weight: 500;
}

.mb-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 7px 8px;
  font-size: 11px;
}
.mb-card.gate {
  border-color: rgba(167, 139, 250, 0.35);
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.06), var(--bg-elevated));
}
.mb-card .mb-id { font-family: var(--mono); font-size: 9px; color: var(--text-3); }
.mb-card .mb-title { font-weight: 500; font-size: 11px; margin-top: 1px; line-height: 1.3; }
.mb-card .mb-desc {
  font-size: 10.5px; color: var(--text-2);
  margin-top: 3px; line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mb-card .mb-foot {
  display: flex; align-items: center; gap: 4px;
  margin-top: 6px;
}
.mb-chip {
  display: inline-block;
  padding: 1px 6px;
  font-family: var(--mono); font-size: 9px;
  background: rgba(255,255,255,0.05);
  color: var(--text-2);
  border-radius: 3px;
}
.mb-chip.purple { background: rgba(167, 139, 250, 0.12); color: #c4b5fd; }
.mb-chip.blue   { background: rgba(96, 165, 250, 0.12); color: #93c5fd; }
.mb-chip.red    { background: rgba(255, 84, 102, 0.12); color: #fca5a5; }
.mb-time {
  margin-left: auto; font-family: var(--mono); font-size: 9px; color: var(--text-3);
}
.mb-actions { display: flex; gap: 4px; margin-top: 5px; }
.mb-btn {
  flex: 1; font-family: var(--display); font-size: 10px; font-weight: 500;
  padding: 4px 6px; border-radius: 4px;
  background: transparent; border: 1px solid var(--border);
  color: var(--text-2);
}
.mb-btn.approve { color: var(--accent); border-color: rgba(0,217,126,0.30); }
.mb-btn.reject  { color: #fca5a5;       border-color: rgba(255,84,102,0.25); }

/* Metrics mockup */
.mm-label {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-3); margin-bottom: 8px;
}
.mm-hero {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin-bottom: 8px;
}
.mm-hero.secondary { grid-template-columns: repeat(4, 1fr); margin-bottom: 14px; }
.mm-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  position: relative; overflow: hidden;
}
.mm-card::before {
  content: ""; position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: var(--text-3);
}
.mm-card.emerald::before { background: var(--accent); }
.mm-card.amber::before   { background: #f59e0b; }
.mm-card.purple::before  { background: #a78bfa; }
.mm-card.mini { padding: 10px 12px; }
.mm-num {
  font-family: var(--display); font-weight: 600;
  font-size: 26px; line-height: 1; letter-spacing: -0.02em;
}
.mm-card.mini .mm-num { font-size: 18px; }
.mm-num small { font-size: 13px; color: var(--text-2); margin-left: 3px; font-weight: 400; }
.mm-card.mini .mm-num small { font-size: 11px; }
.mm-lbl {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-2); margin-top: 7px;
}
.mm-card.mini .mm-lbl { font-size: 9px; margin-top: 5px; }
.mm-trend { font-size: 10px; color: var(--text-2); margin-top: 4px; }
.mm-trend .up { color: var(--accent); }

.mm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mm-panel {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
}
.mm-panel-h {
  font-family: var(--display); font-weight: 600;
  font-size: 12px; margin-bottom: 10px;
  display: flex; justify-content: space-between; align-items: baseline;
}
.mm-panel-h .meta {
  font-family: var(--mono); font-size: 9px;
  color: var(--text-3); letter-spacing: 0.06em;
  text-transform: uppercase; font-weight: 400;
}

.mm-bar {
  display: grid; grid-template-columns: 80px 1fr 30px;
  align-items: center; gap: 8px;
  margin-bottom: 6px; font-size: 10.5px;
}
.mm-bn { font-family: var(--mono); color: var(--text); }
.mm-rail { height: 4px; background: rgba(255,255,255,0.06); border-radius: 2px; overflow: hidden; }
.mm-fill { height: 100%; background: var(--accent); }
.mm-pct { text-align: right; font-family: var(--mono); font-size: 9px; color: var(--text-2); }

.mm-feed-row {
  display: grid; grid-template-columns: 8px 70px 1fr auto;
  gap: 8px; align-items: baseline;
  padding: 6px 0;
  border-top: 1px solid var(--border);
  font-size: 10.5px;
}
.mm-feed-row:first-child { border-top: none; padding-top: 0; }
.mm-feed-row .dot { width: 6px; height: 6px; border-radius: 50%; margin-top: 3px; }
.mm-feed-row .dot.ok { background: var(--accent); }
.mm-feed-row .dot.fail { background: #fca5a5; }
.mm-feed-row .ag { font-family: var(--mono); color: var(--text-2); font-size: 10px; }
.mm-feed-row .msg { color: var(--text); }
.mm-feed-row .t { font-family: var(--mono); font-size: 9px; color: var(--text-3); }

/* Public report mockup */
.mr-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.mr-brand {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--display); font-weight: 600;
  font-size: 14px; letter-spacing: -0.01em;
}
.mr-brand .star { color: var(--accent); }
.mr-status {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--mono); font-size: 9px;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 3px 8px; border-radius: 999px;
  letter-spacing: 0.06em;
}
.mr-status .dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.mr-title { display: flex; gap: 12px; margin-bottom: 18px; }
.mr-title .stripe { width: 3px; background: var(--accent); border-radius: 2px; }
.mr-title h1 {
  font-family: var(--display); font-weight: 600;
  font-size: 22px; line-height: 1.05;
  letter-spacing: -0.02em; margin: 0;
}
.mr-title .meta {
  font-family: var(--mono); font-size: 9.5px;
  color: var(--text-3); margin-top: 5px;
  letter-spacing: 0.06em;
}

.mr-compare {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 16px; align-items: center;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(0,217,126,0.06), rgba(167,139,250,0.04));
  border: 1px solid rgba(0,217,126,0.16);
  border-radius: 8px;
  margin-top: 10px;
}
.mr-compare .cs { display: flex; flex-direction: column; gap: 2px; }
.mr-compare .cs.right { text-align: right; align-items: flex-end; }
.mr-compare .cs-lbl {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-2);
}
.mr-compare .cs-v {
  font-family: var(--display); font-weight: 600;
  font-size: 22px; letter-spacing: -0.02em; color: var(--text);
}
.mr-compare .cs-t { font-family: var(--mono); font-size: 10px; color: var(--text-3); }
.mr-compare .cs-vs {
  font-family: var(--mono); font-size: 10px;
  color: var(--text-3); letter-spacing: 0.06em;
  text-align: center;
}
.mr-compare .cs-vs strong {
  display: block; margin-top: 4px;
  font-family: var(--display); font-weight: 600;
  font-size: 14px; color: var(--accent);
  letter-spacing: -0.01em;
}

/* ── 12-angle review ───────────────────────────────────────────────────────── */
.angles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 48px;
}
.angle {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  position: relative;
  cursor: default;
  transition: all 0.15s;
  min-height: 140px;
  display: flex; flex-direction: column;
}
.angle:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 217, 126, 0.08);
}
.angle .angle-num {
  font-family: var(--mono); font-size: 10px;
  color: var(--text-3); letter-spacing: 0.14em;
  margin-bottom: 6px;
}
.angle .angle-name {
  font-family: var(--display); font-weight: 600;
  font-size: 16px; margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.angle .angle-ex {
  font-family: var(--mono); font-size: 11px;
  color: var(--text-2);
  line-height: 1.5;
  flex: 1;
}
.angle .pill {
  display: inline-block;
  margin-top: 10px;
  font-family: var(--mono); font-size: 9px;
  padding: 2px 8px; border-radius: 4px;
  letter-spacing: 0.06em;
  align-self: flex-start;
}
.angle .pill.p0 { background: rgba(255, 84, 102, 0.14); color: var(--p0); }
.angle .pill.p1 { background: rgba(255, 170, 60, 0.14); color: var(--p1); }
.angle .pill.p2 { background: rgba(240, 210, 78, 0.14); color: var(--p2); }

/* ── Memory ────────────────────────────────────────────────────────────────── */
.mem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.mem-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px 28px;
}
.mem-card .mem-layer {
  font-family: var(--mono); font-size: 10px;
  color: var(--accent); letter-spacing: 0.14em;
  margin-bottom: 6px;
}
.mem-card h4 {
  font-family: var(--display); font-weight: 600;
  font-size: 18px; letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.mem-card p { font-size: 14px; color: var(--text-2); line-height: 1.55; margin-bottom: 12px; }
.mem-card code {
  font-family: var(--mono); font-size: 12px;
  background: #050807;
  padding: 4px 8px; border-radius: 5px;
  color: var(--text-2);
  border: 1px solid var(--border);
  display: inline-block;
}

.mttr-callout {
  margin-top: 32px;
  background: linear-gradient(135deg, rgba(0,217,126,0.08), rgba(0,217,126,0.02));
  border: 1px solid var(--accent-strong);
  border-radius: 16px;
  padding: 40px 48px;
  text-align: center;
}
.mttr-num {
  font-family: var(--display); font-weight: 600;
  font-size: 96px; line-height: 1;
  letter-spacing: -0.04em;
  color: var(--accent);
  margin-bottom: 14px;
  text-shadow: var(--accent-glow);
}
.mttr-num small { font-size: 36px; opacity: 0.7; margin-left: 4px; }
.mttr-label {
  font-family: var(--mono); font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--text-2);
  margin-bottom: 16px;
}
.mttr-body { font-size: 15px; color: var(--text-2); max-width: 56ch; margin: 0 auto; line-height: 1.6; }
.mttr-body strong { color: var(--accent); font-weight: 500; }

/* ── Pricing ───────────────────────────────────────────────────────────────── */
.pricing-card {
  margin-top: 40px;
  background: var(--bg-card);
  border: 1px solid var(--accent-strong);
  border-radius: 16px;
  padding: 40px 48px;
  position: relative;
  overflow: hidden;
}
.pricing-card::before {
  content: ""; position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
}
.pricing-card h3 {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 18px;
}
.pricing-table {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 8px 24px;
  font-family: var(--mono);
  font-size: 14px;
  margin-bottom: 22px;
}
.pricing-table > div { padding: 8px 0; border-bottom: 1px solid var(--border); }
.pricing-table > div:nth-last-child(-n+4) { border-bottom: none; padding-top: 14px; }
.pricing-table .lbl { color: var(--text-2); }
.pricing-table .num { color: var(--text); text-align: right; }
.pricing-table .total { color: var(--accent); font-weight: 600; font-size: 16px; }
.pricing-extras {
  font-family: var(--mono); font-size: 12.5px;
  color: var(--text-2);
  line-height: 1.8;
}
.pricing-extras span { color: var(--accent); }
.pricing-compare {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  font-family: var(--mono); font-size: 12.5px;
  color: var(--text-3);
  display: grid; grid-template-columns: 1fr auto; gap: 6px 16px;
}
.pricing-compare .name { color: var(--text-2); }
.pricing-compare .ours { color: var(--accent); font-weight: 500; }

/* ── Audience ──────────────────────────────────────────────────────────────── */
.aud-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 48px;
}
.aud-col h4 {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 22px;
  display: inline-flex; align-items: center; gap: 8px;
}
.aud-col.yes h4 { color: var(--accent); }
.aud-col.no  h4 { color: var(--text-3); }
.aud-col ul { list-style: none; padding: 0; }
.aud-col li {
  font-size: 15px;
  line-height: 1.65;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-2);
}
.aud-col li:last-child { border-bottom: none; }
.aud-col.yes li { color: var(--text); }

/* ── Quick start ───────────────────────────────────────────────────────────── */
.qs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.qs-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.qs-head {
  font-family: var(--mono); font-size: 11px;
  color: var(--text-3); letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-elevated);
}
.qs-body {
  padding: 18px 20px;
  font-family: var(--mono); font-size: 12.5px;
  line-height: 1.7;
  white-space: pre;
  overflow-x: auto;
  color: var(--text);
}
.qs-body .prompt { color: var(--accent); }
.qs-body .ok { color: var(--accent); }
.qs-body .dim { color: var(--text-3); }
.qs-body .key { color: var(--p1); }
.qs-body .you { color: var(--accent-2); }

/* ── FAQ ───────────────────────────────────────────────────────────────────── */
.faq { margin-top: 40px; }
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
  font-family: var(--display); font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.01em;
  cursor: pointer;
  user-select: none;
}
.faq-q:hover { color: var(--accent); }
.faq-q::after {
  content: "+";
  font-family: var(--mono); font-size: 22px;
  color: var(--text-3);
  font-weight: 300;
  transition: transform 0.2s, color 0.15s;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); color: var(--accent); }
.faq-a {
  display: none;
  padding: 0 0 22px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-2);
  max-width: 72ch;
}
.faq-item.open .faq-a { display: block; }
.faq-a code {
  font-family: var(--mono); font-size: 13px;
  background: #050807;
  padding: 2px 6px; border-radius: 4px;
  color: var(--text);
  border: 1px solid var(--border);
}

/* ── Final CTA ─────────────────────────────────────────────────────────────── */
.final-cta {
  text-align: center;
  padding: 140px 32px 96px;
  border-top: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: ""; position: absolute;
  top: -100px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--accent-soft), transparent 60%);
  pointer-events: none;
}
.final-cta-eyebrow {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 22px;
  position: relative;
}
.final-cta h2 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02; letter-spacing: -0.04em;
  margin-bottom: 36px;
  position: relative;
}
.final-cta h2 .accent { color: var(--accent); }
.final-cta-row {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 8px 8px 8px 24px;
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  position: relative;
}
.final-cta-row .cmd {
  font-family: var(--mono); font-size: 15px; color: var(--text);
}
.final-cta-row .cmd .dim { color: var(--text-3); }
.final-cta-row .copy-btn {
  background: var(--accent); color: #001a0d;
  font-family: var(--mono); font-size: 12px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 10px 16px; border-radius: 8px;
  transition: background 0.12s;
}
.final-cta-row .copy-btn:hover { background: var(--accent-2); }
.final-cta-micro {
  font-family: var(--mono); font-size: 12px;
  color: var(--text-3);
  margin-top: 24px;
  position: relative;
}

/* ── Footer ────────────────────────────────────────────────────────────────── */
.footer {
  padding: 32px;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
  font-family: var(--mono); font-size: 12px;
  color: var(--text-3);
}
.footer-links { display: flex; gap: 22px; }
.footer-links a:hover { color: var(--accent); }

/* ── Responsive ────────────────────────────────────────────────────────────── */
@media (max-width: 880px) {
  body { overflow-x: hidden; }
  .desk-only { display: none; }
  section { padding: 56px 0; }
  .wrap { padding: 0 18px; }
  .nav { padding: 12px 14px; gap: 8px; }
  .nav-right .nav-link { display: none; }
  .nav-right { gap: 6px; flex-shrink: 0; }
  .nav-right .cta { padding: 6px 12px; font-size: 12px; }
  .nav-logo { font-size: 15px; }
  .nav-logo .logo-mark { width: 22px; height: 22px; }

  .hero { padding: 88px 16px 40px; min-height: auto; }
  .hero-eyebrow {
    font-size: 9.5px; letter-spacing: 0.10em;
    padding: 5px 10px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }
  .hero h1 {
    font-size: clamp(32px, 11vw, 56px);
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .hero h1 .br { display: inline; }
  .hero p.sub {
    font-size: 15px; line-height: 1.55;
    padding: 0;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    margin-bottom: 16px;
  }
  .btn { width: 100%; justify-content: center; padding: 12px 18px; font-size: 13px; }
  .cta-micro { font-size: 11px; padding: 0 8px; line-height: 1.6; }
  .cta-micro .sep { margin: 0 6px; }
  .hero-terminal {
    margin-top: 32px;
    border-radius: 10px;
  }
  .hero-terminal-body {
    font-size: 10.5px;
    padding: 12px 14px;
    line-height: 1.5;
  }

  .h2 { font-size: clamp(26px, 7vw, 38px); }
  .lede { font-size: 16px; margin-bottom: 36px; }
  .eyebrow { font-size: 10px; }

  .split, .how-grid, .mem-grid, .qs-grid, .aud-grid { grid-template-columns: 1fr; }
  .split-col { padding: 24px 18px; }
  .split-col li { font-size: 14px; }
  .aud-grid { gap: 32px; }
  .angles { grid-template-columns: 1fr 1fr; gap: 8px; }
  .angle { padding: 14px 14px; min-height: auto; }
  .angle .angle-name { font-size: 14px; }
  .mem-card { padding: 22px 20px; }
  .mttr-callout { padding: 32px 22px; }
  .mttr-num { font-size: 64px; }
  .mttr-num small { font-size: 26px; }
  .pricing-card { padding: 24px 18px; }
  .pricing-table { gap: 4px 12px; font-size: 11.5px; }
  .pricing-table > div { padding: 6px 0; }
  .pricing-compare { font-size: 11.5px; grid-template-columns: 1fr; gap: 2px; padding-top: 16px; }

  .qs-card .qs-body { font-size: 11.5px; padding: 14px 16px; }
  .faq-q { font-size: 15px; padding: 18px 0; }
  .faq-a { font-size: 14px; }
  .final-cta { padding: 80px 18px 56px; }
  .final-cta h2 { font-size: clamp(32px, 9vw, 56px); }
  .final-cta-row { flex-direction: column; padding: 16px; gap: 12px; align-items: stretch; }
  .final-cta-row .cmd { text-align: center; font-size: 13px; word-break: break-all; }
  .footer { flex-direction: column; align-items: flex-start; padding: 24px 18px; gap: 8px; }
  .footer-links { flex-wrap: wrap; gap: 14px; }

  .showcase, .showcase.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }
  .showcase + .showcase { margin-top: 64px; }
  .showcase.reverse .showcase-text { order: 0; }
  .showcase.reverse .showcase-img  { order: 0; }
  /* Mockups — collapse columns + scale down */
  .mockup-board { grid-template-columns: 100px 1fr; min-height: auto; }
  .mb-side { padding: 8px 6px; }
  .mb-brand { font-size: 11px; }
  .mb-cols { grid-template-columns: repeat(2, 1fr); }
  .mb-cols .mb-col:nth-child(n+3) { display: none; }
  .mb-card .mb-title { font-size: 10.5px; }
  .mm-hero { grid-template-columns: 1fr; }
  .mm-hero.secondary { grid-template-columns: repeat(2, 1fr); }
  .mm-row { grid-template-columns: 1fr; }
  .mr-compare { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .mr-compare .cs.right { text-align: center; align-items: center; }
  .mr-compare .cs-vs { padding: 8px 0; }
}
@media (max-width: 480px) {
  .nav-logo span:not(.logo-mark) { display: none; }  /* show only the mark on tiny screens */
  .nav-logo .logo-mark { width: 26px; height: 26px; }
  .angles { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(28px, 9vw, 40px); }
  .h2 { font-size: clamp(24px, 7vw, 36px); }
  .hero-eyebrow { font-size: 9px; padding: 4px 9px; letter-spacing: 0.08em; }
  .split-col h3 { font-size: 10px; }
  .mttr-num { font-size: 52px; }
  .mttr-num small { font-size: 22px; }
}
