/* Shared typography for the policy pages (privacy / cookies / terms) */
.legal { max-width: 820px; margin: 0 auto; }
.legal .updated {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 32px;
}
.legal h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 44px 0 14px;
}
.legal h2:first-of-type { margin-top: 0; }
.legal p,
.legal li {
  color: var(--ink-soft);
  line-height: 1.85;
  margin-bottom: 14px;
}
.legal ul { padding-left: 24px; margin: 0 0 18px; }
.legal li { margin-bottom: 8px; }
.legal strong { color: var(--ink); font-weight: 500; }
.legal a { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; }
