/* =============================================================
   Gol do Timão — estilos da landing page
   Fiel ao design Stitch (tokens: #0D0D0D, #D4AF37, Anton + Archivo)
   ============================================================= */

/* ---------- 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;
}
a { color: #D4AF37; text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: #E8C64A; }
::selection { background: #D4AF37; color: #0D0D0D; }
input::placeholder { color: rgba(255, 255, 255, .32); }

/* Grain overlay (fractalNoise) sobre a página inteira */
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 ---------- */
@keyframes ctaPulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, .45); }
  70% { box-shadow: 0 0 0 14px rgba(212, 175, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@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; } }

/* ---------- Página ---------- */
.pagina {
  position: relative;
  overflow: hidden;
  background: radial-gradient(900px 480px at 50% -140px, rgba(255, 255, 255, .06), transparent 60%), #0D0D0D;
  color: #FFFFFF;
  font-family: 'Archivo', ui-sans-serif, sans-serif;
}
.dourado { color: #D4AF37; }
.centrado { text-align: center; }

/* ---------- Cabeçalho ---------- */
.topo {
  max-width: 680px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.logo { font-family: 'Anton', sans-serif; font-size: 17px; letter-spacing: .08em; }
.pill-topo {
  font-size: 10px;
  letter-spacing: .22em;
  font-weight: 600;
  color: rgba(255, 255, 255, .6);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 6px 10px;
  white-space: nowrap;
}

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}
.marquee-faixa { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.marquee-texto {
  white-space: pre;
  font-family: 'Anton', sans-serif;
  font-size: 12px;
  letter-spacing: .28em;
  color: rgba(255, 255, 255, .5);
  padding: 9px 0;
}

/* ---------- Hero ---------- */
.hero { position: relative; padding: 52px 24px 8px; }
.fiel-outline {
  position: absolute;
  top: -14px;
  right: -24px;
  font-family: 'Anton', sans-serif;
  font-size: clamp(150px, 38vw, 270px);
  line-height: .8;
  color: transparent;
  -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; }
.kicker {
  font-family: 'Anton', sans-serif;
  font-size: 12px;
  letter-spacing: .3em;
  color: #D4AF37;
  margin-bottom: 10px;
}
.kicker-hero { margin-bottom: 18px; animation: fadeUp .6s ease both; }
.titulo-hero {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(46px, 11.5vw, 88px);
  line-height: .95;
  margin: 0 0 18px;
  text-transform: uppercase;
  animation: fadeUp .7s ease .08s both;
}
.subtitulo-hero {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .82);
  margin: 0 0 28px;
  max-width: 430px;
  text-wrap: pretty;
  animation: fadeUp .7s ease .16s both;
}

/* ---------- Card do formulário ---------- */
.card-form {
  background: #131313;
  border: 1px solid rgba(255, 255, 255, .14);
  border-top: 3px solid #D4AF37;
  padding: 22px 20px 20px;
  max-width: 440px;
  box-sizing: border-box;
}
.card-form-hero { animation: fadeUp .7s ease .24s both; }
.formulario { display: grid; gap: 14px; }
.campo { display: grid; gap: 6px; }
.rotulo {
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 600;
  color: rgba(255, 255, 255, .55);
}
.entrada {
  background: #0D0D0D;
  border: 1px solid rgba(255, 255, 255, .22);
  color: #FFFFFF;
  padding: 13px 14px;
  font-size: 16px;
  font-family: 'Archivo', sans-serif;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
}
.linha-zap { display: flex; gap: 8px; }
.prefixo {
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: #191919;
  border: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
}
.entrada-zap { width: auto; flex: 1 1 0%; min-width: 0; }
.consentimento {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .72);
}
.consentimento input {
  width: 17px;
  height: 17px;
  accent-color: #D4AF37;
  margin: 1px 0 0;
  flex: 0 0 auto;
}
.erro { font-size: 13px; font-weight: 600; color: #D4AF37; }
.botao-cta {
  width: 100%;
  background: #D4AF37;
  color: #0D0D0D;
  border: none;
  padding: 16px 18px;
  font-family: 'Anton', sans-serif;
  font-size: 17px;
  letter-spacing: .05em;
  cursor: pointer;
  animation: ctaPulse 2.4s ease-out infinite;
  transition: background .15s, transform .1s;
  border-radius: 0;
}
.botao-cta:hover { background: #E8C64A; }
.botao-cta:active { transform: translateY(1px); }
.botao-cta:disabled { cursor: default; animation: none; opacity: .8; }
.microcopy { font-size: 12px; color: rgba(255, 255, 255, .45); text-align: center; }

/* Estado sucesso (substitui o conteúdo do card) */
.sucesso { display: grid; gap: 10px; text-align: center; padding: 22px 6px; }
.sucesso-titulo { font-family: 'Anton', sans-serif; font-size: 38px; color: #D4AF37; line-height: 1; }
.sucesso-sub { font-size: 16px; }
.sucesso-detalhe { font-size: 13px; color: rgba(255, 255, 255, .55); }

/* ---------- Arte da torcida ---------- */
.arte { padding: 64px 0 0; }
.arte-moldura {
  height: min(340px, 62vw);
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.arte-moldura img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Seções ---------- */
.secao { padding: 76px 24px 0; }
.secao-conteudo { max-width: 680px; margin: 0 auto; }
.titulo-secao {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(30px, 7vw, 44px);
  line-height: 1;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.titulo-secao.margem-14 { margin-bottom: 14px; }

/* ---------- Como funciona ---------- */
.passos { display: grid; gap: 12px; }
.passo {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 18px;
}
.passo > svg { flex: 0 0 auto; margin-top: 2px; }
.passo-corpo { display: grid; gap: 5px; }
.passo-cabeca { display: flex; gap: 10px; align-items: baseline; }
.passo-numero { font-family: 'Anton', sans-serif; font-size: 13px; color: #D4AF37; }
.passo-titulo {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 19px;
  margin: 0;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.passo-texto { margin: 0; font-size: 14px; line-height: 1.5; color: rgba(255, 255, 255, .65); }

/* ---------- Mockup WhatsApp ---------- */
.telefone {
  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);
  font-family: 'Archivo', sans-serif;
}
.barra-status {
  background: #202C33;
  padding: 10px 12px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #E9EDEF;
  font-size: 12px;
  font-weight: 600;
}
.barra-status-icones { display: flex; align-items: center; gap: 5px; }
.chat-cabecalho { display: flex; align-items: center; gap: 8px; padding: 8px 10px; background: #202C33; }
.icone-fixo { flex: 0 0 auto; }
.ml-8 { margin-left: 8px; }
.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;
  font-family: 'Anton', sans-serif;
  font-size: 13px;
  flex: 0 0 auto;
}
.chat-info { flex: 1 1 0%; min-width: 0; }
.chat-nome { display: flex; align-items: center; gap: 4px; font-size: 15.5px; font-weight: 600; color: #E9EDEF; }
.chat-online { font-size: 12.5px; color: #8696A0; }
.chat-corpo { position: relative; background: #0B141A; }
.chat-doodle {
  position: absolute;
  inset: 0;
  opacity: .4;
  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");
  background-size: 120px 120px;
}
.chat-mensagens { position: relative; padding: 14px 12px 10px; display: grid; gap: 3px; }
.pill-data {
  justify-self: center;
  font-size: 12px;
  color: #8696A0;
  background: #182229;
  padding: 5px 12px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  margin-bottom: 5px;
}
.pill-cripto {
  justify-self: center;
  max-width: 92%;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  color: #FFD279;
  background: #182229;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.msg {
  position: relative;
  justify-self: start;
  max-width: 86%;
  background: #202C33;
  border-radius: 8px;
  padding: 7px 9px 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .35);
  margin-top: 9px;
}
.msg-primeira { border-radius: 0 8px 8px; margin-top: 0; }
.msg-rabinho { position: absolute; left: -7px; top: 0; }
.msg-texto { font-size: 14px; line-height: 1.45; color: #E9EDEF; }
.msg-gol { border-left: 3px solid #D4AF37; animation: golGlow 2.4s ease-in-out infinite; }
.msg-gol .msg-texto { font-size: 14.5px; line-height: 1.5; }
.espaco-hora { display: inline-block; width: 44px; }
.msg-hora { float: right; font-size: 11px; color: #8696A0; margin: -13px 0 0; }
.chat-rodape { position: relative; display: flex; align-items: center; gap: 8px; padding: 8px 10px 10px; }
.entrada-fake {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #202C33;
  border-radius: 22px;
  padding: 9px 14px;
}
.entrada-fake-texto { flex: 1 1 0%; font-size: 14px; color: #8696A0; }
.clipe { transform: rotate(45deg); }
.botao-mic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #00A884;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.legenda-chat { text-align: center; font-size: 12px; color: rgba(255, 255, 255, .4); margin-top: 12px; }

/* ---------- Pra quem é ---------- */
.pra-quem { padding: 84px 0 0; }
.faixa-listrada {
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .027) 0 10px, transparent 10px 20px);
  padding: 56px 24px;
}
.pra-quem-conteudo { max-width: 680px; margin: 0 auto; display: grid; gap: 14px; }
.fotos-duplas { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.foto { min-width: 0; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); }
.foto img { width: 100%; height: 100%; object-fit: cover; display: block; }
.foto-desloc { margin-top: 26px; }
.frase-quem {
  font-family: 'Anton', sans-serif;
  font-size: clamp(24px, 6vw, 40px);
  line-height: 1.05;
  text-transform: uppercase;
}

/* ---------- Preço ---------- */
.card-preco {
  max-width: 440px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .14);
  border-top: 3px solid #D4AF37;
  background: #121212;
  padding: 32px 24px;
  text-align: center;
}
.preco-gratis { font-family: 'Anton', sans-serif; font-size: clamp(44px, 11vw, 60px); line-height: 1; }
.preco-periodo {
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  letter-spacing: .24em;
  color: #D4AF37;
  margin-top: 6px;
}
.divisor { height: 1px; background: rgba(255, 255, 255, .12); margin: 20px 0; }
.preco-depois { font-size: 17px; color: rgba(255, 255, 255, .9); }
.preco-depois strong { font-size: 20px; }
.preco-nota { font-size: 14px; color: rgba(255, 255, 255, .6); margin-top: 6px; }
.preco-cancelar { font-size: 13px; color: rgba(255, 255, 255, .5); margin-top: 16px; }
.chip-sair {
  font-family: 'Anton', sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  background: rgba(255, 255, 255, .1);
  padding: 3px 8px;
  color: #FFFFFF;
}
.botao-link {
  display: inline-block;
  margin-top: 22px;
  background: #D4AF37;
  color: #0D0D0D;
  text-decoration: none;
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  letter-spacing: .05em;
  padding: 13px 20px;
}
.botao-link:hover { background: #E8C64A; color: #0D0D0D; }

/* ---------- FAQ ---------- */
.faq-lista { 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;
  font-weight: 400;
  transition: transform .2s;
}
.faq-item.aberto .faq-mais { transform: rotate(45deg); }
.faq-resposta {
  display: none;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .65);
  padding: 0 2px 18px;
}
.faq-item.aberto .faq-resposta { display: block; }

/* ---------- CTA final ---------- */
.cta-final { padding: 84px 24px 0; }
.titulo-cta {
  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;
}
.subtitulo-cta { font-size: 15px; color: rgba(255, 255, 255, .7); margin: 0 0 24px; }

/* ---------- Rodapé ---------- */
.rodape {
  margin-top: 76px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 28px 24px 44px;
}
.rodape-conteudo { max-width: 680px; margin: 0 auto; display: grid; gap: 10px; }
.rodape-logo { font-family: 'Anton', sans-serif; font-size: 14px; letter-spacing: .06em; }
.rodape-disclaimer { margin: 0; font-size: 12px; line-height: 1.6; color: rgba(255, 255, 255, .45); }
.rodape-links { font-size: 12px; }
.politica-box {
  border: 1px solid rgba(255, 255, 255, .14);
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .55);
  margin-top: 4px;
}

/* ---------- Reveal on scroll ---------- */
.reveal .rv {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal .rv.rv-16 { transform: translateY(16px); }
.reveal .rv.rv-d50 { transition-duration: .5s; }
.reveal .rv.rv-a05 { transition-delay: .05s; }
.reveal .rv.rv-a18 { transition-delay: .18s; }
.reveal .rv.rv-a20 { transition-delay: .2s; }
.reveal .rv.rv-a30 { transition-delay: .3s; }
.reveal .rv.rv-a35 { transition-delay: .35s; }
.reveal .rv.rv-a50 { transition-delay: .5s; }
.reveal.visivel .rv { opacity: 1; transform: none; }
