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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.7;
}

.shell {
  width: min(760px, calc(100% - 32px));
  margin: 48px auto;
  padding: 48px;
  background: #fff;
  border: 1px solid #e3e8f2;
  border-radius: 20px;
  box-shadow: 0 18px 55px rgb(28 43 75 / 8%);
}

.hero {
  padding-bottom: 28px;
  border-bottom: 1px solid #e8ecf4;
}

.eyebrow,
.updated {
  color: #5d6a82;
  font-size: 0.9rem;
}

.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1 {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 7vw, 4.5rem);
  line-height: 1.05;
}

.policy h1 {
  margin-top: 22px;
  font-size: clamp(2rem, 6vw, 3.3rem);
}

h2 {
  margin: 34px 0 10px;
  font-size: 1.25rem;
}

.lead {
  margin: 0;
  color: #39445b;
  font-size: 1.08rem;
}

a {
  color: #225fd1;
}

.links {
  display: grid;
  gap: 10px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e8ecf4;
}

.back {
  text-decoration: none;
}

@media (max-width: 620px) {
  .shell {
    margin: 16px auto;
    padding: 28px 22px;
    border-radius: 14px;
  }
}
