/* ===== INTEGRACIÓN MENÚ NEXT PARA VW CITY STORE ===== */
/* ===== HEADER Y MENÚ TIPO VOLKSWAGEN NEXT ===== */
body.vw-menu-open {
    overflow: hidden;
}

.vw-next-header {
    z-index: 1000;
    height: 100px;
    background: #001e50 !important;
}

    .vw-next-header.vw-header-home {
        background: linear-gradient(to bottom, rgba(0, 20, 34, .9) 0%, rgba(0, 20, 34, .55) 55%, rgba(0, 20, 34, 0) 100%) !important;
    }

    /* Secciones con banner: el header se superpone sin tapar la imagen. */
    .vw-next-header.vw-header-overlay {
        background: transparent !important;
        border-bottom: 0;
    }

        .vw-next-header.vw-header-overlay .header-vw {
            background: transparent !important;
        }

    /* Detalle de modelo: cambia de blanco a azul al desplazarse. */
    .vw-next-header.vw-header-model-detail {
        background: transparent !important;
        border-bottom: 0;
        transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

        .vw-next-header.vw-header-model-detail .header-vw {
            background: transparent !important;
        }

        .vw-next-header.vw-header-model-detail.vw-header-scrolled {
            background: rgba(255, 255, 255, .72) !important;
            border-bottom: 0;
            box-shadow: none;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }

            .vw-next-header.vw-header-model-detail.vw-header-scrolled .logo-vw .img-logo-vw i,
            .vw-next-header.vw-header-model-detail.vw-header-scrolled .vw-next-menu-trigger,
            .vw-next-header.vw-header-model-detail.vw-header-scrolled .info-vw i.icon-vw_icon-menu,
            .vw-next-header.vw-header-model-detail.vw-header-scrolled .vw-next-quick-links a,
            .vw-next-header.vw-header-model-detail.vw-header-scrolled .info-vw .tel-dist,
            .vw-next-header.vw-header-model-detail.vw-header-scrolled .info-vw .tel-dist a,
            .vw-next-header.vw-header-model-detail.vw-header-scrolled .comerciales-text {
                color: #001e50 !important;
            }

                .vw-next-header.vw-header-model-detail.vw-header-scrolled .vw-next-menu-trigger:hover,
                .vw-next-header.vw-header-model-detail.vw-header-scrolled .vw-next-quick-links a:hover,
                .vw-next-header.vw-header-model-detail.vw-header-scrolled .info-vw .tel-dist a:hover {
                    color: #0040c5 !important;
                }

    /* Páginas internas: encabezado blanco como app.dev. */
    .vw-next-header.vw-header-internal {
        background: #fff !important;
        border-bottom: 1px solid #dfe3e8;
    }

        .vw-next-header.vw-header-internal .header-vw {
            background: #fff !important;
        }

        .vw-next-header.vw-header-internal .logo-vw .img-logo-vw i,
        .vw-next-header.vw-header-internal .vw-next-menu-trigger,
        .vw-next-header.vw-header-internal .info-vw i.icon-vw_icon-menu,
        .vw-next-header.vw-header-internal .vw-next-quick-links a,
        .vw-next-header.vw-header-internal .info-vw .tel-dist,
        .vw-next-header.vw-header-internal .info-vw .tel-dist a,
        .vw-next-header.vw-header-internal .comerciales-text {
            color: #001e50 !important;
        }

            .vw-next-header.vw-header-internal .vw-next-menu-trigger:hover,
            .vw-next-header.vw-header-internal .vw-next-quick-links a:hover,
            .vw-next-header.vw-header-internal .info-vw .tel-dist a:hover {
                color: #0040c5 !important;
            }

    .vw-next-header .header-vw {
        position: relative;
        height: 96px;
        padding: 0 4.25%;
        display: flex;
        align-items: center;
        background: transparent !important;
    }

    .vw-next-header .info-vw {
        width: 100%;
        height: 96px;
        padding: 0;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
    }

    .vw-next-header .logo-vw {
        position: absolute;
        top: 50%;
        left: 4.25%;
        width: 42px;
        height: 42px;
        margin: 0;
        transform: translateY(-50%) !important;
        z-index: 3;
    }

        .vw-next-header .logo-vw.hide {
            margin-top: 0;
        }

        .vw-next-header .logo-vw .img-logo-vw {
            width: 42px;
            height: 42px;
            margin: 0;
            overflow: visible;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .vw-next-header .logo-vw .img-logo-vw i {
                display: block;
                color: #fff !important;
                font-size: 42px !important;
                line-height: 1 !important;
            }

    .vw-next-header .info-vw .tel-dist,
    .vw-next-header .info-vw .tel-dist a,
    .vw-next-header .comerciales-text {
        color: #fff !important;
    }

    .vw-next-header .vw-next-menu-trigger {
        margin-left: 70px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #fff;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-family: "VWHead-Bold", Arial, sans-serif;
        font-size: 16px !important;
        font-weight: normal;
        line-height: 1 !important;
        cursor: pointer;
    }

    .vw-next-header .info-vw i.icon-vw_icon-menu {
        position: static;
        padding: 0;
        color: #fff !important;
        font-size: 20px;
        display: none;
    }

.vw-next-quick-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

    .vw-next-quick-links a {
        color: #fff;
        font-family: "VWHead-Bold", Arial, sans-serif;
        font-size: 16px !important;
        font-weight: normal;
        line-height: 1 !important;
        text-decoration: none;
    }

        .vw-next-quick-links a:hover,
        .vw-next-header .vw-next-menu-trigger:hover {
            color: #4cc7f4;
            text-decoration: none;
        }

.vw-next-header .info-vw .info-dist {
    margin-left: auto;
    padding: 0;
}

.vw-next-header .info-vw .tel-dist {
    font: 17px "VWHead-Bold";
}

.vw-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 13, 34, .55);
    backdrop-filter: blur(8px);
    transition: opacity .25s ease, visibility .25s ease;
}

    .vw-menu-overlay.open {
        opacity: 1;
        visibility: visible;
    }

.drawer {
    left: -100%;
    z-index: 1002;
    width: 38vw;
    min-width: 576px;
    max-width: 720px;
    height: 100vh;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: #f8f8f6;
    color: #001e50;
    box-shadow: none;
    transition: left .3s ease;
}

.drawer-content {
    position: relative;
    height: 100%;
    padding: 104px 54px 90px 68px;
    box-sizing: border-box;
    overflow: hidden;
}

    /* Línea divisoria debajo del botón cerrar */
    .drawer-content::before {
        content: "";
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        width: auto;
        height: 1px;
        background: #d5d9df;
        z-index: 1;
    }

.drawer .close-menu {
    position: absolute;
    top: 14px;
    right: 80px;
    left: auto;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #001e50;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

    .drawer .close-menu i {
        color: #000 !important;
        font-size: 20px;
        transition: color .18s ease;
    }

    .drawer .close-menu:hover,
    .drawer .close-menu:focus-visible {
        background-color: #d9cbb8;
        border-color: #d9cbb8;
    }

        .drawer .close-menu:hover i,
        .drawer .close-menu:focus-visible i {
            color: #000 !important;
        }

    .drawer .close-menu:focus-visible {
        outline: 2px solid #0040c5;
        outline-offset: 3px;
    }

    .drawer .close-menu:active {
        transform: scale(.96);
    }

.drawer .option-menu {
    padding: 0;
}

    .drawer .option-menu ul li {
        margin-bottom: 5px;
    }

        .drawer .option-menu ul li a {
            position: relative;
            display: block;
            width: 100%;
            padding: 4px 14px;
            margin-left: -14px;
            border-radius: 4px;
            color: #001e50;
            font-family: "VWText-Regular", Arial, sans-serif !important;
            font-size: 18px !important;
            font-weight: 600 !important;
            line-height: 1.3 !important;
            transition: color .2s ease, background-color .2s ease;
        }

        /* Las dos primeras opciones tienen la jerarquía principal de la marca. */
        .drawer .option-menu ul li:nth-child(-n+2) a {
            font-family: "VWHead-Bold", Arial, sans-serif !important;
            font-size: 25px !important;
            font-weight: normal !important;
            line-height: 1.25 !important;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .drawer .option-menu ul li:nth-child(2) {
            margin-bottom: 30px;
        }

        .drawer .option-menu ul li a:hover,
        .drawer .option-menu ul li a:focus-visible {
            color: #001e50 !important;
            background-color: #d9cbb8 !important;
            text-decoration: none !important;
        }

/* Bloque inferior: aviso, enlace Volkswagen y teléfono */
.drawer .drawer-footer,
.drawer .menu-footer,
.drawer .footer-menu {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f8f8f6;
    color: #001e50;
    font-family: "VWText-Regular", Arial, sans-serif;
    font-size: 13px;
}

    .drawer .drawer-footer > div,
    .drawer .menu-footer > div,
    .drawer .footer-menu > div {
        min-height: 36px;
        padding: 8px 68px;
        display: flex;
        align-items: center;
        gap: 12px;
        border-top: 1px solid #d5d9df;
    }

    .drawer .drawer-footer a,
    .drawer .menu-footer a,
    .drawer .footer-menu a {
        color: #001e50;
        text-decoration: none;
    }

        .drawer .drawer-footer a:hover,
        .drawer .menu-footer a:hover,
        .drawer .footer-menu a:hover {
            text-decoration: underline;
        }

/* Flecha para todas las opciones del menú */
.drawer .option-menu ul li a {
    padding-right: 46px;
}

    .drawer .option-menu ul li a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        width: 11px;
        height: 11px;
        border-top: 2px solid #001e50;
        border-right: 2px solid #001e50;
        opacity: 0 !important;
        visibility: hidden;
        transform: translate(-5px, -50%) rotate(45deg);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    .drawer .option-menu ul li a:hover::after,
    .drawer .option-menu ul li a:focus-visible::after {
        opacity: 1 !important;
        visibility: visible;
        transform: translate(0, -50%) rotate(45deg);
    }

    .drawer .option-menu ul li a:focus-visible {
        outline: 2px solid #0040c5;
        outline-offset: 2px;
    }

.drawer2 {
    z-index: 1003;
}

@media (max-width: 767px) {
    .vw-next-header,
    .vw-next-header .header-vw {
        height: 84px;
    }

        .vw-next-header .header-vw {
            padding: 0 20px;
            background: transparent !important;
        }

        .vw-next-header.vw-header-home .header-vw {
            background: linear-gradient(to bottom, rgba(0, 20, 34, .82) 0%, rgba(0, 20, 34, .35) 70%, rgba(0, 20, 34, 0) 100%) !important;
        }

        .vw-next-header .logo-vw {
            top: 12px;
            left: 12px;
            width: 45px;
            height: 45px;
            transform: none !important;
        }

            .vw-next-header .logo-vw .img-logo-vw {
                width: 45px;
                height: 45px;
                margin: 0;
            }

                .vw-next-header .logo-vw .img-logo-vw i {
                    font-size: 45px;
                }

        .vw-next-header .vw-next-menu-trigger {
            position: absolute;
            top: 23px;
            right: 12px;
            margin: 0;
            z-index: 4;
        }

            .vw-next-header .vw-next-menu-trigger span {
                display: none;
            }

        .vw-next-header .info-vw i.icon-vw_icon-menu {
            display: inline-block;
            font-size: 28px;
            transform: scaleX(-1);
            transform-origin: center;
        }

    .vw-next-quick-links {
        display: none;
    }

    .vw-next-header .info-vw .tel-dist,
    .vw-next-header .info-vw .info-dist,
    .vw-next-header .comerciales-text {
        display: none;
    }

    .drawer {
        left: -100%;
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .drawer-content {
        padding: 92px 26px 105px;
        overflow-y: auto;
    }

        .drawer-content::before {
            top: 72px;
            width: 100%;
        }

    .drawer .close-menu {
        top: 8px;
        right: 24px;
        width: 48px;
        height: 48px;
    }

    .drawer .option-menu ul li {
        margin-bottom: 8px;
    }

        .drawer .option-menu ul li a {
            font-family: "VWText-Regular", Arial, sans-serif !important;
            font-size: 20px !important;
            font-weight: 600 !important;
            line-height: 1.25 !important;
            padding-top: 7px;
            padding-bottom: 7px;
            margin-left: -10px;
        }

        .drawer .option-menu ul li:nth-child(-n+2) a {
            font-family: "VWText-Regular", Arial, sans-serif !important;
            font-size: 20px !important;
            font-weight: 600 !important;
            line-height: 1.25 !important;
            padding-top: 7px;
            padding-bottom: 7px;
        }

        .drawer .option-menu ul li:nth-child(2) {
            margin-bottom: 8px;
        }

    .drawer .drawer-footer > div,
    .drawer .menu-footer > div,
    .drawer .footer-menu > div {
        min-height: 44px;
        padding: 11px 26px;
        gap: 9px;
        flex-wrap: wrap;
    }

    .drawer .option-menu ul li a::after {
        right: 14px;
        opacity: 0 !important;
        visibility: hidden;
        transform: translate(-5px, -50%) rotate(45deg);
    }

    .drawer .option-menu ul li a:hover,
    .drawer .option-menu ul li a:focus-visible {
        color: #001e50 !important;
        background-color: #d9cbb8 !important;
    }

        .drawer .option-menu ul li a:hover::after,
        .drawer .option-menu ul li a:focus-visible::after {
            opacity: 1 !important;
            visibility: visible;
            transform: translate(0, -50%) rotate(45deg);
        }

    .drawer2 {
        width: 100%;
        right: -100%;
    }
}

/* En pantallas de poca altura se permite scroll solo cuando es necesario. */
@media (min-width: 768px) and (max-height: 650px) {
    .drawer-content {
        overflow-y: auto;
    }
}

/* ===== SUBMENÚ NEXT CON TARJETAS ===== */
.drawer2.submenu-next {
    display: block !important;
    position: fixed;
    top: 0;
    bottom: 0;
    right: auto;
    left: -68%;
    z-index: 1004;
    width: 67%;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    background: #f6f6f4;
    color: #001e50;
    box-shadow: none;
    transition: left .3s ease;
}

    .drawer2.submenu-next.open {
        right: auto;
        left: 0;
    }

.submenu-next .drawer-content2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.submenu-next-header {
    position: relative;
    height: 90px;
    padding: 0 6%;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    column-gap: 18px;
    align-items: center;
    border-bottom: 1px solid #d5d9df;
    background: #fff;
}

.submenu-next-back,
.submenu-next-close {
    position: static;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #001e50;
    border-radius: 50%;
    background: transparent;
    color: #001e50;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

    .submenu-next-back:hover,
    .submenu-next-back:focus-visible,
    .submenu-next-close:hover,
    .submenu-next-close:focus-visible {
        background-color: #d9cbb8;
        border-color: #d9cbb8;
        color: #001e50;
    }

    .submenu-next-back:focus-visible,
    .submenu-next-close:focus-visible {
        outline: 2px solid #0040c5;
        outline-offset: 3px;
    }

    .submenu-next-back:active,
    .submenu-next-close:active {
        transform: scale(.96);
    }

    .submenu-next-back i,
    .submenu-next-close i {
        padding: 0;
        color: #001e50;
        font-size: 20px;
    }

    .submenu-next-close i,
    .submenu-next-close:hover i,
    .submenu-next-close:focus-visible i {
        color: #000 !important;
    }

.submenu-next-title {
    color: #001e50;
    font-family: "VWHead-Bold", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
    justify-self: start;
}

.submenu-next-close {
    justify-self: end;
}

.submenu-next-body {
    height: calc(100vh - 90px);
    padding: 64px 6%;
    overflow-y: auto;
}

.submenu-next-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.submenu-next-card {
    position: relative;
    min-height: 88px;
    padding: 5px 40px 5px 5px;
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 18px;
    border-radius: 7px;
    background: #fff;
    color: #001e50;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 30, 80, .025);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

    .submenu-next-card::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 18px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #8a4f00;
        border-right: 2px solid #8a4f00;
        opacity: 0;
        visibility: hidden;
        transform: translate(-6px, -50%) rotate(45deg);
        transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
        pointer-events: none;
    }

    .submenu-next-card:hover,
    .submenu-next-card:focus-visible {
        color: #001e50;
        text-decoration: none;
        background: #fff;
        box-shadow: 0 10px 28px rgba(0, 30, 80, .12);
        transform: translateY(-2px);
    }

        .submenu-next-card:hover::after,
        .submenu-next-card:focus-visible::after {
            opacity: 1;
            visibility: visible;
            transform: translate(0, -50%) rotate(45deg);
        }

        .submenu-next-card:hover .submenu-next-copy strong,
        .submenu-next-card:focus-visible .submenu-next-copy strong {
            color: #8a4f00;
        }

    .submenu-next-card:focus-visible {
        outline: 2px solid #0040c5;
        outline-offset: 3px;
    }

.submenu-next-image {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
    background: #e7e7e4;
}

.submenu-next-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .submenu-next-copy strong {
        color: #001e50;
        font-family: "VWHead-Bold", Arial, sans-serif;
        font-size: 18px;
        line-height: 1.2;
    }

    .submenu-next-copy small {
        color: #001e50;
        font-family: "VWText-Regular", Arial, sans-serif;
        font-size: 14px;
        line-height: 1.35;
    }

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 991px) {
    .drawer2.submenu-next {
        left: -100%;
        width: 100%;
    }

    .submenu-next-header {
        height: 76px;
        padding: 0 18px;
        grid-template-columns: 40px 1fr 40px;
        column-gap: 12px;
    }

    .submenu-next-back,
    .submenu-next-close {
        width: 40px;
        height: 40px;
    }

    .submenu-next-title {
        font-size: 14px;
    }

    .submenu-next-body {
        height: calc(100vh - 76px);
        padding: 22px 18px;
    }

    .submenu-next-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .submenu-next-card {
        min-height: 84px;
        padding: 5px 36px 5px 5px;
        grid-template-columns: 72px 1fr;
        gap: 14px;
    }

    .submenu-next-image {
        width: 72px;
        height: 72px;
    }

    .submenu-next-copy strong {
        font-size: 17px;
    }

    .submenu-next-copy small {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .submenu-next-header {
        padding: 0 16px;
    }

    .submenu-next-title {
        max-width: 190px;
        justify-self: start;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .submenu-next-body {
        padding: 22px 16px;
    }

    .submenu-next-card {
        grid-template-columns: 72px 1fr;
        gap: 14px;
    }

    .submenu-next-image {
        width: 72px;
        height: 72px;
    }
}

/* ================================================================
   HOMOLOGACIÓN CITY CON MENÚ VOLKSWAGEN PLANTA
   ================================================================ */
.drawer#vwMenuPrincipal .drawer-footer,
.drawer#vwMenuPrincipal .drawer-footer a,
.drawer#vwMenuPrincipal .drawer-footer i {
    color: rgb(41, 48, 67) !important;
}

    .drawer#vwMenuPrincipal .drawer-footer a:hover,
    .drawer#vwMenuPrincipal .drawer-footer a:focus-visible,
    .drawer#vwMenuPrincipal .drawer-footer a:active {
        color: rgb(41, 48, 67) !important;
    }

@media (max-width: 767px) {
    .drawer#vwMenuPrincipal,
    .drawer2.submenu-next {
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        max-height: 100dvh;
    }

    .drawer#vwMenuPrincipal {
        background-color: #f3f1ed !important;
        color: #001e50 !important;
    }

        .drawer#vwMenuPrincipal .drawer-content {
            height: 100%;
            max-height: 100dvh;
            padding: 96px 46px calc(136px + env(safe-area-inset-bottom, 0px)) !important;
            overflow-x: hidden;
            overflow-y: auto;
            overscroll-behavior: contain;
            -webkit-overflow-scrolling: touch;
            background-color: #f3f1ed !important;
            scrollbar-color: #8c9199 transparent;
            scrollbar-width: thin;
        }

            .drawer#vwMenuPrincipal .drawer-content::before {
                top: 72px !important;
                background-color: #d5d9df !important;
            }

        .drawer#vwMenuPrincipal .close-menu {
            top: 11px !important;
            right: 22px !important;
            width: 46px !important;
            height: 46px !important;
            border: 1px solid #001e50 !important;
            background-color: #fff !important;
        }

            .drawer#vwMenuPrincipal .close-menu i {
                color: #001e50 !important;
                font-size: 19px !important;
            }

        .drawer#vwMenuPrincipal .option-menu {
            padding: 0 !important;
        }

            .drawer#vwMenuPrincipal .option-menu ul li,
            .drawer#vwMenuPrincipal .option-menu ul li:nth-child(2) {
                margin: 0 0 4px !important;
            }

                .drawer#vwMenuPrincipal .option-menu ul li:nth-child(2) {
                    margin-bottom: 21px !important;
                }

                .drawer#vwMenuPrincipal .option-menu ul li a {
                    min-height: 32px;
                    margin: 0 -8px !important;
                    padding: 5px 42px 5px 8px !important;
                    display: flex !important;
                    align-items: center;
                    border-radius: 4px !important;
                    background-color: transparent;
                    color: #001e50 !important;
                    font-family: "VWText-Regular", Arial, sans-serif !important;
                    font-size: 16px !important;
                    font-weight: 500 !important;
                    line-height: 1.25 !important;
                    -webkit-tap-highlight-color: transparent;
                    touch-action: manipulation;
                    transition: background-color .16s ease, color .16s ease;
                }

                .drawer#vwMenuPrincipal .option-menu ul li:nth-child(-n+2) a {
                    min-height: 38px;
                    padding-top: 6px !important;
                    padding-bottom: 6px !important;
                    font-family: "VWText-Regular", Arial, sans-serif !important;
                    font-size: 22px !important;
                    font-weight: 600 !important;
                    line-height: 1.2 !important;
                }

                .drawer#vwMenuPrincipal .option-menu ul li a:hover,
                .drawer#vwMenuPrincipal .option-menu ul li a:focus-visible,
                .drawer#vwMenuPrincipal .option-menu ul li a:active,
                .drawer#vwMenuPrincipal .option-menu ul li a.active,
                .drawer#vwMenuPrincipal .option-menu ul li a.vw-menu-item-active {
                    color: #001e50 !important;
                    background-color: #d8c9b6 !important;
                    text-decoration: none !important;
                }

                .drawer#vwMenuPrincipal .option-menu ul li a::after {
                    right: 16px !important;
                    width: 10px !important;
                    height: 10px !important;
                    border-color: #001e50 !important;
                    opacity: 0 !important;
                    visibility: hidden !important;
                }

                .drawer#vwMenuPrincipal .option-menu ul li a:hover::after,
                .drawer#vwMenuPrincipal .option-menu ul li a:focus-visible::after,
                .drawer#vwMenuPrincipal .option-menu ul li a:active::after,
                .drawer#vwMenuPrincipal .option-menu ul li a.active::after,
                .drawer#vwMenuPrincipal .option-menu ul li a.vw-menu-item-active::after {
                    opacity: 1 !important;
                    visibility: visible !important;
                    transform: translate(0, -50%) rotate(45deg) !important;
                }

        .drawer#vwMenuPrincipal .drawer-footer {
            right: 0;
            bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
            left: 0;
            z-index: 5;
            background-color: #f3f1ed !important;
            box-shadow: 0 -8px 14px rgba(243, 241, 237, .96);
        }

            .drawer#vwMenuPrincipal .drawer-footer .drawer-footer-links {
                min-height: 50px !important;
                padding: 9px 46px !important;
                background-color: #f3f1ed !important;
                border: 0 !important;
            }

            .drawer#vwMenuPrincipal .drawer-footer .drawer-footer-phone {
                min-height: 46px !important;
                padding: 9px 46px !important;
                border-top: 1px solid #d5d9df !important;
                background-color: #fff !important;
            }

            .drawer#vwMenuPrincipal .drawer-footer a {
                color: rgb(41, 48, 67) !important;
                font-family: "VWText-Regular", Arial, sans-serif !important;
                font-size: 12px !important;
                font-weight: normal !important;
                line-height: 1.35 !important;
            }
}

@media (max-width: 420px) {
    .drawer#vwMenuPrincipal .drawer-content,
    .drawer#vwMenuPrincipal .drawer-footer .drawer-footer-links,
    .drawer#vwMenuPrincipal .drawer-footer .drawer-footer-phone {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
}

@media (max-width: 767px) and (max-height: 620px) {
    .drawer#vwMenuPrincipal .drawer-content {
        padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .drawer#vwMenuPrincipal .drawer-footer {
        position: sticky;
        bottom: 0 !important;
        margin-right: -46px;
        margin-left: -46px;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, .08);
    }
}

@media (max-width: 420px) and (max-height: 620px) {
    .drawer#vwMenuPrincipal .drawer-footer {
        margin-right: -24px;
        margin-left: -24px;
    }
}

/* ===== SUBMENÚ EN IPHONE / SAFARI: SCROLL COMPLETO ===== */
@media (max-width: 991px) {
    .drawer2.submenu-next {
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        max-height: 100dvh;
        overflow: hidden !important;
    }

        .drawer2.submenu-next .drawer-content2 {
            position: relative;
            height: 100%;
            min-height: 0;
            overflow: hidden;
        }

        .drawer2.submenu-next .submenu-next-header {
            position: relative;
            z-index: 2;
            height: 76px;
        }

        .drawer2.submenu-next .submenu-next-body {
            position: absolute;
            top: 76px;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto !important;
            min-height: 0;
            box-sizing: border-box;
            padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
            overflow-x: hidden;
            overflow-y: scroll !important;
            overscroll-behavior-y: contain;
            -webkit-overflow-scrolling: touch;
            touch-action: pan-y;
        }

        .drawer2.submenu-next .submenu-next-grid {
            padding-bottom: env(safe-area-inset-bottom, 0px);
        }
}

/* ===== MIAUTO FINANCE: CONTRASTE Y PRESENTACIÓN RESPONSIVE ===== */
.pagina-miauto .vw-next-header.vw-header-overlay,
.pagina-miauto .vw-next-header.vw-header-overlay .header-vw {
    background: rgba(255, 255, 255, .88) !important;
    border-bottom: 0 !important;
}

.pagina-miauto .vw-next-header .logo-vw .img-logo-vw i,
.pagina-miauto .vw-next-header .vw-next-menu-trigger,
.pagina-miauto .vw-next-header .info-vw i.icon-vw_icon-menu,
.pagina-miauto .vw-next-header .vw-next-quick-links a,
.pagina-miauto .vw-next-header .info-vw .tel-dist,
.pagina-miauto .vw-next-header .info-vw .tel-dist a,
.pagina-miauto .vw-next-header .comerciales-text {
    color: #001e50 !important;
}

.pagina-miauto .banner-inicio .info-interior-auto,
.pagina-miauto .banner-inicio .info-interior-auto h1,
.pagina-miauto .banner-inicio .info-interior-auto p {
    color: #001e50 !important;
    text-shadow: none !important;
}

.pagina-miauto .content-requisitos img,
.pagina-miauto .item-requisito img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .pagina-miauto .banner-inicio {
        width: 100%;
        min-height: 0;
        overflow: hidden;
        background-color: #f4f4f2;
    }

        .pagina-miauto .banner-inicio picture,
        .pagina-miauto .banner-inicio picture img,
        .pagina-miauto .banner-inicio > img {
            width: 100%;
            height: auto !important;
            display: block;
            object-fit: contain !important;
        }

        .pagina-miauto .banner-inicio .info-interior-auto {
            top: 22% !important;
            right: 24px;
            left: 24px;
            transform: none;
            text-align: left;
        }

            .pagina-miauto .banner-inicio .info-interior-auto h1 {
                font-size: clamp(27px, 8vw, 36px) !important;
                line-height: 1.1;
            }

    .pagina-miauto .content-requisitos {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

        .pagina-miauto .content-requisitos .item-requisito {
            width: 100% !important;
            min-width: 0;
        }

            .pagina-miauto .content-requisitos .item-requisito img {
                width: 100%;
                display: block;
                object-fit: contain;
            }
}

/* ===== PIE DEL MENÚ: LEGALES Y CONTACTO ===== */
.drawer .drawer-footer {
    padding: 0;
    border-top: 0;
    background-color: #f3f1ed;
    z-index: 3;
}

.drawer .drawer-content {
    padding-bottom: 115px;
}

    /* Fondo cálido únicamente debajo del encabezado del menú. */
    .drawer .drawer-content::after {
        content: "";
        position: absolute;
        top: 73px;
        right: 0;
        bottom: 116px;
        left: 0;
        z-index: 0;
        background-color: #f3f1ed;
    }

.drawer .option-menu {
    position: relative;
    z-index: 2;
}

.drawer .drawer-footer .drawer-footer-links {
    min-height: 58px;
    padding: 12px 68px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 8px;
    border-top: 0;
    border-bottom: 0;
    background-color: #f3f1ed;
}

.drawer .drawer-footer .drawer-footer-phone {
    min-height: 58px;
    padding: 12px 68px;
    margin-top: 0;
    border-top: 1px solid #cfd4da;
    background-color: #fff;
}

    .drawer .drawer-footer .drawer-footer-links a,
    .drawer .drawer-footer .drawer-footer-phone a {
        color: #001e50;
        font-family: "VWText-Regular", Arial, sans-serif;
        font-size: 13px;
        line-height: 1.3;
    }

.drawer .drawer-footer .drawer-footer-links a {
    transition: color .18s ease;
}

    .drawer .drawer-footer .drawer-footer-links a:hover,
    .drawer .drawer-footer .drawer-footer-links a:focus-visible {
        color: #8b5f22;
        background-color: transparent;
        text-decoration: none;
    }

    .drawer .drawer-footer .drawer-footer-links a:focus-visible {
        outline: 2px solid #0040c5;
        outline-offset: 2px;
    }

.drawer .drawer-footer .drawer-footer-phone a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color .18s ease;
}

    .drawer .drawer-footer .drawer-footer-phone a:hover,
    .drawer .drawer-footer .drawer-footer-phone a:focus-visible {
        color: #8b5f22;
        text-decoration: none;
    }

.drawer .drawer-footer .drawer-footer-phone i {
    color: currentColor;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 767px) {
    .drawer .drawer-content {
        padding-bottom: 130px;
    }

        .drawer .drawer-content::after {
            bottom: 110px;
        }

    .drawer .drawer-footer .drawer-footer-links {
        min-height: 58px;
        padding: 12px 26px;
        column-gap: 16px;
        row-gap: 9px;
    }

    .drawer .drawer-footer .drawer-footer-phone {
        min-height: 52px;
        padding: 11px 26px;
    }

        .drawer .drawer-footer .drawer-footer-links a,
        .drawer .drawer-footer .drawer-footer-phone a {
            font-size: 12px;
        }
}

/* ===== JERARQUÍA TIPOGRÁFICA DEL MENÚ CITY ===== */
.drawer .option-menu ul li {
    margin-bottom: 9px;
}

    .drawer .option-menu ul li a {
        padding-top: 4px;
        padding-bottom: 4px;
        font-family: "VWHead-Bold", Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: normal !important;
        line-height: 1.25 !important;
    }

    /* Inicio y Autos: opciones principales del menú City. */
    .drawer .option-menu ul li:nth-child(-n+2) a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 25px !important;
        line-height: 1.25 !important;
    }

    .drawer .option-menu ul li:nth-child(2) {
        margin-bottom: 30px;
    }

@media (max-width: 420px) {
    .drawer .option-menu ul li {
        margin-bottom: 8px;
    }

        .drawer .option-menu ul li a {
            font-size: 18px !important;
        }

        .drawer .option-menu ul li:nth-child(-n+2) a {
            font-size: 25px !important;
        }

        .drawer .option-menu ul li:nth-child(2) {
            margin-bottom: 28px;
        }
}

/* ===== FRANJA SUPERIOR DEL MENÚ MÓVIL: MISMO FONDO DEL FOOTER ===== */
@media (max-width: 767px) {
    .drawer#vwMenuPrincipal .drawer-content {
        background-color: #f3f1ed !important;
        box-shadow: inset 0 72px 0 #fff !important;
    }
}

/* ===== CONTRASTE DINÁMICO DEL HEADER EN PÁGINAS CON OVERLAY ===== */
.vw-next-header.vw-header-overlay.vw-header-on-light {
    background: rgba(255, 255, 255, .88) !important;
    border-bottom: 1px solid rgba(0, 30, 80, .12);
    box-shadow: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .vw-next-header.vw-header-overlay.vw-header-on-light .header-vw {
        background: transparent !important;
    }

    .vw-next-header.vw-header-overlay.vw-header-on-light .logo-vw .img-logo-vw i,
    .vw-next-header.vw-header-overlay.vw-header-on-light .vw-next-menu-trigger,
    .vw-next-header.vw-header-overlay.vw-header-on-light .info-vw i.icon-vw_icon-menu,
    .vw-next-header.vw-header-overlay.vw-header-on-light .vw-next-quick-links a,
    .vw-next-header.vw-header-overlay.vw-header-on-light .info-vw .tel-dist,
    .vw-next-header.vw-header-overlay.vw-header-on-light .info-vw .tel-dist a,
    .vw-next-header.vw-header-overlay.vw-header-on-light .comerciales-text {
        color: #001e50 !important;
    }

body:not(.pagina-miauto) .vw-next-header.vw-header-overlay:not(.vw-header-on-light) {
    background: linear-gradient( to bottom, rgba(0, 20, 34, .90) 0%, rgba(0, 20, 34, .58) 55%, rgba(0, 20, 34, 0) 100% ) !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

    body:not(.pagina-miauto) .vw-next-header.vw-header-overlay:not(.vw-header-on-light) .header-vw {
        background: transparent !important;
    }

    body:not(.pagina-miauto) .vw-next-header.vw-header-overlay:not(.vw-header-on-light) .logo-vw .img-logo-vw i,
    body:not(.pagina-miauto) .vw-next-header.vw-header-overlay:not(.vw-header-on-light) .vw-next-menu-trigger,
    body:not(.pagina-miauto) .vw-next-header.vw-header-overlay:not(.vw-header-on-light) .info-vw i.icon-vw_icon-menu,
    body:not(.pagina-miauto) .vw-next-header.vw-header-overlay:not(.vw-header-on-light) .vw-next-quick-links a,
    body:not(.pagina-miauto) .vw-next-header.vw-header-overlay:not(.vw-header-on-light) .info-vw .tel-dist,
    body:not(.pagina-miauto) .vw-next-header.vw-header-overlay:not(.vw-header-on-light) .info-vw .tel-dist a,
    body:not(.pagina-miauto) .vw-next-header.vw-header-overlay:not(.vw-header-on-light) .comerciales-text {
        color: #fff !important;
    }

@media (max-width: 767px) {
    body:not(.pagina-miauto) .vw-next-header.vw-header-overlay:not(.vw-header-on-light) {
        background: linear-gradient( to bottom, rgba(0, 20, 34, .88) 0%, rgba(0, 20, 34, .48) 68%, rgba(0, 20, 34, 0) 100% ) !important;
    }
}
