/* =========================================================
   PAGE STRUCTURES
   ========================================================= */

.pcb-structures-page{
    background:#fff;
}

/* HERO */

.pcb-structures-hero{
    padding:95px 0;
    background:linear-gradient(135deg,#0d4f91 0%,#1472bd 100%);
    color:#fff;
}

.pcb-structures-hero__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.pcb-structures-hero__eyebrow{
    margin:0 0 18px;
    color:#ffd800;
    font-size:13px;
    font-weight:900;
    letter-spacing:.2em;
}

.pcb-structures-hero h1{
    max-width:700px;
    margin:0;
    font-size:clamp(44px,5vw,72px);
    line-height:1.05;
    font-weight:900;
}

.pcb-structures-hero__content > p:not(.pcb-structures-hero__eyebrow){
    max-width:650px;
    margin:28px 0;
    color:rgba(255,255,255,.9);
    font-size:19px;
    line-height:1.7;
}

.pcb-structures-hero__visual img{
    display:block;
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:28px;
    box-shadow:0 25px 60px rgba(0,0,0,.22);
}


/* INTRO */

.pcb-structures-intro{
    padding:100px 0;
}

.pcb-structures-intro__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:start;
}

.pcb-structures-intro h2{
    max-width:680px;
    margin:0;
    color:#12345d;
    font-size:clamp(38px,4vw,58px);
    line-height:1.08;
    font-weight:900;
}

.pcb-structures-intro__grid > div:last-child p{
    color:#61748d;
    font-size:18px;
    line-height:1.75;
}

.pcb-structures-intro__grid .pcb-structures-intro__lead{
    color:#294b70;
    font-size:20px;
    font-weight:700;
}


/* COMPOSANTES */

.pcb-structures-list{
    padding:100px 0;
    background:#f5f8fc;
}

.pcb-structures-list__heading{
    max-width:850px;
    margin-bottom:45px;
}

.pcb-structures-list__heading h2{
    margin:0;
    color:#12345d;
    font-size:clamp(38px,4vw,58px);
    line-height:1.08;
    font-weight:900;
}

.pcb-structures-list__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.pcb-structure-card{
    min-height:370px;
    padding:32px;
    background:#fff;
    border-radius:24px;
    border-top:4px solid #1472bd;
    box-shadow:0 15px 35px rgba(12,48,87,.05);
}

.pcb-structure-card--yellow{
    border-top-color:#ffd800;
}

.pcb-structure-card--red{
    border-top-color:#ef3b2d;
}

.pcb-structure-card--navy{
    border-top-color:#12345d;
}

.pcb-structure-card > span{
    display:block;
    margin-bottom:25px;
    color:#9aabba;
    font-size:13px;
    font-weight:900;
}

.pcb-structure-card__icon{
    width:54px;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
    border-radius:15px;
    background:#edf5fc;
    color:#1472bd;
    font-size:22px;
    font-weight:900;
}

.pcb-structure-card--yellow .pcb-structure-card__icon{
    background:#fff7d1;
    color:#b88a00;
}

.pcb-structure-card--red .pcb-structure-card__icon{
    background:#fff0ef;
    color:#d72e25;
}

.pcb-structure-card--navy .pcb-structure-card__icon{
    background:#edf1f6;
    color:#12345d;
}

.pcb-structure-card h3{
    margin:0 0 14px;
    color:#12345d;
    font-size:25px;
    line-height:1.15;
}

.pcb-structure-card p{
    margin:0;
    color:#61748d;
    font-size:16px;
    line-height:1.7;
}

.pcb-structure-card a{
    display:inline-flex;
    margin-top:25px;
    color:#0871c9;
    font-weight:900;
    text-decoration:none;
}


/* TERRITOIRES */

.pcb-structures-territoires{
    padding:100px 0;
}

.pcb-structures-section-heading{
    max-width:850px;
    margin-bottom:45px;
}

.pcb-structures-section-heading h2{
    margin:0 0 18px;
    color:#12345d;
    font-size:clamp(38px,4vw,58px);
    line-height:1.08;
    font-weight:900;
}

.pcb-structures-section-heading > p:last-child{
    margin:0;
    color:#61748d;
    font-size:18px;
    line-height:1.7;
}

.pcb-structures-territoires__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.pcb-structures-territoires__grid article{
    padding:32px;
    background:#f5f8fc;
    border-radius:22px;
    border-left:4px solid #1472bd;
}

.pcb-structures-territoires__grid article:nth-child(2){
    border-left-color:#ffd800;
}

.pcb-structures-territoires__grid article:nth-child(3){
    border-left-color:#ef3b2d;
}

.pcb-structures-territoires__grid span{
    display:block;
    margin-bottom:25px;
    color:#9aabba;
    font-size:13px;
    font-weight:900;
}

.pcb-structures-territoires__grid h3{
    margin:0 0 12px;
    color:#12345d;
    font-size:24px;
}

.pcb-structures-territoires__grid p{
    margin:0;
    color:#61748d;
    line-height:1.7;
}


/* SPÉCIALISÉES */

.pcb-structures-specialised{
    padding:0 0 100px;
}

.pcb-structures-specialised__box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:50px;
    background:#0b315b;
    color:#fff;
    border-radius:28px;
}

.pcb-structures-specialised__box h2{
    max-width:780px;
    margin:0 0 18px;
    font-size:clamp(34px,4vw,52px);
    line-height:1.1;
}

.pcb-structures-specialised__box > div > p:last-child{
    max-width:760px;
    margin:0;
    color:rgba(255,255,255,.76);
    font-size:17px;
    line-height:1.7;
}

.pcb-structures-specialised__badge{
    flex:none;
    padding:10px 16px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:999px;
    color:#ffd800;
    font-size:11px;
    font-weight:900;
    letter-spacing:.14em;
}


/* IMPLANTATIONS */

.pcb-structures-locales{
    padding:100px 0;
    background:#f5f8fc;
}

.pcb-structures-locales__placeholder{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    padding:35px;
    background:#fff;
    border:1px solid #e1e9f2;
    border-radius:22px;
}

.pcb-structures-locales__placeholder strong{
    display:block;
    margin-bottom:8px;
    color:#12345d;
    font-size:22px;
}

.pcb-structures-locales__placeholder p{
    margin:0;
    color:#61748d;
    line-height:1.6;
}

.pcb-structures-locales__placeholder > span{
    flex:none;
    padding:9px 14px;
    background:#edf5fc;
    border-radius:999px;
    color:#1472bd;
    font-size:10px;
    font-weight:900;
    letter-spacing:.12em;
}


/* CTA */

.pcb-structures-cta{
    padding:0 0 110px;
    background:#f5f8fc;
}

.pcb-structures-cta__box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    padding:50px;
    background:#fff;
    border-radius:28px;
}

.pcb-structures-cta__box h2{
    max-width:800px;
    margin:0;
    color:#12345d;
    font-size:clamp(30px,4vw,48px);
    line-height:1.1;
}


/* RESPONSIVE */

@media (max-width:1050px){

    .pcb-structures-list__grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:900px){

    .pcb-structures-hero__grid,
    .pcb-structures-intro__grid{
        grid-template-columns:1fr;
    }

    .pcb-structures-territoires__grid{
        grid-template-columns:1fr;
    }

    .pcb-structures-specialised__box{
        flex-direction:column;
        align-items:flex-start;
    }

    .pcb-structures-hero__visual img{
        height:420px;
    }

}

@media (max-width:650px){

    .pcb-structures-hero,
    .pcb-structures-intro,
    .pcb-structures-list,
    .pcb-structures-territoires,
    .pcb-structures-locales{
        padding:70px 0;
    }

    .pcb-structures-list__grid{
        grid-template-columns:1fr;
    }

    .pcb-structures-specialised__box,
    .pcb-structures-cta__box{
        padding:32px 25px;
    }

    .pcb-structures-locales__placeholder,
    .pcb-structures-cta__box{
        flex-direction:column;
        align-items:flex-start;
    }

}