:root {
  /* KIM NGOC GREEN PREMIUM PALETTE - Professional Green/White Theme */
  --primary: #059669;
  --primary-dark: #047857;
  --primary-glow: rgba(5, 150, 105, 0.25);
  --secondary: #0D9488;
  --secondary-glow: rgba(13, 148, 136, 0.25);
  --navy: #064E3B;
  --navy-light: #065F46;
  --text: #1F2937;
  --text-light: #4B5563;
  --text-muted: #6B7280;
  --background: #F9FAFB;
  --background-alt: #F3F4F6;
  --surface: #FFFFFF;
  --surface-2: #F9FAFB;
  --card-bg: rgba(255, 255, 255, 0.98);
  --border: #E5E7EB;
  --border-light: #F3F4F6;
  --border-glow: rgba(5, 150, 105, 0.12);
  --success: #059669;
  --danger: #DC2626;
  --warning: #D97706;
  
  /* PREMIUM SHADOWS */
  --shadow-xs: 0 1px 3px rgba(21, 22, 27, 0.05);
  --shadow-sm: 0 3px 8px rgba(21, 22, 27, 0.07);
  --shadow-md: 0 8px 24px rgba(21, 22, 27, 0.09);
  --shadow-lg: 0 20px 48px rgba(21, 22, 27, 0.12);
  --shadow-xl: 0 28px 64px rgba(21, 22, 27, 0.15);
  --shadow-card: 0 4px 20px rgba(21, 22, 27, 0.08);
  --shadow-glow: 0 0 32px rgba(222, 118, 33, 0.15);
  
  /* PREMIUM RADII */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-2xl: 28px;
  
  /* PREMIUM TRANSITIONS */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section, article, div, form, nav, header, footer { min-width: 0; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--background);
  background-image: var(--background-gradient);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Premium Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Premium Scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--background); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--text-muted); }

/* Theme Toggle Icons */
[data-theme="dark"] .icon-sun { display: none; }
[data-theme="dark"] .icon-moon { display: block; }
.icon-sun { display: block; }
.icon-moon { display: none; }

[data-theme="dark"],
.theme-dark {
  --background: #0F172A;
  --background-alt: #1E293B;
  --surface: rgba(30, 41, 59, 0.95);
  --surface-2: rgba(51, 65, 85, 0.95);
  --card-bg: rgba(51, 65, 85, 0.96);
  --navy: #F8FAFC;
  --navy-light: #CBD5E1;
  --text: #F8FAFC;
  --text-light: #CBD5E1;
  --text-muted: #94A3B8;
  --border: rgba(255, 255, 255, 0.12);
  --border-light: rgba(255, 255, 255, 0.08);
  --border-glow: rgba(5, 150, 105, 0.2);
  --primary: #10B981;
  --primary-dark: #059669;
  --primary-glow: rgba(16, 185, 129, 0.3);
  --shadow-sm: 0 3px 8px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.4);
  --shadow-xl: 0 28px 64px rgba(0, 0, 0, 0.5);
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.3);
  --shadow-glow: 0 0 32px rgba(16, 185, 129, 0.25);

  /* Header - Dark blue-green */
  --kg-header-bg: #0F172A;
  --kg-header-bg-soft: #1E293B;
  --kg-header-surface: rgba(15, 23, 42, 0.96);
  --kg-header-border: rgba(255, 255, 255, .14);
  --kg-nav-text: #F8FAFC;
  --kg-nav-muted: rgba(248, 250, 252, .76);
  --kg-nav-hover-bg: rgba(16, 185, 129, .15);
  --kg-nav-active-bg: rgba(16, 185, 129, .24);
  --kg-nav-active-text: #10B981;
  --kg-accent: #14B8A6;
  --kg-accent-2: #2DD4BF;
  --kg-cyan: #22D3EE;

  /* Form/Booking Card - Dark surface */
  --kg-form-bg: #1E293B;
  --kg-form-surface: #334155;
  --kg-form-surface-2: #475569;
  --kg-form-text: #F8FAFC;
  --kg-form-muted: #CBD5E1;
  --kg-form-border: rgba(255, 255, 255, .14);
  --kg-form-border-strong: rgba(255, 255, 255, .26);
  --kg-form-focus: #10B981;
  --kg-form-focus-ring: rgba(16, 185, 129, .24);
}

/* Dark theme booking panel */
[data-theme="dark"] .booking-panel,
[data-theme="dark"] .booking-container,
[data-theme="dark"] .kg-quick-booking,
[data-theme="dark"] .quick-booking,
[data-theme="dark"] .booking-form-card {
  background: var(--kg-form-bg, #151C18) !important;
  border-color: var(--kg-form-border, rgba(255, 255, 255, .14)) !important;
  color: var(--kg-form-text, #FBF7EF);
}

[data-theme="dark"] .booking-panel h2,
[data-theme="dark"] .booking-panel h3,
[data-theme="dark"] .booking-container h2,
[data-theme="dark"] .booking-container h3 {
  color: var(--kg-form-text, #FBF7EF) !important;
}

[data-theme="dark"] .booking-panel p,
[data-theme="dark"] .booking-container p {
  color: var(--kg-form-muted, #C6BBAA) !important;
}

[data-theme="dark"] .booking-panel label,
[data-theme="dark"] .booking-container label {
  color: var(--kg-form-muted, #C6BBAA) !important;
}

/* LIGHT THEME OVERRIDES - Professional Green/White Theme
   Clean white/light backgrounds with green accents */
[data-theme="light"] {
  /* Clean white backgrounds */
  --background: #F9FAFB;
  --background-alt: #F3F4F6;
  --surface: #FFFFFF;
  --surface-2: #F9FAFB;
  --card-bg: #FFFFFF;

  /* Header - WHITE/GLASS */
  --bm-header-page-bg: #ffffff;
  --bm-header-bg: rgba(255, 255, 255, .96);
  --bm-header-border: rgba(5, 150, 105, .10);
  --bm-header-shadow: 0 8px 32px rgba(0, 0, 0, .08);

  /* Nav - Dark text, green active */
  --bm-nav-text: #1F2937;
  --bm-nav-muted: #6B7280;
  --bm-nav-pill-bg: transparent;
  --bm-nav-pill-hover: rgba(5, 150, 105, .08);
  --bm-nav-pill-active: rgba(5, 150, 105, .12);
  --bm-nav-pill-active-text: #059669;

  /* Dropdown - White/clean */
  --bm-dropdown-bg: rgba(255, 255, 255, .98);
  --bm-dropdown-title-bg: rgba(5, 150, 105, .08);
  --bm-dropdown-title-text: #064E3B;
  --bm-dropdown-text: #374151;
  --bm-dropdown-muted: #9CA3AF;
  --bm-dropdown-border: rgba(5, 150, 105, .12);
  --bm-dropdown-shadow: 0 20px 50px rgba(0, 0, 0, .12);

  --bm-accent: #059669;
  --bm-accent-2: #10B981;

  /* Footer - Professional dark */
  --footer-bg: #064E3B;

  /* Text - Clean dark */
  --text: #1F2937;
  --text-light: #4B5563;
  --text-muted: #6B7280;

  /* Borders - Subtle gray */
  --border: rgba(107, 114, 128, .15);
  --border-light: rgba(107, 114, 128, .10);

  /* Accents - Green CTA */
  --primary: #059669;
  --primary-dark: #047857;
  --primary-glow: rgba(5, 150, 105, 0.25);

  /* Navy for specific dark elements */
  --navy: #064E3B;
  --navy-light: #065F46;

  /* Dropdown - Clean for light mode */
  --dropdown-bg: var(--bm-dropdown-bg);
  --dropdown-border: var(--bm-dropdown-border);

  /* Shadows - Subtle */
  --shadow-soft: 0 12px 40px rgba(0, 0, 0, .06);
  --shadow-card: 0 16px 48px rgba(0, 0, 0, .08);

  /* Form/Booking Card - White */
  --kg-form-bg: #FFFFFF;
  --kg-form-surface: #F9FAFB;
  --kg-form-surface-2: #F3F4F6;
  --kg-form-text: #1F2937;
  --kg-form-muted: #6B7280;
  --kg-form-border: rgba(107, 114, 128, .20);
  --kg-form-border-strong: rgba(107, 114, 128, .35);
  --kg-form-focus: #10B981;
  --kg-form-focus-ring: rgba(16, 185, 129, .20);

  /* Header - White/glass */
  --kg-header-bg: var(--bm-header-bg);
  --kg-header-bg-soft: rgba(255, 255, 255, .98);
  --kg-header-surface: var(--bm-header-bg);
  --kg-header-border: var(--bm-header-border);
  --kg-header-shadow: var(--bm-header-shadow);

  /* Nav - Dark text in light mode */
  --kg-nav-text: var(--bm-nav-text);
  --kg-nav-muted: var(--bm-nav-muted);
  --kg-nav-hover-bg: var(--bm-nav-pill-hover);
  --kg-nav-active-bg: var(--bm-nav-pill-active);
  --kg-nav-active-text: var(--bm-nav-pill-active-text);
  --kg-accent: var(--bm-accent);
  --kg-accent-2: var(--bm-accent-2);
  --kg-cyan: #14B8A6;
}

/* ============================================
   LIGHT THEME HEADER - BAO MAI LIGHT CONTRACT
   White/glass header, dark nav text, warm cream active
   ============================================ */
/* Light theme header - WHITE/GLASS like Bao Mai */
[data-theme="light"] .site-header {
  background: rgba(255, 255, 255, .94) !important;
  border-color: rgba(17, 24, 39, .08) !important;
  background-image: none !important;
  box-shadow: 0 14px 36px rgba(17, 24, 39, .08) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

[data-theme="light"] .site-header .brand {
  color: #1f2937 !important;
}

[data-theme="light"] .site-header .brand-mark {
  background: var(--primary) !important;
}

[data-theme="light"] .site-header .site-nav a,
[data-theme="light"] .site-header .site-nav .nav-link {
  color: #1f2937 !important;
}

[data-theme="light"] .site-header .site-nav a:hover,
[data-theme="light"] .site-header .site-nav .nav-link:hover {
  background: #FFF3E4;
  color: #1f2937 !important;
}

[data-theme="light"] .site-header .site-nav a.active,
[data-theme="light"] .site-header .site-nav .nav-link.active {
  background: rgba(5, 150, 105, 0.12) !important;
  color: #059669 !important;
}

/* Light theme header actions - dark on white */
[data-theme="light"] .site-header .theme-toggle-btn {
  background: rgba(17, 24, 39, 0.06) !important;
  border-color: rgba(17, 24, 39, 0.10) !important;
  color: var(--bm-nav-text, #1f2937) !important;
}

[data-theme="light"] .site-header .theme-toggle-btn:hover {
  background: var(--bm-nav-pill-hover, #FFF3E4) !important;
}

[data-theme="light"] .site-header .btn-call {
  background: rgba(17, 24, 39, 0.06);
  color: var(--bm-nav-text, #1f2937);
  border: 1px solid rgba(17, 24, 39, 0.10);
}

[data-theme="light"] .site-header .btn-call:hover {
  background: var(--bm-accent, #F47A12);
  color: #fff;
  border-color: var(--bm-accent, #F47A12);
}

[data-theme="light"] .site-header .btn-zalo {
  background: #0068ff;
  color: #fff;
}

/* Light mode CTA buttons */
[data-theme="light"] .header-actions .btn-call {
  background: rgba(17, 24, 39, 0.06);
  color: #1f2937;
  border: 1px solid rgba(17, 24, 39, 0.10);
}

[data-theme="light"] .header-actions .btn-call:hover {
  background: #F47A12;
  color: #fff;
  border-color: #F47A12;
}

[data-theme="light"] .header-actions .btn-zalo {
  background: #0068ff;
  color: #fff;
  border: none;
}

[data-theme="light"] .header-actions .btn-zalo:hover {
  background: #0052cc;
}

[data-theme="light"] .header-actions .theme-toggle-btn {
  background: rgba(17, 24, 39, 0.06);
  border-color: rgba(17, 24, 39, 0.10);
  color: #1f2937;
}

[data-theme="light"] .header-actions .theme-toggle-btn:hover {
  background: #FFF3E4;
}

[data-theme="light"] .site-header .dropdown-toggle {
  color: var(--bm-nav-text, #1f2937) !important;
}

/* ============================================
   LIGHT THEME DROPDOWN - BAO MAI LIGHT CONTRACT
   White/cream dropdown, NOT dark green
   ============================================ */
/* Light mode dropdown panel - white/cream */
[data-theme="light"] .dropdown-menu,
[data-theme="light"] .mega-dropdown,
[data-theme="light"] .kg-dropdown {
  background: var(--bm-dropdown-bg, rgba(255, 255, 255, .96)) !important;
  border: 1px solid var(--bm-dropdown-border, rgba(17, 24, 39, .10)) !important;
  box-shadow: var(--bm-dropdown-shadow, 0 24px 70px rgba(17, 24, 39, .16)) !important;
  border-radius: 22px;
}

/* Light mode dropdown items - dark text */
[data-theme="light"] .dropdown-menu a,
[data-theme="light"] .mega-dropdown a,
[data-theme="light"] .mega-column a,
[data-theme="light"] .kg-dropdown-list a {
  color: var(--bm-dropdown-text, #374151) !important;
}

[data-theme="light"] .dropdown-menu a:hover,
[data-theme="light"] .mega-dropdown a:hover,
[data-theme="light"] .mega-column a:hover,
[data-theme="light"] .kg-dropdown-list a:hover {
  background: #FFF7ED !important;
  color: var(--bm-accent, #F47A12) !important;
}

[data-theme="light"] .dropdown-menu a::before,
[data-theme="light"] .mega-dropdown a::before,
[data-theme="light"] .mega-column a::before {
  background: #D1D5DB !important;
}

[data-theme="light"] .dropdown-menu a:hover::before {
  background: var(--bm-accent, #F47A12) !important;
}

/* Light mode mega column title */
[data-theme="light"] .mega-column-title,
[data-theme="light"] .kg-mega-title {
  background: var(--bm-dropdown-title-bg, #FFF3E4) !important;
  color: var(--bm-dropdown-title-text, #1f2937) !important;
}

/* Light mode dropdown arrow */
[data-theme="light"] .dropdown-arrow {
  stroke: var(--bm-nav-muted, #4b5563) !important;
}

[data-theme="light"] .dropdown-toggle:hover .dropdown-arrow {
  stroke: var(--bm-accent, #F47A12) !important;
}

/* Light theme footer - stays dark green */
[data-theme="light"] .site-footer {
  background: var(--footer-bg, #0B1815) !important;
  border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
}

[data-theme="light"] .footer-main {
  background: var(--footer-bg, #0B1815) !important;
}

[data-theme="light"] .footer-bottom {
  background: rgba(0, 0, 0, 0.3);
}

[data-theme="light"] .footer-logo strong,
[data-theme="light"] .footer-links h4,
[data-theme="light"] .footer-contact h4,
[data-theme="light"] .footer-brand > p,
[data-theme="light"] .contact-info p {
  color: #FDFDFC !important;
}

[data-theme="light"] .contact-info strong {
  color: #FDFDFC !important;
}

[data-theme="light"] .footer-links a,
[data-theme="light"] .contact-info a {
  color: #A8BCCF !important;
}

[data-theme="light"] .footer-links a:hover,
[data-theme="light"] .contact-info a:hover {
  color: var(--primary) !important;
}

[data-theme="light"] .social-link {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #FDFDFC !important;
}

[data-theme="light"] .hero,
[data-theme="light"] .page-hero {
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 50%, #E5E7EB 100%);
  border: 1px solid rgba(107, 114, 128, .15);
}

[data-theme="light"] .hero h1,
[data-theme="light"] .page-hero h1 {
  color: #064E3B;
}

[data-theme="light"] .hero h1 span,
[data-theme="light"] .hero h1 strong {
  color: #059669;
}

[data-theme="light"] .hero p {
  color: #4B5563;
}

[data-theme="light"] .hero-points span {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(60, 48, 35, .18);
  color: #4D4B49;
}
[data-theme="light"] .hero-points span:hover {
  background: rgba(5, 150, 105, 0.1);
  border-color: rgba(5, 150, 105, 0.3);
  color: #059669;
}

/* Light mode testimonial styles */
[data-theme="light"] .testimonial-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(107, 114, 128, .15) !important;
  color: #1F2937;
}
[data-theme="light"] .testimonial-card p {
  color: #4B5563 !important;
}
[data-theme="light"] .testimonial-author strong {
  color: #064E3B !important;
}
[data-theme="light"] .testimonial-author span {
  color: #6B7280 !important;
}

[data-theme="light"] .contact-strip {
  background: linear-gradient(135deg, #2F2F2F 0%, #3D3D3D 100%) !important;
  color: #FDFDFC;
}

[data-theme="light"] .booking-panel,
[data-theme="light"] .booking-container {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(107, 114, 128, .15) !important;
  color: #1F2937;
}

[data-theme="light"] .booking-panel h2,
[data-theme="light"] .booking-panel h3 {
  color: #064E3B !important;
}

[data-theme="light"] .booking-panel p {
  color: #6B7280 !important;
}

[data-theme="light"] .booking-panel input,
[data-theme="light"] .booking-panel select,
[data-theme="light"] .booking-panel textarea {
  background: #F9FAFB !important;
  border: 1px solid rgba(107, 114, 128, .20) !important;
  color: #1F2937 !important;
}

/* Light mode cards - CLEAN WHITE consistent theme */
[data-theme="light"] .service-card,
[data-theme="light"] .vehicle-card,
[data-theme="light"] .post-card,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .reason-card,
[data-theme="light"] .brand-intro,
[data-theme="light"] .feature-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(107, 114, 128, .15) !important;
  color: #1F2937;
}

[data-theme="light"] .service-card h3,
[data-theme="light"] .vehicle-card h3,
[data-theme="light"] .post-card h3,
[data-theme="light"] .testimonial-card h3,
[data-theme="light"] .reason-card h3 {
  color: #064E3B !important;
}

[data-theme="light"] .service-card p,
[data-theme="light"] .vehicle-card p,
[data-theme="light"] .post-card p,
[data-theme="light"] .testimonial-card p,
[data-theme="light"] .reason-card p {
  color: #4B5563 !important;
}

[data-theme="light"] .btn-primary {
  background: linear-gradient(135deg, #059669 0%, #10B981 100%) !important;
}

[data-theme="light"] .footer-main {
  background: #064E3B !important;
  color: #FFFFFF;
}

[data-theme="light"] .footer-bottom {
  background: rgba(0, 0, 0, 0.2) !important;
  color: rgba(255, 255, 255, 0.65);
}

[data-theme="light"] .fcta-call {
  background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
main { overflow: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: min(1540px, calc(100% - 48px));
  height: 96px;
  margin: 12px auto 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  border: 1px solid var(--kg-header-border, rgba(255, 255, 255, 0.14));
  border-radius: 24px;
  background: var(--kg-header-bg, #073B2D);
  box-shadow: 0 18px 40px rgba(0, 22, 16, .20);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  transition: var(--transition-base);
}
.site-header.scrolled,
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 14px 36px rgba(17, 24, 39, .08) !important;
  border-color: rgba(17, 24, 39, .08);
}

[data-theme="dark"] .site-header.scrolled,
[data-theme="dark"] .site-header.is-scrolled {
  background: rgba(11, 24, 21, .95) !important;
  box-shadow: 0 20px 48px rgba(0, 22, 16, .25) !important;
  border-color: rgba(240, 138, 18, 0.2);
}

.theme-dark .site-header { background: rgba(11, 24, 21, .95); }
.brand, .admin-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #FDFDFC;
}
.theme-dark .brand { color: #FDFDFC; }
.brand-mark {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--primary);
  border-radius: 12px;
  font-weight: 900;
  font-size: 18px;
}
.site-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 6px;
  font-family: "Inter", "Be Vietnam Pro", "SVN-Gilroy", system-ui, sans-serif;
}
.site-nav a,
.site-nav .nav-link {
  height: 56px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--kg-nav-text, #FFF8EC);
  border-radius: 999px;
  background: transparent;
  transition: all 0.3s ease;
}
.site-nav a:hover,
.site-nav .nav-link:hover {
  background: var(--kg-nav-hover-bg, rgba(240, 138, 18, .14));
  color: #FFFFFF;
}
.site-nav a.active,
.site-nav .nav-link.active {
  background: var(--kg-nav-active-bg, rgba(240, 138, 18, .22)) !important;
  color: var(--kg-nav-active-text, #FFFFFF) !important;
}
.theme-dark .site-nav a { color: #FDFDFC; }

/* Light mode nav pills */
[data-theme="light"] .site-nav a:hover,
[data-theme="light"] .site-nav .nav-link:hover {
  background: #FFF3E4;
  color: #1f2937;
}
[data-theme="light"] .site-nav a.active,
[data-theme="light"] .site-nav .nav-link.active {
  background: #FFF0DE !important;
  color: #E05F12 !important;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.header-actions .icon-btn {
  height: 58px;
  min-width: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-actions .btn {
  height: 58px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 750;
  border-radius: 999px;
}
.header-actions .btn-call {
  min-width: 220px;
}
.header-actions .btn-zalo {
  min-width: 128px;
}

/* Theme toggle specific */
.theme-toggle-btn {
  min-width: 150px !important;
}
.nav-toggle { display: none; }
.btn, button {
  border: 0;
  border-radius: 8px;
  font-weight: 750;
  cursor: pointer;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 12px 26px rgba(222, 118, 33, 0.25); }
.btn-ghost { border: 1px solid rgba(222, 118, 33, 0.5); color: #DE7621; background: transparent; }
.theme-dark .btn-ghost { color: #DE7621; border-color: rgba(222, 118, 33, 0.5); }
.btn-ghost:hover { background: rgba(222, 118, 33, 0.15); color: #fff; border-color: #DE7621; }
.btn-light { background: rgba(255, 255, 255, 0.1); color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); }
.btn-outline-light { border: 1px solid rgba(255,255,255,.5); color: #fff; background: transparent; }
.btn-outline-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.icon-btn, .nav-toggle {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #FDFDFC;
}

.flash {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 650;
}
.flash.success { color: #065f46; background: #dff8ec; border: 1px solid #a7f3d0; }
.flash.error { color: #991b1b; background: #fee2e2; border: 1px solid #fecaca; }

/* ===== Premium Hero Section - Green Professional Style ===== */
.hero, .page-hero {
  width: min(1720px, calc(100% - 48px));
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  min-height: 640px;
  gap: 32px;
  position: relative;
  background: linear-gradient(135deg, #064E3B 0%, #065F46 50%, #047857 100%);
  border-radius: var(--radius-2xl, 28px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-copy {
  padding: 48px 0 48px 16px;
  min-width: 0;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #DE7621;
  background: rgba(222, 118, 33, 0.15);
  border: 1px solid rgba(222, 118, 33, 0.3);
  border-radius: var(--radius-pill, 999px);
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #DE7621;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(222, 118, 33, 0.5);
}
.eyebrow-gold {
  color: #DE7621;
  background: rgba(222, 118, 33, 0.15);
  border-color: rgba(222, 118, 33, 0.3);
}
.eyebrow.success { color: #22c55e; background: rgba(34, 197, 94, 0.15); border-color: rgba(34, 197, 94, 0.3); }

h1, h2, h3 { color: #FDFDFC; line-height: 1.1; margin: 0; }
.theme-dark h1, .theme-dark h2, .theme-dark h3 { color: #FDFDFC; }
h1 {
  font-size: clamp(42px, 5vw, 76px);
  margin-top: 20px;
  width: min(100%, 800px);
  max-width: 100%;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
h1, h2, h3, p, a, button, input, select, textarea { overflow-wrap: break-word; }
h2 { font-size: clamp(30px, 3vw, 48px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; }
h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.01em; }
.hero p, .page-hero p {
  color: #B8C1B6;
  font-size: 19px;
  max-width: 680px;
  line-height: 1.75;
  font-weight: 500;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-actions .btn {
  padding: 16px 32px;
  font-size: 16px;
  min-height: 54px;
}
.hero-points {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-points span {
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-pill, 999px);
  font-weight: 700;
  color: #B8C1B6;
  font-size: 15px;
  transition: var(--transition-fast);
}
.hero-points span {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-pill, 999px);
  font-weight: 700;
  color: #B8C1B6;
  font-size: 14px;
  transition: var(--transition-fast);
}
.hero-points span:hover {
  background: rgba(222, 118, 33, 0.15);
  border-color: rgba(222, 118, 33, 0.3);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(222, 118, 33, 0.2);
}

/* Premium Hero Media with 3D Effect - Bao Mai Style */
.hero-media {
  position: relative;
  min-height: 540px;
  min-width: 0;
  display: grid;
  place-items: center;
  border-radius: var(--radius-2xl);
  background: linear-gradient(145deg, rgba(30, 50, 45, 0.8) 0%, rgba(11, 24, 21, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  transform: perspective(1200px) rotateY(-3deg) rotateX(2deg);
  transition: var(--transition-slow);
}
.hero-media:hover {
  transform: perspective(1200px) rotateY(0deg) rotateX(0deg);
  box-shadow: var(--shadow-xl), var(--shadow-glow);
}
.hero-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(222, 118, 33, 0.08) 50%, transparent 100%);
  pointer-events: none;
}
.theme-dark .hero-media {
  background: linear-gradient(145deg, rgba(30, 50, 45, 0.9) 0%, rgba(11, 24, 21, 0.98) 100%);
  border-color: rgba(255, 255, 255, 0.08);
}
.hero-media img {
  width: 92%;
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.15));
  transition: var(--transition-base);
}
.hero-media:hover img {
  transform: scale(1.02) translateY(-5px);
  filter: drop-shadow(0 30px 50px rgba(15, 23, 42, 0.2));
}

/* Premium Floating Badge - Bao Mai Style */
.rating-card {
  position: absolute;
  top: 60px;
  right: 50px;
  background: rgba(11, 24, 21, 0.92);
  border: 1px solid rgba(222, 118, 33, 0.3);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  animation: floatBadge 4s ease-in-out infinite;
}
.rating-card strong {
  display: block;
  color: #DE7621;
  font-size: 32px;
  font-weight: 900;
}
.rating-card span {
  color: #B8C1B6;
  font-size: 14px;
  font-weight: 600;
}
@keyframes floatBadge {
  0%, 100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(-8px) rotate(-1deg); }
}
.rating-card strong { display: block; color: #DE7621; font-size: 28px; font-weight: 850; }
.rating-card span { color: #B8C1B6; font-size: 13px; }

/* Premium Glassmorphism Overlay */
.hero-media::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(255,255,255,0.3), transparent);
  pointer-events: none;
}

/* ===== Premium Sections ===== */
.booking-panel, .section-block, .feature-strip, .stats-band, .detail-grid, .contact-grid, .booking-summary, .filter-panel, .pricing-table {
  width: min(1620px, calc(100% - 48px));
  margin: 40px auto;
}

/* BAO MAI BOOKING PANEL - Cream/surface, not pure white */
.booking-panel,
.booking-container,
.kg-quick-booking,
.quick-booking,
.booking-form-card {
  background: var(--kg-form-bg, #FFF8EC) !important;
  border: 1px solid var(--kg-form-border, rgba(60, 48, 35, .18)) !important;
  border-radius: var(--radius-2xl, 28px) !important;
  box-shadow: 0 24px 70px rgba(34, 28, 18, .12);
  color: var(--kg-form-text, #171714);
}
.booking-panel h2, .booking-panel h3, .booking-container h2, .booking-container h3 {
  color: var(--kg-form-text, #171714) !important;
}
.booking-panel p, .booking-container p {
  color: var(--kg-form-muted, #6F685D);
}
.booking-container .section-eyebrow {
  color: #DE7621 !important;
}
.section-title { margin-bottom: 32px; }
.section-title span { 
  color: var(--primary); 
  font-weight: 800; 
  text-transform: uppercase; 
  font-size: 13px;
  letter-spacing: 1.5px;
}
.row-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.booking-form, .filter-form, .admin-filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.contact-form h2 { grid-column: span 2; }
.contact-form textarea { grid-column: span 2; }
.contact-form button { grid-column: span 2; }
/* BAO MAI FORM INPUTS - Surface darker than card */
.booking-panel input,
.booking-panel select,
.booking-panel textarea,
.booking-container input,
.booking-container select,
.booking-container textarea,
.kg-form-control,
.kg-form-control select,
.kg-form-control textarea {
  background: var(--kg-form-surface, #F4EBDD) !important;
  color: var(--kg-form-text, #171714) !important;
  border: 1px solid var(--kg-form-border, rgba(60, 48, 35, .18)) !important;
  border-radius: var(--radius-lg, 14px) !important;
  padding: 14px 18px;
  width: 100%;
  min-height: 46px;
  font: inherit;
  font-weight: 650;
  transition: var(--transition-fast);
}

.booking-panel input:focus,
.booking-panel select:focus,
.booking-container input:focus,
.booking-container select:focus,
.kg-form-control:focus,
.kg-form-control select:focus {
  outline: none;
  border-color: var(--kg-form-focus, #22D3EE) !important;
  box-shadow: 0 0 0 4px var(--kg-form-focus-ring, rgba(34, 211, 238, .22)) !important;
  background: var(--kg-form-surface-2, #EFE1CE) !important;
}
.booking-panel label,
.booking-container label,
.kg-form-label,
label {
  color: var(--kg-form-muted, #6F685D) !important;
  font-size: 13px;
  font-weight: 700;
  display: grid;
  gap: 8px;
}
textarea { min-height: 96px; resize: vertical; }
.span-2 { grid-column: span 2; }
.estimate-box {
  display: grid;
  align-content: center;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border-radius: var(--radius-md);
  padding: 16px;
}
.estimate-box span { color: #92400e; font-weight: 700; font-size: 13px; }
.estimate-box strong { color: var(--primary-dark); font-size: 26px; font-weight: 850; }

/* ===== Premium Feature Strip ===== */
.feature-strip, .stats-band {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.feature-strip div, .stats-band div {
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 20px;
  border-right: 1px solid var(--border);
  text-align: center;
  font-weight: 700;
  position: relative;
  transition: var(--transition-base);
}
.feature-strip div:hover, .stats-band div:hover {
  background: rgba(222, 118, 33, 0.03);
}
.feature-strip div:last-child, .stats-band div:last-child { border-right: 0; }
.feature-strip div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: var(--primary);
  transition: var(--transition-base);
  transform: translateX(-50%);
}
.feature-strip div:hover::after { width: 60%; }
.line-icon { color: var(--primary); font-size: 24px; margin-bottom: 4px; }
.stats-band strong { 
  color: var(--primary); 
  font-size: 36px; 
  display: block; 
  font-weight: 850;
  letter-spacing: -1px;
}
.stats-band span { color: var(--text-light); font-size: 13px; }

/* ===== Premium Card Grids ===== */
.service-grid, .fleet-grid, .post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.fleet-grid { grid-template-columns: repeat(4, 1fr); }

/* BAO MAI FLEET CARDS - Larger images, balanced */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.fleet-grid .vehicle-card {
  padding: 20px;
}
.fleet-grid .vehicle-image-wrap {
  height: 200px;
  margin-bottom: 16px;
}
.fleet-grid .vehicle-card h3 {
  font-size: 19px;
}
.fleet-grid .vehicle-card > p {
  font-size: 14px;
  margin-bottom: 14px;
}
.fleet-grid .vehicle-card strong {
  font-size: 20px;
  margin: 14px 0;
}

/* BAO MAI POST CARDS - Larger thumbnails */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.post-grid .post-card {
  padding: 20px;
}
.post-grid .post-thumbnail {
  height: 200px;
  margin-bottom: 16px;
}
.post-grid .post-card h2,
.post-grid .post-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.post-grid .post-card > p {
  font-size: 15px;
}

/* BAO MAI CARDS */
.service-card, .vehicle-card, .post-card {
  background: rgba(31, 47, 42, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: var(--radius-xl, 24px) !important;
  backdrop-filter: blur(16px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  color: #FDFDFC;
  padding: 24px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

/* BAO MAI SERVICE CARDS - Larger, more balanced */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.services-grid .service-card {
  padding: 28px;
  min-height: 280px;
}
.services-grid .card-icon {
  width: 60px;
  height: 60px;
  font-size: 26px;
  margin-bottom: 20px;
}
.services-grid .service-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.services-grid .service-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.service-card:hover, .vehicle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  border-color: rgba(222, 118, 33, 0.4);
}
.service-card h3, .vehicle-card h3, .post-card h3 {
  color: #FDFDFC !important;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.service-card p, .vehicle-card p, .post-card p {
  color: #B8C1B6 !important;
  font-size: 15px;
  line-height: 1.65;
}

.service-card p, .post-card p, .info-card p, .testimonial-card p { color: var(--text-light); line-height: 1.6; }

/* Premium Card Icon */
.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #FFF3E0 0%, #FFCC80 100%);
  color: var(--primary);
  border-radius: var(--radius-lg);
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(222, 118, 33, 0.2);
}

/* Premium Vehicle Card */
.vehicle-image-wrap {
  display: block;
  position: relative;
  height: 180px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 12px;
}
.vehicle-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(135deg, #FFFBF0 0%, #FFE8CC 100%);
  transition: var(--transition-base);
}
.vehicle-image-wrap:hover img {
  transform: scale(1.05);
}
/* BAO MAI BADGES */
.vehicle-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(222, 118, 33, 0.15) !important;
  color: #DE7621 !important;
}
.vehicle-badge.available {
  background: rgba(34, 197, 94, 0.15) !important;
  color: #22c55e !important;
}
/* BAO MAI VEHICLE CARD */
.vehicle-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #FDFDFC !important;
  font-weight: 800;
}
.vehicle-card > p { color: #B8C1B6 !important; margin: 0 0 12px; font-size: 13px; }
.vehicle-card strong { color: #DE7621 !important; }
.vehicle-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.vehicle-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 600;
  color: #B8C1B6;
}
.vehicle-meta svg { opacity: 0.7; }
.vehicle-card strong {
  display: block;
  color: var(--primary);
  font-size: 18px;
  font-weight: 800;
  margin: 12px 0;
}
.vehicle-card > .btn {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
}

/* Premium Post Card */
.post-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.post-thumbnail {
  display: block;
  width: 100%;
  height: 180px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 4px;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-base);
}
.post-thumbnail:hover img {
  transform: scale(1.05);
}
.post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--text-muted);
}
.post-meta time {
  font-weight: 600;
}
/* BAO MAI POST CATEGORY */
.post-category {
  padding: 4px 10px;
  background: rgba(222, 118, 33, 0.15) !important;
  color: #DE7621 !important;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.post-card h2, .post-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
  font-size: 19px;
  font-weight: 800;
  margin: 0;
}
.post-card h2 a, .post-card h3 a {
  color: var(--navy);
  transition: var(--transition-fast);
}
.post-card h2 a:hover, .post-card h3 a:hover {
  color: var(--primary);
}
.post-card > p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-light);
  margin: 0;
}
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  margin-top: auto;
  padding-top: 8px;
  transition: var(--transition-fast);
}
.read-more:hover {
  gap: 10px;
  color: var(--primary-dark);
}

/* ===== Premium Split Section ===== */
.split, .detail-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
}
.process-list { display: grid; gap: 16px; padding-left: 24px; color: var(--text); }
.process-list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.process-list li::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  left: -24px;
  width: 24px;
  height: 24px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-items: center;
}

/* Premium Testimonial Card */
.testimonial-card { 
  display: grid; 
  align-content: center;
  background: linear-gradient(135deg, var(--white) 0%, #FFFDF5 100%);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 24px;
  font-size: 80px;
  color: var(--primary);
  opacity: 0.1;
  font-family: Georgia, serif;
  line-height: 1;
}
.testimonial-card p { 
  font-size: 20px; 
  color: var(--navy); 
  line-height: 1.7;
  font-style: italic;
}
.testimonial-card span { color: var(--text-light); font-size: 14px; }
.testimonial-card strong { color: var(--primary-dark); font-size: 16px; }

.post-grid { grid-template-columns: repeat(3, 1fr); }
.post-card span { color: var(--primary); font-weight: 750; font-size: 13px; }

/* Premium CTA Band */
.cta-band {
  width: min(1620px, calc(100% - 48px));
  margin: 40px auto;
  min-height: 140px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  padding: 32px 40px;
  color: #fff;
  background: linear-gradient(135deg, #DE7621 0%, #B5531A 50%, #9E4717 100%);
  border-radius: var(--radius-2xl);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.cta-band::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
  animation: ctaShine 8s ease-in-out infinite;
}
@keyframes ctaShine {
  0%, 100% { transform: translateX(-50%) rotate(0deg); }
  50% { transform: translateX(0%) rotate(5deg); }
}
.cta-band h2 { color: #fff; font-size: clamp(24px, 2.5vw, 36px); }
.cta-band span { opacity: .85; font-size: 14px; }
.cta-band .btn:first-child { margin-left: auto; }

/* ===== Premium Page Hero Compact ===== */
.page-hero.compact {
  min-height: 400px;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(135deg, rgba(255, 253, 245, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: var(--radius-2xl);
  padding: 24px;
  margin-top: 24px;
}
.page-hero.compact img { 
  max-height: 340px; 
  object-fit: contain; 
  justify-self: end;
  filter: drop-shadow(0 10px 30px rgba(15, 23, 42, 0.1));
}
.page-grid { width: min(1620px, calc(100% - 48px)); margin: 32px auto; }

/* Premium Table */
.pricing-table { overflow: auto; }
table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; }
th, td { padding: 18px 16px; text-align: left; border-bottom: 1px solid var(--border); }
th { color: var(--white); background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; }
td img { width: 80px; height: 50px; object-fit: cover; display: inline-block; vertical-align: middle; margin-right: 12px; border-radius: var(--radius-sm); }
tr:hover td { background: rgba(222, 118, 33, 0.02); }
.check-list { display: grid; gap: 10px; padding-left: 20px; color: var(--text); }
.check-list li::marker { color: var(--primary); }
.muted { color: var(--text-light); }
.spec-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.spec-list span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

/* Premium Vehicle Detail */
.vehicle-detail-hero {
  width: min(1620px, calc(100% - 48px));
  margin: 32px auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 32px;
  align-items: center;
}
.vehicle-detail-hero img {
  background: linear-gradient(135deg, #FFF3E0 0%, #FFE8CC 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-md);
}
.contact-row { display: grid; gap: 6px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.contact-row strong { color: var(--navy); }

/* Premium Map Card */
.map-card {
  min-height: 200px;
  display: grid;
  place-items: center;
  margin-top: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(222,118,33,0.05) 1px, transparent 1px),
    linear-gradient(rgba(222,118,33,0.05) 1px, transparent 1px),
    linear-gradient(135deg, #FFF3E0 0%, #FFE8CC 100%);
  background-size: 24px 24px;
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 14px;
}

/* Premium Booking Summary */
.booking-summary {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.booking-summary div { padding: 20px; border-right: 1px solid var(--border); text-align: center; }
.booking-summary div:last-child { border-right: 0; }
.booking-summary span { display: block; color: var(--text-light); font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.booking-summary strong { color: var(--primary); font-size: 18px; font-weight: 800; }

/* Premium Empty State */
.empty-state {
  width: min(900px, calc(100% - 48px));
  margin: 80px auto;
  padding: 48px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}
.empty-state h1 { font-size: 80px; opacity: 0.3; }

/* Premium Animation Base */
[data-aos] { 
  opacity: 0; 
  transform: translateY(20px); 
  transition: opacity 0.6s ease, transform 0.6s ease; 
}
[data-aos].aos-in { 
  opacity: 1; 
  transform: translateY(0); 
}
[data-aos="fade-left"] { 
  transform: translateX(30px); 
}
[data-aos="fade-left"].aos-in { 
  transform: translateX(0); 
}

/* ===== Premium Footer - Green Professional Style ===== */
.site-footer {
  width: 100%;
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  background: var(--kg-footer-bg, #064E3B);
  overflow: hidden;
}

.footer-main {
  width: min(1620px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 32px 32px;
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 32px;
  background: var(--kg-footer-bg, #064E3B);
  color: #FFFFFF;
}

.footer-brand {
  padding-right: 24px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-logo .brand-mark {
  width: 48px;
  height: 48px;
  background: #059669;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  font-weight: 900;
  font-size: 18px;
  display: grid;
  place-items: center;
}

.footer-logo strong {
  font-size: 18px;
  color: #FFFFFF;
}

.footer-brand > p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 16px 0 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #FFFFFF;
  transition: var(--transition-fast);
}

.social-link:hover {
  background: #10B981;
  border-color: #10B981;
  color: #fff;
}

.footer-links h4 {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: #10B981;
}

.footer-contact h4 {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.contact-info {
  display: grid;
  gap: 10px;
}

.contact-info p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  margin: 0;
}

.contact-info strong {
  color: #FFFFFF;
}

.contact-info a {
  color: #10B981;
  font-weight: 600;
}

.contact-info a:hover {
  color: #34D399;
}

.footer-bottom {
  width: 100%;
  padding: 16px 32px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.footer-bottom p {
  margin: 4px 0;
}

.footer-bottom a {
  color: #10B981;
}

.footer-bottom a:hover {
  color: #34D399;
}

/* Footer Contact Strip (for header area) */
.footer-contact { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary);
  font-weight: 600;
  transition: var(--transition-fast);
}
.footer-contact a:hover { color: var(--primary-dark); }

/* ===== Premium Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: var(--radius-lg);
  font-weight: 750;
  cursor: pointer;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
  opacity: 0;
  transition: var(--transition-fast);
}
.btn:hover::before { opacity: 1; }
.btn:hover { 
  transform: translateY(-2px); 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* KIM NGOC GREEN BUTTONS */
.btn-primary {
  background: linear-gradient(135deg, #059669 0%, #10B981 100%) !important;
  color: #fff !important;
  border-radius: var(--radius-pill, 999px) !important;
  padding: 14px 28px;
  font-weight: 700;
  border: none;
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.35);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #047857 0%, #059669 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.45);
}
.btn-ghost { 
  border: 2px solid var(--primary); 
  color: var(--primary); 
  background: var(--white); 
}
.btn-ghost:hover { 
  background: var(--primary); 
  color: white;
  border-color: var(--primary);
}
.btn-light { background: #fff; color: var(--primary-dark); box-shadow: var(--shadow-sm); }
.btn-outline-light { border: 2px solid rgba(255,255,255,0.6); color: #fff; background: transparent; }
.btn-outline-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

/* ===== Premium Pagination ===== */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 32px 0;
  flex-wrap: wrap;
}
.pagination a {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--text);
  font-weight: 600;
  transition: var(--transition-fast);
}
.pagination a:hover {
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}
.pagination a.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* ===== Premium Responsive ===== */
@media (max-width: 1100px) {
  .site-header { flex-wrap: wrap; }
  .nav-toggle { display: inline-grid; place-items: center; margin-left: auto; }
  .site-nav {
    order: 5;
    display: none;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .site-nav.is-open { display: flex; }
  .hero, .page-hero.compact, .vehicle-detail-hero, .split, .detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { padding-left: 0; }
  .booking-form { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .fleet-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-strip, .stats-band, .booking-summary { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Contact Strip - Green Professional Style ===== */
.contact-strip {
  background: #064E3B !important;
  color: #FFFFFF;
  padding: 10px 0;
  font-size: 13px;
}
.contact-strip-inner {
  width: min(1720px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.contact-strip-left { display: flex; align-items: center; gap: 20px; }
.contact-strip-right { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.brand-tag { font-weight: 700; color: #10B981; }
.trust-badge { color: rgba(255, 255, 255, 0.7); }
.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  transition: var(--transition-fast);
}
.contact-item:hover { color: #10B981; }
.operating-hours { display: flex; align-items: center; gap: 6px; color: #34D399; font-weight: 600; }

/* ===== Header Enhancement - Bao Mai Style ===== */
.site-header { top: 0; margin-top: 0; border-radius: 0; }
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--bm-nav-text, #1f2937);
  margin: 5px 0;
  transition: var(--transition-base);
}
[data-theme="light"] .nav-toggle span {
  background: var(--bm-nav-text, #1f2937);
}
.site-nav a.active {
  background: rgba(222, 118, 33, 0.25) !important;
  color: #fff !important;
}
.header-actions { gap: 8px; }
.theme-toggle-btn {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #FDFDFC !important;
}
.theme-toggle-btn:hover {
  background: rgba(222, 118, 33, 0.2) !important;
}
.btn-call, .btn-zalo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  min-height: 40px;
  border-radius: var(--radius-pill, 999px);
  font-weight: 700;
  font-size: 13px;
  transition: var(--transition-base);
}
.btn-call {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-call:hover { background: var(--primary); border-color: var(--primary); }
.btn-zalo {
  background: #0068ff;
  color: #fff;
  border: 1px solid #0068ff;
}
.btn-zalo:hover { background: #0052cc; }

/* ===== Brand Introduction ===== */
.brand-intro {
  width: min(1620px, calc(100% - 48px));
  margin: 48px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 48px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-lg);
}
.brand-intro-content h2 {
  font-size: clamp(28px, 3vw, 42px);
  margin-bottom: 20px;
  color: var(--navy);
}
.brand-intro-content p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 24px;
}
.brand-features { display: grid; gap: 16px; }
.brand-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #FFF8E7 0%, #FFFEF7 100%);
  border-radius: var(--radius-md);
  font-weight: 600;
}
.brand-feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  border-radius: 10px;
}
.brand-intro-visual {
   display: grid;
   place-items: center;
   padding: 32px;
   background: linear-gradient(135deg, #FFF3E0 0%, #FFE8CC 100%);
   border-radius: var(--radius-xl);
}
.brand-intro-visual img {
  max-width: 100%;
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.15));
}

/* ===== Services Section ===== */
.services-section {
  width: min(1620px, calc(100% - 48px));
  margin: 48px auto;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.service-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-glow);
}
/* BAO MAI CARD ICONS */
.service-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(222, 118, 33, 0.2) 0%, rgba(241, 152, 10, 0.15) 100%) !important;
  color: #DE7621 !important;
  border-radius: var(--radius-lg);
  margin-bottom: 18px;
  font-size: 28px;
}
.card-icon {
  background: linear-gradient(135deg, rgba(222, 118, 33, 0.2) 0%, rgba(241, 152, 10, 0.15) 100%) !important;
  color: #DE7621 !important;
}
.service-card h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  color: #FDFDFC;
}
.service-card p { color: var(--text-light); margin-bottom: 16px; line-height: 1.6; }

/* ===== Gallery Showcase ===== */
.gallery-showcase {
  width: min(1620px, calc(100% - 48px));
  margin: 48px auto;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.gallery-item {
  aspect-ratio: 16/10;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #FFF3E0 0%, #FFE8CC 100%);
  display: grid;
  place-items: center;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-base);
}
.gallery-item:hover img { transform: scale(1.05); }

/* ===== Why Choose Us ===== */
.why-choose-us {
  width: min(1620px, calc(100% - 48px));
  margin: 48px auto;
  padding: 48px;
  background: linear-gradient(135deg, #FFF8EC 0%, #F1E8D9 100%);
  border-radius: var(--radius-2xl);
  color: #171714;
}
.why-choose-us .section-title { color: #171714; margin-bottom: 32px; }
.why-choose-us .section-title span { color: #D89B13; }
.why-choose-us .section-title h2 { color: #171714; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trust-item {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid rgba(60, 48, 35, .14);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: var(--transition-base);
}
.trust-item:hover {
  background: #FFF5E3;
  transform: translateY(-4px);
}
.trust-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #F08A12 0%, #D89B13 100%);
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
}
.trust-item h4 { font-size: 16px; margin-bottom: 8px; color: #171714; }
.trust-item p { font-size: 13px; color: #6F685D; line-height: 1.5; }

/* ===== Booking Section ===== */
.booking-section {
  width: min(1620px, calc(100% - 48px));
  margin: 48px auto;
}
.booking-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}
.booking-info h2 {
  font-size: clamp(26px, 2.5vw, 36px);
  margin-bottom: 20px;
}
.booking-info p { color: var(--text-light); line-height: 1.7; margin-bottom: 24px; }
.booking-contacts { display: grid; gap: 16px; }
.booking-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: linear-gradient(135deg, #FFF8E7 0%, #FFFEF7 100%);
  border-radius: var(--radius-md);
}
.booking-contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
}

/* ===== Testimonials ===== */
.testimonials {
  width: min(1620px, calc(100% - 48px));
  margin: 48px auto;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.testimonial-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 64px;
  color: var(--primary);
  opacity: 0.15;
  font-family: Georgia, serif;
  line-height: 1;
}
.testimonial-stars {
  color: #d4af37;
  font-size: 18px;
  margin-bottom: 16px;
}
.testimonial-card p {
  color: var(--text);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
}
.testimonial-name strong { display: block; font-size: 15px; }
.testimonial-name span { font-size: 13px; color: var(--text-light); }

/* ===== FAQ Section ===== */
.faq-section {
  width: min(900px, calc(100% - 48px));
  margin: 48px auto;
}
.faq-list { display: grid; gap: 12px; margin-top: 32px; }
.faq-item {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition-base);
}
.faq-item:hover { border-color: var(--primary-glow); }
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  color: var(--navy);
  transition: var(--transition-fast);
}
.faq-question:hover { color: var(--primary); }
.faq-toggle {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: var(--background);
  border-radius: 50%;
  font-size: 18px;
  transition: var(--transition-base);
}
.faq-item.active .faq-toggle { transform: rotate(45deg); }
.faq-answer {
  display: none;
  padding: 0 24px 20px;
  color: var(--text-light);
  line-height: 1.7;
}
.faq-item.active .faq-answer { display: block; }

/* ===== Enhanced Footer ===== */
.site-footer { margin-top: 0; }
.footer-main {
  width: min(1620px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 32px 32px;
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 32px;
  background: linear-gradient(135deg, #2F2F2F 0%, #3D3D3D 100%);
  border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
  color: #fff;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-logo .brand-mark {
  width: 48px;
  height: 48px;
  background: var(--secondary);
  color: var(--navy);
  border: none;
}
.footer-logo strong { font-size: 18px; }
.footer-brand p { color: #A8BCCF; line-height: 1.7; margin: 16px 0 20px; }
.footer-social { display: flex; gap: 12px; }
.social-link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: var(--transition-fast);
}
.social-link:hover { background: var(--primary); }
.footer-links h4 { color: #fff; margin-bottom: 20px; font-size: 16px; }
.footer-links ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-links a { color: #A8BCCF; font-size: 14px; transition: var(--transition-fast); }
.footer-links a:hover { color: #D4AF37; }
.footer-links h4 { color: #F0F5FF; margin-bottom: 20px; font-size: 16px; }
.footer-contact h4 { color: #F0F5FF; margin-bottom: 20px; font-size: 16px; }
.contact-info p { color: #A8BCCF; font-size: 14px; margin-bottom: 10px; }
.contact-info strong { color: #F0F5FF; }
.contact-info a { color: #D4AF37; }
.footer-bottom {
  width: min(1620px, calc(100% - 48px));
  margin: 0 auto;
  padding: 20px 32px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 var(--radius-2xl) var(--radius-2xl);
  text-align: center;
  font-size: 13px;
  color: #D9D3C8;
}
.footer-bottom p { margin: 4px 0; }

/* ===== Floating CTA ===== */
.floating-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
.fcta-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  box-shadow: var(--shadow-lg);
  transition: var(--transition-base);
}
.fcta-btn:hover { transform: scale(1.05); }
.fcta-call { background: var(--primary); }
.fcta-zalo { background: #0068ff; }
.fcta-book { background: var(--secondary); color: var(--navy); }
.fcta-btn span { display: none; }
@media (min-width: 768px) {
  .fcta-btn span { display: inline; }
}

/* ===== Additional Responsive Breakpoints ===== */
@media (max-width: 1200px) {
  .footer-main { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .brand-intro { grid-template-columns: 1fr; }
  .booking-container { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .contact-strip { display: none; }
  .site-header { top: 0; position: relative; }
  .header-actions .btn-call span, .header-actions .btn-zalo span { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .floating-cta { bottom: 16px; right: 16px; }
  .fcta-btn { padding: 12px; border-radius: 50%; }
  .fcta-btn span { display: none; }
}

@media (max-width: 680px) {
  main, body { max-width: 100vw; overflow-x: hidden; }
  .site-header, .hero, .page-hero, .booking-panel, .section-block, .feature-strip, .stats-band, .detail-grid, .contact-grid, .booking-summary, .filter-panel, .pricing-table, .site-footer, .cta-band, .vehicle-detail-hero {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
  .site-header { display: flex; flex-wrap: wrap; align-items: center; top: 8px; position: sticky; }
  .site-header .brand { max-width: 260px; }
  .nav-toggle { display: inline-grid; place-items: center; margin-left: 0; order: 2; }
  .site-nav { grid-column: 1 / -1; }
  .header-actions { grid-column: 1 / -1; width: 100%; justify-content: space-between; }
  h1 { font-size: 26px; line-height: 1.2; max-width: 100%; overflow-wrap: anywhere; }
  .hero-copy, .hero-copy h1, .hero-copy p, .hero-media { max-width: 100%; }
  .hero-media { justify-self: center; width: 100%; min-height: 280px; transform: none; }
  .hero-media:hover { transform: none; }
  .rating-card { position: static; margin: 0 0 16px; animation: none; }
  .hero-points { display: grid; grid-template-columns: 1fr; }
  .booking-form, .filter-form, .contact-form, .service-grid, .fleet-grid, .post-grid, .feature-strip, .stats-band, .booking-summary, .spec-list { grid-template-columns: 1fr; }
  .span-2 { grid-column: span 1; }
  .cta-band, .site-footer, .row-title { flex-direction: column; align-items: stretch; }
  .cta-band { text-align: center; }
  .cta-band .btn { width: 100%; }
  .btn { width: 100%; }
}

/* ===== Premium Article / Post Detail ===== */
.post-detail {
  width: min(860px, calc(100% - 48px));
  margin: 32px auto;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.post-header {
  padding: 32px 40px 24px;
  border-bottom: 1px solid var(--border);
}
.post-header h1 {
  font-size: clamp(28px, 3vw, 40px);
  margin-top: 12px;
  line-height: 1.2;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.theme-dark .post-header h1 { color: var(--text); }
.post-header .post-category {
  display: inline-flex;
  padding: 6px 14px;
  background: linear-gradient(135deg, #FFF3E0 0%, #FFCC80 100%);
  color: var(--primary);
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.post-header .post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  font-size: 13px;
  color: var(--text-muted);
}
.post-header .post-meta time { font-weight: 600; }
.post-featured-image {
  margin: 0;
  padding: 24px 40px;
  background: linear-gradient(135deg, #FFF3E0 0%, #FFE8CC 100%);
}
.post-featured-image img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.post-body {
  padding: 32px 40px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
}
.post-body h2, .post-body h3 { margin-top: 28px; margin-bottom: 12px; }
.post-body p { margin-bottom: 16px; }
.post-body ul, .post-body ol { padding-left: 24px; margin-bottom: 16px; }
.post-body li { margin-bottom: 8px; }
.post-body blockquote {
  margin: 24px 0;
  padding: 20px 28px;
  border-left: 4px solid var(--primary);
  background: rgba(222, 118, 33, 0.04);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
  color: var(--text-light);
}
.post-related {
  padding: 24px 40px 32px;
  border-top: 1px solid var(--border);
  background: linear-gradient(to bottom, rgba(248,250,252,0.5), rgba(255,255,255,0.5));
}
.post-related h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--navy);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.related-item {
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: var(--transition-fast);
}
.related-item:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
}
.related-item h4 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.related-item h4 a { color: var(--navy); }
.related-item h4 a:hover { color: var(--primary); }
.related-item time {
  font-size: 12px;
  color: var(--text-muted);
}
@media (max-width: 680px) {
  .post-detail { width: calc(100vw - 24px); }
  .post-header, .post-body, .post-featured-image, .post-related { padding-left: 20px; padding-right: 20px; }
  .related-grid { grid-template-columns: 1fr; }
}

/* ===== Premium Image Shimmer/Skeleton ===== */
img[loading="lazy"] {
  background: linear-gradient(90deg, #FFF3E0 0%, #FFE8CC 50%, #FFF3E0 100%);
  background-size: 200% 100%;
  animation: shimmer 2s ease-in-out infinite;
}
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
img[loading="lazy"][src*=".svg"] {
  animation: none;
  background: transparent;
}

/* ===== Premium Contact Strip ===== */
.contact-strip {
  background: var(--navy);
  color: #fff;
}
.contact-strip-inner {
  width: min(1720px, calc(100% - 48px));
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.contact-strip-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-tag {
  font-weight: 800;
  font-size: 14px;
  color: var(--secondary);
}
.trust-badge {
  font-size: 13px;
  opacity: 0.9;
}
.contact-strip-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
  transition: var(--transition-fast);
}
.contact-item:hover {
  opacity: 1;
  color: var(--secondary);
}
.operating-hours {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--secondary);
  font-weight: 600;
}
.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-md);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  transition: var(--transition-fast);
}
.btn-call:hover {
  background: rgba(255,255,255,0.2);
}
.btn-zalo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #0068FF;
  border-radius: var(--radius-md);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  transition: var(--transition-fast);
}
.btn-zalo:hover {
  background: #0052CC;
}

/* ===== Premium Brand Introduction ===== */
.brand-intro {
  width: min(1620px, calc(100% - 48px));
  margin: 40px auto;
}
.brand-intro-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}
.brand-intro-content .section-eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.brand-intro-content h2 {
  margin-bottom: 20px;
}
.brand-intro-content p {
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 16px;
}
.brand-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.brand-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #FFF8E7 0%, #FFF3E0 100%);
  border: 1px solid rgba(222, 118, 33, 0.1);
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
  transition: var(--transition-fast);
}
.brand-feature:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.brand-feature svg {
  color: var(--primary);
  flex-shrink: 0;
}
.brand-intro-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.brand-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 12px 40px rgba(222, 118, 33, 0.3);
}
.badge-number {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2px;
}
.badge-text {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.9;
  margin-top: 4px;
}
.brand-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
}
.stat-item strong {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
}
.stat-item span {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 4px;
}

/* ===== Premium Services Section ===== */
.services-section {
  width: min(1620px, calc(100% - 48px));
  margin: 40px auto;
}
.section-title.center {
  text-align: center;
  margin-bottom: 32px;
}
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.services-grid .service-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}
.services-grid .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  opacity: 0;
  transition: var(--transition-base);
}
.services-grid .service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-glow);
}
.services-grid .service-card:hover::before {
  opacity: 1;
}
.service-icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.services-grid .service-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--navy);
}
.services-grid .service-card p {
  color: var(--text-light);
  line-height: 1.6;
  font-size: 14px;
  margin: 0 0 16px;
}
/* BAO MAI SERVICE LINK */
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #DE7621;
  font-weight: 700;
  font-size: 14px;
  transition: var(--transition-fast);
}
.service-link:hover {
  gap: 10px;
  color: #F1980A;
}

/* ===== Premium Gallery Showcase ===== */
.gallery-showcase {
  width: min(1620px, calc(100% - 48px));
  margin: 40px auto;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery-item {
  position: relative;
  height: 200px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.gallery-item.gallery-main {
  grid-row: span 2;
  height: 100%;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-base);
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.8), transparent);
  color: #fff;
}
.gallery-overlay span {
  font-weight: 700;
  font-size: 14px;
}

/* ===== Premium Why Choose Us ===== */
.why-choose-us {
  width: min(1620px, calc(100% - 48px));
  margin: 40px auto;
}
.why-choose-inner {
  background: linear-gradient(135deg, #FFF8E7 0%, #FFFEF7 50%, #FFFDF5 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.reason-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
  transition: var(--transition-base);
}
.reason-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-glow);
}
.reason-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #FFF3E0 0%, #FFCC80 100%);
  border-radius: var(--radius-lg);
  color: var(--primary);
}
.reason-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #FDFDFC;
  margin: 16px 0 12px;
}
.reason-card p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.5;
  margin: 0;
}

/* ===== BAO MAI BOOKING SECTION ===== */
.booking-section {
  width: min(1620px, calc(100% - 48px));
  margin: 40px auto;
}
.booking-container {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  background: rgba(11, 24, 21, 0.85) !important;
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: var(--radius-2xl, 32px) !important;
  padding: 40px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
  color: #FDFDFC;
  position: relative;
  overflow: hidden;
}
.booking-info h2 {
  margin-bottom: 16px;
  color: #FDFDFC !important;
}
.booking-info > p {
  color: #B8C1B6;
  line-height: 1.6;
  margin-bottom: 24px;
}
.booking-trust {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #B8C1B6;
}
.trust-item svg {
  color: #DE7621;
  flex-shrink: 0;
}
.booking-hotline {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
}
.booking-hotline span {
  display: block;
  font-size: 13px;
  color: #B8C1B6;
  margin-bottom: 8px;
}
.hotline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  color: #DE7621;
  transition: var(--transition-fast);
}
.hotline-link:hover {
  color: #F1980A;
}
.booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.form-actions {
  grid-column: span 2;
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
}
.form-actions .btn {
  min-width: 240px;
}

/* ===== BAO MAI TESTIMONIALS ===== */
.testimonials {
  width: min(1620px, calc(100% - 48px));
  margin: 40px auto;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testimonials .testimonial-card {
  background: rgba(31, 47, 42, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: var(--radius-xl, 24px);
  backdrop-filter: blur(16px);
  padding: 28px;
  box-shadow: var(--shadow-card);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  color: #FDFDFC;
}
.testimonials .testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  border-color: rgba(222, 118, 33, 0.4);
}
.testimonials .testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 60px;
  color: #DE7621;
  opacity: 0.15;
  font-family: Georgia, serif;
  line-height: 1;
}
.testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}
.testimonial-stars span {
  color: #F1980A;
  font-size: 16px;
}
.testimonials .testimonial-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #B8C1B6;
  font-style: italic;
  margin-bottom: 16px;
}
.testimonial-author {
  display: flex;
  flex-direction: column;
}
.testimonial-author strong {
  font-size: 14px;
  color: #FDFDFC;
}
.testimonial-author span {
  font-size: 12px;
  color: #B8C1B6;
  color: var(--text-light);
}

/* ===== Premium FAQ Section ===== */
.faq-section {
  width: min(860px, calc(100% - 48px));
  margin: 40px auto;
}
.faq-container {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:last-child {
  border-bottom: 0;
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  transition: var(--transition-fast);
}
.faq-question:hover {
  background: rgba(222, 118, 33, 0.03);
}
.faq-question span {
  flex: 1;
}
.faq-icon {
  flex-shrink: 0;
  color: var(--primary);
  transition: transform 0.3s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-answer p {
  padding: 0 24px 20px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-light);
}

/* ===== Premium Floating CTA ===== */
.floating-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}
.fcta-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: var(--radius-lg);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  box-shadow: var(--shadow-lg);
  transition: var(--transition-base);
}
.fcta-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
}
.fcta-btn span {
  display: none;
}
.fcta-call {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}
.fcta-zalo {
  background: #0068FF;
}
.fcta-book {
  background: var(--success);
}
.fcta-btn svg {
  flex-shrink: 0;
}

/* ===== Premium Responsive Updates ===== */
@media (max-width: 1200px) {
  .brand-intro-inner {
    grid-template-columns: 1fr;
  }
  .brand-intro-visual {
    flex-direction: row;
    justify-content: center;
  }
  .reasons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-main {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1000px) {
  .booking-container {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item.gallery-main {
    grid-row: span 1;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .floating-cta {
    bottom: 16px;
    right: 16px;
  }
}

@media (max-width: 768px) {
  .contact-strip-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .contact-strip-left,
  .contact-strip-right {
    flex-wrap: wrap;
    justify-content: center;
  }
  .brand-intro-inner {
    padding: 24px;
  }
  .brand-features {
    grid-template-columns: 1fr;
  }
  .brand-intro-visual {
    flex-direction: column;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-item {
    height: 180px;
  }
  .services-grid,
  .reasons-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .booking-form {
    grid-template-columns: 1fr;
  }
  .form-actions {
    grid-column: span 1;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .floating-cta {
    flex-direction: row;
    bottom: 12px;
    left: 12px;
    right: 12px;
    justify-content: center;
  }
  .floating-cta a span {
    display: inline;
  }
  .floating-cta a {
    flex: 1;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-main {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   REUSABLE INPUT WITH ICON COMPONENT - kg-field
   Use for search, filter, and booking fields
   ============================================ */

.kg-field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.kg-field__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--kg-form-muted, #6F685D);
  pointer-events: none;
  transition: color .18s ease, opacity .18s ease;
}

.kg-field__control {
  width: 100%;
  min-height: 52px;
  padding: 0 16px 0 48px;
  border-radius: var(--radius-lg, 14px);
  border: 1px solid var(--kg-form-border, rgba(60, 48, 35, .18));
  background: var(--kg-form-surface, #F4EBDD);
  color: var(--kg-form-text, #171714);
  font-size: 15px;
  font-weight: 650;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background-color .18s ease;
}

.kg-field__control::placeholder {
  color: color-mix(in srgb, var(--kg-form-muted, #6F685D) 78%, transparent);
  font-weight: 450;
}

.kg-field:focus-within .kg-field__control {
  border-color: var(--kg-form-focus, #22D3EE);
  background: var(--kg-form-surface-2, #EFE1CE);
  box-shadow: 0 0 0 4px var(--kg-form-focus-ring, rgba(34, 211, 238, .22));
}

.kg-field:focus-within .kg-field__icon {
  color: var(--kg-form-focus, #22D3EE);
  opacity: 1;
}

/* Dark theme kg-field */
[data-theme="dark"] .kg-field__control {
  background: var(--kg-form-surface, #1E2822);
  color: var(--kg-form-text, #FBF7EF);
  border-color: var(--kg-form-border, rgba(255, 255, 255, .14));
}

[data-theme="dark"] .kg-field__icon {
  color: var(--kg-form-muted, #C6BBAA);
}

[data-theme="dark"] .kg-field__control::placeholder {
  color: color-mix(in srgb, var(--kg-form-muted, #C6BBAA) 78%, transparent);
}

[data-theme="dark"] .kg-field:focus-within .kg-field__control {
  background: var(--kg-form-surface-2, #26322A);
  border-color: var(--kg-form-focus, #22D3EE);
}

[data-theme="dark"] .kg-field:focus-within .kg-field__icon {
  color: var(--kg-form-focus, #22D3EE);
}

/* Example HTML pattern:
<div class="kg-field">
  <svg class="kg-field__icon" aria-hidden="true" viewBox="0 0 24 24">
    <path d="M21 21l-4.35-4.35a7 7 0 11-14 0 7 7 0 0114 0z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
  </svg>
  <input class="kg-field__control" type="search" name="q" placeholder="Tìm kiếm dịch vụ..." />
</div>
*/

/* Light mode reason cards */
[data-theme="light"] .reason-card {
  background: #FFFBF5 !important;
  border: 1px solid rgba(60, 48, 35, .14) !important;
  color: #171714;
}
[data-theme="light"] .reason-card h3 {
  color: #0B1815 !important;
}
[data-theme="light"] .reason-card p {
  color: #4D4B49 !important;
}
[data-theme="light"] .reason-card .reason-icon {
  background: linear-gradient(135deg, #FFF3E0 0%, #FFCC80 100%);
  color: var(--primary);
}
