/* =============================================
   PAGE SOUTENIR — Facile2Soutenir — Styles
   ============================================= */

/* ── Intro lead ── */
body.page-soutenir-f2s .f2s-intro__lead {
    font-size: 18px;
    color: #6b4f3a;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ── Bouton CTA dans le text module ── */
body.page-soutenir-f2s .button--cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 42px;
    background: #ffffff;
    color: var(--colibri-blue-deep, #2d4a3e);
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50px;
    border: none;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    margin-bottom: 20px;
}

body.page-soutenir-f2s .button--cta:hover {
    background: #faeee8;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

body.page-soutenir-f2s .button--cta i {
    color: var(--colibri-gold, #c97c5d);
    font-size: 20px;
}

/* ── Section Steps — ligne de connexion (sur le et_pb_row) ── */
body.page-soutenir-f2s .f2s-steps-grid {
    position: relative;
    display: flex !important;
    align-items: stretch !important;
}

body.page-soutenir-f2s .f2s-steps-grid::before {
    content: '';
    position: absolute;
    top: 84px;
    left: calc(16.66% + 16px);
    right: calc(16.66% + 16px);
    height: 2px;
    background: linear-gradient(90deg, var(--colibri-gold, #c97c5d), var(--colibri-green, #6aaf6a));
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

/* Colonnes en flex pour que les cartes s'étirent */
body.page-soutenir-f2s .f2s-steps-grid .et_pb_column {
    display: flex !important;
    flex-direction: column;
}

/* ── Cartes étapes (module_class="f2s-step" sur et_pb_text) ── */
body.page-soutenir-f2s .et_pb_text.f2s-step {
    background: #ffffff;
    border: 1px solid rgba(45, 74, 62, 0.1);
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
}

body.page-soutenir-f2s .et_pb_text.f2s-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

/* Padding et flex sur le contenu interne */
body.page-soutenir-f2s .et_pb_text.f2s-step .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 32px 40px !important;
    flex: 1;
}

/* ── Numéros ── */
body.page-soutenir-f2s .f2s-step__number {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 auto 28px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    flex-shrink: 0;
}

body.page-soutenir-f2s .f2s-step__number--1 { background: linear-gradient(135deg, #c97c5d, #a85e42); }
body.page-soutenir-f2s .f2s-step__number--2 { background: linear-gradient(135deg, #2d4a3e, #3d6654); }
body.page-soutenir-f2s .f2s-step__number--3 { background: linear-gradient(135deg, #6aaf6a, #4d9b4d); }

/* ── Icônes ── */
body.page-soutenir-f2s .f2s-step__icon {
    font-size: 28px;
    margin-bottom: 18px;
    display: block;
    line-height: 1;
    flex-shrink: 0;
}

body.page-soutenir-f2s .f2s-step__icon--1 { color: #c97c5d; }
body.page-soutenir-f2s .f2s-step__icon--2 { color: #2d4a3e; }
body.page-soutenir-f2s .f2s-step__icon--3 { color: #6aaf6a; }

/* ── Titres et textes dans les étapes ── */
body.page-soutenir-f2s .et_pb_text.f2s-step h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--colibri-blue-deep, #2d4a3e) !important;
    margin-bottom: 14px;
}

body.page-soutenir-f2s .et_pb_text.f2s-step .et_pb_text_inner > p {
    font-size: 15.5px;
    color: #6b4f3a;
    line-height: 1.65;
    margin: 0;
}

/* ── Badge — ancré en bas grâce à margin-top: auto ── */
body.page-soutenir-f2s .f2s-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(106, 175, 106, 0.12);
    border: 1px solid rgba(106, 175, 106, 0.35);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #3a7a3a;
    margin-top: auto;
    padding-top: 16px;
    flex-shrink: 0;
}

body.page-soutenir-f2s .f2s-badge i { font-size: 16px; }

/* ── Section CTA (module_class="f2s-cta-section" sur et_pb_section) ── */
body.page-soutenir-f2s #page-container .et_pb_section.f2s-cta-section {
    background: linear-gradient(135deg, #2d4a3e 0%, #3d6654 60%, #6aaf6a 100%) !important;
    position: relative;
    overflow: hidden;
}

body.page-soutenir-f2s #page-container .et_pb_section.f2s-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(201, 124, 93, 0.18), transparent 35%),
        radial-gradient(circle at 85% 20%, rgba(242, 209, 107, 0.12), transparent 30%);
    pointer-events: none;
}

body.page-soutenir-f2s .f2s-cta-section .et_pb_text_inner {
    text-align: center;
}

/* eyebrow dans CTA */
body.page-soutenir-f2s .f2s-cta-section .eyebrow {
    color: rgba(255,255,255,0.65) !important;
    display: block;
    margin-bottom: 16px;
}

/* h2 dans CTA — spécificité renforcée pour battre le global */
body.page-soutenir-f2s #main-content .et_pb_section.f2s-cta-section h2 {
    color: #ffffff !important;
    font-family: Calibri, "Segoe UI", Arial, sans-serif !important;
    font-size: clamp(28px, 4vw, 48px) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-bottom: 18px;
}

/* Paragraphes dans CTA */
body.page-soutenir-f2s .f2s-cta-section .et_pb_text_inner > p {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    line-height: 1.65;
    margin-bottom: 40px;
}

/* Note sous le bouton */
body.page-soutenir-f2s .f2s-cta__note {
    font-size: 13px !important;
    color: rgba(255,255,255,0.5) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* ── 3 façons de soutenir : cartes options ── */
body.page-soutenir-f2s .f2s-options-grid .et_pb_column {
    margin-bottom: 0 !important;
}

body.page-soutenir-f2s .et_pb_text.f2s-option {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(45,74,62,0.1);
    border-radius: 14px;
    padding: 38px 28px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.page-soutenir-f2s .et_pb_text.f2s-option:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.1);
}

body.page-soutenir-f2s .et_pb_text.f2s-option .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.page-soutenir-f2s .f2s-option__icon {
    font-size: 46px;
    line-height: 1;
    margin-bottom: 18px;
}

body.page-soutenir-f2s .f2s-option__icon--1 { color: #c97c5d; }
body.page-soutenir-f2s .f2s-option__icon--2 { color: #2d4a3e; }
body.page-soutenir-f2s .f2s-option__icon--3 { color: #6aaf6a; }

body.page-soutenir-f2s .et_pb_text.f2s-option h3 {
    font-size: 21px;
    color: #2d4a3e;
    margin: 0 0 12px;
}

body.page-soutenir-f2s .et_pb_text.f2s-option .et_pb_text_inner > p {
    color: #6b4f3a;
    font-size: 15.5px;
    line-height: 1.65;
    margin: 0 0 26px;
    flex-grow: 1;
}

body.page-soutenir-f2s .f2s-option__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: #fff !important;
    margin-top: auto;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

body.page-soutenir-f2s .f2s-option__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    opacity: 0.96;
}

body.page-soutenir-f2s .f2s-option__btn--1 { background: linear-gradient(135deg, #c97c5d, #a85e42); }
body.page-soutenir-f2s .f2s-option__btn--2 { background: linear-gradient(135deg, #2d4a3e, #3d6654); }
body.page-soutenir-f2s .f2s-option__btn--3 { background: linear-gradient(135deg, #6aaf6a, #4d9b4d); }

body.page-soutenir-f2s .f2s-option__btn i { font-size: 18px; }

/* ── Responsive ── */
@media (max-width: 900px) {
    body.page-soutenir-f2s .f2s-steps-grid {
        flex-direction: column !important;
    }

    body.page-soutenir-f2s .f2s-steps-grid::before {
        display: none;
    }

    body.page-soutenir-f2s .f2s-steps-grid .et_pb_column {
        width: 100% !important;
        float: none !important;
    }

    body.page-soutenir-f2s .f2s-options-grid {
        flex-direction: column !important;
    }

    body.page-soutenir-f2s .f2s-options-grid .et_pb_column {
        width: 100% !important;
        float: none !important;
        margin-bottom: 20px !important;
    }
}
