.fcnc-reviews-empty {
    text-align: center;
    padding: 32px;
    color: #7a7f92;
    border: 1px dashed #e0e3f3;
    border-radius: 16px;
    background: #fdfdff;
}

/* Карточка отзыва - новый компактный дизайн */
.fcnc-review-card {
    border: 1px solid #eef0fb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(22, 62, 145, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.fcnc-review-card:hover {
    box-shadow: 0 8px 24px rgba(22, 62, 145, 0.12);
    transform: translateY(-2px);
}

/* Header - рейтинг слева, бейдж "Рекомендую" справа */
.fcnc-review-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 16px;
}

.fcnc-review-card__left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

/* Квадрат с рейтингом */
.fcnc-review-card__rating-badge {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(118, 75, 162, 0.25);
}

/* Мета-информация */
.fcnc-review-card__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fcnc-review-card__rating {
    font-size: 16px;
    color: #f5b318;
    line-height: 1;
}

.fcnc-review-card__info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7196;
}

.fcnc-review-card__author {
    font-weight: 600;
    color: #2f3358;
}

.fcnc-review-card__separator {
    color: #d0d4eb;
}

.fcnc-review-card__date {
    color: #8186b2;
}

/* Бейдж "Рекомендую" в правом верхнем углу */
.fcnc-review-card__recommend {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.fcnc-review-card__recommend i {
    font-size: 14px;
}

/* Рекомендую - зелёный */
.fcnc-review-card__recommend--yes {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* НЕ рекомендую - красный/оранжевый */
.fcnc-review-card__recommend--no {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Тело карточки */
.fcnc-review-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fcnc-review-card__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #2f2c60;
    line-height: 1.4;
}

.fcnc-review-card__text {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4f68;
}

/* Достоинства/Недостатки inline */
.fcnc-review-card__highlights {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0f2f8;
}

.fcnc-review-highlight {
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    gap: 6px;
}

.fcnc-review-highlight strong {
    font-weight: 700;
    flex-shrink: 0;
}

.fcnc-review-highlight--pros strong {
    color: #1e7f51;
}

.fcnc-review-highlight--cons strong {
    color: #b25d1b;
}

.fcnc-review-highlight span {
    color: #4a4f68;
}

/* Кнопка "Читать полностью" */
.fcnc-review-card__expand {
    align-self: flex-end;
    background: transparent;
    border: none;
    color: #667eea;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.fcnc-review-card__expand:hover {
    color: #764ba2;
    text-decoration: underline;
}

.fcnc-reviews-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fcnc-reviews-header {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    border: 1px solid #ecefff;
    border-radius: 22px;
    background: linear-gradient(89deg, rgb(102 126 234 / 17%), #f5f5fc);
    box-shadow: 0px 9px 5px 3px rgb(102 126 234 / 8%);
}

.fcnc-reviews-summary {
    display: flex;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
}

.fcnc-reviews-eyebrow {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8186b2;
}

.fcnc-reviews-score {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.95);
}

.fcnc-reviews-score__badge {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 12px 24px rgba(118, 75, 162, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fcnc-reviews-score__badge-value {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.fcnc-reviews-score__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.fcnc-reviews-score__value {
    font-size: 44px;
    font-weight: 700;
    color: #2f2c60;
    line-height: 1;
}

.fcnc-reviews-score__total {
    font-size: 14px;
    color: #6b7196;
}

.fcnc-reviews-score__ratio {
    font-size: 14px;
    color: #6b7196;
}

.fcnc-reviews-score__ratio strong {
    color: #1fb671;
    margin-left: 4px;
}

/* Блок счётчиков преимуществ/недостатков */
.fcnc-reviews-highlights {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.fcnc-reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.fcnc-reviews-badge:hover {
    transform: translateY(-2px);
}

/* Преимущества - зелёный */
.fcnc-reviews-badge--pros {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Недостатки - жёлтый/оранжевый */
.fcnc-reviews-badge--cons {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    color: #856404;
    border: 1px solid #ffeaa7;
}

.fcnc-reviews-distribution {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fcnc-reviews-distribution__row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #6b7196;
}

.fcnc-reviews-bar {
    flex: 1;
    height: 8px;
    border-radius: 999px;
    background: rgba(102, 126, 234, 0.2);
    overflow: hidden;
}

.fcnc-reviews-bar__fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.fcnc-reviews-cta {
    text-align: center;
}

.fcnc-reviews-cta .fcnc-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0px rgb(102 126 234 / 15%);
}

.fcnc-reviews-info {
    color: #7a7f92;
    font-size: 14px;
}

.fcnc-review-form {
    border: 1px solid #ecefff;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(18, 32, 82, 0.05);
    display: none;
}

.fcnc-review-form.is-visible {
    display: block;
}

.fcnc-review-form__row {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fcnc-review-form__row--split {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
}

.fcnc-review-rating-group {
    flex: 1;
    min-width: 220px;
}

.fcnc-review-rating-label {
    font-size: 13px;
    color: #6b7196;
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
}

.fcnc-review-rating {
    display: flex;
    gap: 6px;
    margin-bottom: 8px;
}

.fcnc-review-rating button {
    background: transparent;
    border: none;
    font-size: 28px;
    color: #d0d2e0;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: all 0.2s ease;
}

.fcnc-review-rating button:hover {
    color: #f5b318;
    transform: scale(1.15);
}

.fcnc-review-rating button.is-active {
    color: #f5b318;
}

/* Цвет для достоинств (зелёные звёзды) */
.fcnc-review-rating--pros button:hover,
.fcnc-review-rating--pros button.is-active {
    color: #4caf50;
}

/* Цвет для недостатков (красные звёзды) */
.fcnc-review-rating--cons button:hover,
.fcnc-review-rating--cons button.is-active {
    color: #ff6b6b;
}

.fcnc-review-form__hint {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    margin-bottom: 0;
}

.fcnc-review-form__hint--success {
    background: #d4edda;
    color: #155724;
    border-left: 3px solid #4caf50;
}

.fcnc-review-form__hint--warning {
    background: #fff3cd;
    color: #856404;
    border-left: 3px solid #ff6b6b;
}

.fcnc-review-form__row--consent {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.fcnc-review-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #2f3358;
}

.fcnc-review-toggle--full {
    width: 100%;
    justify-content: space-between;
}

.fcnc-review-toggle__label {
    font-size: 14px;
    line-height: 1.5;
}

.fcnc-review-toggle__label a {
    color: #5f6ad4;
    text-decoration: underline;
}

.fcnc-review-toggle__label a:hover {
    color: #667eea;
}

.fcnc-review-toggle input {
    display: none;
}

.fcnc-review-toggle__switch {
    position: relative;
    width: 50px;
    height: 26px;
    border-radius: 999px;
    background: #d7dbec;
    transition: background 0.2s ease;
}

.fcnc-review-toggle__switch::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(18, 32, 82, 0.2);
    transition: transform 0.2s ease;
}

.fcnc-review-toggle input:checked + .fcnc-review-toggle__switch {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.fcnc-review-toggle input:checked + .fcnc-review-toggle__switch::after {
    transform: translateX(24px);
}

.fcnc-review-form label {
    font-size: 14px;
    font-weight: 600;
    color: #353b63;
}

.fcnc-review-form__hint {
    font-size: 13px;
    color: #6b7196;
    margin-top: 4px;
}

.fcnc-review-form input[type="text"],
.fcnc-review-form select,
.fcnc-review-form textarea {
    border: 1px solid #dfe3f4;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #2f3358;
    width: 100%;
}

.fcnc-review-form textarea {
    resize: vertical;
}

.fcnc-review-form textarea:focus,
.fcnc-review-form select:focus,
.fcnc-review-form input[type="text"]:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
    outline: none;
}

.fcnc-review-rating {
    display: flex;
    gap: 6px;
}

.fcnc-review-rating button {
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    color: #d0d4eb;
    transition: color 0.2s ease;
}

.fcnc-review-rating button.is-active {
    color: #f5b318;
}

.fcnc-review-form__actions {
    text-align: right;
}

.fcnc-reviews-load-more {
    align-self: center;
    width: auto;
}

/* Tablet (768px - 968px) */
@media (max-width: 968px) {
    .fcnc-reviews-header {
        padding: 24px;
    }

    .fcnc-reviews-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .fcnc-reviews-score {
        padding: 24px;
        width: 100%;
    }

    .fcnc-reviews-score__badge {
        width: 70px;
        height: 70px;
    }

    .fcnc-reviews-score__badge-value {
        font-size: 34px;
    }
    
    .fcnc-reviews-score__value {
        font-size: 38px;
    }
    
    /* Распределение звёзд */
    .fcnc-reviews-distribution__row {
        font-size: 14px;
        gap: 10px;
    }
    
    .fcnc-reviews-bar {
        height: 7px;
    }
}

/* Tablet Small (600px - 767px) */
@media (max-width: 767px) {
    .fcnc-reviews-header {
        padding: 20px;
    }

    .fcnc-reviews-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .fcnc-reviews-score {
        padding: 18px;
        width: 100%;
        gap: 16px;
    }

    .fcnc-reviews-score__badge {
        width: 60px;
        height: 60px;
    }

    .fcnc-reviews-score__badge-value {
        font-size: 28px;
    }
    
    .fcnc-reviews-score__value {
        font-size: 32px;
    }
    
    .fcnc-reviews-score__total,
    .fcnc-reviews-score__ratio {
        font-size: 13px;
    }

    .fcnc-reviews-highlights {
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 6px;
    }

    .fcnc-reviews-badge {
        font-size: 12px;
        padding: 5px 10px;
    }
    
    /* Распределение звёзд */
    .fcnc-reviews-distribution__row {
        font-size: 13px;
        gap: 8px;
    }
    
    .fcnc-reviews-bar {
        height: 6px;
    }

    /* Карточка отзыва адаптив */
    .fcnc-review-card {
        padding: 18px;
    }

    .fcnc-review-card__header {
        flex-direction: column;
        gap: 12px;
    }

    .fcnc-review-card__left {
        width: 100%;
    }

    .fcnc-review-card__rating-badge {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .fcnc-review-card__recommend {
        align-self: flex-start;
    }

    .fcnc-review-card__title {
        font-size: 16px;
    }

    .fcnc-review-card__text {
        font-size: 14px;
    }

    .fcnc-review-highlight {
        font-size: 13px;
        flex-direction: column;
        gap: 4px;
    }

    .fcnc-review-rating button {
        font-size: 20px;
    }
    .fcnc-review-form__row--split {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Mobile (до 599px) */
@media (max-width: 599px) {
    .fcnc-reviews-header {
        padding: 16px;
    }

    .fcnc-reviews-summary {
        gap: 14px;
    }

    .fcnc-reviews-score {
        padding: 14px;
        gap: 12px;
    }

    .fcnc-reviews-score__badge {
        width: 55px;
        height: 55px;
    }

    .fcnc-reviews-score__badge-value {
        font-size: 24px;
    }
    
    .fcnc-reviews-score__value {
        font-size: 28px;
    }
    
    .fcnc-reviews-score__total,
    .fcnc-reviews-score__ratio {
        font-size: 12px;
    }

    .fcnc-reviews-highlights {
        gap: 5px;
        margin-top: 6px;
    }

    .fcnc-reviews-badge {
        font-size: 11px;
        padding: 4px 8px;
    }
    
    /* Распределение звёзд */
    .fcnc-reviews-distribution {
        gap: 6px;
    }
    
    .fcnc-reviews-distribution__row {
        font-size: 12px;
        gap: 8px;
    }
    
    .fcnc-reviews-bar {
        height: 6px;
    }
}

/* Mobile Small (до 480px) */
@media (max-width: 480px) {
    .fcnc-reviews-header {
        padding: 12px;
    }

    /* Вертикальная раскладка блока рейтинга на маленьких экранах */
    .fcnc-reviews-score {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 16px;
        gap: 12px;
    }

    .fcnc-reviews-score__badge {
        width: 70px;
        height: 70px;
    }

    .fcnc-reviews-score__badge-value {
        font-size: 32px;
    }

    .fcnc-reviews-score__info {
        align-items: center;
        width: 100%;
    }
    
    .fcnc-reviews-score__value {
        font-size: 32px;
    }
    
    .fcnc-reviews-score__total,
    .fcnc-reviews-score__ratio {
        font-size: 13px;
    }

    .fcnc-reviews-highlights {
        width: 100%;
        justify-content: center;
        gap: 6px;
    }

    .fcnc-reviews-badge {
        font-size: 11px;
        padding: 5px 10px;
    }
    
    /* Распределение звёзд - компактно */
    .fcnc-reviews-distribution {
        gap: 5px;
        width: 100%;
    }
    
    .fcnc-reviews-distribution__row {
        font-size: 11px;
        gap: 6px;
    }
    
    .fcnc-reviews-bar {
        height: 5px;
    }
}

