.mpcash-op-landing{
    max-width:1100px;
    margin:0 auto;
    font-family:Arial,sans-serif;
    color:#102a43;
    line-height:1.6;
}

.mpcash-op-hero{
    padding:60px 25px;
    text-align:center;
    background:linear-gradient(135deg,#eefbf3,#f4f8ff);
    border-radius:24px;
    margin-bottom:35px;
}

.mpcash-op-badge{
    display:inline-block;
    padding:7px 15px;
    background:#e5f7ec;
    color:#15803d;
    border-radius:30px;
    font-weight:700;
    margin-bottom:15px;
}

.mpcash-op-hero h1{
    font-size:42px;
    line-height:1.15;
    color:#12345b;
    margin:10px 0 18px;
}

.mpcash-op-hero h1 span{
    color:#159447;
}

.mpcash-op-hero p{
    max-width:780px;
    margin:0 auto 25px;
    font-size:19px;
}

.mpcash-op-btn{
    display:inline-block;
    background:#159447;
    color:#fff !important;
    text-decoration:none;
    padding:15px 25px;
    border-radius:10px;
    font-weight:700;
    margin:5px;
}

.mpcash-op-section{
    padding:35px 20px;
}

.mpcash-op-section h2{
    text-align:center;
    color:#12345b;
    font-size:31px;
    margin-bottom:10px;
}

.mpcash-op-intro{
    max-width:800px;
    margin:0 auto 30px;
    text-align:center;
    color:#475569;
}

.mpcash-op-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.mpcash-op-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:23px;
    box-shadow:0 5px 20px rgba(15,39,71,.07);
}

.mpcash-op-card h3{
    color:#159447;
    margin-top:5px;
}

.mpcash-op-icon{
    font-size:31px;
}

.mpcash-op-evolution{
    background:#f8fafc;
    border-radius:22px;
    padding:35px 25px;
}

.mpcash-op-step{
    margin:14px 0;
    padding:18px;
    background:#fff;
    border-left:5px solid #159447;
    border-radius:10px;
}

.mpcash-op-cta{
    margin:35px 0;
    padding:45px 25px;
    text-align:center;
    background:#12345b;
    color:#fff;
    border-radius:24px;
}

.mpcash-op-cta h2{
    color:#fff;
}

.mpcash-op-cta .mpcash-op-btn{
    background:#22c55e;
}

@media(max-width:800px){
    .mpcash-op-grid{
        grid-template-columns:1fr;
    }

    .mpcash-op-hero h1{
        font-size:32px;
    }

    .mpcash-op-hero{
        padding:40px 18px;
    }
}

/* ==========================================================
   LE BESOIN DU MARCHE
   ========================================================== */

.mpcash-op-market{
    margin:35px 0;
    padding:45px 28px;
    border-radius:24px;
    background:#12345b;
    color:#fff;
    overflow:hidden;
}

.mpcash-op-market-label{
    display:inline-block;
    padding:7px 15px;
    margin-bottom:14px;
    border-radius:30px;
    background:rgba(34,197,94,.16);
    color:#86efac;
    font-size:13px;
    font-weight:800;
    letter-spacing:.6px;
}

.mpcash-op-market h2{
    margin:0 0 15px;
    color:#fff;
    font-size:34px;
    line-height:1.2;
}

.mpcash-op-market-lead{
    max-width:850px;
    margin:0 0 30px;
    color:#e2e8f0;
    font-size:18px;
}

.mpcash-op-market-grid{
    display:grid;
    grid-template-columns:1fr 70px 1fr;
    gap:20px;
    align-items:stretch;
}

.mpcash-op-market-card{
    padding:25px;
    border-radius:18px;
    background:#fff;
    color:#102a43;
}

.mpcash-op-market-card h3{
    margin:8px 0 12px;
    color:#12345b;
    font-size:23px;
}

.mpcash-op-market-card.solution{
    border:2px solid #22c55e;
}

.mpcash-op-market-icon{
    font-size:38px;
}

.mpcash-op-market-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    font-weight:800;
    color:#86efac;
}

.mpcash-op-market-bottom{
    margin-top:27px;
    padding:20px 22px;
    border-radius:15px;
    background:rgba(255,255,255,.08);
    font-size:17px;
    text-align:center;
}

.mpcash-op-market-bottom strong{
    color:#86efac;
}


/* ==========================================================
   PARCOURS PROFESSIONNEL
   ========================================================== */

.mpcash-op-career{
    padding:40px 25px;
    background:#f6f9fc;
    border-radius:24px;
}

.mpcash-op-career-list{
    max-width:900px;
    margin:30px auto 0;
    position:relative;
}

.mpcash-op-career-item{
    position:relative;
    display:grid;
    grid-template-columns:65px 1fr;
    gap:18px;
    align-items:center;
    margin-bottom:16px;
    padding:18px 22px;
    border-radius:16px;
    background:#fff;
    border:1px solid #e2e8f0;
    box-shadow:0 5px 18px rgba(15,39,71,.06);
}

.mpcash-op-career-number{
    width:52px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#159447;
    color:#fff;
    font-size:20px;
    font-weight:800;
}

.mpcash-op-career-item h3{
    margin:0 0 4px;
    color:#12345b;
    font-size:20px;
}

.mpcash-op-career-item p{
    margin:0;
    color:#475569;
}

.mpcash-op-career-item.level-up{
    border:2px solid #86efac;
    background:#f0fdf4;
}

.mpcash-op-career-item.level-up .mpcash-op-career-number{
    background:#12345b;
}

@media(max-width:800px){

    .mpcash-op-market{
        padding:32px 18px;
    }

    .mpcash-op-market h2{
        font-size:28px;
    }

    .mpcash-op-market-grid{
        grid-template-columns:1fr;
    }

    .mpcash-op-market-arrow{
        transform:rotate(90deg);
        height:40px;
    }

    .mpcash-op-career-item{
        grid-template-columns:52px 1fr;
        padding:16px;
    }

    .mpcash-op-career-number{
        width:45px;
        height:45px;
    }
}
