/* RESET GERAL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #020813;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* BACKGROUND CIBERNÉTICO */
.cyber-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(0, 240, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 240, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: center;
  z-index: -2;
  pointer-events: none;
}

.glow-radial {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120vw;
  height: 120vh;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.06) 0%, rgba(168, 85, 247, 0.03) 40%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

/* CONTAINER PRINCIPAL */
.page-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* HEADLINE SECTION */
.headline-section {
  text-align: center;
  margin-bottom: 30px;
  max-width: 850px;
}


.main-headline {
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

/* DESTAQUES DE CORES DO BANNER */
.text-cyan {
  color: #00f0ff;
  text-shadow: 0 0 15px rgba(0, 240, 255, 0.3);
  font-weight: 800;
}

.text-purple {
  color: #a855f7;
  text-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
  font-weight: 800;
}

.sub-headline {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 400;
  color: #a0aec0;
  line-height: 1.5;
  max-width: 750px;
  margin: 0 auto;
}



/* SEÇÃO DO VÍDEO (HERO) */
.video-section {
  width: 100%;
  max-width: 400px; /* Reduzido para caber a proporção vertical (9:16) sem ocupar a tela inteira em desktops */
  margin-bottom: 40px;
  text-align: center;
}

/* Moldura futurista com cantos em "L" estilo Viewfinder */
.video-frame {
  position: relative;
  width: 100%;
  background: rgba(7, 21, 43, 0.3);
  border: 1px solid rgba(0, 240, 255, 0.15);
  border-radius: 6px;
  padding: 1px;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(0, 240, 255, 0.05);
}

.corner-border {
  position: absolute;
  width: 15px;
  height: 15px;
  border-color: #00f0ff;
  border-style: solid;
  pointer-events: none;
  z-index: 5;
}

.top-left {
  top: -3px;
  left: -3px;
  border-width: 2px 0 0 2px;
}

.top-right {
  top: -3px;
  right: -3px;
  border-width: 2px 2px 0 0;
}

.bottom-left {
  bottom: -3px;
  left: -3px;
  border-width: 0 0 2px 2px;
}

.bottom-right {
  bottom: -3px;
  right: -3px;
  border-width: 0 2px 2px 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%; /* Proporção 9:16 para vídeo Vertical (Stories/Reels/TikTok) */
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}

.video-container vturb-smartplayer,
.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* SEÇÃO DE CTA COM DELAY (OFFER) */
.delayed-cta {
  width: 100%;
  max-width: 650px;
  margin: 20px auto;
  transition: all 0.5s ease-in-out;
}

.esconder {
  display: none !important;
}

.cta-container {
  background: rgba(7, 21, 43, 0.45);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 
    0 15px 50px rgba(0, 0, 0, 0.6),
    inset 0 0 30px rgba(0, 240, 255, 0.03);
  position: relative;
  overflow: hidden;
}

/* Efeito de brilho de grade interno no CTA */
.cta-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 240, 255, 0.01) 1px, transparent 1px);
  background-size: 100% 4px;
  pointer-events: none;
}

.offer-box {
  margin-bottom: 30px;
}

.mono-label {
  font-family: 'Fira Code', monospace;
  font-size: 0.75rem;
  color: #00f0ff;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.offer-box h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 10px;
}

.offer-box p {
  color: #a0aec0;
  font-size: 0.95rem;
}

/* BOTÃO DE CHECKOUT CYBERPUNK */
.btn-checkout {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  height: 65px;
  background: linear-gradient(135deg, #00f0ff 0%, #0072ff 100%);
  border: 1px solid #00f0ff;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.35);
  transition: all 0.3s ease;
  margin-bottom: 25px;
  overflow: hidden;
}

.btn-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.btn-text {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(0.95rem, 2.5vw, 1.2rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: relative;
}

/* Efeito Hover do Botão */
.btn-checkout:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(0, 240, 255, 0.55);
  border-color: #ffffff;
}

.btn-checkout:hover .btn-glow {
  opacity: 1;
}

.btn-checkout:active {
  transform: translateY(1px);
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.25);
}

/* Pulsar automático do botão para aumentar cliques */
@keyframes buttonPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); box-shadow: 0 0 30px rgba(0, 240, 255, 0.45); }
  100% { transform: scale(1); }
}

.btn-checkout {
  animation: buttonPulse 2s infinite ease-in-out;
}
.btn-checkout:hover {
  animation-play-state: paused; /* Para o pulsar ao passar o mouse */
}

/* BADGES DE SEGURANÇA */
.cta-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 0.8rem;
  color: #a0aec0;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.03);
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* FOOTER COMPLIANCE */
.footer-section {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
  margin-top: 50px;
  text-align: center;
  font-size: 0.75rem;
  color: #718096;
}

/* RESPONSIVIDADE MOBILE */
@media (max-width: 768px) {
  .video-section {
    width: calc(100% + 40px);
    max-width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }

  .video-frame {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }

  .corner-border {
    display: none;
  }

  .video-container {
    border-radius: 0;
  }
}
