/* Vídeo de fundo fixo — imagens/fundo02.mp4 */

#rmkt-bg-video-wrap {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #0e2622;
}

#rmkt-bg-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  filter: saturate(1.15) brightness(0.62);
  transform: scale(1.02);
}

.rmkt-bg-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 15, 11, 0.45) 0%, rgba(14, 38, 34, 0.72) 55%, rgba(14, 38, 34, 0.88) 100%),
    radial-gradient(ellipse at 70% 20%, rgba(142, 182, 155, 0.12) 0%, transparent 55%);
}

body.has-video-bg {
  background: #0e2622;
}

body.has-video-bg .nav {
  z-index: 200;
}

body.has-video-bg .rmkt-offer-bar {
  z-index: 1000;
}

body.has-video-bg .hero,
body.has-video-bg .section,
body.has-video-bg footer {
  position: relative;
  z-index: 2;
}

body.has-video-bg .hero-bg-overlay {
  background: linear-gradient(
    135deg,
    rgba(6, 15, 11, 0.35) 0%,
    rgba(10, 28, 16, 0.25) 50%,
    rgba(6, 15, 11, 0.45) 100%
  ) !important;
}

/* Seções claras — fundo sólido para legibilidade */
body.has-video-bg #ciclo-receita,
body.has-video-bg #nossos-servicos,
body.has-video-bg #metodologia,
body.has-video-bg #ecommerce,
body.has-video-bg #faq,
body.has-video-bg #solutions-accordion {
  background: #f8fbf9 !important;
}

/* Diagnóstico 360º — verde institucional #153832 */
body.has-video-bg #diagnostico {
  background: #153832 !important;
}

/* Seções escuras — vídeo aparece por trás */
body.has-video-bg #cases,
body.has-video-bg #tecnologias,
body.has-video-bg #contato,
body.has-video-bg #instagram-cta {
  background: transparent !important;
}

body.has-video-bg #laboratorio.rmkt-lab {
  background: linear-gradient(165deg, #f4fbf6 0%, #ffffff 42%, #e9f5ec 100%) !important;
}

body.has-video-bg .section + .section {
  margin-top: 0;
}

body.has-video-bg .section ~ br {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  #rmkt-bg-video {
    display: none;
  }
}
