.pleach-reviews-section,
.pleach-reviews-section * {
  box-sizing: border-box;
}

.pleach-reviews-section {
  width: 100%;
  padding: 35px 5.4vw 50px;
  overflow: hidden;
  background: #ffffff;
  color: #050505;
}

.pleach-reviews-header {
  max-width: 1080px;
  margin-bottom: 70px;
}

.pleach-reviews-heading {
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: 1.1;
  font-weight: 800;
  color: #071404;
  margin: 0 0 30px;
}

.pleach-reviews-description {
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.22;
  font-weight: 400;
  color: #111111;
  max-width: 1080px;
  margin: 0;
}

.pleach-slider-wrap {
  position: relative;
  width: 100%;
}

.pleach-reviews-track {
  display: flex;
  gap: 46px;
  transition: transform 0.55s ease;
  will-change: transform;
}

.pleach-review-card {
  flex: 0 0 calc((100% - 92px) / 3);
  min-height: 410px;
  position: relative;
  background: #f3f4f6;
  border-radius: 22px;
  padding: 48px 34px 145px;
  overflow: visible;
}

.pleach-review-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56%;
  height: 118px;
  background: #ffffff;
  border-radius: 0 24px 0 0;
  z-index: 1;
}

.pleach-review-card::after {
  content: "";
  position: absolute;
  left: 56%;
  bottom: 0;
  width: 34px;
  height: 118px;
  background: #f3f4f6;
  border-bottom-left-radius: 26px;
  box-shadow: -22px 0 0 #ffffff;
  z-index: 2;
}

.pleach-quote-icon {
  display: block;
  font-size: 96px;
  line-height: 0.7;
  font-family: Georgia, serif;
  color: #d7dce2;
  margin-bottom: 30px;
  font-weight: 700;
}

.pleach-review-text {
  position: relative;
  z-index: 3;
  font-size: clamp(24px, 2.1vw, 42px);
  line-height: 1.38;
  font-weight: 500;
  letter-spacing: -0.04em;
  max-width: 420px;
  margin: 0;
  color: #050505;
}

.pleach-review-author {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56%;
  height: 118px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 18px 18px 0;
  z-index: 4;
}

.pleach-author-img-wrap {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #eef0f2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 82px;
}

.pleach-author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.pleach-author-info {
  min-width: 0;
}

.pleach-author-name {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 10px;
  white-space: nowrap;
  color: #050505;
  letter-spacing: -0.02em;
}

.pleach-author-handle {
  font-size: 16px;
  line-height: 1.1;
  color: #8d939c;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.pleach-slider-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  margin-top: 72px;
  padding-right: 2vw;
}

.pleach-nav-btn {
  border: 0;
  background: transparent;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  color: #111111;
  padding: 0 8px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.pleach-nav-btn:hover {
  transform: scale(1.08);
}

.pleach-nav-btn:disabled {
  opacity: 0.25;
  cursor: not-allowed;
  transform: none;
}

.pleach-counter {
  font-size: 22px;
  font-weight: 400;
  min-width: 68px;
  text-align: center;
  color: #111111;
}

@media (max-width: 1200px) {
  .pleach-review-card {
    flex-basis: calc((100% - 36px) / 2);
  }

  .pleach-reviews-track {
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .pleach-reviews-section {
    padding: 28px 20px 38px;
  }

  .pleach-reviews-header {
    margin-bottom: 38px;
  }

  .pleach-reviews-heading {
    margin-bottom: 18px;
  }

  .pleach-reviews-track {
    gap: 22px;
  }

  .pleach-review-card {
    flex-basis: 100%;
    min-height: 380px;
    padding: 42px 28px 140px;
  }

  .pleach-review-card::before,
  .pleach-review-author {
    width: 70%;
  }

  .pleach-review-card::after {
    left: 70%;
  }

  .pleach-quote-icon {
    font-size: 84px;
  }

  .pleach-author-img-wrap {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
  }

  .pleach-author-img {
    width: 58px;
    height: 58px;
  }

  .pleach-slider-controls {
    justify-content: center;
    margin-top: 45px;
    padding-right: 0;
  }
}
