.section-reviews{background:var(--bgSection,#f9f7f4);padding:4rem 1rem}.section-reviews-header{text-align:center;margin-bottom:2.5rem}.section-reviews-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:inline-block}.section-reviews-title{font-family:var(--font-title);color:var(--text);margin-bottom:.75rem;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700}.section-reviews-subtitle{color:var(--textSecondary);max-width:520px;margin:0 auto;font-size:1rem;line-height:1.6}.section-reviews-loading{justify-content:center;padding:3rem 0;display:flex}.section-reviews-grid{grid-template-columns:1fr;gap:1.25rem;max-width:1200px;margin:0 auto;list-style:none;display:grid}.review-card{background:#fff;border-radius:16px;flex-direction:column;gap:.85rem;padding:1.5rem;display:flex;box-shadow:0 2px 12px #00000012}.review-card-stars{gap:3px;display:flex}.star-filled{color:var(--accent);fill:var(--accent)}.star-empty{color:#d1ccc5;fill:#d1ccc5}.review-card-text{color:var(--text);flex:1;font-size:.95rem;font-style:italic;line-height:1.65}.review-card-author{align-items:center;gap:.6rem;margin-top:auto;display:flex}.review-card-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.review-card-avatar-placeholder{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.review-card-name{color:var(--text);font-size:.88rem;font-weight:600}@media (min-width:640px){.section-reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.section-reviews{padding:5rem 4rem}.section-reviews-grid{grid-template-columns:repeat(3,1fr)}}
