/*
Theme Name: LEVAND AUTO
Theme URI: https://example.com/
Author: LEVAND AUTO
Description: Premium multilingual WordPress theme for vehicle import, catalog, calculator and client tracking.
Version: 38.8.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: levand-auto
*/

.la-langs{display:flex;gap:6px;align-items:center}.la-langs a{padding:6px 8px;border:1px solid rgba(201,168,106,.35);border-radius:8px;font-size:12px}.la-langs a:hover{background:#c9a86a;color:#111}

.la-contact-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}

.la-progress{display:grid;grid-template-columns:repeat(9,1fr);gap:4px;margin:28px 0}.la-step{text-align:center;font-size:11px;opacity:.5}.la-step i{display:block;width:12px;height:12px;border-radius:50%;border:2px solid #c9a86a;margin:0 auto 8px}.la-step.done{opacity:1}.la-step.done i{background:#c9a86a}.la-costs>div,.la-tracking-box{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}.la-costs .total{font-size:20px;color:#c9a86a}.la-tracking-box{align-items:center;flex-wrap:wrap}@media(max-width:800px){.la-progress{grid-template-columns:1fr}.la-step{text-align:left;display:flex;gap:10px;align-items:center}.la-step i{margin:0}.la-costs>div{font-size:14px}}

/* v10 Final Design & UX */
:root{--la-bg:#090a0c;--la-panel:#111317;--la-panel2:#171a20;--la-gold:#d3b06b;--la-text:#f5f2ea;--la-muted:#a7a9ae;--la-line:rgba(255,255,255,.09);--la-radius:18px}
html{scroll-behavior:smooth}body{background:radial-gradient(circle at 20% 0,rgba(211,176,107,.08),transparent 32%),var(--la-bg);color:var(--la-text)}
.la-wrap{width:min(1240px,calc(100% - 40px));margin-inline:auto}.la-section{padding:76px 0}
.la-card{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border:1px solid var(--la-line);border-radius:var(--la-radius);box-shadow:0 18px 50px rgba(0,0,0,.22);backdrop-filter:blur(10px)}
.la-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:12px;font-weight:700;letter-spacing:.01em;transition:.2s transform,.2s box-shadow,.2s background}
.la-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(211,176,107,.16)}.la-btn.ghost{background:transparent}
.la-hero{min-height:72vh;display:grid;align-items:center;position:relative;overflow:hidden}.la-hero:after{content:"";position:absolute;inset:auto -10% -45% 30%;height:520px;background:radial-gradient(circle,rgba(211,176,107,.13),transparent 62%);pointer-events:none}
.la-hero h1{font-size:clamp(42px,6vw,84px);line-height:.98;letter-spacing:-.045em;max-width:950px;margin:0 0 24px}.la-hero p{font-size:clamp(17px,2vw,22px);color:var(--la-muted);max-width:720px;line-height:1.6}
.la-grid{gap:22px}.la-car-card{overflow:hidden;transition:.22s transform,.22s border-color}.la-car-card:hover{transform:translateY(-5px);border-color:rgba(211,176,107,.42)}
.la-car-card img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:.35s transform}.la-car-card:hover img{transform:scale(1.025)}
.la-car-card .la-card-body{padding:20px}.la-car-card h3{font-size:21px;margin:4px 0 10px}.la-price{font-size:25px;color:var(--la-gold);font-weight:800}
.la-specs{display:flex;gap:9px;flex-wrap:wrap}.la-specs span{background:rgba(255,255,255,.045);border:1px solid var(--la-line);padding:8px 10px;border-radius:10px;color:#d8d8d8}
.la-calc{padding:28px;border-radius:22px;background:linear-gradient(145deg,#15171b,#0e1013);border:1px solid rgba(211,176,107,.2)}
.la-calc-tabs{display:flex;gap:8px;margin-bottom:22px;flex-wrap:wrap}.la-calc-grid{gap:16px}.la-calc label,.la-lead-form label{font-size:13px;color:var(--la-muted)}
.la-calc input,.la-lead-form input,.la-lead-form textarea,.la-filters input,.la-filters select{margin-top:7px;border-radius:11px;border:1px solid var(--la-line);background:#0c0e11;color:var(--la-text);padding:13px 14px;outline:none}.la-calc input:focus,.la-lead-form input:focus,.la-lead-form textarea:focus{border-color:rgba(211,176,107,.6);box-shadow:0 0 0 3px rgba(211,176,107,.08)}
.la-calc-result{margin-top:22px;padding:22px;border-radius:15px;background:rgba(211,176,107,.08);border:1px solid rgba(211,176,107,.2)}.la-calc-result strong{font-size:38px;color:var(--la-gold)}
.la-portal h1{font-size:clamp(34px,5vw,58px)}.la-portal-car{padding:28px;margin-bottom:24px}.la-progress{position:relative}.la-step span{line-height:1.25}.la-step.done i{box-shadow:0 0 0 5px rgba(211,176,107,.09)}
.la-tracking-box{background:rgba(255,255,255,.025);border:1px solid var(--la-line);padding:18px;border-radius:14px}
.la-lead-form{padding:24px;display:grid;gap:14px}.la-lead-form textarea{resize:vertical}
.la-langs{padding:4px;border:1px solid var(--la-line);border-radius:11px;background:rgba(255,255,255,.025)}.la-langs a{border:0!important}
@media(max-width:800px){.la-wrap{width:min(100% - 24px,1240px)}.la-section{padding:52px 0}.la-hero{min-height:62vh}.la-hero h1{font-size:42px}.la-card{border-radius:15px}.la-portal-car{padding:18px}.la-calc{padding:18px}.la-calc-result strong{font-size:31px}.la-btn{width:100%}.la-contact-buttons .la-btn{width:auto;flex:1}.la-progress{gap:9px}}

/* v11 Launch Ready */
:focus-visible{outline:3px solid rgba(211,176,107,.8);outline-offset:3px}
img{max-width:100%;height:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.lang-item a{font-weight:700;letter-spacing:.04em}.current-lang>a{color:var(--la-gold)!important}

/* v13 clean language switcher */
.la-langs{display:flex!important;gap:7px;align-items:center;padding:0!important;border:0!important;background:transparent!important}
.la-langs a,.la-langs span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 9px;border:1px solid rgba(255,255,255,.14)!important;border-radius:10px;color:#d9d9d9;font-size:12px;font-weight:700;text-decoration:none}
.la-langs a.active,.la-langs a:hover,.la-langs span.active{color:#e5bb61;border-color:#d3a53f!important;background:rgba(211,165,63,.06)}

/* v14 Vehicle Catalog & Card */
.la-vehicle-page{padding:54px 0 84px}
.la-back{display:inline-flex;margin-bottom:22px;color:var(--la-muted)}
.la-vehicle-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:28px;align-items:start}
.la-vehicle-main,.la-vehicle-side{min-width:0}
.la-gallery-main{overflow:hidden;border-radius:22px;border:1px solid var(--la-line);background:#0d0f12}
.la-gallery-main img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.la-gallery-placeholder{aspect-ratio:16/10;background:linear-gradient(135deg,#15181d,#090b0e);display:grid;place-items:center;color:var(--la-muted)}
.la-gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:10px}
.la-gallery-thumbs img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;border:1px solid var(--la-line);cursor:pointer}
.la-vehicle-title{font-size:clamp(34px,4vw,58px);line-height:1.05;margin:16px 0}
.la-vehicle-price{font-size:clamp(32px,4vw,52px);font-weight:800;color:var(--la-gold);margin:8px 0 18px}
.la-vehicle-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0}
.la-vehicle-spec{padding:14px;border:1px solid var(--la-line);border-radius:13px;background:rgba(255,255,255,.025)}
.la-vehicle-spec small{display:block;color:var(--la-muted);margin-bottom:5px}
.la-vehicle-content{margin-top:28px;line-height:1.75;color:#d9d9dc}
.la-sticky-card{position:sticky;top:100px;padding:24px}
.la-sticky-card .la-btn{width:100%;margin-top:10px}
.la-cost-preview{display:grid;gap:9px;margin:18px 0}
.la-cost-preview>div{display:flex;justify-content:space-between;gap:15px;padding-bottom:9px;border-bottom:1px solid var(--la-line)}
.la-status-row{display:flex;gap:8px;flex-wrap:wrap}
.car-card a{color:inherit;text-decoration:none}
.car-placeholder{aspect-ratio:16/10;background:linear-gradient(135deg,#171a20,#0d0f12)}
@media(max-width:900px){.la-vehicle-layout{grid-template-columns:1fr}.la-sticky-card{position:static}.la-gallery-thumbs{grid-template-columns:repeat(4,1fr)}}
@media(max-width:560px){.la-vehicle-page{padding-top:28px}.la-vehicle-specs{grid-template-columns:1fr}.la-gallery-thumbs{grid-template-columns:repeat(3,1fr)}}

/* ===== LEVAND AUTO — Vehicle Gallery v16 ===== */
.la-gallery-main{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    border:1px solid var(--la-line);
    background:#0d0f12;
}
.la-gallery-main img{
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    display:block;
    cursor:zoom-in;
}
.la-gallery-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:50%;
    background:rgba(8,10,14,.72);
    color:#fff;
    font-size:30px;
    line-height:1;
    cursor:pointer;
    display:grid;
    place-items:center;
    z-index:3;
    backdrop-filter:blur(8px);
    transition:.2s ease;
}
.la-gallery-nav:hover{
    background:var(--la-gold);
    color:#111;
    border-color:var(--la-gold);
}
.la-gallery-prev{left:16px}
.la-gallery-next{right:16px}
.la-gallery-count{
    position:absolute;
    right:16px;
    bottom:16px;
    padding:7px 11px;
    border-radius:999px;
    background:rgba(8,10,14,.72);
    color:#fff;
    border:1px solid rgba(255,255,255,.16);
    font-size:13px;
    backdrop-filter:blur(8px);
    z-index:3;
}
.la-gallery-thumbs{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    gap:12px!important;
    width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:0 0 5px!important;
    margin:12px 0 0!important;
    scroll-behavior:smooth;
    scrollbar-width:none!important;
}
.la-gallery-thumbs::-webkit-scrollbar{display:none!important}
.la-gallery-thumbs img{
    display:block!important;
    flex:0 0 150px!important;
    width:150px!important;
    height:105px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    border-radius:12px!important;
    border:2px solid transparent!important;
    opacity:.72;
    cursor:pointer;
    margin:0!important;
    transition:opacity .2s ease,border-color .2s ease,transform .2s ease;
}
.la-gallery-thumbs img:hover,
.la-gallery-thumbs img.is-active{
    opacity:1;
    border-color:var(--la-gold)!important;
    transform:translateY(-2px);
}
.la-gallery-lightbox{
    position:fixed;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    padding:28px;
    background:rgba(0,0,0,.94);
    z-index:99999;
}
.la-gallery-lightbox.is-open{display:flex}
.la-gallery-lightbox img{
    max-width:min(94vw,1500px);
    max-height:90vh;
    width:auto;
    height:auto;
    object-fit:contain;
    border-radius:14px;
}
.la-lightbox-close,
.la-lightbox-prev,
.la-lightbox-next{
    position:absolute;
    border:0;
    background:rgba(255,255,255,.12);
    color:#fff;
    cursor:pointer;
    display:grid;
    place-items:center;
    backdrop-filter:blur(8px);
    z-index:2;
}
.la-lightbox-close{
    top:20px;
    right:20px;
    width:46px;
    height:46px;
    border-radius:50%;
    font-size:30px;
}
.la-lightbox-prev,
.la-lightbox-next{
    top:50%;
    transform:translateY(-50%);
    width:54px;
    height:54px;
    border-radius:50%;
    font-size:34px;
}
.la-lightbox-prev{left:22px}
.la-lightbox-next{right:22px}
body.la-lightbox-open{overflow:hidden}

@media(max-width:768px){
    .la-gallery-main{border-radius:16px}
    .la-gallery-nav{width:42px;height:42px;font-size:26px}
    .la-gallery-prev{left:8px}
    .la-gallery-next{right:8px}
    .la-gallery-count{right:10px;bottom:10px}
    .la-gallery-thumbs{gap:8px!important}
    .la-gallery-thumbs img{
        flex-basis:105px!important;
        width:105px!important;
        height:75px!important;
        border-radius:9px!important;
    }
    .la-lightbox-prev{left:8px}
    .la-lightbox-next{right:8px}
}

/* ===== LEVAND AUTO — Vehicle Detail v17 ===== */
.la-vehicle-side .la-sticky-card{
    padding:28px;
    border-radius:22px;
}
.la-price-label{
    display:block;
    margin-bottom:6px;
    color:var(--la-muted);
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.la-vehicle-price{
    font-size:clamp(34px,4vw,48px);
    line-height:1;
    margin-bottom:18px;
}
.la-vin-copy{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px 14px;
    margin:16px 0;
    border:1px solid var(--la-line);
    border-radius:12px;
    background:rgba(255,255,255,.025);
}
.la-vin-copy small{display:block;color:var(--la-muted);margin-bottom:3px}
.la-vin-copy strong{font-size:13px;word-break:break-all}
.la-copy-vin{
    flex:0 0 auto;
    border:1px solid var(--la-line);
    background:transparent;
    color:var(--la-text);
    border-radius:9px;
    padding:8px 10px;
    cursor:pointer;
}
.la-copy-vin:hover{border-color:var(--la-gold);color:var(--la-gold)}
.la-included{
    margin:20px 0;
    padding-top:18px;
    border-top:1px solid var(--la-line);
}
.la-included-title{
    font-weight:700;
    margin-bottom:10px;
}
.la-included-list{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:8px;
}
.la-included-list li{
    position:relative;
    padding-left:22px;
    color:var(--la-muted);
    font-size:14px;
}
.la-included-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--la-gold);
    font-weight:800;
}
.la-vehicle-spec{
    border-radius:14px;
}
.la-mobile-car-cta{display:none}
@media(max-width:900px){
    .la-mobile-car-cta{
        display:flex;
        position:fixed;
        left:12px;
        right:12px;
        bottom:12px;
        z-index:9990;
        padding:14px 18px;
        border-radius:14px;
        background:var(--la-gold);
        color:#111;
        text-decoration:none;
        font-weight:800;
        justify-content:center;
        box-shadow:0 12px 35px rgba(0,0,0,.35);
    }
    body{padding-bottom:76px}
}


/* ===== LEVAND AUTO v18 — vehicle detail polish ===== */

/* Secondary CTA: readable in every state */
.la-vehicle-side .la-btn.ghost{
    color:#f4f1e9 !important;
    border-color:var(--la-gold) !important;
    background:rgba(255,255,255,.025) !important;
}
.la-vehicle-side .la-btn.ghost:hover,
.la-vehicle-side .la-btn.ghost:focus{
    color:#111 !important;
    background:var(--la-gold) !important;
}

/* Premium right-side card */
.la-vehicle-side .la-sticky-card{
    padding:30px;
    border-radius:22px;
    box-shadow:0 18px 55px rgba(0,0,0,.18);
}
.la-vehicle-side .la-btn{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Cleaner spec cards */
.la-vehicle-specs{
    gap:12px;
}
.la-vehicle-spec{
    min-height:78px;
    padding:15px 16px;
    border:1px solid var(--la-line);
    background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.012));
    transition:border-color .2s ease, transform .2s ease, background .2s ease;
}
.la-vehicle-spec:hover{
    border-color:rgba(225,176,75,.45);
    background:rgba(255,255,255,.035);
    transform:translateY(-1px);
}
.la-vehicle-spec small{
    display:block;
    margin-bottom:7px;
    color:var(--la-muted);
    font-size:12px;
    letter-spacing:.02em;
}
.la-vehicle-spec strong{
    font-size:16px;
    line-height:1.25;
}

/* Better spacing under gallery/title */
.la-status-row{
    margin-top:26px !important;
}
.la-vehicle-title{
    margin-top:18px;
    margin-bottom:22px;
    max-width:900px;
}

/* Tablet/mobile refinements */
@media(max-width:900px){
    .la-vehicle-side .la-sticky-card{
        padding:22px;
    }
    .la-vehicle-spec{
        min-height:72px;
    }
}
@media(max-width:560px){
    .la-vehicle-specs{
        grid-template-columns:1fr 1fr;
        gap:9px;
    }
    .la-vehicle-spec{
        padding:13px;
        min-height:68px;
    }
    .la-vehicle-spec strong{
        font-size:14px;
    }
}


/* ===== LEVAND AUTO v19 FINAL ===== */
.la-condition-good{color:#79d58a!important}
.la-condition-warn{color:#e8bd63!important}
.la-condition-bad{color:#e07a7a!important}

/* ===== LEVAND AUTO v19.2 — auction condition indicators ===== */
.la-condition-value{
    display:inline-flex;
    align-items:center;
    gap:9px;
}
.la-condition-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    flex:0 0 10px;
    box-shadow:0 0 0 4px rgba(255,255,255,.035);
}
.la-condition-good .la-condition-dot{background:#55c878;}
.la-condition-warn .la-condition-dot{background:#e3b650;}
.la-condition-bad .la-condition-dot{background:#df6969;}
.la-condition-good{color:#79d58a!important;}
.la-condition-warn{color:#e8bd63!important;}
.la-condition-bad{color:#e07a7a!important;}


/* ===== LEVAND AUTO v20 — order vehicle modal ===== */
.la-order-modal{
    position:fixed;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
    background:rgba(0,0,0,.82);
    backdrop-filter:blur(8px);
    z-index:100000;
}
.la-order-modal.is-open{display:flex}
.la-order-dialog{
    width:min(100%,560px);
    max-height:calc(100vh - 40px);
    overflow:auto;
    position:relative;
    padding:28px;
    border:1px solid var(--la-line);
    border-radius:22px;
    background:#101216;
    box-shadow:0 28px 90px rgba(0,0,0,.5);
}
.la-order-close{
    position:absolute;
    top:14px;
    right:14px;
    width:42px;
    height:42px;
    border:1px solid var(--la-line);
    border-radius:50%;
    background:rgba(255,255,255,.03);
    color:#fff;
    font-size:28px;
    line-height:1;
    cursor:pointer;
}
.la-order-close:hover{
    border-color:var(--la-gold);
    color:var(--la-gold);
}
.la-order-eyebrow{
    margin:0 52px 8px 0;
    color:var(--la-gold);
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.1em;
}
.la-order-title{
    margin:0 52px 8px 0;
    font-size:clamp(25px,4vw,34px);
    line-height:1.15;
}
.la-order-car{
    margin:0 0 22px;
    color:var(--la-muted);
}
.la-order-summary{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-bottom:20px;
}
.la-order-summary div{
    padding:12px 14px;
    border:1px solid var(--la-line);
    border-radius:12px;
    background:rgba(255,255,255,.02);
}
.la-order-summary small{
    display:block;
    margin-bottom:4px;
    color:var(--la-muted);
}
.la-order-form{
    display:grid;
    gap:14px;
}
.la-order-form label{
    display:grid;
    gap:7px;
    font-size:13px;
    font-weight:700;
}
.la-order-form input,
.la-order-form select,
.la-order-form textarea{
    width:100%;
    border:1px solid var(--la-line);
    border-radius:11px;
    background:#0b0d11;
    color:#fff;
    padding:13px 14px;
    font:inherit;
}
.la-order-form input:focus,
.la-order-form select:focus,
.la-order-form textarea:focus{
    outline:none;
    border-color:var(--la-gold);
    box-shadow:0 0 0 3px rgba(225,176,75,.1);
}
.la-order-form textarea{
    min-height:95px;
    resize:vertical;
}
.la-order-note{
    margin:0;
    color:var(--la-muted);
    font-size:12px;
    line-height:1.5;
}
.la-order-honeypot{
    position:absolute!important;
    left:-9999px!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
}
.la-order-success{
    margin:0 0 18px;
    padding:14px 16px;
    border:1px solid rgba(85,200,120,.35);
    border-radius:12px;
    background:rgba(85,200,120,.08);
    color:#8be3a1;
}
body.la-order-open{overflow:hidden}

@media(max-width:600px){
    .la-order-dialog{padding:22px 18px}
    .la-order-summary{grid-template-columns:1fr}
}


/* ===== LEVAND AUTO v20.1 — form polish ===== */
.la-order-form label small{
    display:inline;
    color:var(--la-muted);
    font-size:12px;
    font-weight:500;
}
.la-order-form .la-comment-label{
    display:flex;
    align-items:baseline;
    gap:5px;
    margin-bottom:7px;
}


/* ===== LEVAND AUTO v21 — premium catalog cards ===== */
.car-card{
    overflow:hidden;
    border:1px solid var(--la-line);
    border-radius:18px;
    background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01));
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.car-card:hover{
    transform:translateY(-3px);
    border-color:rgba(225,176,75,.38);
    box-shadow:0 18px 45px rgba(0,0,0,.28);
}
.car-media{position:relative;overflow:hidden}
.car-media img{transition:transform .35s ease}
.car-card:hover .car-media img{transform:scale(1.025)}
.la-card-badges{
    position:absolute;
    top:12px;
    left:12px;
    right:12px;
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    pointer-events:none;
}
.la-card-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    min-height:28px;
    padding:5px 9px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:999px;
    background:rgba(8,10,13,.82);
    backdrop-filter:blur(7px);
    color:#fff;
    font-size:11px;
    font-weight:800;
    line-height:1;
}
.la-card-badge.status{border-color:rgba(225,176,75,.38);color:var(--la-gold)}
.la-card-badge.condition .dot{
    width:7px;height:7px;border-radius:50%;background:#55c878;
}
.la-card-badge.condition.starts .dot{background:#e3b650}
.la-card-badge.condition.no-start .dot{background:#df6969}
.car-body{padding:17px}
.car-title{
    margin:0 0 12px;
    font-size:19px;
    line-height:1.25;
}
.car-title a{color:#fff;text-decoration:none}
.la-card-price-row{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
}
.la-card-price{
    color:var(--la-gold);
    font-size:25px;
    font-weight:900;
    line-height:1;
}
.la-card-country{
    color:var(--la-muted);
    font-size:12px;
    font-weight:700;
}
.car-meta{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin:0 0 15px;
}
.car-meta span{
    display:flex;
    align-items:center;
    min-height:36px;
    padding:8px 10px;
    border:1px solid var(--la-line);
    border-radius:9px;
    background:rgba(255,255,255,.018);
    color:#d8d9dd;
    font-size:12px;
}
.la-card-more{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:42px;
    border:1px solid rgba(225,176,75,.42);
    border-radius:10px;
    color:var(--la-gold);
    font-size:12px;
    font-weight:900;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.05em;
    transition:.2s ease;
}
.la-card-more:hover{background:var(--la-gold);color:#0b0d10}
@media(max-width:600px){
    .car-body{padding:14px}
    .car-title{font-size:17px}
    .la-card-price{font-size:22px}
}


/* ===== LEVAND AUTO v21.1 — catalog consistency ===== */
.car-card{
    display:flex;
    flex-direction:column;
    height:100%;
}
.car-media{
    display:block;
    width:100%;
    aspect-ratio:16/10;
    background:#14171c;
}
.car-media img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.car-body{
    display:flex;
    flex-direction:column;
    flex:1;
}
.la-card-more{margin-top:auto}

.car-placeholder{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    overflow:hidden;
    background:
        radial-gradient(circle at 50% 38%,rgba(225,176,75,.09),transparent 32%),
        linear-gradient(145deg,#171a20,#0e1014);
}
.car-placeholder::before{
    content:"";
    position:absolute;
    width:58%;
    height:32%;
    left:21%;
    top:35%;
    border:2px solid rgba(225,176,75,.25);
    border-radius:55% 55% 28% 28% / 60% 60% 35% 35%;
    transform:skewX(-8deg);
}
.car-placeholder::after{
    content:"LEVAND AUTO";
    position:relative;
    z-index:2;
    padding:9px 13px;
    border:1px solid rgba(225,176,75,.28);
    border-radius:999px;
    background:rgba(10,12,15,.78);
    color:var(--la-gold);
    font-size:11px;
    font-weight:900;
    letter-spacing:.12em;
}


/* ===== LEVAND AUTO v22 — catalog filter UI ===== */
.la-filter-toggle{display:none}
.la-catalog-filter{
    margin:28px 0 18px;
    padding:16px;
    border:1px solid var(--la-line);
    border-radius:16px;
    background:rgba(255,255,255,.018);
}
.la-filter-grid{
    display:grid;
    grid-template-columns:2fr repeat(3,minmax(130px,1fr));
    gap:10px;
}
.la-filter-grid + .la-filter-grid{margin-top:10px}
.la-catalog-filter input,
.la-catalog-filter select{
    width:100%;
    min-height:44px;
    padding:0 13px;
    border:1px solid var(--la-line);
    border-radius:10px;
    background:#0d1015;
    color:#fff;
    font:inherit;
}
.la-catalog-filter input:focus,
.la-catalog-filter select:focus{
    outline:none;
    border-color:var(--la-gold);
}
.la-filter-actions{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:12px;
}
.la-filter-buttons{display:flex;gap:9px}
.la-filter-submit,.la-filter-reset,.la-filter-toggle{
    min-height:42px;
    padding:0 17px;
    border-radius:10px;
    font-weight:800;
    cursor:pointer;
}
.la-filter-submit{
    border:1px solid var(--la-gold);
    background:var(--la-gold);
    color:#090b0e;
}
.la-filter-reset{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid var(--la-line);
    color:#fff;
    text-decoration:none;
}
.la-filter-count{color:var(--la-muted);font-size:13px}
@media(max-width:900px){
    .la-filter-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
    .la-filter-toggle{
        display:flex;
        align-items:center;
        justify-content:space-between;
        width:100%;
        margin:20px 0 10px;
        border:1px solid var(--la-line);
        background:#0d1015;
        color:#fff;
    }
    .la-catalog-filter{
        display:none;
        margin-top:0;
    }
    .la-catalog-filter.is-open{display:block}
    .la-filter-grid{grid-template-columns:1fr}
    .la-filter-actions{align-items:stretch;flex-direction:column}
    .la-filter-buttons{display:grid;grid-template-columns:1fr 1fr}
}


/* ===== LEVAND AUTO v22.1 — final catalog polish ===== */
.car-placeholder::before{
    width:62%;
    height:34%;
    left:19%;
    top:33%;
    border-color:rgba(225,176,75,.34);
}
.car-placeholder::after{
    content:"LEVAND AUTO";
}
.car-placeholder{
    font-size:0; /* hides legacy duplicate placeholder text */
}
.la-filter-grid.la-filter-secondary{
    grid-template-columns:repeat(4,minmax(130px,1fr));
}
.la-filter-grid.la-filter-tertiary{
    grid-template-columns:1fr 1fr;
}
@media(max-width:900px){
    .la-filter-grid.la-filter-secondary,
    .la-filter-grid.la-filter-tertiary{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
    .la-filter-grid.la-filter-secondary,
    .la-filter-grid.la-filter-tertiary{grid-template-columns:1fr}
}


/* ===== LEVAND AUTO v22.2 FIX ===== */
.car-placeholder{
    color:transparent !important;
    text-indent:-9999px !important;
}
.car-placeholder::after{
    content:"LEVAND AUTO" !important;
    text-indent:0 !important;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
    z-index:3;
    white-space:nowrap;
}
.la-filter-grid.la-filter-tertiary{
    grid-template-columns:1fr 1fr !important;
}
@media(max-width:600px){
    .la-filter-grid.la-filter-tertiary{grid-template-columns:1fr !important}
}


/* ===== LEVAND AUTO v23 — featured cars on home ===== */
.la-home-cars{padding:72px 0}
.la-home-cars-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:24px;
}
.la-home-cars-head h2{margin:0 0 8px;font-size:clamp(28px,4vw,42px)}
.la-home-cars-head p{margin:0;color:var(--la-muted);max-width:650px}
.la-home-cars-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.la-home-cars-all{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 18px;
    border:1px solid var(--la-gold);
    border-radius:10px;
    color:var(--la-gold);
    font-size:12px;
    font-weight:900;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.05em;
    white-space:nowrap;
}
.la-home-cars-all:hover{background:var(--la-gold);color:#0b0d10}
.la-home-cars-mobile-link{display:none;margin-top:18px}
@media(max-width:900px){
    .la-home-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
    .la-home-cars{padding:52px 0}
    .la-home-cars-head .la-home-cars-all{display:none}
    .la-home-cars-grid{
        display:flex;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        gap:12px;
        margin-right:-18px;
        padding-right:18px;
        scrollbar-width:none;
    }
    .la-home-cars-grid::-webkit-scrollbar{display:none}
    .la-home-cars-grid .car-card{
        flex:0 0 84%;
        scroll-snap-align:start;
    }
    .la-home-cars-mobile-link{display:block}
    .la-home-cars-mobile-link .la-home-cars-all{width:100%}
}

/* ===== LEVAND AUTO v23.1 — home catalog cleanup ===== */
.la-home-cars-head{align-items:center}


/* ===== LEVAND AUTO v24 — How we work ===== */
.la-process{
    padding:76px 0;
    border-top:1px solid var(--la-line);
}
.la-process-head{
    max-width:720px;
    margin-bottom:34px;
}
.la-process-kicker{
    display:block;
    margin-bottom:8px;
    color:var(--la-gold);
    font-size:12px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.la-process-head h2{
    margin:0 0 10px;
    font-size:clamp(30px,4vw,44px);
}
.la-process-head p{
    margin:0;
    color:var(--la-muted);
    line-height:1.65;
}
.la-process-track{
    position:relative;
    display:grid;
    grid-template-columns:repeat(7,minmax(0,1fr));
    gap:12px;
}
.la-process-track::before{
    content:"";
    position:absolute;
    left:5%;
    right:5%;
    top:25px;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(225,176,75,.55),transparent);
}
.la-process-step{
    position:relative;
    z-index:1;
    padding:0 5px;
}
.la-process-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    margin:0 0 17px;
    border:1px solid rgba(225,176,75,.48);
    border-radius:50%;
    background:#0b0d11;
    color:var(--la-gold);
    font-size:14px;
    font-weight:900;
    box-shadow:0 0 0 6px #0b0d11;
}
.la-process-step h3{
    margin:0 0 7px;
    color:#fff;
    font-size:14px;
    line-height:1.35;
}
.la-process-step p{
    margin:0;
    color:var(--la-muted);
    font-size:12px;
    line-height:1.55;
}
@media(max-width:1050px){
    .la-process-track{
        grid-template-columns:repeat(4,minmax(0,1fr));
        row-gap:28px;
    }
    .la-process-track::before{display:none}
}
@media(max-width:600px){
    .la-process{padding:54px 0}
    .la-process-head{margin-bottom:26px}
    .la-process-track{
        display:block;
        position:relative;
        padding-left:4px;
    }
    .la-process-track::before{
        display:block;
        left:28px;
        right:auto;
        top:20px;
        bottom:20px;
        width:1px;
        height:auto;
        background:linear-gradient(180deg,rgba(225,176,75,.55),rgba(225,176,75,.12));
    }
    .la-process-step{
        display:grid;
        grid-template-columns:58px 1fr;
        column-gap:14px;
        padding:0 0 25px;
    }
    .la-process-number{
        grid-row:1 / span 2;
        margin:0;
        width:48px;
        height:48px;
        box-shadow:0 0 0 5px #0b0d11;
    }
    .la-process-step h3{font-size:16px;padding-top:3px}
    .la-process-step p{font-size:13px}
}

/* ===== v24.1 process polish ===== */
.la-process-track::before{height:1px;background:rgba(225,176,75,.38)}
.la-process-step h3{font-size:15px}
.la-process-step p{font-size:12.5px;line-height:1.5}


/* =========================================================
   LEVAND AUTO v25 — PREMIUM HOME
   ========================================================= */
.la-v25{overflow:hidden}
.la-v25 .container{max-width:1180px}
.la-v25-section{padding:76px 0}
.la-v25-label{
    color:var(--la-gold);
    font-size:11px;
    font-weight:900;
    letter-spacing:.15em;
    text-transform:uppercase;
}
.la-v25-title{
    margin:8px 0 10px;
    font-size:clamp(30px,4vw,46px);
    line-height:1.08;
}
.la-v25-copy{color:var(--la-muted);line-height:1.65}

/* hero */
.la-v25-hero{
    position:relative;
    min-height:650px;
    display:flex;
    align-items:center;
    border-bottom:1px solid var(--la-line);
    background:
      radial-gradient(circle at 76% 45%,rgba(225,176,75,.10),transparent 26%),
      linear-gradient(90deg,#090b0f 0%,#0b0e13 56%,#11151b 100%);
}
.la-v25-hero::after{
    content:"";
    position:absolute;inset:0;
    pointer-events:none;
    background:
      linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
    background-size:52px 52px;
    mask-image:linear-gradient(to right,#000,transparent 78%);
}
.la-v25-hero-grid{
    position:relative;z-index:2;
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:54px;
    align-items:center;
}
.la-v25-hero h1{
    margin:12px 0 18px;
    max-width:720px;
    font-size:clamp(43px,6vw,76px);
    line-height:.98;
    letter-spacing:-.045em;
}
.la-v25-hero h1 span{color:var(--la-gold)}
.la-v25-hero p{max-width:620px;font-size:17px;color:#aab0ba;line-height:1.65}
.la-v25-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.la-v25-btn{
    display:inline-flex;align-items:center;justify-content:center;
    min-height:48px;padding:0 21px;border-radius:10px;
    border:1px solid var(--la-gold);background:var(--la-gold);
    color:#090b0e;text-decoration:none;font-size:12px;font-weight:900;
    text-transform:uppercase;letter-spacing:.055em;
}
.la-v25-btn.alt{background:transparent;color:#fff;border-color:rgba(255,255,255,.18)}
.la-v25-visual{
    position:relative;
    min-height:420px;
    display:flex;align-items:center;justify-content:center;
}
.la-v25-car-silhouette{
    position:relative;width:94%;height:245px;
    border:1px solid rgba(225,176,75,.20);
    border-radius:54% 46% 22% 20% / 55% 55% 28% 28%;
    transform:skewX(-5deg);
    background:
      radial-gradient(circle at 24% 88%,#080a0d 0 32px,#d8a83f 33px 36px,#11151a 37px 53px,transparent 54px),
      radial-gradient(circle at 77% 88%,#080a0d 0 32px,#d8a83f 33px 36px,#11151a 37px 53px,transparent 54px),
      linear-gradient(145deg,rgba(255,255,255,.07),rgba(225,176,75,.08) 42%,rgba(0,0,0,.12));
    box-shadow:0 45px 80px rgba(0,0,0,.35);
}
.la-v25-car-silhouette::before{
    content:"LEVAND AUTO";
    position:absolute;left:50%;top:48%;transform:translate(-50%,-50%) skewX(5deg);
    color:var(--la-gold);font-size:13px;font-weight:900;letter-spacing:.18em;
}
.la-v25-car-silhouette::after{
    content:"";
    position:absolute;left:18%;right:14%;top:20%;height:36%;
    border-top:1px solid rgba(255,255,255,.18);
    border-radius:50%;
}

/* quick search */
.la-v25-search-wrap{position:relative;z-index:5;margin-top:-48px}
.la-v25-search{
    padding:18px;
    border:1px solid rgba(225,176,75,.22);
    border-radius:16px;
    background:rgba(13,16,21,.96);
    box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.la-v25-search-head{
    display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px
}
.la-v25-search-head strong{font-size:15px}
.la-v25-search-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr auto;gap:9px}
.la-v25-search input,.la-v25-search select{
    min-height:44px;width:100%;padding:0 12px;border-radius:9px;
    border:1px solid var(--la-line);background:#0a0d11;color:#fff;font:inherit;
}
.la-v25-search button{border:0;cursor:pointer}

/* stats */
.la-v25-trust{
    display:grid;grid-template-columns:repeat(4,1fr);
    border:1px solid var(--la-line);border-radius:15px;overflow:hidden;
    background:#0d1015;
}
.la-v25-trust div{padding:22px;border-right:1px solid var(--la-line)}
.la-v25-trust div:last-child{border-right:0}
.la-v25-trust strong{display:block;color:#fff;font-size:15px;margin-bottom:5px}
.la-v25-trust span{color:var(--la-muted);font-size:12px}

/* countries */
.la-v25-countries{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:26px}
.la-v25-country{
    min-height:132px;padding:20px;border:1px solid var(--la-line);border-radius:14px;
    background:linear-gradient(145deg,#101319,#0c0f14);
}
.la-v25-country b{display:block;font-size:17px;margin:10px 0 6px}
.la-v25-country p{margin:0;color:var(--la-muted);font-size:12px;line-height:1.5}

/* home cars + calculator split */
.la-v25-split{display:grid;grid-template-columns:1.28fr .72fr;gap:22px;align-items:start}
.la-v25-panel{
    border:1px solid var(--la-line);border-radius:16px;background:#0d1015;padding:22px;
}
.la-v25-panel-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.la-v25-panel-head h2{margin:5px 0 0;font-size:28px}
.la-v25-mini-link{color:var(--la-gold);font-size:11px;font-weight:900;text-transform:uppercase;text-decoration:none}
.la-v25-cars-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.la-v25-cars-grid .car-card:nth-child(n+5){display:none}
.la-v25-calculator .la-v25-copy{font-size:13px;margin-bottom:16px}

/* process */
.la-v25-process{
    display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;
    margin-top:28px;position:relative;
}
.la-v25-process::before{
    content:"";position:absolute;left:5%;right:5%;top:24px;height:1px;background:rgba(225,176,75,.36)
}
.la-v25-step{position:relative;z-index:1}
.la-v25-step i{
    width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;
    background:#0b0e12;border:1px solid rgba(225,176,75,.5);color:var(--la-gold);
    font-style:normal;font-size:12px;font-weight:900;box-shadow:0 0 0 6px #090b0f;
}
.la-v25-step b{display:block;margin:15px 0 6px;font-size:13px}
.la-v25-step span{display:block;color:var(--la-muted);font-size:11px;line-height:1.5}

/* tracking / CTA */
.la-v25-dark-panel{
    border:1px solid var(--la-line);border-radius:18px;
    background:linear-gradient(120deg,#10141a,#0b0e12);padding:28px;
}
.la-v25-final{
    display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;
    border:1px solid rgba(225,176,75,.25);border-radius:18px;padding:34px;
    background:radial-gradient(circle at 80% 50%,rgba(225,176,75,.10),transparent 35%),#0d1015;
}
.la-v25-final h2{margin:6px 0 8px;font-size:34px}

@media(max-width:1000px){
    .la-v25-hero-grid,.la-v25-split{grid-template-columns:1fr}
    .la-v25-visual{display:none}
    .la-v25-search-grid{grid-template-columns:1fr 1fr}
    .la-v25-search-grid .la-v25-btn{grid-column:span 2}
    .la-v25-countries{grid-template-columns:repeat(3,1fr)}
    .la-v25-process{grid-template-columns:repeat(4,1fr);row-gap:25px}
    .la-v25-process::before{display:none}
}
@media(max-width:650px){
    .la-v25-section{padding:54px 0}
    .la-v25-hero{min-height:590px;padding-bottom:50px}
    .la-v25-search-wrap{margin-top:-28px}
    .la-v25-search-grid{grid-template-columns:1fr}
    .la-v25-search-grid .la-v25-btn{grid-column:auto}
    .la-v25-trust{grid-template-columns:1fr 1fr}
    .la-v25-trust div:nth-child(2){border-right:0}
    .la-v25-trust div:nth-child(-n+2){border-bottom:1px solid var(--la-line)}
    .la-v25-countries{grid-template-columns:1fr}
    .la-v25-cars-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}
    .la-v25-cars-grid .car-card{flex:0 0 86%;scroll-snap-align:start}
    .la-v25-process{display:block}
    .la-v25-step{display:grid;grid-template-columns:58px 1fr;column-gap:12px;padding-bottom:22px}
    .la-v25-step i{grid-row:1/span 2}
    .la-v25-step b{margin:4px 0 5px}
    .la-v25-final{grid-template-columns:1fr}
}


/* =========================================================
   LEVAND AUTO v25.1 — VISUAL POLISH
   ========================================================= */

/* hero with real vehicle photo */
.la-v25-hero{
    min-height:610px;
    background-color:#090b0f;
    background-position:center;
    background-size:cover;
}
.la-v25-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(90deg,rgba(5,7,10,.97) 0%,rgba(5,7,10,.90) 36%,rgba(5,7,10,.55) 62%,rgba(5,7,10,.28) 100%),
      linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.52));
    z-index:1;
}
.la-v25-hero::after{
    z-index:1;
    opacity:.34;
}
.la-v25-hero-grid{
    grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);
}
.la-v25-hero h1{
    max-width:690px;
    font-size:clamp(46px,5.7vw,72px);
}
.la-v25-hero p{max-width:590px}
.la-v25-visual{
    min-height:380px;
}
.la-v25-car-silhouette{
    display:none!important;
}

/* search compact */
.la-v25-search-wrap{margin-top:-38px}
.la-v25-search{padding:16px}
.la-v25-search-grid{
    grid-template-columns:1.5fr .9fr .8fr .9fr auto;
}

/* cards and calculator */
.la-v25-split{
    grid-template-columns:minmax(0,1fr);
    gap:18px;
}
.la-v25-panel{padding:20px}
.la-v25-cars-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
}
.la-v25-cars-grid .car-card:nth-child(n+4){display:none}
.la-v25-calculator{
    display:grid;
    grid-template-columns:minmax(240px,.52fr) minmax(0,1fr);
    gap:24px;
    align-items:start;
}
.la-v25-calculator > .la-v25-label,
.la-v25-calculator > h2,
.la-v25-calculator > .la-v25-copy{
    grid-column:1;
}
.la-v25-calculator > form,
.la-v25-calculator > .la-calculator,
.la-v25-calculator > .calculator-wrap,
.la-v25-calculator > div:not(.la-v25-label){
    grid-column:2;
    grid-row:1 / span 4;
}
.la-v25-calculator .la-v25-btn{
    width:max-content;
}

/* tracking compact and localized */
.la-v25-dark-panel{
    padding:26px;
}
.la-v25-dark-panel .tracking-form,
.la-v25-dark-panel form{
    margin-top:18px;
}
.la-v25-dark-panel input{
    min-height:46px;
}
.la-v25-dark-panel button{
    min-height:44px;
}

/* density */
.la-v25-section{padding:66px 0}
.la-v25-countries{gap:10px}
.la-v25-country{min-height:120px;padding:18px}
.la-v25-process{margin-top:24px}

@media(max-width:1000px){
    .la-v25-hero-grid{grid-template-columns:1fr}
    .la-v25-visual{display:none}
    .la-v25-calculator{grid-template-columns:1fr}
    .la-v25-calculator > *{grid-column:auto!important;grid-row:auto!important}
    .la-v25-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .la-v25-cars-grid .car-card:nth-child(3){display:none}
}
@media(max-width:650px){
    .la-v25-hero{
        min-height:560px;
        background-position:64% center;
    }
    .la-v25-hero::before{
        background:linear-gradient(90deg,rgba(5,7,10,.97),rgba(5,7,10,.78));
    }
    .la-v25-cars-grid{
        display:flex;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        gap:12px;
    }
    .la-v25-cars-grid .car-card{
        flex:0 0 86%;
        display:flex!important;
        scroll-snap-align:start;
    }
}


/* =========================================================
   LEVAND AUTO v25.2 — exact calculator + compact homepage
   ========================================================= */
.la-v25-section{padding:54px 0}
.la-v25-countries{margin-bottom:0}
.la-v25-split{
    display:grid;
    grid-template-columns:minmax(0,3fr) minmax(285px,1fr);
    gap:18px;
    align-items:start;
}
.la-v25-split > .la-v25-panel:first-child{min-width:0}
.la-v25-cars-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}
.la-v25-cars-grid .car-card{min-width:0}
.la-v25-calculator{
    display:block;
    position:sticky;
    top:92px;
    padding:22px;
}
.la-v25-calculator h2{
    font-size:clamp(25px,2vw,34px);
    line-height:1.08;
    margin-bottom:12px;
}
.la-v25-calculator .la-v25-copy{margin-bottom:18px}
.la-v25-calculator .la-v25-btn{width:100%;justify-content:center}
.la-v25-process{margin-top:10px}
.la-v25-dark-panel{margin-top:18px}
@media(max-width:1180px){
    .la-v25-split{grid-template-columns:1fr}
    .la-v25-calculator{position:static}
}
@media(max-width:850px){
    .la-v25-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
    .la-v25-section{padding:42px 0}
}


/* =========================================================
   LEVAND AUTO v25.3 — HEADER + HERO RESPONSIVE FIX
   ========================================================= */

/* Prevent desktop layout from collapsing too early */
html,body{overflow-x:hidden}
.site-header,
header.site-header{
    width:100%;
}
.site-header .container,
header.site-header .container{
    max-width:1360px!important;
    width:calc(100% - 48px)!important;
    margin-inline:auto!important;
}
.site-header-inner,
.header-inner,
.la-header-inner{
    display:flex!important;
    align-items:center!important;
    gap:22px!important;
    min-width:0!important;
}
.site-branding,
.la-brand{
    flex:0 0 auto!important;
}
.main-navigation,
.primary-navigation,
.la-main-nav{
    flex:1 1 auto!important;
    min-width:0!important;
}
.main-navigation ul,
.primary-navigation ul,
.la-main-nav ul{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:20px!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
}
.main-navigation a,
.primary-navigation a,
.la-main-nav a{
    font-size:13px!important;
}
.header-actions,
.la-header-actions,
.site-header .actions{
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    white-space:nowrap!important;
}
.header-actions .la-btn,
.la-header-actions .la-btn,
.site-header .actions .la-btn{
    min-height:44px!important;
    padding-inline:20px!important;
}

/* Hero must stay desktop-wide at 1366px */
.la-v25-hero .container{
    max-width:1360px!important;
    width:calc(100% - 64px)!important;
}
.la-v25-hero-grid{
    grid-template-columns:minmax(560px,1.02fr) minmax(390px,.98fr)!important;
    gap:44px!important;
}
.la-v25-hero h1{
    max-width:700px!important;
    font-size:clamp(52px,5.4vw,76px)!important;
    line-height:.98!important;
}
.la-v25-hero p{
    max-width:620px!important;
}
.la-v25-search-wrap{
    max-width:1360px!important;
    width:calc(100% - 64px)!important;
}

/* Keep title to sensible lines */
.la-v25-hero h1{
    text-wrap:balance;
    word-break:normal!important;
    overflow-wrap:normal!important;
}

/* Laptop breakpoint: still desktop nav, slightly tighter */
@media (max-width:1280px) and (min-width:1025px){
    .site-header .container,
    header.site-header .container{
        width:calc(100% - 28px)!important;
    }
    .main-navigation ul,
    .primary-navigation ul,
    .la-main-nav ul{
        gap:13px!important;
    }
    .main-navigation a,
    .primary-navigation a,
    .la-main-nav a{
        font-size:12px!important;
    }
    .header-actions .la-btn,
    .la-header-actions .la-btn,
    .site-header .actions .la-btn{
        padding-inline:15px!important;
        font-size:12px!important;
    }
    .la-v25-hero .container,
    .la-v25-search-wrap{
        width:calc(100% - 36px)!important;
    }
    .la-v25-hero-grid{
        grid-template-columns:minmax(500px,1fr) minmax(340px,.9fr)!important;
        gap:28px!important;
    }
    .la-v25-hero h1{
        font-size:clamp(48px,5vw,66px)!important;
    }
}

/* Only switch to mobile/tablet header below 1024px */
@media (max-width:1024px){
    .site-header .container,
    header.site-header .container{
        width:calc(100% - 28px)!important;
    }
    .main-navigation,
    .primary-navigation,
    .la-main-nav{
        display:none!important;
    }
    .menu-toggle,
    .nav-toggle,
    .la-menu-toggle{
        display:inline-flex!important;
        margin-left:auto!important;
    }
    .header-actions,
    .la-header-actions,
    .site-header .actions{
        margin-left:auto!important;
    }
    .header-actions .la-btn,
    .la-header-actions .la-btn,
    .site-header .actions .la-btn{
        display:none!important;
    }
    .la-v25-hero .container,
    .la-v25-search-wrap{
        width:calc(100% - 28px)!important;
    }
    .la-v25-hero-grid{
        grid-template-columns:1fr!important;
    }
    .la-v25-hero h1{
        max-width:760px!important;
        font-size:clamp(46px,8vw,68px)!important;
    }
}

/* Mobile */
@media (max-width:650px){
    .site-header .container,
    header.site-header .container,
    .la-v25-hero .container,
    .la-v25-search-wrap{
        width:calc(100% - 24px)!important;
    }
    .la-v25-hero{
        min-height:620px!important;
        background-position:64% center!important;
    }
    .la-v25-hero h1{
        font-size:clamp(40px,13vw,58px)!important;
        line-height:1.02!important;
    }
}


/* v25.4 direct hero fix */
body .la-v25 .la-v25-hero > .container{
  width:min(1360px,calc(100% - 48px))!important;
  max-width:none!important;
  margin-inline:auto!important;
}
body .la-v25 .la-v25-hero-grid{
  grid-template-columns:minmax(520px,1fr) minmax(340px,.82fr)!important;
}
body .la-v25 .la-v25-hero h1{
  max-width:720px!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
body .la-v25 .la-v25-search-wrap{
  width:min(1360px,calc(100% - 48px))!important;
  max-width:none!important;
}
@media(max-width:1024px){
 body .la-v25 .la-v25-hero > .container,
 body .la-v25 .la-v25-search-wrap{width:calc(100% - 28px)!important}
 body .la-v25 .la-v25-hero-grid{grid-template-columns:1fr!important}
}

/* =========================================================
   LEVAND AUTO v25.5 — FULL WIDTH ROOT LAYOUT FIX
   Fixes hosting/page wrappers constraining the homepage.
   ========================================================= */
html, body{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
}
body > #page,
body > .site,
#page,
.site,
.site-content,
#content,
main.la-v25,
.la-v25{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
}
main.la-v25{
    display:block!important;
}
.la-v25 > section,
.la-v25-hero{
    width:100%!important;
    max-width:none!important;
}
.la-v25 .container,
body .la-v25 .container,
body .la-v25 .la-v25-hero > .container,
body .la-v25 .la-v25-search-wrap{
    width:calc(100% - 48px)!important;
    max-width:1360px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
.site-header{
    width:100%!important;
    max-width:none!important;
}
.site-header .la-header-shell{
    width:calc(100% - 48px)!important;
    max-width:1360px!important;
    margin-inline:auto!important;
}
/* Header must never overlap: switch to compact nav before space runs out. */
@media(max-width:1180px){
    .site-header .la-desktop-nav{display:none!important}
    .site-header .header-actions .la-btn{display:none!important}
    .site-header .menu-toggle{display:inline-grid!important;place-items:center!important;margin-left:auto!important}
}
@media(max-width:650px){
    .la-v25 .container,
    body .la-v25 .container,
    body .la-v25 .la-v25-hero > .container,
    body .la-v25 .la-v25-search-wrap,
    .site-header .la-header-shell{
        width:calc(100% - 24px)!important;
    }
}


/* =========================================================
   LEVAND AUTO v25.6 — DARK LAYOUT + CALCULATOR FIX
   ========================================================= */
html,
body,
body.home,
body.home #page,
body.home .site,
body.home .site-content,
body.home main,
body.home .la-v25{
    background:#080b0f!important;
    color:#f5f1e8!important;
}
body.home .la-v25{
    width:100%!important;
    max-width:none!important;
    overflow:hidden;
}
body.home .la-v25-section{
    background:#080b0f!important;
}
body.home .la-v25-section:nth-of-type(even){
    background:#0a0d12!important;
}
body.home .la-v25-title,
body.home .la-v25-panel h2,
body.home .la-v25-final h2,
body.home .la-v25-dark-panel h2,
body.home .la-v25-step b,
body.home .la-v25-country b{
    color:#f5f1e8!important;
}
body.home .la-v25-copy,
body.home .la-v25-country p,
body.home .la-v25-step span,
body.home .la-v25-trust span{
    color:#aeb6c3!important;
}
body.home .la-v25-label,
body.home .la-v25-mini-link{
    color:#e4b557!important;
}
body.home .la-v25-country,
body.home .la-v25-panel,
body.home .la-v25-dark-panel,
body.home .la-v25-final,
body.home .la-v25-trust{
    background:#0d1015!important;
    border-color:#252b34!important;
}
body.home .la-v25-calculator{
    min-height:100%;
    position:static!important;
}
body.home .la-v25-calculator .la-v25-btn{
    width:100%;
    margin-top:14px;
}
body.home .site-footer{
    background:#080b0f!important;
    color:#f5f1e8!important;
    border-top:1px solid #252b34;
}

/* Avoid the large white gaps created by inherited theme wrappers. */
body.home .entry-content,
body.home .content-area,
body.home .site-main,
body.home .wp-site-blocks{
    background:#080b0f!important;
    margin:0!important;
    padding:0!important;
    max-width:none!important;
}

/* Maintain the full-width layout that is now working. */
body.home .la-v25 > .la-v25-section > .container,
body.home .la-v25-search-wrap{
    width:min(1360px,calc(100% - 48px))!important;
    max-width:none!important;
    margin-inline:auto!important;
}
@media(max-width:650px){
    body.home .la-v25 > .la-v25-section > .container,
    body.home .la-v25-search-wrap{
        width:calc(100% - 24px)!important;
    }
}


/* =========================================================
   LEVAND AUTO v25.7 — HOME FINAL POLISH
   Stable v25.6 layout preserved; spacing + directions + catalog polish only.
   ========================================================= */
body.home .la-v25-section{padding:48px 0!important}
body.home .la-v25-directions{padding-top:54px!important;padding-bottom:42px!important}
body.home .la-v25-directions .la-v25-title{margin-top:8px!important;margin-bottom:12px!important;line-height:1.08!important;overflow:visible!important}
body.home .la-v25-directions .la-v25-copy{margin:0!important}
body.home .la-v25-countries{margin-top:22px!important;gap:10px!important}
body.home .la-v25-country{
    min-height:112px!important;
    padding:18px!important;
    border-radius:14px!important;
    transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
body.home .la-v25-country:hover{transform:translateY(-2px);border-color:rgba(228,181,87,.38)!important;background:#10141a!important}
body.home .la-v25-country > span{font-size:15px;line-height:1}
body.home .la-v25-country b{margin:11px 0 6px!important;font-size:17px!important}
body.home .la-v25-country p{font-size:12px!important;line-height:1.45!important}

/* Catalog + exact calculator: balanced 3/1 composition. */
body.home .la-v25-split{grid-template-columns:minmax(0,3fr) minmax(300px,1fr)!important;gap:18px!important;align-items:stretch!important}
body.home .la-v25-split > .la-v25-panel{height:100%}
body.home .la-v25-panel{padding:20px!important}
body.home .la-v25-panel-head{margin-bottom:16px!important}
body.home .la-v25-panel-head h2{font-size:27px!important;line-height:1.1!important}
body.home .la-v25-cars-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
body.home .la-v25-calculator{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:0!important}
body.home .la-v25-calculator h2{font-size:clamp(25px,2vw,31px)!important;line-height:1.08!important;margin:7px 0 12px!important}
body.home .la-v25-calculator .la-v25-copy{font-size:13px!important;line-height:1.65!important;margin:0 0 18px!important}
body.home .la-v25-calculator .la-v25-btn{margin-top:8px!important}

/* Keep the process close to the catalog instead of creating an empty band. */
body.home .la-v25-process{margin-top:22px!important}

@media(max-width:1180px){
    body.home .la-v25-split{grid-template-columns:1fr!important}
    body.home .la-v25-calculator{height:auto!important}
}
@media(max-width:900px){
    body.home .la-v25-countries{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    body.home .la-v25-country:last-child{grid-column:span 2}
    body.home .la-v25-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:650px){
    body.home .la-v25-section{padding:38px 0!important}
    body.home .la-v25-directions{padding-top:42px!important;padding-bottom:34px!important}
    body.home .la-v25-countries{grid-template-columns:1fr!important;gap:9px!important}
    body.home .la-v25-country:last-child{grid-column:auto}
    body.home .la-v25-country{min-height:0!important;padding:16px!important}
    body.home .la-v25-cars-grid{grid-template-columns:1fr!important}
    body.home .la-v25-panel{padding:16px!important}
}

/* =========================================================
   LEVAND AUTO v25.8 — SECTION RHYTHM + HEADING SAFETY
   Keeps v25.7 visual design intact; fixes clipped headings and vertical gaps.
   ========================================================= */
body.home .la-v25 > .la-v25-section{
    overflow:visible!important;
    padding-top:46px!important;
    padding-bottom:46px!important;
}
body.home .la-v25 > .la-v25-section .la-v25-title{
    margin-top:8px!important;
    padding-top:3px!important;
    line-height:1.12!important;
    overflow:visible!important;
}
/* Directions: enough breathing room above the kicker/title, less dead space below cards. */
body.home .la-v25 > .la-v25-directions{
    padding-top:56px!important;
    padding-bottom:38px!important;
}
body.home .la-v25-directions .la-v25-label{
    margin:0 0 7px!important;
}
body.home .la-v25-directions .la-v25-title{
    margin:0 0 13px!important;
    padding-top:4px!important;
}
body.home .la-v25-directions .la-v25-copy{margin:0!important}
body.home .la-v25-directions .la-v25-countries{margin-top:22px!important;margin-bottom:0!important}
/* Catalog and process should read as one continuous flow. */
body.home .la-v25-directions + .la-v25-section{padding-top:40px!important;padding-bottom:38px!important}
body.home .la-v25-directions + .la-v25-section + .la-v25-section{padding-top:38px!important;padding-bottom:42px!important}
body.home .la-v25-directions + .la-v25-section + .la-v25-section .la-v25-label{margin-bottom:7px!important}
body.home .la-v25-directions + .la-v25-section + .la-v25-section .la-v25-title{
    margin:0 0 12px!important;
    padding-top:4px!important;
}
body.home .la-v25-directions + .la-v25-section + .la-v25-section .la-v25-copy{margin:0!important}
body.home .la-v25-directions + .la-v25-section + .la-v25-section .la-v25-process{margin-top:22px!important}
/* Tracking follows process without a large empty band. */
body.home .la-v25-directions + .la-v25-section + .la-v25-section + .la-v25-section{
    padding-top:40px!important;
}
@media(max-width:900px){
    body.home .la-v25 > .la-v25-section{padding-top:42px!important;padding-bottom:42px!important}
    body.home .la-v25 > .la-v25-directions{padding-top:48px!important;padding-bottom:34px!important}
}
@media(max-width:650px){
    body.home .la-v25 > .la-v25-section{padding-top:34px!important;padding-bottom:34px!important}
    body.home .la-v25 > .la-v25-directions{padding-top:40px!important;padding-bottom:30px!important}
    body.home .la-v25 > .la-v25-section .la-v25-title{padding-top:2px!important;line-height:1.14!important}
    body.home .la-v25-directions + .la-v25-section,
    body.home .la-v25-directions + .la-v25-section + .la-v25-section,
    body.home .la-v25-directions + .la-v25-section + .la-v25-section + .la-v25-section{
        padding-top:32px!important;
        padding-bottom:32px!important;
    }
}


/* =========================================================
   LEVAND AUTO v25.10 — CINEMATIC PORT HERO
   ========================================================= */
body.home .la-v25-hero{
    background-image:url('assets/images/levand-hero-port-ship.png')!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
}
body.home .la-v25-hero::before{
    background:
      linear-gradient(90deg,
        rgba(5,7,10,.98) 0%,
        rgba(5,7,10,.93) 28%,
        rgba(5,7,10,.72) 46%,
        rgba(5,7,10,.30) 68%,
        rgba(5,7,10,.12) 100%
      ),
      linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.48))!important;
}
body.home .la-v25-hero{
    min-height:650px!important;
}
body.home .la-v25-hero-grid{
    grid-template-columns:minmax(560px,.88fr) minmax(460px,1.12fr)!important;
}
body.home .la-v25-hero h1{
    max-width:690px!important;
}
body.home .la-v25-search-wrap{
    margin-top:-46px!important;
}
@media(max-width:1100px){
    body.home .la-v25-hero{
        background-position:62% center!important;
    }
}
@media(max-width:760px){
    body.home .la-v25-hero{
        min-height:640px!important;
        background-position:67% center!important;
    }
    body.home .la-v25-hero::before{
        background:
          linear-gradient(90deg,rgba(5,7,10,.98) 0%,rgba(5,7,10,.86) 60%,rgba(5,7,10,.48) 100%),
          linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.52))!important;
    }
}


/* =========================================================
   LEVAND AUTO v25.11 — HERO + HEADER POLISH
   ========================================================= */

/* WordPress admin bar must not cover the site header */
body.admin-bar .site-header{
    top:32px!important;
}
@media(max-width:782px){
    body.admin-bar .site-header{
        top:46px!important;
    }
}

/* Ensure the header has enough visible height and no clipping */
.site-header{
    position:sticky!important;
    top:0;
    min-height:68px!important;
    overflow:visible!important;
}
.site-header .la-header-shell{
    min-height:68px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    overflow:visible!important;
}
.site-header .brand,
.site-header .la-desktop-nav,
.site-header .header-actions{
    align-self:stretch;
    display:flex!important;
    align-items:center!important;
}
.site-header .la-menu a{
    display:flex!important;
    align-items:center!important;
    min-height:68px!important;
    padding:0!important;
}

/* Slightly tighter first screen */
body.home .la-v25-hero{
    min-height:620px!important;
}
body.home .la-v25-hero-grid{
    align-items:center!important;
}
body.home .la-v25-search-wrap{
    margin-top:-54px!important;
}
body.home .la-v25-trust{
    margin-top:0!important;
}
body.home .la-v25-trust > div{
    padding:18px 20px!important;
}

/* Shift image focus a little right so the SUV does not intrude on the headline */
body.home .la-v25-hero{
    background-position:58% center!important;
}

@media(max-width:1280px){
    body.home .la-v25-hero{
        background-position:63% center!important;
    }
}
@media(max-width:760px){
    body.home .la-v25-hero{
        min-height:620px!important;
        background-position:68% center!important;
    }
}


/* =========================================================
   LEVAND AUTO v25.12 — FINAL HERO COMPOSITION POLISH
   ========================================================= */

/* Keep the corrected header untouched; refine only the first screen */
body.home .la-v25-hero{
    min-height:590px!important;
    background-position:64% center!important;
}

body.home .la-v25-hero-grid{
    min-height:590px!important;
}

/* Pull the search panel slightly upward into the hero */
body.home .la-v25-search-wrap{
    margin-top:-72px!important;
    position:relative!important;
    z-index:6!important;
}

/* Keep the benefits strip visually connected to the search panel */
body.home .la-v25-trust{
    margin-top:46px!important;
}

/* Medium desktop: preserve text space while keeping SUV to the right */
@media (max-width:1400px){
    body.home .la-v25-hero{
        background-position:68% center!important;
    }
}

/* Tablet/mobile safety */
@media (max-width:900px){
    body.home .la-v25-hero{
        min-height:620px!important;
        background-position:72% center!important;
    }
    body.home .la-v25-hero-grid{
        min-height:620px!important;
    }
    body.home .la-v25-search-wrap{
        margin-top:-46px!important;
    }
}

/* LEVAND AUTO v25.13 — compact homepage rhythm; hero/header unchanged */
body.home .la-v25-trust{margin-bottom:0!important;}
body.home .la-v25-section,body.home .la-section{
 padding-top:54px!important;padding-bottom:54px!important;
}
body.home .la-v25-directions,body.home .la-directions{
 padding-top:54px!important;padding-bottom:48px!important;
}
body.home .la-v25-directions .section-head,body.home .la-directions .section-head{
 margin-bottom:28px!important;
}
body.home .la-v25-directions-grid,body.home .la-directions-grid{gap:12px!important;}
body.home .la-v25-catalog,body.home .la-catalog{
 margin-top:0!important;padding-top:42px!important;
}
body.home .la-v25-catalog-layout,body.home .la-catalog-layout{gap:18px!important;}
body.home main>section+section{margin-top:0!important;}
@media(max-width:900px){
 body.home .la-v25-section,body.home .la-section,
 body.home .la-v25-directions,body.home .la-directions{
  padding-top:42px!important;padding-bottom:42px!important;
 }
 body.home .la-v25-catalog,body.home .la-catalog{padding-top:34px!important;}
}
@media(max-width:600px){
 body.home .la-v25-section,body.home .la-section,
 body.home .la-v25-directions,body.home .la-directions{
  padding-top:34px!important;padding-bottom:34px!important;
 }
}


/* =========================================================
   LEVAND AUTO v25.14 — EXACT GAP FIX
   Header + hero + search remain unchanged.
   ========================================================= */

/* Exact section immediately after search = 4 benefits.
   Remove the oversized empty band below it. */
body.home .la-v25-search-wrap + .la-v25-section{
    padding-top:24px!important;
    padding-bottom:20px!important;
}
body.home .la-v25-search-wrap + .la-v25-section .la-v25-trust{
    margin-top:0!important;
    margin-bottom:0!important;
}

/* Exact following section = Directions. Pull it upward. */
body.home .la-v25-search-wrap + .la-v25-section + .la-v25-directions{
    padding-top:26px!important;
    padding-bottom:32px!important;
}

/* Exact following section = Catalog + calculator. Keep flow compact. */
body.home .la-v25-search-wrap + .la-v25-section + .la-v25-directions + .la-v25-section{
    padding-top:28px!important;
    padding-bottom:34px!important;
}

@media(max-width:900px){
    body.home .la-v25-search-wrap + .la-v25-section{
        padding-top:20px!important;
        padding-bottom:18px!important;
    }
    body.home .la-v25-search-wrap + .la-v25-section + .la-v25-directions{
        padding-top:22px!important;
        padding-bottom:28px!important;
    }
}


/* =========================================================
   LEVAND AUTO v25.15 — FINAL SPACING POLISH
   Hero, header and search composition are intentionally untouched.
   ========================================================= */

/* 4 benefits -> directions: remove the last excess air */
body.home .la-v25-search-wrap + .la-v25-section{
    padding-top:20px!important;
    padding-bottom:10px!important;
}

body.home .la-v25-search-wrap + .la-v25-section + .la-v25-directions{
    padding-top:14px!important;
    padding-bottom:20px!important;
}

/* Direction cards slightly more compact */
body.home .la-v25-directions .la-v25-country,
body.home .la-directions .la-v25-country{
    min-height:112px!important;
    padding-top:16px!important;
    padding-bottom:16px!important;
}

/* Directions -> catalogue: close the second oversized gap */
body.home .la-v25-search-wrap + .la-v25-section + .la-v25-directions + .la-v25-section{
    padding-top:18px!important;
    padding-bottom:30px!important;
}

/* Prevent margins inside headings from recreating visual gaps */
body.home .la-v25-directions .la-v25-label{
    margin-bottom:10px!important;
}
body.home .la-v25-directions .la-v25-title{
    margin-top:0!important;
    margin-bottom:12px!important;
}
body.home .la-v25-directions .la-v25-copy{
    margin-top:0!important;
    margin-bottom:24px!important;
}

/* Mobile keeps comfortable breathing room */
@media(max-width:900px){
    body.home .la-v25-search-wrap + .la-v25-section{
        padding-top:18px!important;
        padding-bottom:12px!important;
    }
    body.home .la-v25-search-wrap + .la-v25-section + .la-v25-directions{
        padding-top:18px!important;
        padding-bottom:24px!important;
    }
    body.home .la-v25-search-wrap + .la-v25-section + .la-v25-directions + .la-v25-section{
        padding-top:22px!important;
    }
}


/* =========================================================
   LEVAND AUTO v26.0 — PLATFORM HOMEPAGE
   ========================================================= */
.la-v26-tools-section{padding:20px 0 8px;background:#090b0f}
.la-v26-tools{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--la-line);border-radius:16px;overflow:hidden;background:#0d1015}
.la-v26-tool{min-height:96px;padding:20px;display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;color:#fff;text-decoration:none;border-right:1px solid var(--la-line);transition:.2s;background:linear-gradient(145deg,rgba(255,255,255,.018),transparent)}
.la-v26-tool:last-child{border-right:0}.la-v26-tool:hover,.la-v26-tool.active{background:linear-gradient(145deg,rgba(211,176,107,.12),rgba(255,255,255,.015))}.la-v26-tool b{display:block;font-size:14px}.la-v26-tool small{display:block;color:var(--la-muted);font-size:11px;line-height:1.4;margin-top:5px}.la-v26-tool>i{font-style:normal;color:var(--la-gold);font-size:20px}.la-v26-icon{width:36px;height:36px;border:1px solid rgba(211,176,107,.45);border-radius:10px;display:grid;place-items:center;color:var(--la-gold);font-weight:900;font-size:18px}
.la-v26-auctions{padding:22px 0 26px;background:#090b0f}.la-v26-auctions-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:15px}.la-v26-auctions-head span{color:var(--la-gold);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.la-v26-auctions-head strong{font-size:13px;color:#d9dce1;font-weight:600}.la-v26-auction-row{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--la-line);border-radius:14px;overflow:hidden;background:#0d1015}.la-v26-auction-row span{min-height:60px;display:grid;place-items:center;border-right:1px solid var(--la-line);font-size:15px;font-weight:900;letter-spacing:.04em;color:#e6e7e9}.la-v26-auction-row span:last-child{border:0}.la-v26-auction-row span:hover{color:var(--la-gold);background:rgba(211,176,107,.05)}
.la-v26-tabs{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.la-v26-tabs a{padding:7px 10px;border:1px solid var(--la-line);border-radius:999px;color:var(--la-muted);font-size:10px;font-weight:800;text-decoration:none}.la-v26-tabs a.active,.la-v26-tabs a:hover{border-color:rgba(211,176,107,.45);color:var(--la-gold);background:rgba(211,176,107,.06)}
.la-v26-process-section{background:linear-gradient(180deg,#090b0f,#0c0f14);border-top:1px solid rgba(255,255,255,.035);border-bottom:1px solid rgba(255,255,255,.035)}.la-v26-process-section .la-v25-process{padding:26px;border:1px solid var(--la-line);border-radius:18px;background:#0d1015}.la-v26-process-section .la-v25-process::before{left:7%;right:7%;top:50px}.la-v26-process-section .la-v25-step i{box-shadow:0 0 0 6px #0d1015}
.la-v26-tracking-panel{padding:34px}.la-v26-tracking-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:38px;align-items:center}.la-v26-route{border:1px solid rgba(211,176,107,.22);border-radius:16px;padding:24px;background:radial-gradient(circle at 80% 0,rgba(211,176,107,.12),transparent 42%),#0a0d11}.la-v26-route>span{display:block;color:var(--la-gold);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.la-v26-route>b{display:block;font-size:21px;line-height:1.2;margin:8px 0 24px}.la-v26-route-line{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;position:relative}.la-v26-route-line:before{content:"";position:absolute;left:8%;right:8%;height:1px;background:rgba(211,176,107,.3)}.la-v26-route-line i{position:relative;z-index:1;width:14px;height:14px;border-radius:50%;border:2px solid var(--la-gold);background:#0a0d11;justify-self:center}.la-v26-route-line i.done{background:var(--la-gold);box-shadow:0 0 0 5px rgba(211,176,107,.08)}.la-v26-route-labels{display:grid;grid-template-columns:repeat(5,1fr);margin-top:10px}.la-v26-route-labels small{text-align:center;color:var(--la-muted);font-size:9px}
body.home .la-v25-search-wrap + .la-v26-tools-section{padding-top:20px!important}.la-v26-tools-section + .la-v26-auctions + .la-v25-directions{padding-top:30px!important}
@media(max-width:1000px){.la-v26-tools{grid-template-columns:1fr 1fr}.la-v26-tool:nth-child(2){border-right:0}.la-v26-tool:nth-child(-n+2){border-bottom:1px solid var(--la-line)}.la-v26-auction-row{grid-template-columns:repeat(4,1fr)}.la-v26-auction-row span{border-bottom:1px solid var(--la-line)}.la-v26-tracking-grid{grid-template-columns:1fr}}
@media(max-width:650px){.la-v26-tools{grid-template-columns:1fr}.la-v26-tool{border-right:0;border-bottom:1px solid var(--la-line)}.la-v26-tool:last-child{border-bottom:0}.la-v26-auctions-head{display:block}.la-v26-auctions-head strong{display:block;margin-top:7px}.la-v26-auction-row{grid-template-columns:repeat(2,1fr)}.la-v26-tracking-panel{padding:22px}.la-v26-route-labels small{font-size:8px}}

/* v26.1 cache-safe service tools fix */
body.home .la-v26-tools-section{display:block!important;padding:22px 0 12px!important;background:#090b0f!important}
body.home .la-v26-tools-section .la-v25-shell{display:block!important}
body.home .la-v26-tools{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important;border:1px solid rgba(211,176,107,.28)!important;border-radius:16px!important;overflow:hidden!important;background:#0d1015!important}
body.home a.la-v26-tool{display:grid!important;grid-template-columns:38px minmax(0,1fr) 20px!important;gap:12px!important;align-items:center!important;min-height:98px!important;padding:18px 20px!important;color:#fff!important;text-decoration:none!important;border-right:1px solid #272c34!important;background:#0d1015!important}
body.home a.la-v26-tool:last-child{border-right:0!important}
body.home a.la-v26-tool b{display:block!important;font-size:14px!important;line-height:1.25!important;color:#fff!important}
body.home a.la-v26-tool small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.4!important;color:#aeb6c2!important}
body.home .la-v26-icon{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;border:1px solid rgba(211,176,107,.5)!important;border-radius:10px!important;color:#d3b06b!important}
body.home a.la-v26-tool>i{display:block!important;color:#d3b06b!important;font-style:normal!important;font-size:18px!important}
@media(max-width:1000px){body.home .la-v26-tools{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.home a.la-v26-tool:nth-child(2){border-right:0!important}body.home a.la-v26-tool:nth-child(-n+2){border-bottom:1px solid #272c34!important}}
@media(max-width:650px){body.home .la-v26-tools{grid-template-columns:1fr!important}body.home a.la-v26-tool{border-right:0!important;border-bottom:1px solid #272c34!important}body.home a.la-v26-tool:last-child{border-bottom:0!important}}


/* =========================================================
   LEVAND AUTO v27.0 — SCALE HOMEPAGE
   ========================================================= */
:root{
  --la-gold-2:#e3b95f;
  --la-panel:#0d1015;
  --la-panel-2:#11151c;
}

/* Platform tools */
body.home .la-v27-tools-section{
  padding:26px 0 16px!important;
  background:
    radial-gradient(circle at 50% -20%,rgba(211,176,107,.10),transparent 34%),
    #090b0f!important;
}
.la-v27-eyebrow-row{
  display:flex;justify-content:space-between;gap:20px;align-items:center;
  margin-bottom:12px;color:var(--la-gold);
  font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase
}
.la-v27-eyebrow-row small{color:#7f8793;letter-spacing:.06em}
body.home .la-v27-tools{
  border-color:rgba(211,176,107,.34)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.26)
}
body.home a.la-v27-tools .la-v26-tool,
body.home .la-v27-tools a.la-v26-tool{
  min-height:126px!important;
  padding:22px 22px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.025),transparent 42%),
    #0d1015!important;
  position:relative;overflow:hidden
}
body.home .la-v27-tools a.la-v26-tool:before{
  content:"";position:absolute;inset:auto auto -70px -40px;width:150px;height:150px;
  border:1px solid rgba(211,176,107,.12);border-radius:50%;
  transition:.25s
}
body.home .la-v27-tools a.la-v26-tool:hover{
  transform:translateY(-2px);
  background:
    radial-gradient(circle at 0 100%,rgba(211,176,107,.16),transparent 36%),
    #10141a!important;
}
body.home .la-v27-tools a.la-v26-tool:hover:before{transform:scale(1.15)}
body.home .la-v27-tools .la-v26-icon{
  width:42px!important;height:42px!important;border-radius:12px!important;
  font-size:11px!important;letter-spacing:.08em;
  background:rgba(211,176,107,.06)!important;
}
body.home .la-v27-tools a.la-v26-tool b{font-size:15px!important}
body.home .la-v27-tools a.la-v26-tool small{font-size:11px!important;max-width:220px}
body.home .la-v27-tools a.la-v26-tool em{
  display:block;margin-top:10px;font-size:9px;font-style:normal;
  color:var(--la-gold);font-weight:900;text-transform:uppercase;letter-spacing:.09em
}

/* Auction ecosystem */
body.home .la-v27-auctions{
  padding:18px 0 24px!important;
  background:#090b0f!important;
}
.la-v27-auctions-head{align-items:flex-end!important;margin-bottom:14px!important}
.la-v27-auctions-head h2{
  margin:5px 0 0;color:#f5f1e8;font-size:24px;line-height:1.15
}
.la-v27-auctions-head strong{max-width:360px;text-align:right;color:#8f98a4!important}
.la-v27-auction-row{
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  border-color:rgba(211,176,107,.24)!important;
  box-shadow:0 16px 40px rgba(0,0,0,.18)
}
.la-v27-auction-row span{
  min-height:78px!important;padding:12px!important;
  display:flex!important;flex-direction:column;justify-content:center;align-items:center;
  gap:4px;background:#0d1015;position:relative
}
.la-v27-auction-row span:after{
  content:"";position:absolute;left:18%;right:18%;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(211,176,107,.55),transparent);
  opacity:0;transition:.2s
}
.la-v27-auction-row span:hover:after{opacity:1}
.la-v27-auction-row b{
  font-size:16px;letter-spacing:.04em;color:#f4f0e7
}
.la-v27-auction-row small{
  font-size:8px;text-transform:uppercase;letter-spacing:.13em;color:#767e89
}
.la-v27-auction-row .copart b{letter-spacing:.02em}
.la-v27-auction-row .bca b{font-style:italic}
.la-v27-auction-row .arval b,.la-v27-auction-row .ayvens b{letter-spacing:.08em}

/* Directions */
body.home .la-v27-directions{
  padding-top:26px!important;padding-bottom:32px!important;
  background:
    radial-gradient(circle at 82% 0,rgba(211,176,107,.06),transparent 30%),
    #090b0f!important;
}
.la-v27-section-head{
  display:grid;grid-template-columns:1fr 420px;gap:40px;align-items:end;margin-bottom:24px
}
.la-v27-section-head .la-v25-copy{margin:0!important;text-align:right}
.la-v27-countries{
  display:grid!important;grid-template-columns:1.25fr 1fr 1fr 1fr 1fr!important;gap:12px!important
}
body.home .la-v27-country{
  min-height:190px!important;padding:22px!important;position:relative;overflow:hidden;
  background:
    linear-gradient(145deg,rgba(255,255,255,.02),transparent 45%),
    #0d1015!important;
  border-color:#272d36!important;
  transition:.22s
}
body.home .la-v27-country:before{
  content:"";position:absolute;right:-35px;bottom:-60px;width:150px;height:150px;
  border:1px solid rgba(211,176,107,.13);border-radius:50%
}
body.home .la-v27-country:hover{
  transform:translateY(-3px);border-color:rgba(211,176,107,.42)!important;
  background:
    radial-gradient(circle at 100% 100%,rgba(211,176,107,.11),transparent 38%),
    #10141a!important
}
.la-v27-country .flag{font-size:18px}
.la-v27-country .code{
  position:absolute;right:18px;top:12px;font-size:42px;font-weight:900;
  letter-spacing:-.04em;color:rgba(255,255,255,.035)
}
.la-v27-country b{display:block!important;margin-top:24px;font-size:20px!important}
.la-v27-country p{margin:7px 0 0!important;color:#c3cad4!important;font-size:11px!important}
.la-v27-country small{display:block;margin-top:10px;color:#737d8a;font-size:9px;line-height:1.4}

/* Tighter transition to catalog */
body.home .la-v27-directions + .la-v25-section{padding-top:24px!important}

/* Premium catalog frame */
body.home .la-v27-directions + .la-v25-section .la-v25-panel{
  border-color:rgba(211,176,107,.20)!important;
  box-shadow:0 20px 60px rgba(0,0,0,.22)
}
body.home .la-v27-directions + .la-v25-section .la-v25-calculator{
  background:
    radial-gradient(circle at 100% 0,rgba(211,176,107,.12),transparent 38%),
    #0d1015!important;
}

/* Responsive */
@media(max-width:1180px){
  .la-v27-countries{grid-template-columns:repeat(3,1fr)!important}
  .la-v27-auction-row{grid-template-columns:repeat(4,1fr)!important}
}
@media(max-width:900px){
  .la-v27-section-head{grid-template-columns:1fr}
  .la-v27-section-head .la-v25-copy{text-align:left}
  .la-v27-eyebrow-row{display:block}
  .la-v27-eyebrow-row small{display:block;margin-top:5px}
}
@media(max-width:650px){
  .la-v27-countries{grid-template-columns:1fr!important}
  .la-v27-auction-row{grid-template-columns:repeat(2,1fr)!important}
  body.home .la-v27-country{min-height:155px!important}
}


/* =========================================================
   LEVAND AUTO v27.1 — SERVICES + AUCTION LOGOS
   ========================================================= */
body.home .la-v271-tools-section{padding-top:22px!important}
body.home .la-v271-tools{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body.home .la-v271-tools a.la-v26-tool{min-height:118px!important}

/* Logo strip */
body.home .la-v271-auctions{padding-bottom:18px!important}
body.home .la-v271-auction-row span{
  min-height:92px!important;
  padding:10px 12px!important;
}
body.home .la-v271-auction-row img{
  width:auto!important;
  max-width:145px!important;
  height:34px!important;
  max-height:34px!important;
  object-fit:contain!important;
  display:block!important;
  filter:none!important;
  opacity:.96;
  transition:.2s ease;
}
body.home .la-v271-auction-row span:hover img{
  transform:scale(1.045);
  opacity:1;
}
body.home .la-v271-auction-row small{
  margin-top:4px!important;
  color:#727b88!important;
}

/* Pull geography closer to partner ecosystem */
body.home .la-v271-auctions + .la-v27-directions{
  padding-top:14px!important;
}
@media(max-width:900px){
  body.home .la-v271-tools{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  body.home .la-v271-tools{grid-template-columns:1fr!important}
  body.home .la-v271-auction-row img{max-width:130px!important;height:30px!important}
}
/* v27.2 — clean auction brand wall: logo only, no duplicate brand/country labels */
.la-v271-auction-row > span{
  min-height:112px!important;
  padding:22px 20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.la-v271-auction-row > span img{
  width:auto!important;
  height:auto!important;
  max-width:78%!important;
  max-height:52px!important;
  object-fit:contain!important;
  display:block!important;
  filter:none!important;
  opacity:1!important;
}
.la-v271-auction-row > span small{display:none!important}
.la-v271-auction-row > span:hover{background:rgba(226,180,91,.045)!important}
.la-v271-auction-row > span:hover img{transform:scale(1.045);transition:transform .18s ease}
@media(max-width:900px){.la-v271-auction-row > span{min-height:88px!important}.la-v271-auction-row > span img{max-width:72%!important;max-height:44px!important}}


/* =========================================================
   LEVAND AUTO v27.3 — REAL AUCTION LOGO GRID
   ========================================================= */
body.home .la-v273-auctions{
  padding:28px 0 34px!important;
  background:
    radial-gradient(circle at 50% 0,rgba(211,176,107,.055),transparent 32%),
    #090b0f!important;
}
.la-v273-auctions-head{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:40px;
  align-items:end;
  margin-bottom:22px;
}
.la-v273-auctions-head span{
  display:block;
  color:var(--la-gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin-bottom:7px;
}
.la-v273-auctions-head h2{
  margin:0;
  font-size:28px;
  line-height:1.15;
  color:#f5f1e8;
}
.la-v273-auctions-head p{
  margin:0;
  text-align:right;
  color:#9aa3af;
  font-size:12px;
  line-height:1.6;
}
.la-v273-auction-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.la-v273-auction-card{
  min-height:136px;
  border:1px solid #272d36;
  border-radius:14px;
  background:
    radial-gradient(circle at 50% 45%,rgba(255,255,255,.025),transparent 45%),
    #10141c;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  transition:.22s ease;
  position:relative;
  overflow:hidden;
}
.la-v273-auction-card:after{
  content:"";
  position:absolute;
  left:20%;
  right:20%;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(211,176,107,.7),transparent);
  opacity:0;
  transition:.22s;
}
.la-v273-auction-card:hover{
  transform:translateY(-3px);
  border-color:rgba(211,176,107,.46);
  box-shadow:0 18px 40px rgba(0,0,0,.25);
}
.la-v273-auction-card:hover:after{opacity:1}
.la-v273-auction-card img{
  width:116px!important;
  height:116px!important;
  object-fit:cover!important;
  border-radius:50%!important;
  display:block!important;
}

/* Make the action line in service cards readable and intentional */
body.home .la-v271-tools a.la-v26-tool em{
  margin-top:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:0 10px!important;
  border:1px solid rgba(211,176,107,.28)!important;
  border-radius:7px!important;
  background:rgba(211,176,107,.055)!important;
  color:#e3b95f!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.055em!important;
}
body.home .la-v271-tools a.la-v26-tool:hover em{
  background:#ddb45f!important;
  color:#080a0d!important;
  border-color:#ddb45f!important;
}

/* Slightly taller service cards to fit the larger CTA */
body.home .la-v271-tools a.la-v26-tool{
  min-height:136px!important;
}

@media(max-width:1180px){
  .la-v273-auction-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:900px){
  .la-v273-auctions-head{grid-template-columns:1fr}
  .la-v273-auctions-head p{text-align:left}
  .la-v273-auction-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:620px){
  .la-v273-auction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .la-v273-auction-card{min-height:120px}
  .la-v273-auction-card img{width:96px!important;height:96px!important}
}


/* =========================================================
   LEVAND AUTO v27.4 — AUCTION LOGO CAROUSEL
   ========================================================= */
body.home .la-v274-auctions{
  padding:28px 0 30px!important;
  background:
    radial-gradient(circle at 50% 0,rgba(211,176,107,.055),transparent 32%),
    #090b0f!important;
}
.la-v274-carousel{
  position:relative;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 48px;
  align-items:center;
  gap:10px;
  padding:14px;
  border:1px solid rgba(211,176,107,.28);
  border-radius:18px;
  background:#0d1117;
  overflow:hidden;
}
.la-v274-track{
  display:flex;
  gap:0;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -ms-overflow-style:none;
  scroll-behavior:smooth;
  border:1px solid #242a33;
  border-radius:14px;
  background:#0b0f15;
}
.la-v274-track::-webkit-scrollbar{display:none}
.la-v274-slide{
  flex:0 0 16.666%;
  min-width:190px;
  min-height:118px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-right:1px solid #262c35;
  scroll-snap-align:start;
  position:relative;
}
.la-v274-slide:last-child{border-right:0}
.la-v274-slide img{
  width:104px!important;
  height:104px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  display:block!important;
  transition:.2s ease;
}
.la-v274-slide:hover img{transform:scale(1.06)}
.la-v274-nav{
  width:44px;height:54px;
  border:1px solid #b9872f;
  border-radius:11px;
  background:#10141a;
  color:#e5b85c;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  transition:.2s;
}
.la-v274-nav:hover{
  background:#ddb45f;
  color:#080a0d;
  transform:translateY(-1px);
}
.la-v274-dots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  margin-top:14px;
}
.la-v274-dots span{
  width:18px;height:4px;
  background:#69717c;
  border-radius:10px;
  transition:.2s;
}
.la-v274-dots span.active{
  width:38px;
  background:#ddb45f;
}

/* service CTA polish */
body.home .la-v271-tools a.la-v26-tool em{
  font-size:11px!important;
  min-height:32px!important;
  padding:0 12px!important;
}

@media(max-width:1180px){
  .la-v274-slide{flex-basis:20%}
}
@media(max-width:900px){
  .la-v274-carousel{grid-template-columns:42px minmax(0,1fr) 42px}
  .la-v274-slide{flex-basis:33.333%;min-width:170px}
}
@media(max-width:620px){
  .la-v274-carousel{grid-template-columns:1fr;padding:10px}
  .la-v274-nav{display:none}
  .la-v274-slide{flex-basis:50%;min-width:145px;min-height:104px}
  .la-v274-slide img{width:88px!important;height:88px!important}
  .la-v274-track{-webkit-overflow-scrolling:touch}
}
\n\n/* v27.5 — premium import markets */\nbody.home .la-v275-markets{display:grid;grid-template-columns:repeat(12,1fr);gap:14px;margin-top:24px}\nbody.home .la-v275-market{position:relative;min-height:260px;overflow:hidden;border:1px solid #28303a;border-radius:18px;text-decoration:none;color:#fff;background:#0d1116;isolation:isolate;transition:.28s ease}\nbody.home .la-v275-market:nth-child(1),body.home .la-v275-market:nth-child(2){grid-column:span 6}\nbody.home .la-v275-market:nth-child(n+3){grid-column:span 4;min-height:235px}\nbody.home .la-v275-market .market-bg{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(90deg,rgba(4,7,10,.96) 0%,rgba(4,7,10,.75) 47%,rgba(4,7,10,.2) 100%),url('assets/images/levand-hero-port-ship.png');background-size:cover;background-position:center;transition:.45s ease}\nbody.home .market-ca .market-bg{background-position:56% 46%;filter:saturate(.72)}\nbody.home .market-eu .market-bg{background-position:68% 58%;filter:saturate(.55) brightness(.72)}\nbody.home .market-cn .market-bg{background-position:78% 35%;filter:saturate(.9) hue-rotate(-8deg)}\nbody.home .market-kr .market-bg{background-position:61% 70%;filter:saturate(.45) brightness(.72)}\nbody.home .la-v275-market:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.5));pointer-events:none}\nbody.home .la-v275-market:hover{transform:translateY(-4px);border-color:rgba(228,181,87,.55);box-shadow:0 18px 45px rgba(0,0,0,.3)}\nbody.home .la-v275-market:hover .market-bg{transform:scale(1.035)}\nbody.home .market-content{height:100%;padding:26px 28px;display:flex;flex-direction:column;align-items:flex-start}\nbody.home .market-top{display:flex;align-items:center;gap:10px;margin-bottom:auto}.market-top span{font-size:19px}.market-top em{font-style:normal;color:#e4b557;font-size:10px;font-weight:900;letter-spacing:.16em}\nbody.home .la-v275-market h3{font-size:28px;line-height:1.05;margin:48px 0 9px;max-width:430px}.la-v275-market p{margin:0 0 6px;color:#f1f3f5;font-size:13px}.la-v275-market strong{font-size:10px;color:#aeb7c2;font-weight:600}\nbody.home .market-link{margin-top:18px;display:inline-flex;align-items:center;gap:14px;padding:10px 14px;border:1px solid rgba(228,181,87,.45);border-radius:8px;color:#e4b557;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.market-link i{font-style:normal;font-size:16px}\n@media(max-width:900px){body.home .la-v275-market:nth-child(n){grid-column:span 6!important;min-height:220px}.market-content{padding:22px!important}}\n@media(max-width:620px){body.home .la-v275-markets{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.la-v275-market{min-width:84vw!important;scroll-snap-align:start}.la-v275-market h3{font-size:24px!important}}\n

/* =========================================================
   LEVAND AUTO v28.0 — MOBILE GLASS MENU
   Compact frosted-glass navigation; keeps hero/car visible.
   ========================================================= */
@media (max-width: 820px){

  /* Do not black out the whole page when the menu is open */
  body.menu-open,
  body.nav-open,
  body.mobile-menu-open{
    overflow:hidden;
  }

  /* Common mobile navigation panel selectors */
  .mobile-menu,
  .mobile-nav,
  .site-mobile-menu,
  .la-mobile-menu,
  .la-mobile-nav,
  .header-mobile-menu,
  .menu-mobile,
  .mobile-menu-panel,
  .mobile-nav-panel,
  .site-header .mobile-menu,
  .site-header .mobile-nav,
  .site-header nav.is-open,
  .site-header nav.open{
    position:fixed!important;
    top:86px!important;
    left:16px!important;
    right:auto!important;
    width:min(82vw, 335px)!important;
    height:auto!important;
    max-height:calc(100dvh - 110px)!important;
    min-height:0!important;
    margin:0!important;
    padding:10px!important;
    overflow-y:auto!important;

    background:rgba(15,19,27,.64)!important;
    -webkit-backdrop-filter:blur(18px) saturate(135%)!important;
    backdrop-filter:blur(18px) saturate(135%)!important;

    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:18px!important;
    box-shadow:
      0 20px 60px rgba(0,0,0,.34),
      inset 0 1px 0 rgba(255,255,255,.05)!important;

    z-index:9998!important;
  }

  /* If the theme uses a full-screen drawer wrapper, make wrapper transparent */
  .mobile-menu-overlay,
  .mobile-nav-overlay,
  .menu-overlay,
  .nav-overlay,
  .la-menu-overlay,
  .offcanvas-overlay{
    background:rgba(0,0,0,.12)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }

  /* Menu list should be compact, not stretched vertically */
  .mobile-menu ul,
  .mobile-nav ul,
  .site-mobile-menu ul,
  .la-mobile-menu ul,
  .la-mobile-nav ul,
  .header-mobile-menu ul,
  .menu-mobile ul,
  .mobile-menu-panel ul,
  .mobile-nav-panel ul{
    display:flex!important;
    flex-direction:column!important;
    gap:4px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
  }

  .mobile-menu li,
  .mobile-nav li,
  .site-mobile-menu li,
  .la-mobile-menu li,
  .la-mobile-nav li,
  .header-mobile-menu li,
  .menu-mobile li,
  .mobile-menu-panel li,
  .mobile-nav-panel li{
    margin:0!important;
    padding:0!important;
    min-height:0!important;
  }

  .mobile-menu a,
  .mobile-nav a,
  .site-mobile-menu a,
  .la-mobile-menu a,
  .la-mobile-nav a,
  .header-mobile-menu a,
  .menu-mobile a,
  .mobile-menu-panel a,
  .mobile-nav-panel a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:48px!important;
    height:auto!important;
    padding:10px 13px!important;
    margin:0!important;

    color:#f1f3f6!important;
    background:rgba(255,255,255,.018)!important;
    border:1px solid transparent!important;
    border-radius:11px!important;

    font-size:15px!important;
    font-weight:600!important;
    line-height:1.2!important;
    text-align:left!important;
    letter-spacing:0!important;
    transition:.18s ease!important;
  }

  .mobile-menu a:hover,
  .mobile-nav a:hover,
  .site-mobile-menu a:hover,
  .la-mobile-menu a:hover,
  .la-mobile-nav a:hover,
  .header-mobile-menu a:hover,
  .menu-mobile a:hover,
  .mobile-menu-panel a:hover,
  .mobile-nav-panel a:hover,
  .mobile-menu .current-menu-item>a,
  .mobile-nav .current-menu-item>a{
    color:#e3b95f!important;
    background:rgba(221,180,95,.075)!important;
    border-color:rgba(221,180,95,.22)!important;
  }

  /* Gold dot/icon in front of items even if no icon exists in markup */
  .mobile-menu a:before,
  .mobile-nav a:before,
  .site-mobile-menu a:before,
  .la-mobile-menu a:before,
  .la-mobile-nav a:before,
  .header-mobile-menu a:before,
  .menu-mobile a:before,
  .mobile-menu-panel a:before,
  .mobile-nav-panel a:before{
    content:""!important;
    width:7px!important;
    height:7px!important;
    margin-right:11px!important;
    flex:0 0 7px!important;
    border:1px solid #d9ac52!important;
    border-radius:50%!important;
    box-shadow:0 0 0 3px rgba(217,172,82,.05)!important;
  }

  /* Menu CTA if present */
  .mobile-menu .btn,
  .mobile-nav .btn,
  .site-mobile-menu .btn,
  .la-mobile-menu .btn,
  .mobile-menu .button,
  .mobile-nav .button,
  .mobile-menu a[href*="contact"],
  .mobile-nav a[href*="contact"]{
    margin-top:6px!important;
    color:#0a0d11!important;
    background:#ddb45f!important;
    border-color:#ddb45f!important;
    justify-content:center!important;
    font-weight:800!important;
  }

  /* Header itself stays crisp above the frosted drawer */
  .site-header,
  header.site-header,
  .la-header{
    z-index:9999!important;
  }

  /* Avoid the giant menu typography inherited from desktop */
  .mobile-menu .menu-item,
  .mobile-nav .menu-item,
  .la-mobile-menu .menu-item{
    font-size:15px!important;
  }
}

@media (max-width: 480px){
  .mobile-menu,
  .mobile-nav,
  .site-mobile-menu,
  .la-mobile-menu,
  .la-mobile-nav,
  .header-mobile-menu,
  .menu-mobile,
  .mobile-menu-panel,
  .mobile-nav-panel,
  .site-header .mobile-menu,
  .site-header .mobile-nav,
  .site-header nav.is-open,
  .site-header nav.open{
    top:82px!important;
    left:14px!important;
    width:min(84vw, 318px)!important;
    max-height:calc(100dvh - 102px)!important;
    padding:8px!important;
    border-radius:16px!important;
  }

  .mobile-menu a,
  .mobile-nav a,
  .site-mobile-menu a,
  .la-mobile-menu a,
  .la-mobile-nav a,
  .header-mobile-menu a,
  .menu-mobile a,
  .mobile-menu-panel a,
  .mobile-nav-panel a{
    min-height:44px!important;
    padding:9px 11px!important;
    font-size:14px!important;
  }
}

@media(max-width:820px){
  .la-v280-glass-menu{
    background:rgba(15,19,27,.64)!important;
    -webkit-backdrop-filter:blur(18px) saturate(135%)!important;
    backdrop-filter:blur(18px) saturate(135%)!important;
  }
}


/* =========================================================
   LEVAND AUTO v28.1
   EXACT MOBILE GLASS MENU + CLEAN MARKET IMAGES
   ========================================================= */

@media (max-width:1024px){

  /* ACTUAL theme menu: JS toggles .open on .la-menu */
  .site-header .la-menu{
    display:none!important;
    position:fixed!important;
    top:84px!important;
    left:14px!important;
    right:auto!important;
    bottom:auto!important;

    width:min(78vw, 320px)!important;
    height:auto!important;
    min-height:0!important;
    max-height:calc(100dvh - 106px)!important;

    margin:0!important;
    padding:8px!important;

    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    gap:3px!important;

    white-space:normal!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;

    background:rgba(16,20,28,.58)!important;
    -webkit-backdrop-filter:blur(20px) saturate(140%)!important;
    backdrop-filter:blur(20px) saturate(140%)!important;

    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:17px!important;
    box-shadow:
      0 24px 65px rgba(0,0,0,.38),
      inset 0 1px 0 rgba(255,255,255,.055)!important;

    z-index:10020!important;
  }

  .site-header .la-menu.open{
    display:flex!important;
  }

  .site-header .la-menu li{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }

  .site-header .la-menu a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;

    width:100%!important;
    height:auto!important;
    min-height:44px!important;

    margin:0!important;
    padding:9px 11px!important;

    color:#f3f5f7!important;
    background:rgba(255,255,255,.012)!important;
    border:1px solid transparent!important;
    border-radius:10px!important;

    font-size:14px!important;
    font-weight:600!important;
    line-height:1.15!important;
    text-align:left!important;

    transition:.18s ease!important;
  }

  .site-header .la-menu a:before{
    content:""!important;
    width:7px!important;
    height:7px!important;
    flex:0 0 7px!important;
    margin-right:10px!important;
    border:1px solid #d9ad54!important;
    border-radius:50%!important;
    box-shadow:0 0 0 3px rgba(217,173,84,.045)!important;
  }

  .site-header .la-menu a:hover,
  .site-header .la-menu .current-menu-item > a{
    color:#e4b65b!important;
    background:rgba(221,180,95,.075)!important;
    border-color:rgba(221,180,95,.20)!important;
  }

  /* Keep the hero visible: no full dark overlay */
  body:has(.site-header .la-menu.open)::before{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    background:rgba(0,0,0,.06)!important;
    z-index:10010!important;
    pointer-events:none!important;
  }

  .site-header{
    z-index:10030!important;
  }
}

@media (max-width:480px){
  .site-header .la-menu{
    top:80px!important;
    left:12px!important;
    width:min(76vw, 292px)!important;
    max-height:calc(100dvh - 96px)!important;
    padding:7px!important;
    border-radius:15px!important;
  }
  .site-header .la-menu a{
    min-height:42px!important;
    padding:8px 10px!important;
    font-size:13.5px!important;
  }
}

/* ---------- Markets: remove murky duplicated feel ---------- */
body.home .la-v276-market .la-v276-visual{
  filter:none!important;
  opacity:1!important;
  transform:none;
}

body.home .la-v276-shade{
  background:
    linear-gradient(90deg,
      rgba(4,7,10,.72) 0%,
      rgba(4,7,10,.52) 24%,
      rgba(4,7,10,.16) 50%,
      rgba(4,7,10,.02) 72%,
      rgba(4,7,10,0) 100%),
    linear-gradient(0deg,rgba(2,4,7,.22),rgba(2,4,7,0) 52%)!important;
}

body.home .la-v276-market:before{
  background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 18%)!important;
}

body.home .la-v276-top b{
  display:none!important;
}

body.home .la-v276-bottom{
  text-shadow:0 2px 12px rgba(0,0,0,.55);
}

body.home .la-v276-bottom h3{
  color:#fff!important;
}

body.home .la-v276-bottom p{
  color:#f1f4f7!important;
}

body.home .la-v276-market:hover .la-v276-visual{
  transform:scale(1.025)!important;
}

/* Keep each country photo clean and readable */
body.home .la-v276-us .la-v276-visual,
body.home .la-v276-ca .la-v276-visual,
body.home .la-v276-eu .la-v276-visual,
body.home .la-v276-cn .la-v276-visual,
body.home .la-v276-kr .la-v276-visual{
  background-size:cover!important;
  background-position:center!important;
}


/* =========================================================
   LEVAND AUTO v28.3 — APPROVED CLEAN MARKET CARDS
   ========================================================= */
body.home .la-v283-markets{
  padding:42px 0 34px;
  background:#090c10;
}
.la-v283-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:40px;
  align-items:end;
  margin-bottom:24px;
}
.la-v283-kicker{
  display:block;
  margin-bottom:8px;
  color:#ddb45f;
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
}
.la-v283-head h2{
  margin:0;
  color:#f7f3eb;
  font-size:clamp(34px,3vw,50px);
  line-height:1.04;
  letter-spacing:-.025em;
}
.la-v283-head p{
  margin:0;
  color:#a5afbb;
  font-size:13px;
  line-height:1.65;
  text-align:right;
}

.la-v283-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:14px;
}
.la-v283-card{
  position:relative;
  min-height:320px;
  overflow:hidden;
  border:1px solid #303742;
  border-radius:20px;
  background:#0f1319;
  text-decoration:none;
  color:#fff;
  box-shadow:0 16px 40px rgba(0,0,0,.20);
  transition:.25s ease;
  isolation:isolate;
}
.la-v283-card:nth-child(1),
.la-v283-card:nth-child(2){
  grid-column:span 6;
  min-height:365px;
}
.la-v283-card:nth-child(n+3){
  grid-column:span 4;
  min-height:305px;
}
.la-v283-card:hover{
  transform:translateY(-4px);
  border-color:rgba(221,180,95,.55);
  box-shadow:0 24px 55px rgba(0,0,0,.28);
}

.la-v283-photo{
  position:absolute;
  inset:0;
  z-index:-3;
  display:block;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transition:transform .45s ease;
}
.la-v283-card:hover .la-v283-photo{transform:scale(1.025)}

.la-v283-us .la-v283-photo{
  background-image:url('assets/images/markets/usa-v283.jpg');
}
.la-v283-ca .la-v283-photo{
  background-image:url('assets/images/markets/canada-v283.jpg');
}
.la-v283-eu .la-v283-photo{
  background-image:url('assets/images/markets/europe-v283.jpg');
}
.la-v283-cn .la-v283-photo{
  background-image:url('assets/images/markets/china-v283.jpg');
}
.la-v283-kr .la-v283-photo{
  background-image:url('assets/images/markets/korea-v283.jpg');
}

.la-v283-overlay{
  position:absolute;
  inset:0;
  z-index:-2;
  display:block;
  background:
    linear-gradient(90deg,
      rgba(4,7,10,.54) 0%,
      rgba(4,7,10,.36) 26%,
      rgba(4,7,10,.10) 56%,
      rgba(4,7,10,0) 80%),
    linear-gradient(0deg,rgba(2,4,7,.18),transparent 48%);
}
.la-v283-content{
  position:relative;
  z-index:2;
  min-height:inherit;
  height:100%;
  padding:24px 26px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.la-v283-country{
  display:flex;
  align-items:center;
  gap:9px;
}
.la-v283-country span{font-size:18px}
.la-v283-country b{
  color:#e3b95f;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}
.la-v283-copy{
  max-width:440px;
}
.la-v283-copy h3{
  margin:0 0 8px;
  color:#fff;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.02em;
  text-shadow:0 2px 12px rgba(0,0,0,.45);
}
.la-v283-card:nth-child(n+3) .la-v283-copy h3{
  font-size:25px;
}
.la-v283-copy p{
  margin:0;
  color:#f1f4f7;
  font-size:13px;
  font-weight:700;
  text-shadow:0 2px 9px rgba(0,0,0,.45);
}
.la-v283-btn{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  min-width:190px;
  gap:18px;
  margin-top:18px;
  padding:12px 14px;
  border:1px solid #b98934;
  border-radius:9px;
  background:rgba(8,10,13,.46);
  color:#e4b65b;
  font-size:10px;
  font-weight:900;
  letter-spacing:.07em;
  backdrop-filter:blur(2px);
}
.la-v283-btn i{
  font-style:normal;
  font-size:16px;
}
.la-v283-card:hover .la-v283-btn{
  background:#ddb45f;
  color:#080a0d;
  border-color:#ddb45f;
}

.la-v283-strip{
  min-height:58px;
  margin-top:14px;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  border:1px solid #2c333d;
  border-radius:14px;
  background:#0d1117;
  color:#aeb7c2;
  font-size:10px;
  font-weight:700;
}
.la-v283-strip i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:#ddb45f;
}

@media(max-width:1050px){
  .la-v283-head{grid-template-columns:1fr}
  .la-v283-head p{text-align:left;max-width:650px}
  .la-v283-card:nth-child(n){
    grid-column:span 6;
    min-height:290px;
  }
}
@media(max-width:700px){
  .la-v283-markets{padding:32px 0 28px}
  .la-v283-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding-bottom:6px;
  }
  .la-v283-grid::-webkit-scrollbar{display:none}
  .la-v283-card:nth-child(n){
    flex:0 0 86vw;
    min-width:86vw;
    min-height:285px;
    scroll-snap-align:start;
  }
  .la-v283-content{padding:21px}
  .la-v283-copy h3,
  .la-v283-card:nth-child(n+3) .la-v283-copy h3{
    font-size:25px;
  }
  .la-v283-strip{
    justify-content:flex-start;
    overflow-x:auto;
    white-space:nowrap;
  }
}


/* =========================================================
   LEVAND AUTO v28.5 — MARKET PHOTOS REAL FIX
   ========================================================= */
body.home .la-v283-card{
  isolation:isolate!important;
  background:#0f1319!important;
}

body.home .la-v283-card .la-v283-photo{
  z-index:0!important;
  opacity:1!important;
  visibility:visible!important;
  display:block!important;
  filter:none!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

body.home .la-v283-card .la-v283-overlay{
  z-index:1!important;
  opacity:1!important;
  display:block!important;
  background:
    linear-gradient(90deg,
      rgba(3,6,9,.56) 0%,
      rgba(3,6,9,.38) 24%,
      rgba(3,6,9,.12) 52%,
      rgba(3,6,9,.015) 76%,
      rgba(3,6,9,0) 100%),
    linear-gradient(0deg,rgba(2,4,7,.20),rgba(2,4,7,0) 48%)!important;
}

body.home .la-v283-card .la-v283-content{
  position:relative!important;
  z-index:2!important;
}

body.home .la-v283-us .la-v283-photo{background-position:center 56%!important;}
body.home .la-v283-ca .la-v283-photo{background-position:center 55%!important;}
body.home .la-v283-eu .la-v283-photo{background-position:center 54%!important;}
body.home .la-v283-cn .la-v283-photo{background-position:center 55%!important;}
body.home .la-v283-kr .la-v283-photo{background-position:center 55%!important;}

body.home .la-v283-copy h3,
body.home .la-v283-copy p{
  text-shadow:0 2px 12px rgba(0,0,0,.62)!important;
}


/* =========================================================
   LEVAND AUTO v28.6 — CLEAN BACKGROUNDS / NO DUPLICATE TEXT
   ========================================================= */
body.home .la-v283-card{
  isolation:isolate!important;
  overflow:hidden!important;
  background:#0f1319!important;
}

body.home .la-v283-photo{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  filter:none!important;
}

body.home .la-v283-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg,
      rgba(4,7,10,.52) 0%,
      rgba(4,7,10,.34) 25%,
      rgba(4,7,10,.10) 52%,
      rgba(4,7,10,0) 78%),
    linear-gradient(0deg,rgba(2,4,7,.18),rgba(2,4,7,0) 50%)!important;
}

body.home .la-v283-content{
  position:relative!important;
  z-index:2!important;
}

/* Exactly one title + one subtitle + one CTA */
body.home .la-v283-copy h3,
body.home .la-v283-copy p,
body.home .la-v283-btn{
  position:relative!important;
  z-index:3!important;
}

body.home .la-v283-copy small,
body.home .la-v278-benefits,
body.home .la-v276-bottom,
body.home .la-v276-top b{
  display:none!important;
}

/* New clean image URLs */
body.home .la-v283-us .la-v283-photo{
  background-image:url('assets/images/markets/usa-v286.jpg?v=286')!important;
  background-position:center 58%!important;
}
body.home .la-v283-ca .la-v283-photo{
  background-image:url('assets/images/markets/canada-v286.jpg?v=286')!important;
  background-position:center 56%!important;
}
body.home .la-v283-eu .la-v283-photo{
  background-image:url('assets/images/markets/europe-v286.jpg?v=286')!important;
  background-position:center 58%!important;
}
body.home .la-v283-cn .la-v283-photo{
  background-image:url('assets/images/markets/china-v286.jpg?v=286')!important;
  background-position:center 58%!important;
}
body.home .la-v283-kr .la-v283-photo{
  background-image:url('assets/images/markets/korea-v286.jpg?v=286')!important;
  background-position:center 58%!important;
}

/* LEVAND AUTO v28.7 — short market titles */
body.home .la-v283-copy h3{
  font-size:31px!important;
  line-height:1.05!important;
}
body.home .la-v283-card:nth-child(n+3) .la-v283-copy h3{
  font-size:27px!important;
}
@media(max-width:700px){
  body.home .la-v283-copy h3,
  body.home .la-v283-card:nth-child(n+3) .la-v283-copy h3{
    font-size:25px!important;
  }
}


/* =========================================================
   LEVAND AUTO v28.8 — FULL MARKET PHOTOS / NO CROP
   Source photos: 1600x950 = 32:19
   ========================================================= */
@media (min-width: 701px){
  body.home .la-v283-card,
  body.home .la-v283-card:nth-child(1),
  body.home .la-v283-card:nth-child(2),
  body.home .la-v283-card:nth-child(n+3){
    min-height:0!important;
    height:auto!important;
    aspect-ratio:32 / 19!important;
  }

  body.home .la-v283-card .la-v283-photo{
    background-size:cover!important;
    background-position:center center!important;
  }
}

/* Mobile: keep a comfortable card height and show the complete composition */
@media (max-width:700px){
  body.home .la-v283-card,
  body.home .la-v283-card:nth-child(n){
    min-height:0!important;
    height:auto!important;
    aspect-ratio:32 / 19!important;
  }

  body.home .la-v283-card .la-v283-photo{
    background-size:cover!important;
    background-position:center center!important;
  }
}


/* =========================================================
   LEVAND AUTO v28.9 — APPROVED MARKET COMPOSITION
   Full cars + smaller card headings
   ========================================================= */
body.home .la-v283-card .la-v283-photo{
  background-size:cover!important;
  background-position:center center!important;
  filter:none!important;
  opacity:1!important;
}

body.home .la-v283-us .la-v283-photo{
  background-image:url('assets/images/markets/usa-v289.jpg?v=289')!important;
}
body.home .la-v283-ca .la-v283-photo{
  background-image:url('assets/images/markets/canada-v289.jpg?v=289')!important;
}
body.home .la-v283-eu .la-v283-photo{
  background-image:url('assets/images/markets/europe-v289.jpg?v=289')!important;
}
body.home .la-v283-cn .la-v283-photo{
  background-image:url('assets/images/markets/china-v289.jpg?v=289')!important;
}
body.home .la-v283-kr .la-v283-photo{
  background-image:url('assets/images/markets/korea-v289.jpg?v=289')!important;
}

/* Keep cards proportional to new 16:9 imagery */
@media(min-width:701px){
  body.home .la-v283-card,
  body.home .la-v283-card:nth-child(1),
  body.home .la-v283-card:nth-child(2),
  body.home .la-v283-card:nth-child(n+3){
    aspect-ratio:16 / 9!important;
    min-height:0!important;
    height:auto!important;
  }
}

/* Titles smaller and cleaner */
body.home .la-v283-copy h3,
body.home .la-v283-card:nth-child(n+3) .la-v283-copy h3{
  font-size:22px!important;
  line-height:1.08!important;
  margin-bottom:7px!important;
  letter-spacing:-.01em!important;
}

body.home .la-v283-copy p{
  font-size:11px!important;
  line-height:1.35!important;
}

body.home .la-v283-btn{
  min-width:165px!important;
  margin-top:13px!important;
  padding:10px 12px!important;
  font-size:9px!important;
}

/* More image, less darkness */
body.home .la-v283-overlay{
  background:
    linear-gradient(90deg,
      rgba(3,6,9,.30) 0%,
      rgba(3,6,9,.18) 28%,
      rgba(3,6,9,.04) 55%,
      rgba(3,6,9,0) 78%),
    linear-gradient(0deg,rgba(2,4,7,.28),rgba(2,4,7,0) 48%)!important;
}

@media(max-width:700px){
  body.home .la-v283-card,
  body.home .la-v283-card:nth-child(n){
    aspect-ratio:16 / 9!important;
  }
  body.home .la-v283-copy h3,
  body.home .la-v283-card:nth-child(n+3) .la-v283-copy h3{
    font-size:20px!important;
  }
}


/* =========================================================
   LEVAND AUTO v29.1 — CURRENT CARS SEARCH
   ========================================================= */
body.home .la-v291-search{
  padding:17px 18px 18px!important;
}
body.home .la-v291-search-head{
  align-items:flex-end!important;
  gap:20px!important;
}
body.home .la-v291-search-head>div{
  min-width:0;
}
body.home .la-v291-kicker{
  display:block;
  margin-bottom:5px;
  color:#ddb45f;
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
body.home .la-v291-search-head strong{
  display:block;
  color:#f5f2eb;
  font-size:18px!important;
  line-height:1.15;
}
body.home .la-v291-search-head small{
  display:block;
  margin-top:4px;
  color:#7f8995;
  font-size:9px;
  line-height:1.4;
}
body.home .la-v291-filter-grid{
  display:grid;
  grid-template-columns:1.15fr 1.15fr .72fr .9fr .9fr .9fr .9fr auto;
  gap:8px;
  align-items:end;
  margin-top:14px;
}
body.home .la-v291-field{
  min-width:0;
}
body.home .la-v291-field label{
  display:block;
  margin:0 0 5px;
  color:#707985;
  font-size:7.5px;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}
body.home .la-v291-field input,
body.home .la-v291-field select{
  width:100%!important;
  height:43px!important;
  min-width:0!important;
  margin:0!important;
  padding:0 11px!important;
  border:1px solid #303741!important;
  border-radius:8px!important;
  background:#0b0f15!important;
  color:#edf0f4!important;
  font-size:10.5px!important;
  outline:none!important;
}
body.home .la-v291-field input:focus,
body.home .la-v291-field select:focus{
  border-color:rgba(221,180,95,.56)!important;
  box-shadow:0 0 0 3px rgba(221,180,95,.055)!important;
}
body.home .la-v291-field input::placeholder{
  color:#626c78!important;
}
body.home .la-v291-submit{
  height:43px!important;
  min-width:142px!important;
  padding:0 15px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  white-space:nowrap!important;
}
body.home .la-v291-submit span{
  font-size:14px;
}

@media(max-width:1280px){
  body.home .la-v291-filter-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  body.home .la-v291-submit{
    width:100%!important;
  }
}
@media(max-width:760px){
  body.home .la-v291-search-head{
    display:block!important;
  }
  body.home .la-v291-search-head .la-v25-label{
    display:inline-block;
    margin-top:8px;
  }
  body.home .la-v291-filter-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  body.home .la-v291-brand,
  body.home .la-v291-model,
  body.home .la-v291-submit{
    grid-column:span 2;
  }
}
@media(max-width:460px){
  body.home .la-v291-filter-grid{
    grid-template-columns:1fr;
  }
  body.home .la-v291-brand,
  body.home .la-v291-model,
  body.home .la-v291-submit{
    grid-column:auto;
  }
}


/* LEVAND AUTO v29.2 — YEAR FROM / TO */
@media(min-width:1281px){
  body.home .la-v291-filter-grid{
    grid-template-columns:1.08fr 1.08fr .68fr .68fr .86fr .86fr .86fr .86fr auto!important;
    gap:7px!important;
  }
  body.home .la-v291-submit{
    min-width:136px!important;
  }
}


/* =========================================================
   LEVAND AUTO v30.0 — CUSTOMS CALCULATOR
   ========================================================= */
.la-v300-calc-section{
  padding:52px 0;
  background:
    radial-gradient(circle at 85% 0,rgba(221,180,95,.07),transparent 32%),
    #090c10;
}
.la-v300-calc-head{
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:end;
  margin-bottom:22px;
}
.la-v300-calc-head>div:first-child>span{
  display:block;
  margin-bottom:7px;
  color:#ddb45f;
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
}
.la-v300-calc-head h2{
  margin:0;
  color:#f7f3eb;
  font-size:38px;
  line-height:1.05;
}
.la-v300-calc-head p{
  max-width:760px;
  margin:8px 0 0;
  color:#9aa4b0;
  font-size:12px;
  line-height:1.55;
}
.la-v300-calc-note{
  padding:9px 12px;
  border:1px solid rgba(221,180,95,.32);
  border-radius:9px;
  color:#ddb45f;
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
}
.la-v300-calc{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  border:1px solid #2c333d;
  border-radius:18px;
  overflow:hidden;
  background:#0d1117;
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}
.la-v300-col{
  padding:22px;
  border-right:1px solid #2b323b;
}
.la-v300-col:last-child{border-right:0}
.la-v300-col-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
}
.la-v300-col-title b{
  width:30px;height:30px;
  display:grid;place-items:center;
  border:1px solid rgba(221,180,95,.45);
  border-radius:8px;
  color:#ddb45f;
  font-size:9px;
}
.la-v300-col-title span{
  color:#fff;
  font-size:14px;
  font-weight:800;
}
.la-v300-field{
  display:block;
  margin-bottom:12px;
}
.la-v300-field>span{
  display:block;
  margin-bottom:6px;
  color:#7f8995;
  font-size:8px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.la-v300-field input,
.la-v300-field select{
  width:100%;
  height:44px;
  padding:0 12px;
  border:1px solid #303741;
  border-radius:9px;
  background:#0a0e14;
  color:#f1f4f7;
  font-size:11px;
  outline:none;
}
.la-v300-field input:focus,
.la-v300-field select:focus{
  border-color:rgba(221,180,95,.58);
  box-shadow:0 0 0 3px rgba(221,180,95,.055);
}
.la-v300-row2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.la-v300-base{
  margin-top:18px;
  padding:15px;
  border:1px solid rgba(221,180,95,.22);
  border-radius:12px;
  background:rgba(221,180,95,.04);
}
.la-v300-base span,
.la-v300-base small{
  display:block;
  color:#8d97a3;
  font-size:9px;
}
.la-v300-base strong{
  display:block;
  margin:5px 0;
  color:#e5b85c;
  font-size:26px;
}
.la-v300-result-row{
  min-height:47px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  border-bottom:1px solid #252c35;
}
.la-v300-result-row span{
  color:#9aa4b0;
  font-size:11px;
}
.la-v300-result-row strong{
  color:#fff;
  font-size:14px;
}
.la-v300-total{
  margin-top:18px;
  padding:18px;
  border:1px solid #b88731;
  border-radius:13px;
  background:
    linear-gradient(135deg,rgba(221,180,95,.14),rgba(221,180,95,.025));
}
.la-v300-total span{
  display:block;
  color:#c9ced5;
  font-size:10px;
  line-height:1.4;
}
.la-v300-total strong{
  display:block;
  margin-top:6px;
  color:#e5b85c;
  font-size:34px;
  line-height:1;
}
.la-v300-breakdown{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px 15px;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid #282f38;
}
.la-v300-breakdown span{
  color:#7f8995;
  font-size:9px;
}
.la-v300-breakdown b{
  color:#d5dbe2;
  font-size:10px;
}
.la-v300-disclaimer{
  display:block;
  margin-top:15px;
  color:#69737f;
  font-size:8px;
  line-height:1.5;
}
@media(max-width:1000px){
  .la-v300-calc{grid-template-columns:1fr}
  .la-v300-col{border-right:0;border-bottom:1px solid #2b323b}
  .la-v300-col:last-child{border-bottom:0}
}
@media(max-width:650px){
  .la-v300-calc-section{padding:36px 0}
  .la-v300-calc-head{grid-template-columns:1fr}
  .la-v300-calc-head h2{font-size:30px}
  .la-v300-row2{grid-template-columns:1fr}
}


/* =========================================================
   LEVAND AUTO v31.0 — FULL USA / CANADA CALCULATOR
   ========================================================= */
.la-v310-calc-section{padding:54px 0;background:radial-gradient(circle at 88% 0,rgba(221,180,95,.07),transparent 31%),#090c10}
.la-v310-head{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-bottom:22px}
.la-v310-kicker{display:block;color:#ddb45f;font-size:9px;font-weight:900;letter-spacing:.15em;margin-bottom:7px}
.la-v310-head h2{margin:0;color:#f7f3eb;font-size:38px;line-height:1.05}
.la-v310-head p{max-width:760px;margin:8px 0 0;color:#929ca8;font-size:12px;line-height:1.55}
.la-v310-badge{padding:9px 12px;border:1px solid rgba(221,180,95,.35);border-radius:9px;color:#ddb45f;font-size:9px;font-weight:900;letter-spacing:.1em}
.la-v310-calc{display:grid;grid-template-columns:1fr 1fr 1fr;border:1px solid #2c333d;border-radius:18px;overflow:hidden;background:#0d1117;box-shadow:0 20px 60px rgba(0,0,0,.22)}
.la-v310-panel{padding:22px;border-right:1px solid #2b323b}.la-v310-panel:last-child{border-right:0}
.la-v310-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}.la-v310-title b{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(221,180,95,.45);border-radius:8px;color:#ddb45f;font-size:9px}.la-v310-title span{color:#fff;font-size:14px;font-weight:800}
.la-v310-field{display:block;margin-bottom:12px}.la-v310-field>span{display:block;margin-bottom:6px;color:#7f8995;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}
.la-v310-field input,.la-v310-field select{width:100%;height:44px;padding:0 12px;border:1px solid #303741;border-radius:9px;background:#0a0e14;color:#f1f4f7;font-size:11px;outline:none}
.la-v310-field input:focus,.la-v310-field select:focus{border-color:rgba(221,180,95,.58);box-shadow:0 0 0 3px rgba(221,180,95,.055)}
.la-v310-field small{display:block;margin-top:5px;color:#68727e;font-size:8px;line-height:1.4}.la-v310-row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.la-v310-auto-row{margin:0 0 12px;padding:12px 13px;border:1px solid #282f38;border-radius:10px;background:#0a0e14}.la-v310-auto-row>span{display:block;color:#808a96;font-size:8px;font-weight:800;text-transform:uppercase}.la-v310-auto-row>strong{display:block;margin-top:4px;color:#e5b85c;font-size:20px}.la-v310-auto-row>small{display:block;margin-top:3px;color:#69737f;font-size:8px}
.la-v310-fixed-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:5px}.la-v310-fixed-grid>div{padding:10px;border:1px solid #282f38;border-radius:9px;background:#0a0e14}.la-v310-fixed-grid span{display:block;color:#76808c;font-size:8px}.la-v310-fixed-grid strong{display:block;margin-top:3px;color:#d9dee4;font-size:12px}
.la-v310-checks{margin-top:13px;display:grid;gap:8px}.la-v310-check{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;padding:11px 12px;border:1px solid rgba(221,180,95,.22);border-radius:10px;background:rgba(221,180,95,.035);cursor:pointer}.la-v310-check input{width:16px;height:16px;accent-color:#ddb45f}.la-v310-check span b{display:block;color:#e5e9ee;font-size:9px}.la-v310-check span small{display:block;margin-top:2px;color:#727d89;font-size:7.5px}.la-v310-check>strong{color:#ddb45f;font-size:12px}
.la-v310-customs-base{margin-bottom:14px;padding:15px;border:1px solid rgba(221,180,95,.25);border-radius:12px;background:rgba(221,180,95,.045)}.la-v310-customs-base span,.la-v310-customs-base small{display:block;color:#8b95a1;font-size:9px}.la-v310-customs-base strong{display:block;margin:5px 0;color:#e5b85c;font-size:27px}
.la-v310-result{min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #252c35}.la-v310-result span{color:#98a2ae;font-size:11px}.la-v310-result strong{color:#fff;font-size:14px}.la-v310-result-strong span,.la-v310-result-strong strong{font-weight:900}
.la-v310-total{margin-top:18px;padding:18px;border:1px solid #b88731;border-radius:13px;background:linear-gradient(135deg,rgba(221,180,95,.14),rgba(221,180,95,.025))}.la-v310-total span{display:block;color:#c9ced5;font-size:10px}.la-v310-total strong{display:block;margin-top:7px;color:#e5b85c;font-size:35px;line-height:1}
.la-v310-breakdown{display:grid;grid-template-columns:1fr auto;gap:8px 15px;margin-top:16px;padding-top:14px;border-top:1px solid #282f38}.la-v310-breakdown span{color:#7f8995;font-size:9px}.la-v310-breakdown b{color:#d5dbe2;font-size:10px}.la-v310-disclaimer{display:block;margin-top:15px;color:#69737f;font-size:8px;line-height:1.5}
.la-v310-hidden{display:none!important}
@media(max-width:1050px){.la-v310-calc{grid-template-columns:1fr}.la-v310-panel{border-right:0;border-bottom:1px solid #2b323b}.la-v310-panel:last-child{border-bottom:0}}
@media(max-width:650px){.la-v310-calc-section{padding:36px 0}.la-v310-head{grid-template-columns:1fr}.la-v310-head h2{font-size:29px}.la-v310-row2,.la-v310-fixed-grid{grid-template-columns:1fr}}


/* =========================================================
   LEVAND AUTO v32.2 — CALCULATOR PAGE / TYPOGRAPHY
   ========================================================= */
.la-calculator-page{padding-top:24px;background:#090c10;min-height:70vh}
.la-calculator-page .la-v310-calc-section{padding-top:34px}
.la-v310-head p{font-size:15px;line-height:1.6}
.la-v310-kicker{font-size:11px}
.la-v310-badge{font-size:11px}
.la-v310-title span{font-size:17px}
.la-v310-title b{font-size:11px;width:34px;height:34px}
.la-v310-field>span{font-size:11px;letter-spacing:.045em;margin-bottom:7px}
.la-v310-field input,.la-v310-field select{
  height:50px;
  padding:0 14px;
  font-size:14px;
}
.la-v310-field small{font-size:11px;line-height:1.45}
.la-v310-auto-row>span{font-size:11px}
.la-v310-auto-row>small{font-size:10px}
.la-v310-fixed-grid span{font-size:10px}
.la-v310-fixed-grid strong{font-size:14px}
.la-v310-check span b{font-size:12px}
.la-v310-check span small{font-size:10px}
.la-v310-check>strong{font-size:14px}
.la-v310-customs-base span,.la-v310-customs-base small{font-size:11px}
.la-v310-result span{font-size:14px}
.la-v310-result strong{font-size:16px}
.la-v310-total span{font-size:12px}
.la-v310-breakdown span{font-size:11px}
.la-v310-breakdown b{font-size:12px}
.la-v310-disclaimer{font-size:10px;line-height:1.55}

@media(max-width:650px){
  .la-calculator-page{padding-top:8px}
  .la-v310-head p{font-size:14px}
  .la-v310-title span{font-size:16px}
  .la-v310-field>span{font-size:10px}
  .la-v310-field input,.la-v310-field select{font-size:14px;height:48px}
}

@media (max-width:768px){
  .site-header,.la-header,header.site-header{overflow:visible!important}
  .site-header .container,.la-header .container,header.site-header .container{flex-wrap:wrap!important}

  .mobile-menu,.mobile-nav,.la-mobile-menu,.la-mobile-nav,.nav-mobile,
  .site-header .menu-panel,.site-header .mobile-menu-panel{
    position:static!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;
    margin:10px 0 0!important;padding:8px 0!important;border:0!important;border-top:1px solid rgba(221,180,95,.18)!important;
    border-radius:0!important;background:rgba(9,12,16,.96)!important;backdrop-filter:blur(12px);
    box-shadow:none!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch
  }
  .mobile-menu ul,.mobile-nav ul,.la-mobile-menu ul,.la-mobile-nav ul,.nav-mobile ul,
  .site-header .menu-panel ul,.site-header .mobile-menu-panel ul{
    display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;
    gap:8px!important;width:max-content!important;min-width:100%!important;margin:0!important;padding:0 14px!important;list-style:none!important
  }
  .mobile-menu li,.mobile-nav li,.la-mobile-menu li,.la-mobile-nav li,.nav-mobile li,
  .site-header .menu-panel li,.site-header .mobile-menu-panel li{flex:0 0 auto!important;margin:0!important;padding:0!important}
  .mobile-menu a,.mobile-nav a,.la-mobile-menu a,.la-mobile-nav a,.nav-mobile a,
  .site-header .menu-panel a,.site-header .mobile-menu-panel a{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;
    padding:0 14px!important;border:1px solid rgba(221,180,95,.18)!important;border-radius:10px!important;
    background:rgba(255,255,255,.025)!important;color:#f0f2f5!important;font-size:13px!important;font-weight:700!important;
    line-height:1!important;white-space:nowrap!important;text-decoration:none!important
  }

  .la-v25-hero,.hero,.home-hero{overflow:hidden!important}
  .la-v25-hero .container,.hero .container,.home-hero .container{
    width:100%!important;max-width:100%!important;padding-left:20px!important;padding-right:20px!important;box-sizing:border-box!important
  }
  .la-v25-hero h1,.hero h1,.home-hero h1{
    max-width:100%!important;width:100%!important;font-size:clamp(42px,12vw,64px)!important;line-height:.98!important;
    letter-spacing:-.035em!important;overflow-wrap:anywhere!important;word-break:normal!important
  }
  .la-v25-hero p,.hero p,.home-hero p,.la-v25-hero .la-v25-copy{
    max-width:92vw!important;width:auto!important;font-size:17px!important;line-height:1.55!important;overflow-wrap:break-word!important
  }
  .la-v25-hero .la-v25-actions,.hero .hero-actions,.home-hero .hero-actions{
    display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;max-width:100%!important
  }
  .la-v25-hero .la-v25-btn,.hero .btn,.home-hero .btn{
    width:100%!important;max-width:100%!important;box-sizing:border-box!important
  }
}

/* v33.2 — catalog search integrated above vehicle cards */
.la-v332-catalog-search{margin:16px 0 18px}
.la-v332-catalog-search .la-v25-search-wrap{width:100%;max-width:none;margin:0;padding:0}
.la-v332-catalog-search .la-v291-search{border-radius:14px}
@media(min-width:1025px){
  .la-v332-catalog-search .la-v291-filter-grid{
    grid-template-columns:1.15fr 1.15fr .72fr .72fr .9fr .9fr .9fr .9fr auto;
    gap:7px;
  }
  .la-v332-catalog-search .la-v291-field input,
  .la-v332-catalog-search .la-v291-field select{min-width:0}
}
@media(max-width:1024px){
  .la-v332-catalog-search{margin:14px 0 16px}
}


/* v33.5 — catalog/search overlap fix only */
.catalog-section .section-head,
.catalog-section .catalog-head,
.home-catalog .section-head,
.home-catalog .catalog-head {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}

.catalog-section .catalog-search,
.catalog-section .catalog-search-box,
.catalog-section .search-panel,
.home-catalog .catalog-search,
.home-catalog .catalog-search-box,
.home-catalog .search-panel {
  position: relative !important;
  top: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  z-index: 1;
}

/* Defensive fix for the actual search form if it follows the catalog heading */
.catalog-section form,
.home-catalog form {
  position: relative;
}

@media (max-width: 760px) {
  .catalog-section .section-head,
  .catalog-section .catalog-head,
  .home-catalog .section-head,
  .home-catalog .catalog-head {
    margin-bottom: 18px;
  }

  .catalog-section .catalog-search,
  .catalog-section .catalog-search-box,
  .catalog-section .search-panel,
  .home-catalog .catalog-search,
  .home-catalog .catalog-search-box,
  .home-catalog .search-panel {
    margin-bottom: 18px !important;
  }
}


/* =========================================================
   LEVAND AUTO v33.6 — EXACT CATALOG SEARCH POSITION FIX
   Old hero rule: body.home .la-v25-search-wrap { margin-top:-72px!important; }
   It was also pulling the catalog search upward over the catalog title.
   ========================================================= */
body.home .la-v332-catalog-search{
  display:block!important;
  position:relative!important;
  margin:22px 0 20px!important;
  padding:0!important;
  clear:both!important;
}

body.home .la-v332-catalog-search .la-v25-search-wrap,
body.home .la-v332-catalog-search .la-v291-search-wrap{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;

  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  margin-top:0!important;
  margin-right:0!important;
  margin-bottom:0!important;
  margin-left:0!important;
  padding:0!important;

  z-index:1!important;
}

body.home .la-v25-panel > .la-v25-panel-head{
  position:relative!important;
  z-index:2!important;
  margin-bottom:0!important;
}

body.home .la-v332-catalog-search .la-v291-search{
  position:relative!important;
  margin:0!important;
}

body.home .la-v332-catalog-search + .la-v25-cars-grid{
  margin-top:0!important;
}

@media(max-width:760px){
  body.home .la-v332-catalog-search{
    margin:18px 0 18px!important;
  }
}


/* =========================================================
   LEVAND AUTO v33.8 — COMPACT + SHARP MARKET CARDS
   Only the "5 key markets" section is changed.
   ========================================================= */
@media(min-width:1051px){
  body.home .la-v283-markets{
    padding:34px 0 28px!important;
  }
  body.home .la-v283-head{
    margin-bottom:18px!important;
  }
  body.home .la-v283-grid{
    gap:12px!important;
  }
  body.home .la-v283-card:nth-child(1),
  body.home .la-v283-card:nth-child(2){
    min-height:318px!important;
    border-radius:17px!important;
  }
  body.home .la-v283-card:nth-child(n+3){
    min-height:245px!important;
    border-radius:17px!important;
  }
  body.home .la-v283-content{
    padding:20px 22px!important;
  }
  body.home .la-v283-copy h3{
    font-size:27px!important;
    margin-bottom:6px!important;
  }
  body.home .la-v283-card:nth-child(n+3) .la-v283-copy h3{
    font-size:22px!important;
  }
  body.home .la-v283-copy p{
    font-size:12px!important;
  }
  body.home .la-v283-btn{
    min-width:168px!important;
    margin-top:13px!important;
    padding:10px 12px!important;
    font-size:9px!important;
  }
  body.home .la-v283-strip{
    min-height:50px!important;
    margin-top:12px!important;
  }
}

@media(min-width:701px) and (max-width:1050px){
  body.home .la-v283-card:nth-child(n){
    min-height:260px!important;
  }
  body.home .la-v283-content{
    padding:19px!important;
  }
}

/* Keep source pixels crisp; do not blur market photography. */
body.home .la-v283-card .la-v283-photo{
  filter:none!important;
  image-rendering:auto!important;
  transform:translateZ(0);
}
body.home .la-v283-card:hover .la-v283-photo{
  transform:scale(1.012)!important;
}


/* =========================================================
   LEVAND AUTO v33.9 — REAL MARKET CARD FIX
   Exact conflict found:
   v28.9 forced aspect-ratio:16/9 + min-height:0 !important,
   and forced old v289 images with background-image !important.
   These two rules made v33.8 visually ineffective.
   ========================================================= */

/* Force the new sharpened images — overrides old v28.9 !important URLs. */
body.home .la-v283-us .la-v283-photo{
  background-image:url('assets/images/markets/usa-v338.jpg?v=339')!important;
}
body.home .la-v283-ca .la-v283-photo{
  background-image:url('assets/images/markets/canada-v338.jpg?v=339')!important;
}
body.home .la-v283-eu .la-v283-photo{
  background-image:url('assets/images/markets/europe-v338.jpg?v=339')!important;
}
body.home .la-v283-cn .la-v283-photo{
  background-image:url('assets/images/markets/china-v338.jpg?v=339')!important;
}
body.home .la-v283-kr .la-v283-photo{
  background-image:url('assets/images/markets/korea-v338.jpg?v=339')!important;
}

@media(min-width:1051px){
  /* Cancel old forced 16:9 ratio so the cards can actually become shorter. */
  body.home .la-v283-card,
  body.home .la-v283-card:nth-child(1),
  body.home .la-v283-card:nth-child(2),
  body.home .la-v283-card:nth-child(n+3){
    aspect-ratio:auto!important;
    height:auto!important;
  }

  body.home .la-v283-card:nth-child(1),
  body.home .la-v283-card:nth-child(2){
    min-height:300px!important;
  }

  body.home .la-v283-card:nth-child(n+3){
    min-height:225px!important;
  }

  body.home .la-v283-markets{
    padding:30px 0 24px!important;
  }
  body.home .la-v283-head{
    margin-bottom:16px!important;
  }
  body.home .la-v283-grid{
    gap:11px!important;
  }
  body.home .la-v283-content{
    padding:18px 20px!important;
  }
  body.home .la-v283-copy h3,
  body.home .la-v283-card:nth-child(n+3) .la-v283-copy h3{
    font-size:21px!important;
    margin-bottom:5px!important;
  }
  body.home .la-v283-copy p{
    font-size:10.5px!important;
  }
  body.home .la-v283-btn{
    min-width:158px!important;
    margin-top:11px!important;
    padding:9px 11px!important;
    font-size:8.5px!important;
  }
  body.home .la-v283-strip{
    min-height:46px!important;
    margin-top:11px!important;
  }
}

@media(min-width:701px) and (max-width:1050px){
  body.home .la-v283-card,
  body.home .la-v283-card:nth-child(n){
    aspect-ratio:auto!important;
    min-height:245px!important;
    height:auto!important;
  }
}

/* No blur/filter on market source images. */
body.home .la-v283-card .la-v283-photo{
  filter:none!important;
  opacity:1!important;
  background-size:cover!important;
}


/* =========================================================
   LEVAND AUTO v34.0 — MARKETS COMPACT / CRISP
   Final targeted pass for "Автомобілі з ключових ринків світу"
   ========================================================= */

body.home .la-v283-markets{
  padding:26px 0 22px!important;
}

body.home .la-v283-head{
  margin-bottom:14px!important;
  gap:28px!important;
}

body.home .la-v283-head h2{
  font-size:clamp(30px,2.45vw,42px)!important;
  line-height:1.03!important;
  letter-spacing:-.02em!important;
}

body.home .la-v283-head p{
  font-size:12px!important;
  line-height:1.5!important;
  max-width:390px!important;
  justify-self:end!important;
}

body.home .la-v283-grid{
  gap:10px!important;
}

@media(min-width:1051px){
  body.home .la-v283-card,
  body.home .la-v283-card:nth-child(1),
  body.home .la-v283-card:nth-child(2),
  body.home .la-v283-card:nth-child(n+3){
    aspect-ratio:auto!important;
    height:auto!important;
  }

  body.home .la-v283-card:nth-child(1),
  body.home .la-v283-card:nth-child(2){
    min-height:282px!important;
  }

  body.home .la-v283-card:nth-child(n+3){
    min-height:208px!important;
  }

  body.home .la-v283-content{
    padding:17px 18px!important;
  }

  body.home .la-v283-copy h3,
  body.home .la-v283-card:nth-child(n+3) .la-v283-copy h3{
    font-size:20px!important;
    line-height:1.04!important;
    margin-bottom:4px!important;
  }

  body.home .la-v283-copy p{
    font-size:10px!important;
    line-height:1.25!important;
  }

  body.home .la-v283-btn{
    min-width:150px!important;
    margin-top:10px!important;
    padding:8px 10px!important;
    font-size:8px!important;
    border-radius:8px!important;
  }

  body.home .la-v283-strip{
    min-height:42px!important;
    margin-top:10px!important;
    font-size:9px!important;
  }
}

/* Remove all transforms that can soften background images on some browsers/GPUs. */
body.home .la-v283-card .la-v283-photo,
body.home .la-v283-card:hover .la-v283-photo{
  transform:none!important;
  filter:none!important;
  opacity:1!important;
  background-size:cover!important;
  backface-visibility:visible!important;
  will-change:auto!important;
}

/* Remove glass blur that can create a soft patch over the car hood area. */
body.home .la-v283-btn{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* Keep overlay clean and lighter so image detail stays visible. */
body.home .la-v283-overlay{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  background:
    linear-gradient(90deg,
      rgba(3,6,9,.28) 0%,
      rgba(3,6,9,.16) 27%,
      rgba(3,6,9,.035) 54%,
      rgba(3,6,9,0) 78%),
    linear-gradient(0deg,
      rgba(2,4,7,.20) 0%,
      rgba(2,4,7,0) 48%)!important;
}

/* Slightly better crop for China/Korea while preserving the same source files. */
body.home .la-v283-cn .la-v283-photo{
  background-position:center 54%!important;
}

body.home .la-v283-kr .la-v283-photo{
  background-position:center 52%!important;
}

@media(min-width:701px) and (max-width:1050px){
  body.home .la-v283-head h2{
    font-size:34px!important;
  }

  body.home .la-v283-card,
  body.home .la-v283-card:nth-child(n){
    aspect-ratio:auto!important;
    min-height:228px!important;
    height:auto!important;
  }

  body.home .la-v283-content{
    padding:16px!important;
  }
}

@media(max-width:700px){
  body.home .la-v283-head h2{
    font-size:30px!important;
  }
}


/* =========================================================
   LEVAND AUTO v34.1 — TRUE COMPACT MARKET FIX
   ========================================================= */

body.home .la-v283-markets{
  padding:22px 0 18px!important;
}

body.home .la-v283-head{
  margin-bottom:12px!important;
}

body.home .la-v283-head h2{
  font-size:clamp(27px,2.15vw,36px)!important;
  line-height:1.02!important;
}

body.home .la-v283-head p{
  font-size:10.5px!important;
  max-width:350px!important;
}

body.home .la-v283-grid{
  gap:9px!important;
}

@media(min-width:1051px){
  body.home .la-v283-card,
  body.home .la-v283-card:nth-child(1),
  body.home .la-v283-card:nth-child(2),
  body.home .la-v283-card:nth-child(n+3){
    aspect-ratio:auto!important;
    height:auto!important;
  }

  body.home .la-v283-card:nth-child(1),
  body.home .la-v283-card:nth-child(2){
    min-height:258px!important;
  }

  body.home .la-v283-card:nth-child(n+3){
    min-height:188px!important;
  }

  body.home .la-v283-content{
    padding:15px 16px!important;
  }

  body.home .la-v283-country b{
    font-size:8px!important;
  }

  body.home .la-v283-country span{
    font-size:15px!important;
  }

  body.home .la-v283-copy h3,
  body.home .la-v283-card:nth-child(n+3) .la-v283-copy h3{
    font-size:18px!important;
    margin-bottom:3px!important;
  }

  body.home .la-v283-copy p{
    font-size:9px!important;
  }

  body.home .la-v283-btn{
    min-width:136px!important;
    margin-top:8px!important;
    padding:7px 9px!important;
    font-size:7.5px!important;
  }

  body.home .la-v283-strip{
    min-height:38px!important;
    margin-top:9px!important;
    font-size:8px!important;
    gap:14px!important;
  }
}

/*
 * IMPORTANT:
 * The soft diagonal patch seen over China/Korea is not CSS blur.
 * It is physically present in the JPEG pixels.
 * Zooming + right positioning moves most of that patch outside the card.
 */
body.home .la-v283-cn .la-v283-photo{
  background-size:124% auto!important;
  background-position:76% 46%!important;
  filter:contrast(1.05) saturate(1.03)!important;
}

body.home .la-v283-kr .la-v283-photo{
  background-size:126% auto!important;
  background-position:78% 44%!important;
  filter:brightness(.72) contrast(1.10) saturate(1.15)!important;
}

/* Prevent any GPU interpolation softening */
body.home .la-v283-cn .la-v283-photo,
body.home .la-v283-kr .la-v283-photo{
  transform:none!important;
  transition:none!important;
  will-change:auto!important;
}

/* Lighter text-side overlay only; no blur */
body.home .la-v283-cn .la-v283-overlay,
body.home .la-v283-kr .la-v283-overlay{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  background:
    linear-gradient(90deg,
      rgba(3,6,9,.34) 0%,
      rgba(3,6,9,.16) 26%,
      rgba(3,6,9,.02) 50%,
      rgba(3,6,9,0) 70%)!important;
}

@media(min-width:701px) and (max-width:1050px){
  body.home .la-v283-head h2{
    font-size:30px!important;
  }

  body.home .la-v283-card,
  body.home .la-v283-card:nth-child(n){
    aspect-ratio:auto!important;
    min-height:210px!important;
  }
}


/* =========================================================
   LEVAND AUTO v34.2 — REAL REVIEWS + VIDEO REVIEWS
   ========================================================= */
body.home .la-v342-reviews{
  padding:42px 0 44px;
  background:#0a0d12;
}
body.home .la-v342-head,
body.home .la-v342-video-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
}
body.home .la-v342-kicker{
  display:block;
  margin-bottom:7px;
  color:#ddb45f;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}
body.home .la-v342-head h2{
  margin:0;
  color:#f6f2ea;
  font-size:clamp(30px,2.4vw,42px);
  line-height:1.04;
}
body.home .la-v342-head p{
  max-width:680px;
  margin:8px 0 0;
  color:#8f99a6;
  font-size:11px;
  line-height:1.5;
}
body.home .la-v342-arrows{
  display:flex;
  gap:8px;
}
body.home .la-v342-arrows button{
  width:42px;
  height:42px;
  border:1px solid #303741;
  border-radius:10px;
  background:#10151c;
  color:#f3f5f7;
  font-size:20px;
  cursor:pointer;
}
body.home .la-v342-arrows button:hover{
  border-color:#ddb45f;
  color:#ddb45f;
}

body.home .la-v342-reviews-viewport{
  overflow:hidden;
}
body.home .la-v342-reviews-track{
  display:flex;
  gap:12px;
  transition:transform .42s ease;
  will-change:transform;
}
body.home .la-v342-review-card{
  flex:0 0 calc((100% - 36px)/4);
  min-width:0;
  min-height:270px;
  padding:20px;
  display:flex;
  flex-direction:column;
  border:1px solid #2a313a;
  border-radius:16px;
  background:#10151c;
}
body.home .la-v342-stars{
  color:#ddb45f;
  font-size:18px;
  letter-spacing:2px;
}
body.home .la-v342-review-text-wrap{
  margin-top:16px;
}
body.home .la-v342-review-text{
  margin:0;
  color:#e7ebef;
  font-size:13px;
  line-height:1.58;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
  overflow:hidden;
}
body.home .la-v342-review-card.is-expanded .la-v342-review-text{
  display:block;
  overflow:visible;
}
body.home .la-v342-more{
  display:none;
  margin-top:10px;
  padding:0;
  border:0;
  background:none;
  color:#ddb45f;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}
body.home .la-v342-review-card.is-overflowing .la-v342-more{
  display:inline-block;
}
body.home .la-v342-review-footer{
  margin-top:auto;
  padding-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
body.home .la-v342-person{
  display:flex;
  align-items:center;
  min-width:0;
  gap:10px;
}
body.home .la-v342-avatar{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border:1px solid #39424d;
  border-radius:50%;
  background:#151b24;
  color:#ddb45f;
  font-size:12px;
  font-weight:900;
}
body.home .la-v342-person strong{
  color:#fff;
  font-size:12px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.home .la-v342-review-footer time{
  flex:0 0 auto;
  color:#7f8995;
  font-size:10px;
}
body.home .la-v342-dots{
  margin-top:14px;
  display:flex;
  justify-content:center;
  gap:6px;
}
body.home .la-v342-dot{
  width:7px;
  height:7px;
  border:0;
  border-radius:50%;
  background:#49515c;
  padding:0;
}
body.home .la-v342-dot.is-active{
  background:#ddb45f;
}

body.home .la-v342-video-head{
  margin-top:34px;
  margin-bottom:14px;
}
body.home .la-v342-video-head h3{
  margin:0;
  color:#f6f2ea;
  font-size:25px;
}
body.home .la-v342-video-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
body.home .la-v342-video-card,
body.home .la-v342-video-empty{
  min-height:180px;
  border:1px solid #2a313a;
  border-radius:16px;
  background:#10151c;
}
body.home .la-v342-video-card{
  padding:12px;
}
body.home .la-v342-video-frame{
  overflow:hidden;
  aspect-ratio:16/9;
  border-radius:12px;
  background:#080b0f;
}
body.home .la-v342-video-frame iframe{
  width:100%;
  height:100%;
  border:0;
}
body.home .la-v342-video-card strong{
  display:block;
  margin-top:10px;
  color:#fff;
  font-size:13px;
}
body.home .la-v342-video-empty{
  grid-column:1/-1;
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  color:#fff;
}
body.home .la-v342-play{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border:1px solid #b88a36;
  border-radius:50%;
  color:#ddb45f;
  font-size:18px;
}
body.home .la-v342-video-empty strong{
  font-size:15px;
}
body.home .la-v342-video-empty p{
  margin:5px 0 0;
  color:#7f8995;
  font-size:11px;
}

@media(max-width:1050px){
  body.home .la-v342-review-card{
    flex-basis:calc((100% - 12px)/2);
  }
}
@media(max-width:700px){
  body.home .la-v342-reviews{
    padding:32px 0 34px;
  }
  body.home .la-v342-head{
    align-items:flex-start;
  }
  body.home .la-v342-head h2{
    font-size:30px;
  }
  body.home .la-v342-review-card{
    flex-basis:100%;
    min-height:250px;
  }
  body.home .la-v342-video-grid{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   LEVAND AUTO v35.0 — GLOBAL MARKETS REBUILT FROM ZERO
   New class namespace: la-v350-*
   Old la-v283 CSS cannot affect this block.
   ========================================================= */
body.home .la-v350-markets{
  padding:30px 0 28px;
  background:#090c10;
}
body.home .la-v350-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
  align-items:end;
  margin-bottom:16px;
}
body.home .la-v350-kicker{
  display:block;
  margin-bottom:6px;
  color:#ddb45f;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}
body.home .la-v350-head h2{
  margin:0;
  color:#f7f3eb;
  font-size:clamp(30px,2.35vw,40px);
  line-height:1.03;
  letter-spacing:-.022em;
}
body.home .la-v350-head p{
  margin:0;
  color:#9aa4b0;
  font-size:11px;
  line-height:1.55;
  text-align:right;
}

body.home .la-v350-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
body.home .la-v350-card{
  grid-column:span 2;
  overflow:hidden;
  border:1px solid #2c333d;
  border-radius:16px;
  background:#10151c;
  color:#fff;
  text-decoration:none;
  transition:border-color .2s ease, transform .2s ease;
}
body.home .la-v350-card.la-v350-wide{
  grid-column:span 3;
}
body.home .la-v350-card:hover{
  border-color:rgba(221,180,95,.58);
  transform:translateY(-2px);
}

body.home .la-v350-media{
  position:relative;
  overflow:hidden;
  background:#0b0f14;
  aspect-ratio:16/8.15;
}
body.home .la-v350-card:not(.la-v350-wide) .la-v350-media{
  aspect-ratio:16/8.35;
}
body.home .la-v350-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:none;
  transform:none;
  image-rendering:auto;
}
body.home .la-v350-market-badge{
  position:absolute;
  top:12px;
  left:12px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:8px;
  background:rgba(6,9,13,.82);
  color:#ddb45f;
  font-size:9px;
  letter-spacing:.10em;
  backdrop-filter:none;
}
body.home .la-v350-market-badge b{font-weight:900}

body.home .la-v350-body{
  min-height:78px;
  padding:13px 14px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
body.home .la-v350-body h3{
  margin:0 0 4px;
  color:#fff;
  font-size:18px;
  line-height:1.05;
}
body.home .la-v350-body p{
  margin:0;
  color:#9da7b3;
  font-size:10px;
  line-height:1.35;
}
body.home .la-v350-btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border:1px solid #b98934;
  border-radius:8px;
  color:#e1b65d;
  font-size:8px;
  font-weight:900;
  white-space:nowrap;
}
body.home .la-v350-btn i{font-style:normal;font-size:13px}

body.home .la-v350-benefits{
  min-height:44px;
  margin-top:12px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  border:1px solid #2c333d;
  border-radius:13px;
  background:#0d1117;
  color:#aeb7c2;
  font-size:9px;
  font-weight:700;
  white-space:nowrap;
}
body.home .la-v350-benefits i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:#ddb45f;
}

@media(max-width:1050px){
  body.home .la-v350-head{grid-template-columns:1fr}
  body.home .la-v350-head p{text-align:left;max-width:650px}
  body.home .la-v350-card,
  body.home .la-v350-card.la-v350-wide{grid-column:span 3}
}

@media(max-width:700px){
  body.home .la-v350-markets{padding:28px 0 26px}
  body.home .la-v350-head h2{font-size:29px}
  body.home .la-v350-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding-bottom:4px;
  }
  body.home .la-v350-grid::-webkit-scrollbar{display:none}
  body.home .la-v350-card,
  body.home .la-v350-card.la-v350-wide{
    flex:0 0 84vw;
    min-width:84vw;
    scroll-snap-align:start;
  }
  body.home .la-v350-media,
  body.home .la-v350-card:not(.la-v350-wide) .la-v350-media{
    aspect-ratio:16/9;
  }
  body.home .la-v350-body{
    min-height:82px;
    padding:12px;
  }
  body.home .la-v350-body h3{font-size:17px}
  body.home .la-v350-btn{font-size:7.5px;padding:8px 9px}
  body.home .la-v350-benefits{
    justify-content:flex-start;
    overflow-x:auto;
  }
}


/* =========================================================
   LEVAND AUTO v35.1 — NEW CLEAN MARKET PHOTOS
   Replaces all 5 old image assets with clean crops from the approved mockup.
   ========================================================= */
body.home .la-v350-media img{
  object-fit:cover!important;
  object-position:center center!important;
  filter:none!important;
  transform:none!important;
}

body.home .la-v350-card:nth-child(4) .la-v350-media img{
  object-position:center 53%!important;
}

body.home .la-v350-card:nth-child(5) .la-v350-media img{
  object-position:center 50%!important;
}


/* LEVAND AUTO v35.4 — country shown only in top badge */
body.home .la-v350-body > div{
  display:flex;
  align-items:center;
  min-height:34px;
}
body.home .la-v350-body > div > p{
  margin:0!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:700!important;
}


/* =========================================================
   LEVAND AUTO v35.6 — 3 CARS + COMPACT FUNCTIONAL CALCULATOR
   ========================================================= */
body.home .la-v25-split{
  grid-template-columns:minmax(0,1fr) 320px!important;
  gap:16px!important;
  align-items:stretch!important;
}

body.home .la-v25-cars-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body.home .la-v25-cars-grid .car-card:nth-child(n+4){
  display:none!important;
}

body.home .la-v356-mini-calc{
  display:flex!important;
  flex-direction:column!important;
  padding:20px!important;
  min-height:100%!important;
}

body.home .la-v356-calc-copy h2{
  margin:7px 0 9px!important;
  font-size:26px!important;
  line-height:1.08!important;
}

body.home .la-v356-calc-copy .la-v25-copy{
  margin:0 0 18px!important;
  font-size:12px!important;
  line-height:1.55!important;
}

body.home .la-v356-mini-form{
  margin-top:4px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

body.home .la-v356-mini-form label{
  display:grid;
  gap:6px;
}

body.home .la-v356-mini-form label span{
  color:#a7adb7;
  font-size:10px;
  font-weight:700;
}

body.home .la-v356-mini-form select,
body.home .la-v356-mini-form input{
  width:100%;
  min-height:44px;
  padding:0 11px;
  border:1px solid #303843;
  border-radius:9px;
  background:#0a0e13;
  color:#fff;
  outline:none;
}

body.home .la-v356-mini-form select:focus,
body.home .la-v356-mini-form input:focus{
  border-color:#c99d4a;
  box-shadow:0 0 0 2px rgba(201,157,74,.10);
}

body.home .la-v356-calc-submit{
  grid-column:1/-1;
  width:100%!important;
  min-height:46px;
  margin-top:2px;
  border:0;
  cursor:pointer;
}

body.home .la-v356-full-link{
  grid-column:1/-1;
  display:block;
  text-align:center;
  color:#d8b468;
  font-size:10px;
  font-weight:800;
  text-decoration:none;
}

body.home .la-v356-full-link:hover{
  text-decoration:underline;
}

@media(max-width:1180px){
  body.home .la-v25-split{
    grid-template-columns:1fr!important;
  }
  body.home .la-v356-mini-form{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  body.home .la-v356-calc-submit,
  body.home .la-v356-full-link{
    grid-column:span 4;
  }
}

@media(max-width:760px){
  body.home .la-v356-mini-form{
    grid-template-columns:1fr 1fr;
  }
  body.home .la-v356-calc-submit,
  body.home .la-v356-full-link{
    grid-column:1/-1;
  }
}


/* =========================================================
   LEVAND AUTO v36.0 — VISUAL CALCULATOR CTA
   3 cars stay unchanged; calculator becomes a visual promo.
   ========================================================= */

body.home .la-v25-split{
  grid-template-columns:minmax(0,1fr) 340px!important;
  gap:16px!important;
  align-items:stretch!important;
}

body.home .la-v25-cars-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

body.home .la-v25-cars-grid .car-card:nth-child(n+4){
  display:none!important;
}

body.home .la-v360-calculator-card{
  position:relative;
  overflow:hidden;
  display:flex!important;
  flex-direction:column!important;
  padding:20px!important;
  min-height:100%!important;
  background:
    radial-gradient(circle at 80% 20%,rgba(221,180,95,.08),transparent 28%),
    #0d1015!important;
}

body.home .la-v360-calc-copy{
  position:relative;
  z-index:2;
}

body.home .la-v360-calc-copy h2{
  margin:7px 0 10px!important;
  font-size:26px!important;
  line-height:1.08!important;
}

body.home .la-v360-calc-copy p{
  margin:0;
  color:#a4adb7;
  font-size:11px;
  line-height:1.55;
}

body.home .la-v360-calc-points{
  margin:16px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}

body.home .la-v360-calc-points li{
  position:relative;
  padding-left:22px;
  color:#e9edf1;
  font-size:10px;
  line-height:1.35;
}

body.home .la-v360-calc-points li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  width:15px;
  height:15px;
  display:grid;
  place-items:center;
  border:1px solid rgba(221,180,95,.55);
  border-radius:5px;
  color:#ddb45f;
  font-size:9px;
  font-weight:900;
}

body.home .la-v360-calc-visual{
  margin:14px 0 12px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
  background:#090c10;
}

body.home .la-v360-calc-visual img{
  display:block;
  width:100%;
  height:345px;
  object-fit:cover;
  object-position:center 55%;
  filter:none;
  transform:none;
}

body.home .la-v360-calc-cta{
  margin-top:auto;
  width:100%!important;
  min-height:48px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
}

@media(max-width:1180px){
  body.home .la-v25-split{
    grid-template-columns:1fr!important;
  }

  body.home .la-v360-calculator-card{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);
    grid-template-areas:
      "copy visual"
      "cta visual";
    gap:18px;
    align-items:center;
  }

  body.home .la-v360-calc-copy{grid-area:copy}
  body.home .la-v360-calc-visual{grid-area:visual;margin:0}
  body.home .la-v360-calc-cta{grid-area:cta}

  body.home .la-v360-calc-visual img{
    height:260px;
  }
}

@media(max-width:760px){
  body.home .la-v360-calculator-card{
    display:flex!important;
  }

  body.home .la-v360-calc-visual img{
    height:210px;
  }
}


/* v36.3 — only calculator artwork adjustment */
body.home .la-v360-calc-visual{
  height:345px!important;
  overflow:hidden!important;
}
body.home .la-v360-calc-visual img{
  width:100%!important;
  height:390px!important;
  object-fit:cover!important;
  object-position:center top!important;
  transform:scale(1.08)!important;
  transform-origin:center top!important;
}


/* v36.4 — calculator artwork crop fix
   Full width is visible; no left/right text is cut.
   Duplicate CTA was removed from the image file itself. */
body.home .la-v360-calc-visual{
  height:auto!important;
  overflow:hidden!important;
}
body.home .la-v360-calc-visual img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  filter:none!important;
}

/* v36.7 — vehicle/container tracking + sea route map */
.la-v26-tracking-panel:has(.la-track-app){padding:34px}
.la-v26-tracking-panel:has(.la-track-app)>.la-v26-tracking-grid{display:block}
.la-v26-tracking-panel:has(.la-track-app) .la-v26-route{display:none}
.la-track-app{margin-top:22px}
.la-track-search{border:1px solid rgba(211,176,107,.25);border-radius:18px;padding:24px;background:#0b0e12}
.la-track-search label{display:block;margin-bottom:10px;color:#cbd2dc;font-size:13px}
.la-track-search-row{display:flex;gap:12px}
.la-track-search-row input{flex:1;min-width:0;height:50px;border:1px solid rgba(255,255,255,.10);border-radius:11px;background:#080b0f;color:#fff;padding:0 15px;font:inherit;outline:0;text-transform:uppercase}
.la-track-search-row input:focus{border-color:rgba(225,176,75,.65);box-shadow:0 0 0 3px rgba(225,176,75,.08)}
.la-track-search-row button{height:50px;padding:0 24px;border:0;border-radius:11px;background:linear-gradient(135deg,#f0c76c,#dca83d);color:#07090c;font-weight:800;cursor:pointer}
.la-track-message{min-height:18px;margin-top:8px;font-size:13px;color:#aab3c0}.la-track-message.error{color:#ff8f8f}
.la-track-result{margin-top:20px;border:1px solid rgba(255,255,255,.10);border-radius:20px;background:#080b0f;overflow:hidden}
.la-track-head{display:flex;justify-content:space-between;gap:20px;padding:24px 26px;border-bottom:1px solid rgba(255,255,255,.08)}
.la-track-kicker{display:block;color:#dfb253;font-size:10px;font-weight:900;letter-spacing:.14em}.la-track-head h3{margin:6px 0 9px;font-size:24px}.la-track-ids{display:flex;gap:16px;flex-wrap:wrap;color:#8993a1;font-size:12px}.la-track-ids b{color:#e5e9ef;margin-left:5px}
.la-track-state{text-align:right}.la-track-state>span{display:inline-flex;padding:7px 11px;border:1px solid rgba(223,178,83,.35);border-radius:999px;background:rgba(223,178,83,.1);color:#f0c76c;font-size:12px;font-weight:800}.la-track-state small{display:block;margin-top:7px;color:#737d8c;font-size:10px}
.la-track-progress{display:grid;grid-template-columns:repeat(10,1fr);padding:20px 22px 24px;border-bottom:1px solid rgba(255,255,255,.08)}
.la-track-step{position:relative;text-align:center;color:#697382;font-size:9px}.la-track-step:before{content:"";position:absolute;top:6px;left:-50%;right:50%;height:1px;background:rgba(255,255,255,.12)}.la-track-step:first-child:before{display:none}.la-track-step i{position:relative;z-index:2;display:block;width:13px;height:13px;margin:0 auto 8px;border:2px solid #46505d;border-radius:50%;background:#080b0f}.la-track-step.done:before{background:#dca83d}.la-track-step.done i{border-color:#dca83d;background:#dca83d}.la-track-step.active i{box-shadow:0 0 0 5px rgba(220,168,61,.12)}.la-track-step.active span{color:#f2c76a}
.la-track-sea-grid{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(0,1.35fr);min-height:500px}.la-track-panel{padding:24px;border-right:1px solid rgba(255,255,255,.08);overflow:auto}.la-track-panel-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;color:#fff;font-size:15px;font-weight:800}.la-track-live{color:#e3b54f;font-size:11px;text-decoration:none}
.la-track-ports{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:10px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.la-track-ports>div:last-child{text-align:right}.la-track-ports small,.la-track-facts small{display:block;color:#707b89;font-size:9px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.la-track-ports b{font-size:17px}.la-track-ports>i{color:#dca83d;font-style:normal}
.la-track-facts{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.08)}.la-track-facts b{font-size:12px;color:#d9dee6}.la-track-events{padding-top:20px}.la-track-events h4{margin:0 0 16px;font-size:14px}.la-track-event{position:relative;display:grid;grid-template-columns:14px 1fr;gap:10px;padding:0 0 17px}.la-track-event:before{content:"";position:absolute;left:5px;top:12px;bottom:-1px;width:1px;background:rgba(255,255,255,.10)}.la-track-event:last-child:before{display:none}.la-track-event>i{position:relative;z-index:1;width:11px;height:11px;border-radius:50%;border:2px solid #596270;background:#080b0f}.la-track-event.latest>i{border-color:#dca83d;background:#dca83d}.la-track-event time{display:block;color:#707b89;font-size:9px}.la-track-event b{display:block;margin:2px 0;font-size:12px}.la-track-event span{display:block;color:#a2abb7;font-size:11px;line-height:1.4}
.la-track-map-wrap{position:relative;min-height:500px;background:#dfeaf1}.la-track-map{position:absolute;inset:0;z-index:1}.la-track-map-badge{position:absolute;right:16px;top:16px;z-index:500;padding:8px 11px;border-radius:999px;background:rgba(8,11,15,.90);color:#e8edf3;font-size:10px;box-shadow:0 5px 18px rgba(0,0,0,.2)}.la-track-map-badge::first-letter{color:#dca83d}.la-ship-marker{background:none!important;border:0!important}.la-ship-marker span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#0a0d11;border:3px solid #e0ad44;box-shadow:0 0 0 7px rgba(224,173,68,.18),0 8px 22px rgba(0,0,0,.28);font-size:20px}
.la-track-map .leaflet-control-attribution{font-size:8px}
@media(max-width:900px){.la-track-progress{grid-template-columns:repeat(5,1fr);row-gap:18px}.la-track-step:nth-child(6):before{display:none}.la-track-sea-grid{grid-template-columns:1fr}.la-track-panel{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.la-track-map-wrap{min-height:430px}}
@media(max-width:600px){.la-v26-tracking-panel:has(.la-track-app){padding:20px}.la-track-search{padding:16px}.la-track-search-row{display:grid}.la-track-search-row button{width:100%}.la-track-head{display:block;padding:20px}.la-track-state{text-align:left;margin-top:14px}.la-track-progress{display:flex;overflow-x:auto;gap:0;padding:18px 14px}.la-track-step{min-width:82px}.la-track-step:before{left:-50%;right:50%}.la-track-step:nth-child(6):before{display:block}.la-track-panel{padding:18px}.la-track-map-wrap{min-height:360px}.la-track-ports b{font-size:14px}}

/* v36.8 automatic SeaRates tracking */
.la-track-vessel-id{display:block!important;margin-top:4px;color:#707b89!important;font-size:9px!important;font-weight:500}.la-track-event.planned{opacity:.72}.la-track-event.planned>i{background:#080b0f;border-style:dashed}.la-track-event.planned time{color:#dca83d}

/* =========================================================
   v38.0 — HOME: full-width inventory + benefits/calculator
   ========================================================= */
body.home .la-v38-home-catalog{display:block!important}
body.home .la-v38-catalog-panel{width:100%;padding:26px!important}
body.home .la-v38-catalog-panel .la-v25-cars-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.home .la-v38-catalog-panel .car-card{min-width:0!important}
body.home .la-v38-catalog-panel .car-card:nth-child(n+4){display:none!important}
body.home .la-v38-catalog-panel .car-card .car-thumb,
body.home .la-v38-catalog-panel .car-card .car-card-image{min-height:260px}
body.home .la-v38-benefits-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(330px,.82fr);gap:18px;margin-top:18px;align-items:stretch}
body.home .la-v38-benefits-grid .la-v360-calculator-card{height:100%!important;min-height:620px}
body.home .la-v38-auction-benefits{position:relative;overflow:hidden;min-height:620px;border:1px solid #262e36;border-radius:18px;background:#0d1217 url('assets/images/auction-benefits-v380.jpg') right center/cover no-repeat}
body.home .la-v38-benefits-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,12,16,.99) 0%,rgba(8,12,16,.95) 47%,rgba(8,12,16,.38) 78%,rgba(8,12,16,.18) 100%)}
body.home .la-v38-benefits-content{position:relative;z-index:1;max-width:65%;padding:38px}
body.home .la-v38-benefits-content h2{font-size:34px;line-height:1.08;margin:8px 0 12px}
body.home .la-v38-benefits-intro{max-width:540px;color:#b7bec6;font-size:14px;line-height:1.6;margin-bottom:24px}
body.home .la-v38-benefit{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:start;margin:18px 0}
body.home .la-v38-benefit>span{width:54px;height:54px;border:1px solid rgba(230,177,67,.2);border-radius:13px;background:rgba(230,177,67,.09);color:#e6b143;display:flex;align-items:center;justify-content:center;font-size:23px;font-weight:800}
body.home .la-v38-benefit b{display:block;color:#fff;font-size:15px;margin:2px 0 5px}
body.home .la-v38-benefit p{margin:0;color:#aeb5bd;font-size:12px;line-height:1.5}
@media(max-width:1100px){body.home .la-v38-benefits-grid{grid-template-columns:1fr}body.home .la-v38-benefits-content{max-width:72%}}
@media(max-width:900px){body.home .la-v38-catalog-panel .la-v25-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.home .la-v38-catalog-panel .car-card:nth-child(3){display:none!important}}
@media(max-width:680px){body.home .la-v38-catalog-panel{padding:16px!important}body.home .la-v38-catalog-panel .la-v25-cars-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory}body.home .la-v38-catalog-panel .car-card{flex:0 0 88%!important;scroll-snap-align:start}body.home .la-v38-catalog-panel .car-card:nth-child(3){display:block!important}body.home .la-v38-auction-benefits{min-height:720px;background-position:62% center}body.home .la-v38-benefits-overlay{background:rgba(8,12,16,.87)}body.home .la-v38-benefits-content{max-width:100%;padding:24px}body.home .la-v38-benefits-content h2{font-size:28px}}

/* =========================================================
   v38.1 — cache/layout fix for approved home redesign
   ========================================================= */
body.home .la-v38-benefits-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.58fr) minmax(360px,.82fr)!important;
  gap:18px!important;
  margin-top:18px!important;
  align-items:stretch!important;
}
body.home .la-v38-auction-benefits{
  display:block!important;
  position:relative!important;
  overflow:hidden!important;
  min-height:620px!important;
  border:1px solid #262e36!important;
  border-radius:18px!important;
  background-color:#0d1217!important;
  background-image:url('assets/images/auction-benefits-v380.jpg')!important;
  background-position:right center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
body.home .la-v38-benefits-overlay{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(8,12,16,.99) 0%,rgba(8,12,16,.95) 48%,rgba(8,12,16,.42) 78%,rgba(8,12,16,.18) 100%)!important;
}
body.home .la-v38-benefits-content{
  display:block!important;
  position:relative!important;
  z-index:2!important;
  max-width:67%!important;
  padding:38px!important;
}
body.home .la-v38-benefit{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  margin:18px 0!important;
}
body.home .la-v38-benefit>span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:54px!important;
  height:54px!important;
  border:1px solid rgba(230,177,67,.2)!important;
  border-radius:13px!important;
  background:rgba(230,177,67,.09)!important;
  color:#e6b143!important;
  font-size:23px!important;
  font-weight:800!important;
}
body.home .la-v38-benefits-grid>.la-v360-calculator-card{
  width:auto!important;
  min-width:0!important;
  height:100%!important;
  min-height:620px!important;
  margin:0!important;
}
@media(max-width:1100px){
  body.home .la-v38-benefits-grid{grid-template-columns:1fr!important}
  body.home .la-v38-benefits-content{max-width:72%!important}
}
@media(max-width:680px){
  body.home .la-v38-benefits-content{max-width:100%!important;padding:24px!important}
}


/* v38.2 — homepage 3-card safeguard */
body.home .la-v38-catalog-panel .la-v25-cars-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}

/* =========================================================
   v38.3 — auction photo + balanced benefits/calculator cards
   ========================================================= */
body.home .la-v38-benefits-grid{
  grid-template-columns:minmax(0,1.62fr) minmax(360px,.78fr)!important;
  align-items:stretch!important;
}
body.home .la-v38-auction-benefits{
  min-height:620px!important;
  background-image:url('assets/images/auction-yard-v383.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
}
body.home .la-v38-benefits-overlay{
  background:linear-gradient(90deg,rgba(7,11,15,.99) 0%,rgba(7,11,15,.96) 42%,rgba(7,11,15,.68) 67%,rgba(7,11,15,.28) 100%),linear-gradient(0deg,rgba(7,11,15,.55),transparent 55%)!important;
}
body.home .la-v38-benefits-grid .la-v360-calculator-card{
  min-height:620px!important;
  height:620px!important;
  overflow:hidden!important;
}
body.home .la-v38-benefits-grid .la-v360-calc-visual{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.home .la-v38-benefits-grid .la-v360-calc-visual img{
  width:100%!important;
  height:100%!important;
  max-height:365px!important;
  object-fit:cover!important;
  object-position:center top!important;
}
@media(max-width:1100px){
 body.home .la-v38-benefits-grid{grid-template-columns:1fr!important}
 body.home .la-v38-benefits-grid .la-v360-calculator-card{height:auto!important;min-height:0!important}
}

/* =========================================================
   v38.4 — brighter auction photo, protected text contrast
   ========================================================= */
body.home .la-v38-auction-benefits{
  background-color:#121820!important;
}
body.home .la-v38-benefits-overlay{
  background:
    linear-gradient(90deg,
      rgba(7,11,15,.93) 0%,
      rgba(7,11,15,.86) 32%,
      rgba(7,11,15,.58) 54%,
      rgba(7,11,15,.20) 76%,
      rgba(7,11,15,.06) 100%),
    linear-gradient(0deg,rgba(7,11,15,.28),transparent 48%)!important;
}
@media(max-width:680px){
 body.home .la-v38-benefits-overlay{
   background:linear-gradient(90deg,rgba(7,11,15,.90),rgba(7,11,15,.62))!important;
 }
}

/* =========================================================
   v38.8 — final auction benefits + calculator; removed duplicate heading
   ========================================================= */
body.home .la-v387-auction-calculator{
  display:grid;
  grid-template-columns:minmax(0,1.58fr) minmax(430px,.92fr);
  gap:18px;
  margin-top:18px;
  align-items:stretch;
}
body.home .la-v387-auction-card,
body.home .la-v387-calc-card{
  position:relative;
  overflow:hidden;
  min-height:660px;
  border:1px solid #29313a;
  border-radius:20px;
  background:#080c10;
  box-shadow:0 18px 50px rgba(0,0,0,.24);
}
body.home .la-v387-auction-photo{
  position:absolute;
  inset:0;
  background-image:url('assets/images/auction-yard-v387.jpg');
  background-position:center 18%;
  background-size:cover;
  background-repeat:no-repeat;
  filter:saturate(1.05) contrast(1.02) brightness(1.04);
  transform:scale(1.005);
}
body.home .la-v387-auction-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(6,9,13,.02) 0%,rgba(6,9,13,.10) 38%,rgba(6,9,13,.78) 62%,rgba(6,9,13,.98) 100%),
    linear-gradient(90deg,rgba(6,9,13,.72) 0%,rgba(6,9,13,.28) 48%,rgba(6,9,13,.04) 100%);
}
body.home .la-v387-auction-copy{
  position:relative;
  z-index:2;
  min-height:660px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:32px 34px 28px;
}
body.home .la-v387-auction-copy .la-v25-label{font-size:12px;letter-spacing:.14em}
body.home .la-v387-auction-copy h2{
  max-width:620px;
  margin:8px 0 8px;
  font-size:36px;
  line-height:1.08;
  color:#fff;
}
body.home .la-v387-intro{
  max-width:650px;
  margin:0 0 20px;
  color:#d6dbe1;
  font-size:14px;
  line-height:1.55;
}
body.home .la-v387-benefits{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
body.home .la-v387-benefit{
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  gap:12px;
  padding:13px 14px;
  border:1px solid rgba(230,177,67,.22);
  border-radius:13px;
  background:rgba(6,9,13,.78);
  backdrop-filter:blur(6px);
}
body.home .la-v387-benefit>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:12px;
  background:rgba(230,177,67,.10);
  border:1px solid rgba(230,177,67,.30);
  color:#e8b447;
  font-size:23px;
  font-weight:900;
}
body.home .la-v387-benefit b{display:block;margin:1px 0 4px;color:#fff;font-size:14px}
body.home .la-v387-benefit p{margin:0;color:#b9c0c8;font-size:11px;line-height:1.45}

body.home .la-v387-calc-card{
  display:flex;
  flex-direction:column;
  padding:28px 26px 24px;
  background:linear-gradient(180deg,#0d1116 0%,#090d11 100%);
  border-color:#3a3020;
}
body.home .la-v387-calc-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  color:#e8b447;
  font-size:13px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body.home .la-v387-calc-kicker span{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(232,180,71,.35);
  border-radius:9px;
  background:rgba(232,180,71,.08);
}
body.home .la-v387-calc-head h2{
  margin:14px 0 7px;
  font-size:30px;
  line-height:1.08;
  color:#fff;
}
body.home .la-v387-calc-head p{
  margin:0 0 19px;
  color:#aeb7c1;
  font-size:12px;
  line-height:1.55;
}
body.home .la-v387-cost-list{display:grid;gap:8px;flex:1 1 auto}
body.home .la-v387-cost{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:56px;
  padding:7px 13px 7px 8px;
  border:1px solid #252d35;
  border-radius:11px;
  background:rgba(255,255,255,.015);
}
body.home .la-v387-cost-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:9px;
  border:1px solid rgba(232,180,71,.30);
  background:rgba(232,180,71,.07);
  color:#e8b447;
  font-size:19px;
  font-weight:900;
}
body.home .la-v387-cost b{
  color:#f5f6f7;
  font-size:16px;
  line-height:1.25;
  font-weight:800;
}
body.home .la-v387-calc-cta{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  min-height:58px;
  margin-top:16px;
  padding:0 17px;
  border:1px solid #d99f2c;
  border-radius:11px;
  background:linear-gradient(180deg,#0c1014,#090d11);
  color:#e8b447;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-size:13px;
  font-weight:900;
  transition:.18s ease;
}
body.home .la-v387-calc-cta:hover{background:#e6b143;color:#090b0e;transform:translateY(-1px)}
body.home .la-v387-calc-cta>span{font-size:21px}
body.home .la-v387-calc-cta>b{font-size:21px}

@media(max-width:1180px){
  body.home .la-v387-auction-calculator{grid-template-columns:minmax(0,1.35fr) minmax(380px,.9fr)}
  body.home .la-v387-auction-copy h2{font-size:32px}
  body.home .la-v387-cost b{font-size:15px}
}
@media(max-width:980px){
  body.home .la-v387-auction-calculator{grid-template-columns:1fr}
  body.home .la-v387-auction-card,body.home .la-v387-calc-card{min-height:0}
  body.home .la-v387-auction-copy{min-height:650px}
}
@media(max-width:680px){
  body.home .la-v387-auction-copy{min-height:720px;padding:24px 18px 18px}
  body.home .la-v387-auction-photo{background-position:56% top}
  body.home .la-v387-auction-shade{background:linear-gradient(180deg,rgba(6,9,13,.10) 0%,rgba(6,9,13,.30) 35%,rgba(6,9,13,.92) 58%,rgba(6,9,13,.99) 100%)}
  body.home .la-v387-auction-copy h2{font-size:28px}
  body.home .la-v387-benefits{grid-template-columns:1fr}
  body.home .la-v387-benefit{grid-template-columns:44px 1fr}
  body.home .la-v387-benefit>span{width:42px;height:42px;font-size:20px}
  body.home .la-v387-calc-card{padding:22px 16px 18px}
  body.home .la-v387-calc-head h2{font-size:27px}
  body.home .la-v387-cost{grid-template-columns:42px 1fr;min-height:54px}
  body.home .la-v387-cost-icon{width:38px;height:38px}
  body.home .la-v387-cost b{font-size:15px}
  body.home .la-v387-calc-cta{font-size:11px;padding:0 12px}
}
