/* ============================================
   CLAIMLAB — Landing Page Stylesheet
   ============================================ */

:root {
  --bg: #f7f5f0;
  --bg-alt: #eeeae2;
  --fg: #1a1a2e;
  --fg-muted: #6b6b80;
  --accent: #c8860a;
  --accent-light: #f5e8c8;
  --navy: #0f1c2e;
  --white: #ffffff;
  --border: #ddd8ce;
}

/* ── Reset & Base ─────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

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

/* ── Typography ──────────────────────────── */
h1, h2, h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.15;
  color: var(--navy);
}

/* ── Navigation ──────────────────────────── */
.nav {
  padding: 1.25rem 2rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.25rem;
  color: var(--navy);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.nav-logo-mark {
  font-size: 0.7rem;
  color: var(--accent);
}

.nav-tagline {
  font-size: 0.75rem;
  color: var(--fg-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Hero ────────────────────────────────── */
.hero {
  padding: 5rem 2rem 4rem;
  background: var(--navy);
  color: var(--white);
}

.hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.hero-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: var(--white);
  margin-bottom: 1.25rem;
  line-height: 1.1;
}

.hero-sub {
  font-size: 1.05rem;
  color: #c8c8d4;
  margin-bottom: 2.5rem;
  line-height: 1.65;
}

.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 2rem;
}

.hero-stat {}

.hero-stat-value {
  display: block;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.25rem;
  color: var(--white);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.hero-stat-label {
  font-size: 0.8rem;
  color: #9090a8;
  display: block;
}

/* ── Hero Card / Chat Visual ─────────────── */
.hero-visual {}

.hero-card {
  background: #162035;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-card-label {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

.hero-message {
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
}

.hero-message--inbound {
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-message--reply {
  background: rgba(200, 134, 10, 0.12);
  border: 1px solid rgba(200, 134, 10, 0.25);
}

.msg-time {
  font-size: 0.65rem;
  color: #8080a0;
  display: block;
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
}

.hero-message p {
  font-size: 0.85rem;
  color: #e8e8f0;
  line-height: 1.5;
}

.hero-card-booked {
  background: rgba(0, 180, 100, 0.1);
  border: 1px solid rgba(0, 180, 100, 0.25);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.78rem;
  color: #60e8a0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.booked-icon {
  width: 20px;
  height: 20px;
  background: #00b464;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: white;
  flex-shrink: 0;
}

/* ── Proof Bar ───────────────────────────── */
.proof {
  background: var(--accent-light);
  padding: 3rem 2rem;
  border-bottom: 1px solid rgba(200, 134, 10, 0.2);
}

.proof-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.proof-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  text-align: center;
  margin-bottom: 1.75rem;
  font-weight: 500;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}

.proof-item {}

.proof-value {
  display: block;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.4rem;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.proof-item .proof-label {
  font-size: 0.82rem;
  color: var(--fg-muted);
  text-transform: none;
  letter-spacing: 0;
  display: block;
}

/* ── Section Shared ──────────────────────── */
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  text-align: center;
  margin-bottom: 0.75rem;
}

.section-sub {
  font-size: 1rem;
  color: var(--fg-muted);
  text-align: center;
  max-width: 560px;
  margin: 0 auto 3.5rem;
}

/* ── How It Works ───────────────────────── */
.how {
  padding: 5rem 2rem;
  background: var(--bg);
}

.how-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  position: relative;
}

.how-steps::before {
  content: '';
  position: absolute;
  top: 1.4rem;
  left: calc(16.67% + 1.5rem);
  right: calc(16.67% + 1.5rem);
  height: 1px;
  background: var(--border);
  z-index: 0;
}

.step-num {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: 'DM Sans', sans-serif;
  position: relative;
  z-index: 1;
}

.how-step h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 0.75rem;
}

.how-step p {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* ── Outcomes ────────────────────────────── */
.outcomes {
  padding: 5rem 2rem;
  background: var(--navy);
}

.outcomes-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.outcomes .section-title {
  color: var(--white);
}

.outcomes .section-sub {
  color: #9090a8;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  overflow: hidden;
}

.outcome-card {
  background: #162035;
  padding: 2rem 1.75rem;
  transition: background 0.2s;
}

.outcome-card:hover {
  background: #1a2a45;
}

.outcome-icon {
  font-size: 1.4rem;
  color: var(--accent);
  margin-bottom: 1rem;
  font-family: 'DM Sans', sans-serif;
}

.outcome-card h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 0.6rem;
}

.outcome-card p {
  font-size: 0.82rem;
  color: #9090a8;
  line-height: 1.6;
}

/* ── Pricing ─────────────────────────────── */
.pricing {
  padding: 5rem 2rem;
  background: var(--bg-alt);
}

.pricing-inner {
  max-width: 900px;
  margin: 0 auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.pricing-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  position: relative;
}

.pricing-card--featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}

.pricing-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--white);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-weight: 500;
}

.pricing-card h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.pricing-amount {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.6rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.pricing-period {
  font-size: 1rem;
  color: var(--fg-muted);
}

.pricing-note {
  font-size: 0.8rem;
  color: var(--fg-muted);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.pricing-features li {
  font-size: 0.85rem;
  color: var(--fg);
  padding-left: 1.25rem;
  position: relative;
}

.pricing-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.pricing-math {
  text-align: center;
  font-size: 0.85rem;
  color: var(--fg-muted);
}

.pricing-math strong {
  color: var(--navy);
}

/* ── Closing ─────────────────────────────── */
.closing {
  padding: 6rem 2rem;
  background: var(--bg);
  text-align: center;
}

.closing-inner {
  max-width: 700px;
  margin: 0 auto;
}

.closing-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.closing-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--navy);
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.closing-body {
  font-size: 1rem;
  color: var(--fg-muted);
  margin-bottom: 2rem;
  line-height: 1.7;
}

.closing-stat {
  background: var(--navy);
  color: var(--white);
  display: inline-block;
  padding: 1rem 1.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #c8c8d4;
}

.closing-stat strong {
  color: var(--accent);
  font-weight: 600;
}

/* ── Footer ──────────────────────────────── */
.footer {
  background: var(--navy);
  padding: 3rem 2rem;
  text-align: center;
}

.footer-inner {}

.footer-logo {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.1rem;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.footer-mark {
  font-size: 0.6rem;
  color: var(--accent);
}

.footer-tagline {
  font-size: 0.8rem;
  color: #8080a8;
  margin-bottom: 1.5rem;
}

.footer-copy {
  font-size: 0.7rem;
  color: #6060a0;
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-stats {
    flex-direction: row;
    gap: 2rem;
    border-top: none;
    padding-top: 0;
  }

  .hero-stat-value {
    font-size: 1.75rem;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .how-steps {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .how-steps::before { display: none; }

  .outcomes-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 3rem 1.5rem 3rem;
  }

  .proof, .how, .outcomes, .pricing, .closing {
    padding: 3.5rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-stats {
    flex-direction: column;
    gap: 1rem;
  }
}