
/* =========================================================
   MATHPHYS06 — PAGE DE VENTE ADHÉSION
   6e — Tous les cours

   Design :
   - largeur max : 1158px
   - fond clair
   - noir uniquement pour les boutons
   - bleu pour les éléments d'accent
   - responsive
   ========================================================= */


/* =========================================================
   1 — GLOBAL
   ========================================================= */

.mp06-membership-page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #172033;
    font-family: inherit;
}

.mp06-membership-container {
    width: 100%;
    max-width: 1158px;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box;
}


/* =========================================================
   2 — HERO
   Fond clair : pas de bloc noir
   ========================================================= */

.mp06-membership-hero {
    background: #f5f7fa;
    color: #172033;
    padding: 72px 20px 76px;
    text-align: center;
    border-bottom: 1px solid #e5e9ef;
}

.mp06-membership-hero-content {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.mp06-membership-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    margin-bottom: 22px;

    background: #eaf2ff;
    border: 1px solid #cfe0ff;
    border-radius: 30px;

    color: #1267d6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mp06-membership-hero h1 {
    max-width: 780px;
    margin: 0 auto 20px;

    color: #10151e;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.08;
    font-weight: 750;
    letter-spacing: -1.2px;
}

.mp06-membership-lead {
    max-width: 650px;
    margin: 0 auto 30px;

    color: #526075;
    font-size: 18px;
    line-height: 1.55;
}

.mp06-membership-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
}

.mp06-price {
    color: #1267d6;
    font-size: 50px;
    line-height: 1;
    font-weight: 750;
}

.mp06-price-period {
    color: #596577;
    font-size: 17px;
    font-weight: 600;
}

.mp06-membership-price-note {
    margin: 8px 0 28px;

    color: #687486;
    font-size: 13px;
}


/* =========================================================
   3 — BOUTONS
   Noir uniquement ici
   ========================================================= */

.mp06-membership-main-button,
.mp06-membership-offer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    min-height: 52px;
    padding: 0 26px;

    border-radius: 7px;
    text-decoration: none !important;

    font-size: 14px;
    font-weight: 700;

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;

    box-sizing: border-box;
}


/* bouton noir */

.mp06-membership-main-button {
    background: #000000;
    color: #ffffff !important;
}

.mp06-membership-main-button:hover {
    background: #202020;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 7px 18px rgba(0,0,0,.15);
}

.mp06-membership-main-button span,
.mp06-membership-offer-button span {
    font-size: 19px;
    line-height: 1;
}


/* =========================================================
   4 — SECTIONS
   ========================================================= */

.mp06-membership-section {
    padding: 76px 0;
}

.mp06-membership-intro {
    background: #ffffff;
}

.mp06-section-heading {
    margin-bottom: 25px;
}

.mp06-section-heading.centered {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 45px;
    text-align: center;
}

.mp06-section-heading > span,
.mp06-eyebrow {
    display: block;
    margin-bottom: 10px;

    color: #1267d6;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mp06-section-heading h2,
.mp06-program-text h2,
.mp06-offer-content h2 {
    margin: 0;

    color: #10151e;
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.15;
    font-weight: 750;
    letter-spacing: -.5px;
}

.mp06-membership-intro p {
    max-width: 780px;
    margin: 0 auto;

    color: #526075;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}


/* =========================================================
   5 — AVANTAGES
   ========================================================= */

.mp06-membership-benefits {
    background: #f7f8fa;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

.mp06-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mp06-benefit {
    display: flex;
    gap: 17px;

    padding: 25px;

    background: #ffffff;
    border: 1px solid #e0e5eb;
    border-radius: 10px;

    box-sizing: border-box;
    transition:
        border-color .2s ease,
        transform .2s ease;
}

.mp06-benefit:hover {
    border-color: #cbd5e2;
    transform: translateY(-2px);
}

.mp06-benefit-icon {
    flex: 0 0 31px;

    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 1px;

    border-radius: 50%;
    background: #1267d6;
    color: #ffffff;

    font-size: 16px;
    font-weight: 800;
}

.mp06-benefit h3 {
    margin: 0 0 7px;

    color: #111722;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 750;
}

.mp06-benefit p {
    margin: 0;

    color: #5b6678;
    font-size: 13px;
    line-height: 1.55;
}


/* =========================================================
   6 — PROGRAMME
   ========================================================= */

.mp06-membership-program {
    background: #ffffff;
}

.mp06-program-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.mp06-program-text p {
    max-width: 450px;
    margin: 18px 0 0;

    color: #5b6678;
    font-size: 15px;
    line-height: 1.65;
}

.mp06-program-list {
    border-top: 1px solid #dfe3e9;
}

.mp06-program-item {
    display: flex;
    align-items: center;
    gap: 18px;

    min-height: 65px;

    border-bottom: 1px solid #dfe3e9;
}

.mp06-program-item span {
    width: 30px;

    color: #1267d6;
    font-size: 11px;
    font-weight: 800;
}

.mp06-program-item strong {
    color: #182131;
    font-size: 15px;
    font-weight: 650;
}


/* =========================================================
   7 — OFFRE
   ========================================================= */

.mp06-membership-offer {
    padding-top: 10px;
    background: #ffffff;
}

.mp06-offer-card {
    display: grid;
    grid-template-columns: 1fr 330px;

    overflow: hidden;

    background: #f7f8fa;

    border: 1px solid #dfe4ea;
    border-radius: 14px;
}

.mp06-offer-content {
    padding: 42px 45px;
}

.mp06-offer-content h2 {
    margin-bottom: 13px;
}

.mp06-offer-content > p {
    margin: 0 0 23px;

    color: #596577;
    font-size: 14px;
    line-height: 1.55;
}

.mp06-offer-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp06-offer-content li {
    position: relative;

    margin: 0 0 10px;
}
