.reviews-wrapper { width: 100%; padding: 50px 20px; background: #f4f1eb; color: #202020; }
.reviews-wrapper__inner { width: 100%; max-width: 1000px; margin: 0 auto; }
.reviews-wrapper h2 { margin: 0 0 25px; color: #202020; font-size: 32px; text-align: center; }
.review-summary { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 28px; }
.review-summary__score { font-size: 42px; font-weight: 700; line-height: 1; }
.review-summary__stars, .review-card__stars { color: #d89b20; font-size: 23px; letter-spacing: 2px; }
.review-summary__count { color: #666; }
.review-empty { padding: 22px; border: 1px dashed #b7afa2; border-radius: 8px; color: #625b52; text-align: center; }
.review-list { display: grid; gap: 16px; margin: 25px 0 35px; }
.review-card { padding: 22px 24px; background: #fff; border: 1px solid #ded9d0; border-radius: 10px; box-shadow: 0 3px 12px rgba(0, 0, 0, .06); }
.review-card__header { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.review-card__meta { color: #686868; font-size: 14px; text-align: right; }
.review-card h3 { margin: 15px 0 7px; font-size: 20px; }
.review-card p { margin: 0; color: #333; font-size: 16px; line-height: 1.65; white-space: pre-wrap; }
.review-form { max-width: 720px; margin: 35px auto 0; padding: 28px; background: #252525; border-radius: 12px; color: #fff; }
.review-form h3 { margin: 0 0 20px; font-size: 24px; }
.review-form label { display: block; margin: 17px 0 7px; font-weight: 700; }
.review-form input[type="text"], .review-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #777; border-radius: 6px; background: #fff; color: #111; font: inherit; }
.review-form textarea { min-height: 130px; resize: vertical; }
.review-rating { display: flex; gap: 3px; }
.review-rating button { margin: 0; padding: 2px; color: #aaa; font-size: 36px; cursor: pointer; }
.review-rating button:hover, .review-rating button:focus, .review-rating button.is-active { color: #f1b83b; }
.review-rating button:focus { outline: 2px solid #fff; outline-offset: 2px; }
.review-form__submit { margin: 20px 0 0; padding: 12px 22px; border-radius: 6px; background: #d9a441; color: #151515; font-weight: 700; cursor: pointer; }
.review-form__submit:disabled { cursor: wait; opacity: .6; }
.review-form__status { min-height: 22px; margin: 14px 0 0; color: #bde4bd; }
.review-form__status--error { color: #ffb6b6; }
.review-login { margin: 30px auto 0; text-align: center; }
.review-login a { display: inline-block; padding: 12px 20px; border-radius: 6px; background: #252525; color: #fff; font-weight: 700; }
@media (max-width: 600px) {
    .reviews-wrapper { padding: 38px 14px; }
    .review-summary, .review-card__header { align-items: flex-start; flex-direction: column; }
    .review-card__meta { text-align: left; }
    .review-form { padding: 22px 18px; }
}
