/* Qredio staging cosmetic overrides (BMS) */

/* Fix: woman cutout was being stretched into a non-square box */
.section-9 .image-24,
img.image-24 {
  object-fit: contain !important;
  height: auto !important;
  max-width: 100% !important;
  position: relative;
  z-index: 2;
}

/* Concept (image 35): frosted glass card + green glow behind the woman */
.section-9 { position: relative; }

/* soft green glow, upper area behind the woman */
.section-9::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: 7%;
  top: 2%;
  width: 460px;
  height: 460px;
  max-width: 38%;
  background: radial-gradient(circle, rgba(126,230,140,0.34) 0%, rgba(126,230,140,0.14) 38%, rgba(126,230,140,0) 70%);
  filter: blur(16px);
}

/* frosted glass rounded card behind the woman */
.section-9::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 3%;
  top: 13%;
  width: 33%;
  min-width: 280px;
  height: 86.5%;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 28px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

/* ClaudeDesign tint filter to match Blindaje/Privacidad purple weight (2026-05-28) */
.qredio-icon-confiabilidad {
  filter:
    brightness(0)
    saturate(100%)
    invert(72%)
    sepia(20%)
    saturate(820%)
    hue-rotate(220deg)
    brightness(95%)
    contrast(94%)
    opacity(0.88);
}
