:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #14231f;
  background: #f4f7f5;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 90% 0%, rgba(22, 119, 89, .14), transparent 32rem),
    #f4f7f5;
}

main, footer {
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
}

main { padding: 88px 0 40px; }

h1 {
  max-width: 700px;
  margin: 12px 0 22px;
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.055em;
}

h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

p, li {
  font-size: 1rem;
  line-height: 1.7;
}

.lead {
  max-width: 670px;
  color: #42544e;
  font-size: 1.2rem;
}

.eyebrow {
  color: #167759;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .18em;
}

.muted { color: #64756f; }

section {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #d8e1dd;
}

a { color: #0d6a4d; }

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 28px 0 48px;
  border-top: 1px solid #d8e1dd;
}

footer a {
  font-size: .9rem;
  font-weight: 650;
  text-decoration: none;
}
