/* DiconoDiNoi.aspx CSS - Testimonials */
.page-hero { padding: 120px 0 80px; text-align: center; background: linear-gradient(180deg, #f5f5f7 0%, #ffffff 100%); }
.testimonials-section { padding: 80px 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; margin-top: 60px; }
.testimonial-card { background: var(--apple-white); padding: 40px; border-radius: 18px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); }
.testimonial-rating { color: #ffb340; font-size: 20px; margin-bottom: 16px; }
.testimonial-text { font-size: 17px; line-height: 1.47059; color: var(--apple-black); margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 16px; padding-top: 24px; border-top: 1px solid var(--apple-border); }
.author-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--apple-blue), #00c4b3); color: white; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 600; }
.author-info h4 { font-size: 17px; margin-bottom: 4px; }
.author-info p { font-size: 14px; color: var(--apple-gray); }
@media (max-width: 734px) { .testimonials-grid { grid-template-columns: 1fr; } }
