.cs-wrapper {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.cs-progress {
  height: 6px;
  background: #eee;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.cs-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  transition: 0.4s;
}

.cs-step {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.cs-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.cs-buttons button {
  margin: 10px;
  padding: 10px 20px;
}