.elementor-184 .elementor-element.elementor-element-583d09d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-850e76c *//* ======================================================
   VROOM MASTER SYSTEM — PRODUCTION CSS v2.0 
   Framework: ROSA Cars v1.1.0
   ====================================================== */
/* --- VROOM BRANDS SLIDER: PRODUCTION BUILD --- */

/* --- VROOM BRANDS 3-COLUMN SLIDER: HOME SYNC --- */

/* --- VROOM BRAND MATRIX: FINAL COLOR & SIZE SYNC --- */
/* --- VROOM VELOCITY MATRIX ENGINE --- */
/* --- VROOM KINETIC TIRE ENGINE --- */

.car-card.p-0.overflow-hidden.lr-image-shield.shadow-neon {
    border-radius: 30px !important;
}

@media (max-width: 768px) {
    .lr-hero-visual-container {

    margin-left: unset !important;
}}

/* =========================================
   FINAL HERO OVERFLOW FIX — PRODUCTION SAFE
   ========================================= */

/* 1️⃣ Kill horizontal scroll globally */
html, body {
    overflow-x: hidden !important;
}

/* 2️⃣ Remove unsafe mobile 100vw logic */
@media (max-width: 991px) {

    .lr-hero-visual-container {
        order: -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .vroom-main-container {
        overflow: hidden !important;
    }

    .lr-hero-split-grid {
        width: 100% !important;
        max-width: 100% !important;
    }

    .vroom-velocity-stage {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
}

/* 3️⃣ Ensure SVG always scales correctly */
#vroom-matrix-car {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

/* 4️⃣ Contain animation safely */
.vroom-velocity-stage,
.lr-hero-visual-container .car-card {
    overflow: hidden !important;
}


.car-card.p-8
 {
    padding: 20px!important;
}

.grid.grid-2.gap-12.items-center.mobile-column {
    padding: 20px;
}
/* Infinite Wheel Spin */
.tire-spokes {
    animation: tireSpin 0.6s linear infinite;
    transform-origin: center;
    /* Uses center of the group because translate is on the parent g */
    transform-box: fill-box;
}

@keyframes tireSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Chassis "Running Engine" Vibration */
.vroom-chassis {
    animation: engineVibe 0.15s ease-in-out infinite;
}

@keyframes engineVibe {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-1px); }
}

/* Shadow Pulse to match speed */
.vroom-rolling-shadow {
    animation: shadowPulse 1.2s ease-in-out infinite;
}

@keyframes shadowPulse {
    0%, 100% { opacity: 0.1; transform: scale(1); }
    50% { opacity: 0.15; transform: scale(1.05); }
}

/* Ensure the stage contrast is deep */
.vroom-velocity-stage {
    background: #000;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.vroom-velocity-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: radial-gradient(circle at center, #0a0a0a 0%, #000 100%); /* Depth gradient */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Perspective Grid Scroll */
.vroom-grid-floor {
    position: absolute;
    bottom: -5%;
    width: 100%;
    height: 60%;
    background-image: 
        linear-gradient(var(--glass-border) 1px, transparent 1px),
        linear-gradient(90deg, var(--glass-border) 1px, transparent 1px);
    background-size: 40px 40px;
    transform: perspective(350px) rotateX(65deg);
    animation: gridScroll 1s linear infinite;
    opacity: 0.25;
}

@keyframes gridScroll { 
    from { background-position: 0 0; } 
    to { background-position: 0 40px; } 
}

/* Wheel Rotation */
.vroom-wheel { 
    animation: wheelRotate 0.8s linear infinite; 
    transform-origin: center; 
}
@keyframes wheelRotate { 
    from { transform: rotate(0deg); } 
    to { transform: rotate(360deg); } 
}

/* Engine Idle Vibration */
.vroom-chassis { 
    animation: engineIdle 0.2s ease-in-out infinite; 
}
@keyframes engineIdle { 
    0%, 100% { transform: translateY(0); } 
    50% { transform: translateY(-1.5px); } 
}

/* Kinetic Pulse Path */
.velocity-pulse {
    animation: matrixPulse 2s linear infinite;
}
@keyframes matrixPulse {
    from { stroke-dashoffset: 300; }
    to { stroke-dashoffset: 0; }
}

/* Mobile Responsive Priority */
@media (max-width: 991px) {
    .lr-hero-visual-container {
        order: -1 !important; /* Animation on top */
        width: 100vw !important;
        
    }
    .lr-image-shield {
        border-radius: 0 0 30px 30px !important;
    }
}

a.brand-card-v4 {
    border-color: #c8ff00 !important;
}
/* 1. Track & Unit Sizing */
.vroom-brands-snap-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 20px 0;
}

.brand-fixed-unit {
    width: 280px; /* Fixed uniform width */
    min-width: 280px; 
    scroll-snap-align: start;
    flex-shrink: 0;
}

/* 2. Card Design */
.brand-card-v4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #0f0f0f !important; /* Fixed dark base for contrast */
    border: 1px solid #1a1a1a !important;
    border-radius: 20px !important;
    height: 320px; /* Fixed uniform height */
    padding: 50px 20px 40px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Active/Hover Highlight */
.brand-card-v4:hover,
.brand-fixed-unit:first-child .brand-card-v4 {
    border-color: #c8ff00 !important; /* Vroom Lime border */
    box-shadow: 0 0 25px rgba(200, 255, 0, 0.15);
}

/* 3. Adaptive Logo Filter */
.brand-logo-fixed-box {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adaptive-logo-filter {
    max-width: 180px;
    max-height: 80px;
    object-fit: contain;
}

/* Force logos to white on dark cards */
.adaptive-logo-filter {
    filter: brightness(0) invert(1);
}

/* 4. Refined Typography Colors */
.brand-info-footer {
    text-align: center;
    width: 100%;
}

.brand-title-v4 {
    color: #ff3366 !important; /* Pink brand titles from design */
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 8px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.brand-origin-v4 {
    color: #555555 !important; /* Muted origin text */
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: block;
}

.parent-text {
    display: block;
    margin-top: 4px;
    opacity: 0.7;
}

/* 5. Mobile Scaling */
@media (max-width: 768px) {
    .brand-fixed-unit {
        width: 75vw;
        min-width: 75vw;
    }
    .brand-card-v4 {
        height: 280px;
    }
}

/* 1. GLOBAL LAYOUT & SPACING */
.rosa-hero-section {
    padding-top: clamp(140px, 15vh, 220px) !important;
    background: var(--bg-primary);
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.vroom-main-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    z-index: 10;
}

.py-24 { padding: 80px 0 !important; }
.py-32 { padding: 120px 0 !important; }

/* 2. GRID GEOMETRY */
.lr-hero-split-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(40px, 8vw, 100px);
    align-items: center;
}

/* 3. CARDS & GLASSMORPHISM */
.car-card { 
    background: var(--bg-secondary) !important;
    border-radius: var(--radius-xl) !important; /* Unified 30px Radius */
    border: 1px solid var(--glass-border) !important; 
    transition: all var(--t-base);
    position: relative;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(15px);
}

.hover-up:hover {
    transform: translateY(-10px);
    border-color: var(--vroom-primary) !important;
    box-shadow: var(--shadow-glow);
}

/* 4. MOTION ENGINE: MATRIX PULSE */
.vroom-motion-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: radial-gradient(circle at center, #0a0a0a 0%, #000 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.vroom-grid-floor {
    position: absolute;
    bottom: -10%;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(var(--glass-border) 1px, transparent 1px),
                      linear-gradient(90deg, var(--glass-border) 1px, transparent 1px);
    background-size: 40px 40px;
    transform: perspective(300px) rotateX(60deg);
    animation: gridScroll 1s linear infinite;
    opacity: 0.25;
}

@keyframes gridScroll { 
    from { background-position: 0 0; } 
    to { background-position: 0 40px; } 
}

.matrix-pulse-line { animation: matrixPulse 2s linear infinite; }
@keyframes matrixPulse { 
    from { stroke-dashoffset: 300; } 
    to { stroke-dashoffset: 0; } 
}

.vroom-wheel { animation: wheelRotate 0.7s linear infinite; transform-origin: center; }
@keyframes wheelRotate { 
    from { transform: rotate(0deg); } 
    to { transform: rotate(360deg); } 
}

.vroom-chassis { animation: engineIdle 0.15s ease-in-out infinite; }
@keyframes engineIdle { 
    0%, 100% { transform: translateY(0); } 
    50% { transform: translateY(-1.5px); } 
}

/* 5. TYPOGRAPHY & BRANDING */
.text-vroom { color: var(--vroom-primary) !important; }
.vroom-h1-fluid { 
    font-size: clamp(2.5rem, 6vw, 5rem); 
    line-height: 1.1; 
    letter-spacing: -2.5px; 
}

.shadow-neon { box-shadow: var(--shadow-md), 0 0 20px rgba(200, 255, 0, 0.2); }

/* 6. STRICT MOBILE FIX */
@media (max-width: 991px) {
    .rosa-hero-section { padding-top: 100px !important; }
    
    .lr-hero-split-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
    }

    /* Animation Priority */
    .lr-hero-visual-container {
        order: -1 !important;
        width: 100vw !important;
        
    }

    .lr-image-shield {
        border-radius: 0 0 30px 30px !important;
        border-left: none !important;
        border-right: none !important;
    }

    /* Mobile Interaction Grid */
    .hero-actions {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
    }

    .hero-actions .btn {
        flex: 1;
        padding: 12px 5px !important;
        font-size: 10px !important;
        white-space: nowrap;
    }

    .grid-4 { 
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 15px !important; 
    }
    
    .mobile-column { flex-direction: column !important; }
    .visual-shield-mobile { order: -1; margin-bottom: 30px; }
}/* End custom CSS */