.testimonials{padding:4rem 1rem;text-align:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.testimonial-card{background:white;padding:2rem;box-shadow:0 12px 20px rgba(0,0,0,.05);position:relative;display:flex;flex-direction:column;align-items:center}.testimonial-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-top:-60px;margin-bottom:1rem;border:4px solid white;box-shadow:0 0 0 4px #fdf7f3}.testimonial-stars{color:#b28863;margin-bottom:1rem;display:flex;gap:4px}.star{font-size:1.2rem}.testimonial-text{font-style:italic;font-size:.95rem;color:#444;line-height:1.6;margin-bottom:1rem}.testimonial-name{font-weight:700;color:#3d342c;font-size:1rem}