.floating-lines-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.floating-lines-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.rb-cta-lines {
  z-index: 1;
  mix-blend-mode: screen;
  opacity: 0.58;
  filter: brightness(0.9) contrast(0.92) saturate(0.92);
}

@media (prefers-reduced-motion: reduce) {
  .rb-cta-lines {
    opacity: 0.42;
  }
}
