/* ===== Shared styles for privacy.html and terms.html ===== */

.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 72px 24px 64px;
}

.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.45vw, 56px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

.legal-page .effective-date {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--soft-ink);
  margin-bottom: 32px;
}

.legal-page h2 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 12px;
}

.legal-page h3 {
  font-size: 1.02rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 8px;
}

.legal-page p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: var(--secondary-ink);
}

.legal-page ul,
.legal-page ol {
  margin-bottom: 12px;
  padding-left: 24px;
}

.legal-page li {
  margin-bottom: 8px;
  line-height: 1.75;
  color: var(--secondary-ink);
}

.legal-page p a,
.legal-page li a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.legal-page p a:hover,
.legal-page li a:hover {
  color: var(--ink);
}
