/*
Theme Name: SanggauInformasi
Theme URI: https://blog.sanggauinformasi.com
Author: Tim Redaksi Sanggau Informasi
Author URI: https://blog.sanggauinformasi.com
Description: CMS WordPress Native modern, clean, dan production-ready untuk SanggauInformasi.com yang mereplikasi visual design Node.js + React.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sanggauinformasi
Tags: news, portal, blog, grid-layout, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   1. RESET & DESIGN TOKENS
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --brand-red: #991b1b;
    --brand-red-dark: #7f1d1d;
    --brand-red-topbar: #450a0a;
    --brand-red-accent: #dc2626;
    --brand-red-hover: #b91c1c;
    --brand-amber: #f59e0b;
    --brand-amber-light: #fbbf24;
    
    --bg-page: #f8fafc;
    --bg-card: #ffffff;
    --border-card: #e2e8f0;
    --border-light: #f1f5f9;
    
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --text-light: #94a3b8;
    
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-xl: 18px;
    --radius-2xl: 22px;
    --radius-full: 9999px;
    
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-primary);
    background-color: var(--bg-page);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--brand-red-accent);
    text-decoration: none;
    transition: color 0.15s ease, opacity 0.15s ease;
}

a:hover {
    color: var(--brand-red-hover);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Accessibility */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #ffffff;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    clip: auto !important;
    clip-path: none;
    color: var(--text-primary);
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 8px;
    line-height: normal;
    padding: 14px 22px;
    text-decoration: none;
    top: 8px;
    width: auto;
    z-index: 100000;
}

/* Base Container Matching React max-w-7xl (1280px) */
.site-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

@media (min-width: 1024px) {
    .site-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ==========================================================================
   2. TOPBAR (Pontianak WIB Date & Time, BMKG Cuaca)
   ========================================================================== */
.site-topbar {
    background: var(--brand-red-topbar);
    color: #fecaca;
    font-size: 11px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 4px 0;
    line-height: 1.2;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.topbar-inner::-webkit-scrollbar {
    display: none;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.topbar-date {
    color: #ffffff;
}

.topbar-dot {
    color: rgba(254, 202, 202, 0.5);
}

.topbar-time {
    color: #fecaca;
}

.topbar-time-val {
    color: var(--brand-amber-light);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-weight: 800;
}

.topbar-tz {
    font-size: 9px;
    color: #fca5a5;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.topbar-weather-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(153, 27, 27, 0.7);
    border: 1px solid rgba(220, 38, 38, 0.4);
    padding: 2px 7px;
    border-radius: var(--radius-sm);
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.topbar-weather-btn:hover {
    background: rgba(185, 28, 28, 0.9);
    color: #ffffff;
}

@media (max-width: 640px) {
    .site-topbar {
        font-size: 9.5px;
        padding: 3px 0;
    }
    .topbar-left {
        gap: 4px;
    }
    .topbar-weather-btn {
        font-size: 9.5px;
        padding: 2px 5px;
        gap: 4px;
    }
    .weather-humidity-wrap {
        display: none;
    }
}

@media (max-width: 380px) {
    .site-topbar {
        font-size: 8.8px;
    }
    .topbar-inner {
        gap: 4px;
    }
    .topbar-weather-btn .weather-condition {
        display: none;
    }
}

.weather-condition {
    color: var(--brand-amber-light);
    font-weight: 800;
}

.weather-temp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-weight: 800;
    color: #ffffff;
}

.weather-humidity {
    display: none;
    font-weight: normal;
    color: #cbd5e1;
    font-size: 10px;
    padding-left: 4px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 640px) {
    .weather-humidity {
        display: inline-block;
    }
}

.weather-ext {
    font-size: 10px;
    color: var(--brand-amber-light);
    opacity: 0.8;
}

/* ==========================================================================
   3. MAIN HEADER BAR (Brand Logo Pill, Search Bar, Auth)
   ========================================================================== */
.site-header {
    background: var(--brand-red);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid var(--brand-red-dark);
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.mobile-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(69, 10, 10, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.mobile-menu-toggle:hover {
    background: rgba(69, 10, 10, 0.9);
}

@media (max-width: 900px) {
    .mobile-menu-toggle {
        display: inline-flex;
    }
}

/* Brand Logo Pill - Replicating React Header */
.site-branding {
    display: flex;
    align-items: center;
}

.brand-logo-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    padding: 4px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}

.brand-logo-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

.brand-logo-img,
.site-branding img,
.custom-logo {
    height: 28px !important;
    max-height: 28px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}

.brand-logo-text {
    font-size: 15px;
    font-weight: 900;
    color: var(--brand-red);
    letter-spacing: -0.3px;
}

.brand-ai-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dc2626 0%, #e11d48 50%, #f59e0b 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    line-height: 1.1;
    text-transform: uppercase;
    box-shadow: 0 1px 2px rgba(220, 38, 38, 0.4);
}

/* Center Search Form */
.header-center {
    flex: 1;
    max-width: 480px;
}

@media (max-width: 768px) {
    .header-center {
        display: none;
    }
}

.si-search-form {
    width: 100%;
}

.si-search-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.si-search-icon {
    position: absolute;
    left: 12px;
    color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
}

.si-search-field {
    width: 100%;
    height: 36px;
    padding: 6px 70px 6px 36px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--radius-full);
    color: #ffffff;
    font-size: 13px;
    font-family: inherit;
    outline: none;
    transition: all 0.2s ease;
}

.si-search-field::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.si-search-field:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--text-primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.si-search-field:focus + .si-search-icon,
.si-search-input-wrap:focus-within .si-search-icon {
    color: var(--text-muted);
}

.si-search-submit {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    padding: 0 12px;
    background: var(--brand-amber);
    color: #0f172a;
    font-weight: 800;
    font-size: 11px;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background 0.15s ease;
}

.si-search-submit:hover {
    background: var(--brand-amber-light);
}

/* Header Right: Auth / Admin */
.header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.header-auth-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 6px 14px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.15s ease;
    cursor: pointer;
}

.header-auth-btn:hover {
    background: rgba(255, 255, 255, 0.28);
    color: #ffffff;
    transform: translateY(-1px);
}

.header-auth-logged {
    background: var(--brand-amber);
    border-color: var(--brand-amber-light);
    color: #0f172a;
}

.header-auth-logged:hover {
    background: var(--brand-amber-light);
    color: #0f172a;
}

.auth-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    display: inline-block;
}

/* ==========================================================================
   4. HORIZONTAL CATEGORY NAVBAR (Portal Strip)
   ========================================================================== */
.main-navigation {
    background: var(--brand-red-dark);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 998;
}

.nav-inner {
    display: flex;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.primary-nav-container {
    width: 100%;
}

.nav-menu,
.primary-nav-container ul,
.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.nav-menu::-webkit-scrollbar {
    display: none;
}

.nav-menu > li,
.main-navigation ul > li {
    position: relative;
    list-style: none !important;
    flex-shrink: 0;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
}

.nav-menu > li::before,
.main-navigation ul > li::before {
    display: none !important;
    content: "" !important;
}

.nav-menu > li > a,
.main-navigation ul > li > a {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fee2e2;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: all 0.15s ease;
    white-space: nowrap;
}

/* Indikator Panah Dropdown */
.nav-menu > li.menu-item-has-children > a::after {
    content: " ▾";
    font-size: 10px;
    margin-left: 4px;
    opacity: 0.85;
    display: inline-block;
    transition: transform 0.2s ease;
}

.nav-menu > li.menu-item-has-children:hover > a::after,
.nav-menu > li.menu-item-has-children:focus-within > a::after {
    transform: rotate(180deg);
}

.nav-menu > li > a:hover,
.main-navigation ul > li > a:hover {
    background: var(--brand-red);
    color: #ffffff;
}

/* Active Menu Item (White Pill) */
.nav-menu > li.current-menu-item > a,
.nav-menu > li.current_page_item > a,
.nav-menu > li.current-menu-ancestor > a {
    background: #ffffff !important;
    color: var(--brand-red) !important;
    font-weight: 900 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* Desktop Submenu / Dropdowns (Overflow Visible agar tidak terpotong) */
@media (min-width: 901px) {
    .main-navigation,
    .nav-inner,
    .primary-nav-container,
    .nav-menu {
        overflow: visible !important;
    }

    .si-submenu-toggle-btn {
        display: none !important;
    }

    .nav-menu ul.sub-menu,
    .main-navigation ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        background: #ffffff !important;
        border-radius: 10px;
        box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22), 0 4px 6px rgba(0, 0, 0, 0.08);
        border: 1px solid #e2e8f0;
        padding: 6px !important;
        z-index: 99999 !important;
        margin: 4px 0 0 !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .nav-menu li:hover > ul.sub-menu,
    .nav-menu li:focus-within > ul.sub-menu,
    .main-navigation li:hover > ul {
        display: flex !important;
    }

    .nav-menu ul.sub-menu li,
    .main-navigation ul ul li {
        width: 100%;
        list-style: none !important;
        margin: 0 !important;
        display: block;
    }

    .nav-menu ul.sub-menu li a,
    .main-navigation ul ul li a {
        display: block !important;
        width: 100%;
        padding: 8px 14px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        color: var(--text-primary) !important;
        text-decoration: none !important;
        border-radius: 6px !important;
        transition: all 0.12s ease !important;
        white-space: nowrap;
    }

    .nav-menu ul.sub-menu li a:hover,
    .main-navigation ul ul li a:hover {
        background: #fee2e2 !important;
        color: var(--brand-red) !important;
    }
}

/* Mobile Responsive Drawer Navigation */
@media (max-width: 900px) {
    .main-navigation:not(.toggled) {
        display: none;
    }

    .main-navigation.toggled {
        display: block;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .nav-menu,
    .main-navigation ul {
        flex-direction: column;
        align-items: stretch;
        overflow-x: visible;
        gap: 4px;
    }

    .nav-menu > li,
    .main-navigation ul > li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .nav-menu > li > a,
    .main-navigation ul > li > a {
        padding: 10px 14px;
        font-size: 13px;
        border-radius: 8px;
        flex: 1;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .si-submenu-toggle-btn {
        background: rgba(255, 255, 255, 0.15);
        border: none;
        color: #ffffff;
        font-size: 14px;
        width: 38px;
        height: 38px;
        border-radius: 6px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 6px;
        transition: transform 0.2s ease;
    }

    .si-submenu-toggle-btn.toggled {
        transform: rotate(180deg);
        background: var(--brand-red);
    }

    .nav-menu ul.sub-menu,
    .main-navigation ul ul {
        display: none;
        width: 100%;
        position: static;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.25) !important;
        border: none;
        margin: 4px 0 6px 12px !important;
        border-radius: 8px;
        padding: 6px !important;
    }

    .nav-menu li.submenu-open > ul.sub-menu,
    .nav-menu li.menu-item-has-children:hover > ul.sub-menu {
        display: flex !important;
        flex-direction: column !important;
    }

    .nav-menu ul.sub-menu li a,
    .main-navigation ul ul li a {
        color: #fee2e2 !important;
        padding: 8px 12px !important;
        font-size: 12.5px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    }

    .nav-menu ul.sub-menu li a:hover,
    .main-navigation ul ul li a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
    }
}

/* ==========================================================================
   5. BREAKING NEWS TICKER
   ========================================================================== */
.breaking-news-bar {
    background: #0f172a;
    color: #ffffff;
    font-size: 12.5px;
    padding: 5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ticker-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ticker-badge {
    background: var(--brand-red-accent);
    color: #ffffff;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ticker-content {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    flex: 1;
}

.ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    animation: tickerScroll 35s linear infinite;
}

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

.ticker-item {
    color: #f1f5f9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}

.ticker-item:hover {
    color: var(--brand-amber-light);
    text-decoration: underline;
}

.ticker-sep {
    color: #64748b;
    font-size: 10px;
}

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

/* ==========================================================================
   6. HERO NEWS / HEADLINE GRID
   ========================================================================== */
.hero-news-section {
    padding: 20px 0 10px;
}

.section-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--brand-red-accent);
}

.section-title {
    font-size: 17px;
    font-weight: 800;
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.title-badge {
    font-size: 16px;
}

.hero-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 900px) {
    .hero-news-grid {
        grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    }
}

/* Large Main Card (Left) */
.hero-main-card {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: #0f172a;
    box-shadow: var(--shadow-md);
}

.hero-main-thumb-wrap {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.hero-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hero-main-card:hover .hero-main-img {
    transform: scale(1.04);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.45) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
}

.hero-cat-tag {
    align-self: flex-start;
    background: var(--brand-red-accent);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: var(--radius-sm);
    letter-spacing: 0.4px;
    margin-bottom: 8px;
}

.hero-main-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 640px) {
    .hero-main-title {
        font-size: 23px;
    }
}

.hero-meta {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: #cbd5e1;
    font-weight: 500;
}

/* 4 Compact Sub Cards (Right) */
.hero-sub-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 500px) and (max-width: 899px) {
    .hero-sub-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hero-sub-card {
    display: flex;
    gap: 12px;
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    padding: 10px;
    box-shadow: var(--shadow-xs);
    transition: all 0.2s ease;
    align-items: center;
}

.hero-sub-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: #cbd5e1;
}

.hero-sub-thumb-wrap {
    flex-shrink: 0;
    width: 95px;
    height: 70px;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #e2e8f0;
}

.hero-sub-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hero-sub-card:hover .hero-sub-img {
    transform: scale(1.06);
}

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

.hero-sub-cat {
    font-size: 10.5px;
    font-weight: 800;
    color: var(--brand-red-accent);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    margin-bottom: 3px;
}

.hero-sub-title {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-sub-title a {
    color: var(--text-primary);
}

.hero-sub-title a:hover {
    color: var(--brand-red-accent);
}

.hero-sub-date {
    font-size: 11px;
    color: var(--text-muted);
}

/* ==========================================================================
   7. BANNER AD SLIDERS (Top & Bottom)
   ========================================================================== */
.banner-slider-section {
    margin: 18px 0 24px;
}

.banner-slider-wrap {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: #020617;
    border: 1px solid #1e293b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.banner-slider-track {
    position: relative;
    width: 100%;
}

.banner-slide {
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
}

.banner-slide.active {
    display: block;
    opacity: 1;
}

/* Landscape Banner (Slider Atas - Proposional & Tidak Terpotong) */
.banner-landscape-wrap {
    background: #020617;
}

.banner-landscape-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* Rasio aspek dinamis yang mendukung banner 16:9, 16:10, dan 3:2 tanpa pemotongan teks */
    aspect-ratio: 16 / 7;
    min-height: 180px;
    max-height: 400px;
    background: radial-gradient(circle at center, #0f172a 0%, #020617 100%);
    overflow: hidden;
}

@media (min-width: 992px) {
    .banner-landscape-link {
        aspect-ratio: 16 / 6.5;
        max-height: 380px;
        min-height: 220px;
    }
}

@media (max-width: 640px) {
    .banner-landscape-link {
        aspect-ratio: 16 / 9;
        min-height: 150px;
        max-height: 240px;
    }
}

.banner-landscape-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.banner-landscape-link:hover img {
    transform: scale(1.015);
}

/* Square Banners (Slider Bawah - 3 per slide) */
.banner-square-wrap {
    background: #090d16;
    padding: 14px;
}

.banner-square-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    width: 100%;
}

@media (max-width: 540px) {
    .banner-square-grid {
        gap: 8px;
    }
}

.banner-square-item {
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #020617;
    border: 1px solid #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
}

.banner-square-item:hover {
    border-color: rgba(239, 68, 68, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}

.banner-square-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 6px;
}

.banner-square-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.banner-square-item:hover img {
    transform: scale(1.05);
}

/* Slider Controls */
.banner-prev-btn,
.banner-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.8);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.banner-prev-btn { left: 12px; }
.banner-next-btn { right: 12px; }

.banner-prev-btn:hover,
.banner-next-btn:hover {
    background: var(--brand-red-accent);
    border-color: var(--brand-red-accent);
    transform: translateY(-50%) scale(1.08);
}

/* Pagination Dots */
.banner-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 0 6px;
    z-index: 5;
    position: relative;
}

.banner-dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: #475569;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0;
}

.banner-dot.active {
    width: 22px;
    background: var(--brand-red-accent);
}

.banner-dot:hover {
    background: #94a3b8;
}

/* ==========================================================================
   8. CONTENT LAYOUT WRAP (Main 8 cols + Sidebar 4 cols - React lg:grid-cols-12)
   ========================================================================== */
.content-layout-wrap,
.front-page-wrap,
.si-single-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 20px 0 40px;
}

@media (min-width: 992px) {
    .content-layout-wrap,
    .front-page-wrap,
    .si-single-layout {
        grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
        align-items: start;
    }
}

.site-main {
    min-width: 0;
}

.site-sidebar {
    min-width: 0;
}

@media (min-width: 992px) {
    .site-sidebar {
        position: sticky;
        top: 90px;
    }
}

/* ==========================================================================
   EDITORS CHOICE (Warta Parlemen - 7 cols main + 5 cols side)
   ========================================================================== */
.editors-choice-section {
    margin: 16px 0 24px;
}

.border-amber {
    border-bottom-color: #f59e0b !important;
}

.text-amber {
    color: #0f172a;
}

.section-subtitle {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--text-muted);
}

.editors-choice-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 900px) {
    .editors-choice-grid {
        grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
        align-items: stretch;
    }
}

.ec-main-card {
    background: #ffffff;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-xl);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s ease;
}

.ec-main-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.ec-main-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0f172a;
}

.ec-main-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ec-main-card:hover .ec-main-thumb img {
    transform: scale(1.04);
}

.ec-main-body {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ec-tag {
    align-self: flex-start;
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
    margin-bottom: 8px;
}

.ec-main-title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 8px;
}

.ec-main-title a {
    color: var(--text-primary);
}

.ec-main-title a:hover {
    color: #ea580c;
}

.ec-main-excerpt {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
    margin-bottom: 12px;
}

.ec-date {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: auto;
}

/* Side compact list in Editors Choice */
.ec-side-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ec-side-item {
    display: flex;
    gap: 10px;
    background: #ffffff;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    padding: 8px 10px;
    box-shadow: var(--shadow-xs);
    transition: all 0.2s ease;
    align-items: center;
    flex: 1;
}

.ec-side-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: #fca5a5;
}

.ec-side-thumb {
    width: 85px;
    height: 65px;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #e2e8f0;
    flex-shrink: 0;
}

.ec-side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ec-side-item:hover .ec-side-thumb img {
    transform: scale(1.06);
}

.ec-side-info {
    flex: 1;
    min-width: 0;
}

.ec-side-tag {
    font-size: 9.5px;
    font-weight: 800;
    color: #ea580c;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}

.ec-side-title {
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ec-side-title a {
    color: var(--text-primary);
}

.ec-side-title a:hover {
    color: var(--brand-red-accent);
}

.ec-side-date {
    font-size: 11px;
    color: var(--text-muted);
}

/* ==========================================================================
   9. POSTS GRID & CARDS
   ========================================================================== */
.posts-grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 28px;
}

@media (min-width: 600px) {
    .posts-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.post-card-entry,
.article-card {
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-card);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-xs);
    transition: all 0.25s ease;
}

.post-card-entry:hover,
.article-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: #cbd5e1;
}

.post-card-thumb,
.article-card-thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e2e8f0;
    position: relative;
}

.post-card-thumb img,
.article-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.post-card-entry:hover .post-card-thumb img,
.article-card:hover .article-card-thumb img {
    transform: scale(1.05);
}

.post-card-body,
.article-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.post-card-category {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--brand-red-accent);
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.post-card-title,
.article-card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
    color: var(--text-primary);
}

.post-card-title a,
.article-card-title a {
    color: inherit;
    text-decoration: none;
}

.post-card-title a:hover,
.article-card-title a:hover {
    color: var(--brand-red-accent);
}

.post-card-excerpt {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card-meta {
    font-size: 11.5px;
    color: var(--text-muted);
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--border-light);
}

/* Pagination */
.pagination,
.posts-navigation {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.pagination .nav-links,
.posts-navigation .nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pagination a,
.pagination span.current,
.posts-navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border-radius: var(--radius-md);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    background: #ffffff;
    color: var(--text-primary);
    border: 1px solid var(--border-card);
    transition: all 0.15s ease;
}

.pagination span.current {
    background: var(--brand-red-accent);
    color: #ffffff;
    border-color: var(--brand-red-accent);
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.3);
}

.pagination a:hover,
.posts-navigation a:hover {
    background: #fef2f2;
    color: var(--brand-red-accent);
    border-color: var(--brand-red-accent);
}

/* ==========================================================================
   10. SIDEBAR WIDGETS (Trending Top 10, BMKG Live, 15 Kecamatan Hub)
   ========================================================================== */
.site-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.widget {
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-card);
    padding: 18px;
    box-shadow: var(--shadow-xs);
}

.widget-title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-primary);
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 2px solid var(--brand-red-accent);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget-header-trending {
    border-bottom: 2px solid var(--brand-red-accent);
    padding-bottom: 8px;
    margin-bottom: 14px;
}

.trending-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.trending-icon {
    font-size: 18px;
}

.trending-main-title {
    font-size: 15px;
    font-weight: 900;
    color: var(--text-primary);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
}

.trending-badge-top10 {
    background: #fef2f2;
    color: var(--brand-red-accent);
    border: 1px solid #fecaca;
    font-size: 10px;
    font-weight: 900;
    padding: 2px 7px;
    border-radius: var(--radius-full);
    font-family: ui-monospace, monospace;
}

.trending-posts-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trending-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid var(--border-light);
    transition: transform 0.15s ease;
}

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

.trending-card:hover {
    transform: translateX(3px);
}

.trending-num {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: #0f172a;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: var(--shadow-xs);
}

.trending-num-1 {
    background: #dc2626 !important;
    box-shadow: 0 2px 5px rgba(220, 38, 38, 0.4);
}

.trending-num-2 {
    background: #ea580c !important;
}

.trending-num-3 {
    background: #d97706 !important;
}

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

.trending-card-cat {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--brand-red-accent);
    letter-spacing: 0.3px;
    display: block;
    margin-bottom: 2px;
}

.trending-card-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 3px;
    color: var(--text-primary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trending-card-title a {
    color: inherit;
    text-decoration: none;
}

.trending-card-title a:hover {
    color: var(--brand-red-accent);
}

.trending-card-date {
    font-size: 11px;
    color: var(--text-muted);
}

/* BMKG Info Card in Sidebar */
.widget-header-simple .widget-title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--brand-red-accent);
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.widget-live-badge {
    background: #dc2626;
    color: #fff;
    font-size: 9.5px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

.bmkg-info-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: all 0.15s ease;
}

.bmkg-info-card:hover {
    background: #fef2f2;
    border-color: #fca5a5;
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.bmkg-info-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bmkg-big-icon {
    font-size: 26px;
}

.bmkg-condition {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--text-primary);
}

.bmkg-loc {
    font-size: 11px;
    color: var(--text-muted);
}

.bmkg-info-right {
    text-align: right;
}

.bmkg-temp {
    display: block;
    font-family: ui-monospace, monospace;
    font-size: 18px;
    font-weight: 900;
    color: var(--brand-red-accent);
    line-height: 1.1;
}

.bmkg-hum {
    font-size: 10.5px;
    color: var(--text-muted);
}

/* 15 Kecamatan Grid Pills */
.widget-subdesc {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.kecamatan-grid-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.kecamatan-pill-btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background: #f1f5f9;
    color: var(--text-secondary);
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--border-card);
    transition: all 0.15s ease;
}

.kecamatan-pill-btn:hover {
    background: var(--brand-red-accent);
    color: #ffffff;
    border-color: var(--brand-red-accent);
    transform: scale(1.03);
}

/* Style default search form inside sidebar */
.widget_search .search-form,
.wp-block-search {
    display: flex;
    gap: 6px;
    width: 100%;
}

.widget_search .search-field,
.wp-block-search__input {
    flex: 1;
    height: 38px;
    padding: 6px 12px;
    border: 1px solid var(--border-card);
    border-radius: var(--radius-md);
    font-size: 13px;
    outline: none;
}

.widget_search .search-submit,
.wp-block-search__button {
    background: var(--brand-red-accent) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 16px !important;
    border-radius: var(--radius-md) !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    cursor: pointer !important;
    transition: background 0.15s ease !important;
}

.widget_search .search-submit:hover,
.wp-block-search__button:hover {
    background: var(--brand-red-hover) !important;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    padding: 8px 0;
    border-bottom: 1px solid var(--border-light);
    font-size: 13px;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li a {
    color: var(--text-primary);
    font-weight: 600;
}

.widget ul li a:hover {
    color: var(--brand-red-accent);
}

/* ==========================================================================
   11. SINGLE ARTICLE CONTENT (Justified Text, Centered Media)
   ========================================================================== */
.si-single-layout {
    margin-top: 24px;
}

.si-single-main {
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-card);
    padding: 24px;
    box-shadow: var(--shadow-xs);
}

@media (min-width: 768px) {
    .si-single-main {
        padding: 36px;
    }
}

.entry-header {
    margin-bottom: 24px;
}

.entry-category-badge {
    display: inline-block;
    background: #fef2f2;
    color: var(--brand-red-accent);
    border: 1px solid #fecaca;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.entry-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--text-primary);
    margin-bottom: 16px;
}

@media (min-width: 640px) {
    .entry-title {
        font-size: 30px;
    }
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12.5px;
    color: var(--text-muted);
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-light);
}

.featured-media {
    margin: 20px 0 28px;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.featured-media img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-xl);
}

/* Content Formatting Matching React */
.entry-content p {
    text-align: justify !important;
    text-justify: inter-word;
    word-break: normal;
    overflow-wrap: break-word;
    line-height: 1.8;
    margin-bottom: 1.35rem;
    font-size: 16px;
    color: #1e293b;
}

.entry-content img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 1.5rem auto !important;
    border-radius: var(--radius-lg);
}

.entry-content blockquote {
    border-left: 4px solid var(--brand-red-accent);
    padding: 12px 20px;
    margin: 1.5rem 0;
    font-style: italic;
    background: #f8fafc;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

/* Reading Progress Bar */
.si-reading-progress-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5px;
    background: transparent;
    z-index: 10000;
}

.si-reading-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #dc2626, #f59e0b);
    transition: width 0.1s ease;
}

/* ==========================================================================
   12. FOOTER (CENTER ALIGNED)
   ========================================================================== */
.site-footer {
    background: #0f172a;
    color: #94a3b8;
    font-size: 13.5px;
    margin-top: 60px;
    border-top: 4px solid var(--brand-red-accent);
    text-align: center;
}

.footer-widgets-area {
    padding: 50px 0 35px;
    text-align: center;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
}

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

@media (min-width: 992px) {
    .footer-grid {
        grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
    }
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-widget-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--brand-red-accent);
    display: inline-block;
    text-align: center;
}

.footer-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #cbd5e1;
    text-align: center;
}

.footer-address {
    font-size: 12px;
    color: #94a3b8;
    text-align: center;
}

.footer-cats {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
    align-items: center;
    text-align: center;
}

.footer-cats li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.15s ease;
}

.footer-cats li a:hover {
    color: var(--brand-amber-light);
}

.site-info-bar {
    background: #020617;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 12px;
    text-align: center;
}

.info-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.copyright-text {
    text-align: center;
}

.copyright-text a {
    color: #ffffff;
    font-weight: 700;
}

.footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-menu li a {
    color: #94a3b8;
    text-decoration: none;
}

.footer-menu li a:hover {
    color: #ffffff;
}

/* ==========================================================================
   13. STANDARDIZASI MEDIA ONLINE: SINGLE ARTICLE, ARCHIVE, ADSENSE & CWV
   ========================================================================== */

/* ── 13.1 LAYOUT GRID PROPOSIONAL (CONTENT 720px + SIDEBAR 340px) ── */
.si-single-layout,
.si-archive-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 24px 0 48px;
}

@media (min-width: 992px) {
    .si-single-layout {
        grid-template-columns: minmax(0, 740px) minmax(0, 340px);
        justify-content: center;
        align-items: start;
    }

    .si-archive-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        align-items: start;
    }
}

/* ── 13.2 TYPOGRAPHY & KETERBACAAN MAKSIMAL ARTIKEL ── */
.si-article-body {
    font-size: 1.125rem; /* 18px standard media */
    line-height: 1.78;
    color: #1e293b;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: left !important; /* Jangan justified pada mobile */
}

.si-article-body p {
    margin-bottom: 1.4rem;
}

.si-article-body h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    margin: 2.2rem 0 1rem;
    line-height: 1.35;
    padding-bottom: 6px;
    border-bottom: 2px solid #e2e8f0;
}

.si-article-body h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin: 1.8rem 0 0.8rem;
    line-height: 1.4;
}

.si-article-body ul,
.si-article-body ol {
    margin: 1rem 0 1.5rem 1.6rem;
    line-height: 1.75;
}

.si-article-body li {
    margin-bottom: 0.5rem;
}

.si-article-body blockquote {
    border-left: 4px solid var(--brand-red-accent);
    padding: 14px 22px;
    margin: 1.8rem 0;
    font-style: italic;
    background: #f8fafc;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    color: #334155;
}

.si-article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.8rem 0;
    font-size: 14px;
    display: block;
    overflow-x: auto;
}

.si-article-body th,
.si-article-body td {
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
}

.si-article-body th {
    background: #f1f5f9;
    font-weight: 700;
    color: #0f172a;
}

/* ── 13.3 ANTI-CLS ADSENSE SLOT RESERVATION (BLOCK-BASED FOR FULL ADSENSE COMPATIBILITY) ── */
/* ── 13.3 GOOGLE SITE KIT & AUTO ADS INTEGRATION ── */
ins.adsbygoogle {
    display: block !important;
    margin: 1.5rem auto !important;
    text-align: center !important;
    max-width: 100% !important;
    background: transparent !important;
}

/* ── 13.4 BREADCRUMBS SEMANTIK SCHEMA.ORG ── */
.si-breadcrumb-wrap {
    margin-bottom: 14px;
}

.si-breadcrumb-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
    margin: 0;
    padding: 0;
}

.si-breadcrumb-item a {
    color: #64748b;
    text-decoration: none;
}

.si-breadcrumb-item a:hover {
    color: var(--brand-red-accent);
    text-decoration: underline;
}

.si-breadcrumb-current {
    color: #1e293b;
    font-weight: 600;
}

/* ── 13.5 FEATURED HERO CARD (BLOG / HOME INDEX) ── */
.si-featured-hero-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    background: #ffffff;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-card);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    margin-bottom: 24px;
    transition: box-shadow 0.25s ease;
}

.si-featured-hero-card:hover {
    box-shadow: var(--shadow-md);
}

@media (min-width: 768px) {
    .si-featured-hero-card {
        grid-template-columns: 1.2fr 1fr;
        align-items: center;
    }
}

.si-featured-hero-thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.si-featured-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

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

.si-hero-badge-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--brand-red-accent);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.si-featured-hero-content {
    padding: 20px 24px;
}

.si-featured-hero-cat {
    display: inline-block;
    color: var(--brand-red-accent);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-decoration: none;
}

.si-featured-hero-title {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 10px;
}

.si-featured-hero-title a {
    color: #0f172a;
    text-decoration: none;
}

.si-featured-hero-title a:hover {
    color: var(--brand-red-accent);
}

.si-featured-hero-excerpt {
    font-size: 13.5px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 14px;
}

.si-featured-hero-meta {
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ── 13.6 NEWS GRID 3 KOLOM / 2 KOLOM / 1 KOLOM & CARD ITEM ── */
.si-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 600px) {
    .si-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .si-news-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.post-card-item {
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-card);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-card-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.post-card-thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0f172a;
}

.post-card-thumb-img,
.post-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.post-card-item:hover .post-card-thumb-img,
.post-card-item:hover .post-card-thumbnail img {
    transform: scale(1.05);
}

.post-card-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.post-card-cat a {
    font-size: 10.5px;
    font-weight: 800;
    color: var(--brand-red-accent);
    text-transform: uppercase;
    text-decoration: none;
}

.post-card-date {
    font-size: 11px;
    color: #94a3b8;
}

.post-card-title {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.38;
    margin: 8px 0;
}

.post-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.15s ease;
}

.post-card-title a:hover {
    color: var(--brand-red-accent);
}

.post-card-excerpt {
    font-size: 12.5px;
    line-height: 1.55;
    color: #64748b;
    margin-bottom: 12px;
}

.post-card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: #94a3b8;
    padding-top: 8px;
    border-top: 1px solid #f1f5f9;
}

/* ── 13.7 AUTHOR PROFILE PAGE ── */
.si-author-page-header {
    background: #ffffff;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-card);
    padding: 24px;
    margin-bottom: 24px;
}

.si-author-profile-card {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 14px;
}

.si-author-profile-avatar {
    border-radius: 50%;
    border: 3px solid #e2e8f0;
    box-shadow: var(--shadow-sm);
}

.si-author-profile-details {
    flex: 1;
    min-width: 260px;
}

/* ── 13.8 SEARCH EMPTY & 404 EXPERIENCE ── */
.si-search-no-results,
.si-404-container {
    background: #ffffff;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-card);
    padding: 36px 24px;
    text-align: center;
    margin: 20px 0 40px;
    box-shadow: var(--shadow-sm);
}

.si-empty-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.si-404-badge {
    display: inline-block;
    background: #fee2e2;
    color: var(--brand-red-accent);
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 9999px;
    margin-bottom: 12px;
}

.si-404-title {
    font-size: 2rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px;
}

.si-404-desc {
    font-size: 14.5px;
    color: #64748b;
    max-width: 540px;
    margin: 0 auto 24px;
    line-height: 1.6;
}

.si-404-search-box {
    max-width: 480px;
    margin: 0 auto 28px;
}

.si-404-categories-hub {
    margin: 24px 0 32px;
}

.si-404-cat-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 10px;
}

.si-404-cat-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.si-btn-back-home {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--brand-red-accent);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: background 0.2s ease;
    margin-top: 24px;
}

.si-btn-back-home:hover {
    background: var(--brand-red-hover);
}

/* ── 13.9 NUMBERED SERVER-SIDE PAGINATION ── */
.si-pagination-wrap {
    margin: 36px 0 20px;
    display: flex;
    justify-content: center;
}

.si-pagination-wrap .nav-links {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.si-pagination-wrap .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: var(--radius-md);
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.15s ease;
}

.si-pagination-wrap .page-numbers.current {
    background: var(--brand-red-accent);
    border-color: var(--brand-red-accent);
    color: #ffffff;
}

.si-pagination-wrap .page-numbers:hover:not(.current) {
    background: #f1f5f9;
    border-color: #94a3b8;
}

/* ── 13.10 OPTIMALISASI LEBAR MAKSIMAL ARTIKEL & PAGE DI MOBILE DEVICE ── */
.single-page-entry {
    background: #ffffff;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-card);
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: var(--shadow-sm);
    width: 100%;
    box-sizing: border-box;
}

.si-page-featured-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
    display: block;
    margin: 16px auto;
}

/* Tablet & Mobile Breakpoint (<= 768px) */
@media (max-width: 768px) {
    /* Maksimalkan lebar kontainer di mobile: padding tipis 8px */
    .site-container {
        padding-left: 8px !important;
        padding-right: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .content-layout-wrap,
    .si-single-layout,
    .si-page-layout {
        margin: 8px 0 24px !important;
        gap: 16px !important;
        width: 100% !important;
    }

    .site-main,
    .si-single-main,
    .si-page-main {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Maksimalkan kartu artikel & page: kurangi padding agar teks dan gambar sangat luas */
    .single-article-entry,
    .single-page-entry {
        padding: 16px 12px !important;
        border-radius: 10px !important;
        margin-bottom: 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Judul Utama Artikel & Page */
    .single-title,
    .page-title {
        font-size: 24px !important;
        line-height: 1.32 !important;
        margin-bottom: 12px !important;
    }

    .si-article-dek {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 14px !important;
    }

    /* Isi Konten Artikel & Halaman */
    .single-content,
    .page-content {
        font-size: 17.5px !important;
        line-height: 1.76 !important;
        word-break: break-word !important;
    }

    .single-content p,
    .page-content p {
        margin-bottom: 1.35em !important;
    }

    /* Gambar Unggulan & Gambar Dalam Konten: 100% Lebar Penuh */
    .single-featured-image,
    .si-featured-image-wrap {
        margin: 14px 0 !important;
        width: 100% !important;
    }

    .single-featured-image img,
    .si-featured-img,
    .single-content img,
    .page-content img,
    .si-page-featured-img,
    .wp-post-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        border-radius: 6px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Tombol Share di Layar Ponsel */
    .si-share-bar {
        gap: 6px !important;
        margin: 14px 0 !important;
    }

    .si-share-btn {
        padding: 6px 10px !important;
        font-size: 11.5px !important;
        flex: 1 1 auto !important;
        justify-content: center !important;
    }

    /* Slot Iklan di Mobile: Lebar Penuh Responsif */
    .si-ad-slot-wrapper {
        margin: 16px 0 !important;
        padding: 4px 0 !important;
        width: 100% !important;
        min-height: 60px !important;
    }

    .si-ad-inner ins.adsbygoogle {
        min-width: 280px !important;
        width: 100% !important;
    }
}

/* Smartphone Layar Kecil (<= 480px): Edge-to-Edge Optimized */
@media (max-width: 480px) {
    .site-container {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .single-article-entry,
    .single-page-entry {
        padding: 14px 8px !important;
        border-radius: 6px !important;
        border-left: 1px solid #f1f5f9 !important;
        border-right: 1px solid #f1f5f9 !important;
    }

    .single-title,
    .page-title {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    .single-content,
    .page-content {
        font-size: 17px !important;
        line-height: 1.72 !important;
    }

    .si-author-box {
        padding: 14px 10px !important;
        gap: 12px !important;
    }

    .si-post-nav {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .si-nav-next {
        text-align: left !important;
    }
}

/* ==========================================================================
   14. 5 APP FEATURE TABS & INTERACTIVE MODALS (NODE.JS APP PARITY)
   ========================================================================== */

/* ── 14.1 DESKTOP APP TABS STRIP ── */
.si-app-tabs-desktop-wrap {
    background: #0f172a;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 2px solid var(--brand-red-accent);
    padding: 6px 0;
}

@media (max-width: 768px) {
    .si-app-tabs-desktop-wrap {
        display: none; /* Disembunyikan di mobile, diganti oleh Mobile Bottom Bar */
    }
}

.si-app-tabs-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.si-app-tab-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f1f5f9;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: all 0.2s ease;
}

.si-app-tab-item:hover,
.si-app-tab-item.active {
    background: var(--brand-red-accent);
    color: #ffffff;
    border-color: var(--brand-red-accent);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(220, 38, 38, 0.35);
}

.si-tab-badge {
    font-size: 9px;
    font-weight: 900;
    padding: 1px 5px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.si-badge-ai { background: #8b5cf6; color: #fff; }
.si-badge-live { background: #ef4444; color: #fff; animation: pulse 1.5s infinite; }
.si-badge-radar { background: #10b981; color: #fff; }

/* ── 14.2 MOBILE FLOATING BOTTOM APP BAR ── */
.si-app-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f172a;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    padding: 4px 6px 8px;
}

@media (max-width: 768px) {
    .si-app-bottom-nav {
        display: block;
    }
    body {
        padding-bottom: 64px; /* Ruang agar tidak tertutup bottom bar */
    }
}

.si-bottom-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 480px;
    margin: 0 auto;
}

.si-bnav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #94a3b8;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
    flex: 1;
}

.si-bnav-icon {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 2px;
}

.si-bnav-item:hover,
.si-bnav-item.active {
    color: #ffffff;
}

.si-bnav-item.active .si-bnav-text {
    color: var(--brand-red-accent);
}

.si-bnav-icon-wrap {
    position: relative;
    display: inline-block;
}

.si-bnav-dot {
    position: absolute;
    top: -2px;
    right: -4px;
    width: 6px;
    height: 6px;
    background: #8b5cf6;
    border-radius: 50%;
}

.si-bnav-center {
    position: relative;
    top: -8px;
}

.si-bnav-circle {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #dc2626, #ea580c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.45);
    color: #ffffff;
    border: 2px solid #0f172a;
    position: relative;
}

.si-bnav-circle .si-bnav-icon {
    font-size: 20px;
    margin-bottom: 0;
}

.si-bnav-pulse {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 50%;
    border: 2px solid #ef4444;
    animation: ripple 1.8s infinite ease-out;
}

@keyframes ripple {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* ── 14.3 INTERACTIVE MODALS (JASON AI & LIVE STREAM) ── */
.si-modal-backdrop {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.si-modal-container {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    animation: modalIn 0.2s ease-out;
}

@keyframes modalIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.si-modal-header {
    background: #0f172a;
    color: #ffffff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.si-modal-ai-header {
    background: linear-gradient(135deg, #1e1b4b 0%, #311042 50%, #831843 100%);
}

.si-modal-ai-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.si-modal-avatar {
    font-size: 28px;
    line-height: 1;
}

.si-modal-title {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

.si-modal-subtitle {
    font-size: 11.5px;
    color: #fbcfe8;
    margin: 2px 0 0;
}

.si-modal-close-btn {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #ffffff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.si-modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.si-modal-body {
    padding: 18px 20px;
    overflow-y: auto;
    flex: 1;
}

.si-ai-chat-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 14px;
}

.si-ai-msg {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.si-ai-msg-assistant .si-ai-msg-bubble {
    background: #f1f5f9;
    color: #1e293b;
    border-radius: 4px 14px 14px 14px;
    padding: 12px 14px;
    font-size: 13.5px;
    line-height: 1.55;
    max-width: 88%;
}

.si-ai-msg-user {
    justify-content: flex-end;
}

.si-ai-msg-user .si-ai-msg-bubble {
    background: var(--brand-red-accent);
    color: #ffffff;
    border-radius: 14px 4px 14px 14px;
    padding: 10px 14px;
    font-size: 13.5px;
    line-height: 1.5;
    max-width: 88%;
}

.si-ai-quick-prompts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin-top: 10px;
}

.si-quick-label {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
}

.si-quick-btn {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #334155;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
}

.si-quick-btn:hover {
    background: #e2e8f0;
    color: var(--brand-red-accent);
}

.si-modal-footer {
    padding: 12px 20px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.si-ai-input-form {
    display: flex;
    gap: 8px;
}

.si-ai-input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 13px;
    outline: none;
}

.si-ai-input:focus {
    border-color: var(--brand-red-accent);
}

.si-ai-send-btn {
    background: var(--brand-red-accent);
    color: #ffffff;
    border: none;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s;
}

.si-ai-send-btn:hover {
    background: var(--brand-red-hover);
}

/* ── 14.4 LIVE STREAM MODAL CHANNELS ── */
.si-live-channels-tab {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.si-chan-tab {
    flex: 1;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: all 0.15s;
}

.si-chan-tab.active {
    background: #ef4444;
    border-color: #ef4444;
    color: #ffffff;
}

.si-player-frame-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000000;
    border-radius: 10px;
    overflow: hidden;
}

.si-live-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.si-live-caption {
    font-size: 11.5px;
    color: #64748b;
    margin: 8px 0 0;
    text-align: center;
}

.si-radio-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
}

.si-radio-icon {
    font-size: 42px;
    display: block;
    margin-bottom: 8px;
}

.si-radio-card h4 {
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 4px;
    color: #0f172a;
}

.si-radio-card p {
    font-size: 12px;
    color: #64748b;
    margin: 0 0 12px;
}

