/* Start custom CSS for html, class: .elementor-element-09e704c */.document-container {
            max-width: 1100px;
            margin: 0 auto;
            background: white;
            border-radius: 24px;
            box-shadow: 0 20px 50px rgba(58, 95, 125, 0.12);
            padding: 50px;
            border: 1px solid #e5e7eb;
        }

        /* تیترها */
        .main-title {
            color: #3A5F7D;
            font-size: 28px;
            text-align: center;
            margin-bottom: 10px;
            font-weight: 800;
        }

        .year-badge {
            text-align: center;
            color: #E8A0A8;
            font-size: 18px;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 2px solid #E8A0A8;
            display: inline-block;
            width: auto;
            margin-left: auto;
            margin-right: auto;
        }

        .subtitle {
            text-align: center;
            color: #5a7a9a;
            margin-bottom: 40px;
        }

        h2 {
            color: #3A5F7D;
            font-size: 24px;
            margin: 35px 0 20px 0;
            padding-right: 15px;
            border-right: 4px solid #E8A0A8;
            font-weight: 700;
        }

        h3 {
            color: #5a7a9a;
            font-size: 20px;
            margin: 25px 0 15px 0;
            font-weight: 600;
        }

        h4 {
            color: #3A5F7D;
            font-size: 18px;
            margin: 20px 0 10px 0;
            font-weight: 600;
        }

        /* متن */
        p {
            margin-bottom: 18px;
            text-align: justify;
        }

        /* لیست‌ها */
        ul, ol {
            margin: 15px 0 15px 25px;
            padding-right: 20px;
        }

        li {
            margin-bottom: 10px;
            text-align: justify;
        }

        /* باکس‌های ویژه */
        .highlight-box {
            background: linear-gradient(135deg, #E1F2FF 0%, #f0f9ff 100%);
            border-right: 4px solid #3A5F7D;
            padding: 25px;
            border-radius: 16px;
            margin: 25px 0;
        }

        .mission-box {
            background: linear-gradient(135deg, #3A5F7D 0%, #2a4a6d 100%);
            color: white;
            padding: 35px;
            border-radius: 20px;
            margin: 35px 0;
            text-align: center;
        }

        .mission-box p {
            color: rgba(255,255,255,0.95);
            text-align: center;
        }

        .mission-box h3 {
            color: white;
            margin-bottom: 15px;
        }

        /* جدول SWOT */
        .swot-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            margin: 30px 0;
        }

        .swot-card {
            background: #f8fafc;
            border-radius: 16px;
            padding: 25px;
            border: 1px solid #e5e7eb;
            transition: all 0.3s ease;
        }

        .swot-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }

        .swot-card h4 {
            font-size: 20px;
            margin-bottom: 18px;
            padding-bottom: 10px;
            border-bottom: 2px solid;
        }

        .strength h4 { color: #2d8c67; border-bottom-color: #2d8c67; }
        .weakness h4 { color: #e74c3c; border-bottom-color: #e74c3c; }
        .opportunity h4 { color: #3498db; border-bottom-color: #3498db; }
        .threat h4 { color: #e67e22; border-bottom-color: #e67e22; }

        .swot-card ul {
            margin: 0;
            padding-right: 20px;
        }

        .swot-card li {
            margin-bottom: 10px;
        }

        /* جدول نتایج */
        .results-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .results-table th {
            background: #3A5F7D;
            color: white;
            padding: 15px;
            font-weight: 600;
            font-size: 16px;
        }

        .results-table td {
            border: 1px solid #e5e7eb;
            padding: 12px 15px;
            vertical-align: top;
        }

        .results-table tr:nth-child(even) {
            background: #f8fafc;
        }

        /* برنامه‌های زمانی */
        .timeline-list {
            margin: 20px 0;
        }

        .timeline-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 15px;
            padding: 12px 15px;
            background: #f8fafc;
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .timeline-item:hover {
            background: #f0f9ff;
            transform: translateX(-5px);
        }

        .timeline-year {
            min-width: 100px;
            background: #3A5F7D;
            color: white;
            padding: 6px 15px;
            border-radius: 25px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }

        .timeline-text {
            flex: 1;
        }

        /* آمار */
        .stats-mini {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 20px;
            margin: 30px 0;
        }

        .stat-mini {
            text-align: center;
            background: white;
            padding: 20px 30px;
            border-radius: 16px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            border: 1px solid #e5e7eb;
            min-width: 150px;
        }

        .stat-number {
            font-size: 32px;
            font-weight: 800;
            color: #3A5F7D;
        }

        .stat-label {
            font-size: 14px;
            color: #5a7a9a;
        }

        /* شماره صفحات (حذف شده) */
        .page-break {
            display: none;
        }

        /* ریسپانسیو */
        @media (max-width: 768px) {
            .document-container {
                padding: 25px;
            }
            
            .main-title {
                font-size: 24px;
            }
            
            h2 {
                font-size: 20px;
            }
            
            h3 {
                font-size: 18px;
            }
            
            .swot-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                flex-direction: column;
                gap: 8px;
            }
            
            .timeline-year {
                align-self: flex-start;
            }
            
            .results-table th,
            .results-table td {
                padding: 10px;
                font-size: 14px;
            }
            
            .stats-mini {
                gap: 15px;
            }
            
            .stat-mini {
                padding: 15px 20px;
                min-width: 120px;
            }
            
            .stat-number {
                font-size: 24px;
            }
        }

        @media (max-width: 480px) {
            .document-container {
                padding: 20px;
            }
            
            .main-title {
                font-size: 20px;
            }
            
            .results-table {
                font-size: 13px;
            }
            
            .results-table th,
            .results-table td {
                padding: 8px;
            }
        }

        /* انیمیشن */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .document-container > * {
            animation: fadeIn 0.5s ease-out forwards;
        }/* End custom CSS */