/* ==============================================================
   Correção v12 — mobile simplificado sem câmera/gestos visuais
   ============================================================== */

@media (max-width: 991px) {
  /* Remove do mobile o botão de ativar câmera e a demo interativa.
     Mantém o desktop intacto e evita qualquer camada/click que possa travar a rolagem. */
  .hero.hero-orbita-editorial .hero-rv-cta-wrap,
  .hero.hero-orbita-editorial .hero-rv-demo,
  .hero.hero-orbita-editorial .hero-rv-demo *,
  .hero.hero-orbita-editorial .hero-rv-activate-btn,
  .hero.hero-orbita-editorial .hero-rv-activate-btn * {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .hero.hero-orbita-editorial .hero-rv-cta-wrap {
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  /* O panorama continua visível e controlado por giroscópio, mas não captura toque.
     Assim, o scroll vertical do mobile fica livre. */
  body .hero.hero-orbita-editorial .hero-rv-background,
  body .hero.hero-orbita-editorial .hero-rv-background iframe,
  body .hero.hero-orbita-editorial #heroRvFrame,
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-rv-background,
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-rv-background iframe,
  body.hero-rv-camera-active .hero.hero-orbita-editorial #heroRvFrame {
    pointer-events: none !important;
    touch-action: pan-y !important;
  }

  /* Como a câmera foi removida no mobile, jamais deve existir estado visual de câmera ativa. */
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-editorial-content,
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-title-block,
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-title-block *,
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-editorial-headline,
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-editorial-description,
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-niche-tags,
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-niche-tags *,
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-actions,
  body.hero-rv-camera-active .hero.hero-orbita-editorial .hero-actions * {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
