.testimonials-section {
  margin-top: 0;
  padding: 34px 0 38px;
}

.testimonials-header {
  background: linear-gradient(135deg, #fbfde9 0%, #f7f9f1 100%);
  border-radius: 16px;
  padding: 42px 24px;
}

.testimonials-kicker {
  color: #6f8500;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.testimonials-header h1 {
  color: #313a44;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
}

.testimonials-header p:last-child {
  color: #515b64;
  font-size: 17px;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 680px;
}

.testimonial-grid {
  margin-top: 24px;
}

.testimonial-video-card {
  background: linear-gradient(135deg, #fbfde9 0%, #f7f9f1 100%);
  border: 1px solid rgba(49, 58, 68, 0.08);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(49, 58, 68, 0.08);
  height: 100%;
  overflow: hidden;
}

.testimonial-video {
  background-color: #313a44;
  display: block;
  height: 230px;
  object-fit: cover;
  width: 100%;
}

.testimonial-video-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #313a44 0%, #4a555f 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 230px;
  justify-content: center;
  text-align: center;
}

.testimonial-video-placeholder i {
  align-items: center;
  background-color: #cbeb00;
  border-radius: 50%;
  color: #313a44;
  display: inline-flex;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.testimonial-video-placeholder span {
  font-size: 14px;
  font-weight: 750;
}

.testimonial-video-body {
  padding: 20px;
}

.testimonial-video-body h4 {
  color: #313a44;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.testimonial-intro {
  color: #6f8500;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.testimonial-video-body p:last-child {
  color: #515b64;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 24px 0 28px;
  }

  .testimonials-header {
    border-radius: 12px;
    padding: 34px 18px;
  }

  .testimonials-header h1 {
    font-size: 34px;
  }

  .testimonial-video-card {
    border-radius: 12px;
  }

  .testimonial-video,
  .testimonial-video-placeholder {
    height: 240px;
  }
}
