.testimonial-section {
    padding: 50px 20px;
}

.testimonial-card {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #1f4f9c;
}

.testimonial-stars {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
}

.testimonial-card h2 {
    text-align: center;
    color: #1f4f9c;
    margin-bottom: 25px;
}

.testimonial-card h3 {
    text-align: center;
    color: #1f4f9c;
    margin: 25px 0 15px;
}

.testimonial-card p {
    line-height: 1.8;
    margin-bottom: 18px;
    color: #333;
}

.testimonial-card blockquote {
    font-size: 1.15rem;
    line-height: 1.8;
    font-style: italic;
    color: #233247;
    border-left: 4px solid #1f4f9c;
    padding-left: 20px;
    margin: 25px 0;
}

.testimonial-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: center;
}

.testimonial-benefits li {
    display: inline-block;
    margin: 6px 8px;
    padding: 8px 14px;
    background: #eef5ff;
    color: #1f4f9c;
    border-radius: 20px;
    font-weight: 600;
}

.testimonial-fazit {
    text-align: center;
    margin-top: 30px;
    font-size: 1.1rem;
}

.testimonial-highlight {
    background: #f8fbff;
    border-radius: 10px;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}

.testimonial-author {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: #555;
}