/* ============================================================
   PAGE MENTIONS LÉGALES — assets/css/mentions-legales.css
   Chargé uniquement sur la page Mentions Légales via functions.php
   ============================================================ */

/* ============================================================
   BANDEAU DE TITRE
   ============================================================ */

.page-banner {
    background: var(--title-color);
    padding: 56px 0 44px;
}

.page-banner h1 {
    color: #fff !important;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem) !important;
    font-weight: 800 !important;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}

/* ============================================================
   CONTENU
   ============================================================ */

.section-mentions {
    padding: 64px 0 96px;
    background: #fff;
}

.container--narrow {
    max-width: 760px;
}

.mentions-block {
    margin-bottom: 40px;
}

.mentions-block:last-child {
    margin-bottom: 0;
}

.mentions-block h2 {
    font-size: 18px;
    font-weight: 700 !important;
    color: var(--title-color);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0 0 14px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--border-color);
}

.mentions-block p {
    font-size: 15px;
    font-weight: 500 !important;
    color: var(--txt-color);
    line-height: 1.7;
    margin: 0 0 8px;
}

.mentions-block p:last-child {
    margin-bottom: 0;
}

.mentions-block a {
    color: var(--btn-color);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s;
}

.mentions-block a:hover {
    text-decoration-color: var(--btn-color);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media screen and (max-width: 768px) {
    .page-banner {
        padding: 40px 0 32px;
    }

    .section-mentions {
        padding: 48px 0 64px;
    }

    .mentions-block {
        margin-bottom: 32px;
    }
}
