.page { padding-bottom: 0 !important; }

/* ─────────────────────────────────────────
   15) HOME — secciones y componentes
   (migrado desde Index.cshtml)
───────────────────────────────────────── */

/* Escape de container para ancho completo */
.vmhome-root {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.vmhome *,
.vmhome *::before,
.vmhome *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.vmhome {
    font-family: var(--font-sans);
    color: var(--vm-ink);
    background: var(--vm-w);
    overflow-x: hidden;
    line-height: 1;
}

    /* Layout interno del home */
    .vmhome .vm-wrap {
        max-width: 1380px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .vmhome .vm-section {
        padding: 72px 0;
    }

    .vmhome .vm-section-alt {
        background: var(--vm-bone);
    }

    .vmhome .vm-section-dark {
        background: var(--vm-ink);
    }

    /* Section header */
    .vmhome .vm-sec-head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .vmhome .vm-eyebrow {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: var(--vm-gray-txt);
        margin-bottom: 10px;
    }

    .vmhome .vm-title {
        font-family: var(--font-serif);
        font-size: clamp(24px,2.8vw,36px);
        font-weight: 400;
        color: var(--vm-ink);
        line-height: 1.1;
        letter-spacing: -.3px;
    }

        .vmhome .vm-title em {
            font-style: italic;
        }

    .vmhome .vm-see-all {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: var(--vm-dark-mid);
        text-decoration: none;
        border-bottom: 1px solid var(--vm-gray-mid);
        padding-bottom: 2px;
        transition: all .2s;
        white-space: nowrap;
    }

        .vmhome .vm-see-all:hover {
            color: var(--vm-ink);
            border-color: var(--vm-ink);
        }

    /* Admin pencil en home */
    .vmhome .home-edit-pencil {
        position: absolute;
        z-index: 20;
        top: 14px;
        right: 14px;
        background: rgba(255,255,255,.9);
        border: 1px solid var(--vm-gray-mid);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 16px;
        color: var(--vm-ink);
        transition: background .2s;
    }

        .vmhome .home-edit-pencil:hover {
            background: var(--vm-ink);
            color: #fff;
        }

    /* Botones del home */
    .vmhome .vm-cta-dark {
        background: var(--vm-ink);
        color: #fff;
        border: 1px solid var(--vm-ink);
        padding: 13px 28px;
        font-family: var(--font-sans);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        cursor: pointer;
        transition: all .2s;
        text-decoration: none;
        display: inline-block;
    }

        .vmhome .vm-cta-dark:hover {
            background: var(--vm-dark);
            border-color: var(--vm-dark);
            color: #fff;
        }

    .vmhome .vm-cta-ghost {
        background: #fff;
        color: var(--vm-ink);
        border: 1px solid #fff;
        padding: 13px 28px;
        font-family: var(--font-sans);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        cursor: pointer;
        transition: all .2s;
        text-decoration: none;
        display: inline-block;
    }

        .vmhome .vm-cta-ghost:hover {
            background: rgba(255,255,255,.88);
            border-color: rgba(255,255,255,.88);
            color: var(--vm-ink);
        }

    .vmhome .vm-cta-accent {
        background: #fff;
        color: var(--vm-ink);
        border: 1px solid #fff;
        padding: 13px 28px;
        font-family: var(--font-sans);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        cursor: pointer;
        transition: all .2s;
        text-decoration: none;
        display: inline-block;
    }

        .vmhome .vm-cta-accent:hover {
            background: rgba(255,255,255,.88);
            border-color: rgba(255,255,255,.88);
            color: var(--vm-ink);
        }

    /* Trust bar */
    .vmhome .vm-trust {
        border-top: 1px solid var(--vm-gray-l);
        border-bottom: 1px solid var(--vm-gray-l);
        padding: 16px 0;
        background: var(--vm-w);
    }

    .vmhome .vm-trust-inner {
        max-width: 1380px;
        margin: 0 auto;
        padding: 0 40px;
        display: flex;
        justify-content: center;
        gap: 56px;
        flex-wrap: wrap;
    }

    .vmhome .vm-ti {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .vmhome .vm-ti-icon {
        font-size: 16px;
        opacity: .7;
    }

    .vmhome .vm-ti-text strong {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: var(--vm-dark);
    }

    .vmhome .vm-ti-text span {
        font-size: 11px;
        color: var(--vm-gray-txt);
        font-weight: 300;
    }

    /* Marquee */
    .vmhome .vm-marquee {
        background: var(--vm-ink);
        overflow: hidden;
        padding: 10px 0;
    }

    .vmhome .vm-marquee-track {
        display: flex;
        white-space: nowrap;
        will-change: transform;
    }

    .vmhome .vm-mitem {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: rgba(255,255,255,.6);
        padding: 0 28px;
        flex-shrink: 0;
    }

        .vmhome .vm-mitem::after {
            content: '·';
            margin-left: 28px;
            color: rgba(255,255,255,.45);
        }

    /* vmMarquee ahora es manejado por JS en Index.cshtml */

    /* Hero carousel */
    .vmhome .vm-hero {
        position: relative;
        overflow: hidden;
        background: var(--vm-bone);
    }

    .vmhome .vm-h-slides {
        display: flex;
        transition: transform .9s cubic-bezier(.4,0,.2,1);
    }

    .vmhome .vm-h-slide {
        min-width: 100%;    
        height: 750px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    /* Dual image: two images side by side */
    .vmhome .vm-h-slide.vm-h-dual {
        grid-template-columns: 1fr 1fr;
    }

        .vmhome .vm-h-slide.vm-h-dual.vm-h-imgonly {
            grid-template-columns: 1fr 1fr;
        }

        .vmhome .vm-h-slide.vm-h-dual .vm-h-content {
            display: none;
        }

    /* Text overlay: text positioned on top of image */
    .vmhome .vm-h-slide.vm-h-overlay {
        display: flex;
        flex-direction: column;
        justify-content: center;  /* default valign: middle */
        align-items: center;      /* default align: center */
    }

        .vmhome .vm-h-slide.vm-h-overlay .vm-h-visual {
            position: absolute;
            inset: 0;
            z-index: 0;
            height: 100%;
        }

        .vmhome .vm-h-slide.vm-h-overlay .vm-h-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: #fff;
            padding: 40px 60px;
            max-width: 700px;
            width: 100%;
            /* clear old absolute positioning */
            top: auto;
            left: auto;
            transform: none;
        }

        /* Horizontal align in overlay */
        .vmhome .vm-h-slide.vm-h-overlay .vm-h-content.vm-align-left  { text-align: left;  align-items: flex-start; }
        .vmhome .vm-h-slide.vm-h-overlay .vm-h-content.vm-align-right { text-align: right; align-items: flex-end; }
        .vmhome .vm-h-slide.vm-h-overlay .vm-h-content.vm-align-center { text-align: center; align-items: center; }

        /* Vertical align in overlay */
        .vmhome .vm-h-slide.vm-h-overlay.vm-valign-top    { justify-content: flex-start; padding-top: 60px; }
        .vmhome .vm-h-slide.vm-h-overlay.vm-valign-bottom { justify-content: flex-end;   padding-bottom: 60px; }
        .vmhome .vm-h-slide.vm-h-overlay.vm-valign-middle { justify-content: center; }

        /* Slide-level align overrides (full-width content => use text-align + flex) */
        .vmhome .vm-h-slide.vm-h-overlay.has-align-left  { align-items: flex-start; }
        .vmhome .vm-h-slide.vm-h-overlay.has-align-right { align-items: flex-end; }

        .vmhome .vm-h-slide.vm-h-overlay .vm-h-title,
        .vmhome .vm-h-slide.vm-h-overlay .vm-h-body,
        .vmhome .vm-h-slide.vm-h-overlay .vm-h-eyebrow {
            color: #fff;
            text-shadow: 0 2px 12px rgba(0,0,0,.45);
        }

        .vmhome .vm-h-slide.vm-h-overlay .vm-h-eyebrow::before {
            background: rgba(255,255,255,.6);
        }

        .vmhome .vm-h-slide.vm-h-overlay .vm-cta-dark {
            background: #fff;
            color: #111;
        }

        .vmhome .vm-h-slide.vm-h-overlay .vm-cta-ghost {
            border-color: #fff;
            color: #fff;
        }

    /* Overlay + dual: text on top, two images behind */
    .vmhome .vm-h-slide.vm-h-overlay.vm-h-dual {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .vmhome .vm-h-slide.vm-h-overlay.vm-h-dual .vm-h-visual {
            position: relative;
            inset: auto;
            height: 100%;
        }

        .vmhome .vm-h-slide.vm-h-overlay.vm-h-dual .vm-h-content {
            display: block;
            grid-column: 1 / -1;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 40px;
        }

        /* Valign overrides for dual overlay */
        .vmhome .vm-h-slide.vm-h-overlay.vm-h-dual.vm-valign-top    .vm-h-content { top: 15%; transform: translate(-50%, 0); }
        .vmhome .vm-h-slide.vm-h-overlay.vm-h-dual.vm-valign-bottom .vm-h-content { top: auto; bottom: 15%; transform: translate(-50%, 0); }

        /* Align overrides for dual overlay */
        .vmhome .vm-h-slide.vm-h-overlay.vm-h-dual .vm-h-content.vm-align-left  { text-align: left;  left: 5%; transform: none; }
        .vmhome .vm-h-slide.vm-h-overlay.vm-h-dual .vm-h-content.vm-align-right { text-align: right; left: auto; right: 5%; transform: none; }

        .vmhome .vm-h-slide.vm-h-overlay .vm-h-ctas {
            justify-content: center;
        }

    .vmhome .vmhbg1 {
        background: #F4F2EE;
    }

    .vmhome .vmhbg2 {
        background: #EEF1EE;
    }

    .vmhome .vmhbg3 {
        background: #F1EEF2;
    }

    .vmhome .vmhbg4 {
        background: #F2F0EC;
    }

    .vmhome .vm-h-slide.vm-h-imgonly {
        grid-template-columns: 1fr;
    }

        .vmhome .vm-h-slide.vm-h-imgonly .vm-h-content {
            display: none;
        }

    .vmhome .vm-h-content {
        padding: 0 60px 0 80px;
    }

    .vmhome .vm-h-eyebrow {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: var(--vm-gray-txt);
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .vmhome .vm-h-eyebrow::before {
            content: '';
            display: block;
            width: 20px;
            height: 1px;
            background: var(--vm-gray-mid);
        }

    .vmhome .vm-h-title {
        font-family: var(--font-serif);
        font-weight: 400;
        font-size: clamp(40px,4.5vw,60px);
        line-height: 1.08;
        letter-spacing: -.5px;
        color: var(--vm-ink);
        margin-bottom: 20px;
    }

        .vmhome .vm-h-title em {
            font-style: italic;
        }

    .vmhome .vm-h-body {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.8;
        color: var(--vm-dark-mid);
        margin-bottom: 36px;
        max-width: 360px;
    }

    .vmhome .vm-h-ctas {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    /* Cuando solo hay botones (sin texto), se posicionan sobre la imagen */
    .vmhome .vm-h-slide.vm-h-solo-ctas {
        grid-template-columns: 1fr;
    }

    .vmhome .vm-h-slide.vm-h-solo-ctas .vm-h-content {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 0 48px;
        display: flex;
        flex-direction: column;
    }

    .vmhome .vm-h-slide.vm-h-solo-ctas .vm-h-ctas {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .vmhome .vm-h-slide.vm-h-solo-ctas .vm-h-visual {
        grid-column: 1 / -1;
    }

    /* Alineación horizontal del contenido */
    .vmhome .vm-h-content.vm-align-center { text-align: center; align-items: center; }
    .vmhome .vm-h-content.vm-align-right  { text-align: right;  align-items: flex-end; }
    .vmhome .vm-h-content.vm-align-left   { text-align: left;   align-items: flex-start; }

    .vmhome .vm-h-content.vm-align-center .vm-h-ctas { justify-content: center; }
    .vmhome .vm-h-content.vm-align-right  .vm-h-ctas { justify-content: flex-end; }
    .vmhome .vm-h-content.vm-align-left   .vm-h-ctas { justify-content: flex-start; }

    /* Alineación vertical del contenido en modo overlay y fondo */
    .vmhome .vm-h-slide.vm-valign-top    .vm-h-content { align-self: flex-start !important; padding-top: 60px; }
    .vmhome .vm-h-slide.vm-valign-bottom .vm-h-content { align-self: flex-end !important; }
    .vmhome .vm-h-slide.vm-valign-middle .vm-h-content { align-self: center !important; }

    .vmhome .vm-h-visual {
        height: 100%;
        align-self: stretch;
        position: relative;
        overflow: hidden;
    }

        .vmhome .vm-h-visual img,
        .vmhome .vm-h-visual video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Cuando el slide tiene "Imagen completa" activado, object-fit:contain debe
           respetarse también en video — copiamos el comportamiento del img. */
        .vmhome .vm-h-visual video {
            background: #000;
        }

    .vmhome .vm-h-visual-empty {
        height: 100%;
        background: #E4DFDA;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 88px;
    }

    .vmhome .vm-h-frame-label {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,255,255,.92);
        padding: 14px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        backdrop-filter: blur(6px);
    }

    .vmhome .vm-hfl-eyebrow {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--vm-dark-mid);
    }

    .vmhome .vm-hc-prev,
    .vmhome .vm-hc-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        background: transparent;
        border: none;
        color: #fff;
        width: 52px;
        height: 52px;
        font-size: 32px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity .2s;
        text-shadow: 0 1px 6px rgba(0,0,0,.45);
    }

    .vmhome .vm-hc-prev {
        left: 12px;
    }

    .vmhome .vm-hc-next {
        right: 12px;
    }

        .vmhome .vm-hc-prev:hover,
        .vmhome .vm-hc-next:hover {
            opacity: .7;
            background: transparent;
        }

    .vmhome .vm-hc-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 7px;
    }

    .vmhome .vm-hcdot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--vm-gray-mid);
        border: none;
        cursor: pointer;
        transition: all .3s;
    }

        .vmhome .vm-hcdot.on {
            background: var(--vm-ink);
            width: 20px;
            border-radius: 3px;
        }

    .vmhome .vm-hc-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: var(--vm-ink);
        animation: vmHbar 5s linear infinite;
    }

@keyframes vmHbar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Categories */
.vmhome .vm-cats-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 4px;
}

    .vmhome .vm-cats-row::-webkit-scrollbar {
        display: none;
    }

.vmhome .vm-cat {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: transform .2s;
    text-decoration: none;
}

    .vmhome .vm-cat:hover {
        transform: translateY(-3px);
    }

.vmhome .vm-cat-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--vm-w);
    border: 1px solid var(--vm-gray-l);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    box-shadow: 0 1px 6px rgba(0,0,0,.04);
}

    .vmhome .vm-cat-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.vmhome .vm-cat:hover .vm-cat-circle {
    border-color: var(--vm-gray-mid);
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.vmhome .vm-cat-name {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--vm-dark-mid);
}

/* Product grid */
.vmhome .vm-prod-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: var(--vm-gray-l);
}

.vmhome .vm-pcard {
    background: var(--vm-w);
    cursor: pointer;
    transition: all .25s;
    text-decoration: none;
    color: inherit;
    display: block;
}

    .vmhome .vm-pcard:hover {
        box-shadow: 0 8px 32px rgba(0,0,0,.09);
        z-index: 2;
        transform: translateY(-2px);
    }

.vmhome .vm-pcard-img {
    aspect-ratio: 3/4;
    position: relative;
    overflow: hidden;
    background: var(--vm-gray-xl);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .vmhome .vm-pcard-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

.vmhome .vm-pcard:hover .vm-pcard-img img {
    transform: scale(1.04);
}

.vmhome .vm-pcard-fallback {
    font-size: 48px;
    color: var(--vm-gray-mid);
}

.vmhome .vm-pbadge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--vm-ink);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 4px 8px;
}

.vmhome .vm-pbadge-accent {
    background: var(--vm-accent);
}

.vmhome .vm-pcard-body {
    padding: 16px 16px 20px;
}

.vmhome .vm-pstore {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--vm-gray-txt);
    margin-bottom: 5px;
}

.vmhome .vm-pname {
    font-family: var(--font-serif);
    font-size: 14px;
    font-weight: 400;
    color: var(--vm-ink);
    line-height: 1.4;
    margin-bottom: 8px;
}

.vmhome .vm-pprice {
    font-size: 14px;
    font-weight: 600;
    color: var(--vm-ink);
}

/* Bands */
.vmhome .vm-band {
    position: relative;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    background-color: var(--vm-ink);
}

/* ── Video como fondo del band ─────────────────────────────────────────
   CSS no acepta video como background-image, así que cuando el media del
   band es un mp4/webm el partial inserta este <video> absoluto. Va detrás
   del overlay (z-index:0 vs el overlay/contenido que están en z-index>=2)
   y cubre el contenedor entero respetando object-position igual que la img. */
.vmhome .vm-band-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    display: block;
}

.vmhome .vm-band-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(28,26,24,.75) 0%, rgba(28,26,24,.3) 100%);
}

.vmhome .vm-band-inner {
    position: relative;
    z-index: 2;
    max-width: 1380px;
    margin: 0 auto;
    padding: 60px 40px;
    width: 100%;
}

.vmhome .vm-band-eyebrow {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    margin-bottom: 16px;
}

.vmhome .vm-band-title {
    font-family: var(--font-serif);
    font-size: clamp(32px,4vw,52px);
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -.3px;
    margin-bottom: 16px;
}

    .vmhome .vm-band-title em {
        font-style: italic;
    }

.vmhome .vm-band-sub {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255,255,255,.75);
    margin-bottom: 32px;
    max-width: 480px;
}

.vmhome .vm-band-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
}

@media (max-width: 767.98px) {
    .vmhome .vm-band-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .vmhome .vm-band-actions .btn {
            width: 100%;
            padding: 16px 6px !important;
            font-size: 0.62rem;
            line-height: 1.4;
            white-space: normal;
            height: auto;
        }

        .vmhome .vm-band-actions .btn-outline-secondary {
            border: 2px solid var(--vm-ink) !important;
            color: var(--vm-ink) !important;
        }
}

/* Probador Virtual */
.vmhome .vm-tryon {
    background: var(--vm-ink);
}

.vmhome .vm-tryon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px 80px;
}

/* Desktop: copy col1/row1, phone col2/rows1-2, cta col1/row2 */
.vmhome .vm-tryon-copy {
    grid-column: 1;
    grid-row: 1;
}

.vmhome .vm-tryon-grid .vm-phone-wrap {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
}

.vmhome .vm-tryon-cta-wrap {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
}

.vmhome .vm-t-eyebrow {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    margin-bottom: 20px;
}

.vmhome .vm-eyebrow-dot {
    color: var(--vm-accent);
    font-size: 8px;
    vertical-align: middle;
    margin-right: 4px;
}

.vmhome .vm-t-title {
    font-family: var(--font-serif);
    font-size: clamp(36px,4vw,52px);
    font-weight: 400;
    color: #fff;
    line-height: 1.06;
    letter-spacing: -.3px;
    margin-bottom: 20px;
}

    .vmhome .vm-t-title em {
        font-style: italic;
        color: var(--vm-accent);
    }

.vmhome .vm-t-body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(255,255,255,.55);
    margin-bottom: 36px;
    max-width: 400px;
}

.vmhome .vm-steps {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 36px;
}

.vmhome .vm-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.vmhome .vm-step-n {
    font-family: var(--font-serif);
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,.6);
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vmhome .vm-step-t {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,.7);
    line-height: 1.5;
}

.vmhome .vm-phone-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

    .vmhome .vm-phone-wrap::before {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(160,80,58,.28) 0%, transparent 70%);
        border-radius: 50%;
        z-index: 0;
    }

.vmhome .vm-gring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.06);
}

.vmhome .vm-gr1 {
    width: 340px;
    height: 340px;
}

.vmhome .vm-gr2 {
    width: 500px;
    height: 500px;
}

.vmhome .vm-phone {
    width: 240px;
    background: #0E0D0C;
    border-radius: 36px;
    border: 1px solid rgba(255,255,255,.12);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0,0,0,.6);
    position: relative;
    z-index: 2;
}

.vmhome .vm-ph-top {
    padding: 18px 20px 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.vmhome .vm-ph-notch {
    width: 60px;
    height: 5px;
    background: rgba(255,255,255,.15);
    border-radius: 3px;
    margin: 0 auto 12px;
}

.vmhome .vm-ph-brand {
    font-family: var(--font-serif);
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.vmhome .vm-ph-sub {
    font-size: 9px;
    color: rgba(255,255,255,.55);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 2px;
}

.vmhome .vm-ph-screen {
    height: 300px;
    background: linear-gradient(160deg,#1A1816 0%,#111 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    overflow: hidden;
}

.vmhome .vm-ph-scanline {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(160,80,58,.6), transparent);
    animation: vmScan 2.5s ease-in-out infinite;
}

@keyframes vmScan {
    0%,100% {
        top: 10%;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    50% {
        top: 85%;
    }
}

.vmhome .vm-ph-tag1 {
    position: absolute;
    bottom: 16px;
    left: 10px;
    right: 10px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.1);
    padding: 7px 10px;
    font-size: 10px;
    color: rgba(255,255,255,.7);
    border-radius: 4px;
    text-align: center;
}

.vmhome .vm-ph-tag2 {
    position: absolute;
    top: 12px;
    right: 10px;
    background: var(--vm-accent);
    padding: 4px 8px;
    font-size: 9px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: .04em;
}

.vmhome .vm-pulse {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    animation: vmPulse 1.2s ease-in-out infinite;
}

@keyframes vmPulse {
    0%,100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .4;
        transform: scale(.7);
    }
}

/* ── Avatar cycle ── */
.vmhome .vm-avatar-cycle {
    position: relative;
    height: 220px;
    width: auto;
}

.vmhome .vm-av {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    opacity: 0;
    animation: vm-av-show 8s infinite;
}

.vmhome .vm-av-1 {
    animation-delay: 0s;
}

.vmhome .vm-av-2 {
    animation-delay: 4s;
}

@keyframes vm-av-show {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    42% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.vmhome .vm-ph-foot {
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.vmhome .vm-phb {
    padding: 9px 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    font-family: var(--font-sans);
}

.vmhome .vm-phb-l {
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.6);
}

.vmhome .vm-phb-d {
    background: var(--vm-accent);
    color: #fff;
}

/* Asesor IA */
.vmhome .vm-adv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
}

.vmhome .vm-feats {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.vmhome .vm-feat {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.vmhome .vm-feat-ic {
    width: 36px;
    height: 36px;
    background: var(--vm-gray-xl);
    border: 1px solid var(--vm-gray-l);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.vmhome .vm-feat-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--vm-ink);
    margin-bottom: 3px;
}

.vmhome .vm-feat-desc {
    font-size: 12px;
    font-weight: 300;
    color: var(--vm-gray-txt);
    line-height: 1.6;
}

.vmhome .vm-chatbox {
    background: var(--vm-w);
    border: 1px solid var(--vm-gray-l);
    box-shadow: 0 8px 40px rgba(0,0,0,.06);
}

.vmhome .vm-chat-hdr {
    padding: 16px 20px;
    border-bottom: 1px solid var(--vm-gray-l);
    display: flex;
    align-items: center;
    gap: 12px;
}

.vmhome .vm-chat-av {
    width: 36px;
    height: 36px;
    background: var(--vm-ink);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.vmhome .vm-chat-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--vm-ink);
}

.vmhome .vm-chat-status {
    font-size: 11px;
    color: var(--vm-gray-txt);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
}

.vmhome .vm-ondot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5aad6e;
    animation: vmPulse 2s infinite;
}

.vmhome .vm-chat-msgs {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 320px;
    overflow-y: auto;
}

.vmhome .vm-msg {
    max-width: 80%;
    padding: 10px 14px;
    font-size: 13px;
    line-height: 1.6;
}

.vmhome .vm-msg-user {
    background: var(--vm-gray-xl);
    color: var(--vm-ink);
    align-self: flex-end;
    border-radius: 12px 12px 2px 12px;
}

.vmhome .vm-msg-ai {
    background: var(--vm-ink);
    color: rgba(255,255,255,.85);
    align-self: flex-start;
    border-radius: 12px 12px 12px 2px;
}

.vmhome .vm-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.vmhome .vm-chip {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.7);
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s;
}

    .vmhome .vm-chip:hover {
        background: rgba(255,255,255,.2);
        color: #fff;
    }

.vmhome .vm-chat-input-row {
    padding: 14px 20px;
    border-top: 1px solid var(--vm-gray-l);
    display: flex;
    gap: 8px;
}

.vmhome .vm-chat-inp {
    flex: 1;
    padding: 10px 14px;
    background: var(--vm-gray-xl);
    border: 1px solid var(--vm-gray-l);
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--vm-ink);
    outline: none;
}

    .vmhome .vm-chat-inp:focus {
        border-color: var(--vm-gray-mid);
        background: var(--vm-w);
    }

.vmhome .vm-chat-send {
    background: var(--vm-ink);
    color: #fff;
    border: none;
    width: 38px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

    .vmhome .vm-chat-send:hover {
        background: var(--vm-accent);
    }

/* Flechas horizontales del home */
.vmhome .vm-harrows {
    display: flex;
    gap: 6px;
}

.vmhome .vm-harrow {
    width: 36px;
    height: 36px;
    border: 1px solid var(--vm-gray-mid);
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: var(--vm-dark-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

    .vmhome .vm-harrow:hover {
        border-color: var(--vm-ink);
        color: var(--vm-ink);
    }


#desktopSearchInput {
    background-color: #ff000000;
}
/* ─────────────────────────────────────────
   16) Responsive home
───────────────────────────────────────── */
@media (max-width: 1024px) {
    .vmhome .vm-h-slide {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 480px;
        position: relative;
        overflow: hidden;
    }

    /* Imagen pasa a ser fondo full-bleed */
    .vmhome .vm-h-visual {
        display: block !important;
        position: absolute !important;
        inset: 0;
        width: 100%;
        height: 100% !important;
        z-index: 0;
    }

    /* Gradiente oscuro de abajo hacia arriba para legibilidad del texto */
    .vmhome .vm-h-slide::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,
            rgba(0,0,0,.72) 0%,
            rgba(0,0,0,.38) 50%,
            rgba(0,0,0,.10) 100%);
        z-index: 1;
        pointer-events: none;
    }

    .vmhome .vm-h-content {
        position: relative;
        z-index: 2;
        padding: 28px 28px 36px;
        align-self: flex-end;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /* Solo CTAs en mobile: full width, centrado abajo */
    .vmhome .vm-h-slide.vm-h-solo-ctas .vm-h-content {
        position: absolute !important;
        bottom: 36px;
        left: 0;
        right: 0;
        padding: 0 24px;
        align-items: center;
        align-self: auto;
    }

    .vmhome .vm-h-slide.vm-h-solo-ctas .vm-h-ctas {
        flex-direction: row !important;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }

    /* Texto blanco sobre la imagen */
    .vmhome .vm-h-slide .vm-h-eyebrow,
    .vmhome .vm-h-slide .vm-h-title,
    .vmhome .vm-h-slide .vm-h-body {
        color: #fff !important;
    }

    .vmhome .vm-h-slide .vm-h-eyebrow::before {
        background: rgba(255,255,255,.5) !important;
    }

    .vmhome .vm-prod-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .vmhome .vm-tryon-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vmhome .vm-adv-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .vmhome .vm-wrap {
        padding: 0 20px;
    }

    .vmhome .vm-trust-inner {
        gap: 24px;
    }

    .vmhome .vm-section {
        padding: 48px 0;
    }

    .vmhome .vm-h-content {
        padding: 40px 24px;
    }

    .vmhome .vm-phone-wrap {
        transform: scale(.85);
    }

    .vmhome .vm-prod-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

.vm-app-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 56px;
    align-items: center;
}

.vm-app-copy .vm-sec-title {
    margin-bottom: 16px;
}

.vm-app-copy p {
    font-size: 14px;
    line-height: 1.85;
    color: var(--muted);
    max-width: 520px;
    margin: 0 0 26px;
}

.vm-feature-list {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
}

.vm-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow-xs);
}

.vm-feature-ic {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(225,29,72,.08);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 15px;
}

.vm-feature-title {
    font-size: 13px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 4px;
}

.vm-feature-desc {
    font-size: 12px;
    line-height: 1.6;
    color: var(--muted);
}

.vm-chatbox-home {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.vm-chat-hdr {
    background: var(--vm-ink);
    color: #fff;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 11px;
}

.vm-chat-av {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(180deg, var(--brand-2), var(--brand));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 0 0 auto;
}

.vm-chat-name {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
}

.vm-chat-status {
    font-size: 11px;
    color: rgba(255,255,255,.68);
}

.vm-chat-msgs {
    padding: 18px;
    background: #f8fafc;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vm-msg {
    max-width: 84%;
    padding: 11px 13px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 1.6;
}

.vm-msg-user {
    background: #111827;
    color: rgba(255,255,255,.92);
    align-self: flex-end;
    border-bottom-right-radius: 6px;
}

.vm-msg-ai {
    background: #fff;
    color: #111315;
    align-self: flex-start;
    border: 1px solid var(--border);
    border-bottom-left-radius: 6px;
    box-shadow: var(--shadow-xs);
}

.vm-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.vm-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #fff;
    color: #111315;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

    .vm-chip:hover {
        background: #111827;
        border-color: #111827;
        color: #fff;
    }

.vm-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vm-chat-input {
    padding: 12px 14px;
    background: #fff;
    border-top: 1px solid var(--border);
    display: flex;
    gap: 10px;
}

    .vm-chat-input input {
        flex: 1;
        min-width: 0;
        border: 1px solid var(--border);
        border-radius: 14px;
        padding: 10px 14px;
        background: #f8fafc;
        color: var(--text);
    }

    .vm-chat-input button {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 14px;
        background: #111827;
        color: #fff;
        flex: 0 0 auto;
    }

@media (max-width: 991.98px) {
    .vm-app-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 575.98px) {
    .vm-msg {
        max-width: 92%;
    }

    .vm-band-actions > * {
        width: 100%;
        justify-content: center;
    }
}

.vm-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .vm-band-actions .vm-btn-main,
    .vm-band-actions .vm-btn-alt {
        min-height: 52px;
        padding: 0 18px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        box-shadow: 0 10px 24px rgba(0,0,0,.08);
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

        .vm-band-actions .vm-btn-main:hover,
        .vm-band-actions .vm-btn-alt:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 28px rgba(0,0,0,.12);
        }

    .vm-band-actions .vm-btn-alt {
        background: #fff;
        border: 1px solid #ddd;
        color: #111;
    }

@media (max-width: 767.98px) {
    .vm-band-actions .vm-btn-main,
    .vm-band-actions .vm-btn-alt {
        width: 100%;
    }
}

