/*
Theme Name: Forensic Fraud News
Theme URI: https://forensicfraudnews.com
Author: Forensic Fraud News
Author URI: https://forensicfraudnews.com
Description: Custom theme for Forensic Fraud News — independent investigative journalism focused on financial fraud, cybercrime, and deceptive practices. Navy and gold color palette designed for trust and editorial authority.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forensic-fraud-news
Tags: news, magazine, two-columns, custom-menu, featured-images, threaded-comments
*/

/* ===================================================================
   FORENSIC FRAUD NEWS — Main Stylesheet
   Colors: Deep Navy (trust/authority) + Gold (credibility/alert)
   Typography: Playfair Display (headlines) + Inter (body)
   =================================================================== */

:root {
  --navy:        #0D1F42;
  --navy-mid:    #162B58;
  --navy-light:  #1E3A75;
  --gold:        #C9A84C;
  --gold-light:  #DFBC72;
  --gold-dark:   #A88630;
  --white:       #FFFFFF;
  --off-white:   #F7F9FC;
  --gray-50:     #F4F6FA;
  --gray-100:    #EAECF2;
  --gray-200:    #D1D7E3;
  --gray-400:    #9CA8BE;
  --gray-600:    #64718A;
  --text:        #111827;
  --text-light:  #4B5A72;
  --red:         #B91C1C;
  --red-bright:  #DC2626;
  --shadow-sm:   0 1px 3px rgba(13,31,66,0.08), 0 1px 2px rgba(13,31,66,0.05);
  --shadow-md:   0 4px 12px rgba(13,31,66,0.10), 0 2px 4px rgba(13,31,66,0.06);
  --shadow-lg:   0 10px 28px rgba(13,31,66,0.13), 0 4px 8px rgba(13,31,66,0.07);
  --radius:      4px;
  --radius-md:   8px;
  --radius-lg:   12px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--off-white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ===== LAYOUT ===== */
.container       { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.container-wide  { max-width: 1440px; margin: 0 auto; padding: 0 28px; }
.container-narrow{ max-width: 800px;  margin: 0 auto; padding: 0 28px; }

/* ===== TOP BAR ===== */
.top-bar {
  background: #080F1F;
  padding: 7px 0;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11.5px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.3px;
}
.top-bar a { color: var(--gold-light); transition: color .2s; }
.top-bar a:hover { color: var(--gold); }
.top-bar-right { display: flex; align-items: center; gap: 18px; }
.date-tag {
  background: var(--navy-mid);
  color: rgba(255,255,255,0.6);
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 10.5px;
  letter-spacing: 0.4px;
}

/* ===== SITE HEADER ===== */
.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 16px;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.logo-icon { width: 48px; height: 52px; flex-shrink: 0; }
.logo-text-wrap { display: flex; flex-direction: column; gap: 2px; }
.logo-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: 20px;
  color: var(--white);
  letter-spacing: 0.3px;
  line-height: 1.15;
}
.logo-subtitle {
  font-size: 8.5px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.header-contact-label {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
}
.header-contact-value {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

/* ===== NAVIGATION ===== */
.site-nav {
  background: rgba(0,0,0,0.22);
  border-top: 1px solid rgba(255,255,255,0.07);
}
.nav-list {
  display: flex;
  align-items: stretch;
}
.nav-list li a {
  display: block;
  padding: 13px 22px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.72);
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color .2s, background .2s;
  position: relative;
  white-space: nowrap;
}
.nav-list li a:hover { color: var(--gold); background: rgba(255,255,255,0.04); }
.nav-list li a.active,
.nav-list li.current-menu-item > a,
.nav-list li.current_page_item > a,
.nav-list li.current-menu-parent > a,
.nav-list li.current-menu-ancestor > a { color: var(--gold); }
.nav-list li a.active::after,
.nav-list li.current-menu-item > a::after,
.nav-list li.current_page_item > a::after,
.nav-list li.current-menu-parent > a::after,
.nav-list li.current-menu-ancestor > a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gold);
}
.nav-list li.nav-donate.current-menu-item > a::after,
.nav-list li.nav-donate.current_page_item > a::after { display: none; }
/* WordPress core helpers */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--gray-600); text-align: center; padding: 8px 0; font-style: italic; }
.screen-reader-text { position: absolute; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.sticky, .gallery-caption, .bypostauthor { /* WP required classes */ }
.post-password-form input[type="password"] { padding: 10px; border: 1px solid var(--gray-200); border-radius: var(--radius); }
.nav-donate a {
  background: var(--gold) !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
}
.nav-donate a:hover { background: var(--gold-light) !important; }
.nav-donate a.active::after { display: none; }

/* ===== BREAKING TICKER ===== */
.breaking-ticker {
  background: var(--red-bright);
  overflow: hidden;
  padding: 9px 0;
}
.ticker-inner { display: flex; align-items: center; }
.ticker-label {
  background: var(--navy);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 4px 16px;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 2px;
}
.ticker-track { overflow: hidden; flex: 1; }
.ticker-content {
  display: flex;
  gap: 80px;
  white-space: nowrap;
  animation: ticker 50s linear infinite;
}
.ticker-content span {
  font-size: 12.5px;
  color: var(--white);
  font-weight: 500;
  flex-shrink: 0;
}
.ticker-content span::before { content: '◆  '; opacity: 0.65; font-size: 8px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== FEATURED HERO ===== */
.featured-hero {
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
}
.featured-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  min-height: 420px;
}
.hero-text-side {
  padding: 48px 48px 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--gray-100);
}
.hero-image-side {
  background: linear-gradient(160deg, var(--navy-mid) 0%, var(--navy) 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image-side::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg, transparent, transparent 30px,
    rgba(255,255,255,0.015) 30px, rgba(255,255,255,0.015) 60px
  );
}
.hero-exclusive-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 14px;
  width: fit-content;
}
.hero-category-line {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-category-line::before {
  content: '';
  display: block;
  width: 24px; height: 2px;
  background: var(--gold);
}
.hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 18px;
}
.hero-excerpt {
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.72;
  margin-bottom: 26px;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--gray-600);
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.hero-meta .author { font-weight: 700; color: var(--navy); }
.hero-meta-sep { color: var(--gray-200); }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--navy);
  color: var(--white);
  padding: 13px 26px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  border-radius: var(--radius);
  transition: background .2s, transform .15s, box-shadow .2s;
  width: fit-content;
  cursor: pointer;
}
.btn-primary:hover {
  background: var(--navy-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(13,31,66,0.25);
}
.btn-primary svg { transition: transform .2s; }
.btn-primary:hover svg { transform: translateX(4px); }

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--navy);
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: var(--radius);
  transition: background .2s, transform .15s;
  width: fit-content;
  cursor: pointer;
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--navy);
  color: var(--navy);
  padding: 11px 22px;
  font-size: 13px;
  font-weight: 600;
  border-radius: var(--radius);
  transition: all .2s;
}
.btn-outline:hover { background: var(--navy); color: var(--white); }

/* ===== SECTION HEADERS ===== */
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--navy);
}
.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
}
.section-link {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--gold-dark);
  transition: color .2s;
}
.section-link:hover { color: var(--navy); border-bottom-color: var(--navy); }

/* ===== NEWS CARDS GRID ===== */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.news-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
  transition: box-shadow .25s, transform .2s;
  display: flex;
  flex-direction: column;
}
.news-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.card-image {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-mid), var(--navy));
  display: flex; align-items: center; justify-content: center;
}
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.card-image-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,31,66,0.7) 0%, transparent 50%);
}
.card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.card-category {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 9px;
  display: block;
}
.card-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
  color: var(--text);
  margin-bottom: 10px;
  transition: color .2s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card:hover .card-headline { color: var(--navy-mid); }
.card-excerpt {
  font-size: 13.5px;
  color: var(--text-light);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--gray-100);
  font-size: 11.5px;
  color: var(--gray-600);
}
.card-footer .author { font-weight: 600; }
.card-read-more {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--navy);
  display: flex; align-items: center; gap: 4px;
  transition: color .2s;
}
.card-read-more:hover { color: var(--gold-dark); }

/* ===== NEWS LIST ===== */
.news-list { display: flex; flex-direction: column; }
.news-list-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--gray-100);
  align-items: start;
}
.news-list-item:first-child { padding-top: 0; }
.news-list-item:last-child { border-bottom: none; }
.list-img {
  width: 130px;
  height: 86px;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-mid), var(--navy));
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.list-category {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  display: block;
  margin-bottom: 5px;
}
.list-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
  margin-bottom: 7px;
  transition: color .2s;
  display: block;
}
.list-headline:hover { color: var(--navy-mid); }
.list-excerpt { font-size: 13px; color: var(--text-light); line-height: 1.6; }
.list-meta {
  font-size: 11px;
  color: var(--gray-400);
  margin-top: 6px;
}

/* ===== MAIN TWO-COLUMN LAYOUT ===== */
.main-layout {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 44px;
  padding: 44px 0 60px;
  align-items: start;
}

/* ===== SIDEBAR ===== */
.sidebar-widget {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
}
.sidebar-widget:last-child { margin-bottom: 0; }
.widget-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 18px;
  padding-bottom: 11px;
  border-bottom: 2px solid var(--navy);
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget-title svg { color: var(--gold); flex-shrink: 0; }

/* Trending widget */
.trending-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--gray-100);
  align-items: flex-start;
}
.trending-item:first-child { padding-top: 0; }
.trending-item:last-child { border-bottom: none; padding-bottom: 0; }
.trend-num {
  font-size: 26px;
  font-weight: 900;
  color: var(--gray-200);
  line-height: 1;
  font-family: 'Playfair Display', serif;
  flex-shrink: 0;
  width: 30px;
}
.trend-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text);
  display: block;
  transition: color .2s;
}
.trend-title:hover { color: var(--navy-mid); }
.trend-date { font-size: 11px; color: var(--gray-400); margin-top: 3px; }

/* Alert widget */
.widget-alert {
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-light) 100%);
  border: none;
}
.widget-alert .widget-title {
  color: var(--gold-light);
  border-bottom-color: rgba(201,168,76,0.3);
}
.alert-body {
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin-bottom: 18px;
}
.btn-alert {
  display: block;
  text-align: center;
  background: var(--gold);
  color: var(--navy);
  padding: 11px 16px;
  font-size: 12.5px;
  font-weight: 700;
  border-radius: var(--radius);
  transition: background .2s;
}
.btn-alert:hover { background: var(--gold-light); }

/* ===== BADGES ===== */
.badge {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 3px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.badge-red   { background: var(--red);        color: white; }
.badge-navy  { background: var(--navy);        color: white; }
.badge-gold  { background: var(--gold);        color: var(--navy); }
.badge-green { background: #065f46;            color: white; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background: linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 55%, #1a4080 100%);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 50px,
    rgba(255,255,255,0.012) 50px, rgba(255,255,255,0.012) 100px
  );
  pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 1; }
.page-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(201,168,76,0.14);
  border: 1px solid rgba(201,168,76,0.28);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  width: fit-content;
}
.page-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 900;
  color: var(--white);
  line-height: 1.18;
  margin-bottom: 16px;
}
.page-hero-subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  line-height: 1.68;
  max-width: 620px;
}

/* ===== CONTENT PAGE ===== */
.content-page { padding: 60px 0 80px; }
.content-block {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 44px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
  margin-bottom: 32px;
}
.content-block h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.content-block p {
  font-size: 16px;
  line-height: 1.78;
  color: var(--text-light);
  margin-bottom: 18px;
  max-width: 780px;
}
.content-block p:last-child { margin-bottom: 0; }

/* Values grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.value-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s, transform .2s;
}
.value-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.value-icon {
  width: 56px; height: 56px;
  background: linear-gradient(145deg, var(--navy), var(--navy-light));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 4px 14px rgba(13,31,66,0.18);
}
.value-icon svg { color: var(--gold); }
.value-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
.value-desc { font-size: 14px; color: var(--text-light); line-height: 1.63; }

/* Team grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.team-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  padding: 30px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s;
}
.team-card:hover { box-shadow: var(--shadow-md); }
.team-avatar {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--navy), var(--navy-light));
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  font-weight: 900;
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  box-shadow: 0 4px 14px rgba(13,31,66,0.2);
}
.team-name {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.team-role {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.team-bio { font-size: 13px; color: var(--text-light); line-height: 1.58; }

/* ===== DONATE PAGE ===== */
.donate-hero {
  background: linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 72px 0;
  text-align: center;
}
.donate-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 18px;
  line-height: 1.15;
}
.donate-hero-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  line-height: 1.68;
  max-width: 580px;
  margin: 0 auto;
}
.donate-section { padding: 64px 0 80px; }
.donate-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 52px 44px;
  box-shadow: var(--shadow-lg);
  text-align: center;
  border: 1px solid var(--gray-100);
  max-width: 580px;
  margin: 0 auto 36px;
}
.eth-icon-wrap {
  width: 76px; height: 76px;
  background: linear-gradient(145deg, #5470de, #3b5bdb);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px;
  box-shadow: 0 8px 24px rgba(59,91,219,0.25);
  font-size: 34px;
  line-height: 1;
}
.donate-method-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.donate-method-desc {
  font-size: 15px;
  color: var(--text-light);
  margin-bottom: 28px;
  line-height: 1.6;
}
.eth-address-box {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  margin-bottom: 22px;
  text-align: left;
}
.eth-label-sm {
  display: block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 7px;
}
.eth-address-text {
  font-family: 'Courier New', Consolas, monospace;
  font-size: 12.5px;
  color: var(--text);
  font-weight: 600;
  word-break: break-all;
  line-height: 1.5;
}
.copy-address-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--navy);
  color: var(--white);
  border: none;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 600;
  border-radius: var(--radius);
  cursor: pointer;
  margin-top: 12px;
  transition: background .2s;
  font-family: inherit;
}
.copy-address-btn:hover { background: var(--navy-light); }
.qr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}
#qrcode {
  padding: 10px;
  background: white;
  border: 2px solid var(--gray-100);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  margin-bottom: 8px;
}
#qrcode canvas, #qrcode img { display: block; }
.qr-network-tag {
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-400);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.impact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 680px;
  margin: 0 auto;
}
.impact-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  padding: 26px 18px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.impact-num {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 8px;
}
.impact-num span { color: var(--gold); }
.impact-label { font-size: 13px; color: var(--text-light); line-height: 1.4; }

/* ===== ARTICLE / FULL REPORT ===== */
.article-header {
  background: var(--white);
  padding: 52px 0 0;
  border-bottom: 1px solid var(--gray-100);
}
.article-cat-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.article-cat {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
}
.article-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.18;
  color: var(--text);
  margin-bottom: 22px;
  max-width: 860px;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12.5px;
  color: var(--gray-600);
  padding: 18px 0;
  border-top: 1px solid var(--gray-100);
  flex-wrap: wrap;
}
.article-meta .author { font-weight: 700; color: var(--navy); }
.read-time {
  background: var(--gray-100);
  padding: 3px 11px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-600);
}
.article-body { background: var(--white); padding: 44px 0 72px; }
.article-content { max-width: 760px; }
.article-content p {
  font-size: 17px;
  line-height: 1.82;
  color: var(--text-light);
  margin-bottom: 22px;
}
.article-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 27px;
  font-weight: 700;
  color: var(--navy);
  margin: 36px 0 14px;
}
.article-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin: 26px 0 12px;
}
.article-content blockquote {
  border-left: 4px solid var(--gold);
  padding: 18px 26px;
  margin: 30px 0;
  background: var(--gray-50);
  font-style: italic;
  font-size: 19px;
  color: var(--navy);
  font-family: 'Playfair Display', serif;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.article-content ul {
  list-style: none;
  margin: 0 0 22px;
}
.article-content ul li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-light);
  padding: 5px 0 5px 22px;
  position: relative;
}
.article-content ul li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 8px;
  top: 11px;
}

/* ===== CATEGORY FILTER TABS ===== */
.filter-tabs {
  display: flex;
  gap: 0;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 32px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.filter-tab {
  flex: 1;
  padding: 11px 16px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: center;
  color: var(--text-light);
  cursor: pointer;
  transition: background .2s, color .2s;
  border-right: 1px solid var(--gray-200);
}
.filter-tab:last-child { border-right: none; }
.filter-tab:hover { background: var(--gray-50); color: var(--navy); }
.filter-tab.active { background: var(--navy); color: var(--white); }

/* ===== NEWSLETTER / CTA STRIP ===== */
.cta-strip {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 52px 0;
}
.cta-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta-strip-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.cta-strip-text p {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}
.cta-strip-form {
  display: flex;
  gap: 0;
  flex-shrink: 0;
  max-width: 420px;
  width: 100%;
}
.cta-strip-form input {
  flex: 1;
  padding: 12px 18px;
  font-size: 13.5px;
  border: 2px solid rgba(255,255,255,0.15);
  border-right: none;
  border-radius: var(--radius) 0 0 var(--radius);
  background: rgba(255,255,255,0.09);
  color: var(--white);
  outline: none;
  font-family: inherit;
}
.cta-strip-form input::placeholder { color: rgba(255,255,255,0.4); }
.cta-strip-form input:focus { border-color: var(--gold); background: rgba(255,255,255,0.13); }
.cta-strip-form button {
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0 var(--radius) var(--radius) 0;
  cursor: pointer;
  transition: background .2s;
  font-family: inherit;
  white-space: nowrap;
}
.cta-strip-form button:hover { background: var(--gold-light); }

/* ===== FOOTER ===== */
.site-footer {
  background: #080F1F;
  color: rgba(255,255,255,0.55);
  padding: 56px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-about p {
  font-size: 13px;
  line-height: 1.72;
  color: rgba(255,255,255,0.45);
  margin: 18px 0 22px;
}
.footer-social { display: flex; gap: 10px; }
.social-icon {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.07);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: background .2s, color .2s;
}
.social-icon:hover { background: var(--gold); color: var(--navy); }
.footer-col-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.footer-links li { padding: 5px 0; }
.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  transition: color .2s;
}
.footer-links a:hover { color: var(--white); }
.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11.5px;
  color: rgba(255,255,255,0.28);
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom a { color: rgba(255,255,255,0.4); }
.footer-bottom a:hover { color: var(--gold); }

/* ===== COMMENTS ===== */
.ffn-comments {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--gray-100);
}
.ffn-comments-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.ffn-comment-list,
.ffn-comment-list .children {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}
.ffn-comment-list .children {
  margin-left: 24px;
  margin-top: 18px;
  padding-left: 18px;
  border-left: 2px solid var(--gray-100);
}
.ffn-comment {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--gray-100);
  list-style: none;
}
.ffn-comment:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ffn-comment-body {
  display: block;
}
.ffn-comment-content {
  background: var(--gray-50);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  border: 1px solid var(--gray-100);
}
.ffn-comment-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.ffn-comment-author {
  font-weight: 700;
  color: var(--navy);
  font-size: 14.5px;
}
.ffn-comment-date {
  font-size: 12px;
  color: var(--gray-400);
}
.ffn-comment-pending {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: #fef3c7;
  color: #92400e;
  padding: 2px 8px;
  border-radius: 3px;
}
.ffn-comment-text {
  font-size: 14.5px;
  color: var(--text-light);
  line-height: 1.7;
}
.ffn-comment-text p {
  margin-bottom: 10px;
}
.ffn-comment-text p:last-child { margin-bottom: 0; }
.ffn-comment-reply {
  display: inline-block;
  margin-top: 8px;
}
.ffn-comment-reply a {
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--gold);
}
.ffn-comment-reply a:hover { color: var(--gold-dark); }
.ffn-no-comments {
  font-size: 14px;
  color: var(--gray-600);
  font-style: italic;
  margin-bottom: 32px;
}

/* Comment form */
.comment-respond {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 32px;
  border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
}
.comment-reply-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.comment-reply-title small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-600);
  margin-top: 6px;
  font-family: 'Inter', sans-serif;
}
.comment-reply-title small a {
  color: var(--red);
  border-bottom: 1px solid currentColor;
}
.comment-notes {
  font-size: 13px;
  color: var(--gray-600);
  margin-bottom: 22px;
  line-height: 1.6;
  background: var(--gray-50);
  padding: 12px 16px;
  border-radius: var(--radius);
  border-left: 3px solid var(--gold);
}
.comment-form p {
  margin-bottom: 18px;
}
.comment-form label {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray-600);
  margin-bottom: 7px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 11px 14px;
  font-family: inherit;
  font-size: 14.5px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--text);
  transition: border-color .2s, box-shadow .2s;
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(13,31,66,0.08);
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: var(--gray-400);
}
.comment-form textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.6;
}
.comment-form .submit,
.form-submit input[type="submit"] {
  background: var(--navy);
  color: var(--white);
  border: none;
  padding: 13px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  font-family: inherit;
}
.comment-form .submit:hover,
.form-submit input[type="submit"]:hover {
  background: var(--navy-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(13,31,66,0.2);
}
.logged-in-as {
  font-size: 12.5px;
  color: var(--gray-600);
  margin-bottom: 18px;
}
.logged-in-as a {
  color: var(--navy);
  font-weight: 600;
}

@media (max-width: 768px) {
  .comment-respond { padding: 22px; }
  .ffn-comment-list .children { margin-left: 0; padding-left: 12px; }
}

/* ===== DIVIDERS & UTILS ===== */
.divider { border: none; border-top: 1px solid var(--gray-100); margin: 40px 0; }
.text-gold  { color: var(--gold-dark); }
.text-navy  { color: var(--navy); }
.text-red   { color: var(--red); }
.mt-0 { margin-top: 0; }
.mb-32 { margin-bottom: 32px; }
.mb-48 { margin-bottom: 48px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .featured-inner { grid-template-columns: 1fr; min-height: auto; }
  .hero-text-side { padding: 44px 0; border-right: none; border-bottom: 1px solid var(--gray-100); }
  .hero-image-side { min-height: 240px; }
  .main-layout { grid-template-columns: 1fr; }
  .sidebar-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .values-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-strip-inner { flex-direction: column; text-align: center; }
  .cta-strip-form { max-width: 100%; }
}
@media (max-width: 768px) {
  .header-inner { flex-direction: column; align-items: flex-start; gap: 10px; padding: 16px 0 12px; }
  .header-contact { display: none; }
  .nav-list li a { padding: 11px 14px; font-size: 11px; }
  .hero-headline { font-size: 28px; }
  .news-grid { grid-template-columns: 1fr; }
  .values-grid, .team-grid { grid-template-columns: 1fr; }
  .impact-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .sidebar-row { grid-template-columns: 1fr; }
  .page-hero-title { font-size: 30px; }
  .article-title { font-size: 28px; }
  .content-block { padding: 26px 22px; }
  .donate-card { padding: 32px 22px; }
  .filter-tabs { flex-wrap: wrap; }
  .filter-tab { flex: none; width: 50%; }
}
