/* ─── Tokens ─────────────────────────────────── */
:root {
  --green: #1B4332;
  --green-light: #2D6A4F;
  --amber: #C9973D;
  --amber-light: #E8BC6A;
  --bg: #FAFAF7;
  --bg-alt: #F0EFE9;
  --text: #1C1C1C;
  --text-muted: #5C5C5C;
  --border: #E2E0D8;
  --radius: 4px;
}

/* ─── Reset & Base ───────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.15;
}
a { color: inherit; }

/* ─── Hero ───────────────────────────────────── */
.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 40px 80px;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 28px;
}
.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
}
.hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  color: var(--green);
  max-width: 750px;
  margin-bottom: 28px;
}
.hero-lede {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 580px;
  margin-bottom: 32px;
  line-height: 1.7;
}
.hero-credential {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 8px 16px 8px 12px;
  font-size: 13px;
  color: var(--text-muted);
}

/* ─── Stats ──────────────────────────────────── */
.stats {
  background: var(--green);
  padding: 48px 40px;
}
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0;
}
.stat {
  flex: 1;
  text-align: center;
  padding: 0 32px;
}
.stat-number {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 40px;
  color: var(--amber);
  margin-bottom: 6px;
}
.stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.4;
}
.stat-divider {
  width: 1px;
  height: 56px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

/* ─── How It Works ───────────────────────────── */
.how-it-works {
  max-width: 1100px;
  margin: 0 auto;
  padding: 96px 40px;
}
.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px;
}
.how-it-works h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: var(--green);
  max-width: 520px;
  margin-bottom: 56px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 64px;
}
.step-num {
  font-family: 'DM Serif Display', serif;
  font-size: 42px;
  color: var(--border);
  margin-bottom: 12px;
}
.step h3 {
  font-size: 20px;
  color: var(--green);
  margin-bottom: 8px;
}
.step p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ─── Features ───────────────────────────────── */
.features {
  background: var(--bg-alt);
  padding: 96px 40px;
}
.features h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: var(--green);
  max-width: 540px;
  margin-bottom: 56px;
}
.feature-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 48px;
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.feature h3 {
  font-size: 17px;
  color: var(--green);
  margin-bottom: 8px;
}
.feature p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ─── Industries ─────────────────────────────── */
.industries {
  background: var(--green);
  padding: 96px 40px;
}
.industries-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.industries-text .section-label { color: var(--amber); }
.industries-text h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  color: #fff;
  margin-bottom: 16px;
}
.industries-text p {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
}
.industry-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.industry {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: #fff;
}
.industry-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
}

/* ─── Closing ────────────────────────────────── */
.closing {
  background: var(--bg);
  padding: 96px 40px;
  text-align: center;
}
.closing-inner {
  max-width: 700px;
  margin: 0 auto;
}
.closing h2 {
  font-size: clamp(30px, 4vw, 48px);
  color: var(--green);
  margin-bottom: 20px;
}
.closing p {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ─── Footer ─────────────────────────────────── */
footer {
  border-top: 1px solid var(--border);
  padding: 32px 40px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-brand {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.footer-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  color: var(--green);
}
.footer-tagline {
  font-size: 13px;
  color: var(--text-muted);
}
.footer-note {
  font-size: 13px;
  color: var(--text-muted);
}

/* ─── Responsive ─────────────────────────────── */
@media (max-width: 768px) {
  .hero { padding: 60px 24px 60px; }
  .stats { padding: 40px 24px; }
  .stats-inner { flex-direction: column; gap: 28px; }
  .stat-divider { display: none; }
  .stat { padding: 0; }
  .how-it-works { padding: 64px 24px; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .features { padding: 64px 24px; }
  .feature-grid { grid-template-columns: 1fr; gap: 32px; }
  .industries { padding: 64px 24px; }
  .industries-inner { grid-template-columns: 1fr; gap: 40px; }
  .closing { padding: 64px 24px; }
  footer { padding: 24px; }
  .footer-inner { flex-direction: column; gap: 8px; text-align: center; }
}