/* ============================================
   Pages Légales - Styles communs
   ============================================ */

.legal-page {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
}

.legal-page h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 16px;
}

.legal-page .last-updated {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 48px;
}

.legal-page h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dark);
    margin-top: 48px;
    margin-bottom: 16px;
}

.legal-page h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark);
    margin-top: 32px;
    margin-bottom: 12px;
}

.legal-page p {
    color: var(--text-main);
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-page ul, 
.legal-page ol {
    color: var(--text-main);
    line-height: 1.8;
    margin-bottom: 16px;
    padding-left: 24px;
}

.legal-page li {
    margin-bottom: 8px;
}

.legal-page strong {
    font-weight: 600;
    color: var(--dark);
}

.legal-page a {
    color: var(--primary);
    text-decoration: none;
    transition: opacity 0.2s;
}

.legal-page a:hover {
    opacity: 0.8;
}

/* Alert box pour les notes importantes */
.legal-alert {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 16px;
    margin-top: 48px;
    border-radius: 8px;
}

.legal-alert p {
    margin: 0;
    color: #92400e;
    font-weight: 600;
}
