.step-illustration {
  transition: all 0.3s ease;
}

.step-card:hover .step-illustration {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -12px rgba(0, 0, 0, 0.08);
}
