/* ===== VSM LOCATION - GLOBAL STYLES ===== */
:root {
    --gold: #c9a227;
    --gold-light: #e5c76b;
    --black: #0a0a0a;
    --black-light: #1a1a1a;
    --black-lighter: #2a2a2a;
    --white: #f5f5f5;
    --green: #2a9d8f;
    --red: #e63946;
}

/* ===== LIGHT MODE ===== */
[data-theme="light"] {
    --black: #ffffff;
    --black-light: #f7f7f7;
    --black-lighter: #e8e8e8;
    --white: #1a1a1a;
    --gold: #b8941d;
    --gold-light: #d4af37;
}

/* --- Body & base --- */
[data-theme="light"] body { background-color: #ffffff; color: #1a1a1a; }
[data-theme="light"] h1, [data-theme="light"] h2, [data-theme="light"] h3,
[data-theme="light"] h4, [data-theme="light"] h5, [data-theme="light"] h6 { color: #1a1a1a; }
[data-theme="light"] .gold { color: var(--gold); text-shadow: none; }

/* --- Loader --- */
[data-theme="light"] #loader { background: #ffffff; }
[data-theme="light"] .loader-tagline { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .progress-bar { background: rgba(0, 0, 0, 0.1); }
[data-theme="light"] .progress-info { color: rgba(0, 0, 0, 0.4); }

/* --- Promo banner --- */
[data-theme="light"] .promo-banner { background: linear-gradient(90deg, #f5f5f5, #fff8e6, #f5f5f5); border-bottom-color: rgba(184, 148, 29, 0.3); }
[data-theme="light"] .promo-text { color: rgba(0, 0, 0, 0.8); }
[data-theme="light"] .promo-text strong { color: var(--gold); }
[data-theme="light"] .promo-close { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .promo-close:hover { color: var(--gold); }
[data-theme="light"] .promo-badge { background: var(--gold); color: #ffffff; }
[data-theme="light"] .promo-gift { border-color: rgba(184, 148, 29, 0.2); color: var(--gold); }

/* --- Navbar --- */
[data-theme="light"] .navbar.scrolled { background: rgba(255, 255, 255, 0.97); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06); }
[data-theme="light"] .nav-link { color: rgba(0, 0, 0, 0.7); }
[data-theme="light"] .nav-link:hover, [data-theme="light"] .nav-link.active { color: var(--gold); }
[data-theme="light"] .nav-link::after { background: var(--gold); }
[data-theme="light"] .menu-toggle span { background: #1a1a1a; }
[data-theme="light"] .mobile-menu { background: rgba(255, 255, 255, 0.98); }
[data-theme="light"] .mobile-link { color: #1a1a1a; }
[data-theme="light"] .mobile-link:hover { color: var(--gold); }
[data-theme="light"] .nav-user-btn { color: #1a1a1a; border-color: rgba(184, 148, 29, 0.3); background: rgba(184, 148, 29, 0.08); }
[data-theme="light"] .nav-user-btn:hover { background: var(--gold); color: #ffffff; }

/* --- Hero sections --- */
[data-theme="light"] .hero { background: radial-gradient(ellipse at 30% 20%, rgba(184, 148, 29, 0.06) 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, rgba(184, 148, 29, 0.03) 0%, transparent 50%), #ffffff; }
[data-theme="light"] .hero-subtitle { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .page-hero { background: radial-gradient(ellipse at 30% 20%, rgba(184, 148, 29, 0.06) 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, rgba(184, 148, 29, 0.03) 0%, transparent 50%), #ffffff; }
[data-theme="light"] .page-hero .hero-subtitle { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .page-hero::after { background: none; }

/* --- Section titles & shimmer --- */
[data-theme="light"] .section-title, [data-theme="light"] .hero-title { background: linear-gradient(90deg, #1a1a1a 0%, var(--gold) 50%, #1a1a1a 100%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; }
[data-theme="light"] .section-subtitle { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .section-header { color: #1a1a1a; }

/* --- Section backgrounds --- */
[data-theme="light"] .section-dark { background: #f9f9f9; }
[data-theme="light"] .stats { background: linear-gradient(90deg, #f5f5f5, #ffffff, #f5f5f5); }
[data-theme="light"] .stats::before, [data-theme="light"] .stats::after { background: linear-gradient(90deg, transparent, rgba(184, 148, 29, 0.25), transparent); }

/* --- Scroll indicator --- */
[data-theme="light"] .scroll-indicator span { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .scroll-indicator svg { color: var(--gold); }

/* --- Separators (::before / ::after lines) --- */
[data-theme="light"] .partners::before { background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent); }
[data-theme="light"] .footer::before { background: linear-gradient(90deg, transparent, rgba(184, 148, 29, 0.4), transparent); }

/* --- Car cards --- */
[data-theme="light"] .car-card { background: #ffffff; border: 1px solid #e0e0e0; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04); }
[data-theme="light"] .car-card:hover { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); border-color: rgba(184, 148, 29, 0.3); }
[data-theme="light"] .car-name { color: #1a1a1a; }
[data-theme="light"] .car-model { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .car-specs { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .car-price .per-day { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .car-overlay { background: rgba(255, 255, 255, 0.9); }
[data-theme="light"] .overlay-label { color: rgba(0, 0, 0, 0.5); }

/* --- Buttons --- */
[data-theme="light"] .btn-primary { background: var(--gold); color: #ffffff; }
[data-theme="light"] .btn-primary:hover { box-shadow: 0 0 30px rgba(184, 148, 29, 0.4); }
[data-theme="light"] .btn-secondary { border-color: rgba(0, 0, 0, 0.2); color: #1a1a1a; }
[data-theme="light"] .btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
[data-theme="light"] .btn-details { border-color: #d5d5d5; color: rgba(0, 0, 0, 0.65); }
[data-theme="light"] .btn-details:hover { border-color: var(--gold); color: var(--gold); }
[data-theme="light"] .filter-btn { border-color: #d0d0d0; color: rgba(0, 0, 0, 0.7); background: #ffffff; }
[data-theme="light"] .filter-btn:hover { border-color: var(--gold); color: var(--gold); }
[data-theme="light"] .filter-btn.active { background: var(--gold); color: #ffffff; border-color: var(--gold); box-shadow: 0 5px 20px rgba(184, 148, 29, 0.3); }

/* --- Stat items (homepage engagements) --- */
[data-theme="light"] .stat-item { background: #ffffff; border-color: #e8e8e8; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04); }
[data-theme="light"] .stat-item:hover { background: rgba(184, 148, 29, 0.04); border-color: rgba(184, 148, 29, 0.25); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); }
[data-theme="light"] .stat-icon-wrap { background: rgba(184, 148, 29, 0.08); border-color: rgba(184, 148, 29, 0.2); }
[data-theme="light"] .stat-label { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .stats-intro { color: #1a1a1a; }

/* --- Partners --- */
[data-theme="light"] .partners { background: #f9f9f9; }
[data-theme="light"] .partners-header p { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .partners-fade-left { background: linear-gradient(to right, #f9f9f9, transparent); }
[data-theme="light"] .partners-fade-right { background: linear-gradient(to left, #f9f9f9, transparent); }
[data-theme="light"] .partner-item span { color: rgba(0, 0, 0, 0.15); }
[data-theme="light"] .partner-item:hover span { color: rgba(184, 148, 29, 0.6); }

/* --- About section --- */
[data-theme="light"] .about-desc { color: rgba(0, 0, 0, 0.6); }
[data-theme="light"] .about-pillar { background: #ffffff; border-color: #e8e8e8; }
[data-theme="light"] .about-pillar:hover { border-color: rgba(184, 148, 29, 0.4); background: rgba(184, 148, 29, 0.03); }
[data-theme="light"] .about-pillar h4 { color: #1a1a1a; }
[data-theme="light"] .about-pillar p { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .about-pillar-icon { background: rgba(184, 148, 29, 0.08); border-color: rgba(184, 148, 29, 0.2); }
[data-theme="light"] .about-stats { border-top-color: rgba(0, 0, 0, 0.06); }
[data-theme="light"] .about-stat-label { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .about-badge { background: rgba(184, 148, 29, 0.08); border-color: rgba(184, 148, 29, 0.25); }
[data-theme="light"] .about-logo-corners::before { border-top-color: rgba(184, 148, 29, 0.3); border-left-color: rgba(184, 148, 29, 0.3); }
[data-theme="light"] .about-logo-corners::after { border-bottom-color: rgba(184, 148, 29, 0.3); border-right-color: rgba(184, 148, 29, 0.3); }

/* --- Testimonials --- */
[data-theme="light"] .testimonial-card { background: #ffffff; border-color: #e8e8e8; box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04); }
[data-theme="light"] .testimonial-text { color: rgba(0, 0, 0, 0.7); }
[data-theme="light"] .author-info p { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .dot { background: rgba(0, 0, 0, 0.15); }
[data-theme="light"] .dot.active { background: var(--gold); }
[data-theme="light"] .arrow-btn { border-color: #d5d5d5; color: #1a1a1a; }
[data-theme="light"] .arrow-btn:hover { border-color: var(--gold); color: var(--gold); }

/* --- Featured vehicle --- */
[data-theme="light"] .featured-vehicle { background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 50%, #ffffff 100%); }
[data-theme="light"] .featured-vehicle-desc { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .featured-spec { background: #ffffff; border-color: #e8e8e8; }
[data-theme="light"] .featured-spec:hover { border-color: rgba(184, 148, 29, 0.3); }
[data-theme="light"] .featured-spec-label { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .featured-vehicle-price { background: rgba(184, 148, 29, 0.06); border-color: rgba(184, 148, 29, 0.2); }
[data-theme="light"] .featured-price-unit { color: rgba(0, 0, 0, 0.5); }

/* --- Forms (global) --- */
[data-theme="light"] input, [data-theme="light"] select, [data-theme="light"] textarea { background: #ffffff; color: #1a1a1a; border-color: #d0d0d0; }
[data-theme="light"] input::placeholder, [data-theme="light"] textarea::placeholder { color: rgba(0, 0, 0, 0.35); }
[data-theme="light"] input:focus, [data-theme="light"] select:focus, [data-theme="light"] textarea:focus { border-color: var(--gold); }
[data-theme="light"] .form-group label { color: rgba(0, 0, 0, 0.6); }
[data-theme="light"] .form-group label svg { color: var(--gold); }
[data-theme="light"] .form-group select, [data-theme="light"] .form-group input { background: #ffffff; border-color: #d5d5d5; color: #1a1a1a; color-scheme: light; }

/* --- Reservation form --- */
[data-theme="light"] .reservation-form { background: #ffffff; border-color: #e0e0e0; box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04); }
[data-theme="light"] .datetime-section-title { color: var(--gold); }

/* --- Time slots --- */
[data-theme="light"] .time-slot-btn { background: #f5f5f5; border-color: #d5d5d5; color: rgba(0, 0, 0, 0.65); }
[data-theme="light"] .time-slot-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(184, 148, 29, 0.06); }
[data-theme="light"] .time-slot-btn.selected { background: var(--gold); color: #ffffff; border-color: var(--gold); }

/* --- Price summary --- */
[data-theme="light"] .price-summary { background: #f9f9f9; border-color: #e0e0e0; }
[data-theme="light"] .price-summary h3 { color: #1a1a1a; }
[data-theme="light"] .price-row { color: rgba(0, 0, 0, 0.6); border-bottom-color: rgba(0, 0, 0, 0.06); }
[data-theme="light"] .price-row.total { border-top-color: rgba(0, 0, 0, 0.1); color: var(--gold); }
[data-theme="light"] .promo-input-group input { background: #ffffff; border-color: #d5d5d5; color: #1a1a1a; }
[data-theme="light"] .promo-input-group button { background: var(--gold); color: #ffffff; }

/* --- Recap vehicle card --- */
[data-theme="light"] .recap-vehicle-card { background: #f9f9f9; border: 1px solid #e0e0e0; }

/* --- Client info section --- */
[data-theme="light"] .client-info-section { background: #f9f9f9; border-color: #e0e0e0; }

/* --- Calendar / availability --- */
[data-theme="light"] .avail-cal-label { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .avail-cal-day { background: rgba(42, 157, 143, 0.06); }
[data-theme="light"] .avail-cal-day:hover { border-color: var(--gold); }
[data-theme="light"] .avail-cal-day.today { border-color: var(--gold); background: rgba(184, 148, 29, 0.1); }
[data-theme="light"] .avail-cal-day.booked { background: rgba(230, 57, 70, 0.08); }
[data-theme="light"] .avail-cal-day.partial { background: rgba(240, 173, 78, 0.1); }
[data-theme="light"] .avail-cal-dayname { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .avail-cal-daynum { color: rgba(0, 0, 0, 0.8); }
[data-theme="light"] .avail-cal-day.weekend .avail-cal-dayname { color: rgba(0, 0, 0, 0.25); }

/* --- Suggested slots --- */
[data-theme="light"] .suggested-slots-section { background: linear-gradient(135deg, rgba(42, 157, 143, 0.05), rgba(184, 148, 29, 0.04)); border-color: rgba(42, 157, 143, 0.15); }
[data-theme="light"] .suggested-slots-desc { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .suggested-slot { background: #ffffff; border-color: #e0e0e0; color: #1a1a1a; }
[data-theme="light"] .suggested-slot:hover { border-color: var(--gold); background: rgba(184, 148, 29, 0.05); }
[data-theme="light"] .suggested-slot-sub { color: rgba(0, 0, 0, 0.45); }

/* --- Conflict warning --- */
[data-theme="light"] .conflict-warning { color: #d32f2f; }

/* --- Car detail modal --- */
[data-theme="light"] .car-modal-overlay { background: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .car-modal-container { background: linear-gradient(145deg, #ffffff, #f9f9f9); border-color: rgba(184, 148, 29, 0.2); box-shadow: 0 0 60px rgba(184, 148, 29, 0.06), 0 30px 60px rgba(0, 0, 0, 0.15); }
[data-theme="light"] .car-modal-close { background: rgba(0, 0, 0, 0.04); border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .car-modal-close:hover { border-color: var(--gold); color: var(--gold); background: rgba(184, 148, 29, 0.08); }
[data-theme="light"] .car-modal-visual { background: radial-gradient(ellipse at 50% 40%, rgba(184, 148, 29, 0.05) 0%, transparent 70%); border-bottom-color: rgba(184, 148, 29, 0.1); }
[data-theme="light"] .car-modal-model { color: rgba(0, 0, 0, 0.45); }
[data-theme="light"] .car-modal-description { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .car-modal-stats { color: #1a1a1a; }
[data-theme="light"] .car-modal-stat { background: #f5f5f5; border-color: #e0e0e0; }
[data-theme="light"] .car-modal-stat-label { color: rgba(0, 0, 0, 0.45); }
[data-theme="light"] .car-modal-advantages h4 { color: #1a1a1a; }
[data-theme="light"] .car-modal-advantages li { color: rgba(0, 0, 0, 0.6); }
[data-theme="light"] .car-modal-advantages li::before { color: var(--gold); }
[data-theme="light"] .car-modal-443 { color: rgba(0, 0, 0, 0.45); }

/* --- Badges / status --- */
[data-theme="light"] .car-badge.popular { background: var(--gold); color: #ffffff; }
[data-theme="light"] .admin-badge.status-confirmed { background: rgba(42, 157, 143, 0.1); color: #1e8a7d; }
[data-theme="light"] .admin-badge.status-pending { background: rgba(240, 173, 78, 0.12); color: #b07d1a; }
[data-theme="light"] .admin-badge.status-cancelled { background: rgba(230, 57, 70, 0.1); color: #c62828; }
[data-theme="light"] .admin-badge.status-completed { background: rgba(93, 173, 226, 0.1); color: #2980b9; }
[data-theme="light"] .admin-badge.status-refunded { background: rgba(155, 89, 182, 0.1); color: #7d3c98; }
[data-theme="light"] .admin-table tr.contact-unread { background: rgba(201, 162, 39, 0.05); }
[data-theme="light"] .reservation-status.confirmed { background: rgba(42, 157, 143, 0.08); color: #1e8a7d; }
[data-theme="light"] .reservation-status.pending { background: rgba(240, 173, 78, 0.1); color: #b07d1a; }
[data-theme="light"] .reservation-status.cancelled { background: rgba(230, 57, 70, 0.08); color: #c62828; }

/* --- Footer --- */
[data-theme="light"] .footer { background: #f3f3f3; }
[data-theme="light"] .footer-desc { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .footer-links h4, [data-theme="light"] .footer-contact h4 { color: #1a1a1a; }
[data-theme="light"] .footer-links a { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .footer-links a:hover { color: var(--gold); }
[data-theme="light"] .footer-contact li { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .footer-contact a { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .footer-contact a:hover { color: var(--gold); }
[data-theme="light"] .social-link { border-color: #d5d5d5; color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .social-link:hover { border-color: var(--gold); color: var(--gold); }
[data-theme="light"] .footer-bottom { border-top-color: #d5d5d5; }
[data-theme="light"] .footer-bottom p { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .footer-legal a { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .footer-legal a:hover { color: var(--gold); }
[data-theme="light"] .newsletter h5 { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .newsletter-form input { background: #ffffff; border-color: #d5d5d5; color: #1a1a1a; }
[data-theme="light"] .newsletter-form input::placeholder { color: rgba(0, 0, 0, 0.3); }
[data-theme="light"] .newsletter-form button { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .newsletter-form button:hover { color: var(--gold); }

/* --- Toast notifications --- */
[data-theme="light"] .toast { background: #ffffff; border: 1px solid #e0e0e0; color: #1a1a1a; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); }
[data-theme="light"] .toast.toast-success { border-color: rgba(42, 157, 143, 0.4); }
[data-theme="light"] .toast.toast-error { border-color: rgba(230, 57, 70, 0.4); }
[data-theme="light"] .toast.toast-info { border-color: rgba(184, 148, 29, 0.4); }
[data-theme="light"] .toast-success .toast-icon { background: rgba(42, 157, 143, 0.1); }
[data-theme="light"] .toast-error .toast-icon { background: rgba(230, 57, 70, 0.1); }
[data-theme="light"] .toast-info .toast-icon { background: rgba(184, 148, 29, 0.1); }

/* --- Cookie banner --- */
[data-theme="light"] .cookie-banner { background: #ffffff; border-top: 1px solid rgba(184, 148, 29, 0.2); box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.08); }
[data-theme="light"] .cookie-text h4 { color: #1a1a1a; }
[data-theme="light"] .cookie-text p { color: rgba(0, 0, 0, 0.6); }
[data-theme="light"] .cookie-btn { border-color: #d0d0d0; color: rgba(0, 0, 0, 0.7); }
[data-theme="light"] .cookie-btn-accept { background: var(--gold); color: #ffffff; border-color: var(--gold); }
[data-theme="light"] .cookie-btn-settings { border-color: #d0d0d0; color: rgba(0, 0, 0, 0.6); }
[data-theme="light"] .cookie-btn-settings:hover { background: rgba(184, 148, 29, 0.06); }

/* --- Auth modal --- */
[data-theme="light"] .auth-overlay { background: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .auth-modal { background: #ffffff; border-color: rgba(184, 148, 29, 0.15); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 0 40px rgba(184, 148, 29, 0.04); }
[data-theme="light"] .auth-modal-content { background: #ffffff; }
[data-theme="light"] .auth-close { background: rgba(0, 0, 0, 0.04); border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.45); }
[data-theme="light"] .auth-close:hover { border-color: var(--gold); color: var(--gold); }
[data-theme="light"] .auth-tabs { border-color: #e0e0e0; }
[data-theme="light"] .auth-tab { color: rgba(0, 0, 0, 0.45); }
[data-theme="light"] .auth-tab.active { background: rgba(184, 148, 29, 0.08); color: var(--gold); }
[data-theme="light"] .auth-form label { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .auth-form input { background: #f9f9f9; border-color: #d5d5d5; color: #1a1a1a; }
[data-theme="light"] .auth-divider { color: rgba(0, 0, 0, 0.3); }
[data-theme="light"] .auth-divider::before, [data-theme="light"] .auth-divider::after { background: rgba(0, 0, 0, 0.1); }
[data-theme="light"] .auth-social-btn { background: #f5f5f5; border-color: #e0e0e0; color: #1a1a1a; }
[data-theme="light"] .auth-social-btn:hover { border-color: rgba(184, 148, 29, 0.3); background: #f0f0f0; }
[data-theme="light"] .auth-terms { color: rgba(0, 0, 0, 0.4); }

/* --- Account page --- */
[data-theme="light"] .account-guest-card { background: #ffffff; border-color: #e0e0e0; }
[data-theme="light"] .account-guest-card p { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .account-guest-icon { background: rgba(184, 148, 29, 0.06); border-color: rgba(184, 148, 29, 0.2); }
[data-theme="light"] .account-sidebar { background: #ffffff; border-color: #e0e0e0; }
[data-theme="light"] .account-avatar { border-bottom-color: rgba(0, 0, 0, 0.06); }
[data-theme="light"] .account-avatar p { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .account-nav-item { color: rgba(0, 0, 0, 0.6); }
[data-theme="light"] .account-nav-item:hover { background: #f5f5f5; color: #1a1a1a; }
[data-theme="light"] .account-nav-item.active { background: rgba(184, 148, 29, 0.08); color: var(--gold); }
[data-theme="light"] .account-content { background: #ffffff; border-color: #e0e0e0; }
[data-theme="light"] .account-empty { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .account-empty h3 { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .account-form label { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .account-form input { background: #f9f9f9; border-color: #d5d5d5; color: #1a1a1a; }
[data-theme="light"] .account-form input:focus { border-color: var(--gold); }

/* --- Reservation cards (account) --- */
[data-theme="light"] .reservation-card { background: rgba(184, 148, 29, 0.03); border-color: rgba(184, 148, 29, 0.12); }
[data-theme="light"] .reservation-detail { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .reservation-detail strong { color: #1a1a1a; }

/* --- Legal pages --- */
[data-theme="light"] .legal-page { background: #ffffff; }
[data-theme="light"] .legal-content { background: #ffffff; border-color: #e0e0e0; }
[data-theme="light"] .legal-intro { background: rgba(184, 148, 29, 0.04); border-color: rgba(184, 148, 29, 0.15); }
[data-theme="light"] .legal-intro p { color: rgba(0, 0, 0, 0.65); }
[data-theme="light"] .legal-section { border-bottom-color: rgba(0, 0, 0, 0.06); }
[data-theme="light"] .legal-section p { color: rgba(0, 0, 0, 0.6); }
[data-theme="light"] .legal-section li { color: rgba(0, 0, 0, 0.55); }
[data-theme="light"] .legal-section li strong { color: #1a1a1a; }
[data-theme="light"] .legal-section h3 { color: #1a1a1a; }
[data-theme="light"] .legal-table th { background: rgba(184, 148, 29, 0.08); }
[data-theme="light"] .legal-table td { border-bottom-color: rgba(0, 0, 0, 0.06); color: rgba(0, 0, 0, 0.6); }

/* --- FAQ section --- */
[data-theme="light"] .faq-section { background: #ffffff; }
[data-theme="light"] .faq-item { background: #ffffff; border-color: #e0e0e0; }
[data-theme="light"] .faq-item:hover { border-color: rgba(184, 148, 29, 0.25); }
[data-theme="light"] .faq-item.active { border-color: rgba(184, 148, 29, 0.35); background: rgba(184, 148, 29, 0.02); }
[data-theme="light"] .faq-question { color: #1a1a1a; }
[data-theme="light"] .faq-question:hover { color: var(--gold); }
[data-theme="light"] .faq-icon { color: rgba(0, 0, 0, 0.3); }
[data-theme="light"] .faq-answer-inner { color: rgba(0, 0, 0, 0.6); }

/* --- CTA section --- */
[data-theme="light"] .cta-section { background: #f9f9f9; }

/* --- Admin section --- */
[data-theme="light"] .admin-section { background: linear-gradient(to bottom, #ffffff, #f7f7f7); }
[data-theme="light"] .admin-subtitle { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .admin-gate p { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .btn-admin-refresh { background: #f5f5f5; border-color: #d5d5d5; color: rgba(0, 0, 0, 0.65); }
[data-theme="light"] .btn-admin-refresh:hover { border-color: var(--gold); color: var(--gold); }

/* --- Admin stat cards --- */
[data-theme="light"] .admin-stat-card { background: #ffffff; border-color: #e0e0e0; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); }
[data-theme="light"] .admin-stat-card:hover { border-color: rgba(184, 148, 29, 0.35); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
[data-theme="light"] .admin-stat-label { color: rgba(0, 0, 0, 0.45); }
[data-theme="light"] .admin-stat-value { color: #1a1a1a; }

/* --- Admin tabs --- */
[data-theme="light"] .admin-tabs { border-bottom-color: #e0e0e0; }
[data-theme="light"] .admin-tab { color: rgba(0, 0, 0, 0.4); font-weight: 500; }
[data-theme="light"] .admin-tab:hover { color: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.02); }
[data-theme="light"] .admin-tab.active { color: var(--gold); border-bottom-color: var(--gold); background: rgba(184, 148, 29, 0.04); }

/* --- Admin table --- */
[data-theme="light"] .admin-table-wrapper { background: #ffffff; border-color: #e0e0e0; }
[data-theme="light"] .admin-table thead th { color: rgba(0, 0, 0, 0.5); border-bottom-color: #e0e0e0; background: #f9f9f9; }
[data-theme="light"] .admin-table tbody tr { border-bottom-color: rgba(0, 0, 0, 0.05); }
[data-theme="light"] .admin-table tbody tr:hover { background: rgba(184, 148, 29, 0.03); }
[data-theme="light"] .admin-table tbody td { color: rgba(0, 0, 0, 0.7); }
[data-theme="light"] .admin-cell-main { color: #1a1a1a; }
[data-theme="light"] .admin-cell-sub { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .admin-loading, [data-theme="light"] .admin-empty { color: rgba(0, 0, 0, 0.35); }
[data-theme="light"] .booking-row:hover { background: rgba(184, 148, 29, 0.04) !important; }

/* --- Admin action buttons --- */
[data-theme="light"] .btn-admin-sm { border-color: #d5d5d5; color: rgba(0, 0, 0, 0.45); }
[data-theme="light"] .btn-admin-sm:hover { border-color: var(--gold); color: var(--gold); }
[data-theme="light"] .btn-admin { border-color: #d5d5d5; color: rgba(0, 0, 0, 0.65); }
[data-theme="light"] .btn-admin:hover { border-color: rgba(0, 0, 0, 0.3); }
[data-theme="light"] .btn-admin.btn-secondary { background: #f5f5f5; }

/* --- Admin filter / search --- */
[data-theme="light"] .admin-filter-group label { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .admin-filter-group select { background: #ffffff; border-color: #d5d5d5; color: #1a1a1a; color-scheme: light; }
[data-theme="light"] .admin-search-group input { background: #ffffff; border-color: #d5d5d5; color: #1a1a1a; }
[data-theme="light"] .admin-search-group input::placeholder { color: rgba(0, 0, 0, 0.3); }
[data-theme="light"] .admin-search-group i { color: rgba(0, 0, 0, 0.3); }

/* --- Admin modals --- */
[data-theme="light"] .admin-modal-overlay { background: rgba(0, 0, 0, 0.35); }
[data-theme="light"] .admin-modal { background: #ffffff; border-color: #e0e0e0; }
[data-theme="light"] .admin-modal-header { border-bottom-color: #e8e8e8; }
[data-theme="light"] .admin-modal-header h3 { color: #1a1a1a; }
[data-theme="light"] .admin-modal-close { color: rgba(0, 0, 0, 0.35); }
[data-theme="light"] .admin-modal-close:hover { color: #1a1a1a; }
[data-theme="light"] .admin-modal-footer { border-top-color: #e8e8e8; }
[data-theme="light"] .admin-modal-body .form-group label { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .admin-modal-body select,
[data-theme="light"] .admin-modal-body input,
[data-theme="light"] .admin-modal-body textarea { background: #f9f9f9; border-color: #d5d5d5; color: #1a1a1a; color-scheme: light; }
[data-theme="light"] .modal-detail-item label { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .modal-detail-item span { color: rgba(0, 0, 0, 0.8); }
[data-theme="light"] .modal-detail-id span { color: rgba(0, 0, 0, 0.35); }

/* --- Admin vehicle image --- */
[data-theme="light"] .admin-vehicle-img { border-color: #e0e0e0; }

/* --- Refund modal --- */
[data-theme="light"] .refund-info { background: #f9f9f9; border-color: #e0e0e0; }
[data-theme="light"] .refund-info p { color: rgba(0, 0, 0, 0.65); }
[data-theme="light"] .refund-info strong { color: #1a1a1a; }
[data-theme="light"] .refund-preview { background: rgba(42, 157, 143, 0.05); border-color: rgba(42, 157, 143, 0.15); }

/* ===== THEME TOGGLE BUTTON ===== */
.theme-toggle {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--gold);
    cursor: pointer;
    padding: 6px 10px;
    font-size: 1rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.theme-toggle:hover { border-color: var(--gold); background: rgba(201, 162, 39, 0.1); }
[data-theme="light"] .theme-toggle { border-color: rgba(0, 0, 0, 0.2); color: var(--gold); }
[data-theme="light"] .theme-toggle:hover { border-color: var(--gold); background: rgba(184, 148, 29, 0.08); }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--black);
    color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.gold { color: var(--gold); }

/* ===== PROMO BANNER ===== */
.promo-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: linear-gradient(90deg, #0d0d0d, #1a1208, #0d0d0d);
    border-bottom: 1px solid rgba(201, 162, 39, 0.3);
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    transition: transform 0.4s ease;
}
.promo-banner.hidden { transform: translateY(-100%); }

.promo-banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: var(--gold);
    color: var(--black);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    animation: promo-pulse 2s ease-in-out infinite;
}

@keyframes promo-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.4); }
    50% { box-shadow: 0 0 15px 3px rgba(201, 162, 39, 0.3); }
}

.promo-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.promo-text strong { color: var(--gold); }

.promo-gifts {
    display: flex;
    gap: 12px;
    align-items: center;
}
.promo-gift {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.7rem;
    color: var(--gold-light);
    padding: 3px 10px;
    border: 1px solid rgba(201, 162, 39, 0.2);
    background: rgba(201, 162, 39, 0.05);
}

.promo-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 4px;
    transition: color 0.3s;
}
.promo-close:hover { color: var(--gold); }

body.has-promo .navbar { top: 42px; }
body.has-promo .hero { padding-top: 42px; }
body.has-promo .page-hero { padding-top: 200px; }

/* ===== LOADER ===== */
#loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

#loader.hidden { opacity: 0; visibility: hidden; }
.loader-content { text-align: center; }
.loader-logo img { height: 300px; width: auto; animation: fadeIn 0.8s ease-out; }

.loader-tagline {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.loader-progress { width: 280px; margin: 2rem auto 0; }

.progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
    margin-bottom: 0.5rem;
    font-family: monospace;
}

.progress-bar { height: 2px; background: rgba(255,255,255,0.1); overflow: hidden; }

.progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
    transition: width 0.05s linear;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* ===== NAVIGATION ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 24px;
    transition: all 0.3s ease;
}

.navbar.scrolled { background: rgba(10, 10, 10, 0.95); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.nav-logo img { height: 90px; margin-top: 12px; }
.nav-links { display: none; align-items: center; gap: 40px; }

.nav-link {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.7);
    transition: color 0.3s;
}

.nav-link:hover { color: var(--gold); }
.nav-link.active { color: var(--gold); }

.nav-link-cta {
    background: var(--gold);
    color: var(--black) !important;
    padding: 8px 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    transition: all 0.3s;
}
.nav-link-cta:hover {
    background: var(--gold-light);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(201, 162, 39, 0.4);
}

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background: var(--gold);
    color: var(--black);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary:hover { transform: scale(1.02); box-shadow: 0 0 30px rgba(201, 162, 39, 0.4); }

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border: 1px solid var(--gold);
    cursor: pointer;
    transition: all 0.3s;
}

.btn-secondary:hover { background: var(--gold); color: var(--black); }
.btn-nav { display: none; }

.menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.menu-toggle span { width: 24px; height: 2px; background: white; transition: all 0.3s; }
.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 99;
    background: rgba(10, 10, 10, 0.98);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.mobile-menu.active { opacity: 1; visibility: visible; }
.mobile-link { font-family: 'Playfair Display', serif; font-size: 1.75rem; color: white; transition: color 0.3s; }
.mobile-link:hover { color: var(--gold); }
.mobile-link-cta {
    background: var(--gold);
    color: var(--black) !important;
    padding: 10px 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
    transition: all 0.3s;
}
.mobile-link-cta:hover {
    background: var(--gold-light);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(201, 162, 39, 0.4);
}

@media (min-width: 768px) {
    .nav-links { display: flex; }
    .btn-nav { display: block; }
    .menu-toggle { display: none; }
}

/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at 30% 20%, rgba(201, 162, 39, 0.05) 0%, transparent 50%),
                radial-gradient(ellipse at 70% 80%, rgba(201, 162, 39, 0.03) 0%, transparent 50%),
                var(--black);
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 24px;
    max-width: 1000px;
    transition: transform 0.1s ease-out;
}

.hero-title {
    font-size: clamp(2.5rem, 8vw, 7rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto 2.5rem;
    font-weight: 300;
}

.hero-buttons { display: flex; flex-direction: column; gap: 16px; justify-content: center; }
@media (min-width: 640px) { .hero-buttons { flex-direction: row; } }

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.scroll-indicator span {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.4);
}

.scroll-indicator svg { color: var(--gold); animation: bounce 2s infinite; }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(8px); }
    60% { transform: translateY(4px); }
}

/* ===== PAGE HERO (sous-pages) ===== */
.page-hero {
    position: relative;
    padding: 160px 0 80px;
    text-align: center;
    background: radial-gradient(ellipse at 30% 20%, rgba(201, 162, 39, 0.05) 0%, transparent 50%),
                radial-gradient(ellipse at 70% 80%, rgba(201, 162, 39, 0.03) 0%, transparent 50%),
                var(--black);
}
.page-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.3), transparent);
}
.page-hero .hero-title { font-size: clamp(2rem, 5vw, 4rem); margin-bottom: 1rem; }
.page-hero .hero-subtitle { font-size: 1.05rem; color: rgba(255,255,255,0.6); max-width: 600px; margin: 0 auto; }

/* ===== SECTIONS ===== */
.section-dark { background: var(--black); padding: 80px 0; }
@media (min-width: 768px) { .section-dark { padding: 120px 0; } }

.section-header { text-align: center; margin-bottom: 48px; }
.section-title { font-size: clamp(1.75rem, 5vw, 3rem); font-weight: 700; margin-bottom: 1rem; }
.section-subtitle { font-size: 1rem; color: rgba(255, 255, 255, 0.6); max-width: 600px; margin: 0 auto; }

/* ===== FLEET ===== */
.fleet-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 40px; }

.filter-btn {
    padding: 8px 20px; font-size: 0.75rem; text-transform: uppercase;
    letter-spacing: 0.1em; background: transparent;
    border: 1px solid var(--black-lighter); color: rgba(255, 255, 255, 0.7);
    cursor: pointer; transition: all 0.3s;
}
.filter-btn:hover, .filter-btn.active { background: var(--gold); border-color: var(--gold); color: var(--black); }

.fleet-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .fleet-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .fleet-grid { grid-template-columns: repeat(3, 1fr); } }

.car-card {
    background: var(--black-light);
    border: 1px solid var(--black-lighter);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 12px;
    position: relative;
}
.car-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 13px;
    padding: 1px;
    background: linear-gradient(135deg, transparent 40%, rgba(201, 162, 39, 0) 40%, rgba(201, 162, 39, 0) 60%, transparent 60%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.6s;
    z-index: 1;
    pointer-events: none;
}
.car-card:hover::before {
    background: linear-gradient(135deg, var(--gold), rgba(201, 162, 39, 0.3), var(--gold), rgba(201, 162, 39, 0.3), var(--gold));
    background-size: 300% 300%;
    animation: borderGlow 3s linear infinite;
}
@keyframes borderGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.car-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(201, 162, 39, 0.08);
}
.car-card.hidden { display: none; }

.car-image { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.car-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease; }
.car-card:hover .car-image img { transform: scale(1.1); filter: brightness(1.1) contrast(1.05); }

.car-badge { position: absolute; top: 12px; left: 12px; padding: 4px 10px; font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 500; border-radius: 4px; z-index: 2; }
.car-badge.popular { background: var(--gold); color: var(--black); }
.car-badge.new { background: var(--red); color: white; }
.car-badge.eco { background: var(--green); color: white; }

.car-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
}
.car-card:hover .car-overlay { opacity: 1; }
.overlay-price { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: var(--gold); text-shadow: 0 0 20px rgba(201, 162, 39, 0.3); }
.overlay-label { font-size: 0.75rem; color: rgba(255, 255, 255, 0.6); text-transform: uppercase; }

.car-content { padding: 20px; }
.car-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.car-name { font-size: 1.125rem; font-weight: 600; transition: color 0.3s; }
.car-card:hover .car-name { color: var(--gold); }
.car-model { font-size: 0.875rem; color: rgba(255, 255, 255, 0.6); }
.car-price .price { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; color: var(--gold); }
.car-price .per-day { font-size: 0.625rem; color: rgba(255, 255, 255, 0.4); }
.car-specs { display: flex; gap: 16px; font-size: 0.75rem; color: rgba(255, 255, 255, 0.5); margin-bottom: 16px; }

.btn-details { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; background: transparent; border: 1px solid var(--black-lighter); color: rgba(255, 255, 255, 0.7); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; cursor: pointer; transition: all 0.3s; border-radius: 6px; }
.btn-details:hover { border-color: var(--gold); color: var(--gold); box-shadow: 0 0 15px rgba(201, 162, 39, 0.15); }

/* ===== PARTNERS ===== */
.partners { position: relative; padding: 60px 0; background: var(--black); overflow: hidden; }
.partners::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent); }
.partners-header { text-align: center; margin-bottom: 40px; }
.partners-header p { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: rgba(255, 255, 255, 0.4); }
.partners-track-wrapper { position: relative; overflow: hidden; }
.partners-fade-left { position: absolute; left: 0; top: 0; bottom: 0; width: 120px; background: linear-gradient(to right, var(--black), transparent); z-index: 10; }
.partners-fade-right { position: absolute; right: 0; top: 0; bottom: 0; width: 120px; background: linear-gradient(to left, var(--black), transparent); z-index: 10; }
.partners-track { display: flex; gap: 60px; align-items: center; animation: scrollPartners 25s linear infinite; width: max-content; }
@keyframes scrollPartners { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.partner-item { flex-shrink: 0; padding: 16px 32px; cursor: pointer; transition: all 0.3s; }
.partner-item span { font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 700; color: rgba(255, 255, 255, 0.2); white-space: nowrap; transition: color 0.3s; }
.partner-item:hover span { color: rgba(201, 162, 39, 0.6); }
@media (min-width: 768px) { .partner-item span { font-size: 2rem; } }

/* ===== STATS / ENGAGEMENTS ===== */
.stats { position: relative; padding: 80px 0; background: linear-gradient(90deg, var(--black), var(--black-light), var(--black)); }
.stats::before, .stats::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.3), transparent); }
.stats::before { top: 0; }
.stats::after { bottom: 0; }
.stats-intro {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 0.04em;
    color: var(--white);
}
.stats-grid { display: grid; grid-template-columns: 1fr; gap: 30px; text-align: center; }
@media (min-width: 640px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat-item {
    position: relative;
    padding: 32px 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.4s ease;
}
.stat-item:hover {
    background: rgba(201, 162, 39, 0.05);
    border-color: rgba(201, 162, 39, 0.2);
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.stat-icon-wrap {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 14px;
    background: rgba(201, 162, 39, 0.08);
    border: 1px solid rgba(201, 162, 39, 0.15);
    color: var(--gold);
    transition: all 0.4s ease;
}
.stat-item:hover .stat-icon-wrap {
    background: rgba(201, 162, 39, 0.15);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(201, 162, 39, 0.2);
}
.stat-value {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 4px;
}
.stat-label { margin-top: 4px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255, 255, 255, 0.55); line-height: 1.4; }
.stats-service { margin-top: 48px; text-align: center; }
.service-badge { display: inline-flex; align-items: center; gap: 12px; padding: 12px 24px; border: 1px solid rgba(201, 162, 39, 0.3); background: rgba(201, 162, 39, 0.05); font-family: 'Playfair Display', serif; font-size: 1rem; border-radius: 50px; }
.pulse-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(42, 157, 143, 0.4); } 50% { opacity: 0.7; box-shadow: 0 0 0 8px rgba(42, 157, 143, 0); } }

/* ===== ABOUT / QUI SOMMES-NOUS ===== */
.about-section { position: relative; overflow: hidden; }
.about-wrapper { display: grid; grid-template-columns: 1fr; gap: 60px; align-items: center; }
@media (min-width: 1024px) { .about-wrapper { grid-template-columns: 1fr 1fr; } }

.about-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.about-logo-container { position: relative; width: 100%; max-width: 400px; padding: 50px; }
.about-logo-container img { width: 100%; height: auto; filter: drop-shadow(0 0 40px rgba(201, 162, 39, 0.3)); transition: transform 0.6s ease, filter 0.6s ease; }
.about-logo-container:hover img { transform: scale(1.05); filter: drop-shadow(0 0 60px rgba(201, 162, 39, 0.5)); }

/* Orbites luxueuses */
.about-logo-orbit { position: absolute; top: 50%; left: 50%; border-radius: 50%; border-style: solid; border-color: transparent; transform: translate(-50%, -50%); }
.about-logo-orbit-1 { width: 105%; height: 105%; border-width: 1px; border-top-color: rgba(201, 162, 39, 0.4); border-right-color: rgba(201, 162, 39, 0.15); animation: orbit-spin-1 12s linear infinite; }
.about-logo-orbit-1::before { content: ''; position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 15px rgba(201, 162, 39, 0.8), 0 0 30px rgba(201, 162, 39, 0.4); }
.about-logo-orbit-2 { width: 120%; height: 120%; border-width: 1px; border-bottom-color: rgba(201, 162, 39, 0.25); border-left-color: rgba(201, 162, 39, 0.1); animation: orbit-spin-2 18s linear infinite; }
.about-logo-orbit-2::before { content: ''; position: absolute; bottom: -4px; right: 20%; width: 6px; height: 6px; background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 10px rgba(201, 162, 39, 0.6); }
/* orbit-3 removed for cleaner layout */

.about-logo-corners { position: absolute; inset: 20px; pointer-events: none; }
.about-logo-corners::before, .about-logo-corners::after { content: ''; position: absolute; width: 30px; height: 30px; }
.about-logo-corners::before { top: 0; left: 0; border-top: 1px solid rgba(201, 162, 39, 0.4); border-left: 1px solid rgba(201, 162, 39, 0.4); }
.about-logo-corners::after { bottom: 0; right: 0; border-bottom: 1px solid rgba(201, 162, 39, 0.4); border-right: 1px solid rgba(201, 162, 39, 0.4); }

@keyframes orbit-spin-1 { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes orbit-spin-2 { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes orbit-spin-3 { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }

.about-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(201, 162, 39, 0.1); border: 1px solid rgba(201, 162, 39, 0.3); font-size: 0.75rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.about-badge-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
.about-title { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; line-height: 1.2; margin-bottom: 12px; }
@media (min-width: 768px) { .about-title { font-size: 3rem; } }
.about-acronym { font-size: 1rem; color: var(--gold); letter-spacing: 4px; text-transform: uppercase; margin-bottom: 24px; font-weight: 500; }
.about-desc { font-size: 1.05rem; color: rgba(255, 255, 255, 0.7); line-height: 1.8; margin-bottom: 32px; }

.about-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 36px; }
.about-pillar { padding: 20px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); transition: all 0.4s; }
.about-pillar:hover { border-color: rgba(201, 162, 39, 0.4); background: rgba(201, 162, 39, 0.05); }
.about-pillar-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: rgba(201, 162, 39, 0.08); border: 1px solid rgba(201, 162, 39, 0.2); margin-bottom: 12px; color: var(--gold); }
.about-pillar h4 { font-size: 0.95rem; margin-bottom: 6px; color: var(--white); }
.about-pillar p { font-size: 0.8rem; color: rgba(255, 255, 255, 0.5); line-height: 1.5; }

.about-stats { display: flex; gap: 40px; padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.about-stat-number { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--gold); }
.about-stat-label { font-size: 0.75rem; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; letter-spacing: 2px; margin-top: 4px; }

/* ===== RESERVATION ===== */
.reservation { position: relative; padding: 80px 0; background: linear-gradient(to bottom, var(--black), var(--black-light), var(--black)); }
.reservation .container { max-width: 960px; }
.reservation-form { position: relative; padding: 32px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; }
@media (min-width: 768px) { .reservation-form { padding: 48px; } }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; }
@media (min-width: 768px) { .form-grid { grid-template-columns: repeat(2, 1fr); } }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full-width { grid-column: 1 / -1; }
.form-group label { display: flex; align-items: center; gap: 6px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.6); }
.form-group label svg { color: var(--gold); }
.label-row { display: flex; justify-content: space-between; align-items: center; }
.checkbox-label { display: flex !important; align-items: center; gap: 6px; font-size: 0.625rem !important; color: rgba(255, 255, 255, 0.4) !important; cursor: pointer; }
.checkbox-label input { accent-color: var(--gold); }
.form-group select, .form-group input { padding: 12px 14px; background: var(--black-light); border: 1px solid var(--black-lighter); color: white; font-family: inherit; font-size: 0.875rem; transition: border-color 0.3s; color-scheme: dark; border-radius: 6px; }
.form-group select:focus, .form-group input:focus { outline: none; border-color: var(--gold); }
.form-group select:disabled { opacity: 0.5; }
.input-row { display: flex; gap: 12px; }
.input-row input:first-child { flex: 1; }
.input-row input:last-child { width: 110px; }
.btn-submit { width: 100%; padding: 18px; }
.success-message { position: absolute; inset: 0; background: rgba(10, 10, 10, 0.95); display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; z-index: 10; border-radius: 8px; }
.success-message.show { display: flex; }
.success-icon { width: 60px; height: 60px; margin-bottom: 16px; border-radius: 50%; background: rgba(42, 157, 143, 0.2); display: flex; align-items: center; justify-content: center; }
.success-icon svg { color: var(--green); }
.success-message h3 { font-size: 1.5rem; margin-bottom: 8px; }
.success-message p { color: rgba(255, 255, 255, 0.6); }

/* --- Reservation Steps Progress --- */
.reservation-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
}
.step-item {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.4;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.step-item.active {
    opacity: 1;
}
.step-item.active .step-number {
    animation: stepPulse 2s infinite;
}
@keyframes stepPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(201, 162, 39, 0); }
}
.step-item.completed {
    opacity: 0.85;
}
.step-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--black-lighter);
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.step-item.active .step-number {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--black);
}
.step-item.completed .step-number {
    background: var(--green);
    border-color: var(--green);
    color: white;
    animation: stepComplete 0.4s ease;
}
@keyframes stepComplete {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.step-label {
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s;
}
.step-item.active .step-label { color: var(--gold); }
.step-item.completed .step-label { color: var(--green); }
.step-line {
    height: 2px;
    width: 60px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 12px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.step-line-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--green), var(--gold));
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 2px;
}
@media (max-width: 600px) {
    .step-label { display: none; }
    .step-line { width: 30px; margin: 0 6px; }
}

/* --- Reservation Panels with slide transitions --- */
.reservation-panel { display: none; overflow: hidden; }
.reservation-panel.active { display: block; animation: slideInRight 0.35s ease; }
.reservation-panel.slide-out-left {
    animation: slideOutLeft 0.25s ease forwards;
}
.reservation-panel.slide-out-right {
    animation: slideOutRight 0.25s ease forwards;
}
.reservation-panel.slide-in-right {
    animation: slideInRight 0.35s ease;
}
.reservation-panel.slide-in-left {
    animation: slideInLeft 0.35s ease;
}
@keyframes slideOutLeft {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(-30px); }
}
@keyframes slideOutRight {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(30px); }
}
@keyframes slideInRight {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Price flash animation */
.price-flash {
    animation: priceFlash 0.5s ease;
}
@keyframes priceFlash {
    0% { background: transparent; }
    30% { background: rgba(42, 157, 143, 0.15); }
    100% { background: transparent; }
}

/* Form validation visual feedback */
.form-group input:valid:not(:placeholder-shown) {
    border-color: rgba(42, 157, 143, 0.4);
}
.form-group input:invalid:not(:placeholder-shown):not(:focus) {
    border-color: rgba(230, 57, 70, 0.4);
}
.form-group input.shake {
    animation: inputShake 0.4s ease;
}
@keyframes inputShake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    40% { transform: translateX(6px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}

/* Promo discount applied animation */
.price-row.discount {
    transition: all 0.3s ease;
}
.price-row.discount:not(.hidden-initial) {
    animation: discountAppear 0.4s ease;
}
@keyframes discountAppear {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Recap staggered animation */
.recap-final .price-row:nth-child(2) { animation: recapLine 0.3s ease 0.05s both; }
.recap-final .price-row:nth-child(3) { animation: recapLine 0.3s ease 0.1s both; }
.recap-final .price-row:nth-child(4) { animation: recapLine 0.3s ease 0.15s both; }
.recap-final .price-row:nth-child(5) { animation: recapLine 0.3s ease 0.2s both; }
.recap-final .price-row:nth-child(6) { animation: recapLine 0.3s ease 0.25s both; }
.recap-final .price-row.total { animation: recapLine 0.4s ease 0.35s both; }
@keyframes recapLine {
    from { opacity: 0; transform: translateX(-12px); }
    to { opacity: 1; transform: translateX(0); }
}
.recap-final .price-row.total span:last-child {
    color: var(--gold);
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(201, 162, 39, 0.2);
}
.reservation-step-title { margin-bottom: 8px; font-size: 1.5rem; }
.step-description { color: rgba(255, 255, 255, 0.5); font-size: 0.875rem; margin-bottom: 28px; }

/* --- Vehicle Selection Grid --- */
.vehicle-select-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
}
@media (min-width: 600px) { .vehicle-select-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .vehicle-select-grid { grid-template-columns: repeat(3, 1fr); } }

.vehicle-select-card {
    position: relative;
    background: var(--black-light);
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.vehicle-select-card:hover {
    border-color: rgba(201, 162, 39, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3), 0 0 20px rgba(201, 162, 39, 0.08);
}
.vehicle-select-card:hover img {
    transform: scale(1.05);
}
.vehicle-select-card.selected {
    border-color: var(--gold);
    box-shadow: 0 0 0 1px var(--gold), 0 12px 28px rgba(201, 162, 39, 0.2);
}
.vehicle-select-card.selected::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: var(--gold);
    color: var(--black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230a0a0a' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    animation: checkPop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes checkPop {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}
.vehicle-select-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.vehicle-select-info {
    padding: 14px;
}
.vehicle-select-name {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gold);
    font-weight: 600;
}
.vehicle-select-model {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Playfair Display', serif;
}
.vehicle-select-specs {
    display: flex;
    gap: 10px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.vehicle-select-specs span { display: flex; align-items: center; gap: 4px; }
.vehicle-select-specs i { color: var(--gold); font-size: 0.65rem; }
.vehicle-select-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gold);
}
.vehicle-select-price small {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

/* --- Navigation Buttons --- */
.reservation-nav-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 32px;
}
.reservation-nav-buttons .btn-back {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
}
.reservation-nav-buttons .btn-back:hover {
    border-color: var(--gold);
    color: var(--gold);
}
.btn-continue-right { margin-left: auto; }
.reservation-nav-buttons-top { margin-top: 24px; }

/* --- Availability Section --- */
.availability-section {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 28px;
}
.availability-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Inter', sans-serif;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.availability-title svg { color: var(--gold); flex-shrink: 0; }
.availability-list { min-height: 36px; }
.availability-loading {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.82rem;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 8px;
}
.availability-loading i { color: var(--gold); }
.availability-none {
    color: var(--green);
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
.availability-count {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 12px;
    font-style: italic;
}
.availability-booking {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(230, 57, 70, 0.06);
    border: 1px solid rgba(230, 57, 70, 0.2);
    border-left: 3px solid var(--red);
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 0.82rem;
    transition: all 0.2s;
}
.availability-booking:hover {
    background: rgba(230, 57, 70, 0.1);
}
.availability-booking.booked-confirmed {
    border-left-color: var(--red);
}
.availability-booking.booked-pending {
    border-left-color: #f0ad4e;
    background: rgba(240, 173, 78, 0.06);
    border-color: rgba(240, 173, 78, 0.2);
    border-left-color: #f0ad4e;
}
.booking-dates {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
}
.booking-from, .booking-to {
    color: rgba(255, 255, 255, 0.75);
}
.booking-from strong, .booking-to strong {
    color: rgba(255, 255, 255, 0.95);
}
.booking-arrow {
    color: var(--gold);
    font-weight: 600;
    font-size: 0.9rem;
}
.booking-badge {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}
.booking-badge.booked-confirmed {
    background: rgba(230, 57, 70, 0.15);
    color: var(--red);
}
.booking-badge.booked-pending {
    background: rgba(240, 173, 78, 0.15);
    color: #f0ad4e;
}
.availability-free {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: rgba(42, 157, 143, 0.08);
    border: 1px solid rgba(42, 157, 143, 0.2);
    border-left: 3px solid var(--green);
    border-radius: 6px;
    color: var(--green);
    font-size: 0.88rem;
    font-weight: 500;
}
.availability-free-icon {
    font-size: 1.1rem;
}
.availability-legend {
    display: flex;
    gap: 20px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}
.legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.legend-dot.available { background: var(--green); }
.legend-dot.booked { background: var(--red); }

/* --- DateTime Grid (Pickup / Return columns) --- */
.datetime-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 28px;
}
@media (min-width: 768px) { .datetime-grid { grid-template-columns: 1fr 1fr; } }

.datetime-block {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 20px;
}
.datetime-block-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    color: var(--gold);
}
.datetime-icon { font-size: 1.2rem; }

/* --- Time Slots --- */
.time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.time-slot-btn {
    padding: 10px 14px;
    background: var(--black-lighter);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    min-width: 58px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.time-slot-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 162, 39, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 162, 39, 0.12);
}
.time-slot-btn.selected {
    background: var(--gold);
    color: var(--black);
    border-color: var(--gold);
    font-weight: 600;
    box-shadow: 0 0 16px rgba(201, 162, 39, 0.35);
    transform: translateY(-1px);
}
@media (max-width: 480px) {
    .time-slot-btn { padding: 12px 10px; font-size: 0.78rem; min-width: 52px; }
}

/* --- Price Summary --- */
.price-summary {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.price-summary h3 {
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.9);
}
.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.price-row.total {
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 12px;
    margin-top: 4px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--gold);
}
.price-row.discount span:last-child { color: var(--green); }
.hidden-initial { display: none; }
.promo-input-group {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.promo-input-group input {
    flex: 1;
    padding: 10px 12px;
    background: var(--black-light);
    border: 1px solid var(--black-lighter);
    color: white;
    font-size: 0.8rem;
    border-radius: 6px;
}
.promo-input-group button {
    padding: 10px 16px;
    background: var(--gold);
    color: var(--black);
    border: none;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: opacity 0.2s;
}
.promo-input-group button:hover { opacity: 0.85; }

/* --- Recap Vehicle Card --- */
.recap-vehicle-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    margin-bottom: 14px;
}
.recap-vehicle-card img {
    width: 100px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
}
.recap-vehicle-card .rv-info {
    flex: 1;
}
.recap-vehicle-card .rv-name {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 2px;
}
.recap-vehicle-card .rv-price {
    font-size: 0.85rem;
    color: var(--gold);
}

/* --- Client Info Section --- */
.client-info-section {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.client-info-section h3 {
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.9);
}

/* --- Stripe Section --- */
.stripe-section { margin-bottom: 16px; }
.stripe-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(99, 91, 255, 0.08);
    border: 1px solid rgba(99, 91, 255, 0.2);
    border-radius: 6px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}
.stripe-badge svg { color: rgb(99, 91, 255); flex-shrink: 0; }

/* --- Conflict Warning --- */
.conflict-warning {
    padding: 14px 18px;
    background: rgba(230, 57, 70, 0.1);
    border: 1px solid rgba(230, 57, 70, 0.35);
    border-left: 4px solid var(--red);
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 0.88rem;
    color: #ff6b6b;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: pulseWarning 2s infinite;
}
.conflict-icon { font-size: 1.2rem; flex-shrink: 0; }
@keyframes pulseWarning {
    0%, 100% { border-color: rgba(230, 57, 70, 0.35); }
    50% { border-color: rgba(230, 57, 70, 0.7); }
}

/* ===== TESTIMONIALS ===== */
.testimonial-card { position: relative; padding: 32px; max-width: 900px; margin: 0 auto; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); }
@media (min-width: 768px) { .testimonial-card { padding: 48px; } }
.quote-icon { position: absolute; top: -20px; left: 28px; width: 44px; height: 44px; background: var(--gold); display: flex; align-items: center; justify-content: center; }
.quote-icon svg { color: var(--black); }
.testimonial-content { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
@media (min-width: 768px) { .testimonial-content { grid-template-columns: 180px 1fr; } }
.testimonial-author { text-align: center; }
@media (min-width: 768px) { .testimonial-author { text-align: left; } }
.author-avatar { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(201, 162, 39, 0.3); margin-bottom: 12px; }
.author-info h4 { font-size: 1.125rem; margin-bottom: 2px; }
.author-info p { font-size: 0.875rem; color: rgba(255, 255, 255, 0.6); }
.stars { display: flex; gap: 3px; margin-top: 10px; justify-content: center; }
@media (min-width: 768px) { .stars { justify-content: flex-start; } }
.testimonial-text { font-size: 1rem; color: rgba(255, 255, 255, 0.8); line-height: 1.7; font-style: italic; }
@media (min-width: 768px) { .testimonial-text { font-size: 1.125rem; } }
.testimonial-nav { display: flex; justify-content: space-between; align-items: center; max-width: 900px; margin: 28px auto 0; }
.testimonial-dots { display: flex; gap: 8px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); border: none; cursor: pointer; transition: all 0.3s; }
.dot.active { background: var(--gold); width: 24px; border-radius: 4px; }
.testimonial-arrows { display: flex; gap: 8px; }
.arrow-btn { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--black-lighter); color: white; cursor: pointer; transition: all 0.3s; }
.arrow-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ===== FOOTER ===== */
.footer { position: relative; background: var(--black); padding: 64px 0 28px; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.5), transparent); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 48px; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.5fr; } }
.footer-logo { height: 100px; margin-bottom: 20px; }
.footer-desc { font-size: 0.875rem; color: rgba(255, 255, 255, 0.6); line-height: 1.7; margin-bottom: 20px; }
.social-links { display: flex; gap: 10px; }
.social-link { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--black-lighter); color: rgba(255, 255, 255, 0.4); transition: all 0.3s; }
.social-link:hover { border-color: var(--gold); color: var(--gold); }
.footer-links h4, .footer-contact h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: white; margin-bottom: 20px; font-family: 'Inter', sans-serif; font-weight: 400; }
.footer-links ul, .footer-contact ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.875rem; color: rgba(255, 255, 255, 0.6); transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.875rem; color: rgba(255, 255, 255, 0.6); }
.footer-contact svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-contact a { color: rgba(255, 255, 255, 0.6); transition: color 0.3s; }
.footer-contact a:hover { color: var(--gold); }
.newsletter { margin-top: 24px; }
.newsletter h5 { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255, 255, 255, 0.4); margin-bottom: 10px; font-weight: 400; }
.newsletter-form { position: relative; }
.newsletter-form input { width: 100%; padding: 12px 44px 12px 14px; background: var(--black-light); border: 1px solid var(--black-lighter); color: white; font-size: 0.875rem; transition: border-color 0.3s; }
.newsletter-form input::placeholder { color: rgba(255, 255, 255, 0.3); }
.newsletter-form input:focus { outline: none; border-color: var(--gold); }
.newsletter-form button { position: absolute; right: 0; top: 0; height: 100%; padding: 0 14px; background: transparent; border: none; color: rgba(255, 255, 255, 0.4); cursor: pointer; transition: color 0.3s; }
.newsletter-form button:hover { color: var(--gold); }
.newsletter-success { margin-top: 8px; font-size: 0.75rem; color: var(--green); display: none; }
.newsletter-success.show { display: block; }
.footer-bottom { padding-top: 24px; border-top: 1px solid var(--black-lighter); display: flex; flex-direction: column; gap: 12px; align-items: center; }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; } }
.footer-bottom p { font-size: 0.75rem; color: rgba(255, 255, 255, 0.4); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.75rem; color: rgba(255, 255, 255, 0.4); transition: color 0.3s; }
.footer-legal a:hover { color: var(--gold); }

/* ===== FLEET LOADING & EMPTY ===== */
.fleet-loading {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, 0.4);
}
.fleet-loading-spinner { font-size: 2rem; color: var(--gold); margin-bottom: 16px; }
.fleet-loading p { font-size: 0.9rem; }
.fleet-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    color: rgba(255, 255, 255, 0.4);
}
.fleet-empty i { font-size: 3rem; color: var(--gold); margin-bottom: 16px; display: block; }
.fleet-empty p { font-size: 1rem; margin-bottom: 8px; }

/* ===== CAR CARD ACTIONS (Reserver button) ===== */
.car-card-actions {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}
.car-card-actions .btn-details {
    flex: 1;
    width: auto;
    padding: 10px;
    font-size: 0.7rem;
}
.btn-reserve {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    background: var(--gold);
    color: var(--black);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-reserve:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.4);
}
.btn-reserve i { font-size: 0.65rem; transition: transform 0.3s; }
.btn-reserve:hover i { transform: translateX(3px); }

/* ===== CAR CARD HOVER ENHANCED ===== */
.car-card { border-radius: 12px; }
.car-card:hover {
    border-color: rgba(201, 162, 39, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(201, 162, 39, 0.15);
}
.car-specs i { color: var(--gold); font-size: 0.65rem; margin-right: 2px; }

/* ===== VSM CALENDAR (Enhanced: dual month, glassmorphism) ===== */
/* ===== CALENDRIER VSM — DESIGN SIMPLIFIE ===== */
/* ===== OFFER SELECTOR ===== */
.offer-selector {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.offer-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.offer-pill:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 162, 39, 0.08);
}
.offer-pill.active {
    background: var(--gold);
    color: var(--black);
    border-color: var(--gold);
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.3);
}
.offer-pill i { font-size: 1rem; flex-shrink: 0; }
.offer-pill-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
}
.offer-pill-detail {
    font-size: 0.68rem;
    opacity: 0.6;
    font-weight: 400;
}
.offer-pill.active .offer-pill-detail { opacity: 0.8; }
.offer-pill-price {
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--gold);
    margin-left: auto;
    padding-left: 10px;
    white-space: nowrap;
    opacity: 0.8;
}
.offer-pill.active .offer-pill-price { color: var(--black); opacity: 1; }

/* Offer guidance banner */
.offer-guidance {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.12), rgba(201, 162, 39, 0.06));
    border: 1px solid rgba(201, 162, 39, 0.25);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    margin-bottom: 20px;
    animation: vcal-appear 0.3s ease;
    flex-wrap: wrap;
}
.offer-guidance-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1;
}
.offer-guidance i { color: var(--gold); font-size: 1rem; }
.offer-guidance-price {
    display: inline-block;
    background: rgba(42, 157, 143, 0.15);
    color: var(--green);
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
}
.offer-guidance-btn {
    margin-left: auto;
    padding: 8px 18px;
    border-radius: 24px;
    background: var(--gold);
    color: var(--black);
    border: none;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}
.offer-guidance-btn:hover {
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.4);
    transform: translateY(-1px);
}

/* ===== NEW CALENDAR — Annual view ===== */
.vcal {
    margin-bottom: 24px;
}

/* Instruction */
.vcal-instruction {
    text-align: center;
    padding: 12px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: rgba(201, 162, 39, 0.08);
    border: 1px solid rgba(201, 162, 39, 0.15);
    color: var(--gold);
    font-size: 0.85rem;
    font-weight: 500;
    animation: vcal-pulse 2s ease infinite;
}
.vcal-instruction i { margin-right: 8px; }
@keyframes vcal-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Legend */
.vcal-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px 0;
}
.vcal-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
}
.vcal-dot {
    width: 12px;
    height: 12px;
    border-radius: 3px;
}
.vcal-dot-avail { background: rgba(42, 157, 143, 0.5); border: 1px solid rgba(42, 157, 143, 0.7); }
.vcal-dot-unavail { background: rgba(230, 57, 70, 0.4); border: 1px solid rgba(230, 57, 70, 0.6); }
.vcal-dot-weekend { background: rgba(100, 130, 180, 0.3); border: 1px solid rgba(100, 130, 180, 0.5); }
.vcal-dot-sel { background: var(--gold); border: 1px solid var(--gold); }

/* Navigation */
.vcal-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}
.vcal-nav-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.85rem;
}
.vcal-nav-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 162, 39, 0.1);
}
.vcal-nav-disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}
.vcal-nav-title {
    font-family: 'Playfair Display', serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    min-width: 200px;
    text-align: center;
}

/* Months grid — 2 columns */
.vcal-months {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 4px;
}

/* Individual month card */
.vcal-month {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px;
    transition: border-color 0.3s;
}
.vcal-month:hover {
    border-color: rgba(201, 162, 39, 0.2);
}
.vcal-month-header {
    font-family: 'Playfair Display', serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: capitalize;
}
.vcal-month-year {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

/* Day grid */
.vcal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
}

/* Day headers */
.vcal-dh {
    text-align: center;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.3);
    padding: 4px 0;
    font-weight: 600;
}
.vcal-dh.vcal-we {
    color: rgba(100, 130, 180, 0.6);
}

/* Day cells */
.vcal-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    min-width: 36px;
    min-height: 36px;
}
.vcal-empty { cursor: default; }
.vcal-past {
    opacity: 0.2;
    cursor: default;
    color: rgba(255, 255, 255, 0.3);
}

/* Available = green */
.vcal-avail {
    background: rgba(42, 157, 143, 0.12);
    color: rgba(255, 255, 255, 0.85);
}
.vcal-avail:hover {
    background: rgba(42, 157, 143, 0.3);
    transform: scale(1.15);
    box-shadow: 0 0 10px rgba(42, 157, 143, 0.2);
    z-index: 2;
}

/* Unavailable = red */
.vcal-unavail {
    background: rgba(230, 57, 70, 0.2);
    color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
    text-decoration: line-through;
}

/* Weekend demarcation */
.vcal-weekend {
    border-left: 2px solid rgba(100, 130, 180, 0.2);
}
.vcal-weekend.vcal-avail {
    background: rgba(100, 130, 180, 0.12);
}
.vcal-weekend.vcal-avail:hover {
    background: rgba(100, 130, 180, 0.3);
    box-shadow: 0 0 10px rgba(100, 130, 180, 0.2);
}

/* Today */
.vcal-today {
    box-shadow: inset 0 0 0 2px var(--gold);
}

/* Selected */
.vcal-sel {
    background: var(--gold) !important;
    color: var(--black) !important;
    font-weight: 700;
    box-shadow: 0 0 12px rgba(201, 162, 39, 0.5);
    transform: scale(1.1);
    z-index: 3;
    border-radius: 6px;
}
.vcal-sel-start { border-radius: 6px 2px 2px 6px; }
.vcal-sel-end { border-radius: 2px 6px 6px 2px; }

/* In range */
.vcal-in-range {
    background: rgba(201, 162, 39, 0.2) !important;
    color: var(--gold) !important;
    border-radius: 2px;
}

/* Hover preview */
.vcal-hover {
    background: rgba(201, 162, 39, 0.12) !important;
    border-radius: 2px;
}

/* Reset */
.vcal-actions {
    text-align: center;
    margin-top: 16px;
}
.vcal-reset {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.3s;
}
.vcal-reset:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 162, 39, 0.08);
}

/* Selection info card */
.vsm-cal-selection-info { margin-bottom: 20px; }
.vcal-sel-card {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.1), rgba(201, 162, 39, 0.04));
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 14px;
    padding: 18px 24px;
    color: rgba(255, 255, 255, 0.9);
    animation: vcal-appear 0.3s ease;
}
.vcal-sel-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.vcal-sel-box {
    text-align: center;
    min-width: 70px;
}
.vcal-sel-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 4px;
}
.vcal-sel-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gold);
}
.vcal-sel-arrow {
    color: rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
}
.vcal-sel-days {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.vcal-sel-price {
    text-align: center;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(201, 162, 39, 0.15);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--green);
}
.vcal-offer-badge {
    display: inline-block;
    font-size: 0.65rem;
    padding: 2px 8px;
    border-radius: 10px;
    background: var(--gold);
    color: var(--black);
    font-weight: 600;
    margin-top: 4px;
}
.vcal-sel-card i { color: var(--gold); }
.vcal-sel-card strong { color: var(--gold); }
.vcal-sel-pending {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 0.85rem;
}
.vcal-sel-pending i { color: rgba(255, 255, 255, 0.4); }

@keyframes vcal-appear {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Slide-in animation for pickup/return */
@keyframes prSlideIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.pr-slide-in {
    animation: prSlideIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ===== PICKUP / RETURN SECTION ===== */
.pickup-return-section {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
    margin: 24px 0;
}
.pr-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s;
}
.pr-card:hover { border-color: rgba(201, 162, 39, 0.2); }
.pr-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(201, 162, 39, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pr-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(201, 162, 39, 0.15);
    color: var(--gold);
    flex-shrink: 0;
}
.pr-card-title h4 {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gold);
}
.pr-date-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}
.pr-card-body {
    padding: 18px 20px;
}
.pr-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}
.pr-label-mt { margin-top: 18px; }
.pr-select {
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: border-color 0.3s;
}
.pr-select:focus {
    border-color: var(--gold);
    outline: none;
}
.pr-same-loc {
    margin-bottom: 10px;
}
.pr-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.pr-checkbox-label input[type="checkbox"] {
    accent-color: var(--gold);
}

/* Connector between pickup and return */
.pr-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.pr-connector-line {
    width: 2px;
    flex: 1;
    background: rgba(201, 162, 39, 0.15);
    min-height: 20px;
}
.pr-connector-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(201, 162, 39, 0.15);
    color: var(--gold);
    margin: 8px 0;
}

/* Responsive */
@media (max-width: 700px) {
    .vcal-months { grid-template-columns: 1fr; }
    #vcal-month-1 { display: none; }
    .vcal-nav-title { font-size: 0.82rem; min-width: 160px; }
    .vcal-month { padding: 10px; }
    .offer-selector { flex-direction: column; }
    .offer-pill { padding: 10px 16px; font-size: 0.8rem; width: 100%; }
    .offer-pill-price { font-size: 0.75rem; }
    .vcal-sel-row { gap: 8px; }
    .vcal-sel-box { min-width: 55px; }
    .pickup-return-section { grid-template-columns: 1fr; gap: 0; }
    .pr-connector { flex-direction: row; padding: 12px 0; }
    .pr-connector-line { height: 2px; width: auto; min-height: auto; min-width: 20px; }
    .pr-connector-icon svg { transform: rotate(90deg); }
    .offer-guidance { flex-direction: column; text-align: center; }
    .offer-guidance-btn { margin-left: 0; margin-top: 10px; }
    .vcal-legend { gap: 10px; padding: 8px; background: rgba(255,255,255,0.02); border-radius: 10px; }
}

/* ===== STEP INDICATORS ENHANCED ===== */
.step-check { display: none; }
.step-num-text { display: inline; }
.step-item.completed .step-check { display: inline; stroke: white; }
.step-item.completed .step-num-text { display: none; }
.step-line {
    position: relative;
    overflow: hidden;
}
.step-line-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--gold);
    transition: width 0.6s ease;
}
.step-item.completed + .step-line .step-line-fill { width: 100%; }

/* ===== TIME SLOTS PILLS ===== */
.time-slot-btn {
    border-radius: 20px !important;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.25s;
}
.time-slot-btn:hover {
    background: rgba(201, 162, 39, 0.1);
    border-color: var(--gold);
    color: var(--gold);
}
.time-slot-btn.selected {
    background: var(--gold) !important;
    color: var(--black) !important;
    border-color: var(--gold) !important;
    font-weight: 600;
}
.time-slot-btn.slot-unavailable {
    opacity: 0.25;
    text-decoration: line-through;
    cursor: not-allowed;
    pointer-events: none;
}

/* ===== PRICE ESTIMATOR ENHANCED ===== */
.price-summary {
    border: 1px solid rgba(201, 162, 39, 0.2) !important;
    border-radius: 12px !important;
    background: rgba(0, 0, 0, 0.3) !important;
}
.price-row.total span:last-child {
    transition: all 0.3s;
}

/* Price flash animation */
@keyframes priceFlash {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); color: var(--gold-light); }
    100% { transform: scale(1); }
}

/* Button pulse when ready */
@keyframes pulseBtn {
    0%, 100% { box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(201, 162, 39, 0); }
}

/* Shake animation for errors */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
}
.shake { animation: shake 0.4s ease; }

/* ===== DELIVERY OFFER SECTION ===== */
.delivery-offer {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.95), rgba(26, 26, 26, 0.95));
    border-top: 1px solid rgba(201, 162, 39, 0.15);
    border-bottom: 1px solid rgba(201, 162, 39, 0.15);
    overflow: hidden;
}
.delivery-offer::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.06) 0%, transparent 70%);
    pointer-events: none;
}
.delivery-offer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}
@media (min-width: 768px) {
    .delivery-offer-inner { grid-template-columns: 1.2fr 1fr; }
}
.delivery-offer-badge {
    display: inline-block;
    background: rgba(201, 162, 39, 0.15);
    border: 1px solid rgba(201, 162, 39, 0.3);
    color: var(--gold);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.delivery-offer-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}
@media (min-width: 768px) { .delivery-offer-title { font-size: 2.5rem; } }
.delivery-offer-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}
.delivery-offer-countdown {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
    display: inline-block;
}
.countdown-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
}
.countdown-timer {
    display: flex;
    align-items: center;
    gap: 8px;
}
.countdown-unit {
    text-align: center;
}
.countdown-unit span {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}
.countdown-unit small {
    display: block;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}
.countdown-sep {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 300;
    margin-bottom: 14px;
}

/* Countdown mobile responsive */
@media (max-width: 768px) {
    .countdown-timer { gap: 6px; }
    .countdown-unit span { font-size: 1.4rem; }
    .countdown-unit small { font-size: 0.55rem; }
    .countdown-sep { font-size: 1.2rem; }
    .delivery-offer-countdown { padding: 12px 16px; }
}
@media (max-width: 480px) {
    .countdown-timer { gap: 3px; }
    .countdown-unit span { font-size: 1.1rem; min-width: 32px; }
    .countdown-unit small { font-size: 0.5rem; }
    .countdown-sep { font-size: 0.9rem; margin-bottom: 10px; }
    .delivery-offer-countdown { padding: 10px 12px; }
    .delivery-offer-title { font-size: 1.2rem; }
    .delivery-offer-desc { font-size: 0.8rem; }
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #25D366;
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}
.btn-whatsapp:hover {
    background: #20bd5a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}
.delivery-offer-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.delivery-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delivery-icon-ring {
    position: absolute;
    width: 140px;
    height: 140px;
    border: 2px solid rgba(201, 162, 39, 0.15);
    border-radius: 50%;
    animation: deliveryPulse 3s ease-in-out infinite;
}
@keyframes deliveryPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.15); opacity: 0.2; }
}
.delivery-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.delivery-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

/* ===== LIGHT THEME - NEW COMPONENTS ===== */
/* New Calendar */
[data-theme="light"] .vcal-month { background: #ffffff; border-color: #e0e0e0; }
[data-theme="light"] .vcal-month-header { color: #1a1a1a; }
[data-theme="light"] .vcal-dh { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .vcal-dh.vcal-we { color: rgba(60, 80, 140, 0.7); }
[data-theme="light"] .vcal-day { color: #1a1a1a; }
[data-theme="light"] .vcal-avail { background: rgba(42, 157, 143, 0.08); }
[data-theme="light"] .vcal-avail:hover { background: rgba(42, 157, 143, 0.2); }
[data-theme="light"] .vcal-unavail { background: rgba(230, 57, 70, 0.08); color: rgba(0, 0, 0, 0.25); }
[data-theme="light"] .vcal-weekend { border-left-color: rgba(60, 80, 140, 0.12); }
[data-theme="light"] .vcal-weekend.vcal-avail { background: rgba(60, 80, 140, 0.06); }
[data-theme="light"] .vcal-sel { color: #fff !important; }
[data-theme="light"] .vcal-in-range { color: var(--gold) !important; background: rgba(184, 148, 29, 0.12) !important; }
[data-theme="light"] .vcal-instruction { background: rgba(184, 148, 29, 0.06); border-color: rgba(184, 148, 29, 0.15); }
[data-theme="light"] .vcal-legend-item { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .vcal-sel-card { background: rgba(184, 148, 29, 0.06); border-color: rgba(184, 148, 29, 0.2); color: #1a1a1a; }
[data-theme="light"] .vcal-sel-pending { background: #f5f5f5; border-color: #e0e0e0; }
[data-theme="light"] .vcal-nav-btn { border-color: #ddd; background: #f5f5f5; color: #555; }
[data-theme="light"] .vcal-nav-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(184, 148, 29, 0.06); }
[data-theme="light"] .vcal-nav-title { color: #1a1a1a; }
[data-theme="light"] .vcal-reset { border-color: #ddd; background: #f5f5f5; color: #777; }
[data-theme="light"] .vcal-reset:hover { border-color: var(--gold); color: var(--gold); background: rgba(184, 148, 29, 0.06); }
[data-theme="light"] .vcal-month-year { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .vcal-past { color: rgba(0, 0, 0, 0.2); }
[data-theme="light"] .vcal-hover { background: rgba(184, 148, 29, 0.1) !important; }
[data-theme="light"] .vcal-sel-label { color: rgba(0, 0, 0, 0.45); }
[data-theme="light"] .vcal-sel-arrow { color: rgba(0, 0, 0, 0.2); }
[data-theme="light"] .vcal-sel-days { border-left-color: rgba(0, 0, 0, 0.08); }
[data-theme="light"] .vcal-sel-price { border-top-color: rgba(184, 148, 29, 0.15); }
[data-theme="light"] .offer-pill { background: #f5f5f5; border-color: #e0e0e0; color: #555; }
[data-theme="light"] .offer-pill:hover { background: rgba(184, 148, 29, 0.06); }
[data-theme="light"] .offer-pill-price { color: var(--gold); }
[data-theme="light"] .offer-pill.active .offer-pill-price { color: var(--black); }
[data-theme="light"] .offer-guidance { background: rgba(184, 148, 29, 0.06); border-color: rgba(184, 148, 29, 0.15); color: #333; }
[data-theme="light"] .pr-card { background: #ffffff; border-color: #e0e0e0; }
[data-theme="light"] .pr-card-header { background: rgba(184, 148, 29, 0.04); border-bottom-color: #eee; }
[data-theme="light"] .pr-label { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .pr-select { background: #f9f9f9; border-color: #e0e0e0; color: #333; }
[data-theme="light"] .pr-checkbox-label { color: #555; }
[data-theme="light"] .pr-date-label { color: rgba(0, 0, 0, 0.5); }
[data-theme="light"] .pr-connector-line { background: rgba(184, 148, 29, 0.12); }
[data-theme="light"] .pr-connector-icon { background: rgba(184, 148, 29, 0.08); }

/* Fleet loading/empty */
[data-theme="light"] .fleet-loading { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .fleet-empty { color: rgba(0, 0, 0, 0.4); }

/* Delivery offer */
[data-theme="light"] .delivery-offer { background: linear-gradient(135deg, #f8f8f8, #fff8e6); border-top-color: rgba(184, 148, 29, 0.15); border-bottom-color: rgba(184, 148, 29, 0.15); }
[data-theme="light"] .delivery-offer-desc { color: rgba(0, 0, 0, 0.6); }
[data-theme="light"] .delivery-offer-countdown { background: #fff; border-color: #e0e0e0; }
[data-theme="light"] .countdown-label { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .countdown-unit small { color: rgba(0, 0, 0, 0.4); }
[data-theme="light"] .countdown-sep { color: rgba(0, 0, 0, 0.15); }
[data-theme="light"] .delivery-feature { color: rgba(0, 0, 0, 0.65); }

/* Car card actions */
[data-theme="light"] .btn-reserve { background: var(--gold); color: #fff; }
[data-theme="light"] .btn-reserve:hover { background: var(--gold-light); }

/* Price summary */
[data-theme="light"] .price-summary { background: #f9f9f9 !important; border-color: rgba(184, 148, 29, 0.15) !important; }

/* Step indicators */
[data-theme="light"] .step-line { background: rgba(0, 0, 0, 0.1); }
[data-theme="light"] .step-number { background: #eee; border-color: rgba(0, 0, 0, 0.15); color: rgba(0, 0, 0, 0.5); }

/* ===== ANIMATIONS ===== */
.btn-primary, .btn-secondary, .btn-details, .filter-btn { position: relative; overflow: hidden; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.btn-primary::before, .btn-secondary::before, .btn-details::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255, 255, 255, 0.2); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.6s ease, height 0.6s ease; }
.btn-primary:hover::before, .btn-secondary:hover::before, .btn-details:hover::before { width: 300%; height: 300%; }
.filter-btn { transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.filter-btn:hover { transform: scale(1.08); }
.filter-btn.active { box-shadow: 0 5px 20px rgba(201, 162, 39, 0.4); }

.nav-link, .footer-link, .mobile-link { position: relative; }
.nav-link::after, .footer-link::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.nav-link:hover::after, .footer-link::after { width: 0; }
.nav-link:hover::after, .footer-link:hover::after { width: 100%; }

.section-title, .hero-title { background: linear-gradient(90deg, var(--white) 0%, var(--gold-light) 50%, var(--white) 100%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; animation: shimmer 3s ease-in-out infinite; }
@keyframes shimmer { 0%, 100% { background-position: 0% center; } 50% { background-position: 200% center; } }

.gold { text-shadow: 0 0 20px rgba(201, 162, 39, 0.5); }
img { transition: filter 0.3s ease; }

/* ===== CAR DETAIL MODAL ===== */
.car-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.car-modal.active { opacity: 1; visibility: visible; }

.car-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.car-modal-container {
    position: relative;
    width: 95%;
    max-width: 1100px;
    max-height: 92vh;
    overflow-y: auto;
    background: linear-gradient(145deg, rgba(20, 20, 20, 0.98), rgba(10, 10, 10, 0.99));
    border: 1px solid rgba(201, 162, 39, 0.15);
    box-shadow: 0 0 80px rgba(201, 162, 39, 0.08), 0 40px 80px rgba(0, 0, 0, 0.6);
    transform: scale(0.9) translateY(30px);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.car-modal.active .car-modal-container { transform: scale(1) translateY(0); }

.car-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s;
}
.car-modal-close:hover { border-color: var(--gold); color: var(--gold); background: rgba(201, 162, 39, 0.1); }

.car-modal-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
@media (min-width: 900px) { .car-modal-content { grid-template-columns: 1fr 1fr; } }

/* Left: 3D Visual */
.car-modal-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    min-height: 350px;
    background: radial-gradient(ellipse at 50% 40%, rgba(201, 162, 39, 0.06) 0%, transparent 70%);
    border-bottom: 1px solid rgba(201, 162, 39, 0.1);
}
@media (min-width: 900px) {
    .car-modal-visual {
        border-bottom: none;
        border-right: 1px solid rgba(201, 162, 39, 0.1);
        min-height: 500px;
    }
}

.car-3d-scene {
    position: relative;
    width: 100%;
    max-width: 420px;
    perspective: 1200px;
}

.car-3d-platform {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotateX(75deg);
    width: 280px;
    height: 280px;
}

.platform-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(201, 162, 39, 0.12);
    animation: platform-rotate 20s linear infinite;
}
.platform-ring-1 { inset: 15%; border-color: rgba(201, 162, 39, 0.2); animation-duration: 15s; }
.platform-ring-2 { inset: 5%; border-color: rgba(201, 162, 39, 0.1); animation-duration: 25s; animation-direction: reverse; }
.platform-ring-3 { inset: -5%; border-color: rgba(201, 162, 39, 0.06); animation-duration: 35s; }

@keyframes platform-rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.car-3d-wrapper {
    position: relative;
    z-index: 2;
    animation: car-float 4s ease-in-out infinite;
    transition: transform 0.4s ease;
}

@keyframes car-float {
    0%, 100% { transform: translateY(0) rotateY(0deg); }
    50% { transform: translateY(-12px) rotateY(2deg); }
}

.car-3d-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 30px rgba(201, 162, 39, 0.1));
}

.car-3d-reflection {
    position: absolute;
    bottom: -40px;
    left: 10%;
    right: 10%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(201, 162, 39, 0.06), transparent);
    filter: blur(8px);
    z-index: 1;
}

.car-3d-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
}

.car-3d-particles span {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0;
    animation: particle-float 5s ease-in-out infinite;
}
.car-3d-particles span:nth-child(1) { top: 10%; left: 15%; animation-delay: 0s; }
.car-3d-particles span:nth-child(2) { top: 25%; right: 10%; animation-delay: 0.7s; }
.car-3d-particles span:nth-child(3) { bottom: 30%; left: 8%; animation-delay: 1.4s; }
.car-3d-particles span:nth-child(4) { top: 50%; right: 20%; animation-delay: 2.1s; }
.car-3d-particles span:nth-child(5) { bottom: 15%; right: 15%; animation-delay: 2.8s; }
.car-3d-particles span:nth-child(6) { top: 35%; left: 25%; animation-delay: 3.5s; }
.car-3d-particles span:nth-child(7) { bottom: 40%; right: 5%; animation-delay: 4.2s; }
.car-3d-particles span:nth-child(8) { top: 60%; left: 5%; animation-delay: 0.3s; }

@keyframes particle-float {
    0%, 100% { opacity: 0; transform: translateY(0) scale(0); }
    20% { opacity: 0.8; transform: translateY(-10px) scale(1); }
    80% { opacity: 0.3; transform: translateY(-30px) scale(0.5); }
}

.car-modal-price-tag {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 24px;
    padding: 12px 24px;
    background: rgba(201, 162, 39, 0.08);
    border: 1px solid rgba(201, 162, 39, 0.25);
}
.modal-price-label { font-size: 0.7rem; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; letter-spacing: 0.1em; }
.modal-price-value { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--gold); }

/* Right: Details */
.car-modal-details { padding: 40px 30px; display: flex; flex-direction: column; gap: 20px; }

.car-modal-badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 4px 14px;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.car-modal-badge.popular { background: var(--gold); color: var(--black); }
.car-modal-badge.new { background: var(--red); color: white; }
.car-modal-badge.eco { background: var(--green); color: white; }
.car-modal-badge.hidden-badge { display: none; }

.car-modal-name {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    background: linear-gradient(135deg, var(--white), var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.car-modal-model { font-size: 1rem; color: rgba(255, 255, 255, 0.5); letter-spacing: 2px; text-transform: uppercase; margin-top: -12px; }
.car-modal-description { font-size: 0.9rem; color: rgba(255, 255, 255, 0.6); line-height: 1.7; }

.car-modal-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
@media (max-width: 900px) { .car-modal-stats { grid-template-columns: repeat(2, 1fr); } }

.modal-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    transition: all 0.3s;
}
.modal-stat:hover { border-color: rgba(201, 162, 39, 0.3); background: rgba(201, 162, 39, 0.05); transform: translateY(-2px); }

.modal-stat-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 39, 0.08);
    border: 1px solid rgba(201, 162, 39, 0.2);
    border-radius: 8px;
    color: var(--gold);
    flex-shrink: 0;
}

.modal-stat-info { display: flex; flex-direction: column; }
.modal-stat-value { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--white); }
.modal-stat-label { font-size: 0.65rem; color: rgba(255, 255, 255, 0.4); text-transform: uppercase; letter-spacing: 0.05em; }

.car-modal-advantages h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold);
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.car-modal-advantages ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.car-modal-advantages li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    padding: 6px 0;
}
.car-modal-advantages li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(201, 162, 39, 0.4);
}

.car-modal-cta {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}
.car-modal-cta .btn-primary { flex: 1; text-align: center; }
.car-modal-cta .btn-secondary { text-align: center; }

/* ===== LAUNCH OFFER SECTION ===== */
.launch-offer {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1208 50%, #0d0d0d 100%);
    overflow: hidden;
}
.launch-offer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(201, 162, 39, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(201, 162, 39, 0.05) 0%, transparent 50%);
    pointer-events: none;
}
.launch-offer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.5), transparent);
}

.launch-offer-inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}
@media (min-width: 900px) { .launch-offer-inner { grid-template-columns: 1.2fr 1fr; } }

.launch-offer-content { text-align: center; }
@media (min-width: 900px) { .launch-offer-content { text-align: left; } }

.launch-offer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: var(--gold);
    color: var(--black);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    animation: promo-pulse 2s ease-in-out infinite;
}

.launch-offer-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.launch-offer-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 520px;
}
@media (min-width: 900px) { .launch-offer-desc { margin-bottom: 28px; } }

.launch-offer-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
    justify-content: center;
}
@media (min-width: 900px) { .launch-offer-perks { justify-content: flex-start; } }

.launch-perk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(201, 162, 39, 0.06);
    border: 1px solid rgba(201, 162, 39, 0.2);
    font-size: 0.8rem;
    color: var(--gold-light);
    transition: all 0.3s;
}
.launch-perk:hover { border-color: var(--gold); background: rgba(201, 162, 39, 0.12); }
.launch-perk-icon { font-size: 1.1rem; }

.launch-offer-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 900px) { .launch-offer-buttons { justify-content: flex-start; } }

/* Right: Promo Card */
.launch-offer-card {
    position: relative;
    padding: 48px 36px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 162, 39, 0.2);
    text-align: center;
    overflow: hidden;
}
.launch-offer-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(201, 162, 39, 0.08), transparent, rgba(201, 162, 39, 0.04), transparent);
    animation: card-rotate 8s linear infinite;
}
@keyframes card-rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.launch-offer-card-inner {
    position: relative;
    z-index: 2;
}

.launch-discount {
    font-family: 'Playfair Display', serif;
    font-size: clamp(4rem, 10vw, 6rem);
    font-weight: 900;
    background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}
.launch-discount-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.launch-code {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(201, 162, 39, 0.1);
    border: 2px dashed rgba(201, 162, 39, 0.4);
    margin-bottom: 20px;
}
.launch-code-label { font-size: 0.7rem; color: rgba(255, 255, 255, 0.4); text-transform: uppercase; }
.launch-code-value { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--gold); letter-spacing: 4px; }

.launch-gifts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.launch-gift-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 0;
}
.launch-gift-item span:first-child { font-size: 1.2rem; }

/* Decorative corner lines for launch offer */
.launch-offer-corners {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.launch-offer-corners::before, .launch-offer-corners::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
}
.launch-offer-corners::before {
    top: 24px;
    left: 24px;
    border-top: 1px solid rgba(201, 162, 39, 0.25);
    border-left: 1px solid rgba(201, 162, 39, 0.25);
}
.launch-offer-corners::after {
    bottom: 24px;
    right: 24px;
    border-bottom: 1px solid rgba(201, 162, 39, 0.25);
    border-right: 1px solid rgba(201, 162, 39, 0.25);
}

/* ===== HERO LOGO LAYOUT ===== */
.hero-logo-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 0 24px;
    text-align: center;
}
@media (min-width: 900px) {
    .hero-logo-layout {
        grid-template-columns: 1fr 1.3fr;
        text-align: left;
        gap: 60px;
    }
}

.hero-logo-side {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-logo-wrapper {
    position: relative;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 900px) {
    .hero-logo-wrapper { width: 340px; height: 340px; }
}

.hero-main-logo {
    width: 75%;
    height: auto;
    filter: drop-shadow(0 0 40px rgba(201, 162, 39, 0.25));
    animation: hero-logo-glow 4s ease-in-out infinite;
}

@keyframes hero-logo-glow {
    0%, 100% { filter: drop-shadow(0 0 30px rgba(201, 162, 39, 0.2)); }
    50% { filter: drop-shadow(0 0 50px rgba(201, 162, 39, 0.4)); }
}

.hero-logo-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-style: solid;
    border-color: transparent;
    transform: translate(-50%, -50%);
}

.hero-orbit-1 {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-top-color: rgba(201, 162, 39, 0.35);
    border-right-color: rgba(201, 162, 39, 0.12);
    animation: orbit-spin-1 12s linear infinite;
}
.hero-orbit-1::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(201, 162, 39, 0.8);
}

.hero-orbit-2 {
    width: 118%;
    height: 118%;
    border-width: 1px;
    border-bottom-color: rgba(201, 162, 39, 0.2);
    border-left-color: rgba(201, 162, 39, 0.08);
    animation: orbit-spin-2 18s linear infinite;
}
.hero-orbit-2::before {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 20%;
    width: 5px;
    height: 5px;
    background: var(--gold-light);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(201, 162, 39, 0.5);
}

.hero-text-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hero-text-side .hero-title {
    margin-bottom: 0;
    font-size: clamp(1.6rem, 3.5vw, 3rem);
    line-height: 1.15;
}
.hero-text-side .hero-subtitle {
    margin: 0 auto 1rem;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
}
@media (min-width: 900px) {
    .hero-text-side .hero-subtitle { margin: 0 0 1rem; }
    .hero-text-side .hero-buttons { justify-content: flex-start; }
}

/* QR Code Button */
.qr-code-btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 39, 0.15);
    border: 1px solid rgba(201, 162, 39, 0.4);
    color: var(--gold);
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s;
    z-index: 5;
}
.qr-code-btn:hover {
    background: var(--gold);
    color: var(--black);
    box-shadow: 0 0 20px rgba(201, 162, 39, 0.5);
    transform: scale(1.1);
}

/* QR Code Popup */
.qr-code-popup {
    position: absolute;
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    width: 220px;
    padding: 20px;
    background: rgba(15, 15, 15, 0.98);
    border: 1px solid rgba(201, 162, 39, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    text-align: center;
}
.qr-code-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.qr-code-popup-inner { position: relative; z-index: 2; }
.qr-code-title { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 12px; }
.qr-code-subtitle { font-size: 0.7rem; color: rgba(255, 255, 255, 0.4); margin-top: 10px; }

.qr-code-display {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background: white;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code-display canvas {
    width: 100% !important;
    height: 100% !important;
}

/* ===== WHATSAPP CHAT WIDGET ===== */
.wa-chat-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 500;
    font-family: 'Inter', sans-serif;
}

/* Floating Action Button */
.wa-fab {
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.3);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: wa-fab-entrance 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 2s both;
    z-index: 10;
}
@keyframes wa-fab-entrance {
    0% { transform: scale(0) rotate(-180deg); opacity: 0; }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}
.wa-fab:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 32px rgba(37, 211, 102, 0.55);
}
.wa-fab-icon { transition: all 0.3s ease; }
.wa-fab-close {
    position: absolute;
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
    transition: all 0.3s ease;
}
.wa-chat-widget.open .wa-fab-icon { opacity: 0; transform: rotate(90deg) scale(0.5); }
.wa-chat-widget.open .wa-fab-close { opacity: 1; transform: rotate(0deg) scale(1); }
.wa-chat-widget.open .wa-fab {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Ping & Ring Animations */
.wa-fab-ping {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.4);
    animation: wa-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
    pointer-events: none;
}
@keyframes wa-ping {
    75%, 100% { transform: scale(1.8); opacity: 0; }
}
.wa-chat-widget.open .wa-fab-ping { display: none; }

.wa-fab-ring {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.2);
    animation: wa-ring-pulse 3s ease-in-out infinite;
    pointer-events: none;
}
@keyframes wa-ring-pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.15); opacity: 0; }
}
.wa-chat-widget.open .wa-fab-ring { display: none; }

/* Notification Badge */
.wa-fab-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    background: var(--red, #e63946);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    animation: wa-badge-bounce 2s ease-in-out 3s both;
    box-shadow: 0 2px 8px rgba(230, 57, 70, 0.5);
}
@keyframes wa-badge-bounce {
    0% { transform: scale(0); }
    50% { transform: scale(1.3); }
    70% { transform: scale(0.9); }
    100% { transform: scale(1); }
}
.wa-chat-widget.open .wa-fab-badge { display: none; }

/* Tooltip auto-popup */
.wa-fab-tooltip {
    position: absolute;
    bottom: 8px;
    right: 72px;
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid rgba(201, 162, 39, 0.2);
    color: white;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 0.82rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    animation: wa-tooltip-slide 0.4s ease 4s both;
    z-index: 9;
}
@keyframes wa-tooltip-slide {
    0% { opacity: 0; transform: translateX(10px); }
    100% { opacity: 1; transform: translateX(0); }
}
.wa-fab-tooltip::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: rgba(10, 10, 10, 0.95);
    border-right: 1px solid rgba(201, 162, 39, 0.2);
    border-top: 1px solid rgba(201, 162, 39, 0.2);
}
.wa-fab-tooltip-close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.4);
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}
.wa-fab-tooltip-close:hover { color: white; }
.wa-fab-tooltip.hidden { display: none; }
.wa-chat-widget.open .wa-fab-tooltip { display: none; }

/* Chat Window */
.wa-chat-window {
    position: absolute;
    bottom: 76px;
    right: 0;
    width: 360px;
    max-height: 480px;
    background: #0d0d0d;
    border: 1px solid rgba(201, 162, 39, 0.15);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(201, 162, 39, 0.05);
    transform: scale(0.5) translateY(20px);
    transform-origin: bottom right;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.wa-chat-widget.open .wa-chat-window {
    transform: scale(1) translateY(0);
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 420px) {
    .wa-chat-window { width: calc(100vw - 48px); right: 0; }
}

/* Chat Header */
.wa-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(18, 140, 126, 0.05) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.wa-chat-header-left { display: flex; align-items: center; gap: 12px; }
.wa-chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(201, 162, 39, 0.1);
    border: 1px solid rgba(201, 162, 39, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.wa-chat-avatar img { width: 24px; height: 24px; object-fit: contain; }
.wa-online-dot {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 10px;
    height: 10px;
    background: #25D366;
    border-radius: 50%;
    border: 2px solid #0d0d0d;
    animation: wa-online-pulse 2s infinite;
}
@keyframes wa-online-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 0 0 4px rgba(37, 211, 102, 0); }
}
.wa-chat-name { font-weight: 600; font-size: 0.9rem; color: white; }
.wa-chat-status { font-size: 0.72rem; color: #25D366; }
.wa-chat-info { display: flex; flex-direction: column; gap: 2px; }
.wa-chat-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 4px;
    transition: all 0.2s;
    border-radius: 8px;
}
.wa-chat-close:hover { color: white; background: rgba(255,255,255,0.08); }

/* Chat Body */
.wa-chat-body {
    padding: 20px 18px;
    background: radial-gradient(ellipse at 50% 0%, rgba(201, 162, 39, 0.03) 0%, transparent 70%);
}
.wa-chat-bubble {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: 16px 16px 16px 4px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    animation: wa-bubble-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s both;
}
@keyframes wa-bubble-in {
    0% { opacity: 0; transform: translateY(10px) scale(0.9); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
.wa-chat-bubble p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}
.wa-chat-bubble p + p { margin-top: 6px; }
.wa-bubble-time {
    display: block;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 6px;
    text-align: right;
}

/* Quick Replies */
.wa-chat-quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 18px 16px;
}
.wa-quick-reply {
    padding: 8px 14px;
    border: 1px solid rgba(201, 162, 39, 0.2);
    border-radius: 20px;
    font-size: 0.78rem;
    color: var(--gold-light);
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(201, 162, 39, 0.04);
    animation: wa-reply-in 0.4s ease both;
}
.wa-quick-reply:nth-child(1) { animation-delay: 0.6s; }
.wa-quick-reply:nth-child(2) { animation-delay: 0.75s; }
.wa-quick-reply:nth-child(3) { animation-delay: 0.9s; }
.wa-quick-reply:nth-child(4) { animation-delay: 1.05s; }
@keyframes wa-reply-in {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0); }
}
.wa-quick-reply:hover {
    background: rgba(201, 162, 39, 0.12);
    border-color: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 162, 39, 0.15);
}

/* Chat Footer */
.wa-chat-footer { padding: 12px 18px 16px; }
.wa-chat-send-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
}
.wa-chat-send-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
    filter: brightness(1.1);
}

/* ===== GOOGLE REVIEWS ===== */
.google-reviews {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--black) 0%, rgba(15, 15, 15, 1) 50%, var(--black) 100%);
    position: relative;
    overflow: hidden;
}
.google-reviews::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.3), transparent);
}

.google-reviews-header {
    text-align: center;
    margin-bottom: 50px;
}

.google-reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.google-reviews-summary {
    margin-top: 16px;
}

.google-rating-big {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.google-rating-number {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.google-stars {
    display: flex;
    gap: 2px;
}

.google-stars .star,
.google-review-stars span {
    color: #FBBC05;
    font-size: 1.4rem;
}

.google-stars .star.half {
    background: linear-gradient(90deg, #FBBC05 60%, rgba(255,255,255,0.15) 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.google-review-count {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}

.google-reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
@media (min-width: 640px) {
    .google-reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .google-reviews-grid { grid-template-columns: repeat(3, 1fr); }
}

.google-review-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 28px;
    transition: all 0.4s ease;
    position: relative;
}
.google-review-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(201, 162, 39, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.google-review-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.google-reviewer-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--black);
    flex-shrink: 0;
}

.google-reviewer-info {
    display: flex;
    flex-direction: column;
}

.google-reviewer-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--white);
}

.google-reviewer-date {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
}

.google-review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}

.google-review-stars span {
    font-size: 1rem;
}

.google-review-stars .star-half {
    background: linear-gradient(90deg, #FBBC05 50%, rgba(255,255,255,0.15) 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.google-review-text {
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 300;
    font-style: italic;
}

.google-reviews-cta {
    text-align: center;
    margin-top: 40px;
}

.google-reviews-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 28px;
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}
.google-reviews-link:hover {
    background: rgba(201, 162, 39, 0.1);
    border-color: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 162, 39, 0.15);
}

.qr-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 15;
    background: transparent;
    display: none;
}

/* ===== UTILITY CLASSES ===== */
.text-center { text-align: center; }
.cta-section { padding: 100px 0; }
.cta-section .section-subtitle { margin-bottom: 2.5rem; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.google-reviews-header .section-title { margin-bottom: 0.5rem; }
.section-no-pad-top { padding-top: 0; }
.newsletter-wrapper { max-width: 500px; margin: 0 auto; }
.subtitle-mb-2 { margin-bottom: 2rem; }
.stat-value-emoji { font-size: clamp(1.5rem, 4vw, 2.5rem); }
.modal-cta-btn-flex { flex: 1; text-align: center; }
.modal-cta-btn-center { text-align: center; }

/* ===== AUTH MODAL ===== */
.auth-overlay {
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.85);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.auth-overlay.active { display: flex; opacity: 1; }

.auth-modal {
    position: relative;
    width: 95%;
    max-width: 440px;
    background: linear-gradient(145deg, rgba(20, 20, 20, 0.98), rgba(10, 10, 10, 0.99));
    border: 1px solid rgba(201, 162, 39, 0.15);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(201, 162, 39, 0.06);
    padding: 40px 32px;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-height: 90vh;
    overflow-y: auto;
}
.auth-overlay.active .auth-modal { transform: scale(1) translateY(0); }

.auth-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}
.auth-close:hover { border-color: var(--gold); color: var(--gold); }

.auth-logo { text-align: center; margin-bottom: 24px; }
.auth-logo img { height: 60px; }

.auth-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.auth-tab {
    flex: 1;
    padding: 12px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s;
}
.auth-tab.active {
    background: rgba(201, 162, 39, 0.1);
    color: var(--gold);
    border-bottom: 2px solid var(--gold);
}

.auth-form { display: flex; flex-direction: column; gap: 16px; }
.auth-form .form-group { display: flex; flex-direction: column; gap: 6px; }
.auth-form label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
}
.auth-form input {
    padding: 12px 14px;
    background: var(--black-light);
    border: 1px solid var(--black-lighter);
    color: white;
    font-family: inherit;
    font-size: 0.875rem;
    transition: border-color 0.3s;
}
.auth-form input:focus { outline: none; border-color: var(--gold); }
.auth-form .btn-submit { margin-top: 8px; }

.auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
}
.auth-divider::before, .auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.auth-social-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s;
}
.auth-social-btn:hover { border-color: rgba(201, 162, 39, 0.3); background: rgba(255, 255, 255, 0.08); }

.auth-forgot {
    text-align: right;
    margin-top: -8px;
}
.auth-forgot a {
    font-size: 0.75rem;
    color: var(--gold);
    opacity: 0.7;
    transition: opacity 0.3s;
}
.auth-forgot a:hover { opacity: 1; }

.auth-terms {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 1.5;
}
.auth-terms a { color: var(--gold); }

.auth-panel { display: none; }
.auth-panel.active { display: block; }

/* User icon in nav */
.nav-user-btn {
    display: none;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 39, 0.1);
    border: 1px solid rgba(201, 162, 39, 0.3);
    color: var(--gold);
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s;
    margin-left: 12px;
}
.nav-user-btn:hover { background: var(--gold); color: var(--black); }
@media (min-width: 768px) { .nav-user-btn { display: flex; } }

.nav-user-initial {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

/* ===== RESERVATION CARDS (compte) ===== */
.reservation-card {
    background: rgba(201, 162, 39, 0.05);
    border: 1px solid rgba(201, 162, 39, 0.15);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    transition: border-color 0.3s ease;
}
.reservation-card:hover {
    border-color: rgba(201, 162, 39, 0.35);
}
.reservation-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}
.reservation-car-img {
    width: 100px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}
.reservation-card-info {
    flex: 1;
    min-width: 0;
}
.reservation-card-info h4 {
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    margin-bottom: 4px;
}
.reservation-dates,
.reservation-price {
    color: var(--text-secondary);
    font-size: 0.85rem;
    margin-bottom: 2px;
}
.reservation-dates i,
.reservation-price i {
    color: var(--gold);
    margin-right: 6px;
    width: 14px;
}
.reservation-status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    align-self: flex-start;
}
.status-pending { background: rgba(255, 193, 7, 0.2); color: #ffc107; }
.status-confirmed { background: rgba(76, 175, 80, 0.2); color: #4caf50; }
.status-completed { background: rgba(33, 150, 243, 0.2); color: #2196f3; }
.status-cancelled { background: rgba(244, 67, 54, 0.2); color: #f44336; }
.reservation-card-actions {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(201, 162, 39, 0.1);
    text-align: right;
}
.btn-cancel-booking {
    background: transparent;
    color: #f44336;
    border: 1px solid rgba(244, 67, 54, 0.3);
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-cancel-booking:hover {
    background: rgba(244, 67, 54, 0.1);
    border-color: #f44336;
}
@media (max-width: 600px) {
    .reservation-car-img { width: 70px; height: 45px; }
    .reservation-card-header { flex-wrap: wrap; gap: 10px; }
    .reservation-status { order: -1; align-self: auto; }
}

/* ===== COOKIE CONSENT BANNER ===== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(145deg, rgba(15, 15, 15, 0.98), rgba(10, 10, 10, 0.99));
    border-top: 1px solid rgba(201, 162, 39, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 20px 24px;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.4);
}
.cookie-banner.active { transform: translateY(0); }

.cookie-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (min-width: 768px) {
    .cookie-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; }
}

.cookie-text {
    flex: 1;
}
.cookie-text h4 {
    font-size: 0.95rem;
    margin-bottom: 6px;
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.cookie-text p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}
.cookie-text a { color: var(--gold); }

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.cookie-btn {
    padding: 10px 20px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    font-family: inherit;
}
.cookie-btn-accept {
    background: var(--gold);
    color: var(--black);
}
.cookie-btn-accept:hover { box-shadow: 0 0 20px rgba(201, 162, 39, 0.4); }
.cookie-btn-reject {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.cookie-btn-reject:hover { border-color: rgba(255, 255, 255, 0.3); color: white; }
.cookie-btn-settings {
    background: transparent;
    color: var(--gold);
    border: 1px solid rgba(201, 162, 39, 0.3);
}
.cookie-btn-settings:hover { background: rgba(201, 162, 39, 0.1); }

/* ===== LEGAL PAGES ===== */
.legal-page { background: var(--black); }
.legal-container { max-width: 800px; }

.legal-content {
    padding: 40px 32px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.legal-intro {
    padding: 24px;
    background: rgba(201, 162, 39, 0.05);
    border: 1px solid rgba(201, 162, 39, 0.15);
    border-radius: 12px;
    margin-bottom: 36px;
}
.legal-intro p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}
.legal-intro p:first-child {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gold);
    margin-bottom: 12px;
}

.legal-section {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.legal-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.legal-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 16px;
}
.legal-section h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin: 20px 0 10px;
    font-family: 'Inter', sans-serif;
}
.legal-section p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    margin-bottom: 12px;
}
.legal-section ul {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}
.legal-section li {
    position: relative;
    padding: 8px 0 8px 20px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}
.legal-section li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
}
.legal-section li strong { color: var(--white); }
.legal-section a { color: var(--gold); transition: opacity 0.3s; }
.legal-section a:hover { opacity: 0.8; }

.legal-table-wrap { overflow-x: auto; margin: 16px 0; }
.legal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}
.legal-table th {
    text-align: left;
    padding: 12px 16px;
    background: rgba(201, 162, 39, 0.1);
    color: var(--gold);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}
.legal-table td {
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 16px 0 20px;
}
@media (min-width: 640px) { .rights-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .rights-grid { grid-template-columns: repeat(3, 1fr); } }

.right-card {
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    transition: all 0.3s;
}
.right-card:hover { border-color: rgba(201, 162, 39, 0.3); }
.right-card h4 { font-size: 0.85rem; color: var(--gold); margin-bottom: 6px; font-family: 'Inter', sans-serif; font-weight: 600; }
.right-card p { font-size: 0.8rem; color: rgba(255, 255, 255, 0.5); margin: 0; }

/* ===== FAQ ACCORDION ===== */
.faq-section { padding: 80px 0; background: var(--black); }
.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}
.faq-item:hover { border-color: rgba(201, 162, 39, 0.2); }
.faq-item.active { border-color: rgba(201, 162, 39, 0.3); background: rgba(201, 162, 39, 0.03); }

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: color 0.3s;
    font-family: inherit;
}
.faq-question:hover { color: var(--gold); }
.faq-item.active .faq-question { color: var(--gold); }

.faq-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.4);
}
.faq-item.active .faq-icon {
    background: rgba(201, 162, 39, 0.15);
    border-color: rgba(201, 162, 39, 0.3);
    color: var(--gold);
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-item.active .faq-answer { max-height: 300px; }
.faq-answer-inner {
    padding: 0 24px 20px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

/* ===== ACCOUNT PAGE ===== */
.account-guest-card {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}
.account-guest-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: rgba(201, 162, 39, 0.08);
    border: 1px solid rgba(201, 162, 39, 0.2);
    border-radius: 50%;
    color: var(--gold);
}
.account-guest-card h2 { font-size: 1.5rem; margin-bottom: 12px; }
.account-guest-card p { font-size: 0.9rem; color: rgba(255, 255, 255, 0.6); margin-bottom: 28px; }
.account-guest-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.account-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
@media (min-width: 900px) { .account-grid { grid-template-columns: 280px 1fr; } }

.account-sidebar {
    padding: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    height: fit-content;
}
.account-avatar { text-align: center; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.account-avatar-circle {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--black);
}
.account-avatar h3 { font-size: 1rem; margin-bottom: 4px; }
.account-avatar p { font-size: 0.8rem; color: rgba(255, 255, 255, 0.5); }

.account-nav { display: flex; flex-direction: column; gap: 4px; }
.account-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 8px;
    font-family: inherit;
    text-align: left;
}
.account-nav-item:hover { background: rgba(255, 255, 255, 0.05); color: white; }
.account-nav-item.active { background: rgba(201, 162, 39, 0.1); color: var(--gold); }
.account-nav-item svg { flex-shrink: 0; }
.account-logout { color: var(--red); margin-top: 12px; }
.account-logout:hover { background: rgba(230, 57, 70, 0.1); }

.account-content {
    padding: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}
.account-content h2 { font-size: 1.5rem; margin-bottom: 28px; }

.account-tab { display: none; }
.account-tab.active { display: block; }

.account-empty {
    text-align: center;
    padding: 40px 20px;
    color: rgba(255, 255, 255, 0.4);
}
.account-empty svg { margin-bottom: 16px; opacity: 0.4; }
.account-empty h3 { font-size: 1.1rem; margin-bottom: 8px; color: rgba(255, 255, 255, 0.6); }
.account-empty p { font-size: 0.88rem; margin-bottom: 20px; }

.account-form { display: flex; flex-direction: column; gap: 20px; }
.account-form .contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.account-form .form-group { display: flex; flex-direction: column; gap: 6px; }
.account-form label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.5); }
.account-form input {
    padding: 12px 14px;
    background: var(--black-light);
    border: 1px solid var(--black-lighter);
    color: white;
    font-family: inherit;
    font-size: 0.875rem;
    transition: border-color 0.3s;
}
.account-form input:focus { outline: none; border-color: var(--gold); }
.account-form input:disabled { opacity: 0.5; }

.settings-section { margin-bottom: 32px; }
.settings-section h3 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 16px; font-family: 'Inter', sans-serif; font-weight: 500; }
.setting-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 8px;
}
.setting-item h4 { font-size: 0.9rem; color: var(--white); margin-bottom: 4px; font-family: 'Inter', sans-serif; font-weight: 500; }
.setting-item p { font-size: 0.78rem; color: rgba(255, 255, 255, 0.4); }

.toggle-switch { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider {
    position: absolute;
    inset: 0;
    background: var(--black-lighter);
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.3s;
}
.toggle-slider::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s;
}
.toggle-switch input:checked + .toggle-slider { background: var(--gold); }
.toggle-switch input:checked + .toggle-slider::before { transform: translateX(20px); }

.btn-danger {
    padding: 8px 16px;
    background: transparent;
    border: 1px solid var(--red);
    color: var(--red);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
    flex-shrink: 0;
}
.btn-danger:hover { background: var(--red); color: white; }
.settings-danger { border-top: 1px solid rgba(230, 57, 70, 0.2); padding-top: 24px; }

/* ===== TOAST NOTIFICATIONS ===== */
.toast-container {
    position: fixed;
    top: 100px;
    right: 24px;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}
.toast {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: rgba(15, 15, 15, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 0.88rem;
    pointer-events: auto;
    transform: translateX(120%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 380px;
}
.toast.show { transform: translateX(0); }
.toast.toast-success { border-color: rgba(42, 157, 143, 0.4); }
.toast.toast-error { border-color: rgba(230, 57, 70, 0.4); }
.toast.toast-info { border-color: rgba(201, 162, 39, 0.4); }
.toast-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
}
.toast-success .toast-icon { background: rgba(42, 157, 143, 0.2); color: var(--green); }
.toast-error .toast-icon { background: rgba(230, 57, 70, 0.2); color: var(--red); }
.toast-info .toast-icon { background: rgba(201, 162, 39, 0.2); color: var(--gold); }

/* ===== FEATURED VEHICLE (Homepage) ===== */
.featured-vehicle {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, var(--black) 0%, rgba(15, 15, 15, 1) 50%, var(--black) 100%);
    overflow: hidden;
}
.featured-vehicle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10%;
    width: 40%;
    height: 60%;
    background: radial-gradient(ellipse, rgba(201, 162, 39, 0.04) 0%, transparent 70%);
    transform: translateY(-50%);
    pointer-events: none;
}

.featured-vehicle-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}
@media (min-width: 1024px) {
    .featured-vehicle-inner { grid-template-columns: 1.1fr 1fr; gap: 60px; }
}

.featured-vehicle-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.featured-vehicle-image img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.featured-vehicle-image:hover img { transform: scale(1.03); }
.featured-vehicle-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
}
.featured-vehicle-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 6px 14px;
    background: var(--gold);
    color: var(--black);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.featured-vehicle-category {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--gold);
    padding: 4px 12px;
    border: 1px solid rgba(201, 162, 39, 0.3);
    margin-bottom: 14px;
}
.featured-vehicle-name {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: var(--white);
}
.featured-vehicle-desc {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 28px;
}

.featured-vehicle-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}
@media (min-width: 480px) {
    .featured-vehicle-specs { grid-template-columns: repeat(4, 1fr); }
}
.featured-spec {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    transition: border-color 0.3s;
}
.featured-spec:hover { border-color: rgba(201, 162, 39, 0.25); }
.featured-spec svg { color: var(--gold); flex-shrink: 0; }
.featured-spec-value {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
}
.featured-spec-label {
    display: block;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.featured-vehicle-price {
    display: flex;
    align-items: baseline;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    padding: 20px;
    background: rgba(201, 162, 39, 0.05);
    border: 1px solid rgba(201, 162, 39, 0.15);
    border-radius: 12px;
}
.featured-price-value {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--gold);
}
.featured-price-unit {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}
.featured-price-promo {
    font-size: 0.8rem;
    color: var(--green);
    padding: 4px 10px;
    background: rgba(42, 157, 143, 0.1);
    border-radius: 4px;
}

.featured-vehicle-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.featured-vehicle-actions .btn-secondary {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ===== ADMIN DASHBOARD ===== */
.admin-section {
    padding: 120px 0 80px;
    min-height: 100vh;
    background: linear-gradient(to bottom, var(--black), var(--black-light));
    width: 100%;
}
.admin-section .container { max-width: 1400px; width: 100%; }

/* Admin Gate (login required) */
.admin-gate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    min-height: 50vh;
}
.admin-gate-icon { font-size: 3rem; margin-bottom: 20px; }
.admin-gate h2 { font-size: 1.8rem; margin-bottom: 12px; }
.admin-gate p { color: rgba(255, 255, 255, 0.5); margin-bottom: 28px; max-width: 400px; }

/* Admin Header */
.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}
.admin-title {
    font-size: 1.8rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 4px;
}
.admin-subtitle {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}
.btn-admin-refresh {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}
.btn-admin-refresh:hover { border-color: var(--gold); color: var(--gold); }
.btn-admin-refresh i { transition: transform 0.3s; }
.btn-admin-refresh:hover i { transform: rotate(180deg); }

/* Admin Stats Grid */
.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 36px;
}
@media (min-width: 640px) { .admin-stats-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 960px) { .admin-stats-grid { grid-template-columns: repeat(6, 1fr); gap: 16px; } }

.admin-stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
    transition: all 0.3s;
}
.admin-stat-card:hover {
    border-color: rgba(201, 162, 39, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.admin-stat-icon {
    font-size: 1.3rem;
    color: var(--gold);
    margin-bottom: 10px;
}
.admin-stat-card.stat-green .admin-stat-icon { color: var(--green); }
.admin-stat-card.stat-yellow .admin-stat-icon { color: #f0ad4e; }
.admin-stat-card.stat-blue .admin-stat-icon { color: #5dade2; }

.admin-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-bottom: 4px;
}
.admin-stat-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
}

/* Admin Tabs */
.admin-tabs {
    display: flex;
    gap: 2px;
    margin-bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.admin-tabs::-webkit-scrollbar { display: none; }
.admin-tab {
    padding: 16px 28px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    white-space: nowrap;
    margin-bottom: -2px;
}
.admin-tab:hover { color: rgba(255, 255, 255, 0.7); background: rgba(255, 255, 255, 0.03); }
.admin-tab.active {
    color: var(--gold);
    border-bottom-color: var(--gold);
    background: rgba(201, 162, 39, 0.04);
}
.admin-tab i { font-size: 0.9rem; }

/* Admin Tab Content */
.admin-tab-content {
    display: none;
    padding-top: 24px;
}
.admin-tab-content.active { display: block; animation: fadeInPanel 0.3s ease; }

/* Admin Toolbar */
.admin-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.admin-filter-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.admin-filter-group label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}
.admin-filter-group select {
    padding: 8px 12px;
    background: var(--black-light);
    border: 1px solid var(--black-lighter);
    border-radius: 6px;
    color: white;
    font-size: 0.8rem;
    font-family: inherit;
    color-scheme: dark;
}

/* Admin Table */
.admin-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    width: 100%;
    max-width: 100%;
}
.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 650px;
}
.admin-table thead th {
    padding: 14px 16px;
    text-align: left;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}
.admin-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.2s;
}
.admin-table tbody tr:hover { background: rgba(255, 255, 255, 0.03); }
.admin-table tbody tr:last-child { border-bottom: none; }
.admin-table tbody td {
    padding: 14px 16px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.admin-cell-main { font-weight: 500; color: rgba(255, 255, 255, 0.9); }
.admin-cell-sub { font-size: 0.75rem; color: rgba(255, 255, 255, 0.4); margin-top: 2px; }
.admin-price { font-weight: 600; color: var(--gold); }
.admin-loading, .admin-empty {
    text-align: center;
    padding: 32px 16px !important;
    color: rgba(255, 255, 255, 0.3);
    font-style: italic;
}

/* Admin Badges */
.admin-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.admin-badge.status-confirmed { background: rgba(42, 157, 143, 0.15); color: var(--green); }
.admin-badge.status-pending { background: rgba(240, 173, 78, 0.15); color: #f0ad4e; }
.admin-badge.status-cancelled { background: rgba(230, 57, 70, 0.15); color: var(--red); }
.admin-badge.status-completed { background: rgba(93, 173, 226, 0.15); color: #5dade2; }
.admin-badge.status-refunded { background: rgba(155, 89, 182, 0.15); color: #9b59b6; }

/* Admin Tab Badge (unread counter) */
.admin-tab-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: var(--red, #e74c3c);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    margin-left: 6px;
    line-height: 1;
}

/* Contact row unread highlight */
.admin-table tr.contact-unread {
    background: rgba(201, 162, 39, 0.06);
}
.admin-table tr.contact-unread td:first-child {
    border-left: 3px solid var(--gold);
}

/* Admin Action Buttons */
.admin-actions-cell { white-space: nowrap; }
.btn-admin-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s;
    margin-right: 4px;
}
.btn-admin-sm:hover { border-color: var(--gold); color: var(--gold); }
.btn-admin-sm.btn-confirm { border-color: rgba(42, 157, 143, 0.3); color: var(--green); }
.btn-admin-sm.btn-confirm:hover { background: var(--green); color: white; border-color: var(--green); }
.btn-admin-sm.btn-cancel { border-color: rgba(230, 57, 70, 0.3); color: var(--red); }
.btn-admin-sm.btn-cancel:hover { background: var(--red); color: white; border-color: var(--red); }
.btn-admin-sm.btn-complete { border-color: rgba(93, 173, 226, 0.3); color: #5dade2; }
.btn-admin-sm.btn-complete:hover { background: #5dade2; color: white; border-color: #5dade2; }
.btn-admin-sm.btn-toggle { border-color: rgba(240, 173, 78, 0.3); color: #f0ad4e; }
.btn-admin-sm.btn-toggle:hover { background: #f0ad4e; color: var(--black); border-color: #f0ad4e; }

/* Admin Vehicle Image */
.admin-vehicle-img {
    width: 70px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Global Mobile Fixes */
@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .nav-logo img { height: 65px; margin-top: 8px; }
    .nav-container { height: 75px; }
}

/* Admin Responsive */
@media (max-width: 768px) {
    .admin-section { padding: 100px 0 60px; }
    .admin-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .admin-tab { padding: 12px 16px; font-size: 0.8rem; }
    .admin-header { flex-direction: column; }
    .admin-table-wrapper { border-radius: 8px; }
    #analytics-dashboard { grid-template-columns: 1fr !important; }
    #analytics-dashboard > div:first-child { grid-column: 1 !important; }
}
@media (max-width: 480px) {
    .admin-section { padding: 90px 0 40px; }
    .admin-stats-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .admin-stat-card { padding: 16px 12px; }
    .admin-tab { padding: 10px 14px; font-size: 0.75rem; }
}

/* ===== ADMIN — SEARCH ===== */
.admin-search-group {
    position: relative;
    flex: 1;
    max-width: 320px;
}
.admin-search-group input {
    width: 100%;
    padding: 9px 14px 9px 36px;
    background: var(--black-light);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: white;
    font-size: 0.82rem;
    font-family: inherit;
    transition: border-color 0.3s;
}
.admin-search-group input:focus {
    outline: none;
    border-color: var(--gold);
}
.admin-search-group input::placeholder { color: rgba(255, 255, 255, 0.3); }
.admin-search-group i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
}

/* ===== ADMIN — MODALS ===== */
.admin-modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.admin-modal {
    background: var(--black-light);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    width: 95%;
    max-width: 750px;
    max-height: 88vh;
    overflow-y: auto;
    animation: fadeInPanel 0.3s ease;
}
.admin-modal.admin-modal-sm { max-width: 540px; }
.admin-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.admin-modal-header h3 {
    font-size: 1.1rem;
    font-family: 'Playfair Display', serif;
    display: flex; align-items: center; gap: 10px;
}
.admin-modal-header h3 i { color: var(--gold); }
.admin-modal-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
    transition: color 0.2s;
}
.admin-modal-close:hover { color: white; }
.admin-modal-body { padding: 24px; }
.admin-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-wrap: wrap;
}

/* Modal Detail Grid */
.modal-vehicle-img {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.modal-vehicle-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.modal-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.modal-detail-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.modal-detail-item label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.4);
}
.modal-detail-item span {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.85);
}
.modal-detail-item a { color: var(--gold); text-decoration: none; }
.modal-detail-item a:hover { text-decoration: underline; }
.modal-detail-id { grid-column: 1 / -1; }
.modal-detail-id span { font-size: 0.72rem; font-family: monospace; color: rgba(255, 255, 255, 0.35); word-break: break-all; }
.modal-price { color: var(--gold) !important; font-weight: 600; font-size: 1rem !important; }
.modal-refund { color: var(--green) !important; font-weight: 600; }

/* Admin Buttons (modal footer) */
.btn-admin {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s;
}
.btn-admin:hover { border-color: rgba(255, 255, 255, 0.3); }
.btn-admin.btn-success { background: var(--green); color: white; border-color: var(--green); }
.btn-admin.btn-success:hover { opacity: 0.85; }
.btn-admin.btn-warning { background: #f0ad4e; color: var(--black); border-color: #f0ad4e; }
.btn-admin.btn-warning:hover { opacity: 0.85; }
.btn-admin.btn-danger { background: var(--red); color: white; border-color: var(--red); }
.btn-admin.btn-danger:hover { opacity: 0.85; }
.btn-admin.btn-secondary { background: rgba(255, 255, 255, 0.05); }
.btn-admin:disabled { opacity: 0.5; cursor: not-allowed; }

/* Booking Row Clickable */
.booking-row { cursor: pointer; }
.booking-row:hover { background: rgba(201, 162, 39, 0.04) !important; }

/* Refund Buttons */
.btn-admin-sm.btn-refund { border-color: rgba(240, 173, 78, 0.3); color: #f0ad4e; }
.btn-admin-sm.btn-refund:hover { background: #f0ad4e; color: var(--black); border-color: #f0ad4e; }
.btn-admin-sm.btn-view { border-color: rgba(93, 173, 226, 0.3); color: #5dade2; text-decoration: none; }
.btn-admin-sm.btn-view:hover { background: #5dade2; color: white; border-color: #5dade2; }

/* Refund Modal Specifics */
.refund-info {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 18px;
}
.refund-info p { margin: 4px 0; font-size: 0.85rem; color: rgba(255, 255, 255, 0.7); }
.refund-info strong { color: rgba(255, 255, 255, 0.9); }
.refund-preview {
    margin-top: 14px;
    padding: 14px;
    background: rgba(42, 157, 143, 0.08);
    border: 1px solid rgba(42, 157, 143, 0.2);
    border-radius: 8px;
}
.refund-preview-amount { font-size: 0.9rem; color: var(--green); margin: 0; }
.refund-preview-amount strong { font-size: 1.1rem; }
.admin-modal-body .form-group { margin-bottom: 14px; }
.admin-modal-body .form-group label { display: block; font-size: 0.78rem; color: rgba(255, 255, 255, 0.5); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.04em; }
.admin-modal-body select,
.admin-modal-body input,
.admin-modal-body textarea {
    width: 100%;
    padding: 10px 14px;
    background: var(--black);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: white;
    font-size: 0.85rem;
    font-family: inherit;
    color-scheme: dark;
}
.admin-modal-body select:focus,
.admin-modal-body input:focus,
.admin-modal-body textarea:focus { outline: none; border-color: var(--gold); }

/* ===== RESERVATION — SUGGESTED SLOTS ===== */
.suggested-slots-section {
    background: linear-gradient(135deg, rgba(42, 157, 143, 0.08), rgba(201, 162, 39, 0.06));
    border: 1px solid rgba(42, 157, 143, 0.2);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}
.suggested-slots-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.suggested-slots-title i { color: var(--gold); }
.suggested-slots-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}
.suggested-slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}
.suggested-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 16px 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s;
    color: white;
    font-family: inherit;
}
.suggested-slot:hover {
    border-color: var(--gold);
    background: rgba(201, 162, 39, 0.08);
    transform: translateY(-2px);
}
.suggested-slot i { font-size: 1.2rem; color: var(--gold); }
.suggested-slot-label { font-size: 0.82rem; font-weight: 500; }
.suggested-slot-sub { font-size: 0.72rem; color: rgba(255, 255, 255, 0.45); }

/* ===== RESERVATION — AVAILABILITY CALENDAR ===== */
.availability-calendar { margin-bottom: 16px; }
.avail-cal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.avail-cal-label { font-size: 0.82rem; color: rgba(255, 255, 255, 0.5); }
.avail-cal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
    gap: 4px;
}
@media (min-width: 768px) { .avail-cal-grid { grid-template-columns: repeat(15, 1fr); } }
.avail-cal-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 2px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
    background: rgba(42, 157, 143, 0.08);
}
.avail-cal-day:hover {
    border-color: var(--gold);
    transform: scale(1.08);
}
.avail-cal-day.today {
    border-color: var(--gold);
    background: rgba(201, 162, 39, 0.12);
}
.avail-cal-day.booked {
    background: rgba(230, 57, 70, 0.15);
    opacity: 0.6;
    cursor: not-allowed;
}
.avail-cal-day.partial {
    background: rgba(240, 173, 78, 0.15);
}
.avail-cal-day.weekend .avail-cal-dayname { color: rgba(255, 255, 255, 0.3); }
.avail-cal-dayname {
    font-size: 0.58rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.03em;
}
.avail-cal-daynum {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}
.avail-cal-day.booked .avail-cal-daynum { color: var(--red); text-decoration: line-through; }
.avail-cal-day.partial .avail-cal-daynum { color: #f0ad4e; }

/* Time Slot Status Indicator */
.slot-status { font-size: 0.72rem; font-weight: 400; }
.slot-status-free { color: var(--green); }
.slot-status-free i { margin-right: 3px; }
.slot-status-partial { color: #f0ad4e; }
.slot-status-partial i { margin-right: 3px; }
.slot-status-full { color: var(--red); }
.slot-status-full i { margin-right: 3px; }

/* Unavailable Time Slot */
.time-slot-btn.slot-unavailable {
    opacity: 0.3;
    text-decoration: line-through;
    border-color: rgba(230, 57, 70, 0.3) !important;
    cursor: not-allowed;
    pointer-events: none;
}

/* Legend partial dot */
.legend-dot.partial {
    background: #f0ad4e;
}

/* ===== ADMIN — RESPONSIVE MODALS & MOBILE ===== */
@media (max-width: 768px) {
    .admin-modal {
        max-width: 100vw;
        width: 100%;
        border-radius: 12px 12px 0 0;
        max-height: 92vh;
        margin-top: auto;
    }
    .admin-modal-overlay {
        align-items: flex-end;
        padding: 0;
    }
    .admin-modal-body { padding: 16px; }
    .admin-modal-header { padding: 16px; }
    .admin-modal-footer {
        padding: 12px 16px;
        justify-content: stretch;
    }
    .admin-modal-footer .btn-admin { flex: 1; justify-content: center; }
    .modal-detail-grid { grid-template-columns: 1fr; }
    .admin-toolbar {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }
    .admin-search-group { max-width: 100%; }
    .admin-filter-group {
        flex-wrap: wrap;
        gap: 6px;
    }
    .admin-filter-group select {
        flex: 1;
        min-width: 120px;
    }
    .admin-header h2 { font-size: 1.3rem; }
    .admin-table {
        font-size: 0.78rem;
        min-width: 500px;
    }
    .admin-vehicle-img {
        width: 50px;
        height: 32px;
    }
}
@media (max-width: 480px) {
    .admin-modal-header h3 { font-size: 0.95rem; }
    .admin-modal-footer {
        flex-direction: column;
        gap: 8px;
    }
    .admin-modal-footer button,
    .admin-modal-footer .btn-admin {
        width: 100%;
        justify-content: center;
    }
    .admin-stat-card .stat-value { font-size: 1.3rem; }
    .admin-modal-body { padding: 12px; }
    .modal-detail-item label { font-size: 0.75rem; }
    .modal-detail-item input,
    .modal-detail-item select,
    .modal-detail-item textarea {
        font-size: 0.85rem;
        padding: 8px 10px;
    }
}

/* ===== BADGE POPULAIRE ===== */
.offer-pill-badge {
    position: absolute;
    top: -8px;
    right: 12px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 2px 8px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
    animation: badgePulse 2s ease infinite;
}
@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
.offer-pill.active .offer-pill-badge {
    background: var(--black);
    color: var(--gold);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* ===== STEP 2 TRUST SIGNALS ===== */
.step2-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 14px 0;
    margin: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.step2-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}
.step2-trust-item svg { color: var(--green); stroke: var(--green); flex-shrink: 0; }

/* ===== STICKY MOBILE PRICE BAR ===== */
.mobile-price-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(10, 10, 10, 0.96);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(201, 162, 39, 0.2);
    padding: 12px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}
.mobile-price-bar-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.mobile-price-bar-amount {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gold);
}
.mobile-price-bar-detail {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
}
.mobile-price-bar-btn {
    background: var(--gold);
    color: var(--black);
    border: none;
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
}
.mobile-price-bar-btn:hover {
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.4);
}

/* Light theme mobile price bar */
[data-theme="light"] .mobile-price-bar {
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}
[data-theme="light"] .mobile-price-bar-detail { color: rgba(0, 0, 0, 0.5); }

/* Show mobile price bar only on mobile when on step 2 */
@media (max-width: 768px) {
    .mobile-price-bar.visible { display: flex; }
    /* Add padding at bottom to avoid content being hidden behind sticky bar */
    body.has-mobile-bar { padding-bottom: 72px; }
}

/* ===== HIDDEN ELEMENTS (remplace style="display:none") ===== */
.hidden-initial { display: none; }
.btn-full-width { width: 100%; margin-top: 12px; }

/* ============================================================
   UX/UI ENHANCEMENT — Reservation Flow
   ============================================================ */

/* --- Fix: WhatsApp button z-index vs stepper --- */
.reservation .reservation-steps { position: relative; z-index: 5; }
.wa-chat-widget { z-index: 4 !important; }
.reservation .wa-fab { bottom: 20px; right: 20px; }

/* --- Step 1: Vehicle Cards Enhancement --- */
.vehicle-select-card img {
    height: 170px;
}
@media (min-width: 960px) {
    .vehicle-select-card img { height: 180px; }
}
.vehicle-select-info {
    padding: 16px 18px;
}
.vehicle-select-name {
    font-size: 0.8rem;
    margin-bottom: 2px;
}
.vehicle-select-model {
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.vehicle-select-specs {
    font-size: 0.75rem;
    gap: 12px;
    margin-bottom: 12px;
}
.vehicle-select-price {
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.vehicle-select-card {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 14px;
}
.vehicle-select-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.4));
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
    z-index: 1;
}
.vehicle-select-card:hover::before {
    opacity: 1;
}
.vehicle-select-card.selected {
    transform: translateY(-4px);
    border-width: 2px;
}

/* "Sélectionné" label on selected card */
.vehicle-select-card.selected .vehicle-select-info::after {
    content: 'Selectionne';
    display: inline-block;
    background: var(--gold);
    color: var(--black);
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 8px;
}

/* Continue button enhancement */
.reservation-nav-buttons .btn-primary:not(.btn-back) {
    min-width: 180px;
    padding: 14px 28px;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
}
.reservation-nav-buttons .btn-primary:not(.btn-back):hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 162, 39, 0.3);
}

/* --- Step 2: Calendar enhancements --- */
.vcal-sel-card {
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.08);
}
.vcal-sel-price {
    text-shadow: 0 0 12px rgba(201, 162, 39, 0.2);
}

/* Time slots — more compact and elegant */
.time-slot-btn {
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 500;
}
.time-slot-btn.selected {
    box-shadow: 0 0 20px rgba(201, 162, 39, 0.4);
}

/* Datetime blocks (legacy compat) */
.datetime-block {
    border-radius: 12px;
    padding: 22px;
    border-color: rgba(255, 255, 255, 0.06);
}
/* PR section enhancements */
.pr-card-header .slot-status {
    margin-left: auto;
}

/* Price estimator enhancement */
.price-summary {
    border-radius: 12px;
    border: 1px solid rgba(201, 162, 39, 0.15);
    background: rgba(201, 162, 39, 0.04);
}
.price-summary h3 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.price-summary h3::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 18px;
    background: var(--gold);
    border-radius: 2px;
}
.price-row.total {
    font-size: 1.1rem;
    padding-top: 14px;
    margin-top: 8px;
}

/* --- Step 3: Recap & Payment Enhancement --- */
.recap-final {
    border: 1px solid rgba(201, 162, 39, 0.2);
    background: rgba(201, 162, 39, 0.04);
    border-radius: 14px;
}
.recap-vehicle-card {
    border-radius: 10px;
    border: 1px solid rgba(201, 162, 39, 0.12);
}
.recap-vehicle-card img {
    width: 110px;
    height: 70px;
    border-radius: 8px;
}

/* Client info section */
.client-info-section {
    border-radius: 12px;
}
.client-info-section h3 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.client-info-section h3::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 18px;
    background: var(--gold);
    border-radius: 2px;
}

/* Stripe section enhancement */
.stripe-badge {
    border-radius: 10px;
    padding: 14px 18px;
    gap: 10px;
    font-size: 0.82rem;
    background: rgba(99, 91, 255, 0.06);
    border-color: rgba(99, 91, 255, 0.15);
}

/* Pay button — prominent CTA */
.btn-submit#pay-btn {
    padding: 18px 32px;
    font-size: 1rem;
    letter-spacing: 0.06em;
    background: linear-gradient(135deg, var(--gold), #d4a843);
    color: var(--black);
    border: none;
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.3);
}
.btn-submit#pay-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(201, 162, 39, 0.45);
}
.btn-submit#pay-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.6s ease;
}
.btn-submit#pay-btn:hover::after {
    left: 100%;
}

/* --- Reassurance Elements --- */
.reservation-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 8px;
}
.reassurance-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}
.reassurance-item svg {
    color: var(--green);
    flex-shrink: 0;
}

/* --- Stepper Improvements --- */
.reservation-steps {
    margin-bottom: 32px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.step-number {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
}
.step-label {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
}

/* --- Hero Section — more compact on reservation page --- */
.page-hero {
    padding-top: 120px;
    padding-bottom: 40px;
}
@media (max-width: 768px) {
    .page-hero { padding-top: 100px; padding-bottom: 30px; }
}
.hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    margin-bottom: 8px;
}
.hero-subtitle {
    font-size: 0.95rem;
}

/* --- Smooth transitions between steps --- */
.reservation-panel.active {
    animation: stepFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes stepFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Mobile optimizations --- */
@media (max-width: 600px) {
    .reservation-form { padding: 20px 16px; }
    .vehicle-select-card img { height: 160px; }
    .vehicle-select-info { padding: 14px; }
    .datetime-block { padding: 16px; }
    .price-summary { padding: 16px; }
    .client-info-section { padding: 16px; }
    .vcal-month { padding: 10px; }
    .reservation-nav-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .reservation-nav-buttons .btn-primary {
        width: 100%;
        text-align: center;
    }
    .reservation-nav-buttons .btn-back {
        order: 2;
    }
    .reservation-nav-buttons .btn-primary:not(.btn-back) {
        order: 1;
    }
}

/* --- Light theme adjustments --- */
[data-theme="light"] .reservation-steps {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.06);
}
[data-theme="light"] .price-summary {
    background: rgba(184, 148, 29, 0.04) !important;
    border-color: rgba(184, 148, 29, 0.15) !important;
}
[data-theme="light"] .recap-final {
    background: rgba(184, 148, 29, 0.03);
    border-color: rgba(184, 148, 29, 0.12);
}
[data-theme="light"] .btn-submit#pay-btn {
    color: #fff;
    background: linear-gradient(135deg, #b8941d, #c9a227);
}
[data-theme="light"] .reassurance-item {
    color: rgba(0, 0, 0, 0.5);
}
[data-theme="light"] .vehicle-select-card.selected .vehicle-select-info::after {
    color: #fff;
}
