* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #202124;
  background: #f7f7f5;
  line-height: 1.55;
}

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

.eyebrow {
  margin: 0 0 8px;
  color: #616161;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

h1 {
  margin: 0 0 20px;
  font-size: clamp(2.25rem, 6vw, 4rem);
  line-height: 1.05;
}

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

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

a {
  color: #1f5f99;
}

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

.links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  color: #202124;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
}
