/* Estilos exclusivos da seção #experiencias. */
#experiencias .section-heading{max-width:960px;text-align:center}
#experiencias #testimonials-title{font-size:clamp(1.65rem,3.2vw,2.5rem);line-height:1.25;letter-spacing:-.025em;color:var(--navy)}
#experiencias .testimonials-subtitle{max-width:760px;margin-inline:auto;font-size:1rem}
#experiencias .testimonials-placeholder-note{max-width:760px;margin:18px auto 0;font-size:.875rem;line-height:1.6;color:#71573b}
#experiencias .student-testimonial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}
#experiencias .student-testimonial-card{min-width:0;padding:28px 23px;background:#fff;border:1px solid #e6dfd4;border-top:3px solid #c6a36b;border-radius:12px;box-shadow:0 8px 28px rgba(16,31,50,.06)}
#experiencias .student-avatar{width:72px;height:72px;aspect-ratio:1;object-fit:cover;border-radius:50%;margin:0 auto 16px;border:3px solid #f5efe5}
#experiencias .student-name{text-align:center;color:var(--navy);font-size:1.125rem;line-height:1.4;letter-spacing:0}
#experiencias .student-stars{margin:10px 0 20px;text-align:center;font-size:1.125rem;line-height:1;letter-spacing:3px;color:#a97526}
#experiencias .student-quote{margin:0;padding:0}
#experiencias .student-quote p{font-size:1rem;line-height:1.7;color:#475361;overflow-wrap:break-word}
@media(max-width:1100px){
  #experiencias .student-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
  #experiencias .student-testimonial-card{padding:28px}
}
@media(max-width:640px){
  #experiencias .student-testimonial-grid{grid-template-columns:minmax(0,1fr);gap:20px}
  #experiencias .student-testimonial-card{padding:26px 24px}
  #experiencias .student-avatar{width:68px;height:68px}
}
