.progress-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  gap: 16px;
}
.progress-bar .step {
  padding: 6px 18px;
  border-radius: 20px;
  background: #eee;
  color: #888;
  font-weight: bold;
  font-size: 1em;
}
.progress-bar .active {
  background: #1a3c3c;
  color: #fff;
}