/* Pages légales (mentions, CGU, confidentialité, accessibilité) — sobre, texte long */

.legal-page { max-width: 760px; margin: 0 auto; }
.legal-page h1 { text-align: center; margin: 0 0 32px; }
.legal-page h2 { margin: 32px 0 12px; color: var(--uc-green-text); }
.legal-page p { line-height: 1.7; color: var(--uc-text); margin: 0 0 16px; }
.legal-page strong { color: var(--uc-title); }
.legal-page a { color: var(--uc-green-hover); font-weight: 600; text-decoration: none; }
.legal-page a:hover { text-decoration: underline; }
