step-card {
  display: block;
  text-align: center;
  padding: 2rem 1.5rem;
}
.step-card-0 {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-accent);
}
.step-card-1 {
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.step-card-2 {
  color: var(--color-text-secondary);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.6;
}
