.depoimentos-bg { padding: 56px 0 80px; background: #f9f9f9; }
.depoimentos-titulo { font: 700 32px / 1 titillium; color: var(--cor2); text-align: center; margin: 0 0 40px; }

.depoimentos .splide { position: relative; padding: 0 48px; }
.depoimentos .splide__arrow { background: var(--cor1) !important; width: 40px; height: 40px; opacity: 1 !important; border-radius: 0; }
.depoimentos .splide__arrow--prev { left: 0; }
.depoimentos .splide__arrow--next { right: 0; }
.depoimentos .splide__arrow svg { width: 16px; height: 16px; }
.depoimentos .splide__arrow svg * { fill: var(--branco); }

.depoimento-card {
    background: var(--branco); border: 1px solid var(--cor1); padding: 24px;
    height: 100%; box-sizing: border-box; display: flex; flex-direction: column; gap: 16px;
}
.depoimento-card-topo { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.depoimento-autor { display: flex; align-items: center; gap: 12px; min-width: 0; }
.depoimento-foto { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; overflow: hidden; background: #eee; }
.depoimento-foto img { display: block; width: 100%; height: 100%; object-fit: cover; }
.depoimento-nome { margin: 0 0 4px; font: 700 15px titillium; color: var(--cor2); }
.depoimento-estrelas { color: #f5a623; font-size: 14px; letter-spacing: 1px; line-height: 1; }
.depoimento-google {}
.depoimento-texto { margin: 0; font: 15px/1.6 titillium; color: var(--cinza); display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

@media(max-width: 990px){
    .depoimentos-titulo { font-size: clamp(20px, 3.5vw, 28px); }
}

@media (max-width: 640px) {
    .depoimentos .splide { padding: 0 36px; }
}
