/* =========================================================
   Customer Reviews Page Styling — Luxury Gold & Slate Theme
   Designed for Sadaf Optometry — High-Converting & Engaging
   ========================================================= */

.user-reviews-page {
    background-color: var(--bg-body, #F8F9FA);
    color: var(--text-main, #1E293B);
    font-family: inherit;
    padding-bottom: 80px;
    line-height: 1.7;
    min-height: 100vh;
}

.main-content-wrapper {
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

/* =========================================================
   ۱. هدر حماسی و نشان‌های اعتماد (Hero Section)
   ========================================================= */
.reviews-hero {
    background: linear-gradient(135deg, #10101C 0%, #1A1A2E 50%, #252538 100%);
    color: #FFFFFF;
    padding: 70px 20px 75px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.reviews-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.reviews-hero-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: #F3E5AB;
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    backdrop-filter: blur(4px);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #2ECC71;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.3);
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.5); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(46, 204, 113, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}

.hero-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 1.35;
}

.hero-description {
    font-size: 16px;
    color: #CBD5E1;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto 35px auto;
}

/* نوارهای ارزش و اعتماد */
.hero-trust-ribbon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 850px;
    margin: 0 auto;
}

.trust-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: right;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.trust-pill:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}

.trust-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
    color: #10101C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-pill strong {
    display: block;
    font-size: 13.5px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.3;
}

.trust-pill small {
    display: block;
    font-size: 11.5px;
    color: #94A3B8;
    margin-top: 2px;
}

/* =========================================================
   ۲. ویترین تصاویر ارسالی خریداران (Photo Showcase Reel)
   ========================================================= */
.customer-photos-showcase {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.section-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.section-title-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mini-kicker {
    font-size: 12px;
    font-weight: 700;
    color: #D4AF37;
    text-transform: uppercase;
}

.section-heading {
    font-size: 18px;
    font-weight: 800;
    color: #0F172A;
    margin: 0;
}

.photos-count-badge {
    background: #F1F5F9;
    color: #475569;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12.5px;
    font-weight: 600;
}

.photos-reel-scroller {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.photos-reel-scroller::-webkit-scrollbar {
    height: 6px;
}
.photos-reel-scroller::-webkit-scrollbar-track {
    background: #F1F5F9;
    border-radius: 4px;
}
.photos-reel-scroller::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 4px;
}

.photo-reel-card {
    position: relative;
    min-width: 140px;
    width: 140px;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    scroll-snap-align: start;
    flex-shrink: 0;
    border: 2px solid transparent;
    transition: all 0.25s ease;
}

.photo-reel-card:hover {
    transform: scale(1.04);
    border-color: #D4AF37;
    box-shadow: 0 8px 16px rgba(212, 175, 55, 0.2);
}

.reel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.photo-reel-card:hover .reel-img {
    transform: scale(1.08);
}

.reel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8px;
    color: #FFFFFF;
}

.reel-rating {
    font-size: 11px;
    font-weight: 700;
    color: #F6E05E;
    margin-bottom: 2px;
}

.reel-author {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =========================================================
   ۳. داشبورد آماری بنتو (Bento Stats Dashboard)
   ========================================================= */
.reviews-bento-dashboard {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1.2fr;
    gap: 20px;
    margin-bottom: 30px;
}

.bento-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
}

.bento-card:hover {
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* کارت ۱: امتیاز اصلی */
.bento-hero-score {
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAF8F5 100%);
    border: 1px solid #E6DFD5;
}

.score-badge-halo {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 8px;
}

.big-score {
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #B8860B 0%, #D4AF37 50%, #8B6508 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-num) !important;
}

.score-total-base {
    font-size: 18px;
    font-weight: 600;
    color: #94A3B8;
}

.bento-stars-row {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.bento-score-title {
    font-size: 15px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 4px;
}

.bento-score-sub {
    font-size: 13px;
    color: #64748B;
    margin: 0;
}

/* کارت ۲: تفکیک امتیازات */
.bento-distribution {
    justify-content: flex-start;
}

.bento-inner-title {
    font-size: 15px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #F1F5F9;
}

.stars-breakdown-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.distribution-bar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.distribution-bar-link:hover,
.distribution-bar-link.is-active-filter {
    background-color: #F8FAFC;
}

.star-level-tag {
    min-width: 48px;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-align: right;
}

.bar-track {
    flex: 1;
    height: 8px;
    background-color: #EDF2F7;
    border-radius: 9999px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #B8860B 0%, #D4AF37 100%);
    border-radius: 9999px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.bar-count-meta {
    min-width: 72px;
    font-size: 12.5px;
    font-weight: 700;
    color: #0F172A;
    text-align: left;
}

.bar-count-meta small {
    color: #94A3B8;
    font-weight: normal;
}

/* کارت ۳: هایلایت‌ها و نرخ پیشنهاد */
.recommend-circle-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #F1F5F9;
}

.radial-score-badge {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #ECFDF5;
    border: 2px solid #10B981;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.radial-number {
    font-size: 18px;
    font-weight: 800;
    color: #047857;
    line-height: 1.1;
}

.radial-label {
    font-size: 9.5px;
    font-weight: 700;
    color: #059669;
}

.highlight-main-text {
    font-size: 13px;
    color: #334155;
    line-height: 1.6;
    margin: 0;
}

.quality-metrics-chips {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.metric-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8FAFC;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12.5px;
    color: #475569;
}

.chip-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: 6px;
    display: inline-block;
}
.dot-green { background-color: #10B981; }
.dot-blue  { background-color: #3B82F6; }
.dot-gold  { background-color: #D4AF37; }

.metric-chip strong {
    color: #0F172A;
}

/* =========================================================
   ۴. نوار فیلترهای کپسولی (Pill Filter Bar)
   ========================================================= */
.reviews-filter-bar {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 26px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.filter-pills-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.pills-scroll-group {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 9999px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    color: #475569;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.filter-pill:hover {
    background: #F1F5F9;
    color: #0F172A;
    border-color: #CBD5E1;
}

.filter-pill.active {
    background: #1A1A2E;
    color: #FFFFFF;
    border-color: #1A1A2E;
    box-shadow: 0 3px 8px rgba(26, 26, 46, 0.2);
}

.filter-pill.active .pill-badge-num {
    background: #D4AF37;
    color: #10101C;
}

.pill-badge-num {
    background: #E2E8F0;
    color: #475569;
    font-size: 11.5px;
    font-weight: 700;
    padding: 1px 7px;
    border-radius: 9999px;
    font-family: var(--font-num) !important;
}

.filter-sort-wrapper {
    display: flex;
    align-items: center;
}

.sort-select-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 4px 10px;
    border-radius: 10px;
}

.sort-label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #64748B;
}

.sort-select-box select {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    color: #0F172A;
    outline: none;
    cursor: pointer;
}

.active-filter-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #E2E8F0;
    font-size: 13px;
}

.alert-text {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #475569;
}

.clear-all-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #EF4444;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.clear-all-filter-btn:hover {
    opacity: 0.8;
}

/* =========================================================
   ۵. شبکه کارت‌های نقد و بررسی (2-Column Responsive Grid)
   ========================================================= */
.reviews-bento-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    align-items: start;
}

.modern-review-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.025);
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

/* کارت برگزیده */
.modern-review-card.featured-card {
    border: 2px solid #D4AF37;
    background: linear-gradient(180deg, #FFFCF5 0%, #FFFFFF 100%);
    box-shadow: 0 6px 24px rgba(212, 175, 55, 0.12);
}

.featured-ribbon-badge {
    position: absolute;
    top: 0;
    left: 24px;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
    color: #10101C;
    font-size: 11.5px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 0 0 10px 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* گیومه پس‌زمینه */
.quote-watermark {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 80px;
    font-family: Georgia, serif;
    color: rgba(212, 175, 55, 0.08);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

/* هدر کاربر کارت */
.card-user-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.user-profile-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar-halo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A1A2E 0%, #2E2E42 100%);
    color: #F3E5AB;
    border: 2px solid #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
    flex-shrink: 0;
}

.user-name-line {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.user-name {
    font-size: 15px;
    font-weight: 800;
    color: #0F172A;
    margin: 0;
}

.verified-buyer-badge {
    background: #ECFDF5;
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.25);
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.review-date-stamp {
    font-size: 12px;
    color: #94A3B8;
    margin-top: 2px;
}

.recommendation-badge-pill {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 8px;
    white-space: nowrap;
}

.rec-positive {
    background: #F0FDF4;
    color: #166534;
    border: 1px solid rgba(34, 197, 94, 0.25);
}

.rec-negative {
    background: #FEF2F2;
    color: #991B1B;
    border: 1px solid rgba(239, 68, 68, 0.25);
}

/* ردیف ستاره‌ها و فیتینگ */
.card-stars-fit-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F5F9;
}

.stars-box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.stars-rating-inline {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.star-icon {
    display: inline-block;
    vertical-align: middle;
}

.numeric-rate {
    font-size: 14px;
    font-weight: 800;
    color: #0F172A;
    font-family: var(--font-num) !important;
}

.fit-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    color: #475569;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
}

.fit-chip strong {
    color: #0F172A;
}

/* متن و بدنه نظر */
.card-body-content {
    flex: 1;
    margin-bottom: 16px;
}

.review-quote-title {
    font-size: 16px;
    font-weight: 800;
    color: #0F172A;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.review-text-paragraph {
    font-size: 14.5px;
    line-height: 1.85;
    color: #334155;
    margin-bottom: 14px;
    text-align: justify;
}

/* تصویر پیوست خریدار */
.card-photo-attachment {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 14px;
    border: 2px solid #E2E8F0;
    transition: all 0.2s ease;
}

.card-photo-attachment:hover {
    border-color: #D4AF37;
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}

.review-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-expand-btn {
    position: absolute;
    inset: 0;
    background: rgba(16, 16, 28, 0.55);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.card-photo-attachment:hover .photo-expand-btn {
    opacity: 1;
}

/* کپسول‌های نقاط قوت و ضعف */
.card-pros-cons-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.pros-chips-wrap,
.cons-chips-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.pro-con-tag-label {
    font-size: 12px;
    font-weight: 700;
    min-width: 65px;
}
.label-pro { color: #059669; }
.label-con { color: #DC2626; }

.chips-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1;
}

.chip-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.chip-pro {
    background: #ECFDF5;
    color: #065F46;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.chip-pro .symbol {
    color: #059669;
    font-weight: 800;
}

.chip-con {
    background: #FEF2F2;
    color: #991B1B;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.chip-con .symbol {
    color: #DC2626;
    font-weight: 800;
}

/* امتیازات ریز کیفی */
.card-micro-ratings {
    display: flex;
    gap: 16px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #F1F5F9;
    flex-wrap: wrap;
}

.micro-rating-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748B;
}

.micro-label {
    font-weight: 600;
}

/* محصول مرتبط در پایین کارت */
.card-attached-product {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #F1F5F9;
}

.attached-product-link {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 8px 12px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.attached-product-link:hover {
    background: #FFFFFF;
    border-color: #D4AF37;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.15);
}

.prod-thumbnail {
    width: 44px;
    height: 44px;
    object-fit: contain;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
    flex-shrink: 0;
}

.prod-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.prod-meta-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.prod-badge-mini {
    font-size: 10.5px;
    color: #94A3B8;
    font-weight: 600;
}

.prod-name-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #0F172A;
}

.prod-sub-context {
    font-size: 11.5px;
    color: #64748B;
}

.nav-arrow {
    color: #D4AF37;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.attached-product-link:hover .nav-arrow {
    transform: translateX(-4px);
}

/* پاسخ رسمی ادمین */
.card-admin-reply {
    margin-top: 14px;
    background: #FFFDF9;
    border-right: 3px solid #D4AF37;
    border-radius: 4px 10px 10px 4px;
    padding: 12px 14px;
    border-top: 1px solid #F3E5AB;
    border-bottom: 1px solid #F3E5AB;
    border-left: 1px solid #F3E5AB;
}

.reply-badge-header {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #996E00;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.admin-icon-ring {
    color: #D4AF37;
}

.reply-body-text {
    font-size: 13.5px;
    line-height: 1.8;
    color: #334155;
    margin: 0;
    text-align: justify;
}

/* حالت بدون نظر (Empty State) */
.empty-reviews-state {
    text-align: center;
    padding: 60px 20px;
    background: #FFFFFF;
    border: 1px dashed #CBD5E1;
    border-radius: 16px;
    margin: 20px 0;
}

.empty-icon-circle {
    width: 80px;
    height: 80px;
    background: #FAF8F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
}

.empty-reviews-state h3 {
    font-size: 18px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 8px;
}

.empty-reviews-state p {
    font-size: 14px;
    color: #64748B;
    margin-bottom: 20px;
}

.empty-reset-btn {
    display: inline-block;
    background: #1A1A2E;
    color: #FFFFFF;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.empty-reset-btn:hover {
    background: #D4AF37;
    color: #10101C;
}

/* =========================================================
   ۶. بخش سوالات متداول (FAQ Accordion)
   ========================================================= */
.reviews-faq-modern {
    margin-top: 70px;
}

.faq-head-center {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 35px auto;
}

.faq-pill-tag {
    font-size: 12px;
    font-weight: 700;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
    padding: 4px 14px;
    border-radius: 9999px;
    display: inline-block;
    margin-bottom: 8px;
}

.faq-heading {
    font-size: 24px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 8px;
}

.faq-subtext {
    font-size: 14.5px;
    color: #64748B;
}

.faq-modern-accordion {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-card-item {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.faq-card-item.active {
    border-color: #D4AF37;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.08);
}

.faq-card-trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 22px;
    font-family: inherit;
    font-size: 15.5px;
    font-weight: 700;
    color: #0F172A;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.faq-card-trigger:hover {
    color: #B8860B;
}

.faq-icon-bubble {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F8FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748B;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-card-item.active .faq-icon-bubble {
    background: #D4AF37;
    color: #10101C;
    transform: rotate(180deg);
}

.faq-card-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-inner-pad {
    padding: 0 22px 20px 22px;
    font-size: 14.5px;
    line-height: 1.85;
    color: #475569;
    text-align: justify;
}

/* =========================================================
   ۷. بنر دعوت به اقدام لوکس (Luxury CTA)
   ========================================================= */
.reviews-luxury-cta {
    margin-top: 60px;
    background: linear-gradient(135deg, #10101C 0%, #1A1A2E 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 20px;
    padding: 50px 30px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.cta-floating-glow {
    position: absolute;
    top: -50px;
    right: 20%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.cta-content-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.cta-micro-badge {
    font-size: 12px;
    font-weight: 700;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 4px 14px;
    border-radius: 9999px;
    display: inline-block;
    margin-bottom: 14px;
}

.cta-headline {
    font-size: 26px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 1.4;
}

.cta-subparagraph {
    font-size: 15.5px;
    color: #CBD5E1;
    line-height: 1.8;
    margin-bottom: 28px;
}

.cta-actions-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.cta-gold-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
    color: #10101C;
    font-size: 15px;
    font-weight: 800;
    padding: 14px 28px;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.3);
    transition: all 0.2s ease;
}

.cta-gold-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    color: #10101C;
}

.cta-ghost-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cta-ghost-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(212, 175, 55, 0.4);
}

/* =========================================================
   ۸. مودال لایت‌باکس پیشرفته (Modern Lightbox)
   ========================================================= */
.modern-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.modern-lightbox.is-open {
    display: flex;
}

.lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 20, 0.88);
    backdrop-filter: blur(12px);
    animation: fadeIn 0.25s ease;
}

.lightbox-dialog-box {
    position: relative;
    z-index: 10;
    background: #1A1A2E;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 16px;
    max-width: 650px;
    width: 90%;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.lightbox-close-btn {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.lightbox-close-btn:hover {
    background: #D4AF37;
    color: #10101C;
}

.lightbox-media-wrap {
    width: 100%;
    max-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0D0D17;
}

.lightbox-main-img {
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
    display: block;
}

.lightbox-meta-footer {
    padding: 16px 20px;
    background: #161626;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
}

.lightbox-user-col {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lb-name {
    font-size: 15px;
    color: #FFFFFF;
}

.lb-prod {
    font-size: 12.5px;
    color: #D4AF37;
}

.lb-title-quote {
    font-size: 13.5px;
    font-weight: 700;
    color: #F8FAFC;
    margin-top: 4px;
    line-height: 1.4;
}

/* =========================================================
   واکنش‌گرایی (Responsive Design)
   ========================================================= */
@media (max-width: 1024px) {
    .reviews-bento-dashboard {
        grid-template-columns: 1fr 1fr;
    }
    .bento-highlights {
        grid-column: span 2;
    }
}

@media (max-width: 820px) {
    .reviews-bento-grid {
        grid-template-columns: 1fr;
    }
    .hero-trust-ribbon {
        grid-template-columns: 1fr;
    }
    .hero-main-title {
        font-size: 25px;
    }
    .reviews-bento-dashboard {
        grid-template-columns: 1fr;
    }
    .bento-highlights {
        grid-column: span 1;
    }
    .filter-pills-row {
        flex-direction: column;
        align-items: stretch;
    }
    .filter-sort-wrapper {
        justify-content: flex-end;
    }
}

@media (max-width: 480px) {
    .hero-main-title {
        font-size: 21px;
    }
    .reviews-hero {
        padding: 50px 16px 60px 16px;
    }
    .modern-review-card {
        padding: 18px 16px;
    }
    .big-score {
        font-size: 44px;
    }
    .cta-actions-group {
        flex-direction: column;
    }
    .cta-gold-btn, .cta-ghost-btn {
        width: 100%;
        justify-content: center;
    }
}
