.hero-media {
  width: 100%;
}

.video-card .final-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #071b16;
}

.hero-media .video-cta {
  width: 100%;
  margin-top: 22px;
}

.video-cta-note {
  margin: 8px 0 2px;
  color: #aebfb8;
  font-size: 0.77rem;
  text-align: center;
}
.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(8, 122, 85, .2);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.testimonials blockquote {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
}

.testimonials p {
  margin: 0 0 15px;
  color: #f3f8f5;
  line-height: 1.58;
}

.testimonials cite {
  color: #b8df43;
  font-size: .78rem;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 820px) {
  .brand-logo { width: 42px; height: 42px; }
  .testimonials { grid-template-columns: 1fr; }
}
