.testimonials-page {
  background:
    radial-gradient(circle at 7% 6%, rgba(34, 197, 94, 0.17), rgba(34, 197, 94, 0) 34%),
    radial-gradient(circle at 93% 10%, rgba(16, 185, 129, 0.14), rgba(16, 185, 129, 0) 32%),
    linear-gradient(180deg, #f2fcf7 0%, #ffffff 30%, #f7fefb 100%);
}

.testimonials-page .site-nav a.current::after {
  background: #15803d;
}

.testimonials-page .section {
  padding-top: 64px;
}

.testimonials-shell {
  max-width: 1180px;
  margin: 0 auto;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 197, 94, 0.09), rgba(34, 197, 94, 0) 38%),
    radial-gradient(circle at 0% 100%, rgba(16, 185, 129, 0.08), rgba(16, 185, 129, 0) 34%),
    #ffffff;
  border: 1px solid #d4eddc;
  border-radius: 16px;
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.testimonials-intro {
  margin-bottom: 30px;
}

.testimonials-intro .section-title {
  margin-bottom: 10px;
  color: #14532d;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.testimonial-slot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 253, 248, 0.98) 100%);
  border: 1px solid #d4eddc;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.testimonial-player {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #ecfaf1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  border: 1px solid #cde7d7;
  position: relative;
  overflow: hidden;
}

.testimonial-player.is-portrait {
  aspect-ratio: 9 / 16;
}

.testimonial-player iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.testimonial-meta h3 {
  margin: 0;
  font-size: 1.08rem;
  color: #14532d;
}

.testimonial-meta p {
  margin: 6px 0 0;
  color: #486057;
  font-size: 0.95rem;
  line-height: 1.45;
}

.more-projects {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid #d9eee1;
  color: #4f695f;
  font-size: 0.96rem;
}

.more-projects a {
  color: #15803d;
  text-decoration: none;
  margin-right: 14px;
  font-weight: 600;
}

.more-projects a:hover {
  color: #166534;
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .testimonials-shell {
    border-radius: 12px;
  }
}
