/* Migrated page-specific styles. */
:root {
        --gold: #c5a059;
        --panel: #0a0a0a;
        --border: #1a1a1a;
        --text: #cfcfcf;
        --white: #fff;
    }

    .cgv-container {
        max-width: 920px;
        margin: 80px auto 120px;
        padding: 0 24px;
        color: var(--text);
        line-height: 1.9;
        font-size: 1.05rem;
        position: relative;
    }

    /* Header Fluide (DÉFILE NORMALEMENT) */
    .cgv-hero {
        text-align: center;
        margin-bottom: 80px;
        padding-top: 20px;
        position: relative !important;
        transition: opacity .45s ease, transform .45s ease, filter .45s ease;
        will-change: opacity, transform;
    }

    /* Effet de disparition au scroll */
    .cgv-hero.is-hidden {
        opacity: 0;
        transform: translateY(-20px);
        filter: blur(4px);
        pointer-events: none;
    }

    .cgv-hero h1 {
        font-family: 'Playfair Display', serif;
        font-size: clamp(2rem, 7vw, 3.5rem);
        color: var(--white);
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 1.1;
    }

    .cgv-quote {
        font-style: italic;
        color: var(--gold);
        font-family: 'Playfair Display', serif;
        font-size: clamp(1.1rem, 3.5vw, 1.45rem);
        max-width: 750px;
        margin: 0 auto;
    }

    /* Contenu des articles */
    .cgv-content h3 {
        color: var(--gold);
        font-family: 'Playfair Display', serif;
        font-size: 1.6rem;
        margin-top: 60px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .cgv-content h3::before {
        content: "";
        width: 30px;
        height: 1px;
        background: var(--gold);
        margin-right: 15px;
    }

    .cgv-list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

    .cgv-list li {
        padding: 10px 0;
        border-bottom: 1px solid var(--border);
        display: flex;
        gap: 15px;
    }

    .cgv-list li::before {
        content: "•";
        color: var(--gold);
        font-weight: bold;
    }

    .highlight-card {
        background: var(--panel);
        border: 1px solid var(--border);
        padding: 30px;
        margin: 30px 0;
        border-left: 3px solid var(--gold);
    }

    .btn-return {
        display: inline-block;
        margin-top: 40px;
        padding: 18px 45px;
        border: 1px solid var(--gold);
        color: var(--gold);
        text-decoration: none;
        font-size: 0.82rem;
        letter-spacing: 3px;
        text-transform: uppercase;
        transition: 0.3s;
    }

    .btn-return:hover {
        background: var(--gold);
        color: #000;
    }

    @media (max-width: 600px) {
        .cgv-hero { margin-bottom: 50px; }
        .highlight-card { padding: 20px; }
    }

.legacy-cgv-001 { color: var(--gold); }

.legacy-cgv-002 { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 30px; }

.legacy-cgv-003 { margin: 0; }

.legacy-cgv-004 { text-align: center; margin-top: 80px; padding-top: 40px; border-top: 1px solid var(--border); }

.legacy-cgv-005 { color: #444; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; }
