:root {
  --bg: #f5f4f0;
  --bg-dark: #1c1b18;
  --fg: #1c1b18;
  --fg-muted: #6b6960;
  --accent: #c84b00;
  --accent-warm: #e8703a;
  --surface: #ffffff;
  --border: #e0dfd8;
  --blocked: #c84b00;
  --on-track: #2d7a4f;
  --dim: #b0af a7;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Nav */
.nav { padding: 20px 40px; border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 16px; }
.nav-logo { font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
.nav-tagline { font-size: 13px; color: var(--fg-muted); font-family: 'DM Mono', monospace; }

/* Hero */
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 80px 40px 80px; max-width: 1100px; margin: 0 auto; align-items: center; }
.hero-eyebrow { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--fg-muted); font-family: 'DM Mono', monospace; margin-bottom: 24px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--on-track); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.hero-headline { font-size: clamp(36px, 5vw, 56px); font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 24px; }
.hero-sub { font-size: 17px; color: var(--fg-muted); max-width: 480px; line-height: 1.65; margin-bottom: 40px; }
.hero-metric-row { display: flex; gap: 32px; }
.hero-metric { display: flex; flex-direction: column; }
.metric-value { font-size: 28px; font-weight: 700; color: var(--accent); font-family: 'DM Mono', monospace; }
.metric-label { font-size: 12px; color: var(--fg-muted); margin-top: 2px; }

/* Squad display */
.squad-display { display: flex; flex-direction: column; gap: 12px; }
.squad-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; gap: 12px; transition: all 0.2s; }
.squad-card--active { border-left: 3px solid var(--on-track); }
.squad-card--blocked { border-left: 3px solid var(--blocked); }
.squad-card--dim { opacity: 0.5; }
.squad-card--alert { border: 2px solid var(--accent); background: #fff8f3; }
.squad-role { font-weight: 600; font-size: 14px; min-width: 80px; }
.squad-status { font-size: 12px; color: var(--fg-muted); font-family: 'DM Mono', monospace; flex: 1; }
.squad-status--on-track { color: var(--on-track); }
.squad-status--blocked { color: var(--blocked); }
.squad-status--alert { color: var(--accent); font-weight: 600; }
.squad-count { font-size: 12px; color: var(--fg-muted); font-family: 'DM Mono', monospace; }

/* Features */
.features { background: var(--bg-dark); color: var(--surface); padding: 80px 40px; }
.features-inner { max-width: 1100px; margin: 0 auto; }
.section-title { font-size: clamp(28px, 4vw, 42px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 48px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.feature { }
.feature-icon { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--accent-warm); }
.feature-title { font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.feature-desc { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* How */
.how { padding: 80px 40px; }
.how-inner { max-width: 1100px; margin: 0 auto; }
.how-steps { display: flex; flex-direction: column; gap: 0; margin-bottom: 48px; }
.how-step { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--border); }
.how-step:last-child { border-bottom: none; }
.step-num { font-size: 40px; font-weight: 700; color: var(--border); font-family: 'DM Mono', monospace; line-height: 1; padding-top: 4px; }
.step-content h3 { font-size: 20px; font-weight: 600; margin-bottom: 8px; }
.step-content p { font-size: 15px; color: var(--fg-muted); max-width: 600px; }

.how-pricing { display: flex; align-items: center; gap: 24px; }
.pricing-pill { background: var(--surface); border: 1px solid var(--border); border-radius: 100px; padding: 12px 24px; display: flex; align-items: center; gap: 12px; }
.pricing-label { font-size: 13px; color: var(--fg-muted); font-family: 'DM Mono', monospace; }
.pricing-value { font-size: 22px; font-weight: 700; color: var(--accent); }
.pricing-unit { font-size: 13px; font-weight: 400; color: var(--fg-muted); }
.pricing-note { font-size: 13px; color: var(--fg-muted); }

/* Closing */
.closing { background: var(--surface); border-top: 1px solid var(--border); padding: 80px 40px; }
.closing-inner { max-width: 1100px; margin: 0 auto; }
.closing-quote { margin-bottom: 48px; }
.closing-quote blockquote { font-size: clamp(22px, 3vw, 34px); font-weight: 600; line-height: 1.3; letter-spacing: -0.02em; font-style: normal; margin-bottom: 16px; }
.closing-quote cite { font-size: 14px; color: var(--fg-muted); font-style: normal; }
.closing-statement p { font-size: 16px; color: var(--fg-muted); max-width: 560px; line-height: 1.7; margin-bottom: 16px; }
.closing-statement p:last-child { font-family: 'DM Mono', monospace; font-size: 13px; color: var(--accent); }

/* Footer */
.footer { padding: 32px 40px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-weight: 700; font-size: 16px; }
.footer-tagline { font-size: 13px; color: var(--fg-muted); }
.footer-meta { font-size: 12px; color: var(--fg-muted); font-family: 'DM Mono', monospace; }

/* Mobile */
@media (max-width: 768px) {
  .nav { padding: 16px 20px; }
  .nav-tagline { display: none; }
  .hero { grid-template-columns: 1fr; padding: 48px 20px; gap: 40px; }
  .hero-headline { font-size: 36px; }
  .hero-metric-row { gap: 20px; }
  .features { padding: 60px 20px; }
  .features-grid { grid-template-columns: 1fr; }
  .how { padding: 60px 20px; }
  .how-step { grid-template-columns: 50px 1fr; gap: 16px; }
  .step-num { font-size: 28px; }
  .closing { padding: 60px 20px; }
  .how-pricing { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-inner { flex-direction: column; gap: 8px; align-items: flex-start; }
}