.tour-ajuda-fundo {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgb(15 23 42 / 62%);
  backdrop-filter: blur(1px);
}
.tour-ajuda-alvo {
  position: relative !important;
  z-index: 191 !important;
  outline: 4px solid var(--acao, #2563eb);
  outline-offset: 5px;
  border-radius: .65rem;
  box-shadow: 0 0 0 9999px rgb(15 23 42 / 8%);
}
.tour-ajuda-caixa {
  position: fixed;
  z-index: 192;
  max-height: calc(100vh - 24px);
  overflow: auto;
  padding: 1rem;
  border: 1px solid var(--borda, #cbd5e1);
  border-radius: 1rem;
  background: var(--superficie, #fff);
  color: var(--texto, #172033);
  box-shadow: 0 18px 50px rgb(0 0 0 / 38%);
}
.tour-ajuda-topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.tour-ajuda-contador {
  color: var(--texto-suave, #64748b);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.tour-ajuda-fechar {
  width: 2rem;
  height: 2rem;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 1.45rem;
  line-height: 1;
}
.tour-ajuda-progresso {
  height: 4px;
  margin: .55rem 0 .9rem;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--borda, #cbd5e1) 65%, transparent);
}
.tour-ajuda-progresso span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--acao, #2563eb);
  transition: width .2s ease;
}
.tour-ajuda-caixa h3 {
  margin: 0 0 .45rem;
  font-size: 1.15rem;
  line-height: 1.3;
}
.tour-ajuda-texto {
  margin: 0 0 1rem;
  color: var(--texto-suave, #475569);
  line-height: 1.55;
}
.tour-ajuda-acoes {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .45rem;
}
.tour-ajuda-caixa button {
  min-height: 2.5rem;
  border: 1px solid var(--borda, #cbd5e1);
  border-radius: .6rem;
  padding: .5rem .75rem;
  background: var(--superficie, #fff);
  color: inherit;
  font-weight: 650;
  cursor: pointer;
}
.tour-ajuda-caixa button:disabled { opacity: .4; cursor: default; }
.tour-ajuda-caixa [data-tour-pular] {
  margin-right: auto;
  border-color: transparent;
  color: var(--texto-suave, #64748b);
}
.tour-ajuda-caixa [data-tour-avancar] {
  border-color: var(--acao, #2563eb);
  background: var(--acao, #2563eb);
  color: #fff;
}
@media (max-width: 420px) {
  .tour-ajuda-caixa { padding: .9rem; }
  .tour-ajuda-acoes { flex-wrap: wrap; }
  .tour-ajuda-caixa [data-tour-pular] { width: 100%; margin: 0; order: 3; }
}
@media (prefers-reduced-motion: reduce) {
  .tour-ajuda-progresso span { transition: none; }
}
