/* PAE Testimonial Slider */
.pae-testimonial-wrap { position: relative; padding-bottom: 48px; }
.pae-testimonial-slider.swiper { overflow: hidden; }
.swiper-wrapper { display: flex; }
.pae-tcard {
  background: #fff; border-radius: 14px; padding: 32px;
  height: 100%; display: flex; flex-direction: column; gap: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06); box-sizing: border-box;
}
.pae-tcard-quote-icon { width: 36px; height: 28px; opacity: 0.25; flex-shrink: 0; }
.pae-tcard-quote { font-size: 15px; line-height: 1.75; color: #374151; margin: 0; font-style: italic; flex: 1; }
.pae-tcard-rating { display: flex; gap: 2px; }
.pae-star { font-size: 17px; color: #d1d5db; }
.pae-star-filled { color: #f59e0b; }
.pae-tcard-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.pae-tcard-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; display: block; }
.pae-tcard-author-info { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.pae-tcard-name { font-size: 14px; font-weight: 700; color: #1e1e2e; }
.pae-tcard-role { font-size: 12px; color: #64748b; }
.pae-tcard-logo { height: 24px; width: auto; opacity: 0.45; margin-left: auto; }
