/* ==========================================================================
   Kazemi Khodro - Global UI/UX Pro Max Design System (High Contrast AAA Tokens)
   ========================================================================== */

:root {
    --kz-font: 'Bakh', 'YekanBakhFaNum', 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --kz-primary: #070b14;
    --kz-primary-dark: #030712;
    --kz-primary-light: #0f172a;
    --kz-accent: #dc2626;
    --kz-accent-hover: #ef4444;
    --kz-accent-glow: rgba(220, 38, 38, 0.35);
    --kz-blue: #1d4ed8;
    --kz-blue-hover: #2563eb;
    --kz-blue-light: #eff6ff;
    --kz-emerald: #047857;
    --kz-emerald-light: #ecfdf5;
    --kz-amber: #b45309;
    --kz-amber-light: #fffbeb;
    --kz-bg: #f8fafc;
    --kz-card: #ffffff;
    --kz-border: #cbd5e1;
    --kz-border-focus: #94a3b8;
    --kz-text-main: #0f172a;
    --kz-text-sub: #334155;
    --kz-text-muted: #475569;
    --kz-radius-sm: 8px;
    --kz-radius-md: 14px;
    --kz-radius-lg: 20px;
    --kz-radius-full: 9999px;
    --kz-shadow-sm: 0 2px 8px -2px rgba(15, 23, 42, 0.05);
    --kz-shadow-md: 0 12px 28px -8px rgba(15, 23, 42, 0.08);
    --kz-shadow-lg: 0 20px 40px -12px rgba(15, 23, 42, 0.12);
    --kz-transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
    font-family: var(--kz-font) !important;
    background-color: #f8fafc;
    color: var(--kz-text-main);
}

/* ==========================================================================
   GLOBAL CONTAINER SYSTEM
   ========================================================================== */
.kz-container {
    width: 100% !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
}

@media (max-width: 1360px) {
    .kz-container {
        max-width: 1180px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 1024px) {
    .kz-container {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 640px) {
    .kz-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* ==========================================================================
   GLOBAL HEADER COMPONENT (High Contrast AAA)
   ========================================================================== */
.kz-site-header {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: rgba(7, 11, 20, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--kz-transition);
    direction: rtl;
    text-align: right;
    width: 100%;
}

.kz-topbar-slim {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;
    color: #f1f5f9 !important;
}

.kz-topbar-slim-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kz-topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #f1f5f9 !important;
}

.kz-topbar-item span {
    color: #f1f5f9 !important;
}

.kz-topbar-item svg {
    color: #ef4444 !important;
}

.kz-topbar-link,
.kz-topbar-slim a {
    color: #f1f5f9 !important;
    text-decoration: none !important;
    transition: var(--kz-transition);
    margin-right: 18px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.kz-topbar-link:hover,
.kz-topbar-slim a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    text-decoration: underline !important;
}

.kz-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}

.kz-nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    flex-shrink: 0;
}

.kz-nav-logo img {
    height: 48px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
    transition: transform 0.25s ease;
}

.kz-nav-logo:hover img {
    transform: scale(1.03);
}

.kz-nav-menu-list {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.kz-nav-item a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #f1f5f9 !important;
    text-decoration: none !important;
    border-radius: var(--kz-radius-full);
    transition: var(--kz-transition);
}

.kz-nav-item a:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
}

.kz-nav-item a.active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    font-weight: 800;
}

.kz-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.kz-btn-login {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--kz-radius-full);
    text-decoration: none !important;
    transition: var(--kz-transition);
    backdrop-filter: blur(8px);
}

.kz-btn-login:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff !important;
}

.kz-btn-submit-ad {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 800;
    color: #ffffff !important;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    border-radius: var(--kz-radius-full);
    text-decoration: none !important;
    box-shadow: 0 4px 14px var(--kz-accent-glow);
    transition: var(--kz-transition);
    border: none;
}

.kz-btn-submit-ad:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.6);
    transform: translateY(-1px);
}

.kz-menu-toggle-btn {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #ffffff !important;
}

/* ==========================================================================
   CAR SHOWROOM & ARCHIVE PAGE STYLES (UI/UX Pro Max Bento System)
   ========================================================================== */
.kz-showroom-page {
    width: 100%;
    background-color: #f8fafc;
    min-height: 80vh;
    padding-bottom: 70px;
}

.kz-showroom-hero {
    background: radial-gradient(circle at 85% 30%, #172554 0%, #070b14 60%);
    color: #ffffff;
    padding: 36px 0 45px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kz-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 16px;
}

.kz-breadcrumb a {
    color: #cbd5e1 !important;
    text-decoration: none;
    transition: var(--kz-transition);
}

.kz-breadcrumb a:hover {
    color: #ffffff !important;
}

.kz-breadcrumb .current {
    color: #fca5a5;
    font-weight: 700;
}

.kz-showroom-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.kz-showroom-title {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 8px;
}

.kz-showroom-sub {
    font-size: 14px;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.6;
}

.kz-hero-badge-certified {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(4, 120, 87, 0.25);
    border: 1px solid rgba(52, 211, 153, 0.4);
    color: #a7f3d0;
    padding: 8px 16px;
    border-radius: var(--kz-radius-full);
    font-size: 13px;
    font-weight: 800;
}

.kz-showroom-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
    align-items: start;
}

/* FILTER SIDEBAR (Spaced Bento Cards) */
.kz-filter-sidebar {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
}

.kz-filter-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    margin-bottom: 20px; /* Generous vertical breathing room */
    overflow: hidden;
    transition: var(--kz-transition);
}

.kz-filter-card:hover {
    border-color: #94a3b8;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.kz-filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.kz-filter-title {
    font-size: 14px;
    font-weight: 900;
    color: #0f172a;
}

.kz-filter-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kz-badge-hierarchical {
    font-size: 10px;
    font-weight: 800;
    background: #eff6ff;
    color: #1d4ed8;
    padding: 2px 7px;
    border-radius: 4px;
    border: 1px solid #bfdbfe;
}

.kz-btn-clear-all {
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: 800;
    color: var(--kz-accent);
    cursor: pointer;
    padding: 0;
}

.kz-btn-clear-all:hover {
    text-decoration: underline;
}

.kz-search-filter-card {
    padding: 18px;
}

.kz-search-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.kz-search-input-wrap svg {
    position: absolute;
    right: 12px;
    color: #64748b;
    pointer-events: none;
}

.kz-search-input-wrap input {
    width: 100%;
    padding: 11px 40px 11px 12px;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    outline: none;
    transition: var(--kz-transition);
    background: #f8fafc;
}

.kz-search-input-wrap input:focus {
    border-color: var(--kz-blue);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12);
}

.kz-filter-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    background: #ffffff;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #f1f5f9;
}

.kz-filter-card-header svg {
    color: #64748b;
    transition: transform 0.25s ease;
}

.kz-filter-card.collapsed .kz-filter-card-header svg {
    transform: rotate(180deg);
}

.kz-filter-card.collapsed .kz-filter-card-body {
    display: none;
}

.kz-filter-card-body {
    padding: 16px 18px;
}

.kz-filter-search-mini input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    outline: none;
    font-family: inherit;
    background: #f8fafc;
}

/* HIERARCHICAL BRAND & MODEL TREE */
.kz-hierarchy-tree {
    max-height: 290px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 4px;
}

.kz-hierarchy-tree::-webkit-scrollbar {
    width: 4px;
}

.kz-hierarchy-tree::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.kz-tree-brand-group {
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    background: #f8fafc;
    overflow: hidden;
    transition: var(--kz-transition);
}

.kz-tree-brand-group.expanded {
    border-color: #cbd5e1;
    background: #ffffff;
}

.kz-tree-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
}

.kz-tree-brand-row .kz-checkbox-item {
    flex: 1;
    margin: 0;
    padding: 0;
}

.kz-tree-expand-btn {
    background: #e2e8f0;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    cursor: pointer;
    transition: var(--kz-transition);
    margin-right: 6px;
}

.kz-tree-expand-btn:hover {
    background: #cbd5e1;
    color: #0f172a;
}

.kz-tree-brand-group.expanded .kz-tree-expand-btn svg {
    transform: rotate(180deg);
}

.kz-tree-models-container {
    display: none;
    padding: 8px 14px 12px 10px;
    background: #ffffff;
    border-top: 1px dashed #e2e8f0;
    flex-direction: column;
    gap: 7px;
    margin-right: 22px;
    border-right: 2px solid var(--kz-blue-light);
}

.kz-tree-brand-group.expanded .kz-tree-models-container {
    display: flex;
}

.kz-checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 6px;
    transition: var(--kz-transition);
}

.kz-checkbox-item:hover {
    color: #0f172a;
}

.kz-checkbox-item.child-model-item {
    font-size: 12px;
    color: #475569;
}

.kz-checkbox-item.child-model-item:hover {
    color: var(--kz-blue);
}

.kz-checkbox-item input {
    display: none;
}

.kz-custom-check {
    width: 17px;
    height: 17px;
    border: 1.5px solid #94a3b8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--kz-transition);
    background: #ffffff;
}

.kz-checkbox-item input:checked + .kz-custom-check {
    background: var(--kz-accent);
    border-color: var(--kz-accent);
}

.kz-checkbox-item input:checked + .kz-custom-check::after {
    content: '✓';
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
}

.kz-brand-icon-mini {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.kz-label-text {
    flex: 1;
}

.kz-count-badge {
    font-size: 11px;
    font-weight: 700;
    background: #e2e8f0;
    color: #475569;
    padding: 2px 7px;
    border-radius: var(--kz-radius-full);
}

.kz-count-badge.mini {
    font-size: 10px;
    padding: 1px 5px;
    background: #f1f5f9;
}

/* DUAL RANGE PRICE SLIDER */
.kz-price-range-display {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
}

.kz-price-tag-col {
    flex: 1;
    background: #f1f5f9;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.kz-price-tag-col .label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 2px;
}

.kz-price-tag-col strong {
    font-size: 12px;
    font-weight: 900;
    color: var(--kz-accent);
}

.kz-dual-range-wrapper {
    position: relative;
    height: 28px;
    margin-bottom: 20px;
}

.kz-dual-range-wrapper input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 6px;
    top: 11px;
    width: 100%;
    background: none;
}

.kz-dual-range-wrapper input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid var(--kz-accent);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: transform 0.15s ease;
}

.kz-dual-range-wrapper input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.kz-dual-range-wrapper input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid var(--kz-accent);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.kz-dual-range-track {
    position: absolute;
    height: 6px;
    border-radius: 4px;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    top: 11px;
    right: 0%;
    width: 100%;
    z-index: 2;
}

.kz-dual-range-wrapper::before {
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    border-radius: 4px;
    background: #e2e8f0;
    top: 11px;
    left: 0;
    z-index: 1;
}

.kz-quick-price-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.kz-chip-btn {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: var(--kz-radius-full);
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    transition: var(--kz-transition);
}

.kz-chip-btn:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

.kz-pill-options-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.kz-pill-checkbox {
    cursor: pointer;
}

.kz-pill-checkbox input {
    display: none;
}

.kz-pill-checkbox span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #cbd5e1;
    border-radius: var(--kz-radius-full);
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    background: #f8fafc;
    transition: var(--kz-transition);
}

.kz-pill-checkbox input:checked + span {
    background: var(--kz-blue);
    color: #ffffff;
    border-color: var(--kz-blue);
}

.kz-sub-filter-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #475569;
    margin-bottom: 6px;
}

/* RESULTS MAIN AREA */
.kz-results-topbar {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: var(--kz-shadow-sm);
}

.kz-results-count {
    font-size: 14px;
    color: #334155;
}

.kz-results-count strong {
    color: var(--kz-accent);
    font-weight: 900;
}

.kz-btn-mobile-filter-trigger {
    display: none;
    align-items: center;
    gap: 7px;
    background: #0f172a;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: var(--kz-radius-sm);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.kz-filter-active-count {
    background: var(--kz-accent);
    color: #ffffff;
    padding: 2px 7px;
    border-radius: var(--kz-radius-full);
    font-size: 11px;
}

.kz-sort-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.kz-sort-wrapper select {
    padding: 7px 12px;
    border: 1px solid #cbd5e1;
    border-radius: var(--kz-radius-sm);
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    outline: none;
    background: #f8fafc;
    cursor: pointer;
}

/* ACTIVE TAGS STRIP */
.kz-active-tags-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
}

.kz-tag-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e2e8f0;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: var(--kz-radius-full);
    border: 1px solid #cbd5e1;
}

.kz-tag-item button {
    background: transparent;
    border: none;
    color: #64748b;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.kz-tag-item button:hover {
    color: var(--kz-accent);
}

.kz-btn-clear-tags {
    background: transparent;
    border: none;
    color: var(--kz-accent);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: underline;
}

/* SHOWROOM GRID */
.kz-showroom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 40px;
    position: relative;
    transition: opacity 0.25s ease;
}

.kz-car-item {
    background: #ffffff;
    border-radius: var(--kz-radius-lg);
    border: 1px solid #cbd5e1;
    overflow: hidden;
    box-shadow: var(--kz-shadow-sm);
    transition: var(--kz-transition);
    display: flex;
    flex-direction: column;
}

.kz-car-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--kz-shadow-lg);
    border-color: #94a3b8;
}

.kz-car-img-wrap {
    position: relative;
    width: 100%;
    height: 190px;
    background: #e2e8f0;
    overflow: hidden;
}

.kz-car-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.kz-car-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.kz-car-item:hover .kz-car-img-wrap img {
    transform: scale(1.05);
}

.kz-car-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(4, 120, 87, 0.95);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: var(--kz-radius-full);
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.kz-car-body-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(15, 23, 42, 0.85);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: var(--kz-radius-sm);
    backdrop-filter: blur(4px);
}

.kz-car-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.kz-car-name {
    font-size: 15px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.4;
}

.kz-car-name a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: var(--kz-transition);
}

.kz-car-name a:hover {
    color: var(--kz-accent) !important;
}

.kz-car-meta-bar {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    color: #1e293b;
    background: #f1f5f9;
    padding: 7px 10px;
    border-radius: var(--kz-radius-sm);
    margin-bottom: 14px;
}

.kz-car-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px dashed #cbd5e1;
}

.kz-car-amount-wrap {
    display: flex;
    flex-direction: column;
}

.kz-car-amount-label {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 2px;
}

.kz-car-amount {
    font-size: 16px;
    font-weight: 900;
    color: #b91c1c;
}

.kz-car-action-link {
    font-size: 12px;
    font-weight: 800;
    color: #1d4ed8 !important;
    text-decoration: none !important;
    padding: 7px 14px;
    border-radius: var(--kz-radius-sm);
    background: #eff6ff;
    transition: var(--kz-transition);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.kz-car-action-link:hover {
    background: #1d4ed8;
    color: #ffffff !important;
}

/* NO RESULTS BOX */
.kz-no-cars-box {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    border-radius: var(--kz-radius-lg);
    padding: 50px 20px;
    text-align: center;
}

.kz-no-cars-icon {
    color: #94a3b8;
    margin-bottom: 16px;
}

.kz-no-cars-box h3 {
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 8px;
}

.kz-no-cars-box p {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 20px;
}

.kz-btn-reset-filters {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    border-radius: var(--kz-radius-full);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 14px var(--kz-accent-glow);
}

/* LOADER OVERLAY */
.kz-grid-loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(7, 11, 20, 0.9);
    color: #ffffff;
    padding: 18px 28px;
    border-radius: var(--kz-radius-lg);
    z-index: 10000;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
}

.kz-grid-loader.active {
    display: flex;
}

.kz-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ef4444;
    border-radius: 50%;
    animation: kzSpin 0.75s linear infinite;
}

@keyframes kzSpin {
    to { transform: rotate(360deg); }
}

/* PAGINATION */
.kz-pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 30px;
}

.kz-page-num, .kz-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #cbd5e1;
    border-radius: var(--kz-radius-sm);
    font-size: 13px;
    font-weight: 800;
    color: #334155 !important;
    text-decoration: none !important;
    background: #ffffff;
    transition: var(--kz-transition);
}

.kz-page-num:hover, .kz-page-btn:hover {
    border-color: #0f172a;
    background: #f1f5f9;
}

.kz-page-num.active {
    background: #0f172a;
    color: #ffffff !important;
    border-color: #0f172a;
}

.kz-page-dots {
    color: #94a3b8;
    padding: 0 6px;
}

/* MOBILE OVERLAY */
.kz-mobile-drawer-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99998;
    backdrop-filter: blur(4px);
}

.kz-mobile-drawer-overlay.active {
    display: block;
}

/* ==========================================================================
   GLOBAL FOOTER COMPONENT (High Contrast AAA)
   ========================================================================== */
.kz-site-footer {
    background: #070b14;
    color: #f1f5f9 !important;
    padding: 70px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    direction: rtl;
    text-align: right;
    width: 100%;
}

.kz-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 0.9fr 1.2fr;
    gap: 40px;
    margin-bottom: 45px;
}

.kz-footer-col h4 {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 18px;
    position: relative;
    padding-bottom: 8px;
}

.kz-footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 2px;
    background: var(--kz-accent);
    border-radius: var(--kz-radius-full);
}

.kz-footer-logo img {
    height: 52px;
    width: auto;
    object-fit: contain;
    margin-bottom: 14px;
}

.kz-footer-desc {
    font-size: 13px;
    color: #cbd5e1 !important;
    line-height: 1.85;
    margin: 0 0 18px;
}

.kz-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.kz-footer-links a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 500;
    transition: var(--kz-transition);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kz-footer-links a:hover {
    color: #ffffff !important;
    transform: translateX(-4px);
}

.kz-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13px;
    color: #e2e8f0 !important;
}

.kz-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.kz-contact-row span {
    color: #e2e8f0 !important;
}

.kz-contact-row svg {
    flex-shrink: 0;
    margin-top: 3px;
    color: #ef4444 !important;
}

.kz-social-links {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.kz-social-icon {
    width: 38px;
    height: 38px;
    border-radius: var(--kz-radius-sm);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: var(--kz-transition);
}

.kz-social-icon:hover {
    background: var(--kz-accent);
    border-color: var(--kz-accent);
    transform: translateY(-3px);
}

.kz-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 0;
    text-align: center;
    font-size: 13px;
    color: #94a3b8 !important;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
    .kz-showroom-layout {
        grid-template-columns: 1fr;
    }
    
    .kz-filter-sidebar {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 320px;
        background: #ffffff;
        z-index: 99999;
        overflow-y: auto;
        padding: 20px;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
    }
    
    .kz-filter-sidebar.mobile-open {
        display: flex;
    }

    .kz-btn-mobile-filter-trigger {
        display: inline-flex;
    }

    .kz-showroom-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kz-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .kz-topbar-slim { display: none; }
    .kz-nav-menu-list { display: none; }
    .kz-menu-toggle-btn { display: block; }
    .kz-showroom-title { font-size: 22px; }
    .kz-showroom-grid { grid-template-columns: 1fr; }
    .kz-footer-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   SINGLE CAR PAGE (UI/UX PRO MAX + MOBILE-FIRST DESIGN)
   ========================================================================== */
.kz-single-page-wrapper {
    background: #f8fafc;
    padding: 30px 0 90px;
    min-height: 80vh;
}

/* Breadcrumbs & Top Actions */
.kz-single-breadcrumbs-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 14px;
}

.kz-breadcrumbs-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
}

.kz-breadcrumbs-list a {
    color: #64748b !important;
    text-decoration: none !important;
    transition: var(--kz-transition);
}

.kz-breadcrumbs-list a:hover {
    color: var(--kz-primary) !important;
}

.kz-breadcrumbs-list .kz-bc-sep {
    color: #cbd5e1;
}

.kz-breadcrumbs-list li:last-child span {
    color: #0f172a;
    font-weight: 800;
}

.kz-single-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kz-action-icon-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 8px 14px;
    border-radius: var(--kz-radius-full);
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    transition: var(--kz-transition);
}

.kz-action-icon-btn:hover {
    border-color: #0f172a;
    background: #f1f5f9;
}

.kz-fav-btn.saved {
    background: #fee2e2;
    border-color: #ef4444;
    color: #dc2626;
}

.kz-fav-btn.saved .kz-fav-icon {
    fill: #ef4444;
    stroke: #ef4444;
}

/* Hero Grid: Gallery (Left) + Summary (Right) */
.kz-single-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 32px;
    margin-bottom: 35px;
    align-items: start;
}

/* Gallery Component */
.kz-gallery-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--kz-radius-xl);
    padding: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.kz-gallery-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: var(--kz-radius-lg);
    overflow: hidden;
    background: #0f172a;
    cursor: zoom-in;
}

.kz-gallery-stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.25s ease, transform 0.4s ease;
}

.kz-gallery-stage:hover img {
    transform: scale(1.03);
}

.kz-gallery-badge-top {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.kz-badge-verified {
    background: rgba(16, 185, 129, 0.92);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: var(--kz-radius-full);
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.kz-badge-type {
    background: rgba(15, 23, 42, 0.85);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: var(--kz-radius-full);
    backdrop-filter: blur(4px);
}

.kz-gallery-zoom-hint {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(15, 23, 42, 0.75);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: var(--kz-radius-full);
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(4px);
    pointer-events: none;
    transition: var(--kz-transition);
}

.kz-gallery-counter {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(15, 23, 42, 0.85);
    color: #ffffff;
    padding: 5px 12px;
    border-radius: var(--kz-radius-full);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(4px);
}

.kz-gal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: var(--kz-transition);
    z-index: 3;
}

.kz-gal-nav-btn:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.1);
}

.kz-gal-nav-btn.prev { right: 12px; }
.kz-gal-nav-btn.next { left: 12px; }

.kz-gallery-thumbs-row {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.kz-thumb-btn {
    flex-shrink: 0;
    width: 84px;
    height: 58px;
    border-radius: var(--kz-radius-md);
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    background: #e2e8f0;
    cursor: pointer;
    opacity: 0.65;
    transition: var(--kz-transition);
}

.kz-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kz-thumb-btn:hover {
    opacity: 0.9;
}

.kz-thumb-btn.active {
    opacity: 1;
    border-color: var(--kz-accent);
    box-shadow: 0 2px 8px var(--kz-accent-glow);
}

/* Summary Card */
.kz-summary-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--kz-radius-xl);
    padding: 26px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.kz-meta-pills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.kz-pill-brand {
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: var(--kz-radius-full);
}

.kz-pill-year {
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: var(--kz-radius-full);
}

.kz-pill-location {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: var(--kz-radius-full);
}

.kz-single-car-title {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 8px;
}

.kz-single-post-time {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 20px;
}

/* Price Block */
.kz-price-block {
    background: linear-gradient(135deg, #0b1329 0%, #1e293b 100%);
    color: #ffffff;
    border-radius: var(--kz-radius-lg);
    padding: 20px;
    margin-bottom: 22px;
}

.kz-price-tag-label {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 4px;
}

.kz-price-main-val {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}

.kz-installment-callout {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--kz-radius-md);
    padding: 12px;
}

.kz-inst-callout-icon {
    width: 36px;
    height: 36px;
    border-radius: var(--kz-radius-sm);
    background: var(--kz-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.kz-inst-callout-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kz-inst-callout-text strong {
    font-size: 13px;
    color: #ffffff;
}

.kz-inst-callout-text span {
    font-size: 12px;
    color: #cbd5e1;
}

/* Trust Chips */
.kz-trust-chips-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

.kz-trust-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    border-radius: var(--kz-radius-md);
    font-size: 12px;
    font-weight: 700;
    color: #334155;
}

.kz-trust-chip svg {
    color: #10b981;
    flex-shrink: 0;
}

/* Call & Action Buttons */
.kz-summary-cta-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kz-btn-primary-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 15px 20px;
    border-radius: var(--kz-radius-md);
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 4px 16px var(--kz-accent-glow);
    transition: var(--kz-transition);
}

.kz-btn-primary-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.45);
}

.kz-secondary-cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.kz-btn-whatsapp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25d366;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 12px 14px;
    border-radius: var(--kz-radius-md);
    font-size: 13px;
    font-weight: 800;
    transition: var(--kz-transition);
}

.kz-btn-whatsapp-cta:hover {
    background: #1eb954;
    transform: translateY(-2px);
}

.kz-btn-reserve-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    padding: 12px 14px;
    border-radius: var(--kz-radius-md);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: var(--kz-transition);
}

.kz-btn-reserve-modal:hover {
    background: #e2e8f0;
    border-color: #94a3b8;
}

/* Sections Common */
.kz-single-section {
    margin-bottom: 35px;
}

.kz-section-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.kz-section-icon {
    width: 38px;
    height: 38px;
    border-radius: var(--kz-radius-sm);
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kz-section-heading {
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
    margin: 0;
}

/* 8-Card Bento Specs Grid */
.kz-bento-specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.kz-spec-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--kz-radius-lg);
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    transition: var(--kz-transition);
}

.kz-spec-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.kz-spec-icon-box {
    width: 44px;
    height: 44px;
    border-radius: var(--kz-radius-md);
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kz-spec-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    overflow: hidden;
}

.kz-spec-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

.kz-spec-val {
    font-size: 14px;
    font-weight: 900;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Inspection Report Card */
.kz-inspection-report-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--kz-radius-xl);
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.kz-inspection-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.kz-insp-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #047857;
    padding: 8px 16px;
    border-radius: var(--kz-radius-full);
    font-size: 14px;
    font-weight: 800;
}

.kz-insp-date {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}

.kz-inspection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.kz-insp-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--kz-radius-md);
    padding: 16px;
}

.kz-insp-status-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    flex-shrink: 0;
}

.kz-insp-content h4 {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
}

.kz-insp-content p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* Installment Calculator */
.kz-calc-container {
    background: linear-gradient(135deg, #070b14 0%, #172033 100%);
    color: #ffffff;
    border-radius: var(--kz-radius-xl);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.kz-calc-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.kz-calc-header-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--kz-radius-md);
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kz-calc-title {
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 4px;
}

.kz-calc-subtitle {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
}

.kz-calc-body-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    align-items: center;
}

.kz-calc-controls {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.kz-calc-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

.kz-calc-badge {
    background: var(--kz-accent);
    color: #ffffff;
    padding: 3px 10px;
    border-radius: var(--kz-radius-full);
    font-size: 13px;
    font-weight: 800;
}

.kz-calc-group input[type="range"] {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.kz-calc-group input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ef4444;
    cursor: pointer;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.kz-calc-minmax {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #64748b;
    margin-top: 6px;
}

.kz-calc-months-selector {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.kz-month-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 10px 6px;
    border-radius: var(--kz-radius-md);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: var(--kz-transition);
}

.kz-month-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.kz-month-btn.active {
    background: var(--kz-accent);
    border-color: var(--kz-accent);
    box-shadow: 0 4px 12px var(--kz-accent-glow);
}

.kz-calc-results-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--kz-radius-lg);
    padding: 22px;
}

.kz-calc-res-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #cbd5e1;
    margin-bottom: 10px;
}

.kz-calc-res-item strong {
    font-size: 15px;
    color: #ffffff;
}

.kz-calc-res-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 14px 0;
}

.kz-calc-res-highlight {
    margin-bottom: 18px;
}

.kz-calc-res-highlight span {
    font-size: 12px;
    color: #94a3b8;
    display: block;
    margin-bottom: 4px;
}

.kz-calc-res-monthly {
    font-size: 24px;
    font-weight: 900;
    color: #10b981;
}

.kz-btn-calc-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 14px 16px;
    border-radius: var(--kz-radius-md);
    font-size: 14px;
    font-weight: 800;
    transition: var(--kz-transition);
}

.kz-btn-calc-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.4);
}

/* Description Card */
.kz-desc-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--kz-radius-xl);
    padding: 26px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.kz-desc-content {
    font-size: 14px;
    line-height: 2;
    color: #334155;
}

.kz-desc-content p {
    margin-bottom: 14px;
}

/* Similar Section */
.kz-similar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.kz-view-all-similar {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2563eb !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
    transition: var(--kz-transition);
}

.kz-view-all-similar:hover {
    transform: translateX(-4px);
}

/* Sticky Bottom Mobile Bar */
.kz-sticky-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f172a;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 16px env(safe-area-inset-bottom, 12px);
    z-index: 9999;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.25);
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.kz-mobile-price-col {
    display: flex;
    flex-direction: column;
}

.kz-mob-price-label {
    font-size: 10px;
    color: #94a3b8;
}

.kz-mob-price-val {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
}

.kz-mobile-btn-col {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kz-mob-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 10px 16px;
    border-radius: var(--kz-radius-full);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 2px 10px var(--kz-accent-glow);
}

.kz-mob-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #25d366;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 50%;
}

/* Fullscreen Lightbox */
.kz-lightbox-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.kz-lightbox-modal.active {
    display: flex;
}

.kz-lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kz-lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: var(--kz-radius-lg);
}

.kz-lightbox-close {
    position: absolute;
    top: -46px;
    right: 0;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.kz-lightbox-caption {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 12px;
}

.kz-lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--kz-transition);
}

.kz-lb-nav:hover {
    background: rgba(255, 255, 255, 0.4);
}

.kz-lb-nav.prev { right: -60px; }
.kz-lb-nav.next { left: -60px; }

/* Consultation Modal */
.kz-consult-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.kz-consult-modal.active {
    display: flex;
}

.kz-consult-dialog {
    background: #ffffff;
    border-radius: var(--kz-radius-xl);
    padding: 30px;
    width: 100%;
    max-width: 460px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.kz-consult-close {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
}

.kz-consult-header {
    margin-bottom: 20px;
}

.kz-consult-header h3 {
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 6px;
}

.kz-consult-header p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.kz-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.kz-form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.kz-form-group input, .kz-form-group select {
    padding: 12px 14px;
    border: 1px solid #cbd5e1;
    border-radius: var(--kz-radius-md);
    font-size: 14px;
    outline: none;
    transition: var(--kz-transition);
}

.kz-form-group input:focus, .kz-form-group select:focus {
    border-color: #0f172a;
}

.kz-btn-submit-consult {
    width: 100%;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: var(--kz-radius-md);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25);
    transition: var(--kz-transition);
}

.kz-btn-submit-consult:hover {
    background: #000000;
}

.kz-consult-status {
    font-size: 13px;
    margin-top: 12px;
    text-align: center;
}

/* SINGLE CAR RESPONSIVE MEDIA QUERIES */
@media (max-width: 1024px) {
    .kz-single-hero-grid {
        grid-template-columns: 1fr;
    }
    .kz-bento-specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .kz-calc-body-grid {
        grid-template-columns: 1fr;
    }
    .kz-inspection-grid {
        grid-template-columns: 1fr;
    }
    .kz-lb-nav.prev { right: 10px; }
    .kz-lb-nav.next { left: 10px; }
}

@media (max-width: 768px) {
    .kz-single-page-wrapper {
        padding: 16px 0 100px;
    }
    .kz-single-hero-grid {
        gap: 20px;
    }
    .kz-single-car-title {
        font-size: 20px;
    }
    .kz-price-main-val {
        font-size: 24px;
    }
    .kz-bento-specs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .kz-spec-card {
        padding: 12px;
        gap: 10px;
    }
    .kz-spec-icon-box {
        width: 38px;
        height: 38px;
    }
    .kz-spec-val {
        font-size: 13px;
    }
    .kz-trust-chips-grid {
        grid-template-columns: 1fr;
    }
    .kz-secondary-cta-row {
        grid-template-columns: 1fr;
    }
    .kz-calc-months-selector {
        grid-template-columns: repeat(2, 1fr);
    }
    .kz-sticky-mobile-bar {
        display: flex;
    }
}

