* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #000;
  color: #fff;
  text-align: center;
  background-image: url("https://i0.wp.com/comercial.q2ingressos.com.br/wp-content/uploads/2026/01/luan-rh-background.jpg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

/* ARCO */
.arco img {
  width: 100%;
  display: block;
}

.arco-bottom img {
  transform: rotate(180deg);
}

/* TÍTULO */
.titulo img {
  width: 70%;
  max-width: 400px;
  margin: 24px auto;
}

/* HERO */
.hero-img img {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}

/* EVENTO */
.evento {
  margin: 24px 0;
}

.local {
  font-size: 20px;
}

.data {
  opacity: 0.8;
}

/* VIP */
.vip {
  padding: 24px 16px;
}

.destaque {
  color: #00cccc;
}

.btn-primary {
  display: inline-block;
  margin-top: 16px;
  padding: 14px 28px;
  background: #00e6c3;
  color: #000;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 28px;
}

/* VENDAS */
.vendas {
  padding: 32px 16px;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  border: 1px solid #333;
  border-radius: 12px;
  padding: 16px;
}

/* VÍDEOS */
.videos {
  padding: 32px 16px;
}

.video {
  margin: 16px 0;
}

.video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  border: none;
}

/* FOOTER */
.footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 32px 16px;
}

.footer img {
  height: 40px;
}

.video {
  margin: 20px 0;
}

.video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  border: none;
}

.vendas-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
  padding: 30px;
}

.venda {
  border: 1px solid #333;
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
}

.tipo {
  color: #00cccc;
  font-weight: bold;
}

.destaque-venda {
  border-color: #00e6c3;
}

.titulo {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
}

.titulo-vendas {
  margin: 24px 0;
  color: #00cccc;
  font-size: 16px;
  letter-spacing: 1px;
}

/* BOX DAS VENDAS */
.vendas-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}

/* CARD PADRÃO */
.venda {
  border: 1px solid #ffffff;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
}

.tipo {
  font-weight: bold;
  font-size: 16px;
}

.vip-label {
  margin-top: 6px;
  color: #00cccc;
  font-size: 14px;
}

/* =========================
   ESTADO INDISPONÍVEL
   ========================= */
.venda-indisponivel {
  opacity: 0.35;
  filter: grayscale(100%);
  border-style: dashed;
  cursor: not-allowed;
}

.venda-indisponivel::after {
  content: "EM BREVE";
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #aaa;
}

.status-indisponivel {
  margin-top: 6px;
  font-size: 13px;
  color: #bbb;
}

/* TÍTULO */
.titulo-vendas {
  margin: 24px 0;
  color: #00cccc;
  font-size: 16px;
  letter-spacing: 1px;
}

/* GRID */
.vendas-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}

/* CARD COMO LINK */
.venda {
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.venda-ativa:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 2px #00e6c3;
}

.tipo {
  font-weight: bold;
  font-size: 16px;
}

.vip-label {
  margin-top: 6px;
  color: #00cccc;
  font-size: 14px;
}

/* =========================
   ESTADO INDISPONÍVEL
   ========================= */
.venda-indisponivel {
  opacity: 0.35;
  filter: grayscale(100%);
  border-style: dashed;
  cursor: not-allowed;
  pointer-events: none; /* DESATIVA O CLIQUE */
}

.venda-indisponivel::after {
  content: "EM BREVE";
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #aaa;
}

.status-indisponivel {
  margin-top: 6px;
  font-size: 13px;
  color: #bbb;
}

.videos {
  padding: 32px 16px;
}

.destaque {
  color: #00cccc;
  margin-bottom: 16px;
  text-align: center;
}

/* CARD */
.video-card {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  max-width: 100%;
}

/* THUMB */
.video-thumb {
  width: 100%;
  display: block;
  filter: brightness(0.75);
}

/* OVERLAY */
.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
}

/* PLAY */
.play-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background: rgba(255, 0, 0, 0.9);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

/* TEXTO */
.video-title {
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.video-title span {
  font-weight: normal;
  font-size: 14px;
  opacity: 0.85;
}

.cta-final{
  padding: 14px 79px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* =========================
   AJUSTES APENAS PARA DESKTOP
   ========================= */
@media (min-width: 1024px) {

  /* Usa melhor o fundo no desktop */
  body {
    background-size: cover;
    background-position: top center;
        background-color: #000000;
    background-image: url(https://i0.wp.com/comercial.q2ingressos.com.br/wp-content/uploads/2026/01/luan-rh-background.jpg?fit=1920%2C1577&ssl=1);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* Dá largura real ao conteúdo */
  section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  /* TÍTULO + HERO mais cinematográfico */
  .titulo img {
    max-width: 480px;
    margin-bottom: 32px;
  }

  .hero-img img {
    max-width: 620px;
  }

  /* EVENTO mais espaçado */
  .evento {
    margin: 64px auto;
  }

  .local {
    font-size: 26px;
  }

  .data {
    font-size: 16px;
  }

  /* VENDAS lado a lado */
  .vendas-box {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }

  .venda {
    width: 320px;
  }

  /* VIDEOS em grid */
  .videos {
    max-width: 1200px;
    margin: 80px auto;
  }

  .videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start;
  }

  .videos h3 {
    grid-column: 1 / -1;
    margin-bottom: 32px;
  }

  .video-card {
    max-width: none;
  }

  /* CTA FINAL mais elegante */
  .cta-final {
    padding: 80px 0;
    gap: 20px;
  }

  .cta-texto {
    font-size: 20px;
  }

  /* FOOTER mais espaçado */
  .footer {
    margin-top: 80px;
    padding: 48px 0;
  }
}
