/* ========== صفحه لیست کسب و کارها ========== */
/* ========== فونت ========== */
@font-face {
    font-family: "dana-fanum-regular";
    src: url('../fonts/dana-fanum-regular.woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "dana-fanum-regular";
}

/* مسیریابی */
.business-breadcrumb {
    padding: 8px 0;
}

.breadcrumb-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.breadcrumb-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-size: 12px;
    color: #64748b;
    transition: all 0.3s;
    padding: 4px 10px;
    border-radius: 30px;
    background: rgba(0, 82, 212, 0.05);
}

.breadcrumb-link:hover {
    background: rgba(0, 82, 212, 0.12);
    color: #0052D4;
}

.breadcrumb-current {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #0052D4;
    padding: 4px 10px;
    background: rgba(0, 82, 212, 0.12);
    border-radius: 30px;
}

.breadcrumb-sep {
    font-size: 10px;
    color: #cbd5e1;
}

body.dark {
    background: rgba(20, 25, 45, 0.95);
}

body.dark .category-header-info h1 {
    color: #f1f5f9;
}

/* حالت عادی دسکتاپ (هم آیکون و هم متن) */
.breadcrumb-link span,
.breadcrumb-current span {
    display: inline;
}

.breadcrumb-link i,
.breadcrumb-current i {
    display: inline;
}

.breadcrumb-sep {
    display: inline-flex;
    font-size: 10px;
    color: #cbd5e1;
    margin: 0 2px;
}

/* در موبایل (عرض کمتر از 576px) - فقط متن بدون آیکون، اما فلش نمایش داده شود */
@media (max-width: 576px) {

    .breadcrumb-link i,
    .breadcrumb-current i {
        display: none !important;
    }

    .breadcrumb-link span,
    .breadcrumb-current span {
        display: inline !important;
    }

    /* فلش‌ها در موبایل نمایش داده شوند */
    .breadcrumb-sep {
        display: inline-flex !important;
        font-size: 10px;
        color: #94a3b8;
        margin: 0 2px;
    }

    /* تنظیمات ظاهری در موبایل */
    .breadcrumb-items {
        gap: 4px;
        flex-wrap: wrap;
    }

    .breadcrumb-link,
    .breadcrumb-current {
        padding: 4px 8px;
        font-size: 11px;
        background: rgba(0, 82, 212, 0.06);
        border-radius: 30px;
    }
}

/* فیلترها */
.business-filters {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}

.filters-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 8px 4px 12px 4px;
    scrollbar-width: none;
}

.filters-slider::-webkit-scrollbar {
    display: none;
}

.filter-chip {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 82, 212, 0.12);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-chip i {
    font-size: 14px;
    color: #0052D4;
}

.filter-chip:hover {
    background: rgba(0, 82, 212, 0.1);
    border-color: #0052D4;
    color: #0052D4;
    transform: translateY(-2px);
}

.filter-chip.active {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    border-color: transparent;
    color: white;
}

.filter-chip.active i {
    color: white;
}

.filters-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.filter-next,
.filter-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: white;
    border: 1px solid #e2e8f0;
    color: #0052D4;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.filter-prev:hover,
.filter-next:hover {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    transform: scale(1.05);
}

/* مخفی شدن در موبایل */
@media (max-width: 576px) {
    .filters-nav {
        display: none !important;
    }
}

/* ========== مخفی کردن دکمه‌های ناوبری فیلتر در موبایل ========== */
@media (max-width: 768px) {
    .filters-nav {
        display: none !important;
    }
}

/* در دسکتاپ نمایش داده شود */
@media (min-width: 769px) {
    .filters-nav {
        display: flex !important;
        justify-content: center;
        gap: 12px;
        margin-top: 12px;
    }
}

/* ========== مخفی کردن دکمه‌های ناوبری فیلتر فقط در موبایل ========== */
@media (max-width: 576px) {
    .filters-nav {
        display: none !important;
    }
}

/* در تبلت و دسکتاپ نمایش داده شود */
@media (min-width: 577px) {
    .filters-nav {
        display: flex !important;
        justify-content: center;
        gap: 12px;
        margin-top: 12px;
    }
}

/* لیست کسب و کارها */
.business-list-container {
    margin-top: 8px;
}

.business-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.business-list-header h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.dark .business-list-header h3 {
    color: #f1f5f9;
}

.business-list-header h3 i {
    color: #0052D4;
}

.business-sort {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
}

.business-sort select {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 12px;
    color: #1e293b;
    cursor: pointer;
    outline: none;
}

body.dark .business-sort select {
    background: rgba(20, 25, 45, 0.9);
    border-color: #334155;
    color: #f1f5f9;
}

.business-list-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

/* ========== لیست کسب و کارها - تک ردیفی ========== */

.business-list-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.business-card-modern {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    border: 1px solid rgba(0, 82, 212, 0.08);
    display: flex;
    flex-direction: column;
}

body.dark .business-card-modern {
    background: rgba(20, 25, 45, 0.95);
}

.business-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 82, 212, 0.12);
    border-color: rgba(0, 82, 212, 0.25);
}

/* بخش تصویر */
.business-card-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, #0052D4, #4364F7);
}

.business-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.business-card-modern:hover .business-card-image img {
    transform: scale(1.05);
}

.business-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.business-card-fav {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    color: #ef4444;
    backdrop-filter: blur(4px);
}

.business-card-fav:hover {
    transform: scale(1.1);
    background: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/* بخش محتوا */
.business-card-content {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
}

.business-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.business-card-rating {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    gap: 8px;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

.rating-stars i {
    font-size: 12px;
    color: #fbbf24;
}

.rating-score {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

.rating-count {
    font-size: 11px;
    color: #64748b;
}

.business-card-city {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(0, 82, 212, 0.08);
    padding: 4px 10px;
    border-radius: 30px;
}

.business-card-city i {
    font-size: 11px;
    color: #0052D4;
}

.business-card-city span {
    font-size: 11px;
    font-weight: 500;
    color: #1e293b;
}

body.dark .business-card-city span {
    color: #e2e8f0;
}

.business-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.3px;
    line-height: 1.4;
}

body.dark .business-card-title {
    color: #f1f5f9;
}

/* تگ‌ها */
.business-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.business-tag {
    font-size: 11px;
    color: #64748b;
    background: rgba(0, 82, 212, 0.06);
    padding: 4px 12px;
    border-radius: 30px;
    transition: all 0.2s;
}

.business-card-modern:hover .business-tag {
    background: rgba(0, 82, 212, 0.12);
}

.business-card-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 82, 212, 0.15), transparent);
    margin: 0 0 16px 0;
}

/* فوتر کارت */
.business-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.business-card-price {
    display: flex;
    flex-direction: column;
}

.business-card-price span {
    font-size: 11px;
    color: #94a3b8;
}

.business-card-price strong {
    font-size: 14px;
    font-weight: 700;
    color: #0052D4;
}

.business-card-btn {
    background: transparent;
    border: 1.5px solid #0052D4;
    padding: 8px 22px;
    border-radius: 40px;
    color: #0052D4;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.business-card-btn:hover {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    gap: 12px;
    border-color: transparent;
}

/* ریسپانسیو */
@media (max-width: 550px) {
    .business-card-image {
        height: 200px;
    }

    .business-card-content {
        padding: 16px;
    }

    .business-card-title {
        font-size: 16px;
    }

    .business-card-tags {
        gap: 6px;
    }

    .business-tag {
        font-size: 10px;
        padding: 3px 10px;
    }
}

@media (max-width: 400px) {
    .business-card-footer {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .business-card-btn {
        width: 100%;
        justify-content: center;
    }
}

/* دکمه بارگذاری بیشتر */
.business-load-more {
    text-align: center;
    margin: 8px 0 20px 0;
}

.business-load-btn {
    background: transparent;
    border: 2px solid #0052D4;
    padding: 12px 32px;
    border-radius: 50px;
    color: #0052D4;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.business-load-btn:hover {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    gap: 14px;
    transform: translateY(-2px);
}

/* انیمیشن */
@keyframes businessFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.business-card-modern {
    animation: businessFadeIn 0.4s ease forwards;
}

/* ریسپانسیو */
@media (max-width: 650px) {

    .business-card-modern {
        flex-direction: column;
    }

    .business-card-image {
        width: 100%;
        height: 200px;
    }

    .business-card-content {
        padding: 18px;
    }

    .business-card-title {
        font-size: 18px;
    }

    .business-list-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .breadcrumb-items {
        gap: 4px;
    }

    .breadcrumb-link span,
    .breadcrumb-current span {
        display: none;
    }

    .breadcrumb-link i,
    .breadcrumb-current i {
        margin-left: 0;
    }
}

@media (max-width: 400px) {
    .business-card-footer {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .business-card-btn {
        width: 100%;
        justify-content: center;
    }

    .business-card-tags {
        gap: 6px;
    }

    .business-tag {
        font-size: 10px;
        padding: 3px 10px;
    }
}
.business-card-title a {
    color: #1e293b;
    text-decoration: none;
}

.business-card-btn {
    text-decoration: none;
}

.no-results {
    grid-column: 1 / -1;
    width: 100%;
    direction: rtl;
    display: flex;
    justify-content: center;
    padding: 40px 15px;
}

.no-results-box {
    width: 100%;
    max-width: 720px;
    background: #eef6ff;
    border: 2px dashed #2f80ff;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
}

.no-results-icon {
    font-size: 46px;
    color: #2f80ff;
    margin-bottom: 16px;
}

.no-results h3 {
    margin: 0 0 12px;
    color: #174ea6;
    font-size: 22px;
    font-weight: 800;
}

.no-results p {
    margin: 0 auto 22px;
    color: #31577c;
    font-size: 15px;
    line-height: 2;
}

.no-results-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #16a34a;
    color: #fff;
    padding: 12px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

    .no-results-btn:hover {
        color: #fff;
        background: #12823d;
    }
/* =========================================================
   Modern parent category explorer
========================================================= */

.category-explorer {
    margin: 14px 0 22px;
    padding: 18px;
    background: radial-gradient( circle at top right, rgba(37, 99, 235, 0.09), transparent 38% ), #ffffff;
    border: 1px solid #e3ebf7;
    border-radius: 24px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.category-explorer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.category-explorer-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-explorer-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1264e8, #4169f6);
    color: #ffffff;
    font-size: 19px;
    box-shadow: 0 9px 20px rgba(37, 99, 235, 0.22);
}

.category-explorer-title h1 {
    margin: 0 0 5px;
    color: #172033;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.7;
}

.category-explorer-title p {
    margin: 0;
    color: #7a879d;
    font-size: 11px;
    line-height: 1.8;
}

.category-explorer-count {
    min-width: 64px;
    padding: 8px 12px;
    border-radius: 15px;
    background: #f2f6fd;
    text-align: center;
}

    .category-explorer-count strong {
        display: block;
        color: #1661dc;
        font-size: 18px;
        font-weight: 900;
    }

    .category-explorer-count span {
        display: block;
        margin-top: 1px;
        color: #8490a4;
        font-size: 10px;
    }

/* Slider shell */

.subcategory-slider-shell {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
}

.subcategory-modern-slider {
    width: 100%;
    display: flex;
    gap: 11px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px 1px 12px;
}

    .subcategory-modern-slider::-webkit-scrollbar {
        display: none;
    }

/* Card */

.subcategory-modern-card {
    position: relative;
    flex: 0 0 170px;
    min-height: 157px;
    padding: 14px;
    border: 1px solid #e3eaf4;
    border-radius: 20px;
    background: linear-gradient(155deg, #ffffff, #f8faff);
    color: inherit;
    text-decoration: none;
    scroll-snap-align: start;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

    .subcategory-modern-card::before {
        content: "";
        position: absolute;
        width: 75px;
        height: 75px;
        left: -32px;
        bottom: -38px;
        border-radius: 50%;
        background: rgba(37, 99, 235, 0.06);
    }

    .subcategory-modern-card:hover {
        transform: translateY(-4px);
        border-color: rgba(37, 99, 235, 0.38);
        box-shadow: 0 13px 27px rgba(37, 99, 235, 0.12);
    }

    .subcategory-modern-card.active {
        color: #ffffff;
        border-color: transparent;
        background: linear-gradient(145deg, #1161df, #4268f5);
        box-shadow: 0 14px 30px rgba(37, 99, 235, 0.25);
    }

.subcategory-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subcategory-card-icon {
    width: 43px;
    height: 43px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf4ff;
    color: #1661dc;
    font-size: 17px;
    font-weight: 900;
}

.subcategory-modern-card.active .subcategory-card-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.subcategory-arrow {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f5fa;
    color: #64748b;
    font-size: 11px;
}

.subcategory-modern-card.active .subcategory-arrow {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.subcategory-card-content {
    position: relative;
    z-index: 2;
    margin-top: 14px;
}

    .subcategory-card-content strong {
        display: block;
        margin-bottom: 5px;
        color: #1d2738;
        font-size: 14px;
        font-weight: 900;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .subcategory-card-content span {
        display: block;
        color: #8490a4;
        font-size: 10px;
    }

.subcategory-modern-card.active .subcategory-card-content strong,
.subcategory-modern-card.active .subcategory-card-content span {
    color: #ffffff;
}

.subcategory-modern-card.active .subcategory-card-content span {
    opacity: 0.8;
}

.subcategory-card-footer {
    position: absolute;
    right: 14px;
    left: 14px;
    bottom: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 9px;
    border-top: 1px solid #edf1f6;
    color: #1661dc;
    font-size: 10px;
    font-weight: 800;
}

.subcategory-modern-card.active .subcategory-card-footer {
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* Navigation */

.subcategory-nav {
    width: 34px;
    height: 46px;
    flex: 0 0 34px;
    border: 1px solid #dfe7f2;
    border-radius: 12px;
    background: #ffffff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.06);
    transition: 0.2s ease;
}

    .subcategory-nav:hover {
        background: #2563eb;
        border-color: #2563eb;
        color: #ffffff;
    }

.subcategory-mobile-hint {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 9px;
}

/* Responsive */

@media (max-width: 640px) {
    .category-explorer {
        padding: 14px 12px;
        border-radius: 20px;
    }

    .category-explorer-header {
        align-items: flex-start;
    }

    .category-explorer-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 14px;
    }

    .category-explorer-title h1 {
        font-size: 14px;
    }
    .category-explorer-title h2 {
        font-size: 12px;
    }
    .category-explorer-title p {
        max-width: 225px;
        font-size: 9px;
    }

    .category-explorer-count {
        min-width: 53px;
        padding: 6px 8px;
    }

        .category-explorer-count strong {
            font-size: 15px;
        }

    .subcategory-modern-slider {
        gap: 9px;
        margin-left: -12px;
        margin-right: -12px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .subcategory-modern-card {
        flex-basis: 145px;
        min-height: 147px;
        padding: 12px;
        border-radius: 18px;
    }

    .subcategory-card-icon {
        width: 39px;
        height: 39px;
    }

    .subcategory-card-content strong {
        font-size: 12px;
    }

    .subcategory-card-footer {
        right: 12px;
        left: 12px;
        font-size: 9px;
    }

    .subcategory-nav {
        display: none;
    }

    .subcategory-mobile-hint {
        display: flex;
    }
}
/* =====================================
   Modern Business List Header
   PixShow
===================================== */

.modern-list-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0 14px;
    direction: rtl;
}


/* اطلاعات نتایج */

.business-result-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.result-title {
    display: flex;
    align-items: center;
    gap: 10px;
}


.result-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #2563eb;
    color: white;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(37,99,235,.22);
}


.result-title h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    color: #172033;
    line-height: 1.8;
}
.result-title h1 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    color: #172033;
    line-height: 1.8;
}

.result-title h1 span {
    color: #2563eb;
}

    .result-title h3 span {
        color: #2563eb;
    }


.result-title p {
    margin: 0;
    color: #64748b;
    font-size: 11px;
}


    .result-title p strong {
        color: #2563eb;
        font-weight: 900;
    }



/* Badge ها */

.result-badges {
    display: flex;
    align-items: center;
    gap: 6px;
}


    .result-badges span {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 5px 9px;
        border-radius: 999px;
        background: #f1f5f9;
        color: #475569;
        font-size: 9px;
        font-weight: 800;
    }


        .result-badges span:first-child i {
            color: #16a34a;
        }


        .result-badges span:last-child i {
            color: #f59e0b;
        }



/* Sort */

.modern-sort {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
}


    .modern-sort > i {
        color: #2563eb;
        font-size: 12px;
    }


    .modern-sort select {
        appearance: none;
        min-width: 105px;
        height: 38px;
        padding: 0 14px 0 28px;
        border-radius: 14px;
        border: 1px solid #dbe4f5;
        background: #ffffff;
        color: #334155;
        font-size: 11px;
        font-weight: 800;
        outline: none;
        cursor: pointer;
    }


    /* فلش */

    .modern-sort:after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 12px;
        color: #64748b;
        pointer-events: none;
        font-size: 10px;
    }



/* موبایل */

@media(max-width:600px) {


    .modern-list-header {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }



    .business-result-info {
        width: 100%;
    }



    .result-title h3 {
        font-size: 14px;
    }



    .modern-sort {
        width: 100%;
    }



        .modern-sort select {
            width: 100%;
        }
}
.category-seo-section {
    margin: 32px 0 20px;
    padding: 28px;
    background: #fff;
    border: 1px solid #edf0f3;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(25, 35, 45, 0.05);
    direction: rtl;
}

.category-seo-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #edf0f3;
}

.category-seo-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(109, 40, 217, 0.09);
    color: #0052d4;
    border-radius: 15px;
    font-size: 20px;
}

.category-seo-header h2 {
    margin: 0 0 5px;
    color: #1f2937;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.6;
}

.category-seo-header p {
    margin: 0;
    color: #8a94a3;
    font-size: 13px;
}

.category-seo-content {
    color: #4b5563;
    font-size: 15px;
    line-height: 2.15;
}

    .category-seo-content h2,
    .category-seo-content h3 {
        color: #1f2937;
        font-weight: 800;
        margin: 25px 0 12px;
        line-height: 1.7;
    }

    .category-seo-content h2 {
        font-size: 20px;
    }

    .category-seo-content h3 {
        font-size: 17px;
    }

    .category-seo-content p {
        margin: 0 0 14px;
    }

    .category-seo-content ul,
    .category-seo-content ol {
        padding-right: 22px;
        margin: 12px 0 18px;
    }

    .category-seo-content li {
        margin-bottom: 8px;
    }

    .category-seo-content a {
        color: #6d28d9;
        font-weight: 700;
        text-decoration: none;
    }

        .category-seo-content a:hover {
            text-decoration: underline;
        }

.category-top-businesses {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #edf0f3;
}

    .category-top-businesses h3 {
        margin: 0 0 8px;
        color: #1f2937;
        font-size: 18px;
        font-weight: 800;
    }

    .category-top-businesses > p {
        margin: 0 0 16px;
        color: #6b7280;
        font-size: 14px;
    }

.category-business-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .category-business-links a {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 10px 13px;
        color: #374151;
        background: #f8fafc;
        border: 1px solid #e9edf2;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        transition: 0.2s ease;
    }

        .category-business-links a:hover {
            color: #6d28d9;
            background: #f5f0ff;
            border-color: rgba(109, 40, 217, 0.25);
            transform: translateY(-2px);
        }

        .category-business-links a > i {
            color: #6d28d9;
        }

    .category-business-links small {
        display: inline-flex;
        align-items: center;
        gap: 3px;
        color: #d97706;
        font-size: 11px;
    }

@media (max-width: 768px) {
    .category-seo-section {
        margin: 22px 12px;
        padding: 20px 16px;
        border-radius: 17px;
    }

    .category-seo-header {
        align-items: flex-start;
    }

        .category-seo-header h2 {
            font-size: 18px;
        }

    .category-seo-content {
        font-size: 14px;
        line-height: 2.05;
    }

    .category-business-links {
        display: grid;
        grid-template-columns: 1fr;
    }

        .category-business-links a {
            width: 100%;
            justify-content: flex-start;
        }
}

/* ==========================================
   Business information list
   ========================================== */

.category-business-list {
    width: 100%;
    border: 1px solid #e7ebf0;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.category-business-list-head,
.category-business-list-item {
    display: grid;
    grid-template-columns: 64px minmax(190px, 1.25fr) minmax(145px, 0.8fr) minmax(250px, 1.6fr) 95px;
    align-items: center;
}

.category-business-list-head {
    min-height: 56px;
    padding: 0 14px;
    background: #f5f7fa;
    border-bottom: 1px solid #e4e9ef;
    color: #4d5968;
    font-size: 12px;
    font-weight: 850;
}

.category-business-list-item {
    min-height: 76px;
    padding: 10px 14px;
    border-bottom: 1px solid #edf0f4;
    color: #4c5867;
    font-size: 13px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

    .category-business-list-item:last-child {
        border-bottom: 0;
    }

    .category-business-list-item:hover {
        background: #fafbfc;
        box-shadow: inset -3px 0 0 var(--main-color-one, #7b1414);
    }

    .category-business-list-head > span,
    .category-business-list-item > span {
        min-width: 0;
        padding: 0 10px;
    }

.business-column-number {
    text-align: center;
}

.category-business-list-item .business-column-number {
    color: #8a94a2;
    font-size: 12px;
    font-weight: 800;
}

.business-column-name a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #202b39;
    text-decoration: none;
}

.business-column-name strong {
    min-width: 0;
    display: block;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.8;
}

.business-name-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(123, 20, 20, 0.07);
    color: #0052d4;
    border-radius: 10px;
    font-size: 13px;
}

.business-column-name a:hover strong {
    color: var(--main-color-one, #7b1414);
}

.business-column-phone a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #344154;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    direction: ltr;
}

    .business-column-phone a i {
        color: #0052d4;
        font-size: 11px;
    }

    .business-column-phone a:hover {
        color: var(--main-color-one, #7b1414);
    }

.business-column-address > span {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    color: #5f6a79;
    font-size: 12px;
    line-height: 1.9;
}

.business-column-address i {
    flex: 0 0 auto;
    margin-top: 6px;
    color: #9ca5b1;
    font-size: 11px;
}

.business-address-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.business-column-rating {
    display: flex;
    justify-content: center;
}

.business-no-rating {
    color: #919aa7;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.business-empty-value {
    color: #a0a8b3;
    font-size: 11px;
    font-weight: 600;
}

.category-business-footer {
    margin-top: 14px;
    padding: 12px 14px;
    background: #fafbfc;
    border: 1px solid #ebeff3;
    border-radius: 12px;
}

    .category-business-footer p {
        margin: 0;
        color: #737e8c;
        font-size: 12px;
        line-height: 1.9;
    }

/* ==========================================
   Tablet
   ========================================== */

@media (max-width: 1100px) {
    .category-business-list {
        overflow-x: auto;
    }

    .category-business-list-head,
    .category-business-list-item {
        min-width: 900px;
    }
}

/* ==========================================
   Mobile card-style list
   ========================================== */

@media (max-width: 768px) {
    .category-business-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        border: 0;
        border-radius: 0;
        background: transparent;
        overflow: visible;
    }

    .category-business-list-head {
        display: none;
    }

    .category-business-list-item {
        position: relative;
        min-width: 0;
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "name number"
            "phone phone"
            "address address"
            "rating rating";
        gap: 9px 12px;
        padding: 14px;
        background: #ffffff;
        border: 1px solid #e7ebf0;
        border-radius: 14px;
        box-shadow: 0 5px 18px rgba(20, 30, 45, 0.04);
    }

        .category-business-list-item:last-child {
            border-bottom: 1px solid #e7ebf0;
        }

        .category-business-list-item:hover {
            box-shadow: 0 7px 22px rgba(20, 30, 45, 0.065);
        }

        .category-business-list-item > span {
            padding: 0;
        }

        .category-business-list-item .business-column-number {
            grid-area: number;
            width: 29px;
            height: 29px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            justify-self: end;
            background: #f3f5f7;
            border-radius: 8px;
            color: #727d8b;
            font-size: 10px;
        }

    .business-column-name {
        grid-area: name;
    }

        .business-column-name strong {
            font-size: 13px;
        }

    .business-name-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .business-column-phone {
        grid-area: phone;
        padding-top: 9px !important;
        border-top: 1px solid #edf0f3;
    }

        .business-column-phone a {
            font-size: 12px;
        }

    .business-column-address {
        grid-area: address;
    }

        .business-column-address > span {
            font-size: 12px;
        }

    .business-address-text {
        -webkit-line-clamp: 3;
    }

    .business-column-rating {
        grid-area: rating;
        justify-content: flex-start;
    }

    .category-business-footer {
        margin-top: 12px;
    }
}

/* ==========================================
   FAQ Section
   ========================================== */





/* Header */

.category-faq-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #edf0f4;
}

.category-faq-header-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(123, 20, 20, 0.08);
    color: #0052d4;
    font-size: 21px;
}

.category-faq-header > div {
    min-width: 0;
    flex: 1;
}

.category-faq-header h2 {
    margin: 0 0 5px;
    color: #182230;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.7;
}

.category-faq-header p {
    margin: 0;
    color: #7b8492;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
}

/* FAQ list */

.category-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-faq-item {
    background: #ffffff;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .category-faq-item:hover {
        border-color: #0052d4;
    }





        .category-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .category-faq-item summary::marker {
            display: none;
            content: "";
        }

.category-faq-number {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0052d4;
    background: rgba(123, 20, 20, 0.07);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 900;
}

.category-faq-question {
    min-width: 0;
    flex: 1;
    color: #293342;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.9;
}




/* Answer */

.category-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    border-top: 1px solid transparent;
    transition: grid-template-rows 0.3s ease, border-color 0.3s ease;
}

.category-faq-item[open] .category-faq-answer {
    grid-template-rows: 1fr;
    border-top-color: #edf0f4;
}

.category-faq-answer-inner {
    min-height: 0;
    overflow: hidden;
}

.category-faq-answer p {
    margin: 0;
    padding: 16px 62px 18px 18px;
    color: #5d6878;
    font-size: 14px;
    line-height: 2.1;
}

/* ==========================================
   Mobile
   ========================================== */

@media (max-width: 768px) {
    .category-faq-section {
        margin-top: 16px;
        padding: 18px 14px;
        border-radius: 17px;
        box-shadow: 0 5px 22px rgba(20, 30, 45, 0.045);
    }

        .category-faq-section::before {
            width: 4px;
        }

    .category-faq-header {
        align-items: flex-start;
        gap: 11px;
        padding-bottom: 14px;
        margin-bottom: 16px;
    }

    .category-faq-header-icon {
        width: 43px;
        height: 43px;
        min-width: 43px;
        border-radius: 12px;
        font-size: 17px;
    }

    .category-faq-header h2 {
        font-size: 16px;
        line-height: 1.8;
    }

    .category-faq-header p {
        font-size: 11px;
    }

    .category-faq-item {
        border-radius: 12px;
    }

        .category-faq-item summary {
            min-height: 58px;
            gap: 9px;
            padding: 12px;
        }

    .category-faq-number {
        width: 30px;
        height: 30px;
        min-width: 30px;
        border-radius: 8px;
        font-size: 11px;
    }

    .category-faq-question {
        font-size: 13px;
        line-height: 1.8;
    }

    .category-faq-toggle {
        width: 27px;
        height: 27px;
        min-width: 27px;
    }

    .category-faq-answer p {
        padding: 14px 50px 16px 14px;
        font-size: 13px;
        line-height: 2;
    }
}
.category-business-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #edf0f4;
}

.category-business-header-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(123, 20, 20, 0.08);
    color: #0052d4;
    font-size: 20px;
}

.category-business-header > div {
    min-width: 0;
    flex: 1;
}

.category-business-header h3 {
    margin: 0 0 5px;
    color: #182230;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.7;
}

.category-business-header p {
    margin: 0;
    color: #7b8492;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
}
.category-business-intro {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 18px;
    padding: 15px 17px;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
}

    .category-business-intro > i {
        flex: 0 0 auto;
        margin-top: 6px;
        color: #0052d4;
        font-size: 15px;
    }

    .category-business-intro p {
        margin: 0;
        color: #536071;
        font-size: 14px;
        font-weight: 400;
        line-height: 2.05;
    }

    .category-business-intro strong {
        color: #202a38;
        font-weight: 850;
    }

    .category-business-intro a {
        color: var(--main-color-one, #7b1414);
        font-weight: 800;
        text-decoration: none;
    }

        .category-business-intro a:hover {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .category-business-header {
        align-items: flex-start;
        gap: 11px;
        padding-bottom: 14px;
        margin-bottom: 15px;
    }

    .category-business-header-icon {
        width: 43px;
        height: 43px;
        min-width: 43px;
        border-radius: 12px;
        font-size: 17px;
    }

    .category-business-header h3 {
        font-size: 16px;
        line-height: 1.8;
    }

    .category-business-header p {
        font-size: 11px;
    }

    .category-business-intro {
        gap: 9px;
        padding: 13px;
        margin-bottom: 14px;
        border-radius: 12px;
    }

        .category-business-intro p {
            font-size: 13px;
            line-height: 2;
        }
}
/* ==========================================
   SEO accordion
   ========================================== */

.category-seo-block {
    position: relative;
    margin-bottom: 22px;
    background: #ffffff;
    border: 1px solid #e8edf2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(20, 30, 45, 0.05);
}

.category-seo-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    margin: 0;
    background: transparent;
    border: 0;
    color: inherit;
    text-align: right;
    direction: rtl;
    cursor: pointer;
    font-family: inherit;
}

    .category-seo-toggle:hover {
        background: #fafbfc;
    }

.category-seo-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #0052d4;
    color: #0052d4;
    font-size: 20px;
}

.category-seo-heading {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .category-seo-heading h2 {
        margin: 0 0 5px;
        color: #182230;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.7;
    }

.category-seo-subtitle {
    color: #7b8492;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
}

.category-seo-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f3f5f7;
    color: #788391;
    font-size: 13px;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.category-seo-block.is-open .category-seo-arrow {
    transform: rotate(180deg);
    background: var(--main-color-one, #7b1414);
    color: #ffffff;
}

.category-seo-collapse {
    border-top: 1px solid #edf0f4;
}

    .category-seo-collapse[hidden] {
        display: none;
    }

.category-seo-content {
    padding: 20px 22px 24px;
    color: #4d5868;
    font-size: 15px;
    line-height: 2.15;
}

    .category-seo-content p {
        margin: 0 0 16px;
    }

        .category-seo-content p:last-child {
            margin-bottom: 0;
        }

    .category-seo-content h2,
    .category-seo-content h3,
    .category-seo-content h4 {
        margin: 24px 0 10px;
        color: #202a38;
        font-weight: 900;
        line-height: 1.8;
    }

    .category-seo-content h2 {
        font-size: 19px;
    }

    .category-seo-content h3 {
        font-size: 17px;
    }

    .category-seo-content h4 {
        font-size: 15px;
    }

    .category-seo-content ul,
    .category-seo-content ol {
        margin: 14px 0 18px;
        padding-right: 24px;
    }

    .category-seo-content li {
        margin-bottom: 8px;
    }

    .category-seo-content a {
        color: var(--main-color-one, #7b1414);
        font-weight: 700;
        text-decoration: none;
    }

        .category-seo-content a:hover {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .category-seo-block {
        border-radius: 16px;
    }

    .category-seo-toggle {
        gap: 11px;
        padding: 15px 14px;
    }

    .category-seo-icon {
        width: 43px;
        height: 43px;
        min-width: 43px;
        border-radius: 12px;
        font-size: 17px;
    }

    .category-seo-heading h2 {
        font-size: 16px;
        line-height: 1.8;
    }

    .category-seo-subtitle {
        font-size: 11px;
    }

    .category-seo-arrow {
        width: 31px;
        height: 31px;
        min-width: 31px;
        border-radius: 9px;
        font-size: 11px;
    }

    .category-seo-content {
        padding: 16px 14px 19px;
        font-size: 14px;
        line-height: 2.05;
    }

        .category-seo-content h2 {
            font-size: 17px;
        }

        .category-seo-content h3 {
            font-size: 15px;
        }
}

.category-seo-section {
    position: relative;
    margin: 30px 0;
    background: #ffffff;
    border: 1px solid #e8edf2;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(20, 30, 45, 0.05);
    overflow: hidden;
    direction: rtl;
}

.category-seo-main-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    margin: 0;
    background: #ffffff;
    border: 0;
    color: inherit;
    text-align: right;
    direction: rtl;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.2s ease;
}

    .category-seo-main-toggle:hover {
        background: #fafbfc;
    }

    .category-seo-main-toggle:focus-visible {
        outline: 3px solid rgba(123, 20, 20, 0.18);
        outline-offset: -3px;
    }

.category-seo-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(123, 20, 20, 0.08);
    color: var(--main-color-one, #7b1414);
    font-size: 20px;
}

.category-seo-heading {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .category-seo-heading h2 {
        margin: 0 0 5px;
        color: #182230;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.7;
    }

.category-seo-subtitle {
    color: #7b8492;
    font-size: 13px;
    line-height: 1.8;
}

.category-seo-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f3f5f7;
    color: #788391;
    font-size: 13px;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.category-seo-section.is-open .category-seo-arrow {
    transform: rotate(180deg);
    color: #ffffff;
    background: #0052d4;
}

.category-seo-main-collapse {
    border-top: 1px solid #edf0f4;
}

    .category-seo-main-collapse[hidden] {
        display: none;
    }

.category-seo-main-inner {
    padding: 22px;
}

    /* فاصله بین سه بخش داخلی */

    .category-seo-main-inner > .category-seo-content,
    .category-seo-main-inner > .category-top-businesses,
    .category-seo-main-inner > .category-faq-section {
        margin-bottom: 24px;
    }

    .category-seo-main-inner > :last-child {
        margin-bottom: 0;
    }

    /* چون قاب اصلی ایجاد شده، قاب‌های داخلی سبک‌تر باشند */

    .category-seo-main-inner .category-top-businesses,
    .category-seo-main-inner .category-faq-section {
        padding: 20px;
        background: #ffffff;
        border: 1px solid #e9edf2;
        border-radius: 16px;
        box-shadow: none;
    }

@media (max-width: 768px) {
    .category-seo-section {
        margin-bottom:6rem;
        border-radius: 16px;
    }

    .category-seo-main-toggle {
        gap: 10px;
        padding: 14px;
    }

    .category-seo-icon {
        width: 43px;
        height: 43px;
        min-width: 43px;
        border-radius: 12px;
        font-size: 17px;
    }

    .category-seo-heading h2 {
        font-size: 15px;
        line-height: 1.8;
    }

    .category-seo-subtitle {
        font-size: 11px;
    }

    .category-seo-arrow {
        width: 31px;
        height: 31px;
        min-width: 31px;
        font-size: 11px;
    }

    .category-seo-main-inner {
        padding: 14px;
    }

        .category-seo-main-inner .category-top-businesses,
        .category-seo-main-inner .category-faq-section {
            padding: 14px;
            border-radius: 14px;
        }
}

.category-faq-section {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #e8edf3;
}

.category-faq-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.category-faq-header-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(0, 82, 212, 0.08);
    color: #0052d4;
    font-size: 20px;
}

.category-faq-header h3 {
    margin: 0 0 5px;
    color: #172033;
    font-size: 18px;
    font-weight: 800;
}

.category-faq-header p {
    margin: 0;
    color: #7b8495;
    font-size: 13px;
}

.category-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-faq-item {
    overflow: hidden;
    border: 1px solid #e6eaf0;
    border-radius: 14px;
    background: #fff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

    .category-faq-item.active {
        border-color: rgba(0, 82, 212, 0.3);
        box-shadow: 0 8px 25px rgba(23, 32, 51, 0.06);
    }

.category-faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: right;
    cursor: pointer;
    color: #172033;
}

.category-faq-number {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f1f5f9;
    color: #0052d4;
    font-size: 12px;
    font-weight: 800;
}

.category-faq-question-text {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.category-faq-arrow {
    color: #8a94a5;
    transition: transform 0.25s ease;
}

.category-faq-item.active .category-faq-arrow {
    transform: rotate(180deg);
    color: #0052d4;
}

.category-faq-answer {
    border-top: 1px solid #eef1f5;
}

.category-faq-answer-inner {
    padding: 16px 58px 18px 16px;
    color: #596273;
    font-size: 14px;
    line-height: 2;
}

    .category-faq-answer-inner p {
        margin: 0;
    }

@media (max-width: 768px) {
    .category-faq-section {
        margin-top: 24px;
        padding-top: 22px;
    }

    .category-faq-header h3 {
        font-size: 16px;
    }

    .category-faq-question {
        padding: 14px 12px;
    }

    .category-faq-question-text {
        font-size: 13px;
    }

    .category-faq-answer-inner {
        padding: 14px;
        font-size: 13px;
    }
}
/* =====================================================
   FAQ دسته‌بندی
===================================================== */

.category-faq-section {
    width: 100%;
    margin-top: 24px;
    padding: 20px;
    direction: rtl;
    background: #ffffff;
    border: 1px solid #e7ebf1;
    border-radius: 16px;
}

.category-faq-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #edf0f4;
}

.category-faq-header-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(0, 82, 212, 0.08);
    color: #0052d4;
    font-size: 18px;
}

.category-faq-header > div {
    min-width: 0;
}

.category-faq-header h3 {
    margin: 0 0 4px;
    color: #182230;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.8;
}

.category-faq-header p {
    margin: 0;
    color: #7b8492;
    font-size: 12px;
    line-height: 1.8;
}

.category-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-faq-item {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5eaf0;
    border-radius: 13px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

    .category-faq-item.active {
        border-color: rgba(0, 82, 212, 0.3);
        box-shadow: 0 7px 22px rgba(15, 23, 42, 0.06);
    }

.category-faq-question {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0;
    padding: 13px 14px;
    direction: rtl;
    text-align: right;
    font-family: inherit;
    color: #182230;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

    .category-faq-question:hover {
        background: #fafcff;
    }

    .category-faq-question:focus-visible {
        outline: 2px solid rgba(0, 82, 212, 0.25);
        outline-offset: -2px;
    }

.category-faq-number {
    width: 31px;
    height: 31px;
    min-width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #eef4ff;
    color: #0052d4;
    font-size: 12px;
    font-weight: 800;
}

.category-faq-question-text {
    min-width: 0;
    flex: 1;
    color: #182230;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
}

.category-faq-arrow {
    width: 29px;
    height: 29px;
    min-width: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f3f5f8;
    color: #8490a0;
    font-size: 11px;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.category-faq-item.active .category-faq-arrow {
    transform: rotate(180deg);
    color: #ffffff;
    background: #0052d4;
}

.category-faq-answer {
    display: none;
    border-top: 1px solid #edf0f4;
    background: #fbfcfe;
}

.category-faq-item.active .category-faq-answer {
    display: block;
}

.category-faq-answer-inner {
    padding: 15px 56px 17px 16px;
    color: #596576;
    font-size: 13px;
    line-height: 2.1;
}

    .category-faq-answer-inner p {
        margin: 0 0 10px;
    }

        .category-faq-answer-inner p:last-child {
            margin-bottom: 0;
        }

    .category-faq-answer-inner a {
        color: #0052d4;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .category-faq-section {
        margin-top: 16px;
        padding: 14px;
        border-radius: 14px;
    }

    .category-faq-header {
        align-items: flex-start;
        gap: 10px;
        padding-bottom: 13px;
        margin-bottom: 13px;
    }

    .category-faq-header-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 11px;
        font-size: 16px;
    }

    .category-faq-header h3 {
        font-size: 14px;
    }

    .category-faq-header p {
        font-size: 10px;
    }

    .category-faq-question {
        min-height: 56px;
        gap: 9px;
        padding: 11px;
    }

    .category-faq-number {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 10px;
    }

    .category-faq-question-text {
        font-size: 12px;
        line-height: 1.9;
    }

    .category-faq-arrow {
        width: 27px;
        height: 27px;
        min-width: 27px;
    }

    .category-faq-answer-inner {
        padding: 13px;
        font-size: 12px;
        line-height: 2;
    }
}
/* =====================================================
   امتیاز و تعداد بازدید کارت فروشگاه
===================================================== */

.business-card-meta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

    .business-card-meta .business-card-rating {
        margin-bottom: 0;
    }

.business-card-views {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    background: none;
    border: none;
    font-size: 12px;
    color: #6b7280;
}

    .business-card-views i {
        color: #0052d4;
        font-size: 12px;
    }

body.dark .business-card-views {
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
}

@media (max-width: 450px) {
    .business-card-meta {
        gap: 6px;
    }

    .business-card-views {
        padding: 4px 8px;
        font-size: 10px;
    }
}
.business-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .business-card-meta:has(.business-card-rating:not(:empty)) {
        justify-content: space-between;
    }

    .business-card-meta:not(:has(.business-card-rating)) {
        justify-content: right;
    }