@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Merriweather:ital,wght@0,400;0,700;1,400&display=swap');

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

:root {
  --bg: #f7f8fc;
  --bg-white: #ffffff;
  --bg-light: #eef2fb;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  --blue-900: #1e3a8a;
  --blue-700: #1d4ed8;
  --blue-600: #2563eb;
  --blue-500: #3b82f6;
  --blue-100: #dbeafe;
  --blue-50: #eff6ff;
  --green-600: #059669;
  --green-100: #d1fae5;
  --gold-600: #b45309;
  --gold-100: #fef3c7;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --border: #e2e8f0;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.07), 0 2px 6px rgba(0,0,0,0.04);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.09);
  --radius: 10px;
  --radius-lg: 16px;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text-primary);
  line-height: 1.65;
  font-size: 16px;
}

a { color: var(--blue-600); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--blue-900); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { padding-left: 1.5rem; }

/* ─── LAYOUT ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; }

/* ─── HEADER / NAV ─── */
.site-header {
  background: var(--bg-white);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 1.35rem; color: var(--blue-900);
  letter-spacing: -0.5px;
}
.logo span { color: var(--blue-600); }
.logo-icon {
  width: 36px; height: 36px; background: var(--blue-700);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
}
.logo-icon svg { width: 20px; height: 20px; fill: #fff; }

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 7px 13px; border-radius: 7px;
  font-size: 0.875rem; font-weight: 500; color: var(--text-secondary);
  transition: background 0.2s, color 0.2s;
}
.main-nav a:hover, .main-nav a.active { background: var(--blue-50); color: var(--blue-700); }

.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: ' ▾'; font-size: 0.7rem; }
.dropdown-menu {
  display: none; position: absolute; top: calc(100% + 8px); left: 0;
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
  min-width: 220px; padding: 8px;
}
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block; padding: 9px 13px; font-size: 0.85rem;
  border-radius: 6px; color: var(--text-secondary);
}
.dropdown-menu a:hover { background: var(--blue-50); color: var(--blue-700); }

.header-cta {
  background: var(--blue-700); color: #fff; padding: 8px 18px;
  border-radius: 8px; font-size: 0.875rem; font-weight: 600;
  transition: background 0.2s; white-space: nowrap;
}
.header-cta:hover { background: var(--blue-900); color: #fff; }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text-primary); margin: 4px 0; transition: 0.3s; }

/* ─── HERO ─── */
.hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 60%, #3b82f6 100%);
  color: #fff; padding: 88px 0 80px; position: relative; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 700px; }
.hero-eyebrow {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,0.7);
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 800;
  line-height: 1.18; letter-spacing: -1px; margin-bottom: 20px;
  font-family: 'Merriweather', serif;
}
.hero p { font-size: 1.08rem; color: rgba(255,255,255,0.82); max-width: 560px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: #fff; color: var(--blue-700);
  padding: 13px 26px; border-radius: 9px; font-weight: 700; font-size: 0.93rem;
  transition: transform 0.2s, box-shadow 0.2s; display: inline-block;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); color: var(--blue-900); }
.btn-outline-white {
  border: 2px solid rgba(255,255,255,0.55); color: #fff;
  padding: 11px 24px; border-radius: 9px; font-weight: 600; font-size: 0.93rem;
  transition: border-color 0.2s, background 0.2s; display: inline-block;
}
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.12); color: #fff; }

.hero-stats {
  display: flex; gap: 40px; margin-top: 52px; flex-wrap: wrap;
}
.hero-stat { border-left: 3px solid rgba(255,255,255,0.3); padding-left: 16px; }
.hero-stat strong { display: block; font-size: 1.6rem; font-weight: 800; }
.hero-stat span { font-size: 0.8rem; color: rgba(255,255,255,0.65); }

/* ─── SECTION COMMONS ─── */
section { padding: 72px 0; }
.section-label {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--blue-600);
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 800;
  color: var(--text-primary); letter-spacing: -0.5px; line-height: 1.25;
  font-family: 'Merriweather', serif;
}
.section-subtitle {
  font-size: 1rem; color: var(--text-secondary); margin-top: 12px; max-width: 600px;
}
.section-header { margin-bottom: 44px; }
.section-header-flex {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 44px; gap: 16px; flex-wrap: wrap;
}
.view-all { font-size: 0.875rem; font-weight: 600; color: var(--blue-600); }
.view-all:hover { color: var(--blue-900); }

/* ─── CARDS ─── */
.card {
  background: var(--bg-white); border-radius: var(--radius-lg);
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  transition: box-shadow 0.25s, transform 0.25s;
  overflow: hidden;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.card-img { aspect-ratio: 16/9; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.card:hover .card-img img { transform: scale(1.04); }
.card-body { padding: 24px; }
.card-category {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: var(--blue-600);
  margin-bottom: 10px; display: inline-block;
}
.card-title {
  font-size: 1.08rem; font-weight: 700; color: var(--text-primary);
  line-height: 1.4; margin-bottom: 10px;
}
.card-excerpt { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 16px; }
.card-meta { display: flex; gap: 14px; align-items: center; font-size: 0.78rem; color: var(--text-muted); }
.card-meta span::before { content: '·'; margin-right: 4px; }
.card-meta span:first-child::before { content: ''; margin: 0; }

/* ─── GRID LAYOUTS ─── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ─── FEATURED ARTICLE ─── */
.article-featured {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: center; background: var(--bg-white);
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  overflow: hidden; box-shadow: var(--shadow-sm);
}
.article-featured-img img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.article-featured-body { padding: 40px; }
.article-featured-body .section-label { margin-bottom: 14px; }
.article-featured-body h2 {
  font-size: 1.7rem; font-weight: 800; color: var(--text-primary);
  line-height: 1.28; margin-bottom: 16px; font-family: 'Merriweather', serif;
}
.article-featured-body p { color: var(--text-secondary); margin-bottom: 24px; line-height: 1.7; }

/* ─── STAT BOXES ─── */
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.stat-box {
  background: var(--bg-white); border-radius: var(--radius);
  border: 1px solid var(--border); padding: 24px 20px; text-align: center;
}
.stat-value { font-size: 2rem; font-weight: 800; color: var(--blue-700); line-height: 1; }
.stat-label { font-size: 0.8rem; color: var(--text-muted); margin-top: 6px; }
.stat-change { font-size: 0.75rem; font-weight: 600; margin-top: 6px; }
.stat-up { color: var(--green-600); }
.stat-down { color: #dc2626; }

/* ─── DATA TABLE ─── */
.data-table-wrap { overflow-x: auto; }
.data-table {
  width: 100%; border-collapse: collapse;
  font-size: 0.875rem;
}
.data-table th {
  background: var(--blue-50); color: var(--blue-900);
  font-weight: 700; padding: 12px 16px; text-align: left;
  border-bottom: 2px solid var(--blue-100); white-space: nowrap;
}
.data-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--text-secondary); }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover td { background: var(--bg-light); }
.badge-up { background: var(--green-100); color: var(--green-600); padding: 2px 8px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.badge-down { background: #fee2e2; color: #dc2626; padding: 2px 8px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.badge-neutral { background: var(--gold-100); color: var(--gold-600); padding: 2px 8px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }

/* ─── INFO BOX ─── */
.info-box {
  border-left: 4px solid var(--blue-500); background: var(--blue-50);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 22px;
  margin: 24px 0;
}
.info-box.green { border-color: var(--green-600); background: var(--green-100); }
.info-box.gold { border-color: var(--gold-600); background: var(--gold-100); }
.info-box p { font-size: 0.9rem; color: var(--text-secondary); margin: 0; }
.info-box strong { color: var(--text-primary); }

/* ─── ARTICLE CONTENT ─── */
.article-header { background: var(--bg-white); border-bottom: 1px solid var(--border); padding: 52px 0 44px; }
.article-meta-bar { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.article-meta-bar .tag {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--blue-700);
  background: var(--blue-100); padding: 4px 11px; border-radius: 20px;
}
.article-meta-bar time, .article-meta-bar .author {
  font-size: 0.84rem; color: var(--text-muted); font-weight: 500;
}
.article-h1 {
  font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800;
  letter-spacing: -0.8px; color: var(--text-primary); line-height: 1.22;
  font-family: 'Merriweather', serif; margin-bottom: 18px;
}
.article-lead { font-size: 1.13rem; color: var(--text-secondary); line-height: 1.7; max-width: 720px; }

.article-body { padding: 52px 0; }
.article-body h2 {
  font-size: 1.5rem; font-weight: 800; color: var(--text-primary);
  margin: 40px 0 16px; letter-spacing: -0.4px; font-family: 'Merriweather', serif;
}
.article-body h3 { font-size: 1.15rem; font-weight: 700; color: var(--text-primary); margin: 28px 0 12px; }
.article-body p { color: var(--text-secondary); margin-bottom: 18px; line-height: 1.78; font-size: 1rem; }
.article-body ul, .article-body ol { margin: 16px 0 20px 1.5rem; }
.article-body li { color: var(--text-secondary); margin-bottom: 8px; line-height: 1.65; }
.article-body img { border-radius: var(--radius); margin: 28px 0; box-shadow: var(--shadow-md); }
.article-body figcaption { text-align: center; font-size: 0.8rem; color: var(--text-muted); margin-top: -20px; margin-bottom: 28px; }

.article-sidebar .sidebar-widget {
  background: var(--bg-white); border-radius: var(--radius-lg);
  border: 1px solid var(--border); padding: 24px; margin-bottom: 24px;
}
.sidebar-widget h4 { font-size: 0.95rem; font-weight: 700; color: var(--text-primary); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.toc-list { list-style: none; padding: 0; }
.toc-list li { padding: 6px 0; border-bottom: 1px solid var(--border); }
.toc-list li:last-child { border: none; }
.toc-list a { font-size: 0.85rem; font-weight: 500; color: var(--text-secondary); }
.toc-list a:hover { color: var(--blue-600); }

/* ─── CHART BLOCK ─── */
.chart-container {
  background: var(--bg-white); border-radius: var(--radius-lg);
  border: 1px solid var(--border); padding: 28px 24px;
}
.chart-title { font-size: 0.95rem; font-weight: 700; color: var(--text-primary); margin-bottom: 6px; }
.chart-subtitle { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 24px; }
.bar-chart { display: flex; align-items: flex-end; gap: 10px; height: 160px; }
.bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.bar {
  width: 100%; border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--blue-600), var(--blue-900));
  transition: opacity 0.2s;
}
.bar:hover { opacity: 0.8; }
.bar.green { background: linear-gradient(180deg, var(--green-600), #047857); }
.bar.gold { background: linear-gradient(180deg, #f59e0b, var(--gold-600)); }
.bar-label { font-size: 0.7rem; color: var(--text-muted); white-space: nowrap; }
.bar-value { font-size: 0.72rem; font-weight: 700; color: var(--text-primary); }

.line-chart-svg { width: 100%; overflow: visible; }

/* ─── BREADCRUMB ─── */
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.82rem; color: var(--text-muted); padding: 16px 0;
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--blue-600); }
.breadcrumb span { color: var(--text-muted); }
.breadcrumb .current { color: var(--text-secondary); font-weight: 500; }

/* ─── FORMS ─── */
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 0.875rem; font-weight: 600; color: var(--text-primary); margin-bottom: 7px; }
.form-control {
  width: 100%; padding: 11px 14px; border-radius: 8px;
  border: 1.5px solid var(--border); background: var(--bg-white);
  font-size: 0.925rem; color: var(--text-primary); font-family: 'Inter', sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-control:focus { outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(59,130,246,0.12); }
textarea.form-control { resize: vertical; min-height: 130px; }
.btn-submit {
  background: var(--blue-700); color: #fff; padding: 13px 32px;
  border: none; border-radius: 9px; font-weight: 700; font-size: 0.95rem;
  cursor: pointer; transition: background 0.2s, transform 0.2s;
  font-family: 'Inter', sans-serif; display: inline-block;
}
.btn-submit:hover { background: var(--blue-900); transform: translateY(-1px); }

.success-msg {
  display: none; background: var(--green-100); border: 1px solid var(--green-600);
  border-radius: var(--radius); padding: 18px 22px; margin-top: 20px;
  color: #065f46; font-weight: 600; font-size: 0.95rem;
}
.success-msg.show { display: block; }

/* ─── NEWSLETTER ─── */
.newsletter-section {
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
  padding: 64px 0;
}
.newsletter-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.newsletter-text h2 {
  font-size: 1.6rem; font-weight: 800; color: #fff;
  font-family: 'Merriweather', serif; margin-bottom: 10px;
}
.newsletter-text p { color: rgba(255,255,255,0.75); font-size: 0.95rem; }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; flex: 1; min-width: 280px; }
.newsletter-form input {
  flex: 1; padding: 12px 16px; border-radius: 8px; border: none;
  font-size: 0.9rem; font-family: 'Inter', sans-serif;
  background: rgba(255,255,255,0.12); color: #fff; border: 1.5px solid rgba(255,255,255,0.25);
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form input:focus { outline: none; border-color: rgba(255,255,255,0.7); }
.newsletter-form button {
  background: #fff; color: var(--blue-700); border: none;
  padding: 12px 22px; border-radius: 8px; font-weight: 700; font-size: 0.875rem;
  cursor: pointer; transition: background 0.2s; white-space: nowrap;
  font-family: 'Inter', sans-serif;
}
.newsletter-form button:hover { background: var(--blue-50); }

/* ─── FOOTER ─── */
.site-footer {
  background: #0f172a; color: rgba(255,255,255,0.75);
  padding: 60px 0 28px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 48px;
}
.footer-brand .logo { color: #fff; margin-bottom: 14px; }
.footer-brand p { font-size: 0.875rem; line-height: 1.7; max-width: 280px; color: rgba(255,255,255,0.55); }
.footer-col h4 { font-size: 0.85rem; font-weight: 700; color: #fff; margin-bottom: 16px; letter-spacing: 0.5px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 0.85rem; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--blue-400, #60a5fa); }
.footer-contact p { font-size: 0.84rem; margin-bottom: 8px; color: rgba(255,255,255,0.55); }
.footer-contact strong { color: rgba(255,255,255,0.85); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.footer-bottom-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom-links a { font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.75); }

/* ─── PAGE HEADER ─── */
.page-header {
  background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 100%);
  padding: 52px 0 48px; color: #fff;
}
.page-header h1 {
  font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800;
  font-family: 'Merriweather', serif; margin-bottom: 12px;
}
.page-header p { color: rgba(255,255,255,0.75); font-size: 1rem; max-width: 580px; }

/* ─── TABS ─── */
.tab-bar { display: flex; gap: 4px; border-bottom: 2px solid var(--border); margin-bottom: 32px; }
.tab-btn {
  padding: 10px 18px; border: none; background: none; cursor: pointer;
  font-size: 0.875rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent; margin-bottom: -2px;
  font-family: 'Inter', sans-serif; transition: color 0.2s, border-color 0.2s;
}
.tab-btn.active, .tab-btn:hover { color: var(--blue-700); border-bottom-color: var(--blue-700); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ─── ACCORDION / FAQ ─── */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0; cursor: pointer; font-weight: 600;
  color: var(--text-primary); font-size: 0.97rem; gap: 16px;
}
.faq-question::after {
  content: '+'; font-size: 1.3rem; color: var(--blue-600);
  flex-shrink: 0; transition: transform 0.3s;
}
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 0 20px; color: var(--text-secondary); font-size: 0.9rem; line-height: 1.7; }
.faq-item.open .faq-answer { display: block; }

/* ─── CALLOUT ─── */
.callout {
  background: linear-gradient(135deg, var(--blue-50), #fff);
  border: 1px solid var(--blue-100); border-radius: var(--radius-lg);
  padding: 36px 40px; text-align: center;
}
.callout h3 { font-size: 1.25rem; font-weight: 800; color: var(--blue-900); margin-bottom: 10px; }
.callout p { color: var(--text-secondary); font-size: 0.93rem; margin-bottom: 20px; }

/* ─── GLOSSARY ─── */
.glossary-letter { font-size: 1.5rem; font-weight: 800; color: var(--blue-700); margin: 32px 0 16px; }
.glossary-term {
  background: var(--bg-white); border-radius: var(--radius);
  border: 1px solid var(--border); padding: 18px 22px; margin-bottom: 12px;
}
.glossary-term dt { font-weight: 700; color: var(--text-primary); margin-bottom: 6px; }
.glossary-term dd { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.65; }

/* ─── POLICY PAGE ─── */
.policy-body { padding: 52px 0 80px; }
.policy-body h2 { font-size: 1.3rem; font-weight: 700; color: var(--text-primary); margin: 36px 0 14px; }
.policy-body h3 { font-size: 1.05rem; font-weight: 700; margin: 24px 0 10px; }
.policy-body p { color: var(--text-secondary); margin-bottom: 16px; line-height: 1.78; font-size: 0.95rem; }
.policy-body ul, .policy-body ol { margin: 12px 0 18px 1.4rem; }
.policy-body li { color: var(--text-secondary); margin-bottom: 8px; font-size: 0.95rem; line-height: 1.65; }
.policy-body table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.875rem; }
.policy-body table th { background: var(--blue-50); padding: 10px 14px; text-align: left; font-weight: 700; color: var(--text-primary); border: 1px solid var(--border); }
.policy-body table td { padding: 10px 14px; border: 1px solid var(--border); color: var(--text-secondary); }
.policy-update { background: var(--gold-100); border: 1px solid #fde68a; border-radius: var(--radius); padding: 14px 18px; margin-bottom: 32px; font-size: 0.875rem; color: var(--gold-600); font-weight: 600; }

/* ─── BUTTONS GENERAL ─── */
.btn-blue {
  background: var(--blue-700); color: #fff; padding: 11px 22px;
  border-radius: 8px; font-weight: 700; font-size: 0.875rem;
  display: inline-block; transition: background 0.2s, transform 0.2s;
}
.btn-blue:hover { background: var(--blue-900); color: #fff; transform: translateY(-1px); }
.btn-outline {
  border: 2px solid var(--blue-600); color: var(--blue-600);
  padding: 9px 20px; border-radius: 8px; font-weight: 600; font-size: 0.875rem;
  display: inline-block; transition: background 0.2s, color 0.2s;
}
.btn-outline:hover { background: var(--blue-600); color: #fff; }

/* ─── TAG/FILTER ROW ─── */
.tag-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.tag-pill {
  padding: 6px 16px; border-radius: 20px; font-size: 0.8rem; font-weight: 600;
  border: 1.5px solid var(--border); color: var(--text-secondary);
  cursor: pointer; transition: 0.2s; background: var(--bg-white);
}
.tag-pill:hover, .tag-pill.active { background: var(--blue-700); color: #fff; border-color: var(--blue-700); }

/* ─── TIMELINE ─── */
.timeline { position: relative; padding-left: 28px; }
.timeline::before { content:''; position:absolute; left:9px; top:4px; bottom:4px; width:2px; background: var(--border); }
.timeline-item { position: relative; margin-bottom: 28px; }
.timeline-dot {
  position: absolute; left: -28px; top: 4px;
  width: 16px; height: 16px; background: var(--blue-600);
  border-radius: 50%; border: 3px solid var(--bg);
}
.timeline-item h4 { font-size: 0.95rem; font-weight: 700; color: var(--text-primary); margin-bottom: 5px; }
.timeline-item p { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.6; }
.timeline-item time { font-size: 0.77rem; color: var(--text-muted); font-weight: 600; display: block; margin-bottom: 5px; }

/* ─── NEWS TICKER ─── */
.ticker-bar {
  background: var(--blue-900); color: rgba(255,255,255,0.9);
  padding: 9px 0; font-size: 0.82rem; overflow: hidden; white-space: nowrap;
}
.ticker-inner { display: inline-block; animation: ticker 38s linear infinite; }
.ticker-item { display: inline-block; margin-right: 56px; }
.ticker-item strong { color: #93c5fd; }
@keyframes ticker { 0%{transform:translateX(100vw)} 100%{transform:translateX(-100%)} }

/* ─── MOBILE ─── */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  section { padding: 52px 0; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .article-featured { grid-template-columns: 1fr; }
  .article-featured-img img { min-height: 220px; }
  .main-nav { display: none; }
  .main-nav.open { display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--bg-white); border-bottom: 1px solid var(--border); padding: 12px 20px 20px; gap: 2px; box-shadow: var(--shadow-md); z-index: 99; }
  .hamburger { display: block; }
  .header-cta { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .hero-stats { gap: 24px; }
  .article-body { grid-template-columns: 1fr; }
  .newsletter-inner { flex-direction: column; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
}
