/* ==========================================================================
   TESTIMONIALS — Swiper-powered. Swiper's own CSS handles the mechanics;
   this file only styles the card content and pagination to match brand.
   ========================================================================== */

.testimonials__swiper {
  padding-bottom: var(--space-xl);
}

.testimonial-card {
  height: auto;
  padding: var(--space-lg);
  background: var(--cream-100);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
}

.testimonial-card__quote-mark {
  width: 32px;
  height: 32px;
  color: var(--cp-orange);
  opacity: 0.6;
}

.testimonial-card__quote {
  margin-top: var(--space-md);
  font-family: var(--font-display);
  font-size: var(--fs-md);
  line-height: var(--lh-snug);
  color: var(--cp-ink);
}

.testimonial-card__author {
  margin-top: var(--space-lg);
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--cp-ink);
}

.testimonial-card__author span {
  display: block;
  font-weight: 400;
  color: var(--color-text-muted);
}

.testimonials__swiper .swiper-pagination-bullet {
  background: var(--cp-ink);
  opacity: 0.25;
}

.testimonials__swiper .swiper-pagination-bullet-active {
  background: var(--cp-orange);
  opacity: 1;
}
