:root {
  --bg: #f5f0e8;
  --fg: #1a1a1a;
  --accent: #d4890a;
  --accent-light: #f0a830;
  --muted: #6b6560;
  --surface: #ffffff;
  --border: #e0d8cc;
  --score-bar: #d4890a;
}

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

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

/* Nav */
.nav { padding: 1.5rem 2rem; }
.nav-inner { max-width: 1100px; margin: 0 auto; }
.nav-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; }

/* Hero */
.hero { max-width: 1100px; margin: 0 auto; padding: 5rem 2rem 4rem; }
.hero-label { font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 1.25rem; }
.hero-headline { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(3rem, 8vw, 6rem); line-height: 1.0; letter-spacing: -0.03em; margin-bottom: 1.5rem; }
.hero-sub { font-size: 1.1rem; color: var(--muted); max-width: 520px; margin-bottom: 3.5rem; line-height: 1.7; }
.hero-stat-row { display: flex; gap: 3rem; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; gap: 0.25rem; }
.stat-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 2.5rem; letter-spacing: -0.03em; color: var(--fg); }
.stat-label { font-size: 0.8rem; color: var(--muted); max-width: 120px; }

/* Pitch Demo */
.pitchdemo { background: var(--fg); color: var(--bg); padding: 5rem 2rem; }
.pitchdemo-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.pitch-card { background: var(--surface); color: var(--fg); border-radius: 12px; padding: 2rem; box-shadow: 0 20px 60px rgba(0,0,0,0.3); position: relative; }
.pitch-timer { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 1.25rem; }
.timer-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 3.5rem; color: var(--accent); line-height: 1; }
.timer-label { font-size: 0.9rem; color: var(--muted); }
.pitch-company { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.5rem; margin-bottom: 0.25rem; }
.pitch-tagline { font-size: 0.95rem; color: var(--muted); margin-bottom: 1rem; }
.pitch-meta { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.p-meta-item { font-size: 0.75rem; background: var(--bg); padding: 0.2rem 0.6rem; border-radius: 4px; color: var(--muted); }
.pitch-score { }
.score-label { font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 0.4rem; }
.score-bar { background: #e8e2d8; border-radius: 99px; height: 8px; width: 100%; margin-bottom: 0.35rem; }
.score-fill { background: var(--accent); height: 100%; border-radius: 99px; }
.score-val { font-size: 0.85rem; font-weight: 600; color: var(--accent); }
.pitch-spotted { position: absolute; bottom: -14px; left: 2rem; background: var(--accent); color: #fff; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.3rem 0.8rem; border-radius: 99px; }
.sidebar-headline { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.75rem; line-height: 1.25; margin-bottom: 1rem; color: var(--bg); }
.sidebar-body { font-size: 0.95rem; color: #a09a90; line-height: 1.7; }

/* How It Works */
.howitworks { padding: 5rem 2rem; max-width: 1100px; margin: 0 auto; }
.hiw-header { margin-bottom: 3.5rem; }
.hiw-title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 2.5rem; letter-spacing: -0.02em; margin-bottom: 0.5rem; }
.hiw-sub { font-size: 1rem; color: var(--muted); }
.hiw-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.hiw-step { }
.step-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 3rem; color: var(--accent); line-height: 1; margin-bottom: 1rem; }
.step-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.15rem; margin-bottom: 0.5rem; }
.step-body { font-size: 0.9rem; color: var(--muted); line-height: 1.7; }

/* Globe */
.globe { background: var(--fg); color: var(--bg); padding: 5rem 2rem; }
.globe-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.globe-headline { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 2rem; line-height: 1.2; margin-bottom: 1rem; color: var(--bg); }
.globe-body { font-size: 0.95rem; color: #a09a90; line-height: 1.7; }
.globe-grid { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.city-pill { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: #c8c0b4; font-size: 0.8rem; padding: 0.4rem 0.9rem; border-radius: 99px; }

/* Closing */
.closing { padding: 6rem 2rem; text-align: center; }
.closing-inner { max-width: 800px; margin: 0 auto; }
.closing-headline { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(1.75rem, 4vw, 2.75rem); line-height: 1.2; letter-spacing: -0.02em; }

/* Footer */
.footer { border-top: 1px solid var(--border); padding: 2rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.footer-brand { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1rem; }
.footer-copy { font-size: 0.85rem; color: var(--muted); }

/* Responsive */
@media (max-width: 768px) {
  .hero { padding: 3rem 1.5rem 3rem; }
  .hero-headline { font-size: 3rem; }
  .hero-stat-row { gap: 1.5rem; }
  .stat-num { font-size: 2rem; }
  .pitchdemo-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .globe-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hiw-steps { grid-template-columns: 1fr; gap: 2rem; }
  .footer-inner { flex-direction: column; gap: 0.5rem; }
}