/**
 * Theme: Luxury Prestige (Dark Mode & Gold Accents)
 * Cinema-like immersion, elegant serif font, soft gold borders.
 */
body.theme-luxury {
    --primary-font: 'Playfair Display', serif;
    
    --color-navy-dark: #f8fafc;       /* Silver text */
    --color-navy-medium: #cbd5e1;
    --color-navy-light: #94a3b8;
    
    --color-blue-tech: #d4af37;       /* Metallic Gold primary */
    --color-blue-hover: #b8901c;      /* Darker gold */
    --color-blue-light: rgba(212, 175, 55, 0.12);
    --color-accent-amber: #f59e0b;
    
    --color-bg-light: #07090e;        /* Rich absolute black */
    --color-bg-white: #0f1626;        /* Deep midnight slate */
    --color-border: rgba(255, 255, 255, 0.08);
    --color-border-hover: rgba(212, 175, 55, 0.25);
    
    --color-text-dark: #f8fafc;
    --color-text-gray: #cbd5e1;
    --color-text-light: #64748b;
    
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.4);
    --shadow-md: 0 8px 16px rgba(0, 0, 0, 0.5);
    --shadow-lg: 0 16px 24px rgba(0, 0, 0, 0.6);
    --shadow-premium: 0 30px 40px rgba(0, 0, 0, 0.8), 0 0 40px rgba(212, 175, 55, 0.05);
    
    --border-radius-premium: 20px;
    --border-radius-sm: 10px;
    
    background-color: #07090e !important;
    color: #f8fafc !important;
}

/* Specific Style Overrides for Luxury Dark Theme */
body.theme-luxury h1, 
body.theme-luxury h2, 
body.theme-luxury h3, 
body.theme-luxury h4, 
body.theme-luxury h5, 
body.theme-luxury h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #ffffff !important;
    letter-spacing: 0.01em;
}

body.theme-luxury p, 
body.theme-luxury span.text-muted, 
body.theme-luxury .text-secondary {
    color: #94a3b8 !important;
}

body.theme-luxury .border,
body.theme-luxury img.border {
    border: none !important;
}

/* Header & Navbar */
body.theme-luxury .premium-navbar {
    background-color: rgba(7, 9, 14, 0.92) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.theme-luxury .premium-navbar .navbar-brand {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-style: italic;
}

body.theme-luxury .premium-navbar .navbar-brand span {
    color: #d4af37 !important;
}

body.theme-luxury .premium-navbar .nav-link {
    color: #cbd5e1 !important;
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
}

body.theme-luxury .premium-navbar .nav-link:hover,
body.theme-luxury .premium-navbar .nav-item.active .nav-link {
    color: #d4af37 !important;
    background-color: rgba(212, 175, 55, 0.1) !important;
}

body.theme-luxury .premium-navbar .btn-contact-nav {
    background-color: #d4af37 !important;
    color: #07090e !important;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

body.theme-luxury .premium-navbar .btn-contact-nav:hover {
    background-color: #f3e5ab !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

/* Cards & Layout */
body.theme-luxury .filter-card,
body.theme-luxury .vehicle-card,
body.theme-luxury .service-card,
body.theme-luxury .spec-grid-card,
body.theme-luxury .category-card,
body.theme-luxury .brand-logo-card {
    background-color: #0f1626 !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}

body.theme-luxury .search-card {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

body.theme-luxury .search-card-container {
    background-color: #ffffff !important;
    padding-top: 40px !important;
    padding-bottom: 24px;
    margin-bottom: 0;
    margin-top: 0px !important;
}

body.theme-luxury .bg-white h1, 
body.theme-luxury .bg-white h2, 
body.theme-luxury .bg-white h3, 
body.theme-luxury .bg-white h4, 
body.theme-luxury .bg-white h5, 
body.theme-luxury .bg-white h6 {
    color: #0f172a !important;
}

body.theme-luxury .bg-white p,
body.theme-luxury .bg-white .text-muted,
body.theme-luxury .bg-white .text-secondary {
    color: #475569 !important;
}

body.theme-luxury .search-card h5,
body.theme-luxury .search-card h5 i {
    color: #0f172a !important;
}

body.theme-luxury .search-card label {
    color: #475569 !important;
}

body.theme-luxury .search-card .form-control,
body.theme-luxury .search-card .form-select {
    background-color: #ffffff !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
}

body.theme-luxury .vehicle-card:hover,
body.theme-luxury .service-card:hover,
body.theme-luxury .category-card:hover,
body.theme-luxury .brand-logo-card:hover {
    border-color: rgba(212, 175, 55, 0.35) !important;
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.08) !important;
    transform: translateY(-5px);
}

body.theme-luxury .vehicle-card-img {
    background-color: #07090e !important;
}

body.theme-luxury .vehicle-card-badge {
    background-color: rgba(212, 175, 55, 0.9) !important;
    color: #07090e !important;
    font-weight: 700;
    text-shadow: none;
}

body.theme-luxury .vehicle-card-brand {
    color: #d4af37 !important;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.9rem;
}

body.theme-luxury .vehicle-card-title {
    color: #ffffff !important;
}

body.theme-luxury .vehicle-card-spec-item {
    background-color: #172033 !important;
    color: #cbd5e1 !important;
}

body.theme-luxury .vehicle-card-footer {
    border-top-color: rgba(255, 255, 255, 0.06) !important;
}

body.theme-luxury .vehicle-card-price {
    color: #d4af37 !important;
}

body.theme-luxury .vehicle-card-link {
    color: #cbd5e1 !important;
}

body.theme-luxury .vehicle-card-link:hover {
    color: #d4af37 !important;
}

/* Category & Brand Highlights */
body.theme-luxury .category-icon-box {
    background-color: rgba(212, 175, 55, 0.1) !important;
    color: #d4af37 !important;
    border-radius: 50%;
}

body.theme-luxury .brand-logo-card span {
    color: #ffffff !important;
}

body.theme-luxury .brand-logo-card .badge {
    background-color: rgba(212, 175, 55, 0.15) !important;
    color: #d4af37 !important;
}

/* Buttons */
body.theme-luxury .btn-premium-primary {
    background-color: #d4af37 !important;
    color: #07090e !important;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

body.theme-luxury .btn-premium-primary:hover {
    background-color: #f3e5ab !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3) !important;
}

body.theme-luxury .btn-premium-secondary {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body.theme-luxury .btn-premium-secondary:hover {
    border-color: #d4af37 !important;
    color: #d4af37 !important;
}

/* Sections & Separators */
body.theme-luxury .bg-light {
    background-color: #07090e !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

body.theme-luxury .section-title::after,
body.theme-luxury .section-title-center::after {
    background-color: #d4af37 !important;
}

body.theme-luxury .spec-grid-item {
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

body.theme-luxury .spec-grid-value {
    color: #d4af37 !important;
}

/* Forms & Selects */
body.theme-luxury .form-control,
body.theme-luxury .form-select {
    background-color: #172033 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

body.theme-luxury .form-control:focus,
body.theme-luxury .form-select:focus {
    border-color: #d4af37 !important;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15) !important;
}

/* Footer Section */
body.theme-luxury .footer-section {
    background-color: #040508 !important;
    border-top: 2px solid #d4af37 !important;
}

body.theme-luxury .footer-logo span {
    color: #d4af37 !important;
}

/* Scrollbar */
body.theme-luxury ::-webkit-scrollbar-track {
    background: #07090e;
}

body.theme-luxury ::-webkit-scrollbar-thumb {
    background: #342a12;
}

body.theme-luxury ::-webkit-scrollbar-thumb:hover {
    background: #d4af37;
}
