/* ---------- Legal pages (aviso-legal / privacidad / terminos) ---------- */
/* Standalone pages outside the one-page scroll: no galaxy canvas, no
   scroll-driven video — just readable long-form text on the same
   graphite/cream/cyan/purple system as the rest of the site. */

body {
  background: var(--graphite-950);
}

.legal-page {
  padding-top: 140px;
  padding-bottom: 96px;
  min-height: 100svh;
}

.legal-content {
  max-width: 720px;
}

.legal-content .section-title {
  margin-bottom: 8px;
}

.legal-updated {
  margin: 0 0 48px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: rgba(239, 230, 209, 0.5);
}

.legal-content h2 {
  margin: 40px 0 12px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--cream-100);
}

.legal-content h2:first-of-type {
  margin-top: 0;
}

.legal-content p {
  margin: 0 0 16px;
  color: rgba(239, 230, 209, 0.8);
  line-height: 1.6;
  font-size: 1.05rem;
}

.legal-content a {
  color: var(--cyan-400);
}

.legal-footer-links {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
}

.legal-footer-links a {
  color: rgba(239, 230, 209, 0.6);
}

.legal-footer-links a:hover {
  color: var(--cyan-400);
}
