/* registro.css — Estilos adicionales para el registro */
.auth-container-reg { max-width: 1000px; }
.reg-steps { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.reg-step { display: flex; align-items: flex-start; gap: 14px; }
.step-n {
  width: 30px; height: 30px; border-radius: 50%;
  background: #ffd700; color: #002d6e;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.85rem; flex-shrink: 0; margin-top: 2px;
}
.reg-step div strong { display: block; font-size: 0.9rem; margin-bottom: 2px; }
.reg-step div span   { font-size: 0.78rem; color: rgba(255,255,255,0.6); }
