.jz-testimonials-section {
  padding: 88px 24px;
  background: #fff;
  color-scheme: light;
}

.jz-testimonials-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.jz-testimonials-heading {
  text-align: center;
  margin-bottom: 40px;
}

.jz-testimonials-kicker {
  color: #0f8078;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 12px;
}

.jz-testimonials-title {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 750;
  letter-spacing: -.025em;
}

.jz-testimonials-title span {
  color: #0f8078;
}

.jz-testimonials-subtitle {
  margin: 0 auto;
  color: #667085;
  font-size: 15px;
  line-height: 1.8;
}

.jz-testimonials-privacy {
  display: block;
  margin-top: 5px;
  color: #98a2b3;
  font-size: 12px;
}

.jz-testimonials-carousel {
  position: relative;
}

.jz-testimonials-viewport {
  overflow: hidden;
  padding: 8px 2px 18px;
}

.jz-testimonials-track {
  display: flex;
  gap: 18px;
  transition: transform .55s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}

.jz-testimonial-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  min-height: 344px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .055);
}

.jz-testimonials-section .jz-testimonial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 128, 120, .25);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .09);
}

.jz-testimonial-stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.jz-testimonial-quote {
  flex: 1;
  margin: 0 0 26px;
  color: #596476;
  font-size: 14px;
  line-height: 1.9;
}

.jz-testimonial-person {
  display: flex;
  align-items: center;
  gap: 13px;
}

.jz-testimonial-avatar {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 24%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #dbe3ea, 0 6px 16px rgba(15,23,42,.12);
}

.jz-testimonial-name {
  color: #172033;
  font-size: 14px;
  font-weight: 700;
}

.jz-testimonial-role {
  margin-top: 4px;
  color: #7a8597;
  font-size: 12px;
  line-height: 1.45;
}

.jz-testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 12px;
}

.jz-testimonials-arrow {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dfe5ec;
  border-radius: 50%;
  background: #fff;
  color: #243044;
  font-size: 20px;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.jz-testimonials-arrow:hover {
  color: #0f8078;
  border-color: #0f8078;
  transform: translateY(-1px);
}

.jz-testimonials-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.jz-testimonials-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #ccd3dc;
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.jz-testimonials-dot.is-active {
  width: 24px;
  background: #0f8078;
}

@media (max-width: 960px) {
  .jz-testimonial-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 640px) {
  .jz-testimonials-section { padding: 64px 16px; }
  .jz-testimonials-heading { margin-bottom: 28px; }
  .jz-testimonials-subtitle { font-size: 14px; }
  .jz-testimonials-track { gap: 12px; }
  .jz-testimonial-card {
    flex-basis: 100%;
    min-height: 320px;
    padding: 24px;
  }
  .jz-testimonials-controls { gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .jz-testimonials-track { transition: none; }
}
