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

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

:root {
    --deep-blue: #111D37;
    --typoWhite: #F6F6F6;
    --yellow : #FFC636;
    --brown : #943520;
    --sand : #D8C09E;
    --backgroundCard: #F2F2F2;
    --hr: #242F47;
}

.podkova {
    font-family: "Podkova", serif;
    font-optical-sizing: auto;
  }

.sorts-mill-goudy-regular {
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
    font-style: normal;
}

.sorts-mill-goudy-regular-italic {
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
    font-style: italic;
}
  

.bold{
    font-weight: bold;
}

.white{
    color: var(--typoWhite);
}


.programSection {
    padding: 1.5rem 1rem 2rem;
    background-color: var(--typoWhite);
}

.programSection h2 {
    color: var(--brown);
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 1rem;
    margin: 0 0 0.5rem;
}

.programIntro {
    color: var(--deep-blue);
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    line-height: 1.1;
}

.programList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}

.programStep {
    position: relative;
    padding-left: 2.75rem;
}

.programStep::before {
    content: "";
    position: absolute;
    left: calc(1rem - 1px);
    top: 2.5rem;
    bottom: -1rem;
    border-left: 2px dashed var(--sand);
    z-index: 0;
}

.programStep:last-child::before {
    display: none;
}

.programNumber {
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--deep-blue);
    color: var(--typoWhite);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: bold;
    z-index: 1;
}

.programDropdown {
    background-color: var(--backgroundCard);
    border-radius: 0.5rem;
    border: 1px solid transparent;
    border-left: 4px solid var(--deep-blue);
    overflow: hidden;
    transition: background-color 0.3s ease,
                border-color 0.3s ease,
                transform 0.25s ease,
                box-shadow 0.25s ease;
}

.programSummary {
    cursor: pointer;
    list-style: none;
    display: block;
    padding: 0.85rem 1rem;
}

.programSummary::-webkit-details-marker {
    display: none;
}

.programSummary:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: -2px;
}

.programDropdown:hover {
    box-shadow: 0 0.25rem 0.75rem rgba(17, 29, 55, 0.08);
}

.programDropdown[open]:hover {
    transform: none;
    box-shadow: 0 0.25rem 0.75rem rgba(17, 29, 55, 0.15);
}

.programBody {
    display: block;
}

.programHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}

.programTitle {
    margin: 0;
    color: var(--deep-blue);
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.3;
    flex: 1;
}

.programDuration {
    background-color: var(--sand);
    color: var(--deep-blue);
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
}

.programText {
    margin: 0;
    color: var(--deep-blue);
    font-size: 0.85rem;
    line-height: 1.45;
}

.programDetails {
    padding: 0 1rem 0.85rem;
    animation: programReveal 0.3s ease-out;
}

@keyframes programReveal {
    from {
        opacity: 0;
        transform: translateY(-0.4rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .programDropdown,
    .programDetails {
        transition: none;
        animation: none;
    }

    .programDropdown:hover {
        transform: none;
    }
}

.programStepExtra {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    line-height: 1.45;
    color: var(--typoWhite);
}

.programLink {
    display: inline-block;
    color: var(--yellow);
    font-weight: 500;
    text-decoration: underline;
    font-size: 0.9rem;
}

.programLink:hover,
.programLink:focus-visible {
    color: var(--typoWhite);
}

.programDropdown[open] {
    background-color: var(--deep-blue);
    border-left-color: var(--yellow);
}

.programDropdown[open] .programTitle,
.programDropdown[open] .programText {
    color: var(--typoWhite);
}

.programDropdown[open] .programDuration {
    background-color: var(--brown);
    color: var(--typoWhite);
}

.programStep:has(> .programDropdown[open]) .programNumber {
    background-color: var(--brown);
}

.programTotal {
    text-align: right;
    color: var(--brown);
    font-size: 0.9rem;
    margin: 1.25rem 0 0;
}

/* mobile  */

@media screen and (max-width: 425px) {


    h2{
        font-size: 1.5rem;
        color: #943520;
        font-weight: lighter;
        text-transform: uppercase;
    }

    /* ressources  */
    #linkRessources{
        padding: 0.5rem;
        background-color : var(--deep-blue);
        color: white;
        /* display: grid; */
        /* justify-content: center; */
        width: 100%;
    }

    .corner{
        min-width: 100%;
        max-width: 100%;
        margin-top: 1.5rem;
        /* margin-left: 0.5rem;
        margin-right: 0.5rem; */
        display: flex;
        justify-content: space-between;
        padding-left: 1rem ;
        padding-right: 1rem;

    }

    .corner img {
        width: 3rem;
    }

    .textStyle{
        font-size: 1.8rem;
        margin: 0;
        font-weight: bold;
    }

    .styleParagraphe{
        text-align: center;
        margin-bottom: 3rem;

    }

    a .ressources{
        color: white;
        font-weight: bold;
        background-color: var(--brown);
    }

    .titreRessources{
        color: white;
        font-size: 1.5rem;
        font-style: italic;
        text-transform: none;
        margin-top: 0;
    }

    .textCenter{
        display:block;
        align-items: center;
        margin: auto;
        width: 18rem;
    }

    .infoRessources{
        display: grid;
        justify-items: center;
        
        a{
            background-color: var(--brown);
            color: var(--typoWhite);
            font-weight: bold;
            padding: 0.8rem 1.8rem ;
            border-radius: 5px ;
            border: none;
            margin-bottom: 3rem;
            text-decoration: none;

        }
    }

    /* témoignages  */

    .testimonies {
        padding: 3rem 1rem 4rem;
    }

    #testimonies{
        background-image: url("../medias/geyPoints.png");
        height: fit-content;
        position: relative;
    }
    
    .card{
        background-color: var(--backgroundCard);
        border-radius: 8px;
        padding:  0.5rem 1rem;
        box-shadow: 2px 5px lightGrey;
    }

    .guillemets{
        height: 2rem;
        margin-bottom: 0.5rem;
        font-family: "Sorts Mill Goudy";
    }

    .textTextimonies{
        font-family: podkova; 
        color: var(--deep-blue);
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: bold;
    }

    span{
        color: var(--brown);
        font-size: 1.5rem;
    }
    
    .alignRight{
        display: grid;
        grid-auto-flow: row;
        justify-items: end;
    }

    .bgGreyPoints{
        z-index: 1;
    }

    hr{
        width: 4rem;
    }


/* footer  */

    .footer{
        padding: 1rem;
        background-color: var(--deep-blue);
        color: var(--typoWhite);
    }
    .titleFooter{
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--typoWhite);
    }
    .spanFooter{
        color: var(--yellow);
        font-size: 1.5rem;
    }
    
    hr{
        border: 1px solid var(--hr);
        margin-bottom: 1rem;
        width: 90%;
        display: flex;
        justify-content: left;
    }

    h3{
        color: var(--yellow);
        font-weight: lighter;
        font-size: 1.5rem;
    }

    .groupeFooter{
        display: grid;
        justify-content: center;
        justify-items: center;
    }

    ul {
        padding-left: 0;
        display: grid;
        justify-content: center;
        li {
            list-style: none;
            
            a {
                color: var(--typoWhite);
                display: grid;
                justify-content: center;
                text-decoration: none;
            }

        }
    }

    .contact{
        display: grid;
        justify-content: center;
        justify-items: center;
    }

    .marginBtm{
        margin-bottom: 2rem;
    }

    .titreFooter{
        text-transform: uppercase;
    }



}

/* tablet */
@media screen and (min-width: 426px) and (max-width: 768px) {


    h2{
        font-size: 1.5rem;
        color: #943520;
        font-weight: lighter;
        text-transform: uppercase;
    }

    /* ressources  */
    #linkRessources{
        padding: 0.5rem;
        background-color : var(--deep-blue);
        color: white;
        /* display: grid; */
        /* justify-content: center; */
        width: 100%;
    }

    .corner{
        min-width: 100%;
        max-width: 100%;
        margin-top: 1.5rem;
        /* margin-left: 0.5rem;
        margin-right: 0.5rem; */
        display: flex;
        justify-content: space-between;
        padding-left: 1rem ;
        padding-right: 1rem;

    }

    .corner img {
        width: 3rem;
    }

    .textStyle{
        font-size: 1.8rem;
        margin: 0;
        font-weight: bold;

    }

    .styleParagraphe{
        text-align: center;
        margin-bottom: 3rem;

    }

    a .ressources{
        color: white;
        font-weight: bold;
        background-color: var(--brown);
    }

    .titreRessources{
        color: white;
        font-size: 1.5rem;
        font-style: italic;
        text-transform: none;
        margin-top: 0;
    }

    .textCenter{
        display:block;
        align-items: center;
        margin: auto;
        width: 18rem;
    }

    .infoRessources{
        display: grid;
        justify-items: center;
        
        a{
            background-color: var(--brown);
            color: var(--typoWhite);
            font-weight: bold;
            padding: 0.8rem 1.8rem ;
            border-radius: 5px ;
            border: none;
            margin-bottom: 3rem;
            text-decoration: none;

        }
        a:hover {
            background-color: var(--yellow);
            color: var(--deep-blue);
            transition: cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
            transform: scale(1.05);
        }
    }

    /* témoignages  */

    .testimonies {
        padding: 3rem 3rem 4rem;
    }

    #testimonies{
        background-image: url("../medias/geyPoints.png");
        height: fit-content;
        position: relative;
    }

    .testimoniesList ul{
        display: grid;
        grid-template-columns: repeat(fit-content, minmax(250px, 1fr));
        justify-content: center;
    }
    
    .card{
        background-color: var(--backgroundCard);
        border-radius: 8px;
        padding:  1rem 1.5rem;
        box-shadow: 2px 5px lightGrey;
        margin: 1rem;
    }

    .guillemets{
        height: 2rem;
        margin-bottom: 0.5rem;
        font-family: "Sorts Mill Goudy";
    }

    .textTextimonies{
        font-family: podkova; 
        color: var(--deep-blue);
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: bold;
    }

    span{
        color: var(--brown);
        font-size: 1.5rem;
    }
    
    .alignRight{
        display: grid;
        grid-auto-flow: row;
        justify-items: end;
    }

    .bgGreyPoints{
        z-index: 1;
    }

    hr{
        width: 4rem;
    }


/* footer  */

    .footer{
        padding: 1rem;
        background-color: var(--deep-blue);
        color: var(--typoWhite);
    }
    .titleFooter{
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--typoWhite);
    }
    .spanFooter{
        color: var(--yellow);
        font-size: 1.5rem;
    }
    

    hr{
        border: 1px solid var(--hr);
        margin-bottom: 1rem;
        width: 70%;
        display: flex;
        justify-content: left;
    }

    h3{
        color: var(--yellow);
        font-weight: lighter;
        font-size: 1.5rem;
    }

    .groupeFooter{
        display: grid;
        justify-content: center;
        justify-items: center;
    }

    ul {
        padding-left: 0;
        display: grid;
        justify-content: center;
        li {
            list-style: none;
            
            a {
                color: var(--typoWhite);
                display: grid;
                justify-content: center;
                text-decoration: none;
            }

        }
    }

    .contact{
        display: grid;
        justify-content: center;
        justify-items: center;
    }

    .marginBtm{
        margin-bottom: 2rem;
    }

    .footer > .marginBtm:last-child{
        margin-bottom: 0;
    }

    .titreFooter{
        text-transform: uppercase;
    }

    .link{
        cursor: pointer;
    }



    .link:hover{
        color: var(--yellow);
        text-decoration: underline;
    }

    .programSection {
        padding: 2rem 2rem 2.5rem;
    }

    .programIntro {
        font-size: 2rem;
    }

    .programTitle {
        font-size: 1.05rem;
    }

    .programText,
    .programStepExtra {
        font-size: 0.9rem;
    }


}

/* Desktop */
@media screen and (min-width: 769px) {


    h2{
        font-size: 1.5rem;
        color: #943520;
        font-weight: lighter;
        text-transform: uppercase;
    }

    /* ressources  */
    #linkRessources{
        padding: 0.5rem;
        background-color : var(--deep-blue);
        color: white;
        /* display: grid; */
        /* justify-content: center; */
        width: 100%;
    }

    .corner{
        min-width: 100%;
        max-width: 100%;
        margin-top: 3rem;
        /* margin-left: 0.5rem;
        margin-right: 0.5rem; */
        display: flex;
        justify-content: space-between;
        padding-left: 3rem ;
        padding-right: 3rem;

    }

    .corner img {
        width: 6rem;
    }

    .textStyle{
        font-size: 3.8rem;
        font-weight: bold;
        margin: 0;

    }

    .styleParagraphe{
        text-align: center;
        margin-bottom: 3rem;
        font-size: 1.3rem;
    }


    .titreRessources{
        color: white;
        font-size: 2rem;
        font-style: italic;
        text-transform: none;
        margin-top: 0;

    }

    .textCenter{
        display:block;
        align-items: center;
        margin: auto;
        width: 18rem;
    }

    .infoRessources{
        display: grid;
        justify-items: center;
        
        a{
            background-color: var(--brown);
            color: var(--typoWhite);
            font-weight: bold;
            padding: 1rem 3.3rem ;
            border-radius: 5px ;
            border: none;
            margin-bottom: 3rem;
            font-size: 1.6rem;
            text-decoration: none;
        }

        a:hover {
            background-color: var(--yellow);
            color: var(--deep-blue);
            transition: cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
            transform: scale(1.05);
        }

    }

    /* témoignages  */

    .testimonies {
        padding: 3rem 8rem 4rem;
    }

    #testimonies{
        background-image: url("../medias/geyPoints.png");
        height: fit-content;
        position: relative;
    }
    
    .card{
        background-color: var(--backgroundCard);
        border-radius: 8px;
        padding:  0.5rem 1rem;
        box-shadow: 2px 5px lightGrey;
        margin: 0 1rem;
    }

    .guillemets{
        height: 2rem;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
        font-family: "Sorts Mill Goudy";
    }

    .textTextimonies{
        font-family: podkova; 
        color: var(--deep-blue);
        font-size: 2.5rem;
        font-weight: bold;
    }

    span{
        color: var(--brown);
        font-size: 1.5rem;
    }
    
    .alignRight{
        display: grid;
        grid-auto-flow: row;
        justify-items: end;
    }

    .hrTestimonies{
        border: 1px solid var(--hr);
        margin-bottom: 1rem;
        width: 7rem;
        display: flex;
        justify-content: left;
    }

    .bgGreyPoints{
        z-index: 1;
    }

    hr{
        width: 4rem;
    }


/* footer  */

    .footer{
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 3rem;
        background-color: var(--deep-blue);
        color: var(--typoWhite);
        display: grid;
        grid-auto-flow: row;
    }

    .flexContent{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .titleFooter{
        font-size: 2rem;
        font-weight: bold;
        color: var(--typoWhite);
    }
    .spanFooter{
        color: var(--yellow);
        font-size: 1.5rem;
    }
    
    hr{
        border: 1px solid var(--hr);
        margin-bottom: 1rem;
        width: 100%;
        display: flex;
        justify-content: left;
    }
    vr{
        border-left: 2px solid var(--hr);
        height: 100%;
        margin-left: 40%;
    }

    .removeHr{
        display: none;
    }

    h3{
        color: var(--yellow);
        font-weight: lighter;
        font-size: 1.5rem;
    }

    /* .groupeFooter{
        display: grid;
        justify-content: center;
        justify-items: center;
    } */

    .infosFooter{
        display: flex;
        gap: 5rem;
    }

    .flexDesktop{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    ul {

        padding-left: 0rem;
        padding-right: 3rem;
        display: grid;
        justify-items: start;
        gap: 1rem;
        li {
            list-style: none;
            
            a {
                color: var(--typoWhite);
                display: grid;
                justify-content: center;
                text-decoration: none;
            }
        }
    }

    .testimoniesList ul{
        padding-left: 3rem;
        padding-right: 3rem;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
        gap: 2rem;
        align-items: stretch;
    }

    .contact{
        display: grid;
        justify-items: start;
    }

    .link{
        cursor: pointer;
    }

    .link:hover{
        color: var(--yellow);
        text-decoration: underline;
    }

    .marginBtm{
        margin-bottom: 2rem;
    }

    .titreFooter{
        text-transform: uppercase;
    }

    .programSection {
        padding: 3rem 8rem 4rem;
        max-width: 70rem;
        margin: 0 auto;
        background-color: #ffffff;
    }

    .programSection h2 {
        font-size: 1.1rem;
    }

    .programIntro {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .programList {
        gap: 1.25rem;
    }

    .programStep {
        padding-left: 3.5rem;
    }

    .programStep::before {
        left: calc(1.25rem - 1px);
        top: 3rem;
    }

    .programNumber {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
        top: 0.6rem;
    }

    .programDropdown {
        background-color: #ffffff;
        border-top-color: rgba(17, 29, 55, 0.12);
        border-right-color: rgba(17, 29, 55, 0.12);
        border-bottom-color: rgba(17, 29, 55, 0.12);
    }

    .programDropdown[open] {
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }

    .programSummary {
        padding: 1.25rem 1.75rem;
    }

    .programDetails {
        padding: 0 1.75rem 1.25rem;
    }

    .programTitle {
        font-size: 1.15rem;
    }

    .programDuration {
        font-size: 0.85rem;
        padding: 0.35rem 1rem;
    }

    .programText,
    .programStepExtra {
        font-size: 0.95rem;
    }

    .programLink {
        font-size: 1rem;
    }

    .programTotal {
        font-size: 1rem;
    }

}

/* Footer — tablette / desktop étroit : évite que .infosFooter déborde à droite */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .footer vr {
        margin-left: 1rem;
    }

    .footer .infosFooter {
        gap: 2.5rem;
    }

    .footer ul {
        padding-right: 0;
    }
}



/* Origins section */
.origins {
    padding: 3rem 3rem;
    background: linear-gradient(180deg,#091736 0%, #122247 100%);
    color: var(--typoWhite);
}
.origins__inner {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}
.origins__kicker {
    color: var(--yellow);
    font-weight: 600;
    letter-spacing: .12em;
    margin: 0 0 0.8rem;
    text-transform: uppercase;
    font-size: .95rem;
}
.origins__title {
    font-family: "Podkova", serif;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    margin: 0 0 1rem;
    line-height: 1;
    font-weight: 700;
    color: var(--typoWhite);
}
.origins__text {
    color: rgba(246,246,246,0.95);
    max-width: 45rem;
    line-height: 1.6;
}
.origins__video {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 14rem;
}
.origins__play {
    width: 4.5rem;
    height: 4.5rem;
    background: var(--brown);
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.origins__play::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: .9rem solid #fff;
    border-top: .6rem solid transparent;
    border-bottom: .6rem solid transparent;
    margin-left: .2rem;
}
.origins__caption {
    color: rgba(246,246,246,0.55);
    font-style: italic;
    text-align: left;
    margin-top: .8rem;
    font-size: .95rem;
}
.origins__transcript {
    display: inline-block;
    color: var(--typoWhite);
    margin-top: 1rem;
    text-decoration: none;
    font-weight: 500;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: .6rem;
}
.origins__sep {
    border: none;
    height: 1px;
    background: rgba(255,255,255,0.06);
    margin: .6rem 0;
    width: 100%;
}

@media (max-width: 768px) {
    .origins__inner { grid-template-columns: 1fr; }
    .origins__video { order: -1; }
    .origins__text{ max-width: none; }
}


/* NAVBAR */

header {
    background-color: var(--deep-blue);
    padding: 1.5rem 2rem;
    font-family: 'Poppins', sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .logo {
    color: var(--typoWhite);
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar .cta {
    background-color: white;
    color: var(--deep-blue);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;}

.navbar .cta:hover {
    background-color: var(--yellow);
    color: var(--deep-blue);
}

@media screen and (width>= 769px) {
    header {
        padding: 1.5rem 3rem;
    }

    .navbar .logo {
        font-size: 1.4rem;
    }

    .navbar .cta {
        padding: .7rem 1.5rem;
        font-size: 1rem;
    }
}

@media screen and (width>=1100px) {
    header {
        padding: 1.5rem 4rem;
    }

    .navbar .logo {
        font-size: 1.6rem;
    }

    .navbar .cta {
        padding: 0.8rem 2rem;
        font-size: 1.1rem;
    }
}



/* Landing Hero */
.landingHero {
    position: relative;
    min-height: clamp(26rem, 70vh, 40rem);
    background: radial-gradient(circle at 28% 10%, rgba(35, 82, 167, 0.24), rgba(17, 29, 55, 0) 40%), var(--deep-blue);
    overflow: hidden;
    isolation: isolate;
}

.landingHero__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #091736 0%, #122247 100%);
    z-index: -3;
}

.landingHero__imageWrap {
    position: absolute;
    right: 0;
    top: 1.8rem;
    width: min(68vw, 48rem);
    height: calc(100% - 3.6rem);
    z-index: -2;
    overflow: hidden;
}

.landingHero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.landingHero__panel {
    width: min(100%, 60vw);
    margin-top: clamp(8rem, 30vh, 13rem); 
    background: linear-gradient(180deg, rgba(18, 34, 71, 0.86) 0%, rgba(13, 25, 56, 0.89) 100%);
    padding: clamp(3rem, 2.5vw, 2rem);
    position: relative;
    backdrop-filter: blur(3px);
}

.landingHero__kicker {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.75rem, 1.3vw, 1.1rem);
    letter-spacing: 0.04em;
    color: var(--yellow);
}

.landingHero__title {
    margin: 0.5rem 0 0;
    font-family: "Podkova", serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.98;
    font-size: clamp(2.2rem, 6.8vw, 5rem);
    color: var(--typoWhite);
}

.landingHero__intro {
    margin: 1.25rem 0 0;
    font-size: clamp(1rem, 1.75vw, 1.85rem);
    line-height: 1.35;
    color: var(--typoWhite);
    max-width: 35ch;
    font-family: "Montserrat", sans-serif;
}

/* témoignages */
.testimoniesList{
    display: grid;
    justify-content: center;
    padding: 0.5rem 0 0;
}
.testimoniesList ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
    justify-content: center;
}
.testimoniesList ul li{
    display: flex;
    width: 100%;
}
.card{
    position: relative;
    min-height: clamp(15.5rem, 24vw, 18rem);
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.25rem 1rem;
    background: linear-gradient(180deg, #f8f7f4 0%, var(--backgroundCard) 100%);
    border: 1px solid rgba(17, 29, 55, 0.08);
    border-top: 3px solid rgba(17, 29, 55, 0.08);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(17, 29, 55, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-left-color 0.2s ease, border-color 0.2s ease;
    border-left: 4px solid rgba(148,53,32,0.12);
}
.card p{
    color: var(--deep-blue);
    font-size: 1rem;
    line-height: 1.6;
    flex: 1;
}
.guillemets{
    opacity: 0.95;
    height: 2rem;
    display: block;
}
.card::before{
    content: '“';
    position: absolute;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 5.75rem;
    color: rgba(148,53,32,0.05);
    top: -10px;
    left: 0;
    pointer-events: none;
}
.alignRight .bold{
    margin-top: 0.4rem;
    color: var(--deep-blue);
    font-weight: 600;
}
.alignRight{
    margin-top: auto;
    gap: 0.15rem;
}
.hrTestimonies{
    margin: 0 0 0.5rem 0;
    opacity: 0.75;
}


.landingHero__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
    color: var(--yellow);
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    text-underline-offset: 0.2em;
    text-decoration-thickness: 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.landingHero__cta span {
    font-size: 1.25em;
    line-height: 1;
    text-decoration: none;
}

.landingHero__cta:hover,
.landingHero__cta:focus-visible {
    color: #ffe082;
}

.landingHero__cta:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: 4px;
}


@media screen and (max-width: 900px) {
    .landingHero {
        min-height: 0;
        display: grid;
        gap: 0;
        padding: 0;
    }

    .landingHero__imageWrap {
        position: relative;
        width: 100%;
        height: 19rem;
        top: 0;
    }

    .landingHero__panel {
        width: 100%;
        margin: -5rem 0 0;
        padding: 2rem;
    }

    .landingHero__title {
        font-size: clamp(2rem, 11vw, 3.4rem);
    }

    .landingHero__intro {
        font-size: 1.05rem;
    }
}
