.rfp360-customer-slider,
.rfp360-customer-slider * {
  box-sizing: border-box;
}

.rfp360-customer-slider {
  --rfp360-accent: #ff7a00;
  --rfp360-logo-color: #0b1f3a;
  --rfp360-text: #061a35;
  --rfp360-muted: #4d5b70;
  --rfp360-soft: #f7f8ff;
  --rfp360-border: #e7eaf3;
  width: 100%;
  padding: 70px 20px 52px;
  background: #fff;
  color: var(--rfp360-text);
  font-family: inherit;
  overflow: hidden;
}

.rfp360-slider-inner {
  max-width: 1230px;
  margin: 0 auto;
}

.rfp360-slider-title {
  margin: 0;
  color: var(--rfp360-text);
  font-size: clamp(30px, 3.2vw, 38px);
  line-height: 1.18;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.03em;
}

.rfp360-slider-subtitle {
  max-width: 920px;
  margin: 22px auto 58px;
  color: var(--rfp360-text);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
  text-align: center;
}

.rfp360-logo-stage {
  position: relative;
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  gap: 16px;
  margin: 0 0 27px;
}

.rfp360-logo-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 64px);
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 5px;
}

.rfp360-logo-track::-webkit-scrollbar {
  display: none;
}

.rfp360-logo-item {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 4px;
  min-width: 110px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .35;
  filter: grayscale(1);
  transition: opacity .22s ease, transform .22s ease, filter .22s ease;
}

.rfp360-logo-item img {
  max-width: 190px;
  max-height: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.rfp360-logo-item span {
  color: var(--rfp360-logo-color);
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -.04em;
}

.rfp360-logo-item:hover {
  opacity: .7;
  filter: grayscale(1) contrast(1.06);
  transform: translateY(-1px);
}

.rfp360-logo-item.is-active {
  opacity: 1;
  filter: grayscale(1) contrast(1.08);
  transform: translateY(-1px);
}

.rfp360-nav {
  appearance: none;
  width: 30px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--rfp360-text);
  display: inline-grid;
  place-items: center;
  font-size: 43px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.rfp360-nav:hover,
.rfp360-nav:focus-visible {
  color: var(--rfp360-accent);
  outline: none;
  transform: scale(1.05);
}

.rfp360-testimonial-shell {
  background: var(--rfp360-soft);
  border-radius: 4px;
  padding: 19px;
  overflow: hidden;
}

.rfp360-slides-viewport {
  width: 100%;
  overflow: hidden;
}

.rfp360-slides-track {
  display: flex;
  align-items: stretch;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform .55s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.rfp360-slide {
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 245px;
  gap: 19px;
  align-items: stretch;
  opacity: .18;
  pointer-events: none;
  transition: opacity .3s ease;
}

.rfp360-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.rfp360-slide[hidden] {
  display: none !important;
}

.rfp360-quote-card,
.rfp360-stat-card {
  background: #fff;
  border-radius: 4px;
}

.rfp360-quote-card {
  min-height: 358px;
  padding: clamp(28px, 4vw, 40px) clamp(26px, 4vw, 40px);
  display: flex;
  flex-direction: column;
}

.rfp360-stars {
  display: flex;
  gap: 2px;
  margin: 0 0 24px;
  color: #d8dce4;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .02em;
}

.rfp360-stars span.is-filled {
  color: #f6a000;
}

.rfp360-quote-text {
  margin: 0;
  color: var(--rfp360-text);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.52;
  font-weight: 400;
}

.rfp360-reviewer-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-top: auto;
  padding-top: 24px;
}

.rfp360-reviewer {
  display: flex;
  align-items: center;
  gap: 18px;
}

.rfp360-reviewer-img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 58px;
}

.rfp360-reviewer-img.placeholder {
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--rfp360-accent);
  font-weight: 800;
  font-size: 20px;
}

.rfp360-reviewer strong,
.rfp360-reviewer small {
  display: block;
}

.rfp360-reviewer strong {
  color: var(--rfp360-text);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.rfp360-reviewer small {
  margin-top: 6px;
  color: var(--rfp360-text);
  font-size: 14px;
  line-height: 1.2;
}

.rfp360-quote-mark {
  display: block;
  color: var(--rfp360-accent);
  font-family: Georgia, serif;
  font-size: 96px;
  font-weight: 800;
  line-height: .45;
  transform: rotate(180deg);
  opacity: 1;
}

.rfp360-stat-card {
  padding: 76px 20px 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.rfp360-stat-block {
  padding: 0 0 27px;
  border-bottom: 1px solid var(--rfp360-border);
  margin-bottom: 23px;
}

.rfp360-stat-block:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rfp360-stat-block strong {
  display: block;
  color: var(--rfp360-text);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 800;
  white-space: nowrap;
}

.rfp360-stat-block strong span {
  display: inline-block;
  color: var(--rfp360-accent);
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
  margin-left: 3px;
}

.rfp360-stat-block small {
  display: block;
  margin-top: 13px;
  color: var(--rfp360-text);
  font-size: 13px;
  line-height: 1.55;
}

.rfp360-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 27px;
}

.rfp360-dot {
  appearance: none;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  background: #d9dde4;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.rfp360-dot.is-active {
  background: var(--rfp360-text);
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .rfp360-slides-track,
  .rfp360-logo-item,
  .rfp360-dot,
  .rfp360-nav {
    transition: none;
    scroll-behavior: auto;
  }
}

@media (max-width: 900px) {
  .rfp360-customer-slider {
    padding: 52px 16px 44px;
  }
  .rfp360-slider-subtitle {
    margin-bottom: 38px;
  }
  .rfp360-logo-stage {
    grid-template-columns: 28px 1fr 28px;
    gap: 8px;
  }
  .rfp360-logo-track {
    justify-content: flex-start;
    gap: 28px;
  }
  .rfp360-slide {
    grid-template-columns: 1fr;
  }
  .rfp360-stat-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 24px;
  }
  .rfp360-stat-block {
    margin: 0;
    padding: 0 18px 0 0;
    border-right: 1px solid var(--rfp360-border);
    border-bottom: 0;
  }
  .rfp360-stat-block:last-child {
    padding-left: 18px;
    border-right: 0;
  }
}

@media (max-width: 580px) {
  .rfp360-slider-title,
  .rfp360-slider-subtitle {
    text-align: left;
  }
  .rfp360-logo-stage {
    grid-template-columns: 1fr;
  }
  .rfp360-logo-stage .rfp360-nav {
    display: none;
  }
  .rfp360-testimonial-shell {
    padding: 12px;
  }
  .rfp360-quote-card {
    min-height: auto;
    padding: 26px 20px;
  }
  .rfp360-reviewer-wrap {
    align-items: center;
  }
  .rfp360-quote-mark {
    font-size: 68px;
  }
  .rfp360-stat-card {
    grid-template-columns: 1fr;
  }
  .rfp360-stat-block,
  .rfp360-stat-block:last-child {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid var(--rfp360-border);
  }
  .rfp360-stat-block:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
