.cc_9w18tgsw_C2Kh2u8LJy .testimonials {
  width: 100%;
  /* .testimonials__track uses a negative margin (shadow clipping room) that
     doesn't always match .testimonials__inner's padding across breakpoints —
     clip the bleed here instead of letting it force page-wide horizontal scroll. */
  overflow-x: hidden;
}

.cc_9w18tgsw_C2Kh2u8LJy .testimonials__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cc_9w18tgsw_C2Kh2u8LJy .testimonials__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 720px;
}

.cc_9w18tgsw_C2Kh2u8LJy .testimonials__tagline {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 20px;
  opacity: 0.7;
}

.cc_9w18tgsw_C2Kh2u8LJy .testimonials__title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 38px;
}

.cc_9w18tgsw_C2Kh2u8LJy .testimonials__description {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.7;
}

/* ===== Slider track ===== */
.cc_9w18tgsw_C2Kh2u8LJy .testimonials__track {
  display: flex;
  gap: var(--tm-gap, 20px);
  align-items: stretch;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* room so card box-shadows are not clipped by the scroll container */
  padding: 20px;
  margin: -20px;
}

.cc_9w18tgsw_C2Kh2u8LJy .testimonials__track::-webkit-scrollbar {
  display: none;
}

/* IkasComponentRenderer mounts each child inside its own wrapper — flatten it
   so the TestimonialCard root is the real flex/grid item. */
.cc_9w18tgsw_C2Kh2u8LJy .testimonials__track > *, .cc_9w18tgsw_C2Kh2u8LJy .testimonials__track > * > *:not(.testimonial-card) {
  display: contents;
}

.cc_9w18tgsw_C2Kh2u8LJy .testimonials__track .testimonial-card {
  flex: 0 0
    calc((100% - (var(--tm-m-cols) - 1) * var(--tm-gap)) / var(--tm-m-cols));
  min-width: 0;
  scroll-snap-align: center;
}

@media (min-width: 769px) {
  .cc_9w18tgsw_C2Kh2u8LJy .testimonials__track .testimonial-card {
    flex-basis: calc(
      (100% - (var(--tm-t-cols) - 1) * var(--tm-gap)) / var(--tm-t-cols)
    );
  }
}

@media (min-width: 1025px) {
  .cc_9w18tgsw_C2Kh2u8LJy .testimonials__track .testimonial-card {
    flex-basis: calc(
      (100% - (var(--tm-d-cols) - 1) * var(--tm-gap)) / var(--tm-d-cols)
    );
  }
}

/* ===== Grid layout ===== */
.cc_9w18tgsw_C2Kh2u8LJy .testimonials__track--grid {
  display: grid;
  grid-template-columns: repeat(var(--tm-m-cols), minmax(0, 1fr));
  overflow: visible;
  scroll-snap-type: none;
  row-gap: 20px;
}

.cc_9w18tgsw_C2Kh2u8LJy .testimonials__track--grid .testimonial-card {
  flex: none;
}

@media (min-width: 769px) {
  .cc_9w18tgsw_C2Kh2u8LJy .testimonials__track--grid {
    grid-template-columns: repeat(var(--tm-t-cols), minmax(0, 1fr));
  }
}

@media (min-width: 1025px) {
  .cc_9w18tgsw_C2Kh2u8LJy .testimonials__track--grid {
    grid-template-columns: repeat(var(--tm-d-cols), minmax(0, 1fr));
  }
}

.cc_9w18tgsw_C2Kh2u8LJy .testimonials__progress {
  align-self: center;
}

@media (max-width: 768px) {
  .cc_9w18tgsw_C2Kh2u8LJy .testimonials__inner {
    padding: 0 16px;
    gap: 20px;
  }

  .cc_9w18tgsw_C2Kh2u8LJy .testimonials__tagline {
    font-size: 12px;
    line-height: 18px;
  }

  .cc_9w18tgsw_C2Kh2u8LJy .testimonials__title {
    font-size: 22px;
    letter-spacing: -0.6px;
    line-height: 28px;
  }

  .cc_9w18tgsw_C2Kh2u8LJy .testimonials__description {
    font-size: 12px;
    line-height: 20px;
  }

  .cc_9w18tgsw_C2Kh2u8LJy .testimonials__track {
    padding: 16px;
    margin: -16px;
  }
}
