/* DA92 — Formulaire de demande : styles alignés sur le thème Dépann'Auto 92 */
.da92 { max-width: 560px; margin: 0 auto; font-family: var(--font-body, 'Manrope', sans-serif); }
.da92-card { background: var(--surface, #1a212c); border: 1px solid var(--border, #2a3340);
  border-radius: var(--radius-lg, 22px); padding: 24px 20px; color: var(--text, #e6ebf2); }

.da92-progress { display: flex; gap: 6px; margin-bottom: 20px; }
.da92-progress span { flex: 1; height: 4px; border-radius: 2px; background: var(--border, #2a3340); transition: background .3s; }
.da92-progress span.on { background: var(--accent, #ffb400); }

.da92-q { font-family: var(--font-display, 'Bebas Neue', sans-serif); font-size: 1.6rem;
  letter-spacing: .5px; margin: 0 0 14px; color: var(--text, #e6ebf2); }

.da92-opt { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  background: var(--bg, #0a0d12); color: var(--text, #e6ebf2); border: 1px solid var(--border, #2a3340);
  border-radius: var(--radius, 14px); padding: 16px; margin-bottom: 10px; font-size: 1.05rem;
  cursor: pointer; transition: border-color .15s, transform .1s; min-height: 56px; }
.da92-opt:active { transform: scale(.985); }
.da92-opt:hover, .da92-opt.sel { border-color: var(--accent, #ffb400); }
.da92-opt.sel { background: var(--accent-soft, rgba(255,180,0,.12)); }
.da92-opt.small { min-height: 46px; padding: 12px 16px; font-size: .98rem; }
.da92-ico { font-size: 1.4rem; }

.da92-in { display: block; width: 100%; box-sizing: border-box; background: var(--bg, #0a0d12);
  color: var(--text, #e6ebf2); border: 1px solid var(--border, #2a3340); border-radius: var(--radius-sm, 8px);
  padding: 14px; margin-bottom: 10px; font-size: 1rem; font-family: inherit; }
.da92-in:focus { outline: none; border-color: var(--accent, #ffb400); }
select.da92-in { appearance: none; }

.da92-nav { display: flex; justify-content: space-between; gap: 10px; margin-top: 16px; }
.da92-back { background: none; border: none; color: var(--text, #e6ebf2); opacity: .7; cursor: pointer; padding: 12px; font-size: .95rem; }
.da92-next { flex: 1; background: var(--accent, #ffb400); color: #0a0d12; border: none; font-weight: 700;
  border-radius: var(--radius, 14px); padding: 16px 20px; font-size: 1.05rem; cursor: pointer;
  box-shadow: var(--shadow-accent, 0 10px 30px rgba(255,180,0,.25)); min-height: 54px; }
.da92-next:active { transform: scale(.985); }

.da92-price { text-align: center; padding: 10px 0 6px; }
.da92-recap { opacity: .8; font-size: .95rem; text-transform: capitalize; }
.da92-amount { font-family: var(--font-display, 'Bebas Neue', sans-serif); font-size: 3rem;
  color: var(--accent, #ffb400); margin: 8px 0 2px; }
.da92-firm { color: var(--success, #22c55e); font-weight: 600; margin: 0 0 12px; }
.da92-line { font-size: .88rem; opacity: .65; margin: 2px 0; }

.da92-err { color: var(--danger, #ef4444); font-size: .92rem; min-height: 1.2em; margin: 6px 0; }
.da92-hint { opacity: .75; font-size: .92rem; margin: 10px 0 6px; }
.da92-tel { margin-top: 18px; text-align: center; opacity: .85; }
.da92-tel a { color: var(--accent, #ffb400); font-weight: 700; text-decoration: none; }

.da92-hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.da92-cgv { display: flex; gap: 8px; align-items: flex-start; font-size: .88rem; opacity: .85; margin: 8px 0; }
.da92-cgv a { color: var(--accent, #ffb400); }

.da92-done { text-align: center; }
.da92-check { width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%;
  background: var(--success, #22c55e); color: #fff; font-size: 2rem; line-height: 64px; }
.da92-check.warn { background: var(--accent, #ffb400); color: #0a0d12; }
.da92-wa { display: inline-block; background: var(--whatsapp, #25d366); color: #fff; font-weight: 700;
  border-radius: var(--radius, 14px); padding: 14px 22px; text-decoration: none; margin-top: 10px; }

@media (max-width: 480px) {
  .da92-card { padding: 18px 14px; border-radius: var(--radius, 14px); }
  .da92-amount { font-size: 2.5rem; }
}
