.dyw-depoimentos-wrapper{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#fff;
  text-align:center;
}

.dyw-depoimentos-title-small{
  font-size:22px;
  font-weight:600;
  letter-spacing:1px;
  margin:0;
  opacity:.9;
}

.dyw-depoimentos-title-main{
  font-size:64px;
  font-weight:900;
  line-height:1;
  margin:6px 0 20px;
}

.dyw-depoimentos-dots{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-bottom:36px;
}

.dyw-depoimentos-dots span{
  display:grid;
  grid-template-columns:repeat(4,6px);
  gap:6px;
}

.dyw-depoimentos-dots i{
  width:6px;
  height:6px;
  background:#2fa4ff;
  border-radius:50%;
  display:block;
}

/* Slider */
.dyw-depoimentos-slider{
  position:relative;
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:54px 1fr 54px;
  align-items:center;
  gap:18px;
}

.dyw-depoimentos-viewport{ overflow:hidden; }

.dyw-depoimentos-track{
  display:flex;
  gap:18px;
  transform:translateX(0);
  transition:transform .45s ease;
  will-change:transform;
}

/* Card */
.dyw-depoimento-card{
  position:relative;
  background:#000;
  overflow:hidden;
  aspect-ratio:16/9;
  flex:0 0 calc((100% - (18px * 2)) / 3);
  cursor:pointer;
  border-radius:10px;
}

.dyw-depoimento-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.dyw-play-btn{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:60px;
  color:#fff;
  background:rgba(0,0,0,.25);
  pointer-events:none;
}

/* Setas */
.dyw-arrow{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fff;
  color:#0b5ed7;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:900;
  cursor:pointer;
  user-select:none;
  transition:transform .15s ease, opacity .15s ease;
  border:none;
}

.dyw-arrow:active{ transform:scale(.96); }
.dyw-arrow[disabled]{ opacity:.45; cursor:not-allowed; }

/* Modal */
.dyw-depoimentos-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.75);
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  z-index:99999;
}

.dyw-depoimentos-modal.is-open{ display:flex; }

.dyw-depoimentos-modal-inner{
  width:min(960px, 100%);
  aspect-ratio:16/9;
  background:#000;
  border-radius:14px;
  overflow:hidden;
  position:relative;
  box-shadow:0 18px 60px rgba(0,0,0,.5);
}

.dyw-depoimentos-modal-close{
  position:absolute;
  top:10px;
  right:10px;
  width:40px;
  height:40px;
  border-radius:999px;
  border:none;
  background:rgba(255,255,255,.92);
  color:#000;
  font-size:20px;
  font-weight:900;
  cursor:pointer;
  z-index:2;
}

.dyw-depoimentos-modal iframe{
  width:100%;
  height:100%;
  border:0;
}

@media (max-width:900px){
  .dyw-depoimentos-title-main{ font-size:44px; }
}

@media (max-width:767px){
  .dyw-depoimentos-slider{
    grid-template-columns:44px 1fr 44px;
    gap:10px;
  }
  .dyw-depoimento-card{ flex:0 0 100%; }
  .dyw-arrow{ width:38px; height:38px; }
}
