/* ============================================
   VEHICLES V8 - Araçlar Sayfası
   V8 Design: dark #0f172a, Plus Jakarta Sans
   ============================================ */

/* Ana section - koyu arka plan */
.vehicles-v7 {
    padding: 0 0 4rem;
    background: #0f172a;
    min-height: calc(100vh - 90px);
    margin-top: 90px;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    color: #f8fafc;
    box-sizing: border-box;
}

/* Banner - koyu gradient */
.vehicles-v7__banner {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #0f172a 100%);
    padding: 3rem 0;
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.vehicles-v7__banner::before {
    background: radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.12) 0%, transparent 50%);
}

.vehicles-v7__banner-content {
    color: #f8fafc;
}

.vehicles-v7__banner-badge {
    background: rgba(147, 197, 253, 0.15);
    border: 1px solid rgba(147, 197, 253, 0.3);
    color: #93c5fd;
}

.vehicles-v7__banner-title {
    color: #f8fafc;
}

.vehicles-v7__banner-subtitle {
    color: #94a3b8;
    opacity: 1;
}

/* Container */
.vehicles-v7__container {
    max-width: 1400px;
}

/* Filter Toggle - V8 gradient */
.vehicles-v7__filter-toggle {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    color: #fff;
}

.vehicles-v7__filter-toggle:hover {
    background: linear-gradient(135deg, #2563eb, #4f46e5);
}

/* Sidebar - koyu panel */
.vehicles-v7__sidebar {
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.vehicles-v7__sidebar-close {
    background: rgba(148, 163, 184, 0.15);
}

.vehicles-v7__sidebar-close:hover {
    background: rgba(148, 163, 184, 0.25);
}

.vehicles-v7__sidebar-close i {
    color: #94a3b8;
}

.vehicles-v7__sidebar-title {
    color: #f8fafc;
    border-bottom-color: rgba(148, 163, 184, 0.2);
}

.vehicles-v7__filter-group-title {
    color: #e2e8f0;
}

.vehicles-v7__filter-group-title i {
    color: #93c5fd;
}

.vehicles-v7__filter-checkbox span {
    color: #cbd5e1;
}

.vehicles-v7__filter-checkbox:hover {
    background: rgba(255, 255, 255, 0.04);
}

.vehicles-v7__filter-checkbox input[type="checkbox"]:checked + span {
    color: #93c5fd;
}

.vehicles-v7__filter-checkbox input[type="checkbox"] {
    accent-color: #3b82f6;
}

/* Range filter */
.vehicles-v7__filter-range input[type="range"] {
    background: rgba(148, 163, 184, 0.2);
}

.vehicles-v7__filter-range input[type="range"]::-webkit-slider-thumb {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    box-shadow: 0 2px 12px rgba(59, 130, 246, 0.4);
}

.vehicles-v7__filter-range input[type="range"]::-moz-range-thumb {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    box-shadow: 0 2px 12px rgba(59, 130, 246, 0.4);
}

.vehicles-v7__filter-range-labels {
    color: #94a3b8;
}

.vehicles-v7__filter-range-labels #priceValue {
    color: #93c5fd;
}

/* Reset button */
.vehicles-v7__filter-reset {
    background: rgba(148, 163, 184, 0.1);
    color: #cbd5e1;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.vehicles-v7__filter-reset:hover {
    background: rgba(148, 163, 184, 0.2);
    color: #f8fafc;
}

/* List header */
.vehicles-v7__list-count {
    color: #f8fafc;
}

.vehicles-v7__list-count span {
    color: #93c5fd;
}

.vehicles-v7__list-sort label {
    color: #94a3b8;
}

.vehicles-v7__sort-select {
    background: #1e293b;
    border-color: rgba(148, 163, 184, 0.25);
    color: #f8fafc;
}

.vehicles-v7__sort-select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.vehicles-v7__sort-select option {
    background: #1e293b;
    color: #f8fafc;
}

/* Vehicle cards - V8 kart stili */
.vehicles-v7__card {
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.vehicles-v7__card::before {
    background: linear-gradient(90deg, #3b82f6, #6366f1);
}

.vehicles-v7__card:hover {
    border-color: rgba(59, 130, 246, 0.35);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.vehicles-v7__card-label {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.vehicles-v7__card-image {
    background: rgba(255, 255, 255, 0.03);
}

.vehicles-v7__card-image::after {
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.4) 100%);
}

.vehicles-v7__card-title {
    color: #f8fafc;
}

.vehicles-v7__card-badge {
    background: rgba(147, 197, 253, 0.15);
    color: #93c5fd;
}

.vehicles-v7__card-spec {
    background: rgba(148, 163, 184, 0.08);
    color: #94a3b8;
}

.vehicles-v7__card-spec i {
    color: #93c5fd;
}

.vehicles-v7__card-specs {
    border-bottom-color: rgba(148, 163, 184, 0.12);
}

.vehicles-v7__card-price-value,
.vehicles-v7__card-price-currency {
    color: #93c5fd;
}

.vehicles-v7__card-price-period {
    color: #64748b;
}

.vehicles-v7__card-price-old {
    color: #64748b;
}

.vehicles-v7__card-button--primary {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.vehicles-v7__card-button--primary:hover {
    background: linear-gradient(135deg, #2563eb, #4f46e5);
}

.vehicles-v7__card-button--whatsapp {
    background: #25D366;
}

.vehicles-v7__card-button--whatsapp:hover {
    background: #20BA5A;
}

/* Empty state */
.vehicles-v7__empty {
    color: #94a3b8;
}

.vehicles-v7__empty i {
    color: #475569;
}

/* Pagination */
.vehicles-v7__pagination-button {
    background: #1e293b;
    color: #cbd5e1;
    border-color: rgba(148, 163, 184, 0.25);
}

.vehicles-v7__pagination-button:hover:not(:disabled) {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    color: #fff;
    border-color: transparent;
}

.vehicles-v7__pagination-number {
    background: #1e293b;
    color: #cbd5e1;
    border-color: rgba(148, 163, 184, 0.25);
}

.vehicles-v7__pagination-number:hover {
    background: rgba(148, 163, 184, 0.15);
    border-color: rgba(148, 163, 184, 0.3);
}

.vehicles-v7__pagination-number.active {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    color: #fff;
    border-color: transparent;
}

@media (max-width: 768px) {
    .vehicles-v7 {
        margin-top: 70px;
        padding-bottom: 3rem;
    }

    .vehicles-v7__banner {
        padding: 2rem 0;
        margin-bottom: 1.5rem;
    }
}
