        :root { --jp-blue: #21409A; --jp-blue-dark: #18317A; --jp-dark: #1a1a1a; --jp-gray: #6c757d; --jp-border: #e9ecef; --jp-bg-soft: #f1f3f5; --jp-orange: #FF8C00; }
        html { overflow-y: scroll !important; scroll-behavior: smooth; }
        body { font-family: 'Inter', sans-serif; color: var(--jp-dark); background-color: #ffffff; margin: 0; }
        a { text-decoration: none; color: var(--jp-dark); transition: color .2s ease; }
        a:hover { color: var(--jp-blue); }

        /* BANNER SAMPING */
        .side-banner { position: fixed; top: 46px; width: 160px; height: 600px; background-color: #f8f9fa; border: 1px dashed #dee2e6; display: none; z-index: 1085; align-items: center; justify-content: center; color: var(--jp-gray); font-size: .8rem; text-align: center; font-weight: 600; overflow: hidden; transition: top 0.3s ease-in-out; }
        .side-banner.left { left: 0; }
        .side-banner.right { right: 0; }
        .side-banner img { width: 100%; height: auto; display: block; } 
        @media (min-width:1300px) { .side-banner { display: flex; } .container { max-width: calc(100% - 360px) !important; } }

        .utility-header { padding: 6px 0; background-color: #ffffff; position: sticky; top: 0; z-index: 1090; box-shadow: 0 4px 15px rgba(0,0,0,.08); height: 46px; display: flex; align-items: center; }
        .btn-hamburger { background: none; border: none; color: var(--jp-dark); padding: 0; line-height: 1; display: flex; align-items: center; gap: 8px; cursor: pointer; }
        .btn-hamburger i { font-size: 1.4rem; }
        .btn-hamburger span { font-weight: 700; font-size: .9rem; letter-spacing: .5px; }
        .search-wrapper { position: relative; width: 100%; max-width: 400px; margin: 0 auto; }
        .search-wrapper .form-control { border-radius: 50px; padding-left: 40px; height: 34px; background-color: #f1f3f5; border: 1px solid #f1f3f5; font-size: .85rem; }
        .search-wrapper .bi-search { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--jp-gray); z-index: 2; }
        
        .search-results-dropdown { display: none; position: absolute; top: 110%; left: 0; width: 100%; background: #fff; border: 1px solid var(--jp-border); border-radius: 16px; box-shadow: 0 15px 50px rgba(15, 23, 42, 0.12); z-index: 1200; max-height: 400px; overflow-y: auto; padding: 12px; }
        .search-item { display: block; padding: 12px 15px; border-radius: 10px; transition: background 0.2s ease; margin-bottom: 4px; border: 1px solid transparent; }
        .search-item:hover { background: var(--jp-bg-soft); border-color: var(--jp-border); text-decoration: none; }
        .search-item .item-title { font-weight: 700; font-size: 0.95rem; color: var(--jp-dark); display: block; margin-bottom: 4px; }
        .search-item .item-excerpt { font-size: 0.8rem; color: var(--jp-gray); display: block; }

        .auth-section { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
        .btn-daftar, .btn-login { font-weight: 600; font-size: .8rem; padding: 5px 14px; border-radius: 50px; display: flex; align-items: center; gap: 6px; }
        .btn-daftar { border: 1px solid #dee2e6; color: var(--jp-dark); }
        .btn-login { background-color: var(--jp-blue); color: #fff; border: 1px solid var(--jp-blue); }
        .btn-login:hover { background-color: var(--jp-blue-dark); color: #fff; }
        
        .main-header { padding: 12px 0; background-color: #fff; }
        .logo-brand { font-weight: 900; font-size: 1.8rem; color: var(--jp-blue); letter-spacing: -1px; line-height: 1; display: inline-flex; align-items: center; }
        .logo-brand span { color: var(--jp-dark); }
        .logo-brand img.logo-img { max-height: 40px; width: auto; object-fit: contain; }
        .sticky-desktop-menu .logo-brand img.logo-img { max-height: 35px; }
        .mobile-row1 .logo-brand img.logo-img { max-height: 35px; }
        .sidebar-custom-header .logo-brand img.logo-img { max-height: 35px; }
        .tagline-text { font-size: .7rem; color: var(--jp-gray); font-weight: 600; letter-spacing: 1px; margin-top: 4px; }
        .header-ads { width: 100%; height: 60px; background-color: #f8f9fa; border: 1px dashed #dee2e6; display: flex; align-items: center; justify-content: center; color: var(--jp-gray); font-size: .8rem; border-radius: 4px; }

        .nav-header { position: relative; z-index: 1020; background: #fff; }
        .nav-top { background: var(--jp-blue); }
        .nav-main, .nav-sub { display: flex; list-style: none; margin: 0 20px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; padding: 0; }
        .nav-main::-webkit-scrollbar, .nav-sub::-webkit-scrollbar { display: none; }
        .nav-main li, .nav-sub li { margin-right: 24px; }
        .nav-main li a { display: block; padding: 8px 0; font-weight: 700; font-size: .85rem; color: #fff; }
        .nav-main li a:hover { color: var(--jp-orange); }
        .nav-bottom { background: var(--jp-bg-soft); }
        .nav-sub { padding-top: 6px; padding-bottom: 6px; }
        .nav-sub li a { display: flex; align-items: center; padding: 0; font-size: .78rem; font-weight: 600; color: #495057; }
        .live-tag { color: var(--jp-blue) !important; font-weight: 800; display: flex; align-items: center; gap: 5px; }
        .live-dot { width: 8px; height: 8px; background-color: #ff4d4d; border-radius: 50%; animation: pulse 1.5s infinite; flex-shrink: 0; }
        @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,77,77,.7); } 70% { box-shadow: 0 0 0 6px rgba(255,77,77,0); } 100% { box-shadow: 0 0 0 0 rgba(255,77,77,0); } }

        .sticky-desktop-menu { position: fixed; top: 46px; left: 0; width: 100%; z-index: 1070; background-color: #fff; box-shadow: 0 4px 15px rgba(0,0,0,.08); border-top: 3px solid var(--jp-blue); border-bottom: 1px solid var(--jp-border); opacity: 0; visibility: hidden; transition: opacity .3s ease-in-out, visibility .3s ease-in-out; }
        .sticky-desktop-menu.is-visible { opacity: 1; visibility: visible; }
        .sticky-menu-inner { display: flex; align-items: center; height: 45px; gap: 24px; }
        .sticky-nav { display: flex; list-style: none; margin: 0; padding: 0; overflow-x: auto; white-space: nowrap; scrollbar-width: none; flex-grow: 1; }
        .sticky-nav::-webkit-scrollbar { display: none; }
        .sticky-nav li { margin-right: 20px; }
        .sticky-nav li a { display: block; padding: 13px 0; font-weight: 700; font-size: .75rem; color: var(--jp-dark); }

        .mobile-header { display: none; }
        .mobile-top-wrapper { position: fixed; top: 0; left: 0; width: 100%; z-index: 1090; background: #fff; }
        .mobile-row1 { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px 0; }
        .mobile-row1 .left-side, .mobile-row1 .right-side { display: flex; align-items: center; gap: 12px; }
        .mobile-btn-icon { background: none; border: none; font-size: 1.4rem; color: var(--jp-dark); padding: 0; }
        .mobile-live-link { display: flex; align-items: center; gap: 5px; color: var(--jp-blue); font-weight: 800; font-size: .8rem; }
        .mobile-row2 { margin: 0 20px; }
        .mobile-nav-tabs { display: flex; list-style: none; margin: 0; padding: 0; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
        .mobile-nav-tabs li { margin-right: 20px; }
        .mobile-nav-tabs li a { display: block; padding: 6px 0; font-weight: 700; font-size: .8rem; color: #495057; }
        .mobile-row3 { background: #fff; border-bottom: 1px solid var(--jp-border); margin-top: 75px; }
        .mobile-special-tabs { display: flex; list-style: none; margin: 0 20px; padding: 6px 0; overflow-x: auto; white-space: nowrap; }
        .mobile-special-tabs li { margin-right: 8px; }
        .mobile-special-tabs li a { display: block; font-size: .7rem; font-weight: 700; color: var(--jp-blue); background: #eef2fa; padding: 4px 10px; border-radius: 50px; }

        .mobile-search-overlay { display: none; position: fixed; top: 75px; left: 0; width: 100%; height: calc(100vh - 75px); background: #f8f9fa; z-index: 1080; overflow-y: auto; flex-direction: column; }
        .mobile-search-overlay.active { display: flex; }
        .mobile-search-header { padding: 15px; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 10; }
        .mobile-search-input-group { display: flex; align-items: center; background: var(--jp-bg-soft); border: 1px solid var(--jp-border); border-radius: 50px; padding: 5px 5px 5px 15px; }
        .mobile-search-input-group input { border: none !important; background: transparent; flex-grow: 1; font-size: 1rem; height: 35px; }
        .mobile-search-input-group input:focus { box-shadow: none; outline: none; }
        .mobile-search-close { background: var(--jp-dark); color: #fff; border: none; border-radius: 50%; width: 30px; height: 30px; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; cursor: pointer; }
        .mobile-search-body { padding: 15px; flex-grow: 1; }
        .mobile-search-body .search-item { background: #fff; border-radius: 12px; padding: 15px; margin-bottom: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }

        .offcanvas-start { border-right: none !important; box-shadow: 4px 0 15px rgba(0,0,0,.1) !important; z-index: 1085; background: #fff !important; }
        .sidebar-custom-header { background: #fff; padding: 20px 24px; border-bottom: 1px solid var(--jp-border); }
        .offcanvas-body { padding: 20px !important; }
        .sidebar-menu-header { font-size: .85rem; font-weight: 800; color: var(--jp-gray); letter-spacing: 1px; margin-bottom: 16px; }
        .sidebar-menu-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
        .sidebar-menu-list .menu-item a { display: flex; align-items: center; padding: 15px 12px; font-weight: 600; color: var(--jp-dark); font-size: .75rem; gap: 10px; background: var(--jp-bg-soft); border-radius: 10px; }
        .sidebar-menu-list .menu-item a i { font-size: 1.3rem; color: var(--jp-blue); }

        /* BERITA REKOMENDASI TOP SECTION */
        .rekomendasi-top { margin-bottom: 30px; }
        .rekomendasi-top .rekomendasi-title { border-left: 4px solid var(--jp-orange); margin-bottom: 15px; }
        .rekomendasi-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
        .rekomendasi-item { background: #fff; border: 1px solid var(--jp-border); border-radius: 12px; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
        .rekomendasi-item:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); border-color: transparent; }
        .rekomendasi-item .img-wrap { display: block; width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #f1f3f5; }
        .rekomendasi-item .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
        .rekomendasi-item:hover .img-wrap img { transform: scale(1.05); }
        .rekomendasi-item .content-wrap { padding: 12px; }
        .rekomendasi-item .category-tag { color: var(--jp-orange); font-weight: 700; font-size: .65rem; text-transform: uppercase; margin-bottom: 4px; display: inline-block; }
        .rekomendasi-item h3 { font-size: .85rem; font-weight: 700; line-height: 1.3; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
        .rekomendasi-item h3 a:hover { color: var(--jp-blue); }
        
        @media (max-width: 991.98px) {
            .rekomendasi-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 10px; scrollbar-width: none; }
            .rekomendasi-grid::-webkit-scrollbar { display: none; }
            .rekomendasi-item { flex: 0 0 auto; width: 200px; scroll-snap-align: start; }
        }
        @media (max-width: 575.98px) {
            .rekomendasi-item { width: 160px; }
            .rekomendasi-item h3 { font-size: 0.8rem; -webkit-line-clamp: 2; }
        }

        /* HERO SECTION & POLLING */
        .hero-section { display: flex; gap: 20px; margin-bottom: 30px; align-items: stretch; }
        .hero-main { flex: 2; position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); background: #f1f3f5; aspect-ratio: 16 / 9; align-self: stretch; }
        .hero-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
        .hero-main:hover img { transform: scale(1.03); }
        .hero-main .overlay { position: absolute; bottom: 0; left: 0; width: 100%; padding: 60px 30px 25px; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%); }
        .hero-main .category { display: inline-block; background: var(--jp-blue); color: #fff; padding: 5px 12px; border-radius: 50px; font-size: .7rem; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
        .hero-main h2 { font-size: 1.8rem; font-weight: 800; color: #fff; line-height: 1.2; margin: 0; text-shadow: 0 2px 10px rgba(0,0,0,0.4); }
        .hero-main h2 a { color: #fff; }
        .hero-main h2 a:hover { color: rgba(255,255,255,0.8); }
        
        .hero-side { flex: 1.1; display: flex; flex-direction: column; min-width: 0; }
        .hero-poll { flex-grow: 1; background: #fff; border: 1px solid var(--jp-border); border-radius: 16px; padding: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); display: flex; flex-direction: column; overflow: hidden; }
        .poll-header { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
        .poll-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--jp-orange); color: #fff; padding: 5px 12px; border-radius: 50px; font-size: .7rem; font-weight: 700; text-transform: uppercase; width: fit-content; }
        .hero-poll h3 { font-size: 1.15rem; font-weight: 800; line-height: 1.3; color: var(--jp-dark); margin: 0; }
        
        .poll-options { display: flex; flex-direction: column; gap: 12px; flex-grow: 1; justify-content: center; }
        .poll-option { position: relative; background: var(--jp-bg-soft); border: 1px solid var(--jp-border); border-radius: 10px; padding: 14px 15px; text-align: left; cursor: pointer; overflow: hidden; transition: border-color .2s, transform .1s; display: flex; align-items: center; justify-content: space-between; width: 100%; }
        .poll-option:hover { border-color: var(--jp-blue); transform: translateY(-1px); }
        .poll-option:focus { outline: none; border-color: var(--jp-blue); box-shadow: 0 0 0 3px rgba(33, 64, 154, 0.15); }
        .poll-text { position: relative; z-index: 2; font-weight: 600; font-size: .9rem; color: var(--jp-dark); }
        .poll-percent { position: relative; z-index: 2; font-weight: 800; color: var(--jp-blue); font-size: .9rem; opacity: 0; transition: opacity .3s ease .2s; }
        .hero-poll.voted .poll-percent { opacity: 1; }
        .poll-bar { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: rgba(33, 64, 154, 0.15); transition: width .8s cubic-bezier(0.22, 1, 0.36, 1); z-index: 1; }
        
        .poll-footer { margin-top: 20px; padding-top: 15px; border-top: 1px dashed var(--jp-border); display: flex; justify-content: space-between; align-items: center; font-size: .8rem; color: var(--jp-gray); font-weight: 600; }
        .btn-poll-reset { background: none; border: none; color: var(--jp-blue); font-size: .8rem; font-weight: 700; cursor: pointer; padding: 0; display: none; }
        .hero-poll.voted .btn-poll-reset { display: block; }

        @media (max-width: 991.98px) {
            .hero-section { flex-direction: column; }
            .hero-main { aspect-ratio: 16/9; min-height: 250px; height: auto; }
            .hero-main h2 { font-size: 1.2rem; }
            .hero-side { height: auto; }
            .hero-poll { height: auto; flex-grow: 0; }
        }

        /* JP SECTION */
        .jp-section { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 2px solid var(--jp-bg-soft); }
        .jp-section:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

        /* MAIN NEWS LIST */
        .news-list-item { display: flex; flex-direction: row; gap: 15px; padding: 15px 0; border-bottom: 1px solid #e9ecef; }
        .news-list-item:last-child { border-bottom: none; }
        .news-list-item .img-wrap { width: 180px; max-width: 35%; flex-shrink: 0; }
        .news-list-item .img-wrap a { display: block; border-radius: 8px; overflow: hidden; height: 100%; }
        .news-list-item .img-wrap img { width: 100%; height: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .3s ease; }
        .news-list-item:hover .img-wrap img { transform: scale(1.05); }
        .news-list-item .content-wrap { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
        .news-list-item .content-wrap h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
        .news-list-item .content-wrap h3 a:hover { color: var(--jp-blue); }
        .news-list-item .content-wrap p { font-size: .9rem; color: #64748b; line-height: 1.5; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .news-list-item .meta { font-size: .75rem; color: var(--jp-gray); display: flex; gap: 12px; margin-top: auto; flex-wrap: wrap; }
        .category-tag { color: var(--jp-blue); font-weight: 700; font-size: .75rem; text-transform: uppercase; margin-bottom: 5px; display: inline-block; }

        @media (max-width: 767.98px) {
            .news-list-item { gap: 12px; padding: 15px 0; }
            .news-list-item .img-wrap { width: 110px; max-width: 35%; }
            .news-list-item .img-wrap img { aspect-ratio: 1/1; }
            .news-list-item .content-wrap h3 { font-size: 0.95rem; margin-bottom: 5px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
            .news-list-item .content-wrap p { display: none; }
            .news-list-item .meta { font-size: 0.7rem; gap: 8px; }
        }

        /* SIDEBAR */
        .sidebar-sticky { position: sticky; top: 100px; align-self: flex-start; }
        .sidebar-widget { background: #fff; border: 1px solid var(--jp-border); border-radius: 12px; padding: 20px; margin-bottom: 30px; }
        .sidebar-widget:last-child { margin-bottom: 0; }
        .widget-title { font-size: 1.1rem; font-weight: 800; border-left: 4px solid var(--jp-blue); padding-left: 12px; margin-bottom: 20px; color: var(--jp-dark); text-transform: uppercase; letter-spacing: .5px; }
        
        .side-news-item { display: flex; gap: 12px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dashed #e9ecef; }
        .side-news-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
        .side-news-item .img-wrap { width: 90px; height: 65px; flex-shrink: 0; border-radius: 6px; overflow: hidden; }
        .side-news-item .img-wrap img { width: 100%; height: 100%; object-fit: cover; }
        .side-news-item .no-img { width: 90px; height: 65px; flex-shrink: 0; border-radius: 6px; background: #f1f3f5; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-size: 10px; }
        .side-news-item .content-wrap { flex-grow: 1; min-width: 0; }
        .side-news-item h4 { font-size: .9rem; font-weight: 600; margin: 0 0 4px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
        .side-news-item h4 a:hover { color: var(--jp-blue); }
        .side-news-item .meta { font-size: .7rem; color: var(--jp-gray); display: flex; gap: 8px; }

        /* TAG VERTICAL LIST */
        .tag-vertical-list { display: flex; flex-direction: column; gap: 10px; }
        .tag-v-item { display: flex; align-items: center; gap: 10px; background: var(--jp-bg-soft); padding: 12px 15px; border-radius: 10px; font-weight: 600; font-size: .9rem; color: var(--jp-dark); border: 1px solid var(--jp-border); transition: all .2s ease; }
        .tag-v-item:hover { background: var(--jp-blue); color: #fff; border-color: var(--jp-blue); transform: translateX(4px); }
        .tag-v-item i { color: var(--jp-blue); font-size: 1.2rem; transition: color .2s ease; }
        .tag-v-item:hover i { color: #fff; }
        
        .ads-box { width: 100%; background-color: #f8fafc; border: 1px dashed #cbd5e1; display: flex; align-items: center; justify-content: center; color: var(--jp-gray); font-size: .8rem; border-radius: 8px; text-align: center; margin: 0 0 30px 0; height: 250px; }
        .banner-box { width: 100%; border-radius: 8px; overflow: hidden; margin: 0 0 30px 0; } 
        .banner-box img { width: 100%; height: auto; display: block; } 

        /* FOOTER */
        .jp-footer { background-color: #ffffff; padding-top: 0; margin-top: 4rem; position: relative; }
        .footer-container { background-color: #ffffff; border-radius: 20px 20px 0 0; padding: 40px 0 50px; box-shadow: 0 -10px 40px rgba(0,0,0,.04); margin-top: 40px; }
        .footer-container > .container { background-color: #f1f3f5; border-radius: 15px; padding: 40px; }
        .footer-brand-wrap { display: flex; flex-direction: column; gap: 14px; }
        .footer-logo { color: var(--jp-dark); font-weight: 900; font-size: 2rem; letter-spacing: -1px; display: inline-flex; align-items: center; gap: 10px; line-height: 1; }
        .footer-logo span { color: var(--jp-blue); }
        .footer-logo .logo-badge { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, var(--jp-blue), var(--jp-blue-dark)); color: #fff; font-size: 1.2rem; box-shadow: 0 6px 16px rgba(33,64,154,.3); }
        .footer-logo img.footer-logo-img { max-height: 50px; width: auto; object-fit: contain; }
        .footer-desc { color: #4b5563; font-size: .92rem; line-height: 1.7; max-width: 360px; margin: 0; }
        .footer-title { color: var(--jp-dark); font-size: 1rem; font-weight: 800; margin-bottom: 1.2rem; position: relative; padding-bottom: 12px; letter-spacing: -.2px; }
        .footer-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; background: var(--jp-blue); border-radius: 4px; }
        .footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
        .footer-links li { margin: 0; }
        .footer-links a { color: #4b5563; font-size: .9rem; font-weight: 500; display: inline-flex; align-items: center; transition: all .2s ease; padding: 4px 0; }
        .footer-links a::before { content: '\F285'; font-family: "bootstrap-icons"; color: var(--jp-blue); font-size: .75rem; opacity: 0; width: 0; margin-right: 0; transition: all .2s ease; display: inline-block; overflow: hidden; white-space: nowrap; }
        .footer-links a:hover { color: var(--jp-blue); transform: translateX(4px); }
        .footer-links a:hover::before { opacity: 1; width: 14px; margin-right: 6px; }
        .footer-contact-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
        .footer-contact-list li { display: flex; align-items: flex-start; gap: 12px; color: #4b5563; font-size: .9rem; line-height: 1.5; }
        .footer-contact-list li i { width: 36px; height: 36px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: #fff; color: var(--jp-blue); font-size: 1rem; box-shadow: 0 4px 10px rgba(0,0,0,.04); }
        .footer-contact-list li strong { display: block; color: var(--jp-dark); font-size: .85rem; font-weight: 700; margin-bottom: 2px; }
        .social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
        .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; background: #fff; color: var(--jp-dark); font-size: 1.05rem; box-shadow: 0 4px 12px rgba(0,0,0,.05); transition: all .25s ease; }
        .social-links a:hover { background: var(--jp-blue); color: #fff; transform: translateY(-3px); box-shadow: 0 8px 18px rgba(33,64,154,.3); }
        .footer-tag { display: inline-flex; align-items: center; gap: 6px; background: #e8eef9; color: var(--jp-blue); font-size: .72rem; font-weight: 700; padding: 5px 12px; border-radius: 50px; width: fit-content; letter-spacing: .3px; }
        .app-download-group { display: flex; gap: 10px; flex-wrap: nowrap; width: 100%; }
        .app-btn { display: flex; align-items: center; gap: 8px; background: var(--jp-dark); color: #fff; border-radius: 12px; padding: 8px 12px; transition: all .25s ease; flex: 1; justify-content: center; min-width: 0; }
        .app-btn:hover { background: var(--jp-blue); color: #fff; transform: translateY(-2px); }
        .app-btn i { font-size: 1.6rem; line-height: 1; }
        .app-btn .app-text { display: flex; flex-direction: column; line-height: 1.1; text-align: left; overflow: hidden; }
        .app-btn .app-text span { font-size: .6rem; font-weight: 500; }
        .app-btn .app-text strong { font-size: .8rem; font-weight: 700; white-space: nowrap; }
        
        .footer-bottom { background: var(--jp-blue-dark); padding: 18px 0; text-align: center; font-size: .85rem; color: #fff; }
        .footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
        .footer-bottom p { margin: 0; color: #fff; font-weight: 600; }
        .footer-bottom .footer-mini-links { display: flex; gap: 16px; list-style: none; padding: 0; margin: 0; }
        .footer-bottom .footer-mini-links a { color: rgba(255,255,255,0.9); font-size: .82rem; font-weight: 500; }
        .footer-bottom .footer-mini-links a:hover { color: #fff; text-decoration: underline; }

        .footer-mobile-section .mobile-logo-row { display: flex; justify-content: center; margin-top: 1.5rem; }
        .footer-mobile-section .mobile-app-row { display: flex; justify-content: center; margin-top: 1.5rem; }
        .footer-mobile-section .mobile-app-row .app-download-group { max-width: 340px; margin: 0 auto; }
        .footer-mobile-section .mobile-social-row { display: flex; justify-content: center; margin-top: 1.5rem; }
        .footer-mobile-section .footer-links a { font-size: .85rem; }
        .footer-mobile-section .footer-links a::before { display: none; }
        .footer-mobile-section .footer-links a:hover { transform: none; }

        @media (max-width: 991.98px) { }
        @media (max-width: 767.98px) {
            .utility-header, .main-header, .nav-header, .sticky-desktop-menu { display: none !important; }
            .mobile-header { display: block; }
            main.container { padding-left: 20px; padding-right: 20px; }
            .footer-container { padding: 20px 15px 30px; border-radius: 16px 16px 0 0; }
            .footer-container > .container { padding: 20px; }
            .footer-bottom .container { justify-content: center; text-align: center; }
        }
    