/* ── ServiceAI Background Animations ──────────────────────────
   Canvas positioning + z-index stacking for hero sections.
   ──────────────────────────────────────────────────────────── */

.net-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  z-index: 0;
}

/* Ensure all hero content layers sit above the canvas */
.hero-bold .hero-bold-bg,
.hero-bold .hero-bold-stack,
.hero-bold .hero-bold-panels,
.hero-safe .hero-safe-grid,
.hero-exp  .exp-haze,
.hero-exp  .exp-embers,
.hero-exp  .exp-stack {
  position: relative;
  z-index: 1;
}
