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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  color: #096b72;
  font-weight: 700;
}

.page,
.document {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: 78vh;
  display: grid;
  align-items: center;
  padding: 56px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: #d46b2f;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.3rem, 7vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.lede {
  max-width: 640px;
  margin: 24px 0 0;
  font-size: 1.2rem;
  line-height: 1.65;
  color: #4c5967;
}

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

.actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 2px solid #096b72;
  border-radius: 8px;
  text-decoration: none;
  background: #ffffff;
}

.content {
  border-top: 1px solid #d7e5de;
  padding: 36px 0 72px;
}

.content h2,
.document h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.content p,
.document p {
  max-width: 760px;
  margin: 0 0 24px;
  line-height: 1.75;
  color: #4c5967;
}

.document {
  padding: 48px 0 72px;
}

.document h1 {
  margin: 24px 0 12px;
  font-size: clamp(2rem, 6vw, 4rem);
}

.updated,
.back {
  font-size: 0.95rem;
}

.back {
  display: inline-block;
  text-decoration: none;
}
