.engagement-tabs .nav-link{
    color:#0B1F3A;
    font-weight:600;
    border-radius:30px;
    padding:10px 25px;
    margin:5px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    transition:.3s;
}

.engagement-tabs .nav-link.active{
    background:#0B1F3A;
    color:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.engagement-content{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    max-width:900px;
    margin:auto;
}

.engagement-text{
    font-size:18px;
    line-height:1.9;
    color:#1e293b;
}
.engagement-tabs .nav-link{
    color:#0B1F3A;
    font-weight:600;
    border-radius:30px;
    padding:10px 25px;
    margin:5px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    transition:.3s;
}

.engagement-tabs .nav-link.active{
    background:#0B1F3A;
    color:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.engagement-text{
    font-size:17px;
    line-height:1.9;
    color:#1e293b;
}

.stats-section{
    background:#0B1F3A;
    padding:60px 0; /* 👈 réduit la hauteur */
}

.stat-box{
    padding:20px;
    border-radius:15px;
    background:rgba(255,255,255,0.06);
    backdrop-filter:blur(8px);
    transition:.3s;
}

.stat-box:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,0.12);
}

.team-section{
    background:#f3f4f6; /* gris doux */
}

.team-card{
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    transition:.3s;
}

.team-card:hover{
    transform:translateY(-8px);
}

.team-img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #0B1F3A;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:#D4A017 !important; /* gold */
    opacity:0.4;
    border:none;
}

.carousel-indicators .active{
    opacity:1;
    background-color:#0B1F3A !important; /* bleu cabinet */
}

.contact-cta{
    padding:60px 0 30px;
}

.cta-box{
    background: linear-gradient(135deg, #0B1F3A, #1E3A5F);
    color:white;
    padding:55px;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,0.15);
    overflow:hidden;
}

/* effet lumineux */
.cta-box::before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(212,160,23,0.15);
    border-radius:50%;
    top:-80px;
    right:-80px;
}

.cta-box h2{
    font-size:40px;
    font-weight:800;
}

.cta-box p{
    font-size:18px;
    opacity:.85;
    max-width:700px;
    margin:10px auto;
}

.cta-badge{
    display:inline-block;
    background:rgba(212,160,23,0.2);
    color:#D4A017;
    padding:6px 15px;
    border-radius:20px;
    font-size:13px;
    margin-bottom:15px;
}
.value-card{
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
    transition:0.3s ease;
    border:1px solid rgba(0,0,0,0.05);
}

.value-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.value-card i{
    display:inline-block;
    padding:18px;
    border-radius:50%;
    background:rgba(11,31,58,0.08);
}

.strategy-flow{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.step-box{
    background:#fff;
    padding:25px;
    border-radius:18px;
    text-align:center;
    width:220px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.step-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.step-number{
    width:45px;
    height:45px;
    margin:0 auto 10px;
    border-radius:50%;
    background:#0B1F3A;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
}

.arrow{
    font-size:28px;
    color:#D4A017;
}

/* mobile */
@media(max-width:992px){
    .strategy-flow{
        flex-direction:column;
    }

    .arrow{
        transform:rotate(90deg);
    }
}
.strategy-flow{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:25px;
}

.step-box{
    width:140px;
    height:140px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    transition:0.3s;
}

.step-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.step-box i{
    font-size:38px;
}

.step-box h6{
    font-size:14px;
    margin-top:10px;
    text-align:center;
}

.arrow{
    font-size:26px;
    color:#D4A017;
}

/* mobile */
@media(max-width:992px){
    .strategy-flow{
        flex-direction:column;
    }

    .arrow{
        transform:rotate(90deg);
    }
}