.luxury-testimonials-section,
.testimonial-section {
    padding: 84px 0;
    background: #0f0f0f;
    color: #f7f2eb;
}

.luxury-testimonials-section .section-intro,
.testimonial-section .section-intro {
    max-width: 840px;
    margin: 0 auto 46px;
    text-align: center;
}

.luxury-testimonials-section .section-heading,
.testimonial-section .section-heading {
    font-size: clamp(2rem, 2.5vw, 3.2rem);
    margin-bottom: 18px;
}

.luxury-testimonials-section .section-copy,
.testimonial-section .section-copy {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(247, 242, 235, 0.82);
    line-height: 1.9;
}

.luxury-testimonials-section .testimonial-grid,
.testimonial-section .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
}

.luxury-testimonials-section .testimonial-card,
.testimonial-section .testimonial-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    padding: 32px;
    min-height: 320px;
}

.luxury-testimonials-section .testimonial-card blockquote,
.testimonial-section .testimonial-card blockquote {
    color: rgba(247, 242, 235, 0.9);
    font-size: 1.05rem;
    line-height: 1.95;
    margin-bottom: 24px;
}

.luxury-testimonials-section .testimonial-author,
.testimonial-section .testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.luxury-testimonials-section .testimonial-author img,
.testimonial-section .testimonial-author img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.luxury-testimonials-section .testimonial-author strong,
.testimonial-section .testimonial-author strong {
    display: block;
    font-size: 1rem;
    color: #ffffff;
}

.luxury-testimonials-section .testimonial-author span,
.testimonial-section .testimonial-author span {
    color: rgba(247, 242, 235, 0.72);
    font-size: 0.95rem;
}
