/* Clean Corporate Article Detail Styles */
            #article-detail {
                background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
                padding: 80px 0;
                overflow: hidden;
                margin-top: 80px;
            }

            /* Decorative Background Elements */
            #article-detail::before {
                content: '';
                position: absolute;
                top: -70px;
                right: -70px;
                width: 320px;
                height: 320px;
                background: linear-gradient(135deg, rgba(27, 58, 107, 0.04) 0%, transparent 100%);
                border-radius: 50%;
                z-index: 0;
            }

            #article-detail::after {
                content: '';
                position: absolute;
                bottom: -90px;
                left: -90px;
                width: 380px;
                height: 380px;
                background: linear-gradient(135deg, rgba(27, 58, 107, 0.03) 0%, rgba(27, 58, 107, 0.01) 100%);
                border-radius: 50%;
                z-index: 0;
            }

            /* Main Article Card */
            .article-card {
                background: white;
                border-radius: 16px;
                overflow: hidden;
                box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
                border: 1px solid rgba(27, 58, 107, 0.1);
                position: relative;
                z-index: 1;
                margin-bottom: 30px;
            }

            .article-card::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 4px;
                background: linear-gradient(90deg, #1B3A6B 0%, #2c5282 100%);
                z-index: 2;
            }

            /* Article Image */
            .article-image-container {
                position: relative;
                overflow: hidden;
                height: 450px;
            }

            .article-image-container img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            /* Article Meta */
            .article-meta {
                display: flex;
                gap: 25px;
                padding: 25px 40px;
                background: linear-gradient(135deg, rgba(27, 58, 107, 0.03) 0%, rgba(27, 58, 107, 0.05) 100%);
                border-bottom: 1px solid rgba(27, 58, 107, 0.1);
            }

            .article-meta-item {
                display: flex;
                align-items: center;
                gap: 8px;
                color: #495057;
                font-size: 15px;
                font-weight: 500;
            }

            .article-meta-item i {
                color: #1B3A6B;
                font-size: 18px;
            }

            /* Article Content */
            .article-content-wrapper {
                padding: 40px;
            }

            .article-title {
                font-size: 32px;
                font-weight: 700;
                color: #1B3A6B;
                margin-bottom: 25px;
                line-height: 1.3;
            }

            .article-content {
                color: #495057;
                font-size: 16px;
                line-height: 1.8;
                margin-bottom: 30px;
            }

            .article-content p {
                margin-bottom: 20px;
            }

            .article-content h1,
            .article-content h2,
            .article-content h3,
            .article-content h4,
            .article-content h5,
            .article-content h6 {
                color: #1B3A6B;
                font-weight: 700;
                margin-top: 30px;
                margin-bottom: 15px;
            }

            .article-content img {
                max-width: 100%;
                height: auto;
                border-radius: 8px;
                margin: 20px 0;
            }

            .article-content ul,
            .article-content ol {
                margin-bottom: 20px;
                padding-left: 25px;
            }

            .article-content li {
                margin-bottom: 10px;
            }

            /* Back Button */
            .back-button {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                padding: 12px 30px;
                background: linear-gradient(135deg, #1B3A6B 0%, #2c5282 100%);
                color: white;
                border-radius: 50px;
                text-decoration: none;
                font-weight: 600;
                font-size: 15px;
                transition: all 0.3s ease;
                box-shadow: 0 4px 15px rgba(27, 58, 107, 0.2);
            }

            .back-button:hover {
                transform: translateY(-2px);
                box-shadow: 0 6px 20px rgba(27, 58, 107, 0.3);
                color: white;
                gap: 12px;
            }

            .back-button i {
                transition: transform 0.3s ease;
            }

            .back-button:hover i {
                transform: translateX(-4px);
            }

            /* Sidebar Widgets */
            .sidebar-widget {
                background: white;
                border-radius: 16px;
                padding: 30px;
                box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
                border: 1px solid rgba(27, 58, 107, 0.1);
                position: relative;
                z-index: 1;
                margin-bottom: 30px;
                transition: all 0.3s ease;
            }

            .sidebar-widget::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 4px;
                background: linear-gradient(90deg, #1B3A6B 0%, #2c5282 100%);
                border-radius: 16px 16px 0 0;
            }

            .sidebar-widget:hover {
                transform: translateY(-4px);
                box-shadow: 0 15px 50px rgba(27, 58, 107, 0.12);
            }

            .widget-title {
                font-size: 20px;
                font-weight: 700;
                color: #1B3A6B;
                margin-bottom: 20px;
            }

            /* Categories Widget */
            .categories-widget ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .categories-widget li {
                margin-bottom: 12px;
            }

            .categories-widget a {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 10px 16px;
                background: linear-gradient(135deg, rgba(27, 58, 107, 0.03) 0%, rgba(27, 58, 107, 0.05) 100%);
                border-radius: 8px;
                color: #495057;
                text-decoration: none;
                transition: all 0.3s ease;
                font-size: 15px;
                font-weight: 500;
            }

            .categories-widget a:hover {
                background: linear-gradient(135deg, #1B3A6B 0%, #2c5282 100%);
                color: white;
                transform: translateX(5px);
                box-shadow: 0 4px 15px rgba(27, 58, 107, 0.2);
            }

            .categories-widget a:hover span {
                color: white !important;
            }

            .categories-widget a.active {
                background: linear-gradient(135deg, #1B3A6B 0%, #2c5282 100%);
                color: white;
                font-weight: 600;
                box-shadow: 0 4px 15px rgba(27, 58, 107, 0.25);
            }

            .categories-widget a.active span {
                color: white !important;
            }

            /* Recent Posts Widget */
            .recent-posts-widget .post-item {
                padding: 15px;
                margin: 0 -15px;
                border-bottom: 1px solid rgba(27, 58, 107, 0.1);
                border-radius: 8px;
                transition: all 0.3s ease;
                cursor: pointer;
            }

            .recent-posts-widget .post-item:last-child {
                border-bottom: none;
                padding-bottom: 15px;
            }

            .recent-posts-widget .post-item:hover {
                background: linear-gradient(135deg, rgba(27, 58, 107, 0.03) 0%, rgba(27, 58, 107, 0.05) 100%);
                transform: translateX(5px);
                box-shadow: 0 4px 15px rgba(27, 58, 107, 0.1);
            }

            .recent-posts-widget table {
                width: 100%;
            }

            .recent-posts-widget img {
                width: 80px;
                height: 80px;
                object-fit: cover;
                border-radius: 8px;
                margin-right: 15px;
                transition: all 0.3s ease;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            }

            .recent-posts-widget .post-item:hover img {
                transform: scale(1.05);
                box-shadow: 0 4px 15px rgba(27, 58, 107, 0.2);
            }

            .recent-posts-widget h4 {
                font-size: 15px;
                font-weight: 600;
                margin-bottom: 8px;
            }

            .recent-posts-widget h4 a {
                color: #1B3A6B;
                text-decoration: none;
                transition: color 0.3s ease;
            }

            .recent-posts-widget h4 a:hover {
                color: #2c5282;
            }

            .recent-posts-widget time {
                font-size: 13px;
                color: #6c757d;
                transition: color 0.3s ease;
            }

            .recent-posts-widget .post-item:hover time {
                color: #495057;
            }

            /* Responsive Design */
            @media (max-width: 991px) {
                #article-detail {
                    padding: 60px 0;
                }

                .article-image-container {
                    height: 350px;
                }

                .article-title {
                    font-size: 28px;
                }

                .article-content-wrapper {
                    padding: 30px;
                }

                .article-meta {
                    padding: 20px 30px;
                }

                .sidebar-widget {
                    margin-top: 40px;
                }
            }

            @media (max-width: 576px) {
                .article-image-container {
                    height: 250px;
                }

                .article-title {
                    font-size: 24px;
                }

                .article-content-wrapper {
                    padding: 20px;
                }

                .article-meta {
                    padding: 15px 20px;
                    flex-direction: column;
                    gap: 10px;
                }

                .sidebar-widget {
                    padding: 20px;
                }

                .back-button {
                    padding: 10px 24px;
                    font-size: 14px;
                }
            }