/* ==========================================================================
   NX SECTION BACKGROUND UTILITIES (HYUNDAI EDITION)
   Pasang langsung di Container Section Paling Luar (Parent Section)
   ========================================================================== */

/* 1. Dark Canvas Base (Deep Hyundai Midnight Dark) */
.nx-bg-canvas {
  background-color: #0a0e14 !important;
}

/* 2. Dark Secondary Section (Slate Surface untuk membedakan section selang-seling) */
.nx-bg-canvas-subtle {
  background-color: #f7f3f2 !important;
}

/* 3. Dark Accent Radial Glow (Hyundai EV / Active Blue Hero Atmosphere) */
.nx-bg-hero-glow {
  background-color: #0a0e14 !important;
  background-image: radial-gradient(circle at 50% 0%, rgba(0, 114, 216, 0.18) 0%, rgba(10, 14, 20, 0) 70%) !important;
}

/* 4. Light Mode Canvas (Clean Pure White Showroom) */
.nx-bg-light {
  background-color: #ffffff !important;
}

/* 5. Light Secondary Section (Off-white / Slate Lembut) */
.nx-bg-light-subtle {
  background-color: #f8fafc !important;
}