:root {
  --bg: #080808;
  --bg-alt: #0f0f0f;
  --surface: #151515;
  --border: #222222;
  --text: #f0f0f0;
  --text-dim: #888;
  --accent: #06b6d4;
  --accent-dim: #0891b2;
  --lime: #a3e635;
  --green: #22c55e;
  --font-head: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --radius: 8px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAVBAR */
.navbar {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  background: rgba(8,8,8,0.9);
  backdrop-filter: blur(10px);
  z-index: 100;
}
.navbar-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: var(--font-head); font-size: 1.25rem; font-weight: 700; color: var(--text); text-decoration: none; letter-spacing: -0.02em; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { color: var(--text-dim); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }

/* HERO */
.hero { padding: 80px 40px 100px; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); font-weight: 500; margin-bottom: 16px; }
.hero h1 { font-family: var(--font-head); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 20px; }
.hero-lede { color: var(--text-dim); font-size: 1.05rem; line-height: 1.7; margin-bottom: 36px; max-width: 460px; }
.hero-terminal-wrap { }
.hero-terminal-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-dim); margin-bottom: 8px; }
.hero-terminal { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; font-family: 'Courier New', monospace; font-size: 0.82rem; line-height: 1.8; }
.term-line { }
.term-prompt { color: var(--accent); }
.term-cmd { color: var(--text); }
.term-dim { color: var(--text-dim); }
.term-green { color: var(--green); }
.term-cursor { color: var(--accent); animation: blink 1.1s step-end infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }

.hero-stats { display: flex; flex-direction: column; gap: 24px; }
.stat-block { padding: 20px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.stat-num { font-family: var(--font-head); font-size: 2.5rem; font-weight: 800; color: var(--accent); line-height: 1; margin-bottom: 8px; letter-spacing: -0.03em; }
.stat-label { font-size: 0.8rem; color: var(--text-dim); }

/* FEATURES */
.features { padding: 100px 40px; background: var(--bg-alt); }
.section-header { max-width: 1200px; margin: 0 auto 60px; }
.section-eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); font-weight: 500; margin-bottom: 12px; }
.section-header h2 { font-family: var(--font-head); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; }
.features-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.feature-icon { font-size: 1.5rem; margin-bottom: 16px; }
.feature-card h3 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.01em; }
.feature-card p { font-size: 0.875rem; color: var(--text-dim); line-height: 1.6; }

/* MANIFESTO */
.manifesto { padding: 100px 40px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.manifesto-inner { max-width: 720px; margin: 0 auto; }
.manifesto-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); font-weight: 500; margin-bottom: 16px; }
.manifesto h2 { font-family: var(--font-head); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 24px; }
.manifesto p { color: var(--text-dim); font-size: 1.05rem; line-height: 1.7; margin-bottom: 16px; }
.manifesto-pull { margin-top: 32px; padding: 24px; background: var(--surface); border-left: 3px solid var(--accent); border-radius: var(--radius); font-family: var(--font-head); font-size: 1.1rem; font-weight: 600; color: var(--text); line-height: 1.4; }

/* OUTCOMES */
.outcomes { padding: 100px 40px; }
.outcomes-table { max-width: 1200px; margin: 0 auto; }
.outcome-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: start; }
.outcome-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-dim); margin-bottom: 16px; font-weight: 500; }
.outcome-before ul, .outcome-after ul { list-style: none; }
.outcome-before li, .outcome-after li { font-size: 0.95rem; padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--text-dim); }
.outcome-after li { color: var(--text); }
.outcome-arrow { font-size: 2rem; color: var(--accent); padding-top: 36px; }

/* CLOSING */
.closing { padding: 100px 40px; background: var(--bg-alt); }
.closing-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.closing h2 { font-family: var(--font-head); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 20px; }
.closing p { color: var(--text-dim); font-size: 1.05rem; line-height: 1.7; margin-bottom: 32px; }
.closing-tagline { font-family: var(--font-head); font-size: 1rem; font-weight: 600; color: var(--accent); letter-spacing: -0.01em; }

/* FOOTER */
footer { padding: 40px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-logo { font-family: var(--font-head); font-weight: 700; font-size: 1rem; }
.footer-sub { color: var(--text-dim); font-size: 0.8rem; }
.footer-copy { color: var(--text-dim); font-size: 0.75rem; }

/* MOBILE */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-stats { flex-direction: row; flex-wrap: wrap; }
  .stat-block { flex: 1 1 120px; }
  .features-grid { grid-template-columns: 1fr; }
  .outcome-row { grid-template-columns: 1fr; gap: 20px; }
  .outcome-arrow { display: none; }
  .navbar { padding: 16px 20px; }
  .nav-links { gap: 16px; }
  .hero { padding: 60px 20px 80px; }
  .features, .manifesto, .outcomes, .closing { padding: 60px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}