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

/* 1. Dark Canvas Base (Deep Modern Black) */
.nx-bg-canvas {
  background-color: #08090d !important;
}

/* 2. Dark Secondary Section (Sedikit lebih terang untuk membedakan section selang-seling) */
.nx-bg-canvas-subtle {
  background-color: #0e1117 !important;
}

/* 3. Dark Accent Radial Glow (Hero Section Atmosphere) */
.nx-bg-hero-glow {
  background-color: #08090d !important;
  background-image: radial-gradient(circle at 50% 0%, rgba(99, 102, 241, 0.15) 0%, rgba(8, 9, 13, 0) 70%) !important;
}

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

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