/* ========================================================================
   LEGAL PAGES (Privacy Policy, etc.)
   ======================================================================== */

.legal-page {
  background: var(--dark);
  padding: clamp(7rem, 14vh, 10rem) 0 clamp(5rem, 8vh, 7rem);
  min-height: 70vh;
}

.legal-container {
  max-width: 760px;
}

.legal-title {
  font-family: var(--font-display);
  font-size: var(--text-5xl);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0.5rem 0 0.75rem;
}

.legal-updated {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 3rem;
}

.legal-body {
  font-family: var(--font-body);
}

.legal-body h2 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--white);
  margin: 2.5rem 0 1rem;
  letter-spacing: -0.01em;
}

.legal-body h2:first-child {
  margin-top: 0;
}

.legal-body p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.25rem;
}

.legal-body ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.legal-body li {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.6rem;
  list-style: disc;
}

.legal-body strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.legal-body a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-address {
  padding: 1.25rem 1.5rem;
  background: rgba(212, 175, 55, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius-md);
  font-size: 0.9rem !important;
  line-height: 1.8 !important;
}
