@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

.vm-new-home{
  --blue:#0060af; --blue-d:#004a87; --blue-l:#2f86dd; --red:#ed1c24; --red-d:#c9151c;
  --navy:#0a2340; --ink:#1b2c3e; --muted:#64758b; --line:#e6ecf3; --soft:#f4f8fc; --white:#fff;
  --shadow:0 24px 50px -30px rgba(10,35,64,.5);
  --radius:16px;
}
.vm-new-home, .vm-new-home *{margin:0;padding:0;box-sizing:border-box}
.vm-new-home{scroll-behavior:smooth}
.vm-new-home{font-family:"Space Grotesk",system-ui,-apple-system,sans-serif;color:var(--ink);background:#fff;overflow-x:clip}
.vm-new-home img{display:block;max-width:100%}
.vm-new-home a{text-decoration:none;color:inherit}
.vm-new-home .vmh-wrap{max-width:1240px;margin:0 auto;padding:0 clamp(16px,4vw,40px)}
.vm-new-home .vmh-btn{display:inline-flex;align-items:center;gap:9px;font-family:inherit;font-weight:600;font-size:.95rem;border:0;cursor:pointer;padding:13px 26px;border-radius:10px;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}
.vm-new-home .vmh-btn svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}
.vm-new-home .vmh-btn--red{background:var(--red);color:#fff;box-shadow:0 14px 28px -14px rgba(237,28,36,.7)}
.vm-new-home .vmh-btn--red:hover{background:var(--red-d);transform:translateY(-2px)}
.vm-new-home .vmh-btn--red:hover svg{transform:translateX(3px)}
.vm-new-home .vmh-btn--ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(6px)}
.vm-new-home .vmh-btn--ghost:hover{background:rgba(255,255,255,.2)}
.vm-new-home .vmh-btn--outline{background:#fff;color:var(--navy);border:1px solid var(--line)}
.vm-new-home .vmh-btn--outline:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}
.vm-new-home .vmh-btn--white{background:#fff;color:var(--navy);box-shadow:0 14px 28px -16px rgba(10,35,64,.6)}
.vm-new-home .vmh-btn--white:hover{background:var(--soft);color:var(--blue);transform:translateY(-2px)}
.vm-new-home .vmh-btn--white:hover svg{transform:translateX(3px)}
/* section head */
.vm-new-home .shead{text-align:center;max-width:640px;margin:0 auto clamp(30px,4vw,52px)}
.vm-new-home .shead .ey{display:inline-flex;align-items:center;gap:9px;font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--red)}
.vm-new-home .shead .ey::before,.vm-new-home .shead .ey::after{content:"";width:22px;height:1.5px;background:var(--red)}
.vm-new-home .shead h2{font-size:clamp(1.7rem,4vw,2.6rem);font-weight:700;letter-spacing:-.02em;color:var(--navy);margin-top:12px;line-height:1.1}
.vm-new-home .shead p{margin-top:12px;color:var(--muted);line-height:1.6;font-size:1.02rem}
.vm-new-home section{padding:clamp(52px,7vw,92px) 0}

/* reveal */
.vm-new-home .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.3,1)}
.vm-new-home .reveal.in{opacity:1;transform:none}
.vm-new-home .reveal.d1{transition-delay:.08s}.vm-new-home .reveal.d2{transition-delay:.16s}.vm-new-home .reveal.d3{transition-delay:.24s}.vm-new-home .reveal.d4{transition-delay:.32s}

/* ---------- top bar ---------- */
.vm-new-home .topbar{background:var(--blue);color:#fff;font-size:.8rem;font-weight:500}
.vm-new-home .topbar .vmh-wrap{display:flex;justify-content:space-between;align-items:center;height:34px;gap:16px}
.vm-new-home .topbar .tb-links{display:flex;gap:18px;opacity:.9}
.vm-new-home .topbar a:hover{opacity:.7}
@media(max-width:720px){.vm-new-home .topbar .tb-links{display:none}}

/* ---------- header ---------- */
.vm-new-home .hdr{position:sticky;top:0;z-index:100;background:#fff;transition:box-shadow .3s ease,padding .3s ease;border-bottom:1px solid transparent}
.vm-new-home .hdr.is-scrolled{box-shadow:0 8px 30px -18px rgba(10,35,64,.35);border-bottom-color:var(--line)}
.vm-new-home .hdr .vmh-wrap{display:flex;align-items:center;justify-content:space-between;height:74px;transition:height .3s ease}
.vm-new-home .hdr.is-scrolled .vmh-wrap{height:62px}
.vm-new-home .logo{display:flex;align-items:center;gap:11px}
.vm-new-home .logo .mk{width:38px;height:38px;border-radius:9px;background:linear-gradient(150deg,var(--blue),var(--blue-d));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}
.vm-new-home .logo .lt b{display:block;font-size:1.15rem;font-weight:700;letter-spacing:.02em;color:var(--navy);line-height:1}
.vm-new-home .logo .lt span{font-size:.6rem;letter-spacing:.18em;color:var(--muted);text-transform:uppercase}
.vm-new-home .nav{display:flex;align-items:center;gap:26px}
.vm-new-home .nav a{font-size:.92rem;font-weight:500;color:var(--ink);position:relative;padding:6px 0;transition:color .25s ease}
.vm-new-home .nav a::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--red);transition:width .3s ease}
.vm-new-home .nav a:hover{color:var(--blue)}.vm-new-home .nav a:hover::after{width:100%}
.vm-new-home .hdr-cta{display:flex;align-items:center;gap:12px}
.vm-new-home .burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}
.vm-new-home .burger span{width:24px;height:2px;background:var(--navy);border-radius:2px;transition:.3s}
@media(max-width:1080px){.vm-new-home .nav,.vm-new-home .hdr-cta .vmh-btn{display:none}.vm-new-home .burger{display:flex}}

/* mobile drawer */
.vm-new-home .drawer{position:fixed;inset:0;z-index:200;background:rgba(10,35,64,.5);opacity:0;pointer-events:none;transition:opacity .3s ease}
.vm-new-home .drawer.open{opacity:1;pointer-events:auto}
.vm-new-home .drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(320px,86vw);background:#fff;padding:24px;transform:translateX(100%);transition:transform .35s ease;display:flex;flex-direction:column;gap:6px}
.vm-new-home .drawer.open .drawer__panel{transform:none}
.vm-new-home .drawer__panel a{padding:14px 8px;border-bottom:1px solid var(--line);font-weight:500}
.vm-new-home .drawer__close{align-self:flex-end;background:none;border:0;font-size:1.6rem;cursor:pointer;color:var(--navy);margin-bottom:6px}

/* ---------- hero ---------- */
.vm-new-home .hero {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 780;
    height: auto;
    overflow: hidden;
    background: var(--navy);
}

.vm-new-home .hero__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

.vm-new-home .hero__slide.active {
    opacity: 1;
    pointer-events: auto;
}

.vm-new-home .hero__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    transform: none;
    animation: none;
}
@media (max-width: 767px) {

    .vm-new-home .hero {
        position: relative;
        width: 100%;
        aspect-ratio: 4 / 5;
        height: auto;
        min-height: 0;
        background: transparent !important;
        overflow: hidden;
    }

    .vm-new-home .hero__slide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .vm-new-home .hero__slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
    
}
.vm-new-home .hero__slide.active img{animation:heroZoom 8s ease forwards}
@keyframes heroZoom{to{transform:scale(1.12)}}
.vm-new-home .hero__slide::after{content:"";position:absolute;inset:0;}
.vm-new-home .hero__c{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff}
.vm-new-home .hero__slide.active .hero__c .an{animation:heroUp .8s cubic-bezier(.2,.7,.3,1) both}
.vm-new-home .hero__slide.active .hero__c .an:nth-child(2){animation-delay:.12s}
.vm-new-home .hero__slide.active .hero__c .an:nth-child(3){animation-delay:.24s}
.vm-new-home .hero__slide.active .hero__c .an:nth-child(4){animation-delay:.36s}
@keyframes heroUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
.vm-new-home .hero__eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#8fc4f5}
.vm-new-home .hero__title{font-size:clamp(2.2rem,6vw,4.4rem);font-weight:700;line-height:1.02;letter-spacing:-.02em;margin:14px 0 12px;max-width:16ch}
.vm-new-home .hero__title em{font-style:normal;color:#7fc0ff}
.vm-new-home .hero__sub{font-size:clamp(1rem,1.6vw,1.18rem);color:#d6e4f4;max-width:44ch;margin-bottom:26px;line-height:1.55}
.vm-new-home .hero__specs{display:flex;gap:30px;margin-top:30px;flex-wrap:wrap}
.vm-new-home .hero__spec{border-left:2px solid rgba(255,255,255,.3);padding-left:16px}
.vm-new-home .hero__spec b{display:block;font-size:1.35rem;font-weight:700}
.vm-new-home .hero__spec span{font-size:.82rem;color:#bcd0e6}
.vm-new-home .hero__dots{position:absolute;bottom:62px;left:50%;transform:translateX(-50%);z-index:4;display:flex;gap:10px}
.vm-new-home .hero__dots button{width:26px;height:5px;border-radius:5px;border:0;background:rgba(255,255,255,.4);cursor:pointer;transition:.3s}
.vm-new-home .hero__dots button.on{background:#fff;width:40px}

/* Hide arrows on desktop */
.vm-new-home .hero__nav {
    display: none;
}


@media (max-width: 767px) {

    /* Hide dots in mobile */
    .vm-new-home .hero__dots {
        display: none !important;
    }

    /* Show arrows */
    .vm-new-home .hero__nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 25;

        width: 38px;
        height: 38px;

        display: flex;
        align-items: center;
        justify-content: center;

        border: 0;
        border-radius: 50%;

        background: rgba(255, 255, 255, 0.85);
        color: #07355d;

        font-size: 20px;
        line-height: 1;

        cursor: pointer;

        box-shadow: 0 4px 14px rgba(0,0,0,.18);
    }

    .vm-new-home .hero__nav--prev {
        left: 12px;
    }

    .vm-new-home .hero__nav--next {
        right: 12px;
    }
}

/* ---------- quick actions ---------- */
.vm-new-home .qa{position:relative;z-index:20;margin-top:-46px}
.vm-new-home .qa__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:#fff;border-radius:18px;padding:14px;box-shadow:var(--shadow);border:1px solid var(--line)}
.vm-new-home .qa__item{display:flex;align-items:center;gap:14px;padding:18px 18px;border-radius:12px;cursor:pointer;transition:background .3s ease,transform .3s ease}
.vm-new-home .qa__item:hover{background:var(--soft);transform:translateY(-2px)}
.vm-new-home .qa__ic{width:46px;height:46px;border-radius:11px;flex:none;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,#fdeaea,#fbd9da)}
.vm-new-home .qa__ic svg{width:23px;height:23px;stroke:var(--red);stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}
.vm-new-home .qa__item b{font-size:.98rem;color:var(--navy);display:block}
.vm-new-home .qa__item span{font-size:.8rem;color:var(--muted)}
@media(max-width:820px){.vm-new-home .qa__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.vm-new-home .qa__grid{grid-template-columns:1fr}}

/* ---------- range ---------- */
.vm-new-home .tabs{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:34px}
.vm-new-home .tabs button{font-family:inherit;font-size:.9rem;font-weight:600;padding:10px 20px;border-radius:100px;border:1px solid var(--line);background:#fff;color:var(--muted);cursor:pointer;transition:.3s}
.vm-new-home .tabs button.on{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 12px 24px -12px rgba(0,96,175,.6)}
.vm-new-home .tabs button:hover:not(.on){border-color:var(--blue);color:var(--blue)}
.vm-new-home .range__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.vm-new-home .car{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .4s cubic-bezier(.2,.7,.3,1),box-shadow .4s ease,border-color .4s ease}
.vm-new-home .car:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#cfe0f2}
.vm-new-home .car__img{position:relative;aspect-ratio:16/11;overflow:hidden;background:var(--soft)}
.vm-new-home .car__img img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.3,1)}
.vm-new-home .car:hover .car__img img{transform:scale(1.07)}
.vm-new-home .car__badge{position:absolute;top:12px;left:12px;font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:#fff;color:var(--blue);padding:5px 10px;border-radius:100px;box-shadow:0 6px 16px -8px rgba(10,35,64,.4)}
.vm-new-home .car__b{padding:18px}
.vm-new-home .car__b h3{font-size:1.15rem;font-weight:700;color:var(--navy)}
.vm-new-home .car__price{font-size:.86rem;color:var(--muted);margin:5px 0 14px}
.vm-new-home .car__price b{color:var(--red);font-size:1.02rem;font-weight:700}
.vm-new-home .car__act{display:flex;gap:10px}
.vm-new-home .car__act a{flex:1;text-align:center;font-size:.85rem;font-weight:600;padding:10px;border-radius:9px;transition:.3s}
.vm-new-home .car__act .ex{background:var(--soft);color:var(--navy)}.vm-new-home .car__act .ex:hover{background:#e7eef7}
.vm-new-home .car__act .bk{background:var(--red);color:#fff}.vm-new-home .car__act .bk:hover{background:var(--red-d)}
@media(max-width:1000px){.vm-new-home .range__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.vm-new-home .range__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:460px){.vm-new-home .range__grid{grid-template-columns:1fr}}

/* vertical accordion */
.vm-new-home .acc{display:flex;gap:14px;height:clamp(460px,64vh,600px)}
.vm-new-home .acc__panel{position:relative;flex:1;min-width:0;border-radius:22px;overflow:hidden;cursor:pointer;outline:none;box-shadow:var(--shadow);transition:flex .75s cubic-bezier(.22,.7,.25,1)}
.vm-new-home .acc__panel.open{flex:6.2}
.vm-new-home .acc__panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.2,.7,.3,1),filter .6s ease}
.vm-new-home .acc__panel.open img{transform:scale(1.04)}
.vm-new-home .acc__panel:not(.open) img{filter:grayscale(.35)}
.vm-new-home .acc__ov{position:absolute;inset:0;transition:.5s}
.vm-new-home .p-arena .acc__ov{background:linear-gradient(180deg,rgba(0,96,175,.2),rgba(0,74,135,.9))}
.vm-new-home .p-nexa .acc__ov{background:linear-gradient(180deg,rgba(11,21,36,.35),rgba(6,10,18,.94))}
.vm-new-home .p-comm .acc__ov{background:linear-gradient(180deg,rgba(10,35,64,.25),rgba(200,21,28,.82))}
.vm-new-home .p-serv .acc__ov{background:linear-gradient(180deg,rgba(10,35,64,.3),rgba(10,35,64,.9))}
.vm-new-home .p-fin .acc__ov{background:linear-gradient(180deg,rgba(0,96,175,.3),rgba(4,40,74,.92))}
.vm-new-home .acc__panel.open .acc__ov{background:linear-gradient(105deg,rgba(6,14,26,.86) 0%,rgba(6,14,26,.5) 46%,rgba(6,14,26,.18) 78%)}
.vm-new-home .p-arena.open .acc__ov{background:linear-gradient(105deg,rgba(4,42,78,.9),rgba(0,74,135,.45) 50%,rgba(0,74,135,.12))}
.vm-new-home .p-comm.open .acc__ov{background:linear-gradient(105deg,rgba(80,8,12,.9),rgba(160,16,22,.42) 52%,rgba(160,16,22,.12))}
.vm-new-home .acc__spine{position:absolute;inset:0;z-index:3;display:flex;align-items:flex-end;justify-content:center;padding-bottom:26px;transition:opacity .35s ease}
.vm-new-home .acc__panel.open .acc__spine{opacity:0;pointer-events:none}
.vm-new-home .acc__spine .lbl{writing-mode:vertical-rl;transform:rotate(180deg);font-size:1.1rem;font-weight:700;letter-spacing:.06em;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.5);white-space:nowrap}
.vm-new-home .p-nexa .acc__spine .lbl{letter-spacing:.28em;font-weight:600}
.vm-new-home .acc__spine .num{position:absolute;top:22px;left:50%;transform:translateX(-50%);font-size:.8rem;font-weight:600;color:rgba(255,255,255,.75)}
.vm-new-home .acc__spine::before{content:"";position:absolute;top:54px;left:50%;transform:translateX(-50%);width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(237,28,36,.25)}
.vm-new-home .acc__c{position:absolute;left:0;bottom:0;z-index:4;padding:clamp(26px,3vw,44px);color:#fff;max-width:560px;opacity:0;transform:translateY(18px);transition:opacity .5s ease .15s,transform .55s ease .15s;pointer-events:none}
.vm-new-home .acc__panel.open .acc__c{opacity:1;transform:none;pointer-events:auto}
.vm-new-home .acc__wm{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;letter-spacing:.01em;line-height:1}
.vm-new-home .p-nexa .acc__wm{letter-spacing:.24em;font-weight:600;font-size:clamp(1.6rem,2.6vw,2.2rem)}
.vm-new-home .acc__tag{font-size:.95rem;font-weight:500;color:rgba(255,255,255,.9);margin:8px 0 14px}
.vm-new-home .acc__rule{width:46px;height:3px;border-radius:3px;background:#fff;opacity:.85;margin-bottom:14px}
.vm-new-home .acc__desc{font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.6;color:rgba(255,255,255,.88);margin-bottom:16px}
.vm-new-home .acc__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.vm-new-home .acc__chips span{font-size:.8rem;font-weight:500;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);padding:6px 13px;border-radius:100px;backdrop-filter:blur(4px)}
.vm-new-home .acc__btns{display:flex;gap:10px;flex-wrap:wrap}
@media(max-width:820px){
  .vm-new-home .acc{flex-direction:column;height:auto;gap:12px}
  .vm-new-home .acc__panel{flex:none;height:96px;transition:height .6s cubic-bezier(.22,.7,.25,1)}
  .vm-new-home .acc__panel.open{height:min(78vh,520px)}
  .vm-new-home .acc__spine{align-items:center;justify-content:flex-start;padding:0 0 0 24px}
  .vm-new-home .acc__spine .lbl{writing-mode:horizontal-tb;transform:none;font-size:1.15rem}
  .vm-new-home .acc__spine .num{top:50%;left:auto;right:24px;transform:translateY(-50%)}
  .vm-new-home .acc__spine::before{top:50%;left:auto;right:74px;transform:translateY(-50%)}
  .vm-new-home .acc__c{max-width:none}
}
/* ---------- about ---------- */
.vm-new-home .about{background:linear-gradient(180deg,#fff,var(--soft))}
.vm-new-home .about__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(30px,5vw,70px);align-items:center}
.vm-new-home .about__eye{font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--red)}
.vm-new-home .about h2{font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:700;color:var(--navy);letter-spacing:-.02em;margin:12px 0 16px;line-height:1.12}
.vm-new-home .about h2 span{color:var(--blue)}
.vm-new-home .about p{color:var(--muted);line-height:1.75;margin-bottom:14px}
.vm-new-home .about__quote{font-weight:700;color:var(--navy);font-size:1.15rem;margin:20px 0 4px}
.vm-new-home .about__by b{color:var(--blue)}.vm-new-home .about__by{font-size:.9rem;color:var(--muted)}
.vm-new-home .stats{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--line);border-radius:16px;overflow:hidden;border:1px solid var(--line);margin-top:8px}
.vm-new-home .stat{background:#fff;padding:26px 24px}
.vm-new-home .stat b{display:block;font-size:2.4rem;font-weight:700;color:var(--red);line-height:1}
.vm-new-home .stat span{font-size:.86rem;color:var(--muted)}
.vm-new-home .about__media{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:4/3.4;box-shadow:var(--shadow)}
.vm-new-home .about__media img{width:100%;height:100%;object-fit:cover}
@media(max-width:880px){.vm-new-home .about__grid{grid-template-columns:1fr}.vm-new-home .about__media{order:-1}}


/* ===== about (dark editorial — distinct from Our Presence) ===== */
.vm-new-home .abt{position:relative;overflow:hidden;color:#fff;background:radial-gradient(900px 500px at 85% 0,rgba(0,96,175,.4),transparent 60%),linear-gradient(160deg,#0c2e52,#081f38 60%,#06182e)}
.vm-new-home .abt::before{content:"";position:absolute;inset:0;opacity:.5;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(circle at 60% 30%,#000,transparent 80%)}
.vm-new-home .abt__in{position:relative;z-index:1}
.vm-new-home .abt__top{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(30px,5vw,70px);align-items:center;margin-bottom:clamp(34px,5vw,58px)}
.vm-new-home .abt .ey{display:inline-flex;align-items:center;gap:9px;font-size:.72rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#7fc0ff}
.vm-new-home .abt .ey::before{content:"";width:26px;height:1.5px;background:var(--red)}
.vm-new-home .abt h2{font-size:clamp(1.8rem,3.8vw,2.8rem);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin:16px 0 16px;color:#fff}
.vm-new-home .abt h2 span{color:#7fc0ff}
.vm-new-home .abt__p{color:#c2d3e6;line-height:1.75;max-width:52ch}
.vm-new-home .abt__md{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:clamp(24px,3vw,34px);backdrop-filter:blur(6px);position:relative}
.vm-new-home .abt__md::before{content:"“";position:absolute;top:6px;right:22px;font-size:6rem;color:rgba(127,192,255,.16);font-weight:700;line-height:1}
.vm-new-home .abt__mdq{font-size:clamp(1.3rem,2.4vw,1.75rem);font-weight:600;letter-spacing:-.01em;line-height:1.32;color:#fff;position:relative;z-index:1;background:transparent;border:0}
.vm-new-home .abt__mdrule{width:40px;height:3px;border-radius:3px;background:var(--red);margin:16px 0 14px}
.vm-new-home .abt__mdby{display:flex;align-items:center;gap:14px}
.vm-new-home .abt__mdav{width:100px;height:110px;border-radius:20%;object-fit:cover;border:2px solid rgba(255,255,255,.25);flex:none}
.vm-new-home .abt__mdby b{display:block;color:#fff;font-size:1rem}
.vm-new-home .abt__mdby span{color:#9fb4cd;font-size:.85rem}
@media screen and (max-width:520px){
  .vm-new-home .abt__mdby span{
    font-size:.65rem;
  }
  .vm-new-home .abt__mdrule{
    margin:10px 0 10px;
  }
  .vm-new-home .abt__mdq{
    font-size:0.85rem;
  }
  .vm-new-home .qa {
    margin-top: 0;
  }

}
.vm-new-home .abt__stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.14);padding-top:clamp(28px,4vw,40px)}
.vm-new-home .abt__stat{padding:0 clamp(14px,2vw,28px);position:relative}
.vm-new-home .abt__stat+.abt__stat::before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:1px;background:rgba(255,255,255,.14)}
.abt__stat .count::after {
    content: "+";
}
.vm-new-home .abt__stat b{display:block;font-size:clamp(2rem,3.6vw,2.9rem);font-weight:700;line-height:1;color:#fff}
.vm-new-home .abt__stat span{display:block;margin-top:9px;font-size:.85rem;color:#9fb4cd}
@media(max-width:880px){.vm-new-home .abt__top{grid-template-columns:1fr}.vm-new-home .abt__stats{grid-template-columns:1fr 1fr;gap:26px 0}.vm-new-home .abt__stat::before{display:none!important}.vm-new-home .abt__stat{padding:0 4px}}

/* about image + layout tweaks */
.vm-new-home .abt__top{align-items:stretch}
.vm-new-home .abt__lead{display:flex;flex-direction:column;justify-content:center}
.vm-new-home .abt__md{margin-top:clamp(20px,3vw,30px)}
.vm-new-home .abt__media{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 34px 64px -34px rgba(0,0,0,.75);min-height:360px}
.vm-new-home .abt__media img{width:100%;height:100%;object-fit:cover;min-height:360px}
.vm-new-home .abt__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(6,16,30,.55))}
.vm-new-home .abt__badge{position:absolute;left:18px;bottom:18px;z-index:2;background:rgba(10,25,45,.5);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:12px 16px}
.vm-new-home .abt__badge b{display:block;font-size:1.6rem;font-weight:700;line-height:1;color:#fff}
.vm-new-home .abt__badge span{font-size:.78rem;color:#cdd8e6}
@media(max-width:880px){.vm-new-home .abt__media{min-height:240px;order:-1}}


/* services horizontal scroller */
.vm-new-home .svc{background:var(--soft);overflow:hidden}
.vm-new-home .svc__head{margin-bottom:clamp(22px,3vw,38px)}
.vm-new-home .svc__ey{font-size:clamp(1rem,1.6vw,1.15rem);font-weight:500;color:var(--muted)}
.vm-new-home .svc__title{font-size:clamp(1.7rem,3.8vw,2.7rem);font-weight:700;color:var(--navy);letter-spacing:-.025em;margin-top:6px;line-height:1.08}
.vm-new-home .svc__title em{font-style:normal;color:var(--blue)}
.vm-new-home .svc__scroller{position:relative}
.vm-new-home .svc__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 2px 14px;-ms-overflow-style:none;scrollbar-width:none}
.vm-new-home .svc__track::-webkit-scrollbar{display:none}
.vm-new-home .svc__card{position:relative;flex:0 0 clamp(290px,31vw,390px);height:clamp(440px,52vw,540px);border-radius:20px;overflow:hidden;scroll-snap-align:start;box-shadow:var(--shadow);color:#fff}
.vm-new-home .svc__card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.7,.3,1)}
.vm-new-home .svc__card:hover img{transform:scale(1.07)}
.vm-new-home .svc__card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,16,30,.05) 28%,rgba(6,16,30,.5) 58%,rgba(6,16,30,.92))}
.vm-new-home .svc__c{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:26px 24px}
.vm-new-home .svc__cat{font-size:.9rem;font-weight:500;color:rgba(255,255,255,.82)}
.vm-new-home .svc__ct{font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin:4px 0 14px;line-height:1.1}
.vm-new-home .svc__list{list-style:none;display:flex;flex-direction:column;gap:8px}
.vm-new-home .svc__list li{font-size:.86rem;color:rgba(255,255,255,.86);display:flex;gap:9px;line-height:1.4}
.vm-new-home .svc__list li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--red);flex:none;margin-top:6px}
.vm-new-home .svc__arrow{position:absolute;top:44%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(6px);color:var(--navy);font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s;box-shadow:0 12px 26px -12px rgba(10,35,64,.5)}
.vm-new-home .svc__arrow:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.vm-new-home .svc__arrow.prev{left:-6px}.vm-new-home .svc__arrow.next{right:-6px}
@media(max-width:640px){.vm-new-home .svc__arrow{display:none}}
/* locate */
.vm-new-home .loc__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,54px);align-items:center}
.vm-new-home .loc__map{border-radius:20px;overflow:hidden;aspect-ratio:16/12;box-shadow:var(--shadow);background:var(--soft)}.vm-new-home .loc__map img{width:100%;height:100%;object-fit:cover}
.vm-new-home .loc .ey{font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--red)}
.vm-new-home .loc h2{font-size:clamp(1.6rem,3.2vw,2.3rem);font-weight:700;color:var(--navy);margin:12px 0 8px;line-height:1.12}
.vm-new-home .loc__grid>div>p{color:var(--muted);line-height:1.6}
.vm-new-home .loc__cities{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}
.vm-new-home .loc__city{display:flex;align-items:center;gap:10px;background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:14px 16px;font-weight:600;color:var(--navy);font-size:.95rem;transition:.3s}
.vm-new-home .loc__city:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}.vm-new-home .loc__city svg{width:18px;height:18px;stroke:var(--red);stroke-width:1.9;fill:none;flex:none}
@media(max-width:820px){.vm-new-home .loc__grid{grid-template-columns:1fr}.vm-new-home .loc__map{order:-1}}
/* ---------- why ---------- */
.vm-new-home .why{background:var(--navy);color:#fff}
.vm-new-home .why .shead h2{color:#fff}.vm-new-home .why .shead .ey{color:#7fb2ea}.vm-new-home .why .shead .ey::before,.vm-new-home .why .shead .ey::after{background:#7fb2ea}
.vm-new-home .why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.vm-new-home .wh{text-align:center;padding:14px}
.vm-new-home .wh__ic{width:66px;height:66px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);transition:.4s}
.vm-new-home .wh:hover .wh__ic{background:var(--red);border-color:var(--red);transform:translateY(-4px)}
.vm-new-home .wh__ic svg{width:30px;height:30px;stroke:#fff;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.vm-new-home .wh h3{font-size:1.08rem;font-weight:700;margin-bottom:9px}
.vm-new-home .wh p{font-size:.9rem;color:#9fb4cd;line-height:1.6}
@media(max-width:820px){.vm-new-home .why__grid{grid-template-columns:repeat(2,1fr)}}

/* testimonials */
.vm-new-home .tst{background:var(--soft)}
.vm-new-home .tst__box{position:relative;max-width:760px;margin:0 auto;min-height:200px}
.vm-new-home .tst__slide{position:absolute;inset:0;opacity:0;transform:translateY(14px);transition:.6s;text-align:center}.vm-new-home .tst__slide.on{opacity:1;transform:none;position:relative}
.vm-new-home .tst__q{font-size:clamp(1.15rem,2.2vw,1.5rem);font-weight:500;color:var(--navy);line-height:1.5;letter-spacing:-.01em}.vm-new-home .tst__q::before{content:"“";color:var(--red);font-size:1.4em;line-height:0;vertical-align:-.3em;margin-right:4px}
.vm-new-home .tst__who{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:22px}
.vm-new-home .tst__av{width:48px;height:48px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.vm-new-home .tst__who b{color:var(--navy);display:block;font-size:.98rem}.vm-new-home .tst__who span{color:var(--muted);font-size:.82rem}
.vm-new-home .tst__nav{display:flex;gap:10px;justify-content:center;margin-top:26px}.vm-new-home .tst__nav button{width:11px;height:11px;border-radius:50%;border:0;background:#cbd8e6;cursor:pointer;transition:.3s}.vm-new-home .tst__nav button.on{background:var(--red);width:30px;border-radius:6px}

/* cta */
.vm-new-home .cta{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--blue),#003e76);color:#fff;text-align:center}
.vm-new-home .cta::before{content:"";position:absolute;right:-100px;top:-100px;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.06)}
.vm-new-home .cta::after{content:"";position:absolute;left:-80px;bottom:-90px;width:280px;height:280px;border-radius:50%;background:rgba(237,28,36,.16)}
.vm-new-home .cta__c{position:relative;z-index:2}
.vm-new-home .cta h2{font-size:clamp(2rem,5vw,3.4rem);font-weight:700;letter-spacing:-.025em;line-height:1.05;margin-bottom:14px;color:#fff}
.vm-new-home .cta p{color:#d6e4f4;margin-bottom:26px;font-size:1.05rem}
.vm-new-home .cta .vmh-cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.vm-new-home .cta .vmh-btn-line{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.4)}.vm-new-home .cta .vmh-btn-line:hover{background:rgba(255,255,255,.2)}
/* ---------- footer ---------- */
.vm-new-home .ft{background:var(--navy);color:#cdd8e6;padding:clamp(48px,6vw,72px) 0 0}
.vm-new-home .ft__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:34px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}
.vm-new-home .ft h4{color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.04em;margin-bottom:16px}
.vm-new-home .ft ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.vm-new-home .ft ul a{font-size:.88rem;color:#a9bad0;transition:.25s}.vm-new-home .ft ul a:hover{color:#fff;padding-left:3px}
.vm-new-home .ft__brand .logo .lt b{color:#fff}.vm-new-home .ft__brand p{font-size:.88rem;line-height:1.6;margin:16px 0;color:#a9bad0;max-width:34ch}
.vm-new-home .ft__social{display:flex;gap:10px}
.vm-new-home .ft__social a{width:38px;height:38px;border-radius:9px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:.3s}
.vm-new-home .ft__social a:hover{background:var(--red);transform:translateY(-3px)}
.vm-new-home .ft__social svg{width:18px;height:18px;fill:#fff}
.vm-new-home .ft__news{display:flex;gap:8px;margin-top:14px}
.vm-new-home .ft__news input{flex:1;padding:11px 14px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;font-family:inherit;font-size:.88rem}
.vm-new-home .ft__news input::placeholder{color:#8ea3bd}
.vm-new-home .ft__news button{background:var(--red);color:#fff;border:0;border-radius:9px;padding:0 18px;font-family:inherit;font-weight:600;cursor:pointer;transition:.3s}
.vm-new-home .ft__news button:hover{background:var(--red-d)}
.vm-new-home .ft__bar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:20px 0;font-size:.82rem;color:#8ea3bd}
.vm-new-home .ft__bar a{color:#a9bad0}.vm-new-home .ft__bar a:hover{color:#fff}
.vm-new-home .ft__cols{display:grid;grid-template-columns:repeat(4,auto);gap:24px}
@media(max-width:900px){.vm-new-home .ft__top{grid-template-columns:1fr 1fr}.vm-new-home .ft__cols{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.vm-new-home .ft__top{grid-template-columns:1fr}}

/* back to top */
.vm-new-home .totop{position:fixed;right:22px;bottom:22px;z-index:120;width:46px;height:46px;border-radius:50%;background:var(--blue);color:#fff;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translateY(10px);transition:.35s;box-shadow:0 14px 28px -12px rgba(0,96,175,.7)}
.vm-new-home .totop.show{opacity:1;pointer-events:auto;transform:none}
.vm-new-home .totop svg{width:20px;height:20px;stroke:#fff;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
/* ===== back-to-top: steering wheel (swap with assets/wheel.png) ===== */
.vm-new-home .totop{position:fixed;right:16px;bottom:14px;z-index:120;width:94px;height:94px;background:none;border:0;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translateY(12px) scale(.92);transition:opacity .35s ease,transform .35s ease}
.vm-new-home .totop.show{opacity:1;pointer-events:auto;transform:none}
.vm-new-home .totop:hover{transform:scale(1.06)}
.vm-new-home .totop .sw{width:100%;height:100%;filter:drop-shadow(0 10px 14px rgba(10,35,64,.45))}
.vm-new-home #swSpin{transform-box:fill-box;transform-origin:center}
.vm-new-home .totop__img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(10,35,64,.45));display:none}
.vm-new-home .totop.hasimg .sw{display:none}.vm-new-home .totop.hasimg .totop__img{display:block}
@media(max-width:600px){.vm-new-home .totop{right:12px;width:80px;height:80px}}



.cvs *{margin:0;padding:0;box-sizing:border-box}
.cvs{
  --c-blue:#0060af; --c-blue2:#2c93ec; --c-red:#ed1c24; --c-navy:#0a2a4a;
  --c-ink:#16314f; --c-muted:#5d7491; --c-line:#dde7f3;
  font-family:'Space Grotesk',system-ui,-apple-system,sans-serif;color:var(--c-ink);
  background:radial-gradient(900px 480px at 50% -6%,rgba(0,96,175,.08),transparent 60%),linear-gradient(180deg,#f8fbfe,#eaf1fa);
  padding:clamp(54px,8vw,91px) clamp(18px,5vw,56px);
}
.cvs__inner{max-width:1200px;margin:0 auto}

/* heading */
.cvs__head{max-width:760px;margin:0 auto clamp(20px,4vw,40px);text-align:center}
.cvs__eyebrow{display:inline-flex;align-items:center;gap:11px;font-size:.72rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--c-blue)}
.cvs__eyebrow::before,.cvs__eyebrow::after{content:"";width:26px;height:1.5px;background:var(--c-red)}
.cvs__title{font-size:clamp(2rem,5.2vw,3.5rem);font-weight:700;line-height:1.03;letter-spacing:-.025em;color:var(--c-navy);margin:16px 0}
.cvs__title em{font-style:normal;color:var(--c-blue)}
.cvs__lede{font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.7;color:var(--c-muted)}

/* layout */
.cvs__layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(30px,5vw,80px);align-items:start}

/* sticky visual */
.cvs__sticky{position:sticky;top:9vh;align-self:start}
.cvs__stage{position:relative;width:100%;aspect-ratio:4/4.6;border-radius:22px;overflow:hidden;background:var(--c-navy);box-shadow:0 30px 60px -34px rgba(10,42,74,.65)}
.cvs__shot{position:absolute;inset:0;opacity:0;transition:opacity .7s ease}
.cvs__shot.is-active{opacity:1}
.cvs__shot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(.1) contrast(1.05);transform:scale(1.04);transition:transform 6s ease}
.cvs__shot.is-active img{transform:scale(1.12)}
.cvs__shot-shade{position:absolute;inset:0;mix-blend-mode:multiply;background:linear-gradient(160deg,rgba(0,96,175,.45),rgba(8,26,48,.55) 45%,rgba(8,26,48,.92))}
.cvs__shot-cap{position:absolute;left:0;right:0;bottom:0;padding:26px 26px 24px;color:#fff;z-index:2}
.cvs__shot-finger{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#9fd0ff}
.cvs__shot-name{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700;letter-spacing:-.02em;margin-top:5px}
.cvs__shot-rule{width:42px;height:3px;border-radius:3px;background:linear-gradient(90deg,#fff,var(--c-red));margin-top:12px}

/* mini-hand nav */
.cvs__nav{display:flex;align-items:flex-end;justify-content:center;gap:11px;margin-top:22px}
.cvs__bar{
  width:13px;border:0;padding:0;cursor:pointer;border-radius:7px 7px 3px 3px;background:var(--c-line);outline:none;
  transition:background .4s ease,transform .4s ease,box-shadow .4s ease;position:relative;
}
.cvs__bar[data-h="thumb"]{height:24px}
.cvs__bar[data-h="index"]{height:40px}
.cvs__bar[data-h="middle"]{height:50px}
.cvs__bar[data-h="ring"]{height:43px}
.cvs__bar[data-h="pinky"]{height:31px}
.cvs__bar.is-active{background:linear-gradient(180deg,var(--c-blue2),var(--c-blue));transform:translateY(-4px);box-shadow:0 8px 18px -6px rgba(0,96,175,.7)}
.cvs__bar:focus-visible{box-shadow:0 0 0 3px rgba(44,147,236,.55)}
.cvs__nav-cap{text-align:center;margin-top:12px;font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--c-muted)}

/* steps */
.cvs__steps{display:flex;flex-direction:column}
.cvs__step{min-height:62vh;display:flex;flex-direction:column;justify-content:center;padding:6vh 0}
.cvs__s-finger{font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--c-blue)}
.cvs__s-lead{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;letter-spacing:-.02em;color:var(--c-navy);line-height:1.12;margin:10px 0 14px}
.cvs__s-rule{width:46px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--c-blue),var(--c-red));margin-bottom:16px}
.cvs__s-desc{font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.72;color:var(--c-muted);max-width:46ch}
.cvs__s-img{display:none}

.cvs__foot{margin-top:clamp(20px,4vw,40px);text-align:center;font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.6;color:var(--c-ink);font-weight:500}
.cvs__foot strong{color:var(--c-blue);font-weight:700}

/* mobile */
@media (max-width:880px){
  .cvs__layout{grid-template-columns:1fr;gap:0;padding:10px}
  .cvs__sticky{display:none}
  .cvs__step{min-height:0;padding:0 0 40px}
  .cvs__s-img{display:block;position:relative;width:100%;aspect-ratio:16/10;border-radius:16px;overflow:hidden;margin-bottom:16px;background:var(--c-navy)}
  .cvs__s-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(.08) contrast(1.04)}
  .cvs__s-img::after{content:"";position:absolute;inset:0;mix-blend-mode:multiply;background:linear-gradient(120deg,rgba(0,96,175,.35),rgba(8,26,48,.6))}

  
}
@media (prefers-reduced-motion:reduce){
  .cvs *{transition-duration:.001ms !important;animation:none !important}
  .cvs__shot.is-active img{transform:scale(1.04)}
}



.vm-new-home .lineup{padding:clamp(48px,6vw,84px) 0;background:linear-gradient(180deg,#fff,var(--soft))}
.vm-new-home .lu__top{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:clamp(22px,3vw,34px)}
.vm-new-home .lu__ey{display:inline-flex;align-items:center;gap:9px;font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--red)}
.vm-new-home .lu__ey::before{content:"";width:22px;height:1.5px;background:var(--red)}
.vm-new-home .lu__top h2{font-size:clamp(1.7rem,3.8vw,2.6rem);font-weight:700;color:var(--navy);letter-spacing:-.025em;margin-top:12px;line-height:1.1}
.vm-new-home .lu__top h2 em{font-style:normal;color:var(--blue)}
.vm-new-home .lu__top p{margin-top:8px;color:var(--muted);max-width:46ch;line-height:1.6}
.vm-new-home .ctabs{display:flex;gap:6px;background:#fff;border:1px solid var(--line);border-radius:100px;padding:5px}
.vm-new-home .ctab{border:0;background:none;font-family:inherit;font-size:.86rem;font-weight:600;color:var(--muted);padding:9px 18px;border-radius:100px;cursor:pointer;transition:.25s;white-space:nowrap}
.vm-new-home .ctab:hover{color:var(--blue)}
.vm-new-home .ctab.active{background:var(--navy);color:#fff}
.vm-new-home .lu__grid{display:grid;grid-template-columns:1.6fr 1fr;gap:clamp(18px,2.4vw,32px);align-items:stretch}
/* hero panel */
.vm-new-home .chero{position:relative;border-radius:24px;overflow:hidden;background:linear-gradient(150deg,#123a66,#0a2340 65%,#06182e);color:#fff;min-height:clamp(600px,72vh,760px);display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(26px,3vw,40px)}
.vm-new-home .chero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:54px 54px;mask-image:radial-gradient(circle at 60% 30%,#000,transparent 78%)}
.vm-new-home .chero__glow{display:none}
.vm-new-home .chero__car{position:absolute;top:0;left:0;right:0;height:74%;display:flex;align-items:center;justify-content:center;z-index:2;overflow:hidden;border-radius:24px 24px 0 0}
.vm-new-home .chero__car img{width:100%;height:100%;object-fit:cover;object-position:center;animation:carIn .7s cubic-bezier(.2,.7,.3,1)}
.vm-new-home .chero__car::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,24,46,0) 58%,rgba(10,35,64,.7) 84%,#0a2340 100%);pointer-events:none}
@keyframes carIn{from{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:none}}
.vm-new-home .chero__fb{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.vm-new-home .chero__shadow{display:none}
.vm-new-home .chero__c{position:relative;z-index:3}
.vm-new-home .chero__cat{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);padding:6px 13px;border-radius:100px;margin-bottom:12px}
.vm-new-home .chero__nm{font-size:clamp(1.9rem,3.6vw,2.8rem);font-weight:700;letter-spacing:-.025em;line-height:1.04}
.vm-new-home .chero__tag{color:#9fc7ee;font-size:1rem;margin-top:6px}
.vm-new-home .chero__var{color:#c2d3e6;font-size:.86rem;margin-top:12px}
.vm-new-home .chero__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16)}
.vm-new-home .chero__price small{display:block;font-size:.72rem;color:#9fb4cd;margin-bottom:3px}
.vm-new-home .chero__price b{font-size:1.7rem;font-weight:700}
.vm-new-home .chero__btns{display:flex;gap:10px}
.vm-new-home .cbtn{display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-weight:600;font-size:.9rem;padding:12px 22px;border-radius:10px;border:0;cursor:pointer;text-decoration:none;transition:.3s}
.vm-new-home .cbtn--red{background:var(--red);color:#fff}.vm-new-home .cbtn--red:hover{background:#c9151c;transform:translateY(-2px)}
.vm-new-home .cbtn--gh{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.34)}.vm-new-home .cbtn--gh:hover{background:rgba(255,255,255,.2)}
.vm-new-home .cbtn svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.3;fill:none;stroke-linecap:round;stroke-linejoin:round}
/* list */
.vm-new-home .clist{background:#fff;border:1px solid var(--line);border-radius:24px;padding:10px;display:flex;flex-direction:column;max-height:clamp(600px,72vh,760px);overflow-y:auto;scrollbar-width:thin}
.vm-new-home .clist::-webkit-scrollbar{width:6px}.vm-new-home .clist::-webkit-scrollbar-thumb{background:var(--line);border-radius:6px}
.vm-new-home .clist__item{display:flex;align-items:center;gap:12px;width:100%;background:none;border:0;border-radius:14px;padding:15px 14px;cursor:pointer;font-family:inherit;text-align:left;transition:.25s;border-bottom:1px solid var(--line)}
.vm-new-home .clist__item:last-child{border-bottom:0}
.vm-new-home .clist__item:hover{background:var(--soft)}
.vm-new-home .clist__nm{display:flex;flex-direction:column;min-width:0}
.vm-new-home .clist__nm b{font-size:.98rem;font-weight:600;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vm-new-home .clist__nm small{font-size:.72rem;color:var(--muted);margin-top:2px}
.vm-new-home .clist__pr{margin-left:auto;font-size:.88rem;font-weight:700;color:var(--red);white-space:nowrap}
.vm-new-home .clist__ar{width:16px;height:16px;stroke:var(--muted);stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none;opacity:0;transform:translateX(-4px);transition:.25s}
.vm-new-home .clist__item:hover .clist__ar{opacity:1;transform:none}
.vm-new-home .clist__item.active{background:rgba(0,96,175,.07);border-bottom-color:transparent}
.vm-new-home .clist__item.active .clist__nm b{color:var(--blue)}
.vm-new-home .clist__item.active .clist__ar{opacity:1;transform:none;stroke:var(--blue)}
.vm-new-home .clist__item.hide{display:none}
/* ===== tablet ===== */
@media(max-width:900px){
  .vm-new-home .lu__grid{grid-template-columns:1fr;gap:16px}
  .vm-new-home .chero{min-height:0}
  .vm-new-home .clist{max-height:none;overflow:visible}
}
/* ===== mobile ===== */
@media(max-width:640px){
  .vm-new-home .lineup{padding:40px 0}
  .vm-new-home .lu__top{display:block;margin-bottom:18px}
  .vm-new-home .lu__top h2{font-size:1.55rem;margin-top:10px}
  .vm-new-home .lu__top p{font-size:.92rem;margin-bottom:16px}
  /* filter: edge-to-edge scroll strip, no clipped pills */
  .vm-new-home .ctabs{display:flex;width:auto;margin:0 calc(-1 * clamp(16px,4vw,44px));padding:5px clamp(16px,4vw,44px);
    border:0;border-radius:0;background:transparent;overflow-x:auto;scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;scrollbar-width:none}
  .vm-new-home .ctabs::-webkit-scrollbar{display:none}
  .vm-new-home .ctab{flex:none;scroll-snap-align:start;background:#fff;border:1px solid var(--line);padding:10px 16px;font-size:.85rem}
  .vm-new-home .ctab.active{background:var(--navy);border-color:var(--navy);color:#fff}
  /* hero: car on top, text under — no overlap */
  .vm-new-home .chero{border-radius:18px;padding:0 18px 20px;min-height:0}
  .vm-new-home .chero__car{height:56%}
  .vm-new-home .chero__glow{top:2%;height:44%;width:92%}
  .vm-new-home .chero__shadow{top:auto;bottom:auto;display:none}
  .vm-new-home .chero__nm{font-size:1.5rem}
  .vm-new-home .chero__tag{font-size:.92rem}
  .vm-new-home .chero__var{font-size:.8rem;margin-top:9px}
  .vm-new-home .chero__meta{flex-direction:column;align-items:stretch;gap:14px;margin-top:16px;padding-top:16px}
  .vm-new-home .chero__price b{font-size:1.4rem}
  .vm-new-home .chero__btns{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .vm-new-home .cbtn{justify-content:center;padding:12px 10px;font-size:.85rem}
  /* list: compact rows, always-visible chevron, comfortable tap size */
  .vm-new-home .clist{border-radius:18px;padding:6px}
  .vm-new-home .clist__item{padding:13px 12px;gap:10px;min-height:56px}
  .vm-new-home .clist__nm b{font-size:.92rem}
  .vm-new-home .clist__nm small{font-size:.68rem}
  .vm-new-home .clist__pr{font-size:.82rem}
  .vm-new-home .clist__ar{opacity:.45;transform:none}
  .vm-new-home .clist__item.active .clist__ar{opacity:1}
}
@media(max-width:380px){
  .vm-new-home .chero__car{height:150px}
  .vm-new-home .chero__btns{grid-template-columns:1fr}
  .vm-new-home .clist__nm b{font-size:.88rem}
}
/* touch devices: hover-preview would fight taps — disable hover swap visual */
@media(hover:none){
  .vm-new-home .clist__ar{opacity:.45;transform:none}
}

/* ===== mobile car carousel ===== */
.vm-new-home .mcars{display:none}
.vm-new-home .mcars__track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 0 6px;
  margin:0 calc(-1 * clamp(16px,4vw,44px));padding-left:clamp(16px,4vw,44px);padding-right:clamp(16px,4vw,44px)}
.vm-new-home .mcars__track::-webkit-scrollbar{display:none}
.vm-new-home .mcar{flex:0 0 84%;scroll-snap-align:center;background:linear-gradient(150deg,#123a66,#0a2340 65%,#06182e);color:#fff;border-radius:20px;padding:18px;display:none;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 22px 44px -26px rgba(10,35,64,.7)}
.vm-new-home .mcar.show{display:flex}
.vm-new-home .mcar::before{display:none}
.vm-new-home .mcar__imgwrap{position:relative;z-index:1;height:230px;margin:-18px -18px 14px;border-radius:20px 20px 0 0;overflow:hidden}
.vm-new-home .mcar__imgwrap img{width:100%;height:100%;object-fit:cover}
.vm-new-home .mcar__imgwrap img.err{display:none}
.vm-new-home .mcar__imgwrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,24,46,0) 55%,rgba(10,35,64,.8) 100%)}
.vm-new-home .mcar__cat{position:relative;z-index:1;align-self:flex-start;font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);padding:5px 11px;border-radius:100px;margin-bottom:9px}
.vm-new-home .mcar__nm{position:relative;z-index:1;font-size:1.4rem;font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#fff}
.vm-new-home .mcar__tag{position:relative;z-index:1;color:#9fc7ee;font-size:.9rem;margin-top:4px}
.vm-new-home .mcar__var{position:relative;z-index:1;color:#c2d3e6;font-size:.78rem;margin-top:8px}
.vm-new-home .mcar__pr{position:relative;z-index:1;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.16)}
.vm-new-home .mcar__pr small{display:block;font-size:.68rem;color:#9fb4cd;margin-bottom:3px}
.vm-new-home .mcar__pr b{font-size:1.35rem;font-weight:700}
.vm-new-home .mcar__btns{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
.vm-new-home .cbtn--gh2{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.34)}
.vm-new-home .mcars__dots{display:flex;justify-content:center;gap:7px;margin-top:14px}
.vm-new-home .mcars__dots button{width:7px;height:7px;border-radius:50%;border:0;padding:0;background:#cdd8e6;cursor:pointer;transition:.3s}
.vm-new-home .mcars__dots button.on{width:22px;border-radius:4px;background:var(--blue)}
@media(max-width:640px){
  .vm-new-home .chero{display:none}
  .vm-new-home .clist{display:none}
  .vm-new-home .mcars{display:block}
  .vm-new-home .lu__grid{display:block}
}

.vm-new-home .vmh-no-pad{padding:0!important}
.vm-new-home .vmh-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.vm-new-home .vmh-explore-section{padding-top:clamp(16px,2.4vw,30px)!important}
/* Mobile - Arena / Nexa / Commercial section */
@media (max-width: 767px) {

#explore .acc {
    flex-direction: column;
    height: auto;
    gap: 6px;
}

#explore .acc__panel {
    width: 100% !important;
    height: 70px;
    flex: none !important;
    border-radius: 8px;
}

/* Active card */
#explore .acc__panel.open {
    height: 250px;
}

/* Make vertical title horizontal */
#explore .acc__spine {
    writing-mode: horizontal-tb;
    transform: none;
    flex-direction: row;
    padding: 0 15px;
}

/* Hide title when expanded */
#explore .acc__panel.open .acc__spine {
    display: none;
}

/* Expanded content */
#explore .acc__c {
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.vm-new-home .vmh-btn{
    padding: 10px 14px;
    font-size: 0.75rem;
}

}
