/* Bloco de venda das paginas de cidade (SEO local).
   Duas portas — videoconferencia (checkout oficial) e presencial (fluxo proprio,
   pagamento Asaas na propria tela). Reaproveita os campos .ck-* do checkout. */

.vl-box {
  max-width: 780px;
  margin: 0 auto;
  scroll-margin-top: 90px;
}

.vl-box__head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.vl-box__head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  letter-spacing: -0.02em;
  color: var(--lp-dark, #0c1929);
}

.vl-box__head p {
  margin: 0;
  color: var(--lp-muted, #64748b);
  font-size: 1.0625rem;
}

/* ---- as duas portas ------------------------------------------------------ */
.vl-escolha {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .vl-escolha {
    grid-template-columns: 1fr 1fr;
  }
}

.vl-opt {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #fff;
  border: 2px solid var(--lp-border, #e2e8f0);
  border-radius: 16px;
  padding: 1.4rem 1.3rem 1.2rem;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.vl-opt:hover {
  border-color: #93c5fd;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.vl-opt.sel {
  border-color: var(--lp-accent, #0d8440);
  box-shadow: 0 10px 28px rgba(13, 132, 64, 0.16);
}

.vl-opt__selo {
  position: absolute;
  top: -11px;
  left: 1.2rem;
  background: var(--lp-accent, #0d8440);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
}

.vl-opt__selo--cinza {
  background: #475569;
}

.vl-opt__ico {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.55rem;
}

.vl-opt h3 {
  margin: 0 0 0.2rem;
  font-size: 1.125rem;
  color: var(--lp-dark, #0c1929);
}

.vl-opt__sub {
  margin: 0 0 0.85rem;
  font-size: 0.875rem;
  color: var(--lp-muted, #64748b);
}

.vl-opt__preco {
  font-size: 0.8125rem;
  color: var(--lp-muted, #64748b);
  margin: 0 0 0.85rem;
}

.vl-opt__preco b {
  display: block;
  font-size: 1.5rem;
  color: var(--lp-accent, #0d8440);
  letter-spacing: -0.02em;
}

.vl-opt ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 0.875rem;
  color: #334155;
}

.vl-opt li {
  padding-left: 1.35rem;
  position: relative;
  margin-bottom: 0.35rem;
  line-height: 1.45;
}

.vl-opt li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lp-accent, #0d8440);
  font-weight: 800;
}

.vl-opt li.nao::before {
  content: "!";
  color: #b45309;
}

.vl-opt__cta {
  margin-top: auto;
  display: block;
  text-align: center;
  background: var(--lp-accent, #0d8440);
  color: #fff;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
}

.vl-opt--alt .vl-opt__cta {
  background: #fff;
  color: var(--lp-blue, #2563eb);
  border: 1.5px solid #cbd5e1;
}

/* ---- requisito da videoconferencia (CNH / certificado anterior) ---------- */
.vl-req {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  background: #fffbeb;
  border: 1.5px solid #fde68a;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 0.875rem;
  color: #713f12;
  line-height: 1.55;
  margin: 1.1rem 0 0;
}

.vl-req b {
  color: #78350f;
}

.vl-req__ico {
  font-size: 1.1rem;
  line-height: 1.3;
}

/* ---- paineis ------------------------------------------------------------- */
.vl-painel {
  background: #fff;
  border: 1.5px solid var(--lp-border, #e2e8f0);
  border-radius: 16px;
  padding: 1.4rem 1.3rem;
  margin-top: 1.2rem;
}

.vl-painel__topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--lp-border, #e2e8f0);
  padding-bottom: 0.9rem;
  margin-bottom: 1rem;
}

.vl-painel__topo h3 {
  margin: 0;
  font-size: 1.0625rem;
  color: var(--lp-dark, #0c1929);
}

.vl-painel__topo p {
  margin: 0.15rem 0 0;
  font-size: 0.8125rem;
  color: var(--lp-muted, #64748b);
}

.vl-trocar {
  flex-shrink: 0;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--lp-blue, #2563eb);
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

/* ---- pagamento ----------------------------------------------------------- */
.vl-metodos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin: 0.4rem 0 1rem;
}

.vl-metodo {
  background: #fff;
  border: 1.5px solid #cbd5e1;
  border-radius: 12px;
  padding: 0.8rem 0.6rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  text-align: center;
  line-height: 1.35;
}

.vl-metodo small {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--lp-muted, #64748b);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0.15rem;
}

.vl-metodo:hover {
  border-color: var(--lp-accent, #0d8440);
}

.vl-metodo.sel {
  border-color: var(--lp-accent, #0d8440);
  background: #f2faf5;
}

.vl-metodo.sel small {
  color: #0a6b34;
}

/* ---- PIX na tela --------------------------------------------------------- */
.vl-pix {
  text-align: center;
  border: 1.5px solid var(--lp-border, #e2e8f0);
  border-radius: 14px;
  padding: 1.2rem;
  background: #f8fafc;
}

.vl-pix img {
  width: 232px;
  max-width: 100%;
  height: auto;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  border: 1px solid var(--lp-border, #e2e8f0);
}

.vl-pix__codigo {
  display: flex;
  gap: 0.5rem;
  margin: 0.9rem 0 0;
}

.vl-pix__codigo input {
  flex: 1;
  min-width: 0;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.75rem;
  color: #334155;
  background: #fff;
}

.vl-copiar {
  flex-shrink: 0;
  background: var(--lp-blue, #2563eb);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}

.vl-copiar.ok {
  background: var(--lp-accent, #0d8440);
}

/* ---- status do pagamento ------------------------------------------------- */
.vl-aguardando {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #b45309;
  margin: 0.9rem 0 0;
}

.vl-ponto {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f59e0b;
  animation: vl-pulsa 1.2s ease-in-out infinite;
}

@keyframes vl-pulsa {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.75); }
}

@media (prefers-reduced-motion: reduce) {
  .vl-ponto { animation: none; }
  .vl-opt:hover { transform: none; }
}

.vl-pago {
  background: #e3f0e6;
  border: 1.5px solid #86d3a3;
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  text-align: center;
}

.vl-pago h3 {
  margin: 0.35rem 0 0.4rem;
  color: #0a6b34;
  font-size: 1.125rem;
}

.vl-pago p {
  margin: 0;
  font-size: 0.9375rem;
  color: #1e3a2a;
  line-height: 1.6;
}

/* ---- avisos e apoio ------------------------------------------------------ */
.vl-nota {
  font-size: 0.8125rem;
  color: var(--lp-muted, #64748b);
  text-align: center;
  margin: 1rem 0 0;
  line-height: 1.6;
}

.vl-nota a {
  color: var(--lp-blue, #2563eb);
  font-weight: 600;
}

.vl-demo {
  background: #fef3c7;
  border: 1.5px solid #fde047;
  color: #713f12;
  border-radius: 10px;
  padding: 0.6rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: none;
}

.vl-selos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.2rem;
  margin: 1.2rem 0 0;
  font-size: 0.8125rem;
  color: var(--lp-muted, #64748b);
  font-weight: 600;
}

/* o cartao roda na propria tela: deixa isso visivel */
.vl-seguro {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f1f5f9;
  border-radius: 10px;
  padding: 0.6rem 0.85rem;
  font-size: 0.75rem;
  color: #475569;
  margin: 0.8rem 0 0;
  line-height: 1.5;
}
