:root {
    --primary: #14b08e;
    --primary-foreground: #ffffff;
    --secondary-text: #6b7280;
    --border-color: #e5e7eb;
    --light-bg: #f8fbfb;
    --dark-bg: #212b36;
    /* Breakpoints en em (base 16px) para adaptar al zoom y preferencias de fuente */
    --bp-sidebar: 73.75em;   /* 1180px: nav lateral visible desde este ancho */
    --bp-tablet: 48em;      /* 768px */
    --bp-mobile: 36em;      /* 576px */
    /* Dimensiones fluidas */
    --sidebar-max-w: 25rem;  /* panel filtros m�vil (max) */
    --sidebar-min-w: 17.5rem;
    --container-narrow: 95%;
    --container-mid: 90%;
    --container-wide: 75%;
}

/* Barra m�vil tipo NeoAuto (sticky) + cabecera panel filtros */
.catalog-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.catalog-mobile-count { font-size: 0.9375rem; color: #6b7280; }
.catalog-mobile-count strong { color: #111827; font-weight: 600; }
.catalog-mobile-filters-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.5rem 1rem; background: var(--primary); color: #fff;
    border: none; border-radius: 8px; font-size: 0.875rem; font-weight: 600;
    cursor: pointer; transition: background 0.2s ease;
}
.catalog-mobile-filters-btn:hover { background: color-mix(in oklab, var(--primary) 90%, black); color: #fff; }
.filters-sidebar-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border-color);
}
.filters-sidebar-header .filters-subtitle { margin-bottom: 0; }

/* Overlay del nav-lateral: siempre oscuro (sin tinte verde) */
.mobile-filter-overlay.active {
    background: rgba(0, 0, 0, 0.5) !important;
}

/* Por debajo del breakpoint del nav lateral: barra sticky y cabecera compacta */
@media (max-width: 73.75em) {
    .awtu-catalogo-hero {
        padding: 2rem 0 1.5rem 0;
    }
    .catalog-mobile-bar {
        margin-bottom: 0;
    }
    .catalog-header-container {
        padding: 0.75rem 1rem;
    }
    .catalog-header {
        justify-content: flex-end;
    }
    .catalog-header .catalog-controls {
        width: 100%;
        justify-content: space-between;
    }
}

/* Entre 992px y 1180px: Bootstrap usa "lg" pero nosotros queremos layout m�vil (barra + panel) */
@media (min-width: 62em) and (max-width: 73.75em) {
    .catalog-mobile-bar.d-lg-none {
        display: flex !important;
    }
    .catalogo-cars-badge.d-lg-inline-block {
        display: none !important;
    }
    .awtu-search-options.d-lg-flex {
        display: none !important;
    }
    .mobile-filter-overlay.d-lg-none {
        display: block !important;
    }
    .mobile-filter-overlay:not(.active) {
        opacity: 0;
        pointer-events: none;
    }
    .filters-sidebar-header.d-lg-none {
        display: flex !important;
    }
    .filters-subtitle.d-none.d-lg-flex {
        display: none !important;
    }
}

/* Sliders y controles del panel de filtros: asegurar que funcionen en nav-lateral */
.awtu-filters-sidebar,
.awtu-filters-sidebar * {
    pointer-events: auto;
}
.awtu-filters-sidebar input[type="range"],
.awtu-filters-sidebar input[type="text"],
.awtu-filters-sidebar input[type="checkbox"],
.awtu-filters-sidebar button,
.awtu-filters-sidebar select {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* ========================================
   CAT�LOGO HERO SECTION
   ======================================== */
.awtu-catalogo-hero {
    background: var(--light-bg) !important;
    min-height: auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    padding: 4rem 0 5rem 0;
    margin-top: 0;
    z-index: 1;
}

.awtu-catalogo-hero .container {
    max-width: var(--container-wide);
    margin: 0 auto;
}

.awtu-catalogo-hero::before {
    display: none;
}

/* ========================================
   BREADCRUMB
   ======================================== */
.awtu-breadcrumb {
    margin-top: 6.5rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: var(--secondary-text);
}

.awtu-breadcrumb a {
    color: var(--secondary-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.awtu-breadcrumb a:hover {
    color: var(--primary);
}

.awtu-breadcrumb span.breadcrumb-separator {
    margin: 0 0.5rem;
    color: var(--secondary-text);
}

.awtu-breadcrumb span:last-child {
    color: #374151;
    font-weight: 500;
}

/* ========================================
   HERO CONTENT
   ======================================== */
.catalogo-hero-content {
    position: relative;
    z-index: 2;
}

.catalogo-hero-content h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--dark-bg) !important;
    margin-bottom: 0.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.catalogo-hero-content .lead {
    font-size: 1.25rem;
    color: var(--secondary-text);
    margin-bottom: 0.5rem;
    line-height: 1.6;
    font-weight: 400;
}

/* ========================================
   AVAILABILITY BADGE - SIMPLE TEXT
   ======================================== */
.catalogo-cars-badge {
    display: inline-block;
    background: none;
    color: var(--primary, #14b08e) !important;
    border: none;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    white-space: nowrap;
}

/* ========================================
   SEARCH OPTIONS - SIMPLE STYLE
   ======================================== */
.awtu-search-options {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.awtu-search-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7c7c;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.awtu-search-option:hover {
    color: var(--primary, #14b08e);
    text-decoration: none;
}

.awtu-search-option i {
    color: var(--primary, #14b08e);
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.awtu-search-option:nth-child(2) i {
    color: var(--primary, #14b08e) !important;
}

.awtu-search-option:nth-child(3) i {
    color: #3b82f6 !important;
}

/* ========================================
   CATALOG SECTION - MAIN LAYOUT
   ======================================== */
.awtu-catalog-section {
    padding: 3rem 0;
    background: white;
}

.awtu-catalog-section .container-fluid {
    max-width: var(--container-wide);
    margin: 0 auto;
}

.awtu-filters-sidebar {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0px;
    max-height: 200vh;
    overflow-y: visible;
    min-width: var(--sidebar-min-w);
    max-width: 100%;
    /* Ocultar barra de desplazamiento */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer y Edge */
}

/* Ocultar scrollbar en Chrome, Safari y Opera */
.awtu-filters-sidebar::-webkit-scrollbar {
    display: none;
}

/* Mobile Filter Styles */
.mobile-filter-toggle {
    display: none;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.3s ease;
    position: relative;
    z-index: 1;
}
/* Filter buttons */
.filter-buttons {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.clear-filters-btn {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    color: #64748b;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 0.75rem 1.25rem;
    font-weight: 500;
    font-size: 0.875rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.clear-filters-btn:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #475569;
    border-color: #cbd5e1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.clear-filters-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.clear-filters-btn i {
    font-size: 0.875rem;
    opacity: 0.8;
}

.mobile-filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
} 
.awtu-breadcrumb span:last-child {
    color: #374151;
    font-weight: 500;
}

/* ========================================
   HERO CONTENT
   ======================================== */
.catalogo-hero-content {
    position: relative;
    z-index: 2;
}

.catalogo-hero-content h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--dark-bg) !important;
    margin-bottom: 0.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.catalogo-hero-content .lead {
    font-size: 1.25rem;
    color: var(--secondary-text);
    margin-bottom: 0.5rem;
    line-height: 1.6;
    font-weight: 400;
}

/* ========================================
   AVAILABILITY BADGE - SIMPLE TEXT
   ======================================== */
.catalogo-cars-badge {
    display: inline-block;
    background: none;
    color: var(--primary, #14b08e) !important;
    border: none;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    white-space: nowrap;
}

/* ========================================
   SEARCH OPTIONS - SIMPLE STYLE
   ======================================== */
.awtu-search-options {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.awtu-search-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7c7c;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.awtu-search-option:hover {
    color: var(--primary, #14b08e);
    text-decoration: none;
}

.awtu-search-option i {
    color: var(--primary, #14b08e);
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.awtu-search-option:nth-child(2) i {
    color: var(--primary, #14b08e) !important;
}

.awtu-search-option:nth-child(3) i {
    color: #3b82f6 !important;
}

/* ========================================
   CATALOG SECTION - MAIN LAYOUT
   ======================================== */
.awtu-catalog-section {
    padding: 3rem 0;
    background: white;
}

.awtu-catalog-section .container-fluid {
    max-width: var(--container-wide);
    margin: 0 auto;
}

.awtu-filters-sidebar {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 1rem;
    box-shadow: none;
    position: sticky;
    top: 0px;
    max-height: 200vh;
    overflow-y: visible;
    margin-right: 0.5rem;
    min-width: 21.875rem;
    /* Ocultar barra de desplazamiento */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer y Edge */
}

/* Ocultar scrollbar en Chrome, Safari y Opera */
.awtu-filters-sidebar::-webkit-scrollbar {
    display: none;
}

/* Mobile Filter Styles */
.mobile-filter-toggle {
    display: none;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.3s ease;
    position: relative;
    z-index: 1;
}

.mobile-filter-toggle:hover {
    background: color-mix(in oklab, var(--primary) 90%, black);
}

/* Filter buttons */
.filter-buttons {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.clear-filters-btn {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    color: #64748b;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 0.75rem 1.25rem;
    font-weight: 500;
    font-size: 0.875rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.clear-filters-btn:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #475569;
    border-color: #cbd5e1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.clear-filters-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.clear-filters-btn i {
    font-size: 0.875rem;
    opacity: 0.8;
}

.mobile-filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mobile-filter-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.filters-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark-bg);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filters-subtitle i {
    color: var(--primary);
    font-size: 1.1rem;
}

.mobile-filter-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: var(--secondary-text);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.mobile-filter-close:hover {
    background: #f3f4f6;
}

.filters-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary, #14b08e);
    margin-bottom: 2rem;
}

.filter-group {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: white;
}

.filter-group:last-of-type {
    margin-bottom: 0;
}

.filter-group-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: black;
    margin-bottom: 3rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Color para todo el contenido de los filtros excepto t�tulos */
.filter-group {
    color: #6b7c7c;
}

.filter-group .filter-group-title {
    color: black;
}

.filter-group-title i {
    transition: transform 0.3s ease;
}

.filter-group-title.collapsed i {
    transform: rotate(-90deg);
}

.filter-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.filter-content.show {
    max-height: 500px;
}

.search-input-wrapper {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-text);
    font-size: 0.9rem;
}

.filter-search {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.9rem;
    color: #6b7c7c;
    transition: border-color 0.3s ease;
}

.filter-search::placeholder {
    color: var(--secondary-text);
}

.filter-search:focus {
    border-color: var(--primary);
    outline: none;
}

.price-range, .year-range, .mileage-range {
    margin-top: 1rem;
}

.price-slider, .year-slider, .mileage-slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: var(--border-color);
    border-radius: 5px;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
}

.price-slider:hover, .year-slider:hover, .mileage-slider:hover {
    opacity: 1;
}

.price-slider::-webkit-slider-thumb,
.year-slider::-webkit-slider-thumb,
.mileage-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--primary);
}

.price-slider::-moz-range-thumb,
.year-slider::-moz-range-thumb,
.mileage-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--primary);
}

.price-values, .year-values, .mileage-values {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #6b7c7c;
    font-weight: 500;
}

.filter-checkboxes {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.filter-checkboxes::-webkit-scrollbar {
    width: 6px;
}

.filter-checkboxes::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.filter-checkboxes::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.filter-checkboxes::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.filter-checkboxes input[type="checkbox"]:checked {
    background: #14b08e;
    border-color: #14b08e;
}

.filter-checkboxes input[type="checkbox"]:checked::after {
    content: '?';
    position: absolute;
    top: -2px;
    left: 2px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.filter-checkboxes label {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #6b7c7c;
    cursor: pointer;
}

.filter-radio label {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: var(--dark-bg);
    cursor: pointer;
}

.filter-checkboxes input[type="checkbox"],
.filter-radio input[type="radio"] {
    margin-right: 0.75rem;
    width: 18px;
    height: 18px;
    accent-color: var(--primary);
    appearance: none;
    border: 2px solid #d1d5db;
    border-radius: 3px;
    background: white;
    cursor: pointer;
}

.apply-filters-btn {
    width: 100%;
    padding: 0.8rem 1.5rem;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 1.5rem;
}

.apply-filters-btn:hover {
    background: color-mix(in oklab, var(--primary) 90%, black);
    transform: translateY(-1px);
}

/* ========================================
   CATALOG MAIN CONTENT
   ======================================== */
.awtu-catalog-main {
    padding-left: 1rem;
}

.catalog-header-container {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
}

.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.results-count {
    font-size: 1rem;
    font-weight: 400;
    color: #6b7280;
}

.results-count strong {
    font-weight: 600;
    color: #374151;
}

.catalog-controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sort-select {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #6b7280;
    background-color: #f9fafb;
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 0.5rem top 50%;
    background-size: 0.5rem auto;
}

.sort-select:focus {
    border-color: var(--primary);
    outline: none;
}

.view-toggle-group {
    display: flex;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
}

.view-toggle {
    background: white;
    border: none;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #6b7280;
    font-size: 0.875rem;
}

.view-toggle:first-child {
    border-right: 1px solid #d1d5db;
}

.view-toggle.active {
    background: var(--primary);
    color: white;
}

.view-toggle:hover:not(.active) {
    background: #f3f4f6;
    color: #374151;
}

/* ========================================
   VEHICLES GRID - 3 PER ROW
   ======================================== */
.awtu-vehicles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 0;
}

/* List View */
.awtu-vehicles-grid.list-view {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-card {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
    padding: 0.75rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-image {
    width: 180px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-info {
    flex: 1;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
}

.awtu-vehicles-grid.list-view .vehicle-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.25rem;
}

.awtu-vehicles-grid.list-view .vehicle-title-left {
    flex: 1;
}


.awtu-vehicles-grid.list-view .vehicle-price-tag {
    position: static !important;
    display: inline-block !important;
    margin-left: auto !important;
    background: #f4faf7 !important;
    color: #047857 !important;
    padding: 0.25rem 0.6rem !important;
    border-radius: 4px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.25rem;
}

.awtu-vehicles-grid.list-view .vehicle-year-status {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-details {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

.awtu-vehicles-grid.list-view .vehicle-details-left,
.awtu-vehicles-grid.list-view .vehicle-details-right {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 0;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail i {
    font-size: 0.8rem;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(2) i {
    color: var(--primary); /* Tachometer - teal */
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(3) i {
    color: #fbbf24; /* Star - yellow */
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(4) i {
    color: #6b7280; /* Eye - gray */
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(5) i {
    color: var(--primary); /* Cog - teal */
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(6) i {
    color: #ef4444; /* Gas pump - red */
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(7) i {
    color: #ef4444; /* Map marker - red */
}

.awtu-vehicles-grid.list-view .vehicle-rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.9rem;
    color: var(--secondary-text);
}

.awtu-vehicles-grid.list-view .vehicle-views {
    margin-bottom: 0.5rem;
}


.awtu-vehicles-grid.list-view .awtu-vehicle-btn {
    width: auto;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    margin-top: 0;
}

.awtu-vehicle-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.awtu-vehicle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(20, 176, 142, 0.15);
    border-color: var(--primary, #14b08e);
}

.awtu-vehicle-card:hover .awtu-vehicle-name {
    color: var(--primary);
}

.awtu-vehicle-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awtu-vehicle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.awtu-vehicle-card:hover .awtu-vehicle-img {
    transform: scale(1.05);
}

.vehicle-price {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: var(--dark-bg);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 10;
    display: block;
}

.favorite-btn {
    position: absolute;
    top: 4px;
    right: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 10;
}

.favorite-btn:hover {
    background: white;
    transform: scale(1.1);
}

.favorite-btn i {
    color: var(--secondary-text);
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.favorite-btn.active {
    background: white;
}

.favorite-btn:hover i {
    color: #dc3545;
    transform: scale(1.1);
}

.favorite-btn.active i {
    color: #dc3545 !important;
    font-weight: 900 !important;
    animation: heartBeat 0.6s ease-in-out;
}

.vehicle-price-tag {
    position: absolute !important;
    bottom: 0.75rem !important;
    right: 0.75rem !important;
    background: #fbfcfb !important;
    color: #047857 !important;
    padding: 0.3rem 0.75rem !important;
    border-radius: 6px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    z-index: 10 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/* Forzar coraz�n rojo s�lido - M�XIMA PRIORIDAD */
.favorite-btn.active i.fas.fa-heart {
    color: #dc3545 !important;
    font-weight: 900 !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.favorite-btn.active i.fas.fa-heart:before {
    content: "\f004" !important;
    color: #dc3545 !important;
    font-weight: 900 !important;
}

/* Backup - aplicar directamente al elemento */
.favorite-btn[class*="active"] i[class*="fas"] {
    color: #dc3545 !important;
    font-weight: 900 !important;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.awtu-vehicle-info {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.awtu-vehicle-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark-bg);
    margin-bottom: 0.25rem;
    transition: color 0.3s ease;
}

.vehicle-year-status {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.awtu-vehicle-details {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.vehicle-details-left,
.vehicle-details-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.awtu-vehicle-detail {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--secondary-text);
}

.awtu-vehicle-detail i {
    color: var(--secondary-text);
    font-size: 0.8rem;
    width: 16px;
    text-align: center;
}

/* Colores espec�ficos para iconos */
.awtu-vehicle-detail:nth-child(1) i {
    color: var(--secondary-text); /* Veloc�metro - gris */
}

.awtu-vehicle-detail:nth-child(2) i {
    color: var(--secondary-text); /* Engranaje - gris */
}

/* Para las columnas izquierda y derecha */
.vehicle-details-left .awtu-vehicle-detail:nth-child(2) i {
    color: #ef4444; /* Bomba de combustible - rojo */
}

.vehicle-details-right .awtu-vehicle-detail:nth-child(2) i {
    color: #ec4899; /* Pin de ubicaci�n - rosa */
}

.vehicle-rating,
.vehicle-views {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.9rem;
    color: var(--secondary-text);
}

.vehicle-rating i {
    color: #fbbf24;
}

.awtu-vehicle-btn {
    padding: 0.5rem 1rem;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.awtu-vehicle-btn:hover {
    background: color-mix(in oklab, var(--primary) 90%, black);
    transform: translateY(-1px);
    color: white;
}

/* ========================================
   PAGINATION
   ======================================== */
.catalog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.pagination-btn, .pagination-number {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    color: var(--dark-bg);
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-btn:hover:not(:disabled),
.pagination-number:hover:not(.active) {
    background: var(--light-bg);
    border-color: var(--primary);
    color: var(--primary);
}

.pagination-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.pagination-number.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.pagination-dots {
    padding: 0.6rem 0.5rem;
    color: var(--secondary-text);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Laptop L - 1440px and above */
@media (min-width: 90em) {
    .awtu-catalog-section .container-fluid {
        max-width: 80%; /* contenedor amplio en pantallas grandes */
    }
    
    .awtu-catalogo-hero .container {
        max-width: 80%; /* contenedor amplio en pantallas grandes */
    }
    
    .awtu-filters-sidebar {
        padding: 2rem;
        min-width: 20rem;
    }
    
    .awtu-vehicles-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

/* Laptop - 1024px to 1439px */
@media (min-width: 64em) and (max-width: 89.9375em) {
    .awtu-catalog-section .container-fluid {
        max-width: var(--container-narrow);
        padding: 0 1.5rem;
    }
    
    .awtu-catalogo-hero .container {
        max-width: var(--container-narrow);
        padding: 0 1.5rem;
    }
    
    .awtu-filters-sidebar {
        padding: 1.5rem;
        min-width: var(--sidebar-min-w);
        max-width: 18.75rem;
    }
    
    .awtu-catalog-main {
        padding-left: 1rem !important;
    }
    
    .awtu-vehicles-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    
    /* Asegurar que el row de Bootstrap tenga el gap correcto */
    .awtu-catalog-section .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    
    .awtu-catalog-section .row > [class*="col-"] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (min-width: 75.0625em) and (max-width: 89.9375em) {
    .awtu-vehicles-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    
    .awtu-catalog-section .container-fluid {
        max-width: var(--container-mid);
    }
    
    .awtu-catalogo-hero .container {
        max-width: var(--container-mid);
    }
}

@media (max-width: 75em) {
    .awtu-vehicles-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    
    .awtu-catalog-section .container-fluid {
        max-width: var(--container-mid);
    }
    
    .awtu-catalogo-hero .container {
        max-width: var(--container-mid);
    }
}

@media (max-width: 73.75em) {
    .awtu-catalog-section .container-fluid {
        padding: 0 1rem;
        max-width: var(--container-narrow);
    }

    .awtu-catalogo-hero .container {
        max-width: var(--container-narrow);
    }

    /* Columna de filtros no ocupa espacio: todo el ancho para resultados */
    .awtu-catalog-section .row > .col-lg-3 {
        flex: 0 0 0;
        max-width: 0;
        width: 0;
        padding: 0;
        overflow: visible;
        margin: 0;
    }

    .awtu-catalog-section .row > .col-lg-9 {
        flex: 1 1 100%;
        max-width: 100%;
    }

    /* Panel de filtros: nav-lateral al clic (desde la derecha) */
    .awtu-filters-sidebar {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        left: auto !important;
        width: 85% !important;
        max-width: 25rem !important;
        height: 100vh !important;
        z-index: 1002 !important;
        border-radius: 0 !important;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15) !important;
        transition: right 0.3s ease !important;
        overflow-y: auto !important;
        padding: 1.5rem !important;
        background: white !important;
        margin: 0 !important;
        max-height: none !important;
    }

    .awtu-filters-sidebar.mobile-open {
        right: 0 !important;
        left: auto !important;
    }

    .mobile-filter-overlay {
        display: block !important;
        z-index: 1001 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .mobile-filter-toggle {
        display: none !important;
    }

    .awtu-catalog-main {
        padding-left: 0;
    }

    .awtu-vehicles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .catalogo-hero-content h1 {
        font-size: 2.25rem;
    }
}

@media (max-width: 48em) {
    .awtu-catalogo-hero {
        padding: 2rem 0;
    }

    .awtu-catalog-section {
        padding: 2rem 0;
    }

    .awtu-catalog-section .container-fluid {
        max-width: 100%;
        padding: 0 1rem;
    }

    .awtu-catalogo-hero .container {
        max-width: 100%;
        padding: 0 1rem;
    }

    .awtu-breadcrumb {
        margin-top: 4rem;
    }

    .catalogo-hero-content h1 {
        font-size: 2rem;
    }

    .catalogo-hero-content .lead {
        font-size: 1.125rem;
    }

    .catalogo-cars-badge {
        font-size: 1.2rem;
    }

    .awtu-search-options {
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .awtu-search-option {
        font-size: 0.9rem;
    }

    .catalog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .catalog-controls {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .awtu-vehicles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding: 0.5rem;
    }

    /* List view responsive */
    .awtu-vehicles-grid.list-view .awtu-vehicle-card {
        flex-direction: column;
        padding: 0.75rem;
    }

    .awtu-vehicles-grid.list-view .awtu-vehicle-image {
        width: 100%;
        height: 200px;
    }

    .awtu-vehicles-grid.list-view .awtu-vehicle-info {
        padding: 1rem 0;
    }

    .awtu-vehicles-grid.list-view .vehicle-price {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .awtu-vehicle-details {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .awtu-vehicle-info {
        padding: 0.75rem;
    }

    .awtu-vehicle-name {
        font-size: 1.1rem;
    }

    /* Mobile Filter Styles */
    .mobile-filter-toggle {
        display: flex !important;
        position: relative !important;
        z-index: 1 !important;
    }

    .awtu-filters-sidebar {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        left: auto !important;
        width: 85% !important;
        max-width: 25rem !important;
        height: 100vh !important;
        z-index: 1002 !important;
        border-radius: 0 !important;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15) !important;
        transition: right 0.3s ease !important;
        overflow-y: auto !important;
        padding: 1.5rem !important;
        background: white !important;
    }

    .awtu-filters-sidebar.mobile-open {
        right: 0 !important;
        left: auto !important;
    }

    .mobile-filter-overlay {
        display: block !important;
        z-index: 1001 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }
}

@media (max-width: 36em) {
    .awtu-breadcrumb {
        margin-top: 3rem;
    }
    
    .catalogo-hero-content h1 {
        font-size: 1.75rem;
    }
    
    .catalogo-cars-badge {
        font-size: 1rem;
    }
    
    .awtu-search-options {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .awtu-search-option {
        font-size: 0.9rem;
    }
    
    .awtu-filters-sidebar {
        padding: 0.75rem;
        margin-bottom: 1.5rem;
    }
    
    .filters-title {
        font-size: 1.3rem;
    }
    
    .apply-filters-btn {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
    }
    
    .awtu-catalog-main {
        padding-left: 0;
    }
    
    .awtu-vehicles-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0.25rem;
    }
    
    .awtu-vehicle-card {
        border-radius: 8px;
        margin: 0;
    }
    
    .awtu-vehicle-info {
        padding: 0.75rem;
        gap: 0.5rem;
    }
    
    .awtu-vehicle-name {
        font-size: 1.1rem;
    }
    
    .vehicle-year-status, .awtu-vehicle-detail, .rating-text {
        font-size: 0.85rem;
    }
    
    .awtu-vehicle-btn {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
    }
    
    .pagination-btn, .pagination-number {
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
    }
    
    .catalog-header {
        gap: 0.5rem;
    }
    
    .catalog-controls {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }
    
    .sort-select {
        width: 100%;
    }
    
    .view-toggle {
        padding: 0.5rem;
    }
}
.mobile-filter-toggle:hover {
    background: color-mix(in oklab, var(--primary) 90%, black);
}

.mobile-filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mobile-filter-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.filters-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark-bg);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filters-subtitle i {
    color: var(--primary);
    font-size: 1.1rem;
}

.mobile-filter-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: var(--secondary-text);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.mobile-filter-close:hover {
    background: #f3f4f6;
}

.filters-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary, #14b08e);
    margin-bottom: 2rem;
}

.filter-group {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    border-radius: 15px;
    background: white;
    min-height: 120px;
}

.filter-group:last-of-type {
    margin-bottom: 0;
}

.filter-group-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: black;
    margin-bottom: 1.25rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Color para todo el contenido de los filtros excepto t�tulos */
.filter-group {
    color: #6b7c7c;
}

.filter-group .filter-group-title {
    color: black;
}

.filter-group-title i {
    transition: transform 0.3s ease;
}

.filter-group-title.collapsed i {
    transform: rotate(-90deg);
}

.filter-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.filter-content.show {
    max-height: 500px;
}

.search-input-wrapper {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-text);
    font-size: 0.9rem;
}

.filter-search {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.9rem;
    color: #6b7c7c;
    transition: border-color 0.3s ease;
}

.filter-search::placeholder {
    color: var(--secondary-text);
}

.filter-search:focus {
    border-color: var(--primary);
    outline: none;
}

.price-range, .year-range, .mileage-range {
    margin-top: 1rem;
}

.price-slider, .year-slider, .mileage-slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: var(--border-color);
    border-radius: 5px;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
}

.price-slider:hover, .year-slider:hover, .mileage-slider:hover {
    opacity: 1;
}

.price-slider::-webkit-slider-thumb,
.year-slider::-webkit-slider-thumb,
.mileage-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--primary);
}

.price-slider::-moz-range-thumb,
.year-slider::-moz-range-thumb,
.mileage-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--primary);
}

.price-values, .year-values, .mileage-values {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #6b7c7c;
    font-weight: 500;
}

.filter-checkboxes {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.filter-checkboxes::-webkit-scrollbar {
    width: 6px;
}

.filter-checkboxes::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.filter-checkboxes::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.filter-checkboxes::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.filter-checkboxes label {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #030303;
    cursor: pointer;
}

.filter-radio label {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: var(--dark-bg);
    cursor: pointer;
}

.filter-checkboxes input[type="checkbox"],
.filter-radio input[type="radio"] {
    margin-right: 0.75rem;
    width: 18px;
    height: 18px;
    accent-color: var(--primary);
    appearance: none;
    border: 2px solid #d1d5db;
    border-radius: 3px;
    background: white;
    cursor: pointer;
}

.apply-filters-btn {
    width: 100%;
    padding: 0.8rem 1.5rem;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 1.5rem;
}

.apply-filters-btn:hover {
    background: color-mix(in oklab, var(--primary) 90%, black);
    transform: translateY(-1px);
}

/* ========================================
   CATALOG MAIN CONTENT
   ======================================== */
.awtu-catalog-main {
    padding-left: 1rem;
}

.catalog-header-container {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
}

.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.results-count {
    font-size: 1rem;
    font-weight: 400;
    color: #6b7280;
}

.results-count strong {
    font-weight: 600;
    color: #374151;
}

.catalog-controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sort-select {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #6b7280;
    background-color: #f9fafb;
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 0.5rem top 50%;
    background-size: 0.5rem auto;
}

.sort-select:focus {
    border-color: var(--primary);
    outline: none;
}

.view-toggle-group {
    display: flex;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
}

.view-toggle {
    background: white;
    border: none;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #6b7280;
    font-size: 0.875rem;
}

.view-toggle:first-child {
    border-right: 1px solid #d1d5db;
}

.view-toggle.active {
    background: var(--primary);
    color: white;
}

.view-toggle:hover:not(.active) {
    background: #f3f4f6;
    color: #374151;
}

/* ========================================
   VEHICLES GRID - 3 PER ROW
   ======================================== */
.awtu-vehicles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 0;
}

/* List View */
.awtu-vehicles-grid.list-view {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-card {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
    padding: 0.75rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-image {
    width: 180px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-info {
    flex: 1;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
}

.awtu-vehicles-grid.list-view .vehicle-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.25rem;
}

.awtu-vehicles-grid.list-view .vehicle-title-left {
    flex: 1;
}


.awtu-vehicles-grid.list-view .vehicle-price-tag {
    display: none !important;
}

/* Ocultar precio de la secci�n de informaci�n en modo grid */
.vehicle-title-price {
    display: none;
}

/* Mostrar precio en modo lista */
.awtu-vehicles-grid.list-view .vehicle-title-price {
    display: block !important;
    color: var(--primary) !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

/* Badges de estado en las tarjetas del cat�logo */
.vehicle-status-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 5;
}

.vehicle-status-nuevo {
    background: #10b981;
    color: white;
    border: 1px solid #10b981;
}

.vehicle-status-usado {
    background: transparent;
    color: #ea580c;
    border: 1px solid #ea580c;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.25rem;
}

.awtu-vehicles-grid.list-view .vehicle-year-status {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-details {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

.awtu-vehicles-grid.list-view .vehicle-details-left,
.awtu-vehicles-grid.list-view .vehicle-details-right {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 0;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail i {
    font-size: 0.8rem;
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(2) i {
    color: var(--primary); /* Tachometer - teal */
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(3) i {
    color: #fbbf24; /* Star - yellow */
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(4) i {
    color: #6b7280; /* Eye - gray */
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(5) i {
    color: var(--primary); /* Cog - teal */
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(6) i {
    color: #ef4444; /* Gas pump - red */
}

.awtu-vehicles-grid.list-view .awtu-vehicle-detail:nth-child(7) i {
    color: #ef4444; /* Map marker - red */
}

.awtu-vehicles-grid.list-view .vehicle-rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.9rem;
    color: var(--secondary-text);
}

.awtu-vehicles-grid.list-view .vehicle-views {
    margin-bottom: 0.5rem;
}


.awtu-vehicles-grid.list-view .awtu-vehicle-btn {
    width: auto;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    margin-top: 0;
}

.awtu-vehicle-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.awtu-vehicle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(20, 176, 142, 0.15);
    border-color: var(--primary, #14b08e);
}

.awtu-vehicle-card:hover .awtu-vehicle-name {
    color: var(--primary);
}

.awtu-vehicle-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awtu-vehicle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.awtu-vehicle-card:hover .awtu-vehicle-img {
    transform: scale(1.05);
}

.vehicle-price {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: var(--dark-bg);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 10;
    display: block;
}

.favorite-btn {
    position: absolute;
    top: 4px;
    right: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 10;
}

.favorite-btn:hover {
    background: white;
    transform: scale(1.1);
}

.favorite-btn i {
    color: var(--secondary-text);
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.favorite-btn.active {
    background: white;
}

.favorite-btn:hover i {
    color: #dc3545;
    transform: scale(1.1);
}

.favorite-btn.active i {
    color: #dc3545 !important;
    font-weight: 900 !important;
    animation: heartBeat 0.6s ease-in-out;
}

.vehicle-price-tag {
    position: absolute !important;
    bottom: 0.75rem !important;
    right: 0.75rem !important;
    background: #f4f7f5 !important;
    color: #14b08e !important;
    padding: 0.2rem 0.75rem !important;
    border-radius: 9px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    z-index: 10 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/* Forzar coraz�n rojo s�lido - M�XIMA PRIORIDAD */
.favorite-btn.active i.fas.fa-heart {
    color: #dc3545 !important;
    font-weight: 900 !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.favorite-btn.active i.fas.fa-heart:before {
    content: "\f004" !important;
    color: #dc3545 !important;
    font-weight: 900 !important;
}

/* Backup - aplicar directamente al elemento */
.favorite-btn[class*="active"] i[class*="fas"] {
    color: #dc3545 !important;
    font-weight: 900 !important;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.awtu-vehicle-info {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.awtu-vehicle-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark-bg);
    margin-bottom: 0.25rem;
    transition: color 0.3s ease;
}

.vehicle-year-status {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.awtu-vehicle-details {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.vehicle-details-left,
.vehicle-details-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.awtu-vehicle-detail {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--secondary-text);
}

.awtu-vehicle-detail i {
    color: var(--secondary-text);
    font-size: 0.8rem;
    width: 16px;
    text-align: center;
}

/* Colores espec�ficos para iconos */
.awtu-vehicle-detail:nth-child(1) i {
    color: var(--secondary-text); /* Veloc�metro - gris */
}

.awtu-vehicle-detail:nth-child(2) i {
    color: var(--secondary-text); /* Engranaje - gris */
}

/* Para las columnas izquierda y derecha */
.vehicle-details-left .awtu-vehicle-detail:nth-child(2) i {
    color: #ef4444; /* Bomba de combustible - rojo */
}

.vehicle-details-right .awtu-vehicle-detail:nth-child(2) i {
    color: #ec4899; /* Pin de ubicaci�n - rosa */
}

.vehicle-rating,
.vehicle-views {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.9rem;
    color: var(--secondary-text);
}

.vehicle-rating i {
    color: #fbbf24;
}

.awtu-vehicle-btn {
    padding: 0.5rem 1rem;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.awtu-vehicle-btn:hover {
    background: color-mix(in oklab, var(--primary) 90%, black);
    transform: translateY(-1px);
    color: white;
}

/* ========================================
   PAGINATION
   ======================================== */
.catalog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.pagination-btn, .pagination-number {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    color: var(--dark-bg);
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-btn:hover:not(:disabled),
.pagination-number:hover:not(.active) {
    background: var(--light-bg);
    border-color: var(--primary);
    color: var(--primary);
}

.pagination-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.pagination-number.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.pagination-dots {
    padding: 0.6rem 0.5rem;
    color: var(--secondary-text);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Laptop L - 1440px and above */
@media (min-width: 90em) {
    .awtu-catalog-section .container-fluid {
        max-width: 80%; /* contenedor amplio en pantallas grandes */
    }
    
    .awtu-catalogo-hero .container {
        max-width: 80%; /* contenedor amplio en pantallas grandes */
    }
    
    .awtu-filters-sidebar {
        padding: 2rem;
        min-width: 20rem;
    }
    
    .awtu-vehicles-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

/* Laptop - 1024px to 1439px */
@media (min-width: 64em) and (max-width: 89.9375em) {
    .awtu-catalog-section .container-fluid {
        max-width: var(--container-narrow);
        padding: 0 1.5rem;
    }
    
    .awtu-catalogo-hero .container {
        max-width: var(--container-narrow);
        padding: 0 1.5rem;
    }
    
    .awtu-filters-sidebar {
        padding: 1.5rem;
        min-width: var(--sidebar-min-w);
        max-width: 18.75rem;
    }
    
    .awtu-catalog-main {
        padding-left: 1rem !important;
    }
    
    .awtu-vehicles-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    
    /* Asegurar que el row de Bootstrap tenga el gap correcto */
    .awtu-catalog-section .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    
    .awtu-catalog-section .row > [class*="col-"] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (min-width: 75.0625em) and (max-width: 89.9375em) {
    .awtu-vehicles-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    
    .awtu-catalog-section .container-fluid {
        max-width: var(--container-mid);
    }
    
    .awtu-catalogo-hero .container {
        max-width: var(--container-mid);
    }
}

@media (max-width: 75em) {
    .awtu-vehicles-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    
    .awtu-catalog-section .container-fluid {
        max-width: var(--container-mid);
    }
    
    .awtu-catalogo-hero .container {
        max-width: var(--container-mid);
    }
}

@media (max-width: 73.75em) {
    .awtu-catalog-section .container-fluid {
        padding: 0 1rem;
        max-width: var(--container-narrow);
    }

    .awtu-catalogo-hero .container {
        max-width: var(--container-narrow);
    }

    /* Columna de filtros no ocupa espacio: todo el ancho para resultados */
    .awtu-catalog-section .row > .col-lg-3 {
        flex: 0 0 0;
        max-width: 0;
        width: 0;
        padding: 0;
        overflow: visible;
        margin: 0;
    }

    .awtu-catalog-section .row > .col-lg-9 {
        flex: 1 1 100%;
        max-width: 100%;
    }

    /* Panel de filtros: nav-lateral al clic (desde la derecha) */
    .awtu-filters-sidebar {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        left: auto !important;
        width: 85% !important;
        max-width: 25rem !important;
        height: 100vh !important;
        z-index: 1002 !important;
        border-radius: 0 !important;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15) !important;
        transition: right 0.3s ease !important;
        overflow-y: auto !important;
        padding: 1.5rem !important;
        background: white !important;
        margin: 0 !important;
        max-height: none !important;
    }

    .awtu-filters-sidebar.mobile-open {
        right: 0 !important;
        left: auto !important;
    }

    .mobile-filter-overlay {
        display: block !important;
        z-index: 1001 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .mobile-filter-toggle {
        display: none !important;
    }

    .awtu-catalog-main {
        padding-left: 0;
    }

    .awtu-vehicles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .catalogo-hero-content h1 {
        font-size: 2.25rem;
    }
}

@media (max-width: 48em) {
    .awtu-catalogo-hero {
        padding: 2rem 0;
    }

    .awtu-catalog-section {
        padding: 2rem 0;
    }

    .awtu-catalog-section .container-fluid {
        max-width: 100%;
        padding: 0 1rem;
    }

    .awtu-catalogo-hero .container {
        max-width: 100%;
        padding: 0 1rem;
    }

    .awtu-breadcrumb {
        margin-top: 4rem;
    }

    .catalogo-hero-content h1 {
        font-size: 2rem;
    }

    .catalogo-hero-content .lead {
        font-size: 1.125rem;
    }

    .catalogo-cars-badge {
        font-size: 1.2rem;
    }

    .awtu-search-options {
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .awtu-search-option {
        font-size: 0.9rem;
    }

    .catalog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .catalog-controls {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .awtu-vehicles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding: 0.5rem;
    }

    /* List view responsive */
    .awtu-vehicles-grid.list-view .awtu-vehicle-card {
        flex-direction: column;
        padding: 0.75rem;
    }

    .awtu-vehicles-grid.list-view .awtu-vehicle-image {
        width: 100%;
        height: 200px;
    }

    .awtu-vehicles-grid.list-view .awtu-vehicle-info {
        padding: 1rem 0;
    }

    .awtu-vehicles-grid.list-view .vehicle-price {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .awtu-vehicle-details {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .awtu-vehicle-info {
        padding: 0.75rem;
    }

    .awtu-vehicle-name {
        font-size: 1.1rem;
    }

    /* Mobile Filter Styles */
    .mobile-filter-toggle {
        display: flex !important;
        position: relative !important;
        z-index: 1 !important;
    }

    .awtu-filters-sidebar {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        left: auto !important;
        width: 85% !important;
        max-width: 25rem !important;
        height: 100vh !important;
        z-index: 1002 !important;
        border-radius: 0 !important;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15) !important;
        transition: right 0.3s ease !important;
        overflow-y: auto !important;
        padding: 1.5rem !important;
        background: white !important;
    }

    .awtu-filters-sidebar.mobile-open {
        right: 0 !important;
        left: auto !important;
    }

    .mobile-filter-overlay {
        display: block !important;
        z-index: 1001 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }
}

@media (max-width: 36em) {
    .awtu-breadcrumb {
        margin-top: 3rem;
    }
    
    .catalogo-hero-content h1 {
        font-size: 1.75rem;
    }
    
    .catalogo-cars-badge {
        font-size: 1rem;
    }
    
    .awtu-search-options {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .awtu-search-option {
        font-size: 0.9rem;
    }
    
    .awtu-filters-sidebar {
        padding: 0.75rem;
        margin-bottom: 1.5rem;
    }
    
    .filters-title {
        font-size: 1.3rem;
    }
    
    .apply-filters-btn {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
    }
    
    .awtu-catalog-main {
        padding-left: 0;
    }
    
    .awtu-vehicles-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0.25rem;
    }
    
    .awtu-vehicle-card {
        border-radius: 8px;
        margin: 0;
    }
    
    .awtu-vehicle-info {
        padding: 0.75rem;
        gap: 0.5rem;
    }
    
    .awtu-vehicle-name {
        font-size: 1.1rem;
    }
    
    .vehicle-year-status, .awtu-vehicle-detail, .rating-text {
        font-size: 0.85rem;
    }
    
    .awtu-vehicle-btn {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
    }
    
    .pagination-btn, .pagination-number {
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
    }
    
    .catalog-header {
        gap: 0.5rem;
    }
    
    .catalog-controls {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }
    
    .sort-select {
        width: 100%;
    }
    
    .view-toggle {
        padding: 0.5rem;
    }
}

/* ========== Cat�logo estilo marketplace (NeoAuto + datos carritos_awtu) ========== */
.text-primary-neo {
    color: var(--primary, #14b08e);
}

.catalog-neo-kicker {
    letter-spacing: 0.06em;
    font-size: 0.75rem;
}

.catalog-neo-title .text-primary-neo {
    color: var(--primary, #14b08e);
}

.catalog-neo-toolbar {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.catalog-neo-tabs .tab-btn {
    border: 1px solid var(--border-color, #e5e7eb);
    background: #fff;
    color: #374151;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.catalog-neo-tabs .tab-btn:hover {
    border-color: var(--primary, #14b08e);
    color: var(--primary, #14b08e);
}

.catalog-neo-tabs .tab-btn.active {
    background: var(--primary, #14b08e);
    border-color: var(--primary, #14b08e);
    color: #fff;
}

.catalog-neo-trust .trust-pill {
    padding: 0.35rem 0;
    line-height: 1.35;
}

.catalog-quick-chips .catalog-chip {
    font-size: 0.8125rem;
}

.catalog-neo-card .catalog-neo-image {
    position: relative;
}

/* Etiquetas bajo el t�tulo (estado + verificado) � pills con color sem�ntico */
.catalog-title-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.4rem;
    margin-bottom: 0.45rem;
}

.neo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid transparent;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.catalog-neo-card:hover .neo-badge {
    box-shadow:
        0 2px 6px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* Estado del veh�culo */
.neo-badge--type.neo-badge--state-nuevo {
    color: #1d4ed8;
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    border-color: rgba(59, 130, 246, 0.45);
}

.neo-badge--type.neo-badge--state-seminuevo {
    color: #b45309;
    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
    border-color: rgba(245, 158, 11, 0.5);
}

.neo-badge--type.neo-badge--state-usado {
    color: #475569;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-color: rgba(100, 116, 139, 0.35);
}

.neo-badge--type {
    color: #374151;
    background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
    border-color: #e5e7eb;
}

/* Verificado AwTu */
.neo-badge--verified {
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.65rem 0.3rem 0.35rem;
    color: #0f766e;
    background: linear-gradient(135deg, rgba(20, 176, 142, 0.14) 0%, rgba(20, 176, 142, 0.08) 100%);
    border-color: rgba(20, 176, 142, 0.42);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.5) inset,
        0 2px 8px rgba(20, 176, 142, 0.12);
}

.neo-badge--verified .neo-badge__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #14b08e 0%, #0d9488 100%);
    color: #fff;
    font-size: 0.55rem;
    box-shadow: 0 1px 3px rgba(13, 148, 136, 0.45);
}

.neo-badge--verified .neo-badge__text {
    padding-right: 0.15rem;
}

@media (prefers-reduced-motion: reduce) {
    .neo-badge {
        transition: none;
    }
}

.catalog-neo-seller {
    border-top: 1px dashed var(--border-color, #e5e7eb);
    padding-top: 0.5rem;
    margin-top: 0.25rem;
}

.catalog-neo-btns {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex: 1 1 auto;
}

.awtu-vehicle-btn--primary {
    min-width: 7rem;
}

.awtu-vehicle-btn--outline {
    background: transparent !important;
    border: 2px solid var(--primary, #14b08e) !important;
    color: var(--primary, #14b08e) !important;
}

.awtu-vehicle-btn--outline:hover {
    background: var(--primary, #14b08e) !important;
    color: #fff !important;
}

/* WhatsApp (cat�logo): mismo enlace que ficha de detalle */
.awtu-vehicle-btn--whatsapp {
    border-color: #25d366 !important;
    color: #128c7e !important;
    gap: 0.4rem;
}

.awtu-vehicle-btn--whatsapp:hover {
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: #fff !important;
}

.awtu-vehicle-btn--whatsapp .fab.fa-whatsapp {
    font-size: 1.05em;
}

.awtu-vehicles-grid.list-view .catalog-neo-btns {
    flex-direction: column;
    width: 100%;
}

.awtu-vehicles-grid.list-view .catalog-neo-btns .awtu-vehicle-btn {
    width: 100%;
    text-align: center;
}

/* Cat�logo p�blico: sin paginaci�n */
.catalog-pagination {
    display: none !important;
}

