body {
    background: #000;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    color: white;
    position: relative;
    overflow-x: hidden;
}

/* ---------- TOPO ---------- */

.top-box {
    background: #ff3b30;
    color: white;
    padding: 30px;
    border-radius: 30px;
    width: 60%;
    margin: 40px auto;
}

.top-box h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}

/* ---------- LISTA ---------- */

.lista {
    list-style: disc;
    padding-left: 25px;
    text-align: left;
    width: 80%;
    margin: 20px auto;
    font-size: 18px;
}

.lista li {
    margin: 8px 0;
}

/* ---------- PREÇO ---------- */

.subtitulo {
    margin-top: 40px;
    font-size: 32px;
    font-weight: bold;
}

.preco-box {
    background: #ff3b30;
    width: 220px;
    margin: 25px auto;
    padding: 20px;
    border-radius: 25px;
    font-weight: bold;
}

.preco-box .moeda {
    font-size: 25px;
}

.preco-box .valor {
    font-size: 60px;
}

/* ---------- BOTÃO ---------- */

.btn-pulsar {
  background: #00ff85 !important; /* Verde neon */
  color: #000; /* Preto para dar contraste */
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  transition: 0.2s;
}

.btn-pulsar:hover {
  background: #00e676 !important; /* Verde neon mais escuro no hover */
  transform: scale(1.05);
}


@keyframes pulsar {
    0% { transform: scale(1); }
    50% { transform: scale(1.07); }
    100% { transform: scale(1); }
}

/* ---------- PROVAS ---------- */

.provas-mini {
  padding: 10px;
  text-align: center;
}

.provas-mini h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
}

.prova-mini {
  margin: 10px auto;
  padding: 10px 14px;
  max-width: 330px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.stars-mini {
  font-size: 12px;
  color: #ffdd55;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.prova-mini p {
  margin: 0;
  font-size: 13px;
  color: #f1f1f1;
  line-height: 1.3;
}

.prova-mini span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #cccccc;
}

/* FUMAÇA REDUZIDA */
.fumaca1, .fumaca2 {
    position: fixed;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

/* Camada 1 – suave */
.fumaca1 {
    width: 500px;       /* diminuído */
    height: 500px;      /* diminuído */
    background: radial-gradient(circle, rgba(255,40,40,0.45), transparent);
    filter: blur(90px); /* diminuído */
    opacity: 0.45;
    animation: mover1 8s ease-in-out infinite alternate;
    z-index: -5;
}

/* Camada 2 – forte */
.fumaca2 {
    width: 380px;       /* diminuído */
    height: 380px;      /* diminuído */
    background: radial-gradient(circle, rgba(255,0,70,0.6), transparent);
    filter: blur(70px); /* diminuído */
    opacity: 0.65;
    animation: mover2 6s ease-in-out infinite alternate;
    z-index: -6;
}

/* ---------- GARANTIR SCROLL ---------- */

* {
    touch-action: auto !important;
    overscroll-behavior: auto !important;
}

html, body {
    height: auto !important;
    overflow-y: auto !important;
}

/* Garantir que o conteúdo fique acima da fumaça */
body > *:not(.fumaca1):not(.fumaca2) {
    position: relative;
    z-index: 10;
}

#popup-notificacao {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    display: flex;
    align-items: flex-end;
}

/* POPUP DIMINUÍDO */
.popup-box {
    background: rgba(0,0,0,0.88);
    border: 2px solid #ff2a6d;
    padding: 12px 15px;     /* menor */
    border-radius: 8px;     /* menor */
    min-width: 220px;       /* diminuído */
    max-width: 260px;       /* diminuído */
    box-shadow: 0 0 12px rgba(255, 42, 109, 0.5);
    transform: translateY(30px);
    opacity: 0;
    transition: all .35s ease;
    font-size: 14px;        /* texto menor */
}

.popup-box strong {
    color: #ff2a6d;
}

.popup-show .popup-box {
    transform: translateY(0);
    opacity: 1;
}

.popup-hidden .popup-box {
    transform: translateY(30px);
    opacity: 0;
}

.videoBox{
  width: 100%;
  overflow: hidden;
  border-bottom: 6px solid #ff2b9d;
}

.videoBox video{
  width: 100%;
  display: block;
  border-radius: 0;
}

.btn-zangi{
  position: fixed;
  bottom: 15px;
  left: 15px;
  background: #0f9d58;
  color: #fff;
  padding: 8px 12px; /* menor */
  border-radius: 40px;
  font-size: 13px; /* menor */
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
  transition: 0.2s;
  z-index: 9999;
}
.btn-zangi:hover{
  transform: scale(1.08);
}

/* Fundo desfocado quando o popup abre */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 99;
}

/* Popup com efeito glass */
.popup-zangi {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  color: #fff;
  display: none;
  z-index: 100;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.3);
}

.popup-zangi h2 {
  margin-top: 0;
}

.popup-zangi input {
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  margin: 10px 0;
}

/* Botão vermelho neon */
.btn-finalizar {
  display: block;
  background: #ff0033;
  padding: 12px 20px;
  color: white;
  margin-top: 15px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 10px #ff0033;
}

/* Botão pulsante */
.btn-pulsar {
  background: #ff0033;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 12px #ff0033;
}

/* Fundo desfocado */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.45);
  display: none;
  z-index: 998;
}

/* Popup glass */
.popup-zangi {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 330px;
  padding: 25px;
  
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  color: #fff;
  display: none;
  z-index: 999;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.25);
  position: fixed;
}

/* Botão fechar */
.popup-zangi .fechar {
  position: absolute;
  top: 10px;
  right: 12px;
  background: rgba(255, 0, 50, 0.8);
  border: none;
  color: white;
  width: 28px;
  height: 28px;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 8px #ff0033;
}

/* Input */
.popup-zangi input {
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  margin-top: 10px;
}

/* Botão vermelho neon */
.btn-finalizar {
  display: block;
  background: #ff0033;
  padding: 12px 20px;
  color: white;
  margin-top: 15px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 10px #ff0033;
}

/* Botão que abre o popup */
.btn-pulsar {
  background: #ff0033;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 12px #ff0033;
}

/* Aviso */
.aviso {
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 10px;
  color: #ff0033;
  text-shadow: 0 0 8px #ff0033;
}


