.testimonials-hero {
  padding-top: var(--space-14);
}

.testimonials-hero__grid {
  align-items: center;
  gap: var(--space-10);
}

.testimonials-hero__copy {
  max-width: 32rem;
}

.testimonials-hero__media {
  max-width: 32rem;
  margin-left: auto;
}

.testimonials-section-header h2 {
  margin-top: var(--space-3);
}

.testimonials-grid {
  align-items: stretch;
}

.testimonials-card__author {
  font-size: var(--font-size-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonials-split {
  gap: var(--space-8);
}

.testimonials-split__block {
  height: 100%;
}

.testimonials-final {
  gap: var(--space-8);
  align-items: stretch;
}

.testimonials-final__block {
  height: 100%;
}

.testimonials-bottom-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.testimonials-bottom-cta__content {
  max-width: 32rem;
}

.testimonials-bottom-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 767px) {
  .testimonials-hero {
    padding-top: var(--space-10);
  }

  .testimonials-hero__media {
    max-width: 100%;
    margin-left: 0;
    margin-top: var(--space-6);
  }

  .testimonials-bottom-cta {
    align-items: flex-start;
  }
}
