:root{
  --brand:#105272;
  --brand-100:#eaf1ff;
  --muted:#6c757d;
  --card-border:#e9ecef;
}

body{
  background:#f6f8fc;
}

@media (max-width: 576px){
  .step-line{ width: 40px; }
  .wizard-header, .wizard-body{ padding: 18px; }
}