/*
Theme Name: XLEV Theme — Cho Thuê Xe Tự Lái Xuân Lộc
Theme URI: https://xlev.vn
Author: XLEV Team
Author URI: https://xlev.vn
Description: Giao diện Dark Luxury cao cấp dành riêng cho dịch vụ cho thuê xe ô tô điện tự lái XLEV tại Xuân Lộc, Đồng Nai. Tương thích 100% Elementor Page Builder, tối ưu di động (Mobile-First), tải nhanh chuẩn SEO.
Version: 1.0.0
Text Domain: xlev
*/

:root {
    --bg-main: #090d16;
    --bg-card: rgba(15, 23, 42, 0.75);
    --bg-card-hover: rgba(30, 41, 59, 0.85);
    --border-card: rgba(255, 255, 255, 0.08);
    --border-neon: rgba(53, 245, 165, 0.3);
    --brand-neon: #35f5a5;
    --brand-neon-hover: #2ee094;
    --brand-glow: rgba(53, 245, 165, 0.25);
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
    --text-dim: #64748b;
    --font-heading: 'Space Grotesk', 'Be Vietnam Pro', -apple-system, sans-serif;
    --font-body: 'Be Vietnam Pro', -apple-system, sans-serif;
}

/* Biến màu cho chế độ Sáng (Light Mode) */
html.light-mode,
body.light-mode {
    --bg-main: #f8fafc;
    --bg-card: #ffffff;
    --bg-card-hover: #f1f5f9;
    --border-card: rgba(0, 0, 0, 0.08);
    --border-neon: rgba(5, 150, 105, 0.4);
    --brand-neon: #059669;
    --brand-neon-hover: #047857;
    --brand-glow: rgba(5, 150, 105, 0.2);
    --text-main: #0f172a;
    --text-muted: #475569;
    --text-dim: #64748b;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-main);
    color: var(--text-main);
    font-family: var(--font-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-main);
    font-weight: 700;
    letter-spacing: -0.02em;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Glassmorphism & Card styling */
.xlev-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.xlev-card:hover {
    border-color: var(--border-neon);
    box-shadow: 0 10px 30px -10px var(--brand-glow);
    transform: translateY(-2px);
}

.xlev-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 600;
    background: rgba(53, 245, 165, 0.1);
    border: 1px solid rgba(53, 245, 165, 0.25);
    color: var(--brand-neon);
}

.xlev-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--brand-neon);
    color: #090d16;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px var(--brand-glow);
    transition: all 0.2s ease;
}

.xlev-btn-primary:hover {
    background: var(--brand-neon-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 25px rgba(53, 245, 165, 0.4);
}

.xlev-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: all 0.2s ease;
}

.xlev-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
