.reviews-section{padding:var(--space-10) 0;background:var(--stone-50)}.reviews-summary{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-7);padding:var(--space-5) var(--space-6);background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--stone-200);flex-wrap:wrap;display:flex}.reviews-summary__rating{align-items:center;gap:var(--space-3);display:flex}.reviews-summary__score{font-family:var(--font-display);color:var(--navy-800);font-size:2.2rem;font-weight:700;line-height:1}.reviews-summary__stars{align-items:center;gap:1px;display:flex}.reviews-summary__count{color:var(--stone-500);font-size:.85rem}.reviews-summary__google{align-items:center;gap:var(--space-2);color:var(--stone-500);font-size:.8rem;text-decoration:none;transition:opacity .2s;display:flex}.reviews-summary__google:hover{opacity:.7}.reviews-summary__google img{width:auto;height:18px}.reviews-grid{gap:var(--space-5);margin-bottom:var(--space-7);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.review-card{padding:var(--space-5);gap:var(--space-3);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex}.review-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.review-card__header{align-items:center;gap:var(--space-3);display:flex}.review-card__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.review-card__avatar--placeholder{background:var(--navy-100);color:var(--navy-700);justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.review-card__author{flex-direction:column;display:flex}.review-card__author strong{color:var(--navy-800);font-size:.88rem}.review-card__author span{color:var(--stone-500);font-size:.75rem}.review-card__stars{align-items:center;gap:1px;display:flex}.review-card__text{color:var(--stone-600);flex:1;margin:0;font-size:.88rem;line-height:1.55}.star-half-wrap{display:inline-flex;position:relative}.star-half-fill{width:50%;position:absolute;top:0;left:0;overflow:hidden}.reviews-actions{justify-content:center;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.reviews-actions .btn{align-items:center;gap:var(--space-2);display:inline-flex}.reviews-cta-only{text-align:center;padding:var(--space-7) 0}.reviews-cta-only .btn{align-items:center;gap:var(--space-2);display:inline-flex}.reviews-cta-only .btn img{width:16px;height:16px}.reviews-attribution{justify-content:center;align-items:center;gap:var(--space-2);margin-top:var(--space-5);color:var(--stone-500);font-size:.72rem;display:flex}.reviews-attribution img{width:auto;height:14px}@media (width<=600px){.reviews-grid{grid-template-columns:1fr}.reviews-summary{flex-direction:column;align-items:flex-start}.reviews-summary__score{font-size:1.8rem}.reviews-actions{flex-direction:column}.reviews-actions .btn{justify-content:center;width:100%}}
