:root {
  --bg: #f4f6f2;
  --ink: #172019;
  --muted: #647067;
  --line: #dfe5dd;
  --panel: #ffffff;
  --green: #235c3a;
  --green-2: #2f7b4f;
  --gold: #d6a73c;
  --blue: #335c81;
  --shadow: 0 22px 70px rgba(23, 32, 25, .11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 22px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: white;
  background: var(--green);
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--green);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  align-items: center;
  gap: 48px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 72px 24px 54px;
}

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

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: .95;
}

.lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.45;
}

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

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

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

.secondary-link {
  color: var(--green);
  background: #e7efe9;
}

.dashboard-preview {
  padding: 18px;
  background: #122318;
  color: white;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.preview-top {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.preview-top span {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.35);
  border-radius: 50%;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metric-row div,
.lead-card,
.message-card {
  padding: 14px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
}

.metric-row small {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: 12px;
}

.metric-row strong {
  display: block;
  margin-top: 7px;
  font-size: 25px;
}

.lead-card,
.message-card {
  margin-top: 12px;
}

.lead-card p,
.message-card p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.75);
  line-height: 1.45;
}

.lead-card span {
  display: inline-flex;
  margin-top: 14px;
  padding: 6px 9px;
  color: #17351f;
  background: #cbe8d3;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px 54px;
}

.logos span {
  padding: 14px;
  color: var(--muted);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  font-weight: 900;
}

.section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 24px;
}

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

h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.06;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.steps article,
.feature-list div,
.policy-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.steps article,
.feature-list div {
  padding: 22px;
}

.steps span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: white;
  background: var(--green);
  border-radius: 8px;
  font-weight: 900;
}

h3 {
  margin: 18px 0 8px;
  font-size: 21px;
}

.steps p,
.feature-list p,
.split p,
.cta p,
.policy-card p {
  color: var(--muted);
  line-height: 1.55;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: 34px;
  align-items: start;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.feature-list h3 {
  margin-top: 0;
}

.cta {
  max-width: 1112px;
  margin: 24px auto 72px;
  padding: 42px 24px;
  color: white;
  background: var(--green);
  border-radius: 8px;
  text-align: center;
}

.cta h2,
.cta p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.cta p {
  color: rgba(255,255,255,.78);
}

.cta .primary-link {
  margin-top: 12px;
  color: var(--green);
  background: white;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 26px 24px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

footer a {
  font-weight: 800;
  text-decoration: none;
}

.policy-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 54px 24px 80px;
}

.policy-card {
  padding: 36px;
}

.policy-card h1 {
  font-size: clamp(36px, 5vw, 58px);
}

.updated {
  margin-top: 14px;
}

.policy-card h2 {
  margin-top: 32px;
  font-size: 25px;
}

.policy-card a {
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 900px) {
  .hero,
  .split,
  .steps,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .site-header,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 38px;
  }

  .metric-row,
  .logos {
    grid-template-columns: 1fr;
  }

  .dashboard-preview {
    min-width: 0;
  }
}
