.testimonials-section {
    padding: 40px 0 80px;
}

.testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.testimonial-card {
    flex: 1 1 300px;
    max-width: 360px;
    border-top: 1px solid #E5E7EB;
    padding: 24px 4px 0;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F3E8FF;
    color: #6D28D9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.testimonial-name {
    font-weight: 700;
    color: #0F172A;
    font-size: 0.95rem;
}

.testimonial-role {
    color: #6B7280;
    font-size: 0.8rem;
}

.testimonial-stars {
    color: #FBBF24;
    font-size: 0.8rem;
    margin-bottom: 12px;
}

.testimonial-stars i {
    margin-right: 2px;
}

.testimonial-quote-icon {
    color: #F3E8FF;
    font-size: 1.5rem;
    margin-bottom: 6px;
}

.testimonial-text {
    color: #4B5563;
    font-style: italic;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}
