/* Pages légales — CGU, CGV, Confidentialité */

.legal-page {
    padding: 64px 0 80px;
    background: #fafaf8;
}

.legal-page .container {
    max-width: 760px;
}

.legal-page h1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-text);
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.legal-date {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-border);
}

.legal-page h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-text);
    margin-top: 40px;
    margin-bottom: 16px;
    padding-top: 16px;
}

.legal-page h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--color-text);
    margin-top: 24px;
    margin-bottom: 12px;
}

.legal-page p {
    color: var(--color-text-light);
    font-size: 0.95rem;
    line-height: 1.75;
    margin-bottom: 12px;
}

.legal-page ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.legal-page li {
    color: var(--color-text-light);
    font-size: 0.95rem;
    line-height: 1.75;
    padding: 6px 0 6px 24px;
    position: relative;
}

.legal-page li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--color-emerald);
    font-weight: 700;
}

.legal-page a {
    color: var(--color-emerald);
    text-decoration: none;
    font-weight: 500;
}

.legal-page a:hover {
    text-decoration: underline;
}

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