/* ============================================
   DAUNGROUP GAMING - Main Stylesheet
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Merriweather:wght@400;700&display=swap');

:root {
    --blue-main: #1a56db;
    --blue-dark: #1e429f;
    --blue-light: #ebf0ff;
    --blue-mid: #3f83f8;
    --accent: #f59e0b;
    --accent-red: #ef4444;
    --text-primary: #111827;
    --text-secondary: #6b7280;
    --text-muted: #9ca3af;
    --bg-white: #ffffff;
    --bg-gray: #f9fafb;
    --bg-dark: #111827;
    --border: #e5e7eb;
    --border-blue: #bfdbfe;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, .10);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --font-sans: 'Plus Jakarta Sans', sans-serif;
    --font-serif: 'Merriweather', serif;
    --transition: all .2s ease;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    font-size: 15px;
    color: var(--text-primary);
    background: var(--bg-gray);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

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

ul {
    list-style: none;
}

/* ============================================
   TOPBAR
   ============================================ */
.topbar {
    background: var(--blue-dark);
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.topbar-date {
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar-date svg {
    opacity: .7;
}

.topbar-links {
    display: flex;
    gap: 16px;
}

.topbar-links a:hover {
    color: white;
}

/* ============================================
   HEADER
   ============================================ */
.header {
    background: var(--blue-main);
    box-shadow: 0 2px 12px rgba(26, 86, 219, .3);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    gap: 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.logo svg {
    flex-shrink: 0;
}

.logo-sub {
    font-size: 10px;
    font-weight: 500;
    opacity: .75;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-top: 2px;
}

/* Nav */
.nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav a {
    color: rgba(255, 255, 255, .85);
    font-size: 13.5px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.nav a:hover,
.nav a.active {
    background: rgba(255, 255, 255, .15);
    color: white;
}

/* Search */
.header-search {
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-form {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
    overflow: hidden;
    transition: var(--transition);
}

.search-form:focus-within {
    background: rgba(255, 255, 255, .22);
    border-color: rgba(255, 255, 255, .4);
}

.search-form input {
    background: none;
    border: none;
    outline: none;
    color: white;
    font-size: 13px;
    padding: 7px 14px;
    width: 180px;
    font-family: var(--font-sans);
}

.search-form input::placeholder {
    color: rgba(255, 255, 255, .6);
}

.search-form button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 7px 12px;
    color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
}

.search-form button:hover {
    color: white;
}

.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    padding: 4px;
}

/* ============================================
   BREAKING NEWS TICKER
   ============================================ */
.ticker-bar {
    background: white;
    border-bottom: 2px solid var(--blue-light);
    padding: 8px 0;
    overflow: hidden;
}

.ticker-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.ticker-label {
    background: var(--accent-red);
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    letter-spacing: .5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ticker-track {
    overflow: hidden;
    flex: 1;
}

.ticker-items {
    display: flex;
    gap: 40px;
    animation: ticker 30s linear infinite;
    white-space: nowrap;
}

.ticker-items a {
    font-size: 13px;
    color: var(--text-primary);
    font-weight: 500;
}

.ticker-items a:hover {
    color: var(--blue-main);
}

.ticker-items a::before {
    content: '▸ ';
    color: var(--blue-main);
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ============================================
   LAYOUT UTAMA
   ============================================ */
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 28px;
    align-items: start;
}

/* ============================================
   HERO / FEATURED ARTIKEL
   ============================================ */
.hero-section {
    margin-bottom: 28px;
}

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

.hero-main {
    grid-row: 1 / 3;
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    background: var(--bg-dark);
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-main img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
    transition: transform .4s ease;
}

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

.hero-main-content {
    position: relative;
    z-index: 2;
    padding: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 70%, transparent 100%);
}

.hero-cat {
    display: inline-block;
    background: var(--blue-main);
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.hero-title {
    font-size: 22px;
    font-weight: 700;
    color: white;
    line-height: 1.3;
    margin-bottom: 8px;
}

.hero-meta {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    display: flex;
    gap: 12px;
}

.hero-sub {
    border-radius: var(--radius-md);
    overflow: hidden;
    background: white;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.hero-sub:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.hero-sub img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.hero-sub-content {
    padding: 14px;
    flex: 1;
}

.hero-sub .hero-cat {
    font-size: 10px;
}

.hero-sub-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-primary);
    margin-bottom: 6px;
}

.hero-sub-title:hover {
    color: var(--blue-main);
}

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

/* ============================================
   SECTION ARTIKEL
   ============================================ */
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--blue-main);
}

.section-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title svg {
    color: var(--blue-main);
}

.section-more {
    font-size: 13px;
    color: var(--blue-main);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.section-more:hover {
    color: var(--blue-dark);
}

/* Artikel Card List */
.articles-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.article-card {
    background: white;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    overflow: hidden;
    display: flex;
    gap: 0;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.article-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
}

.article-card-img {
    width: 200px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: var(--bg-gray);
}

.article-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    min-height: 140px;
}

.article-card:hover .article-card-img img {
    transform: scale(1.05);
}

.article-card-img .no-img {
    width: 100%;
    height: 100%;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue-light);
    color: var(--blue-main);
}

.article-card-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-card-cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: var(--blue-main);
    background: var(--blue-light);
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    letter-spacing: .3px;
}

.article-card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--text-primary);
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-card-title:hover {
    color: var(--blue-main);
}

.article-card-lead {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}

.article-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
}

.article-card-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.pagination a,
.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 500;
    border: 1px solid var(--border);
    background: white;
    color: var(--text-secondary);
    transition: var(--transition);
}

.pagination a:hover {
    border-color: var(--blue-main);
    color: var(--blue-main);
}

.pagination .active {
    background: var(--blue-main);
    color: white;
    border-color: var(--blue-main);
}

/* ============================================
   SIDEBAR
   ============================================ */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 88px;
}

.sidebar-widget {
    background: white;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.widget-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    border-bottom: 2px solid var(--blue-main);
    background: var(--blue-light);
}

.widget-header svg {
    color: var(--blue-main);
    flex-shrink: 0;
}

.widget-header h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
}

.widget-list {
    padding: 8px 0;
}

.widget-item {
    display: flex;
    gap: 10px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--border);
    transition: var(--transition);
}

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

.widget-item:hover {
    background: var(--bg-gray);
}

.widget-thumb {
    width: 64px;
    height: 48px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    flex-shrink: 0;
    background: var(--bg-gray);
}

.widget-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue-light);
    color: var(--blue-main);
}

.widget-rank {
    width: 28px;
    height: 28px;
    background: var(--blue-main);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    align-self: center;
}

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

.widget-cat {
    font-size: 10px;
    font-weight: 600;
    color: var(--blue-main);
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 3px;
}

.widget-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-primary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget-date,
.widget-views {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.widget-empty {
    padding: 16px;
    font-size: 13px;
    color: var(--text-muted);
    text-align: center;
}

/* Kategori widget */
.widget-categories {
    padding: 14px 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kat-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid var(--border-blue);
    font-size: 12px;
    font-weight: 500;
    color: var(--blue-main);
    background: var(--blue-light);
    transition: var(--transition);
}

.kat-badge:hover {
    background: var(--blue-main);
    color: white;
    border-color: var(--blue-main);
}

.kat-badge span {
    background: var(--blue-main);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 10px;
    min-width: 20px;
    text-align: center;
}

.kat-badge:hover span {
    background: white;
    color: var(--blue-main);
}

/* About widget */
.widget-about {
    text-align: center;
    padding: 20px 16px;
}

.about-logo {
    width: 56px;
    height: 56px;
    background: var(--blue-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: white;
}

.widget-about h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.widget-about p {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 14px;
}

.about-socials {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.about-socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--blue-light);
    color: var(--blue-main);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.about-socials a:hover {
    background: var(--blue-main);
    color: white;
}

/* ============================================
   HALAMAN ARTIKEL / BACA
   ============================================ */
.article-header {
    margin-bottom: 20px;
}

.article-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 14px;
}

.article-breadcrumb a {
    color: var(--blue-main);
}

.article-breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-sep {
    color: var(--border);
}

.article-cat-badge {
    display: inline-block;
    background: var(--blue-main);
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.article-main-title {
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-primary);
    margin-bottom: 14px;
}

.article-meta-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: var(--text-muted);
    padding: 12px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.article-meta-bar span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.article-meta-bar svg {
    color: var(--blue-main);
    flex-shrink: 0;
}

.article-author {
    font-weight: 600;
    color: var(--text-primary);
}

.article-featured-img {
    width: 100%;
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 8px;
    background: var(--bg-gray);
    max-height: 420px;
}

.article-featured-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.img-credit {
    font-size: 11px;
    color: var(--text-muted);
    text-align: right;
    margin-bottom: 20px;
}

/* Isi artikel */
.article-content {
    font-family: var(--font-serif);
    font-size: 16px;
    line-height: 1.85;
    color: var(--text-primary);
}

.article-content p {
    margin-bottom: 1.4em;
}

.article-content h2 {
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.8em 0 .8em;
    padding-left: 14px;
    border-left: 4px solid var(--blue-main);
}

.article-content h3 {
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 700;
    margin: 1.4em 0 .6em;
}

.article-content ul,
.article-content ol {
    margin: 1em 0 1.4em 1.5em;
    list-style: disc;
}

.article-content ol {
    list-style: decimal;
}

.article-content li {
    margin-bottom: .5em;
}

.article-content strong {
    font-weight: 700;
    color: var(--text-primary);
}

.article-content a {
    color: var(--blue-main);
    text-decoration: underline;
    text-decoration-color: var(--border-blue);
    text-underline-offset: 2px;
}

.article-content a:hover {
    text-decoration-color: var(--blue-main);
}

.article-content blockquote {
    border-left: 4px solid var(--blue-main);
    background: var(--blue-light);
    padding: 16px 20px;
    margin: 1.4em 0;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-style: italic;
    color: var(--text-secondary);
}

/* Tags */
.article-tags {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

.article-tags h4 {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 10px;
}

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

.tag-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid var(--border-blue);
    font-size: 12px;
    color: var(--blue-main);
    background: var(--blue-light);
    transition: var(--transition);
}

.tag-item:hover {
    background: var(--blue-main);
    color: white;
}

/* Share */
.article-share {
    margin-top: 20px;
}

.article-share h4 {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 10px;
}

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

.share-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: var(--transition);
}

.share-fb {
    background: #1877f2;
    color: white;
}

.share-tw {
    background: #000;
    color: white;
}

.share-wa {
    background: #25d366;
    color: white;
}

.share-cp {
    background: var(--bg-gray);
    color: var(--text-primary);
    border: 1px solid var(--border);
}

.share-btn:hover {
    opacity: .85;
    transform: translateY(-1px);
}

/* Artikel terkait */
.related-section {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 2px solid var(--blue-main);
}

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

.related-card {
    background: white;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.related-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.related-card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.related-card-body {
    padding: 12px;
}

.related-card-cat {
    font-size: 10px;
    color: var(--blue-main);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.related-card-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-primary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-card-title:hover {
    color: var(--blue-main);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--bg-dark);
    color: rgba(255, 255, 255, .7);
    margin-top: 48px;
}

.footer-top {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
}

.footer-brand {}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800;
    color: white;
    margin-bottom: 14px;
}

.footer-desc {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .7);
    transition: var(--transition);
}

.footer-socials a:hover {
    background: var(--blue-main);
    color: white;
}

.footer-col h5 {
    font-size: 13px;
    font-weight: 700;
    color: white;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-col ul li a {
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    transition: var(--transition);
}

.footer-col ul li a:hover {
    color: white;
    padding-left: 4px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    padding: 16px 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
}

/* ============================================
   KATEGORI FILTER BAR
   ============================================ */
.cat-filter {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 14px 16px;
    background: white;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.cat-filter a {
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    border: 1px solid var(--border);
    background: var(--bg-gray);
    transition: var(--transition);
}

.cat-filter a:hover,
.cat-filter a.active {
    background: var(--blue-main);
    color: white;
    border-color: var(--blue-main);
}

/* ============================================
   SEARCH RESULT
   ============================================ */
.search-header {
    background: white;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    padding: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-header svg {
    color: var(--blue-main);
    flex-shrink: 0;
}

.search-header h2 {
    font-size: 15px;
    font-weight: 600;
}

.search-header span {
    color: var(--blue-main);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .page-wrap {
        grid-template-columns: 1fr 280px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .hero-main {
        grid-row: auto;
        min-height: 280px;
    }

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

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .page-wrap {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: static;
    }

    .nav {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .header-search input {
        width: 120px;
    }

    .article-card {
        flex-direction: column;
    }

    .article-card-img {
        width: 100%;
        height: 180px;
    }

    .article-main-title {
        font-size: 22px;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .topbar-links {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero-main {
        min-height: 240px;
    }

    .hero-title {
        font-size: 18px;
    }

    .share-btns {
        gap: 6px;
    }

    .share-btn {
        padding: 7px 12px;
        font-size: 12px;
    }
}