/* ============================================================
   SAV PAGE
   ============================================================ */
.sav-page {background: #fff;color: #171717;}

/* ============================================================
   EYEBROW
   ============================================================ */
.sav-eyebrow {
    margin: 0 0 0.7rem;
    color: #bd7000;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.sav-eyebrow--dark {color: #dc941d;}

/* ============================================================
   HERO
   ============================================================ */
.sav-hero {
    padding:clamp(4.5rem, 8vw, 7rem) 1.25rem;background: #fff;}

/* CONTENT */
.sav-hero__content {position: relative;width: min(900px, 100%);margin-inline: auto;}

/* Trait graphique Walker Wild */
.sav-hero__content::before {
    display: block;
    width: 52px;
    height: 3px;
    margin-bottom: 2rem;
    background: #d78711;
    content: "";
}
.sav-hero__title {
    max-width: 850px;
    margin: 0;
    color: #0b463e;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}
.sav-hero__intro {max-width: 680px;margin: 1.6rem 0 0;color: #606060;font-size: 1rem;line-height: 1.65;}

/* ACTION */
.sav-hero__actions {margin-top: 1.75rem;}

/* RESPONSE */
.sav-hero__response {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1.25rem 0 0;
    color: #34433e;
    font-size: 0.86rem;
    font-weight: 700;
}
.sav-hero__response-icon {
    display: inline-grid;
    width: 1.35rem;
    height: 1.35rem;
    place-items: center;
    border-radius: 50%;
    background: #61ad45;
    color: #fff;
    font-size: 0.75rem;
}

/* ============================================================
   BUTTON
   ============================================================ */
.sav-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding:0.8rem 1.4rem;
    border: 2px solid transparent;
    border-radius: 7px;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    transition:
        background-color 150ms ease,
        transform 150ms ease;
}
.sav-button--primary {background: #d78711;color: #111;}
@media (hover: hover) {

    .sav-button--primary:hover {background: #e39723;transform: translateY(-1px);}
}
.sav-button:focus-visible {outline: 3px solid currentColor;outline-offset: 3px;}

/* ============================================================
   PROCESS
   ============================================================ */
.sav-process {padding:clamp(3rem, 6vw, 5rem) 1.25rem;background: #f4f1e9;}
.sav-process__container {width: min(1320px, 100%);margin-inline: auto;}
.sav-process__header {margin-bottom:clamp(2rem, 4vw, 3rem);}
.sav-process__title {
    margin: 0;
    color: #171717;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

/* STEPS */
.sav-process__steps {display: grid;grid-template-columns:repeat(3, minmax(0, 1fr));}
.sav-process__step {
    display: grid;
    grid-template-columns:auto minmax(0, 1fr);
    gap: 1.25rem;
    padding:0.5rem clamp(1.5rem, 3vw, 2.5rem);
    border-left:1px solid #cfc9bc;
}
.sav-process__step:first-child {padding-left: 0;border-left: 0;}
.sav-process__number {color: #d78711;font-size: clamp(2rem, 4vw, 3rem);font-weight: 900;line-height: 1;}
.sav-process__step h3 {margin: 0;color: #171717;font-size: 1rem;font-weight: 800;line-height: 1.3;}
.sav-process__step p {margin: 0.55rem 0 0;color: #5c5c5c;font-size: 0.86rem;line-height: 1.55;}

/* ============================================================
   TRUST / SAFETY
   ============================================================ */
.sav-trust {background: #0b463e;color: #fff;}
.sav-trust__container {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);
    gap:
        clamp(3rem, 8vw, 7rem);
    width: min(1180px, 100%);
    margin-inline: auto;
    padding:
        clamp(4rem, 8vw, 7rem)
        1.25rem;
}

/* CONTENT */
.sav-trust__content {align-self: center;}
.sav-trust__title {
    max-width: 520px;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}
.sav-trust__intro {
    max-width: 520px;
    margin: 1.3rem 0 0;
    color:
        rgba(255, 255, 255, 0.84);
    font-size: 0.96rem;
    line-height: 1.65;
}
.sav-trust__content .sav-button {margin-top: 1.75rem;}

/* FACTS */
.sav-trust__facts {display: flex;flex-direction: column;justify-content: center;}
.sav-trust__fact {
    display: grid;
    grid-template-columns:30px minmax(0, 1fr);
    gap: 1rem;
    padding:1.4rem 0;
    border-bottom:1px solid rgba(255, 255, 255, 0.18);
}
.sav-trust__fact:first-child {padding-top: 0;}
.sav-trust__fact:last-child {padding-bottom: 0;border-bottom: 0;}
.sav-trust__check {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border:1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: #dc941d;
    font-size: 0.9rem;
    font-weight: 900;
}
.sav-trust__fact strong {display: block;color: #fff;font-size: 0.95rem;}
.sav-trust__fact p {
    margin: 0.4rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    line-height: 1.5;
}

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

.sav-faq {
    padding:clamp(3.5rem, 7vw, 6rem) 1.25rem;
    background: #fff;
}
.sav-faq__container {
    width: min(1120px, 100%);
    margin-inline: auto;
}
.sav-faq__header {
    max-width: 680px;
    margin:
        0 auto
        clamp(1.75rem, 3vw, 2.5rem);

    text-align: center;
}


.sav-faq__title {
    margin: 0;

    color: #171717;

    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 800;

    line-height: 1.15;

    text-transform: uppercase;
}


/* LIST */

.sav-faq__list {
    overflow: hidden;

    border:
        1px solid
        #ddd9d0;

    border-radius: 5px;

    background: #fff;
}


/* ITEM */

.sav-faq__item {
    margin: 0;

    border-bottom:
        1px solid
        #ddd9d0;
}


.sav-faq__item:last-child {
    border-bottom: 0;
}


/* QUESTION */

.sav-faq__question {
    display: flex;

    min-height: 64px;

    align-items: center;
    justify-content: space-between;

    gap: 1.5rem;

    padding:
        1rem
        1.25rem;

    color: #171717;

    font-size: 0.92rem;
    font-weight: 700;

    line-height: 1.35;

    cursor: pointer;

    list-style: none;

    transition:
        background-color 140ms ease;
}


.sav-faq__question::-webkit-details-marker {
    display: none;
}


.sav-faq__question::marker {
    content: "";
}


/* ICON */

.sav-faq__icon {
    width: 12px;
    height: 12px;

    flex: 0 0 12px;

    border-right:
        2px solid
        #17463e;

    border-bottom:
        2px solid
        #17463e;

    transform:
        translateY(-3px)
        rotate(45deg);

    transition:
        transform 180ms ease;
}


.sav-faq__item[open]
.sav-faq__icon {
    transform:
        translateY(3px)
        rotate(225deg);
}


/* ANSWER */

.sav-faq__answer {
    max-width: 880px;

    padding:
        0
        3.5rem
        1.4rem
        1.25rem;

    color: #565656;

    font-size: 0.88rem;
    line-height: 1.65;
}


.sav-faq__answer p {
    margin: 0;
}


.sav-faq__answer p + p {
    margin-top: 0.75rem;
}


/* HOVER */

@media (hover: hover) {

    .sav-faq__question:hover {
        background: #f8f6f1;
    }

}


.sav-faq__question:focus-visible {
    outline: 3px solid #d78711;
    outline-offset: -3px;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 900px) {

    .sav-process__steps {
        grid-template-columns: 1fr;
    }


    .sav-process__step,
    .sav-process__step:first-child {
        padding:
            1.5rem
            0;

        border-left: 0;

        border-top:
            1px solid
            #cfc9bc;
    }


    .sav-process__step:first-child {
        border-top: 0;
    }


    .sav-trust__container {
        grid-template-columns: 1fr;

        gap: 3rem;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 650px) {

    .sav-hero {
    padding:
        3.5rem
        1rem
        4rem;
}


.sav-hero__content::before {
    width: 42px;

    margin-bottom: 1.5rem;
}
    .sav-hero__title {
        font-size:
            clamp(
                2.1rem,
                10vw,
                2.8rem
            );
    }


    .sav-hero__intro {
        margin-top: 1.15rem;

        font-size: 0.92rem;
    }


    .sav-button {
        width: 100%;
    }


    .sav-process {
        padding:
            2.75rem
            1rem;
    }


    .sav-process__title {
        font-size: 1.45rem;
    }


    .sav-process__step {
        grid-template-columns:
            48px
            minmax(0, 1fr);
    }


    .sav-process__number {
        font-size: 2rem;
    }


    .sav-trust__container {
        padding:
            3.5rem
            1rem;
    }


    .sav-trust__title {
        font-size:
            clamp(
                2rem,
                10vw,
                2.8rem
            );
    }


    .sav-faq {
        padding:
            3rem
            1rem;
    }


    .sav-faq__header {
        margin-bottom: 1.25rem;
    }


    .sav-faq__title {
        font-size: 1.25rem;
    }


    .sav-faq__question {
        gap: 1rem;

        padding:
            0.95rem
            1rem;

        font-size: 0.86rem;
    }


    .sav-faq__answer {
        padding:
            0
            2.5rem
            1.2rem
            1rem;

        font-size: 0.84rem;
    }

}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .sav-button,
    .sav-faq__question,
    .sav-faq__icon {
        transition: none;
    }

}