/* =========================================================
   CABINET ORION — STYLE SOMBRE CHIC
   CSS complet corrigé
   ========================================================= */

:root{
    --navy:#061f46;
    --deep:#020914;
    --deep-2:#071a32;
    --gold:#c7922b;
    --gold-light:#e0b45a;
    --white:#ffffff;
    --soft:#d9e2ee;
    --muted:#a7b3c4;
    --line:rgba(255,255,255,.12);
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    width:100%;
    overflow-x:hidden;
}

body{
    font-family:Inter,Arial,sans-serif;
    color:var(--white);
    background:var(--deep);
    line-height:1.65;
}

a{
    color:inherit;
    text-decoration:none;
}

img{
    display:block;
    max-width:100%;
    height:auto;
}

/* =========================================================
HEADER
========================================================= */

.site-header{
    height:110px;
    padding:0 72px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:36px;
    background:rgba(2,9,20,.94);
    border-bottom:1px solid var(--line);
    position:sticky;
    top:0;
    z-index:50;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.brand{
    display:flex;
    align-items:center;
    flex-shrink:0;
}

.brand img{
    width:170px;
    height:auto;
    filter:drop-shadow(0 0 18px rgba(255,210,120,.08));
}

.nav{
    display:flex;
    align-items:center;
    gap:34px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.nav a{
    color:#fff;
    opacity:.92;
}

.nav a:hover,
.nav a.active{
    color:var(--gold-light);
}

.btn-nav{
    border:1px solid var(--gold);
    border-radius:999px;
    padding:12px 22px;
}

.burger{
    display:none;
    background:none;
    border:0;
    color:#fff;
    font-size:40px;
    line-height:1;
}

/* =========================================================
ACCUEIL — HERO
========================================================= */

.hero{
    min-height:760px;
    display:flex;
    align-items:center;
    padding:95px 72px;
    position:relative;
    overflow:hidden;
    background:
        linear-gradient(
            90deg,
            rgba(1,7,17,.92) 0%,
            rgba(1,7,17,.72) 34%,
            rgba(1,7,17,.32) 68%,
            rgba(1,7,17,.55) 100%
        ),
        url("assets/images/hero-paris.jpg");
    background-size:100% auto;
    background-repeat:no-repeat;
    background-color:#061426;
    background-position:center 35%;
}

.hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(255,210,120,.10),transparent 42%);
    mix-blend-mode:screen;
    pointer-events:none;
    z-index:1;
}

.hero-content{
    width:min(680px,100%);
    position:relative;
    z-index:2;
}

.kicker,
.eyebrow{
    color:var(--gold-light);
    font-size:14px;
    font-weight:800;
    letter-spacing:5px;
    text-transform:uppercase;
    margin-bottom:22px;
}

.hero-title{
    font-family:Arial,Helvetica,sans-serif;
    font-size:clamp(4.5rem,8vw,7rem);
    font-weight:600;
    line-height:.92;
    letter-spacing:-4px;
    color:#fff;
    max-width:760px;
    margin:0 0 28px;
    text-transform:uppercase;
    text-rendering:geometricPrecision;
}

.gold-line{
    width:86px;
    height:2px;
    background:var(--gold);
    margin:0 0 28px;
}

.hero .intro{
    max-width:620px;
    color:var(--soft);
    font-size:19px;
    line-height:1.8;
    margin-bottom:34px;
}

.actions{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:14px 28px;
    border-radius:4px;
    font-size:14px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.button.primary{
    color:#fff;
    background:linear-gradient(135deg,#b47d21,#e1b85b);
}

.button.secondary{
    color:#fff;
    border:1px solid var(--gold);
    background:rgba(2,9,20,.25);
}

/* =========================================================
BANDE DE CONFIANCE
========================================================= */

.trust-strip{
    padding:26px 72px;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    background:rgba(5,19,37,.94);
}

.trust-grid{
    max-width:1280px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.trust-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
}

.trust-icon{
    width:48px;
    height:48px;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(199,146,43,.55);
    border-radius:50%;
    color:var(--gold-light);
    font-size:22px;
}

.trust-item h3{
    font-size:15px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:4px;
}

.trust-item p{
    color:var(--muted);
    font-size:14px;
    line-height:1.55;
}

/* =========================================================
SECTIONS GÉNÉRALES
========================================================= */

.section,
.page-hero{
    max-width:1280px;
    margin:auto;
    padding:84px 72px;
}

.page-hero{
    padding-bottom:42px;
}

.page-hero h1,
.section h2{
    font-family:Georgia,"Times New Roman",serif;
    font-size:48px;
    font-weight:400;
    line-height:1.08;
    margin-bottom:18px;
    color:#fff;
}

.page-hero p,
.section-head p{
    max-width:780px;
    color:var(--muted);
    font-size:18px;
}

.section-head{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:end;
    margin-bottom:36px;
}

.section-head h2{
    background:linear-gradient(90deg,#ffffff 0%,#f6f2ea 58%,#d8b06a 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    color:transparent;
}

/* =========================================================
MÉTHODES ET RAPPORTS
========================================================= */

.methodes-hero{
    max-width:1280px;
    margin:auto;
    padding:90px 72px 40px;
}

.methodes-hero .eyebrow{
    color:#d6a13a;
    font-size:14px;
    font-weight:700;
    letter-spacing:6px;
    text-transform:uppercase;
    margin-bottom:26px;
}

.methodes-hero h1{
    max-width:1120px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:58px;
    font-weight:400;
    line-height:1.08;
    letter-spacing:-1.4px;
    margin-bottom:34px;
    color:#fff;
}

.methodes-hero h1 .gold,
.methodes-hero h1 strong{
    color:#d8b06a;
    font-weight:400;
}

.methodes-hero p{
    max-width:920px;
    color:#d8dde7;
    font-size:18px;
    line-height:1.9;
}

.methodes-steps{
    max-width:1280px;
    margin:auto;
    padding:90px 72px 120px;
}

.steps-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:70px;
}

.step-number{
    color:#d6a13a;
    font-size:16px;
    font-weight:800;
    letter-spacing:3px;
    margin-bottom:22px;
}

.step-card h2{
    color:#fff;
    font-family:Inter,Arial,sans-serif;
    font-size:26px;
    font-weight:800;
    line-height:1.25;
    margin-bottom:18px;
}

.step-card p{
    color:#d8dde7;
    font-size:17px;
    line-height:1.85;
}

/* =========================================================
CARTES / DOMAINES / ARTICLES
========================================================= */

.cards,
.domaines-grid,
.article-list,
.tarifs-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}

.domaines-grid{
    max-width:1280px;
    margin:auto;
    padding:20px 72px 90px;
}

.card,
.domaine-card,
.article-card,
.tarif-card{
    background:linear-gradient(180deg,rgba(12,33,60,.86),rgba(5,16,31,.96));
    border:1px solid var(--line);
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 18px 44px rgba(0,0,0,.28);
}

.card img,
.domaine-card img,
.article-card img{
    width:100%;
    height:210px;
    object-fit:cover;
    opacity:.86;
}

.card-body,
.domaine-card div,
.article-card div{
    padding:26px;
}

.card h3,
.domaine-card h2,
.article-card h2,
.tarif-card h3{
    color:#fff;
    font-size:22px;
    line-height:1.18;
    margin-bottom:12px;
}

.card p,
.domaine-card p,
.article-card p,
.tarif-card p{
    color:var(--muted);
    font-size:15px;
    line-height:1.7;
}

/* =========================================================
TARIFS
========================================================= */

.tarif-card{
    min-height:245px;
    padding:28px 26px;
}

.tarif-prix{
    color:var(--gold-light);
    font-size:30px;
    line-height:1.1;
    font-weight:800;
    margin:14px 0 16px;
}

.tarifs-note{
    max-width:980px;
    margin:0 auto 80px;
    padding:0 72px;
    color:var(--muted);
    font-size:16px;
}

/* =========================================================
ANCIEN BLOC MÉTHODE SI UTILISÉ SUR UNE PAGE
========================================================= */

.method-band{
    padding:84px 72px;
    background:linear-gradient(135deg,#051224,#09223d);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

.method-band-inner{
    max-width:1180px;
    margin:auto;
}

.method-grid{
    margin-top:34px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.method-grid article{
    padding:28px;
    border:1px solid var(--line);
    border-radius:8px;
    background:rgba(255,255,255,.04);
}

.method-grid span{
    color:var(--gold-light);
    font-weight:800;
    letter-spacing:3px;
}

.method-grid h3{
    margin:12px 0 8px;
}

.method-grid p{
    color:var(--muted);
}

/* =========================================================
FOOTER
========================================================= */

.footer{
    padding:46px 72px;
    display:flex;
    justify-content:space-between;
    gap:38px;
    background:#010711;
    border-top:1px solid var(--line);
    color:var(--muted);
}

.footer img{
    width:150px;
    margin-bottom:14px;
}

.footer a{
    display:block;
    color:#fff;
    margin-bottom:10px;
}

/* =========================================================
MOBILE
========================================================= */

@media(max-width:900px){

    .site-header{
        height:112px;
        padding:0 24px;
    }

    .brand img{
        width:150px;
    }

    .nav{
        display:none;
    }

    .burger{
        display:block;
    }

    .hero{
        min-height:auto;
        padding:54px 24px 68px;
        background:
            linear-gradient(rgba(2,9,20,.78),rgba(2,9,20,.62)),
            url("assets/images/hero-paris.jpg");
        background-size:cover;
        background-position:center;
    }

    .hero-title{
        font-size:48px;
        line-height:1;
        letter-spacing:-2px;
    }

    .hero .intro{
        font-size:17px;
    }

    .actions{
        flex-direction:column;
    }

    .button{
        width:100%;
    }

    .trust-strip{
        padding:28px 24px;
    }

    .trust-grid{
        grid-template-columns:1fr;
    }

    .section,
    .page-hero,
    .methodes-hero,
    .methodes-steps{
        padding:54px 24px;
    }

    .page-hero h1,
    .section h2,
    .methodes-hero h1{
        font-size:36px;
        line-height:1.1;
    }

    .section-head{
        grid-template-columns:1fr;
        gap:18px;
    }

    .cards,
    .domaines-grid,
    .article-list,
    .tarifs-grid,
    .method-grid,
    .steps-grid{
        grid-template-columns:1fr;
    }

    .domaines-grid{
        padding:12px 24px 64px;
    }

    .card img,
    .domaine-card img,
    .article-card img{
        height:230px;
    }

    .method-band{
        padding:58px 24px;
    }

    .tarifs-note{
        padding:0 24px;
        margin-bottom:60px;
    }

    .footer{
        padding:42px 24px;
        flex-direction:column;
    }
}



/* =========================================================
CORRECTIF MISE EN PAGE — CARTES PLUS PROPRES
========================================================= */

/* Évite les grilles qui prennent toute la largeur de l'écran */
.cards,
.domaines-grid,
.article-list,
.tarifs-grid{
    max-width:1120px;
    margin-left:auto;
    margin-right:auto;
}

/* Espacement plus propre des pages tarifs / blog */
.tarifs-grid,
.article-list{
    padding-left:72px;
    padding-right:72px;
}

/* Cartes moins massives */
.card,
.domaine-card,
.article-card,
.tarif-card{
    border-radius:6px;
    min-height:auto;
}

/* Cartes tarifs moins hautes */
.tarif-card{
    min-height:180px;
    padding:24px 24px 22px;
}

.tarif-card h3{
    font-size:20px;
}

.tarif-prix{
    font-size:30px;
    margin:8px 0 10px;
}

.tarif-card p{
    font-size:14px;
    line-height:1.6;
}

/* Note tarifs bien centrée sous les cartes */
.tarifs-note{
    max-width:760px;
    margin:0 auto 80px;
    padding:0 24px;
    text-align:left;
}

/* Blog : cartes plus basses, images réellement visibles */
.article-card{
    display:flex;
    flex-direction:column;
}

.article-card img{
    height:190px;
    object-fit:cover;
    opacity:.95;
}

.article-card div,
.article-content{
    padding:22px 24px 24px;
}

.article-card h2{
    font-size:20px;
    line-height:1.25;
}

.article-card p{
    font-size:14px;
    line-height:1.65;
}

.article-card a{
    display:inline-block;
    margin-top:8px;
    color:#fff;
    font-weight:700;
}

/* Domaines accueil : cartes plus élégantes */
.card img,
.domaine-card img{
    height:190px;
}

.card-body,
.domaine-card div{
    padding:22px 24px 24px;
}

/* Responsive */
@media(max-width:900px){

    .cards,
    .domaines-grid,
    .article-list,
    .tarifs-grid{
        max-width:none;
        padding-left:24px;
        padding-right:24px;
    }

    .tarif-card{
        min-height:auto;
    }

    .article-card img,
    .card img,
    .domaine-card img{
        height:220px;
    }
}
/* PAGE CGV / MENTIONS LÉGALES */

.legal-section{
    max-width:980px;
    padding-top:20px;
}

.legal-content{
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    padding:46px;
    box-shadow:0 18px 50px rgba(0,0,0,.22);
}

.legal-block{
    padding:0 0 34px;
    margin-bottom:34px;
    border-bottom:1px solid rgba(255,255,255,.10);
}

.legal-block:last-child{
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}

.legal-block h2{
    font-family:Arial,sans-serif;
    color:#e0b45a;
    font-size:24px;
    line-height:1.25;
    margin-bottom:14px;
}

.legal-block p,
.legal-block li{
    color:#d9e2ee;
    font-size:16px;
    line-height:1.75;
}

.legal-block ul{
    margin:12px 0 18px 22px;
}

@media(max-width:768px){

    .legal-section{
        padding:20px 22px 55px;
    }

    .legal-content{
        padding:26px 22px;
        border-radius:12px;
    }

    .legal-block h2{
        font-size:22px;
    }

    .legal-block p,
    .legal-block li{
        font-size:15px;
    }
}