/* Mapa do Amor — estilos do funil (mobile-first) */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #0e0820;
  --bg2: #191033;
  --card: #1d1338;
  --card-borda: #342153;
  --ouro: #e0b45c;
  --ouro-claro: #f3d391;
  --texto: #f3eefc;
  --suave: #b9a8d8;
  --roxo: #7c4dcc;
  --verde: #4cd98a;
}

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: radial-gradient(ellipse at 50% -10%, #2a1a4d 0%, var(--bg) 55%);
  color: var(--texto);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.stars {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    radial-gradient(1px 1px at 12% 22%, #fff8 50%, transparent 51%),
    radial-gradient(1px 1px at 78% 12%, #fff6 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 32% 64%, #ffd98f88 50%, transparent 51%),
    radial-gradient(1px 1px at 88% 45%, #fff7 50%, transparent 51%),
    radial-gradient(1px 1px at 55% 82%, #fff5 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 8% 88%, #ffd98f66 50%, transparent 51%),
    radial-gradient(1px 1px at 45% 8%, #fff6 50%, transparent 51%),
    radial-gradient(1px 1px at 67% 33%, #fff4 50%, transparent 51%);
}

.topo {
  position: relative; z-index: 2;
  padding: 16px 20px 8px;
  display: flex; flex-direction: column; gap: 12px;
  max-width: 520px; margin: 0 auto; width: 100%;
}
.logo {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px; letter-spacing: 1px; color: var(--ouro);
  text-align: center;
}
.progresso {
  height: 4px; background: #ffffff14; border-radius: 4px; overflow: hidden;
}
.progresso-barra {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--roxo), var(--ouro));
  border-radius: 4px; transition: width .4s ease;
}

.app {
  position: relative; z-index: 1;
  flex: 1; width: 100%; max-width: 520px;
  margin: 0 auto; padding: 20px;
  display: flex; flex-direction: column;
}

.passo { animation: surgir .35s ease both; }
@keyframes surgir {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

h1 {
  font-family: Georgia, serif; font-weight: 700;
  font-size: 28px; line-height: 1.25; margin-bottom: 14px;
}
h1 .destaque { color: var(--ouro); }
h2 {
  font-family: Georgia, serif; font-size: 22px;
  line-height: 1.3; margin-bottom: 18px;
}
.sub { color: var(--suave); font-size: 15.5px; line-height: 1.55; margin-bottom: 22px; }

.opcoes { display: flex; flex-direction: column; gap: 12px; margin-bottom: 8px; }
.opcao {
  background: var(--card); border: 1px solid var(--card-borda);
  border-radius: 14px; padding: 16px 18px;
  font-size: 16px; color: var(--texto); text-align: left;
  cursor: pointer; transition: border-color .15s, transform .1s;
  display: flex; align-items: center; gap: 12px;
  -webkit-tap-highlight-color: transparent;
}
.opcao:active { transform: scale(.985); }
.opcao:hover, .opcao.ativa { border-color: var(--ouro); }
.opcao .emoji { font-size: 22px; }

.btn {
  display: block; width: 100%;
  background: linear-gradient(135deg, #e8b95a, #d99b2b);
  color: #241303; font-weight: 700; font-size: 17px;
  border: none; border-radius: 14px; padding: 17px 20px;
  cursor: pointer; text-align: center; text-decoration: none;
  box-shadow: 0 6px 24px #d99b2b44;
  transition: transform .1s, box-shadow .2s;
}
.btn:active { transform: scale(.985); }
.btn.secundario {
  background: transparent; color: var(--suave);
  box-shadow: none; border: 1px solid var(--card-borda);
  font-weight: 500; font-size: 15px; padding: 13px;
  margin-top: 10px;
}

.campo { margin-bottom: 16px; }
.campo label { display: block; font-size: 14px; color: var(--suave); margin-bottom: 8px; }
.campo input, .campo select {
  width: 100%; background: var(--card); color: var(--texto);
  border: 1px solid var(--card-borda); border-radius: 12px;
  padding: 15px 14px; font-size: 16px; appearance: none;
}
.campo input:focus, .campo select:focus { outline: none; border-color: var(--ouro); }
.linha { display: flex; gap: 10px; }
.linha .campo { flex: 1; }

.check {
  display: flex; align-items: center; gap: 10px;
  color: var(--suave); font-size: 15px; margin: 6px 0 18px; cursor: pointer;
}
.check input { width: 20px; height: 20px; accent-color: var(--ouro); }

.hero-selo {
  display: inline-block; background: #7c4dcc22; border: 1px solid #7c4dcc55;
  color: #cdb3f5; font-size: 13px; border-radius: 30px;
  padding: 6px 14px; margin-bottom: 16px;
}
.hero-tiktok { text-align: center; }
.hero-roda {
  width: 140px; height: 140px; margin: 0 auto 12px;
  animation: girar 70s linear infinite;
  filter: drop-shadow(0 6px 28px #7c4dcc55);
}
.hero-roda svg { width: 100%; height: 100%; display: block; }
.hero-h1 { font-size: 26px; }
.hero-sub-curto { font-size: 17px; margin-bottom: 20px; }
.btn-pulso { animation: pulso 2.4s ease-in-out infinite; }
@keyframes pulso {
  0%, 100% { transform: scale(1); box-shadow: 0 6px 24px #d99b2b44; }
  50% { transform: scale(1.03); box-shadow: 0 10px 34px #d99b2b66; }
}
.hero-chips-mini { margin: 16px 0 4px; }
.hero-chips-mini .chip { font-size: 12.5px; padding: 6px 12px; }

.hero-lista { list-style: none; margin: 18px 0 24px; }
.hero-lista li {
  color: var(--suave); font-size: 15.5px; line-height: 1.5;
  padding: 7px 0 7px 30px; position: relative;
}
.hero-lista li::before { content: '✦'; color: var(--ouro); position: absolute; left: 4px; }
.hero-nota { text-align: center; color: #8d7cae; font-size: 13px; margin-top: 14px; }

.calc-lista { list-style: none; margin: 26px 0; }
.calc-lista li {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 4px; color: var(--suave); font-size: 16px;
  opacity: .25; transition: opacity .4s;
}
.calc-lista li.feito { opacity: 1; color: var(--texto); }
.calc-lista li .ok { color: var(--verde); font-weight: 700; }
.calc-orbita {
  width: 74px; height: 74px; margin: 10px auto 6px;
  border: 2px solid #ffffff22; border-top-color: var(--ouro);
  border-radius: 50%; animation: girar 1.1s linear infinite;
}
@keyframes girar { to { transform: rotate(360deg); } }

.resultado-cartao {
  background: linear-gradient(160deg, #241645, #170e2e);
  border: 1px solid var(--card-borda); border-radius: 18px;
  padding: 20px; margin-bottom: 14px;
}
.resultado-cartao .tipo {
  font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--suave); margin-bottom: 6px;
}
.resultado-cartao .signo {
  font-family: Georgia, serif; font-size: 24px; color: var(--ouro-claro);
  margin-bottom: 8px;
}
.resultado-cartao .teaser { font-size: 15px; line-height: 1.55; color: var(--texto); }

.bloqueado {
  position: relative;
  background: var(--card); border: 1px dashed #4a3573;
  border-radius: 18px; padding: 18px 20px; margin-bottom: 12px;
  display: flex; align-items: center; gap: 14px;
}
.bloqueado .cadeado { font-size: 20px; }
.bloqueado .titulo { font-size: 15.5px; font-weight: 600; }
.bloqueado .desc { font-size: 13.5px; color: var(--suave); margin-top: 3px; }

.rodape {
  position: relative; z-index: 1;
  max-width: 520px; margin: 0 auto; width: 100%;
  padding: 26px 20px 34px; text-align: center;
}
.rodape p { color: #6e5f8f; font-size: 12px; line-height: 1.5; margin-bottom: 10px; }
.rodape a { color: #8d7cae; font-size: 12px; text-decoration: none; margin: 0 2px; }

.erro { color: #ff9c9c; font-size: 14px; margin: 8px 0; display: none; }
.erro.visivel { display: block; }

/* ---- resultado visual ---- */
.dossie {
  text-align: center; margin-bottom: 18px;
}
.dossie .selo-analise {
  display: inline-block; font-size: 11.5px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--ouro); border: 1px solid #e0b45c44; border-radius: 30px;
  padding: 6px 16px; margin-bottom: 12px;
}
.dossie .nome {
  font-family: Georgia, serif; font-size: 34px; color: var(--ouro-claro); line-height: 1.1;
}
.dossie .dados { color: var(--suave); font-size: 13.5px; margin-top: 6px; }

.roda-wrap { max-width: 300px; margin: 8px auto 4px; filter: drop-shadow(0 10px 40px #7c4dcc33); }

.chips { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 14px 0 20px; }
.chip {
  background: var(--card); border: 1px solid var(--card-borda); border-radius: 30px;
  padding: 8px 14px; font-size: 13.5px; color: var(--texto); display: flex; align-items: center; gap: 6px;
}
.chip .simb { color: var(--ouro); font-size: 15px; }

.cartao-pos {
  background: linear-gradient(160deg, #241645, #170e2e);
  border: 1px solid var(--card-borda); border-radius: 18px;
  padding: 16px 18px; margin-bottom: 12px;
  display: flex; gap: 16px; align-items: flex-start;
}
.cartao-pos .glifo {
  font-size: 38px; line-height: 1; flex-shrink: 0; width: 58px; height: 58px;
  display: flex; align-items: center; justify-content: center;
  background: #7c4dcc22; border: 1px solid #7c4dcc44; border-radius: 14px; color: var(--ouro-claro);
}
.cartao-pos .tipo { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--suave); }
.cartao-pos .signo { font-family: Georgia, serif; font-size: 20px; color: var(--ouro-claro); margin: 2px 0 6px; }
.cartao-pos .teaser { font-size: 14.5px; line-height: 1.5; color: var(--texto); }

.elementos {
  background: var(--card); border: 1px solid var(--card-borda); border-radius: 18px;
  padding: 18px 20px; margin: 4px 0 20px;
}
.elementos h3 { font-family: Georgia, serif; font-size: 17px; margin-bottom: 4px; }
.elementos .sub-el { color: var(--suave); font-size: 13px; margin-bottom: 14px; }
.barra-el { margin-bottom: 12px; }
.barra-el .rotulo { display: flex; justify-content: space-between; font-size: 13.5px; margin-bottom: 5px; }
.barra-el .rotulo .pct { color: var(--suave); }
.barra-el .trilho { height: 9px; background: #ffffff10; border-radius: 9px; overflow: hidden; }
.barra-el .preenchido { height: 100%; border-radius: 9px; width: 0; transition: width 1s ease; }

.trancado {
  position: relative; background: var(--card); border: 1px solid #4a3573;
  border-radius: 18px; padding: 16px 18px; margin-bottom: 12px; overflow: hidden;
}
.trancado .cab { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.trancado .cab .cadeado { font-size: 17px; }
.trancado .cab .titulo { font-size: 15px; font-weight: 700; }
.trancado .borrado {
  font-size: 14px; line-height: 1.6; color: var(--suave);
  filter: blur(5px); user-select: none; pointer-events: none;
}
.trancado .véu, .trancado .veu {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, #170e2ecc 90%);
  pointer-events: none;
}
.nota-humana {
  display: flex; gap: 12px; align-items: flex-start;
  background: #4cd98a10; border: 1px solid #4cd98a30; border-radius: 14px;
  padding: 14px 16px; margin: 18px 0; font-size: 13.5px; color: var(--suave); line-height: 1.55;
}
.nota-humana .icone { font-size: 20px; }

/* ---- vendas: mockup do relatório ---- */
.mockup-wrap { position: relative; margin: 26px auto 30px; max-width: 340px; height: 300px; }
.pagina-mock {
  position: absolute; background: #fffdf9; border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5); overflow: hidden;
}
.pagina-mock.fundo1 { width: 76%; height: 88%; left: 0; top: 10%; transform: rotate(-7deg); opacity: .55; }
.pagina-mock.fundo2 { width: 76%; height: 88%; right: 0; top: 6%; transform: rotate(6deg); opacity: .75; }
.pagina-mock.capa {
  width: 62%; height: 100%; left: 19%; top: 0; transform: rotate(-1deg);
  background: linear-gradient(170deg, #241645, #150d2c);
  border: 1px solid #4a3573; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 18px 14px;
}
.pagina-mock.capa .marca { font-family: Georgia, serif; color: var(--ouro); font-size: 15px; margin-bottom: 10px; }
.pagina-mock.capa .nome-capa { font-family: Georgia, serif; color: var(--ouro-claro); font-size: 26px; line-height: 1.15; }
.pagina-mock.capa .sub-capa { color: var(--suave); font-size: 11.5px; margin-top: 8px; line-height: 1.5; }
.pagina-mock .linhas-fake { padding: 16px 14px; }
.pagina-mock .linhas-fake div { height: 7px; background: #d9cfe8; border-radius: 4px; margin-bottom: 8px; }

.grade-recebe { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }
.item-recebe {
  background: var(--card); border: 1px solid var(--card-borda); border-radius: 14px;
  padding: 14px; text-align: center;
}
.item-recebe .ico { font-size: 26px; margin-bottom: 6px; }
.item-recebe .t { font-size: 13.5px; font-weight: 700; line-height: 1.3; }
.item-recebe .d { font-size: 12px; color: var(--suave); margin-top: 4px; line-height: 1.4; }

@media (min-width: 560px) {
  h1 { font-size: 34px; }
}
