 
 
 
 
 
 
 .strategy-item {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
        }
        .strategy-item h5 {
            font-weight: 600;
            margin-bottom: 12px;
            color: #1a1a2e;
        }
        .strategy-item p {
            font-size: 16px;
            line-height: 1.7;
            color: #444;
        }
        
        /* تنسيقات صندوق المعلومات */
        .info-box {
            background: #e8f4fd;
            border-radius: 12px;
            padding: 20px;
            margin: 20px 0;
        }
        .info-box h4 {
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 15px;
        }
        
        /* تنسيقات شارات الأدوات */
        .tool-badge {
            display: inline-block;
            background: #f0f0f0;
            padding: 8px 16px;
            border-radius: 25px;
            margin: 5px;
            font-size: 14px;
            color: #555;
        }
        
        /* تنسيقات النقاط الرئيسية */
        .key-point {
            background: #e8f4fd;
            padding: 30px;
            border-radius: 20px;
            margin: 30px 0;
        }
        .key-point h4 {
            color: #1a1a2e;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .key-point .row div {
            font-size: 15px;
            margin-bottom: 12px;
        }
        
     
        
      
        
        /* استجابة للشاشات الصغيرة */
        @media (max-width: 768px) {
            .stats-number {
                font-size: 1.8rem;
            }
            .influencer-types {
                flex-direction: column;
            }
           
            .info {
                flex-direction: column;
                text-align: center;
            }
            .info li {
                margin-bottom: 5px;
            }
          
            .type-card {
                min-width: auto;
            }
        }
        
        @media (max-width: 992px) {
            .stats-card {
                margin-bottom: 15px;
            }
        }


                .stats-card {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 20px;
            padding: 25px;
            color: white;
            text-align: center;
            transition: transform 0.3s;
        }
        .stats-card:hover {
            transform: translateY(-5px);
        }
        .stats-number {
            font-size: 2.5rem;
            font-weight: 700;
        }
        .related-article-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: all 0.3s;
            margin-bottom: 25px;
        }
        .related-article-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }
        .related-img {
            height: 200px;
            object-fit: cover;
            width: 100%;
        }
        .strategy-item {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
        }
        .info-box {
            background: #e8f4fd;
            border-radius: 12px;
            padding: 20px;
            margin: 20px 0;
        }
        .tool-badge {
            display: inline-block;
            background: #f0f0f0;
            padding: 8px 16px;
            border-radius: 25px;
            margin: 5px;
            font-size: 14px;
        }
        .key-point {
            background: #e8f4fd;
            padding: 30px;
            border-radius: 20px;
            margin: 30px 0;
        }
        .key-point h4 {
            color: #2c3e50;
            font-weight: 700;
        }
        @media (max-width: 768px) {
            .stats-number {
                font-size: 1.8rem;
            }
        }


         /* تنسيق القسم بالكامل - عرض كامل */
    .faq-fullwidth-section {
        margin: 40px 0;
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }

    /* تأثيرات الخلفية */
    .faq-fullwidth-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 60%;
        height: 150%;
        border-radius: 50%;
        pointer-events: none;
    }
    
    .faq-fullwidth-section::after {
        content: '';
        position: absolute;
        bottom: -30%;
        left: -10%;
        width: 50%;
        height: 100%;
        border-radius: 50%;
        pointer-events: none;
    }

    /* الحاوية تمتد للعرض الكامل */
    .faq-fullwidth-section .container-fluid {
        
        padding: 0 40px;
        position: relative;
        z-index: 1;
    }

    /* عنوان القسم */
    .faq-fullwidth-section .solutions-header {
        text-align: center;
        margin-bottom: 50px;
        position: relative;
    }
    
    .faq-fullwidth-section .solutions-header h2 {
        font-size: 42px;
        font-weight: 800;
        margin: 0;
        position: relative;
        display: inline-block;
        background: #00315F;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .faq-fullwidth-section .header-subtitle {
        font-size: 18px;
        color: #666;
        margin-top: 15px;
    }

    /* الأكورديون الحديث - نسخة موسعة */
    .accordion-modern-full {
        background: transparent;
        
    }

    .accordion-modern-full .accordion-item {
        background: white;
        border: none !important;
        border-radius: 20px !important;
        margin-bottom: 18px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.06);
        transition: all 0.3s ease;
    }

    .accordion-modern-full .accordion-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    }

    .accordion-modern-full .accordion-header button {
        background: white;
        color: #1a1a2e;
        font-weight: 700;
        font-size: 18px;
        padding: 22px 28px;
        border-radius: 20px !important;
        box-shadow: none;
        border: none;
    }

    .accordion-modern-full .accordion-header button i {
        font-size: 22px;
        margin-left: 12px;
    }

    .accordion-modern-full .accordion-header button::after {
        margin-right: auto;
        margin-left: 0;
        transition: all 0.3s;
    }

    .accordion-modern-full .accordion-header button:not(.collapsed) {
        background: #2354b5;
        color: white;
        border-radius: 20px 20px 0 0 !important;
    }

    .accordion-modern-full .accordion-header button:not(.collapsed)::after {
        filter: brightness(0) invert(1);
    }

    .accordion-modern-full .accordion-body {
        padding: 25px 30px;
        font-size: 16px;
        line-height: 1.8;
        color: #444;
        background: white;
        border-radius: 0 0 20px 20px;
    }

    /* بطاقات إحصائيات - نسخة موسعة */
    .stats-mini-cards-full {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-mini-card-full {
        background: white;
        border-radius: 20px;
        padding: 22px 12px;
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    }

    .stat-mini-card-full:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    }

    .stat-mini-card-full .stat-icon {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        font-size: 28px;
    }

    .icon-blue {
        background: linear-gradient(135deg, #667eea20 0%, #764ba220 100%);
        color: #667eea;
    }
    .icon-green {
        background: linear-gradient(135deg, #43e97b20 0%, #38f9d720 100%);
        color: #2ecc71;
    }
    .icon-orange {
        background: linear-gradient(135deg, #f093fb20 0%, #f5576c20 100%);
        color: #e74c3c;
    }
    .icon-purple {
        background: linear-gradient(135deg, #4facfe20 0%, #00f2fe20 100%);
        color: #3498db;
    }
    .icon-pink {
        background: linear-gradient(135deg, #fa709a20 0%, #fee14020 100%);
        color: #e84393;
    }
    .icon-cyan {
        background: linear-gradient(135deg, #a18cd120 0%, #fbc2eb20 100%);
        color: #00cec9;
    }

    .stat-mini-card-full h3 {
        font-size: 28px;
        font-weight: 800;
        margin: 10px 0 5px;
        color: #1a1a2e;
    }

    .stat-mini-card-full p {
        color: #666;
        margin: 0;
        font-size: 13px;
    }

    /* بطاقة النصيحة الموسعة */
    .faq-tip-full {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 20px;
        padding: 22px;
        color: white;
    }

    .faq-tip-full .tip-content {
        display: flex;
        align-items: flex-start;
        gap: 18px;
    }

    .faq-tip-full .tip-content i {
        font-size: 45px;
        opacity: 0.95;
    }

    .faq-tip-full .tip-content h5 {
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 700;
    }

    .faq-tip-full .tip-content p {
        margin: 0;
        font-size: 14px;
        opacity: 0.92;
        line-height: 1.6;
    }

    /* تنسيق البطاقات المساعدة */
    .body-highlight {
        background: linear-gradient(135deg, #667eea12 0%, #764ba212 100%);
        padding: 12px 16px;
        border-radius: 14px;
        font-size: 14px;
        color: #667eea;
        font-weight: 500;
    }

    .body-highlight i {
        margin-left: 8px;
    }

    .kpi-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .kpi-badge {
        background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
        padding: 6px 14px;
        border-radius: 25px;
        font-size: 12px;
        font-weight: 600;
        color: #667eea;
        transition: all 0.2s;
    }

    .kpi-badge:hover {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        transform: scale(1.02);
    }

    /* شريط التقدم */
    .progress {
        border-radius: 10px;
        overflow: hidden;
    }
    .progress-bar {
        font-size: 11px;
        line-height: 10px;
        color: white;
    }

    /* ===== استجابة للأجهزة المختلفة ===== */
    
    /* شاشات كبيرة جداً (Desktop) */
    @media (min-width: 1600px) {
        .faq-fullwidth-section .container-fluid {
            padding: 0 80px;
        }
        
        .faq-fullwidth-section .solutions-header h2 {
            font-size: 48px;
        }
        
        .accordion-modern-full .accordion-header button {
            font-size: 20px;
            padding: 25px 35px;
        }
        
        .stat-mini-card-full {
            padding: 28px 15px;
        }
        
        .stat-mini-card-full h3 {
            font-size: 32px;
        }
    }
    
    /* شاشات متوسطة (Tablet/Laptop) */
    @media (max-width: 992px) {
        .faq-fullwidth-section .container-fluid {
            padding: 0 25px;
        }
        
        .faq-fullwidth-section .solutions-header h2 {
            font-size: 34px;
        }
        
        .accordion-modern-full .accordion-header button {
            font-size: 16px;
            padding: 18px 22px;
        }
        
        .stats-mini-cards-full {
            margin-top: 30px;
        }
        
        .stat-mini-card-full h3 {
            font-size: 24px;
        }
    }
    
    /* شاشات صغيرة (Mobile) */
    @media (max-width: 768px) {
        .faq-fullwidth-section {
            padding: 40px 0;
            margin: 20px 0;
        }
        
        .faq-fullwidth-section .container-fluid {
            padding: 0 16px;
        }
        
        .faq-fullwidth-section .solutions-header {
            margin-bottom: 30px;
        }
        
        .faq-fullwidth-section .solutions-header h2 {
            font-size: 26px;
        }
        
        .header-subtitle {
            font-size: 14px;
        }
        
        .accordion-modern-full .accordion-header button {
            font-size: 14px;
            padding: 14px 18px;
        }
        
        .accordion-modern-full .accordion-header button i {
            font-size: 16px;
            margin-left: 8px;
        }
        
        .accordion-modern-full .accordion-body {
            padding: 16px 20px;
            font-size: 14px;
        }
        
        /* بطاقات الإحصائيات في الموبايل */
        .stats-mini-cards-full {
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            margin-top: 20px;
        }
        
        .stat-mini-card-full {
            padding: 15px 10px;
        }
        
        .stat-mini-card-full .stat-icon {
            width: 50px;
            height: 50px;
            font-size: 22px;
        }
        
        .stat-mini-card-full h3 {
            font-size: 20px;
        }
        
        .stat-mini-card-full p {
            font-size: 11px;
        }
        
        .faq-tip-full {
            padding: 16px;
            margin-top: 15px;
        }
        
        .faq-tip-full .tip-content i {
            font-size: 32px;
        }
        
        .faq-tip-full .tip-content h5 {
            font-size: 15px;
        }
        
        .faq-tip-full .tip-content p {
            font-size: 12px;
        }
        
        .body-highlight {
            padding: 8px 12px;
            font-size: 12px;
        }
        
        .kpi-badge {
            padding: 4px 10px;
            font-size: 10px;
        }
        
        /* ترتيب الأعمدة في الموبايل */
        .faq-fullwidth-section .row {
            flex-direction: column;
        }
        
        .faq-fullwidth-section .col-lg-7,
        .faq-fullwidth-section .col-lg-5 {
            width: 100%;
        }
        
        .accordion-modern-full .accordion-item {
            margin-bottom: 12px;
        }
    }
    
    /* شاشات صغيرة جداً (Mobile Small) */
    @media (max-width: 480px) {
        .stats-mini-cards-full {
            gap: 10px;
        }
        
        .stat-mini-card-full {
            padding: 12px 8px;
        }
        
        .stat-mini-card-full .stat-icon {
            width: 45px;
            height: 45px;
            font-size: 20px;
        }
        
        .stat-mini-card-full h3 {
            font-size: 18px;
        }
        
        .faq-tip-full .tip-content {
            gap: 12px;
        }
    }
    
    /* إضافة أيقونات Font Awesome إذا لم تكن موجودة */
    @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');