body {
  font-family: 'Poppins', sans-serif;
  color: #002745;
}

.hero {
  background: linear-gradient(135deg, #002745 0%, #0a4a7f 100%);
  padding: 100px 20px;
}

.coach-photo {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 4px solid #002745;
}

.step {
  border-radius: 12px;
  background: #fff;
}

.step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #002745;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.price-box {
  font-size: 2rem;
  font-weight: bold;
  color: #f74354;
}

.btn-danger {
  background-color: #f74354;
  border-color: #f74354;
}

.btn-danger:hover {
  background-color: #c72e3f;
  border-color: #c72e3f;
}
