/* =========================================================
   Page Programme de rémunération — Tany Mena
   Hero sombre, overview, vente directe, niveaux, boosters,
   escalier des rangs (avec Pool Europe), lifestyle, kit
========================================================= */

/* ----- Icônes SVG (charte ligne, currentColor) ----- */
.tm-icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

.tm-icon-inline {
    width: 1.05em;
    height: 1.05em;
    margin-right: 6px;
    margin-top: -2px;
}

/* ----- Hero ----- */
.tm-rem-hero {
    position: relative;
    padding: 120px 0 100px;
    color: #fff;
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-bottom: 40px;
}

.tm-rem-hero__eyebrow {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #c4826c;
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.tm-rem-hero__title {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 auto 22px;
    max-width: 900px;
    letter-spacing: 0.5px;
}

.tm-rem-hero__lead {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);
    max-width: 760px;
    margin: 0 auto 30px;
}

.tm-rem-hero__lead strong {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}

.tm-rem-hero__ctas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

/* ----- Eyebrows / titres ----- */
.tm-rem__eyebrow {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #c4826c;
    letter-spacing: 2.5px;
    font-size: 11.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.tm-rem__eyebrow--light {
    color: #e8c7ab;
}

.tm-rem-motto {
    font-family: var(--af-ff-gotham-extra-bold);
    font-style: italic;
    color: #c4826c;
    font-size: 17px;
    margin: 12px auto 14px;
    max-width: 560px;
    text-align: center;
}

/* ----- Image latérale ----- */
.tm-rem__img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
    box-shadow: 0 16px 38px rgba(96,45,3,0.13);
}

/* ----- Aperçu 3 sources ----- */
.tm-rem-overview {
    background: #fff;
    border: 1px solid #efeae3;
    border-radius: 12px;
    padding: 36px 28px 32px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: transform 250ms ease, box-shadow 250ms ease;
    box-shadow: 0 6px 18px rgba(96,45,3,0.05);
}

.tm-rem-overview:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(96,45,3,0.10);
}

.tm-rem-overview__num {
    position: absolute;
    top: 14px;
    right: 18px;
    font-family: var(--af-ff-gotham-extra-bold);
    color: #efe6d9;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
}

.tm-rem-overview__icon {
    font-size: 44px;
    color: #c4826c;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.tm-rem-overview__icon .tm-icon {
    stroke-width: 1.6;
}

.tm-rem-overview__title {
    font-family: var(--af-ff-gotham-extra-bold);
    color: var(--af-theme-primary);
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}

.tm-rem-overview__text {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0,0,0,0.7);
    margin: 0;
}

/* ----- Grand chiffre (vente directe) ----- */
.tm-rem-figure {
    text-align: center;
    padding: 50px 30px;
    background: #fff;
    border: 1px solid #efeae3;
    border-radius: 14px;
    box-shadow: 0 16px 38px rgba(96,45,3,0.10);
}

.tm-rem-figure__big {
    font-family: var(--af-ff-gotham-extra-bold);
    color: var(--af-theme-primary);
    font-size: 110px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 10px;
}

.tm-rem-figure__big span {
    color: #c4826c;
    font-size: 60px;
    margin-left: 4px;
}

.tm-rem-figure__label {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #c4826c;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 14px;
}

.tm-rem-figure__caption {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(0,0,0,0.7);
    max-width: 360px;
    margin: 0 auto;
}

/* ----- Niveaux (effet de levier) ----- */
.tm-rem-level {
    background: #fff;
    border: 1px solid #efeae3;
    border-radius: 12px;
    padding: 36px 28px;
    text-align: center;
    height: 100%;
    transition: transform 250ms ease;
}

.tm-rem-level:hover {
    transform: translateY(-3px);
}

.tm-rem-level--n2 {
    background: #fbf8f4;
}

.tm-rem-level__badge {
    display: inline-block;
    padding: 5px 14px;
    background: #c4826c;
    color: #fff;
    font-family: var(--af-ff-gotham-extra-bold);
    font-size: 11.5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 18px;
}

.tm-rem-level--n2 .tm-rem-level__badge {
    background: var(--af-theme-primary);
}

.tm-rem-level__pct {
    font-family: var(--af-ff-gotham-extra-bold);
    color: var(--af-theme-primary);
    font-size: 78px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 4px;
}

.tm-rem-level__pct span {
    color: #c4826c;
    font-size: 44px;
    margin-left: 2px;
}

.tm-rem-level__label {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #c4826c;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.tm-rem-level__text {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(0,0,0,0.7);
    margin: 0 auto;
    max-width: 280px;
}

/* ----- Boosters ----- */
.tm-rem-boosters {
    background: #fbf8f4;
}

.tm-rem-bonus {
    background: #fff;
    border: 1px solid #efeae3;
    border-radius: 12px;
    padding: 38px 30px;
    text-align: center;
    height: 100%;
    transition: transform 250ms ease, box-shadow 250ms ease;
    box-shadow: 0 6px 18px rgba(96,45,3,0.05);
}

.tm-rem-bonus:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(96,45,3,0.10);
}

.tm-rem-bonus__icon {
    font-size: 36px;
    color: #c4826c;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.tm-rem-bonus__icon .tm-icon {
    stroke-width: 1.7;
}

.tm-rem-bonus__amount {
    font-family: var(--af-ff-gotham-extra-bold);
    color: var(--af-theme-primary);
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

.tm-rem-bonus__title {
    font-family: var(--af-ff-gotham-extra-bold);
    color: var(--af-theme-primary);
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px;
}

.tm-rem-bonus__text {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0,0,0,0.7);
    margin: 0 auto;
    max-width: 380px;
}

/* ----- Escalier des rangs ----- */
.tm-rem-ranks {
    background: linear-gradient(180deg, #fff 0%, #fbf8f4 100%);
}

.tm-rem-rank {
    background: #fff;
    border: 1px solid #efeae3;
    border-radius: 12px;
    padding: 32px 24px 28px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: transform 250ms ease, box-shadow 250ms ease;
}

.tm-rem-rank:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(96,45,3,0.10);
}

.tm-rem-rank__num {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #c4826c;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.tm-rem-rank__name {
    font-family: var(--af-ff-gotham-extra-bold);
    color: var(--af-theme-primary);
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
}

.tm-rem-rank__bonus {
    font-family: var(--af-ff-gotham-extra-bold);
    color: var(--af-theme-primary);
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 6px;
}

.tm-rem-rank__threshold {
    font-size: 13px;
    color: rgba(0,0,0,0.65);
    line-height: 1.5;
}

.tm-rem-rank__pool {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed #e3dbc9;
    font-family: var(--af-ff-gotham-extra-bold);
    color: #b8794e;
    font-size: 12.5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tm-rem-rank--premium {
    background: linear-gradient(180deg, #fff 0%, #fbf3e9 100%);
    border-color: #e8c7ab;
    box-shadow: 0 8px 22px rgba(150,80,30,0.08);
}

.tm-rem-rank--premium .tm-rem-rank__name {
    color: #b8794e;
}

.tm-rem-rank--legend {
    background: linear-gradient(180deg, #fff 0%, #f5e4cf 100%);
    border-color: #d9b486;
    box-shadow: 0 12px 32px rgba(150,80,30,0.14);
}

.tm-rem-rank--legend .tm-rem-rank__name {
    color: #8c5a30;
}

/* ----- Le Grand Saut (Pool Europe) ----- */
.tm-rem-jump {
    text-align: center;
    margin: 36px 0 24px;
    position: relative;
}

.tm-rem-jump__line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #d9b486 50%, transparent);
    margin-bottom: 18px;
}

.tm-rem-jump__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #b8794e 0%, #8c5a30 100%);
    color: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 22px rgba(150,80,30,0.22);
    font-family: var(--af-ff-gotham-extra-bold);
    font-size: 13px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tm-rem-jump__badge .tm-icon {
    width: 18px;
    height: 18px;
    stroke-width: 1.8;
}

.tm-rem-jump__text {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(0,0,0,0.72);
    max-width: 600px;
    margin: 0 auto;
}

/* ----- Lifestyle (bandeau sombre) ----- */
.tm-rem-lifestyle {
    position: relative;
    padding: 90px 0 100px;
    color: #fff;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
}

.tm-rem-lifestyle__header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.tm-rem-lifestyle__title {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 14px;
}

.tm-rem-lifestyle__lead {
    font-size: 15.5px;
    line-height: 1.65;
    color: rgba(255,255,255,0.88);
    margin: 0;
}

.tm-rem-lifestyle__card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 10px;
    padding: 32px 26px;
    text-align: center;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    height: 100%;
    transition: all 250ms ease;
}

.tm-rem-lifestyle__card:hover {
    background: rgba(255,255,255,0.13);
    transform: translateY(-4px);
}

.tm-rem-lifestyle__card-icon {
    font-size: 38px;
    color: #fff;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.tm-rem-lifestyle__card-icon .tm-icon {
    stroke-width: 1.6;
}

.tm-rem-lifestyle__card h3 {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.tm-rem-lifestyle__card p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.86);
    margin: 0;
}

/* ----- Kit de démarrage (liste check) ----- */
.tm-rem-kit {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.tm-rem-kit li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e3dbc9;
    font-size: 14.5px;
    line-height: 1.55;
    color: rgba(0,0,0,0.78);
}

.tm-rem-kit li:last-child {
    border-bottom: none;
}

.tm-rem-kit__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fbf3e9;
    color: #b8794e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 2px;
}

.tm-rem-kit__icon .tm-icon {
    stroke-width: 2.2;
}

/* ----- CTA final ----- */
.tm-rem-cta {
    background: #fbf8f4;
}

.tm-rem-cta__lead {
    max-width: 640px;
    margin: 0 auto 28px;
    color: rgba(0,0,0,0.72);
}

.tm-rem-ctas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.tm-rem-ctas .tm-btn .tm-icon {
    margin-right: 6px;
}

.tm-rem-cta__note {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    margin: 0;
    font-style: italic;
}

/* ----- Boutons clairs (sur fond sombre) ----- */
.tm-btn--light {
    color: #fff !important;
    border-color: rgba(255,255,255,0.5) !important;
    background: transparent;
}

.tm-btn--light:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff !important;
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
    .tm-rem-hero {
        padding: 80px 0 70px;
    }
    .tm-rem-hero__title {
        font-size: 30px;
    }
    .tm-rem-hero__lead {
        font-size: 14.5px;
    }
    .tm-rem-figure__big {
        font-size: 80px;
    }
    .tm-rem-figure__big span {
        font-size: 44px;
    }
    .tm-rem-level__pct {
        font-size: 60px;
    }
    .tm-rem-level__pct span {
        font-size: 34px;
    }
    .tm-rem-bonus__amount {
        font-size: 44px;
    }
    .tm-rem-rank__name {
        font-size: 19px;
    }
    .tm-rem-rank__bonus {
        font-size: 36px;
    }
    .tm-rem-lifestyle__title {
        font-size: 26px;
    }
    .tm-rem__img {
        aspect-ratio: 16 / 10;
        max-height: 320px;
    }
    .tm-rem-jump__badge {
        font-size: 11.5px;
        padding: 9px 18px;
        text-align: center;
    }
}
