        .artikel-page { background: #f7f8fa; }
        .artikel-hero {
            position: relative;
            min-height: 430px;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: #0f172a;
        }
        .artikel-hero-media { position: absolute; inset: 0; z-index: 0; }
        .artikel-hero-slide {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            transform: scale(1.08);
            transition: transform 8s ease;
        }
        .artikel-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(15, 23, 42, .95) 0%, rgba(15, 23, 42, .78) 45%, rgba(15, 23, 42, .55) 100%);
        }
        .artikel-hero-content { position: relative; z-index: 2; padding: 90px 0; }
        .artikel-hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 14px;
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 999px;
            background: rgba(255, 255, 255, .08);
            backdrop-filter: blur(8px);
            color: rgba(255, 255, 255, .9);
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 22px;
        }
        .artikel-hero-kicker i { color: #fbbf24; }
        .artikel-hero-title {
            max-width: 850px;
            margin: 0 auto 18px;
            color: #fff;
            font-family: "Barlow", sans-serif;
            font-size: clamp(40px, 5vw, 68px);
            font-weight: 800;
            line-height: 1.05;
        }
        .artikel-hero-title span { color: #fbbf24; }
        .artikel-hero-description {
            max-width: 720px;
            margin: 0 auto;
            color: rgba(255, 255, 255, .72);
            font-size: 17px;
            line-height: 1.75;
        }
        .artikel-hero-line {
            width: 70px;
            height: 4px;
            margin: 26px auto 0;
            border-radius: 999px;
            background: #fbbf24;
        }
        .artikel-content { padding: 70px 0 100px; }
        .artikel-filter-wrapper {
            background: #fff;
            border: 1px solid #e7eaf0;
            border-radius: 16px;
            padding: 20px 24px;
            margin-bottom: 40px;
            box-shadow: 0 4px 16px rgba(15, 23, 42, .03);
        }
        .artikel-search-form .input-group {
            border: 1px solid #d9dee7;
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
        }
        .artikel-search-form .form-control {
            border: none;
            padding: 12px 18px;
            font-size: 14px;
            color: #172033;
            box-shadow: none !important;
        }
        .artikel-section-header { margin-bottom: 34px; }
        .artikel-section-label {
            display: flex;
            align-items: center;
            gap: 9px;
            color: #64748b;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            margin-bottom: 8px;
        }
        .artikel-section-label i { color: #2563eb; }
        .artikel-section-title {
            margin: 0;
            color: #0f172a;
            font-family: "Barlow", sans-serif;
            font-size: 34px;
            font-weight: 800;
        }
        .artikel-section-desc { margin: 8px 0 0; color: #64748b; font-size: 15px; }
        .artikel-card {
            height: 100%;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            border: 1px solid #e7eaf0;
            border-radius: 20px;
            background: #fff;
            box-shadow: 0 4px 18px rgba(15, 23, 42, .045);
            transition: transform .3s ease, box-shadow .3s ease;
        }
        .artikel-card:hover { transform: translateY(-7px); box-shadow: 0 18px 40px rgba(15, 23, 42, .10); }
        .artikel-card-image { position: relative; height: 235px; overflow: hidden; background: #e9edf3; }
        .artikel-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
        .artikel-card:hover .artikel-card-image img { transform: scale(1.06); }
        .artikel-card-badge {
            position: absolute;
            top: 16px;
            left: 16px;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 7px 11px;
            border-radius: 8px;
            background: rgba(15, 23, 42, .88);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
        }
        .artikel-card-badge i { color: #fbbf24; }
        .artikel-card-body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
        .artikel-card-meta { display: flex; align-items: center; gap: 7px; color: #94a3b8; font-size: 12px; margin-bottom: 12px; }
        .artikel-card-title { margin: 0 0 12px; font-family: "Barlow", sans-serif; font-size: 22px; font-weight: 700; }
        .artikel-card-title a { color: #172033; text-decoration: none; transition: color .25s ease; }
        .artikel-card-title a:hover { color: #2563eb; }
        .artikel-card-excerpt {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            color: #64748b;
            font-size: 14px;
            line-height: 1.7;
            margin-bottom: 22px;
        }
        .artikel-card-footer { margin-top: auto; padding-top: 18px; border-top: 1px solid #edf0f4; }
        .artikel-read-more {
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            width: 100%;
            padding: 11px 14px;
            border-radius: 10px;
            background: #f1f5f9;
            color: #172033;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            transition: all .25s ease;
        }
        .artikel-read-more:hover { background: #172033; color: #fff; }
        .artikel-empty { padding: 70px 25px; border: 1px dashed #d9dee7; border-radius: 20px; background: #fff; text-align: center; }
        .artikel-empty-icon { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; border-radius: 18px; background: #f1f5f9; color: #94a3b8; font-size: 30px; }

        .berita-pagination {
            margin-top: 55px;
        }

        .berita-pagination .pagination {
            gap: 7px;
            margin: 0;
        }

        .berita-pagination .page-item .page-link {
            min-width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 12px;
            border: 1px solid #e2e8f0;
            border-radius: 9px !important;
            background: #fff;
            color: #475569;
            font-size: 13px;
            font-weight: 600;
            box-shadow: none;
            transition: all .20s ease;
        }

        .berita-pagination .page-item .page-link:hover,
        .berita-pagination .page-item.active .page-link {
            border-color: #172033;
            background: #172033;
            color: #fff;
        }
