/* 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: 0;
  height: calc(100vh - 80px);
  border: 0;
}

