:root {
    --black: #16130A;
    --black-deep: #131008;
    --white: #F5F3EE;
    --beige: #f5f0e8;
    --beige-light: #fbfaf5;
    --muted: rgba(243, 241, 236, 0.72);
    --muted-2: rgba(243, 241, 236, 0.58);
    --text-normal-white-bg: #555;
    /*Or principale*/
    --gold: #9F8035;
    /*Or clair*/
    --gold-2: #CCB461;
    /*Or moyen*/
    --gold-3: #AF9040;
    --green: #359F7F;
    --line: rgba(165, 134, 57, 0.17);
    --line-soft: rgba(165, 134, 57, 0.08);
}

@font-face {
    font-family: 'Montserrat';
    src: url('./Fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./Fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('./Fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./Fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

body {
    height: 100%;
    margin: 0;
    color: var(--white);
    font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* titres */
h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.hero-subtitle,
.brand-name {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;

}

.hero {
    position: relative;
    min-height: 95vh;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        var(--black);
    background-size: 60px 60px;
}

.hero.hero-short {
    min-height: 80vh;
}

.bg-grid-gold {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        var(--black);
    background-size: 60px 60px;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(159, 128, 53, 0.18) 0%, transparent 65%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 20%, rgba(204, 180, 97, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.brand-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;

}

.brand-name {
    color: var(--gold-2);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.01em;
    transform: translateY(1px);
    white-space: nowrap;
}

.navbar-nav {
    gap: 2.2rem;
}

.navbar-nav .nav-link {
    color: rgba(243, 241, 236, 0.88);
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: var(--gold-2);
}

.navbar-nav .nav-link.active {
    color: var(--gold-2);
}

.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: var(--gold);
}

.btn-outline-gold,
.btn-gold {
    border-radius: 0;
    padding: 9px 24px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: none !important;
}

.btn-outline-gold {
    color: var(--gold-2);
    border: 1px solid rgba(165, 134, 57, 0.58);
    background: transparent;
}

.btn-outline-gold:hover {
    color: var(--white);
    border-color: rgba(204, 180, 97, 0.9);
    background: rgba(165, 134, 57, 0.08);
    transform: translateY(-1px);
}

.hero-title {
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.94;
    /*font-size: clamp(3.5rem, 6vw, 5.15rem);*/
    font-size: clamp(2.8rem, 4.5vw, 4rem);
    margin-bottom: 14px;
}

.gold {
    color: var(--gold);
}

.gold-bold,
.gold-bright {
    color: var(--gold-3);
}

.gold-bold {
    font-weight: 600;
}

.hero-subtitle {
    font-weight: 300;
    font-size: clamp(1.65rem, 3.2vw, 3.15rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: rgba(243, 241, 236, 0.7);
    margin-bottom: 22px;
}

.hero-text {
    max-width: 700px;
    font-size: 1.16rem;
    line-height: 1.7;
    color: var(--muted);
    margin-bottom: 30px;
}


.rotating-word {
    display: inline-block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.rotating-word.fade-out {
    opacity: 0;
    transform: translateY(-8px);
}

.rotating-word.fade-in {
    opacity: 1;
    transform: translateY(0);
}


.arrow,
.btn-outline-gold .arrow {
    font-size: 1rem;
    line-height: 1;
    transform: translateY(-1px);
}

.btn-gold {
    background: linear-gradient(135deg, #c9a84c 0%, #a87c2a 50%, #c9a84c 100%);
    color: #1a1600;
    font-weight: 600;
    border: none;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background: linear-gradient(135deg, #d4b860 0%, #b8892e 50%, #d4b860 100%);
    color: #1a1600;
    transform: translateY(-1px);
}


* {
    scrollbar-color: var(--gold) var(--black-deep);
    scrollbar-width: thin;
}


/* État par défaut — transparent */
.main-nav {
    transition: all 0.3s ease;
    background-color: transparent !important;
}

/* État scrollé — fond sombre */
.main-nav.scrolled {
    background-color: rgba(20, 15, 0, 0.95) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    /*top: 10px;*/
}


/*SECTION*/

.section-part {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.bg-white {
    background-color: var(--white);
}

.bg-beige {
    background-color: var(--beige);
}

.bg-beige-light {
    background-color: var(--beige-light);
}

.bg-black-rounded {
    padding: 3rem !important;
    border-radius: var(--bs-border-radius-sm) !important;
    background-color: var(--black-deep);
    max-width: 1000px;
    margin: 0 auto;
}

.section-intro {
    color: var(--gold-2);
    margin-bottom: 1rem !important;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    font-weight: 600;
}

.section-title {
    color: var(--black-deep);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 1.5rem !important;
    font-weight: 700 !important;
}

.h3-white-bg-dark {
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    color: var(--white);
    font-size: clamp(1.3rem, 3vw, 1.8rem);
}


.section-description-centered {
    color: var(--text-normal-white-bg);
    max-width: 600px;
    line-height: 1.8;
    margin-top: 1.5rem !important;
    margin-bottom: 3rem !important;
}


.text-sm-grey-bg-black,
.text-sm-white-bg-black {
    font-size: 0.9rem;
    line-height: 1.7;
}

.text-sm-grey-bg-black {
    color: rgba(255, 255, 255, 0.6);
}

.text-sm-white-bg-black {
    color: var(--white);
}


/*SERVICE CARD*/
.card-bg-white {
    padding: 3rem !important;
    border-radius: var(--bs-border-radius-sm) !important;
    height: 100% !important;
    background-color: #fff;
    border: 1px solid var(--gold-2);
    text-align: center;
}

.h5-title {
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    color: var(--black-deep);
}

.card-description {
    color: var(--text-normal-white-bg);
    font-size: 0.9rem;
    line-height: 1.7;
}

.link-gold {
    color: var(--gold-3);
    font-size: 0.85rem;
    text-decoration: none;
}

/* FOOTER */
.footer-heading {
    color: var(--gold-2);
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    color: rgba(243, 241, 236, 0.6);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--gold-2);
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: rgba(243, 241, 236, 0.6);
    font-size: 0.9rem;
}

.footer-contact a {
    color: rgba(243, 241, 236, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact a:hover {
    color: var(--gold-2);
}

.icon-gold {
    color: var(--gold-2);
    flex-shrink: 0;
}

.footer-legal-link {
    color: rgba(243, 241, 236, 0.4);
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-legal-link:hover {
    color: var(--gold-2);
}

/************/

/*SERVICE PAGE*/
/* SERVICE DETAIL */
.service-icon-box {
    width: 36px;
    height: 36px;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--beige-light);
}

.service-quote {
    border-left: 3px solid var(--gold);
    padding-left: 1.25rem;
    color: var(--black-deep);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
}

.service-text {
    color: var(--text-normal-white-bg);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.service-coverage-box {
    background-color: var(--black-deep);
    padding: 2.5rem;
    border-radius: var(--bs-border-radius-sm);
    height: 100%;
}

.service-coverage-list li {
    color: rgba(243, 241, 236, 0.75);
    font-size: 0.95rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
}

.service-coverage-list li:last-child {
    border-bottom: none;
}

.icon-green {
    color: var(--green);
    flex-shrink: 0;
}

/*************/

/* ABOUT CARD */
.about-card {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--bs-border-radius-sm);
    background-color: var(--beige-light);
}

.about-card-title {
    font-weight: 700;
    color: var(--black-deep);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}


/* VALUE CARD */
.value-card {
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--bs-border-radius-sm);
    background-color: var(--white);
    height: 100%;
}

.value-card-title {
    font-weight: 700;
    color: var(--black-deep);
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

/* TEAM CARD */
.team-card {
    border: 1px solid var(--line);
    border-radius: var(--bs-border-radius-sm);
    overflow: hidden;
    background-color: var(--black-deep);
    height: 100%;
}

.team-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.team-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(30%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.team-card:hover .team-card-img img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.team-card-body {
    padding: 1.25rem;
    border-top: 1px solid var(--line);
}

.team-card-name {
    color: var(--white);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.team-card-role {
    color: var(--gold-2);
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 0.75rem;
}

.team-card-expertise {
    color: rgba(243, 241, 236, 0.55);
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* METHOD CARD */
.method-card {
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--bs-border-radius-sm);
    background-color: var(--black-deep);
    height: 100%;
}

.method-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--line);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    line-height: 1;
}

.method-title {
    font-weight: 700;
    color: var(--gold-2);
    font-size: 1rem;
    margin-bottom: 0.75rem;
}


/**CONTACT FORM**/

.first-contact-layout {
    display: grid;
    gap: 1rem;
    grid-template-areas:
        "expectations"
        "form"
        "contact"
        "offer";
}

.first-contact-expectations {
    grid-area: expectations;
}

.first-contact-form-wrap {
    grid-area: form;
}

.first-contact-contact-card {
    grid-area: contact;
}

.first-contact-offer-card {
    grid-area: offer;
}

.first-contact-title {
    max-width: 660px;
    margin: 0 0 0.75rem 0 !important;
}

.first-contact-lead {
    max-width: 700px;
    margin-bottom: 1.5rem !important;
}

.first-contact-form .form-label,
.first-contact-label {
    color: var(--text-normal-white-bg);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.first-contact-form .form-control,
.first-contact-form .form-select {
    min-height: 48px;
    border-radius: 0;
    border: 1px solid var(--line);
    background-color: #fff;
    color: var(--black-deep);
    box-shadow: none;
}

.first-contact-form .form-select {
    color: var(--black-deep);
}

.first-contact-form .form-select option {
    color: var(--black-deep);
}

.first-contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
    padding-top: 0.9rem;
}

.first-contact-form .form-control::placeholder,
.first-contact-form .form-select,
.first-contact-form .form-select:invalid {
    color: #9a9489;
}

.first-contact-form .form-control:focus,
.first-contact-form .form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(159, 128, 53, 0.12);
}

.first-contact-form .invalid-feedback {
    font-size: 0.82rem;
}

.first-contact-submit {
    margin-top: 0.25rem;
}

.first-contact-expectations-list li {
    font-size: 0.9rem;
    line-height: 1.65;
    align-items: flex-start;
}

.contact-side-card {
    background-color: #fff;
    border: 1px solid var(--line);
    border-radius: var(--bs-border-radius-sm);
    padding: 1rem 1rem 0 1rem;
}

.contact-side-list {
    margin-top: 0.8rem;
}

.contact-side-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}

.contact-side-item-last {
    border-bottom: none;
}

.contact-side-label {
    color: var(--text-normal-white-bg);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-side-value,
.contact-side-text {
    color: var(--black-deep);
    font-size: 0.95rem;
    line-height: 1.6;
    text-decoration: none;
}

.contact-side-value:hover {
    color: var(--gold-3);
}

.first-contact-agree {
    margin-top: 0.35rem;
}

.first-contact-agree .form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.2rem;
    border: 1px solid #9F8035;
    background-color: transparent;
    box-shadow: none;
}

.first-contact-agree .form-check-input:checked {
    background-color: #9F8035;
    border-color: #9F8035;
    box-shadow: none;
}

.first-contact-agree .form-check-input:focus {
    border-color: #AF9040;
    box-shadow: 0 0 0 0.2rem rgba(159, 128, 53, 0.15);
}

.first-contact-agree .form-check-label {
    color: var(--black-deep);
    font-size: 0.95rem;
    line-height: 1.65;
    margin-left: 0.35rem;
}

.first-contact-agree .invalid-feedback {
    margin-top: 0.55rem;
}



/* OFFRE HEBDOMADAIRE */
.first-contact-offer-card {
    padding: 0;
    background-color: var(--beige-light);
    border: 1px solid var(--line);
    border-radius: 0;
    overflow: hidden;
}

.first-contact-offer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    text-decoration: none;
    color: var(--black-deep);
}

.first-contact-offer-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.first-contact-offer-text {
    color: var(--black-deep);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.first-contact-offer-arrow {
    color: var(--gold-3);
    font-size: 0.8rem;
    flex-shrink: 0;
}

.first-contact-offer-link:hover .first-contact-offer-text,
.first-contact-offer-link:hover .first-contact-offer-arrow {
    color: var(--gold-3);
}

@media (min-width: 992px) {
    .first-contact-layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
        grid-template-areas:
            "form expectations"
            "form contact"
            "form offer";
        align-items: start;
        gap: 1rem 1.5rem;
    }

    .contact-side-card {
        padding: 1.1rem 1rem 0 1rem;
    }
}


/********FAQ********/
.faq-section .faq-header {
    max-width: 620px;
    margin: 0 auto 2rem auto;
}

.faq-accordion-wrap {
    max-width: 780px;
    margin: 0 auto;
}

.faq-accordion {
    --bs-accordion-border-color: var(--line);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-btn-icon-width: 0.8rem;
    --bs-accordion-active-color: var(--black-deep);
    --bs-accordion-active-bg: #fff;
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-bg: #fff;
    --bs-accordion-color: var(--black-deep);
    border: 1px solid var(--line);
    background-color: #fff;
}

.faq-item {
    border: none;
    border-bottom: 1px solid var(--line);
    background-color: #fff;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-button {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--black-deep);
    padding: 1rem 1.2rem;
    background-color: #fff;
}

.faq-button:not(.collapsed) {
    box-shadow: none;
    color: var(--black-deep);
    background-color: #fff;
}

.faq-button::after {
    opacity: 0.9;
}

.faq-button:focus {
    box-shadow: none;
}

.faq-body {
    padding: 0 1.2rem 1rem 1.2rem;
    color: var(--text-normal-white-bg);
    font-size: 0.85rem;
    line-height: 1.75;
    max-width: 92%;
}

.faq-cta {
    margin-top: 2rem;
}

.faq-cta-text {
    color: rgba(85, 85, 85, 0.72);
    font-size: 0.78rem;
    margin-bottom: 1rem;
}

#faq-CTA .btn {
    min-width: 150px;
    font-size: 0.85rem;
    padding: 0.65rem 1.2rem;
}

@media (max-width: 991px) {
    .faq-section .faq-header {
        margin-bottom: 1.5rem;
    }

    .faq-body {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .faq-button {
        font-size: 0.83rem;
        padding: 0.95rem 1rem;
    }

    .faq-body {
        padding: 0 1rem 0.95rem 1rem;
        font-size: 0.82rem;
    }

    #faq-CTA .btn {
        width: fit-content;
    }
}



/*******************/


/*media*/
@media (min-width: 992px) {
    .hero-section {
        padding: 6.5rem !important;
    }
}

/*Mobile*/
/* Toggler icon en doré */
.main-nav .navbar-toggler-icon {
    filter: invert(1) sepia(1) saturate(3) hue-rotate(5deg);
}

.main-nav .navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.4);
}

/* Menu mobile ouvert */
@media (max-width: 991px) {
    .main-nav .navbar-collapse {
        background-color: rgba(20, 15, 0, 0.97);
        padding: 1rem;
        border-radius: 8px;
        margin-top: 0.5rem;
        border: 1px solid rgba(201, 168, 76, 0.2);
    }

    /* Désactiver le centrage absolu sur mobile */
    .main-nav .navbar-nav {
        position: static !important;
        transform: none !important;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: fit-content;

    }

    .navbar-nav .nav-link::after {
        bottom: 10px !important;
    }

    #navbarNav .btn-outline-gold {
        margin-top: 1rem;
        width: fit-content;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section {
        padding: 1rem !important;
    }
}


@media (max-width: 600px) {

    #footer-CTA,
    #hero-CTA {
        flex-direction: column;
        align-items: center;
    }

    #hero-CTA .btn {
        width: fit-content;
    }
}


/*RESERVATION*/
.discovery-card {
    max-width: 680px;
    padding: 1.25rem !important;
    border-top: 2px solid var(--gold);
}

.discovery-form {
    margin-bottom: 0;
}

.discovery-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.discovery-step {
    position: relative;
    text-align: center;
    opacity: 0.45;
}

.discovery-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;
    left: calc(50% + 22px);
    width: calc(100% - 44px);
    height: 1px;
    background-color: var(--line);
}

.discovery-step.is-active,
.discovery-step.is-completed {
    opacity: 1;
}

.discovery-step.is-completed::after {
    background-color: rgba(53, 159, 127, 0.55);
}

.discovery-step-icon {
    width: 36px;
    height: 36px;
    margin: 0 auto 0.45rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    background-color: rgba(245, 240, 232, 0.04);
    color: var(--gold-2);
    font-size: 0.9rem;
}

.discovery-step.is-active .discovery-step-icon {
    background-color: var(--gold);
    border-color: var(--gold);
    color: var(--black-deep);
}

.discovery-step.is-completed .discovery-step-icon {
    background-color: var(--green);
    border-color: var(--green);
    color: var(--white);
}

.discovery-step-label {
    display: block;
    color: var(--muted-2);
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.2;
}

.discovery-step.is-active .discovery-step-label,
.discovery-step.is-completed .discovery-step-label {
    color: var(--white);
}

.discovery-panel {
    display: none;
}

.discovery-panel.is-active {
    display: block;
}

.discovery-header {
    margin-bottom: 1.25rem;
}

.dark-form .form-label,
.discovery-label {
    color: rgba(243, 241, 236, 0.72);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.dark-form .form-control,
.dark-form .form-select {
    min-height: 46px;
    border-radius: 0;
    border: 1px solid rgba(165, 134, 57, 0.16);
    background-color: rgba(245, 240, 232, 0.04);
    color: var(--white);
    box-shadow: none;
}

.dark-form .form-control::placeholder,
.dark-form .form-select:invalid {
    color: rgba(243, 241, 236, 0.35);
}

.dark-form .form-select option {
    color: var(--black-deep);
}

.dark-form .form-control:focus,
.dark-form .form-select:focus {
    border-color: var(--gold);
    background-color: rgba(245, 240, 232, 0.06);
    color: var(--white);
    box-shadow: 0 0 0 0.2rem rgba(159, 128, 53, 0.12);
}

#discoverySuccessState {
    scroll-margin-top: 100px;
}

/* validation uniquement par étape */
.discovery-panel .invalid-feedback {
    display: none;
    color: #f2b7bf;
    font-size: 0.8rem;
}

.discovery-panel.is-step-validated .form-control:invalid,
.discovery-panel.is-step-validated .form-select:invalid,
.discovery-panel.is-step-validated .form-check-input:invalid {
    border-color: #dc3545;
}

.discovery-panel.is-step-validated .form-control:invalid~.invalid-feedback,
.discovery-panel.is-step-validated .form-select:invalid~.invalid-feedback,
.discovery-panel.is-step-validated .form-check-input:invalid~.invalid-feedback {
    display: block;
}

.discovery-counter {
    margin-top: 0.35rem;
    color: rgba(243, 241, 236, 0.32);
    font-size: 0.68rem;
    line-height: 1.4;
}

.discovery-choice-group {
    position: relative;
}

.discovery-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.discovery-choice-stack {
    display: grid;
    gap: 0.55rem;
}

.discovery-inline-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.discovery-choice-card {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0.75rem 0.95rem;
    border: 1px solid rgba(165, 134, 57, 0.16);
    background-color: rgba(245, 240, 232, 0.04);
    color: rgba(243, 241, 236, 0.82);
    font-size: 0.78rem;
    line-height: 1.45;
    cursor: pointer;
    transition: 0.2s ease;
}

.discovery-choice-card:hover {
    border-color: rgba(204, 180, 97, 0.45);
    color: var(--white);
}

.discovery-choice-card-stack {
    width: 100%;
}

.discovery-choice-card-center {
    justify-content: center;
    text-align: center;
}

.btn-check:checked+.discovery-choice-card {
    border-color: var(--gold);
    background-color: rgba(159, 128, 53, 0.14);
    color: var(--white);
    box-shadow: inset 0 0 0 1px rgba(204, 180, 97, 0.25);
}

.btn-check:focus+.discovery-choice-card {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(159, 128, 53, 0.12);
}

.discovery-choice-group.is-invalid .discovery-choice-card {
    border-color: #dc3545;
}

.discovery-group-feedback {
    display: none;
    margin-top: 0.45rem;
    color: #f2b7bf;
    font-size: 0.8rem;
}

.discovery-choice-group.is-invalid .discovery-group-feedback {
    display: block;
}

.discovery-solution-details {
    margin-top: 1rem;
}

.discovery-summary-box {
    border: 1px solid rgba(165, 134, 57, 0.16);
    background-color: rgba(245, 240, 232, 0.04);
    padding: 0.85rem 1rem;
}

.discovery-summary-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 1rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(165, 134, 57, 0.12);
}

.discovery-summary-row:last-child {
    border-bottom: none;
}

.discovery-summary-label {
    color: var(--gold-2);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.discovery-summary-value {
    color: rgba(243, 241, 236, 0.88);
    font-size: 0.84rem;
    line-height: 1.65;
    word-break: break-word;
}

.discovery-agree {
    margin-top: 1rem;
}

.discovery-agree .form-check-input {
    border-radius: 0;
    border-color: rgba(165, 134, 57, 0.28);
    background-color: rgba(245, 240, 232, 0.04);
    box-shadow: none;
}

.discovery-agree .form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--gold);
}

.discovery-agree .form-check-label {
    color: rgba(243, 241, 236, 0.78);
    font-size: 0.78rem;
    line-height: 1.6;
}

.discovery-footer {
    margin-top: 1.35rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
}

/* bouton précédent ajusté */
.discovery-btn-ghost {
    justify-self: start;
    min-width: 160px;
    border: 1px solid rgba(165, 134, 57, 0.38);
    border-radius: 0;
    padding: 0.82rem 1.2rem;
    color: var(--gold-2);
    background: transparent;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: none !important;
}

.discovery-btn-ghost:hover:not(:disabled) {
    color: var(--white);
    border-color: rgba(204, 180, 97, 0.7);
    background: rgba(165, 134, 57, 0.06);
}

.discovery-btn-ghost:disabled {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.discovery-progress {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.discovery-progress span {
    display: block;
    width: 16px;
    height: 3px;
    background-color: rgba(243, 241, 236, 0.14);
}

.discovery-progress span.is-active {
    background-color: var(--gold);
}

.discovery-progress span.is-completed {
    background-color: var(--green);
}

.discovery-actions {
    justify-self: end;
}

.discovery-btn-next {
    padding: 0.7rem 1.1rem;
    font-size: 0.82rem;
}

.discovery-reassurance {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
}

.discovery-reassurance-item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--text-normal-white-bg);
    font-size: 0.74rem;
    line-height: 1.4;
}

.discovery-contact-cta {
    margin-top: 1rem;
    text-align: center;
}

.discovery-contact-text {
    font-size: 0.8rem;
}

.discovery-contact-btn {
    font-size: 0.85rem;
    padding: 0.65rem 1rem;
}

.discovery-success {
    max-width: 360px;
    margin: 0 auto;
    padding: 1.25rem 0 0.5rem;
    text-align: center;
}

.discovery-success-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(53, 159, 127, 0.18);
    border: 1px solid rgba(53, 159, 127, 0.35);
    color: var(--green);
    font-size: 1.1rem;
}

.discovery-success-title {
    margin-bottom: 0.75rem !important;
}

.discovery-success-text {
    max-width: 300px;
    margin: 0 auto 1.5rem;
}

.discovery-success-panel {
    margin: 0 auto 1.5rem;
    padding: 1rem 1rem 0.15rem;
    text-align: left;
    border: 1px solid rgba(165, 134, 57, 0.16);
    background-color: rgba(245, 240, 232, 0.04);
}

.discovery-success-row {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 0.75rem;
    padding-bottom: 0.9rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid rgba(165, 134, 57, 0.12);
}

.discovery-success-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.discovery-success-number {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.5;
}

.discovery-success-heading {
    color: rgba(243, 241, 236, 0.92);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.45;
}

.discovery-success-body {
    color: rgba(243, 241, 236, 0.58);
    font-size: 0.72rem;
    line-height: 1.6;
}

.discovery-success-btn {
    min-width: 140px;
}


@media (max-width: 767px) {
    .discovery-card {
        padding: 1rem !important;
    }

    .discovery-steps {
        gap: 0.5rem;
    }

    .discovery-step:not(:last-child)::after {
        left: calc(50% + 16px);
        width: calc(100% - 32px);
    }

    .discovery-step-icon {
        width: 28px;
        height: 28px;
        font-size: 0.78rem;
    }

    .discovery-step-label {
        font-size: 0.62rem;
    }

    .discovery-choice-grid,
    .discovery-inline-grid {
        grid-template-columns: 1fr;
    }

    .discovery-summary-row {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .discovery-footer {
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .discovery-btn-ghost,
    .discovery-actions,
    .discovery-btn-next {
        justify-self: stretch;
        width: 100%;
    }

    .discovery-actions .btn {
        width: 100%;
    }

    .discovery-progress {
        justify-content: center;
        order: -1;
    }

    .discovery-success {
        max-width: 100%;
        padding-top: 0.5rem;
    }

    .discovery-success-panel {
        padding: 0.9rem 0.9rem 0.1rem;
    }
}



/*Politique de confidentialité*/
/* PRIVACY */
.privacy-content {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-block {
    padding: 2rem 0;
    border-bottom: 1px solid var(--line);
}

.privacy-title {
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.privacy-subtitle {
    color: var(--gold-2);
    font-size: 0.9rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem 0;
}

.privacy-text {
    color: var(--muted-2);
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.privacy-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0.75rem;
}

.privacy-list li {
    color: var(--muted-2);
    font-size: 0.9rem;
    line-height: 1.8;
    padding: 0.2rem 0 0.2rem 1rem;
    position: relative;
}

.privacy-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--gold);
}

.privacy-link {
    color: var(--gold-2);
    text-decoration: none;
    transition: color 0.2s ease;
}

.privacy-link:hover {
    color: var(--white);
}