:root {
  --bg: #0f172a;
  --bg-secondary: #1a2744;
  --fg: #f8fafc;
  --fg-muted: #94a3b8;
  --accent: #f59e0b;
  --accent-dim: rgba(245, 158, 11, 0.12);
  --border: rgba(148, 163, 184, 0.15);
  --font-heading: 'DM Sans', sans-serif;
  --font-body: 'Source Serif 4', Georgia, serif;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.site-nav { padding: 24px 48px; border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1100px; margin: 0 auto; }
.nav-logo { font-family: var(--font-heading); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; color: var(--accent); }

/* HERO */
.hero { padding: 96px 48px 80px; max-width: 1100px; margin: 0 auto; }
.hero-inner { max-width: 820px; }
.hero-stat { display: flex; align-items: baseline; gap: 20px; margin-bottom: 48px; }
.stat-number { font-family: var(--font-heading); font-size: 72px; font-weight: 700; color: var(--accent); line-height: 1; letter-spacing: -0.03em; flex-shrink: 0; }
.stat-label { font-size: 18px; color: var(--fg-muted); font-family: var(--font-heading); font-weight: 400; line-height: 1.5; max-width: 480px; }
.hero-headline { font-family: var(--font-heading); font-size: clamp(42px, 6vw, 72px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; color: var(--fg); margin-bottom: 28px; }
.hero-sub { font-size: 20px; color: var(--fg-muted); max-width: 600px; line-height: 1.7; }

/* SECTION LABELS */
.section-label { font-family: var(--font-heading); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 40px; }

/* HOW IT WORKS */
.how-it-works { padding: 80px 48px; border-top: 1px solid var(--border); }
.hiw-inner { max-width: 1100px; margin: 0 auto; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.step { padding: 40px 40px 40px 0; border-right: 1px solid var(--border); }
.step:last-child { border-right: none; padding-right: 0; }
.step:not(:first-child) { padding-left: 40px; }
.step-number { font-family: var(--font-heading); font-size: 13px; font-weight: 600; color: var(--accent); letter-spacing: 0.08em; margin-bottom: 20px; }
.step h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 600; color: var(--fg); margin-bottom: 12px; line-height: 1.3; }
.step p { font-size: 15px; color: var(--fg-muted); line-height: 1.65; }

/* OUTCOMES */
.outcomes { padding: 80px 48px; background: var(--bg-secondary); }
.outcomes-inner { max-width: 1100px; margin: 0 auto; }
.outcomes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.outcome { padding: 48px 40px 48px 0; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.outcome:nth-child(2n) { border-right: none; padding-right: 0; padding-left: 40px; }
.outcome:nth-child(3) { border-bottom: none; }
.outcome:nth-child(4) { border-bottom: none; padding-left: 40px; }
.outcome-icon { color: var(--accent); margin-bottom: 20px; }
.outcome h3 { font-family: var(--font-heading); font-size: 18px; font-weight: 600; color: var(--fg); margin-bottom: 10px; line-height: 1.3; }
.outcome p { font-size: 15px; color: var(--fg-muted); line-height: 1.65; }

/* DAILY REPORT */
.daily-report { padding: 80px 48px; border-top: 1px solid var(--border); }
.report-inner { max-width: 1100px; margin: 0 auto; }
.report-headline { font-family: var(--font-heading); font-size: 36px; font-weight: 700; letter-spacing: -0.02em; color: var(--fg); margin-bottom: 48px; line-height: 1.2; max-width: 560px; }
.report-mockup { }
.report-card { background: var(--bg-secondary); border: 1px solid var(--border); border-left: 3px solid var(--accent); padding: 32px; max-width: 520px; }
.report-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.report-from { font-family: var(--font-heading); font-weight: 600; color: var(--accent); font-size: 14px; }
.report-date { font-family: var(--font-heading); font-size: 12px; color: var(--fg-muted); }
.report-greeting { font-size: 14px; color: var(--fg-muted); margin-bottom: 24px; font-style: italic; }
.report-stat { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.rs-num { font-family: var(--font-heading); font-size: 32px; font-weight: 700; color: var(--accent); line-height: 1; }
.rs-label { font-size: 14px; color: var(--fg-muted); }
.report-footer { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 13px; color: var(--fg-muted); font-style: italic; font-family: var(--font-heading); }

/* CLOSING */
.closing { padding: 100px 48px; background: var(--bg-secondary); }
.closing-inner { max-width: 1100px; margin: 0 auto; }
.closing-statement { font-family: var(--font-heading); font-size: clamp(28px, 4vw, 48px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.15; color: var(--fg); max-width: 800px; margin-bottom: 24px; }
.closing-sub { font-size: 18px; color: var(--fg-muted); max-width: 500px; }

/* FOOTER */
.site-footer { padding: 40px 48px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.footer-brand { font-family: var(--font-heading); font-weight: 700; font-size: 16px; color: var(--fg); }
.footer-tagline { font-size: 13px; color: var(--fg-muted); }

/* MOBILE */
@media (max-width: 768px) {
  .site-nav, .hero, .how-it-works, .outcomes, .daily-report, .closing, .site-footer { padding-left: 24px; padding-right: 24px; }
  .hero { padding-top: 60px; padding-bottom: 60px; }
  .hero-stat { flex-direction: column; gap: 8px; }
  .stat-number { font-size: 48px; }
  .stat-label { font-size: 15px; }
  .hero-sub { font-size: 17px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--border); padding: 32px 0; }
  .step:last-child { border-bottom: none; }
  .step:not(:first-child) { padding-left: 0; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .outcome { border-right: none; padding-left: 0; border-bottom: 1px solid var(--border); }
  .outcome:nth-child(4) { padding-left: 0; border-bottom: none; }
  .outcomes-grid .outcome:nth-child(3) { border-bottom: 1px solid var(--border); }
  .report-card { max-width: 100%; }
  .closing { padding: 72px 24px; }
}