/* ============================================================
   ETHB SP 2026 — stylev4.css
   Seções novas + ajustes. Carregar SEMPRE depois de stylev3.css.

   Novo aqui:
   1. Problema (público frio)
   2. Quem estará no palco
   3. Depoimentos
   4. Conforto e logística (local, acesso, hotéis, alimentação)
   5. Garantia de 7 dias
   6. CTA fixo
   7. Ajuste do card Diamond esgotado (vira prova social)
   8. Suporte a prefers-reduced-motion

   Paleta herdada: laranja #F67600 para acento, verde #2fd64d nos CTAs.
============================================================ */

:root {
  --v4-green: #2fd64d;
  --v4-green-deep: #1fb83a;
  --v4-orange: #F67600;
  --v4-card: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.012) 100%);
  --v4-border: rgba(255, 255, 255, 0.09);
  --v4-border-hot: rgba(246, 118, 0, 0.32);
  --v4-text-soft: rgba(255, 255, 255, 0.64);
  --v4-pad: clamp(64px, 9vw, 120px);
}

/* ============================================================
   0 — BARRA DO TOPO COM DATA E LOCAL
   Data e local saíram do hero e passaram a viver aqui, visíveis
   durante toda a rolagem. Em telas estreitas o texto encurta
   para caber numa linha só, sem empurrar o hero para baixo.
============================================================ */
.top-banner {
  position: relative;
  padding: 13px 18px !important;
  background: linear-gradient(180deg, #ff8420 0%, var(--v4-orange) 55%, #e06a00 100%) !important;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: padding 0.35s var(--ease, cubic-bezier(.2, .7, .2, 1)),
              box-shadow 0.35s ease;
}

/* Brilho que percorre a barra depois que a rolagem começa */
.top-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: -140%;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
  opacity: 0;
}

body.tb-scrolled .top-banner::after {
  opacity: 1;
  animation: tbShine 4.5s ease-in-out infinite;
}

@keyframes tbShine {
  0%   { left: -140%; }
  55%  { left: 140%; }
  100% { left: 140%; }
}

/* Ganha presença assim que sai do topo */
body.tb-scrolled .top-banner {
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.55);
}

.top-banner p {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.tb-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.tb-item svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  opacity: 0.95;
}

.tb-dot {
  opacity: 0.5;
  flex-shrink: 0;
}

/* O lote vira selo, para puxar o olho */
.top-banner strong {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.28);
  text-shadow: none;
}

.tb-short { display: none; }

@media (max-width: 980px) {
  .top-banner { padding: 11px 12px !important; }
  .top-banner p { font-size: 13px; gap: 10px; }
  .tb-item svg { width: 15px; height: 15px; }
  .top-banner strong { font-size: 11.5px; padding: 4px 10px; }
  .tb-long { display: none; }
  .tb-short { display: inline; }
}

@media (max-width: 560px) {
  .top-banner { padding: 10px 10px !important; }
  .top-banner p { font-size: 11.5px; gap: 8px; }
  .tb-item svg { width: 13px; height: 13px; }
  .top-banner strong { font-size: 10px; padding: 3px 8px; letter-spacing: 0.05em; }
}

/* Em telas muito estreitas o lote sai: data e local são o que importa */
@media (max-width: 400px) {
  .top-banner p > .tb-dot:last-of-type,
  .top-banner strong { display: none; }
}

/* Os atributos width/height no HTML (que evitam layout shift) viram
   altura real quando o CSS define só a largura. Estas imagens escalam
   pela proporção, então precisam de height:auto. */
.logo-whatsup,
.footer-logo-icon,
.footer-pay,
.cta-secure-logo {
  height: auto;
}

/* ============================================================
   0a — FOLGA DO HERO SOB A BARRA DO TOPO
   A barra é fixa e cresceu de ~30px para ~53px. O hero precisa
   começar abaixo dela com respiro, senão o selo "2ª edição"
   encosta ou fica cortado. Em janelas baixas, a centralização
   vertical também empurrava o conteúdo para trás da barra, por
   isso o min-height é limitado aqui.
============================================================ */
.hero {
  padding-top: 96px !important;
}

.hero-container {
  min-height: 0;
}

@media (min-width: 1024px) {
  .hero-container {
    min-height: calc(100vh - 150px);
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  .hero { padding-top: 86px !important; }
}

@media (max-width: 560px) {
  .hero { padding-top: 74px !important; }
}

/* ============================================================
   0b — SELO DE PAGAMENTO SEGURO (abaixo do botão do hero)
   Discreto de propósito: tranquiliza sem competir com o CTA.
============================================================ */
.cta-secure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* centraliza sob o botão, não na coluna inteira */
  align-self: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.01em;
}

.cta-secure svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.cta-secure-logo {
  height: 15px;
  width: auto;
  display: block;
  opacity: 0.7;
}

@media (max-width: 560px) {
  .cta-secure { font-size: 11px; gap: 6px; }
  .cta-secure svg { width: 12px; height: 12px; }
  .cta-secure-logo { height: 13px; }
}

/* ============================================================
   1 — SEÇÃO PROBLEMA
============================================================ */
.problem-section {
  position: relative;
  padding: var(--v4-pad) 0;
  background: #060606;
  border-top: 1px solid var(--v4-border);
  overflow: hidden;
}

.problem-glow {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  max-width: 120vw;
  background: radial-gradient(ellipse, rgba(246, 118, 0, 0.1) 0%, transparent 68%);
  filter: blur(70px);
  pointer-events: none;
}

.problem-header {
  position: relative;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.problem-h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.problem-body {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: start;
}

@media (max-width: 950px) {
  .problem-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.problem-text p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--v4-text-soft);
  margin-bottom: 20px;
}

.problem-highlight {
  padding: 22px 24px;
  border-left: 3px solid var(--v4-orange);
  background: rgba(246, 118, 0, 0.06);
  border-radius: 0 14px 14px 0;
  color: rgba(255, 255, 255, 0.86) !important;
}

.problem-highlight strong {
  color: var(--v4-orange);
  font-weight: 700;
}

.problem-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
}

.problem-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 24px;
  background: var(--v4-card);
  border: 1px solid var(--v4-border);
  border-radius: 16px;
  transition: border-color 0.3s ease, transform 0.4s var(--ease, cubic-bezier(.2, .7, .2, 1));
}

.problem-list li:hover {
  border-color: var(--v4-border-hot);
  transform: translateX(4px);
}

.problem-list li div {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--v4-text-soft);
}

.problem-list strong {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 1rem;
}

.problem-list-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 118, 0, 0.12);
  border: 1px solid rgba(246, 118, 0, 0.28);
  color: var(--v4-orange);
}

.problem-list-icon svg {
  width: 14px;
  height: 14px;
}

/* ============================================================
   2 — QUEM ESTARÁ NO PALCO
============================================================ */
.speakers-section {
  position: relative;
  padding: var(--v4-pad) 0;
  background: #000;
  overflow: hidden;
}

.speakers-glow {
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 700px;
  height: 700px;
  max-width: 100vw;
  background: radial-gradient(circle, rgba(246, 118, 0, 0.12) 0%, transparent 65%);
  filter: blur(80px);
  pointer-events: none;
}

.speakers-header {
  position: relative;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.speakers-h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.speakers-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--v4-text-soft);
  max-width: 640px;
}

/* --- Setas do carrossel, agrupadas logo acima das fotos --- */
.speakers-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 18px;
}

.sp-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease,
              transform 0.25s ease, opacity 0.25s ease;
}

.sp-arrow svg { width: 20px; height: 20px; }

.sp-arrow:hover:not(:disabled) {
  background: var(--v4-orange);
  border-color: var(--v4-orange);
  transform: translateY(-2px);
}

.sp-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}

/* --- Trilho do carrossel --- */
.speakers-carousel {
  position: relative;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 6px;
  /* esconde a barra de rolagem sem tirar a função */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.speakers-carousel::-webkit-scrollbar { display: none; }

.speakers-carousel .speaker-card {
  flex: 0 0 auto;
  width: clamp(250px, 27vw, 300px);
  scroll-snap-align: start;
}

@media (max-width: 600px) {
  .speakers-carousel .speaker-card { width: 82vw; max-width: 320px; }
  .sp-arrow { width: 42px; height: 42px; }
}

.speaker-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--v4-card);
  border: 1px solid var(--v4-border);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.45s var(--ease, cubic-bezier(.2, .7, .2, 1)),
              border-color 0.3s ease,
              box-shadow 0.45s ease;
}

.speaker-card:hover {
  transform: translateY(-6px);
  border-color: var(--v4-border-hot);
  box-shadow: 0 28px 56px -24px rgba(0, 0, 0, 0.85);
}

/* Os dois confirmados ganham destaque */
.speaker-card-main {
  border-color: rgba(246, 118, 0, 0.28);
  background: linear-gradient(180deg, rgba(246, 118, 0, 0.06) 0%, rgba(255, 255, 255, 0.012) 100%);
}

.speaker-card-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--v4-orange), transparent);
  z-index: 2;
}

/* Área da foto — trocar o placeholder por <img> */
.speaker-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02) 0 12px, transparent 12px 24px),
    #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* A imagem cobre o placeholder. Se o arquivo ainda não existir,
   o onerror esconde a img e o "FOTO" reaparece por baixo. */
.speaker-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.6s var(--ease, cubic-bezier(.2, .7, .2, 1));
}

.speaker-card:hover .speaker-photo img {
  transform: scale(1.05);
}

.speaker-photo-placeholder {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.18);
}

.speaker-info {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.speaker-name {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  letter-spacing: -0.01em;
}

.speaker-role {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--v4-orange);
}

.speaker-bio {
  margin-top: 6px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--v4-text-soft);
}

/* Espaços ainda não preenchidos */
.speaker-card-empty {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.14);
}

.speaker-card-empty .speaker-name,
.speaker-card-empty .speaker-role,
.speaker-card-empty .speaker-bio {
  opacity: 0.42;
}

/* ============================================================
   3 — DEPOIMENTOS
============================================================ */
.testi-section {
  position: relative;
  padding: var(--v4-pad) 0;
  background: #060606;
  border-top: 1px solid var(--v4-border);
}

.testi-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.testi-h2 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 1040px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .testi-grid { grid-template-columns: 1fr; max-width: 560px; }
}

.testi-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px 30px;
  margin: 0;
  background: var(--v4-card);
  border: 1px solid var(--v4-border);
  border-radius: 20px;
  transition: transform 0.45s var(--ease, cubic-bezier(.2, .7, .2, 1)), border-color 0.3s ease;
}

.testi-card:hover {
  transform: translateY(-5px);
  border-color: var(--v4-border-hot);
}

/* Destaque curto no topo do card */
.testi-result {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--v4-orange);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

/* A citação vem primeiro e domina o card */
.testi-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  font-style: italic;
  flex: 1;
}

/* Pessoa no rodapé do card */
.testi-person {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.testi-photo {
  position: relative;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* A foto cobre todo o círculo. Fica sobreposta ao placeholder,
   senão o "FOTO" ocupa espaço e empurra a imagem para o lado. */
.testi-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.testi-photo-placeholder {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.2);
}

.testi-id {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.testi-name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.testi-city {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ============================================================
   4 — CONFORTO E LOGÍSTICA
============================================================ */
.comfort-section {
  position: relative;
  padding: var(--v4-pad) 0;
  background:
    radial-gradient(ellipse at top, rgba(246, 118, 0, 0.05) 0%, transparent 55%),
    #000;
  border-top: 1px solid var(--v4-border);
}

.comfort-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.comfort-h2 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.comfort-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--v4-text-soft);
  max-width: 660px;
}

/* --- Card do local --- */
.venue-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--v4-card);
  border: 1px solid var(--v4-border-hot);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 64px;
}

@media (max-width: 900px) {
  .venue-card { grid-template-columns: 1fr; }
}

.venue-main {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

@media (max-width: 600px) {
  .venue-main { padding: 32px 24px; }
}

.venue-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--v4-orange);
  margin-bottom: 8px;
}

.venue-name {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.venue-room {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

.venue-address {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--v4-text-soft);
  margin-bottom: 20px;
}

.venue-map {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--v4-orange);
  color: var(--v4-orange);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.venue-map svg {
  width: 16px;
  height: 16px;
}

.venue-map:hover {
  background: var(--v4-orange);
  color: #fff;
}

.venue-media {
  position: relative;
  min-height: 300px;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02) 0 14px, transparent 14px 28px),
    #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.venue-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venue-media-placeholder {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.18);
}

/* --- Blocos internos --- */
.comfort-block {
  margin-bottom: 56px;
}

.comfort-block:last-child {
  margin-bottom: 0;
}

.comfort-block-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.comfort-block-sub {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--v4-text-soft);
  max-width: 720px;
  margin-bottom: 26px;
}

.comfort-note {
  margin-top: 20px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
}

/* --- Como chegar --- */
.access-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

@media (max-width: 900px) { .access-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .access-grid { grid-template-columns: 1fr; } }

.access-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 22px;
  background: var(--v4-card);
  border: 1px solid var(--v4-border);
  border-radius: 16px;
  transition: border-color 0.3s ease, transform 0.4s var(--ease, cubic-bezier(.2, .7, .2, 1));
}

.access-card:hover {
  border-color: var(--v4-border-hot);
  transform: translateY(-4px);
}

.access-label {
  font-size: 0.98rem;
  font-weight: 600;
  color: #fff;
}

.access-note {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--v4-text-soft);
}

/* ============================================================
   5 — GARANTIA — selo em formato de ingresso
   Canhoto perfurado à esquerda com o "7 dias", corpo à direita.
   Tema do evento (ingresso), sem ícone genérico, sem verde.
   As "furações" são círculos com a cor de fundo da seção,
   posicionados sobre a linha pontilhada para parecer picotado.
============================================================ */
.guarantee-section {
  --gt-bg: #000;                 /* cor do fundo da seção = cor das furações */
  position: relative;
  padding: clamp(48px, 7vw, 84px) 0;
  background: var(--gt-bg);
}

.guarantee-ticket {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 860px;
  margin: 0 auto;
  background: linear-gradient(145deg, #161616 0%, #0e0e0e 100%);
  border: 1px solid var(--v4-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.9);
}

/* Canhoto */
.gt-stub {
  flex-shrink: 0;
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 24px;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(246, 118, 0, 0.16) 0%, transparent 60%),
    rgba(246, 118, 0, 0.05);
  text-align: center;
}

.gt-stub-num {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 0.9;
  color: var(--v4-orange);
  letter-spacing: -0.04em;
  text-shadow: 0 8px 30px rgba(246, 118, 0, 0.35);
}

.gt-stub-unit {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-top: 2px;
}

.gt-stub-label {
  margin-top: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* Linha picotada + furações */
.gt-perf {
  position: relative;
  flex-shrink: 0;
  width: 0;
  border-left: 2px dashed rgba(255, 255, 255, 0.18);
}

.gt-perf::before,
.gt-perf::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gt-bg);
  transform: translateX(-50%);
}

.gt-perf::before { top: -12px; }
.gt-perf::after { bottom: -12px; }

/* Corpo */
.gt-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 34px 36px;
}

.gt-eyebrow {
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--v4-orange);
  padding: 5px 12px;
  border: 1px solid rgba(246, 118, 0, 0.3);
  border-radius: 999px;
  margin-bottom: 4px;
}

.gt-title {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.02em;
}

.gt-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--v4-text-soft);
}

.gt-text strong { color: #fff; font-weight: 700; }

.gt-note {
  margin-top: 6px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 720px) {
  .guarantee-ticket { flex-direction: column; max-width: 460px; }

  .gt-stub {
    width: 100%;
    flex-direction: row;
    gap: 14px;
    padding: 26px 24px;
  }
  .gt-stub-num { font-size: 3.4rem; }
  .gt-stub-unit { margin-top: 0; align-self: flex-end; margin-bottom: 10px; }
  .gt-stub-label { margin-top: 0; align-self: center; }

  /* a picotagem vira horizontal */
  .gt-perf {
    width: auto;
    height: 0;
    border-left: 0;
    border-top: 2px dashed rgba(255, 255, 255, 0.18);
  }
  .gt-perf::before,
  .gt-perf::after {
    top: 50%;
    left: auto;
    transform: translateY(-50%);
  }
  .gt-perf::before { left: -12px; top: 50%; }
  .gt-perf::after { right: -12px; left: auto; bottom: auto; top: 50%; }

  .gt-body { padding: 26px 24px; }
}

/* ============================================================
   5b — RODAPÉ
   Logo à esquerda, selos de pagamento à direita, divisória,
   links legais, caixa de aviso e a linha de direitos.
============================================================ */
.footer-container {
  max-width: 1180px;
  align-items: stretch !important;
  text-align: left !important;
  gap: 26px !important;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-logo-icon {
  width: 128px;
  margin-bottom: 0 !important;
}

.footer-pay {
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.footer-container .footer-links {
  justify-content: flex-start !important;
  gap: 16px !important;
}

.footer-container .footer-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
}

.footer-container .footer-link:hover { color: var(--v4-orange); }

.footer-sep {
  color: rgba(255, 255, 255, 0.22);
}

/* Caixa do aviso legal */
.footer-legal {
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.footer-legal strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.footer-legal p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
}

.footer-container .footer-text {
  text-align: center;
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 720px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  .footer-container .footer-links { justify-content: center !important; }
  .footer-legal { padding: 20px 18px; }
  .footer-container { text-align: center !important; }
}

/* ============================================================
   6 — CTA FIXO
============================================================ */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(8, 8, 8, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.6);
  transform: translateY(110%);
  visibility: hidden;
  pointer-events: none;
}

.sticky-cta.is-visible {
  visibility: visible;
  pointer-events: auto;
}

.sticky-cta-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.sticky-cta-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--v4-orange);
}

.sticky-cta-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.sticky-cta-price small {
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.sticky-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 15px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--v4-green) 0%, var(--v4-green-deep) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 10px 26px -8px rgba(47, 214, 77, 0.55);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sticky-cta-btn svg { width: 17px; height: 17px; }

.sticky-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -8px rgba(47, 214, 77, 0.7);
}

@media (max-width: 420px) {
  .sticky-cta { padding-left: 14px; padding-right: 14px; gap: 10px; }
  .sticky-cta-price { font-size: 0.98rem; }
  .sticky-cta-price small { font-size: 0.66rem; }
  .sticky-cta-btn { padding: 14px 20px; font-size: 0.88rem; }
}

/* Espaço no fim da página para o CTA fixo não cobrir o footer */
.footer { padding-bottom: 120px; }

@media (min-width: 1024px) {
  .footer { padding-bottom: 110px; }
}

/* ============================================================
   7 — DIAMOND ESGOTADO COMO PROVA SOCIAL
   Antes: card cinza, opacidade 0.62 e um carimbo por cima —
   comunicava frustração. Agora comunica que a categoria mais
   cara acabou primeiro.
============================================================ */
.ticket-card-soldout {
  filter: none;
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.ticket-card-soldout:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.16);
}

.ticket-card-soldout .ticket-badge-diamond {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.18);
}

.ticket-soldout-headline {
  margin-top: 8px;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  letter-spacing: -0.02em;
}

.ticket-card-soldout .ticket-price-from s {
  color: rgba(255, 255, 255, 0.42);
}

.ticket-list-muted li { color: rgba(255, 255, 255, 0.42); }

.ticket-list-muted li::before {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.14);
}

.ticket-list-muted li::after {
  border-left-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.ticket-card-soldout .btn-ticket {
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none !important;
}

.ticket-soldout-hint {
  margin-top: 14px;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* Overlay antigo desativado (o elemento saiu do HTML) */
.ticket-soldout-overlay { display: none; }

/* Subtítulo da seção de ingressos */
.tickets-sub {
  font-size: 0.95rem;
  color: var(--v4-text-soft);
  max-width: 560px;
}

/* ============================================================
   8 — AJUSTES GERAIS
============================================================ */

/* Link dentro da resposta do FAQ */
.faq-answer a {
  color: var(--v4-orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* O CTA fixo cobre o rodapé da viewport: garante que âncoras
   não fiquem escondidas atrás dele */
section[id] { scroll-margin-top: 90px; }

/* ============================================================
   9 — MOVIMENTO REDUZIDO
   Quem pediu menos animação no sistema recebe a página estática.
============================================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .net-track--up,
  .net-track--down,
  .carousel-track {
    animation: none !important;
  }

  .sticky-cta {
    transform: none;
    transition: none;
  }
}
