/* Testimonials full page — purple band + carousel (matches home) */

body[data-page="testimonials"] main {
  padding-top: var(--header-height);
}

.testimonials-page .testimonials-title-content {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 280px;
  padding: calc(2rem + 53px) 0 1.5rem;
}

body[data-page="testimonials"] .testimonials-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 0.75rem;
}

.testimonials-page-intro {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  max-width: 720px;
  text-align: center;
}

.testimonials-page .testimonials-carousel {
  padding-bottom: 2rem;
}

@media (max-width: 900px) {
  .testimonials-page .testimonials-title-content {
    min-height: 220px;
    padding-top: calc(1.5rem + 53px);
  }
}
