/* Real client testimonials media */
#testimonials .so-media-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px) {
  #testimonials .so-media-grid {
    grid-template-columns: 1.4fr 1fr;
    align-items: stretch;
  }
}

#testimonials .so-video-card,
#testimonials .so-voice-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(20, 20, 28, 0.8);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

#testimonials .so-video-card {
  padding: 1rem;
}

#testimonials .so-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b0b10;
}

#testimonials .so-video-meta {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

#testimonials .so-voices {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#testimonials .so-voice-card {
  padding: 1.25rem;
  flex: 1;
}

#testimonials .so-voice-card audio {
  width: 100%;
  margin-top: 0.85rem;
  height: 40px;
}

#testimonials .so-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 44, 255, 0.35);
  background: rgba(124, 44, 255, 0.15);
  color: #c4a4ff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
}

#testimonials .so-title {
  margin-top: 0.55rem;
  font-size: 1rem;
  font-weight: 600;
  color: #f5f5f7;
}

#testimonials .so-sub {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

#testimonials .so-quote-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}
