/*
 * Blue Eyes — Funil de Captação de Leads
 * Reaproveita a paleta/tipografia de blueeyes-proposta-base.css,
 * com componentes novos para o wizard (uma pergunta por tela).
 */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --blue: #0a18ff; --blue-dark: #050eb8; --blue-light: #7c93ff; --white: #ffffff; --dark: #080808; }
html { scroll-behavior: smooth; }
body {
  background: var(--dark); color: var(--white); font-family: 'Barlow', sans-serif;
  overflow-x: hidden; min-height: 100vh;
}

.tiger-fixed {
  position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
  z-index: 0; pointer-events: none; opacity: 0.04; width: 520px; max-width: 70vw;
  mix-blend-mode: screen; filter: invert(1);
}

.site-header {
  position: relative; width: 100%; background: transparent;
  display: flex; align-items: center; justify-content: center;
  padding: 28px 24px; z-index: 10;
}
.logo-header { height: 48px; width: auto; mix-blend-mode: screen; }

.wizard-shell {
  position: relative; z-index: 2; min-height: calc(100vh - 104px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 24px; max-width: 640px; margin: 0 auto;
}

.progress-track {
  width: 100%; max-width: 480px; height: 3px; background: rgba(255,255,255,0.1);
  margin-bottom: 48px; position: relative;
}
.progress-fill {
  height: 100%; background: var(--blue); width: 0%; transition: width 0.4s ease;
}

.step {
  width: 100%; max-width: 480px; display: none;
  animation: fadeUp 0.5s ease both;
}
.step.ativo { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

.clientes-strip { margin-bottom: 40px; width: 100%; max-width: 480px; }
.clientes-label {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 300;
  letter-spacing: 0.2em; font-size: 0.7rem; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-bottom: 24px;
}
.clientes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  align-items: center; justify-items: center;
  gap: 48px 20px;
}
.cliente-logo { height: 64px; width: auto; max-width: 100%; opacity: 0.95; }
@media (max-width: 480px) {
  .clientes-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 16px; }
  .cliente-logo { height: 52px; }
}

.step-eyebrow {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 500;
  letter-spacing: 0.3em; font-size: 0.8rem; color: var(--blue-light);
  text-transform: uppercase; margin-bottom: 16px;
}
.step-title {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 5vw, 2.6rem);
  line-height: 1.05; margin-bottom: 12px;
}
.step-sub {
  font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.65);
  line-height: 1.6; margin-bottom: 28px;
}

.step-input {
  width: 100%; background: transparent; border: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  color: var(--white); font-family: 'Barlow', sans-serif; font-size: 1.25rem;
  padding: 10px 2px; outline: none; margin-bottom: 8px;
}
.step-input:focus { border-bottom-color: var(--blue); }
.step-input::placeholder { color: rgba(255,255,255,0.35); }
.step-erro { color: #ff6b6b; font-size: 0.85rem; margin-top: 8px; min-height: 1.2em; }

.step-options { display: flex; flex-direction: column; gap: 12px; margin-bottom: 8px; }
.opcao-btn {
  text-align: left; background: rgba(10,24,255,0.08); border: 1px solid rgba(10,24,255,0.25);
  color: var(--white); font-family: 'Barlow', sans-serif; font-size: 1rem; font-weight: 300;
  padding: 16px 20px; cursor: pointer; transition: background 0.2s, border-color 0.2s;
}
.opcao-btn:hover, .opcao-btn.selecionada { background: rgba(10,24,255,0.25); border-color: var(--blue); }
.opcao-letra {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; margin-right: 10px;
  border: 1px solid rgba(10,24,255,0.4); border-radius: 4px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.8rem;
  color: var(--blue); vertical-align: middle;
}

.step-actions { display: flex; align-items: center; gap: 20px; margin-top: 32px; }
.btn-primary {
  background: var(--white); color: var(--dark); border: none;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase; font-size: 0.95rem; padding: 14px 32px; cursor: pointer;
  transition: opacity 0.2s;
}
.btn-primary:hover { opacity: 0.85; }
.btn-primary:disabled { opacity: 0.4; cursor: not-allowed; }
.btn-voltar {
  background: transparent; border: none; color: rgba(255,255,255,0.5);
  font-family: 'Barlow Condensed', sans-serif; font-size: 0.85rem; letter-spacing: 0.05em;
  text-transform: uppercase; cursor: pointer;
}

.bloco-conteudo p:not(.step-eyebrow):not(.preco-nota) { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.8); line-height: 1.75; margin-bottom: 18px; }
.bloco-lista { display: flex; flex-direction: column; gap: 14px; margin: 24px 0; }
.bloco-lista-item { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.85); }
.bloco-lista-item .check { color: var(--blue); font-weight: 700; }

.preco-box {
  border: 1px solid rgba(10,24,255,0.35); background: rgba(10,24,255,0.08);
  padding: 24px 28px; margin: 24px 0;
}
.preco-faixa { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--blue-light); }
.preco-nota { font-size: 0.8rem; font-weight: 300; color: rgba(255,255,255,0.45); margin-bottom: 18px; }

/* honeypot: escondido via CSS fora da tela, nao display:none simples nem type=hidden */
.hp-field {
  position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; width: 0;
  overflow: hidden; pointer-events: none;
}

.slots-grid { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 20px; }
.dia-pill {
  flex-shrink: 0; text-align: center; background: rgba(10,24,255,0.08);
  border: 1px solid rgba(10,24,255,0.25); color: var(--white); cursor: pointer;
  padding: 12px 16px; font-family: 'Barlow Condensed', sans-serif; font-size: 0.85rem;
}
.dia-pill.selecionado { background: var(--blue); border-color: var(--blue); }

.horarios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.horario-btn {
  background: rgba(10,24,255,0.08); border: 1px solid rgba(10,24,255,0.25);
  color: var(--white); padding: 12px 8px; cursor: pointer; font-family: 'Barlow', sans-serif;
}
.horario-btn:hover, .horario-btn.selecionado { background: rgba(10,24,255,0.25); border-color: var(--blue); }

.confirmacao-box { text-align: center; }
.confirmacao-icone { font-size: 2.5rem; margin-bottom: 16px; }
.btn-whatsapp {
  display: inline-block; margin-top: 24px; background: var(--blue); color: var(--white);
  text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase; font-size: 0.95rem; padding: 16px 32px;
}

.spinner-inline { font-size: 0.85rem; color: rgba(255,255,255,0.5); }

footer { position: relative; z-index: 2; text-align: center; padding: 32px 24px; }
footer p { font-size: 0.7rem; color: rgba(255,255,255,0.25); }

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