.testimonials-section {
background: #fff;
}

.testimonial {
padding: 32px 0;
border-bottom: 1px solid #d9d9d9;
}

.rating {
color: var(--gold);
font-size: 1.1rem;
letter-spacing: 2px;
margin-bottom: 12px;
}

.testimonial blockquote {
margin: 0 0 16px 0;
font-size: 1.05rem;
line-height: 1.7;
color: #444;
}

.author {
color: #666;
font-size: 0.95rem;
}

.feedback-cta {
text-align: center;
padding-top: 50px;
}

.feedback-cta h3 {
margin-bottom: 20px;
}
