/* DN_MOBILE_ROOM_VIDEO_GLOW_STRONGER_V1_20260530
   Mais contraste atrás do quadro do vídeo mobile.
   Não mexe no loop, texto, pricing, upload ou reveal.
*/

@media (max-width: 767px) {
  .dn-mobile-product-flow .dnm-review-room .dnm-media {
    position: relative !important;
    overflow: visible !important;
    isolation: isolate !important;
  }

  /* glow externo mais aberto e mais claro */
  .dn-mobile-product-flow .dnm-review-room .dnm-media::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 112% !important;
    height: 112% !important;
    border-radius: 34px !important;
    background:
      radial-gradient(
        ellipse at center,
        rgba(112, 140, 255, .46) 0%,
        rgba(82, 112, 255, .34) 34%,
        rgba(40, 72, 190, .20) 58%,
        rgba(0, 0, 0, 0) 78%
      ) !important;
    filter: blur(28px) !important;
    opacity: .95 !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  /* luz de base para separar o quadro do fundo */
  .dn-mobile-product-flow .dnm-review-room .dnm-media::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -18px !important;
    transform: translateX(-50%) !important;
    width: 92% !important;
    height: 88px !important;
    border-radius: 999px !important;
    background:
      radial-gradient(
        ellipse at center,
        rgba(106, 138, 255, .36) 0%,
        rgba(72, 106, 245, .22) 42%,
        rgba(0, 0, 0, 0) 76%
      ) !important;
    filter: blur(20px) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  .dn-mobile-product-flow .dnm-review-room .dnm-video-box {
    position: relative !important;
    z-index: 2 !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    background: rgba(17, 31, 72, .58) !important;
    box-shadow:
      0 0 0 1px rgba(142, 164, 255, .22),
      0 0 28px rgba(92, 126, 255, .28),
      0 28px 84px rgba(0, 0, 0, .48) !important;
  }

  /* highlight interno sutil no card */
  .dn-mobile-product-flow .dnm-review-room .dnm-video-box::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: inherit !important;
    background:
      linear-gradient(
        135deg,
        rgba(155, 176, 255, .18) 0%,
        rgba(155, 176, 255, .06) 28%,
        rgba(255, 255, 255, 0) 56%
      ) !important;
    pointer-events: none !important;
    z-index: 4 !important;
  }

  .dn-mobile-product-flow .dnm-review-room video {
    position: relative !important;
    z-index: 2 !important;
    filter: brightness(1.08) contrast(1.06) saturate(1.06) !important;
  }
}
