/* =========================================================
   DEPOIMENTOS
========================================================= */

.depoimentos {
  padding-top: 180px;
  background: #ffff;
}

/* Alinhado a .section-tag do index */
.section-tag {
  font-size: 13px;
  letter-spacing: 3px;
  color: #7a7a7a;
}

/* ========= 1 — Depoimentos - Elfsight Google Reviews ========= */

.reviews-section {
  background: #f8f6fb;
  border-radius: 20px;
  max-width: 100%;
  margin: 0 auto;
  transform: scale(0.9);
  transform-origin: top center;
  overflow: hidden;
}

.reviews-section .elfsight-app-c2abfc56-efe2-428a-932e-7b066b75bfb9 {
  max-width: 1000px !important;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .reviews-section {
    max-width: 100%;
    width: 100%;
  }

}

/* ========= 2 — Clientes (carrossel automático) ========= */
.sobre-clientes {
  padding: 80px 0 72px;
  background: #ffffff;
  overflow: hidden;
}

.clientes-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #b59ac9;
  margin-bottom: 40px;
}

.clientes-carousel {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}

.clientes-track {
  display: flex;
  width: max-content;
  gap: 24px;
  padding: 8px 0 24px;
  animation: clientes-marquee 50s linear infinite;
}

.clientes-carousel:hover .clientes-track {
  animation-play-state: paused;
}

@keyframes clientes-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .clientes-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 8%;
  }
}

.cliente-logo {
  flex: 0 0 auto;
  width: 140px;
  height: 88px;
  padding: 14px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e7d0e6;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(207, 177, 209, 0.12);
}

.cliente-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ========= Responsivo ========= */
@media (max-width: 900px) {
  .depoimentos-lider-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .depoimentos-lider-copy {
    text-align: center;
  }

  .lider-credentials li {
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .depoimentos-onde-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .depoimentos-intro {
    padding: 130px 6% 72px;
  }

  .depoimentos-intro-text {
    font-size: 15px;
  }

  .depoimentos-lider {
    padding: 72px 6%;
  }

  .depoimentos-lider-card-face {
    padding: 40px 24px 32px;
  }

  .depoimentos-valores {
    padding: 72px 6%;
  }

  .depoimentos-valores-title {
    font-size: 32px;
    margin-bottom: 36px;
  }

  .depoimentos-valores-grid {
    gap: 24px;
  }

  .depoimentos-cliente-logo {
    width: 120px;
    height: 76px;
  }

  .depoimentos-onde {
    padding: 40px 6% 48px;
  }

  .depoimentos-onde-title {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
