/* ================================================================
   VELO.LAW® — DEPOIMENTOS (#depoimentos)
   Google Reviews Swiper, layout split, cards, navegação
   Testimonials antigos: ocultos temporariamente
   ================================================================ */

/* ── Testimonials antigos: ocultos ── */
.wpr-testimonials-area {
  display: none !important;
}
.wpr-testimonials-area .testimonials-content {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.wpr-testimonials-area .wpr-testimonials-inner {
  min-height: unset !important;
}

/* ── Google Reviews: layout split (esquerda texto, direita swiper) ── */
.velo-google-reviews .section-inner {
  padding: 50px 48px;
}
.velo-gr-layout {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.velo-gr-left {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 4px;
}
.velo-gr-left .sub-title {
  font-size: 11px !important;
  margin-bottom: 0;
}
.velo-gr-left .section-title {
  font-size: clamp(22px, 2.4vw, 34px) !important;
  margin-bottom: 0;
}
.velo-gr-arrows {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.velo-gr-right {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

/* ── Swiper ── */
.velo-gr-swiper {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.velo-gr-swiper .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* ── Cards ── */
.velo-gr-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 1px 8px rgba(0,0,0,.05);
  transition: box-shadow .2s;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.velo-gr-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
.velo-gr-card p,
.velo-gr-card span {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  max-width: 100% !important;
}
.velo-gr-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.velo-gr-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.velo-gr-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.velo-gr-info strong {
  font-size: 14px;
  font-weight: 600;
  color: #0B0B0B;
}
.velo-gr-info span {
  font-size: 12px;
  color: #5f6368;
}
.velo-gr-gicon {
  flex-shrink: 0;
  opacity: .7;
}
.velo-gr-stars-sm {
  color: #FBBC05;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
}
.velo-gr-text {
  font-size: 14px;
  line-height: 1.65;
  color: #444;
  flex: 1;
}

/* ── Navegação ── */
.velo-gr-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.velo-gr-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #0B0B0B;
  transition: all .2s;
}
.velo-gr-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.velo-gr-pagination .swiper-pagination-bullet {
  background: rgba(0,0,0,.2);
  opacity: 1;
}
.velo-gr-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
  transform: scale(1.2);
}

/* ── Footer CTA do bloco reviews ── */
.velo-gr-footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(0,0,0,.07);
}
.velo-gr-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #3c4043;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 100px;
  padding: 10px 20px;
  transition: all .2s;
}
.velo-gr-cta:hover {
  border-color: #4285F4;
  color: #4285F4;
  box-shadow: 0 2px 12px rgba(66,133,244,.15);
}

/* ── Mobile ── */
@media (max-width: 767.98px) {
  .velo-google-reviews .section-inner {
    padding: 40px 20px;
  }
  .velo-gr-layout {
    flex-direction: column;
    gap: 32px;
  }
  .velo-gr-left {
    flex: unset;
    width: 100%;
  }
  .velo-gr-left .section-title {
    font-size: clamp(22px, 6vw, 34px) !important;
  }
  /* Reviews section inner: padding lateral */
  .velo-google-reviews .section-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* Testimonials mobile */
  .testimonials-content {
    padding: 32px 20px !important;
  }
}
