/* ============================================================
   SlotGaming.live — Stylesheet
   Aesthetic: Detik newsroom — red aggressive
   Palette: red #cc0001 + black + white + yellow accent
   ============================================================ */

*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    background: #f4f4f4;
    -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: #cc0001; text-decoration: none; transition: color .15s ease; }
a:hover { color: #7f0000; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 16px; }

/* ---------- Top bar ---------- */
.topbar {
    background: #1a1a1a;
    color: #d1d5db;
    font-size: 12px;
    font-weight: 500;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 6px 16px; }
.topbar-left { display: flex; align-items: center; gap: 14px; }
.topbar-live {
    display: flex; align-items: center; gap: 5px;
    color: #fff; font-weight: 700; letter-spacing: 1.5px; font-size: 11px;
}
.live-dot { width: 8px; height: 8px; background: #ef4444; border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:.4;} }
.topbar-date { color: #d1d5db; }
.topbar-links { display: flex; gap: 14px; }
.topbar-links a { color: #d1d5db; }
.topbar-links a:hover { color: #fff; }

/* ---------- Header ---------- */
.site-header {
    background: #fff;
    border-bottom: 4px solid #cc0001;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
    position: sticky; top: 0; z-index: 100;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}
.logo-block { display: flex; align-items: center; gap: 12px; }
.logo-mark {
    background: #cc0001;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    font-size: 22px;
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    line-height: 1;
    letter-spacing: -1px;
    box-shadow: 0 2px 6px rgba(204,0,1,.3);
}
.logo-mark.sm { width: 34px; height: 34px; font-size: 16px; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-brand {
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    font-size: 24px;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}
.logo-tag {
    font-size: 10px; color: #cc0001; font-weight: 700;
    letter-spacing: 2px; margin-top: 4px;
}

.nav-toggle {
    display: none; background: #cc0001; border: none; color: #fff;
    font-size: 22px; cursor: pointer; padding: 8px 14px; border-radius: 3px;
}

/* Main nav — full width below header */
.main-nav { background: #1a1a1a; }
.main-nav ul {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap;
}
.main-nav li { }
.main-nav a {
    display: inline-block;
    padding: 11px 14px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-right: 1px solid #2d2d2d;
    transition: all .12s ease;
}
.main-nav a:hover { background: #cc0001; color: #fff; }
.main-nav a.nav-home { background: #cc0001; font-weight: 700; }

/* ---------- Ticker ---------- */
.ticker {
    background: #fbbf24;
    color: #1a1a1a;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 2px solid #1a1a1a;
}
.ticker-inner { display: flex; align-items: center; padding: 0; gap: 0; }
.ticker-label {
    background: #1a1a1a;
    color: #fbbf24;
    font-weight: 800;
    padding: 8px 14px;
    font-size: 11.5px;
    letter-spacing: 1.5px;
    flex-shrink: 0;
}
.ticker-content {
    flex: 1; padding: 8px 14px;
    white-space: nowrap;
    overflow: hidden;
    animation: ticker-scroll 30s linear infinite;
}
@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================================
   HOMEPAGE
   ============================================================ */
.page-home { padding: 24px 0 48px; }

.hero-featured {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    background: #fff;
    margin-bottom: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.hero-featured-img { background: #1a1a1a; }
.hero-featured-img svg { width: 100%; height: 100%; display: block; }
.hero-featured-body { padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; }
.hero-featured-body h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 900;
    margin: 12px 0 14px;
    line-height: 1.2;
    color: #1a1a1a;
}
.hero-featured-body p { color: #4b5563; margin: 0 0 14px; font-size: 15px; line-height: 1.55; }
.hero-featured-meta { font-size: 12px; color: #6b7280; font-weight: 600; margin-bottom: 14px; }
.hero-featured-body .cta-block { margin: 0; text-align: left; }

/* Hub article body — wraps prose like spoke article */
.hub-article {
    background: #fff;
    padding: 28px 36px;
    margin-bottom: 32px;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
}

/* Section heads */
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 36px 0 18px;
    border-bottom: 3px solid #1a1a1a;
    padding-bottom: 0;
}
.section-title {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}
.section-title span {
    background: #cc0001; color: #fff;
    padding: 8px 16px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 17px;
}
.section-date { font-size: 12px; color: #6b7280; font-weight: 600; padding-bottom: 6px; }

/* Featured row */
.featured-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.card-featured {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    transition: transform .15s ease, box-shadow .15s ease;
    display: flex; flex-direction: column;
}
.card-featured:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,.1); }
.card-img {
    aspect-ratio: 16/10; position: relative;
    display: flex; align-items: flex-end; padding: 14px;
}
.card-cat-badge {
    position: absolute; top: 10px; left: 10px;
    background: rgba(0,0,0,.85); color: #fff;
    font-size: 10.5px; font-weight: 700;
    padding: 4px 10px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.card-img-title {
    color: #fff; font-family: 'Roboto Slab', serif;
    font-size: 18px; font-weight: 900;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    line-height: 1.2;
}
.card-body { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}
.card-body h3 a { color: #1a1a1a; }
.card-body h3 a:hover { color: #cc0001; }
.card-body p { font-size: 13px; color: #6b7280; margin: 0 0 10px; flex: 1; line-height: 1.45; }
.card-meta { font-size: 11.5px; color: #9ca3af; font-weight: 600; margin-top: auto; }

/* Home CTA banner */
.home-cta-banner {
    background: linear-gradient(135deg, #cc0001 0%, #7f0000 100%);
    color: #fff;
    padding: 24px 28px;
    margin: 24px 0 32px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 24px;
    box-shadow: 0 4px 12px rgba(204,0,1,.2);
}
.home-cta-banner h3 { margin: 0 0 4px; font-family: 'Roboto Slab', serif; font-size: 22px; font-weight: 900; }
.home-cta-banner p { margin: 0; opacity: .9; font-size: 14px; }
.home-cta-banner .cta-block { margin: 0; }
.home-cta-banner .cta-btn {
    background: #fff;
    color: #cc0001 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.home-cta-banner .cta-btn:hover {
    background: #fbbf24;
    color: #1a1a1a !important;
}

/* Grid row */
.grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}
.card-grid {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    transition: transform .15s ease, box-shadow .15s ease;
    display: block;
    color: inherit;
}
.card-grid:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.08); color: inherit; }
.card-grid-cat {
    color: #fff; font-size: 11px; font-weight: 700;
    padding: 5px 12px; letter-spacing: .5px;
    text-transform: uppercase;
}
.card-grid h3 {
    margin: 12px 14px 6px;
    font-family: 'Roboto Slab', serif;
    font-size: 15px; font-weight: 700;
    line-height: 1.3; color: #1a1a1a;
}
.card-grid p { margin: 0 14px 8px; font-size: 12.5px; color: #6b7280; line-height: 1.45; }
.card-grid-meta { padding: 0 14px 14px; font-size: 11.5px; color: #9ca3af; font-weight: 600; }

/* ============================================================
   ARTICLE PAGE
   ============================================================ */
.page-article { padding: 20px 0 48px; background: #f4f4f4; }
.breadcrumb { font-size: 12.5px; margin-bottom: 16px; color: #6b7280; }
.breadcrumb a { color: #cc0001; font-weight: 600; }
.breadcrumb span { margin: 0 6px; color: #9ca3af; }
.breadcrumb .current { color: #6b7280; font-weight: 500; }

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: flex-start;
}
.article-main {
    background: #fff;
    padding: 32px 40px;
    box-shadow: 0 1px 6px rgba(0,0,0,.04);
}

.article-category {
    display: inline-block;
    background: #cc0001; color: #fff;
    font-size: 11.5px; font-weight: 700;
    padding: 5px 14px; letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.article-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    font-size: 34px;
    line-height: 1.2;
    color: #111;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}
.article-lede {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.55;
    margin: 0 0 22px;
    font-weight: 600;
    border-left: 3px solid #cc0001;
    padding-left: 16px;
}
.article-meta {
    display: flex; justify-content: space-between; align-items: center;
    padding: 14px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 24px;
    flex-wrap: wrap; gap: 12px;
}
.meta-author { display: flex; align-items: center; gap: 12px; }
.meta-avatar {
    width: 44px; height: 44px;
    background: #cc0001; color: #fff;
    font-weight: 800; font-size: 14px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.meta-name { font-weight: 700; font-size: 14px; color: #1f2937; }
.meta-date { font-size: 12px; color: #6b7280; }
.meta-reading { font-size: 13px; color: #6b7280; font-weight: 600; }

.article-cover { margin: 0 0 28px; }
.article-cover svg { width: 100%; height: auto; display: block; }

/* ---------- Body ---------- */
.article-body {
    font-size: 17px;
    line-height: 1.8;
    color: #1f2937;
}
.article-body p { margin: 0 0 18px; }
.article-body a { color: #cc0001; font-weight: 600; border-bottom: 1px dotted #cc0001; }
.article-body a:hover { color: #7f0000; border-bottom-color: #7f0000; }
.article-body strong { color: #111; font-weight: 700; }
.article-body em { font-style: italic; color: #374151; }
.article-body code {
    background: #f3f4f6; padding: 2px 8px; border-radius: 3px;
    font-family: 'Courier New', monospace; font-size: 14px;
    color: #cc0001;
}

.article-h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    font-weight: 900;
    color: #111;
    margin: 36px 0 16px;
    padding-bottom: 8px;
    border-bottom: 3px solid #cc0001;
    letter-spacing: -0.3px;
}
.article-h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 28px 0 12px;
}

.article-list, .article-list-ordered { padding-left: 0; margin: 0 0 20px; }
.article-list { list-style: none; }
.article-list li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}
.article-list li::before {
    content: '▸';
    color: #cc0001;
    font-weight: 900;
    position: absolute;
    left: 6px;
    top: 0;
    font-size: 18px;
}
.article-list-ordered { padding-left: 24px; counter-reset: item; list-style: none; }
.article-list-ordered li {
    counter-increment: item;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}
.article-list-ordered li::before {
    content: counter(item) '.';
    position: absolute;
    left: 0;
    color: #cc0001;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
}

.article-table-wrap { overflow-x: auto; margin: 0 0 24px; -webkit-overflow-scrolling: touch; }
.article-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    background: #fff;
}
.article-table th {
    background: #1a1a1a;
    color: #fff;
    text-align: left;
    padding: 12px 14px;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.article-table td { padding: 11px 14px; border-bottom: 1px solid #e5e7eb; }
.article-table tr:nth-child(even) td { background: #fafafa; }
.article-table tr:hover td { background: #fef3c7; }

.article-callout {
    background: #fff5f5;
    border-left: 4px solid #cc0001;
    padding: 16px 22px;
    margin: 24px 0;
}
.callout-title {
    font-weight: 900;
    color: #cc0001;
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-family: 'Roboto Slab', serif;
}
.callout-body { color: #4b1818; font-size: 15px; line-height: 1.6; }
.callout-body strong { color: #4b1818; }

/* ---------- CTA ---------- */
.cta-block { margin: 24px 0; text-align: center; }
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #cc0001;
    color: #fff !important;
    padding: 14px 28px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(204,0,1,.3);
    transition: all .15s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}
.cta-btn:hover {
    background: #7f0000;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(204,0,1,.4);
    color: #fff;
}
.cta-btn-block { display: flex; justify-content: center; width: 100%; }
.cta-icon { font-size: 14px; }

.cta-sidebar {
    background: #fff;
    border: 3px solid #cc0001;
    padding: 18px;
    text-align: center;
    margin-bottom: 18px;
}
.cta-sidebar-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    color: #cc0001;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.cta-sidebar-note { font-size: 11.5px; color: #6b7280; margin-top: 10px; }

.cta-sticky {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    padding: 10px 16px;
    box-shadow: 0 -4px 16px rgba(0,0,0,.15);
    z-index: 99;
    display: none;
    transition: opacity .2s ease;
}

/* FAQ */
.faq-section { margin-top: 36px; padding-top: 24px; border-top: 1px solid #e5e7eb; }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item {
    background: #fafafa;
    border-left: 3px solid #cc0001;
    padding: 14px 20px;
}
.faq-q {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    margin: 0 0 8px;
}
.faq-a { font-size: 14.5px; line-height: 1.6; color: #374151; }

/* Article bottom CTA + tags */
.article-bottom-cta {
    margin-top: 32px;
    padding: 28px;
    background: linear-gradient(135deg, #1a1a1a, #333);
    color: #fff;
    text-align: center;
}
.article-bottom-cta h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    color: #fff;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.article-bottom-cta p { color: #d1d5db; margin: 0 0 18px; }
.article-bottom-cta .cta-btn { background: #fbbf24; color: #1a1a1a !important; }
.article-bottom-cta .cta-btn:hover { background: #f59e0b; color: #1a1a1a; }

.article-tags {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
    font-size: 13px;
    color: #6b7280;
}
.tag {
    display: inline-block;
    background: #fef2f2;
    color: #cc0001;
    padding: 4px 12px;
    margin: 0 4px 4px 0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3px;
}

/* ---------- Sidebar ---------- */
.article-sidebar { position: sticky; top: 100px; }
.sidebar-block {
    background: #fff;
    padding: 18px;
    margin-bottom: 18px;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
.sidebar-h {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    margin: -18px -18px 14px;
    padding: 10px 18px;
    background: #cc0001;
    text-transform: uppercase;
    letter-spacing: .8px;
}
.related-list { list-style: none; padding: 0; margin: 0; }
.related-list li { padding: 10px 0; border-bottom: 1px solid #f3f4f6; }
.related-list li:last-child { border-bottom: none; }
.related-cat {
    display: inline-block;
    color: #fff; font-size: 10px; font-weight: 700;
    padding: 2px 7px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .3px;
}
.related-title {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35;
}
.related-list a:hover .related-title { color: #cc0001; }
.cluster-list .cluster-link { display: block; padding: 4px 0; }
.cluster-title { font-size: 13px; color: #1a1a1a; font-weight: 500; }
.cluster-link:hover .cluster-title { color: #cc0001; }

/* ---------- Topic cluster (bottom of article page) ---------- */
.topic-cluster { margin-top: 40px; }
.cluster-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.cluster-card {
    background: #fff;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    transition: transform .15s ease, box-shadow .15s ease;
    display: block;
    color: inherit;
}
.cluster-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.08); color: inherit; }
.cluster-card-cat {
    display: inline-block;
    color: #fff; font-size: 10px; font-weight: 700;
    padding: 3px 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
}
.cluster-card h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
    color: #1a1a1a;
}
.cluster-card p { font-size: 12.5px; color: #6b7280; line-height: 1.45; margin: 0; }
.cluster-card:hover h3 { color: #cc0001; }

/* ---------- Footer ---------- */
.site-footer {
    background: #1a1a1a;
    color: #d1d5db;
    margin-top: 48px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
    gap: 32px;
    padding: 40px 16px;
}
.footer-col h4 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 3px solid #cc0001;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: #d1d5db; font-size: 13px; }
.footer-col a:hover { color: #fff; }
.footer-logo {
    display: flex; align-items: center; gap: 10px;
    color: #fff; font-family: 'Roboto Slab', serif;
    font-weight: 900; font-size: 18px;
    margin-bottom: 12px;
}
.footer-about { font-size: 13px; line-height: 1.6; color: #9ca3af; }

.footer-disclaimer {
    background: #0f0f0f;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    padding: 20px 0;
}
.disclaimer-title {
    font-weight: 900; color: #fbbf24; font-size: 13px;
    margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px;
    font-family: 'Roboto Slab', serif;
}
.footer-disclaimer p { font-size: 12px; line-height: 1.6; color: #9ca3af; margin: 0; }
.footer-disclaimer strong { color: #d1d5db; }

.footer-bottom {
    padding: 14px 0;
    background: #0a0a0a;
    font-size: 12px;
    color: #6b7280;
}
.footer-bottom .container {
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px;
}
.footer-bottom-links a { color: #6b7280; padding: 0 4px; }
.footer-bottom-links a:hover { color: #d1d5db; }

/* ============================================================
   RESPONSIVE — Tablet
   ============================================================ */
@media (max-width: 1024px) {
    .article-layout { grid-template-columns: 1fr; }
    .article-sidebar { position: static; }
    .featured-row { grid-template-columns: repeat(2, 1fr); }
    .grid-row { grid-template-columns: repeat(2, 1fr); }
    .cluster-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-featured { grid-template-columns: 1fr; }
    .hero-featured-img { aspect-ratio: 16/9; }

    .nav-toggle { display: block; }
    .main-nav {
        display: none;
    }
    .main-nav.open { display: block; }
    .main-nav ul { flex-direction: column; }
    .main-nav a { border-right: none; border-bottom: 1px solid #2d2d2d; }
    .home-cta-banner { flex-direction: column; text-align: center; }
}

/* ============================================================
   RESPONSIVE — Mobile
   ============================================================ */
@media (max-width: 640px) {
    body { font-size: 15px; }
    .container { padding: 0 12px; }
    .topbar-links { display: none; }
    .topbar-inner { justify-content: center; }
    .logo-brand { font-size: 20px; }
    .logo-tag { font-size: 9px; }

    .hero-featured-body { padding: 22px 18px; }
    .hero-featured-body h1 { font-size: 24px; }

    .featured-row { grid-template-columns: 1fr; }
    .grid-row { grid-template-columns: 1fr; }
    .cluster-grid { grid-template-columns: 1fr; }

    .section-title span { padding: 6px 12px; font-size: 14px; }

    .article-main { padding: 22px 18px; }
    .article-title { font-size: 26px; }
    .article-lede { font-size: 16px; padding-left: 12px; }
    .article-h2 { font-size: 22px; }
    .article-h3 { font-size: 18px; }
    .article-body { font-size: 16px; line-height: 1.75; }

    .footer-grid { grid-template-columns: 1fr; gap: 24px; padding: 28px 16px; }
    .footer-bottom .container { justify-content: center; text-align: center; }

    .cta-sticky { display: block; }
    .cta-btn { padding: 12px 22px; font-size: 14px; }

    .article-meta { flex-direction: column; align-items: flex-start; }

    .home-cta-banner { padding: 20px 16px; }
    .home-cta-banner h3 { font-size: 18px; }
}

@media (max-width: 380px) {
    .article-main { padding: 18px 14px; }
    .article-title { font-size: 22px; }
    .hub-article { padding: 22px 18px; }
}

@media print {
    .topbar, .ticker, .nav-toggle, .cta-sticky, .article-bottom-cta, .site-footer, .article-sidebar, .topic-cluster { display: none; }
    .article-layout { grid-template-columns: 1fr; }
    body { background: #fff; }
}
