/* ==========================================================================
   IRRAM — Premium homepage helpers (WebFX light + glass compatible)
   Canvas placement + reduced-motion only — no dark-theme color fighting
   ========================================================================== */

.hp-about-v3 .hp-about-v3__canvas {
  mix-blend-mode: multiply !important;
  opacity: 0.22 !important;
}

.hp-about-v3__canvas,
.hp-blog-section canvas,
[data-gsap-section] > canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.hp-about-v3__container,
.hp-about-v3__layout,
.hp-blog-section .container,
.hp-trust .container,
.hp-compare .container,
.hp-pillars .container,
.hp-engine .container {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hp-about-v3__canvas,
  .irram-atmosphere__blob {
    display: none !important;
  }
}
