/* DN_REVEAL_FUNDRAISING_WEBP_V2_SMALLER_20260529 */

/* Dark product-grade visual, but smaller and secondary to the text. */
img.reveal-figure {
  width: min(620px, 38vw) !important;
  max-width: 620px !important;
  opacity: .92 !important;
  filter:
    brightness(.94)
    contrast(1.06)
    saturate(1.02)
    drop-shadow(0 26px 80px rgba(40, 90, 220, .20))
    drop-shadow(0 22px 70px rgba(0, 0, 0, .44)) !important;
  transform: translateX(-24px) scale(.92) !important;
  transform-origin: center center !important;
}

/* Disable old veil/overlay attempts from the previous visual. */
.reveal-visual::after,
.reveal-media::after,
.reveal-art::after,
.reveal-figure-wrap::after {
  content: none !important;
  display: none !important;
}

/* Subtle stage behind the image, smaller too. */
.reveal-visual,
.reveal-media,
.reveal-art,
.reveal-figure-wrap {
  position: relative;
}

.reveal-visual::before,
.reveal-media::before,
.reveal-art::before,
.reveal-figure-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 42%;
  top: 54%;
  width: 58%;
  height: 56%;
  transform: translate(-50%, -50%);
  border-radius: 44px;
  background:
    radial-gradient(circle at 50% 50%, rgba(74, 112, 255, .16), transparent 60%);
  filter: blur(38px);
  opacity: .72;
  pointer-events: none;
}

@media (max-width: 1100px) {
  img.reveal-figure {
    width: min(560px, 64vw) !important;
    transform: none !important;
  }
}

@media (max-width: 760px) {
  img.reveal-figure {
    width: 100% !important;
    opacity: .92 !important;
    transform: none !important;
  }
}
