/* Container & General Premium Reset */
.vehicle-premium-container-554e26b3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #f3f4f6;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    box-sizing: border-box;
}

/* Premium Filter Bar */
.v-filters-bar-554e26b3 {
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.v-search-wrapper-554e26b3 {
    margin-bottom: 16px;
}
.v-search-input-554e26b3 {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.25s ease-in-out;
}
.v-search-input-554e26b3::placeholder {
    color: #a1a1aa;
}
.v-selects-grid-554e26b3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}
.v-filter-select-554e26b3 {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 14px;
    color: #e4e4e7;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s;
}

/* Premium Display Area and Navigation */
.v-display-area-wrapper-554e26b3 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

/* Extremity Absolute Arrow Buttons */
.v-main-carousel-nav-554e26b3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #1c1c1e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.25s ease;
    z-index: 50;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.v-main-carousel-nav-554e26b3 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.v-nav-prev-554e26b3 {
    left: -24px;
}
.v-nav-next-554e26b3 {
    right: -24px;
}

@media (max-width: 1280px) {
    .v-nav-prev-554e26b3 { left: 5px; }
    .v-nav-next-554e26b3 { right: 5px; }
}

/* Carousel Track / Grid Wrappers */
.v-carousel-track-wrapper-554e26b3 {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 10px 4px 20px 4px;
    width: 100%;
    box-sizing: border-box;
}
.v-carousel-track-wrapper-554e26b3::-webkit-scrollbar {
    height: 8px;
}
.v-carousel-track-wrapper-554e26b3::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}
.v-carousel-track-wrapper-554e26b3::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

/* Grid Wrapper has 100% distribution */
.v-grid-wrapper-554e26b3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    width: 100%;
}

/* Ultra Premium Dark Card Layout with subtle border and zero heavy shadows */
.v-card-premium-554e26b3 {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}
.v-carousel-track-wrapper-554e26b3 .v-card-premium-554e26b3 {
    width: calc(33.333% - 16px);
    min-width: 300px;
    flex-shrink: 0;
    scroll-snap-align: start;
}

@media (max-width: 991px) {
    .v-carousel-track-wrapper-554e26b3 .v-card-premium-554e26b3 {
        width: calc(50% - 12px);
    }
}
@media (max-width: 640px) {
    .v-carousel-track-wrapper-554e26b3 .v-card-premium-554e26b3 {
        width: 100%;
    }
}

.v-card-premium-554e26b3:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Card Image Slider with Left/Right Arrows at extremities */
.v-card-slider-wrapper-554e26b3 {
    position: relative;
    padding-top: 62%;
    background-color: #0b0b0c;
    overflow: hidden;
}
.v-card-slider-container-554e26b3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.v-card-slide-img-554e26b3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.v-badge-highlight-554e26b3 {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 6px;
    letter-spacing: 0.8px;
    z-index: 10;
}

/* Dual Navigation Arrows on Image */
.v-slider-arrow-554e26b3 {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(0, 0, 0, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    line-height: 1 !important;
    transition: background 0.2s, opacity 0.2s !important;
    z-index: 99 !important;
}
.v-slider-arrow-554e26b3:hover {
    background: #000 !important;
}
.v-arrow-left-554e26b3 { left: 10px !important; }
.v-arrow-right-554e26b3 { right: 10px !important; }

/* Dark Modern Content Block */
.v-card-info-block-554e26b3 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.v-card-meta-554e26b3 {
    margin-bottom: 14px;
}
.v-card-brand-554e26b3 {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #a1a1aa;
    margin-bottom: 6px;
}
.v-card-title-554e26b3 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
}
.v-card-version-554e26b3 {
    font-size: 13px;
    line-height: 1.4;
}

/* Organized Specifications Grid inside Card - KM, Combustivel, Cambio, Cor e Ano */
.v-spec-grid-554e26b3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 22px;
}
.v-spec-item-554e26b3 {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 14px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.v-spec-label-554e26b3 {
    font-size: 10px;
    color: #71717a;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.v-spec-value-554e26b3 {
    font-size: 13px;
    font-weight: 700;
}

/* Price & Button Footer Container */
.v-footer-pricing-554e26b3 {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 18px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.v-price-label-554e26b3 {
    font-size: 11px;
    color: #a1a1aa;
    text-transform: uppercase;
    font-weight: 700;
}
.v-price-value-554e26b3 {
    font-size: 24px;
    font-weight: 900;
}

/* Dual Button Footer Group */
.v-footer-btn-group-554e26b3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.v-btn-buy-554e26b3, .v-btn-info-554e26b3 {
    padding: 12px 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-block;
}
.v-btn-buy-554e26b3 {
    color: #ffffff;
}
.v-btn-info-554e26b3 {
    background: #1c1c1e;
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}
.v-btn-info-554e26b3:hover {
    background: #2c2c2e;
    border-color: rgba(255, 255, 255, 0.25);
}

/* Premium 2-Column Modal Layout */
.v-modal-overlay-554e26b3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}
.v-modal-content-554e26b3 {
    background: #0d0d0f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    max-width: 1000px;
    border-radius: 20px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 60px rgba(0,0,0,0.8);
}
.v-modal-close-554e26b3 {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #1c1c1e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 26px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    z-index: 100;
}
.v-modal-close-554e26b3:hover {
    background: #2c2c2e;
    transform: rotate(90deg);
}
.v-modal-body-554e26b3 {
    padding: 30px;
}

/* Top: Two-column grid (Gallery + Specs) */
.v-modal-top-cols-554e26b3 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .v-modal-top-cols-554e26b3 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Bottom Full-Width Area for Descriptions & Actions spanning entirely horizontally */
.v-modal-bottom-full-554e26b3 {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100% !important;
}

/* Modal Multi-Image Gallery */
.v-modal-gallery-554e26b3 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 16/10;
}
.v-modal-gallery-container-554e26b3 {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}
.v-modal-gallery-img-554e26b3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

/* Specs & Obvs Styling */
.v-modal-title-554e26b3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 6px;
}
.v-modal-sub-554e26b3 {
    font-size: 15px;
    color: #a1a1aa;
    margin-bottom: 24px;
}
.v-modal-specs-list-554e26b3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.v-modal-spec-cell-554e26b3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
}
.v-modal-spec-lbl-554e26b3 {
    font-size: 11px;
    text-transform: uppercase;
    color: #71717a;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.v-modal-spec-val-554e26b3 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 2px;
}

/* Bottom Text blocks spanning nicely 100% */
.v-modal-desc-box-554e26b3 {
    background: #141416;
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 24px;
    border-radius: 14px;
    width: 100%;
    box-sizing: border-box;
}
.v-sidebar-title-554e26b3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: #f3f4f6;
}
.v-sidebar-obs-text-554e26b3 {
    font-size: 14px;
    line-height: 1.6;
    color: #a1a1aa;
    margin-bottom: 20px;
}
.v-modal-action-box-554e26b3 {
    background: #141416;
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 24px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.v-btn-modal-primary-554e26b3 {
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Empty State */
.v-empty-state-554e26b3 {
    text-align: center;
    padding: 60px 20px;
    border-radius: 16px;
    background: #1c1c1e;
    color: #a1a1aa;
    font-size: 16px;
    border: 1px dashed rgba(255,255,255,0.1);
}
