/* Testimonials partial — linked from pages that include partials/testimonials.php after css/geral.css. */

.testimonials { margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); }
.testimonials-title { font-size: 1.4rem; margin-bottom: 4px; color: #fff; text-align: center; }
.testimonials-subtitle { font-size: 0.85rem; color: #aaa; text-align: center; margin-bottom: 24px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.testimonial { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 20px; backdrop-filter: blur(8px); }
.testimonial blockquote { margin: 0 0 12px; padding: 0; color: #aaa; font-size: 0.9rem; line-height: 1.6; }
.testimonial blockquote::before { content: "\201C"; color: #e77817; font-size: 1.4rem; line-height: 0; }
.testimonial-stars { color: #fbbf24; font-size: 1rem; letter-spacing: 2px; margin-bottom: 10px; }
.testimonial .stars-empty { color: rgba(255,255,255,0.2); }
.testimonial-name { font-weight: 600; color: #fff; font-size: 0.95rem; }
.testimonial-role { color: #888; font-size: 0.8rem; }
.testimonial-service { display: inline-block; font-size: 0.7rem; color: #93c5fd; border: 1px solid rgba(147,197,253,0.3); border-radius: 4px; padding: 1px 8px; margin-top: 8px; }
