/* Ajustes adicionais além do bundle Tailwind compilado (index-VZCP1qsh.css) */

.sobre-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  display: block;
}

.cta-banner {
  background: linear-gradient(135deg, hsl(172 48% 45%), hsl(200 95% 55%));
}

/* ===== Página da Vitrine ===== */
body.vitrine-page {
  overflow: hidden;
  height: 100vh;
  margin: 0;
}

.vitrine-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 10;
}

.vitrine-iframe {
  position: fixed;
  left: 0;
  width: 100%;
  top: 80px;
  bottom: 63px;
  height: calc(100vh - 143px);
  border: 0;
}

.vitrine-badge {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 63px;
  z-index: 10;
}

#montesite-footer-badge {
  position: fixed !important;
  bottom: 0 !important;
  height: 63px !important;
  z-index: 10 !important;
}

@media (max-width: 768px) {
  /* Garante que os botões de navegação da vitrine não sumam no mobile */
  .vitrine-iframe {
    padding-bottom: 50px !important;
    height: calc(100vh - 193px) !important; /* Ajuste compensatório */
  }
}
