.feedback-page {
    padding: 8px 0 60px;
}

.feedback-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
    padding: 28px;
    border: 1px solid #dbe4f0;
    border-radius: 26px;
    background:
        radial-gradient(circle at top left, rgba(87, 104, 239, 0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    box-shadow: 0 18px 44px rgba(23, 34, 84, 0.06);
}

.feedback-page__hero-title {
    margin: 0 0 12px;
    color: #18253f;
    font-size: 26px;
    line-height: 1.08;
    font-weight: 800;
}

.feedback-page__lead {
    max-width: 760px;
    margin: 0;
    color: #5b6782;
    font-size: 14px;
    line-height: 1.7;
}

.feedback-page__hero-aside {
    display: flex;
    align-items: stretch;
}

.feedback-page__hero-aside .productfull__yandex-review {
    width: 100%;
    padding: 22px;
    border: 1px solid #dbe4f0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 34, 84, 0.05);
}

.feedback-page__hero-aside .yandex-reviews {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
}

.feedback-page__hero-aside .yandex-reviews__main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feedback-page__hero-aside .yandex-reviews__logo img {
    display: block;
    max-width: 136px;
    width: 100%;
    height: auto;
}

.feedback-page__hero-aside .yandex-reviews__rate {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #132033;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.feedback-page__hero-aside .yandex-reviews__rate-list {
    display: flex;
    align-items: center;
    gap: 4px;
}

.feedback-page__hero-aside .yandex-reviews__btn .btn._wide._yellow {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    background: #f6c21a;
    color: #132033;
    border: 0;
    box-shadow: 0 14px 28px rgba(246, 194, 26, 0.22);
}

.feedback-page__hero-aside .yandex-reviews__btn .btn._wide._yellow:hover,
.feedback-page__hero-aside .yandex-reviews__btn .btn._wide._yellow:focus {
    background: #ffcf2e;
    color: #132033;
}

.feedback-page__body {
    margin-top: 24px;
}

.feedback-page__content {
    padding: 28px;
    border: 1px solid #dbe4f0;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(23, 34, 84, 0.05);
}

.feedback-page__section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.feedback-page__section-title {
    margin: 0;
    color: #18253f;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
}

.feedback-page__section-subtitle {
    margin: 8px 0 0;
    color: #66738d;
    font-size: 14px;
    line-height: 1.6;
}

.feedback-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.feedback-page__card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid #e1e8f5;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(87, 104, 239, 0.03) 0%, rgba(87, 104, 239, 0.01) 100%),
        #fff;
    box-shadow: 0 12px 28px rgba(23, 34, 84, 0.04);
}

.feedback-page__card-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feedback-page__avatar {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, #5768ef 0%, #7d8bff 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(87, 104, 239, 0.24);
}

.feedback-page__author {
    color: #18253f;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.feedback-page__date {
    margin-top: 4px;
    color: #6a7690;
    font-size: 14px;
}

.feedback-page__rating {
    display: inline-flex;
    gap: 4px;
    color: #f7b500;
    font-size: 15px;
}

.feedback-page__text,
.feedback-page__reply-text {
    color: #33415f;
    font-size: 14px;
    line-height: 1.7;
}

.feedback-page__text p,
.feedback-page__reply-text p {
    margin: 0 0 10px;
}

.feedback-page__text p:last-child,
.feedback-page__reply-text p:last-child {
    margin-bottom: 0;
}

.feedback-page__reply {
    padding: 16px 18px;
    border-left: 4px solid #5768ef;
    border-radius: 18px;
    background: #f6f8ff;
}

.feedback-page__reply-kicker {
    margin-bottom: 8px;
    color: #5768ef;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.feedback-page__empty {
    padding: 28px;
    border: 1px dashed #cfd8ea;
    border-radius: 22px;
    color: #66738d;
    font-size: 14px;
    background: #fbfcff;
}

.feedback-page__pager {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.feedback-page__results {
    color: #66738d;
    font-size: 14px;
    line-height: 1.5;
}

.feedback-page__pagination .pagination {
    margin: 0;
}

.feedback-page__pagination .pagination > li > a,
.feedback-page__pagination .pagination > li > span {
    border-color: #dbe4f0;
    color: #33415f;
}

.feedback-page__pagination .pagination > li > a:hover,
.feedback-page__pagination .pagination > li > span:hover,
.feedback-page__pagination .pagination > li > a:focus,
.feedback-page__pagination .pagination > li > span:focus {
    background: #fff;
    color: #132033;
    border-color: #c9d4e7;
}

.feedback-page__pagination .pagination > .active > span,
.feedback-page__pagination .pagination > .active > span:hover,
.feedback-page__pagination .pagination > .active > a,
.feedback-page__pagination .pagination > .active > a:hover {
    background: #4B64EB;
    border-color: #4B64EB;
    color: #fff;
}

@media (max-width: 1100px) {
    .feedback-page__hero,
    .feedback-page__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .feedback-page {
        padding-bottom: 60px;
    }

    .feedback-page__hero,
    .feedback-page__content {
        padding: 18px;
        border-radius: 20px;
    }

    .feedback-page__section-head {
        flex-direction: column;
    }

    .feedback-page__card {
        padding: 18px;
    }

    .feedback-page__pager {
        flex-direction: column;
        align-items: flex-start;
    }
}
