.footer-ripple-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  z-index: 1; /* Above background, below content */
  opacity: 1.0;
}

.footer-ripple-background canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* Mobile optimization - reduce intensity on smaller screens */
@media (max-width: 768px) {
  .footer-ripple-background {
    opacity: 0.3;
  }
}

@media (max-width: 480px) {
  .footer-ripple-background {
    opacity: 0.2;
  }
}
