:root {
  --bg: #f7f6f3;
  --surface: #ffffff;
  --fg: #1a2b3c;
  --fg-muted: #5a6b7a;
  --accent: #f59e0b;
  --accent-dark: #d97706;
  --border: #e2e0db;
  --nav-bg: #1a2b3c;
  --nav-fg: #ffffff;
}

* { 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;
}

h1, h2, h3 { font-family: 'Fraunces', serif; font-weight: 700; line-height: 1.15; }

/* NAV */
.nav { background: var(--nav-bg); color: var(--nav-fg); padding: 0 40px; height: 56px; }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 100%; }
.nav-logo { font-family: 'Fraunces', serif; font-weight: 700; font-size: 18px; letter-spacing: -0.02em; color: var(--nav-fg); }
.nav-tagline { font-size: 13px; color: rgba(255,255,255,0.5); font-weight: 500; }

/* HERO */
.hero { padding: 80px 40px 60px; }
.hero-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.hero-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: var(--fg-muted); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 24px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

.hero-headline { font-size: clamp(36px, 4.5vw, 58px); color: var(--fg); margin-bottom: 20px; letter-spacing: -0.02em; }
.hero-lede { font-size: 17px; color: var(--fg-muted); margin-bottom: 36px; max-width: 440px; line-height: 1.65; }

.hero-stats { display: flex; align-items: center; gap: 28px; }
.stat-item { display: flex; flex-direction: column; }
.stat-value { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 700; color: var(--fg); }
.stat-label { font-size: 12px; color: var(--fg-muted); font-weight: 500; margin-top: 2px; }
.stat-divider { width: 1px; height: 36px; background: var(--border); }

/* CLAIM WIDGET */
.hero-right { display: flex; justify-content: center; }
.claim-widget { background: var(--nav-bg); border-radius: 16px; padding: 28px; width: 100%; max-width: 360px; box-shadow: 0 20px 60px rgba(26,43,60,0.18); }
.widget-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.widget-pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.widget-status { font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 500; }

.widget-timeline { display: flex; flex-direction: column; gap: 0; }
.tl-item { display: flex; align-items: flex-start; gap: 14px; padding: 10px 0; position: relative; }
.tl-item:not(:last-child)::after { content: ''; position: absolute; left: 5px; top: 26px; bottom: 0; width: 2px; background: rgba(255,255,255,0.12); }
.tl-done:not(:last-child)::after { background: var(--accent) !important; }
.tl-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.2); flex-shrink: 0; margin-top: 4px; }
.tl-done .tl-dot { background: var(--accent); }
.tl-active .tl-dot { background: var(--accent); box-shadow: 0 0 0 4px rgba(245,158,11,0.25); }
.tl-content { display: flex; flex-direction: column; }
.tl-title { font-size: 13px; color: rgba(255,255,255,0.9); font-weight: 500; }
.tl-time { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 2px; }
.tl-active .tl-time { color: var(--accent); }
.tl-active .tl-title { color: #fff; }

.widget-customer { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; flex-direction: column; gap: 2px; }
.cust-label { font-size: 11px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.06em; }
.cust-name { font-size: 14px; color: rgba(255,255,255,0.8); font-weight: 500; }

/* HOW IT WORKS */
.how { background: var(--surface); padding: 80px 40px; }
.how-inner { max-width: 1100px; margin: 0 auto; }
.section-label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.how-header { margin-bottom: 56px; }
.how-title { font-size: clamp(28px, 3vw, 40px); color: var(--fg); margin-bottom: 16px; }
.how-sub { font-size: 17px; color: var(--fg-muted); max-width: 560px; line-height: 1.65; }

.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.step-card { padding: 28px; background: var(--bg); border: 1px solid var(--border); }
.step-num { display: block; font-family: 'Fraunces', serif; font-size: 48px; font-weight: 700; color: var(--accent); opacity: 0.5; margin-bottom: 16px; line-height: 1; }
.step-title { font-size: 15px; font-weight: 600; color: var(--fg); margin-bottom: 10px; font-family: 'Fraunces', serif; }
.step-body { font-size: 14px; color: var(--fg-muted); line-height: 1.6; }

/* OUTCOMES */
.outcomes { padding: 80px 40px; }
.outcomes-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.outcomes-title { font-size: clamp(24px, 2.8vw, 36px); color: var(--fg); margin-bottom: 16px; }
.outcomes-body { font-size: 16px; color: var(--fg-muted); margin-bottom: 28px; line-height: 1.65; }

.outcome-list { display: flex; flex-direction: column; gap: 12px; }
.outcome-item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--fg); }
.outcome-check { color: var(--accent); font-weight: 700; font-size: 16px; flex-shrink: 0; line-height: 1.6; }

.outcome-metric { padding: 28px; background: var(--surface); border: 1px solid var(--border); margin-bottom: 16px; }
.metric-big { display: block; font-family: 'Fraunces', serif; font-size: 48px; font-weight: 700; color: var(--fg); line-height: 1; margin-bottom: 8px; }
.metric-sub { display: block; font-size: 14px; color: var(--fg-muted); margin-bottom: 6px; line-height: 1.5; }
.metric-source { display: block; font-size: 12px; color: var(--fg-muted); opacity: 0.6; font-style: italic; }

/* PROOF */
.proof { background: var(--nav-bg); padding: 80px 40px; color: #fff; }
.proof-inner { max-width: 1100px; margin: 0 auto; }
.proof .section-label { color: var(--accent); }
.proof-title { font-size: clamp(28px, 3vw, 42px); color: #fff; margin-bottom: 20px; }
.proof-body { font-size: 17px; color: rgba(255,255,255,0.65); max-width: 560px; line-height: 1.65; margin-bottom: 48px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.proof-card { padding: 28px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); }
.proof-card-title { font-family: 'Fraunces', serif; font-size: 17px; font-weight: 600; color: #fff; margin-bottom: 12px; }
.proof-card-body { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.65; }

/* CLOSING */
.closing-section { padding: 100px 40px; background: var(--bg); }
.closing-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.closing-headline { font-size: clamp(28px, 3.5vw, 44px); color: var(--fg); margin-bottom: 20px; line-height: 1.2; }
.closing-sub { font-size: 17px; color: var(--fg-muted); line-height: 1.65; }

/* FOOTER */
.footer { background: var(--fg); padding: 40px; }
.footer-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.footer-brand { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.footer-sub { font-size: 14px; color: rgba(255,255,255,0.5); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { display: none; }
  .outcomes-inner { grid-template-columns: 1fr; gap: 48px; }
  .how-steps { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero { padding: 48px 24px 40px; }
  .how, .outcomes, .proof, .closing-section { padding: 48px 24px; }
  .how-steps { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .stat-divider { display: none; }
  .nav { padding: 0 24px; }
}