/* LetterGlitch full-page background (used on Casos de éxito / Case Studies) */
body.glitch-page { background: transparent; }

.glitch-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: #07070D;
}

.glitch-bg .letter-glitch-canvas {
  position: absolute;
  inset: 0;
}

.glitch-bg .letter-glitch-canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* dim the glitch + edge vignette so all page content stays readable over it */
.glitch-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(7,7,13,0) 50%, rgba(7,7,13,0.95) 100%),
    rgba(7,7,13,0.55);
}
