/* ======================================================
   PAGE BÉNÉVOLES
   Alignement strict sur les pages « Le Club » et
   « Organisation »
====================================================== */

.volunteers-page {
    background: linear-gradient(180deg, #f7faf8 0%, #ffffff 100%);
}

.volunteers-page,
.volunteers-page *,
.volunteers-page *::before,
.volunteers-page *::after {
    box-sizing: border-box;
}

.volunteers-page svg {
    display: block;
}

/* ======================================================
   HERO
====================================================== */

.volunteers-hero {
    position: relative;
    padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2.75rem, 5vw, 4rem);
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%, rgba(0, 168, 84, 0.15), transparent 34%),
        linear-gradient(135deg, #08140f 0%, #0d261a 58%, #07331e 100%);
    color: var(--color-white);
}

.volunteers-hero::after {
    position: absolute;
    right: -110px;
    bottom: -175px;
    width: 360px;
    height: 360px;
    content: "";
    border: 1px solid rgba(0, 168, 84, 0.15);
    border-radius: 50%;
    box-shadow:
        0 0 0 44px rgba(0, 168, 84, 0.035),
        0 0 0 88px rgba(0, 168, 84, 0.02);
    pointer-events: none;
}

.volunteers-hero .container {
    position: relative;
    z-index: 1;
}

.volunteers-hero__eyebrow,
.volunteers-heading__eyebrow {
    margin: 0 0 0.7rem;
    color: var(--color-primary);
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.volunteers-hero__title {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: clamp(3.6rem, 7vw, 6.5rem);
    line-height: 0.92;
    text-transform: uppercase;
}

.volunteers-hero__title::after {
    display: block;
    width: 54px;
    height: 3px;
    margin-top: 0.85rem;
    content: "";
    background: var(--color-primary);
}

.volunteers-hero__intro {
    max-width: 700px;
    margin: 1.3rem 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.1rem;
    line-height: 1.7;
}

/* ======================================================
   TITRES DE SECTION
====================================================== */

.volunteers-heading {
    margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.volunteers-heading--center {
    text-align: center;
}

.volunteers-heading h2,
.volunteers-form-section__intro h2 {
    margin: 0;
    color: var(--color-black);
    font-family: var(--font-heading);
    font-size: clamp(2.3rem, 4.5vw, 4rem);
    line-height: 1;
    text-transform: uppercase;
}

.volunteers-heading h2::after,
.volunteers-form-section__intro h2::after {
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 0.7rem;
    content: "";
    background: var(--color-primary);
}

.volunteers-heading--center h2::after {
    margin-inline: auto;
}

.volunteers-heading > p:last-child {
    max-width: 680px;
    margin: 1rem auto 0;
    color: var(--color-muted);
    line-height: 1.7;
}

/* ======================================================
   PRÉSENTATION / CHIFFRES
====================================================== */

.volunteers-overview {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: var(--color-white);
}

.volunteers-overview__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
}

.volunteers-stat-card,
.volunteer-mission-card {
    border: 1px solid rgba(0, 0, 0, 0.055);
    border-radius: 14px;
    background:
        radial-gradient(circle at 80% 12%, rgba(0, 168, 84, 0.08), transparent 34%),
        var(--color-white);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.065);
    transition:
        transform var(--transition-base),
        border-color var(--transition-base),
        box-shadow var(--transition-base);
}

.volunteers-stat-card:hover,
.volunteer-mission-card:hover {
    border-color: rgba(0, 139, 70, 0.22);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.volunteers-stat-card {
    padding: clamp(1.5rem, 3vw, 2.2rem) 1.35rem;
    text-align: center;
}

.volunteers-stat-card__icon,
.volunteer-mission-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 168, 84, 0.09);
    color: var(--color-primary-dark);
}

.volunteers-stat-card__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
}

.volunteers-stat-card__icon svg {
    width: 40px;
    height: 40px;
}

.volunteers-stat-card__icon svg,
.volunteer-mission-card__icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.volunteers-stat-card__title {
    margin: 0;
    color: var(--color-black);
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.volunteers-stat-card p {
    margin: 0.8rem 0 0;
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

/* ======================================================
   MISSIONS
====================================================== */

.volunteers-missions {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: #f5f8f6;
}

.volunteers-missions__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
}

.volunteer-mission-card {
    position: relative;
    min-width: 0;
    padding: clamp(1.5rem, 3vw, 2rem);
}

.volunteer-mission-card__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1.25rem;
}

.volunteer-mission-card__icon svg {
    width: 34px;
    height: 34px;
}

.volunteer-mission-card h3,
.volunteers-value-card h3 {
    margin: 0;
    color: var(--color-black);
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.volunteer-mission-card p,
.volunteers-value-card p {
    margin: 0.75rem 0 0;
    color: var(--color-muted);
    line-height: 1.7;
}

.volunteer-mission-card__list {
    display: grid;
    gap: 0.55rem;
    margin: 1.25rem 0 0;
    padding: 1.15rem 0 0;
    border-top: 1px solid var(--color-border);
    list-style: none;
}

.volunteer-mission-card__list li {
    position: relative;
    padding-left: 1rem;
    color: var(--color-text);
    font-size: 0.92rem;
    line-height: 1.5;
}

.volunteer-mission-card__list li::before {
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: var(--color-primary);
}

/* ======================================================
   SECTION HUMAINE
====================================================== */

.volunteers-story {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: var(--color-white);
}

.volunteers-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(3rem, 7vw, 6rem);
    align-items: center;
}

.volunteers-story__media {
    position: relative;
    min-height: 460px;
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.11);
}

.volunteers-story__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 55%, rgba(5, 24, 15, 0.22) 100%);
    pointer-events: none;
}

.volunteers-story__media img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
}

.volunteers-story__content h2 {
    margin: 0;
    color: var(--color-black);
    font-family: var(--font-heading);
    font-size: clamp(2.3rem, 4.5vw, 4rem);
    line-height: 1;
    text-transform: uppercase;
}

.volunteers-story__content h2::after {
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 0.7rem;
    content: "";
    background: var(--color-primary);
}

.volunteers-story__content > p:not(.volunteers-heading__eyebrow) {
    max-width: 620px;
    margin: 1rem 0 0;
    color: var(--color-muted);
    line-height: 1.75;
}

.volunteers-story__content .volunteers-story__lead {
    color: var(--color-text);
    font-size: 1.08rem;
    font-weight: 600;
}

.volunteers-story__content .button {
    margin-top: 1.75rem;
}

/* ======================================================
   FAQ
====================================================== */

.volunteers-faq {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: #f5f8f6;
}

.volunteers-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: start;
}

.volunteers-faq__items {
    border-top: 1px solid var(--color-border);
}

.volunteers-faq__item {
    border-bottom: 1px solid var(--color-border);
}

.volunteers-faq__item summary {
    position: relative;
    padding: 1.35rem 2.5rem 1.35rem 0;
    cursor: pointer;
    color: var(--color-black);
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    list-style: none;
    text-transform: uppercase;
}

.volunteers-faq__item summary::-webkit-details-marker {
    display: none;
}

.volunteers-faq__item summary::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "+";
    color: var(--color-primary);
    font-family: var(--font-display);
    font-size: 1.8rem;
    transform: translateY(-50%);
}

.volunteers-faq__item[open] summary::after {
    content: "−";
}

.volunteers-faq__item p {
    max-width: 680px;
    margin: -0.35rem 0 1.35rem;
    color: var(--color-muted);
    line-height: 1.7;
}

/* ======================================================
   FORMULAIRE
====================================================== */

.volunteers-form-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: var(--color-white);
}

.volunteers-form-section__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: start;
}

.volunteers-form-section__intro > p:last-child {
    max-width: 560px;
    margin: 1rem 0 0;
    color: var(--color-muted);
    line-height: 1.75;
}

.volunteers-form {
    display: grid;
    gap: 1.25rem;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border: 1px solid rgba(0, 0, 0, 0.055);
    border-radius: 14px;
    background:
        radial-gradient(circle at 90% 0%, rgba(0, 168, 84, 0.07), transparent 28%),
        var(--color-white);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.065);
}

.volunteers-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.volunteers-form label,
.volunteers-form legend {
    color: var(--color-black);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.volunteers-form input[type="text"],
.volunteers-form input[type="email"],
.volunteers-form input[type="tel"],
.volunteers-form select,
.volunteers-form textarea {
    width: 100%;
    margin-top: 0.45rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: #fbfcfb;
    color: var(--color-text);
    font: inherit;
    transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

.volunteers-form textarea {
    min-height: 150px;
    resize: vertical;
}

.volunteers-form input:focus,
.volunteers-form select:focus,
.volunteers-form textarea:focus {
    border-color: var(--color-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 168, 84, 0.1);
}

.volunteers-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.volunteers-form__choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.volunteers-form__choices label {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    padding: 0.85rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: #fbfcfb;
    cursor: pointer;
}

.volunteers-form__choices input {
    width: 1rem;
    height: 1rem;
    accent-color: var(--color-primary);
}

.volunteers-form__footer {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: space-between;
}

.volunteers-form__privacy {
    max-width: 310px;
    margin: 0;
    color: var(--color-muted);
    font-size: 0.82rem;
    line-height: 1.55;
}

.volunteers-form__notice {
    padding: 1rem;
    border-radius: 8px;
    line-height: 1.6;
}

.volunteers-form__notice--success {
    border: 1px solid rgba(0, 139, 70, 0.2);
    background: rgba(0, 168, 84, 0.08);
    color: var(--color-primary-dark);
}

.volunteers-form__notice--error {
    border: 1px solid rgba(176, 45, 45, 0.2);
    background: rgba(176, 45, 45, 0.07);
    color: #8b2222;
}

.volunteers-form__trap {
    position: absolute;
    left: -9999px;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1100px) {
    .volunteers-overview__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .volunteers-missions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .volunteers-story__grid,
    .volunteers-faq__grid,
    .volunteers-form-section__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 680px) {
    .volunteers-hero {
        padding: 3rem 0 2.75rem;
    }

    .volunteers-hero__title {
        font-size: clamp(3.2rem, 18vw, 4.6rem);
    }

    .volunteers-overview__grid,
    .volunteers-missions__grid,
    .volunteers-form__row,
    .volunteers-form__choices {
        grid-template-columns: 1fr;
    }

    .volunteers-story__media,
    .volunteers-story__media img {
        min-height: 320px;
    }

    .volunteers-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .volunteers-form__submit {
        justify-content: center;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .volunteers-stat-card,
    .volunteer-mission-card,
    .volunteers-form input,
    .volunteers-form select,
    .volunteers-form textarea {
        transition: none;
    }
}
