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

.testimonials-hero__content p {
  font-size: var(--text-lg);
}

.testimonials-eyebrow {
  font-size: var(--text-sm);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary-strong);
  margin-bottom: var(--space-2);
}

.testimonials-hero__image-wrapper,
.testimonials-poker__image-wrapper,
.testimonials-hosts__image-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.testimonials-hero__image-wrapper img,
.testimonials-poker__image-wrapper img,
.testimonials-hosts__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-section-heading p {
  margin-top: var(--space-2);
}

.testimonials-quote {
  font-size: var(--text-sm);
  color: var(--color-text);
  margin-bottom: var(--space-3);
}

.testimonials-author {
  font-weight: 600;
  font-size: var(--text-sm);
  margin-bottom: var(--space-1);
}

.testimonials-meta {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
}

.testimonials-poker__quotes {
  margin-top: var(--space-4);
}

.testimonials-highlights h3 {
  font-size: var(--text-xl);
}

.testimonials-highlights p {
  font-size: var(--text-sm);
}

.testimonials-support {
  align-items: flex-start;
}

.testimonials-cta-panel .card {
  height: 100%;
}

.testimonials-cta-list {
  list-style: none;
  padding-left: 0;
  margin: var(--space-3) 0 0;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.testimonials-cta-list li + li {
  margin-top: var(--space-1);
}

.testimonials-gallery__item figcaption {
  margin-top: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

@media (max-width: 768px) {
  .testimonials-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonials-gallery__item {
    margin-bottom: var(--space-4);
  }
}
