.sf-testimonials{max-width:1200px;margin:0 auto;padding:80px 20px}.sf-section-header{text-align:center;margin-bottom:48px}.sf-section-header h2{font-size:32px;font-weight:700;color:#fff;margin:0 0 12px}.sf-section-header .sf-section-desc{font-size:16px;color:#a1a1aa;margin:0}.sf-testimonials-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.sf-testimonial-card{background:#18181b;border-radius:16px;padding:28px;border:1px solid hsla(0,0%,100%,.06);transition:border-color .3s ease}.sf-testimonial-card:hover{border-color:rgba(59,130,246,.3)}.sf-testimonial-stars{color:#fbbf24;font-size:16px;letter-spacing:2px;margin-bottom:14px}.sf-testimonial-text{font-size:14px;color:#d4d4d8;line-height:1.7;font-style:italic;margin:0 0 18px}.sf-testimonial-author{display:flex;gap:12px;align-items:center}.sf-author-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg, #3b82f6, #8b5cf6);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.sf-author-name{font-size:14px;font-weight:700;color:#fff}.sf-author-role{font-size:12px;color:#71717a}@media(max-width: 768px){.sf-testimonials-grid{grid-template-columns:1fr}}