:root {
  --background: #f8f6f1;
  --foreground: #141414;
  --ink: #141414;
  --muted: #5f625d;
  --line: #ded8cc;
  --green: #1f5d50;
  --green-dark: #123b34;
  --gold: #d6a243;
  --white: #fffdf8;
  --charcoal: #20201f;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  min-height: 100vh;
  overflow: hidden;
}

.hero-section {
  background:
    linear-gradient(135deg, rgba(31, 93, 80, 0.1), rgba(214, 162, 67, 0.12)),
    var(--background);
  padding: 24px clamp(18px, 4vw, 64px) 72px;
}

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

.brand,
.nav-links,
.hero-actions,
.proof-strip,
.customer-list,
.panel-cards,
.fit-section {
  align-items: center;
  display: flex;
}

.brand {
  font-weight: 760;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.nav-links {
  color: var(--muted);
  font-size: 14px;
  gap: 24px;
}

.nav-links a:last-child {
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  padding: 10px 14px;
}

.hero-grid,
.section,
.split-section,
.fit-section,
.cta-section {
  margin: 0 auto;
  max-width: 1180px;
}

.hero-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
}

.eyebrow {
  color: var(--green);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: var(--ink);
  font-size: clamp(48px, 7vw, 86px);
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 24px;
  max-width: 850px;
}

h2 {
  color: var(--ink);
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 18px;
}

h3 {
  color: var(--ink);
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 12px;
}

.hero-lede,
.section-heading p,
.cta-section p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.hero-lede {
  max-width: 670px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 22px;
}

.primary-button,
.secondary-button {
  border-radius: 8px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 720;
  justify-content: center;
  min-height: 48px;
  padding: 14px 18px;
}

.primary-button {
  background: var(--green);
  color: var(--white);
}

.primary-button.light {
  background: var(--gold);
  color: #15120a;
}

.secondary-button {
  border: 1px solid var(--line);
  color: var(--ink);
}

.credibility-line {
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 680;
}

.campaign-panel {
  align-self: stretch;
  background: var(--charcoal);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(20, 20, 20, 0.22);
  color: var(--white);
  min-height: 520px;
  padding: clamp(22px, 4vw, 34px);
}

.panel-topline,
.metric-feature,
.result-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.panel-topline {
  color: rgba(255, 253, 248, 0.68);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding-bottom: 18px;
}

.metric-feature {
  padding: 34px 0 28px;
}

.metric-label {
  color: rgba(255, 253, 248, 0.64);
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

.metric-feature strong {
  color: var(--gold);
  display: block;
  font-size: clamp(64px, 9vw, 112px);
  letter-spacing: 0;
  line-height: 0.9;
}

.metric-feature p {
  color: rgba(255, 253, 248, 0.74);
  font-size: 15px;
  line-height: 1.6;
  margin: 22px 0 0;
  max-width: 420px;
}

.pipeline-visual {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, 1fr);
  height: 132px;
  margin: 34px 0;
}

.pipeline-visual span {
  background: linear-gradient(180deg, var(--gold), #64b6a8);
  border-radius: 8px 8px 0 0;
  min-height: 36px;
}

.panel-cards {
  gap: 10px;
}

.panel-cards div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  flex: 1;
  min-width: 0;
  padding: 14px;
}

.panel-cards span {
  color: rgba(255, 253, 248, 0.58);
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}

.panel-cards strong {
  display: block;
  font-size: 14px;
}

.proof-strip {
  background: var(--green-dark);
  color: var(--white);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.proof-strip div {
  background: rgba(255, 255, 255, 0.04);
  padding: 30px clamp(18px, 4vw, 64px);
}

.proof-strip strong {
  color: var(--gold);
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
}

.proof-strip span {
  color: rgba(255, 253, 248, 0.76);
  font-size: 14px;
  line-height: 1.45;
}

.section {
  padding: 92px clamp(18px, 4vw, 64px);
}

.section-heading {
  max-width: 760px;
}

.section-heading.compact {
  max-width: 520px;
}

.results-table {
  border-top: 1px solid var(--line);
  margin-top: 42px;
}

.result-row {
  border-bottom-color: var(--line);
  color: var(--muted);
  display: grid;
  gap: 24px;
  grid-template-columns: 0.8fr 1fr 1.5fr;
  padding: 24px 0;
}

.result-row span {
  color: var(--green);
  font-weight: 720;
}

.result-row strong {
  color: var(--ink);
  font-size: 22px;
}

.result-row p {
  line-height: 1.5;
  margin: 0;
}

.customer-band {
  background: var(--white);
  border-block: 1px solid var(--line);
  padding: 42px clamp(18px, 4vw, 64px);
}

.customer-band .eyebrow {
  margin: 0 auto 18px;
  max-width: 1180px;
}

.customer-list {
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto;
  max-width: 1180px;
}

.customer-list span {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 650;
  padding: 13px 16px;
}

.split-section {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 0.85fr 1.15fr;
}

.steps {
  display: grid;
  gap: 14px;
}

.step-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.step-card span {
  color: var(--gold);
  display: block;
  font-size: 13px;
  font-weight: 760;
  margin-bottom: 16px;
}

.step-card p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.fit-section {
  align-items: start;
  border-block: 1px solid var(--line);
  gap: 48px;
  padding: 56px clamp(18px, 4vw, 64px);
}

.fit-section > div,
.fit-section ul {
  flex: 1;
}

.fit-section ul {
  color: var(--muted);
  display: grid;
  gap: 14px;
  line-height: 1.5;
  margin: 0;
  padding-left: 20px;
}

.cta-section {
  background: var(--green-dark);
  border-radius: 8px;
  color: var(--white);
  margin-bottom: 36px;
  margin-top: 72px;
  padding: clamp(34px, 7vw, 72px);
  text-align: center;
}

.cta-section .eyebrow,
.cta-section h2 {
  color: var(--white);
}

.cta-section p {
  color: rgba(255, 253, 248, 0.76);
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

@media (max-width: 900px) {
  .nav-bar {
    margin-bottom: 46px;
  }

  .nav-links {
    display: none;
  }

  .hero-grid,
  .split-section,
  .result-row {
    grid-template-columns: 1fr;
  }

  .campaign-panel {
    min-height: 0;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .fit-section {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero-section {
    padding-bottom: 42px;
  }

  h1 {
    font-size: 46px;
  }

  .primary-button,
  .secondary-button,
  .hero-actions {
    width: 100%;
  }

  .panel-cards {
    align-items: stretch;
    flex-direction: column;
  }

  .section {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
