/* ==========================================================================
   Page Mentions légales / 404
   ========================================================================== */

.legal { max-width: 760px; }
.legal h2 {
  font-size: 1.6rem; margin: 44px 0 12px;
  padding-top: 24px; border-top: 1.5px solid var(--border);
}
.legal h2:first-of-type { margin-top: 0; border-top: 0; padding-top: 0; }
.legal p { color: var(--text-muted); font-size: 16.5px; }
.legal a { font-weight: 600; }

.page-404 { text-align: center; padding: 120px 0; }
.page-404 h1 {
  font-size: clamp(4rem, 16vw, 11rem); color: var(--brand); line-height: .85;
}
.page-404 p { font-size: 20px; color: var(--text-muted); margin: 20px auto 32px; max-width: 44ch; }
.page-404 .cta-buttons { justify-content: center; }
