/* =========================================================
   Page Nos Revendeurs — Tany Mena
   Hero, intro, compétences, témoignages, CTA bandeau
========================================================= */

/* ----- 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-eg-hero {
    position: relative;
    padding: 120px 0 100px;
    color: #fff;
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-bottom: 0;
}

.tm-eg-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-eg-hero__title {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 auto 22px;
    max-width: 900px;
    letter-spacing: 0.5px;
}

.tm-eg-hero__lead {
    font-size: 17px;
    line-height: 1.5;
    color: rgba(255,255,255,0.92);
    max-width: 720px;
    margin: 0 auto;
}

.tm-eg-hero__lead strong {
    color: #fff;
    font-style: italic;
    font-weight: 800;
}

/* ----- Eyebrows ----- */
.tm-eg__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-eg__eyebrow--light {
    color: #e8c7ab;
}

/* ----- Intro (pourquoi pas grande distribution) ----- */
.tm-eg-intro {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.tm-eg-intro__text {
    font-size: 16.5px;
    line-height: 1.75;
    color: rgba(0,0,0,0.78);
    margin: 0 0 24px;
}

.tm-eg-intro__highlight {
    font-family: var(--af-ff-gotham-extra-bold);
    color: var(--af-theme-primary);
    font-size: 19px;
    line-height: 1.55;
    font-style: italic;
    padding: 24px 28px;
    background: #fbf3e9;
    border-left: 4px solid #c4826c;
    border-radius: 6px;
    margin: 0;
    text-align: left;
}

/* ----- Compétences (skills) ----- */
.tm-eg-skill {
    background: #fff;
    border: 1px solid #efeae3;
    border-radius: 12px;
    padding: 36px 28px 32px;
    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-eg-skill:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(96,45,3,0.10);
}

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

.tm-eg-skill__icon .tm-icon {
    stroke-width: 1.6;
}

.tm-eg-skill__title {
    font-family: var(--af-ff-gotham-extra-bold);
    color: var(--af-theme-primary);
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 14px;
    line-height: 1.3;
}

.tm-eg-skill__text {
    font-size: 14.5px;
    line-height: 1.65;
    color: rgba(0,0,0,0.72);
    margin: 0;
}

/* ----- Témoignages (Histoires de femmes) ----- */
.tm-eg-story {
    background: #fff;
    border: 1px solid #efeae3;
    border-radius: 14px;
    padding: 32px 28px 28px;
    height: 100%;
    transition: transform 250ms ease, box-shadow 250ms ease;
    box-shadow: 0 8px 22px rgba(96,45,3,0.06);
    position: relative;
}

.tm-eg-story:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(96,45,3,0.12);
}

.tm-eg-story__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.tm-eg-story__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
    box-shadow: 0 6px 14px rgba(96,45,3,0.18);
}

.tm-eg-story__avatar--s {
    background: linear-gradient(135deg, #c4826c 0%, #8c5a30 100%);
}

.tm-eg-story__avatar--a {
    background: linear-gradient(135deg, #b8794e 0%, #6b3c14 100%);
}

.tm-eg-story__avatar--l {
    background: linear-gradient(135deg, #d9a47a 0%, #a06c40 100%);
}

.tm-eg-story__name {
    font-family: var(--af-ff-gotham-extra-bold);
    color: var(--af-theme-primary);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
    line-height: 1.1;
}

.tm-eg-story__rank {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 30px;
    font-family: var(--af-ff-gotham-extra-bold);
    font-size: 10.5px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.tm-eg-story__rank--brillance {
    background: #fbf3e9;
    color: #b8794e;
}

.tm-eg-story__rank--diamant {
    background: #ece6dc;
    color: #6b3c14;
}

.tm-eg-story__rank--icone {
    background: #f5e4cf;
    color: #8c5a30;
}

.tm-eg-story__theme {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #c4826c;
    font-size: 11.5px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px dashed #e3dbc9;
}

.tm-eg-story__quote {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(0,0,0,0.78);
    margin: 0;
    font-style: italic;
    position: relative;
}

/* ----- Slider témoignages ----- */
#tm-eg-stories-splide {
    position: relative;
    padding: 0 34px;
    overflow: visible;
}

#tm-eg-stories-splide .splide__arrow {
    width: 40px;
    height: 40px;
    background: #612e03;
    opacity: 1;
}

#tm-eg-stories-splide .splide__arrow svg {
    fill: #e9e6df;
}

#tm-eg-stories-splide .splide__arrow--prev {
    left: -20px;
}

#tm-eg-stories-splide .splide__arrow--next {
    right: -20px;
}

/* ----- CTA — bandeau sombre rencontre ----- */
.tm-eg-cta {
    position: relative;
    padding: 100px 0 110px;
    color: #fff;
    background-size: cover;
    background-position: center;
}

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

.tm-eg-cta__title {
    font-family: var(--af-ff-gotham-extra-bold);
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.22;
    margin: 0 0 18px;
}

.tm-eg-cta__lead {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.9);
    margin: 0 0 30px;
}

.tm-eg-cta__lead strong {
    color: #fff;
}

.tm-eg-cta__btn {
    margin-bottom: 14px;
}

.tm-eg-cta__note {
    font-size: 12.5px;
    color: rgba(255,255,255,0.65);
    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-eg-hero {
        padding: 80px 0 70px;
    }
    .tm-eg-hero__title {
        font-size: 30px;
    }
    .tm-eg-hero__lead {
        font-size: 15px;
    }
    .tm-eg-intro__text {
        font-size: 15px;
    }
    .tm-eg-intro__highlight {
        font-size: 16.5px;
        padding: 20px 22px;
    }
    .tm-eg-cta {
        padding: 70px 0 80px;
    }
    .tm-eg-cta__title {
        font-size: 26px;
    }
    .tm-eg-story__avatar {
        width: 54px;
        height: 54px;
        font-size: 24px;
    }
    .tm-eg-story__name {
        font-size: 17px;
    }
}
