/* Garis Bumi - Portal Home Stylesheet */
:root {
            --gb-primary: #064e3b;
            --gb-primary-dark: #022c22;
            --gb-accent: #10b981;
            --gb-accent-hover: #059669;
            --gb-text-dark: #0f172a;
            --gb-text-muted: #64748b;
            --gb-bg-light: #f8fafc;
            --gb-border: #e2e8f0;
            --portal-container-width: 1140px;
            --portal-sidebar-width: 330px;
            --portal-grid-gap: 40px;
            --portal-border-radius: 12px;
        }

        *, *:before, *:after {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            overflow-x: clip;
            width: 100%;
            -webkit-text-size-adjust: 100%;
        }

        body {
            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
            color: #1e293b;
            background-color: #ffffff;
            margin: 0;
            padding: 0;
            overflow-x: clip;
            width: 100%;
            position: relative;
        }

        /* ================= MODERN HEADER SYSTEM ================= */
        .site-header {
            width: 100%;
            background: #ffffff;
            position: relative;
            z-index: 990;
        }

        /* 1. Header Utility Top Bar */
        .header-utility-bar {
            background: #f8fafc;
            border-bottom: 1px solid #e2e8f0;
            font-size: 11.5px;
            color: #475569;
        }

        .utility-container {
            max-width: var(--portal-container-width);
            margin: 0 auto;
            padding: 7px 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
        }

        .utility-left {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .utility-right {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .utility-trending-label {
            font-weight: 700;
            color: #0f172a;
            font-size: 11px;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

        .utility-tags {
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .utility-tag {
            color: #059669;
            text-decoration: none;
            font-weight: 600;
            padding: 2px 7px;
            border-radius: 4px;
            background: rgba(5, 150, 105, 0.08);
            transition: all 0.2s ease;
            font-size: 11px;
        }

        .utility-tag:hover {
            background: #059669;
            color: #ffffff;
            transform: translateY(-1px);
        }

        .utility-edition {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-weight: 600;
            color: #64748b;
            padding-left: 8px;
            border-left: 1px solid #cbd5e1;
        }

        @media (max-width: 768px) {
            .utility-right {
                display: none;
            }
            .utility-container {
                justify-content: center;
            }
        }

        /* 2. Main Brand Header */
        .header-main-bar {
            background: #ffffff;
            padding: 16px 0;
            border-bottom: 1px solid #f1f5f9;
        }

        .header-main-container {
            max-width: var(--portal-container-width);
            margin: 0 auto;
            padding: 0 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }

        .portal-brand-link {
            display: flex;
            align-items: center;
            gap: 14px;
            text-decoration: none;
        }

        .portal-brand-img {
            max-height: 60px;
            width: auto;
            object-fit: contain;
            transition: transform 0.2s ease;
        }

        .portal-brand-img:hover {
            transform: scale(1.02);
        }

        .portal-brand-fallback {
            font-size: 26px;
            font-weight: 900;
            color: #0f172a;
            letter-spacing: -0.5px;
            margin: 0;
            line-height: 1;
        }

        .portal-brand-fallback span {
            color: #059669;
        }

        .header-right-tools {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .header-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            background: linear-gradient(135deg, #059669 0%, #047857 100%);
            color: #ffffff !important;
            padding: 8px 18px;
            border-radius: 9999px;
            font-size: 12px;
            font-weight: 700;
            text-decoration: none !important;
            box-shadow: 0 2px 8px rgba(5, 150, 105, 0.25);
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            white-space: nowrap;
        }

        .header-cta-btn * {
            color: #ffffff !important;
            stroke: #ffffff !important;
        }

        .header-cta-btn:hover,
        .header-cta-btn:focus,
        .header-cta-btn:active {
            background: linear-gradient(135deg, #047857 0%, #065f46 100%) !important;
            color: #ffffff !important;
            text-decoration: none !important;
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(5, 150, 105, 0.45) !important;
        }

        .header-cta-btn:hover * {
            color: #ffffff !important;
            stroke: #ffffff !important;
        }

        .header-cta-btn svg {
            transition: transform 0.2s ease;
        }

        .header-cta-btn:hover svg {
            transform: scale(1.1);
        }

        .header-left-spacer {
            display: none;
        }

        @media (max-width: 768px) {
            .header-left-spacer {
                display: block;
                width: 36px;
                height: 36px;
                flex-shrink: 0;
            }
            .portal-brand-badge-box {
                display: none;
            }
            .header-cta-btn {
                display: none;
            }
            .header-main-bar {
                padding: 8px 0;
            }
            .header-main-container {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                gap: 8px;
            }
            .portal-brand-link {
                margin: 0 !important;
                justify-content: flex-start;
                text-align: left;
            }
            .header-right-tools {
                width: 36px;
                height: 36px;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                flex-shrink: 0;
            }
        }

        /* 3. Sticky Master Navigation (Bilah Kategori) */
        .cat-navbar {
            background: linear-gradient(90deg, #022c22 0%, #064e3b 45%, #064e3b 55%, #022c22 100%);
            width: 100%;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 4px 20px -2px rgba(2, 44, 34, 0.4);
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            transition: background 0.25s ease, box-shadow 0.25s ease;
        }

        .cat-navbar.is-scrolled {
            background: rgba(2, 44, 34, 0.97) !important;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3) !important;
        }

        .sticky-brand-compact {
            display: none;
            align-items: center;
            text-decoration: none;
            margin-right: 14px;
            padding-right: 14px;
            border-right: 1px solid rgba(255, 255, 255, 0.18);
            flex-shrink: 0;
            opacity: 0;
            transform: translateX(-8px);
            transition: opacity 0.25s ease, transform 0.25s ease;
        }

        .cat-navbar.is-scrolled .sticky-brand-compact {
            display: inline-flex;
            opacity: 1;
            transform: translateX(0);
        }

        .cat-nav-container {
            max-width: var(--portal-container-width);
            margin: 0 auto;
            padding: 0 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 48px;
            gap: 12px;
            position: relative;
        }

        .cat-links-desktop {
            display: flex;
            align-items: center;
            gap: 6px;
            height: 100%;
            padding: 4px 0;
        }

        .cat-nav-link {
            color: #e2e8f0;
            text-decoration: none;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.6px;
            padding: 7px 14px;
            border-radius: 8px;
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            display: inline-flex;
            align-items: center;
            gap: 5px;
            height: 32px;
            position: relative;
        }

        .cat-nav-link:hover {
            color: #6ee7b7;
            background: rgba(255, 255, 255, 0.08);
            transform: translateY(-1px);
        }

        .cat-nav-link.active {
            color: #ffffff;
            background: linear-gradient(135deg, rgba(16, 185, 129, 0.28) 0%, rgba(5, 150, 105, 0.4) 100%);
            box-shadow: inset 0 0 0 1px rgba(52, 211, 153, 0.45);
        }

        .cat-nav-link.active .active-indicator {
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 24px;
            height: 3px;
            background: #34d399;
            border-radius: 4px;
        }

        .cat-special-pill {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(5, 150, 105, 0.25);
            border: 1px solid #10b981;
            color: #a7f3d0;
            padding: 5px 14px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .cat-special-pill:hover {
            background: #10b981;
            color: #ffffff;
            transform: translateY(-1px);
        }

        /* Mobile Rubrik Toolbar & Dropdown (No Horizontal Sliding) */
        .cat-nav-mobile {
            display: none;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            gap: 8px;
        }
        .cat-home-mobile {
            padding: 5px 12px !important;
            font-size: 11px !important;
            font-weight: 800 !important;
            letter-spacing: 0.6px !important;
            text-transform: uppercase !important;
            height: 32px !important;
            background: rgba(255, 255, 255, 0.08) !important;
            border: 1px solid rgba(255, 255, 255, 0.14) !important;
            border-radius: 8px !important;
            color: #ffffff !important;
            display: inline-flex !important;
            align-items: center !important;
            gap: 6px !important;
            text-decoration: none !important;
            transition: all 0.2s ease !important;
        }
        .cat-home-mobile:hover, .cat-home-mobile.active {
            background: rgba(255, 255, 255, 0.16) !important;
            color: #ffffff !important;
        }
        .btn-rubrik-toggle {
            background: rgba(255, 255, 255, 0.1) !important;
            border: 1px solid rgba(255, 255, 255, 0.25) !important;
            color: #ffffff !important;
            padding: 5px 14px !important;
            border-radius: 20px !important;
            font-size: 12px !important;
            font-weight: 700 !important;
            display: inline-flex !important;
            align-items: center !important;
            gap: 7px !important;
            height: 32px !important;
            cursor: pointer !important;
            transition: all 0.2s ease !important;
            outline: none !important;
            white-space: nowrap !important;
        }
        .btn-rubrik-toggle:hover, .btn-rubrik-toggle.active {
            background: #10b981 !important;
            border-color: #34d399 !important;
            color: #ffffff !important;
        }
        .cat-special-pill-mobile {
            display: inline-flex !important;
            align-items: center !important;
            gap: 6px !important;
            background: rgba(16, 185, 129, 0.2) !important;
            border: 1px solid #10b981 !important;
            color: #ffffff !important;
            padding: 5px 12px !important;
            border-radius: 20px !important;
            font-size: 11.5px !important;
            font-weight: 800 !important;
            height: 32px !important;
            text-decoration: none !important;
            transition: all 0.2s ease !important;
            white-space: nowrap !important;
        }
        .cat-special-pill-mobile:hover {
            background: #10b981 !important;
            color: #ffffff !important;
        }
        .mobile-rubrik-dropdown {
            background: #022c22;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-bottom: 2px solid #10b981;
            box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10000;
            animation: slideDownRubrik 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        }
        @keyframes slideDownRubrik {
            from { opacity: 0; transform: translateY(-8px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .rubrik-dropdown-inner {
            padding: 14px 16px 18px 16px;
            max-width: var(--portal-container-width);
            margin: 0 auto;
        }
        .rubrik-grid-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
            color: #a7f3d0;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.5px;
        }
        .btn-close-rubrik {
            background: transparent;
            border: none;
            color: #cbd5e1;
            font-size: 16px;
            cursor: pointer;
            padding: 2px 6px;
        }
        .rubrik-pills-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
        }
        .rubrik-pill-item {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.12);
            color: #f1f5f9;
            text-decoration: none;
            padding: 9px 12px;
            border-radius: 10px;
            font-size: 12px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.15s ease;
        }
        .rubrik-pill-item:hover, .rubrik-pill-item.active {
            background: rgba(16, 185, 129, 0.25);
            border-color: #10b981;
            color: #ffffff;
        }
        .rubrik-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        @media (max-width: 992px) {
            .cat-links-desktop, .cat-nav-action { display: none !important; }
            .cat-nav-mobile { display: flex !important; }
            .cat-navbar.is-scrolled .cat-home-mobile {
                display: none !important;
            }
            .cat-navbar.is-scrolled .cat-nav-mobile {
                justify-content: flex-end;
                gap: 8px;
            }
            .sticky-brand-compact {
                margin-right: 8px;
                padding-right: 8px;
            }
            .sticky-brand-compact img {
                height: 22px !important;
            }
        }

        .cat-nav-action {
            display: flex;
            align-items: center;
            flex-shrink: 0;
        }

        .special-glow {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #34d399;
            box-shadow: 0 0 8px #34d399;
            animation: pulseBeacon 1.8s infinite;
        }

        /* 4. Sleek News Ticker Bar */
        .news-ticker {
            background: #022c22;
            color: #f1f5f9;
            padding: 7px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 12px;
        }

        .news-ticker-inner {
            max-width: var(--portal-container-width);
            margin: 0 auto;
            padding: 0 1rem;
            display: flex;
            align-items: center;
            gap: 14px;
            overflow: hidden;
        }

        .ticker-badge-wrap {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: #ffffff;
            padding: 3px 10px;
            border-radius: 6px;
            flex-shrink: 0;
            box-shadow: 0 2px 10px rgba(16, 185, 129, 0.35);
        }

        .ticker-beacon {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #ffffff;
            animation: pulseBeacon 1.5s infinite;
        }

        .ticker-label {
            font-weight: 800;
            font-size: 10.5px;
            letter-spacing: 0.6px;
            text-transform: uppercase;
        }

        .ticker-marquee-track {
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
        }

        .ticker-marquee-content {
            display: inline-block;
            white-space: nowrap;
            animation: tickerSlide 35s linear infinite;
        }

        .ticker-marquee-content:hover {
            animation-play-state: paused;
        }

        @keyframes tickerSlide {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        .ticker-item-link {
            color: #e2e8f0;
            text-decoration: none;
            font-weight: 500;
            margin-right: 28px;
            transition: color 0.15s ease;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .ticker-item-link:hover {
            color: #34d399;
            text-decoration: underline;
        }

        .ticker-bullet {
            color: #10b981;
            font-size: 10px;
        }

        /* Layout Grid */
        .portal-main-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) var(--portal-sidebar-width, 330px);
            gap: var(--portal-grid-gap, 40px);
            align-items: start;
            width: 100%;
            margin: 30px auto 48px auto;
            padding: 0 1rem;
            max-width: var(--portal-container-width, 1140px);
            box-sizing: border-box;
        }

        .portal-main-col {
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 36px;
            order: 1;
        }

        .portal-sidebar-col {
            min-width: 0;
            width: 100%;
            max-width: 100%;
            display: flex;
            flex-direction: column;
            gap: 20px;
            order: 2;
        }

        @media (max-width: 1024px) {
            .portal-main-grid {
                grid-template-columns: 1fr !important;
                gap: 32px;
                margin: 20px auto 40px auto;
            }
            .portal-main-col {
                order: 1 !important;
            }
            .portal-sidebar-col {
                order: 2 !important;
            }
        }

        /* Hero Article Card */
        .hero-headline-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
            background: #0f172a;
            min-height: 420px;
            display: flex;
            align-items: flex-end;
        }

        .hero-bg-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.88;
            transition: transform 0.4s ease;
        }

        .hero-headline-card:hover .hero-bg-img {
            transform: scale(1.02);
        }

        .hero-overlay {
            position: relative;
            z-index: 2;
            padding: 32px;
            background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.4) 60%, transparent 100%);
            color: #ffffff;
            width: 100%;
            box-sizing: border-box;
        }

        .badge-cat {
            background: var(--gb-accent);
            color: #ffffff;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 10px;
            text-decoration: none;
        }

        .hero-headline-title {
            font-size: 25px;
            font-weight: 800;
            line-height: 1.3;
            margin: 0 0 10px 0;
            color: #ffffff;
        }

        .hero-headline-title a {
            color: #ffffff;
            text-decoration: none;
        }

        .hero-headline-title a:hover {
            color: #6ee7b7;
        }

        .hero-headline-lead {
            font-size: 13.5px;
            opacity: 0.92;
            margin: 0 0 12px 0;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .hero-headline-meta {
            opacity: 0.95;
            font-size: 12.5px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 4px 10px;
            line-height: 1.4;
            color: #e2e8f0;
        }

        .hero-headline-meta .meta-item {
            display: inline-flex;
            align-items: center;
            white-space: nowrap;
        }

        .hero-headline-meta .meta-item:not(:last-child)::after {
            content: "•";
            margin-left: 10px;
            opacity: 0.5;
            font-size: 9px;
        }



        /* 4-Card Carousel Row */
        .carousel-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
        }

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

        .carousel-card {
            display: flex;
            flex-direction: column;
        }

        .carousel-card-img {
            width: 100%;
            height: 110px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 6px;
            background: #f1f5f9;
        }

        .carousel-card-title {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.3;
            margin: 0 0 4px 0;
            color: #1e293b;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* Vertical News List */
        .vertical-news-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .list-news-item {
            display: flex;
            gap: 18px;
            border-bottom: 1px solid #f1f5f9;
            padding-bottom: 16px;
        }

        @media (max-width: 480px) {
            .list-news-item {
                flex-direction: column;
            }
            .list-news-img {
                width: 100% !important;
                height: 160px !important;
            }
        }

        .list-news-img {
            width: 180px;
            height: 120px;
            object-fit: cover;
            border-radius: 8px;
            flex-shrink: 0;
            background: #f1f5f9;
        }

        .list-news-title {
            font-size: 16px;
            font-weight: 800;
            margin: 0 0 8px 0;
            color: var(--gb-text-dark);
            line-height: 1.4;
        }

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

        .list-news-title a:hover {
            color: var(--gb-accent-hover);
        }

        .list-news-desc {
            font-size: 13px;
            color: #64748b;
            margin: 0 0 8px 0;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* Right Sidebar Widgets */
        .sidebar-widget {
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            padding: 20px;
            background: #ffffff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.03);
            box-sizing: border-box;
        }

        .sidebar-widget-title {
            font-size: 18px;
            font-weight: 800;
            color: var(--gb-text-dark);
            margin: 0 0 16px 0;
            border-left: 4px solid var(--gb-primary);
            padding-left: 10px;
        }

        .trending-item {
            display: flex;
            gap: 14px;
            margin-bottom: 15px;
            border-bottom: 1px solid #f1f5f9;
            padding-bottom: 13px;
            align-items: flex-start;
        }

        .trending-item:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .trending-num {
            font-size: 26px;
            font-weight: 900;
            color: #94a3b8;
            line-height: 1;
            flex-shrink: 0;
            width: 20px;
            margin-top: 2px;
            transition: color 0.2s ease;
        }

        .trending-item:hover .trending-num {
            color: var(--gb-primary, #059669);
        }

        .trending-content {
            flex: 1;
            min-width: 0;
        }

        .trending-title {
            font-size: 14px;
            font-weight: 750;
            margin: 0;
            color: #0f172a;
            line-height: 1.4;
            letter-spacing: -0.15px;
        }

        .trending-meta-pill-row {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-top: 6px;
        }

        .trending-cat-pill {
            display: inline-flex;
            align-items: center;
            padding: 2px 8px;
            font-size: 10px;
            font-weight: 700;
            color: #047857;
            background: #ecfdf5;
            border: 1px solid #d1fae5;
            border-radius: 20px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            line-height: 1.3;
            transition: all 0.2s ease;
        }

        .trending-item:hover .trending-cat-pill {
            background: #059669;
            color: #ffffff;
            border-color: #059669;
        }

        .trending-meta-dot {
            font-size: 10px;
            color: #cbd5e1;
            line-height: 1;
        }

        .trending-read-time {
            font-size: 11px;
            font-weight: 500;
            color: #94a3b8;
            line-height: 1;
        }

        .trending-title a {
            color: inherit;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .trending-title a:hover {
            color: var(--gb-accent-hover, #059669);
        }

        /* Follow Us Bar */
        .follow-us-box {
            background: var(--gb-primary);
            color: #ffffff;
            border-radius: 10px;
            padding: 14px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .follow-icons {
            display: flex;
            gap: 14px;
            align-items: center;
        }

        .follow-icons a {
            color: #ffffff;
            opacity: 0.9;
            transition: opacity 0.2s, transform 0.2s;
            display: inline-flex;
        }

        .follow-icons a:hover {
            opacity: 1;
            transform: translateY(-2px);
        }

        /* Video Widget */
        .video-item {
            display: flex;
            gap: 10px;
            align-items: center;
            text-decoration: none;
        }

        .video-item img {
            width: 100px;
            height: 60px;
            object-fit: cover;
            border-radius: 6px;
            flex-shrink: 0;
        }

        .video-item small {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.3;
            color: #1e293b;
            transition: color 0.2s;
        }

        .video-item:hover small {
            color: var(--gb-accent-hover);
        }

        /* Newsletter Box */
        .newsletter-section {
            background: linear-gradient(135deg, #064e3b 0%, #047857 100%);
            border-radius: 12px;
            color: #ffffff;
            padding: 32px 24px;
            margin: 36px 0;
            text-align: center;
            box-shadow: 0 8px 24px rgba(6, 78, 59, 0.15);
        }

        .newsletter-btn {
            background: #0f172a;
            color: #ffffff;
            border: none;
            padding: 10px 24px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 13.5px;
            cursor: pointer;
            transition: background 0.2s;
            white-space: nowrap;
        }

        .newsletter-btn:hover {
            background: #1e293b;
        }

        /* Ultra-Modern Footer Styling */
        .portal-footer {
            background: radial-gradient(circle at 85% 15%, rgba(16, 185, 129, 0.15) 0%, transparent 50%), radial-gradient(circle at 15% 85%, rgba(5, 150, 105, 0.1) 0%, transparent 45%), #052e24;
            color: #ffffff;
            padding: 56px 1.5rem 32px 1.5rem;
            font-family: 'Plus Jakarta Sans', sans-serif;
            width: 100%;
            box-sizing: border-box;
            border-top: 1px solid rgba(16, 185, 129, 0.3);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
            position: relative;
        }

        .footer-inner {
            max-width: var(--portal-container-width);
            margin: 0 auto;
            width: 100%;
        }

        /* Top Brand & Newsletter Header Banner */
        .footer-top-strip {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding-bottom: 36px;
            margin-bottom: 40px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            flex-wrap: wrap;
        }

        .footer-brand-lockup {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .footer-brand-logo {
            max-height: 42px;
            filter: brightness(0) invert(1);
        }

        .footer-accreditation-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(16, 185, 129, 0.2);
            border: 1px solid rgba(52, 211, 153, 0.45);
            color: #a7f3d0;
            font-size: 12px;
            font-weight: 700;
            padding: 5px 14px;
            border-radius: 20px;
            letter-spacing: 0.2px;
        }

        .footer-mini-newsletter {
            display: flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 5px 6px 5px 16px;
            border-radius: 30px;
            max-width: 440px;
            width: 100%;
        }

        .footer-mini-newsletter input {
            background: transparent;
            border: none;
            outline: none;
            color: #ffffff;
            font-size: 13px;
            flex: 1;
            min-width: 160px;
        }

        .footer-mini-newsletter input::placeholder {
            color: rgba(255, 255, 255, 0.75);
        }

        .footer-mini-newsletter button {
            background: #10b981;
            color: #ffffff;
            border: none;
            padding: 8px 18px;
            border-radius: 24px;
            font-size: 12.5px;
            font-weight: 800;
            cursor: pointer;
            transition: all 0.2s ease;
            white-space: nowrap;
        }

        .footer-mini-newsletter button:hover {
            background: #059669;
            box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
        }

        /* Main 4-Column Grid */
        .footer-grid {
            display: grid;
            grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
            gap: 36px;
            align-items: start;
        }

        @media (max-width: 992px) {
            .footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 32px;
            }
        }

        @media (max-width: 576px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }
        }

        .footer-col-title {
            font-size: 14px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            color: #ffffff;
            margin: 0 0 18px 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .footer-title-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #34d399;
            box-shadow: 0 0 8px #34d399;
            display: inline-block;
        }

        .footer-bio-text {
            font-size: 13.5px;
            color: #e2e8f0;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .footer-social-strip {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .footer-social-btn {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .footer-social-btn:hover {
            background: #10b981;
            border-color: #10b981;
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(16, 185, 129, 0.35);
        }

        .portal-footer a {
            color: #ffffff !important;
        }

        .footer-links-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .footer-links-list a {
            color: #ffffff !important;
            font-size: 13.5px;
            font-weight: 600;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.2s ease;
        }

        .footer-links-list a:hover {
            color: #6ee7b7 !important;
            transform: translateX(4px);
        }

        .footer-links-list a::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #34d399;
            box-shadow: 0 0 6px rgba(52, 211, 153, 0.8);
            transition: all 0.2s ease;
        }

        .footer-links-list a:hover::before {
            background: #ffffff;
            box-shadow: 0 0 8px #ffffff;
        }

        /* Glass Contact Box */
        .footer-contact-card {
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 12px;
            padding: 18px;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .footer-contact-row {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 13px;
            color: #f1f5f9;
            line-height: 1.5;
        }

        .footer-contact-icon {
            font-size: 15px;
            color: #34d399;
            line-height: 1.2;
            flex-shrink: 0;
            margin-top: 1px;
        }

        .footer-contact-row a {
            color: #ffffff;
            font-weight: 600;
            text-decoration: none;
            transition: color 0.2s;
        }

        .footer-contact-row a:hover {
            color: #6ee7b7;
        }

        /* Bottom Copyright & Legal Links */
        .footer-bottom-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding-top: 28px;
            margin-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            font-size: 13px;
            color: #cbd5e1;
            flex-wrap: wrap;
        }

        .footer-legal-links {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .footer-legal-links a {
            color: #e2e8f0;
            text-decoration: none;
            transition: color 0.2s;
        }

        .footer-legal-links a:hover {
            color: #6ee7b7;
        }

        .footer-back-to-top {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #a7f3d0;
            background: rgba(16, 185, 129, 0.2);
            border: 1px solid rgba(52, 211, 153, 0.4);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 800;
            text-decoration: none;
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .footer-back-to-top:hover {
            background: #10b981;
            color: #ffffff;
            transform: translateY(-2px);
        }

        /* ================= SENIOR-FRIENDLY EDITORIAL TYPOGRAPHY ================= */
        .section-header-title {
            font-size: 24px !important;
            font-weight: 850 !important;
            color: #0f172a !important;
            letter-spacing: -0.3px !important;
        }

        .pill-btn {
            font-size: 12px !important;
            padding: 6px 14px !important;
            font-weight: 750 !important;
            letter-spacing: 0.3px !important;
        }

        .grid-news-title {
            font-size: 16.5px !important;
            font-weight: 800 !important;
            line-height: 1.45 !important;
            color: #0f172a !important;
            margin: 0 0 8px 0 !important;
            -webkit-line-clamp: 3 !important;
            letter-spacing: -0.2px !important;
        }

        .grid-news-meta {
            font-size: 12px !important;
            gap: 4px !important;
            color: #64748b !important;
            font-weight: 500 !important;
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
            margin-top: auto !important;
        }

        .meta-divider {
            display: none !important;
        }

        .meta-time-group {
            display: inline-flex !important;
            align-items: center !important;
            gap: 2px !important;
            color: #64748b !important;
            white-space: nowrap !important;
            font-size: 11.5px !important;
        }

        .cat-badge {
            font-size: 11.5px !important;
            font-weight: 800 !important;
            letter-spacing: 0.4px !important;
            line-height: 1.2 !important;
        }

        @media (max-width: 640px) {
            .grid-news-meta {
                flex-direction: row !important;
                align-items: center !important;
                flex-wrap: wrap !important;
                gap: 5px 8px !important;
            }
            .meta-divider {
                display: inline-block !important;
                color: #cbd5e1 !important;
                font-size: 10px !important;
            }
            .meta-time-group {
                font-size: 12.5px !important;
            }
        }

        .news-grid-3x2 {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 20px 18px !important;
            width: 100% !important;
        }

        .grid-news-card {
            min-width: 0 !important;
            max-width: 100% !important;
        }

        .grid-news-img-wrap {
            width: 100% !important;
            aspect-ratio: 16 / 10 !important;
            height: auto !important;
            min-height: 0 !important;
            max-width: 100% !important;
            border-radius: 10px !important;
            overflow: hidden !important;
            margin-bottom: 10px !important;
        }

        @media (max-width: 768px) {
            .news-grid-3x2 {
                grid-template-columns: 1fr !important;
                gap: 24px !important;
            }
            .grid-news-img-wrap {
                aspect-ratio: 16 / 10 !important;
                min-height: 0 !important;
                border-radius: 14px !important;
                margin-bottom: 12px !important;
            }
        }

        @media (max-width: 640px) {
            .section-header-title {
                font-size: 21px !important;
            }
            .grid-news-title {
                font-size: 18px !important;
                line-height: 1.45 !important;
            }
            .grid-news-meta {
                font-size: 13px !important;
            }
            .pill-btn {
                font-size: 11.5px !important;
                padding: 6px 12px !important;
            }
        }
