/* ==========================================================================
   FESTA: HEAVY TOUCH - IDENTIDADE INDUSTRIAL & BRUTALISTA
   ========================================================================== */

/* Subtítulo neon focado no vermelho pulsante */
.festa-subtitulo {
  color: #ff0000;
  text-shadow: 0 0 12px rgba(255, 0, 0, 0.7);
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 5px;
}

/* Linha decorativa brutalista em neon vermelho */

.linha-decorativa {
  background-color: #b02e2e;
  box-shadow: none;
  height: 3px;
  width: 80px;
  /* Espaçamento ajustado: 15px topo/baixo, 30px inferior para dar o respiro */
  margin: 15px auto 30px auto;
}

/* Caixa de Instalações e Atrações com pegada de grade industrial */
.festa-atracoes {
  background-color: rgba(18, 18, 18, 0.95);
  border: 1px solid rgba(255, 0, 0, 0.15);
  box-shadow:
    inset 0 0 20px rgba(255, 0, 0, 0.03),
    0 8px 30px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 30px;
  list-style: none;
  max-width: 800px;
  margin: 40px auto;
  text-align: left;
}

.festa-atracoes li {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  padding-bottom: 15px;
}

.festa-atracoes li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.festa-atracoes strong {
  color: #ff0000;
}

/* Bloco técnico de Informações da Data/Local */
.festa-info-bloco {
  border-left: 4px solid #ff0000;
  background-color: #121212;
  box-shadow: -5px 0 20px rgba(255, 0, 0, 0.1);
  max-width: 800px;
  margin: 40px auto;
  padding: 25px 30px;
  text-align: left;
  border-radius: 0 4px 4px 0;
}

.festa-info-bloco p {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.festa-info-bloco p:last-child {
  margin-bottom: 0;
}

.festa-info-bloco strong {
  color: #ff0000;
  margin-right: 5px;
}

/* Setor de Valores e Lotes */
.festa-valores {
  max-width: 800px;
  margin: 50px auto 30px auto;
  text-align: center;
}

.valores-titulo {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #ffffff;
}

.valores-lista {
  list-style: none;
  padding: 0;
  display: inline-block;
  text-align: left;
}

.valores-lista li {
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.valores-lista li.lote-esgotado {
  color: #555555;
  text-decoration: line-through;
}

.valores-lista li.lote-esgotado span {
  color: #ff0000;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

/* Customização do Botão Checkout (Foco no Pulsar Vermelho Industrial) */
.btn-checkout {
  background-color: #ff0000;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
  border: 1px solid rgba(255, 0, 0, 0.5);
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 18px 45px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

.btn-checkout:hover {
  background-color: #d10000;
  box-shadow: 0 0 25px #ff0000;
  transform: translateY(-2px);
}
