.classes-hero {
  padding-top: var(--space-20);
}

.classes-hero__layout {
  align-items: center;
  gap: var(--space-10);
}

.classes-hero__content {
  max-width: 36rem;
}

.classes-hero__media {
  display: flex;
  justify-content: center;
}

.classes-hero__figure {
  width: 100%;
  max-width: 480px;
}

.classes-hero__image {
  border-radius: var(--radius-lg);
}

.classes-hero__caption {
  margin-top: var(--space-3);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.classes-grid__layout {
  align-items: stretch;
}

.classes-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.classes-card__figure {
  margin-bottom: var(--space-4);
}

.classes-card__list {
  list-style: none;
  padding-left: 0;
}

.classes-card__list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.classes-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
}

.classes-card .card__footer {
  margin-top: auto;
}

.classes-coaching__layout {
  gap: var(--space-8);
  align-items: stretch;
}

.classes-coaching__list {
  list-style: none;
  padding-left: 0;
}

.classes-coaching__list li {
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.classes-howto__container {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.classes-howto__steps {
  margin: 0;
  padding-left: 1.4rem;
  counter-reset: step-counter;
}

.classes-howto__steps li {
  margin-bottom: var(--space-4);
}

.classes-howto__steps h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.classes-howto__steps p {
  font-size: var(--font-size-sm);
}

.classes-faq__grid {
  gap: var(--space-4);
}

.classes-faq__item .card__title {
  font-size: var(--font-size-lg);
}

@media (max-width: 768px) {
  .classes-hero {
    padding-top: var(--space-16);
  }

  .classes-hero__layout {
    gap: var(--space-6);
  }

  .classes-hero__content {
    max-width: 100%;
  }

  .classes-coaching__layout {
    gap: var(--space-6);
  }
}
