
/* Custom Css For: Neon - 2 */
/* Name : OneWebApi SaaS */
/* Version : 1.7.7 */
/* Owner : By Direktorat IKC */
/* @02-04-2026 14:44:57 */

/* General */
.topbar {
    background-color:#01347c
}

.footer {
    background-color:#01347c
}

.banner-page {
    height: 100px !important;
}

.main-menu__nav ul li ul {
    width: 300px
}


/* Majalah Bea Cukai */
/* ================================================================
           1. FEATURED LATEST EDITION
        ================================================================ */
      .mag-featured-section {
         background: linear-gradient(135deg, #01347c 0%, #012558 55%, #0a1e4a 100%);
         padding: 60px 0;
         position: relative;
         overflow: hidden;
      }

      .mag-featured-section::before {
         content: '';
         position: absolute;
         inset: 0;
         background:
            radial-gradient(ellipse 50% 80% at 100% 50%, rgba(77, 169, 255, .13) 0%, transparent 70%),
            url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
         pointer-events: none;
      }

      .mag-featured-inner {
         position: relative;
         z-index: 1;
      }

      .mag-featured-badge {
         display: inline-flex;
         align-items: center;
         gap: 8px;
         background: rgba(255, 255, 255, .1);
         border: 1px solid rgba(255, 255, 255, .2);
         color: rgba(255, 255, 255, .85);
         font-family: var(--font-body, sans-serif);
         font-size: 11px;
         font-weight: 700;
         letter-spacing: 1.5px;
         text-transform: uppercase;
         padding: 6px 14px;
         border-radius: 50px;
         margin-bottom: 20px;
      }

      .mag-featured-tag {
         display: inline-flex;
         align-items: center;
         gap: 6px;
         background: #4da9ff;
         color: #fff;
         font-size: 11px;
         font-weight: 700;
         letter-spacing: 1px;
         text-transform: uppercase;
         padding: 4px 12px;
         border-radius: 50px;
         margin-bottom: 16px;
      }

      .mag-featured-title {
         font-family: var(--font-title, sans-serif);
         font-size: clamp(24px, 3.5vw, 40px);
         font-weight: 900;
         color: #fff;
         line-height: 1.2;
         margin-bottom: 14px;
         letter-spacing: -.4px;
      }

      .mag-featured-title span {
         color: #4da9ff;
      }

      .mag-featured-desc {
         font-family: var(--font-body, sans-serif);
         font-size: 14px;
         line-height: 1.75;
         color: rgba(255, 255, 255, .65);
         margin-bottom: 28px;
         max-width: 500px;
      }

      .mag-featured-meta-row {
         display: flex;
         align-items: center;
         gap: 20px;
         flex-wrap: wrap;
         margin-bottom: 28px;
      }

      .mag-featured-meta-item {
         display: flex;
         align-items: center;
         gap: 7px;
         font-size: 13px;
         color: rgba(255, 255, 255, .65);
      }

      .mag-featured-meta-item i {
         color: #4da9ff;
         font-size: 12px;
      }

      .mag-featured-actions {
         display: flex;
         align-items: center;
         gap: 12px;
         flex-wrap: wrap;
      }

      .mag-btn-primary {
         display: inline-flex;
         align-items: center;
         gap: 8px;
         padding: 12px 28px;
         border-radius: 50px;
         background: #fff;
         color: #01347c;
         font-family: var(--font-body, sans-serif);
         font-size: 14px;
         font-weight: 700;
         text-decoration: none;
         transition: all .2s;
         border: 2px solid #fff;
      }

      .mag-btn-primary:hover {
         background: #4da9ff;
         border-color: #4da9ff;
         color: #fff;
      }

      .mag-btn-outline {
         display: inline-flex;
         align-items: center;
         gap: 8px;
         padding: 12px 28px;
         border-radius: 50px;
         background: transparent;
         color: rgba(255, 255, 255, .85);
         font-family: var(--font-body, sans-serif);
         font-size: 14px;
         font-weight: 700;
         text-decoration: none;
         border: 2px solid rgba(255, 255, 255, .3);
         transition: all .2s;
      }

      .mag-btn-outline:hover {
         border-color: #fff;
         color: #fff;
      }

      /* Cover showcase (right side) */
      .mag-cover-showcase {
         display: flex;
         align-items: center;
         justify-content: center;
         gap: 16px;
         height: 100%;
      }

      .mag-cover-main {
         position: relative;
         flex-shrink: 0;
      }

      .mag-cover-img {
         width: 280px;
         height: 400px;
         object-fit: cover;
         border-radius: 16px;
         box-shadow: 0 32px 72px rgba(0, 0, 0, .5), 0 0 0 5px rgba(255, 255, 255, .09);
         display: block;
      }

      .mag-cover-badge-new {
         position: absolute;
         top: -10px;
         right: -10px;
         background: #e74c3c;
         color: #fff;
         font-size: 10px;
         font-weight: 800;
         letter-spacing: 1px;
         text-transform: uppercase;
         padding: 5px 11px;
         border-radius: 50px;
         box-shadow: 0 4px 12px rgba(231, 76, 60, .4);
      }


      /* ================================================================
           2. YEAR FILTER BAR
        ================================================================ */
      .mag-filter-bar {
         background: var(--color-white, #fff);
         border-bottom: 1px solid var(--color-border, #eee);
         box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
      }

      .mag-filter-inner {
         display: flex;
         align-items: center;
         justify-content: space-between;
         gap: 16px;
         padding: 14px 0;
         flex-wrap: wrap;
      }

      .mag-year-tabs {
         display: flex;
         align-items: center;
         gap: 6px;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         scrollbar-width: none;
         flex: 1;
      }

      .mag-year-tabs::-webkit-scrollbar {
         display: none;
      }

      .mag-year-tab {
         flex-shrink: 0;
         padding: 7px 18px;
         border-radius: 50px;
         border: 1.5px solid var(--color-border, #ddd);
         background: transparent;
         font-family: var(--font-body, sans-serif);
         font-size: 13px;
         font-weight: 600;
         color: var(--color-body, #666);
         cursor: pointer;
         transition: all .2s;
         white-space: nowrap;
      }

      .mag-year-tab:hover,
      .mag-year-tab.active {
         background: #01347c;
         border-color: #01347c;
         color: #fff;
      }

      .mag-view-toggle {
         display: flex;
         border: 1.5px solid var(--color-border, #ddd);
         border-radius: 10px;
         overflow: hidden;
         flex-shrink: 0;
      }

      .mag-view-btn {
         padding: 7px 12px;
         background: transparent;
         border: none;
         cursor: pointer;
         color: var(--color-body, #888);
         font-size: 14px;
         transition: all .2s;
      }

      .mag-view-btn.active,
      .mag-view-btn:hover {
         background: #01347c;
         color: #fff;
      }

      /* ================================================================
           3. MAIN SECTION
        ================================================================ */
      .mag-main-section {
         padding: 52px 0 72px;
      }

      /* Section header */
      .mag-section-header {
         display: flex;
         align-items: flex-end;
         justify-content: space-between;
         margin-bottom: 28px;
         gap: 16px;
         flex-wrap: wrap;
      }

      .mag-section-label {
         font-family: var(--font-body, sans-serif);
         font-size: 11px;
         font-weight: 700;
         letter-spacing: 2px;
         text-transform: uppercase;
         color: #4da9ff;
         margin-bottom: 6px;
      }

      .mag-section-title {
         font-family: var(--font-title, sans-serif);
         font-size: clamp(20px, 2.5vw, 26px);
         font-weight: 900;
         color: var(--color-black, #000);
         line-height: 1.2;
         margin: 0;
      }

      .mag-result-count {
         font-family: var(--font-body, sans-serif);
         font-size: 13px;
         font-weight: 600;
         color: var(--color-body, #888);
      }

      /* ================================================================
           4. MAGAZINE GRID
        ================================================================ */
      .mag-grid {
         display: grid;
         grid-template-columns: repeat(4, 1fr);
         gap: 24px;
      }

      .mag-grid.list-view {
         grid-template-columns: 1fr;
      }

      /* Magazine Card */
      .mag-card {
         background: var(--color-white, #fff);
         border: 1px solid var(--color-border, #eee);
         border-radius: 16px;
         overflow: hidden;
         box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
         transition: transform .3s, box-shadow .3s;
         display: flex;
         flex-direction: column;
         cursor: pointer;
      }

      .mag-card:hover {
         transform: translateY(-6px);
         box-shadow: 0 20px 48px rgba(1, 52, 124, .14);
      }

      .mag-grid.list-view .mag-card {
         flex-direction: row;
      }

      /* Cover wrapper */
      .mag-card-cover-wrap {
         position: relative;
         overflow: hidden;
         background: #f0f4f8;
         flex-shrink: 0;
      }

      .mag-grid:not(.list-view) .mag-card-cover-wrap {
         aspect-ratio: 3 / 4;
      }

      .mag-grid.list-view .mag-card-cover-wrap {
         width: 140px;
         height: 200px;
         aspect-ratio: unset;
      }

      .mag-card-cover {
         width: 100%;
         height: 100%;
         object-fit: cover;
         display: block;
         transition: transform .4s;
      }

      .mag-card:hover .mag-card-cover {
         transform: scale(1.05);
      }

      .mag-card-cover-overlay {
         position: absolute;
         inset: 0;
         background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .55) 100%);
         opacity: 0;
         transition: opacity .3s;
         display: flex;
         align-items: flex-end;
         justify-content: center;
         padding-bottom: 16px;
         gap: 10px;
      }

      .mag-card:hover .mag-card-cover-overlay {
         opacity: 1;
      }

      .mag-card-overlay-btn {
         display: inline-flex;
         align-items: center;
         gap: 5px;
         padding: 7px 14px;
         border-radius: 50px;
         font-size: 11px;
         font-weight: 700;
         text-decoration: none;
         transition: all .15s;
      }

      .mag-card-overlay-btn.read {
         background: #fff;
         color: #01347c;
      }

      .mag-card-overlay-btn.read:hover {
         background: #4da9ff;
         color: #fff;
      }

      .mag-card-overlay-btn.download {
         background: rgba(255, 255, 255, .2);
         color: #fff;
         border: 1px solid rgba(255, 255, 255, .4);
      }

      .mag-card-overlay-btn.download:hover {
         background: #fff;
         color: #01347c;
      }

      /* Edition badge on cover */
      .mag-card-edition-badge {
         position: absolute;
         top: 10px;
         left: 10px;
         background: #01347c;
         color: #fff;
         font-size: 10px;
         font-weight: 800;
         letter-spacing: .5px;
         padding: 4px 10px;
         border-radius: 6px;
      }

      .mag-card-new-badge {
         position: absolute;
         top: 10px;
         right: 10px;
         background: #e74c3c;
         color: #fff;
         font-size: 9px;
         font-weight: 800;
         letter-spacing: 1px;
         text-transform: uppercase;
         padding: 4px 9px;
         border-radius: 6px;
      }

      /* Card body */
      .mag-card-body {
         padding: 16px 18px 18px;
         display: flex;
         flex-direction: column;
         flex: 1;
      }

      .mag-card-edition {
         font-family: var(--font-body, sans-serif);
         font-size: 11px;
         font-weight: 700;
         letter-spacing: .5px;
         text-transform: uppercase;
         color: #4da9ff;
         margin-bottom: 6px;
      }

      .mag-card-title {
         font-family: var(--font-title, sans-serif);
         font-size: 14px;
         font-weight: 800;
         color: var(--color-black, #000);
         line-height: 1.4;
         margin-bottom: 8px;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         transition: color .2s;
      }

      .mag-card:hover .mag-card-title {
         color: #01347c;
      }

      .mag-card-desc {
         font-family: var(--font-body, sans-serif);
         font-size: 12px;
         color: var(--color-body, #777);
         line-height: 1.6;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         margin-bottom: 12px;
         flex: 1;
      }

      .mag-card-footer {
         display: flex;
         align-items: center;
         justify-content: space-between;
         padding-top: 12px;
         border-top: 1px solid var(--color-border, #f0f0f0);
         gap: 8px;
      }

      .mag-card-date {
         display: flex;
         align-items: center;
         gap: 5px;
         font-size: 11px;
         color: var(--color-body, #999);
      }

      .mag-card-date i {
         color: #4da9ff;
         font-size: 10px;
      }

      .mag-card-actions {
         display: flex;
         gap: 6px;
      }

      .mag-card-action-btn {
         width: 28px;
         height: 28px;
         border-radius: 8px;
         border: 1.5px solid var(--color-border, #e5e5e5);
         background: transparent;
         color: var(--color-body, #888);
         font-size: 11px;
         cursor: pointer;
         display: flex;
         align-items: center;
         justify-content: center;
         text-decoration: none;
         transition: all .2s;
      }

      .mag-card-action-btn:hover,
      .mag-card-action-btn.primary {
         background: #01347c;
         border-color: #01347c;
         color: #fff;
      }

      /* List view adjustments */
      .mag-grid.list-view .mag-card-body {
         padding: 20px 22px;
      }

      .mag-grid.list-view .mag-card-edition {
         font-size: 12px;
      }

      .mag-grid.list-view .mag-card-title {
         font-size: 16px;
         -webkit-line-clamp: 1;
         line-clamp: 1;
      }

      .mag-grid.list-view .mag-card-desc {
         font-size: 13px;
         -webkit-line-clamp: 2;
         line-clamp: 2;
      }

      /* ================================================================
           5. LOAD MORE
        ================================================================ */
      .mag-load-more-wrap {
         text-align: center;
         padding-top: 40px;
      }

      .mag-load-more-btn {
         display: inline-flex;
         align-items: center;
         gap: 8px;
         padding: 13px 36px;
         border-radius: 50px;
         border: 2px solid #01347c;
         background: transparent;
         color: #01347c;
         font-family: var(--font-body, sans-serif);
         font-size: 14px;
         font-weight: 700;
         cursor: pointer;
         transition: all .25s;
      }

      .mag-load-more-btn:hover {
         background: #01347c;
         color: #fff;
      }

      .mag-load-more-btn.loading {
         opacity: .6;
         pointer-events: none;
      }

      .mag-spinner {
         animation: magSpin .7s linear infinite;
         display: none;
      }

      .mag-load-more-btn.loading .mag-spinner {
         display: inline-block;
      }

      .mag-load-more-btn.loading .mag-load-text {
         display: none;
      }

      @keyframes magSpin {
         to {
            transform: rotate(360deg);
         }
      }

      /* ================================================================
           6. SIDEBAR
        ================================================================ */
      .mag-sidebar {
         position: sticky;
         top: 24px;
      }

      .mag-widget {
         background: var(--color-white, #fff);
         border: 1px solid var(--color-border, #eee);
         border-radius: 16px;
         padding: 24px;
         margin-bottom: 24px;
         box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
      }

      .mag-widget-title {
         font-family: var(--font-title, sans-serif);
         font-size: 16px;
         font-weight: 800;
         color: var(--color-black, #000);
         margin-bottom: 18px;
         padding-bottom: 12px;
         border-bottom: 2px solid #01347c;
      }

      /* Search */
      .mag-search-wrap {
         position: relative;
      }

      .mag-search-input {
         width: 100%;
         padding: 11px 44px 11px 16px;
         border-radius: 50px;
         border: 2px solid var(--color-border, #e5e5e5);
         background: var(--color-body-bg, #fff);
         color: var(--color-black, #000);
         font-family: var(--font-body, sans-serif);
         font-size: 14px;
         outline: none;
         transition: border-color .2s;
      }

      .mag-search-input:focus {
         border-color: #01347c;
      }

      .mag-search-btn {
         position: absolute;
         right: 6px;
         top: 50%;
         transform: translateY(-50%);
         width: 32px;
         height: 32px;
         border-radius: 50%;
         background: #01347c;
         border: none;
         cursor: pointer;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #fff;
         font-size: 12px;
         transition: background .2s;
      }

      .mag-search-btn:hover {
         background: #4da9ff;
      }

      /* Archive year list */
      .mag-archive-list {
         list-style: none;
         padding: 0;
         margin: 0;
      }

      .mag-archive-item {
         display: flex;
         align-items: center;
         justify-content: space-between;
         padding: 9px 0;
         border-bottom: 1px solid var(--color-border, #eee);
         cursor: pointer;
         transition: color .2s;
      }

      .mag-archive-item:last-child {
         border-bottom: none;
      }

      .mag-archive-year {
         display: flex;
         align-items: center;
         gap: 10px;
         font-family: var(--font-body, sans-serif);
         font-size: 13px;
         font-weight: 600;
         color: var(--color-black, #000);
         transition: color .2s;
      }

      .mag-archive-item:hover .mag-archive-year,
      .mag-archive-item.active .mag-archive-year {
         color: #01347c;
      }

      .mag-archive-dot {
         width: 7px;
         height: 7px;
         border-radius: 50%;
         background: #4da9ff;
         flex-shrink: 0;
         transition: background .2s;
      }

      .mag-archive-item.active .mag-archive-dot {
         background: #01347c;
      }

      .mag-archive-count {
         font-size: 11px;
         font-weight: 700;
         background: var(--color-body-bg, #f5f5f5);
         color: var(--color-body, #888);
         padding: 2px 8px;
         border-radius: 50px;
      }

      /* Popular editions */
      .mag-popular-list {
         list-style: none;
         padding: 0;
         margin: 0;
      }

      .mag-popular-item {
         display: flex;
         gap: 12px;
         align-items: flex-start;
         padding: 12px 0;
         border-bottom: 1px solid var(--color-border, #eee);
         cursor: pointer;
         transition: opacity .2s;
      }

      .mag-popular-item:last-child {
         border-bottom: none;
      }

      .mag-popular-item:hover {
         opacity: .75;
      }

      .mag-popular-thumb {
         width: 48px;
         height: 68px;
         border-radius: 6px;
         object-fit: cover;
         flex-shrink: 0;
         box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
      }

      .mag-popular-info {
         flex: 1;
         min-width: 0;
      }

      .mag-popular-title {
         font-family: var(--font-title, sans-serif);
         font-size: 13px;
         font-weight: 700;
         color: var(--color-black, #000);
         line-height: 1.4;
         margin-bottom: 5px;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
      }

      .mag-popular-meta {
         font-size: 11px;
         color: var(--color-body, #888);
         display: flex;
         align-items: center;
         gap: 5px;
      }

      .mag-popular-meta i {
         color: #4da9ff;
         font-size: 10px;
      }

      /* About widget */
      .mag-about-widget {
         background: linear-gradient(135deg, #01347c 0%, #012558 100%);
         border: none;
      }

      .mag-about-widget .mag-widget-title {
         color: #fff;
         border-bottom-color: rgba(255, 255, 255, .2);
      }

      .mag-about-desc {
         font-family: var(--font-body, sans-serif);
         font-size: 13px;
         color: rgba(255, 255, 255, .65);
         margin-bottom: 16px;
         line-height: 1.65;
      }

      .mag-about-link {
         display: inline-flex;
         align-items: center;
         gap: 7px;
         padding: 10px 22px;
         border-radius: 50px;
         background: rgba(255, 255, 255, .15);
         color: #fff;
         font-size: 13px;
         font-weight: 700;
         text-decoration: none;
         transition: background .2s;
      }

      .mag-about-link:hover {
         background: rgba(255, 255, 255, .28);
         color: #fff;
      }

      /* ================================================================
           7. EMPTY STATE
        ================================================================ */
      .mag-empty-state {
         grid-column: 1 / -1;
         text-align: center;
         padding: 64px 24px;
      }

      .mag-empty-icon {
         font-size: 52px;
         color: rgba(1, 52, 124, .18);
         margin-bottom: 18px;
      }

      .mag-empty-title {
         font-family: var(--font-title, sans-serif);
         font-size: 18px;
         font-weight: 700;
         color: var(--color-black, #333);
         margin-bottom: 8px;
      }

      .mag-empty-desc {
         font-family: var(--font-body, sans-serif);
         font-size: 14px;
         color: var(--color-body, #999);
      }

      /* ================================================================
           8. DARK MODE
        ================================================================ */
      :root[data-theme="dark"] .mag-filter-bar {
         background: var(--color-dark-bg_2, #171818);
         border-color: rgba(255, 255, 255, .07);
      }

      :root[data-theme="dark"] .mag-year-tab {
         border-color: rgba(255, 255, 255, .12);
         color: rgba(255, 255, 255, .6);
      }

      :root[data-theme="dark"] .mag-year-tab.active,
      :root[data-theme="dark"] .mag-year-tab:hover {
         background: #4da9ff;
         border-color: #4da9ff;
         color: #fff;
      }

      :root[data-theme="dark"] .mag-view-toggle {
         border-color: rgba(255, 255, 255, .12);
      }

      :root[data-theme="dark"] .mag-view-btn {
         color: rgba(255, 255, 255, .5);
      }

      :root[data-theme="dark"] .mag-view-btn.active,
      :root[data-theme="dark"] .mag-view-btn:hover {
         background: #4da9ff;
         color: #fff;
      }

      :root[data-theme="dark"] .mag-card {
         background: var(--color-dark-bg_2, #171818);
         border-color: rgba(255, 255, 255, .08);
      }

      :root[data-theme="dark"] .mag-card:hover {
         box-shadow: 0 20px 48px rgba(0, 0, 0, .4);
      }

      :root[data-theme="dark"] .mag-card-cover-wrap {
         background: #111;
      }

      :root[data-theme="dark"] .mag-card-footer {
         border-color: rgba(255, 255, 255, .08);
      }

      :root[data-theme="dark"] .mag-card-action-btn {
         border-color: rgba(255, 255, 255, .12);
         color: rgba(255, 255, 255, .5);
      }

      :root[data-theme="dark"] .mag-load-more-btn {
         border-color: rgba(255, 255, 255, .2);
         color: rgba(255, 255, 255, .7);
      }

      :root[data-theme="dark"] .mag-load-more-btn:hover {
         background: #4da9ff;
         border-color: #4da9ff;
         color: #fff;
      }

      :root[data-theme="dark"] .mag-widget {
         background: var(--color-dark-bg_2, #171818);
         border-color: rgba(255, 255, 255, .08);
      }

      :root[data-theme="dark"] .mag-search-input {
         background: var(--color-dark-bg_2, #171818);
         border-color: rgba(255, 255, 255, .12);
         color: #fff;
      }

      :root[data-theme="dark"] .mag-search-input:focus {
         border-color: #4da9ff;
      }

      :root[data-theme="dark"] .mag-archive-item {
         border-color: rgba(255, 255, 255, .08);
      }

      :root[data-theme="dark"] .mag-archive-count {
         background: rgba(255, 255, 255, .07);
         color: rgba(255, 255, 255, .45);
      }

      :root[data-theme="dark"] .mag-popular-item {
         border-color: rgba(255, 255, 255, .08);
      }

      :root[data-theme="dark"] .mag-main-section {
         background: transparent;
      }

      /* ================================================================
           9. RESPONSIVE
        ================================================================ */
      @media (max-width: 1399px) {
         .mag-grid {
            grid-template-columns: repeat(3, 1fr);
         }
      }

      @media (max-width: 1199px) {
         .mag-grid {
            grid-template-columns: repeat(3, 1fr);
         }

         .mag-sidebar {
            position: static;
            margin-top: 40px;
         }
      }

      @media (max-width: 991px) {
         .mag-cover-showcase {
            display: none;
         }

         .mag-grid {
            grid-template-columns: repeat(2, 1fr);
         }

         .mag-grid.list-view .mag-card-cover-wrap {
            width: 110px;
            height: 155px;
         }
      }

      @media (max-width: 767px) {
         .mag-grid {
            grid-template-columns: repeat(2, 1fr);
         }

         .mag-grid.list-view .mag-card {
            flex-direction: column;
         }

         .mag-grid.list-view .mag-card-cover-wrap {
            width: 100%;
            height: auto;
            aspect-ratio: 3/4;
         }

         .mag-featured-actions {
            flex-direction: column;
            align-items: flex-start;
         }
      }

      @media (max-width: 480px) {
         .mag-grid {
            grid-template-columns: 1fr;
         }
      }

/* Berita Kantor Pelayanan */
/* ================================================================
           2. OFFICE FILTER STRIP
        ================================================================ */
        .kp-filter-strip {
            background: var(--color-white, #fff);
            border-bottom: 1px solid var(--color-border, #eee);
            box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
        }

        .kp-filter-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 14px 0;
            flex-wrap: wrap;
        }

        .kp-province-tabs {
            display: flex;
            align-items: center;
            gap: 6px;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            flex: 1;
        }

        .kp-province-tabs::-webkit-scrollbar {
            display: none;
        }

        .kp-province-tab {
            flex-shrink: 0;
            padding: 7px 18px;
            border-radius: 50px;
            border: 1.5px solid var(--color-border, #ddd);
            background: transparent;
            font-family: var(--font-body, sans-serif);
            font-size: 13px;
            font-weight: 600;
            color: var(--color-body, #666);
            cursor: pointer;
            transition: all .2s;
            white-space: nowrap;
        }

        .kp-province-tab:hover,
        .kp-province-tab.active {
            background: #01347c;
            border-color: #01347c;
            color: #fff;
        }

        .kp-view-toggle {
            display: flex;
            border: 1.5px solid var(--color-border, #ddd);
            border-radius: 10px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .kp-view-btn {
            padding: 7px 12px;
            background: transparent;
            border: none;
            cursor: pointer;
            color: var(--color-body, #888);
            font-size: 14px;
            transition: all .2s;
        }

        .kp-view-btn.active,
        .kp-view-btn:hover {
            background: #01347c;
            color: #fff;
        }

        /* ================================================================
           3. FEATURED NEWS CARD
        ================================================================ */
        .kp-featured-section {
            padding: 52px 0 0;
            background: var(--color-body-bg, #fff);
        }

        .kp-featured-card {
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            display: flex;
            min-height: 440px;
            box-shadow: 0 12px 48px rgba(1, 52, 124, .14);
        }

        .kp-featured-img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .kp-featured-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .72) 100%);
        }

        .kp-featured-body {
            position: relative;
            z-index: 2;
            padding: 36px;
            margin-top: auto;
            width: 100%;
        }

        .kp-featured-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            flex-wrap: wrap;
        }

        .kp-office-badge {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-family: var(--font-body, sans-serif);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 4px 12px;
            border-radius: 50px;
            background: #4da9ff;
            color: #fff;
        }

        .kp-cat-badge {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-family: var(--font-body, sans-serif);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 4px 12px;
            border-radius: 50px;
        }

        .kp-cat-badge.pelayanan {
            background: rgba(77, 169, 255, .2);
            color: #7dd6ff;
        }

        .kp-cat-badge.pengawasan {
            background: rgba(231, 76, 60, .2);
            color: #ff9e95;
        }

        .kp-cat-badge.penerimaan {
            background: rgba(39, 174, 96, .2);
            color: #6fdfa2;
        }

        .kp-cat-badge.fasilitas {
            background: rgba(243, 156, 18, .2);
            color: #ffd06e;
        }

        .kp-cat-badge.transformasi {
            background: rgba(142, 68, 173, .2);
            color: #d4a0ff;
        }

        .kp-cat-badge.koordinasi {
            background: rgba(26, 188, 156, .2);
            color: #6ef8e0;
        }

        .kp-cat-badge.nasional {
            background: rgba(255, 255, 255, .15);
            color: #fff;
        }

        .kp-featured-title {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(20px, 2.5vw, 30px);
            font-weight: 900;
            color: #fff;
            line-height: 1.25;
            margin-bottom: 12px;
            max-width: 72ch;
        }

        .kp-featured-excerpt {
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            color: rgba(255, 255, 255, .72);
            line-height: 1.7;
            margin-bottom: 18px;
            max-width: 60ch;
        }

        .kp-featured-info {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .kp-featured-info-item {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 12px;
            color: rgba(255, 255, 255, .65);
        }

        .kp-featured-info-item i {
            font-size: 11px;
            color: #4da9ff;
        }

        .kp-featured-link {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 10px 24px;
            border-radius: 50px;
            background: #fff;
            color: #01347c;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
            transition: all .2s;
            margin-left: auto;
        }

        .kp-featured-link:hover {
            background: #4da9ff;
            color: #fff;
        }

        /* ================================================================
           4. SECTION HEADER
        ================================================================ */
        .kp-section-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin-bottom: 28px;
            gap: 16px;
            flex-wrap: wrap;
        }

        .kp-section-label {
            font-family: var(--font-body, sans-serif);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #4da9ff;
            margin-bottom: 6px;
        }

        .kp-section-title {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(20px, 2.5vw, 26px);
            font-weight: 900;
            color: var(--color-black, #000);
            line-height: 1.2;
            margin: 0;
        }

        .kp-view-all {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-family: var(--font-body, sans-serif);
            font-size: 13px;
            font-weight: 700;
            color: #01347c;
            text-decoration: none;
            white-space: nowrap;
            transition: color .2s;
        }

        .kp-view-all:hover {
            color: #4da9ff;
        }

        /* ================================================================
           5. NEWS GRID
        ================================================================ */
        .kp-main-section {
            padding: 52px 0 72px;
        }

        .kp-news-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .kp-news-grid.list-view {
            grid-template-columns: 1fr;
        }

        .kp-news-card {
            border-radius: 16px;
            overflow: hidden;
            background: var(--color-white, #fff);
            border: 1px solid var(--color-border, #eee);
            box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
            transition: transform .3s, box-shadow .3s;
            display: flex;
            flex-direction: column;
            cursor: pointer;
        }

        .kp-news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 16px 40px rgba(1, 52, 124, .12);
        }

        /* List view card adjustments */
        .kp-news-grid.list-view .kp-news-card {
            flex-direction: row;
        }

        .kp-news-thumb {
            aspect-ratio: 16 / 9;
            overflow: hidden;
            flex-shrink: 0;
        }

        .kp-news-grid.list-view .kp-news-thumb {
            aspect-ratio: unset;
            width: 260px;
            height: 180px;
        }

        .kp-news-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .4s;
        }

        .kp-news-card:hover .kp-news-thumb img {
            transform: scale(1.06);
        }

        .kp-news-body {
            padding: 18px 20px 20px;
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .kp-news-badges {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

        .kp-news-office-tag {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .5px;
            text-transform: uppercase;
            color: #01347c;
            background: rgba(1, 52, 124, .07);
            padding: 3px 10px;
            border-radius: 50px;
        }

        .kp-news-cat-tag {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .5px;
            text-transform: uppercase;
            padding: 3px 10px;
            border-radius: 50px;
        }

        .kp-news-cat-tag.pelayanan {
            color: #0077cc;
            background: rgba(77, 169, 255, .1);
        }

        .kp-news-cat-tag.pengawasan {
            color: #c0392b;
            background: rgba(231, 76, 60, .08);
        }

        .kp-news-cat-tag.penerimaan {
            color: #1e8449;
            background: rgba(39, 174, 96, .1);
        }

        .kp-news-cat-tag.fasilitas {
            color: #b7770d;
            background: rgba(243, 156, 18, .1);
        }

        .kp-news-cat-tag.transformasi {
            color: #7d3c98;
            background: rgba(142, 68, 173, .08);
        }

        .kp-news-cat-tag.koordinasi {
            color: #148f77;
            background: rgba(26, 188, 156, .1);
        }

        .kp-news-title {
            font-family: var(--font-title, sans-serif);
            font-size: 15px;
            font-weight: 800;
            color: var(--color-black, #000);
            line-height: 1.4;
            margin-bottom: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            transition: color .2s;
        }

        .kp-news-card:hover .kp-news-title {
            color: #01347c;
        }

        .kp-news-excerpt {
            font-family: var(--font-body, sans-serif);
            font-size: 13px;
            color: var(--color-body, #666);
            line-height: 1.65;
            margin-bottom: 14px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            flex: 1;
        }

        .kp-news-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding-top: 12px;
            border-top: 1px solid var(--color-border, #f0f0f0);
        }

        .kp-news-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .kp-news-meta-item {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 11px;
            color: var(--color-body, #999);
        }

        .kp-news-meta-item i {
            color: #4da9ff;
            font-size: 10px;
        }

        .kp-news-link {
            font-size: 12px;
            font-weight: 700;
            color: #01347c;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 4px;
            transition: color .2s;
            flex-shrink: 0;
        }

        .kp-news-link:hover {
            color: #4da9ff;
        }

        /* ================================================================
           6. LOAD MORE BUTTON
        ================================================================ */
        .kp-load-more-wrap {
            text-align: center;
            padding-top: 40px;
        }

        .kp-load-more-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 13px 36px;
            border-radius: 50px;
            border: 2px solid #01347c;
            background: transparent;
            color: #01347c;
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            transition: all .25s;
        }

        .kp-load-more-btn:hover {
            background: #01347c;
            color: #fff;
        }

        .kp-load-more-btn.loading {
            opacity: .6;
            pointer-events: none;
        }

        .kp-load-more-btn .kp-spinner {
            animation: kpSpin .7s linear infinite;
            display: none;
        }

        .kp-load-more-btn.loading .kp-spinner {
            display: inline-block;
        }

        .kp-load-more-btn.loading .kp-load-text {
            display: none;
        }

        @keyframes kpSpin {
            to {
                transform: rotate(360deg);
            }
        }

        /* ================================================================
           7. SIDEBAR WIDGETS
        ================================================================ */
        .kp-sidebar {
            position: sticky;
            top: 130px;
        }

        .kp-widget {
            background: var(--color-white, #fff);
            border: 1px solid var(--color-border, #eee);
            border-radius: 16px;
            padding: 24px;
            margin-bottom: 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
        }

        .kp-widget-title {
            font-family: var(--font-title, sans-serif);
            font-size: 16px;
            font-weight: 800;
            color: var(--color-black, #000);
            margin-bottom: 18px;
            padding-bottom: 12px;
            border-bottom: 2px solid #01347c;
        }

        /* Search */
        .kp-search-wrap {
            position: relative;
        }

        .kp-search-input {
            width: 100%;
            padding: 11px 44px 11px 16px;
            border-radius: 50px;
            border: 2px solid var(--color-border, #e5e5e5);
            background: var(--color-body-bg, #fff);
            color: var(--color-black, #000);
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            outline: none;
            transition: border-color .2s;
        }

        .kp-search-input:focus {
            border-color: #01347c;
        }

        .kp-search-btn {
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #01347c;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 12px;
            transition: background .2s;
        }

        .kp-search-btn:hover {
            background: #4da9ff;
        }

        /* Office quick-links */
        .kp-office-quick-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .kp-office-quick-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 9px 0;
            border-bottom: 1px solid var(--color-border, #eee);
            cursor: pointer;
            transition: color .2s;
        }

        .kp-office-quick-item:last-child {
            border-bottom: none;
        }

        .kp-office-quick-name {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: var(--font-body, sans-serif);
            font-size: 13px;
            font-weight: 600;
            color: var(--color-black, #000);
            transition: color .2s;
        }

        .kp-office-quick-item:hover .kp-office-quick-name {
            color: #01347c;
        }

        .kp-office-quick-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #4da9ff;
            flex-shrink: 0;
        }

        .kp-office-quick-count {
            font-size: 11px;
            font-weight: 700;
            background: var(--color-body-bg, #f5f5f5);
            color: var(--color-body, #888);
            padding: 2px 8px;
            border-radius: 50px;
        }

        /* Trending */
        .kp-trending-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .kp-trending-item {
            display: flex;
            gap: 14px;
            align-items: flex-start;
            padding: 12px 0;
            border-bottom: 1px solid var(--color-border, #eee);
            cursor: pointer;
            transition: opacity .2s;
        }

        .kp-trending-item:last-child {
            border-bottom: none;
        }

        .kp-trending-item:hover {
            opacity: .75;
        }

        .kp-trending-num {
            font-family: var(--font-title, sans-serif);
            font-size: 20px;
            font-weight: 900;
            color: rgba(1, 52, 124, .15);
            line-height: 1;
            width: 24px;
            flex-shrink: 0;
        }

        .kp-trending-title {
            font-family: var(--font-title, sans-serif);
            font-size: 13px;
            font-weight: 700;
            color: var(--color-black, #000);
            line-height: 1.4;
            margin-bottom: 4px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .kp-trending-meta {
            font-size: 11px;
            color: var(--color-body, #888);
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .kp-trending-meta i {
            color: #4da9ff;
            font-size: 10px;
        }

        /* Newsletter */
        .kp-newsletter-widget {
            background: linear-gradient(135deg, #01347c 0%, #012558 100%);
            border: none;
        }

        .kp-newsletter-widget .kp-widget-title {
            color: #fff;
            border-bottom-color: rgba(255, 255, 255, .2);
        }

        .kp-newsletter-desc {
            font-family: var(--font-body, sans-serif);
            font-size: 13px;
            color: rgba(255, 255, 255, .65);
            margin-bottom: 16px;
            line-height: 1.6;
        }

        .kp-newsletter-input {
            width: 100%;
            padding: 11px 16px;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, .2);
            background: rgba(255, 255, 255, .1);
            color: #fff;
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            outline: none;
            margin-bottom: 10px;
        }

        .kp-newsletter-input::placeholder {
            color: rgba(255, 255, 255, .4);
        }

        .kp-newsletter-input:focus {
            border-color: rgba(255, 255, 255, .5);
            background: rgba(255, 255, 255, .14);
        }

        .kp-newsletter-submit {
            width: 100%;
            padding: 11px;
            border-radius: 10px;
            border: none;
            background: rgba(255, 255, 255, .15);
            color: #fff;
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            transition: background .2s;
        }

        .kp-newsletter-submit:hover {
            background: rgba(255, 255, 255, .25);
        }

        /* ================================================================
           8. EMPTY STATE
        ================================================================ */
        .kp-empty-state {
            grid-column: 1 / -1;
            text-align: center;
            padding: 64px 24px;
        }

        .kp-empty-icon {
            font-size: 48px;
            color: rgba(1, 52, 124, .2);
            margin-bottom: 16px;
        }

        .kp-empty-title {
            font-family: var(--font-title, sans-serif);
            font-size: 18px;
            font-weight: 700;
            color: var(--color-black, #333);
            margin-bottom: 8px;
        }

        .kp-empty-desc {
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            color: var(--color-body, #999);
        }

        /* ================================================================
           9. DARK MODE
        ================================================================ */
        :root[data-theme="dark"] .kp-filter-strip {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .07);
        }

        :root[data-theme="dark"] .kp-province-tab {
            border-color: rgba(255, 255, 255, .12);
            color: rgba(255, 255, 255, .6);
        }

        :root[data-theme="dark"] .kp-province-tab.active,
        :root[data-theme="dark"] .kp-province-tab:hover {
            background: #4da9ff;
            border-color: #4da9ff;
            color: #fff;
        }

        :root[data-theme="dark"] .kp-view-toggle {
            border-color: rgba(255, 255, 255, .12);
        }

        :root[data-theme="dark"] .kp-view-btn {
            color: rgba(255, 255, 255, .5);
        }

        :root[data-theme="dark"] .kp-view-btn.active,
        :root[data-theme="dark"] .kp-view-btn:hover {
            background: #4da9ff;
            color: #fff;
        }

        :root[data-theme="dark"] .kp-featured-section,
        :root[data-theme="dark"] .kp-main-section,
        :root[data-theme="dark"] .kp-related-section {
            background: transparent;
        }

        :root[data-theme="dark"] .kp-news-card {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .kp-news-card:hover {
            box-shadow: 0 16px 40px rgba(0, 0, 0, .4);
        }

        :root[data-theme="dark"] .kp-news-footer {
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .kp-news-office-tag {
            background: rgba(77, 169, 255, .12);
            color: #4da9ff;
        }

        :root[data-theme="dark"] .kp-load-more-btn {
            border-color: rgba(255, 255, 255, .2);
            color: rgba(255, 255, 255, .7);
        }

        :root[data-theme="dark"] .kp-load-more-btn:hover {
            background: #4da9ff;
            border-color: #4da9ff;
            color: #fff;
        }

        :root[data-theme="dark"] .kp-widget {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .kp-search-input {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .12);
            color: #fff;
        }

        :root[data-theme="dark"] .kp-search-input:focus {
            border-color: #4da9ff;
        }

        :root[data-theme="dark"] .kp-office-quick-item {
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .kp-office-quick-count {
            background: rgba(255, 255, 255, .07);
            color: rgba(255, 255, 255, .45);
        }

        :root[data-theme="dark"] .kp-trending-item {
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .kp-trending-num {
            color: rgba(77, 169, 255, .2);
        }

        :root[data-theme="dark"] .kp-hero-map-card {
            border-color: rgba(255, 255, 255, .1);
        }

        /* ================================================================
           10. RESPONSIVE
        ================================================================ */
        @media (max-width: 1199px) {
            .kp-news-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .kp-sidebar {
                position: static;
                margin-top: 40px;
            }
        }

        @media (max-width: 991px) {
            .kp-hero-visual {
                display: none;
            }

            .kp-news-grid.list-view .kp-news-thumb {
                width: 180px;
                height: 140px;
            }
        }

        @media (max-width: 767px) {
            .kp-news-grid {
                grid-template-columns: 1fr;
            }

            .kp-news-grid.list-view .kp-news-card {
                flex-direction: column;
            }

            .kp-news-grid.list-view .kp-news-thumb {
                width: 100%;
                height: auto;
                aspect-ratio: 16/9;
            }

            .kp-featured-body {
                padding: 24px;
            }

            .kp-featured-link {
                display: none;
            }
        }

/* Detail Berita */
/* ================================================================
           1. READING PROGRESS BAR
        ================================================================ */
        .art-progress-bar {
            position: fixed;
            top: 0;
            left: 0;
            height: 3px;
            width: 0%;
            background: linear-gradient(90deg, #01347c, #4da9ff);
            z-index: 9999;
            transition: width .1s linear;
        }

        /* ================================================================
           2. BREADCRUMB STRIP
        ================================================================ */
        .art-breadcrumb-strip {
            background: var(--color-body-bg, #fafafa);
            border-bottom: 1px solid var(--color-border, #eee);
            padding: 12px 0;
        }

        .art-breadcrumb {
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .art-breadcrumb li {
            display: flex;
            align-items: center;
            gap: 6px;
            font-family: var(--font-body, sans-serif);
            font-size: 12px;
            color: var(--color-body, #888);
        }

        .art-breadcrumb li a {
            color: var(--color-body, #888);
            text-decoration: none;
            transition: color .2s;
        }

        .art-breadcrumb li a:hover {
            color: #01347c;
        }

        .art-breadcrumb li.active {
            color: var(--color-black, #333);
            font-weight: 600;
        }

        .art-breadcrumb li:not(:last-child)::after {
            content: '/';
            margin-left: 6px;
            opacity: .4;
        }

        /* ================================================================
           3. ARTICLE HEADER
        ================================================================ */
        .art-header-section {
            padding: 44px 0 0;
            background: var(--color-body-bg, #fff);
        }

        .art-cat-badge {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-family: var(--font-body, sans-serif);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 5px 14px;
            border-radius: 50px;
            margin-bottom: 20px;
        }

        .art-cat-badge.pengawasan {
            background: rgba(231, 76, 60, .10);
            color: #c0392b;
        }

        .art-cat-badge.pelayanan {
            background: rgba(77, 169, 255, .12);
            color: #0077cc;
        }

        .art-cat-badge.penerimaan {
            background: rgba(39, 174, 96, .12);
            color: #1e8449;
        }

        .art-cat-badge.fasilitas {
            background: rgba(243, 156, 18, .12);
            color: #b7770d;
        }

        .art-cat-badge.transformasi {
            background: rgba(142, 68, 173, .10);
            color: #7d3c98;
        }

        .art-cat-badge.koordinasi {
            background: rgba(26, 188, 156, .12);
            color: #148f77;
        }

        .art-cat-badge.nasional {
            background: rgba(1, 52, 124, .10);
            color: #01347c;
        }

        .art-title {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(24px, 3.5vw, 40px);
            font-weight: 800;
            color: var(--color-black, #000);
            line-height: 1.2;
            margin-bottom: 20px;
            letter-spacing: -.5px;
        }

        .art-lead {
            font-family: var(--font-body, sans-serif);
            font-size: 17px;
            line-height: 1.75;
            color: var(--color-body, #555);
            margin-bottom: 28px;
            font-style: italic;
            padding-left: 16px;
            border-left: 3px solid #4da9ff;
        }

        .art-meta-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 14px;
            padding: 18px 0;
            border-top: 1px solid var(--color-border, #eee);
            border-bottom: 1px solid var(--color-border, #eee);
            margin-bottom: 32px;
        }

        .art-meta-left {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .art-author-chip {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .art-author-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid var(--color-border, #eee);
        }

        .art-author-info {}

        .art-author-name {
            font-family: var(--font-title, sans-serif);
            font-size: 13px;
            font-weight: 700;
            color: var(--color-black, #000);
            line-height: 1.2;
        }

        .art-author-role {
            font-size: 11px;
            color: var(--color-body, #999);
        }

        .art-meta-divider {
            width: 1px;
            height: 24px;
            background: var(--color-border, #ddd);
        }

        .art-meta-item {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 12px;
            color: var(--color-body, #888);
            font-family: var(--font-body, sans-serif);
        }

        .art-meta-item i {
            color: #4da9ff;
            font-size: 11px;
        }

        .art-reading-time {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 4px 12px;
            background: rgba(1, 52, 124, .06);
            border-radius: 50px;
            font-size: 11px;
            font-weight: 700;
            color: #01347c;
        }

        /* ================================================================
           4. HERO IMAGE
        ================================================================ */
        .art-hero-img-wrap {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            margin-bottom: 12px;
            aspect-ratio: 16 / 7;
        }

        .art-hero-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .art-img-caption {
            font-family: var(--font-body, sans-serif);
            font-size: 12px;
            color: var(--color-body, #999);
            text-align: center;
            margin-bottom: 32px;
            font-style: italic;
        }

        /* ================================================================
           5. ARTICLE BODY TYPOGRAPHY
        ================================================================ */
        .art-body {
            font-family: var(--font-body, sans-serif);
            font-size: 16px;
            line-height: 1.85;
            color: var(--color-body, #444);
        }

        .art-body p {
            margin-bottom: 24px;
        }

        .art-body h2 {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(20px, 2.5vw, 26px);
            font-weight: 800;
            color: var(--color-black, #000);
            margin: 40px 0 16px;
            line-height: 1.3;
        }

        .art-body h3 {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(17px, 2vw, 21px);
            font-weight: 700;
            color: var(--color-black, #000);
            margin: 32px 0 12px;
            line-height: 1.35;
        }

        .art-body ul,
        .art-body ol {
            margin-bottom: 24px;
            padding-left: 28px;
        }

        .art-body li {
            margin-bottom: 8px;
        }

        .art-body blockquote {
            margin: 36px 0;
            padding: 24px 28px;
            background: rgba(1, 52, 124, .04);
            border-left: 4px solid #01347c;
            border-radius: 0 12px 12px 0;
            position: relative;
        }

        .art-body blockquote::before {
            content: '201C';
            font-family: Georgia, serif;
            font-size: 72px;
            color: rgba(1, 52, 124, .12);
            position: absolute;
            top: -8px;
            left: 16px;
            line-height: 1;
        }

        .art-body blockquote p {
            font-size: 17px;
            font-style: italic;
            color: var(--color-black, #333);
            margin: 0;
            position: relative;
            z-index: 1;
        }

        .art-body blockquote cite {
            display: block;
            margin-top: 10px;
            font-size: 13px;
            font-style: normal;
            font-weight: 700;
            color: #01347c;
        }

        .art-body figure {
            margin: 32px 0;
        }

        .art-body figure img {
            width: 100%;
            border-radius: 12px;
            display: block;
        }

        .art-body figcaption {
            text-align: center;
            font-size: 12px;
            color: var(--color-body, #999);
            margin-top: 8px;
            font-style: italic;
        }

        .art-body a {
            color: #01347c;
            text-decoration: underline;
            text-underline-offset: 3px;
            transition: color .2s;
        }

        .art-body a:hover {
            color: #4da9ff;
        }

        .art-body strong {
            color: var(--color-black, #000);
        }

        /* Info box */
        .art-infobox {
            background: rgba(77, 169, 255, .07);
            border: 1px solid rgba(77, 169, 255, .25);
            border-radius: 12px;
            padding: 20px 24px;
            margin: 32px 0;
        }

        .art-infobox-title {
            font-family: var(--font-title, sans-serif);
            font-size: 14px;
            font-weight: 800;
            color: #0077cc;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .art-infobox p {
            margin: 0;
            font-size: 14px;
            color: var(--color-body, #555);
        }

        /* ================================================================
           6. TAGS
        ================================================================ */
        .art-tags-section {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            flex-wrap: wrap;
            padding: 28px 0;
            border-top: 1px solid var(--color-border, #eee);
            margin-top: 16px;
        }

        .art-tags-label {
            font-family: var(--font-title, sans-serif);
            font-size: 13px;
            font-weight: 700;
            color: var(--color-black, #333);
            padding-top: 3px;
            flex-shrink: 0;
        }

        .art-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .art-tag {
            font-family: var(--font-body, sans-serif);
            font-size: 12px;
            font-weight: 600;
            padding: 5px 14px;
            border-radius: 50px;
            border: 1.5px solid var(--color-border, #ddd);
            color: var(--color-body, #666);
            text-decoration: none;
            transition: all .2s;
        }

        .art-tag:hover {
            border-color: #01347c;
            color: #01347c;
            background: rgba(1, 52, 124, .04);
        }

        /* ================================================================
           7. SHARE BAR
        ================================================================ */
        .art-share-section {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
            padding: 20px 0 32px;
            border-bottom: 1px solid var(--color-border, #eee);
        }

        .art-share-label {
            font-family: var(--font-title, sans-serif);
            font-size: 13px;
            font-weight: 700;
            color: var(--color-black, #333);
            flex-shrink: 0;
        }

        .art-share-btns {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .art-share-btn {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 8px 18px;
            border-radius: 50px;
            font-family: var(--font-body, sans-serif);
            font-size: 12px;
            font-weight: 700;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: transform .2s, box-shadow .2s, opacity .2s;
        }

        .art-share-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
            opacity: .9;
        }

        .art-share-btn.fb {
            background: #1877f2;
            color: #fff;
        }

        .art-share-btn.tw {
            background: #1da1f2;
            color: #fff;
        }

        .art-share-btn.wa {
            background: #25d366;
            color: #fff;
        }

        .art-share-btn.tg {
            background: #0088cc;
            color: #fff;
        }

        .art-share-btn.cp {
            background: var(--color-body-bg, #f5f5f5);
            color: var(--color-black, #333);
            border: 1.5px solid var(--color-border, #ddd);
        }

        .art-share-btn.cp:hover {
            background: #01347c;
            color: #fff;
            border-color: #01347c;
        }

        /* ================================================================
           8. AUTHOR BIO
        ================================================================ */
        .art-author-bio {
            display: flex;
            gap: 24px;
            background: var(--color-white, #fff);
            border: 1px solid var(--color-border, #eee);
            border-radius: 20px;
            padding: 28px;
            margin: 36px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
        }

        .art-author-bio-avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
            border: 3px solid #01347c;
        }

        .art-author-bio-name {
            font-family: var(--font-title, sans-serif);
            font-size: 17px;
            font-weight: 800;
            color: var(--color-black, #000);
            margin-bottom: 2px;
        }

        .art-author-bio-role {
            font-size: 12px;
            font-weight: 700;
            color: #4da9ff;
            letter-spacing: .5px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .art-author-bio-desc {
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            color: var(--color-body, #666);
            line-height: 1.7;
            margin: 0;
        }

        /* ================================================================
           9. RELATED ARTICLES
        ================================================================ */
        .art-related-section {
            padding: 48px 0 72px;
            background: var(--color-body-bg, #fff);
        }

        .art-related-heading {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(20px, 2.5vw, 26px);
            font-weight: 800;
            color: var(--color-black, #000);
            margin-bottom: 28px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .art-related-heading::after {
            content: '';
            flex: 1;
            height: 2px;
            background: var(--color-border, #eee);
        }

        .art-related-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .art-related-card {
            border-radius: 14px;
            overflow: hidden;
            background: var(--color-white, #fff);
            border: 1px solid var(--color-border, #eee);
            box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
            transition: transform .3s, box-shadow .3s;
            cursor: pointer;
            text-decoration: none;
            display: block;
        }

        .art-related-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 14px 36px rgba(1, 52, 124, .12);
        }

        .art-related-thumb {
            aspect-ratio: 16 / 9;
            overflow: hidden;
        }

        .art-related-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .45s;
        }

        .art-related-card:hover .art-related-thumb img {
            transform: scale(1.06);
        }

        .art-related-body {
            padding: 18px;
        }

        .art-related-cat {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #01347c;
            margin-bottom: 8px;
        }

        .art-related-title {
            font-family: var(--font-title, sans-serif);
            font-size: 15px;
            font-weight: 700;
            color: var(--color-black, #000);
            line-height: 1.4;
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .art-related-meta {
            font-size: 11px;
            color: var(--color-body, #999);
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .art-related-meta i {
            color: #4da9ff;
        }

        /* ================================================================
           10. SIDEBAR (reuses news-widget styles from berita.html via shared CSS class names
               that are defined identically ? safe to reuse)
        ================================================================ */
        .art-sidebar {
            position: sticky;
            top: 90px;
        }

        .art-widget {
            background: var(--color-white, #fff);
            border: 1px solid var(--color-border, #eee);
            border-radius: 16px;
            padding: 24px;
            margin-bottom: 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
        }

        .art-widget-title {
            font-family: var(--font-title, sans-serif);
            font-size: 16px;
            font-weight: 800;
            color: var(--color-black, #000);
            margin-bottom: 18px;
            padding-bottom: 12px;
            border-bottom: 2px solid #01347c;
        }

        /* Search */
        .art-search-wrap {
            position: relative;
        }

        .art-search-input {
            width: 100%;
            padding: 11px 44px 11px 16px;
            border-radius: 50px;
            border: 2px solid var(--color-border, #e5e5e5);
            background: var(--color-body-bg, #fff);
            color: var(--color-black, #000);
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            outline: none;
            transition: border-color .2s;
        }

        .art-search-input:focus {
            border-color: #01347c;
        }

        .art-search-btn {
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #01347c;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 12px;
            transition: background .2s;
        }

        .art-search-btn:hover {
            background: #4da9ff;
        }

        /* Category list */
        .art-cat-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .art-cat-list-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 9px 0;
            border-bottom: 1px solid var(--color-border, #eee);
            cursor: pointer;
            transition: color .2s;
        }

        .art-cat-list-item:last-child {
            border-bottom: none;
        }

        .art-cat-list-item:hover .art-cat-list-name {
            color: #01347c;
        }

        .art-cat-list-name {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            font-weight: 600;
            color: var(--color-black, #000);
            transition: color .2s;
        }

        .art-cat-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .art-cat-count {
            font-size: 11px;
            font-weight: 700;
            background: var(--color-body-bg, #f5f5f5);
            color: var(--color-body, #888);
            padding: 2px 8px;
            border-radius: 50px;
        }

        /* Trending */
        .art-trending-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .art-trending-item {
            display: flex;
            gap: 14px;
            align-items: flex-start;
            padding: 12px 0;
            border-bottom: 1px solid var(--color-border, #eee);
            cursor: pointer;
            transition: opacity .2s;
        }

        .art-trending-item:last-child {
            border-bottom: none;
        }

        .art-trending-item:hover {
            opacity: .75;
        }

        .art-trending-num {
            font-family: var(--font-title, sans-serif);
            font-size: 20px;
            font-weight: 800;
            color: rgba(1, 52, 124, .15);
            line-height: 1;
            width: 24px;
            flex-shrink: 0;
        }

        .art-trending-title {
            font-family: var(--font-title, sans-serif);
            font-size: 13px;
            font-weight: 700;
            color: var(--color-black, #000);
            line-height: 1.4;
            margin-bottom: 4px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .art-trending-meta {
            font-size: 11px;
            color: var(--color-body, #888);
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .art-trending-meta i {
            color: #4da9ff;
            font-size: 10px;
        }

        /* Newsletter */
        .art-newsletter-widget {
            background: linear-gradient(135deg, #01347c 0%, #012558 100%);
            border: none;
        }

        .art-newsletter-widget .art-widget-title {
            color: #fff;
            border-bottom-color: rgba(255, 255, 255, .2);
        }

        .art-newsletter-desc {
            font-family: var(--font-body, sans-serif);
            font-size: 13px;
            color: rgba(255, 255, 255, .65);
            margin-bottom: 16px;
            line-height: 1.6;
        }

        .art-newsletter-input {
            width: 100%;
            padding: 11px 16px;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, .2);
            background: rgba(255, 255, 255, .1);
            color: #fff;
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            outline: none;
            margin-bottom: 10px;
        }

        .art-newsletter-input::placeholder {
            color: rgba(255, 255, 255, .4);
        }

        .art-newsletter-input:focus {
            border-color: rgba(255, 255, 255, .5);
            background: rgba(255, 255, 255, .14);
        }

        .art-newsletter-submit {
            width: 100%;
            padding: 11px;
            border-radius: 10px;
            border: none;
            background: rgba(255, 255, 255, .15);
            color: #fff;
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            transition: background .2s;
        }

        .art-newsletter-submit:hover {
            background: rgba(255, 255, 255, .25);
        }

        /* ================================================================
           11. DARK MODE
        ================================================================ */
        :root[data-theme="dark"] .art-breadcrumb-strip {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .07);
        }

        :root[data-theme="dark"] .art-meta-row {
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .art-meta-divider {
            background: rgba(255, 255, 255, .1);
        }

        :root[data-theme="dark"] .art-reading-time {
            background: rgba(77, 169, 255, .12);
            color: #4da9ff;
        }

        :root[data-theme="dark"] .art-body blockquote {
            background: rgba(77, 169, 255, .06);
            border-color: #4da9ff;
        }

        :root[data-theme="dark"] .art-body blockquote p {
            color: rgba(255, 255, 255, .85);
        }

        :root[data-theme="dark"] .art-infobox {
            background: rgba(77, 169, 255, .06);
            border-color: rgba(77, 169, 255, .2);
        }

        :root[data-theme="dark"] .art-body a {
            color: #4da9ff;
        }

        :root[data-theme="dark"] .art-tags-section,
        :root[data-theme="dark"] .art-share-section {
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .art-tag {
            border-color: rgba(255, 255, 255, .12);
            color: rgba(255, 255, 255, .65);
        }

        :root[data-theme="dark"] .art-tag:hover {
            border-color: #4da9ff;
            color: #4da9ff;
            background: rgba(77, 169, 255, .06);
        }

        :root[data-theme="dark"] .art-author-bio {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .art-related-card {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .art-related-card:hover {
            box-shadow: 0 14px 36px rgba(0, 0, 0, .4);
        }

        :root[data-theme="dark"] .art-widget {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .art-search-input {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .12);
            color: #fff;
        }

        :root[data-theme="dark"] .art-search-input:focus {
            border-color: #4da9ff;
        }

        :root[data-theme="dark"] .art-cat-list-item {
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .art-trending-item {
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .art-trending-num {
            color: rgba(77, 169, 255, .18);
        }

        :root[data-theme="dark"] .art-cat-count {
            background: rgba(255, 255, 255, .07);
            color: rgba(255, 255, 255, .45);
        }

        :root[data-theme="dark"] .art-share-btn.cp {
            background: rgba(255, 255, 255, .06);
            color: rgba(255, 255, 255, .75);
            border-color: rgba(255, 255, 255, .12);
        }

        :root[data-theme="dark"] .art-cat-badge.nasional {
            background: rgba(77, 169, 255, .12);
            color: #4da9ff;
        }

        :root[data-theme="dark"] .art-cat-badge.pengawasan {
            background: rgba(231, 76, 60, .12);
            color: #e74c3c;
        }

        /* ================================================================
           12. RESPONSIVE
        ================================================================ */
        @media (max-width: 991px) {
            .art-related-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .art-author-bio {
                flex-direction: column;
            }

            .art-sidebar {
                position: static;
                margin-top: 40px;
            }
        }

        @media (max-width: 767px) {
            .art-related-grid {
                grid-template-columns: 1fr;
            }

            .art-lead {
                font-size: 15px;
                padding-left: 12px;
            }

            .art-meta-left {
                gap: 10px;
            }
        }

        @media (max-width: 575px) {
            .art-share-btns {
                gap: 6px;
            }

            .art-share-btn {
                padding: 7px 13px;
                font-size: 11px;
            }
        }

/* Berita Nasional */
/* ================================================================
           1. FEATURED NEWS CARD (headline utama)
        ================================================================ */
        .news-featured-section {
            padding: 52px 0 0;
            background: var(--color-body-bg, #fff);
        }

        .news-featured-card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            display: grid;
            grid-template-columns: 1.1fr 1fr;
            min-height: 400px;
            box-shadow: 0 12px 50px rgba(1, 52, 124, .14);
            transition: box-shadow .3s ease;
            background: var(--color-white, #fff);
            border: 1px solid var(--color-border, #eee);
            cursor: pointer;
        }

        .news-featured-card:hover {
            box-shadow: 0 20px 60px rgba(1, 52, 124, .22);
        }

        .news-featured-img {
            position: relative;
            overflow: hidden;
        }

        .news-featured-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .5s ease;
        }

        .news-featured-card:hover .news-featured-img img {
            transform: scale(1.04);
        }

        .news-featured-img-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, transparent 60%, rgba(0, 0, 0, .08) 100%);
        }

        .news-featured-body {
            padding: 40px 40px 36px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .news-cat-badge {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-family: var(--font-body, sans-serif);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 4px 12px;
            border-radius: 50px;
            margin-bottom: 16px;
            align-self: flex-start;
        }

        /* Warna kategori */
        .news-cat-badge.pelayanan {
            background: rgba(77, 169, 255, .12);
            color: #0077cc;
        }

        .news-cat-badge.pengawasan {
            background: rgba(231, 76, 60, .10);
            color: #c0392b;
        }

        .news-cat-badge.penerimaan {
            background: rgba(39, 174, 96, .12);
            color: #1e8449;
        }

        .news-cat-badge.fasilitas {
            background: rgba(243, 156, 18, .12);
            color: #b7770d;
        }

        .news-cat-badge.transformasi {
            background: rgba(142, 68, 173, .10);
            color: #7d3c98;
        }

        .news-cat-badge.koordinasi {
            background: rgba(26, 188, 156, .12);
            color: #148f77;
        }

        .news-cat-badge.branding {
            background: rgba(52, 73, 94, .10);
            color: #2c3e50;
        }

        .news-cat-badge.nasional {
            background: rgba(1, 52, 124, .10);
            color: #01347c;
        }

        .news-cat-badge.default {
            background: rgba(1, 52, 124, .10);
            color: #01347c;
        }

        .news-featured-title {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(20px, 2.4vw, 28px);
            font-weight: 800;
            color: var(--color-black, #000);
            line-height: 1.3;
            margin-bottom: 14px;
        }

        .news-featured-excerpt {
            font-family: var(--font-body, sans-serif);
            font-size: 15px;
            color: var(--color-body, #6c6f72);
            line-height: 1.7;
            margin-bottom: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-featured-meta {
            display: flex;
            align-items: center;
            gap: 18px;
            flex-wrap: wrap;
        }

        .news-meta-item {
            display: flex;
            align-items: center;
            gap: 6px;
            font-family: var(--font-body, sans-serif);
            font-size: 12px;
            color: var(--color-body, #6c6f72);
        }

        .news-meta-item i {
            color: #4da9ff;
            font-size: 12px;
        }

        .news-read-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 24px;
            padding: 11px 24px;
            background: #01347c;
            color: #fff;
            border-radius: 50px;
            font-family: var(--font-body, sans-serif);
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
            align-self: flex-start;
            transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
            box-shadow: 0 4px 16px rgba(1, 52, 124, .30);
        }

        .news-read-btn:hover {
            background: #012a60;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(1, 52, 124, .40);
            color: #fff;
        }

        .news-read-btn i {
            font-size: 12px;
            transition: transform .2s;
        }

        .news-read-btn:hover i {
            transform: translateX(4px);
        }

        /* ================================================================
           3. FILTER / KATEGORI TABS
        ================================================================ */
        .news-filter-section {
            padding: 44px 0 0;
            background: var(--color-body-bg, #fff);
        }

        .news-filter-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 14px;
            margin-bottom: 32px;
        }

        .news-filter-heading {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(20px, 2.5vw, 26px);
            font-weight: 800;
            color: var(--color-black, #000);
            margin: 0;
        }

        .news-filter-tabs {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
        }

        .news-filter-tab {
            font-family: var(--font-body, sans-serif);
            padding: 7px 16px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
            border: 2px solid var(--color-border, #e5e5e5);
            background: var(--color-white, #fff);
            color: var(--color-body, #6c6f72);
            transition: all .2s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
        }

        .news-filter-tab:hover {
            border-color: #01347c;
            color: #01347c;
        }

        .news-filter-tab.active {
            background: #01347c;
            border-color: #01347c;
            color: #fff;
            box-shadow: 0 4px 14px rgba(1, 52, 124, .28);
        }

        /* View toggle */
        .news-view-toggle {
            display: flex;
            gap: 4px;
        }

        .news-view-btn {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            border: 2px solid var(--color-border, #e5e5e5);
            background: var(--color-white, #fff);
            color: var(--color-body, #6c6f72);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all .2s;
            font-size: 13px;
        }

        .news-view-btn.active,
        .news-view-btn:hover {
            background: #01347c;
            border-color: #01347c;
            color: #fff;
        }

        /* ================================================================
           4. NEWS BODY (GRID + SIDEBAR)
        ================================================================ */
        .news-body-section {
            padding: 28px 0 72px;
            background: var(--color-body-bg, #fff);
        }

        /* ---- NEWS GRID ---- */
        #newsGrid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            transition: opacity .3s ease;
        }

        #newsGrid.list-view {
            grid-template-columns: 1fr;
        }

        /* Standard Article Card */
        .news-article-card {
            border-radius: 16px;
            overflow: hidden;
            background: var(--color-white, #fff);
            border: 1px solid var(--color-border, #eee);
            box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
            transition: transform .3s ease, box-shadow .3s ease;
            display: flex;
            flex-direction: column;
        }

        .news-article-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(1, 52, 124, .13);
        }

        .news-article-thumb {
            position: relative;
            overflow: hidden;
            aspect-ratio: 16 / 9;
            flex-shrink: 0;
        }

        .news-article-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .45s ease;
        }

        .news-article-card:hover .news-article-thumb img {
            transform: scale(1.06);
        }

        .news-article-thumb-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .28) 100%);
        }

        .news-article-cat-overlay {
            position: absolute;
            top: 12px;
            left: 12px;
        }

        .news-article-body {
            padding: 22px 22px 20px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .news-article-title {
            font-family: var(--font-title, sans-serif);
            font-size: 17px;
            font-weight: 700;
            color: var(--color-black, #000);
            line-height: 1.4;
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-article-title a {
            color: inherit;
            text-decoration: none;
            transition: color .2s;
        }

        .news-article-title a:hover {
            color: #01347c;
        }

        .news-article-excerpt {
            font-family: var(--font-body, sans-serif);
            font-size: 13px;
            color: var(--color-body, #6c6f72);
            line-height: 1.65;
            margin-bottom: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            flex: 1;
        }

        .news-article-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            flex-wrap: wrap;
            padding-top: 14px;
            border-top: 1px solid var(--color-border, #eee);
            margin-top: auto;
        }

        .news-article-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .news-article-meta span {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 11px;
            font-weight: 600;
            color: var(--color-body, #6c6f72);
        }

        .news-article-meta i {
            color: #4da9ff;
            font-size: 11px;
        }

        .news-article-link {
            font-size: 12px;
            font-weight: 700;
            color: #01347c;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 4px;
            transition: gap .2s, color .2s;
        }

        .news-article-link:hover {
            color: #4da9ff;
            gap: 8px;
        }

        /* LIST VIEW variant */
        #newsGrid.list-view .news-article-card {
            flex-direction: row;
            max-height: 180px;
        }

        #newsGrid.list-view .news-article-thumb {
            width: 260px;
            aspect-ratio: unset;
            flex-shrink: 0;
        }

        #newsGrid.list-view .news-article-body {
            padding: 20px 24px;
        }

        #newsGrid.list-view .news-article-title {
            font-size: 16px;
            -webkit-line-clamp: 2;
            line-clamp: 2;
        }

        #newsGrid.list-view .news-article-excerpt {
            -webkit-line-clamp: 2;
            line-clamp: 2;
        }

        /* ---- LOAD MORE ---- */
        .news-load-more-wrap {
            text-align: center;
            margin-top: 38px;
        }

        .news-load-more-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 13px 36px;
            border: 2px solid #01347c;
            border-radius: 50px;
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            font-weight: 700;
            color: #01347c;
            background: transparent;
            cursor: pointer;
            transition: all .25s ease;
        }

        .news-load-more-btn:hover {
            background: #01347c;
            color: #fff;
            box-shadow: 0 6px 20px rgba(1, 52, 124, .28);
        }

        .news-load-more-btn.loading i {
            animation: spin .8s linear infinite;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }

        /* ================================================================
           5. SIDEBAR
        ================================================================ */
        .news-sidebar {
            position: sticky;
            top: 90px;
        }

        .news-widget {
            background: var(--color-white, #fff);
            border: 1px solid var(--color-border, #eee);
            border-radius: 16px;
            padding: 24px;
            margin-bottom: 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
        }

        .news-widget-title {
            font-family: var(--font-title, sans-serif);
            font-size: 16px;
            font-weight: 800;
            color: var(--color-black, #000);
            margin-bottom: 18px;
            padding-bottom: 12px;
            border-bottom: 2px solid #01347c;
            position: relative;
        }

        /* Search Widget */
        .news-search-wrap {
            position: relative;
        }

        .news-search-input {
            width: 100%;
            padding: 11px 44px 11px 16px;
            border-radius: 50px;
            border: 2px solid var(--color-border, #e5e5e5);
            background: var(--color-body-bg, #fff);
            color: var(--color-black, #000);
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            outline: none;
            transition: border-color .2s;
        }

        .news-search-input:focus {
            border-color: #01347c;
        }

        .news-search-btn {
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #01347c;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 12px;
            transition: background .2s;
        }

        .news-search-btn:hover {
            background: #4da9ff;
        }

        /* Category list */
        .news-cat-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .news-cat-list-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 9px 0;
            border-bottom: 1px solid var(--color-border, #eee);
            cursor: pointer;
            transition: color .2s;
        }

        .news-cat-list-item:last-child {
            border-bottom: none;
        }

        .news-cat-list-item:hover .news-cat-list-name {
            color: #01347c;
        }

        .news-cat-list-name {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            font-weight: 600;
            color: var(--color-black, #000);
            transition: color .2s;
        }

        .news-cat-list-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .news-cat-list-count {
            font-size: 11px;
            font-weight: 700;
            background: var(--color-body-bg, #f5f5f5);
            color: var(--color-body, #888);
            padding: 2px 8px;
            border-radius: 50px;
        }

        /* Trending list */
        .news-trending-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .news-trending-item {
            display: flex;
            gap: 14px;
            align-items: flex-start;
            padding: 12px 0;
            border-bottom: 1px solid var(--color-border, #eee);
            cursor: pointer;
            transition: opacity .2s;
        }

        .news-trending-item:last-child {
            border-bottom: none;
        }

        .news-trending-item:hover {
            opacity: .8;
        }

        .news-trending-num {
            font-family: var(--font-title, sans-serif);
            font-size: 20px;
            font-weight: 800;
            color: rgba(1, 52, 124, .15);
            line-height: 1;
            width: 24px;
            flex-shrink: 0;
        }

        .news-trending-title {
            font-family: var(--font-title, sans-serif);
            font-size: 13px;
            font-weight: 700;
            color: var(--color-black, #000);
            line-height: 1.4;
            margin-bottom: 5px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-trending-meta {
            font-size: 11px;
            color: var(--color-body, #888);
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .news-trending-meta i {
            color: #4da9ff;
            font-size: 10px;
        }

        /* Newsletter widget */
        .news-newsletter-widget {
            background: linear-gradient(135deg, #01347c 0%, #012558 100%);
            border: none;
        }

        .news-newsletter-widget .news-widget-title {
            color: #fff;
            border-bottom-color: rgba(255, 255, 255, .2);
        }

        .news-newsletter-desc {
            font-family: var(--font-body, sans-serif);
            font-size: 13px;
            color: rgba(255, 255, 255, .65);
            margin-bottom: 16px;
            line-height: 1.6;
        }

        .news-newsletter-input {
            width: 100%;
            padding: 11px 16px;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, .2);
            background: rgba(255, 255, 255, .1);
            color: #fff;
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            outline: none;
            margin-bottom: 10px;
            transition: border-color .2s, background .2s;
        }

        .news-newsletter-input::placeholder {
            color: rgba(255, 255, 255, .4);
        }

        .news-newsletter-input:focus {
            border-color: rgba(255, 255, 255, .5);
            background: rgba(255, 255, 255, .14);
        }

        .news-newsletter-submit {
            width: 100%;
            padding: 11px;
            border-radius: 10px;
            border: none;
            background: rgba(255, 255, 255, .15);
            color: #fff;
            font-family: var(--font-body, sans-serif);
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            transition: background .2s;
        }

        .news-newsletter-submit:hover {
            background: rgba(255, 255, 255, .25);
        }

        /* ================================================================
           6. EMPTY STATE
        ================================================================ */
        .news-empty-state {
            text-align: center;
            padding: 60px 20px;
            color: var(--color-body, #888);
            display: none;
        }

        .news-empty-state i {
            font-size: 48px;
            color: rgba(1, 52, 124, .2);
            margin-bottom: 16px;
        }

        .news-empty-state p {
            font-size: 15px;
            margin: 0;
        }

        /* ================================================================
           7. DARK MODE OVERRIDES
        ================================================================ */
        :root[data-theme="dark"] .news-featured-card {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .08);
            box-shadow: 0 12px 50px rgba(0, 0, 0, .4);
        }

        :root[data-theme="dark"] .news-article-card {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .news-article-card:hover {
            box-shadow: 0 16px 40px rgba(0, 0, 0, .4);
        }

        :root[data-theme="dark"] .news-article-footer {
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .news-article-link {
            color: #4da9ff;
        }

        :root[data-theme="dark"] .news-widget {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .news-filter-tab {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .1);
        }

        :root[data-theme="dark"] .news-filter-tab:hover {
            border-color: #4da9ff;
            color: #4da9ff;
        }

        :root[data-theme="dark"] .news-filter-tab.active {
            background: #01347c;
            color: #fff;
            border-color: #01347c;
        }

        :root[data-theme="dark"] .news-view-btn {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .1);
        }

        :root[data-theme="dark"] .news-view-btn.active,
        :root[data-theme="dark"] .news-view-btn:hover {
            background: #01347c;
            border-color: #01347c;
        }

        :root[data-theme="dark"] .news-search-input {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, .12);
            color: #fff;
        }

        :root[data-theme="dark"] .news-search-input:focus {
            border-color: #4da9ff;
        }

        :root[data-theme="dark"] .news-cat-list-item {
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .news-cat-list-item:hover .news-cat-list-name {
            color: #4da9ff;
        }

        :root[data-theme="dark"] .news-cat-list-count {
            background: rgba(255, 255, 255, .08);
            color: rgba(255, 255, 255, .45);
        }

        :root[data-theme="dark"] .news-trending-item {
            border-color: rgba(255, 255, 255, .08);
        }

        :root[data-theme="dark"] .news-trending-num {
            color: rgba(77, 169, 255, .18);
        }

        :root[data-theme="dark"] .news-load-more-btn {
            border-color: #4da9ff;
            color: #4da9ff;
        }

        :root[data-theme="dark"] .news-load-more-btn:hover {
            background: #4da9ff;
            color: #fff;
        }

        :root[data-theme="dark"] .news-cat-badge.nasional,
        :root[data-theme="dark"] .news-cat-badge.default {
            background: rgba(77, 169, 255, .12);
            color: #4da9ff;
        }

        :root[data-theme="dark"] .news-cat-badge.pelayanan {
            color: #4da9ff;
            background: rgba(77, 169, 255, .1);
        }

        :root[data-theme="dark"] .news-read-btn {
            background: #4da9ff;
            box-shadow: 0 4px 16px rgba(77, 169, 255, .3);
        }

        /* ================================================================
           8. RESPONSIVE
        ================================================================ */
        @media (max-width: 991px) {
            .news-featured-card {
                grid-template-columns: 1fr;
                min-height: auto;
            }

            .news-featured-img {
                aspect-ratio: 16 / 7;
            }

            .news-sidebar {
                margin-top: 36px;
                position: static;
            }
        }

        @media (max-width: 767px) {
            #newsGrid {
                grid-template-columns: 1fr;
            }

            #newsGrid.list-view .news-article-card {
                flex-direction: column;
                max-height: none;
            }

            #newsGrid.list-view .news-article-thumb {
                width: 100%;
                aspect-ratio: 16 / 9;
            }

            .news-filter-bar {
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media (max-width: 575px) {
            .news-featured-body {
                padding: 24px;
            }

            .news-hero-stats {
                gap: 16px;
            }
        }

/* Kanal TV Bea Cukai */
/* ===== TV HERO ===== */
        .tv-hero {
            position: relative;
            background: linear-gradient(135deg, #01347c 0%, #011b40 50%, #00091a 100%);
            overflow: hidden;
            padding: 80px 0 70px;
            isolation: isolate;
        }

        .tv-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(ellipse 80% 60% at 20% 40%, rgba(77, 169, 255, .15) 0%, transparent 70%),
                radial-gradient(ellipse 60% 80% at 80% 60%, rgba(0, 200, 255, .08) 0%, transparent 70%);
            z-index: 0;
        }

        .tv-hero-grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1.5fr 1fr;
            gap: 40px;
            align-items: center;
        }

        /* Video Player Wrapper */
        .tv-player-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            border-radius: 20px;
            /* Sesuai border-radius-xl template */
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
            background: #000;
            border: 1px solid rgba(255, 255, 255, .15);
        }

        .tv-player-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        /* Hero Right Info */
        .tv-hero-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .tv-live-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(231, 76, 60, .15);
            border: 1px solid rgba(231, 76, 60, .3);
            border-radius: 50px;
            padding: 5px 14px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #ff6b6b;
            margin-bottom: 18px;
            backdrop-filter: blur(8px);
            align-self: flex-start;
        }

        .tv-live-badge .dot {
            width: 8px;
            height: 8px;
            background: #e74c3c;
            border-radius: 50%;
            animation: livePulseTV 1.4s ease-in-out infinite;
        }

        @keyframes livePulseTV {

            0%,
            100% {
                opacity: 1;
                transform: scale(1);
            }

            50% {
                opacity: .4;
                transform: scale(.85);
            }
        }

        .tv-hero-title {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(28px, 3.5vw, 42px);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 12px;
            letter-spacing: -.5px;
        }

        .tv-hero-title span {
            color: #4da9ff;
        }

        .tv-hero-subtitle {
            font-family: var(--font-body, sans-serif);
            font-size: 15px;
            color: rgba(255, 255, 255, .7);
            margin-bottom: 28px;
            line-height: 1.6;
        }

        /* Playlist di sebelah kanan */
        .tv-playlist-title {
            font-family: var(--font-title, sans-serif);
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 14px;
            letter-spacing: 0.5px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 10px;
        }

        .tv-playlist {
            display: flex;
            flex-direction: column;
            gap: 12px;
            max-height: 250px;
            overflow-y: auto;
            padding-right: 8px;
            scrollbar-width: thin;
            scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
        }

        .tv-playlist::-webkit-scrollbar {
            width: 6px;
        }

        .tv-playlist::-webkit-scrollbar-track {
            background: transparent;
        }

        .tv-playlist::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.2);
            border-radius: 10px;
        }

        .tv-playlist::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.4);
        }

        .tv-playlist-item {
            display: flex;
            gap: 14px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 12px;
            padding: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .tv-playlist-item:hover {
            background: rgba(255, 255, 255, 0.08);
            transform: translateX(4px);
        }

        .tv-playlist-item.active {
            background: rgba(77, 169, 255, 0.15);
            border-color: rgba(77, 169, 255, 0.4);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .tv-playlist-item img {
            width: 100px;
            height: 64px;
            object-fit: cover;
            border-radius: 8px;
            flex-shrink: 0;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        }

        .tv-playlist-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
            overflow: hidden;
        }

        .tv-playlist-info h5 {
            font-family: var(--font-title, sans-serif);
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            line-height: 1.4;
            margin: 0 0 6px 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .tv-playlist-badge {
            align-self: flex-start;
            font-size: 10px;
            font-weight: 800;
            padding: 2px 6px;
            border-radius: 4px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .tv-playlist-badge.live {
            background: #e74c3c;
            color: #fff;
        }

        .tv-playlist-badge.vod {
            background: rgba(255, 255, 255, 0.15);
            color: #ccc;
        }

        /* ===== PROGRAM SECTION ===== */
        .tv-program-section {
            padding: 60px 0 80px;
            background: var(--color-body-bg, #fff);
            transition: background .3s, color .3s;
        }

        .section-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin-bottom: 36px;
            flex-wrap: wrap;
            gap: 16px;
        }

        .section-label {
            font-family: var(--font-body, sans-serif);
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #01347c;
            margin-bottom: 6px;
        }

        .section-title {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(22px, 3vw, 32px);
            font-weight: 800;
            color: var(--color-black, #000);
            margin: 0;
            line-height: 1.2;
        }

        /* Day tabs */
        .day-tabs {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
        }

        .day-tab {
            font-family: var(--font-body, sans-serif);
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            border: 2px solid var(--color-border, #e5e5e5);
            transition: all .2s ease;
            background: var(--color-white, #fff);
            color: var(--color-body, #6c6f72);
            box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
        }

        .day-tab:hover {
            border-color: #01347c;
            color: #01347c;
        }

        .day-tab.active {
            background: #01347c;
            border-color: #01347c;
            color: #fff;
            box-shadow: 0 4px 16px rgba(1, 52, 124, .30);
        }

        /* Program Grid ? nama unik agar tidak konflik dengan .program-grid di radio.html */
        .tv-program-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
        }

        .tv-program-card {
            border-radius: 16px;
            background: var(--color-white, #fff);
            border: 1px solid var(--color-border, #eee);
            padding: 20px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
            transition: transform .3s ease, box-shadow .3s ease;
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }

        .tv-program-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 30px rgba(1, 52, 124, .12);
            border-color: rgba(77, 169, 255, .3);
        }

        .tv-program-card-icon {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: rgba(77, 169, 255, .1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            flex-shrink: 0;
            color: #01347c;
        }

        .tv-program-card-content {
            flex: 1;
        }

        .tv-program-card-time {
            font-size: 12px;
            font-weight: 700;
            color: #4da9ff;
            margin-bottom: 4px;
            letter-spacing: 0.5px;
        }

        .tv-program-card-title {
            font-family: var(--font-title, sans-serif);
            font-size: 16px;
            font-weight: 700;
            color: var(--color-black, #000);
            margin-bottom: 6px;
            line-height: 1.3;
        }

        .tv-program-card-desc {
            font-size: 13px;
            color: var(--color-body, #6c6f72);
            margin: 0;
            line-height: 1.5;
        }

        /* ===== APP DOWNLOAD SECTION ===== */
        .app-download-section {
            padding: 52px 0;
            background: linear-gradient(135deg, #01347c 0%, #012558 100%);
        }

        .app-download-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 32px;
            flex-wrap: wrap;
        }

        .app-download-text h3 {
            font-family: var(--font-title, sans-serif);
            font-size: clamp(18px, 2.5vw, 26px);
            font-weight: 800;
            color: #fff;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .app-download-text p {
            font-family: var(--font-body, sans-serif);
            color: rgba(255, 255, 255, .62);
            font-size: 15px;
            margin: 0;
        }

        .app-download-btns {
            display: flex;
            gap: 14px;
            align-items: center;
            flex-wrap: wrap;
        }

        .app-store-link {
            display: block;
            transition: transform .22s ease, opacity .22s ease;
        }

        .app-store-link:hover {
            transform: translateY(-3px);
            opacity: .88;
        }

        .app-store-link img {
            height: 52px;
            width: auto;
            display: block;
        }

        /* ===== DARK MODE OVERRIDES ===== */
        :root[data-theme="dark"] .section-label {
            color: #4da9ff;
        }

        :root[data-theme="dark"] .day-tab {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, 0.1);
        }

        :root[data-theme="dark"] .day-tab:hover {
            border-color: #4da9ff;
            color: #4da9ff;
        }

        :root[data-theme="dark"] .day-tab.active {
            background: #01347c;
            color: #fff;
            border-color: #01347c;
        }

        :root[data-theme="dark"] .tv-program-card {
            background: var(--color-dark-bg_2, #171818);
            border-color: rgba(255, 255, 255, 0.08);
            box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
        }

        :root[data-theme="dark"] .tv-program-card-icon {
            background: rgba(255, 255, 255, 0.08);
            color: #4da9ff;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 991px) {
            .tv-hero-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .tv-hero-info {
                align-items: center;
                text-align: center;
            }

            .tv-live-badge {
                align-self: center;
            }

            .tv-playlist-title {
                align-self: stretch;
                text-align: left;
            }

            .tv-playlist {
                text-align: left;
            }
        }

        @media (max-width: 767px) {
            .tv-program-grid {
                grid-template-columns: 1fr;
            }

            .app-download-inner {
                flex-direction: column;
                text-align: center;
            }

            .app-download-btns {
                justify-content: center;
            }
        }

        @media (max-width: 575px) {
            .section-header {
                flex-direction: column;
                align-items: flex-start;
            }
        }

/* Kanal Radio Bea Cukai */
/* ===== RADIO HERO ===== */
        .radio-hero {
            position: relative;
            background: linear-gradient(135deg, #01347c 0%, #012a63 40%, #000d24 100%);
            overflow: hidden;
            padding: 80px 0 70px;
            isolation: isolate;
        }

        .radio-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(ellipse 70% 60% at 20% 50%, rgba(0, 100, 255, .18) 0%, transparent 70%),
                radial-gradient(ellipse 50% 80% at 80% 60%, rgba(0, 200, 255, .10) 0%, transparent 70%);
            z-index: 0;
        }

        .radio-hero-grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0 48px;
            align-items: stretch;
        }

        .radio-hero-left {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Live badge */
        .radio-live-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, .10);
            border: 1px solid rgba(255, 255, 255, .20);
            border-radius: 50px;
            padding: 5px 14px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            /* Hero selalu gelap, pakai #fff langsung */
            color: #fff;
            margin-bottom: 18px;
            backdrop-filter: blur(8px);
        }

        .radio-live-badge .dot {
            width: 8px;
            height: 8px;
            background: #e74c3c;
            border-radius: 50%;
            animation: livePulse 1.4s ease-in-out infinite;
        }

        @keyframes livePulse {

            0%,
            100% {
                opacity: 1;
                transform: scale(1);
            }

            50% {
                opacity: .4;
                transform: scale(.85);
            }
        }

        .radio-hero-title {
            /* --font-title = Spartan (neon template heading font) */
            font-family: var(--font-title);
            font-size: clamp(28px, 4vw, 46px);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 12px;
            letter-spacing: -.5px;
        }

        .radio-hero-title span {
            color: #4da9ff;
        }

        .radio-hero-subtitle {
            /* --font-body = Roboto (neon template body font) */
            font-family: var(--font-body);
            font-size: 15px;
            color: rgba(255, 255, 255, .65);
            margin-bottom: 32px;
            line-height: 1.7;
            max-width: 460px;
        }

        /* Player Controls */
        .radio-player-controls {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .radio-play-btn {
            position: relative;
            width: 74px;
            height: 74px;
            border-radius: 50%;
            background: linear-gradient(135deg, #4da9ff, #0066cc);
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 26px;
            flex-shrink: 0;
            transition: transform .2s ease, box-shadow .3s ease;
            box-shadow: 0 8px 30px rgba(77, 169, 255, .45);
        }

        .radio-play-btn:hover {
            transform: scale(1.07);
            box-shadow: 0 12px 40px rgba(77, 169, 255, .60);
        }

        .radio-play-btn::before,
        .radio-play-btn::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            background: rgba(77, 169, 255, .25);
            animation: rippleWave 2.2s ease-out infinite;
        }

        .radio-play-btn::before {
            inset: -14px;
        }

        .radio-play-btn::after {
            inset: -28px;
            background: rgba(77, 169, 255, .12);
            animation-delay: .7s;
        }

        .radio-play-btn.is-playing::before,
        .radio-play-btn.is-playing::after {
            animation: rippleWave 1.6s ease-out infinite;
        }

        @keyframes rippleWave {
            0% {
                transform: scale(.9);
                opacity: .8;
            }

            100% {
                transform: scale(1.3);
                opacity: 0;
            }
        }

        .radio-player-info {
            color: #fff;
        }

        .radio-player-info .now-label {
            font-family: var(--font-body);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: rgba(255, 255, 255, .50);
            margin-bottom: 4px;
        }

        .radio-player-info .now-program {
            font-family: var(--font-title);
            font-size: 17px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 2px;
        }

        .radio-player-info .now-host {
            font-family: var(--font-body);
            font-size: 13px;
            color: rgba(255, 255, 255, .55);
        }

        /* Volume */
        .radio-volume-wrap {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 22px;
        }

        .radio-volume-wrap i {
            color: rgba(255, 255, 255, .60);
            font-size: 14px;
            width: 18px;
            text-align: center;
        }

        .radio-volume-slider {
            -webkit-appearance: none;
            appearance: none;
            width: 140px;
            height: 4px;
            border-radius: var(--border-radius-md);
            background: rgba(255, 255, 255, .20);
            outline: none;
            cursor: pointer;
            background-image: linear-gradient(#4da9ff, #4da9ff);
            background-size: 70% 100%;
            background-repeat: no-repeat;
        }

        .radio-volume-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #4da9ff;
            cursor: pointer;
            /* Hero selalu gelap, border putih solid */
            border: 2px solid #fff;
            box-shadow: 0 0 6px rgba(77, 169, 255, .60);
        }

        .radio-volume-slider::-moz-range-thumb {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #4da9ff;
            cursor: pointer;
            border: 2px solid #fff;
        }

        /* ===== IMAGE SLIDESHOW (right) ===== */
        .radio-slideshow {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 420px;
            /* --border-radius-xl = 20px (neon template) */
            border-radius: var(--border-radius-xl);
            overflow: hidden;
        }

        .radio-slide {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1s ease;
        }

        .radio-slide.active {
            opacity: 1;
        }

        .radio-slide-caption {
            position: absolute;
            bottom: 20px;
            right: 18px;
            z-index: 3;
            background: rgba(0, 0, 0, .45);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, .15);
            border-radius: 50px;
            padding: 6px 14px;
            font-family: var(--font-body);
            font-size: 12px;
            color: rgba(255, 255, 255, .85);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: calc(100% - 36px);
            transition: opacity .4s ease;
        }

        .radio-slide-dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 3;
            display: flex;
            gap: 6px;
        }

        .radio-slide-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .35);
            transition: background .3s, transform .3s;
            cursor: pointer;
        }

        .radio-slide-dot.active {
            background: #fff;
            transform: scale(1.3);
        }

        /* ===== PROGRAM SECTION ===== */
        .radio-program-section {
            padding: 60px 0 70px;
            /* --color-body-bg: #fff (light) / #101213 (dark) ? auto switch */
            background: var(--color-body-bg);
            transition: background .3s, color .3s;
        }

        .section-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin-bottom: 36px;
            flex-wrap: wrap;
            gap: 16px;
        }

        .section-label {
            font-family: var(--font-body);
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #01347c;
            margin-bottom: 6px;
        }

        .section-title {
            /* --font-title = Spartan; --color-black: #000 (light) / #fff (dark) */
            font-family: var(--font-title);
            font-size: clamp(22px, 3vw, 32px);
            font-weight: 800;
            color: var(--color-black);
            margin: 0;
            line-height: 1.2;
        }

        /* Program Grid */
        .program-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 14px;
        }

        .program-card {
            aspect-ratio: 3 / 4;
            cursor: pointer;
            position: relative;
            box-shadow: 0 4px 18px rgba(0, 0, 0, .10);
            perspective: 1000px;
            transition: box-shadow .28s ease;
            border-radius: var(--border-radius-xl);
        }

        .program-card:hover {
            box-shadow: 0 14px 40px rgba(1, 52, 124, .25);
        }

        .program-card:hover .program-card-inner {
            transform: rotateY(180deg);
        }

        .program-card-inner {
            position: absolute;
            inset: 0;
            border-radius: var(--border-radius-xl);
            transform-style: preserve-3d;
            transition: transform .55s cubic-bezier(.4, 0, .2, 1);
        }

        .program-card-front,
        .program-card-back {
            position: absolute;
            inset: 0;
            border-radius: var(--border-radius-xl);
            overflow: hidden;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
        }

        .program-card-front {
            background: #c8d4e8;
        }

        .program-card-front img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .program-card-back {
            background: linear-gradient(160deg, #01347c 0%, #012a63 55%, #000d24 100%);
            transform: rotateY(180deg);
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 18px 16px;
        }

        .card-back-time {
            font-family: var(--font-body);
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #4da9ff;
            margin-bottom: 8px;
        }

        .card-back-title {
            font-family: var(--font-title);
            font-size: clamp(12px, 1.2vw, 15px);
            font-weight: 800;
            color: #fff;
            line-height: 1.3;
            margin-bottom: 8px;
        }

        .card-back-desc {
            font-family: var(--font-body);
            font-size: clamp(10px, 0.9vw, 12px);
            color: rgba(255, 255, 255, .72);
            line-height: 1.6;
        }

        .card-back-host {
            font-family: var(--font-body);
            font-size: 10px;
            color: rgba(255, 255, 255, .45);
            margin-top: 10px;
            border-top: 1px solid rgba(255, 255, 255, .12);
            padding-top: 8px;
        }

        .on-air-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            background: rgba(1, 52, 124, .92);
            color: #fff;
            font-family: var(--font-body);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 4px 10px;
            border-radius: 50px;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, .30);
        }

        .on-air-badge .dot {
            width: 6px;
            height: 6px;
            background: #4da9ff;
            border-radius: 50%;
            animation: livePulse 1.2s ease-in-out infinite;
        }

        /* ===== APP DOWNLOAD SECTION ===== */
        .app-download-section {
            padding: 52px 0;
            background: linear-gradient(135deg, #01347c 0%, #012558 100%);
        }

        .app-download-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 32px;
            flex-wrap: wrap;
        }

        .app-download-text h3 {
            font-family: var(--font-title);
            font-size: clamp(18px, 2.5vw, 26px);
            font-weight: 800;
            color: #fff;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .app-download-text p {
            font-family: var(--font-body);
            color: rgba(255, 255, 255, .62);
            font-size: 15px;
            margin: 0;
        }

        .app-download-btns {
            display: flex;
            gap: 14px;
            align-items: center;
            flex-wrap: wrap;
        }

        .app-store-link {
            display: block;
            transition: transform .22s ease, opacity .22s ease;
        }

        .app-store-link:hover {
            transform: translateY(-3px);
            opacity: .88;
        }

        .app-store-link img {
            height: 52px;
            width: auto;
            display: block;
        }

        /* ===== DARK MODE =====
           Hanya override yang tidak bisa ditangani
           CSS variables secara langsung.
        ============================== */

        /* section-title & radio-program-section sudah auto via --color-black & --color-body-bg */

        /* section-label: warna #01347c terlalu gelap di dark mode */
        :root[data-theme="dark"] .section-label {
            color: #4da9ff;
        }

        /* program-card: front face lebih gelap di dark mode */
        :root[data-theme="dark"] .program-card-front {
            background: var(--color-dark-bg_2, #171818);
        }

        /* ===== PLAYLIST SECTION ===== */
        .radio-playlist-section {
            padding: 60px 0 70px;
            background: var(--color-body-bg);
            border-top: 1px solid var(--color-border);
            transition: background .3s;
        }

        .playlist-tab-nav {
            display: flex;
            gap: 8px;
            margin-bottom: 28px;
            flex-wrap: wrap;
        }

        .playlist-tab-btn {
            font-family: var(--font-body);
            padding: 10px 26px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            border: 2px solid var(--color-border);
            transition: all .2s ease;
            background: var(--color-white);
            color: var(--color-body);
            box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .playlist-tab-btn:hover {
            border-color: #01347c;
            color: #01347c;
        }

        .playlist-tab-btn.active {
            background: #01347c;
            border-color: #01347c;
            color: #fff;
            box-shadow: 0 4px 16px rgba(1, 52, 124, .30);
        }

        .playlist-pane {
            display: none;
        }

        .playlist-pane.active {
            display: block;
            animation: fadeInPane .3s ease;
        }

        @keyframes fadeInPane {
            from {
                opacity: 0;
                transform: translateY(8px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .spotify-embed-wrap {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
        }

        /* Rekaman label & divider */
        .playlist-sub-label,
        .playlist-divider {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 16px;
        }

        .playlist-divider {
            margin-top: 28px;
        }

        .playlist-sub-label span,
        .playlist-divider span {
            font-family: var(--font-body);
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.8px;
            color: #01347c;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            white-space: nowrap;
        }

        .playlist-sub-label::after,
        .playlist-divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: var(--color-border);
        }

        :root[data-theme="dark"] .playlist-sub-label span,
        :root[data-theme="dark"] .playlist-divider span {
            color: #4da9ff;
        }

        :root[data-theme="dark"] .playlist-tab-btn {
            background: var(--color-dark-bg_2, #171818);
            color: var(--color-body);
            box-shadow: none;
        }

        :root[data-theme="dark"] .playlist-tab-btn:hover {
            border-color: #4da9ff;
            color: #4da9ff;
        }

        :root[data-theme="dark"] .playlist-tab-btn.active {
            background: #01347c;
            color: #fff;
            border-color: #01347c;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1199px) {
            .program-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 991px) {
            .radio-hero-grid {
                grid-template-columns: 1fr;
                gap: 0;
                text-align: center;
            }

            .radio-hero-left {
                padding: 52px 0 32px;
            }

            .radio-hero-subtitle {
                max-width: 100%;
            }

            .radio-player-controls {
                justify-content: center;
            }

            .radio-volume-wrap {
                justify-content: center;
            }

            .radio-slideshow {
                min-height: 260px;
                border-radius: 0;
                order: -1;
            }
        }

        @media (max-width: 767px) {
            .app-download-inner {
                flex-direction: column;
                text-align: center;
            }

            .app-download-btns {
                justify-content: center;
            }

            .program-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 575px) {
            .radio-hero {
                padding: 0;
            }

            .program-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .section-header {
                flex-direction: column;
                align-items: flex-start;
            }
        }

/* Beranda */
/* ===== HOME STYLES ===== */
        .home-hero {
            padding: 40px 0 60px;
            background: var(--color-body-bg);
        }

        /* Radio Box */
        .home-radio-box {
            background: linear-gradient(135deg, #01347c 0%, #012a63 40%, #000d24 100%);
            border-radius: var(--border-radius-xl);
            padding: 40px;
            height: 100%;
            min-height: 420px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .home-radio-box::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 70% 60% at 20% 50%, rgba(0, 100, 255, .18) 0%, transparent 70%),
                radial-gradient(ellipse 50% 80% at 80% 60%, rgba(0, 200, 255, .10) 0%, transparent 70%);
            z-index: 0;
        }

        .home-radio-box>* {
            position: relative;
            z-index: 1;
        }

        /* Reuse Radio Styles from radio.html */
        .radio-live-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, .10);
            border: 1px solid rgba(255, 255, 255, .20);
            border-radius: 50px;
            padding: 5px 14px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 18px;
            backdrop-filter: blur(8px);
            align-self: flex-start;
        }

        .radio-live-badge .dot {
            width: 8px;
            height: 8px;
            background: #e74c3c;
            border-radius: 50%;
            animation: livePulse 1.4s ease-in-out infinite;
        }

        @keyframes livePulse {

            0%,
            100% {
                opacity: 1;
                transform: scale(1);
            }

            50% {
                opacity: .4;
                transform: scale(.85);
            }
        }

        .radio-hero-title {
            font-family: var(--font-title);
            font-size: clamp(24px, 3vw, 36px);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 12px;
            letter-spacing: -.5px;
        }

        .radio-hero-title span {
            color: #4da9ff;
        }

        .radio-hero-subtitle {
            font-family: var(--font-body);
            font-size: 14px;
            color: rgba(255, 255, 255, .65);
            margin-bottom: 32px;
            line-height: 1.6;
        }

        .radio-player-controls {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .radio-play-btn {
            position: relative;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: linear-gradient(135deg, #4da9ff, #0066cc);
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 22px;
            flex-shrink: 0;
            transition: transform .2s ease, box-shadow .3s ease;
            box-shadow: 0 8px 30px rgba(77, 169, 255, .45);
        }

        .radio-play-btn:hover {
            transform: scale(1.07);
            box-shadow: 0 12px 40px rgba(77, 169, 255, .60);
        }

        .radio-play-btn::before,
        .radio-play-btn::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            background: rgba(77, 169, 255, .25);
            animation: rippleWave 2.2s ease-out infinite;
        }

        .radio-play-btn::before {
            inset: -10px;
        }

        .radio-play-btn::after {
            inset: -20px;
            background: rgba(77, 169, 255, .12);
            animation-delay: .7s;
        }

        .radio-play-btn.is-playing::before,
        .radio-play-btn.is-playing::after {
            animation: rippleWave 1.6s ease-out infinite;
        }

        @keyframes rippleWave {
            0% {
                transform: scale(.9);
                opacity: .8;
            }

            100% {
                transform: scale(1.3);
                opacity: 0;
            }
        }

        .radio-player-info {
            color: #fff;
        }

        .radio-player-info .now-label {
            font-family: var(--font-body);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: rgba(255, 255, 255, .50);
            margin-bottom: 4px;
        }

        .radio-player-info .now-program {
            font-family: var(--font-title);
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 2px;
        }

        .radio-player-info .now-host {
            font-family: var(--font-body);
            font-size: 12px;
            color: rgba(255, 255, 255, .55);
        }

        .radio-volume-wrap {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 22px;
        }

        .radio-volume-wrap i {
            color: rgba(255, 255, 255, .60);
            font-size: 14px;
            width: 18px;
            text-align: center;
        }

        .radio-volume-slider {
            -webkit-appearance: none;
            appearance: none;
            width: 120px;
            height: 4px;
            border-radius: var(--border-radius-md);
            background: rgba(255, 255, 255, .20);
            outline: none;
            cursor: pointer;
            background-image: linear-gradient(#4da9ff, #4da9ff);
            background-size: 70% 100%;
            background-repeat: no-repeat;
        }

        .radio-volume-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #4da9ff;
            cursor: pointer;
            border: 2px solid var(--color-white);
            box-shadow: 0 0 6px rgba(77, 169, 255, .60);
        }

        /* Headline News Box & Swiper */
        .headline-swiper {
            border-radius: var(--border-radius-xl);
            overflow: hidden;
            height: 100%;
            min-height: 420px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .headline-slide {
            position: relative;
            display: flex;
            align-items: flex-end;
            height: 100%;
            width: 100%;
        }

        .headline-slide img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .headline-swiper:hover .swiper-slide-active img,
        .headline-slide:hover img {
            transform: scale(1.05);
        }

        .headline-slide::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
            pointer-events: none;
        }

        /* Swiper Pagination */
        .headline-swiper .swiper-pagination {
            bottom: 20px;
            text-align: right;
            padding-right: 40px;
            z-index: 10;
        }

        .headline-swiper .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: rgba(255, 255, 255, 0.5);
            opacity: 1;
            transition: all 0.3s ease;
        }

        .headline-swiper .swiper-pagination-bullet-active {
            background: #4da9ff;
            width: 25px;
            border-radius: 5px;
        }

        .headline-content {
            position: relative;
            z-index: 2;
            padding: 40px;
            width: 100%;
        }

        .headline-category {
            background: #01347c;
            color: #fff;
            padding: 6px 14px;
            border-radius: 50px;
            font-family: var(--font-body);
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
            display: inline-block;
            box-shadow: 0 4px 10px rgba(1, 52, 124, 0.4);
        }

        .headline-title {
            color: #fff;
            font-family: var(--font-title);
            font-size: clamp(22px, 3vw, 32px);
            font-weight: 800;
            margin-bottom: 15px;
            line-height: 1.3;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        }

        .headline-title a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }

        .headline-title a:hover {
            color: #4da9ff;
        }

        .headline-meta {
            color: rgba(255, 255, 255, 0.8);
            font-family: var(--font-body);
            font-size: 13px;
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .headline-meta i {
            margin-right: 5px;
            color: #4da9ff;
        }

        /* Section Titles */
        .section-heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
            border-bottom: 2px solid var(--color-border);
            padding-bottom: 15px;
        }

        .section-heading h2 {
            font-family: var(--font-title);
            font-size: 24px;
            font-weight: 800;
            color: var(--color-black);
            margin: 0;
            position: relative;
        }

        .section-heading h2::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -17px;
            width: 60px;
            height: 4px;
            background: #01347c;
            border-radius: 2px;
        }

        .section-heading .view-all {
            font-family: var(--font-body);
            font-size: 14px;
            font-weight: 600;
            color: #01347c;
            text-decoration: none;
            transition: color 0.3s;
        }

        .section-heading .view-all:hover {
            color: #4da9ff;
        }

        /* News Grid Section */
        .news-section {
            padding: 60px 0;
            background: var(--color-white);
        }

        .news-card {
            background: var(--color-body-bg);
            border-radius: var(--border-radius-lg);
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s, box-shadow 0.3s;
            height: 100%;
            display: flex;
            flex-direction: column;
            border: 1px solid var(--color-border);
        }

        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .news-card-img {
            position: relative;
            padding-top: 60%;
            overflow: hidden;
        }

        .news-card-img img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .news-card:hover .news-card-img img {
            transform: scale(1.08);
        }

        .news-card-cat {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #01347c;
            color: #fff;
            padding: 4px 10px;
            border-radius: 4px;
            font-family: var(--font-body);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            z-index: 2;
        }

        .news-card-content {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .news-card-title {
            font-family: var(--font-title);
            font-size: 18px;
            font-weight: 700;
            color: var(--color-black);
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .news-card-title a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s;
        }

        .news-card-title a:hover {
            color: #01347c;
        }

        .news-card-excerpt {
            font-family: var(--font-body);
            font-size: 14px;
            color: var(--color-body);
            margin-bottom: 15px;
            line-height: 1.6;
            flex-grow: 1;
        }

        .news-card-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-family: var(--font-body);
            font-size: 12px;
            color: var(--color-body);
            border-top: 1px solid var(--color-border);
            padding-top: 15px;
            margin-top: auto;
        }

        .news-card-meta i {
            color: #01347c;
            margin-right: 5px;
        }

        /* Interactive Categories */
        .category-section {
            padding: 60px 0;
            background: var(--color-body-bg);
        }

        .cat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
        }

        .cat-item {
            background: var(--color-white);
            border-radius: var(--border-radius-lg);
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s;
            border: 1px solid var(--color-border);
            text-decoration: none;
            display: block;
        }

        .cat-item:hover {
            transform: translateY(-5px);
            background: #01347c;
            border-color: #01347c;
        }

        .cat-icon {
            font-size: 36px;
            color: #01347c;
            margin-bottom: 15px;
            transition: color 0.3s;
        }

        .cat-item:hover .cat-icon {
            color: #fff;
        }

        .cat-name {
            font-family: var(--font-title);
            font-size: 15px;
            font-weight: 700;
            color: var(--color-black);
            transition: color 0.3s;
        }

        .cat-item:hover .cat-name {
            color: #fff;
        }

        /* Video Section */
        .video-section {
            padding: 60px 0;
            background: var(--color-white);
        }

        .video-card {
            position: relative;
            border-radius: var(--border-radius-xl);
            overflow: hidden;
            padding-top: 56.25%;
            /* 16:9 */
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            display: block;
        }

        .video-card img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .video-card:hover img {
            transform: scale(1.05);
        }

        .video-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s;
        }

        .video-card:hover .video-overlay {
            background: rgba(0, 0, 0, 0.5);
        }

        .play-btn {
            width: 70px;
            height: 70px;
            background: #e74c3c;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 24px;
            padding-left: 5px;
            box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
            animation: pulse-red 2s infinite;
            transition: transform 0.3s;
        }

        .video-card:hover .play-btn {
            transform: scale(1.1);
        }

        @keyframes pulse-red {
            0% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
            }

            70% {
                transform: scale(1);
                box-shadow: 0 0 0 15px rgba(231, 76, 60, 0);
            }

            100% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
            }
        }

        .video-title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 30px 20px 20px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
            color: #fff;
            font-family: var(--font-title);
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }

        /* Dark Mode Overrides */
        :root[data-theme="dark"] .section-heading h2::after {
            background: #4da9ff;
        }

        :root[data-theme="dark"] .section-heading .view-all {
            color: #4da9ff;
        }

        :root[data-theme="dark"] .news-card-cat {
            background: #4da9ff;
            color: #000;
        }

        :root[data-theme="dark"] .news-card-title a:hover {
            color: #4da9ff;
        }

        :root[data-theme="dark"] .news-card-meta i {
            color: #4da9ff;
        }

        :root[data-theme="dark"] .cat-item:hover {
            background: #1a1c1e;
            border-color: #4da9ff;
        }

        :root[data-theme="dark"] .cat-icon {
            color: #4da9ff;
        }

        :root[data-theme="dark"] .cat-item:hover .cat-icon {
            color: #4da9ff;
        }

        :root[data-theme="dark"] .cat-item:hover .cat-name {
            color: #4da9ff;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .home-radio-box {
                min-height: 350px;
                margin-bottom: 30px;
            }

            .headline-swiper {
                min-height: 350px;
            }
        }

        @media (max-width: 767px) {
            .headline-title {
                font-size: 20px;
            }

            .headline-content {
                padding: 20px;
            }
        }

/* Tombol change dark white Neon-2 */


/* Footer Neon-2 */


/* Header Neon-2 */


/* Hidden menu left Neon-2 */


/* Layout search hidden Neon-2 */


/* Tombol Back To Top Neon-2 */




