:root {
  --ink: #172026;
  --muted: #5f6d75;
  --line: #d7dee3;
  --paper: #f7f8f5;
  --surface: #ffffff;
  --green: #256f61;
  --green-dark: #174d42;
  --rust: #a64d2a;
  --blue: #265f8f;
  --gold: #b88a2d;
  --shadow: 0 16px 48px rgba(22, 33, 40, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  min-width: 320px;
}

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

.site-header {
  align-items: center;
  background: rgba(247, 248, 245, 0.92);
  border-bottom: 1px solid rgba(215, 222, 227, 0.78);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  min-height: 70px;
  padding: 14px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}

.brand {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  white-space: nowrap;
}

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

.nav-links {
  align-items: center;
  color: #51616a;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 24px;
}

.header-action,
.primary-action,
.secondary-action {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
}

.header-action {
  border: 1px solid var(--line);
  color: var(--green-dark);
}

.primary-action {
  background: var(--green);
  color: #ffffff;
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.hero {
  align-items: end;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  padding: 112px clamp(20px, 5vw, 76px) 72px;
  position: relative;
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 58% 48%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(12, 22, 26, 0.9) 0%, rgba(18, 29, 34, 0.76) 39%, rgba(18, 29, 34, 0.16) 100%),
    linear-gradient(0deg, rgba(12, 22, 26, 0.54), rgba(12, 22, 26, 0.04) 58%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-content {
  color: #ffffff;
  max-width: 820px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero-content .eyebrow {
  color: #f1c46b;
}

.hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 940px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
  margin: 24px 0 0;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.section {
  padding: 76px clamp(20px, 5vw, 76px);
}

.feature-band {
  background: #ffffff;
}

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

.section h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0;
}

.feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.feature-card {
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 238px;
  padding: 24px;
}

.feature-number {
  color: var(--rust);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 28px;
}

.feature-card h3 {
  font-size: 22px;
  line-height: 1.12;
  margin: 0 0 14px;
}

.feature-card p,
.proof-copy p,
.step p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.proof-section {
  align-items: center;
  background: #eef3f1;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
}

.data-section {
  background: #f7f8f5;
}

.proof-copy p:last-child {
  font-size: 18px;
  margin-top: 20px;
  max-width: 780px;
}

.proof-metrics {
  display: grid;
  gap: 12px;
}

.proof-metrics div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(22, 33, 40, 0.06);
  padding: 22px;
}

.proof-metrics strong {
  color: var(--green-dark);
  display: block;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
}

.proof-metrics span {
  color: var(--muted);
  font-weight: 700;
}

.fit-section {
  background: #fff7f0;
  border-bottom: 1px solid #ead5c6;
  border-top: 1px solid #ead5c6;
}

.fit-copy {
  border-left: 6px solid var(--rust);
  max-width: 980px;
  padding-left: clamp(20px, 3vw, 34px);
}

.fit-copy .eyebrow {
  color: var(--rust);
}

.fit-copy p:last-child {
  color: #5f524a;
  font-size: 18px;
  line-height: 1.58;
  margin: 20px 0 0;
  max-width: 860px;
}

.steps-section {
  background: #fbfaf6;
}

.steps {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.step {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 54px minmax(0, 1fr);
  max-width: 980px;
  padding: 22px 0;
}

.step span {
  align-items: center;
  background: #f0e7d5;
  border-radius: 8px;
  color: #805d17;
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.cta-section {
  align-items: center;
  background: #1f2c32;
  color: #ffffff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.cta-section h2 {
  max-width: 780px;
}

.cta-section .eyebrow {
  color: #f1c46b;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-image {
    object-position: 66% 45%;
  }

  .hero-scrim {
    background: linear-gradient(90deg, rgba(12, 22, 26, 0.92) 0%, rgba(12, 22, 26, 0.74) 62%, rgba(12, 22, 26, 0.2) 100%);
  }

  .feature-grid,
  .proof-section {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    min-height: 64px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-action {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    align-items: center;
    padding-bottom: 54px;
  }

  .hero-actions,
  .cta-section {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .step {
    align-items: start;
  }
}
