
.statusko-testimonials-brands,
.statusko-testimonials-brands *,
.statusko-testimonials-reviews,
.statusko-testimonials-reviews * {
  box-sizing: border-box;
}

.statusko-testimonials-brands,
.statusko-testimonials-reviews {
  width: 100%;
  max-width: 908px;
  margin: 0 auto;
}

.statusko-testimonials-brands {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(63, 63, 63, 0.08);
}

.statusko-testimonials-brands__row {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.statusko-testimonials-brands__swiper {
  position: relative;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  padding: 12px 0 22px;
}

.statusko-testimonials-brands__swiper::before,
.statusko-testimonials-brands__swiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 56px;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.statusko-testimonials-brands__swiper::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.statusko-testimonials-brands__swiper::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.statusko-testimonials-brands__slide {
  width: auto !important;
}

.statusko-testimonials-brands__swiper .swiper-wrapper {
  align-items: center;
}

.statusko-testimonials-brands__row.is-at-start .statusko-testimonials-brands__swiper::before {
  opacity: 0.18;
}

.statusko-testimonials-brands__row.is-at-end .statusko-testimonials-brands__swiper::after {
  opacity: 0.18;
}

.statusko-testimonials-brands__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 4px;
  border: 0;
  background: transparent;
  color: #747474;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.statusko-testimonials-brands__arrow:hover {
  color: #f08319;
}

.statusko-testimonials-brands__arrow:focus-visible {
  outline: 2px solid rgba(240, 131, 25, 0.28);
  outline-offset: 2px;
  border-radius: 999px;
}

.statusko-testimonials-brands__arrow svg {
  width: 24px;
  height: 24px;
}

.statusko-testimonials-brands__arrow.is-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.statusko-brand-card {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 272px;
  min-height: 88px;
  padding: 16px 18px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: none;
}

.statusko-brand-card__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 64px;
  width: 64px;
  height: 48px;
  border-radius: 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  line-height: 1;
}

.statusko-brand-card__badge.has-logo {
  flex: 0 0 84px;
  width: 84px;
  height: 48px;
  border-radius: 0;
  background: transparent;
}

.statusko-brand-card__logo {
  display: block;
  width: 100%;
  max-width: 84px;
  max-height: 48px;
  object-fit: contain;
}

.statusko-brand-card__badge span {
  display: block;
  font-size: 22px;
}

.statusko-brand-card__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.statusko-brand-card__label {
  color: #5a5a5a;
  font-family: "Mulish", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.statusko-brand-card__copy small {
  color: #6d6d6d;
  font-family: "Mulish", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.statusko-brand-card.is-white .statusko-brand-card__badge {
  background: #ffffff;
}

.statusko-brand-card.is-red .statusko-brand-card__badge,
.statusko-brand-card__badge.is-white-on-red {
  background: #fc1e2b;
  color: #ffffff;
}

.statusko-brand-card.is-dark .statusko-brand-card__badge,
.statusko-brand-card__badge.is-white-on-dark {
  background: linear-gradient(135deg, #434854 0%, #1f222b 100%);
  color: #ffffff;
}

.statusko-brand-card.is-soft-green,
.statusko-brand-card__badge.is-green {
  background: #dcf7d0;
}

.statusko-brand-card__badge.is-gray {
  color: #8e8e8e;
  background: transparent;
}

.statusko-brand-card__badge.is-gray-outline {
  color: #8e8e8e;
  background: transparent;
  border: 2px solid #8e8e8e;
}

.statusko-brand-card__badge.is-green {
  color: #5db64c;
}

.statusko-brand-card__badge.is-red {
  color: #fc1e2b;
}

.statusko-testimonials-reviews {
  display: grid;
  gap: 16px;
}

.statusko-testimonials-reviews__list {
  display: grid;
  gap: 16px;
}

.statusko-review-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.statusko-review-card__avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 29px;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 800;
  box-shadow:
    0 84px 24px rgba(232, 232, 232, 0.02),
    0 54px 22px rgba(232, 232, 232, 0.15),
    0 30px 18px rgba(232, 232, 232, 0.3),
    0 13px 13px rgba(232, 232, 232, 0.5),
    0 3px 7px rgba(232, 232, 232, 0.8);
}

.statusko-review-card__avatar.is-sand {
  background: linear-gradient(135deg, #d7c18c 0%, #b5905a 100%);
}

.statusko-review-card__avatar.is-blue {
  background: linear-gradient(135deg, #68b1df 0%, #3b76b7 100%);
}

.statusko-review-card__avatar.is-warm {
  background: linear-gradient(135deg, #57443f 0%, #111111 100%);
}

.statusko-review-card__avatar.is-slate {
  background: linear-gradient(135deg, #698ab3 0%, #2e4b72 100%);
}

.statusko-review-card__avatar.is-rose {
  background: linear-gradient(135deg, #d96b7f 0%, #8b2436 100%);
}

.statusko-review-card__bubble {
  display: grid;
  gap: 8px;
  min-height: 66px;
  padding: 12px;
  border-radius: 0 24px 24px 24px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05);
}

.statusko-review-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.statusko-review-card__name {
  margin: 0;
  flex: 1 1 auto;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #3f3f3f;
}

.statusko-review-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
  color: #f08319;
  font-size: 16px;
  line-height: 1;
}

.statusko-review-card__text {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #3f3f3f;
}

@media (max-width: 1024px) {
  .statusko-testimonials-brands,
  .statusko-testimonials-reviews {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .statusko-testimonials-brands__row {
    gap: 12px;
  }

  .statusko-testimonials-brands__swiper {
    padding: 10px 0 18px;
  }

  .statusko-testimonials-brands__swiper::before,
  .statusko-testimonials-brands__swiper::after {
    width: 34px;
  }

  .statusko-brand-card {
    width: 224px;
    min-height: 76px;
    gap: 12px;
    padding: 12px 16px;
  }

  .statusko-brand-card__badge {
    flex-basis: 56px;
    width: 56px;
  }

  .statusko-brand-card__badge.has-logo {
    flex-basis: 72px;
    width: 72px;
    height: 40px;
  }

  .statusko-brand-card__logo {
    max-width: 72px;
    max-height: 40px;
  }

  .statusko-brand-card__label {
    font-size: 11px;
  }

  .statusko-brand-card__copy small {
    font-size: 10px;
  }

  .statusko-review-card {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .statusko-review-card__avatar {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .statusko-review-card__name,
  .statusko-review-card__text {
    font-size: 14px;
  }

}

.statusko-review-card__service {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: #b85f08;
  background: #fff2e5;
  font-family: "Mulish", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}
.statusko-review-card__source {
  width: fit-content;
  color: #f08319;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.statusko-review-card__source:hover { color: #c8650a; }
.statusko-testimonials-reviews.is-grid .statusko-review-card__bubble { min-height: 100%; }
.statusko-testimonials-reviews.is-grid .statusko-review-card__text { line-height: 1.45; }
@media (max-width: 767px) {
  .statusko-review-card__head { align-items: flex-start; flex-wrap: wrap; }
  .statusko-review-card__stars { font-size: 14px; }
}