:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #14211f;
  background: #f7faf8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  color: #0b6b57;
  font-weight: 800;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.hero {
  min-height: calc(100vh - 112px);
  display: grid;
  align-content: center;
}

.eyebrow,
.updated {
  color: #5f6f6b;
  font-weight: 800;
  margin: 0 0 12px;
}

h1 {
  font-size: clamp(44px, 8vw, 86px);
  line-height: 0.95;
  margin: 0 0 24px;
  letter-spacing: 0;
}

.legal h1 {
  font-size: clamp(36px, 6vw, 64px);
}

h2 {
  font-size: 22px;
  margin: 32px 0 8px;
}

p {
  font-size: 18px;
  margin: 0 0 16px;
}

.lede {
  max-width: 680px;
  color: #33413e;
  font-size: 22px;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.links a,
.back {
  border: 1px solid #b9d7cf;
  border-radius: 8px;
  padding: 12px 16px;
  background: #ffffff;
}

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