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

:root {
    --mcv-gold: #c4a574;
    --mcv-gold-light: #d4b896;
    --mcv-gold-dark: #a68b5b;
    --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);
}

/* 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 {
    max-width: 1320px;
}

.mcv-landing header .mcv-navbar {
    position: relative;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 20px;
    min-height: 88px;
}

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

.mcv-landing header .navbar-brand img {
    width: 260px;
    max-height: 72px;
    height: auto;
    object-fit: contain;
    object-position: left center;
    display: block;
}

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

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

.mcv-landing header .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:hover {
    color: var(--mcv-gold);
}

.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 {
    color: var(--mcv-gold);
}

/* 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: 11px 26px;
    font-size: 14px;
    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: #fff;
    border-color: var(--mcv-dark);
    color: var(--mcv-dark);
    transform: none;
    box-shadow: none;
}

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

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

@media (min-width: 992px) {
    .mcv-landing header .mcv-navbar .navbar-collapse {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        flex-grow: 0;
        width: max-content;
        z-index: 2;
    }

    .mcv-landing header .mcv-nav-center {
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex-direction: row;
        align-items: center;
    }

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

@media (max-width: 991px) {
    .mcv-landing header .mcv-navbar {
        padding-top: 18px;
        padding-bottom: 16px;
        min-height: 76px;
    }

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

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

    .mcv-landing header .mcv-btn-reserver {
        width: 100%;
        margin-top: 12px;
    }
}

/* --- 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;
    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 .banner_section--fullscreen::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%
    );
}

/* Transition douce vers la section suivante : doré en bas */
.mcv-landing .banner_section--fullscreen::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);
    }
}

.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;
}

.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 .banner_section .dotes_anim_bloack .dots::before {
    opacity: 0.65 !important;
    box-shadow: 0 0 14px 4px rgba(196, 165, 116, 0.4);
}

.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(196, 165, 116, 0.28) 0%, rgba(196, 165, 116, 0.08) 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 .hero_image_1 {
        transform: translateY(32px);
    }

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

.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 {
        scroll-snap-type: y mandatory;
    }

    .mcv-landing .banner_section--fullscreen {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .mcv-landing .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 .mcv-features-section.row_am {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mcv-landing .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 .mcv-features-section .mcv-features-heading {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
    }

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

    .mcv-landing .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 .mcv-features-section .whychoose_dh {
        margin-top: 0;
    }

    .mcv-landing .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 .mcv-features-section .whychoose_box {
        padding: 18px 20px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .mcv-landing .mcv-features-section .choose_text {
        padding-left: 80px;
    }

    .mcv-landing .mcv-features-section .choose_text h6 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .mcv-landing .mcv-features-section .choose_text p {
        font-size: 14px;
        line-height: 1.5;
    }

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

    .mcv-landing .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 : violet → doré --- */

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

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

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

/* Bouton retour en haut */
.mcv-landing .go_top span {
    background-color: #fff;
    color: var(--mcv-dark);
    border: 2px solid var(--mcv-gold);
    box-shadow: 0 6px 18px rgba(196, 165, 116, 0.22);
}

.mcv-landing .go_top:hover span {
    background-color: #fff;
    color: var(--mcv-dark);
    border-color: var(--mcv-gold-dark);
    box-shadow: 0 8px 22px rgba(196, 165, 116, 0.32);
}

.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;
}

/* Points clés, hero, services, CTA — mobile uniquement */
@media (max-width: 767px) {
    .mcv-landing .banner_section .mcv-hero-row > .col-lg-6:last-child {
        display: none !important;
    }

    .mcv-landing .banner_section .mcv-hero-visual .hero_image_1,
    .mcv-landing .mcv-hero-visual__glow,
    .mcv-landing .banner_section .hero_image_2.mcv-hero-float-card {
        display: none !important;
    }

    .mcv-landing .banner_section .mcv-hero-visual {
        min-height: 0;
        margin-top: 0 !important;
    }

    .mcv-landing .mcv-two-col-section .customer_payment .mcv-payment-visual {
        min-height: 0;
        padding: 8px 12px 16px;
    }

    .mcv-landing .mcv-two-col-section .customer_payment .mcv-payment-visual__icon,
    .mcv-landing .mcv-two-col-section .service_blocks.customer_payment .img img.mcv-payment-visual__icon {
        max-width: min(200px, 68vw);
    }

    .mcv-landing .mcv-two-col-section .service_blocks.sb_2 .mcv-custom-visual {
        min-height: 0;
        padding: 8px 12px 16px;
    }

    .mcv-landing .mcv-two-col-section .service_blocks.sb_2 .mcv-custom-visual__illustration,
    .mcv-landing .mcv-two-col-section .service_blocks.sb_2 .img img.mcv-custom-visual__illustration {
        max-width: min(240px, 78vw);
        max-height: min(220px, 42vh);
    }

    .mcv-landing .mcv-keynotes-section .lead_inner {
        padding: 36px 20px 40px;
        max-width: 100%;
    }

    .mcv-landing .mcv-keynotes-section .convert_leads {
        margin-bottom: 24px;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 12px;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner .nav-pills {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding: 4px 2px 10px;
        margin: 0;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner .nav-pills .nav-link {
        flex: 0 0 auto;
        margin-bottom: 0;
        white-space: nowrap;
        font-size: 13px;
        padding: 10px 14px;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner .nav-pills .nav-link::before,
    .mcv-landing .mcv-keynotes-section .lead_inner .nav-pills .nav-link::after {
        display: none;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner .card-header {
        display: none !important;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner .tab-pane {
        display: none !important;
        opacity: 0;
        margin: 0;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner .tab-pane.active {
        display: block !important;
        opacity: 1;
    }

    .mcv-landing .mcv-keynotes-section .card .collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    .mcv-landing .mcv-keynotes-section .lead_text {
        padding: 12px 4px 4px;
    }

    .mcv-landing .mcv-keynotes-section .lead_text h5 {
        margin-bottom: 10px;
    }

    .mcv-landing .mcv-keynotes-section .lead_text > p {
        margin-bottom: 18px;
        line-height: 1.6;
    }

    .mcv-landing .mcv-keynotes-section .lead_inner .feature_list {
        margin-top: 4px;
    }

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

    .mcv-landing .mcv-keynotes-section .lead_inner .feature_list li .text p {
        line-height: 1.55;
    }

    .mcv-landing .mcv-cta-section .cta_box .btn_block {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .mcv-landing .mcv-cta-section .mcv-cta-btn {
        width: 100%;
        min-width: 0;
        min-height: 56px;
        justify-content: center;
        padding: 12px 16px;
    }

    .mcv-landing .mcv-cta-section .mcv-cta-btn__text {
        align-items: center;
        text-align: center;
    }

    .mcv-landing .mcv-cta-section .mcv-cta-btn--call,
    .mcv-landing .mcv-cta-section .mcv-cta-btn--mail {
        margin: 0;
    }
}

/* --- 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;
}

/* Même gabarit que .mcv-btn-reserver (header), variante contour claire */
.mcv-landing .mcv-testimonials-section .btn_block .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: 6px;
    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;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

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

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

.mcv-landing .mcv-testimonials-section .btn_block .mcv-btn-google-reviews:hover,
.mcv-landing .mcv-testimonials-section .btn_block .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;
}

@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 (.btn, .call_btn, .email_btn) */
.mcv-landing .mcv-cta-section .cta_box .btn,
.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 {
    position: relative;
    z-index: 1;
    padding-bottom: 56px;
}

/* 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: minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 1.15fr);
    gap: 48px 40px;
    align-items: start;
}

.mcv-landing .mcv-footer-heading {
    margin: 0 0 18px;
    padding: 0 0 12px;
    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: inline-block;
    margin-bottom: 20px;
    line-height: 0;
}

.mcv-landing .mcv-footer-logo img {
    width: auto;
    max-width: 260px;
    max-height: 68px;
    height: auto;
    object-fit: contain;
}

.mcv-landing .mcv-footer-tagline {
    margin: 0;
    max-width: 320px;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
    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;
}

.mcv-landing .mcv-footer-links a {
    display: block;
    padding: 9px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    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;
    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;
}

.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;
}

.mcv-landing .mcv-footer-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 32px;
    flex-wrap: wrap;
    padding: 22px 0 16px;
}

.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;
    flex: 1 1 200px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(31, 27, 20, 0.65);
}

.mcv-landing .mcv-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 0 auto;
}

.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 {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    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-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;
    }

    .mcv-landing .mcv-footer-tagline {
        max-width: none;
    }

    .mcv-landing .mcv-footer-bottom__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mcv-landing .mcv-footer-copy {
        flex: 1 1 auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mcv-landing .mcv-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px 32px;
    }

    .mcv-landing .mcv-footer-col--brand {
        grid-column: 1 / -1;
    }
}

