:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17202a;
  background: #f6f8fb;
}

body {
  margin: 0;
}

.page {
  width: min(720px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: #2f6f7a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 7vw, 4rem);
  line-height: 1.02;
}

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

p {
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.65;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

a {
  color: #12646e;
  font-weight: 700;
}
