

.hero-section {
  padding: 3rem 0;
}

.feature-icon {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1rem;
}

.step-card {
  border-left: 3px solid var(--primary);
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--primary);
  color: white;
  border-radius: 50%;
  margin-right: 0.75rem;
}

.pricing-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.cta-section {
  background-color: var(--light-gray);
  padding: 4rem 0;
}

.video-responsive {
  width: 100%;
  height: auto;
}
