.car-photo-break {
    background:
        linear-gradient(
            90deg,
            rgba(7, 23, 35, .15),
            rgba(7, 23, 35, .15)
        ),
        url('../assets/images/opel_corsa_martinique.png')
        center 58% / cover no-repeat;
}


/* Cartes catégories véhicules */

.stay-card.car-city {
    background:
        linear-gradient(
            180deg,
            rgba(4, 20, 31, .05) 20%,
            rgba(4, 20, 31, .70) 100%
        ),
        url('../assets/images/voiture_citadine.png')
        center / cover no-repeat;
}

.stay-card.car-suv {
    background:
        linear-gradient(
            180deg,
            rgba(4, 20, 31, .05) 20%,
            rgba(4, 20, 31, .70) 100%
        ),
        url('../assets/images/voiture_familiale.png')
        center / cover no-repeat;
}


/* CTA final */

.dive-cta.road-cta {
    position: relative;

    background:
        linear-gradient(
            90deg,
            rgba(3, 20, 31, .88) 0%,
            rgba(3, 20, 31, .68) 48%,
            rgba(3, 20, 31, .15) 100%
        ),
        url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2000&q=88')
        center / cover no-repeat;
}


/* Petites icônes services */

.car-service-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.75);

    box-shadow:
        0 14px 35px rgba(18, 45, 56, .10),
        inset 0 0 0 1px rgba(17, 52, 67, .08);

    font-size: 30px;
}


/* Petit label premium */

.car-eyebrow {
    margin-bottom: 12px;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: .18em;
    text-transform: uppercase;

    color: #c7b59d;
}


/* Image principale */

.car-main-image img {
    object-position: center;
}


/* CTA plus automobile */

.road-cta .dive-layout {
    min-height: 480px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.road-cta .dive-layout > div {
    max-width: 620px;
}


/* Galerie */

.car-gallery .gallery-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* =========================================================
   Résultats véhicules — MadiCréoles
   Fichier : css/vehicules-resultats.css
   ========================================================= */

:root {
    --mc-blue: #0e6fb7;
    --mc-blue-dark: #064776;
    --mc-blue-deep: #062f4f;
    --mc-blue-soft: #eaf5fc;
    --mc-ink: #10283a;
    --mc-muted: #6d7d89;
    --mc-line: #dbe6ed;
    --mc-bg: #f4f8fb;
    --mc-white: #ffffff;
    --mc-sand: #f6efe4;
    --mc-success: #13885e;
    --mc-warning: #bd7020;
    --mc-shadow: 0 18px 55px rgba(13, 60, 92, .11);
    --mc-shadow-hover: 0 22px 65px rgba(13, 60, 92, .18);
    --mc-radius-lg: 22px;
    --mc-radius-md: 16px;
}

body.car-results-page {
    background: var(--mc-bg);
    color: var(--mc-ink);
    font-family: "Mulish", sans-serif;
}

body.car-results-page *,
body.car-results-page *::before,
body.car-results-page *::after {
    box-sizing: border-box;
}

.results-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 30;
    background: transparent;
}

.results-hero {
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--mc-blue-deep);
    padding: 100px 0 62px;
}

.results-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
    transform: scale(1.015);
}

.results-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 22, 36, .46) 0%, rgba(3, 28, 47, .56) 44%, rgba(3, 30, 50, .92) 100%),
        linear-gradient(90deg, rgba(4, 33, 55, .42), rgba(4, 33, 55, .10));
}

.results-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
    padding-left: 50px;
}

.back-home {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .88);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.back-home:hover {
    color: #fff;
}

.eyebrow,
.toolbar-kicker,
.sidebar-kicker,
.vehicle-label,
.help-kicker {
    margin: 0 0 8px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 800;
}

.results-hero .eyebrow {
    color: #a7d8f6;
}

.results-hero h1 {
    margin: 0;
    color: #fff;
    font-family: "Dancing Script", cursive;
    font-size: clamp(48px, 6vw, 76px);
    line-height: .95;
    font-weight: 700;
}

.results-hero-subtitle {
    max-width: 720px;
    margin: 14px 0 28px;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
}

.search-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    width: min(920px, 100%);
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

}

.search-summary-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    min-width: 0;
}

.summary-icon {
    color: #69c1f0;
    font-size: 18px;
    line-height: 1;
    margin-top: 3px;
}

.search-summary-item div {
    min-width: 0;
}

.search-summary small,
.summary-duration small {
    display: block;
    color: rgba(255, 255, 255, .64);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.search-summary strong,
.summary-duration strong {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

.search-summary-item span:not(.summary-icon) {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
}

.summary-arrow {
    color: rgba(255,255,255,.6);
    font-size: 20px;
}

.summary-duration {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.18);
}

.results-section {
    padding: 48px 0 85px;
}

.results-container {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    align-items: start;
    gap: 34px;
}

.search-sidebar {
    position: sticky;
    top: 24px;
}

.sidebar-card {
    overflow: hidden;
    border: 1px solid #dce8ef;
    border-radius: var(--mc-radius-lg);
    background: #fff;
    box-shadow: var(--mc-shadow);
}

.sidebar-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 24px 24px 20px;
    border-bottom: 1px solid var(--mc-line);
    background:
        radial-gradient(circle at top right, rgba(17, 114, 183, .10), transparent 46%),
        #fff;
}

.sidebar-kicker {
    color: var(--mc-blue);
}

.sidebar-title-row h2 {
    margin: 0;
    color: var(--mc-ink);
    font-size: 22px;
    line-height: 1.15;
}

.sidebar-badge {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--mc-blue-soft);
    color: var(--mc-blue);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.sidebar-form {
    padding: 22px 24px 24px;
}

.result-field {
    display: block;
    margin-bottom: 15px;
}

.result-field > span,
.result-transmission legend {
    display: block;
    margin-bottom: 7px;
    color: #243d50;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .055em;
}

.result-field input,
.result-field select,
.sort-form select {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cbdbe6;
    border-radius: 10px;
    outline: none;
    background: #fff;
    color: var(--mc-ink);
    padding: 0 12px;
    font-family: inherit;
    font-size: 13px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.result-field input:focus,
.result-field select:focus,
.sort-form select:focus {
    border-color: var(--mc-blue);
    box-shadow: 0 0 0 3px rgba(14, 111, 183, .11);
}

.sidebar-two-cols {
    display: grid;
    grid-template-columns: 1.35fr .85fr;
    gap: 10px;
}

.result-transmission {
    display: grid;
    gap: 9px;
    margin: 3px 0 20px;
    padding: 0;
    border: 0;
}

.radio-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 11px 12px;
    border: 1px solid #d7e4ec;
    border-radius: 12px;
    background: #fff;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.radio-card:hover {
    border-color: #9bc9e6;
    background: #f8fcff;
}

.radio-card input {
    width: 16px;
    height: 16px;
    accent-color: var(--mc-blue);
}

.radio-card span {
    min-width: 0;
}

.radio-card strong {
    display: block;
    color: var(--mc-ink);
    font-size: 13px;
}

.radio-card small {
    display: block;
    margin-top: 1px;
    color: var(--mc-muted);
    font-size: 13px;
}

.sidebar-submit {
    width: 100%;
    min-height: 48px;
    border-radius: 10px;
}

.sidebar-assurance {
    display: flex;
    gap: 11px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #eff8fd, #f9fcfe);
    border-top: 1px solid #d9eaf4;
}

.assurance-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--mc-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.sidebar-assurance strong {
    display: block;
    color: var(--mc-blue-deep);
    font-size: 13px;
}

.sidebar-assurance p {
    margin: 4px 0 0;
    color: #687d8c;
    font-size: 12px;
    line-height: 1.5;
}

.results-main {
    min-width: 0;
}

.results-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.toolbar-kicker {
    color: var(--mc-blue);
}

.results-toolbar h2 {
    margin: 0;
    color: var(--mc-ink);
    font-size: clamp(25px, 2.8vw, 34px);
    line-height: 1.08;
}

.results-toolbar h2 span {
    color: #7b8c98;
    font-weight: 500;
}

.sort-form label {
    display: grid;
    gap: 6px;
}

.sort-form label > span {
    color: #6a7b87;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.sort-form select {
    min-width: 185px;
}

.trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 20px;
    padding: 13px 16px;
    border: 1px solid #d9e7ef;
    border-radius: 13px;
    background: rgba(255,255,255,.72);
    color: #556b79;
    font-size: 14px;
    font-weight: 700;
}

.trust-strip span {
    color: var(--mc-success);
    font-weight: 900;
}

.vehicle-list {
    display: grid;
    gap: 18px;
}

.vehicle-card {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 210px;
    min-height: 245px;
    overflow: hidden;
    border: 1px solid #dbe6ed;
    border-radius: var(--mc-radius-lg);
    background: #fff;
    box-shadow: 0 10px 28px rgba(17, 65, 96, .07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vehicle-card:hover {
    transform: translateY(-3px);
    border-color: #bad6e6;
    box-shadow: var(--mc-shadow-hover);
}

.vehicle-visual {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    background:
        radial-gradient(circle at 35% 38%, #fff 0%, #eef5f9 55%, #dceaf3 100%);
}

.vehicle-visual::after {
    content: "";
    position: absolute;
    inset: auto 24px 25px;
    height: 14px;
    border-radius: 50%;
    background: rgba(5, 39, 63, .14);
    filter: blur(9px);
}

.vehicle-visual img {
    position: absolute;
    z-index: 2;
    inset: 50% auto auto 50%;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: translate(-50%, -45%);
}

.vehicle-badges {
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-left: 10px;
    margin-top: 5px;
}

.vehicle-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.vehicle-badge-primary {
    background: var(--mc-blue);
    color: #fff;
}

.vehicle-badge-warning {
    background: #fff4e7;
    color: #9b5a18;
}

.vehicle-category {
    position: relative;
    z-index: 3;
    padding: 6px 10px;
    border-radius: 999px;
    margin-left: 10px;
    margin-top: 5px;
    background: rgba(6, 47, 79, .88);
    color: #fff;
    font-size: 10px;
    display: inline-flex;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.vehicle-content {
    min-width: 0;
    padding: 24px 24px 22px;
}

.vehicle-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.vehicle-label {
    color: #7b8f9c;
}

.vehicle-heading h3 {
    display: inline;
    margin: 0;
    color: var(--mc-blue-deep);
    font-size: 25px;
    line-height: 1.1;
}

.similar {
    margin-left: 5px;
    color: #8a98a2;
    font-size: 12px;
}

.vehicle-rating {
    flex: 0 0 auto;
    text-align: right;
}

.vehicle-rating strong {
    display: block;
    color: var(--mc-blue-deep);
    font-size: 14px;
}

.vehicle-rating span {
    display: block;
    margin-top: 3px;
    color: #d79516;
    font-size: 12px;
    font-weight: 800;
}

.vehicle-features {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 22px 0 20px;
}

.vehicle-features > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: 1px solid #dfE9ef;
    border-radius: 9px;
    background: #f9fbfc;
    color: #4f6574;
    font-size: 11px;
    font-weight: 700;
}

.vehicle-features b {
    color: var(--mc-blue);
    font-size: 12px;
}

.vehicle-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-top: 17px;
    border-top: 1px solid #e5edf2;
}

.vehicle-benefits span {
    color: #627683;
    font-size: 12px;
    line-height: 1.35;
}

.vehicle-benefits i {
    margin-right: 3px;
    color: var(--mc-success);
    font-style: normal;
    font-weight: 900;
}

.vehicle-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 24px 20px;
    border-left: 1px solid #e3ebf0;
    background:
        linear-gradient(180deg, rgba(237, 247, 253, .85), rgba(255,255,255,.95));
    text-align: right;
}

.old-price {
    color: #94a2ab;
    font-size: 12px;
    text-decoration: line-through;
}

.total-price strong {
    display: block;
    margin-top: 2px;
    color: var(--mc-blue-deep);
    font-size: 29px;
    line-height: 1;
}

.total-price span {
    display: block;
    margin-top: 4px;
    color: #667b89;
    font-size: 11px;
}

.daily-price {
    margin: 8px 0 16px;
    color: var(--mc-blue);
    font-size: 11px;
    font-weight: 800;
}

.choose-vehicle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding-inline: 12px;
    border-radius: 10px;
    text-align: center;
}

.price-note {
    display: block;
    margin-top: 9px;
    color: #5c666d;
    font-size: 12px;
    line-height: 1.35;
}

.results-help-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin-top: 26px;
    padding: 30px 34px;
    overflow: hidden;
    position: relative;
    border-radius: var(--mc-radius-lg);
    background:
        radial-gradient(circle at right top, rgba(90, 185, 238, .27), transparent 38%),
        linear-gradient(135deg, #073b61 0%, #0d699f 100%);
    color: #fff;
    box-shadow: 0 18px 46px rgba(5, 50, 80, .18);
}

.results-help-card .help-kicker {
    color: #a6ddf8;
}

.results-help-card h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.results-help-card p {
    margin: 8px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 13px;
}

.results-help-card .button-outline {
    flex: 0 0 auto;
    border-color: rgba(255,255,255,.68);
    color: #fff;
    background: transparent;
}

.results-help-card .button-outline:hover {
    background: #fff;
    color: var(--mc-blue-deep);
}

.empty-results {
    padding: 58px 28px;
    border: 1px solid #dbe6ed;
    border-radius: var(--mc-radius-lg);
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 28px rgba(17,65,96,.07);
}

.empty-icon {
    font-size: 42px;
}

.empty-results h2 {
    margin: 14px 0 8px;
    color: var(--mc-blue-deep);
}

.empty-results p {
    max-width: 560px;
    margin: 0 auto 20px;
    color: var(--mc-muted);
}

.mobile-filter-toggle {
    display: none;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    border: 0;
    border-radius: 12px;
    background: var(--mc-blue);
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.mobile-filter-toggle span {
    font-size: 18px;
}

/* Petit ajustement sur le footer depuis la page résultats */
.car-results-page .site-footer {
    margin-top: 0;
}

.booking-steps-wrapper {
    width: 100%;
    padding: 18px 20px;
    margin: 0 0 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #dce9f2;
    border-radius: 22px;
    box-shadow:
        0 10px 35px rgba(22, 70, 105, 0.06),
        0 2px 8px rgba(22, 70, 105, 0.04);
    box-sizing: border-box;
}


/* Conteneur */

.booking-steps {
    display: flex;
    align-items: flex-start;
    width: 100%;
}


/* Une étape */

.booking-step {
    position: relative;
    flex: 1;
    min-width: 0;
    text-align: center;
}


/* ======================================================
   LIGNE ENTRE LES ÉTAPES
====================================================== */

.booking-step:not(:last-child)::after {
    content: "";
    position: absolute;

    top: 20px;

    left: calc(50% + 28px);
    width: calc(100% - 56px);

    height: 3px;

    background: #e2ebf2;

    border-radius: 100px;

    z-index: 0;
}


/* Ligne déjà parcourue */

.booking-step.is-completed:not(:last-child)::after {
    background: linear-gradient(
        90deg,
        #0876b9,
        #14a5d9
    );
}


/* ======================================================
   CERCLE
====================================================== */

.booking-step-top {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;
}


.booking-step-circle {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #edf4f8;
    border: 2px solid #e1ebf1;

    font-size: 14px;
    font-weight: 700;
    color: #688294;

    box-sizing: border-box;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


/* Étape active */

.booking-step.is-active .booking-step-circle {
    color: #fff;

    border-color: #0876b9;

    background: linear-gradient(
        135deg,
        #0876b9 0%,
        #0f91cd 100%
    );

    transform: scale(1.08);

    box-shadow:
        0 6px 16px rgba(8, 118, 185, 0.25),
        0 0 0 6px rgba(8, 118, 185, 0.08);
}


/* Étape terminée */

.booking-step.is-completed .booking-step-circle {
    color: #fff;

    border-color: #0876b9;

    background: #0876b9;
}


/* ======================================================
   TEXTE / ICÔNE
====================================================== */

.booking-step-content {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 12px;

    padding: 0 8px;
}


.booking-step-icon {
    display: none;
}


.booking-step-text {
    min-width: 0;
}


.booking-step-label {
    display: block;

    margin-bottom: 3px;

    font-size: 10px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .07em;

    color: #9aacb8;
}


.booking-step strong {
    display: block;

    color: #455d6d;

    font-size: 13px;
    font-weight: 600;

    line-height: 1.25;
}


/* Étape active */

.booking-step.is-active .booking-step-label {
    color: #0876b9;
}


.booking-step.is-active strong {
    color: #163f59;
    font-weight: 700;
}


/* Terminée */

.booking-step.is-completed strong {
    color: #0876b9;
}

.logo-footer img
{
    max-width: 200px;
}

/* =========================================================
   ÉTAPE 2 — IDENTIFICATION
   Styles volontairement préfixés pour éviter les conflits.
   ========================================================= */
.identification-hero-content {
    padding-top: 28px;
    padding-bottom: 28px;
}

.identification-section {
    position: relative;
    padding: 44px 0 72px;
    background:
        radial-gradient(circle at 8% 0%, rgba(36, 111, 145, .08), transparent 29%),
        radial-gradient(circle at 100% 12%, rgba(240, 150, 66, .08), transparent 25%),
        #f6f8fb;
}

.identification-container {
    max-width: 1220px;
}

.identification-heading {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.identification-kicker,
.auth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 8px;
    color: #2a7898;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.identification-heading h2 {
    margin: 0;
    color: #16364d;
    font-size: clamp(27px, 3vw, 39px);
    line-height: 1.12;
    letter-spacing: -.03em;
}

.identification-heading p {
    max-width: 650px;
    margin: 12px auto 0;
    color: #6b7d8c;
    font-size: 15px;
    line-height: 1.7;
}

.identification-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 24px;
    align-items: stretch;
}

.auth-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(28, 72, 96, .10);
    border-radius: 24px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 22px 65px rgba(28, 55, 76, .10);
}

.auth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2d819f 0%, #74b9c3 52%, #f0a04b 100%);
}

.auth-card-login::before {
    background: linear-gradient(90deg, #16364d 0%, #2d819f 55%, #76bdc7 100%);
}

.auth-card-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 26px;
}

.auth-card-header h2 {
    margin: 1px 0 5px;
    color: #16364d;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.auth-card-header p {
    margin: 0;
    color: #748491;
    font-size: 14px;
    line-height: 1.55;
}

.auth-icon {
    display: inline-flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(35, 111, 146, .13);
    border-radius: 15px;
    background: #f1f7fa;
    color: #286f8c;
    font-size: 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.auth-icon-primary {
    background: linear-gradient(145deg, #eff8fa, #fff7ee);
}

.premium-auth-form {
    display: grid;
    gap: 16px;
}

.auth-two-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.auth-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.auth-field > span:first-child,
.auth-label-row {
    color: #29495e;
    font-size: 13px;
    font-weight: 750;
}

.auth-field b {
    color: #e77936;
}

.auth-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.auth-label-row a {
    color: #2b7796;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.auth-label-row a:hover {
    text-decoration: underline;
}

.auth-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    overflow: hidden;
    border: 1px solid #dbe3e8;
    border-radius: 13px;
    background: #fbfcfd;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.auth-input-wrap:focus-within {
    border-color: #4e9bb5;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(49, 137, 169, .10);
}

.auth-input-wrap > i {
    flex: 0 0 42px;
    width: 42px;
    color: #8a9ba7;
    text-align: center;
    font-size: 14px;
}

.auth-input-wrap input {
    width: 100%;
    min-width: 0;
    height: 50px;
    padding: 0 13px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #19384c;
    font: inherit;
    font-size: 14px;
}

.auth-input-wrap input::placeholder {
    color: #9aa7b0;
}

.password-toggle {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #7d8d99;
    cursor: pointer;
}

.password-toggle:hover {
    color: #286f8c;
}

.auth-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #6d7e8b;
    font-size: 14px;
    line-height: 1.55;
    cursor: pointer;
}

.auth-check input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: #2d819f;
}

.auth-check a {
    color: #287795;
    font-weight: 700;
    text-decoration: none;
}

.auth-check a:hover {
    text-decoration: underline;
}

.auth-submit {
    display: flex;
    width: 100%;
    min-height: 52px;
    margin-top: 2px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 13px;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease;
}

.auth-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(32, 105, 134, .18);
}

.auth-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    padding-top: 3px;
    color: #6b7d88;
    font-size: 14px;
    font-weight: 650;
}

.auth-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.auth-benefits i {
    color: #4e9d77;
}

.social-auth {
    display: grid;
    gap: 11px;
    margin-bottom: 22px;
}

.social-button {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid #dbe3e8;
    border-radius: 13px;
    background: #fff;
    color: #244257;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(31, 54, 72, .045);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.social-button:hover {
    transform: translateY(-1px);
    border-color: #c7d5dc;
    box-shadow: 0 10px 24px rgba(31, 54, 72, .09);
}

.social-facebook {
    border-color: #d7e2f3;
    background: #f7faff;
    color: #1877f2;
}

.social-logo {
    display: inline-flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
}

.facebook-logo {
    color: #1877f2;
}

.auth-separator {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 4px 0 20px;
    color: #99a6af;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.auth-separator::before,
.auth-separator::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e6ebee;
}

.auth-separator span {
    white-space: nowrap;
}

.auth-check-remember {
    margin-top: -1px;
}

.login-reassurance {
    display: flex;
    gap: 12px;
    margin-top: 22px;
    padding: 15px;
    border: 1px solid #e0e9ed;
    border-radius: 14px;
    background: #f8fbfc;
}

.login-reassurance-icon {
    display: inline-flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e9f5f2;
    color: #42866d;
}

.login-reassurance strong {
    display: block;
    margin-bottom: 3px;
    color: #29485c;
    font-size: 14px;
}

.login-reassurance p {
    margin: 0;
    color: #748590;
    font-size: 13px;
    line-height: 1.5;
}

.identification-footer-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 22px;
    padding: 17px 20px;
    border: 1px solid rgba(29, 82, 108, .10);
    border-radius: 18px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 10px 30px rgba(32, 55, 72, .055);
}

.identification-footer-icon {
    display: inline-flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eaf6f2;
    color: #46836f;
}

.identification-footer-card strong {
    display: block;
    margin-bottom: 2px;
    color: #29495d;
    font-size: 15px;
}

.identification-footer-card p {
    margin: 0;
    color: #71828e;
    font-size: 14px;
    line-height: 1.5;
}

.secure-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border-radius: 999px;
    background: #f1f7fa;
    color: #397891;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}


/* Icônes — compatibilité Font Awesome 4.x */
.summary-icon,
.summary-duration-icon {
    display: inline-flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 14px;
}

.summary-duration {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 9px;
    align-items: center;
}

.summary-duration-icon {
    grid-row: 1 / span 2;
}

.summary-duration small,
.summary-duration strong {
    grid-column: 2;
}

.identification-kicker i {
    font-size: 13px;
}

.booking-step-icon i,
.auth-icon i,
.auth-input-wrap > i,
.password-toggle i,
.auth-benefits i,
.login-reassurance-icon i,
.identification-footer-icon i,
.secure-chip i,
.auth-submit i {
    display: inline-block;
    line-height: 1;
}

/* ========================================================================== 
   ÉTAPE 3 - OPTIONS PREMIUM
   Les classes globales .container, .button, .booking-steps, .results-hero
   restent celles de ton design actuel. Ces styles complètent uniquement
   l'étape Options.
   ========================================================================== */

.options-hero .results-hero-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.options-section {
    padding: 36px 0 72px;
    background:
        radial-gradient(circle at 10% 0%, rgba(14, 165, 233, .07), transparent 34%),
        #f7f9fc;
}

.options-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 30px;
    align-items: start;
}

.options-main {
    min-width: 0;
}

.options-intro {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.options-kicker,
.panel-kicker,
.summary-card-kicker {
    display: inline-block;
    margin-bottom: 6px;
    color: #0b77c5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.options-intro h2 {
    margin: 0 0 7px;
    color: #142033;
    font-size: clamp(25px, 2.6vw, 34px);
    line-height: 1.12;
}

.options-intro p,
.premium-panel-heading p {
    margin: 0;
    color: #687386;
    font-size: 14px;
    line-height: 1.65;
}

.options-secure-pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(16, 185, 129, .22);
    border-radius: 999px;
    background: #ecfdf5;
    color: #08785d;
    font-size: 12px;
    font-weight: 800;
}

.options-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid #e7ebf1;
    border-radius: 14px;
    background: #e7ebf1;
}

.options-trust-strip > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 9px 12px;
    background: #fff;
    color: #536074;
    font-size: 14px;
    font-weight: 700;
}

.options-trust-strip i {
    color: #0aa77a;
}

.premium-panel {
    margin-bottom: 18px;
    padding: 24px;
    border: 1px solid #e5eaf1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(31, 43, 62, .06);
}

.premium-panel-heading {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.panel-number {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg, #0b84d8, #075fa9);
    box-shadow: 0 8px 22px rgba(11, 132, 216, .22);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
}

.premium-panel-heading h3 {
    margin: 0 0 5px;
    color: #172236;
    font-size: 25px;
    line-height: 1.2;
}

.rental-options-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.rental-option-card {
    position: relative;
    display: flex;
    gap: 14px;
    min-height: 142px;
    padding: 17px;
    border: 1px solid #e4e9f1;
    border-radius: 17px;
    background: #fff;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.rental-option-card:hover {
    transform: translateY(-2px);
    border-color: #bddcf2;
    box-shadow: 0 12px 28px rgba(28, 70, 106, .08);
}

.rental-option-card.is-highlighted {
    background: linear-gradient(180deg, #fbfdff, #f5faff);
}

.rental-option-card > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.rental-option-card:has(input:checked) {
    border-color: #168bd3;
    background: #f4faff;
    box-shadow: 0 0 0 3px rgba(22, 139, 211, .08), 0 12px 30px rgba(22, 139, 211, .08);
}

.option-check {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border: 1px solid #cfd7e3;
    border-radius: 7px;
    background: #fff;
    color: transparent;
    font-size: 11px;
    transition: all .18s ease;
}

.rental-option-card:has(input:checked) .option-check {
    border-color: #168bd3;
    background: #168bd3;
    color: #fff;
}

.option-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #eff7fd;
    color: #0878c3;
    font-size: 18px;
}

.option-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding-right: 18px;
}

.option-title-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin: 1px 0 6px;
}

.option-title-row strong {
    color: #182337;
    font-size: 14px;
}

.option-title-row em,
.payment-method-title em {
    padding: 4px 7px;
    border-radius: 999px;
    background: #e8f6ff;
    color: #0878c3;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.option-copy small {
    color: #737e8f;
    font-size: 12px;
    line-height: 1.5;
}

.option-price {
    margin-top: auto;
    padding-top: 11px;
    color: #0d6fae;
    font-size: 13px;
    font-weight: 900;
}

.options-legal-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 15px 0 0;
    color: #7b8595;
    font-size: 13px;
    line-height: 1.5;
}

.options-legal-note i {
    margin-top: 2px;
    color: #2586c4;
}

.payment-methods {
    display: grid;
    gap: 11px;
}

.payment-method-card {
    position: relative;
    display: grid;
    grid-template-columns: 22px 48px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-height: 82px;
    padding: 14px 16px;
    border: 1px solid #e3e8ef;
    border-radius: 16px;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.payment-method-card > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-method-card:has(input:checked) {
    border-color: #168bd3;
    background: #f6fbff;
    box-shadow: 0 0 0 3px rgba(22, 139, 211, .06);
}

.payment-radio {
    width: 19px;
    height: 19px;
    border: 2px solid #c8d1dc;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

.payment-method-card:has(input:checked) .payment-radio {
    border-color: #168bd3;
    background: #168bd3;
}

.payment-method-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #f1f6fa;
    color: #176fa9;
    font-size: 17px;
}

.payment-method-copy {
    min-width: 0;
}

.payment-method-title {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 4px;
}

.payment-method-title strong {
    color: #182337;
    font-size: 14px;
}

.payment-method-copy small {
    color: #727d8d;
    font-size: 12px;
    line-height: 1.45;
}

.secure-payment-note {
    display: flex;
    gap: 11px;
    align-items: center;
    margin-top: 14px;
    padding: 13px 14px;
    border-radius: 13px;
    background: #f3faf7;
    color: #216b56;
}

.secure-payment-note > i {
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #e2f5ec;
}

.secure-payment-note div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.secure-payment-note strong {
    font-size: 14px;
}

.secure-payment-note span {
    color: #648076;
    font-size: 13px;
}

.promo-box {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
    border: 1px dashed #cfd9e4;
    border-radius: 16px;
    background: #fbfcfe;
}

.promo-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #fff2df;
    color: #d97d08;
    font-size: 19px;
}

.promo-content label {
    display: block;
    margin-bottom: 7px;
    color: #263248;
    font-size: 12px;
    font-weight: 800;
}

.promo-field-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
}

.promo-field-row input {
    width: 100%;
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid #d8dfe8;
    border-radius: 11px;
    outline: none;
    background: #fff;
    color: #172236;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.promo-field-row input:focus {
    border-color: #168bd3;
    box-shadow: 0 0 0 3px rgba(22, 139, 211, .10);
}

.promo-apply {
    min-height: 44px;
    padding-inline: 17px;
}

.promo-status {
    min-height: 18px;
    margin: 7px 0 0;
    color: #657385;
    font-size: 11px;
    line-height: 1.4;
}

.promo-status.is-success {
    color: #08785d;
}

.promo-status.is-error {
    color: #b42318;
}

.options-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-top: 23px;
}

.options-back,
.options-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
}

.options-submit {
    min-width: 235px;
}

.mobile-total-card {
    display: none;
}

.options-summary-column {
    position: relative;
}

.booking-summary-card {
    position: sticky;
    top: 20px;
    overflow: hidden;
    border: 1px solid #e3e8ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(27, 43, 65, .10);
}

.summary-card-head {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding: 20px 20px 15px;
}

.summary-card-head h2 {
    margin: 0;
    color: #172236;
    font-size: 21px;
}

.summary-card-lock {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #edf8f3;
    color: #0a8a65;
    font-size: 13px;
}

.summary-vehicle {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    margin: 0 20px 17px;
    padding: 12px;
    border: 1px solid #edf0f4;
    border-radius: 15px;
    background: linear-gradient(135deg, #fbfdff, #f5f8fb);
}

.summary-vehicle-image {
    height: 74px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 11px;
    background: #fff;
}

.summary-vehicle-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.summary-vehicle-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.summary-vehicle-copy > span {
    margin-bottom: 2px;
    color: #0b77c5;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.summary-vehicle-copy strong {
    overflow: hidden;
    color: #182337;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summary-vehicle-copy small {
    margin-top: 3px;
    color: #737e8f;
    font-size: 12px;
}

.summary-trip {
    padding: 0 20px 17px;
}

.summary-trip-point {
    display: grid;
    grid-template-columns: 13px minmax(0, 1fr);
    gap: 10px;
}

.trip-dot {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    border: 3px solid #168bd3;
    border-radius: 50%;
    background: #fff;
}

.trip-dot.is-return {
    border-color: #0aa77a;
}

.summary-trip-point div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.summary-trip-point small,
.summary-customer small {
    color: #8a94a3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.summary-trip-point strong {
    margin: 1px 0 2px;
    overflow: hidden;
    color: #263248;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summary-trip-point span:not(.trip-dot) {
    color: #727d8d;
    font-size: 13px;
}

.summary-trip-line {
    width: 1px;
    height: 17px;
    margin: 3px 0 3px 5px;
    background: linear-gradient(#bdd9eb, #cfe7dd);
}

.summary-customer {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin: 0 20px 17px;
    padding: 11px 12px;
    border-radius: 12px;
    background: #f7f9fc;
}

.summary-customer > i {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #eaf5fc;
    color: #1178b8;
    font-size: 12px;
}

.summary-customer div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.summary-customer strong,
.summary-customer span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summary-customer strong {
    color: #263248;
    font-size: 16px;
}

.summary-customer span {
    color: #747f90;
    font-size: 13px;
}

.summary-price-lines {
    padding: 15px 20px;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
    background: #fcfdfe;
}

.summary-price-line {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: baseline;
    padding: 5px 0;
    color: #667285;
    font-size: 13px;
}

.summary-price-line strong {
    flex: 0 0 auto;
    color: #29354a;
    font-size: 13px;
}

.summary-option-line {
    animation: summaryFadeIn .18s ease;
}

@keyframes summaryFadeIn {
    from { opacity: 0; transform: translateY(-3px); }
    to { opacity: 1; transform: translateY(0); }
}

.summary-promo-line strong {
    color: #08785d;
}

.summary-payment-choice {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 20px;
    border-bottom: 1px solid #edf0f4;
    color: #6c7788;
    font-size: 13px;
}

.summary-payment-choice strong {
    color: #263248;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    background: linear-gradient(135deg, #0b6fae, #0784c8);
    color: #fff;
}

.summary-total div {
    display: flex;
    flex-direction: column;
}

.summary-total span {
    font-size: 13px;
    font-weight: 900;
}

.summary-total small {
    margin-top: 2px;
    color: rgba(255,255,255,.74);
    font-size: 13px;
}

.summary-total > strong {
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
}

.summary-reassurance {
    display: grid;
    gap: 7px;
    padding: 15px 20px 18px;
    color: #5f6c7e;
    font-size: 13px;
    font-weight: 700;
}

.summary-reassurance i {
    width: 16px;
    color: #0aa77a;
}

.summary-help-card {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 11px;
    margin-top: 13px;
    padding: 14px;
    border: 1px solid #e4e9f0;
    border-radius: 15px;
    background: #fff;
}

.summary-help-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #f0f7fc;
    color: #1478b8;
}

.summary-help-card strong {
    display: block;
    margin-bottom: 3px;
    color: #263248;
    font-size: 14px;
}

.summary-help-card p {
    margin: 0;
    color: #778293;
    font-size: 13px;
    line-height: 1.45;
}

/* ========================================================================== 
   ÉTAPE 4 - RÉCAPITULATIF
   Tous les petits textes restent volontairement à 15px minimum.
   ========================================================================== */
.recap-hero .results-hero-content {
    padding-top: clamp(28px, 4vw, 52px);
    padding-bottom: clamp(28px, 4vw, 52px);
}

.recap-hero .results-hero-subtitle,
.recap-hero .search-summary span,
.recap-hero .search-summary small {
    font-size: 15px;
    line-height: 1.55;
}

.booking-recap-page {
    --recap-text: #152033;
    --recap-muted: #667085;
    --recap-border: #e7eaf0;
    --recap-soft: #f7f9fc;
    --recap-primary: #0e6fff;
    --recap-primary-dark: #0757cc;
    --recap-success: #12805c;
    --recap-shadow: 0 18px 55px rgba(15, 23, 42, .08);
    padding: clamp(34px, 5vw, 70px) 0 80px;
    background:
        radial-gradient(circle at 0 0, rgba(14, 111, 255, .06), transparent 30%),
        #f6f8fb;
    color: var(--recap-text);
    font-size: 16px;
    line-height: 1.6;
}

.booking-recap-page *,
.booking-recap-page *::before,
.booking-recap-page *::after {
    box-sizing: border-box;
}

.booking-recap-page small {
    font-size: 15px;
    line-height: 1.5;
}

.booking-recap-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
    gap: 30px;
    align-items: start;
}

.booking-recap-main {
    min-width: 0;
}

.recap-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 22px;
}

.recap-kicker,
.recap-panel-kicker,
.recap-total-kicker {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: .04em;
    color: var(--recap-primary);
}

.recap-heading h2 {
    margin: 0;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.14;
    letter-spacing: -.03em;
    color: var(--recap-text);
}

.recap-heading p {
    max-width: 720px;
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 1.65;
    color: var(--recap-muted);
}

.recap-secure-pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 15px;
    border: 1px solid rgba(18, 128, 92, .18);
    border-radius: 999px;
    background: rgba(18, 128, 92, .08);
    color: var(--recap-success);
    font-size: 15px;
    font-weight: 800;
}

.recap-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.recap-trust-strip > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--recap-border);
    border-radius: 13px;
    background: rgba(255, 255, 255, .75);
    color: #344054;
    font-size: 15px;
    font-weight: 750;
}

.recap-trust-strip i {
    color: var(--recap-success);
}

.recap-panel {
    margin-bottom: 18px;
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid var(--recap-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 9px 30px rgba(15, 23, 42, .045);
}

.recap-panel-head,
.recap-panel-title-row {
    display: flex;
    align-items: center;
}

.recap-panel-head {
    gap: 14px;
}

.recap-panel-title-row {
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.recap-panel-title-row .recap-panel-head {
    margin-bottom: 0;
}

.recap-panel > .recap-panel-head {
    margin-bottom: 22px;
}

.recap-panel-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(14, 111, 255, .12), rgba(14, 111, 255, .04));
    color: var(--recap-primary);
    font-size: 19px;
}

.recap-panel h3 {
    margin: 0;
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.25;
    color: var(--recap-text);
}

.recap-edit-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 10px;
    color: var(--recap-primary);
    background: rgba(14, 111, 255, .07);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.recap-edit-link:hover {
    background: rgba(14, 111, 255, .12);
}

.recap-trip-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
}

.recap-trip-card {
    min-height: 142px;
    padding: 19px;
    border: 1px solid var(--recap-border);
    border-radius: 16px;
    background: var(--recap-soft);
}

.recap-trip-label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: var(--recap-muted);
    font-size: 15px;
    font-weight: 750;
}

.recap-trip-label i {
    color: var(--recap-primary);
}

.recap-trip-card strong {
    display: block;
    font-size: 16px;
    line-height: 1.35;
    color: var(--recap-text);
}

.recap-trip-card p {
    margin: 7px 0 0;
    font-size: 14px;
    color: var(--recap-muted);
}

.recap-trip-arrow {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eef4ff;
    color: var(--recap-primary);
    font-size: 16px;
}

.recap-duration-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 13px 16px;
    border-radius: 13px;
    background: #f9fafb;
    color: var(--recap-muted);
    font-size: 15px;
}

.recap-duration-line i {
    color: var(--recap-primary);
}

.recap-duration-line strong {
    margin-left: auto;
    color: var(--recap-text);
    font-size: 16px;
}

.recap-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.recap-detail {
    padding: 16px 18px;
    border: 1px solid var(--recap-border);
    border-radius: 14px;
    background: var(--recap-soft);
}

.recap-detail span {
    display: block;
    margin-bottom: 4px;
    color: var(--recap-muted);
    font-size: 15px;
}

.recap-detail strong {
    display: block;
    overflow-wrap: anywhere;
    color: var(--recap-text);
    font-size: 17px;
    line-height: 1.4;
}

.recap-vehicle {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
}

.recap-vehicle-image {
    min-height: 128px;
    display: grid;
    place-items: center;
    padding: 8px;
    border-radius: 16px;
    background: linear-gradient(145deg, #f3f6fa, #fff);
    overflow: hidden;
}

.recap-vehicle-image img {
    width: 100%;
    height: 125px;
    object-fit: contain;
    display: block;
}

.recap-category-badge {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--recap-primary);
    font-size: 15px;
    font-weight: 800;
}

.recap-vehicle-copy h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    color: var(--recap-text);
}

.recap-vehicle-copy h4 small {
    color: var(--recap-muted);
    font-weight: 500;
}

.recap-vehicle-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    margin-top: 11px;
}

.recap-vehicle-specs span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #475467;
    font-size: 15px;
    font-weight: 650;
}

.recap-vehicle-specs i {
    color: var(--recap-primary);
}

.recap-vehicle-price {
    text-align: right;
    white-space: nowrap;
}

.recap-vehicle-price > span,
.recap-vehicle-price > small {
    display: block;
    color: var(--recap-muted);
    font-size: 15px;
}

.recap-vehicle-price strong {
    display: block;
    margin: 3px 0;
    color: var(--recap-text);
    font-size: 24px;
    line-height: 1.25;
}

.recap-options-list {
    display: grid;
    gap: 10px;
}

.recap-option-row {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid var(--recap-border);
    border-radius: 14px;
    background: var(--recap-soft);
}

.recap-option-icon,
.recap-payment-icon {
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fff;
    color: var(--recap-primary);
    box-shadow: 0 5px 14px rgba(15, 23, 42, .06);
}

.recap-option-icon {
    width: 46px;
    height: 46px;
}

.recap-option-copy strong,
.recap-option-copy span {
    display: block;
}

.recap-option-copy strong {
    font-size: 16px;
    color: var(--recap-text);
}

.recap-option-copy span {
    margin-top: 2px;
    color: var(--recap-muted);
    font-size: 15px;
}

.recap-option-price {
    font-size: 16px;
    color: var(--recap-text);
    white-space: nowrap;
}

.recap-empty-options {
    display: flex;
    gap: 13px;
    padding: 16px 18px;
    border: 1px solid rgba(18, 128, 92, .18);
    border-radius: 14px;
    background: rgba(18, 128, 92, .055);
}

.recap-empty-options > i {
    margin-top: 3px;
    color: var(--recap-success);
    font-size: 20px;
}

.recap-empty-options strong {
    font-size: 17px;
}

.recap-empty-options p {
    margin: 3px 0 0;
    color: var(--recap-muted);
    font-size: 15px;
}

.recap-payment-choice {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 17px;
    border: 1px solid var(--recap-border);
    border-radius: 15px;
    background: var(--recap-soft);
}

.recap-payment-icon {
    width: 52px;
    height: 52px;
    font-size: 19px;
}

.recap-payment-choice strong {
    display: block;
    font-size: 17px;
}

.recap-payment-choice p {
    margin: 2px 0 0;
    color: var(--recap-muted);
    font-size: 15px;
}

.recap-payment-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(18, 128, 92, .09);
    color: var(--recap-success);
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.recap-promo-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 12px;
    padding: 13px 15px;
    border-radius: 13px;
    background: #fff8e8;
    color: #805b12;
    font-size: 15px;
}

.recap-promo-line strong {
    padding: 3px 8px;
    border-radius: 7px;
    background: #fff;
    font-size: 16px;
}

.recap-promo-line em {
    width: 100%;
    font-style: normal;
    color: #8a6a2e;
}

.booking-recap-summary {
    position: relative;
    top: auto;
    align-self: start;
    min-width: 0;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.recap-total-card {
    overflow: hidden;
    border: 1px solid var(--recap-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--recap-shadow);
}

.recap-total-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 22px 22px 18px;
    border-bottom: 1px solid var(--recap-border);
}

.recap-total-head h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    color: var(--recap-text);
}

.recap-total-lock {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(18, 128, 92, .08);
    color: var(--recap-success);
    font-size: 18px;
}

.recap-price-lines {
    display: grid;
    gap: 12px;
    padding: 20px 22px;
}

.recap-price-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: baseline;
    color: #475467;
    font-size: 15px;
}

.recap-price-row strong {
    color: var(--recap-text);
    font-size: 16px;
    white-space: nowrap;
}

.recap-price-row.is-discount,
.recap-price-row.is-discount strong {
    color: var(--recap-success);
}

.recap-grand-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
    padding: 20px 22px;
    border-top: 1px solid var(--recap-border);
    border-bottom: 1px solid var(--recap-border);
    background: linear-gradient(135deg, #f7faff, #fff);
}

.recap-grand-total span,
.recap-grand-total small {
    display: block;
}

.recap-grand-total span {
    font-size: 17px;
    font-weight: 800;
    color: var(--recap-text);
}

.recap-grand-total small {
    margin-top: 3px;
    color: var(--recap-muted);
}

.recap-grand-total > strong {
    color: var(--recap-primary);
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1;
    letter-spacing: -.03em;
    white-space: nowrap;
}

.recap-payment-reassurance {
    display: grid;
    gap: 9px;
    padding: 18px 22px 6px;
}

.recap-payment-reassurance > div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #475467;
    font-size: 15px;
    font-weight: 650;
}

.recap-payment-reassurance i {
    width: 20px;
    color: var(--recap-success);
    text-align: center;
}

.recap-confirm-form {
    padding: 18px 22px 22px;
}

.recap-terms {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 16px;
    border: 1px solid var(--recap-border);
    border-radius: 15px;
    background: #fbfcfe;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.recap-terms:hover {
    border-color: #cfd8e8;
}

.recap-terms:has(input:checked) {
    border-color: rgba(14, 111, 255, .42);
    background: rgba(14, 111, 255, .045);
    box-shadow: 0 0 0 3px rgba(14, 111, 255, .06);
}

.recap-terms input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.recap-terms-box {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    margin-top: 1px;
    border: 2px solid #b9c1ce;
    border-radius: 8px;
    background: #fff;
    color: transparent;
    font-size: 14px;
    transition: all .2s ease;
}

.recap-terms input:checked + .recap-terms-box {
    border-color: var(--recap-primary);
    background: var(--recap-primary);
    color: #fff;
}

.recap-terms input:focus-visible + .recap-terms-box {
    outline: 3px solid rgba(14, 111, 255, .22);
    outline-offset: 2px;
}

.recap-terms-copy strong,
.recap-terms-copy span {
    display: block;
}

.recap-terms-copy strong {
    margin-bottom: 3px;
    color: var(--recap-text);
    font-size: 16px;
    line-height: 1.4;
}

.recap-terms-copy span {
    color: var(--recap-muted);
    font-size: 15px;
    line-height: 1.55;
}

.recap-terms-copy a,
.recap-privacy-note a {
    color: var(--recap-primary);
    font-weight: 750;
    text-underline-offset: 2px;
}

.recap-terms-help {
    margin: 9px 2px 13px;
    color: #b54708;
    font-size: 15px;
    line-height: 1.45;
}

.recap-terms-help.is-ok {
    color: var(--recap-success);
}

.recap-pay-button {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 850;
    border-radius: 14px;
}

.recap-pay-button:disabled {
    opacity: .48;
    cursor: not-allowed;
    filter: grayscale(.2);
}

.recap-privacy-note {
    margin: 12px 2px 0;
    color: var(--recap-muted);
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.recap-privacy-note i {
    color: var(--recap-success);
}

.recap-help-card {
    display: flex;
    gap: 13px;
    margin-top: 15px;
    padding: 17px 18px;
    border: 1px solid var(--recap-border);
    border-radius: 17px;
    background: rgba(255, 255, 255, .82);
}

.recap-help-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eef4ff;
    color: var(--recap-primary);
}

.recap-help-card strong {
    display: block;
    font-size: 16px;
}

.recap-help-card p {
    margin: 2px 0 0;
    color: var(--recap-muted);
    font-size: 15px;
    line-height: 1.5;
}

/* ==========================================================================
   ÉTAPE 5 - PAIEMENT SÉCURISÉ
   À ajouter à la fin de custom.css
   ========================================================================== */

.payment-page {
    --payment-navy: #172236;
    --payment-blue: #0e6fff;
    --payment-blue-dark: #0757cc;
    --payment-green: #12805c;
    --payment-muted: #667085;
    --payment-border: #e4e8ef;
    --payment-soft: #f7f9fc;
}

.payment-heading {
    margin-bottom: 22px;
}

.payment-trust-strip i {
    color: var(--payment-green);
}

/* --------------------------------------------------------------------------
   Choix du moyen de paiement
   -------------------------------------------------------------------------- */

.checkout-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.checkout-method-card {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    min-height: 150px;
    padding: 20px;
    cursor: pointer;
    border: 1px solid var(--payment-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 35, 55, .04);
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease,
        background .2s ease;
}

.checkout-method-card:hover {
    transform: translateY(-2px);
    border-color: #b8d3ff;
    box-shadow: 0 14px 32px rgba(14, 111, 255, .08);
}

.checkout-method-card.is-selected {
    border-color: var(--payment-blue);
    background:
        linear-gradient(135deg, rgba(14, 111, 255, .055), #fff);
    box-shadow:
        0 0 0 3px rgba(14, 111, 255, .08),
        0 16px 35px rgba(14, 111, 255, .09);
}

.checkout-method-card > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-method-check {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border: 2px solid #d7dee8;
    border-radius: 50%;
    background: #fff;
    color: transparent;
    font-size: 11px;
    transition: .2s ease;
}

.checkout-method-card.is-selected .checkout-method-check {
    border-color: var(--payment-blue);
    background: var(--payment-blue);
    color: #fff;
}

.checkout-method-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #eef4ff;
    color: var(--payment-blue);
    font-size: 20px;
}

.checkout-method-icon.is-ancv {
    background: #eef8f3;
    color: var(--payment-green);
}

.checkout-method-copy {
    min-width: 0;
}

.checkout-method-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding-right: 27px;
}

.checkout-method-title-row strong {
    color: var(--payment-navy);
    font-size: 17px;
    line-height: 1.35;
}

.checkout-method-title-row em {
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--payment-blue);
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 800;
}

.checkout-method-copy > small {
    display: block;
    margin-top: 6px;
    color: var(--payment-muted);
    font-size: 15px;
    line-height: 1.5;
}

.payment-brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.payment-brand-list b {
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 8px;
    border: 1px solid #dce2e9;
    border-radius: 7px;
    background: #fff;
    color: #263248;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
}

.payment-brand-list.is-large b {
    min-height: 31px;
    min-width: 49px;
    font-size: 12px;
}

.ancv-mini-badge {
    display: inline-flex;
    margin-top: 12px;
    padding: 6px 9px;
    border-radius: 8px;
    background: #edf8f3;
    color: #08785d;
    font-size: 12px;
    line-height: 1;
    font-weight: 850;
}

/* --------------------------------------------------------------------------
   Contenu de paiement
   -------------------------------------------------------------------------- */

.checkout-payment-content[hidden] {
    display: none !important;
}

.payment-security-banner {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    margin: 20px 0;
    padding: 15px 17px;
    border: 1px solid rgba(18, 128, 92, .16);
    border-radius: 15px;
    background: rgba(18, 128, 92, .055);
}

.payment-security-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #fff;
    color: var(--payment-green);
    font-size: 18px;
}

.payment-security-banner strong {
    display: block;
    color: var(--payment-navy);
    font-size: 16px;
}

.payment-security-banner p {
    margin: 3px 0 0;
    color: var(--payment-muted);
    font-size: 15px;
    line-height: 1.5;
}

.card-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.payment-field {
    display: grid;
    gap: 7px;
}

.payment-field.is-full {
    grid-column: 1 / -1;
}

.payment-field > span {
    color: #344054;
    font-size: 15px;
    font-weight: 800;
}

.payment-field input {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d5dce5;
    border-radius: 13px;
    outline: 0;
    background: #fff;
    padding: 0 15px;
    color: var(--payment-navy);
    font: inherit;
    font-size: 16px;
    transition:
        border-color .18s ease,
        box-shadow .18s ease;
}

.payment-field input:focus {
    border-color: var(--payment-blue);
    box-shadow: 0 0 0 4px rgba(14, 111, 255, .09);
}

.payment-input-with-icon {
    position: relative;
}

.payment-input-with-icon > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #8290a1;
}

.payment-input-with-icon input {
    padding-left: 43px;
}

.payment-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 19px;
    padding-top: 17px;
    border-top: 1px solid var(--payment-border);
}

.payment-card-footer > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--payment-green);
    font-size: 15px;
    font-weight: 750;
}

/* --------------------------------------------------------------------------
   ANCV
   -------------------------------------------------------------------------- */

.ancv-payment-box {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 20px;
    padding: 23px;
    border: 1px solid #dce9e4;
    border-radius: 18px;
    background:
        radial-gradient(circle at 0 0, rgba(18, 128, 92, .09), transparent 38%),
        #fbfdfc;
}

.ancv-payment-logo {
    min-height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 16px;
    background: #fff;
    color: var(--payment-green);
    box-shadow: 0 8px 25px rgba(20, 50, 40, .06);
    text-align: center;
}

.ancv-payment-logo > i {
    font-size: 32px;
}

.ancv-payment-logo strong,
.ancv-payment-logo small {
    display: block;
}

.ancv-payment-logo strong {
    font-size: 16px;
}

.ancv-payment-logo small {
    margin-top: 2px;
    color: #6b7c73;
    font-size: 14px;
}

.ancv-payment-copy > strong {
    display: block;
    color: var(--payment-navy);
    font-size: 18px;
}

.ancv-payment-copy > p {
    margin: 6px 0 17px;
    color: var(--payment-muted);
    font-size: 15px;
    line-height: 1.55;
}

.ancv-payment-steps {
    display: grid;
    gap: 8px;
}

.ancv-payment-steps > span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #475467;
    font-size: 15px;
}

.ancv-payment-steps b {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    flex: 0 0 25px;
    border-radius: 50%;
    background: var(--payment-green);
    color: #fff;
    font-size: 11px;
}

.ancv-information-note {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 12px;
    margin-top: 16px;
    padding: 15px 17px;
    border-radius: 14px;
    background: #f6f8fb;
}

.ancv-information-note > i {
    margin-top: 3px;
    color: var(--payment-blue);
    font-size: 20px;
}

.ancv-information-note strong {
    font-size: 16px;
}

.ancv-information-note p {
    margin: 3px 0 0;
    color: var(--payment-muted);
    font-size: 15px;
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   Bouton final
   -------------------------------------------------------------------------- */

.payment-final-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.payment-final-row h3 {
    margin: 0;
    color: var(--payment-navy);
    font-size: 24px;
}

.payment-final-row p {
    max-width: 570px;
    margin: 6px 0 0;
    color: var(--payment-muted);
    font-size: 15px;
}

.payment-final-amount {
    flex: 0 0 auto;
    text-align: right;
}

.payment-final-amount span,
.payment-final-amount strong {
    display: block;
}

.payment-final-amount span {
    color: var(--payment-muted);
    font-size: 15px;
    font-weight: 750;
}

.payment-final-amount strong {
    margin-top: 3px;
    color: var(--payment-blue);
    font-size: 31px;
    line-height: 1;
}

.payment-submit-button {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 21px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 850;
}

.payment-submit-note {
    margin: 12px 0 0;
    color: var(--payment-muted);
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.payment-submit-note i {
    margin-right: 5px;
    color: var(--payment-green);
}

/* --------------------------------------------------------------------------
   Sidebar lecture seule
   -------------------------------------------------------------------------- */

.payment-summary-vehicle {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid var(--payment-border);
}

.payment-summary-vehicle-image {
    height: 68px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(145deg, #f3f6fa, #fff);
}

.payment-summary-vehicle-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.payment-summary-vehicle > div:last-child {
    min-width: 0;
}

.payment-summary-vehicle span,
.payment-summary-vehicle strong,
.payment-summary-vehicle small {
    display: block;
}

.payment-summary-vehicle span {
    color: var(--payment-blue);
    font-size: 13px;
    font-weight: 850;
}

.payment-summary-vehicle strong {
    margin-top: 2px;
    overflow: hidden;
    color: var(--payment-navy);
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.payment-summary-vehicle small {
    margin-top: 3px;
    color: var(--payment-muted);
    font-size: 14px;
}

.payment-summary-trip {
    display: grid;
    gap: 15px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--payment-border);
}

.payment-summary-trip > div {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 8px;
}

.payment-summary-trip small,
.payment-summary-trip strong,
.payment-summary-trip span {
    display: block;
}

.payment-summary-trip small {
    color: var(--payment-muted);
    font-size: 13px;
    font-weight: 750;
}

.payment-summary-trip strong {
    margin: 1px 0 2px;
    color: var(--payment-navy);
    font-size: 15px;
}

.payment-summary-trip span:not(.payment-summary-dot) {
    color: var(--payment-muted);
    font-size: 14px;
}

.payment-summary-dot {
    width: 10px;
    height: 10px;
    margin-top: 7px;
    border-radius: 50%;
    background: var(--payment-blue);
    box-shadow: 0 0 0 4px rgba(14, 111, 255, .09);
}

.payment-summary-dot.is-return {
    background: var(--payment-green);
    box-shadow: 0 0 0 4px rgba(18, 128, 92, .09);
}

.payment-summary-customer {
    padding: 16px 22px;
    border-bottom: 1px solid var(--payment-border);
}

.payment-summary-customer > span,
.payment-summary-customer strong,
.payment-summary-customer small {
    display: block;
}

.payment-summary-customer > span {
    margin-bottom: 3px;
    color: var(--payment-muted);
    font-size: 13px;
    font-weight: 750;
}

.payment-summary-customer strong {
    color: var(--payment-navy);
    font-size: 15px;
}

.payment-summary-customer small {
    margin-top: 2px;
    color: var(--payment-muted);
    font-size: 14px;
}

.payment-summary-locked {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    margin: 16px 22px 0;
    padding: 13px 14px;
    border: 1px solid #e4e9f0;
    border-radius: 13px;
    background: #f8fafc;
}

.payment-summary-locked > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #eef4ff;
    color: var(--payment-blue);
}

.payment-summary-locked strong,
.payment-summary-locked span {
    display: block;
}

.payment-summary-locked strong {
    color: var(--payment-navy);
    font-size: 15px;
}

.payment-summary-locked span {
    margin-top: 2px;
    color: var(--payment-muted);
    font-size: 13px;
    line-height: 1.45;
}

.transmission input, .transmission label
{
    cursor: pointer;
}

.booking-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-end;
}

.booking-reset {
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.booking-reset:hover {
    color: #e85d32;
    text-decoration: underline;
}

.booking-message
{
    font-size: 12px;
    color: #e85d32;
    margin-top: 10px;
    font-weight: bold;
    display: flex;
    justify-content: end;
}

/* =========================================================
   CONTACT PREMIUM — MADICREOLES
   Header inspiré de results.php
   ========================================================= */

.contact-page {
    --contact-blue: #173d68;
    --contact-blue-deep: #102d50;
    --contact-gold: #caa46a;
    --contact-ink: #172337;
    --contact-muted: #687588;
    --contact-line: rgba(23, 35, 55, .10);
    --contact-soft: #f5f7fa;
    --contact-card: #ffffff;
    --contact-success: #26734d;
    --contact-shadow: 0 22px 60px rgba(18, 39, 67, .09);
    --contact-radius: 28px;
}

.contact-page,
.contact-page * {
    box-sizing: border-box;
}

/* =========================================================
   HEADER — MÊME ESPRIT QUE RESULTS.PHP
   ========================================================= */

.contact-page .results-hero {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--contact-blue-deep);
}

.contact-page .results-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 56%;
}

.contact-page .results-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(9, 32, 56, .94) 0%,
            rgba(12, 42, 72, .88) 44%,
            rgba(12, 42, 72, .52) 75%,
            rgba(12, 42, 72, .30) 100%
        );
}

.contact-page .results-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
}

.contact-page .results-hero-content .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 12px;
    color: rgba(255,255,255,.76);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.contact-page .results-hero-content .eyebrow::before {
    content: "";
    width: 38px;
    height: 1px;
    background: var(--contact-gold);
}

.contact-page .results-hero-content h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 4.4vw, 3.65rem);
    line-height: 1.06;
    letter-spacing: -.04em;
}

.contact-page .results-hero-subtitle {
    max-width: 680px;
    margin: 14px 0 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(1rem, 1.4vw, 1.13rem);
    line-height: 1.7;
}

.contact-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.contact-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 37px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.88);
    font-size: .86rem;
    font-weight: 700;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.contact-hero-trust i {
    color: #fff;
    font-style: normal;
}

/* =========================================================
   SECTION PRINCIPALE
   ========================================================= */

.contact-section {
    position: relative;
    padding: 50px 0px;
    background:
        radial-gradient(
            circle at 12% 8%,
            rgba(202, 164, 106, .09),
            transparent 26%
        ),
        var(--contact-soft);
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
    gap: clamp(24px, 4vw, 42px);
    align-items: start;
}

/* =========================================================
   FORMULAIRE
   ========================================================= */

.contact-form-card {
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid var(--contact-line);
    border-radius: var(--contact-radius);
    background: #fff;
    box-shadow: var(--contact-shadow);
}

.contact-kicker {
    margin: 0 0 7px;
    color: var(--contact-blue);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-form-card h2,
.contact-side-card h2 {
    margin: 0;
    color: var(--contact-ink);
    letter-spacing: -.025em;
}

.contact-form-card h2 {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.16;
}

.contact-form-intro {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--contact-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.contact-form {
    margin-top: 28px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.contact-field {
    display: grid;
    gap: 8px;
}

.contact-field-full {
    grid-column: 1 / -1;
}

.contact-field > span,
.contact-choice legend {
    color: #2e3c50;
    font-size: .92rem;
    font-weight: 800;
}

.contact-field small {
    color: #8993a2;
    font-size: .79rem;
    line-height: 1.45;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    border: 1px solid #d9e0e7;
    border-radius: 15px;
    background: #fbfcfd;
    color: var(--contact-ink);
    font: inherit;
    font-size: 1rem;
    outline: none;
    transition:
        border-color .18s ease,
        background-color .18s ease,
        box-shadow .18s ease;
}

.contact-field input,
.contact-field select {
    min-height: 53px;
    padding: 0 15px;
}

.contact-field textarea {
    min-height: 170px;
    padding: 15px;
    resize: vertical;
    line-height: 1.6;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #9ba5b2;
}

.contact-field input:hover,
.contact-field select:hover,
.contact-field textarea:hover {
    border-color: #c8d1db;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: rgba(23, 61, 104, .58);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(23, 61, 104, .08);
}

.contact-choice {
    grid-column: 1 / -1;
    min-width: 0;
    margin: 2px 0 0;
    padding: 0;
    border: 0;
}

.contact-choice legend {
    margin-bottom: 10px;
}

.contact-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.contact-choice-card {
    position: relative;
    cursor: pointer;
}

.contact-choice-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contact-choice-card > span {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 15px;
    border: 1px solid #dce2e8;
    border-radius: 16px;
    background: #fbfcfd;
    transition:
        border-color .18s ease,
        background-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}

.contact-choice-card strong {
    color: var(--contact-ink);
    font-size: .94rem;
}

.contact-choice-card small {
    color: var(--contact-muted);
    font-size: .79rem;
    line-height: 1.35;
}

.contact-choice-card:hover > span {
    transform: translateY(-1px);
    border-color: rgba(23,61,104,.24);
}

.contact-choice-card input:checked + span {
    border-color: var(--contact-blue);
    background: #f4f8fc;
    box-shadow: 0 0 0 3px rgba(23,61,104,.07);
}

.contact-choice-card input:focus-visible + span {
    outline: 3px solid rgba(202,164,106,.28);
    outline-offset: 2px;
}

.contact-consent {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
    margin-top: 2px;
    cursor: pointer;
}

.contact-consent input {
    width: 18px;
    height: 18px;
    margin: 3px 0 0;
    accent-color: var(--contact-blue);
}

.contact-consent span {
    color: #697587;
    font-size: .87rem;
    line-height: 1.55;
}

.contact-consent a {
    color: var(--contact-blue);
    font-weight: 800;
    text-underline-offset: 3px;
}

.contact-submit-row {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 4px;
    padding-top: 20px;
    border-top: 1px solid var(--contact-line);
}

.contact-submit-note {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #788495;
    font-size: .82rem;
    line-height: 1.45;
}

.contact-submit-note svg {
    flex: 0 0 auto;
    color: var(--contact-blue);
}

.contact-submit {
    min-width: 210px;
    min-height: 52px;
    border: 0;
    cursor: pointer;
}

/* =========================================================
   COLONNE DE DROITE
   ========================================================= */

.contact-sidebar {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 17px;
}

.contact-side-card {
    overflow: hidden;
    border: 1px solid var(--contact-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(18,39,67,.065);
}

.contact-side-main {
    padding: 28px;
}

.contact-side-main h2 {
    margin-top: 8px;
    font-size: 1.45rem;
    line-height: 1.22;
}

.contact-side-main > p {
    margin: 11px 0 0;
    color: var(--contact-muted);
    font-size: .96rem;
    line-height: 1.7;
}

.contact-points {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.contact-point {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 13px;
    align-items: center;
}

.contact-point-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background:
        linear-gradient(
            145deg,
            var(--contact-blue),
            var(--contact-blue-deep)
        );
    color: #fff;
    box-shadow: 0 9px 22px rgba(23,61,104,.15);
}

.contact-point-icon svg {
    width: 20px;
    height: 20px;
}

.contact-point strong {
    display: block;
    margin-bottom: 3px;
    color: var(--contact-ink);
    font-size: .93rem;
}

.contact-point span {
    display: block;
    color: var(--contact-muted);
    font-size: .83rem;
    line-height: 1.42;
}

.contact-reassurance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--contact-line);
}

.contact-reassurance div {
    padding: 17px;
    text-align: center;
}

.contact-reassurance div + div {
    border-left: 1px solid var(--contact-line);
}

.contact-reassurance strong {
    display: block;
    color: var(--contact-blue);
    font-size: .92rem;
}

.contact-reassurance span {
    display: block;
    margin-top: 3px;
    color: #8893a1;
    font-size: .74rem;
}

.contact-side-cta {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 24px;
    background:
        radial-gradient(
            circle at top right,
            rgba(202,164,106,.22),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            var(--contact-blue),
            var(--contact-blue-deep)
        );
    color: #fff;
    box-shadow: 0 18px 48px rgba(16,45,80,.14);
}

.contact-side-cta .contact-kicker {
    color: rgba(255,255,255,.68);
}

.contact-side-cta h3 {
    margin: 8px 0 9px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.22;
}

.contact-side-cta p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: .9rem;
    line-height: 1.62;
}

.contact-side-cta .button {
    width: 100%;
    margin-top: 18px;
    text-align: center;
}

.contact-faq-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 15px;
    color: rgba(255,255,255,.88);
    text-decoration: none;
    font-size: .85rem;
    font-weight: 800;
}

.contact-faq-link:hover,
.contact-faq-link:focus-visible {
    color: #fff;
    outline: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =========================================================
   BANDEAU BAS
   ========================================================= */

.contact-bottom {
    padding: 0 0 clamp(58px, 7vw, 86px);
    background: var(--contact-soft);
}

.contact-bottom-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid rgba(202,164,106,.26);
    border-radius: 24px;
    background:
        linear-gradient(
            135deg,
            rgba(202,164,106,.11),
            rgba(255,255,255,.96)
        );
    box-shadow: 0 16px 42px rgba(18,39,67,.055);
}

.contact-bottom-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: #fff;
    color: var(--contact-blue);
    box-shadow: 0 9px 22px rgba(18,39,67,.08);
}

.contact-bottom-icon svg {
    width: 23px;
    height: 23px;
}

.contact-bottom-card h3 {
    margin: 0 0 4px;
    color: var(--contact-ink);
    font-size: 1.08rem;
}

.contact-bottom-card p {
    margin: 0;
    color: var(--contact-muted);
    font-size: .91rem;
    line-height: 1.5;
}

.contact-bottom-card .button {
    white-space: nowrap;
}

.terms-page {
    --terms-ink: #172337;
    --terms-muted: #647084;
    --terms-line: rgba(23, 35, 55, .10);
    --terms-soft: #f7f8fb;
    --terms-card: #ffffff;
    --terms-blue: #173d68;
    --terms-blue-deep: #102d50;
    --terms-accent: #caa46a;
    --terms-radius-lg: 28px;
    --terms-radius-md: 20px;
    --terms-shadow: 0 22px 60px rgba(18, 39, 67, .09);
}

.terms-page,
.terms-page * {
    box-sizing: border-box;
}

.terms-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(470px, 62vh, 650px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0px;
    background:
        linear-gradient(
            90deg,
            rgba(9, 32, 56, .95) 0%,
            rgba(12, 42, 72, .90) 42%,
            rgba(12, 42, 72, .58) 69%,
            rgba(12, 42, 72, .34) 100%
        ),
        url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1800&q=88")
        center 45% / cover no-repeat
}

.terms-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        radial-gradient(
            circle at 18% 22%,
            rgba(202, 164, 106, .19),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            transparent 58%,
            rgba(5, 24, 42, .30) 100%
        );
    pointer-events: none;
}

.terms-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 520px;
    height: 520px;
    left: -220px;
    bottom: -330px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    box-shadow:
        0 0 0 64px rgba(255,255,255,.025),
        0 0 0 128px rgba(255,255,255,.018);
    pointer-events: none;
}

.terms-hero-content {
    width: min(760px, 100%);
    color: #fff;
}

.terms-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    color: rgba(255,255,255,.76);
    font-size: .83rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.terms-hero-eyebrow::before {
    content: "";
    width: 38px;
    height: 1px;
    background: var(--terms-accent);
}

.terms-hero-title {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.45rem, 5.2vw, 4.65rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
    text-shadow: 0 12px 38px rgba(0,0,0,.12);
}

.terms-hero-intro {
    max-width: 660px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(1.04rem, 1.5vw, 1.18rem);
    line-height: 1.76;
}

.terms-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 28px;
}

.terms-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    color: rgba(255,255,255,.82);
    font-size: .92rem;
    font-weight: 700;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.terms-meta strong {
    color: #fff;
}

.hidden {
    display: none !important;
}

.terms-notice-wrap {
    padding-top: 0;
    padding-bottom: clamp(34px, 5vw, 66px);
}

.terms-notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 40px;
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid rgba(202, 164, 106, .32);
    border-radius: var(--terms-radius-lg);
    background:
        linear-gradient(135deg, rgba(202, 164, 106, .12), rgba(255, 255, 255, .96));
    box-shadow: var(--terms-shadow);
}

.terms-notice-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 17px;
    background: var(--terms-blue);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}

.terms-notice h3 {
    margin: 1px 0 8px;
    color: var(--terms-ink);
    font-size: 1.16rem;
}

.terms-notice p {
    margin: 0;
    color: var(--terms-muted);
    line-height: 1.72;
    font-size: 1rem;
}

.terms-notice a {
    color: var(--terms-blue);
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.terms-section {
    background: var(--terms-soft);
    padding-top: clamp(54px, 7vw, 88px);
    padding-bottom: clamp(58px, 8vw, 100px);
}

.terms-layout {
    display: grid;
    grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: start;
}

.terms-sidebar {
    position: sticky;
    top: 110px;
    align-self: start;
}

.terms-nav-card {
    overflow: hidden;
    border: 1px solid var(--terms-line);
    border-radius: var(--terms-radius-lg);
    background: #fff;
    box-shadow: var(--terms-shadow);
}

.terms-nav-head {
    padding: 24px 24px 18px;
    border-bottom: 1px solid var(--terms-line);
}

.terms-nav-head .car-eyebrow {
    margin-bottom: 6px;
}

.terms-nav-head h3 {
    margin: 0;
    color: var(--terms-ink);
    font-size: 1.25rem;
}

.terms-nav {
    display: grid;
    padding: 12px;
}

.terms-nav a {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: center;
    min-height: 48px;
    padding: 7px 10px;
    border-radius: 13px;
    color: #344155;
    text-decoration: none;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.35;
    transition:
        background-color .18s ease,
        color .18s ease,
        transform .18s ease;
}

.terms-nav a:hover,
.terms-nav a:focus-visible {
    background: #f2f5f9;
    color: var(--terms-blue);
    transform: translateX(2px);
    outline: none;
}

.terms-nav-number {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #eef3f8;
    color: var(--terms-blue);
    font-size: .78rem;
    font-weight: 900;
}

.terms-content {
    min-width: 0;
}

.terms-content-intro {
    margin-bottom: 24px;
    padding: 0 4px;
}

.terms-content-intro .section-title {
    margin-bottom: 14px;
}

.terms-content-intro p {
    max-width: 800px;
    margin: 0;
    color: var(--terms-muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.term-card {
    scroll-margin-top: 120px;
    position: relative;
    margin-bottom: 18px;
    padding: clamp(24px, 3.5vw, 38px);
    border: 1px solid var(--terms-line);
    border-radius: var(--terms-radius-lg);
    background: var(--terms-card);
    box-shadow: 0 14px 44px rgba(18, 39, 67, .055);
}

.term-card:last-child {
    margin-bottom: 0;
}

.term-card-head {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 20px;
}

.term-number {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 19px;
    background:
        linear-gradient(145deg, var(--terms-blue), var(--terms-blue-deep));
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(23, 61, 104, .20);
}

.term-card h3 {
    margin: 0;
    color: var(--terms-ink);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    line-height: 1.25;
}

.term-card p,
.term-card li {
    color: #526074;
    font-size: 1rem;
    line-height: 1.78;
}

.term-card p {
    margin: 0 0 15px;
}

.term-card p:last-child {
    margin-bottom: 0;
}

.term-card ul {
    display: grid;
    gap: 9px;
    margin: 16px 0 0;
    padding-left: 22px;
}

.term-card li::marker {
    color: var(--terms-accent);
}

.term-card strong {
    color: #27364b;
}

.term-card a {
    color: var(--terms-blue);
    font-weight: 800;
    text-underline-offset: 3px;
}

.terms-callout {
    margin-top: 20px;
    padding: 18px 20px;
    border-left: 4px solid var(--terms-accent);
    border-radius: 0 15px 15px 0;
    background: #fbf8f2;
    color: #4f5b6d;
    line-height: 1.68;
}

.terms-placeholder {
    display: inline;
    padding: 2px 7px;
    border-radius: 7px;
    background: #fff2d9;
    color: #76551f;
    font-weight: 800;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.terms-summary {
    margin-top: clamp(42px, 6vw, 72px);
    padding: clamp(30px, 5vw, 52px);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(202, 164, 106, .20), transparent 34%),
        linear-gradient(135deg, #173d68, #102d50);
    color: #fff;
    box-shadow: 0 26px 70px rgba(16, 45, 80, .20);
}

.terms-summary .car-eyebrow {
    color: rgba(255,255,255,.72);
}

.terms-summary h2 {
    max-width: 760px;
    margin: 10px 0 14px;
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    line-height: 1.16;
}

.terms-summary p {
    max-width: 780px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 1.04rem;
    line-height: 1.78;
}

.terms-summary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.terms-summary .button {
    min-height: 48px;
}

.terms-button-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    transition: background-color .18s ease, border-color .18s ease;
}

.terms-button-outline:hover,
.terms-button-outline:focus-visible {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.60);
    outline: none;
}

.terms-footer-note {
    padding-top: clamp(40px, 5vw, 62px);
    padding-bottom: clamp(46px, 6vw, 74px);
}

.terms-footer-note-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.terms-footer-note p {
    margin: 12px 0 0;
    color: var(--terms-muted);
    line-height: 1.75;
}

/* =========================================================
   TELEPHONE - INTL TEL INPUT
   ========================================================= */

.phoneNumberContainer,
.phoneNumberContainer .form-group,
.phoneNumberContainer .auth-input-wrap,
.phoneNumberContainer .iti {
    width: 100% !important;
}

/* intl-tel-input doit prendre toute la largeur */
.phoneNumberContainer .iti {
    display: block !important;
    position: relative !important;
}

/* Le champ téléphone prend toute la largeur */
.phoneNumberContainer .iti input {
    width: 100% !important;
}

/* On masque l'ancienne icône téléphone :
   le drapeau la remplace */
.phone-input-wrap > .fa-phone {
    display: none !important;
}

/* Le drapeau doit être au-dessus du champ */
.phoneNumberContainer .iti__country-container {
    z-index: 5 !important;
    display: flex;
    height: 50px;
    border-bottom: 0px;
    border-top: 0px;
}

/* Laisse suffisamment de place pour le drapeau */
.phoneNumberContainer input.iti__tel-input {
    padding-left: 60px !important;
}

.iti__selected-country-primary
{
    padding-left: 15px;
}

/* Liste des pays */
.iti__dropdown-content {
    z-index: 999999 !important;
}

/* Liste scrollable */
.iti__country-list {
    max-height: 300px !important;
    overflow-y: auto !important;
}

.auth-three-cols {
    display: grid;

    grid-template-columns:
        minmax(220px, 0.85fr)
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 14px;

    width: 100%;
    align-items: end;
}

.auth-three-cols .auth-field {
    min-width: 0;
}

.auth-three-cols .auth-input-wrap {
    width: 100%;
}

.auth-three-cols input,
.auth-three-cols select {
    width: 100%;
    min-width: 0;
}


/* Style du select identique aux inputs */
.auth-input-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    cursor: pointer;

    /* Laisse la place à l'icône */
    padding-right: 38px;
}


/* Petite flèche personnalisée pour la civilité */
.auth-field-civility .auth-input-wrap::after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 11px;
    opacity: 0.55;
}

/* =========================================================
   CIVILITÉ - CHOIX PREMIUM
   ========================================================= */

.auth-field-civility {
    min-width: 0;
}

.auth-field-civility .auth-field-label {
    display: block;
    margin-bottom: 8px;
}

.auth-field-civility .auth-field-label b {
    color: #e76f51;
}


/* Groupe des deux choix */
.civility-choice-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}


/* Label */
.civility-choice {
    display: block;
    position: relative;
    cursor: pointer;
    min-width: 0;
}


/* On cache le radio natif */
.civility-choice > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


/* Carte */
.civility-choice-card {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 52px;
    width: 100%;

    padding: 8px 28px 8px 10px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid #d8e1e8;
    border-radius: 13px;

    box-sizing: border-box;

    cursor: pointer;

    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        background .18s ease,
        transform .18s ease;
}


/* Hover */
.civility-choice:hover .civility-choice-card {
    border-color: #6aa8b8;

    background: #fff;

    box-shadow:
        0 5px 15px rgba(17, 64, 84, 0.07);

    transform: translateY(-1px);
}


/* Icône */
.civility-choice-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    margin-right: 8px;

    border-radius: 9px;

    background: #eef6f8;

    color: #247b94;

    font-size: 15px;

    transition:
        background .18s ease,
        color .18s ease;
}


/* Texte */
.civility-choice-text {
    display: flex;
    flex-direction: column;

    min-width: 0;

    line-height: 1.1;
}

.civility-choice-text strong {
    color: #123e56;

    font-size: 13px;
    font-weight: 700;
}

.civility-choice-text small {
    margin-top: 3px;

    color: #7f909c;

    font-size: 10px;
    font-weight: 500;
}


/* Petit check */
.civility-choice-check {
    position: absolute;

    top: 6px;
    right: 6px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;

    border-radius: 50%;

    background: #247b94;
    color: #fff;

    font-size: 9px;

    opacity: 0;
    transform: scale(.65);

    transition:
        opacity .18s ease,
        transform .18s ease;
}


/* =========================================================
   ÉTAT SÉLECTIONNÉ
   ========================================================= */

.civility-choice > input:checked + .civility-choice-card {
    border-color: #247b94;

    background:
        linear-gradient(
            135deg,
            rgba(36, 123, 148, 0.08),
            rgba(255, 255, 255, 0.98)
        );

    box-shadow:
        0 0 0 2px rgba(36, 123, 148, 0.08),
        0 7px 18px rgba(17, 64, 84, 0.09);
}


/* Icône sélectionnée */
.civility-choice > input:checked
+ .civility-choice-card
.civility-choice-icon {

    background: #247b94;
    color: #fff;
}


/* Check sélectionné */
.civility-choice > input:checked
+ .civility-choice-card
.civility-choice-check {

    opacity: 1;
    transform: scale(1);
}


/* Texte sélectionné */
.civility-choice > input:checked
+ .civility-choice-card
.civility-choice-text strong {

    color: #176b84;
}


/* Navigation clavier */
.civility-choice > input:focus-visible
+ .civility-choice-card {

    outline: 3px solid rgba(36, 123, 148, 0.18);
    outline-offset: 2px;
}

.alert {
    padding: 14px 18px;
    margin: 0px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}


/* Succès */
.alert-success {
    color: #176b4d;
    background: #edf9f4;
    border-color: #b9e7d2;
}


/* Erreur */
.alert-danger {
    color: #9f2f2f;
    background: #fff1f1;
    border-color: #efc1c1;
}

/* =========================================================
   CLIENT CONNECTÉ - ÉTAPE IDENTIFICATION
   ========================================================= */

.identification-connected-section {
    padding-top: 22px;
    padding-bottom: 28px;
}


/* Carte principale */
.connected-reservation-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px 28px;

    padding: 20px 22px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .98),
            rgba(246, 251, 252, .98)
        );

    border: 1px solid rgba(35, 112, 134, .14);
    border-radius: 18px;

    box-shadow:
        0 12px 32px rgba(24, 61, 78, .08);
}


/* =========================================================
   CLIENT
   ========================================================= */

.connected-user {
    display: flex;
    align-items: center;
    gap: 13px;

    min-width: 260px;
}


/* Avatar */
.connected-avatar {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    border-radius: 15px;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #267e96,
            #14566c
        );

    font-size: 15px;
    font-weight: 800;
    letter-spacing: .5px;

    box-shadow:
        0 8px 18px rgba(30, 109, 133, .20);
}


/* Petit point vert */
.connected-indicator {
    position: absolute;

    right: -2px;
    bottom: -2px;

    width: 12px;
    height: 12px;

    background: #2eaf74;

    border: 3px solid #fff;
    border-radius: 50%;
}


/* Texte */
.connected-user-content {
    min-width: 0;
}

.connected-status {
    display: flex;
    align-items: center;
    gap: 5px;

    margin-bottom: 2px;

    color: #288b61;

    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.connected-name {
    color: #143e53;

    font-size: 17px;
    font-weight: 750;
    line-height: 1.25;
}

.connected-email {
    display: flex;
    align-items: center;
    gap: 6px;

    margin-top: 3px;

    color: #748792;

    font-size: 12px;
}


/* =========================================================
   TRAJET
   ========================================================= */

.connected-trip {
    display: grid;
    grid-template-columns:
        minmax(140px, 1fr)
        auto
        minmax(140px, 1fr)
        auto;

    align-items: center;

    gap: 12px;

    padding-left: 22px;

    border-left: 1px solid #e7eef1;
}


.connected-trip-item {
    display: flex;
    align-items: center;
    gap: 9px;

    min-width: 0;
}


.connected-trip-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    border-radius: 10px;

    color: #247a93;

    background: #eef7f9;

    font-size: 13px;
}


.connected-trip-item div {
    min-width: 0;
}


.connected-trip-item small,
.connected-duration small {
    display: block;

    margin-bottom: 1px;

    color: #8a9aa3;

    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .35px;
}


.connected-trip-item strong {
    display: block;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: #21485b;

    font-size: 14px;
    font-weight: 700;
}


.connected-trip-item div > span {
    display: block;

    margin-top: 2px;

    color: #778993;

    font-size: 13px;
}


.connected-trip-arrow {
    color: #a2b0b7;

    font-size: 14px;
}


.connected-duration {
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 8px 10px;

    color: #215a70;

    background: #f1f8fa;

    border-radius: 11px;
}


.connected-duration > i {
    font-size: 15px;
}


.connected-duration strong {
    color: #21485b;

    font-size: 14px;
}


/* =========================================================
   BAS DE CARTE
   ========================================================= */

.connected-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 14px;
    border-top: 1px solid #edf1f3;
}


.connected-reassurance {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #73858f;
    font-size: 14px;
}


.connected-reassurance i {
    color: #289064;
}


.connected-buttons {
    display: flex;
    align-items: center;
    gap: 9px;
}


/* Déconnexion */
.connected-logout {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    color: #7b8790;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition:
        background .18s ease,
        color .18s ease;
}


.connected-logout:hover {
    color: #b44242;
    background: #fff1f1;
}


/* Continuer */
.connected-continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 40px;
    padding: 9px 16px;

    font-size: 16px;
}

/* =========================================================
   VÉHICULE SÉLECTIONNÉ - ÉTAPE 2
   ========================================================= */

.selected-vehicle-section {
    padding: 18px 0 0;
}


/* Carte */
.selected-vehicle-card {
    display: grid;

    grid-template-columns:
        210px
        minmax(0, 1fr)
        190px;

    min-height: 132px;

    overflow: hidden;

    background: #fff;

    border: 1px solid #dce7ed;
    border-radius: 18px;

    box-shadow:
        0 10px 30px rgba(22, 61, 81, .07);
}


/* =========================================================
   PHOTO
   ========================================================= */

.selected-vehicle-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    padding: 22px 0px;
    background:
        linear-gradient(
            135deg,
            #eff8fb 0%,
            #e6f2f6 100%
        );
}


.selected-vehicle-visual img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}


/* Badge */
.selected-vehicle-selected {
    position: absolute;

    top: 9px;
    left: 10px;

    display: inline-flex;
    align-items: center;
    gap: 5px;

    padding: 5px 8px;

    border-radius: 20px;

    color: #fff;
    background: #1579ae;

    font-size: 9px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .35px;

    box-shadow:
        0 4px 10px rgba(21, 121, 174, .18);
}


.selected-vehicle-selected i {
    font-size: 8px;
}


/* =========================================================
   CONTENU
   ========================================================= */

.selected-vehicle-content {
    display: flex;
    justify-content: center;
    flex-direction: column;

    padding: 15px 20px;

    min-width: 0;
}


.selected-vehicle-kicker {
    display: block;
    margin-bottom: 2px;
    color: #8297a3;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.selected-vehicle-heading h2 {
    margin: 0;
    color: #123f57;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
}


.selected-vehicle-heading h2 small {
    margin-left: 4px;
    color: #95a4ac;
    font-size: 20px;
    font-weight: 500;
}


/* =========================================================
   CARACTÉRISTIQUES
   ========================================================= */

.selected-vehicle-features {
    display: flex;
    flex-wrap: wrap;

    gap: 6px;

    margin-top: 10px;
}


.selected-vehicle-features > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 4px 8px;
    color: #526c79;
    background: #f8fbfc;
    border: 1px solid #dde8ed;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}


.selected-vehicle-features i {
    color: #1680b5;

    font-size: 10px;
}


/* =========================================================
   AVANTAGES
   ========================================================= */

.selected-vehicle-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 9px;
    padding-top: 8px;
    border-top: 1px solid #edf2f4;
}


.selected-vehicle-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #7b8d96;
    font-size: 13px;
    font-weight: 500;
}


.selected-vehicle-benefits i {
    color: #19a272;
}


/* =========================================================
   TARIF
   ========================================================= */

.selected-vehicle-side {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    padding: 13px 16px;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #f5fbfd,
            #edf7fa
        );

    border-left: 1px solid #dce8ed;
}


.selected-vehicle-price small {
    display: block;
    margin-bottom: 2px;
    color: #8397a1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}


.selected-vehicle-price strong {
    display: block;
    color: #123f57;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
}


.selected-vehicle-price > span {
    display: block;
    margin-top: 2px;
    color: #84959d;
    font-size: 13px;
}


.selected-vehicle-price em {
    display: block;
    margin-top: 5px;
    color: #1679a7;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
}


/* Modifier */
.selected-vehicle-change {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 5px;

    margin-top: 10px;

    padding: 7px 10px;

    color: #53707e;

    background: rgba(255,255,255,.8);

    border: 1px solid #d5e2e8;
    border-radius: 8px;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;

    transition:
        background .18s ease,
        border-color .18s ease,
        color .18s ease;
}


.selected-vehicle-change:hover {
    color: #126d96;

    background: #fff;

    border-color: #8dc2d5;
}

.no-results {
    width: 100%;
    padding: 50px 30px;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.06);
}

.no-results-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f3f6fa;
    color: #64748b;

    font-size: 28px;
}

.no-results-content {
    max-width: 600px;
    margin: 0 auto;
}

.no-results h3 {
    margin: 0 0 12px;

    color: #172033;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.no-results p {
    margin: 0 auto;

    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
}

.no-results-actions {
    margin-top: 28px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 12px;
}

.no-results-btn {
    min-height: 46px;
    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    border-radius: 10px;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.no-results-btn:hover {
    transform: translateY(-2px);
}

.no-results-btn-primary {
    background: #172033;
    color: #ffffff;

    box-shadow: 0 7px 20px rgba(23, 32, 51, 0.18);
}

.no-results-btn-primary:hover {
    background: #0f172a;
    color: #ffffff;
}

.no-results-btn-secondary {
    background: #f4f6f8;
    color: #374151;

    border: 1px solid #e5e7eb;
}

.no-results-btn-secondary:hover {
    background: #e9edf2;
    color: #172033;
}

.booking-message .loading
{
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.booking-message .loading img
{
    width: 62px;
    height: 13px;
}

/* Mobile */
@media (max-width: 600px) {

    .no-results {
        padding: 38px 20px;
        border-radius: 14px;
    }

    .no-results-icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
        margin-bottom: 18px;
    }

    .no-results h3 {
        font-size: 21px;
    }

    .no-results p {
        font-size: 15px;
    }

    .no-results-actions {
        flex-direction: column;
        width: 100%;
    }

    .no-results-btn {
        width: 100%;
    }
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .selected-vehicle-card {
        grid-template-columns:
            180px
            minmax(0, 1fr);
    }


    .selected-vehicle-side {
        grid-column: 1 / -1;

        flex-direction: row;
        justify-content: space-between;

        padding: 10px 16px;

        border-left: 0;
        border-top: 1px solid #dce8ed;

        text-align: left;
    }


    .selected-vehicle-price {
        display: flex;
        align-items: center;

        gap: 7px;
    }


    .selected-vehicle-price small {
        display: none;
    }


    .selected-vehicle-price strong {
        font-size: 18px;
    }


    .selected-vehicle-price > span {
        margin: 0;
    }


    .selected-vehicle-price em {
        margin: 0;
    }


    .selected-vehicle-change {
        margin-top: 0;
    }

}


@media (max-width: 600px) {

    .selected-vehicle-section {
        padding-top: 12px;
    }


    .selected-vehicle-card {
        grid-template-columns: 115px minmax(0, 1fr);

        border-radius: 15px;
    }


    .selected-vehicle-visual {
        min-height: 125px;

        padding: 27px 8px 8px;
    }


    .selected-vehicle-visual img {
        height: 80px;
    }


    .selected-vehicle-selected {
        top: 7px;
        left: 7px;

        padding: 4px 6px;

        font-size: 7px;
    }


    .selected-vehicle-content {
        padding: 12px;
    }


    .selected-vehicle-heading h2 {
        font-size: 16px;
    }


    .selected-vehicle-heading h2 small {
        display: block;

        margin: 2px 0 0;
    }


    .selected-vehicle-features {
        gap: 4px;
        margin-top: 7px;
    }


    .selected-vehicle-features > span {
        min-height: 24px;

        padding: 3px 6px;

        font-size: 8px;
    }


    .selected-vehicle-benefits {
        display: none;
    }


    .selected-vehicle-side {
        align-items: center;

        padding: 9px 11px;
    }


    .selected-vehicle-price em {
        display: none;
    }


    .selected-vehicle-change {
        padding: 6px 8px;

        font-size: 8px;
    }

}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

    .connected-reservation-card {
        grid-template-columns: 1fr;
    }

    .connected-trip {
        padding-left: 0;
        padding-top: 14px;

        border-left: 0;
        border-top: 1px solid #edf1f3;
    }

}


@media (max-width: 700px) {

    .connected-reservation-card {
        padding: 16px;
    }

    .connected-trip {
        grid-template-columns: 1fr 1fr;
    }

    .connected-trip-arrow {
        display: none;
    }

    .connected-duration {
        grid-column: 1 / -1;
        width: fit-content;
    }

    .connected-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .connected-buttons {
        width: 100%;
    }

    .connected-continue {
        flex: 1;
    }

}


@media (max-width: 480px) {

    .connected-trip {
        grid-template-columns: 1fr;
    }

    .connected-buttons {
        flex-direction: column-reverse;
    }

    .connected-logout,
    .connected-continue {
        width: 100%;
        box-sizing: border-box;
    }

}

/* Tablette / petits écrans */
@media (max-width: 800px) {

    .auth-three-cols {
        grid-template-columns: 0.7fr 1fr 1fr;
        gap: 10px;
    }

}


/* Mobile */
@media (max-width: 600px) {

    .auth-three-cols {
        grid-template-columns: 1fr;
        gap: 14px;
    }

}

@media (max-width: 960px) {
    .terms-layout {
        grid-template-columns: 1fr;
    }

    .terms-sidebar {
        position: static;
    }

    .terms-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .terms-hero {
        min-height: 520px;
        align-items: flex-start;
        padding: 70px 0 86px;
        background-position: 66% center;
    }

    .terms-hero::before {
        background:
            linear-gradient(
                90deg,
                rgba(8, 30, 52, .96),
                rgba(8, 30, 52, .78)
            );
    }

    .terms-hero-title {
        font-size: clamp(2.25rem, 11vw, 3.15rem);
        line-height: 1.04;
    }

    .terms-hero-intro {
        margin-top: 20px;
        font-size: 1rem;
        line-height: 1.68;
    }

    .terms-meta {
        margin-top: 23px;
        gap: 8px;
    }

    .terms-meta span {
        min-height: 38px;
        padding: 8px 12px;
        font-size: .84rem;
    }

    .terms-notice {
        grid-template-columns: 1fr;
    }

    .terms-notice-icon {
        width: 46px;
        height: 46px;
        border-radius: 15px;
    }

    .terms-nav {
        grid-template-columns: 1fr;
    }

    .term-card {
        padding: 22px 19px;
        border-radius: 22px;
    }

    .term-card-head {
        grid-template-columns: 46px 1fr;
        gap: 13px;
    }

    .term-number {
        width: 46px;
        height: 46px;
        border-radius: 15px;
        font-size: .88rem;
    }

    .term-card p,
    .term-card li {
        font-size: .98rem;
        line-height: 1.72;
    }

    .terms-summary {
        border-radius: 24px;
        padding: 28px 21px;
    }

    .terms-summary-actions {
        display: grid;
    }

    .terms-summary-actions > * {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .terms-nav a,
    .terms-button-outline {
        transition: none;
    }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 980px) {
    .contact-shell {
        grid-template-columns: 1fr;
    }

    .contact-sidebar {
        position: static;
        grid-template-columns: 1fr 1fr;
    }

    .contact-side-main {
        height: 100%;
    }
}

@media (max-width: 720px) {
    .contact-page .results-hero {
        min-height: 300px;
    }

    .contact-page .results-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(9,32,56,.95),
                rgba(12,42,72,.76)
            );
    }

    .contact-page .results-hero-content {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-field-full,
    .contact-choice,
    .contact-consent,
    .contact-submit-row {
        grid-column: auto;
    }

    .contact-choice-grid {
        grid-template-columns: 1fr;
    }

    .contact-choice-card > span {
        min-height: 78px;
    }

    .contact-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-submit {
        width: 100%;
    }

    .contact-sidebar {
        grid-template-columns: 1fr;
    }

    .contact-bottom-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .contact-bottom-icon {
        margin: 0 auto;
    }

    .contact-bottom-card .button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .contact-form-card {
        padding: 22px 17px;
        border-radius: 22px;
    }

    .contact-side-main,
    .contact-side-cta {
        padding: 22px;
    }

    .contact-reassurance {
        grid-template-columns: 1fr;
    }

    .contact-reassurance div + div {
        border-top: 1px solid var(--contact-line);
        border-left: 0;
    }

    .contact-hero-trust {
        display: grid;
        justify-items: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-field input,
    .contact-field select,
    .contact-field textarea,
    .contact-choice-card > span {
        transition: none;
    }
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1080px) {
    .checkout-method-grid {
        grid-template-columns: 1fr;
    }

    .ancv-payment-box {
        grid-template-columns: 150px minmax(0, 1fr);
    }
}

@media (max-width: 920px) {
    .payment-summary {
        transform: none !important;
    }
}

@media (max-width: 680px) {
    .checkout-method-card {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 17px;
    }

    .checkout-method-icon {
        width: 46px;
        height: 46px;
    }

    .card-form-grid {
        grid-template-columns: 1fr;
    }

    .payment-field.is-full {
        grid-column: auto;
    }

    .payment-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .ancv-payment-box {
        grid-template-columns: 1fr;
    }

    .ancv-payment-logo {
        min-height: 105px;
    }

    .payment-final-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .payment-final-amount {
        text-align: left;
    }
}

@media (max-width: 1080px) {
    .booking-recap-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 22px;
    }

    .recap-vehicle {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .recap-vehicle-price {
        grid-column: 1 / -1;
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
        gap: 10px;
    }
}

@media (max-width: 920px) {
    .booking-recap-layout {
        grid-template-columns: 1fr;
    }

    .booking-recap-summary {
        position: static;
    }

    .recap-heading {
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .booking-recap-page {
        padding-top: 28px;
        padding-bottom: 48px;
    }

    .recap-heading h2 {
        font-size: 28px;
    }

    .recap-heading p {
        font-size: 16px;
    }

    .recap-trust-strip {
        grid-template-columns: 1fr;
    }

    .recap-trust-strip > div {
        justify-content: flex-start;
    }

    .recap-panel {
        padding: 18px;
        border-radius: 17px;
    }

    .recap-panel-title-row {
        align-items: flex-start;
    }

    .recap-panel-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .recap-trip-grid {
        grid-template-columns: 1fr;
    }

    .recap-trip-arrow {
        transform: rotate(90deg);
        margin: -3px auto;
    }

    .recap-details-grid {
        grid-template-columns: 1fr;
    }

    .recap-vehicle {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .recap-vehicle-image {
        min-height: 150px;
    }

    .recap-vehicle-image img {
        height: auto;
    }

    .recap-vehicle-price {
        grid-column: auto;
        justify-content: flex-start;
        text-align: left;
        flex-wrap: wrap;
    }

    .recap-payment-choice {
        grid-template-columns: 48px 1fr;
    }

    .recap-payment-status {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .recap-grand-total {
        align-items: flex-start;
        flex-direction: column;
    }

    .recap-option-row {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .recap-option-price {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 440px) {
    .recap-panel-title-row {
        flex-direction: column;
    }

    .recap-edit-link {
        align-self: flex-start;
    }

    .recap-total-head,
    .recap-price-lines,
    .recap-grand-total,
    .recap-payment-reassurance,
    .recap-confirm-form {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 1100px) {
    .options-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .options-layout {
        grid-template-columns: 1fr;
    }

    .options-summary-column {
        order: -1;
    }

    .booking-summary-card {
        position: static;
    }

    .summary-help-card {
        display: none;
    }

    .summary-vehicle {
        grid-template-columns: 120px minmax(0, 1fr);
    }
}

@media (max-width: 700px) {
    .options-section {
        padding: 22px 0 50px;
    }

    .options-intro {
        display: block;
    }

    .options-secure-pill {
        margin-top: 13px;
    }

    .options-trust-strip {
        grid-template-columns: 1fr;
    }

    .options-trust-strip > div {
        justify-content: flex-start;
        padding-left: 15px;
    }

    .premium-panel {
        padding: 18px;
        border-radius: 17px;
    }

    .rental-options-grid {
        grid-template-columns: 1fr;
    }

    .rental-option-card {
        min-height: 128px;
    }

    .promo-field-row {
        grid-template-columns: 1fr;
    }

    .promo-apply {
        width: 100%;
    }

    .options-actions {
        flex-direction: column-reverse;
    }

    .options-actions .button {
        width: 100%;
    }

    .mobile-total-card {
        position: sticky;
        bottom: 12px;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0 0;
        padding: 12px 15px;
        border: 1px solid rgba(255,255,255,.6);
        border-radius: 14px;
        background: rgba(20, 32, 51, .94);
        box-shadow: 0 14px 32px rgba(18, 33, 52, .22);
        backdrop-filter: blur(12px);
        color: #fff;
    }

    .mobile-total-card span {
        font-size: 11px;
    }

    .mobile-total-card strong {
        font-size: 19px;
    }
}

@media (max-width: 520px) {
    .premium-panel-heading {
        gap: 11px;
    }

    .panel-number {
        flex-basis: 39px;
        width: 39px;
        height: 39px;
        border-radius: 11px;
    }

    .premium-panel-heading h3 {
        font-size: 18px;
    }

    .payment-method-card {
        grid-template-columns: 20px 40px minmax(0, 1fr);
        gap: 10px;
        padding: 13px;
    }

    .payment-method-icon {
        width: 40px;
        height: 40px;
    }

    .promo-box {
        grid-template-columns: 1fr;
    }

    .promo-icon {
        width: 44px;
        height: 44px;
    }

    .summary-vehicle {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .summary-total > strong {
        font-size: 21px;
    }
}

@media (max-width: 980px) {
    .identification-grid {
        grid-template-columns: 1fr;
    }

    .auth-card-login {
        max-width: none;
    }
}

@media (max-width: 720px) {
    .identification-section {
        padding: 30px 0 48px;
    }

    .identification-heading {
        margin-bottom: 20px;
        text-align: left;
    }

    .identification-heading h2 {
        font-size: 27px;
    }

    .auth-card {
        padding: 22px 18px;
        border-radius: 19px;
    }

    .auth-card-header {
        margin-bottom: 21px;
    }

    .auth-two-cols {
        grid-template-columns: 1fr;
    }

    .identification-footer-card {
        grid-template-columns: auto 1fr;
    }

    .secure-chip {
        grid-column: 1 / -1;
        justify-self: start;
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .identification-hero-content {
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .identification-grid {
        gap: 16px;
    }

    .auth-card-header h2 {
        font-size: 22px;
    }

    .auth-icon {
        flex-basis: 43px;
        width: 43px;
        height: 43px;
        border-radius: 13px;
    }

    .auth-separator {
        gap: 9px;
        font-size: 10px;
    }
}

/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

    .booking-steps-wrapper {
        padding: 14px 8px 12px;

        margin-bottom: 16px;

        border-radius: 16px;
    }


    .booking-step-circle {
        width: 34px;
        height: 34px;

        font-size: 12px;
    }


    .booking-step:not(:last-child)::after {
        top: 16px;

        left: calc(50% + 20px);

        width: calc(100% - 40px);

        height: 2px;
    }


    .booking-step-content {
        margin-top: 9px;

        padding: 0 2px;
    }


    .booking-step-label {
        display: none;
    }


    .booking-step strong {
        font-size: 10px;

        line-height: 1.15;
    }

}


/* Très petits écrans */

@media (max-width: 480px) {

    .booking-steps-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }


    .booking-step-circle {
        width: 30px;
        height: 30px;

        font-size: 11px;
    }


    .booking-step:not(:last-child)::after {
        top: 14px;

        left: calc(50% + 18px);

        width: calc(100% - 36px);
    }


    .booking-step strong {
        font-size: 9px;
    }

    .results-hero-content
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .vehicle-visual img
    {
        width: 90%;
        max-height: 100%;
        object-fit: cover;
    }

}

/* ===========================
   Responsive
   =========================== */

@media (max-width: 1100px) {
    .results-container {
        grid-template-columns: 290px minmax(0, 1fr);
        gap: 24px;
    }

    .vehicle-card {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .vehicle-price {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 18px;
        padding: 16px 20px;
        border-top: 1px solid #e3ebf0;
        border-left: 0;
        text-align: left;
    }

    .total-price {
        margin-left: auto;
    }

    .choose-vehicle {
        width: auto;
        min-width: 190px;
    }

    .price-note {
        max-width: 140px;
    }
}

@media (max-width: 860px) {
    .results-hero {
        min-height: auto;
        padding: 118px 0 42px;
    }

    .search-summary {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .summary-arrow {
        display: none;
    }

    .summary-duration {
        grid-column: 1 / -1;
        padding: 12px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.18);
    }

    .results-container {
        display: block;
    }

    .mobile-filter-toggle {
        display: inline-flex;
    }

    .search-sidebar {
        display: none;
        position: static;
        margin-bottom: 24px;
    }

    .search-sidebar.is-open {
        display: block;
    }

    .results-toolbar {
        align-items: flex-start;
    }

    .vehicle-card {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .vehicle-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .results-hero h1 {
        font-size: 48px;
    }

    .results-hero-subtitle {
        font-size: 14px;
    }

    .search-summary {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .summary-duration {
        grid-column: auto;
    }

    .results-section {
        padding-top: 28px;
    }

    .results-toolbar {
        display: grid;
        gap: 16px;
    }

    .sort-form,
    .sort-form label,
    .sort-form select {
        width: 100%;
    }

    .vehicle-card {
        display: block;
    }

    .vehicle-visual {
        min-height: 205px;
    }

    .vehicle-content {
        padding: 20px 18px;
    }

    .vehicle-heading h3 {
        font-size: 22px;
    }

    .vehicle-heading {
        display: block;
    }

    .vehicle-rating {
        margin-top: 8px;
        text-align: left;
    }

    .vehicle-features {
        margin: 18px 0;
    }

    .vehicle-price {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
        text-align: left;
    }

    .total-price {
        margin-left: 0;
    }

    .choose-vehicle {
        width: 100%;
        margin-top: 8px;
    }

    .price-note {
        max-width: none;
    }

    .results-help-card {
        display: block;
        padding: 26px 22px;
    }

    .results-help-card .button {
        display: inline-flex;
        margin-top: 18px;
    }

    .sidebar-two-cols {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 440px) {
    .results-hero {
        padding-top: 105px;
    }

    .search-summary {
        border-radius: 14px;
    }

    .results-toolbar h2 {
        font-size: 25px;
    }

    .trust-strip {
        display: grid;
        gap: 8px;
    }
}


/* Mobile */

@media (max-width: 768px) {

    .road-cta .dive-layout {
        min-height: 420px;
    }

    .car-service-icon {
        width: 62px;
        height: 62px;
        font-size: 26px;
    }

}