:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17211b;
  background: #f7f8f5;
}

body {
  margin: 0;
}

.page {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0;
}

.hero {
  min-height: 62vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: #567261;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(40px, 8vw, 76px);
  line-height: 1.02;
}

h2 {
  margin: 0 0 18px;
  font-size: 24px;
}

.summary {
  max-width: 680px;
  margin: 24px 0 0;
  color: #405348;
  font-size: 19px;
  line-height: 1.75;
}

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

a {
  color: #245a40;
  font-weight: 700;
  text-decoration: none;
}

.links a {
  border: 1px solid #bfd2c5;
  border-radius: 8px;
  padding: 10px 14px;
  background: #ffffff;
}

.section {
  border-top: 1px solid #dbe4dd;
  padding-top: 28px;
}

li {
  margin: 10px 0;
  line-height: 1.7;
}

.document {
  max-width: 760px;
}

.document p {
  color: #405348;
  font-size: 17px;
  line-height: 1.85;
}

.back {
  display: inline-block;
  margin-bottom: 28px;
}

