/* =========================================================
   Tunnel Devenir Égérie — landing + étapes
========================================================= */

/* ----- Landing hero ----- */
.tm-egerie-landing-hero {
    position: relative;
    padding: 72px 0 88px;
    color: #fff;
    background-size: cover;
    background-position: center right;
    margin-bottom: 0;
}

.tm-egerie-landing-hero__eyebrow {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d4a88a;
    margin-bottom: 14px;
    font-weight: 700;
}

.tm-egerie-landing-hero__title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.12;
    color: #fff;
    margin-bottom: 18px;
    max-width: 14ch;
}

.tm-egerie-landing-hero__lead {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    max-width: 520px;
    margin-bottom: 22px;
}

.tm-egerie-landing-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.tm-egerie-landing-hero__pills li {
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.88);
}

.tm-egerie-landing-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tm-egerie-landing-hero__visual {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.tm-egerie-landing-hero__visual img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 340px;
}

.tm-egerie-landing-hero__badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #612e03;
    color: #fff;
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.tm-egerie-landing-hero__badge-num {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.tm-egerie-landing-hero__badge-text {
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

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

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

/* ----- Sections communes landing ----- */
.tm-egerie-landing-section {
    padding: 64px 0;
    background: #fff;
}

.tm-egerie-landing-section--alt {
    background: #f8f4ee;
}

.tm-egerie-landing-section--warm {
    background: linear-gradient(180deg, #f3ebe0 0%, #faf7f2 100%);
}

.tm-egerie-landing-eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #a07850;
    font-weight: 700;
    margin-bottom: 10px;
}

.tm-egerie-landing-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #612e03;
    margin-bottom: 14px;
}

.tm-egerie-landing-lead {
    font-size: 16px;
    line-height: 1.65;
    color: #5a452f;
    max-width: 640px;
    margin: 0 auto;
}

.tm-egerie-landing-lead--left {
    margin-left: 0;
    margin-right: 0;
}

/* ----- Étapes parcours ----- */
.tm-egerie-landing-step {
    height: 100%;
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 16px;
    padding: 24px 20px;
    box-shadow: 0 6px 24px rgba(25, 12, 2, 0.05);
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tm-egerie-landing-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(25, 12, 2, 0.08);
}

.tm-egerie-landing-step.is-soon {
    opacity: 0.72;
}

.tm-egerie-landing-step__num {
    font-size: 32px;
    font-weight: 800;
    color: #d9c4a4;
    line-height: 1;
    margin-bottom: 12px;
}

.tm-egerie-landing-step.is-active .tm-egerie-landing-step__num {
    color: #612e03;
}

.tm-egerie-landing-step__title {
    font-size: 16px;
    font-weight: 700;
    color: #3d2a16;
    margin-bottom: 8px;
}

.tm-egerie-landing-step__text {
    font-size: 14px;
    line-height: 1.55;
    color: #6b5438;
    margin-bottom: 16px;
}

.tm-egerie-landing-step__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3ebe0;
    color: #6b5438;
}

.tm-egerie-landing-step.is-active .tm-egerie-landing-step__tag {
    background: #612e03;
    color: #fff;
}

/* ----- Média & checklist ----- */
.tm-egerie-landing-media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(25, 12, 2, 0.12);
}

.tm-egerie-landing-media img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 320px;
}

.tm-egerie-landing-checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.tm-egerie-landing-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #5a452f;
    font-size: 15px;
    line-height: 1.5;
}

.tm-egerie-landing-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #612e03;
    font-weight: 800;
}

/* ----- Cards avec image ----- */
.tm-egerie-landing-card {
    height: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eadfce;
    box-shadow: 0 8px 28px rgba(25, 12, 2, 0.06);
}

.tm-egerie-landing-card__img-wrap {
    height: 180px;
    overflow: hidden;
}

.tm-egerie-landing-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.tm-egerie-landing-card:hover .tm-egerie-landing-card__img-wrap img {
    transform: scale(1.04);
}

.tm-egerie-landing-card__body {
    padding: 20px;
}

.tm-egerie-landing-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #612e03;
    margin-bottom: 8px;
}

.tm-egerie-landing-card__body p {
    font-size: 14px;
    line-height: 1.55;
    color: #6b5438;
    margin: 0;
}

/* ----- Kits preview ----- */
.tm-egerie-landing-kit {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 32px rgba(25, 12, 2, 0.1);
}

.tm-egerie-landing-kit img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.tm-egerie-landing-kit figcaption {
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #612e03;
    text-align: center;
    background: #fff;
}

/* ----- Témoignage ----- */
.tm-egerie-landing-testimonial {
    padding: 56px 0;
    background: #3d2a16;
    color: #fff;
}

.tm-egerie-landing-testimonial__inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.tm-egerie-landing-testimonial__avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    border: 3px solid rgba(255, 255, 255, 0.25);
}

.tm-egerie-landing-testimonial__quote {
    font-size: 18px;
    line-height: 1.65;
    font-style: italic;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 18px;
    border: none;
}

.tm-egerie-landing-testimonial__author {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}

.tm-egerie-landing-testimonial__author strong {
    display: block;
    color: #d4a88a;
    font-size: 15px;
    margin-bottom: 2px;
}

/* ----- CTA final ----- */
.tm-egerie-landing-cta {
    padding: 64px 0 80px;
    background: linear-gradient(135deg, #612e03 0%, #4a2208 100%);
    color: #fff;
}

.tm-egerie-landing-cta__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin-bottom: 12px;
}

.tm-egerie-landing-cta__text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 520px;
    margin: 0 auto 24px;
    line-height: 1.6;
}

.tm-egerie-landing-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* ----- Pages tunnel (étapes) ----- */
.tm-egerie-hero {
    padding: 48px 0 64px;
    background: linear-gradient(180deg, #f8f4ee 0%, #fff 100%);
}

.tm-egerie-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    color: #8a6b4a;
    margin-bottom: 12px;
}

.tm-egerie-hero__title,
.tm-egerie-card__title {
    color: #612e03;
    font-weight: 800;
}

.tm-egerie-hero__lead,
.tm-egerie-card__text {
    color: #5a452f;
    line-height: 1.6;
}

.tm-egerie-hero__note {
    font-size: 14px;
    color: #7a6550;
}

.tm-egerie-page {
    padding: 32px 0 64px;
}

.tm-egerie-card {
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 8px 28px rgba(25, 12, 2, 0.06);
}

.tm-egerie-stepper__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    justify-content: center;
}

.tm-egerie-stepper__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f3ebe0;
    color: #6b5438;
    font-size: 13px;
}

.tm-egerie-stepper__item.is-active {
    background: #612e03;
    color: #fff;
}

.tm-egerie-stepper__item.is-done {
    background: #d9c4a4;
}

.tm-egerie-stepper__item.is-soon {
    opacity: 0.55;
}

.tm-egerie-stepper__num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.25);
}

.tm-egerie-kit-card {
    border: 1px solid #eadfce;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25, 12, 2, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tm-egerie-kit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(25, 12, 2, 0.1);
}

.tm-egerie-kit-card__img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.tm-egerie-kit-card__body {
    padding: 20px;
}

.tm-egerie-kit-card__title {
    font-size: 18px;
    color: #612e03;
    margin-bottom: 8px;
}

.tm-egerie-kit-card__price {
    font-size: 22px;
    font-weight: 700;
    color: #3d2a16;
    margin-bottom: 16px;
}

.tm-btn--outline {
    border: 1px solid #612e03;
    color: #612e03;
    background: transparent;
}

@media (max-width: 991px) {
    .tm-egerie-landing-hero {
        padding: 56px 0 64px;
        background-position: center;
    }

    .tm-egerie-landing-hero__title {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .tm-egerie-stepper__label {
        display: none;
    }

    .tm-egerie-landing-section {
        padding: 48px 0;
    }

    .tm-egerie-landing-hero__ctas,
    .tm-egerie-landing-cta__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .tm-egerie-landing-hero__ctas .tm-btn,
    .tm-egerie-landing-cta__buttons .tm-btn {
        width: 100%;
        text-align: center;
    }
}

/* ----- Mode aperçu (pages démo tunnel) ----- */
.tm-egerie-preview-banner {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #3d1f06;
    color: #fff;
    border-bottom: 3px solid #d4a88a;
    font-size: 14px;
}

.tm-egerie-preview-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    padding: 10px 0;
}

.tm-egerie-preview-banner__link {
    margin-left: auto;
    color: #f5d9c5;
    text-decoration: underline;
}

.tm-plan24h__preview-fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}
