.testimonials{padding:80px 0;background:#fff;}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;}
.testimonial-card{background:var(--bg-light);border-radius:var(--radius);padding:26px;}
.stars{color:#facc15;margin-bottom:12px;letter-spacing:2px;}
.testimonial-card p{color:var(--text-soft);font-style:italic;margin-bottom:20px;}
.testimonial-author{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--navy);}
.avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;}
.avatar-1{background:var(--navy);}
.avatar-2{background:var(--sky);}
.avatar-3{background:#166534;}

@media (max-width:860px){.testimonials-grid{grid-template-columns:1fr;}}
