.nb-reviews-page {
    background: #f6f3ed;
    color: #202a28;
    min-height: 70vh;
    padding: 48px 0 80px;
}

.nb-reviews-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.nb-reviews-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: #315b54;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.nb-reviews-hero,
.nb-review-form-card,
.nb-reviews-list {
    border: 1px solid #e5e1d9;
    background: #fff;
}

.nb-reviews-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 32px;
    padding: clamp(28px, 5vw, 54px);
    border-top: 5px solid #315b54;
}

.nb-review-kicker {
    margin: 0 0 12px;
    color: #d66b31;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nb-reviews-title {
    margin: 0 0 12px;
    color: #202a28;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 400;
    line-height: 1.08;
}

.nb-reviews-copy {
    max-width: 680px;
    margin: 0;
    color: #68736f;
    font-size: 16px;
    line-height: 1.7;
}

.nb-review-book {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px;
    background: #f6f3ed;
}

.nb-review-book img {
    width: 76px;
    height: 104px;
    object-fit: contain;
    background: #fff;
}

.nb-review-book strong,
.nb-review-book span {
    display: block;
}

.nb-review-book strong { color: #202a28; line-height: 1.35; }
.nb-review-book span { margin-top: 5px; color: #68736f; font-size: 13px; }

.nb-review-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 24px;
    margin-top: 24px;
}

.nb-review-form-card,
.nb-reviews-list { padding: clamp(24px, 4vw, 38px); }

.nb-review-form-card h2,
.nb-reviews-list h2 {
    margin: 0 0 8px;
    color: #202a28;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
}

.nb-review-form-card > p { color: #68736f; line-height: 1.65; }

.nb-review-field { margin-top: 22px; }
.nb-review-field label,
.nb-review-field legend {
    display: block;
    margin: 0 0 8px;
    color: #202a28;
    font-size: 13px;
    font-weight: 900;
}

.nb-review-field input[type="email"],
.nb-review-field input[type="text"],
.nb-review-field textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #cfcac0;
    border-radius: 0;
    background: #fff;
    color: #202a28;
    font: inherit;
    box-sizing: border-box;
}

.nb-review-field input:focus,
.nb-review-field textarea:focus {
    border-color: #315b54;
    outline: 3px solid rgba(49, 91, 84, .13);
}

.nb-review-stars {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 5px;
    border: 0;
    padding: 0;
}

.nb-review-stars input { position: absolute; opacity: 0; }
.nb-review-stars label { margin: 0; color: #cfcac0; cursor: pointer; font-size: 31px; line-height: 1; }
.nb-review-stars label:hover,
.nb-review-stars label:hover ~ label,
.nb-review-stars input:checked ~ label { color: #fe8642; }

.nb-review-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    background: #315b54;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    cursor: pointer;
}

.nb-review-button--secondary { background: #202a28; }
.nb-review-help { margin-top: 10px; color: #7a8480; font-size: 12px; }

.nb-review-alert { margin: 0 0 18px; padding: 13px 15px; border-left: 4px solid #315b54; background: #eef4f0; color: #315b54; }
.nb-review-alert--error { border-color: #b43b35; background: #fff0ee; color: #8f2e29; }

.nb-rating-summary { display: flex; align-items: center; gap: 18px; margin: 20px 0; }
.nb-rating-score { color: #202a28; font-family: Georgia, serif; font-size: 48px; line-height: 1; }
.nb-rating-stars { color: #fe8642; letter-spacing: 2px; }
.nb-rating-count { display: block; margin-top: 3px; color: #68736f; font-size: 13px; }

.nb-rating-row { display: grid; grid-template-columns: 54px 1fr 28px; align-items: center; gap: 10px; margin: 10px 0; color: #68736f; font-size: 12px; }
.nb-rating-track { height: 6px; background: #e9e5de; overflow: hidden; }
.nb-rating-fill { height: 100%; background: #fe8642; }

.nb-review-item { padding: 24px 0; border-top: 1px solid #e5e1d9; }
.nb-review-item:first-of-type { border-top: 0; }
.nb-review-item h3 { margin: 7px 0 8px; color: #202a28; font-size: 18px; }
.nb-review-item p { margin: 0 0 10px; color: #4d5955; line-height: 1.7; }
.nb-review-meta { color: #7a8480; font-size: 12px; }
.nb-verified-badge { display: inline-block; margin-left: 7px; padding: 3px 7px; background: #eef4f0; color: #315b54; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }

.nb-review-inline { color: #202a28; }
.nb-review-inline .nb-review-grid { grid-template-columns: minmax(0, 1fr) minmax(230px, 310px); }

@media (max-width: 760px) {
    .nb-reviews-page { padding-top: 28px; }
    .nb-reviews-hero,
    .nb-review-grid,
    .nb-review-inline .nb-review-grid { grid-template-columns: 1fr; }
    .nb-reviews-wrap { width: min(100% - 24px, 1120px); }
}
