.rv-section{background:var(--rv-bg);padding:64px 0;}
.rv-heading{text-align:center;font-size:clamp(26px,3vw,36px);font-weight:600;margin:0 0 40px;}
.rv-summary{display:flex;gap:48px;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:48px;padding-bottom:40px;border-bottom:1px solid #EEEDE9;}
.rv-score{text-align:center;}
.rv-score-number{font-size:56px;font-weight:700;display:block;line-height:1;}
.rv-stars{display:flex;gap:2px;justify-content:center;margin:8px 0;}
.rv-stars svg{width:16px;height:16px;fill:#E0DED8;}
.rv-stars svg.is-filled{fill:#E6B800;}
.rv-total{font-size:13px;color:#8A8A85;}
.rv-bars{display:flex;flex-direction:column;gap:6px;min-width:260px;}
.rv-bar-row{display:grid;grid-template-columns:32px 1fr 36px;align-items:center;gap:10px;font-size:12.5px;color:#6B6B66;}
.rv-bar-track{height:8px;background:#EEEDE9;border-radius:999px;overflow:hidden;}
.rv-bar-fill{height:100%;background:#E6B800;}
.rv-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;}
.rv-item{background:#FAF9F6;border-radius:14px;padding:20px;}
.rv-item-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px;}
.rv-item-head strong{font-size:14px;}
.rv-verified{font-size:12px;color:var(--rv-accent);}
.rv-comment{font-size:14px;color:#3A3A36;line-height:1.55;margin:0 0 10px;}
.rv-photo img{width:64px;height:64px;border-radius:8px;object-fit:cover;}
