/* ============================================================
   LEGAL PAGES EXTRA STYLES
   Additive rules for long-form legal text (privacy-policy.html,
   terms.html) — readable typography for the narrow prose column
   that isn't covered by the shared "INNER-PAGE SHARED TEMPLATE"
   block in style.css. Do NOT edit style.css or main.js from here.
   ============================================================ */

/* ─── Prose typography ────────────────────────────────────────── */
.legal-content h2 { color:#fff; font-size:1.5rem; font-weight:700; margin:40px 0 16px; padding-bottom:12px; border-bottom:1px solid rgba(255,255,255,0.08); }
.legal-content h2:first-of-type { margin-top:0; }
.legal-content h3 { color:#fff; font-size:1.125rem; font-weight:600; margin:28px 0 12px; }
.legal-content p { color:#A1A1AA; font-size:1rem; line-height:1.75; margin-bottom:16px; }
.legal-content ul, .legal-content ol { color:#A1A1AA; font-size:1rem; line-height:1.75; margin:0 0 16px 24px; }
.legal-content li { margin-bottom:8px; }
.legal-content li::marker { color:#FE0467; }
.legal-content a { color: var(--accent); transition: color 0.2s ease; }
.legal-content a:hover { color: #fff; }

/* ─── Highlighted intro summary box ────────────────────────────── */
.legal-intro {
  background: rgba(254,4,103,0.08);
  border: 1px solid rgba(254,4,103,0.2);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 48px;
}
.legal-intro p { color: #d4d4d8; font-size: 0.95rem; margin-bottom: 0; }
.legal-intro.is-violet { background: rgba(124,58,237,0.08); border-color: rgba(124,58,237,0.25); }

/* ─── Contact details card (used in the closing "Contact" section) ── */
.legal-contact-box {
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 20px;
  margin-top: 4px;
}
.legal-contact-box p { font-size: 0.95rem; margin-bottom: 8px; }
.legal-contact-box p:last-child { margin-bottom: 0; }
.legal-contact-box strong { color: #fff; font-weight: 600; }

/* ─── Cross-link footer nav at the bottom of the prose column ─── */
.legal-footnav {
  display: flex; flex-wrap: wrap; gap: 24px;
  margin-top: 48px; padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.95rem;
}
.legal-footnav a.muted { color: var(--muted); }
.legal-footnav a.muted:hover { color: #fff; }
