.hp-video-testimonial {
  --hp-video-ink: #0b132b;
  --hp-video-muted: #56647a;
  --hp-video-line: #dbe5f3;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(1.25rem, 3.4vw, 2.6rem);
  align-items: center;
  margin: 0 auto 1.5rem;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 58px rgba(11, 19, 43, 0.1);
  color: var(--hp-video-ink);
}

.hp-video-testimonial-media-wrap {
  min-width: 0;
}

.hp-video-testimonial-player {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #081326;
}

.hp-video-testimonial-media {
  display: block;
  width: 100%;
  max-height: 440px;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #081326;
  object-fit: contain;
}

.hp-video-sound-start {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  max-width: calc(100% - 2rem);
  padding: 0.78rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(8, 19, 38, 0.94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
  color: #ffffff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.hp-video-sound-start[hidden] {
  display: none;
}

.hp-video-sound-start:hover,
.hp-video-sound-start:focus-visible {
  background: #132a4c;
}

.hp-video-sound-start:focus-visible {
  outline: 3px solid #7de4ff;
  outline-offset: 3px;
}

.hp-video-sound-start-icon {
  display: grid;
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.72rem;
  line-height: 1;
}

.hp-video-testimonial-copy {
  min-width: 0;
}

.hp-video-testimonial-copy .hp-review-eyebrow {
  margin-bottom: 0.55rem;
}

.hp-video-testimonial-copy h2,
.hp-video-testimonial-copy h3 {
  margin: 0;
  color: var(--hp-video-ink);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.12;
}

.hp-video-testimonial-company,
.hp-video-testimonial-service,
.hp-video-testimonial-scope {
  margin: 0;
}

.hp-video-testimonial-company {
  margin-top: 0.45rem;
  color: var(--hp-video-muted);
  font-weight: 750;
}

.hp-video-testimonial-service {
  width: fit-content;
  margin-top: 0.85rem;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  background: #eaf1ff;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 850;
}

.hp-video-testimonial blockquote {
  margin: 1.15rem 0 0.85rem;
  padding-left: 1rem;
  border-left: 3px solid #2563eb;
}

.hp-video-testimonial blockquote p {
  margin: 0;
  color: var(--hp-video-ink);
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  font-weight: 750;
  line-height: 1.55;
}

.hp-video-testimonial-scope {
  color: var(--hp-video-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.hp-video-testimonial-copy .hp-review-all-link {
  margin-top: 1rem;
}

.hp-reviews-video {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  background: #f8fbff;
}

.hp-reviews-video .hp-video-testimonial {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .hp-video-testimonial {
    grid-template-columns: 1fr;
    padding: 0.85rem;
    border-radius: 14px;
  }

  .hp-video-testimonial-media {
    max-height: 340px;
  }

  .hp-video-testimonial-copy {
    padding: 0.35rem 0.2rem 0.2rem;
  }

  .hp-video-sound-start {
    min-height: 44px;
    padding: 0.65rem 0.85rem;
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-video-sound-start {
    transition: none;
  }
}
