/* Cotação de seguro auto — wizard */
main#conteudo { padding-top: 116px; }

.sa-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 56px) clamp(18px, 5vw, 40px) 0;
}
.sa-intro h1 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.1;
  color: var(--black);
  margin: 0;
}
.sa-intro p {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.sa-wizard {
  max-width: 720px;
  margin: clamp(20px, 4vw, 34px) auto 0;
  padding: 0 clamp(18px, 5vw, 40px) clamp(60px, 10vw, 100px);
}

/* passos */
.sa-steps {
  display: flex;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.sa-steps li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.sa-steps li span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--paper-2);
  color: var(--muted);
  font-size: 12px;
}
.sa-steps li.is-active {
  border-color: rgba(200, 162, 74, .7);
  background: var(--gold-soft);
  color: var(--black);
}
.sa-steps li.is-active span { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #111; }
.sa-steps li.is-done { color: var(--ok-ink); }
.sa-steps li.is-done span { background: var(--ok); color: #fff; }
.sa-steps li.is-done span::after { content: "✓"; }
.sa-steps li.is-done span { font-size: 0; }
.sa-steps li.is-done span::after { font-size: 12px; }

/* painel */
.sa-panel {
  margin: 0;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.sa-panel[hidden] { display: none; }
.sa-panel h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  font-size: 22px;
  color: var(--black);
  margin: 0 0 4px;
}
.sa-lead { margin: 0 0 18px; color: var(--muted); font-size: 14px; }

.sa-field {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 800;
  color: var(--black);
}
.sa-field:first-of-type { margin-top: 8px; }
.sa-field input,
.sa-field select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #d6cfbe;
  border-radius: 10px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-weight: 500;
}
.sa-field input:focus,
.sa-field select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px var(--gold-soft);
}

.sa-placa {
  display: flex;
  gap: 8px;
}
.sa-placa input { text-transform: uppercase; letter-spacing: .08em; }
.sa-placa .ghost-btn { flex: none; min-height: 50px; white-space: nowrap; }
.sa-placa-msg {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

.sa-renov[hidden] { display: none; }
.sa-renov {
  margin-top: 8px;
  padding: 14px 16px 18px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  background: var(--paper);
}

/* escolhas / rádios como cartões */
.sa-choice { margin-top: 22px; }
.sa-choice-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--black);
}
.sa-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .15s var(--ease), background .15s var(--ease);
}
.sa-opt:hover { border-color: rgba(200, 162, 74, .55); }
.sa-opt input { accent-color: var(--gold); width: 18px; height: 18px; flex: none; }
.sa-opt:has(input:checked) {
  border-color: rgba(200, 162, 74, .8);
  background: var(--gold-soft);
  color: var(--black);
}

.sa-actions {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}
.sa-actions .primary-button { flex: 1; min-height: 52px; }
.sa-actions .ghost-btn { min-height: 52px; }

.sa-status {
  min-height: 20px;
  margin: 14px 2px 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--ok-ink);
}
.sa-status.is-error { color: var(--alert); }

.sa-done {
  padding: clamp(24px, 5vw, 36px);
  border: 1px solid rgba(200, 162, 74, .5);
  border-radius: var(--radius);
  background: #fbf7ea;
  text-align: center;
}
.sa-done[hidden] { display: none; }
.sa-done h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--black);
  margin: 0 0 8px;
}
.sa-done p { margin: 0 auto 18px; max-width: 420px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.sa-done .primary-button { display: inline-flex; }

.honeypot { position: absolute; left: -9999px; opacity: 0; }

@media (max-width: 560px) {
  main#conteudo { padding-top: 100px; }
  .sa-steps li { font-size: 0; justify-content: center; padding: 10px; }
  .sa-steps li span { font-size: 12px; }
  .sa-steps li.is-done span { font-size: 0; }
  .sa-steps li.is-done span::after { font-size: 12px; }
  .sa-placa { flex-direction: column; }
  .sa-placa .ghost-btn { width: 100%; }
  .sa-actions { flex-direction: column-reverse; }
  .sa-actions .ghost-btn { width: 100%; }
}
