/* ========== استایل صفحه جزئیات کسب و کار ========== */

/* ========== نوار تب‌ها ========== */



body.dark .detail-tabs {
    background: rgb(15, 23, 42);
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* حالت دارک - سفید شدن متن h3 در بخش توضیحات */
body.dark .business-description h3,
body.dark .business-features h3 {
    color: #f1f5f9 !important;
}

/* همچنین برای اطمینان از سفید شدن بقیه h3 های مشابه */
body.dark .section-card h3,
body.dark .address-info h3,
body.dark .contact-phone h3,
body.dark .contact-social h3,
body.dark .working-hours h3,
body.dark .features-summary h3 {
    color: #f1f5f9;
}

/* حالت دارک - رنگ متن توضیحات */
body.dark .business-description p {
    color: #cbcbcb;
}

/* همچنین برای اطمینان از سایر پاراگراف‌های مشابه */
body.dark .business-features p,
body.dark .address-info p,
body.dark .review-text {
    color: #cbcbcb;
}

/* تنظیم رنگ متن کلاس text-addres */
.text-addres {
    color: #1e293b;
    /* رنگ تیره برای حالت روشن */
}

/* حالت دارک - رنگ روشن */
body.dark .text-addres {
    color: #f1f5f9;
}

.tabs-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 8px 4px 12px 4px;
    scrollbar-width: none;
}

.tabs-slider::-webkit-scrollbar {
    display: none;
}

.tab-chip {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 82, 212, 0.12);
    padding: 10px 20px;
    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;
}

.tab-chip i {
    font-size: 14px;
    color: #0052D4;
}

.tab-chip:hover {
    background: rgba(0, 82, 212, 0.1);
    color: #0052D4;
    transform: translateY(-2px);
}

.tab-chip.active {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
}

.tab-chip.active i {
    color: white;
}

/* دکمه‌های ناوبری - فقط در دسکتاپ (عرض بیشتر از 768px) */
@media (min-width: 769px) {
    .tabs-nav {
        display: flex !important;
        justify-content: center;
        gap: 12px;
        margin-top: 12px;
    }

    .tab-prev,
    .tab-next {
        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;
        font-size: 14px;
    }

    .tab-prev:hover,
    .tab-next:hover {
        background: linear-gradient(135deg, #0052D4, #4364F7);
        color: white;
        transform: scale(1.05);
    }
}

/* در موبایل دکمه‌ها مخفی شوند */
@media (max-width: 768px) {
    .tabs-nav {
        display: none !important;
    }
}

/* همه بخش‌ها به صورت عادی نمایش داده می‌شوند */
.detail-section {
    display: block;
    margin-bottom: 24px;
    scroll-margin-top: 80px;
}

/* گالری تصاویر */
.media-gallery {
    margin-bottom: 24px;
}

.media-main {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 24px;
    overflow: hidden;
    background: #1e293b;
}

.media-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    scrollbar-width: none;
}

.media-thumbnails::-webkit-scrollbar {
    display: none;
}

.thumb {
    width: 80px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
    position: relative;
}

.thumb.active {
    opacity: 1;
    border: 2px solid #0052D4;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* اطلاعات اصلی */
.business-info-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 82, 212, 0.1);
}

body.dark .business-info-header {
    background: rgba(20, 25, 45, 0.95);
}

.business-detail-title {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
}

body.dark .business-detail-title {
    color: #f1f5f9;
}

.business-detail-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-stars-large i {
    font-size: 16px;
    color: #fbbf24;
}

.rating-value {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
}

.rating-total {
    font-size: 12px;
    color: #64748b;
}

.business-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.action-btn {
    flex: 1;
    padding: 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.favorite-btn {
    background: transparent;
    border: 1.5px solid #ef4444;
    color: #ef4444;
}

.favorite-btn.active {
    background: #ef4444;
    color: white;
}

.comment-btn {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    border: none;
    color: white;
}

.action-btn:hover {
    transform: translateY(-2px);
}

.business-description,
.business-features {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 82, 212, 0.1);
}

body.dark .business-description,
body.dark .business-features {
    background: rgba(20, 25, 45, 0.95);
}

.business-description h3,
.business-features h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.business-description p {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feature-badge {
    background: rgba(0, 82, 212, 0.08);
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 12px;
    color: #1e293b;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* آدرس */
.address-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 82, 212, 0.1);
}

body.dark .address-container {
    background: rgba(20, 25, 45, 0.95);
}

.address-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.address-info p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
}

.navigate-btn {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    border: none;
    padding: 10px 20px;
    border-radius: 40px;
    color: white;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.navigate-btn:hover {
    transform: translateY(-2px);
    gap: 12px;
}

.map-preview {
    margin-top: 16px;
    border-radius: 20px;
    overflow: hidden;
}

/* اطلاعات تماس */
.contact-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 82, 212, 0.1);
}

body.dark .contact-container {
    background: rgba(20, 25, 45, 0.95);
}

.contact-phone h3,
.contact-social h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: rgba(0, 82, 212, 0.05);
    padding: 12px 16px;
    border-radius: 60px;
    margin-bottom: 20px;
}

.phone-number span {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    direction: ltr;
    display: inline-block;
}

.call-btn {
    background: #3460ef;
    border: none;
    padding: 8px 20px;
    border-radius: 40px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.call-btn:hover {
    transform: translateY(-2px);
}

.social-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-self: center;
}

.social-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
}

.social-circle.whatsapp {
    background: #25D36620;
    color: #25D366;
}

.social-circle.telegram {
    background: #26A5E420;
    color: #26A5E4;
}

.social-circle.instagram {
    background: #E4405F20;
    color: #E4405F;
}

.social-circle.website {
    background: #0052D420;
    color: #0052D4;
}

.social-circle:hover {
    transform: translateY(-3px);
}

/* ساعات کاری */
.hours-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 82, 212, 0.1);
}

body.dark .hours-container {
    background: rgba(20, 25, 45, 0.95);
}

.working-hours h3,
.features-summary h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hours-list {
    list-style: none;
    padding: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

.key-features {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.key-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 82, 212, 0.08);
    padding: 8px 16px;
    border-radius: 40px;
}

.key-feature i {
    color: #fbbf24;
}

/* فرم نظر */
.review-form-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 82, 212, 0.1);
    text-align: center;
}

body.dark .review-form-container {
    background: rgba(20, 25, 45, 0.95);
}

.review-form-container h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e293b;
}

.review-note {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 20px;
}

.rating-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.stars-rating {
    display: flex;
    gap: 8px;
}

.stars-rating i {
    font-size: 28px;
    cursor: pointer;
    transition: all 0.2s;
    color: #cbd5e1;
}

.stars-rating i.active {
    color: #fbbf24;
}

/* پاپ آپ نظر */
.review-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.review-popup-content {
    background: white;
    border-radius: 32px;
    width: 90%;
    max-width: 380px;
    max-height: 90vh;
    overflow-y: auto;
}

.review-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.review-popup-header i {
    font-size: 24px;
    color: #0052D4;
}

.review-popup-header h4 {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    margin-right: 12px;
}

.close-popup {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #94a3b8;
}

.review-popup-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #1e293b;
}

.form-group input,
.form-group textarea {
    width: 100%;
    direction: rtl;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 13px;
}

.submit-review-btn {
    width: 100%;
    background: linear-gradient(135deg, #0052D4, #4364F7);
    border: none;
    padding: 14px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

/* لیست نظرات */
.reviews-list-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 82, 212, 0.1);
}

body.dark .reviews-list-container {
    background: rgba(20, 25, 45, 0.95);
}

.reviews-list-container h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-card {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviewer-info i {
    font-size: 40px;
    color: #0052D4;
}

.reviewer-info strong {
    font-size: 14px;
    color: #1e293b;
    display: block;
}

.reviewer-info span {
    font-size: 11px;
    color: #64748b;
}

.review-stars i {
    font-size: 12px;
    color: #fbbf24;
}

.review-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 12px;
}

.load-more-reviews {
    width: 100%;
    background: transparent;
    border: 2px solid #0052D4;
    padding: 12px;
    border-radius: 50px;
    color: #0052D4;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    margin-top: 16px;
}

@media (max-width: 576px) {
    .detail-tabs {
        position: relative;
    }

    .business-actions {
        flex-direction: column;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Tahoma', sans-serif;
    background: #f0f4f8;
    transition: background 0.3s;
}

body.dark {
    background: #0a0f1e;
}



.mobile-app{
    background:#ffffff!important;
}
body.dark .mobile-app {
    background: #0f172a;
}


/* FIX Header Tabs + Bottom Bar */
.detail-tabs {
    position: sticky !important;
    top: 0 !important;
    z-index: 900 !important;
    max-width: 400px;
    margin: 0 auto;
}

.mobile-app {
    position: relative;
    overflow: visible !important;
}

.main-content {
    padding-bottom: 90px !important;
}

.business-bottom-bar {
    z-index: 1200 !important;
    will-change: transform;
}

    .business-bottom-bar.bb-hidden {
        transform: translateX(-50%) translateY(115%) !important;
    }

    .business-bottom-bar:not(.bb-hidden) {
        transform: translateX(-50%) translateY(0) !important;
    }

/* این بخش قبلی مشکل‌ساز بود، خنثی می‌کنیم */
@media (max-width: 576px) {
    .detail-tabs {
        position: sticky !important;
    }
}


/* نوار تب‌ها */
.tabs-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 10px;
}

.tabs-slider::-webkit-scrollbar {
    display: none;
}

.tab-chip {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    color: #64748b;
}

body.dark .tab-chip {
    background: #1e293b;
    border-color: #334155;
    color: #94a3b8;
}

.tab-chip.active {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    border-color: transparent;
}

.tab-chip i {
    color: #0052D4;
}

.tab-chip.active i {
    color: white;
}

/* بخش‌ها */
.detail-section {
    scroll-margin-top: 80px;
    margin-bottom: 24px;
}

.section-card {
    background: white;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

body.dark .section-card {
    background: #1e293b;
    border-color: #334155;
}

/* گالری */
.media-main {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    background: #1e293b;
}

.media-main img,
.media-main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
}

.thumb {
    width: 80px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
    position: relative;
    flex-shrink: 0;
}

.thumb.active {
    opacity: 1;
    border: 2px solid #0052D4;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    text-shadow: 0 0 5px black;
}

/* اطلاعات */
.business-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #1e293b;
}

body.dark .business-title {
    color: #f1f5f9;
}

.business-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.stars i {
    color: #fbbf24;
}

.rating-value {
    font-weight: 700;
    color: #1e293b;
}

body.dark .rating-value {
    color: #e2e8f0;
}

.rating-count {
    font-size: 12px;
    color: #64748b;
}

.action-buttons {
    display: flex;
    gap: 12px;
    margin: 16px 0;
}

.btn {
    padding: 12px 3px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
}

.btn-favorite {
    background: transparent;
    border: 1.5px solid #ef4444;
    color: #ef4444;
}

.btn-favorite.active {
    background: #ef4444;
    color: white;
}

.btn-comment {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
}

.btn-map {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    width: 100%;
    margin-top: 12px;
}

.btn:hover {
    transform: translateY(-2px);
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.feature-badge {
    background: rgba(0, 82, 212, 0.08);
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 12px;
    color: #1e293b;
}

body.dark .feature-badge {
    background: rgba(0, 82, 212, 0.2);
    color: #e2e8f0;
}

.phone-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f5f9;
    padding: 12px 16px;
    border-radius: 60px;
    margin: 12px 0;
}

body.dark .phone-wrapper {
    background: #334155;
}

.phone-number {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    direction: ltr;
}

body.dark .phone-number {
    color: #e2e8f0;
}

.call-btn {
    background: #3460ef;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 600;
}

.social-links {
    display: flex;
    gap: 16px;
    margin-top: 12px;
}

.social-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
}

.social-circle.whatsapp {
    background: #25D36620;
    color: #25D366;
}

.social-circle.telegram {
    background: #26A5E420;
    color: #26A5E4;
}

.social-circle.instagram {
    background: #E4405F20;
    color: #E4405F;
}

.social-circle:hover {
    transform: translateY(-3px);
}

.hours-list {
    list-style: none;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

body.dark .hours-list li {
    border-color: #334155;
    color: #e2e8f0;
}

/* فرم نظر */
.review-form-card {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

body.dark .review-form-card {
    background: #1e293b;
}

.stars-rating {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 15px 0;
}

.stars-rating i {
    font-size: 32px;
    cursor: pointer;
    color: #cbd5e1;
    transition: all 0.2s;
}

.stars-rating i.active {
    color: #fbbf24;
}

/* پاپ آپ */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-content {
    background: white;
    border-radius: 28px;
    width: 90%;
    max-width: 360px;
    max-height: 90vh;
    overflow-y: auto;
    animation: popupIn 0.3s ease;
}

body.dark .popup-content {
    background: #1e293b;
}

@keyframes popupIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
}

body.dark .popup-header {
    border-color: #334155;
}

.popup-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #64748b;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 13px;
    background: white;
}

body.dark .form-group input,
body.dark .form-group textarea {
    background: #0f172a;
    border-color: #334155;
    color: #e2e8f0;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
}

.review-item {
    background: #f8fafc;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 12px;
}

body.dark .review-item {
    background: #0f172a;
}

.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.reviewer-name {
    font-weight: 700;
    color: #1e293b;
}

body.dark .reviewer-name {
    color: #f1f5f9;
}

.review-stars i {
    font-size: 12px;
    color: #fbbf24;
}

.review-text {
    color: #64748b;
    font-size: 13px;
    margin: 8px 0;
}

.review-date {
    font-size: 11px;
    color: #94a3b8;
}

.load-more {
    width: 100%;
    background: transparent;
    border: 2px solid #0052D4;
    padding: 12px;
    border-radius: 50px;
    color: #0052D4;
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
}

body.dark .load-more {
    border-color: #6FB1FC;
    color: #6FB1FC;
}

@media (max-width: 450px) {
    .thumb {
        width: 70px;
        height: 55px;
    }

    .stars-rating i {
        font-size: 28px;
    }
}
@media (max-width: 576px) {
    .detail-tabs {
        position: sticky !important;
        top: 0 !important;
    }
}

.business-bottom-bar {
    transition: transform .28s ease !important;
}

    .business-bottom-bar.bb-hidden {
        transform: translateX(-50%) translateY(120%) !important;
    }

    .business-bottom-bar:not(.bb-hidden) {
        transform: translateX(-50%) translateY(0) !important;
    }

.detail-header {
    height: 64px;
    padding: 10px 14px;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0,82,212,.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    z-index: 700;
}

.detail-header-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(0,82,212,.09);
    color: #0052D4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.detail-header-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .detail-header-title strong {
        font-size: 14px;
        color: #0f172a;
    }

    .detail-header-title span {
        font-size: 11px;
        color: #64748b;
    }

body.dark .detail-header {
    background: rgba(15,23,42,.96);
    border-bottom-color: rgba(255,255,255,.08);
}

body.dark .detail-header-title strong {
    color: #f8fafc;
}

.bb-btn {
    flex: 1;
    min-height: 24px;
    border-radius: 16px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
}

.bb-call {
    background: linear-gradient(135deg,#16a34a,#22c55e);
    color: white;
}

.bb-navigate {
    background: linear-gradient(135deg,#0052D4,#4364F7);
    color: white;
}

.bb-favorite,
.bb-comment {
    background: rgba(0,82,212,.06);
    color: #0052D4;
    border: 1px solid rgba(0,82,212,.16);
}

    .bb-favorite.active {
        background: #ef4444;
        color: white;
        border-color: #ef4444;
    }

.main-content {
    padding-bottom: 16px;
}
.business-bottom-bar {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translate(-50%,120%);
    transition: transform .35s cubic-bezier(.4,0,.2,1), opacity .25s;
    opacity: 0;
    width: calc(100% - 24px);
    max-width: 100%;
    z-index: 1500;
}

    .business-bottom-bar.show {
        transform: translate(-50%,0);
        opacity: 1;
    }
.business-bottom-bar {
    position: fixed;
    left: 50%;
    bottom: 14px;
    width: calc(100% - 20px);
    max-width: 100%;
    transform: translateX(-50%) translateY(90px) scale(.92);
    opacity: 0;
    filter: blur(6px);
    transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .40s ease, filter .45s ease;
    will-change: transform,opacity,filter;
    z-index: 1500;
}

    .business-bottom-bar.show {
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 1;
        filter: blur(0);
    }

.detail-header {
    transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .35s ease, filter .35s ease;
    will-change: transform, opacity, filter;
}

    .detail-header.header-hidden {
        transform: translateY(-110%);
        opacity: 0;
        filter: blur(4px);
    }

.detail-header-wrapper {
    height: 70px;
    overflow: hidden;
    transition: height .55s cubic-bezier(.22,1,.36,1);
}

    .detail-header-wrapper.hide {
        height: 0;
    }

.detail-header {
    height: 70px;
}

.detail-header-title h1{
    font-size:13px;
}

.detail-header-title p {
    font-size: 11px;
}