.legal-page {
  padding: 120px 0 80px;
  min-height: 100vh;
}
.legal-page h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--teal);
}
.legal-page h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 40px 0 12px;
}
.legal-page h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin: 24px 0 8px;
}
.legal-page p {
  color: var(--text-muted);
  margin-bottom: 14px;
  max-width: 780px;
  line-height: 1.8;
}
.legal-page strong { color: var(--white); }
