.testimonial-section {
  padding: 115px clamp(22px, 7vw, 112px);
  background: #e9eff2;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 7vw;
}
.testimonial-copy h2 {
  font-family: Manrope, sans-serif;
  font-size: clamp(2.3rem, 4.2vw, 4.3rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  margin: 0 0 24px;
}
.testimonial-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--navy);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(13, 38, 56, .22);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.brand img { display: block; width: auto; height: 48px; object-fit: contain; }
.footer-brand img { height: 58px; }
@media (max-width: 900px) { .testimonial-section { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .brand img { height: 40px; } .footer-brand img { height: 50px; } }
