/* ---------- REVIEWS ---------- */
.reviews { padding: 150px 0;
    background-color: #fafbfe; }
.reviews__head { text-align: center; margin-bottom: 36px; }
.reviews__head h2 { font-size: 36px; line-height: 1.25; margin: 0 0 10px; color:#0e1b3d; }
.reviews__head p { max-width: 760px; margin: 0 auto; color:#536075; }

.rev-slider { position: relative; overflow: hidden; }
.rev-track  { display: flex; will-change: transform; }

.rev { min-width: 100%; padding: 32px 28px 20px;     text-align: center;}
.rev__text {
  position: relative;
  font-size: 28px;
  line-height: 1.5;
  color:#0e1b3d;
  margin: 0 0 26px;
}
.rev__text::before{
  content: "“";
  position: absolute;
  left: 70px;
  top: -90px;
  font-size: 240px; line-height: 1;
  color: #ffd166; opacity: .35;
  z-index: -1;
  pointer-events: none;
}

.rev__author{ display: flex; align-items: center; gap:14px;justify-content: center; }


.rev__author img{
  width: 100px;
    height: 100px;
    flex: 0 0 100px; border-radius: 50%;
  border: 5px solid #fff;
}

.rev__who{
  text-align: center;        /* <-- подпись тоже по центру */
}

.rev__who strong{ display:block; color:#0e1b3d; font-weight:700; font-size: 22px; }
.rev__who span{ color:#6b778c; font-size:14px; }

/* dots */
.rev-dots{
  display:flex; justify-content:center; gap:10px;
  margin-top:18px; user-select:none; height: 12px;

}
.rev-dots button{
  width:8px; height:8px; border-radius:50%;
  background:#cfd6e3; border:0; padding:0; cursor:pointer;
  transition:transform .2s ease, background .2s ease;
}
.rev-dots button.is-active{ background:#ffb11b; transform:scale(1.35); }

/* адаптив */
@media (max-width: 900px){
  .rev__text{ font-size:22px; }
}
@media (max-width: 560px){
  .reviews{ padding: 46px 0 64px; }
  .rev__text{ font-size:20px; }
  .reviews__head h2{ font-size:28px; }
}
