/* DUNDEE — página pública (odundee.com.br)
   Mesma identidade do app: fundo slate profundo, emerald/teal, logo "D.".
   Zero recursos externos: fontes do sistema, nada de CDN, nada de rastreador. */

:root {
  --fundo: #020617;
  --fundo-2: #0b1222;
  --cartao: #0f172a;
  --cartao-2: #111b31;
  --borda: #1e293b;
  --borda-forte: #334155;
  --texto: #e2e8f0;
  --texto-forte: #ffffff;
  --suave: #94a3b8;
  --apagado: #64748b;
  --verde: #10b981;
  --verde-claro: #34d399;
  --teal: #14b8a6;
  --ambar: #f59e0b;
  --rosa: #fb7185;
  --raio: 20px;
  --largura: 1120px;
  --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--fundo);
  color: var(--texto);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--verde-claro); text-underline-offset: 3px; }
a:hover { color: var(--texto-forte); }
:focus-visible { outline: 2px solid var(--verde); outline-offset: 3px; border-radius: 6px; }

.pular { position: absolute; left: -9999px; top: 0; }
.pular:focus { left: 16px; top: 16px; z-index: 100; background: var(--verde); color: var(--fundo); padding: 8px 14px; border-radius: 10px; }

/* Brilhos de fundo (os mesmos do login do app) */
.brilho { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.brilho::before, .brilho::after {
  content: ""; position: absolute; width: 55vw; height: 55vw; border-radius: 50%; filter: blur(110px);
}
.brilho::before { top: -22%; right: -12%; background: rgba(20, 184, 166, .10); }
.brilho::after { bottom: -25%; left: -15%; background: rgba(16, 185, 129, .08); }

.conteudo { position: relative; z-index: 1; }
.faixa { width: 100%; max-width: var(--largura); margin: 0 auto; padding: 0 24px; }

/* ---------- Topo ---------- */
.topo { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  background: rgba(2, 6, 23, .72); border-bottom: 1px solid rgba(30, 41, 59, .7); }
.topo .faixa { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.marca { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--texto-forte); }
.marca-selo { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--verde), #0d9488); box-shadow: 0 6px 20px rgba(16,185,129,.25);
  font-weight: 900; font-style: italic; color: #fff; font-size: 15px; }
.marca-nome { font-weight: 900; font-style: italic; letter-spacing: -.03em; text-transform: uppercase; font-size: 19px; }
.menu { display: flex; align-items: center; gap: 26px; }
.menu a { color: var(--suave); text-decoration: none; font-size: 14px; font-weight: 600; }
.menu a:hover { color: var(--texto-forte); }
.menu .botao-secundario { color: var(--texto); }

/* ---------- Botões ---------- */
.botao { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 24px; border-radius: 14px; font-weight: 800; font-size: 15px; text-decoration: none;
  border: 0; cursor: pointer; font-family: inherit; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.botao:active { transform: scale(.98); }
.botao-primario { background: var(--verde); color: var(--fundo); box-shadow: 0 10px 30px rgba(16,185,129,.25); }
.botao-primario:hover { background: var(--verde-claro); color: var(--fundo); }
.botao-secundario { background: transparent; color: var(--texto); box-shadow: inset 0 0 0 1px var(--borda-forte); }
.botao-secundario:hover { color: var(--texto-forte); box-shadow: inset 0 0 0 1px var(--suave); }
.botao-pequeno { padding: 9px 16px; font-size: 13px; border-radius: 11px; }
.botao[disabled] { opacity: .55; cursor: wait; }

/* ---------- Hero ---------- */
.hero { padding: 84px 0 72px; }
.hero .faixa { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.selo-beta { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px;
  background: rgba(245, 158, 11, .1); color: #fbbf24; font-size: 12px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; box-shadow: inset 0 0 0 1px rgba(245,158,11,.25); }
.selo-beta::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ambar); box-shadow: 0 0 10px var(--ambar); }
h1 { font-size: clamp(38px, 5.6vw, 64px); line-height: 1.04; letter-spacing: -.035em; margin: 20px 0 20px;
  color: var(--texto-forte); font-weight: 900; }
h1 em { font-style: normal; background: linear-gradient(90deg, var(--verde-claro), var(--teal));
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.lide { font-size: 19px; color: var(--suave); max-width: 34em; margin: 0 0 32px; }
.acoes { display: flex; flex-wrap: wrap; gap: 12px; }
.nota-hero { margin-top: 18px; font-size: 14px; color: var(--apagado); }

/* Celular com a conversa do bot */
.celular { justify-self: center; width: 100%; max-width: 360px; border-radius: 38px; padding: 12px;
  background: linear-gradient(160deg, #1e293b, #0b1222); box-shadow: 0 40px 80px rgba(0,0,0,.55), inset 0 0 0 1px #334155; }
.tela { border-radius: 28px; overflow: hidden; background: #0e1726; }
.tela-topo { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: #17212b; border-bottom: 1px solid #0b1118; }
.tela-topo .marca-selo { width: 34px; height: 34px; font-size: 13px; border-radius: 50%; }
.tela-topo strong { display: block; font-size: 14px; color: #fff; }
.tela-topo span { font-size: 12px; color: #6ab3f3; }
.conversa { padding: 18px 14px 22px; display: flex; flex-direction: column; gap: 10px; min-height: 360px;
  background: radial-gradient(circle at 20% 10%, rgba(16,185,129,.06), transparent 50%), #0e1621; }
.balao { max-width: 84%; padding: 9px 13px; border-radius: 16px; font-size: 14px; line-height: 1.45; }
.balao small { display: block; font-size: 11px; opacity: .55; text-align: right; margin-top: 3px; }
.balao-eu { align-self: flex-end; background: #2b5278; color: #fff; border-bottom-right-radius: 5px; }
.balao-bot { align-self: flex-start; background: #182533; color: #e6edf3; border-bottom-left-radius: 5px; }
.audio { display: flex; align-items: center; gap: 10px; }
.audio-play { width: 30px; height: 30px; border-radius: 50%; background: #fff; flex: none; position: relative; }
.audio-play::after { content: ""; position: absolute; left: 11px; top: 8px; border-left: 11px solid #2b5278; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
.onda { display: flex; align-items: center; gap: 2px; height: 22px; }
.onda i { width: 3px; border-radius: 2px; background: rgba(255,255,255,.75); }
.cupom { display: flex; align-items: center; gap: 10px; }
.cupom-img { width: 46px; height: 56px; border-radius: 6px; flex: none;
  background: repeating-linear-gradient(180deg, #f1f5f9 0 5px, #cbd5e1 5px 6px); box-shadow: inset 0 0 0 2px #fff; }
.digitando { align-self: flex-start; display: flex; gap: 4px; padding: 12px 14px; background: #182533; border-radius: 16px; }
.digitando i { width: 7px; height: 7px; border-radius: 50%; background: #6b7c8f; animation: pulo 1.2s infinite; }
.digitando i:nth-child(2) { animation-delay: .15s; } .digitando i:nth-child(3) { animation-delay: .3s; }
@keyframes pulo { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }

/* ---------- Seções ---------- */
section { padding: 88px 0; }
.rotulo { font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--verde); margin: 0 0 12px; }
h2 { font-size: clamp(30px, 3.8vw, 44px); line-height: 1.1; letter-spacing: -.03em; margin: 0 0 16px; color: var(--texto-forte); font-weight: 900; }
.intro { color: var(--suave); max-width: 40em; margin: 0 0 48px; font-size: 18px; }
.separador { border-top: 1px solid var(--borda); }

.passos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: passo; }
.passo { background: var(--cartao); border: 1px solid var(--borda); border-radius: var(--raio); padding: 28px; position: relative; }
.passo::before { counter-increment: passo; content: counter(passo); position: absolute; top: 22px; right: 24px;
  font-size: 44px; font-weight: 900; color: rgba(148, 163, 184, .12); line-height: 1; }
.icone { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px;
  background: rgba(16,185,129,.1); color: var(--verde-claro); box-shadow: inset 0 0 0 1px rgba(16,185,129,.25); }
.icone svg { width: 22px; height: 22px; }
.passo h3, .cartao h3 { font-size: 19px; margin: 0 0 8px; color: var(--texto-forte); letter-spacing: -.01em; }
.passo p, .cartao p { margin: 0; color: var(--suave); font-size: 16px; }

/* Missões */
.missoes .faixa { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.missao { background: linear-gradient(160deg, var(--cartao-2), var(--cartao)); border: 1px solid var(--borda);
  border-radius: 24px; padding: 30px; box-shadow: 0 30px 60px rgba(0,0,0,.35); }
.missao-topo { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 6px; }
.missao-topo strong { font-size: 20px; color: var(--texto-forte); }
.missao-topo span { font-size: 13px; color: var(--apagado); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.missao-valores { display: flex; justify-content: space-between; font-size: 14px; color: var(--suave); margin: 18px 0 10px; }
.missao-valores b { color: var(--texto-forte); }
.barra { height: 12px; border-radius: 999px; background: #1e293b; overflow: hidden; }
.barra i { display: block; height: 100%; width: 62%; border-radius: inherit; background: linear-gradient(90deg, var(--verde), var(--teal)); box-shadow: 0 0 18px rgba(16,185,129,.45); }
.missao-rodape { margin: 16px 0 0; font-size: 14px; color: var(--suave); }
.lista-check { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 14px; }
.lista-check li { display: flex; gap: 12px; color: var(--texto); }
.lista-check li::before { content: ""; flex: none; width: 22px; height: 22px; margin-top: 2px; border-radius: 50%;
  background: rgba(16,185,129,.15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2334d399' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat; }
.aviso { font-size: 13px; color: var(--apagado); border-left: 2px solid var(--borda-forte); padding-left: 12px; margin: 0; }

/* Cartões (privacidade) */
.cartoes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cartao { background: var(--cartao); border: 1px solid var(--borda); border-radius: var(--raio); padding: 26px; }

/* ---------- Lista de espera ---------- */
.espera { padding: 96px 0; }
.caixa-espera { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
  background: linear-gradient(150deg, rgba(16,185,129,.09), rgba(20,184,166,.03) 45%, var(--cartao) 80%);
  border: 1px solid rgba(16,185,129,.22); border-radius: 30px; padding: 48px; }
.formulario { display: grid; gap: 16px; }
.campo label { display: block; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--suave); margin: 0 0 8px 2px; }
.campo input { width: 100%; padding: 15px 16px; border-radius: 14px; border: 1px solid var(--borda-forte);
  background: var(--fundo); color: var(--texto-forte); font: inherit; font-weight: 600; }
.campo input::placeholder { color: #475569; font-weight: 500; }
.campo input:focus { outline: none; border-color: var(--verde); box-shadow: 0 0 0 3px rgba(16,185,129,.2); }
.aceite { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--suave); cursor: pointer; }
.aceite input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--verde); flex: none; }
.pote-de-mel { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.mensagem { min-height: 24px; margin: 0; font-size: 15px; font-weight: 700; }
.mensagem.ok { color: var(--verde-claro); }
.mensagem.erro { color: var(--rosa); }
.ja-tem { margin-top: 22px; font-size: 15px; color: var(--suave); }

/* ---------- FAQ ---------- */
.perguntas { display: grid; gap: 12px; max-width: 820px; }
details { background: var(--cartao); border: 1px solid var(--borda); border-radius: 16px; padding: 0 22px; }
details[open] { border-color: var(--borda-forte); }
summary { cursor: pointer; list-style: none; padding: 20px 0; font-weight: 700; color: var(--texto-forte); display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--verde); font-size: 22px; line-height: 1; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 20px; color: var(--suave); }

/* ---------- Rodapé ---------- */
.rodape { border-top: 1px solid var(--borda); padding: 40px 0 56px; color: var(--apagado); font-size: 14px; }
.rodape .faixa { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.rodape nav { display: flex; gap: 22px; flex-wrap: wrap; }
.rodape a { color: var(--suave); text-decoration: none; }
.rodape a:hover { color: var(--texto-forte); }
.rodape .marca { color: var(--texto-forte); }

/* ---------- Páginas legais ---------- */
.legal { padding: 64px 0 96px; }
.legal .faixa { max-width: 800px; }
.legal h1 { font-size: clamp(34px, 4.4vw, 48px); margin-top: 8px; }
.legal .versao { color: var(--apagado); font-size: 14px; margin: 0 0 40px; }
.legal h2 { font-size: 24px; margin: 44px 0 12px; letter-spacing: -.02em; }
.legal h3 { font-size: 18px; margin: 26px 0 8px; color: var(--texto-forte); }
.legal p, .legal li { color: #cbd5e1; }
.legal ul { padding-left: 22px; }
.legal li { margin: 6px 0; }
.legal .resumo { background: var(--cartao); border: 1px solid var(--borda); border-radius: var(--raio); padding: 22px 26px; margin: 0 0 12px; }
.legal .resumo p { margin: 0; }
.legal table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 12px 0; }
.legal th, .legal td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--borda); vertical-align: top; color: #cbd5e1; }
.legal th { color: var(--suave); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.tabela-rolagem { overflow-x: auto; }
/* Trechos que o responsável precisa completar antes de publicar */
.preencher { background: rgba(245,158,11,.15); color: #fbbf24; padding: 1px 6px; border-radius: 6px; font-weight: 700; }

/* ---------- Responsivo ---------- */
@media (max-width: 900px) {
  .hero { padding: 56px 0 48px; }
  .hero .faixa, .missoes .faixa, .caixa-espera { grid-template-columns: 1fr; gap: 40px; }
  .passos, .cartoes { grid-template-columns: 1fr; }
  .menu a:not(.botao) { display: none; }
  section { padding: 64px 0; }
  .caixa-espera { padding: 30px 22px; border-radius: 24px; }
}
@media (max-width: 480px) {
  body { font-size: 16px; }
  .faixa { padding: 0 16px; }
  .acoes .botao { width: 100%; }
  .celular { max-width: 320px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .digitando i { animation: none; }
  .botao { transition: none; }
}
