/* ==========================================================================
   2. SURFACE UTILITIES (GLASS, DARK & LIGHT - HYUNDAI EDITION)
   ========================================================================== */

/* Glassmorphism Surface (Floating Navbar, Hero Overlay Cards) */
.nx-surface-glass,
.e-con.nx-surface-glass,
.e-child.nx-surface-glass {
  background: rgba(18, 24, 32, 0.65) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Deep Dark Surface (Model Showcase Bento Cards, Dark Theme Containers) */
.nx-surface-dark,
.e-con.nx-surface-dark,
.e-child.nx-surface-dark {
  background: #121820 !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* Clean Pure Light Surface (White Showroom Cards, Specs Table, Financing Form) */
.nx-surface-light,
.e-con.nx-surface-light,
.e-child.nx-surface-light {
  background: #ffffff !important;
  box-shadow: 0 10px 30px -4px rgba(10, 14, 20, 0.06), 0 4px 12px -2px rgba(10, 14, 20, 0.03) !important;
  border: 1px solid rgba(10, 14, 20, 0.06) !important;
}