/* MonChauffeurVIP — header & hero : couleurs logo, DA claire du template */

:root {
    --mcv-gold: #c4a574;
    --mcv-gold-light: #d4b896;
    --mcv-gold-dark: #a68b5b;
    --mcv-taxi-orange: #de9a33;
    --mcv-taxi-orange-light: #e8b358;
    --mcv-taxi-orange-dark: #c5882b;
    --mcv-tld-teal: #03969e;
    --mcv-tld-teal-light: #2eb8bf;
    --mcv-tld-teal-dark: #027d84;
    --mcv-blog-red: #c93a3a;
    --mcv-blog-red-light: #e8a0a0;
    --mcv-blog-red-dark: #a82e2e;
    --mcv-page-accent: var(--mcv-gold);
    --mcv-page-accent-dark: var(--mcv-gold-dark);
    --mcv-dark: #1f1b14;
    --mcv-scrollbar-track: #1a1712;
    --mcv-scrollbar-thumb: #3a342c;
    --mcv-scrollbar-thumb-hover: #5c5244;
    --mcv-icon-gold-filter: brightness(0) saturate(100%) invert(75%) sepia(18%) saturate(847%) hue-rotate(359deg) brightness(95%) contrast(88%);
    --mcv-scroll-offset: 24px;
}

.mcv-landing #mcv-hero,
.mcv-landing #mcv-features,
.mcv-landing #mcv-best-features,
.mcv-landing #mcv-how-it-works,
.mcv-landing #mcv-about,
.mcv-landing #mcv-services,
.mcv-landing #mcv-key-notes,
.mcv-landing #pricing,
.mcv-landing #getstarted,
.mcv-landing #support_sec,
.mcv-landing #contact {
    scroll-margin-top: var(--mcv-scroll-offset);
}

.mcv-landing #mcv-hub-why,
.mcv-landing #mcv-svc-intro,
.mcv-landing #mcv-svc-occasions,
.mcv-landing #mcv-svc-cta {
    scroll-margin-top: calc(var(--mcv-scroll-offset) + 72px);
}

/* Material Icons — pictogrammes Google (doré sur sections MCV) */
.mcv-landing .material-icons.mcv-icon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: var(--mcv-gold);
    vertical-align: middle;
}

.mcv-landing .mcv-icon--atout {
    font-size: 52px;
}

.mcv-landing .mcv-icon--bf {
    font-size: 48px;
}

.mcv-landing .mcv-icon--work {
    font-size: 56px;
    flex-shrink: 0;
}

.mcv-landing .mcv-icon--stat {
    font-size: 44px;
}

.mcv-landing .mcv-icon--contact {
    font-size: 56px;
}

/* --- Header --- */

/* Pas de header collé au scroll (évite opacité 0 / menu inaccessible) */
.mcv-landing header,
.mcv-landing header.fix_style,
.mcv-landing header.fixed {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    backdrop-filter: none;
    background-color: transparent;
    background-image: none;
    padding: 0;
}

.mcv-landing header .container {
    width: 100%;
    max-width: 1600px;
    padding-left: 20px;
    padding-right: 20px;
}

.mcv-landing header .mcv-navbar {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 14px;
    min-height: 68px;
}

.mcv-landing header .navbar-brand {
    margin-right: 0;
    padding: 0;
    z-index: 3;
    flex: 0 0 auto;
}

.mcv-landing header .navbar-brand.mcv-brand-logo,
.mcv-landing header .navbar-brand {
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 52px);
}

.mcv-landing header .navbar-brand .mcv-brand-logo__img,
.mcv-landing header .navbar-brand img {
    width: auto;
    max-width: min(220px, 42vw);
    max-height: 54px;
    height: auto;
    object-fit: contain;
    object-position: left center;
    display: block;
}

.mcv-landing.mcv-page-taxi header .navbar-brand .mcv-brand-logo__img,
.mcv-landing.mcv-page-taxi header .navbar-brand img {
    max-width: min(280px, 52vw);
    max-height: 52px;
}

.mcv-landing.mcv-page-tld header .navbar-brand .mcv-brand-logo__img,
.mcv-landing.mcv-page-tld header .navbar-brand img {
    max-width: min(200px, 48vw);
    max-height: 58px;
    border-radius: 6px;
}

.mcv-landing.mcv-page-chauffeur header .navbar-brand .mcv-brand-logo__img,
.mcv-landing.mcv-page-chauffeur header .navbar-brand img {
    max-width: min(240px, 46vw);
    max-height: 56px;
}

.mcv-landing header .navbar-toggler {
    margin-left: auto;
    z-index: 3;
    flex-shrink: 0;
    border: 0;
    padding: 0;
}

.mcv-landing header .mcv-nav-label-short {
    display: none;
}

.mcv-landing header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.mcv-landing header .navbar-expand-lg .navbar-nav .nav-link:hover,
.mcv-landing header .navbar-expand-lg .navbar-nav .nav-link:focus-visible,
.mcv-landing header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: var(--mcv-page-accent);
}

.mcv-landing header .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a::before {
    border-color: var(--mcv-page-accent);
}

.mcv-landing header .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:hover,
.mcv-landing header .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:focus-visible {
    color: var(--mcv-page-accent);
}

.mcv-landing header .navbar-expand-lg .navbar-nav .has_dropdown:hover > a,
.mcv-landing header .navbar-expand-lg .navbar-nav .has_dropdown:hover > .drp_btn,
.mcv-landing header .navbar-expand-lg .navbar-nav .has_dropdown:focus-within > a {
    color: var(--mcv-page-accent);
}

/* Bouton Réserver — flat & sobre */
.mcv-landing header .mcv-btn-reserver {
    align-items: center;
    justify-content: center;
    background-color: var(--mcv-dark);
    color: #fff;
    border: 1px solid var(--mcv-dark);
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.2;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    margin-left: 0;
    position: relative;
    overflow: visible;
    z-index: 3;
}

.mcv-landing header .mcv-btn-reserver::before {
    display: none;
}

.mcv-landing header .mcv-btn-reserver:hover,
.mcv-landing header .mcv-btn-reserver:focus {
    background-color: var(--mcv-page-accent);
    border-color: var(--mcv-page-accent-dark);
    color: var(--mcv-dark);
    transform: none;
    box-shadow: none;
}

.mcv-landing.mcv-page-blog header .mcv-btn-reserver:hover,
.mcv-landing.mcv-page-blog header .mcv-btn-reserver:focus {
    color: #fff;
}

.mcv-landing header .drp_btn {
    display: none !important;
}

.mcv-landing header .mcv-btn-reserver--desktop {
    flex-shrink: 0;
    margin-left: 0;
}

@media (min-width: 992px) {
    .mcv-landing header .mcv-navbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        column-gap: 12px;
    }

    .mcv-landing header .navbar-brand {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .mcv-landing header .navbar-toggler {
        display: none;
    }

    .mcv-landing header .mcv-navbar .navbar-collapse {
        position: static;
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        flex: unset;
        min-width: 0;
        width: auto;
        display: flex !important;
        justify-content: center;
        z-index: 2;
    }

    .mcv-landing header .mcv-btn-reserver--desktop {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
    }

    .mcv-landing header .mcv-nav-center {
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }

    .mcv-landing header .mcv-nav-center .nav-link {
        padding: 6px 8px;
        font-size: 12px;
        white-space: nowrap;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mcv-landing header .navbar-brand img {
        width: 160px;
        max-height: 48px;
    }

    .mcv-landing header .mcv-nav-center .nav-link {
        padding: 6px 7px;
        font-size: 11px;
    }

    .mcv-landing header .mcv-nav-label-long {
        display: none;
    }

    .mcv-landing header .mcv-nav-label-short {
        display: inline;
    }

    .mcv-landing header .mcv-btn-reserver--desktop {
        padding: 7px 14px;
        font-size: 11px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .mcv-landing header .navbar-brand img {
        width: 170px;
        max-height: 50px;
    }

    .mcv-landing header .mcv-nav-center .nav-link {
        padding: 6px 9px;
        font-size: 12px;
    }
}

@media (min-width: 1500px) {
    .mcv-landing header .container {
        padding-left: 28px;
        padding-right: 28px;
    }

    .mcv-landing header .mcv-navbar {
        column-gap: 16px;
    }

    .mcv-landing header .navbar-brand img {
        width: 190px;
        max-height: 54px;
    }

    .mcv-landing header .mcv-nav-center .nav-link {
        padding: 7px 10px;
        font-size: 13px;
    }

    .mcv-landing header .mcv-btn-reserver--desktop {
        padding: 8px 18px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .mcv-landing header .mcv-navbar {
        padding-top: 14px;
        padding-bottom: 12px;
        min-height: 60px;
    }

    .mcv-landing header .navbar-brand {
        max-width: calc(100% - 52px);
    }

    .mcv-landing header .navbar-brand img {
        width: 160px;
        max-height: 46px;
    }

    .mcv-landing header .mcv-navbar .navbar-collapse {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        width: 100%;
    }

    .mcv-landing header .mcv-nav-center {
        width: 100%;
        align-items: center !important;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .mcv-landing header .mcv-nav-center .nav-item {
        width: 100%;
        text-align: center;
    }

    .mcv-landing header .mcv-nav-center .nav-link {
        white-space: normal;
        font-size: 13px;
        padding: 8px 14px;
        text-align: center;
        width: 100%;
    }

    .mcv-landing header .mcv-nav-label-long {
        display: inline;
    }

    .mcv-landing header .mcv-nav-label-short {
        display: none;
    }

    .mcv-landing header .mcv-btn-reserver {
        width: auto;
        min-width: 140px;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        padding: 8px 16px;
    }
}

/* --- Hero plein écran --- */

.mcv-landing .banner_section--fullscreen {
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 112px;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-color: #faf8f5;
}

/* Hub accueil — lueurs très discrètes jaune/doré et noir */
.mcv-landing #mcv-hero.mcv-hero--hub {
    background-color: #faf8f5;
    background-image:
        radial-gradient(ellipse 58% 48% at 82% 78%, rgba(31, 27, 20, 0.07) 0%, transparent 58%),
        radial-gradient(ellipse 52% 44% at 14% 84%, rgba(31, 27, 20, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse 48% 42% at 50% 12%, rgba(31, 27, 20, 0.05) 0%, transparent 52%),
        radial-gradient(ellipse 68% 58% at 8% 38%, rgba(212, 184, 120, 0.1) 0%, transparent 56%),
        radial-gradient(ellipse 72% 54% at 92% 28%, rgba(196, 165, 116, 0.08) 0%, transparent 58%),
        radial-gradient(ellipse 64% 50% at 50% 52%, rgba(212, 184, 120, 0.05) 0%, transparent 62%),
        radial-gradient(ellipse 78% 48% at 48% 92%, rgba(196, 165, 116, 0.07) 0%, transparent 58%),
        radial-gradient(ellipse 55% 45% at 72% 62%, rgba(228, 198, 140, 0.06) 0%, transparent 55%);
    background-repeat: no-repeat;
    background-size: cover;
}

.mcv-landing #mcv-hero.mcv-hero--hub::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 50% 40% at 22% 18%, rgba(228, 198, 140, 0.08) 0%, transparent 58%),
        radial-gradient(ellipse 45% 38% at 78% 22%, rgba(196, 165, 116, 0.06) 0%, transparent 55%),
        linear-gradient(
            135deg,
            rgba(212, 184, 120, 0.05) 0%,
            transparent 34%,
            transparent 50%,
            rgba(31, 27, 20, 0.04) 72%,
            rgba(196, 165, 116, 0.05) 100%
        );
}

.mcv-landing #mcv-hero.mcv-hero--hub::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 76% 50% at 8% 100%, rgba(31, 27, 20, 0.07) 0%, transparent 58%),
        radial-gradient(ellipse 76% 50% at 92% 100%, rgba(31, 27, 20, 0.06) 0%, transparent 58%),
        radial-gradient(ellipse 70% 52% at 50% 8%, rgba(212, 184, 120, 0.07) 0%, transparent 60%),
        radial-gradient(ellipse 60% 44% at 50% 100%, rgba(196, 165, 116, 0.06) 0%, transparent 58%),
        linear-gradient(
            180deg,
            transparent 42%,
            rgba(212, 184, 120, 0.03) 62%,
            rgba(196, 165, 116, 0.05) 84%,
            rgba(250, 248, 245, 0.2) 100%
        );
}

.mcv-landing .banner_section--fullscreen::before,
.mcv-landing .banner_section--fullscreen::after {
    content: none;
}

.mcv-landing #mcv-hero.mcv-hero--hub::before,
.mcv-landing #mcv-hero.mcv-hero--hub::after,
.mcv-landing #mcv-service-hero.mcv-service-hero::before,
.mcv-landing #mcv-service-hero.mcv-service-hero::after {
    content: "";
}

.mcv-landing .banner_section--fullscreen:not(.mcv-hero--hub):not(.mcv-service-hero)::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
        135deg,
        rgba(196, 165, 116, 0.06) 0%,
        transparent 40%,
        transparent 60%,
        rgba(196, 165, 116, 0.05) 100%
    );
}

.mcv-landing .banner_section--fullscreen:not(.mcv-hero--hub):not(.mcv-service-hero)::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 78% 52% at 6% 100%, rgba(196, 165, 116, 0.18) 0%, transparent 58%),
        radial-gradient(ellipse 78% 52% at 94% 100%, rgba(196, 165, 116, 0.16) 0%, transparent 58%),
        linear-gradient(
            180deg,
            transparent 48%,
            rgba(196, 165, 116, 0.04) 70%,
            rgba(196, 165, 116, 0.1) 88%,
            rgba(250, 248, 245, 0.2) 100%
        );
}

.mcv-landing .banner_section--fullscreen .dotes_anim_bloack,
.mcv-landing .banner_section--fullscreen > .container,
.mcv-landing .banner_section--fullscreen .mcv-hero-scroll {
    position: relative;
    z-index: 1;
}

.mcv-landing .mcv-features-section > .mcv-hero-scroll,
.mcv-landing .mcv-howwork-section > .mcv-hero-scroll {
    position: absolute;
    z-index: 10;
}

.mcv-landing .mcv-hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 10px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--mcv-dark);
    opacity: 0.55;
    text-decoration: none;
    animation: mcv-hero-scroll-float 2.8s ease-in-out infinite;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.mcv-landing .mcv-hero-scroll__icon {
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -3px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.mcv-landing .mcv-hero-scroll:hover,
.mcv-landing .mcv-hero-scroll:focus {
    color: var(--mcv-dark);
    opacity: 1;
    background: transparent;
}

@keyframes mcv-hero-scroll-float {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(8px);
    }
}

/* Navigation hero — service précédent / suivant (ordre du menu header) */
.mcv-landing .mcv-hero-service-nav {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(72px, 12vw, 100px) clamp(10px, 2.5vw, 24px) clamp(48px, 8vw, 72px);
    pointer-events: none;
    box-sizing: border-box;
}

.mcv-landing .mcv-hero-service-nav__btn {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: rgba(31, 27, 20, 0.78);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.mcv-landing .mcv-hero-service-nav__btn .material-icons {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mcv-landing .mcv-hero-service-nav__btn::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-left: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
}

.mcv-landing .mcv-hero-service-nav__btn--prev::before {
    transform: rotate(45deg);
    margin-left: 4px;
}

.mcv-landing .mcv-hero-service-nav__btn--next::before {
    transform: rotate(-135deg);
    margin-right: 4px;
}

.mcv-landing .mcv-hero-service-nav__btn:hover,
.mcv-landing .mcv-hero-service-nav__btn:focus-visible {
    color: var(--mcv-dark);
    background: transparent;
    border: none;
    box-shadow: none;
    transform: none;
}

.mcv-landing .mcv-hero-service-nav__btn:focus {
    outline: none;
}

.mcv-landing .mcv-hero-service-nav__btn:focus-visible {
    outline: 1px solid rgba(31, 27, 20, 0.35);
    outline-offset: 6px;
}

.mcv-landing #mcv-features {
    scroll-margin-top: 0;
}

.mcv-landing .banner_section--fullscreen > .container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mcv-landing .banner_section--fullscreen .mcv-hero-row {
    flex: 0 1 1120px;
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

/* Hero 2 colonnes : plus d’air entre texte (gauche) et visuel / capture (droite) */
@media (min-width: 992px) {
    .mcv-landing .banner_section--fullscreen:not(.mcv-hero--hub) .mcv-hero-row > .col-lg-6:first-child {
        padding-right: 36px;
    }

    .mcv-landing .banner_section--fullscreen:not(.mcv-hero--hub) .mcv-hero-row > .col-lg-6:last-child {
        padding-left: 36px;
    }

    .mcv-landing .banner_section--fullscreen:not(.mcv-hero--hub) .banner_text {
        padding-right: 28px;
    }
}

@media (min-width: 1200px) {
    .mcv-landing .banner_section--fullscreen:not(.mcv-hero--hub) .mcv-hero-row > .col-lg-6:first-child {
        padding-right: 48px;
    }

    .mcv-landing .banner_section--fullscreen:not(.mcv-hero--hub) .mcv-hero-row > .col-lg-6:last-child {
        padding-left: 48px;
    }

    .mcv-landing .banner_section--fullscreen:not(.mcv-hero--hub) .banner_text {
        padding-right: 32px;
    }
}

.mcv-landing #mcv-hero.mcv-hero--hub .mcv-hero-row--hub {
    flex: 0 1 960px;
    max-width: min(960px, 100%);
}

.mcv-landing #mcv-hero.mcv-hero--hub .banner_text {
    max-width: none;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mcv-landing #mcv-hero.mcv-hero--hub .banner_text p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.mcv-landing #mcv-hero.mcv-hero--hub .banner_text p.mcv-hero-trust-line {
    justify-content: center;
}

.mcv-landing.mcv-page-app {
    scroll-snap-type: none;
}

.mcv-landing.mcv-page-app .mcv-app-hero .mcv-hero-visual__glow,
.mcv-landing #mcv-app-hero.mcv-app-hero .mcv-hero-visual__glow {
    background: radial-gradient(circle, rgba(196, 165, 116, 0.28) 0%, rgba(196, 165, 116, 0.08) 45%, transparent 68%);
}

.mcv-landing.mcv-page-app .mcv-app-hero,
.mcv-landing #mcv-app-hero.mcv-app-hero {
    background-image:
        radial-gradient(ellipse 65% 55% at 12% 48%, rgba(196, 165, 116, 0.2) 0%, transparent 52%),
        radial-gradient(ellipse 70% 50% at 88% 38%, rgba(196, 165, 116, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 90% 40% at 50% 0%, rgba(196, 165, 116, 0.08) 0%, transparent 50%),
        url(../images/hero_bg.png);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-size: cover, cover, cover, cover;
}

.mcv-landing.mcv-page-app .mcv-hero-visual--app-logo {
    min-height: min(380px, 48vh);
    justify-content: center;
}

.mcv-landing.mcv-page-app .mcv-hero-visual--app-logo .mcv-hero-visual__glow {
    width: min(340px, 78%);
    height: min(340px, 78%);
}

.mcv-landing.mcv-page-app .mcv-hero-app-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    animation: mcv-hero-app-logo-float 5.5s ease-in-out infinite;
    will-change: transform;
}

.mcv-landing.mcv-page-app .mcv-hero-app-logo {
    display: block;
    width: min(220px, 42vw);
    height: min(220px, 42vw);
    max-width: 220px;
    max-height: 220px;
    object-fit: contain;
    margin: 0 auto;
    filter: drop-shadow(0 22px 44px rgba(31, 27, 20, 0.14));
}

@keyframes mcv-hero-app-logo-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

.mcv-landing.mcv-page-app .mcv-footer--minimal {
    position: relative;
    z-index: 2;
}

.mcv-landing.mcv-page-app .mcv-footer--minimal .mcv-footer-bottom {
    padding: 20px 0 28px;
    text-align: center;
    border-top: 1px solid rgba(31, 27, 20, 0.08);
    background: #faf8f5;
}

.mcv-landing.mcv-page-app .mcv-footer--minimal .mcv-footer-copy {
    margin: 0;
    font-size: 13px;
    color: rgba(31, 27, 20, 0.65);
}

.mcv-landing.mcv-page-app .mcv-footer--minimal .mcv-footer-copy a {
    color: var(--mcv-dark);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mcv-landing.mcv-page-app .mcv-hero-actions-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    margin: 20px 0 18px;
}

.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-stores {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 0;
    gap: 12px;
    flex: 0 1 auto;
}

.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-stores li {
    margin: 0 !important;
    display: flex;
}

.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-stores li a.mcv-store-badge {
    min-width: 0;
    height: 100%;
    padding: 10px 14px;
    border-radius: 12px;
}

.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-store-badge__brand {
    font-size: 16px;
}

.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-store-badge__text,
.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-store-badge__line,
.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-store-badge__brand {
    white-space: nowrap;
}

.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-cta-site {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: stretch;
    white-space: nowrap;
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.2;
    min-width: unset;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-cta-site::before {
    display: none;
}

.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-cta-site {
    background-color: #fff;
    color: var(--mcv-dark);
    border: 1px solid var(--mcv-dark);
}

.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-cta-site:hover,
.mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-cta-site:focus {
    background-color: var(--mcv-dark);
    border-color: var(--mcv-dark);
    color: #fff;
    transform: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .mcv-landing.mcv-page-app .mcv-hero-actions-row {
        flex-wrap: nowrap;
    }
}

@media (max-width: 575px) {
    .mcv-landing.mcv-page-app .mcv-hero-actions-row {
        flex-wrap: nowrap;
        gap: 8px;
        margin: 16px 0 14px;
    }

    .mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-stores {
        flex: 1 1 auto;
        min-width: 0;
        gap: 8px;
    }

    .mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-stores li {
        flex: 1 1 0;
        min-width: 0;
    }

    .mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-stores li a.mcv-store-badge {
        width: 100%;
        padding: 8px 10px;
        gap: 6px;
    }

    .mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-store-badge__line {
        display: none;
    }

    .mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-store-badge__brand {
        font-size: 13px;
    }

    .mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-stores .mcv-store-badge__icon {
        width: 20px;
        height: 20px;
    }

    .mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-stores .mcv-store-badge__icon svg {
        width: 18px;
        height: 20px;
    }

    .mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-stores .mcv-store-badge__icon--play {
        width: 22px;
        height: 20px;
    }

    .mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-stores .mcv-store-badge__play-logo {
        width: 22px;
        height: 22px;
    }

    .mcv-landing.mcv-page-app .mcv-hero-actions-row .mcv-hero-cta-site {
        flex: 0 1 auto;
        min-width: 0;
        padding: 8px 12px;
        font-size: 12px;
        white-space: nowrap;
        text-align: center;
        line-height: 1.2;
    }
}

/* Page MonChauffeurVIP — fond jaune/doré et noir marqué */
.mcv-landing.mcv-page-service {
    scroll-snap-type: none;
}

.mcv-landing.mcv-page-service .mcv-service-hero .mcv-hero-visual__glow,
.mcv-landing #mcv-service-hero.mcv-service-hero .mcv-hero-visual__glow {
    background: radial-gradient(circle, rgba(212, 184, 120, 0.38) 0%, rgba(196, 165, 116, 0.14) 45%, transparent 68%);
    width: min(520px, 92%);
    height: min(480px, 72%);
}

.mcv-landing.mcv-page-service .mcv-service-hero,
.mcv-landing #mcv-service-hero.mcv-service-hero {
    background-color: #f7f2ea;
    background-image:
        radial-gradient(ellipse 58% 48% at 82% 78%, rgba(31, 27, 20, 0.16) 0%, transparent 58%),
        radial-gradient(ellipse 52% 44% at 14% 84%, rgba(31, 27, 20, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 48% 42% at 50% 12%, rgba(31, 27, 20, 0.1) 0%, transparent 52%),
        radial-gradient(ellipse 68% 58% at 8% 38%, rgba(212, 184, 120, 0.48) 0%, transparent 56%),
        radial-gradient(ellipse 72% 54% at 92% 28%, rgba(196, 165, 116, 0.42) 0%, transparent 58%),
        radial-gradient(ellipse 64% 50% at 50% 52%, rgba(212, 184, 120, 0.22) 0%, transparent 62%),
        radial-gradient(ellipse 78% 48% at 48% 92%, rgba(196, 165, 116, 0.38) 0%, transparent 58%),
        radial-gradient(ellipse 55% 45% at 72% 62%, rgba(228, 198, 140, 0.3) 0%, transparent 55%);
    background-repeat: no-repeat;
    background-size: cover;
}

.mcv-landing #mcv-service-hero.mcv-service-hero::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 50% 40% at 22% 18%, rgba(228, 198, 140, 0.35) 0%, transparent 58%),
        radial-gradient(ellipse 45% 38% at 78% 22%, rgba(196, 165, 116, 0.28) 0%, transparent 55%),
        linear-gradient(
            135deg,
            rgba(212, 184, 120, 0.22) 0%,
            transparent 34%,
            transparent 50%,
            rgba(31, 27, 20, 0.1) 72%,
            rgba(196, 165, 116, 0.18) 100%
        );
}

.mcv-landing #mcv-service-hero.mcv-service-hero::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 76% 50% at 8% 100%, rgba(31, 27, 20, 0.16) 0%, transparent 58%),
        radial-gradient(ellipse 76% 50% at 92% 100%, rgba(31, 27, 20, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 70% 52% at 50% 8%, rgba(212, 184, 120, 0.32) 0%, transparent 60%),
        radial-gradient(ellipse 60% 44% at 50% 100%, rgba(196, 165, 116, 0.28) 0%, transparent 58%),
        linear-gradient(
            180deg,
            transparent 42%,
            rgba(212, 184, 120, 0.1) 62%,
            rgba(196, 165, 116, 0.22) 84%,
            rgba(247, 242, 234, 0.35) 100%
        );
}

.mcv-landing #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dots::before {
    opacity: 0.75 !important;
    box-shadow: 0 0 16px 5px rgba(212, 184, 120, 0.5);
}

.mcv-landing #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_3::before,
.mcv-landing #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_6::before,
.mcv-landing #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_7::before,
.mcv-landing #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_10::before {
    background: #3a342c !important;
}

.mcv-landing #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_1::before,
.mcv-landing #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_2::before,
.mcv-landing #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_4::before,
.mcv-landing #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_5::before {
    background: #c4a574 !important;
}

/* Page MonChauffeurVIP — fond gris/noir/doré, alignement hero, bouton header */
.mcv-landing.mcv-page-chauffeur #mcv-service-hero.mcv-service-hero {
    background-color: #f3f1ed;
    background-image:
        radial-gradient(ellipse 62% 52% at 75% 18%, rgba(120, 115, 108, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 58% 48% at 18% 75%, rgba(90, 85, 78, 0.12) 0%, transparent 56%),
        radial-gradient(ellipse 50% 44% at 50% 50%, rgba(140, 135, 128, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 58% 48% at 82% 78%, rgba(31, 27, 20, 0.2) 0%, transparent 58%),
        radial-gradient(ellipse 52% 44% at 14% 84%, rgba(31, 27, 20, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 48% 42% at 50% 12%, rgba(31, 27, 20, 0.12) 0%, transparent 52%),
        radial-gradient(ellipse 68% 58% at 8% 38%, rgba(212, 184, 120, 0.38) 0%, transparent 56%),
        radial-gradient(ellipse 72% 54% at 92% 28%, rgba(196, 165, 116, 0.32) 0%, transparent 58%),
        radial-gradient(ellipse 64% 50% at 50% 52%, rgba(212, 184, 120, 0.16) 0%, transparent 62%),
        radial-gradient(ellipse 78% 48% at 48% 92%, rgba(196, 165, 116, 0.28) 0%, transparent 58%);
}

.mcv-landing.mcv-page-chauffeur #mcv-service-hero.mcv-service-hero::before {
    background:
        radial-gradient(ellipse 48% 42% at 30% 28%, rgba(110, 105, 98, 0.16) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 22% 18%, rgba(228, 198, 140, 0.28) 0%, transparent 58%),
        radial-gradient(ellipse 45% 38% at 78% 22%, rgba(196, 165, 116, 0.22) 0%, transparent 55%),
        linear-gradient(
            135deg,
            rgba(90, 85, 78, 0.08) 0%,
            transparent 28%,
            transparent 50%,
            rgba(31, 27, 20, 0.14) 72%,
            rgba(196, 165, 116, 0.14) 100%
        );
}

.mcv-landing.mcv-page-chauffeur #mcv-service-hero.mcv-service-hero::after {
    background:
        radial-gradient(ellipse 70% 48% at 85% 88%, rgba(58, 52, 44, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 76% 50% at 8% 100%, rgba(31, 27, 20, 0.2) 0%, transparent 58%),
        radial-gradient(ellipse 76% 50% at 92% 100%, rgba(31, 27, 20, 0.18) 0%, transparent 58%),
        radial-gradient(ellipse 70% 52% at 50% 8%, rgba(212, 184, 120, 0.24) 0%, transparent 60%),
        radial-gradient(ellipse 60% 44% at 50% 100%, rgba(196, 165, 116, 0.2) 0%, transparent 58%),
        linear-gradient(
            180deg,
            transparent 42%,
            rgba(120, 115, 108, 0.06) 58%,
            rgba(31, 27, 20, 0.08) 72%,
            rgba(196, 165, 116, 0.16) 88%,
            rgba(243, 241, 237, 0.4) 100%
        );
}

.mcv-landing.mcv-page-chauffeur #mcv-service-hero.mcv-service-hero .mcv-hero-visual__glow {
    background: radial-gradient(circle, rgba(58, 52, 44, 0.22) 0%, rgba(120, 115, 108, 0.1) 42%, transparent 68%);
}

.mcv-landing.mcv-page-chauffeur .mcv-service-hero .mcv-hero-row {
    align-items: center;
}

.mcv-landing.mcv-page-chauffeur .mcv-service-hero .banner_text {
    margin-top: 0;
}

.mcv-landing.mcv-page-chauffeur .mcv-hero-visual.mcv-hero-visual--photo {
    min-height: 0;
    justify-content: center;
    align-self: center;
    padding-bottom: 0;
}

.mcv-landing.mcv-page-chauffeur .mcv-hero-visual--photo .hero_image_1.mcv-hero-photo-float {
    animation: mcv-hero-photo-float-chauffeur 5.5s ease-in-out infinite;
}

@keyframes mcv-hero-photo-float-chauffeur {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.mcv-landing.mcv-page-chauffeur .mcv-hero-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 24px 0 18px;
}

.mcv-landing.mcv-page-chauffeur .mcv-hero-cta-wrap .mcv-btn-reserver {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.2;
    min-width: unset;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mcv-landing.mcv-page-chauffeur .mcv-hero-cta-wrap .mcv-btn-reserver::before {
    display: none;
}

.mcv-landing.mcv-page-chauffeur .mcv-hero-cta-site {
    background-color: #fff;
    color: var(--mcv-dark);
    border: 1px solid var(--mcv-dark);
}

.mcv-landing.mcv-page-chauffeur .mcv-hero-cta-site:hover,
.mcv-landing.mcv-page-chauffeur .mcv-hero-cta-site:focus {
    background-color: var(--mcv-dark);
    border-color: var(--mcv-dark);
    color: #fff;
    transform: none;
    box-shadow: none;
}

@media (max-width: 575px) {
    .mcv-landing.mcv-page-chauffeur .mcv-hero-cta-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .mcv-landing.mcv-page-chauffeur .mcv-hero-cta-wrap .mcv-btn-reserver {
        width: 100%;
        text-align: center;
    }
}

/* Page MonTaxiVIP — fond orange/noir/gris, alignement hero */
.mcv-landing.mcv-page-taxi #mcv-service-hero.mcv-service-hero {
    background-color: #f9f4ef;
    background-image:
        radial-gradient(ellipse 62% 52% at 75% 18%, rgba(120, 115, 108, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 58% 48% at 18% 75%, rgba(90, 85, 78, 0.1) 0%, transparent 56%),
        radial-gradient(ellipse 50% 44% at 50% 50%, rgba(140, 135, 128, 0.06) 0%, transparent 60%),
        radial-gradient(ellipse 58% 48% at 82% 78%, rgba(31, 27, 20, 0.2) 0%, transparent 58%),
        radial-gradient(ellipse 52% 44% at 14% 84%, rgba(31, 27, 20, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 48% 42% at 50% 12%, rgba(31, 27, 20, 0.12) 0%, transparent 52%),
        radial-gradient(ellipse 68% 58% at 8% 38%, rgba(222, 154, 51, 0.42) 0%, transparent 56%),
        radial-gradient(ellipse 72% 54% at 92% 28%, rgba(232, 184, 102, 0.36) 0%, transparent 58%),
        radial-gradient(ellipse 64% 50% at 50% 52%, rgba(222, 154, 51, 0.18) 0%, transparent 62%),
        radial-gradient(ellipse 78% 48% at 48% 92%, rgba(192, 136, 40, 0.3) 0%, transparent 58%);
}

.mcv-landing.mcv-page-taxi #mcv-service-hero.mcv-service-hero::before {
    background:
        radial-gradient(ellipse 48% 42% at 30% 28%, rgba(110, 105, 98, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 22% 18%, rgba(232, 184, 102, 0.3) 0%, transparent 58%),
        radial-gradient(ellipse 45% 38% at 78% 22%, rgba(222, 154, 51, 0.24) 0%, transparent 55%),
        linear-gradient(
            135deg,
            rgba(90, 85, 78, 0.08) 0%,
            transparent 28%,
            transparent 50%,
            rgba(31, 27, 20, 0.14) 72%,
            rgba(222, 154, 51, 0.14) 100%
        );
}

.mcv-landing.mcv-page-taxi #mcv-service-hero.mcv-service-hero::after {
    background:
        radial-gradient(ellipse 70% 48% at 85% 88%, rgba(58, 52, 44, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 76% 50% at 8% 100%, rgba(31, 27, 20, 0.2) 0%, transparent 58%),
        radial-gradient(ellipse 76% 50% at 92% 100%, rgba(31, 27, 20, 0.18) 0%, transparent 58%),
        radial-gradient(ellipse 70% 52% at 50% 8%, rgba(232, 184, 102, 0.26) 0%, transparent 60%),
        radial-gradient(ellipse 60% 44% at 50% 100%, rgba(222, 154, 51, 0.22) 0%, transparent 58%),
        linear-gradient(
            180deg,
            transparent 42%,
            rgba(120, 115, 108, 0.06) 58%,
            rgba(31, 27, 20, 0.08) 72%,
            rgba(222, 154, 51, 0.16) 88%,
            rgba(249, 244, 239, 0.4) 100%
        );
}

.mcv-landing.mcv-page-taxi #mcv-service-hero.mcv-service-hero .mcv-hero-visual__glow {
    background: radial-gradient(circle, rgba(222, 154, 51, 0.28) 0%, rgba(232, 184, 102, 0.12) 42%, transparent 68%);
}

.mcv-landing.mcv-page-taxi #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dots::before {
    opacity: 0.75 !important;
    box-shadow: 0 0 16px 5px rgba(222, 154, 51, 0.5);
}

.mcv-landing.mcv-page-taxi #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_1::before,
.mcv-landing.mcv-page-taxi #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_2::before,
.mcv-landing.mcv-page-taxi #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_4::before,
.mcv-landing.mcv-page-taxi #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_5::before {
    background: var(--mcv-taxi-orange) !important;
}

.mcv-landing.mcv-page-taxi .banner_section .banner_text h1 span {
    color: var(--mcv-taxi-orange);
}

.mcv-landing.mcv-page-taxi .banner_text p.mcv-hero-trust-line .mcv-hero-trust-line__dot {
    color: var(--mcv-taxi-orange);
}

.mcv-landing.mcv-page-taxi .mcv-service-hero .mcv-hero-row {
    align-items: center;
}

.mcv-landing.mcv-page-taxi .mcv-service-hero .banner_text {
    margin-top: 0;
}

.mcv-landing.mcv-page-taxi .mcv-hero-visual.mcv-hero-visual--photo {
    min-height: 0;
    justify-content: center;
    align-self: center;
    padding-bottom: 0;
}

.mcv-landing.mcv-page-taxi .mcv-hero-visual--photo .hero_image_1.mcv-hero-photo-float {
    animation: mcv-hero-photo-float-chauffeur 5.5s ease-in-out infinite;
}

.mcv-landing.mcv-page-taxi .mcv-hero-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 24px 0 18px;
}

.mcv-landing.mcv-page-taxi .mcv-hero-cta-wrap .mcv-btn-reserver {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.2;
    min-width: unset;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mcv-landing.mcv-page-taxi .mcv-hero-cta-wrap .mcv-btn-reserver::before {
    display: none;
}

.mcv-landing.mcv-page-taxi .mcv-hero-cta-site {
    background-color: #fff;
    color: var(--mcv-dark);
    border: 1px solid var(--mcv-dark);
}

.mcv-landing.mcv-page-taxi .mcv-hero-cta-site:hover,
.mcv-landing.mcv-page-taxi .mcv-hero-cta-site:focus {
    background-color: var(--mcv-dark);
    border-color: var(--mcv-dark);
    color: #fff;
    transform: none;
    box-shadow: none;
}

@media (max-width: 575px) {
    .mcv-landing.mcv-page-taxi .mcv-hero-cta-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .mcv-landing.mcv-page-taxi .mcv-hero-cta-wrap .mcv-btn-reserver {
        width: 100%;
        text-align: center;
    }
}

/* Page TLD — fond turquoise/noir/gris, alignement hero */
.mcv-landing.mcv-page-tld #mcv-service-hero.mcv-service-hero {
    background-color: #eef7f8;
    background-image:
        radial-gradient(ellipse 62% 52% at 75% 18%, rgba(120, 115, 108, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 58% 48% at 18% 75%, rgba(90, 85, 78, 0.1) 0%, transparent 56%),
        radial-gradient(ellipse 50% 44% at 50% 50%, rgba(140, 135, 128, 0.06) 0%, transparent 60%),
        radial-gradient(ellipse 58% 48% at 82% 78%, rgba(31, 27, 20, 0.2) 0%, transparent 58%),
        radial-gradient(ellipse 52% 44% at 14% 84%, rgba(31, 27, 20, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 48% 42% at 50% 12%, rgba(31, 27, 20, 0.12) 0%, transparent 52%),
        radial-gradient(ellipse 68% 58% at 8% 38%, rgba(3, 150, 158, 0.42) 0%, transparent 56%),
        radial-gradient(ellipse 72% 54% at 92% 28%, rgba(46, 184, 191, 0.36) 0%, transparent 58%),
        radial-gradient(ellipse 64% 50% at 50% 52%, rgba(3, 150, 158, 0.18) 0%, transparent 62%),
        radial-gradient(ellipse 78% 48% at 48% 92%, rgba(2, 125, 132, 0.3) 0%, transparent 58%);
}

.mcv-landing.mcv-page-tld #mcv-service-hero.mcv-service-hero::before {
    background:
        radial-gradient(ellipse 48% 42% at 30% 28%, rgba(110, 105, 98, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 22% 18%, rgba(46, 184, 191, 0.3) 0%, transparent 58%),
        radial-gradient(ellipse 45% 38% at 78% 22%, rgba(3, 150, 158, 0.24) 0%, transparent 55%),
        linear-gradient(
            135deg,
            rgba(90, 85, 78, 0.08) 0%,
            transparent 28%,
            transparent 50%,
            rgba(31, 27, 20, 0.14) 72%,
            rgba(3, 150, 158, 0.14) 100%
        );
}

.mcv-landing.mcv-page-tld #mcv-service-hero.mcv-service-hero::after {
    background:
        radial-gradient(ellipse 70% 48% at 85% 88%, rgba(58, 52, 44, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 76% 50% at 8% 100%, rgba(31, 27, 20, 0.2) 0%, transparent 58%),
        radial-gradient(ellipse 76% 50% at 92% 100%, rgba(31, 27, 20, 0.18) 0%, transparent 58%),
        radial-gradient(ellipse 70% 52% at 50% 8%, rgba(46, 184, 191, 0.26) 0%, transparent 60%),
        radial-gradient(ellipse 60% 44% at 50% 100%, rgba(3, 150, 158, 0.22) 0%, transparent 58%),
        linear-gradient(
            180deg,
            transparent 42%,
            rgba(120, 115, 108, 0.06) 58%,
            rgba(31, 27, 20, 0.08) 72%,
            rgba(3, 150, 158, 0.16) 88%,
            rgba(238, 247, 248, 0.4) 100%
        );
}

.mcv-landing.mcv-page-tld #mcv-service-hero.mcv-service-hero .mcv-hero-visual__glow {
    background: radial-gradient(circle, rgba(3, 150, 158, 0.28) 0%, rgba(46, 184, 191, 0.12) 42%, transparent 68%);
}

.mcv-landing.mcv-page-tld #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dots::before {
    opacity: 0.75 !important;
    box-shadow: 0 0 16px 5px rgba(3, 150, 158, 0.5);
}

.mcv-landing.mcv-page-tld #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_1::before,
.mcv-landing.mcv-page-tld #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_2::before,
.mcv-landing.mcv-page-tld #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_4::before,
.mcv-landing.mcv-page-tld #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_5::before {
    background: var(--mcv-tld-teal) !important;
}

.mcv-landing.mcv-page-tld .banner_section .banner_text h1 span {
    color: var(--mcv-tld-teal);
}

.mcv-landing.mcv-page-tld .banner_text p.mcv-hero-trust-line .mcv-hero-trust-line__dot {
    color: var(--mcv-tld-teal);
}

.mcv-landing.mcv-page-tld .mcv-service-hero .mcv-hero-row {
    align-items: center;
}

.mcv-landing.mcv-page-tld .mcv-service-hero .banner_text {
    margin-top: 0;
}

.mcv-landing.mcv-page-tld .mcv-hero-visual.mcv-hero-visual--photo {
    min-height: 0;
    justify-content: center;
    align-self: center;
    padding-bottom: 0;
}

.mcv-landing.mcv-page-tld .mcv-hero-visual--photo .hero_image_1.mcv-hero-photo-float {
    animation: mcv-hero-photo-float-chauffeur 5.5s ease-in-out infinite;
}

.mcv-landing.mcv-page-tld .mcv-hero-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 24px 0 18px;
}

.mcv-landing.mcv-page-tld .mcv-hero-cta-wrap .mcv-btn-reserver {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.2;
    min-width: unset;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mcv-landing.mcv-page-tld .mcv-hero-cta-wrap .mcv-btn-reserver::before {
    display: none;
}

.mcv-landing.mcv-page-tld .mcv-hero-cta-site {
    background-color: #fff;
    color: var(--mcv-dark);
    border: 1px solid var(--mcv-dark);
}

.mcv-landing.mcv-page-tld .mcv-hero-cta-site:hover,
.mcv-landing.mcv-page-tld .mcv-hero-cta-site:focus {
    background-color: var(--mcv-dark);
    border-color: var(--mcv-dark);
    color: #fff;
    transform: none;
    box-shadow: none;
}

.mcv-landing .banner_section .mcv-hero-visual--photo .hero_image_1 img.mcv-hero-photo--tld {
    object-position: center top;
}

@media (max-width: 575px) {
    .mcv-landing.mcv-page-tld .mcv-hero-cta-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .mcv-landing.mcv-page-tld .mcv-hero-cta-wrap .mcv-btn-reserver {
        width: 100%;
        text-align: center;
    }
}

/* Page Blog — fond rouge léger et gris */
.mcv-landing.mcv-page-blog #mcv-service-hero.mcv-service-hero {
    background-color: #faf5f5;
    background-image:
        radial-gradient(ellipse 62% 52% at 75% 18%, rgba(120, 115, 108, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 58% 48% at 18% 75%, rgba(90, 85, 78, 0.1) 0%, transparent 56%),
        radial-gradient(ellipse 50% 44% at 50% 50%, rgba(140, 135, 128, 0.06) 0%, transparent 60%),
        radial-gradient(ellipse 58% 48% at 82% 78%, rgba(31, 27, 20, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 52% 44% at 14% 84%, rgba(31, 27, 20, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 48% 42% at 50% 12%, rgba(31, 27, 20, 0.08) 0%, transparent 52%),
        radial-gradient(ellipse 68% 58% at 8% 38%, rgba(201, 58, 58, 0.28) 0%, transparent 56%),
        radial-gradient(ellipse 72% 54% at 92% 28%, rgba(232, 160, 160, 0.24) 0%, transparent 58%),
        radial-gradient(ellipse 64% 50% at 50% 52%, rgba(201, 58, 58, 0.14) 0%, transparent 62%),
        radial-gradient(ellipse 78% 48% at 48% 92%, rgba(168, 46, 46, 0.22) 0%, transparent 58%);
}

.mcv-landing.mcv-page-blog #mcv-service-hero.mcv-service-hero::before {
    background:
        radial-gradient(ellipse 48% 42% at 30% 28%, rgba(110, 105, 98, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 22% 18%, rgba(232, 160, 160, 0.22) 0%, transparent 58%),
        radial-gradient(ellipse 45% 38% at 78% 22%, rgba(201, 58, 58, 0.18) 0%, transparent 55%),
        linear-gradient(
            135deg,
            rgba(90, 85, 78, 0.06) 0%,
            transparent 28%,
            transparent 50%,
            rgba(31, 27, 20, 0.1) 72%,
            rgba(201, 58, 58, 0.1) 100%
        );
}

.mcv-landing.mcv-page-blog #mcv-service-hero.mcv-service-hero::after {
    background:
        radial-gradient(ellipse 70% 48% at 85% 88%, rgba(58, 52, 44, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 76% 50% at 8% 100%, rgba(31, 27, 20, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 76% 50% at 92% 100%, rgba(31, 27, 20, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 70% 52% at 50% 8%, rgba(232, 160, 160, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 44% at 50% 100%, rgba(201, 58, 58, 0.16) 0%, transparent 58%),
        linear-gradient(
            180deg,
            transparent 42%,
            rgba(120, 115, 108, 0.05) 58%,
            rgba(31, 27, 20, 0.06) 72%,
            rgba(201, 58, 58, 0.1) 88%,
            rgba(250, 245, 245, 0.4) 100%
        );
}

.mcv-landing.mcv-page-blog #mcv-service-hero.mcv-service-hero .mcv-hero-visual__glow {
    background: radial-gradient(circle, rgba(201, 58, 58, 0.22) 0%, rgba(232, 160, 160, 0.1) 42%, transparent 68%);
}

.mcv-landing.mcv-page-blog #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dots::before {
    opacity: 0.75 !important;
    box-shadow: 0 0 16px 5px rgba(201, 58, 58, 0.4);
}

.mcv-landing.mcv-page-blog #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_1::before,
.mcv-landing.mcv-page-blog #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_2::before,
.mcv-landing.mcv-page-blog #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_4::before,
.mcv-landing.mcv-page-blog #mcv-service-hero.mcv-service-hero .dotes_anim_bloack .dotes_5::before {
    background: var(--mcv-blog-red) !important;
}

.mcv-landing.mcv-page-blog .banner_section .banner_text h1 span {
    color: var(--mcv-blog-red);
}

.mcv-landing.mcv-page-blog .banner_text p.mcv-hero-trust-line .mcv-hero-trust-line__dot {
    color: var(--mcv-blog-red);
}

.mcv-landing.mcv-page-blog .mcv-service-hero .mcv-hero-row {
    align-items: center;
}

.mcv-landing.mcv-page-blog .mcv-service-hero .banner_text {
    margin-top: 0;
}

.mcv-landing.mcv-page-blog .mcv-hero-visual.mcv-hero-visual--photo {
    min-height: 0;
    justify-content: center;
    align-self: center;
    padding-bottom: 0;
}

.mcv-landing.mcv-page-blog .mcv-hero-visual--photo .hero_image_1.mcv-hero-photo-float {
    animation: mcv-hero-photo-float-chauffeur 5.5s ease-in-out infinite;
}

.mcv-landing.mcv-page-blog .mcv-hero-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 24px 0 18px;
}

.mcv-landing.mcv-page-blog .mcv-hero-cta-wrap .mcv-btn-reserver {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.2;
    min-width: unset;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mcv-landing.mcv-page-blog .mcv-hero-cta-wrap .mcv-btn-reserver::before {
    display: none;
}

.mcv-landing.mcv-page-blog .mcv-hero-cta-site {
    background-color: #fff;
    color: var(--mcv-dark);
    border: 1px solid var(--mcv-dark);
}

.mcv-landing.mcv-page-blog .mcv-hero-cta-site:hover,
.mcv-landing.mcv-page-blog .mcv-hero-cta-site:focus {
    background-color: var(--mcv-dark);
    border-color: var(--mcv-dark);
    color: #fff;
    transform: none;
    box-shadow: none;
}

.mcv-landing .banner_section .mcv-hero-visual--photo .hero_image_1 img.mcv-hero-photo--blog {
    object-position: center top;
}

@media (max-width: 575px) {
    .mcv-landing.mcv-page-blog .mcv-hero-cta-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .mcv-landing.mcv-page-blog .mcv-hero-cta-wrap .mcv-btn-reserver {
        width: 100%;
        text-align: center;
    }
}

.mcv-landing.mcv-page-service .mcv-footer--minimal {
    position: relative;
    z-index: 2;
}

.mcv-landing.mcv-page-service .mcv-footer--minimal .mcv-footer-bottom {
    padding: 20px 0 28px;
    text-align: center;
    border-top: 1px solid rgba(31, 27, 20, 0.08);
    background: #faf8f5;
}

.mcv-landing.mcv-page-service .mcv-footer--minimal .mcv-footer-copy {
    margin: 0;
    font-size: 13px;
    color: rgba(31, 27, 20, 0.65);
}

.mcv-landing.mcv-page-service .mcv-footer--minimal .mcv-footer-copy a {
    color: var(--mcv-dark);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mcv-landing .mcv-hero-cta-wrap {
    margin: 22px 0 18px;
}

.mcv-landing .mcv-hero-cta-wrap .mcv-hero-cta {
    min-width: 180px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
}

/* Bouton avis Google — fond blanc, logo G multicolore (hero, témoignages, etc.) */
.mcv-landing .mcv-btn-google-reviews {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff !important;
    color: var(--mcv-dark) !important;
    border: 1px solid var(--mcv-dark) !important;
    border-radius: 8px;
    padding: 11px 28px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: none;
    position: relative;
    overflow: visible;
    z-index: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mcv-landing .mcv-btn-google-reviews::before {
    display: none;
}

.mcv-landing .mcv-btn-google-reviews__icon {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}

.mcv-landing .mcv-btn-google-reviews:hover,
.mcv-landing .mcv-btn-google-reviews:focus {
    background-color: var(--mcv-dark) !important;
    color: #fff !important;
    border-color: var(--mcv-dark) !important;
    transform: none;
    box-shadow: none;
}

.mcv-landing .mcv-hero-cta-wrap .mcv-btn-google-reviews {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .mcv-landing .mcv-hero-cta-wrap .mcv-btn-google-reviews {
        width: 100%;
        justify-content: center;
    }
}

.mcv-landing .banner_section .mcv-hero-visual--photo .hero_image_1 img.mcv-hero-photo {
    max-width: min(520px, 52vw, 94vw);
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center 35%;
    border-radius: 14px;
    box-shadow: 0 28px 56px rgba(31, 27, 20, 0.16);
    filter: none;
}

.mcv-landing .banner_section .mcv-hero-visual--photo .hero_image_1.mcv-hero-photo-float {
    animation: mcv-hero-photo-float 5.5s ease-in-out infinite;
    will-change: transform;
}

@keyframes mcv-hero-photo-float {
    0%,
    100% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(-14px);
    }
}

@keyframes mcv-hero-photo-float-desktop {
    0%,
    100% {
        transform: translateY(32px);
    }

    50% {
        transform: translateY(-2px);
    }
}

.mcv-landing .banner_section .mcv-hero-visual--photo .hero_image_1 img.mcv-hero-photo--taxi {
    object-position: center top;
}

@media (max-width: 991px) {
    .mcv-landing .banner_section .mcv-hero-visual--photo .hero_image_1 img.mcv-hero-photo {
        max-width: min(480px, 92vw);
        margin-top: 24px;
    }
}

.mcv-landing .banner_section--fullscreen .banner_text {
    margin-top: 0;
    max-width: 540px;
}

.mcv-landing .banner_section .banner_text .type-wrap .typed {
    color: var(--mcv-dark);
}

.mcv-landing .banner_section .banner_text h1 {
    color: var(--mcv-dark);
    font-size: clamp(36px, 4.2vw, 52px);
    line-height: 1.12;
    margin-top: 10px;
    margin-bottom: 14px;
}

.mcv-landing .banner_section .banner_text h1 span {
    color: var(--mcv-gold);
}

.mcv-landing .banner_section .banner_text p {
    margin-bottom: 18px;
    max-width: 480px;
}

.mcv-landing .banner_section .banner_text p .mcv-hero-lead {
    color: var(--mcv-dark);
    font-weight: 600;
}

.mcv-landing .banner_section .mcv-hero-stores {
    margin: 0 0 16px;
}

.mcv-landing .mcv-hero-stores li a {
    padding: 10px 18px;
    background-color: var(--mcv-dark);
    border: 1px solid var(--mcv-dark);
    border-radius: 12px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.mcv-landing .mcv-hero-stores li:last-child {
    margin-left: 12px;
}

.mcv-landing .mcv-hero-stores li a:hover,
.mcv-landing .mcv-hero-stores li a:focus {
    background-color: #fff !important;
    border-color: var(--mcv-dark);
}

.mcv-landing .mcv-hero-stores li a.mcv-store-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 168px;
    text-decoration: none;
    color: #fff;
}

.mcv-landing .mcv-hero-stores .mcv-store-badge__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}

.mcv-landing .mcv-hero-stores .mcv-store-badge__icon svg {
    display: block;
    width: 22px;
    height: 26px;
}

.mcv-landing .mcv-hero-stores .mcv-store-badge__icon--play {
    width: 34px;
    height: 26px;
}

.mcv-landing .mcv-hero-stores .mcv-store-badge__play-logo {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    object-position: center;
}

.mcv-landing .mcv-hero-stores .mcv-store-badge__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.mcv-landing .mcv-hero-stores .mcv-store-badge__line {
    font-size: 10px;
    letter-spacing: 0.02em;
    text-transform: none;
}

.mcv-landing .mcv-hero-stores .mcv-store-badge__brand {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.mcv-landing .mcv-hero-stores li a.mcv-store-badge:hover,
.mcv-landing .mcv-hero-stores li a.mcv-store-badge:focus {
    color: var(--mcv-dark);
}

.mcv-landing .banner_section .banner_text p.mcv-hero-trust-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: rgba(31, 27, 20, 0.6);
    font-weight: 500;
}

.mcv-landing .banner_section .banner_text p.mcv-hero-trust-line span {
    font-size: inherit;
}

.mcv-landing .banner_section .banner_text p.mcv-hero-trust-line .mcv-hero-trust-line__dot {
    color: var(--mcv-gold);
    font-size: inherit;
    font-weight: 700;
}

.mcv-landing #mcv-hero.mcv-hero--hub .dotes_anim_bloack .dots::before {
    opacity: 0.35 !important;
    box-shadow: 0 0 10px 3px rgba(212, 184, 120, 0.16);
}

.mcv-landing #mcv-hero.mcv-hero--hub .dotes_anim_bloack .dotes_3::before,
.mcv-landing #mcv-hero.mcv-hero--hub .dotes_anim_bloack .dotes_6::before,
.mcv-landing #mcv-hero.mcv-hero--hub .dotes_anim_bloack .dotes_7::before,
.mcv-landing #mcv-hero.mcv-hero--hub .dotes_anim_bloack .dotes_10::before {
    background: #3a342c !important;
}

.mcv-landing #mcv-hero.mcv-hero--hub .dotes_anim_bloack .dotes_1::before,
.mcv-landing #mcv-hero.mcv-hero--hub .dotes_anim_bloack .dotes_2::before,
.mcv-landing #mcv-hero.mcv-hero--hub .dotes_anim_bloack .dotes_4::before,
.mcv-landing #mcv-hero.mcv-hero--hub .dotes_anim_bloack .dotes_5::before {
    background: #c4a574 !important;
}

.mcv-landing .banner_section .banner_shape_images img {
    background: transparent;
}

.mcv-landing .banner_section .mcv-hero-visual {
    justify-content: center;
    position: relative;
    min-height: min(68vh, 640px);
}

.mcv-landing .mcv-hero-visual__glow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -48%);
    width: min(420px, 85%);
    height: min(420px, 70%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 27, 20, 0.24) 0%, rgba(58, 52, 44, 0.12) 45%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.mcv-landing .banner_section .mcv-hero-visual .hero_image_1 {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .mcv-landing .banner_section .mcv-hero-visual:not(.mcv-hero-visual--photo) .hero_image_1 {
        transform: translateY(32px);
    }

    .mcv-landing .mcv-hero-visual__glow {
        transform: translate(-50%, -40%);
    }

    .mcv-landing .banner_section .mcv-hero-visual--photo .hero_image_1.mcv-hero-photo-float {
        animation: mcv-hero-photo-float-desktop 5.5s ease-in-out infinite;
    }

    .mcv-landing.mcv-page-chauffeur .mcv-hero-visual--photo .hero_image_1.mcv-hero-photo-float {
        animation: mcv-hero-photo-float-chauffeur 5.5s ease-in-out infinite;
    }

    .mcv-landing.mcv-page-taxi .mcv-hero-visual--photo .hero_image_1.mcv-hero-photo-float {
        animation: mcv-hero-photo-float-chauffeur 5.5s ease-in-out infinite;
    }

    .mcv-landing.mcv-page-tld .mcv-hero-visual--photo .hero_image_1.mcv-hero-photo-float {
        animation: mcv-hero-photo-float-chauffeur 5.5s ease-in-out infinite;
    }

    .mcv-landing.mcv-page-blog .mcv-hero-visual--photo .hero_image_1.mcv-hero-photo-float {
        animation: mcv-hero-photo-float-chauffeur 5.5s ease-in-out infinite;
    }
}

.mcv-landing .banner_section .mcv-hero-visual .hero_image_1 img {
    max-width: min(380px, 46vw, 92vw);
    width: 100%;
    height: auto;
    max-height: min(68vh, 620px);
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 24px 48px rgba(31, 27, 20, 0.14));
}

/* Mockups 2D : cadre + écran « Nos atouts » superposé (section best features) */
.mcv-phone-mockup {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    line-height: 0;
}

.mcv-phone-mockup__frame {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.mcv-phone-mockup__screen {
    position: absolute;
    z-index: 2;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
    border-radius: 6%;
}

.mcv-landing .banner_section .mcv-hero-visual .mcv-phone-mockup--hero {
    max-width: min(380px, 46vw, 92vw);
    filter: drop-shadow(0 24px 48px rgba(31, 27, 20, 0.14));
}

.mcv-landing .banner_section .mcv-hero-visual .mcv-phone-mockup--hero .mcv-phone-mockup__frame {
    max-height: min(68vh, 620px);
    object-fit: contain;
}

.mcv-phone-mockup__screen--hero-back {
    left: 2.5%;
    top: 0%;
    width: 60%;
    height: 100%;
    border-radius: 5%;
}

.mcv-phone-mockup__screen--hero-front {
    left: 51%;
    top: 0%;
    width: 53%;
    height: 89%;
    border-radius: 7%;
}

.mcv-phone-mockup__screen--bf1-a {
    left: 11.5%;
    top: 4%;
    width: 53%;
    height: 100%;
}

.mcv-phone-mockup__screen--bf1-b {
    left: 41%;
    top: 28.5%;
    width: 51%;
    height: 76%;
    border-radius: 8%;
}

/* Blocs dual (réservation + historique) : PNG transparents, empilement en perspective */
.mcv-landing .mcv-best-features-section .service_blocks .img.mcv-bf1-visual,
.mcv-landing .mcv-best-features-section .service_blocks .img.mcv-bf3-visual {
    background: transparent;
}

.mcv-landing .mcv-phone-mockup--bf1-dual,
.mcv-landing .mcv-phone-mockup--bf3-dual {
    min-height: min(440px, 58vw);
    max-width: min(480px, 88vw);
    margin: 0 auto;
    background: transparent;
    perspective: 900px;
}

.mcv-landing .mcv-phone-mockup--bf1-dual .mcv-phone-mockup__screen,
.mcv-landing .mcv-phone-mockup--bf3-dual .mcv-phone-mockup__screen {
    object-fit: contain;
    width: auto;
    max-width: none;
    height: auto;
    max-height: min(520px, 72vh);
    border-radius: 0;
    background: transparent;
    transform-origin: center bottom;
}

.mcv-landing .mcv-phone-mockup--bf1-dual .mcv-phone-mockup__screen--bf1-a,
.mcv-landing .mcv-phone-mockup--bf3-dual .mcv-phone-mockup__screen--bf3-a {
    left: 2%;
    top: 10%;
    width: min(50%, 250px);
    z-index: 1;
    transform: scale(0.88) rotate(-5deg);
    filter: drop-shadow(0 12px 24px rgba(31, 27, 20, 0.1));
    opacity: 0.92;
}

.mcv-landing .mcv-phone-mockup--bf1-dual .mcv-phone-mockup__screen--bf1-b,
.mcv-landing .mcv-phone-mockup--bf3-dual .mcv-phone-mockup__screen--bf3-b {
    left: 28%;
    top: 0;
    width: min(56%, 280px);
    z-index: 2;
    transform: scale(1) rotate(4deg);
    filter: drop-shadow(0 22px 44px rgba(31, 27, 20, 0.16));
}

@media (max-width: 991px) {
    .mcv-landing .mcv-phone-mockup--bf1-dual,
    .mcv-landing .mcv-phone-mockup--bf3-dual {
        min-height: min(360px, 76vw);
        max-width: min(380px, 92vw);
    }

    .mcv-landing .mcv-phone-mockup--bf1-dual .mcv-phone-mockup__screen--bf1-a,
    .mcv-landing .mcv-phone-mockup--bf3-dual .mcv-phone-mockup__screen--bf3-a {
        left: 0;
        top: 8%;
        width: min(52%, 210px);
        transform: scale(0.86) rotate(-4deg);
    }

    .mcv-landing .mcv-phone-mockup--bf1-dual .mcv-phone-mockup__screen--bf1-b,
    .mcv-landing .mcv-phone-mockup--bf3-dual .mcv-phone-mockup__screen--bf3-b {
        left: 26%;
        top: 0;
        width: min(58%, 230px);
        transform: scale(0.98) rotate(3deg);
    }
}

.mcv-landing .mcv-best-features-section .service_blocks .img .mcv-phone-mockup--bf1-dual .mcv-phone-mockup__screen,
.mcv-landing .mcv-best-features-section .service_blocks .img .mcv-phone-mockup--bf3-dual .mcv-phone-mockup__screen {
    border-radius: 0;
}

.mcv-phone-mockup__screen--bf2-a {
    left: 12.5%;
    top: 0%;
    width: 58%;
    height: 100%;
}

.mcv-phone-mockup__screen--bf3-a {
    left: 13.5%;
    top: 6%;
    width: 52%;
    height: 98%;
}

.mcv-phone-mockup__screen--bf3-b {
    left: 40%;
    top: 34%;
    width: 51%;
    height: 72%;
    border-radius: 8%;
}

.mcv-landing .best_features .mcv-phone-mockup__frame {
    width: 100%;
    height: auto;
}

.mcv-landing .banner_section .mcv-hero-float-card {
    position: absolute;
    top: 8%;
    right: 0;
    z-index: 2;
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    animation: mcv-hero-card-float 3s ease-in-out infinite;
    transition: transform 0.2s ease;
}

.mcv-landing .banner_section .mcv-hero-float-card:hover,
.mcv-landing .banner_section .mcv-hero-float-card:focus {
    color: inherit;
    text-decoration: none;
}

.mcv-landing .banner_section .mcv-hero-float-card:hover .mcv-hero-float-card__inner,
.mcv-landing .banner_section .mcv-hero-float-card:focus .mcv-hero-float-card__inner {
    border-color: rgba(196, 165, 116, 0.45);
    box-shadow: 0 14px 36px rgba(31, 27, 20, 0.14);
}

.mcv-landing .banner_section .mcv-hero-float-card:focus-visible {
    outline: 2px solid var(--mcv-gold);
    outline-offset: 3px;
    border-radius: 16px;
}

.mcv-landing .mcv-hero-float-card__inner {
    background: #fff;
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 12px 32px rgba(31, 27, 20, 0.1);
    border: 1px solid rgba(196, 165, 116, 0.25);
    min-width: 140px;
}

.mcv-landing .mcv-hero-float-card__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.mcv-landing .mcv-hero-float-card__stars {
    color: var(--mcv-gold);
    font-size: 12px;
    letter-spacing: 1px;
}

.mcv-landing .mcv-hero-float-card__rating strong {
    font-size: 20px;
    color: var(--mcv-dark);
    line-height: 1;
}

.mcv-landing .mcv-hero-float-card__label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: rgba(31, 27, 20, 0.65);
    font-weight: 500;
}

.mcv-landing .mcv-hero-float-card__arrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    border-right: 1.5px solid var(--mcv-gold);
    border-top: 1.5px solid var(--mcv-gold);
    transform: rotate(45deg) translate(-1px, 1px);
    transition: transform 0.2s ease;
}

.mcv-landing .mcv-hero-float-card:hover .mcv-hero-float-card__arrow,
.mcv-landing .banner_section .mcv-hero-float-card:focus .mcv-hero-float-card__arrow {
    transform: rotate(45deg) translate(1px, -1px);
}

@keyframes mcv-hero-card-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 991px) {
    .mcv-landing .banner_section--fullscreen {
        min-height: 100vh;
        min-height: 100dvh;
        padding-top: 88px;
        padding-bottom: 48px;
        justify-content: flex-start;
    }

    .mcv-landing .banner_section--fullscreen > .container {
        align-items: flex-start;
        padding-top: 8px;
    }

    .mcv-landing .banner_section--fullscreen .banner_text {
        max-width: 100%;
    }

    .mcv-landing .banner_section--fullscreen .mcv-hero-visual {
        margin-top: 20px !important;
        min-height: auto;
    }

    .mcv-landing .banner_section--fullscreen .mcv-hero-visual .hero_image_1 img {
        max-width: min(300px, 78vw);
        max-height: min(48vh, 480px);
    }

    .mcv-landing .banner_section .mcv-hero-float-card {
        top: 0;
        right: 8%;
    }

    .mcv-landing .banner_section .banner_text p.mcv-hero-trust-line {
        justify-content: center;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .mcv-landing .banner_section .banner_text p.mcv-hero-trust-line {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .mcv-landing .banner_section--fullscreen .banner_text h1 {
        font-size: 32px;
    }

    .mcv-landing .banner_section--fullscreen .banner_text p:not(.mcv-hero-trust-line) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mcv-landing .banner_section .mcv-hero-stores {
        justify-content: center;
    }

    .mcv-landing .banner_section .mcv-hero-stores li:last-child {
        margin-left: 0;
    }

    .mcv-landing .banner_section .mcv-hero-float-card {
        right: 50%;
        transform: translateX(50%);
        top: auto;
        bottom: -8px;
    }

    .mcv-landing .banner_section .mcv-hero-float-card {
        animation: mcv-hero-card-float-mobile 3s ease-in-out infinite;
    }
}

@keyframes mcv-hero-card-float-mobile {
    0%,
    100% {
        transform: translateX(50%) translateY(0);
    }

    50% {
        transform: translateX(50%) translateY(-8px);
    }
}

/* --- Section Pourquoi nous choisir --- */

.mcv-landing .whychoose_section {
    position: relative;
    overflow: hidden;
}

/* Icônes atouts — Material Icons */
.mcv-landing .mcv-features-section .choose_icon .mcv-icon--atout {
    display: block;
}

.mcv-landing .mcv-features-section .whychoose_box:hover .choose_icon {
    transform: none;
}

.mcv-landing .mcv-features-dots {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.mcv-landing .mcv-features-dots .dotes_2 {
    width: 65px;
    height: 45px;
    top: 22%;
    left: auto;
    right: 32%;
}

.mcv-landing .mcv-features-dots .dotes_5 {
    width: 80px;
    height: 80px;
    top: 12%;
    left: auto;
    right: 14%;
}

.mcv-landing .mcv-features-dots .dotes_8 {
    width: 70px;
    height: 70px;
    bottom: 28%;
    left: auto;
    right: 20%;
}

.mcv-landing .mcv-features-dots .dotes_10 {
    width: 72px;
    height: 72px;
    bottom: 14%;
    left: auto;
    right: 10%;
}

@media (max-width: 991px) {
    .mcv-landing .mcv-features-dots .dotes_2 {
        top: 52%;
        right: 8%;
    }

    .mcv-landing .mcv-features-dots .dotes_5 {
        top: 48%;
        right: 4%;
    }

    .mcv-landing .mcv-features-dots .dotes_8 {
        bottom: 22%;
        right: 12%;
    }

    .mcv-landing .mcv-features-dots .dotes_10 {
        bottom: 10%;
        right: 6%;
    }
}

.mcv-landing .mcv-features-section.whychoose_section {
    position: relative;
    overflow: hidden;
    background-color: #faf8f5;
    background-image:
        radial-gradient(ellipse 65% 55% at 12% 48%, rgba(196, 165, 116, 0.2) 0%, transparent 52%),
        radial-gradient(ellipse 70% 50% at 88% 38%, rgba(196, 165, 116, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 90% 40% at 50% 0%, rgba(196, 165, 116, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 55% 45% at 8% 100%, rgba(196, 165, 116, 0.12) 0%, transparent 52%),
        radial-gradient(ellipse 55% 45% at 92% 100%, rgba(166, 139, 91, 0.1) 0%, transparent 52%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: cover, cover, cover, cover, cover;
}

.mcv-landing .mcv-features-section.whychoose_section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
        135deg,
        rgba(196, 165, 116, 0.07) 0%,
        transparent 42%,
        transparent 58%,
        rgba(196, 165, 116, 0.06) 100%
    );
}

/* Pas de lueurs / formes violettes du template */
.mcv-landing .mcv-features-section .element {
    display: none;
}

.mcv-landing .mcv-features-section .whychoose_box {
    -webkit-box-shadow: 0 10px 19px -1px rgba(196, 165, 116, 0.22) !important;
    -moz-box-shadow: 0 10px 19px -1px rgba(196, 165, 116, 0.22) !important;
    box-shadow: 0 10px 19px -1px rgba(196, 165, 116, 0.22) !important;
}

.mcv-landing .mcv-features-section .choose_text p {
    color: rgba(31, 27, 20, 0.68);
}

.mcv-landing .whychoose_section .inner_sec {
    position: relative;
    z-index: 1;
}

.mcv-landing .whychoose_section .title_badge {
    background-color: var(--mcv-gold);
    color: var(--mcv-dark);
}

.mcv-landing .whychoose_section .section_title h2 {
    color: var(--mcv-dark);
}

.mcv-landing .whychoose_section .section_title h2 span {
    color: var(--mcv-gold);
}

.mcv-landing .whychoose_section .section_title p {
    color: rgba(31, 27, 20, 0.72);
}

.mcv-landing .whychoose_section .whychoose_box {
    -webkit-box-shadow: 0 10px 19px -1px rgba(196, 165, 116, 0.22);
    -moz-box-shadow: 0 10px 19px -1px rgba(196, 165, 116, 0.22);
    box-shadow: 0 10px 19px -1px rgba(196, 165, 116, 0.22);
}

.mcv-landing .whychoose_section .whychoose_box:hover {
    border-color: var(--mcv-gold);
}

.mcv-landing .whychoose_section .choose_text h6 {
    color: var(--mcv-dark);
}

.mcv-landing .mcv-features-section .choose_text h6 span {
    color: var(--mcv-gold);
    font-weight: 700;
}

.mcv-landing .whychoose_section .support_box {
    background-color: var(--mcv-dark);
    z-index: 2;
}

@media (max-width: 991px) {
    .mcv-landing .whychoose_section .whychoose_support {
        max-width: 100%;
        margin: 24px auto 0;
    }

    .mcv-landing .whychoose_section .choose_img .mcv-features-screen {
        max-width: min(240px, 72vw);
        max-height: min(48vh, 380px);
    }
}

.mcv-landing .whychoose_section:not(.mcv-features-section) .element .element1 img,
.mcv-landing .whychoose_section:not(.mcv-features-section) .element .element2 img {
    filter: sepia(0.45) saturate(1.25) hue-rotate(8deg) brightness(1.02);
    opacity: 0.5;
}

.mcv-landing .whychoose_section .whychoose_support {
    justify-content: center;
    max-width: 420px;
    margin-left: auto;
}

.mcv-landing .whychoose_section .choose_img {
    width: 100%;
    margin-top: 0;
    text-align: center;
    background: none;
}

.mcv-landing .whychoose_section .choose_img img {
    display: block;
    width: auto;
    max-width: min(320px, 88%);
    max-height: 520px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(31, 27, 20, 0.12));
}

/* --- Section Nos atouts : plein écran au scroll + visuel hero --- */

.mcv-landing .mcv-features-section .mcv-features-badge {
    display: inline-block;
    margin-bottom: 26px;
    padding: 3px 12px;
    background-color: #fff;
    color: var(--mcv-gold);
    border: 1.5px solid var(--mcv-gold);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    box-shadow: 0 1px 6px rgba(196, 165, 116, 0.12);
}

.mcv-landing .mcv-features-section .mcv-features-heading h2 {
    margin-top: 0;
    margin-bottom: 14px;
}

.mcv-landing .mcv-features-section .mcv-features-heading h2 span {
    color: var(--mcv-gold);
    font-weight: 700;
}

.mcv-landing .mcv-features-section .mcv-features-heading p {
    margin-bottom: 40px;
}

.mcv-landing .mcv-features-section .whychoose_dh {
    margin-top: 4px;
}

.mcv-landing .mcv-features-section .mcv-features-visual-col {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) {
        scroll-snap-type: y mandatory;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .banner_section--fullscreen {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    /* Scroll-snap / hauteur figée : landing template uniquement (pas hub ni pages services) */
    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section {
        scroll-snap-align: start;
        scroll-snap-stop: always;
        min-height: 100dvh;
        max-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
        overflow: hidden;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section.row_am {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .inner_sec {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 72px;
        padding-bottom: 16px;
        box-sizing: border-box;
        width: 100%;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .mcv-features-heading {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .mcv-features-heading h2 {
        font-size: clamp(1.85rem, 3vw, 2.35rem);
        margin-top: 0;
        margin-bottom: 18px;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .mcv-features-heading p {
        padding-left: 8%;
        padding-right: 8%;
        margin-bottom: 56px;
        font-size: 17px;
        line-height: 1.5;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .whychoose_dh {
        margin-top: 0;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .mcv-features-visual-col {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        margin-left: auto;
        margin-top: 24px;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .whychoose_box {
        padding: 18px 20px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .choose_text {
        padding-left: 80px;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .choose_text h6 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .choose_text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .mcv-features-visual {
        min-height: min(58vh, 480px);
        width: 100%;
    }

    .mcv-landing:not(.mcv-page-hub):not(.mcv-page-service):not(.mcv-page-app) .mcv-features-section .choose_img .mcv-features-screen {
        max-width: min(380px, 42vw);
        max-height: min(62vh, 540px);
    }
}

.mcv-landing .mcv-features-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: min(50vh, 400px);
    margin-top: 0;
    background: transparent;
}

.mcv-landing .mcv-features-visual__glow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -48%);
    width: min(320px, 78%);
    height: min(320px, 65%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 165, 116, 0.28) 0%, rgba(196, 165, 116, 0.08) 45%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.mcv-landing .whychoose_section .choose_img .mcv-features-screen {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: min(340px, 42vw);
    max-height: min(58vh, 520px);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    background: none;
    border: none;
    box-shadow: none;
    filter: drop-shadow(0 24px 48px rgba(31, 27, 20, 0.14));
}

@media (max-width: 991px) {
    .mcv-landing .whychoose_section .choose_img .mcv-features-screen {
        max-width: min(240px, 72vw);
        max-height: min(50vh, 420px);
    }
}

/* --- Section Fonctionnalités (best features) --- */

.mcv-landing .mcv-best-features-section {
    position: relative;
    background-color: #faf8f5;
    background-image:
        radial-gradient(ellipse 70% 55% at 15% 20%, rgba(196, 165, 116, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 65% 50% at 88% 75%, rgba(196, 165, 116, 0.12) 0%, transparent 52%);
}

.mcv-landing .mcv-best-features-section .inner_sec {
    background-color: #fff;
    border: 1px solid rgba(196, 165, 116, 0.22);
    -webkit-box-shadow: 0 12px 40px rgba(196, 165, 116, 0.14);
    -moz-box-shadow: 0 12px 40px rgba(196, 165, 116, 0.14);
    box-shadow: 0 12px 40px rgba(196, 165, 116, 0.14);
}

.mcv-landing .mcv-best-features-section .mcv-best-features-badge {
    display: inline-block;
    margin-bottom: 26px;
    padding: 3px 12px;
    background-color: #fff;
    color: var(--mcv-gold);
    border: 1.5px solid var(--mcv-gold);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    box-shadow: 0 1px 6px rgba(196, 165, 116, 0.12);
}

.mcv-landing .mcv-best-features-section .section_title h2 {
    color: var(--mcv-dark);
}

.mcv-landing .mcv-best-features-section .section_title h2 span {
    color: var(--mcv-gold);
    font-weight: 700;
}

.mcv-landing .mcv-best-features-section .section_title p {
    color: rgba(31, 27, 20, 0.72);
}

.mcv-landing .mcv-best-features-section .mcv-best-features-heading {
    margin-bottom: 8px;
    padding-bottom: 40px;
}

.mcv-landing .mcv-best-features-section .service_blocks {
    padding: 80px 0;
}

.mcv-landing .mcv-best-features-section .service_text h4 {
    color: var(--mcv-dark);
    font-weight: 600;
}

.mcv-landing .mcv-best-features-section .service_text h4 span {
    color: var(--mcv-gold);
    font-weight: 700;
}

.mcv-landing .mcv-best-features-section .service_text p {
    color: rgba(31, 27, 20, 0.68);
}

.mcv-landing .mcv-best-features-section .section_icon .mcv-icon--bf {
    display: inline-block;
}

.mcv-landing .mcv-best-features-section .app_blocks h6 {
    color: var(--mcv-dark);
    font-weight: 600;
}

.mcv-landing .mcv-best-features-section .app_blocks .mcv-hero-stores {
    justify-content: center;
    width: 100%;
    margin: 0;
}

.mcv-landing .mcv-best-features-section .app_blocks .app_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcv-landing .mcv-best-features-section .app_blocks .app_btn li a {
    position: static;
    transform: none;
}

.mcv-landing .mcv-best-features-section .app_blocks .app_btn li a .blue_img,
.mcv-landing .mcv-best-features-section .app_blocks .app_btn li a .white_img {
    display: none;
}

/* Aperçu des thèmes (clair / sombre / N&B) — sélecteur + grand écran */
.mcv-landing .mcv-best-features-section .mcv-bf-row-themes {
    margin-top: 56px;
    padding-top: 96px;
}

.mcv-landing .mcv-best-features-section .mcv-bf-row-intl {
    margin-top: 56px;
    padding-top: 96px;
    padding-bottom: 16px;
}

.mcv-landing .mcv-best-features-section .service_blocks .img.mcv-bf-themes-visual {
    background: transparent;
}

.mcv-landing .mcv-theme-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 4px 0 8px;
}

.mcv-landing .mcv-theme-preview {
    width: 100%;
    max-width: 340px;
    text-align: center;
    transition: opacity 0.28s ease;
}

.mcv-landing .mcv-theme-preview--updating {
    opacity: 0.72;
}

.mcv-landing .mcv-theme-preview__device {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: min(480px, 62vw);
    padding: 0 8px;
}

.mcv-landing .mcv-best-features-section .service_blocks .img.mcv-bf-themes-visual img {
    position: static;
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    object-fit: contain;
}

.mcv-landing .mcv-theme-preview__screen,
.mcv-landing .mcv-best-features-section .service_blocks .img.mcv-bf-themes-visual .mcv-theme-preview__screen {
    max-width: min(300px, 82vw);
    max-height: min(560px, 74vh);
    margin: 0 auto;
    border-radius: 22px;
    border: 1px solid rgba(31, 27, 20, 0.88);
    box-shadow:
        0 0 0 1px var(--mcv-gold),
        0 0 0 3px rgba(196, 165, 116, 0.22),
        0 20px 44px rgba(31, 27, 20, 0.14);
    transition: opacity 0.28s ease, box-shadow 0.25s ease;
}

.mcv-landing .mcv-theme-preview__label {
    margin: 14px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--mcv-dark);
    letter-spacing: 0.03em;
}

.mcv-landing .mcv-theme-picker {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 14px 18px;
    width: 100%;
}

.mcv-landing button.mcv-theme-card {
    margin: 0;
    padding: 10px 10px 12px;
    flex: 0 1 112px;
    max-width: 128px;
    text-align: center;
    background: #fff;
    border: 2px solid rgba(196, 165, 116, 0.28);
    border-radius: 16px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    font: inherit;
    color: inherit;
}

.mcv-landing button.mcv-theme-card:hover {
    border-color: var(--mcv-gold);
    box-shadow: 0 8px 20px rgba(196, 165, 116, 0.2);
    transform: translateY(-2px);
}

.mcv-landing button.mcv-theme-card.is-active {
    border-color: var(--mcv-gold);
    box-shadow: 0 10px 24px rgba(196, 165, 116, 0.28);
}

.mcv-landing button.mcv-theme-card:focus-visible {
    outline: 2px solid var(--mcv-gold);
    outline-offset: 3px;
}

.mcv-landing .mcv-theme-card__label {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--mcv-dark);
    letter-spacing: 0.02em;
}

.mcv-landing .mcv-theme-card__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 128px;
    padding: 4px 2px 0;
    overflow: visible;
}

.mcv-landing .mcv-theme-card__screen,
.mcv-landing .mcv-best-features-section .service_blocks .img.mcv-bf-themes-visual .mcv-theme-card__screen {
    width: auto;
    max-width: 88px;
    max-height: 128px;
    margin: 0 auto;
    border-radius: 14px;
    border: 1px solid rgba(31, 27, 20, 0.82);
    box-shadow: 0 0 0 1px rgba(196, 165, 116, 0.55);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    background: transparent;
}

.mcv-landing button.mcv-theme-card:hover .mcv-theme-card__screen,
.mcv-landing button.mcv-theme-card.is-active .mcv-theme-card__screen {
    border-color: var(--mcv-dark);
    box-shadow:
        0 0 0 1px var(--mcv-gold),
        0 0 0 2px rgba(196, 165, 116, 0.28);
}

.mcv-landing .mcv-best-features-section .service_blocks .img.mcv-bf-themes-visual .mcv-theme-preview__screen {
    background: transparent;
}

/* Profil international */
.mcv-landing .mcv-intl-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 100%;
}

.mcv-landing .mcv-intl-preview {
    width: 100%;
    text-align: center;
    transition: opacity 0.28s ease;
}

.mcv-landing .mcv-intl-preview--updating {
    opacity: 0.72;
}

.mcv-landing .mcv-intl-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background: rgba(31, 27, 20, 0.05);
    border: 1.5px solid rgba(196, 165, 116, 0.35);
    border-radius: 999px;
}

.mcv-landing button.mcv-intl-lang-btn {
    margin: 0;
    padding: 9px 22px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--mcv-dark);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mcv-landing button.mcv-intl-lang-btn:hover {
    color: var(--mcv-gold-dark);
}

.mcv-landing button.mcv-intl-lang-btn.is-active {
    background: var(--mcv-dark);
    color: #fff;
    box-shadow: 0 4px 14px rgba(31, 27, 20, 0.18);
}

.mcv-landing button.mcv-intl-lang-btn:focus-visible {
    outline: 2px solid var(--mcv-gold);
    outline-offset: 2px;
}

.mcv-landing .mcv-bf-intl-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(420px, 58vw);
    padding: 12px 0;
    background: transparent;
}

.mcv-landing .mcv-bf-intl-screen,
.mcv-landing .mcv-best-features-section .service_blocks .img.mcv-bf-intl-visual .mcv-bf-intl-screen {
    position: static;
    display: block;
    width: auto;
    max-width: min(300px, 82vw);
    max-height: min(560px, 74vh);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 22px;
    border: 1px solid rgba(31, 27, 20, 0.88);
    box-shadow:
        0 0 0 1px var(--mcv-gold),
        0 0 0 3px rgba(196, 165, 116, 0.22),
        0 20px 44px rgba(31, 27, 20, 0.14);
    background: transparent;
}

.mcv-landing .mcv-bf-intl-map {
    display: none;
}

/* Confirmation chauffeur */
.mcv-landing .mcv-best-features-section .mcv-bf-confirmation-note {
    max-width: 860px;
    margin: 48px auto 48px;
    padding: 0 20px;
    text-align: center;
    font-size: clamp(1.2rem, 2.4vw, 1.45rem);
    line-height: 1.55;
    color: var(--mcv-dark);
    font-weight: 500;
}

.mcv-landing .mcv-best-features-section .mcv-bf-confirmation-note span {
    color: var(--mcv-gold);
    font-weight: 700;
}

@media (max-width: 767px) {
    .mcv-landing .mcv-bf-intl-map {
        width: min(200px, 70%);
        right: 50%;
        transform: translateX(50%);
        bottom: -4px;
        opacity: 0.55;
    }

    .mcv-landing .mcv-best-features-section .mcv-bf-confirmation-note {
        margin-bottom: 32px;
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) {
    .mcv-landing .mcv-best-features-section .mcv-best-features-heading p {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 991px) {
    .mcv-landing .mcv-best-features-section .mcv-best-features-heading {
        padding-bottom: 28px;
    }

    .mcv-landing .mcv-best-features-section .service_blocks {
        padding: 56px 0;
    }

    .mcv-landing .mcv-best-features-section .mcv-bf-row-themes,
    .mcv-landing .mcv-best-features-section .mcv-bf-row-intl {
        margin-top: 32px;
        padding-top: 64px;
    }

    .mcv-landing .mcv-best-features-section .section_title p {
        padding-left: 0;
        padding-right: 0;
    }

    .mcv-landing .mcv-best-features-section .service_text,
    .mcv-landing .mcv-best-features-section .service_text.right_side {
        padding-left: 0;
        padding-right: 0;
    }
}

/* --- Section Comment ça marche (3 étapes) --- */

.mcv-landing .mcv-howwork-section.howwork_section {
    position: relative;
    background-color: #faf8f5;
    background-image:
        radial-gradient(ellipse 70% 50% at 18% 28%, rgba(196, 165, 116, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 65% 48% at 88% 72%, rgba(196, 165, 116, 0.11) 0%, transparent 52%);
    padding-bottom: 100px;
}

.mcv-landing .mcv-howwork-section .inner_sec {
    position: relative;
    z-index: 1;
}

.mcv-landing .mcv-howwork-dots {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.mcv-landing .mcv-howwork-section .mcv-howwork-badge {
    display: inline-block;
    margin-bottom: 26px;
    padding: 3px 12px;
    background-color: #fff;
    color: var(--mcv-gold);
    border: 1.5px solid var(--mcv-gold);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    box-shadow: 0 1px 6px rgba(196, 165, 116, 0.12);
}

.mcv-landing .mcv-howwork-section .section_title h2 {
    color: var(--mcv-dark);
}

.mcv-landing .mcv-howwork-section .section_title h2 span {
    color: var(--mcv-gold);
    font-weight: 700;
}

.mcv-landing .mcv-howwork-section .section_title p {
    color: rgba(31, 27, 20, 0.72);
}

/* Cadres d'étape : même hauteur sur une ligne */
.mcv-landing .mcv-howwork-section .work_blocks {
    align-items: stretch;
}

.mcv-landing .mcv-howwork-section .work_blocks > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.mcv-landing .mcv-howwork-section .work_box {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    min-height: 300px;
    height: 100%;
    padding: 40px 30px 52px;
    border: 1px solid rgba(31, 27, 20, 0.14) !important;
    -webkit-box-shadow: 0 8px 20px rgba(31, 27, 20, 0.06) !important;
    -moz-box-shadow: 0 8px 20px rgba(31, 27, 20, 0.06) !important;
    box-shadow: 0 8px 20px rgba(31, 27, 20, 0.06) !important;
}

.mcv-landing .mcv-howwork-section .work_box .work_title {
    flex-shrink: 0;
    margin-bottom: 24px;
}

.mcv-landing .mcv-howwork-section .work_box .work_text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding-right: 48px;
}

.mcv-landing .mcv-howwork-section .work_box .work_text p {
    margin-bottom: 0;
}

.mcv-landing .mcv-howwork-section .work_box:hover {
    border-color: rgba(31, 27, 20, 0.28) !important;
}

.mcv-landing .mcv-howwork-section .work_box .work_title h6 {
    color: var(--mcv-dark);
    min-height: 3.25em;
    line-height: 1.35;
}

.mcv-landing .mcv-howwork-section .work_box .work_text p {
    color: rgba(31, 27, 20, 0.68);
}

.mcv-landing .mcv-howwork-section .work_title .mcv-icon--work {
    transition: none;
}

.mcv-landing .mcv-howwork-section .work_box:hover .work_title .mcv-icon--work {
    transform: none;
}

/* Numéros plats : noir sur fond blanc, sans coin décoratif */
.mcv-landing .mcv-howwork-section .work_step {
    width: auto;
    height: auto;
    right: 0;
    bottom: 0;
}

.mcv-landing .mcv-howwork-section .work_step::before {
    display: none !important;
    content: none !important;
}

.mcv-landing .mcv-howwork-section .step-box {
    background: transparent;
    color: var(--mcv-dark);
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.03em;
    width: auto;
    height: auto;
    min-width: 0;
    border-radius: 0;
    margin: 0 20px 16px 0;
    padding: 0;
    box-shadow: none;
}

.mcv-landing .mcv-howwork-section .work_box:hover .step-box {
    background: transparent;
    color: var(--mcv-dark);
}

.mcv-landing .mcv-howwork-section .device_img {
    margin-top: 80px;
}

.mcv-landing .mcv-howwork-section .device_img img {
    max-width: min(400px, 90vw);
    height: auto;
    filter: drop-shadow(0 24px 48px rgba(31, 27, 20, 0.12));
}

@media (min-width: 992px) {
    .mcv-landing .mcv-howwork-section .work_box {
        height: 100% !important;
    }
}

@media (max-width: 991px) {
    .mcv-landing .mcv-howwork-section .work_box {
        min-height: 0;
        height: auto !important;
        margin-bottom: 24px;
    }

    .mcv-landing .mcv-howwork-section .work_box .work_title h6 {
        min-height: 0;
    }

    .mcv-landing .mcv-howwork-section .work_blocks > [class*="col-"]:last-child .work_box {
        margin-bottom: 0;
    }

    .mcv-landing .mcv-howwork-section .step-box {
        font-size: 30px;
        margin: 0 18px 14px 0;
    }

    .mcv-landing .mcv-howwork-section .section_title p {
        padding-left: 0;
        padding-right: 0;
    }
}

/* --- Preloader : noir fixe + accent selon la page --- */

.mcv-landing {
    --mcv-loader-accent: var(--mcv-gold);
    --mcv-loader-accent-light: var(--mcv-gold-light);
}

.mcv-landing.mcv-page-taxi {
    --mcv-loader-accent: var(--mcv-taxi-orange);
    --mcv-loader-accent-light: var(--mcv-taxi-orange-light);
}

.mcv-landing.mcv-page-tld {
    --mcv-loader-accent: var(--mcv-tld-teal);
    --mcv-loader-accent-light: var(--mcv-tld-teal-light);
}

.mcv-landing.mcv-page-blog {
    --mcv-loader-accent: var(--mcv-blog-red);
    --mcv-loader-accent-light: var(--mcv-blog-red-light);
}

.mcv-landing #loader {
    border-top-color: var(--mcv-loader-accent);
}

.mcv-landing #loader::before {
    border-top-color: var(--mcv-dark);
}

.mcv-landing #loader::after {
    border-top-color: var(--mcv-loader-accent-light);
}

/* Bouton retour en haut */
.mcv-landing .go_top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease, bottom 0.35s ease;
}

.mcv-landing .go_top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mcv-landing .go_top span {
    background-color: #fff;
    color: var(--mcv-dark);
    border: 2px solid var(--mcv-page-accent);
    box-shadow: 0 6px 18px color-mix(in srgb, var(--mcv-page-accent) 30%, transparent);
}

.mcv-landing .go_top:hover span,
.mcv-landing .go_top:focus-visible span {
    background-color: #fff;
    color: var(--mcv-dark);
    border-color: var(--mcv-page-accent-dark);
    box-shadow: 0 8px 22px color-mix(in srgb, var(--mcv-page-accent) 42%, transparent);
}

.mcv-landing .go_top:focus {
    outline: none;
}

.mcv-landing .go_top:focus-visible {
    outline: 2px solid var(--mcv-page-accent);
    outline-offset: 4px;
    border-radius: 999px;
}

.mcv-landing .go_top span .material-icons {
    font-size: 28px;
    line-height: 1;
    vertical-align: middle;
}

/* --- Section À propos (fond foncé MCV, sans violet) --- */

.mcv-landing .mcv-about-section {
    background-color: var(--mcv-dark) !important;
    background-image:
        radial-gradient(ellipse 72% 54% at 12% 18%, rgba(196, 165, 116, 0.16) 0%, transparent 56%),
        radial-gradient(ellipse 68% 52% at 88% 82%, rgba(196, 165, 116, 0.12) 0%, transparent 55%);
    background-repeat: no-repeat, no-repeat;
}

.mcv-landing .mcv-about-section .element {
    display: none;
}

.mcv-landing .mcv-about-section .section_title,
.mcv-landing .mcv-about-section .section_title h2,
.mcv-landing .mcv-about-section .growth_title_text,
.mcv-landing .mcv-about-section .growth_title_text p,
.mcv-landing .mcv-about-section .counter_box,
.mcv-landing .mcv-about-section .counter_box p {
    color: #fff;
}

.mcv-landing .mcv-about-section .mcv-about-badge {
    display: inline-block;
    padding: 3px 12px;
    background-color: #fff;
    color: var(--mcv-gold);
    border: 1.5px solid var(--mcv-gold);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    box-shadow: 0 1px 6px rgba(196, 165, 116, 0.12);
}

.mcv-landing .mcv-about-section .section_title h2 {
    max-width: 480px;
}

.mcv-landing .mcv-about-section .section_title h2 span {
    color: var(--mcv-gold);
    font-weight: 700;
}

.mcv-landing .mcv-about-section .mcv-about-intro {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
    text-align: justify;
    text-align-last: left;
}

.mcv-landing .mcv-about-section .mcv-about-intro p {
    text-align: justify;
    text-align-last: left;
}

.mcv-landing .mcv-about-section .mcv-about-intro a {
    color: var(--mcv-gold-light);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mcv-landing .mcv-about-section .mcv-about-intro a:hover {
    color: #fff;
}

.mcv-landing .mcv-about-section .watch-video {
    display: none;
}

.mcv-landing .mcv-about-section .growth_img {
    margin-top: 34px;
}

.mcv-landing .mcv-about-section .mcv-about-site-link {
    position: relative;
    display: block;
    width: min(980px, 100%);
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.65);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
}

.mcv-landing .mcv-about-section .mcv-about-site-link img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: filter 0.25s ease, transform 0.25s ease;
}

.mcv-landing .mcv-about-section .mcv-about-site-link__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(20px, 2.8vw, 30px);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.62) 100%),
        radial-gradient(circle at 78% 40%, rgba(196, 165, 116, 0.2) 0%, transparent 48%);
    transition: opacity 0.3s ease, background-color 0.3s ease, letter-spacing 0.3s ease;
    pointer-events: none;
}

.mcv-landing .mcv-about-section .mcv-about-site-link:hover img,
.mcv-landing .mcv-about-section .mcv-about-site-link:focus img {
    filter: brightness(0.48) saturate(0.92);
    transform: scale(1.015);
}

.mcv-landing .mcv-about-section .mcv-about-site-link:hover .mcv-about-site-link__overlay,
.mcv-landing .mcv-about-section .mcv-about-site-link:focus .mcv-about-site-link__overlay {
    opacity: 1;
    letter-spacing: 0.11em;
}

.mcv-landing .mcv-about-section .mcv-about-site-link:focus-visible {
    outline: 2px solid var(--mcv-gold);
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .mcv-landing .mcv-about-section .mcv-about-site-link {
        border-radius: 14px;
    }

    .mcv-landing .mcv-about-section .mcv-about-site-link__overlay {
        font-size: 18px;
        letter-spacing: 0.06em;
    }
}

.mcv-landing .mcv-about-section .counter_box {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: none;
}

.mcv-landing .mcv-about-section .counter_box:hover {
    border-color: rgba(255, 255, 255, 0.65) !important;
}

.mcv-landing .mcv-about-section .counter_box .text > p:first-child,
.mcv-landing .mcv-about-section .counter_box .text > p:first-child span {
    color: #fff;
}

.mcv-landing .mcv-about-section .counter_box .text > p:last-child {
    color: var(--mcv-gold-light);
    font-weight: 600;
    margin-top: 6px;
    font-size: 0.95rem;
}

.mcv-landing .mcv-about-section .mcv-about-stats .mcv-icon--stat {
    color: var(--mcv-gold-light);
}

/* --- Section deux colonnes (paiement & personnalisation) --- */

.mcv-landing .mcv-two-col-section {
    background-color: #faf8f5;
    background-image:
        radial-gradient(ellipse 70% 50% at 15% 20%, rgba(196, 165, 116, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 65% 48% at 85% 80%, rgba(196, 165, 116, 0.08) 0%, transparent 52%);
}

.mcv-landing .mcv-two-col-section .service_text h3 {
    color: var(--mcv-dark);
}

.mcv-landing .mcv-two-col-section .service_text h3 span {
    color: var(--mcv-gold);
    font-weight: 700;
}

.mcv-landing .mcv-two-col-section .service_text > p {
    color: rgba(31, 27, 20, 0.72);
}

.mcv-landing .mcv-two-col-section .mcv-two-col-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 12px;
    background-color: #fff;
    color: var(--mcv-gold);
    border: 1.5px solid var(--mcv-gold);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    box-shadow: 0 1px 6px rgba(196, 165, 116, 0.12);
}

.mcv-landing .mcv-two-col-section .mcv-two-col-badge .material-icons {
    font-size: 16px;
    color: var(--mcv-gold);
}

.mcv-landing .mcv-two-col-section .mcv-two-col-badge span {
    color: var(--mcv-gold);
}

.mcv-landing .mcv-two-col-section .listing_block li .text h6 {
    color: var(--mcv-dark);
}

.mcv-landing .mcv-two-col-section .listing_block li .text p,
.mcv-landing .mcv-two-col-section .feature_list li p {
    color: rgba(31, 27, 20, 0.68);
}

/* Moyens de paiement — grille 2×2, taille lisible */
.mcv-landing .mcv-two-col-section .mcv-payment-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.mcv-landing .mcv-two-col-section .mcv-payment-list li {
    gap: 12px;
    align-items: flex-start;
    margin: 0;
}

.mcv-landing .mcv-two-col-section .mcv-payment-list li .text {
    width: calc(100% - 48px);
}

.mcv-landing .mcv-two-col-section .mcv-payment-list li .text h6 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 4px;
    line-height: 1.3;
    color: var(--mcv-dark);
}

.mcv-landing .mcv-two-col-section .mcv-payment-list li .text p {
    font-size: 0.88rem;
    line-height: 1.4;
    margin: 0;
}

.mcv-landing .mcv-two-col-section .listing_block li .icon span {
    background-color: var(--mcv-gold) !important;
    color: #fff !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: inherit;
    margin-top: 2px;
    border-radius: 50%;
}

.mcv-landing .mcv-two-col-section .listing_block li .icon .material-icons {
    font-size: 20px;
    line-height: 36px;
}

.mcv-landing .mcv-two-col-section .customer_payment .service_text > p {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.mcv-landing .mcv-two-col-section .customer_payment .mcv-payment-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(320px, 48vw);
    padding: 24px 16px;
    background: transparent;
    overflow: visible;
}

.mcv-landing .mcv-two-col-section .customer_payment .mcv-payment-visual__icon {
    display: block;
    width: auto;
    max-width: min(400px, 90%);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 32px rgba(31, 27, 20, 0.1));
}

.mcv-landing .mcv-two-col-section .service_blocks.customer_payment .img {
    overflow: visible;
}

.mcv-landing .mcv-two-col-section .service_blocks.customer_payment .img img.mcv-payment-visual__icon {
    border-radius: 0;
    max-width: min(400px, 90%);
    max-height: none;
}

.mcv-landing .mcv-two-col-section .service_blocks.sb_2 .mcv-custom-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(400px, 56vw);
    padding: 16px 8px;
    background: transparent;
}

.mcv-landing .mcv-two-col-section .service_blocks.sb_2 .mcv-custom-visual__illustration {
    display: block;
    width: auto;
    max-width: min(560px, 100%);
    max-height: min(480px, 62vh);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 32px rgba(31, 27, 20, 0.1));
}

.mcv-landing .mcv-two-col-section .service_blocks.sb_2 .img img.mcv-custom-visual__illustration {
    border-radius: 0;
    max-width: min(560px, 100%);
    max-height: none;
}

@media (max-width: 575px) {
    .mcv-landing .mcv-two-col-section .mcv-payment-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.mcv-landing .mcv-two-col-section .btn_block {
    display: none;
}

/* Options de personnalisation — liste plate */
.mcv-landing .mcv-custom-options {
    margin-top: 18px;
}

.mcv-landing .mcv-custom-options__label {
    margin: 0 0 10px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mcv-gold-dark);
}

.mcv-landing .mcv-custom-options__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mcv-landing .mcv-custom-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 11px 0;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(31, 27, 20, 0.08);
    border-radius: 0;
    box-shadow: none;
}

.mcv-landing .mcv-custom-option:last-child {
    border-bottom: none;
}

.mcv-landing .mcv-custom-option:hover {
    background: none;
    border-color: rgba(31, 27, 20, 0.08);
    box-shadow: none;
}

.mcv-landing .mcv-custom-option__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: none;
    color: var(--mcv-gold);
}

.mcv-landing .mcv-custom-option__icon .material-icons {
    font-size: 24px;
}

.mcv-landing .mcv-custom-option__body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    width: auto;
}

.mcv-landing .mcv-custom-option__title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--mcv-dark);
}

.mcv-landing .mcv-custom-option__title::after {
    content: "·";
    margin-left: 6px;
    font-weight: 400;
    color: rgba(31, 27, 20, 0.35);
}

.mcv-landing .mcv-custom-option__desc {
    font-size: 0.88rem;
    line-height: 1.35;
    color: rgba(31, 27, 20, 0.6);
}

.mcv-landing .mcv-custom-options__footer {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0 0;
    padding: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(31, 27, 20, 0.65);
    background: none;
    border: none;
    border-radius: 0;
}

.mcv-landing .mcv-custom-options__footer .material-icons {
    flex-shrink: 0;
    font-size: 18px;
    color: var(--mcv-gold);
}

.mcv-landing .mcv-two-col-section .sb_2 .service_text > p {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* --- Points clés (onglets verticaux) --- */

.mcv-landing .mcv-keynotes-section {
    background-color: #faf8f5;
    background-image:
        radial-gradient(ellipse 70% 50% at 12% 30%, rgba(196, 165, 116, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 65% 48% at 88% 75%, rgba(196, 165, 116, 0.08) 0%, transparent 52%);
}

.mcv-landing .mcv-keynotes-section .lead_inner {
    background-color: var(--mcv-dark);
    background-image: none;
}

/* Badge — même style que Nos atouts / Comment ça marche */
.mcv-landing .mcv-keynotes-section .mcv-keynotes-badge {
    display: inline-block;
    margin-bottom: 26px;
    padding: 3px 12px;
    background-color: #fff;
    color: var(--mcv-gold);
    border: 1.5px solid var(--mcv-gold);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    box-shadow: 0 1px 6px rgba(196, 165, 116, 0.12);
}

.mcv-landing .mcv-keynotes-section .convert_leads .section_title h2 {
    color: #fff;
}

.mcv-landing .mcv-keynotes-section .convert_leads .section_title h2 span {
    color: var(--mcv-gold);
    font-weight: 700;
}

/* Onglets desktop — fond clair, texte foncé ; actif = blanc + bordure dorée */
.mcv-landing .mcv-keynotes-section .lead_inner .nav-pills .nav-link {
    position: relative;
    padding-right: 42px;
    white-space: nowrap;
    color: var(--mcv-dark);
    background: #faf8f5;
    border: 1.5px solid rgba(31, 27, 20, 0.12);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .mcv-landing .mcv-keynotes-section .lead_inner .nav-pills .nav-link {
        font-size: 14px;
        padding-right: 38px;
    }
}

.mcv-landing .mcv-keynotes-section .lead_inner .nav-pills .nav-link::after {
    content: "chevron_right";
    font-family: "Material Icons";
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(31, 27, 20, 0.35);
    pointer-events: none;
}

.mcv-landing .mcv-keynotes-section .lead_inner .nav-pills .nav-link.active::after {
    color: var(--mcv-gold-dark);
}

.mcv-landing .mcv-keynotes-section .lead_inner .nav-pills .nav-link:hover {
    background: #fff;
    border-color: rgba(196, 165, 116, 0.45);
}

.mcv-landing .mcv-keynotes-section .lead_inner .nav-pills .nav-link.active {
    color: var(--mcv-dark);
    background: #fff;
    border-color: var(--mcv-gold);
    box-shadow: 0 2px 12px rgba(196, 165, 116, 0.22);
}

.mcv-landing .mcv-keynotes-section .lead_inner .nav-pills .nav-link.active::before {
    border-left-color: #fff;
}

/* Accordéon mobile — mêmes couleurs que les onglets */
.mcv-landing .mcv-keynotes-section .lead_inner .card-header {
    color: var(--mcv-dark);
    background: #faf8f5;
    border: 1.5px solid rgba(31, 27, 20, 0.1);
    border-radius: 10px;
}

.mcv-landing .mcv-keynotes-section .card-header a {
    color: var(--mcv-dark);
    font-weight: 600;
    white-space: nowrap;
}

.mcv-landing .mcv-keynotes-section .card-header a .card-arrow {
    border-color: var(--mcv-gold-dark);
}

.mcv-landing .mcv-keynotes-section .card-header a[aria-expanded="true"] {
    background: #fff;
    border-radius: 10px;
}

/* Desktop : un seul panneau visible selon l’onglet actif */
@media (min-width: 768px) {
    .mcv-landing .mcv-keynotes-section #v-pills-tabContent > .card.tab-pane {
        display: none;
    }

    .mcv-landing .mcv-keynotes-section #v-pills-tabContent > .card.tab-pane.active {
        display: block;
    }
}

.mcv-landing .mcv-keynotes-section .lead_text h5 {
    color: var(--mcv-gold-light);
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    line-height: 1.3;
    margin: 0 0 14px;
    padding-bottom: 0;
}

.mcv-landing .mcv-keynotes-section .lead_text {
    padding: 4px 12px 4px 28px;
    max-width: none;
}

.mcv-landing .mcv-keynotes-section .lead_text > p {
    margin: 0 0 22px;
    max-width: 36em;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.mcv-landing .mcv-keynotes-section .lead_inner .feature_list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 4px 0 0;
    list-style: none;
    width: 100%;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    overflow: hidden;
}

.mcv-landing .mcv-keynotes-section .lead_inner .feature_list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mcv-landing .mcv-keynotes-section .lead_inner .feature_list li:last-child {
    border-bottom: none;
}

.mcv-landing .mcv-keynotes-section .lead_inner .feature_list li .icon {
    flex-shrink: 0;
    line-height: 1;
    margin-top: 1px;
}

.mcv-landing .mcv-keynotes-section .lead_inner .feature_list li .text p {
    margin: 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

@media (min-width: 768px) {
    .mcv-landing .mcv-keynotes-section .lead_inner > .row {
        align-items: stretch;
    }

    .mcv-landing .mcv-keynotes-section .col-md-9 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mcv-landing .mcv-keynotes-section #v-pills-tabContent {
        width: 100%;
    }

    .mcv-landing .mcv-keynotes-section .lead_text {
        padding: 8px 20px 8px 40px;
    }

    .mcv-landing .mcv-keynotes-section .lead_text > p {
        font-size: 1.05rem;
        margin-bottom: 26px;
        max-width: none;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner .feature_list li {
        padding: 16px 24px;
    }
}

.mcv-landing .mcv-keynotes-section .lead_inner p,
.mcv-landing .mcv-keynotes-section .lead_inner .feature_list li {
    color: rgba(255, 255, 255, 0.88);
}

.mcv-landing .mcv-keynotes-section .feature_list .icon span,
.mcv-landing .mcv-keynotes-section .feature_list .icon .material-icons {
    color: var(--mcv-gold);
    font-size: 22px;
}

.mcv-landing .mcv-keynotes-section .btn_block {
    display: none;
}

/* --- Section avis / témoignages --- */

.mcv-landing .mcv-testimonials-section.testimonial_section {
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
}

.mcv-landing .mcv-testimonials-section.home_testimonial {
    position: relative;
    background-color: #faf8f5;
    background-image:
        radial-gradient(ellipse 72% 58% at 14% 22%, rgba(196, 165, 116, 0.22) 0%, transparent 58%),
        radial-gradient(ellipse 68% 52% at 88% 78%, rgba(196, 165, 116, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 55% 45% at 50% 48%, rgba(196, 165, 116, 0.1) 0%, transparent 68%),
        url(../images/testimonial_bg.png);
    background-size: cover, cover, cover, cover;
    background-position: center;
    border-top-color: rgba(196, 165, 116, 0.22);
    border-bottom-color: rgba(196, 165, 116, 0.22);
}

.mcv-landing .mcv-testimonials-section.home_testimonial::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle 260px at 6% 38%, rgba(196, 165, 116, 0.28), transparent 72%),
        radial-gradient(circle 300px at 94% 62%, rgba(196, 165, 116, 0.22), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.mcv-landing .mcv-testimonials-section > .container {
    position: relative;
    z-index: 2;
}

.mcv-landing .mcv-testimonials-section .dotes_anim_bloack {
    z-index: 1;
}

.mcv-landing .mcv-testimonials-section .section_title {
    text-align: center;
    width: 100%;
}

.mcv-landing .mcv-testimonials-section .title_badge.mcv-testimonials-badge {
    display: inline-block;
    margin-bottom: 26px;
    padding: 3px 12px;
    background-color: #fff !important;
    color: var(--mcv-gold) !important;
    border: 1.5px solid var(--mcv-gold);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    box-shadow: 0 1px 6px rgba(196, 165, 116, 0.12);
}

.mcv-landing .mcv-testimonials-section .section_title h2 {
    color: var(--mcv-dark);
    line-height: 1.25;
}

.mcv-landing .mcv-testimonials-section .section_title h2 span {
    display: inline;
    color: var(--mcv-gold);
    font-weight: 700;
}

.mcv-landing .mcv-testimonials-section .section_title p {
    display: block;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px !important;
    color: rgba(31, 27, 20, 0.72);
    line-height: 1.65;
    font-weight: 400;
}

.mcv-landing .mcv-testimonials-section .testimonial_slides {
    position: relative;
    margin-top: 48px;
    padding: 0 56px 52px;
}

.mcv-landing .mcv-testimonials-section .owl-nav {
    position: absolute;
    top: auto;
    bottom: -36px;
    left: 0;
    width: 100%;
    transform: none;
    margin: 0;
    pointer-events: none;
}

.mcv-landing .mcv-testimonials-section .owl-carousel .owl-nav button.owl-prev,
.mcv-landing .mcv-testimonials-section .owl-carousel .owl-nav button.owl-next {
    top: auto;
    bottom: 0;
    margin-top: 0;
    transform: none;
    pointer-events: auto;
}

.mcv-landing .mcv-testimonials-section .owl-carousel {
    overflow: visible;
}

.mcv-landing .mcv-testimonials-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.mcv-landing .mcv-testimonials-section .item {
    display: block;
    height: auto !important;
    padding: 8px 0;
}

.mcv-landing .mcv-testimonials-section .testimonial_box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 18px;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    border-color: rgba(196, 165, 116, 0.45);
    box-shadow: 0 14px 42px rgba(196, 165, 116, 0.12);
}

.mcv-landing .mcv-testimonials-section .testimonial_box .testi_img {
    width: 100% !important;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
}

.mcv-landing .mcv-testimonials-section .testimonial_box .testi_img .user_img {
    display: none !important;
}

.mcv-landing .mcv-testimonials-section .testimonial_box .user_info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
}

.mcv-landing .mcv-testimonials-section .testimonial_box .user_info h6 {
    width: auto;
    color: var(--mcv-dark);
    margin-bottom: 2px;
}

.mcv-landing .mcv-testimonials-section .testimonial_box .user_info p {
    color: var(--mcv-gold);
    font-weight: 600;
    margin: 0;
}

.mcv-landing .mcv-testimonials-section .testimonial_box .user_info .star {
    width: auto;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 6px;
    line-height: 1;
}

.mcv-landing .mcv-testimonials-section .testimonial_box .user_info .star span,
.mcv-landing .mcv-testimonials-section .testimonial_box .user_info .star span .material-icons {
    color: var(--mcv-gold);
    font-size: 18px;
}

.mcv-landing .mcv-testimonials-section .testimonial_box .testi_text {
    width: 100% !important;
    text-align: left;
}

.mcv-landing .mcv-testimonials-section .testimonial_box .testi_text h4 {
    color: var(--mcv-dark);
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.mcv-landing .mcv-testimonials-section .testimonial_box .testi_text p {
    color: rgba(31, 27, 20, 0.78);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.mcv-landing .mcv-testimonials-section .owl-prev,
.mcv-landing .mcv-testimonials-section .owl-next {
    background: transparent !important;
    border: 0 !important;
}

.mcv-landing .mcv-testimonials-section .owl-next:before,
.mcv-landing .mcv-testimonials-section .owl-prev:before {
    font-family: inherit !important;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(31, 27, 20, 0.72);
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

.mcv-landing .mcv-testimonials-section .owl-next:before {
    content: "\2192";
}

.mcv-landing .mcv-testimonials-section .owl-prev:before {
    content: "\2190";
}

.mcv-landing .mcv-testimonials-section .owl-next:before {
    right: -36px;
}

.mcv-landing .mcv-testimonials-section .owl-prev:before {
    left: -36px;
}

.mcv-landing .mcv-testimonials-section .testi-corner .bg-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px 0 18px 0;
}

.mcv-landing .mcv-testimonials-section .testi-corner {
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
}

/* Forme violette du template → noir MCV ; guillemets en blanc par-dessus */
.mcv-landing .mcv-testimonials-section .testi-corner .bg-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0);
    opacity: 1;
}

.mcv-landing .mcv-testimonials-section .testi-corner .bg-box::after {
    content: "\e244";
    font-family: "Material Icons";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #fff;
    line-height: 1;
    pointer-events: none;
}

/* Témoignages : le bouton avis utilise .mcv-btn-google-reviews (styles globaux ci-dessus) */

@media (max-width: 991px) {
    .mcv-landing .mcv-testimonials-section .section_title p {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .mcv-landing .mcv-testimonials-section .testimonial_slides {
        padding: 0 44px 48px;
    }

    .mcv-landing .mcv-testimonials-section .testimonial_box .testi_text {
        text-align: center;
    }

    .mcv-landing .mcv-testimonials-section .testimonial_box .testi_img {
        justify-content: center;
    }

    .mcv-landing .mcv-testimonials-section .testimonial_box .user_info {
        align-items: center;
        text-align: center;
    }

    .mcv-landing .mcv-testimonials-section .testimonial_box .user_info .star {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .mcv-landing .mcv-testimonials-section .testimonial_slides {
        padding: 0 36px 44px;
    }

    .mcv-landing .mcv-testimonials-section .owl-next:before {
        right: -18px;
    }

    .mcv-landing .mcv-testimonials-section .owl-prev:before {
        left: -18px;
    }
}

/* --- Section tarifs (application gratuite) — même fond que avis clients --- */

.mcv-landing .mcv-pricing-section.pricing_section {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background-color: #faf8f5;
    background-image:
        radial-gradient(ellipse 72% 58% at 14% 22%, rgba(196, 165, 116, 0.22) 0%, transparent 58%),
        radial-gradient(ellipse 68% 52% at 88% 78%, rgba(196, 165, 116, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 55% 45% at 50% 48%, rgba(196, 165, 116, 0.1) 0%, transparent 68%),
        url(../images/testimonial_bg.png);
    background-size: cover, cover, cover, cover;
    background-position: center;
    border-top: solid 1px rgba(196, 165, 116, 0.22);
    border-bottom: solid 1px rgba(196, 165, 116, 0.22);
}

.mcv-landing .mcv-pricing-section.pricing_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle 260px at 6% 38%, rgba(196, 165, 116, 0.28), transparent 72%),
        radial-gradient(circle 300px at 94% 62%, rgba(196, 165, 116, 0.22), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.mcv-landing .mcv-pricing-section > .container {
    position: relative;
    z-index: 2;
}

.mcv-landing .mcv-pricing-section .toggle_block,
.mcv-landing .mcv-pricing-section .yearly_plan {
    display: none !important;
}

.mcv-landing .mcv-pricing-section .title_badge.mcv-pricing-badge {
    display: inline-block;
    margin-bottom: 26px;
    padding: 3px 12px;
    background-color: #fff !important;
    color: var(--mcv-gold) !important;
    border: 1.5px solid var(--mcv-gold);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    box-shadow: 0 1px 6px rgba(196, 165, 116, 0.12);
}

.mcv-landing .mcv-pricing-section .section_title h2 {
    color: var(--mcv-dark);
    line-height: 1.25;
}

.mcv-landing .mcv-pricing-section .section_title h2 span {
    color: var(--mcv-gold);
    font-weight: 700;
}

.mcv-landing .mcv-pricing-section .section_title p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px !important;
    color: rgba(31, 27, 20, 0.72);
    line-height: 1.65;
    font-weight: 400;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-single {
    margin-top: 40px;
}

/* Carte : neutraliser le violet du template (.highlited_block, --primary) */
.mcv-landing .mcv-pricing-section .pricing_pannel .pricing_block.mcv-pricing-card {
    text-align: left;
    padding: 36px 36px 32px;
    margin-bottom: 0;
    overflow: visible;
    border: 1px solid rgba(196, 165, 116, 0.45) !important;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 14px 42px rgba(196, 165, 116, 0.12) !important;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card__offer {
    position: static;
    transform: none;
    display: inline-block;
    margin: 0 0 20px;
    padding: 5px 14px;
    border-radius: 50px;
    background-color: var(--mcv-gold) !important;
    color: var(--mcv-dark) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card__rocket {
    margin-bottom: 18px;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card__rocket img {
    display: block;
    max-width: 72px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(78%) sepia(32%) saturate(650%) hue-rotate(358deg) brightness(96%) contrast(90%);
}

.mcv-landing .mcv-pricing-section .mcv-pricing-stores {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-stores li {
    margin: 0 !important;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-stores li a.mcv-store-badge {
    min-width: 0;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card .pkg_name h6 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--mcv-dark);
    line-height: 1.25;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card__tagline {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(31, 27, 20, 0.65);
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card__price-wrap {
    margin: 24px 0 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(196, 165, 116, 0.28);
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card .price {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    color: var(--mcv-gold) !important;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card__price-note {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(31, 27, 20, 0.7);
    line-height: 1.4;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card .benifits_block {
    padding: 28px 0 0;
    border-top: none;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card .benifits {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card .benifits li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 16px;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card .benifits li:last-child {
    margin-bottom: 0;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card .benifits li .icon {
    flex-shrink: 0;
    width: auto;
    margin: 2px 0 0;
    line-height: 1;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card .benifits li .icon .material-icons {
    font-size: 22px;
    color: var(--mcv-gold);
}

.mcv-landing .mcv-pricing-section .mcv-pricing-card .benifits li p {
    flex: 1;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(31, 27, 20, 0.82);
}

.mcv-landing .mcv-pricing-section .mcv-pricing-note {
    color: rgba(31, 27, 20, 0.65);
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.55;
}

.mcv-landing .mcv-pricing-section .mcv-pricing-note a {
    color: var(--mcv-gold);
}

/* --- Dots flottantes : majorité dorées, minorité noires --- */

.mcv-landing .dotes_anim_bloack .dots::before {
    background: var(--mcv-gold) !important;
    opacity: 0.55 !important;
    box-shadow: 0 0 12px 4px rgba(196, 165, 116, 0.35);
}

/* ~30 % noirs (sections à 10 points : hero, comment ça marche, témoignages…) */
.mcv-landing .dotes_anim_bloack .dotes_3::before,
.mcv-landing .dotes_anim_bloack .dotes_7::before,
.mcv-landing .dotes_anim_bloack .dotes_9::before {
    background: var(--mcv-dark) !important;
    opacity: 0.4 !important;
    box-shadow: 0 0 6px 2px rgba(31, 27, 20, 0.18);
}

/* Section atouts : 4 points — 1 noir */
.mcv-landing .mcv-features-dots .dotes_8::before {
    background: var(--mcv-dark) !important;
    opacity: 0.4 !important;
    box-shadow: 0 0 6px 2px rgba(31, 27, 20, 0.18);
}

/* --- Scrollbar : sombre et sobre (landing MCV) --- */

html:has(body.mcv-landing) {
    scrollbar-width: auto;
    scrollbar-color: var(--mcv-scrollbar-thumb) var(--mcv-scrollbar-track);
}

html:has(body.mcv-landing)::-webkit-scrollbar {
    width: 12px;
}

html:has(body.mcv-landing)::-webkit-scrollbar-track {
    background: var(--mcv-scrollbar-track);
}

html:has(body.mcv-landing)::-webkit-scrollbar-thumb {
    background-color: var(--mcv-scrollbar-thumb);
    border-radius: 12px;
    border: 2px solid var(--mcv-scrollbar-track);
    min-height: 48px;
}

html:has(body.mcv-landing)::-webkit-scrollbar-thumb:hover {
    background-color: var(--mcv-scrollbar-thumb-hover);
}

html:has(body.mcv-landing)::-webkit-scrollbar-corner {
    background: var(--mcv-scrollbar-track);
}

/* --- Après tarifs : téléchargement, actualités, CTA, footer --- */

/* Voile violet du template (activé au scroll sur .free_text) — désactivé */
.mcv-landing .purple_backdrop {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.mcv-landing {
    background-color: #fff;
}

/* Téléchargement app */
.mcv-landing .mcv-download-section.free_app_section {
    background-color: #fff !important;
    padding-top: 70px;
    padding-bottom: 20px;
}

.mcv-landing .mcv-cta-section.cta_section.new {
    background-color: #fff;
    padding-bottom: 48px;
}

.mcv-landing .mcv-download-section .container .free_app_inner {
    background-color: var(--mcv-dark);
    background-image: none;
}

.mcv-landing .mcv-download-section .container .free_app_inner::before {
    background: radial-gradient(circle at 70% 30%, rgba(196, 165, 116, 0.22) 0%, transparent 55%);
    right: -120px;
    top: -120px;
    width: 720px;
    height: 720px;
    opacity: 1;
}

.mcv-landing .mcv-download-section .element .element1 img,
.mcv-landing .mcv-download-section .element .element2 img {
    opacity: 0.35;
    filter: sepia(0.4) saturate(1.2) hue-rotate(5deg);
}

.mcv-landing .mcv-download-section .free_text .section_title h2 span {
    color: var(--mcv-gold);
}

.mcv-landing .mcv-download-section .mcv-download-header {
    text-align: center;
    margin-bottom: 28px;
}

.mcv-landing .mcv-download-section .title_badge.mcv-download-badge {
    display: inline-block;
    margin-bottom: 0;
    padding: 8px 22px;
    background-color: #fff !important;
    color: var(--mcv-gold) !important;
    border: 1.5px solid var(--mcv-gold);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.3;
    box-shadow: 0 2px 10px rgba(196, 165, 116, 0.18);
}

/* Boutons store = même style que le hero (neutralise le fond blanc du template) */
.mcv-landing .mcv-download-section .free_app_inner .free_text .app_btn li a,
.mcv-landing .mcv-download-section .free_app_inner .free_text .app_btn li a.mcv-store-badge {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    min-width: 168px;
    padding: 10px 18px !important;
    background-color: var(--mcv-dark) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mcv-landing .mcv-download-section .mcv-download-stores {
    margin-top: 8px;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    list-style: none;
}

.mcv-landing .mcv-download-section .mcv-download-stores li {
    margin: 0 !important;
}

.mcv-landing .mcv-download-section .mcv-download-stores li:last-child {
    margin-left: 0 !important;
}

.mcv-landing .mcv-download-section .free_app_inner .free_text .app_btn li a.mcv-store-badge:hover,
.mcv-landing .mcv-download-section .free_app_inner .free_text .app_btn li a.mcv-store-badge:focus {
    background-color: #fff !important;
    border-color: var(--mcv-dark) !important;
    color: var(--mcv-dark) !important;
}

/* .white_text force le blanc sur les spans — texte noir au survol */
.mcv-landing .mcv-download-section .free_app_inner.white_text .app_btn li a.mcv-store-badge:hover,
.mcv-landing .mcv-download-section .free_app_inner.white_text .app_btn li a.mcv-store-badge:focus,
.mcv-landing .mcv-download-section .free_app_inner.white_text .app_btn li a.mcv-store-badge:hover span,
.mcv-landing .mcv-download-section .free_app_inner.white_text .app_btn li a.mcv-store-badge:focus span {
    color: var(--mcv-dark) !important;
}

.mcv-landing .mcv-download-section .free_app_inner.white_text .app_btn li a.mcv-store-badge:hover svg,
.mcv-landing .mcv-download-section .free_app_inner.white_text .app_btn li a.mcv-store-badge:focus svg {
    fill: var(--mcv-dark) !important;
    color: var(--mcv-dark) !important;
}

.mcv-landing .mcv-download-section .mcv-download-stores .mcv-store-badge__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}

.mcv-landing .mcv-download-section .mcv-download-stores .mcv-store-badge__icon svg {
    display: block;
    width: 22px;
    height: 26px;
}

.mcv-landing .mcv-download-section .mcv-download-stores .mcv-store-badge__icon--play {
    width: 34px;
    height: 26px;
}

.mcv-landing .mcv-download-section .mcv-download-stores .mcv-store-badge__play-logo {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.mcv-landing .mcv-download-section .mcv-download-stores .mcv-store-badge__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.mcv-landing .mcv-download-section .mcv-download-stores .mcv-store-badge__line {
    font-size: 10px;
    letter-spacing: 0.02em;
}

.mcv-landing .mcv-download-section .mcv-download-stores .mcv-store-badge__brand {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.mcv-landing .mcv-download-section .free_img .mobile_mockup {
    max-width: min(340px, 90%);
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
}

/* Actualités / blog */
.mcv-landing .mcv-blog-section .title_badge {
    background-color: var(--mcv-gold);
    color: var(--mcv-dark);
}

.mcv-landing .mcv-blog-section .section_title h2 {
    color: var(--mcv-dark);
}

.mcv-landing .mcv-blog-section .section_title h2 span {
    color: var(--mcv-gold);
}

.mcv-landing .mcv-blog-section .section_title p {
    color: rgba(31, 27, 20, 0.72);
}

.mcv-landing .mcv-blog-section .story_box {
    -webkit-box-shadow: 0 10px 19px -1px rgba(196, 165, 116, 0.22);
    -moz-box-shadow: 0 10px 19px -1px rgba(196, 165, 116, 0.22);
    box-shadow: 0 10px 19px -1px rgba(196, 165, 116, 0.22);
}

.mcv-landing .mcv-blog-section .story_box:hover {
    border-color: var(--mcv-gold);
}

.mcv-landing .mcv-blog-section .story_box .story_text .blog_tag {
    background-color: rgba(196, 165, 116, 0.2);
    color: var(--mcv-gold-dark);
}

.mcv-landing .mcv-blog-section .story_box .story_text h5,
.mcv-landing .mcv-blog-section .story_box .story_text h5 a {
    color: var(--mcv-dark);
}

.mcv-landing .mcv-blog-section .story_box .story_text h5 a:hover {
    color: var(--mcv-gold-dark);
}

.mcv-landing .mcv-blog-section .story_box .story_text .story_info a {
    color: var(--mcv-gold-dark);
}

.mcv-landing .mcv-blog-section .story_box .story_img img {
    object-fit: cover;
    width: 100%;
    max-height: 260px;
}

/* CTA assistance */
.mcv-landing .mcv-cta-section .cta_box {
    background: var(--mcv-dark);
    border: 1px solid rgba(196, 165, 116, 0.25);
    margin-bottom: -78px;
}

.mcv-landing .mcv-cta-section .cta_box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(ellipse 80% 80% at 100% 0%, rgba(196, 165, 116, 0.15) 0%, transparent 55%);
}

/* Disposition template : texte à gauche (icône absolue), boutons côte à côte à droite */
.mcv-landing .mcv-cta-section .cta_box .section_title {
    padding-left: 80px;
}

.mcv-landing .mcv-cta-section .cta_box .section_title .customer_icon {
    position: absolute;
    left: 0;
    top: 10%;
    font-size: 56px;
    line-height: 1;
    color: var(--mcv-gold);
    width: auto;
    height: auto;
}

.mcv-landing .mcv-cta-section .cta_box .section_title h3 {
    margin-bottom: 0;
    line-height: 1.2;
}

.mcv-landing .mcv-cta-section .cta_box .section_title p {
    padding: 0;
    text-align: left;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.mcv-landing .mcv-cta-section .cta_box .right {
    width: 54%;
}

.mcv-landing .mcv-cta-section .cta_box .btn_block {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    gap: 0;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: auto;
    min-height: 0;
    min-width: 220px;
    padding: 10px 14px;
    border-radius: 7px;
    text-decoration: none;
    text-transform: none !important;
    font-weight: 500;
    letter-spacing: 0;
    float: none !important;
    background-image: none !important;
    box-sizing: border-box;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn__icon {
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    min-width: 0;
    text-align: left;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: inherit;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn__detail {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
    opacity: 0.72;
    color: inherit;
    word-break: break-word;
}

/* Neutraliser hovers violets du template (pas .mcv-btn-reserver / .mcv-btn-google-reviews) */
.mcv-landing .mcv-cta-section .cta_box .call_btn,
.mcv-landing .mcv-cta-section .cta_box .email_btn {
    background-color: transparent !important;
    color: inherit !important;
}

.mcv-landing .mcv-cta-section .cta_box .call_btn:hover,
.mcv-landing .mcv-cta-section .cta_box .email_btn:hover {
    background-color: transparent !important;
    color: inherit !important;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn--call {
    background-color: rgba(196, 165, 116, 0.1) !important;
    color: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(196, 165, 116, 0.42) !important;
    margin-right: 15px;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn--call .mcv-cta-btn__icon {
    color: rgba(196, 165, 116, 0.95) !important;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn--call:hover,
.mcv-landing .mcv-cta-section .mcv-cta-btn--call:focus {
    background-color: rgba(196, 165, 116, 0.16) !important;
    border-color: var(--mcv-gold) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn--mail {
    background-color: rgba(255, 255, 255, 0.03) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn--mail .mcv-cta-btn__icon {
    color: rgba(255, 255, 255, 0.7) !important;
}

.mcv-landing .mcv-cta-section .mcv-cta-btn--mail:hover,
.mcv-landing .mcv-cta-section .mcv-cta-btn--mail:focus {
    background-color: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(196, 165, 116, 0.45) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.mcv-landing .mcv-cta-section.white_text .mcv-cta-btn--call:hover span,
.mcv-landing .mcv-cta-section.white_text .mcv-cta-btn--call:focus span,
.mcv-landing .mcv-cta-section.white_text .mcv-cta-btn--mail:hover span,
.mcv-landing .mcv-cta-section.white_text .mcv-cta-btn--mail:focus span {
    color: #fff !important;
}

.mcv-landing .mcv-cta-section .element .element1 img,
.mcv-landing .mcv-cta-section .element .element2 img {
    opacity: 0.25;
}

/* Footer — fond hero + grille structurée */
.mcv-landing .mcv-footer {
    border-top: 1px solid #000;
}

.mcv-landing .mcv-footer .top_footer {
    position: relative;
    overflow: hidden;
    padding-top: 172px;
    padding-bottom: 0;
    background-color: #faf8f5;
    background-image:
        radial-gradient(ellipse 65% 55% at 12% 48%, rgba(196, 165, 116, 0.2) 0%, transparent 52%),
        radial-gradient(ellipse 70% 50% at 88% 38%, rgba(196, 165, 116, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 55% 45% at 78% 82%, rgba(106, 73, 242, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 50% 42% at 18% 88%, rgba(106, 73, 242, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 90% 40% at 50% 0%, rgba(196, 165, 116, 0.08) 0%, transparent 50%),
        url(../images/hero_bg.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: cover, cover, cover, cover, cover, cover;
}

.mcv-landing .mcv-footer .top_footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
        135deg,
        rgba(196, 165, 116, 0.06) 0%,
        transparent 40%,
        transparent 55%,
        rgba(106, 73, 242, 0.05) 72%,
        rgba(196, 165, 116, 0.05) 100%
    );
}

.mcv-landing .mcv-footer .top_footer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 78% 52% at 6% 100%, rgba(196, 165, 116, 0.18) 0%, transparent 58%),
        radial-gradient(ellipse 78% 52% at 94% 100%, rgba(196, 165, 116, 0.16) 0%, transparent 58%),
        radial-gradient(ellipse 60% 48% at 50% 20%, rgba(106, 73, 242, 0.08) 0%, transparent 62%);
}

.mcv-landing .mcv-footer .mcv-footer-dots {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.mcv-landing .mcv-footer .top_footer > .container,
.mcv-landing .mcv-footer-bottom .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.mcv-landing .mcv-footer .top_footer > .container {
    padding-bottom: 56px;
}

/* Désactiver le pseudo-élément template décalé à gauche */
.mcv-landing .mcv-footer .top_footer::before {
    display: none !important;
}

/* Neutraliser styles template footer */
.mcv-landing .mcv-footer h6::before,
.mcv-landing .mcv-footer .links h6::before {
    display: none !important;
}

.mcv-landing .mcv-footer h2,
.mcv-landing .mcv-footer h6,
.mcv-landing .mcv-footer p,
.mcv-landing .mcv-footer a {
    color: inherit;
}

.mcv-landing .mcv-footer-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(32px, 4vw, 56px);
    align-items: start;
    justify-content: center;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.mcv-landing .mcv-footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
}

.mcv-landing .mcv-footer-heading {
    margin: 0 auto 18px;
    padding: 0 0 12px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    border-bottom: 1px solid rgba(196, 165, 116, 0.4);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.3;
    color: var(--mcv-gold-dark);
}

.mcv-landing .mcv-footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    line-height: 0;
    width: 100%;
}

.mcv-landing .mcv-footer-logo img,
.mcv-landing .mcv-footer-logo .mcv-brand-logo__img {
    width: auto;
    max-width: min(260px, 72vw);
    max-height: 68px;
    height: auto;
    object-fit: contain;
    object-position: center center;
    margin-left: auto;
    margin-right: auto;
}

.mcv-landing.mcv-page-taxi .mcv-footer-logo img,
.mcv-landing.mcv-page-taxi .mcv-footer-logo .mcv-brand-logo__img {
    max-width: min(280px, 80vw);
    max-height: 52px;
}

.mcv-landing.mcv-page-tld .mcv-footer-logo img,
.mcv-landing.mcv-page-tld .mcv-footer-logo .mcv-brand-logo__img {
    max-width: min(200px, 72vw);
    max-height: 58px;
    border-radius: 6px;
}

.mcv-landing.mcv-page-chauffeur .mcv-footer-logo img,
.mcv-landing.mcv-page-chauffeur .mcv-footer-logo .mcv-brand-logo__img {
    max-width: min(260px, 76vw);
    max-height: 64px;
}

.mcv-landing.mcv-page-app .mcv-footer-logo img,
.mcv-landing.mcv-page-app .mcv-footer-logo .mcv-brand-logo__img {
    max-width: min(260px, 76vw);
    max-height: 64px;
}

.mcv-landing .mcv-footer-tagline {
    margin: 0 auto;
    max-width: 340px;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
    text-align: center;
    color: rgba(31, 27, 20, 0.72);
}

.mcv-landing .mcv-footer-links,
.mcv-landing .mcv-footer-contact-list,
.mcv-landing .mcv-footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 320px;
}

.mcv-landing .mcv-footer-col--nav .mcv-footer-links {
    max-width: 280px;
}

.mcv-landing .mcv-footer-links a {
    display: block;
    padding: 9px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    color: rgba(31, 27, 20, 0.88);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mcv-landing .mcv-footer-links a:hover,
.mcv-landing .mcv-footer-links a:focus {
    color: var(--mcv-gold-dark);
}

.mcv-landing .mcv-footer-contact-list li + li {
    margin-top: 4px;
}

.mcv-landing .mcv-footer-contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 0;
    text-decoration: none;
    color: var(--mcv-dark);
    transition: opacity 0.2s ease;
}

.mcv-landing .mcv-footer-contact-link:hover,
.mcv-landing .mcv-footer-contact-link:focus {
    opacity: 0.88;
}

.mcv-landing .mcv-footer-contact-link .material-icons {
    flex-shrink: 0;
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 1;
    color: var(--mcv-dark);
    background: none;
    border-radius: 0;
}

.mcv-landing .mcv-footer-contact-link__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
    text-align: left;
}

.mcv-landing .mcv-footer-contact-link__label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(31, 27, 20, 0.5);
    line-height: 1.2;
}

.mcv-landing .mcv-footer-contact-link__value {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(31, 27, 20, 0.92);
    word-break: break-word;
}

.mcv-landing .mcv-footer-bottom {
    position: relative;
    z-index: 1;
    margin-top: 0;
    background-color: rgba(196, 165, 116, 0.16);
    border-top: 1px solid rgba(196, 165, 116, 0.28);
}

.mcv-landing .mcv-footer-bottom .container {
    padding-bottom: 20px;
    max-width: 1140px;
}

.mcv-landing .mcv-footer-bottom__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 16px 24px;
    padding: 22px 0 16px;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.mcv-landing .mcv-footer-credit {
    margin: 0;
    padding: 0 0 18px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(31, 27, 20, 0.55);
}

.mcv-landing .mcv-footer-credit a {
    color: var(--mcv-dark);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(31, 27, 20, 0.25);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.mcv-landing .mcv-footer-credit a:hover,
.mcv-landing .mcv-footer-credit a:focus {
    color: var(--mcv-gold-dark);
    border-bottom-color: var(--mcv-gold);
}

.mcv-landing .mcv-footer-copy {
    margin: 0;
    justify-self: start;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: rgba(31, 27, 20, 0.65);
}

.mcv-landing .mcv-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    justify-self: center;
    grid-column: 2;
    grid-row: 1;
}

.mcv-landing .mcv-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(31, 27, 20, 0.18);
    background-color: rgba(255, 255, 255, 0.55);
    color: var(--mcv-dark);
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mcv-landing .mcv-footer-social a .material-icons {
    font-size: 20px;
    line-height: 1;
    width: 20px;
    height: 20px;
    display: block;
}

.mcv-landing .mcv-footer-social a:hover,
.mcv-landing .mcv-footer-social a:focus {
    background-color: var(--mcv-gold);
    border-color: var(--mcv-gold);
    color: var(--mcv-dark);
}

.mcv-landing .mcv-footer-site-link {
    justify-self: end;
    grid-column: 3;
    grid-row: 1;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    color: var(--mcv-gold-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mcv-landing .mcv-footer-site-link:hover,
.mcv-landing .mcv-footer-site-link:focus {
    color: var(--mcv-dark);
    text-decoration: underline;
}

@media (max-width: 991px) {
    .mcv-landing .mcv-download-section .container .free_app_inner {
        padding: 48px 28px;
    }

    .mcv-landing .mcv-download-section .free_text .section_title {
        text-align: center;
    }

    .mcv-landing .mcv-download-section .mcv-download-stores {
        justify-content: center;
    }

    .mcv-landing .mcv-cta-section.cta_section.new {
        padding-bottom: 36px;
    }

    .mcv-landing .mcv-cta-section .cta_box {
        flex-direction: column;
        padding: 40px 28px;
        gap: 28px;
        margin-bottom: -100px;
    }

    .mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box {
        padding: clamp(28px, 5vw, 40px) clamp(20px, 4vw, 32px);
    }

    .mcv-landing .mcv-cta-section .cta_box .section_title {
        padding-left: 0;
    }

    .mcv-landing .mcv-cta-section .cta_box .section_title .customer_icon {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin-bottom: 20px;
    }

    .mcv-landing .mcv-cta-section .cta_box .section_title p {
        text-align: center;
    }

    .mcv-landing .mcv-cta-section .cta_box .right {
        width: 100%;
    }

    .mcv-landing .mcv-cta-section .cta_box .btn_block {
        justify-content: center;
        width: 100%;
    }

    .mcv-landing .mcv-cta-section .mcv-cta-btn--call {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .mcv-landing .mcv-footer .top_footer {
        padding-top: 148px;
    }

    .mcv-landing .mcv-footer-main {
        grid-template-columns: 1fr;
        gap: 36px;
        max-width: 480px;
    }

    .mcv-landing .mcv-footer-tagline {
        max-width: none;
    }

    .mcv-landing .mcv-footer-bottom__inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .mcv-landing .mcv-footer-copy {
        justify-self: center;
        text-align: center;
        grid-column: 1;
        grid-row: 1;
    }

    .mcv-landing .mcv-footer-social {
        grid-column: 1;
        grid-row: 2;
    }

    .mcv-landing .mcv-footer-site-link {
        justify-self: center;
        text-align: center;
        grid-column: 1;
        grid-row: 3;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mcv-landing .mcv-footer-main {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 24px;
        max-width: 100%;
    }
}

/* Sections contenu — hub & pages services */
.mcv-landing.mcv-page-service .mcv-svc-sections {
    position: relative;
    z-index: 2;
    padding-top: clamp(56px, 8vw, 88px);
    background: #faf8f5;
}

.mcv-landing .mcv-svc-section {
    position: relative;
    z-index: 2;
}

.mcv-landing .mcv-svc-section--light {
    background: #faf8f5;
}

.mcv-landing .mcv-svc-section--cards {
    background: #fff;
}

.mcv-landing .mcv-svc-section--cta {
    background: linear-gradient(180deg, #faf8f5 0%, #f3efe8 100%);
    padding-bottom: clamp(48px, 6vw, 72px);
}

.mcv-landing .mcv-svc-section .section_title.text-left {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.mcv-landing .mcv-svc-section .section_title.text-left h2 {
    text-align: left;
}

.mcv-landing .mcv-svc-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(196, 165, 116, 0.22);
    color: var(--mcv-dark);
    border: 1px solid rgba(196, 165, 116, 0.45);
}

.mcv-landing .mcv-svc-badge--taxi {
    background: rgba(222, 154, 51, 0.2);
    border-color: rgba(222, 154, 51, 0.45);
}

.mcv-landing .mcv-svc-badge--tld {
    background: rgba(3, 150, 158, 0.14);
    border-color: rgba(3, 150, 158, 0.35);
}

.mcv-landing .mcv-svc-badge--blog {
    background: rgba(201, 58, 58, 0.12);
    border-color: rgba(201, 58, 58, 0.32);
}

.mcv-landing .mcv-svc-badge--app {
    background: rgba(196, 165, 116, 0.18);
    border-color: rgba(31, 27, 20, 0.12);
}

.mcv-landing .mcv-svc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mcv-landing .mcv-svc-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(31, 27, 20, 0.82);
}

.mcv-landing .mcv-svc-list .material-icons {
    font-size: 22px;
    color: var(--mcv-gold, #c4a574);
    flex-shrink: 0;
}

.mcv-landing.mcv-page-taxi .mcv-svc-list .material-icons {
    color: var(--mcv-taxi-orange);
}

.mcv-landing.mcv-page-tld .mcv-svc-list .material-icons {
    color: var(--mcv-tld-teal);
}

.mcv-landing.mcv-page-blog .mcv-svc-list .material-icons {
    color: var(--mcv-blog-red);
}

.mcv-landing .mcv-svc-cards {
    margin-top: 8px;
}

.mcv-landing .mcv-svc-cards > [class*="col-"] {
    margin-bottom: 20px;
}

.mcv-landing .mcv-svc-card {
    height: 100%;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid rgba(31, 27, 20, 0.08);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(31, 27, 20, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mcv-landing .mcv-svc-card:hover {
    border-color: rgba(196, 165, 116, 0.45);
    box-shadow: 0 16px 40px rgba(31, 27, 20, 0.09);
}

.mcv-landing .mcv-svc-card__icon {
    display: inline-flex;
    font-size: 32px;
    margin-bottom: 12px;
    color: var(--mcv-gold, #c4a574);
}

.mcv-landing.mcv-page-taxi .mcv-svc-card__icon {
    color: var(--mcv-taxi-orange);
}

.mcv-landing.mcv-page-tld .mcv-svc-card__icon {
    color: var(--mcv-tld-teal);
}

.mcv-landing.mcv-page-blog .mcv-svc-card__icon {
    color: var(--mcv-blog-red);
}

.mcv-landing.mcv-page-app .mcv-svc-card__icon {
    color: var(--mcv-dark);
}

.mcv-landing .mcv-svc-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--mcv-dark);
}

.mcv-landing .mcv-svc-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(31, 27, 20, 0.72);
}

.mcv-landing .mcv-hub-services-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 36px;
}

.mcv-landing .mcv-hub-services-nav__link {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(31, 27, 20, 0.14);
    background: #fff;
    color: var(--mcv-dark);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mcv-landing .mcv-hub-services-nav__link:hover,
.mcv-landing .mcv-hub-services-nav__link:focus {
    background: var(--mcv-dark);
    border-color: var(--mcv-dark);
    color: #fff;
}

.mcv-landing .mcv-svc-cta-box {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 32px;
    background: #fff;
    border: 1px solid rgba(31, 27, 20, 0.08);
    border-radius: 16px;
    box-shadow: 0 20px 48px rgba(31, 27, 20, 0.08);
}

.mcv-landing .mcv-svc-cta-box .section_title {
    margin-bottom: 24px;
}

.mcv-landing .mcv-svc-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.mcv-landing .mcv-svc-cta-actions .mcv-btn-reserver {
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    box-shadow: none;
}

.mcv-landing .mcv-svc-cta-actions .mcv-btn-reserver::before {
    display: none;
}

.mcv-landing .mcv-svc-cta-actions--stores {
    gap: 10px;
}

.mcv-landing .mcv-svc-cta-actions--stores .mcv-store-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background-color: var(--mcv-dark);
    border: 1px solid var(--mcv-dark);
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
}

.mcv-landing .mcv-svc-cta-actions--stores .mcv-store-badge__brand {
    font-size: 16px;
    font-weight: 600;
}

.mcv-landing .mcv-svc-cta-actions--stores .mcv-store-badge__line {
    font-size: 10px;
}

.mcv-landing.mcv-page-service .mcv-footer {
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .mcv-landing .mcv-svc-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .mcv-landing .mcv-svc-cta-actions .mcv-btn-reserver,
    .mcv-landing .mcv-svc-cta-actions .mcv-btn-google-reviews {
        width: 100%;
        justify-content: center;
    }

    .mcv-landing .mcv-svc-cta-actions--stores .mcv-store-badge {
        width: 100%;
        justify-content: center;
    }
}

/* Page hub — section « Pourquoi ce hub ? » */
.mcv-landing.mcv-page-hub .mcv-hub-why-section {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: clamp(64px, 9vw, 96px);
    padding-bottom: clamp(64px, 9vw, 96px);
    border-top: 1px solid rgba(31, 27, 20, 0.06);
}

.mcv-landing.mcv-page-hub .mcv-hub-why-section__intro {
    margin-bottom: clamp(28px, 4vw, 40px);
    text-align: center;
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-section .section_title h2 {
    color: var(--mcv-dark);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-section .section_title h2 span {
    color: var(--mcv-gold-dark);
    font-weight: 700;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-card h3 span {
    color: var(--mcv-gold-dark);
    font-weight: 700;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 520px;
    margin: 0 auto clamp(36px, 5vw, 52px);
    padding: 0;
    list-style: none;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-stats li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    padding: 16px 12px;
    background: #fafaf8;
    border: 1px solid rgba(31, 27, 20, 0.08);
    border-radius: 14px;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-stats strong {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--mcv-dark);
    line-height: 1.2;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-stats span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(31, 27, 20, 0.5);
}

.mcv-landing.mcv-page-hub .mcv-hub-why-section .section_title p {
    color: rgba(31, 27, 20, 0.72);
    font-weight: 400;
    line-height: 1.6;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-badge {
    background: var(--mcv-dark);
    color: #fff;
    border: none;
    letter-spacing: 0.1em;
    font-size: 11px;
    padding: 5px 16px;
    margin-bottom: 6px;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-cards {
    margin-top: 0;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-cards > [class*="col-"] {
    margin-bottom: 20px;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-card {
    height: 100%;
    padding: 32px 28px;
    background: #fafaf8;
    border: 1px solid rgba(31, 27, 20, 0.08);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(31, 27, 20, 0.04);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 165, 116, 0.5);
    box-shadow: 0 18px 44px rgba(31, 27, 20, 0.08);
}

.mcv-landing.mcv-page-hub .mcv-hub-why-card__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(212, 184, 120, 0.32) 0%, rgba(196, 165, 116, 0.1) 100%);
    border: 1px solid rgba(196, 165, 116, 0.4);
}

.mcv-landing.mcv-page-hub .mcv-hub-why-card__icon-wrap .material-icons {
    font-size: 28px;
    color: var(--mcv-gold-dark);
    line-height: 1;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--mcv-dark);
}

.mcv-landing.mcv-page-hub .mcv-hub-why-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(31, 27, 20, 0.7);
}

.mcv-landing.mcv-page-hub .mcv-hub-why-services {
    margin-top: clamp(40px, 6vw, 56px);
    text-align: center;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-services__label {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(31, 27, 20, 0.45);
}

.mcv-landing.mcv-page-hub .mcv-hub-why-section .mcv-hub-services-nav {
    margin-top: 0;
    gap: 12px;
}

.mcv-landing.mcv-page-hub .mcv-hub-why-section .mcv-hub-services-nav__link {
    padding: 11px 20px;
    background: #fff;
    border: 1px solid rgba(31, 27, 20, 0.12);
    box-shadow: 0 2px 8px rgba(31, 27, 20, 0.04);
}

.mcv-landing.mcv-page-hub .mcv-hub-why-section .mcv-hub-services-nav__link:hover,
.mcv-landing.mcv-page-hub .mcv-hub-why-section .mcv-hub-services-nav__link:focus {
    background: var(--mcv-dark);
    border-color: var(--mcv-dark);
    color: #fff;
    box-shadow: 0 10px 28px rgba(31, 27, 20, 0.14);
    transform: translateY(-1px);
}

@media (max-width: 575px) {
    .mcv-landing.mcv-page-hub .mcv-hub-why-stats {
        grid-template-columns: 1fr;
        max-width: 280px;
    }

    .mcv-landing.mcv-page-hub .mcv-hub-why-card {
        padding: 26px 22px;
        text-align: center;
    }

    .mcv-landing.mcv-page-hub .mcv-hub-why-card__icon-wrap {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Pages services — sections template (atouts, blocs, étapes, CTA) */
.mcv-landing.mcv-page-service .mcv-service-template-section {
    position: relative;
    z-index: 2;
}

.mcv-landing.mcv-page-service .mcv-service-highlights-section {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: clamp(48px, 7vw, 72px);
    padding-bottom: clamp(48px, 7vw, 72px);
}

.mcv-landing.mcv-page-service .mcv-service-highlights-section .mcv-service-highlight-visual {
    text-align: center;
}

.mcv-landing.mcv-page-service .mcv-service-highlight-img {
    display: block;
    width: auto;
    max-width: min(420px, 92%);
    max-height: 380px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(31, 27, 20, 0.1));
}

.mcv-landing.mcv-page-service .mcv-service-highlight-img--icon {
    max-width: min(280px, 72vw);
    max-height: 280px;
    filter: none;
}

/* Sections services — hiérarchie & composants UX */
.mcv-landing.mcv-page-service .mcv-features-heading,
.mcv-landing.mcv-page-service .mcv-best-features-heading,
.mcv-landing.mcv-page-service .mcv-howwork-heading {
    text-align: center;
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
}

.mcv-landing.mcv-page-service .mcv-features-heading p,
.mcv-landing.mcv-page-service .mcv-best-features-heading p,
.mcv-landing.mcv-page-service .mcv-howwork-heading p {
    margin-left: auto;
    margin-right: auto;
    max-width: 38rem;
}

.mcv-landing.mcv-page-service .mcv-features-section .section_title h2 span,
.mcv-landing.mcv-page-service .mcv-service-highlights-section .section_title h2 span,
.mcv-landing.mcv-page-service .mcv-howwork-section .section_title h2 span,
.mcv-landing.mcv-page-service .choose_text h6 span,
.mcv-landing.mcv-page-service .service_text h4 span,
.mcv-landing.mcv-page-service .mcv-svc-usecase-card h3 span,
.mcv-landing.mcv-page-service .mcv-service-cta-section .section_title h3 span {
    color: var(--mcv-page-accent) !important;
    font-weight: 700;
}

.mcv-landing.mcv-page-service .mcv-svc-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 720px;
    margin: clamp(28px, 4vw, 40px) auto 0;
    padding: 0;
    list-style: none;
}

.mcv-landing.mcv-page-service .mcv-svc-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    padding: 18px 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 27, 20, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(31, 27, 20, 0.05);
}

.mcv-landing.mcv-page-service .mcv-svc-stat strong {
    font-size: clamp(1.125rem, 2.5vw, 1.35rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--mcv-dark);
}

.mcv-landing.mcv-page-service .mcv-svc-stat span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(31, 27, 20, 0.52);
}

.mcv-landing.mcv-page-service .mcv-svc-checklist {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mcv-landing.mcv-page-service .mcv-svc-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(31, 27, 20, 0.78);
}

.mcv-landing.mcv-page-service .mcv-svc-checklist .material-icons {
    font-size: 18px;
    line-height: 1.35;
    color: var(--mcv-page-accent);
    flex-shrink: 0;
}

.mcv-landing.mcv-page-service .mcv-svc-usecases {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: clamp(40px, 6vw, 56px);
    padding-top: clamp(32px, 5vw, 48px);
    border-top: 1px solid rgba(31, 27, 20, 0.08);
}

.mcv-landing.mcv-page-service .mcv-svc-usecases__title {
    grid-column: 1 / -1;
    text-align: center;
    margin: 0 0 4px;
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 700;
    color: var(--mcv-dark);
}

.mcv-landing.mcv-page-service .mcv-svc-usecases__title span {
    color: var(--mcv-page-accent);
    font-weight: 700;
}

.mcv-landing.mcv-page-service .mcv-svc-usecases__lead {
    grid-column: 1 / -1;
    text-align: center;
    margin: 0 auto 8px;
    max-width: 36rem;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(31, 27, 20, 0.68);
}

.mcv-landing.mcv-page-service .mcv-svc-usecase-card {
    height: 100%;
    padding: 24px 20px;
    background: #fafaf8;
    border: 1px solid rgba(31, 27, 20, 0.08);
    border-radius: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mcv-landing.mcv-page-service .mcv-svc-usecase-card:hover {
    border-color: rgba(31, 27, 20, 0.14);
    box-shadow: 0 14px 36px rgba(31, 27, 20, 0.08);
    transform: translateY(-3px);
}

.mcv-landing.mcv-page-service .mcv-svc-usecase-card .material-icons {
    display: block;
    font-size: 28px;
    margin-bottom: 12px;
    color: var(--mcv-page-accent);
}

.mcv-landing.mcv-page-service .mcv-svc-usecase-card h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--mcv-dark);
}

.mcv-landing.mcv-page-service .mcv-svc-usecase-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(31, 27, 20, 0.7);
}

.mcv-landing.mcv-page-service .mcv-service-highlights-section .service_blocks {
    margin-bottom: clamp(24px, 4vw, 40px);
}

.mcv-landing.mcv-page-service .mcv-service-highlights-section .service_blocks:last-of-type {
    margin-bottom: 0;
}

.mcv-landing.mcv-page-service .mcv-service-highlights-section .service_text p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(31, 27, 20, 0.72);
}

.mcv-landing.mcv-page-service .mcv-howwork-section .work_box .work_text p {
    font-size: 14px;
    line-height: 1.55;
}

.mcv-landing.mcv-page-service .mcv-svc-cta-note {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991px) {
    .mcv-landing.mcv-page-service .mcv-svc-stats {
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .mcv-landing.mcv-page-service .mcv-svc-usecases {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .mcv-landing.mcv-page-service .mcv-svc-usecases {
        gap: 14px;
    }
}

.mcv-landing.mcv-page-service .mcv-howwork-section {
    position: relative;
    z-index: 2;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section {
    position: relative;
    z-index: 2;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section.cta_section.new .cta_box {
    justify-content: unset;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .container {
    max-width: 100%;
    padding-left: clamp(16px, 4vw, 15px);
    padding-right: clamp(16px, 4vw, 15px);
}

/* Bandeau CTA bas de page — grille (évite le vide entre texte et boutons du flex template) */
.mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(min-content, auto);
    align-items: center;
    gap: clamp(20px, 3.5vw, 40px);
    padding: clamp(32px, 5vw, 56px) clamp(24px, 4vw, 48px);
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .left,
.mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .right {
    flex: unset;
    min-width: 0;
    max-width: 100%;
    width: auto;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .right {
    justify-self: end;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .section_title {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: clamp(12px, 2.5vw, 18px);
    row-gap: 6px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    box-sizing: border-box;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .section_title .customer_icon {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: center;
    font-size: clamp(40px, 7vw, 56px);
    line-height: 1;
    margin: 0;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .section_title h3 {
    grid-column: 2;
    width: 100%;
    margin: 0 0 4px;
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    line-height: 1.2;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .section_title p {
    grid-column: 2;
    width: 100%;
    margin: 0;
    text-align: left;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .section_title .mcv-svc-cta-note {
    grid-column: 2;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 14px);
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver,
.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-google-reviews,
.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions .mcv-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px clamp(14px, 2.5vw, 22px);
    font-size: clamp(13px, 1.8vw, 14px);
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    float: none !important;
    min-width: 0 !important;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    flex: 1 1 auto;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver {
    background-color: var(--mcv-gold) !important;
    color: var(--mcv-dark) !important;
    border: 1px solid var(--mcv-gold) !important;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver:hover,
.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver:focus {
    background-color: #fff !important;
    color: var(--mcv-dark) !important;
    border-color: #fff !important;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-google-reviews {
    background-color: #fff !important;
    color: var(--mcv-dark) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    gap: 8px;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-btn-google-reviews__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-google-reviews:hover,
.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-google-reviews:focus {
    background-color: #fff !important;
    color: var(--mcv-dark) !important;
    border-color: var(--mcv-gold) !important;
    transform: none;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions .mcv-btn-reserver,
.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions .mcv-btn-google-reviews,
.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions .mcv-btn-reserver span,
.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions .mcv-btn-google-reviews span {
    color: var(--mcv-dark) !important;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver::before {
    display: none;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(8px, 1.5vw, 12px);
    overflow-x: visible;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .btn_block.mcv-service-cta-actions--stores {
    flex-wrap: nowrap;
    gap: 10px;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-store-badge,
.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-btn-reserver,
.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-cta-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    white-space: nowrap;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-store-badge__text,
.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-store-badge__line,
.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-store-badge__brand {
    white-space: nowrap;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-store-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    color: var(--mcv-dark);
    text-decoration: none;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions--stores .mcv-store-badge,
.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions--stores .mcv-store-badge span {
    color: var(--mcv-dark) !important;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions--stores .mcv-store-badge svg {
    fill: var(--mcv-dark);
    color: var(--mcv-dark);
}

.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions--stores .mcv-store-badge:hover,
.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions--stores .mcv-store-badge:focus,
.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions--stores .mcv-store-badge:hover span,
.mcv-landing.mcv-page-service .mcv-service-cta-section.white_text .mcv-service-cta-actions--stores .mcv-store-badge:focus span {
    color: var(--mcv-dark) !important;
}

.mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-btn-reserver {
    background: var(--mcv-gold);
    color: var(--mcv-dark);
    border: none;
    padding: 10px 16px;
}

@media (max-width: 1100px) {
    .mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box {
        grid-template-columns: 1fr;
        gap: clamp(20px, 4vw, 28px);
    }

    .mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .right {
        justify-self: stretch;
        width: 100%;
    }

    .mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .section_title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .section_title .customer_icon {
        grid-row: auto;
        grid-column: auto;
        margin-bottom: 12px;
    }

    .mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .section_title h3,
    .mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .section_title p,
    .mcv-landing.mcv-page-service .mcv-service-cta-section .cta_box .section_title .mcv-svc-cta-note {
        text-align: center;
    }

    .mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions,
    .mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions:not(.mcv-service-cta-actions--stores) {
        flex-direction: column;
        align-items: stretch;
    }

    .mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions:not(.mcv-service-cta-actions--stores) .mcv-btn-reserver,
    .mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions:not(.mcv-service-cta-actions--stores) .mcv-btn-google-reviews {
        width: 100%;
        flex: 1 1 100%;
    }

    .mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores {
        flex-direction: column;
        align-items: stretch;
    }

    .mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-store-badge,
    .mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-btn-reserver,
    .mcv-landing.mcv-page-service .mcv-service-cta-section .mcv-service-cta-actions--stores .mcv-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Accent par page — variable partagée pour icônes & détails */
.mcv-landing.mcv-page-chauffeur {
    --mcv-page-accent: var(--mcv-gold);
    --mcv-page-accent-dark: var(--mcv-gold-dark);
}

.mcv-landing.mcv-page-taxi {
    --mcv-page-accent: var(--mcv-taxi-orange);
    --mcv-page-accent-dark: var(--mcv-taxi-orange-dark);
}

.mcv-landing.mcv-page-tld {
    --mcv-page-accent: var(--mcv-tld-teal);
    --mcv-page-accent-dark: var(--mcv-tld-teal-dark);
}

.mcv-landing.mcv-page-blog {
    --mcv-page-accent: var(--mcv-blog-red);
    --mcv-page-accent-dark: var(--mcv-blog-red-dark);
}

.mcv-landing.mcv-page-app {
    --mcv-page-accent: var(--mcv-gold);
    --mcv-page-accent-dark: var(--mcv-gold-dark);
}

.mcv-landing.mcv-page-hub {
    --mcv-page-accent: var(--mcv-gold);
    --mcv-page-accent-dark: var(--mcv-gold-dark);
}

/* Icônes sections services — couleur d'accent (pas seulement au survol) */
.mcv-landing.mcv-page-service .mcv-features-section .choose_icon .mcv-icon--atout,
.mcv-landing.mcv-page-service .mcv-howwork-section .work_title .mcv-icon--work,
.mcv-landing.mcv-page-service .mcv-howwork-section .work_box:hover .work_title .mcv-icon--work,
.mcv-landing.mcv-page-service .mcv-service-highlights-section .section_icon .mcv-icon--bf,
.mcv-landing.mcv-page-service .mcv-howwork-section .step-box,
.mcv-landing.mcv-page-service .mcv-service-cta-section .section_title .customer_icon {
    color: var(--mcv-page-accent) !important;
}

.mcv-landing.mcv-page-service .mcv-howwork-section .work_box:hover .step-box {
    background-color: var(--mcv-page-accent) !important;
    color: #fff !important;
}

/* Accent taxi */
.mcv-landing.mcv-page-taxi .mcv-features-section .mcv-features-badge,
.mcv-landing.mcv-page-taxi .mcv-howwork-section .mcv-howwork-badge,
.mcv-landing.mcv-page-taxi .mcv-service-highlights-section .mcv-best-features-badge {
    color: var(--mcv-taxi-orange);
    border-color: var(--mcv-taxi-orange);
}

.mcv-landing.mcv-page-taxi .mcv-features-section .mcv-features-heading h2 span,
.mcv-landing.mcv-page-taxi .mcv-features-section .choose_text h6 span,
.mcv-landing.mcv-page-taxi .mcv-howwork-section .section_title h2 span,
.mcv-landing.mcv-page-taxi .mcv-service-highlights-section .section_title h2 span,
.mcv-landing.mcv-page-taxi .mcv-service-highlights-section .service_text h4 span {
    color: var(--mcv-taxi-orange);
}

.mcv-landing.mcv-page-taxi .mcv-features-section .whychoose_box,
.mcv-landing.mcv-page-taxi .mcv-howwork-section .work_box:hover {
    border-color: var(--mcv-taxi-orange) !important;
}

.mcv-landing.mcv-page-taxi .mcv-features-section.whychoose_section {
    background-image:
        radial-gradient(ellipse 65% 55% at 12% 48%, rgba(222, 154, 51, 0.18) 0%, transparent 52%),
        radial-gradient(ellipse 70% 50% at 88% 38%, rgba(222, 154, 51, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 90% 40% at 50% 0%, rgba(222, 154, 51, 0.08) 0%, transparent 50%);
}

.mcv-landing.mcv-page-taxi .mcv-howwork-section.howwork_section {
    background-image:
        radial-gradient(ellipse 70% 50% at 18% 28%, rgba(222, 154, 51, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 65% 48% at 88% 72%, rgba(222, 154, 51, 0.1) 0%, transparent 52%);
}

.mcv-landing.mcv-page-taxi .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver {
    background-color: var(--mcv-taxi-orange) !important;
    color: #fff !important;
    border-color: var(--mcv-taxi-orange) !important;
}

.mcv-landing.mcv-page-taxi .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver:hover,
.mcv-landing.mcv-page-taxi .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver:focus {
    background-color: #fff !important;
    color: var(--mcv-taxi-orange) !important;
    border-color: #fff !important;
}

.mcv-landing.mcv-page-taxi .mcv-service-cta-section.white_text .mcv-service-cta-actions .mcv-btn-reserver:hover,
.mcv-landing.mcv-page-taxi .mcv-service-cta-section.white_text .mcv-service-cta-actions .mcv-btn-reserver:focus {
    color: var(--mcv-taxi-orange) !important;
}

/* Accent TLD */
.mcv-landing.mcv-page-tld .mcv-features-section .mcv-features-badge,
.mcv-landing.mcv-page-tld .mcv-howwork-section .mcv-howwork-badge,
.mcv-landing.mcv-page-tld .mcv-service-highlights-section .mcv-best-features-badge {
    color: var(--mcv-tld-teal);
    border-color: var(--mcv-tld-teal);
}

.mcv-landing.mcv-page-tld .mcv-features-section .mcv-features-heading h2 span,
.mcv-landing.mcv-page-tld .mcv-features-section .choose_text h6 span,
.mcv-landing.mcv-page-tld .mcv-howwork-section .section_title h2 span,
.mcv-landing.mcv-page-tld .mcv-service-highlights-section .section_title h2 span,
.mcv-landing.mcv-page-tld .mcv-service-highlights-section .service_text h4 span {
    color: var(--mcv-tld-teal);
}

.mcv-landing.mcv-page-tld .mcv-features-section .whychoose_box,
.mcv-landing.mcv-page-tld .mcv-howwork-section .work_box:hover {
    border-color: var(--mcv-tld-teal) !important;
}

.mcv-landing.mcv-page-tld .mcv-features-section.whychoose_section {
    background-image:
        radial-gradient(ellipse 65% 55% at 12% 48%, rgba(3, 150, 158, 0.14) 0%, transparent 52%),
        radial-gradient(ellipse 70% 50% at 88% 38%, rgba(3, 150, 158, 0.12) 0%, transparent 55%);
}

.mcv-landing.mcv-page-tld .mcv-howwork-section.howwork_section {
    background-image:
        radial-gradient(ellipse 70% 50% at 18% 28%, rgba(3, 150, 158, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 65% 48% at 88% 72%, rgba(3, 150, 158, 0.08) 0%, transparent 52%);
}

.mcv-landing.mcv-page-tld .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver {
    background-color: var(--mcv-tld-teal) !important;
    color: #fff !important;
    border-color: var(--mcv-tld-teal) !important;
}

.mcv-landing.mcv-page-tld .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver:hover,
.mcv-landing.mcv-page-tld .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver:focus {
    background-color: #fff !important;
    color: var(--mcv-tld-teal) !important;
    border-color: #fff !important;
}

.mcv-landing.mcv-page-tld .mcv-service-cta-section.white_text .mcv-service-cta-actions .mcv-btn-reserver:hover,
.mcv-landing.mcv-page-tld .mcv-service-cta-section.white_text .mcv-service-cta-actions .mcv-btn-reserver:focus {
    color: var(--mcv-tld-teal) !important;
}

/* Accent blog */
.mcv-landing.mcv-page-blog .mcv-features-section .mcv-features-badge,
.mcv-landing.mcv-page-blog .mcv-howwork-section .mcv-howwork-badge,
.mcv-landing.mcv-page-blog .mcv-service-highlights-section .mcv-best-features-badge {
    color: var(--mcv-blog-red);
    border-color: var(--mcv-blog-red);
}

.mcv-landing.mcv-page-blog .mcv-features-section .mcv-features-heading h2 span,
.mcv-landing.mcv-page-blog .mcv-features-section .choose_text h6 span,
.mcv-landing.mcv-page-blog .mcv-howwork-section .section_title h2 span,
.mcv-landing.mcv-page-blog .mcv-service-highlights-section .section_title h2 span,
.mcv-landing.mcv-page-blog .mcv-service-highlights-section .service_text h4 span {
    color: var(--mcv-blog-red);
}

.mcv-landing.mcv-page-blog .mcv-features-section .whychoose_box,
.mcv-landing.mcv-page-blog .mcv-howwork-section .work_box:hover {
    border-color: var(--mcv-blog-red) !important;
}

.mcv-landing.mcv-page-blog .mcv-features-section.whychoose_section {
    background-image:
        radial-gradient(ellipse 65% 55% at 12% 48%, rgba(201, 58, 58, 0.12) 0%, transparent 52%),
        radial-gradient(ellipse 70% 50% at 88% 38%, rgba(201, 58, 58, 0.1) 0%, transparent 55%);
}

.mcv-landing.mcv-page-blog .mcv-howwork-section.howwork_section {
    background-image:
        radial-gradient(ellipse 70% 50% at 18% 28%, rgba(201, 58, 58, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 65% 48% at 88% 72%, rgba(201, 58, 58, 0.08) 0%, transparent 52%);
}

.mcv-landing.mcv-page-blog .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver {
    background-color: var(--mcv-blog-red) !important;
    color: #fff !important;
    border-color: var(--mcv-blog-red) !important;
}

.mcv-landing.mcv-page-blog .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver:hover,
.mcv-landing.mcv-page-blog .mcv-service-cta-section .mcv-service-cta-actions .mcv-btn-reserver:focus {
    background-color: #fff !important;
    color: var(--mcv-blog-red) !important;
    border-color: #fff !important;
}

.mcv-landing.mcv-page-blog .mcv-service-cta-section.white_text .mcv-service-cta-actions .mcv-btn-reserver:hover,
.mcv-landing.mcv-page-blog .mcv-service-cta-section.white_text .mcv-service-cta-actions .mcv-btn-reserver:focus {
    color: var(--mcv-blog-red) !important;
}

.mcv-landing.mcv-page-service .mcv-service-highlights-section .section_icon {
    border-color: transparent;
}

/* Preloader template : désactivé sur pages MCV (overlay plein écran z-index 999999) */
.mcv-landing #preloader {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: -1 !important;
    animation: none !important;
}

.mcv-landing #preloader #loader,
.mcv-landing #preloader #loader::before,
.mcv-landing #preloader #loader::after {
    animation: none !important;
}

/* Points décoratifs : ne jamais intercepter clics (orbites 120px sur toute la page) */
.mcv-landing .dotes_anim_bloack,
.mcv-landing .dotes_anim_bloack .dots,
.mcv-landing .dotes_anim_bloack .dots::before {
    pointer-events: none !important;
}

/* Points décoratifs : alléger le GPU sur pages hub/services */
.mcv-landing.mcv-page-hub .dotes_anim_bloack .dots::before,
.mcv-landing.mcv-page-service .dotes_anim_bloack .dots::before,
.mcv-landing.mcv-page-app .dotes_anim_bloack .dots::before {
    animation-duration: 18s;
}

/* Réduction des animations si l'utilisateur le demande (perf + accessibilité) */
@media (prefers-reduced-motion: reduce) {
    .mcv-landing .moving_position_animatin,
    .mcv-landing .mcv-hero-scroll__icon,
    .mcv-landing .mcv-hero-float-card,
    .mcv-landing .mcv-hero-photo-float,
    .mcv-landing .mcv-hero-app-logo-wrap,
    .mcv-landing .dotes_anim_bloack .dots,
    .mcv-landing .dotes_anim_bloack .dots::before,
    .mcv-landing #loader,
    .mcv-landing #loader::before,
    .mcv-landing #loader::after {
        animation: none !important;
    }
}

