/* Futebol no Zap — protótipo visual (07/09/2026). Um layout para todos os times.
   Tokens: fundo #0D0D0D, cartão #131313, dourado #D4AF37 (marca), Anton para títulos, Archivo para texto.
   --time-1 / --time-2 são as cores do clube escolhido; --acento é a que enxerga no fundo escuro. */

:root { --time-1: #D4AF37; --time-2: #D4AF37; --acento: #D4AF37; }

/* ---------- Base ---------- */
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: #0D0D0D; }
body { font-family: 'Archivo', ui-sans-serif, sans-serif; -webkit-font-smoothing: antialiased; color: #FFFFFF; }
body.travado { overflow: hidden; }
a { color: #D4AF37; text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: #E8C64A; }
::selection { background: #D4AF37; color: #0D0D0D; }
[hidden] { display: none !important; }
button { font: inherit; }

body::after {
  content: ""; position: fixed; inset: 0; z-index: 2147483000; pointer-events: none; opacity: .6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

@keyframes ctaPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.45); } 70% { box-shadow: 0 0 0 14px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes golGlow { 0%, 100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); } 50% { box-shadow: 0 0 18px 2px rgba(212,175,55,.28); } }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes grow { from { width: 0; } }

.pagina {
  position: relative; overflow: hidden; padding-bottom: 84px;
  background: radial-gradient(900px 420px at 50% -160px, color-mix(in srgb, var(--acento) 18%, transparent), transparent 62%), #0D0D0D;
}
.largura { max-width: 680px; margin: 0 auto; }
.dourado { color: #D4AF37; }
.kicker { font-family: 'Anton', sans-serif; font-size: 12px; letter-spacing: .3em; color: #D4AF37; }
.titulo-secao { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(30px, 7vw, 44px); line-height: 1; margin: 0 0 18px; text-transform: uppercase; }
.secao { padding: 64px 20px 0; }
.centro { text-align: center; }

/* ---------- Monograma do clube (no lugar do escudo) ---------- */
.mono {
  --c1: #2A2A2A; --c2: #2A2A2A;
  position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%; flex: 0 0 auto;
  background: conic-gradient(from 135deg, var(--c1) 0 50%, var(--c2) 50% 100%);
  font-family: 'Anton', sans-serif; font-size: 18px; letter-spacing: .04em; color: #FFFFFF; text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.mono::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #0D0D0D; z-index: -1; }
.mono::after { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); pointer-events: none; }
.mono-p { width: 28px; height: 28px; font-size: 10px; letter-spacing: .02em; }
.mono-p::before { inset: 3px; }
.mono-m { width: 52px; height: 52px; font-size: 15px; }
.mono-m::before { inset: 4px; }
.mono.nosso { box-shadow: 0 0 0 3px #0D0D0D, 0 0 0 5px var(--acento); }

/* ---------- Cabeçalho ---------- */
.topo { max-width: 680px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.marca { display: inline-flex; align-items: center; gap: 8px; font-family: 'Anton', sans-serif; font-size: 17px; letter-spacing: .08em; color: #FFFFFF; text-decoration: none; }
.marca span { color: #D4AF37; }
.marca-bola { width: 14px; height: 14px; border-radius: 50%; background: #D4AF37; box-shadow: inset -3px -3px 0 rgba(0,0,0,.35); }
.time-chip {
  display: inline-flex; align-items: center; gap: 8px; background: #131313; border: 1px solid rgba(255,255,255,.16);
  color: #FFFFFF; padding: 5px 12px 5px 6px; cursor: pointer; border-radius: 999px; transition: border-color .15s;
}
.time-chip:hover { border-color: var(--acento); }
.time-chip-nome { font-weight: 700; font-size: 13px; white-space: nowrap; }
.time-chip-trocar { font-size: 11px; color: #D4AF37; text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Hero: próximo jogo ---------- */
.hero { position: relative; padding: 24px 20px 0; }
.apelido-outline {
  position: absolute; top: 26px; right: -24px; font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: clamp(120px, 30vw, 240px); line-height: .8; color: transparent; white-space: nowrap;
  -webkit-text-stroke: 1px rgba(255,255,255,.06); pointer-events: none; user-select: none;
}
.hero-conteudo { position: relative; max-width: 680px; margin: 0 auto; }
.hero-card {
  background: #121212; border: 1px solid rgba(255,255,255,.12); border-top: 3px solid var(--acento);
  padding: 18px 16px 18px; text-align: center; animation: fadeUp .6s ease both;
}
.confronto { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin: 18px 0 10px; }
.time { display: grid; justify-items: center; gap: 8px; }
.time-nome { font-family: 'Anton', sans-serif; font-size: clamp(18px, 4.6vw, 26px); line-height: 1; text-transform: uppercase; }
.time-papel { font-size: 11px; color: rgba(255,255,255,.5); letter-spacing: .1em; }
.versus { font-family: 'Anton', sans-serif; font-size: clamp(28px, 7vw, 40px); color: rgba(255,255,255,.35); }
.link-jogo { display: inline-block; margin-top: 8px; font-size: 12.5px; color: #E8C64A; }
.hero-agenda-item { text-decoration: none; color: inherit; }
.jogo-detalhe { font-size: 13px; color: rgba(255,255,255,.6); display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 14px; }
.contagem { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; max-width: 440px; margin: 20px auto 0; }
.contagem-caixa { background: #0D0D0D; border: 1px solid rgba(255,255,255,.1); padding: 10px 0 8px; text-align: center; }
.contagem-numero { font-family: 'Anton', sans-serif; font-size: clamp(30px, 8vw, 40px); line-height: 1; color: #D4AF37; font-variant-numeric: tabular-nums; }
.contagem-rotulo { font-size: 10px; letter-spacing: .2em; color: rgba(255,255,255,.5); margin-top: 4px; }
.placar-vivo {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 12px 18px;
  background: #0D0D0D; border: 1px solid var(--acento); font-family: 'Anton', sans-serif; font-size: 17px; letter-spacing: .05em;
}
.placar-vivo .pisca { background: #FF3B3B; }
.placar-vivo-tempo { color: rgba(255,255,255,.55); font-size: 13px; }
.pisca { width: 7px; height: 7px; border-radius: 50%; background: #D4AF37; animation: blink 1.4s ease infinite; flex: 0 0 auto; }
.onde-assistir { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.65); }
.onde-assistir a { color: #E8C64A; }
.hero-agenda { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px 8px; margin: 12px 0 0; font-size: 12px; color: rgba(255,255,255,.6); }
.hero-agenda-rotulo { font-family: 'Anton', sans-serif; letter-spacing: .2em; color: #D4AF37; margin-right: 4px; }
.hero-agenda-item { background: #131313; border: 1px solid rgba(255,255,255,.1); padding: 4px 8px; white-space: nowrap; }
.sem-jogo {
  background: #121212; border: 1px solid rgba(255,255,255,.12); border-top: 3px solid var(--acento);
  padding: 26px 18px 24px; text-align: center; animation: fadeUp .6s ease both;
}
.sem-jogo-titulo { font-family: 'Anton', sans-serif; font-size: clamp(28px, 7vw, 40px); text-transform: uppercase; line-height: 1; margin: 10px 0 8px; }
.sem-jogo-texto { color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.5; margin: 0 auto; max-width: 380px; }

.titulo-hero {
  font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(38px, 9.5vw, 68px);
  line-height: .95; margin: 30px 0 0; text-transform: uppercase; text-align: center; animation: fadeUp .7s ease .08s both;
}

.subtitulo-hero {
  font-size: 16px; line-height: 1.55; color: rgba(255,255,255,.78); margin: 14px auto 0; max-width: 440px;
  text-align: center; text-wrap: pretty; animation: fadeUp .7s ease .16s both;
}

/* ---------- O que nunca mais procura ---------- */
.secao-nunca { padding-top: 56px; }
.texto-secao { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.72); margin: -4px 0 16px; max-width: 520px; text-wrap: pretty; }
.cta-ajuda { font-size: 12.5px; color: rgba(255,255,255,.55); text-align: center; margin-top: 8px; }
.nunca-lista { display: grid; gap: 6px; }
.nunca-item { background: #131313; border: 1px solid rgba(255,255,255,.1); padding: 11px 14px 12px; display: grid; gap: 6px; }
.nunca-busca { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: rgba(255,255,255,.45); }
.nunca-busca s { text-decoration-color: rgba(212,175,55,.8); text-decoration-thickness: 2px; }
.nunca-chega { display: flex; align-items: center; gap: 10px; }
.nunca-icone { font-size: 18px; width: 24px; text-align: center; flex: 0 0 auto; }
.nunca-titulo { font-family: 'Anton', sans-serif; font-size: 16px; text-transform: uppercase; letter-spacing: .02em; }
.nunca-quando { font-size: 12.5px; color: var(--acento); font-weight: 600; margin-left: auto; text-align: right; white-space: nowrap; }
.nunca-nota { margin-top: 14px; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.6); }
.nunca-nota strong { color: #FFFFFF; }

/* ---------- CTA WhatsApp ---------- */
.cta-whatsapp {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #25D366; color: #06210F; text-decoration: none; padding: 17px 18px;
  font-family: 'Anton', sans-serif; font-size: 17px; letter-spacing: .05em; transition: background .15s;
}
.cta-whatsapp:hover { background: #3AE27A; color: #06210F; }
.cta-whatsapp svg { flex: 0 0 auto; }
.cta-pulsa { animation: ctaPulse 2.4s ease-out infinite; }
.cta-pequeno { padding: 11px 16px; font-size: 14px; white-space: nowrap; }
.cta-linha { display: inline-flex; padding: 17px 26px; }
.cta-nota { font-size: 12px; color: rgba(255,255,255,.5); text-align: center; margin-top: 8px; }

/* ---------- Palpite ---------- */
.card-palpite { background: #131313; border: 1px solid rgba(255,255,255,.14); border-top: 3px solid #D4AF37; padding: 18px 16px 16px; }
.palpite-opcoes { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.palpite-opcoes button {
  background: #0D0D0D; border: 1px solid rgba(255,255,255,.22); color: #FFFFFF; padding: 16px 6px; cursor: pointer;
  font-family: 'Anton', sans-serif; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; border-radius: 0;
  transition: border-color .15s, color .15s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.palpite-opcoes button:hover { border-color: rgba(255,255,255,.6); }
.palpite-opcoes button.escolhido { border-color: var(--acento); color: var(--acento); box-shadow: inset 0 -3px 0 var(--acento); }
.palpite-total { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 12px; text-align: center; }
.palpite-resultado { display: grid; gap: 10px; margin-top: 16px; }
.barra { display: grid; gap: 5px; }
.barra-topo { display: flex; justify-content: space-between; font-size: 13px; }
.barra-nome { font-weight: 600; text-transform: uppercase; }
.barra-pct { font-family: 'Anton', sans-serif; color: rgba(255,255,255,.7); }
.barra-trilho { height: 8px; background: #0D0D0D; border: 1px solid rgba(255,255,255,.12); }
.barra-fill { height: 100%; background: rgba(255,255,255,.55); animation: grow .8s ease both; }
.barra.nosso .barra-pct, .barra.nosso .barra-nome { color: var(--acento); }
.barra.nosso .barra-fill { background: var(--acento); }
.palpite-cta { border-top: 1px solid rgba(255,255,255,.12); margin-top: 6px; padding-top: 14px; display: grid; gap: 10px; }
.palpite-cta-titulo { font-family: 'Anton', sans-serif; font-size: 20px; line-height: 1.05; text-transform: uppercase; }

/* ---------- Abas ---------- */
.abas { display: flex; border-bottom: 1px solid rgba(255,255,255,.14); }
.aba {
  flex: 1; background: none; border: none; border-bottom: 3px solid transparent; color: rgba(255,255,255,.5);
  padding: 12px 4px; cursor: pointer; font-family: 'Anton', sans-serif; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: -1px;
}
.aba.ativa { border-bottom-color: #D4AF37; color: #FFFFFF; }
.painel-aba { padding-top: 18px; }
.aba-cabecalho { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.aba-titulo { font-family: 'Anton', sans-serif; font-size: 18px; text-transform: uppercase; }
.aba-nota { font-size: 12px; color: rgba(255,255,255,.5); }
.campo-futebol { position: relative; aspect-ratio: 3 / 4; max-height: 520px; margin: 0 auto; background: #111111; border: 1px solid rgba(255,255,255,.2); overflow: hidden; }
.campo-listras { position: absolute; inset: 0; background: repeating-linear-gradient(0deg, rgba(255,255,255,.024) 0, rgba(255,255,255,.024) 12.5%, transparent 12.5%, transparent 25%); }
.campo-meio { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(255,255,255,.25); }
.campo-circulo { position: absolute; left: 50%; top: 50%; width: 22%; aspect-ratio: 1 / 1; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transform: translate(-50%, -50%); }
.campo-area-baixo { position: absolute; left: 22%; right: 22%; bottom: -1px; height: 16%; border: 1px solid rgba(255,255,255,.25); border-bottom: none; }
.campo-pequena-baixo { position: absolute; left: 36%; right: 36%; bottom: -1px; height: 6%; border: 1px solid rgba(255,255,255,.25); border-bottom: none; }
.campo-area-cima { position: absolute; left: 22%; right: 22%; top: -1px; height: 16%; border: 1px solid rgba(255,255,255,.25); border-top: none; }
.jogador { position: absolute; transform: translate(-50%, -50%); display: grid; justify-items: center; gap: 4px; width: 70px; }
.jogador-numero {
  width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: 'Anton', sans-serif; font-size: 14px; color: #FFFFFF; text-shadow: 0 1px 2px rgba(0,0,0,.7);
  background: linear-gradient(135deg, var(--time-1) 50%, var(--time-2) 50%);
  box-shadow: 0 0 0 2px #0D0D0D, 0 0 0 3px rgba(255,255,255,.5);
}
.jogador-nome { font-size: 10.5px; font-weight: 600; text-align: center; line-height: 1.1; text-shadow: 0 1px 2px #000; }
.aba-rodape { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 12px; font-size: 12px; color: rgba(255,255,255,.5); }
.escalacao-vazia { background: #111111; border: 1px dashed rgba(255,255,255,.25); padding: 36px 18px; text-align: center; }
.escalacao-vazia-titulo { font-family: 'Anton', sans-serif; font-size: 22px; text-transform: uppercase; line-height: 1.05; }
.escalacao-vazia-texto { font-size: 14px; color: rgba(255,255,255,.6); margin-top: 8px; }
.card-cta {
  margin-top: 14px; background: #131313; border: 1px solid rgba(255,255,255,.14); padding: 14px 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
.card-cta-texto { font-size: 14px; line-height: 1.4; }
.card-cta-texto span { color: rgba(255,255,255,.6); }

.tabela-cabecalho, .tabela-linha { display: grid; grid-template-columns: 28px 1fr 34px 34px 34px 34px; gap: 0 6px; }
.tabela-cabecalho { font-size: 11px; letter-spacing: .1em; color: rgba(255,255,255,.45); padding: 0 10px 8px; }
.tabela-cabecalho .c, .tabela-linha .c { text-align: center; }
.tabela-corpo { display: grid; gap: 4px; }
.tabela-linha { align-items: center; padding: 11px 10px; background: #131313; border: 1px solid rgba(255,255,255,.1); font-size: 14px; }
.tabela-linha.destaque { background: color-mix(in srgb, var(--acento) 12%, #131313); border-color: var(--acento); }
.tabela-pos { font-family: 'Anton', sans-serif; color: rgba(255,255,255,.6); }
.tabela-linha.destaque .tabela-pos { color: var(--acento); }
.tabela-time { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: flex; align-items: center; gap: 8px; }
.tabela-linha.destaque .tabela-time { font-weight: 700; }
.tabela-pontos { font-family: 'Anton', sans-serif; font-size: 16px; }
.tabela-fraco { color: rgba(255,255,255,.65); }
.tabela-salto { text-align: center; font-size: 11px; letter-spacing: .3em; color: rgba(255,255,255,.35); padding: 2px 0; }

.ultimos { display: grid; gap: 8px; }
.jogo-card { background: #131313; border: 1px solid rgba(255,255,255,.12); padding: 14px 16px; display: grid; gap: 8px; }
.jogo-card-topo { display: flex; justify-content: space-between; gap: 10px; font-size: 11px; letter-spacing: .06em; color: rgba(255,255,255,.5); }
.jogo-card-placar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.jogo-card-time { font-family: 'Anton', sans-serif; font-size: 16px; text-transform: uppercase; color: rgba(255,255,255,.6); }
.jogo-card-time.nosso { color: #FFFFFF; }
.jogo-card-time.direita { text-align: right; }
.jogo-card-gols { font-family: 'Anton', sans-serif; font-size: 24px; line-height: 1; background: #0D0D0D; border: 1px solid rgba(255,255,255,.15); padding: 6px 12px; }
.jogo-card-gols span { color: rgba(255,255,255,.3); }
.jogo-card-resultado { font-size: 12px; color: rgba(255,255,255,.45); font-weight: 600; letter-spacing: .06em; }
.jogo-card-resultado.vitoria { color: #D4AF37; }

/* ---------- Prova: a conversa ---------- */
.secao-prova { padding-top: 72px; }
.celular { max-width: 400px; margin: 0 auto; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #0B141A; box-shadow: 0 24px 60px rgba(0,0,0,.55); }
.zap-topo { display: flex; align-items: center; gap: 8px; padding: 10px; background: #202C33; }
.zap-avatar { width: 36px; height: 36px; border-radius: 50%; background: #0D0D0D; border: 1.5px solid #D4AF37; color: #D4AF37; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.zap-nome { display: flex; align-items: center; gap: 4px; font-size: 15.5px; font-weight: 600; color: #E9EDEF; }
.zap-status { font-size: 12.5px; color: #8696A0; }
.zap-corpo { position: relative; background: #0B141A; }
.zap-fundo { position: absolute; inset: 0; opacity: .4; background-size: 120px 120px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23182229' stroke-width='1.4'%3E%3Ccircle cx='22' cy='24' r='7'/%3E%3Cpath d='M52 14q6 6 0 12t0 12'/%3E%3Ccircle cx='92' cy='22' r='4'/%3E%3Cpath d='M14 74h16M22 66v16'/%3E%3Ccircle cx='62' cy='72' r='9'/%3E%3Cpath d='M92 62l8 8-8 8-8-8z'/%3E%3Cpath d='M28 104q8-8 16 0'/%3E%3Ccircle cx='78' cy='104' r='5'/%3E%3Cpath d='M104 96v14M97 103h14'/%3E%3C/g%3E%3C/svg%3E"); }
.zap-mensagens { position: relative; padding: 14px 12px 12px; display: grid; gap: 9px; }
.zap-dia { justify-self: center; font-size: 12px; color: #8696A0; background: #182229; padding: 5px 12px; border-radius: 8px; }
.balao-zap { max-width: 86%; padding: 7px 9px 5px; box-shadow: 0 1px 1px rgba(0,0,0,.35); font-size: 14px; line-height: 1.45; color: #E9EDEF; }
.balao-zap.enviada { justify-self: end; background: #005C4B; border-radius: 8px 0 8px 8px; }
.balao-zap.recebida { justify-self: start; background: #202C33; border-radius: 0 8px 8px 8px; }
.balao-zap.gol { border-left: 3px solid #D4AF37; animation: golGlow 2.4s ease-in-out infinite; font-size: 14.5px; line-height: 1.5; }
.balao-zap .hora { float: right; font-size: 11px; color: #8696A0; margin: -13px 0 0; }
.balao-zap .espaco { display: inline-block; width: 44px; }
.zap-legenda { text-align: center; font-size: 12px; color: rgba(255,255,255,.4); margin-top: 12px; }

/* ---------- Como funciona / FAQ / CTA final / rodapé ---------- */
.passos { display: grid; gap: 10px; }
.passo { display: flex; gap: 14px; align-items: flex-start; background: #121212; border: 1px solid rgba(255,255,255,.1); padding: 16px; }
.passo.feito { border-color: rgba(212,175,55,.5); }
.passo-numero { font-family: 'Anton', sans-serif; font-size: 26px; line-height: 1; color: #D4AF37; flex: 0 0 auto; width: 32px; }
.passo-titulo { font-family: 'Anton', sans-serif; font-size: 17px; text-transform: uppercase; letter-spacing: .02em; }
.passo-texto { font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.65); margin-top: 3px; }
.faq { border-top: 1px solid rgba(255,255,255,.14); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.14); }
.faq-pergunta {
  width: 100%; background: none; border: none; color: #FFFFFF; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 18px 2px; cursor: pointer; text-align: left; font-family: 'Anton', sans-serif; font-size: 16px; letter-spacing: .03em; text-transform: uppercase;
}
.faq-mais { color: #D4AF37; font-size: 22px; line-height: 1; font-family: 'Archivo', sans-serif; transition: transform .2s; }
.faq-item.aberto .faq-mais { transform: rotate(45deg); }
.faq-resposta { margin: 0; padding: 0 2px 18px; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.68); }
.cta-final { padding-top: 72px; text-align: center; }
.cta-final h2 { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(34px, 8.5vw, 60px); line-height: .98; margin: 0 0 12px; text-transform: uppercase; }
.cta-final p { font-size: 15px; color: rgba(255,255,255,.7); margin: 0 auto 22px; max-width: 400px; }
.mensagem-pronta {
  display: inline-block; margin: 0 auto 18px; background: #005C4B; color: #E9EDEF; padding: 8px 12px; border-radius: 8px 0 8px 8px;
  font-size: 14px; box-shadow: 0 1px 1px rgba(0,0,0,.35);
}
.rodape { margin-top: 72px; border-top: 1px solid rgba(255,255,255,.12); padding: 28px 20px 40px; }
.rodape .largura { display: grid; gap: 10px; }
.rodape p { margin: 0; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.45); }
.politica { margin: 0; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.45); border: 1px solid rgba(255,255,255,.12); padding: 12px; }

.barra-fixa {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(13,13,13,.92); backdrop-filter: blur(10px); border-top: 2px solid; border-image: linear-gradient(90deg, var(--time-1), var(--time-2)) 1;
  display: flex; align-items: center; justify-content: center;
}
.barra-fixa .cta-whatsapp { flex: 1; max-width: 440px; padding: 14px; font-size: 15px; gap: 8px; }

.zap-botoes { display: grid; gap: 4px; justify-self: start; width: 86%; }
.zap-botao { background: #202C33; color: #53BDEB; text-align: center; padding: 8px; border-radius: 8px; font-size: 14px; font-weight: 600; box-shadow: 0 1px 1px rgba(0,0,0,.35); }

/* ---------- Modal, passo 2: WhatsApp + interesses ---------- */
.passo2-time { display: flex; align-items: center; gap: 12px; margin: 10px 0 18px; }
.passo2-nome { font-family: 'Anton', sans-serif; font-size: 22px; text-transform: uppercase; line-height: 1; }
.link-botao { background: none; border: 0; color: #D4AF37; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; padding: 0; font-size: 13px; margin-top: 4px; }
.campo-rotulo { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); margin: 4px 0 8px; }
.campo-zap {
  width: 100%; box-sizing: border-box; background: #0D0D0D; border: 1px solid rgba(255,255,255,.25); color: #FFFFFF;
  padding: 15px 16px; font: inherit; font-size: 18px; letter-spacing: .04em; border-radius: 0; -webkit-appearance: none; margin: 0 0 10px;
  font-variant-numeric: tabular-nums;
}
.campo-zap::placeholder { color: rgba(255,255,255,.3); }
.campo-zap:focus { outline: none; border-color: #25D366; }
.campo-zap.invalido { border-color: #FF5A5A; }
.campo-erro { font-size: 13px; color: #FF7B7B; margin: -4px 0 10px; }
.interesses { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; margin: 0 0 16px; }
.interesse {
  position: relative; display: flex; align-items: center; gap: 8px; background: #131313; border: 1px solid rgba(255,255,255,.12);
  padding: 10px 10px; cursor: pointer; font-size: 13.5px; font-weight: 600; user-select: none;
}
.interesse input { position: absolute; opacity: 0; width: 0; height: 0; }
.interesse-marca { width: 18px; height: 18px; border: 1px solid rgba(255,255,255,.35); flex: 0 0 auto; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #0D0D0D; }
.interesse input:checked + .interesse-marca { background: #D4AF37; border-color: #D4AF37; }
.interesse input:checked + .interesse-marca::after { content: '✓'; font-weight: 700; }
.interesse:has(input:checked) { border-color: rgba(212,175,55,.6); }
#form-modal .cta-whatsapp { width: 100%; box-sizing: border-box; border: 0; cursor: pointer; font-size: 15px; letter-spacing: .03em; }
.consentimento { font-size: 11.5px; line-height: 1.5; color: rgba(255,255,255,.4); text-align: center; margin-top: 10px; }
.badge-ativo { font-family: 'Anton', sans-serif; font-size: 11px; letter-spacing: .12em; color: #25D366; border: 1px solid rgba(37,211,102,.5); padding: 4px 8px; margin-left: auto; margin-right: 8px; white-space: nowrap; }
.ok-topo { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ok-check { width: 44px; height: 44px; border-radius: 50%; background: #25D366; color: #06210F; display: flex; align-items: center; justify-content: center; font-family: 'Anton', sans-serif; font-size: 24px; flex: 0 0 auto; }
.msg-preview { background: #0B141A; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 12px; margin: 0 0 16px; display: grid; gap: 8px; }
.msg-preview .balao-zap { max-width: 100%; }
.msg-preview .zap-botoes { width: 100%; }
#modal-passo-3 .cta-whatsapp { width: 100%; box-sizing: border-box; }
@media (min-width: 480px) { .interesses { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Popup do CTA ---------- */
.popup-fundo { position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,.72); display: flex; align-items: center; justify-content: center; padding: 16px; box-sizing: border-box; animation: fadeIn .25s ease both; }
.popup-caixa {
  position: relative; width: 100%; max-width: 480px; box-sizing: border-box; background: #131313; border: 1px solid rgba(255,255,255,.14);
  border-top: 3px solid var(--acento); padding: 26px 22px 22px; max-height: calc(100vh - 32px); overflow: auto; animation: fadeUp .35s ease both;
}
.popup-fechar { position: absolute; top: 10px; right: 12px; background: none; border: 0; color: rgba(255,255,255,.6); font-size: 26px; line-height: 1; cursor: pointer; padding: 4px 8px; }
.popup-fechar:hover { color: #FFFFFF; }
.popup-time { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.popup-titulo { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(26px, 6.5vw, 34px); line-height: 1.05; margin: 6px 0 12px; text-transform: uppercase; }
.popup-texto { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.82); margin: 0 0 18px; }
.popup-caixa .cta-whatsapp { width: 100%; box-sizing: border-box; font-size: 15px; letter-spacing: .03em; padding: 16px 12px; }
.popup-depois { display: block; width: 100%; margin-top: 10px; background: none; border: 0; color: rgba(255,255,255,.55); font-size: 14px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; padding: 8px; }
.popup-depois:hover { color: #FFFFFF; }
.popup-caixa a:focus-visible, .popup-caixa button:focus-visible { outline: 2px solid #E8C64A; outline-offset: 3px; }

/* ---------- Modal: qual é o seu time? ---------- */
.modal-fundo {
  position: fixed; inset: 0; z-index: 70; overflow: auto; display: flex; align-items: flex-start; justify-content: center;
  background: radial-gradient(800px 400px at 50% -100px, rgba(212,175,55,.14), transparent 60%), #0D0D0D;
  animation: fadeIn .25s ease both;
}
.modal-caixa { position: relative; width: 100%; max-width: 720px; box-sizing: border-box; padding: 26px 18px 48px; }
.modal-titulo { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(36px, 9.5vw, 60px); line-height: .95; text-transform: uppercase; margin: 8px 0 10px; }
.modal-texto { font-size: 15px; line-height: 1.5; color: rgba(255,255,255,.7); margin: 0 0 18px; max-width: 460px; }
.modal-busca {
  width: 100%; box-sizing: border-box; background: #131313; border: 1px solid rgba(255,255,255,.2); color: #FFFFFF;
  padding: 14px 16px; font: inherit; font-size: 16px; margin-bottom: 22px; border-radius: 0; -webkit-appearance: none;
}
.modal-busca::placeholder { color: rgba(255,255,255,.4); }
.modal-busca:focus { outline: none; border-color: #D4AF37; }
.serie-rotulo { font-family: 'Anton', sans-serif; font-size: 12px; letter-spacing: .3em; color: #D4AF37; margin: 6px 0 12px; }
.grade-times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 28px; }
.time-opcao {
  background: #131313; border: 1px solid rgba(255,255,255,.12); color: #FFFFFF; padding: 12px 4px 10px; display: grid; justify-items: center; gap: 8px;
  cursor: pointer; border-radius: 0; transition: border-color .15s, transform .15s; min-width: 0;
}
.time-opcao:hover, .time-opcao:focus-visible { border-color: #D4AF37; transform: translateY(-2px); outline: none; }
.time-opcao-nome { font-size: 12px; font-weight: 600; text-align: center; line-height: 1.15; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.modal-vazio { text-align: center; color: rgba(255,255,255,.5); font-size: 14px; padding: 20px 0; }

/* ---------- Barra de estados (só no protótipo) ---------- */
.teste { position: fixed; left: 12px; bottom: 84px; z-index: 90; }
.teste-botao { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: #1B1B1B; cursor: pointer; font-size: 18px; box-shadow: 0 4px 14px rgba(0,0,0,.5); }
.teste-painel { position: absolute; left: 0; bottom: 48px; width: 200px; background: #1B1B1B; border: 1px solid rgba(255,255,255,.2); padding: 10px; display: grid; gap: 6px; box-shadow: 0 8px 24px rgba(0,0,0,.6); }
.teste-titulo { font-size: 10px; letter-spacing: .2em; color: #D4AF37; margin-bottom: 2px; }
.teste-painel button { background: #0D0D0D; color: #FFFFFF; border: 1px solid rgba(255,255,255,.2); padding: 8px 10px; cursor: pointer; font-size: 12px; text-align: left; border-radius: 0; }
.teste-painel button.ativo { border-color: #D4AF37; color: #D4AF37; }

body.travado .teste { display: none; }
@media (min-width: 440px) { .grade-times { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 600px) {
  .grade-times { grid-template-columns: repeat(5, 1fr); }
  .modal-caixa { padding: 44px 24px 60px; }
  .popup-fundo { padding: 24px; }
}
@media (min-width: 900px) {
  .largura, .topo, .hero-conteudo { max-width: 760px; }
  .campo-futebol { max-height: 560px; }
}

/* ---------- Página do jogo (jogo.html) ---------- */
.migalhas { padding: 0 20px 6px; font-size: 12px; color: rgba(255,255,255,.5); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.migalhas a { color: rgba(255,255,255,.7); text-decoration: none; }
.migalhas a:hover { color: #D4AF37; }
.migalha-sep { color: rgba(255,255,255,.3); }
.migalha-atual { color: #FFFFFF; }
.hero-jogo-pagina { padding-top: 8px; }
.confronto-titulo { font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(26px, 6.5vw, 40px); line-height: 1; text-transform: uppercase; margin: 8px 0 0; }
.placar-grande { display: flex; align-items: center; justify-content: center; gap: 8px; }
.placar-numero { font-family: 'Anton', sans-serif; font-size: clamp(44px, 12vw, 72px); line-height: 1; color: #FFFFFF; font-variant-numeric: tabular-nums; }
.gols-lista { list-style: none; margin: 14px auto 0; padding: 0; display: grid; gap: 4px; max-width: 440px; text-align: left; font-size: 13.5px; }
.gols-lista li { padding: 7px 10px; background: #0D0D0D; border: 1px solid rgba(255,255,255,.1); }
.gols-lista .gol-visitante { text-align: right; }
.jogo-resumo { margin: 14px auto 0; max-width: 440px; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.8); }
.atualizado { margin-top: 10px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.35); }
.duelo-botoes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.duelo-botao {
  display: grid; justify-items: center; gap: 8px; padding: 18px 10px 14px; text-decoration: none; color: #FFFFFF;
  background: #131313; border: 1px solid rgba(255,255,255,.14); border-top: 3px solid var(--acento); transition: transform .15s, border-color .15s;
}
.duelo-botao:hover { transform: translateY(-2px); border-color: var(--acento); color: #FFFFFF; }
.duelo-nome { font-family: 'Anton', sans-serif; font-size: 20px; text-transform: uppercase; line-height: 1; text-align: center; }
.duelo-cta { font-family: 'Anton', sans-serif; font-size: 12px; letter-spacing: .06em; color: #06210F; background: #25D366; padding: 8px 12px; margin-top: 4px; }
.tv-lista { display: grid; gap: 6px; }
.tv-item { background: #131313; border: 1px solid rgba(255,255,255,.12); padding: 12px 14px; font-size: 15px; font-weight: 600; }
.tv-vazio { color: rgba(255,255,255,.55); font-weight: 400; }
.escalacoes-duplas, .forma-dupla, .desfalques-dupla { display: grid; gap: 10px; }
.esc-card, .forma-col { background: #131313; border: 1px solid rgba(255,255,255,.12); border-left: 3px solid var(--acento); padding: 14px 16px; }
.esc-topo { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.esc-nome { font-family: 'Anton', sans-serif; font-size: 18px; text-transform: uppercase; }
.esc-status { font-size: 12px; color: var(--acento); font-weight: 600; margin-bottom: 8px; }
.esc-linhas { display: grid; gap: 6px; }
.esc-linha { display: grid; grid-template-columns: 34px 1fr; gap: 8px; font-size: 14px; line-height: 1.4; }
.esc-setor { font-family: 'Anton', sans-serif; font-size: 11px; letter-spacing: .1em; color: rgba(255,255,255,.45); padding-top: 3px; }
.esc-vazia { font-size: 13.5px; color: rgba(255,255,255,.55); line-height: 1.5; }
.subtitulo-bloco { font-family: 'Anton', sans-serif; font-weight: 400; font-size: 18px; text-transform: uppercase; margin: 22px 0 10px; }
.forma-seq { display: flex; gap: 4px; margin: 0 0 10px; }
.forma-letra { width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; font-family: 'Anton', sans-serif; font-size: 13px; }
.forma-V { background: #1F7A3A; } .forma-E { background: #4A4A4A; } .forma-D { background: #8A2A2A; }
.forma-jogo { font-size: 13px; color: rgba(255,255,255,.75); padding: 5px 0; border-top: 1px solid rgba(255,255,255,.07); }
.h2h { background: #131313; border: 1px solid rgba(255,255,255,.12); padding: 12px 16px; }
.h2h-resumo { font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.h2h-jogo { display: grid; grid-template-columns: 62px 1fr auto; gap: 8px; font-size: 13px; padding: 6px 0; border-top: 1px solid rgba(255,255,255,.07); align-items: baseline; }
.h2h-data { color: rgba(255,255,255,.5); font-variant-numeric: tabular-nums; }
.h2h-comp { color: rgba(255,255,255,.45); font-size: 11px; text-align: right; }
.pagina-jogo .teste-painel { width: 236px; }
@media (min-width: 640px) {
  .escalacoes-duplas, .forma-dupla, .desfalques-dupla { grid-template-columns: 1fr 1fr; }
}
