:root {
  --bg: #FAF8F5;
  --bg-alt: #F0EBE3;
  --fg: #1A1A1A;
  --fg-muted: #6B6560;
  --accent: #E85D27;
  --accent-hover: #d44e1c;
  --border: #E2DDD6;
  --card-bg: #FFFFFF;
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── NAV ─────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 48px;
  background: rgba(250, 248, 245, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nav-logo {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--fg);
}

/* ── HERO ────────────────────────────────────────── */
.hero {
  padding: 160px 48px 96px;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.hero-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 28px;
  max-width: 760px;
}
.hero-sub {
  font-size: clamp(18px, 2vw, 22px);
  color: var(--fg-muted);
  max-width: 560px;
  line-height: 1.55;
  margin-bottom: 40px;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--fg-muted);
  font-weight: 400;
}
.proof-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* ── STATS ROW ───────────────────────────────────── */
.stats-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin: 0 48px;
}
.stat {
  flex: 1;
  padding: 48px 40px;
}
.stat-sep {
  width: 1px;
  background: var(--border);
  flex-shrink: 0;
}
.stat-number {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--accent);
  line-height: 1.1;
  margin-bottom: 10px;
}
.stat-label {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.5;
  max-width: 220px;
}

/* ── SECTION COMMON ────────────────────────────────  */
.section-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--fg);
  max-width: 640px;
}
.section-sub {
  font-size: 17px;
  color: var(--fg-muted);
  margin-top: 16px;
  max-width: 480px;
  line-height: 1.6;
}

/* ── HOW ─────────────────────────────────────────── */
.how {
  padding: 96px 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.how .section-title {
  margin-bottom: 64px;
}
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}
.step {
  padding: 32px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
}
.step-icon {
  width: 48px;
  height: 48px;
  background: var(--accent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 20px;
}
.step h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin-bottom: 12px;
}
.step p {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ── INDUSTRIES ──────────────────────────────────── */
.industries {
  padding: 96px 48px;
  background: var(--bg-alt);
}
.industries-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.industries .section-title {
  margin-bottom: 48px;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.industry-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.07);
}
.industry-icon {
  width: 48px;
  height: 48px;
  background: var(--accent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 20px;
}
.industry-card h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin-bottom: 10px;
}
.industry-card p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ── PRICING ─────────────────────────────────────── */
.pricing {
  padding: 96px 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing .section-title {
  margin-bottom: 12px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.pricing-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px;
  background: var(--card-bg);
}
.pricing-card.featured {
  border: 2px solid var(--accent);
  position: relative;
  box-shadow: 0 0 0 4px rgba(232,93,39,0.08);
}
.pricing-tier {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 16px;
}
.pricing-card.featured .pricing-tier {
  color: var(--accent);
}
.pricing-price {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 32px;
}
.pricing-per {
  font-size: 18px;
  font-weight: 400;
  color: var(--fg-muted);
  font-family: 'DM Sans', sans-serif;
}
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pricing-features li {
  font-size: 14px;
  color: var(--fg-muted);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.pricing-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.6;
}
.pricing-card.featured .pricing-features li::before {
  opacity: 1;
}

/* ── CLOSING ─────────────────────────────────────── */
.closing {
  padding: 96px 48px;
  background: var(--fg);
  text-align: center;
}
.closing-inner {
  max-width: 640px;
  margin: 0 auto;
}
.closing-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #FAF8F5;
  line-height: 1.1;
  margin-bottom: 24px;
}
.closing-sub {
  font-size: 18px;
  color: rgba(250,248,245,0.6);
  line-height: 1.6;
}

/* ── FOOTER ─────────────────────────────────────── */
.footer {
  padding: 48px;
  text-align: center;
  border-top: 1px solid var(--border);
}
.footer-logo {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 8px;
}
.footer-tagline {
  font-size: 14px;
  color: var(--fg-muted);
  margin-bottom: 16px;
}
.footer-copy {
  font-size: 12px;
  color: rgba(107,101,96,0.5);
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 900px) {
  .nav { padding: 16px 24px; }
  .hero { padding: 120px 24px 64px; }
  .stats-row { flex-direction: column; margin: 0 24px; }
  .stat-sep { width: 100%; height: 1px; }
  .stat { padding: 32px 24px; }
  .how { padding: 64px 24px; }
  .step-grid { grid-template-columns: 1fr; gap: 20px; }
  .industries { padding: 64px 24px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .pricing { padding: 64px 24px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 16px; }
  .closing { padding: 64px 24px; }
}

@media (max-width: 600px) {
  .hero-headline { font-size: 42px; }
  .hero-proof { flex-direction: column; gap: 14px; }
  .industry-grid { grid-template-columns: 1fr; }
  .pricing-price { font-size: 36px; }
}