/*
ORGANIZED CSS COPY
Suggested section order:
1. Variables and Reset
2. Layout and Containers
3. Header and Navigation
4. Homepage Components
5. Article Page
6. About Page
7. Search
8. Footer
9. Mobile Drawer
10. Responsive Rules
*/

/*
Theme Name: The Humanitarian Voice
Theme URI: https://thehumanitarianvoice.com
Author: The Humanitarian Voice
Description: A news journalism theme for humanitarian reporting. Clean editorial layout with category badges, article grids, podcast sections, and newsletter CTAs.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: humanitarian-voice
Tags: news, journalism, magazine, grid-layout, custom-menu, featured-images
*/

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

:root {
  --color-bg: #ffffff;
  --color-text: #1a1a1a;
  --color-text-muted: #666666;
  --color-border: #e0e0e0;
  --color-accent: #d41654;
  --color-accent-dark: #96281b;
  --color-topbar: #2c2c2c;
  --color-footer-bg: #1a1a1a;
	
  --cat-aid: #e67e22;
  --cat-conflict: #c0392b;
  --cat-media: #8e44ad;
  --cat-health: #27ae60;
  --cat-env: #2980b9;
  --cat-direitos-humanos:        #D81B60;
  --cat-conflitos:               #c0392b;
  --cat-desastres-naturais:      #e67e22;
  --cat-servicos-basicos:        #2980b9;
  --cat-mudancas-climaticas:     #27ae60;
  --cat-assistencia-humanitaria: #8e44ad;
  --cat-sem-categoria:           #888888;
	
	
  --font-serif: 'Georgia', 'Times New Roman', serif;
  --font-sans: 'Helvetica Neue', Arial, sans-serif;
  --max-width: 1200px;
  --gutter: 1.5rem;
}

/*  FIXES*/

#top-space{
margin-top:20px;}

#border-card{
	border-end-end-radius: 5px;border-end-start-radius: 5px;box-shadow: 0 4px 12px rgba(0,0,0,0.30);  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#border-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.40);
  transform: translateY(-2px);
}


#div-inside{
	margin-top:-8px;padding-left:5px;
}
html { font-size: 16px; }
body { font-family: var(--font-sans); color: var(--color-text); background: var(--color-bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--gutter); }

/* TOP BAR */
.site-topbar { background: #1a1a1a; color: #ccc; font-size: 12px; padding: 6px 0; }
.site-topbar .container { display: flex; justify-content: space-between; align-items: center; }
.topbar-links a { color: #ccc; margin-left: 16px; font-size: 12px; }
.topbar-links a:hover { color: #fff; text-decoration: none; }
.topbar-signin a { color: #ccc; }
.topbar-signin a:hover { color: #fff; }
/* GTranslate — horizontal PT/EN */
.topbar-lang .gt-current-lang { color:var(--color-accent) !important; }
.topbar-lang .gt_selector { display: none !important; }

.topbar-lang #gt-res-root,
.topbar-lang .goog-te-gadget { display: none !important; }

/* Força layout horizontal */
.topbar-lang { display: flex; align-items: center; gap: 6px; }

.topbar-lang a {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #aaa !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
.topbar-lang a:hover { color: #fff !important; }
.topbar-lang a.active,
.topbar-lang a[lang="pt"],
.topbar-lang a.gt-current { color: #fff !important; }

/* Separador */
.topbar-lang a + a::before {
  content: '|';
  margin-right: 6px;
  color: #555;
}
/* HEADER */

.site-header-inner { display: flex; align-items: center; justify-content: space-between;    height: 80px; 
}
.header-icons { display: flex; gap: 16px; align-items: center; }
.header-icons button { background: none; border: none; cursor: pointer; color: var(--color-text); font-size: 18px; }
.site-branding { text-align: center; }
.site-title { font-family: var(--font-serif); font-size: 28px; font-weight: 700; line-height: 1.1; letter-spacing: -0.5px; }
/* .site-title span { display: block; font-size: 14px; font-weight: 400; letter-spacing: 0.02em; } */

.site-title a {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.5px;
}
.site-title a:hover { text-decoration: none; }

.logo-the {
  color: #D81B60;
  font-style: italic;
  font-weight: 900;
}
.logo-humanitarian {
  color: #1a1a1a;
  font-weight: 900;
}
.logo-voice {
  color: #29ABE2;
  font-weight: 900;
}
.logo-wave {
  color: #29ABE2;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -4px;
  margin-left: 2px;
  opacity: 0.7;
  align-self: flex-start;
  margin-top: 2px;
}

.mobile-drawer-logo a {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-decoration: none;
}

/*  */

.header-right {
  display: flex;
  align-items: center;
  gap: 8px;

}

.header-secondary-nav ul {
  display: flex;
  gap: 0;
}

.header-secondary-nav ul li a {
  font-size: 11px;
  font-weight: 500;
  color: #000;
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
	
}

.header-secondary-nav ul li a:hover {
  color: var(--color-accent);
  text-decoration: none;
}

@media (max-width: 900px) {
  .header-secondary-nav { display: none; }
}

/* NAV */
.main-navigation { border-top: 1px solid #a8144a; overflow-x: auto;background: #a8144a; color: #fff; padding: 3px;   -webkit-overflow-scrolling: touch; scrollbar-width: none;

}
.main-navigation::-webkit-scrollbar { display: none; }

.main-navigation ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  min-width: max-content;
}
.main-navigation ul li a {
  display: block;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.main-navigation ul li a:hover { text-decoration: underline;     font-weight: 700;}


/* BADGES */
.cat-badge { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 2px 7px; border-radius: 2px; color: #fff; background: var(--color-accent); margin-bottom: 6px;  max-width:180px}
.cat-badge.aid { background: var(--cat-aid); }
.cat-badge.conflict { background: var(--cat-conflict); }
.cat-badge.media { background: var(--cat-media); }
.cat-badge.health { background: var(--cat-health); }
.cat-badge.env { background: var(--cat-env); }

/* HERO */
.hero-section { padding: 24px 0; border-bottom: 1px solid var(--color-border); }
.hero-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 28px; align-items: start; }

/* Artigo principal grande (esquerda) */
.hero-main .hero-image { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.hero-main .hero-content { padding: 14px 0 0; }
.hero-main .hero-type { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--color-text-muted); margin-bottom: 6px; }
.hero-main h2 { font-family: var(--font-serif); font-size: 26px; line-height: 1.25; font-weight: 700; margin-bottom: 10px; }
.hero-main .hero-excerpt { font-size: 15px; color: var(--color-text-muted); line-height: 1.5; }

/* Sidebar: 2 artigos empilhados com imagem grande (direita) */
.hero-sidebar { display: flex; flex-direction: column; gap: 0; }

.hero-side-article {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.hero-side-article:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

/* Imagem grande ocupa toda a largura */
.side-thumb-link { display: block; }
.hero-side-article img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

/* Texto abaixo da imagem */
.hero-side-article .side-content {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Badge + tipo + data na mesma linha */
.hero-side-article .side-content .cat-badge {
  margin-bottom: 4px;
}
.side-meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.side-type {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text);
}
.side-date {
  font-size: 12px;
  color: var(--color-text-muted);
}

.hero-side-article h3 {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.hero-side-article h3 a:hover { text-decoration: underline; }

/* SECTION HEADER */
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--color-text); }
.section-header h2 { font-size: 18px; font-weight: 700; letter-spacing: -0.2px; }
.section-header .view-all { font-size: 13px; color: var(--color-accent); font-weight: 600; }

/* ARTICLE CARD */
.article-card { display: flex; flex-direction: column; }
.article-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; margin-bottom: 10px; }
.article-card h3 { font-family: var(--font-serif); font-size: 14px; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.article-card .article-meta { font-size: 12px; color: var(--color-text-muted); margin-top: auto; }

/* CURRENT COVERAGE */
.current-coverage { padding: 32px 0; border-bottom: 1px solid var(--color-border); }
.coverage-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }

/* PODCASTS */
.latest-podcasts { padding: 32px 0; border-bottom: 1px solid var(--color-border); }
.podcasts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.podcast-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; margin-bottom: 10px; }
.podcast-card h3 { font-size: 14px; font-weight: 700; line-height: 1.3; margin-bottom: 6px; }
.podcast-card .podcast-meta { font-size: 12px; color: var(--color-text-muted); }

/* NEWSLETTER */
.newsletter-section { background: var(--color-accent); color: #fff; padding: 40px 0; text-align: center; }
.newsletter-section h2 { font-size: 22px; font-weight: 700; margin-bottom: 20px; }
.newsletter-form { display: flex; max-width: 480px; margin: 0 auto; }
.newsletter-form input[type="email"] { flex: 1; padding: 11px 16px; border: none; font-size: 14px; outline: none; }
.newsletter-form button { background: var(--color-accent-dark); color: #fff; border: none; padding: 11px 24px; font-size: 14px; font-weight: 700; cursor: pointer; text-transform: uppercase; letter-spacing: 0.05em; }
.newsletter-form button:hover { background: #7b1d13; }

/* OPINIONS */
.opinions-section { padding: 32px 0; border-bottom: 1px solid var(--color-border); }
.opinions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.opinion-card { display: flex; gap: 14px; align-items: flex-start; }
.opinion-avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0; filter: grayscale(100%); }
.opinion-content h3 { font-size: 14px; font-weight: 700; line-height: 1.3; margin-bottom: 6px; }
.opinion-content .author { font-size: 13px; color: var(--color-text-muted); }

/* EDITORS PICKS */
.editors-picks { padding: 32px 0; border-bottom: 1px solid var(--color-border); }
.picks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pick-card-large img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin-bottom: 12px; }
.pick-card-large h3 { font-family: var(--font-serif); font-size: 20px; font-weight: 700; line-height: 1.3; }
.picks-right { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* MOST POPULAR */
.most-popular { padding: 32px 0; border-bottom: 1px solid var(--color-border); }
.popular-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* MEMBERSHIP */
.membership-section { background: var(--color-topbar); color: #fff; padding: 40px 0; text-align: center; }
.membership-section h2 { font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.membership-section p { font-size: 14px; color: #aaa; max-width: 600px; margin: 0 auto 20px; line-height: 1.6; }
.btn-join { display: inline-block; background: var(--color-accent); color: #fff; padding: 10px 28px; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; }
.btn-join:hover { background: var(--color-accent-dark); text-decoration: none; }

/* FOOTER */
.site-footer { background: var(--color-footer-bg); color: #aaa; padding: 40px 0 20px; }
.footer-tagline { text-align: center; font-size: 13px; color: #888; margin-bottom: 20px; font-style: italic; }
.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 20px; }
.footer-nav a { color: #aaa; font-size: 13px; }
.footer-nav a:hover { color: #fff; text-decoration: none; }
.footer-brand { text-align: center; font-family: var(--font-serif); font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.footer-social { display: flex; justify-content: center; gap: 16px; margin-bottom: 24px; }
.footer-social a { color: #aaa; font-size: 18px; }
.footer-social a:hover { color: #fff; }
.footer-copy { text-align: center; font-size: 11px; color: #666; border-top: 1px solid #333; padding-top: 16px; }
.footer-brand-col img {
	background:#fff;
}

/* SINGLE POST styles moved below to the dedicated ARTICLE PAGE block */

/* RESPONSIVE */
@media (max-width: 900px) {
  .coverage-grid { grid-template-columns: repeat(3, 1fr); }
  .podcasts-grid { grid-template-columns: repeat(2, 1fr); }
  .popular-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hero-grid { grid-template-columns: 1fr; }
  .opinions-grid { grid-template-columns: 1fr; }
  .picks-grid { grid-template-columns: 1fr; }
  .picks-right { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .site-title { font-size: 22px; }
}
@media (max-width: 600px) {
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .popular-grid { grid-template-columns: 1fr; }
}

/* ── Subtítulo de destaque (homepage hero) ── */
.hero-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.55;
  margin-top: 10px;
  padding-left: 12px;
  border-left: 3px solid var(--color-accent);
}

/* ============================================================
   ARTICLE PAGE — single.php (World Vision style layout)
   Only affects the single article reading page.
   ============================================================ */

.article-breadcrumb {
  padding: 16px 0 8px;
  font-size: 13px;
  color: var(--color-text-muted);
}
.article-breadcrumb a { color: var(--color-text-muted); }
.article-breadcrumb a:hover { color: var(--color-accent); text-decoration: none; }
.article-breadcrumb span { margin: 0 6px; }

.article-eyebrow {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-bottom: 24px;
  max-width: 760px;
}

/* TOP: title left (vertically centered) / larger image right */
.article-top {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 24px;
}
.article-top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article-top-left h1 {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.article-top-right img {
  width: 100%;
  aspect-ratio: 26/20;
  object-fit: cover;
}

/* Subtitle highlight box (used only on the single article page) */
.single-subtitle {
  font-size: 17px;
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.6;
  margin-top: 4px;
  padding: 14px 18px;
  border-left: 4px solid var(--color-accent);
  background: #fdf5f5;
  border-radius: 0 4px 4px 0;
}

/* Byline + share row */
.article-byline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 12px;
}
.byline-info { display: flex; flex-direction: column; gap: 2px; }
.byline-author { font-size: 14px; font-weight: 700; }
.byline-date { font-size: 13px; color: var(--color-text-muted); }
.byline-share { display: flex; gap: 8px; }
.share-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #a8144a;
  color: #fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
text-decoration: none!important;
}
.share-btn:hover { background: var(--color-accent-dark); text-decoration: none; }

/* Article body */
.article-body {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
}
.article-body p { margin-bottom: 1.4em; }
.article-body h2 { font-family: var(--font-serif); font-size: 22px; font-weight: 700; margin: 2em 0 0.7em; }
.article-body h3 { font-size: 18px; font-weight: 700; margin: 1.6em 0 0.6em; }
.article-body strong { font-weight: 700; }
.article-body a { color: var(--color-accent); text-decoration: underline; }
.article-body blockquote {
  border-left: 3px solid var(--color-accent);
  padding-left: 20px;
  margin: 24px 0;
  font-style: italic;
  color: var(--color-text-muted);
}
.article-body img { width: 100%; margin: 24px 0; }

/* Tags */
.article-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 32px 0 8px;
  max-width: 900px;
}
.article-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  padding: 4px 12px;
  border-radius: 4px;
}
.article-tag:hover { background: var(--color-accent); color: #fff; text-decoration: none; }
.tag-share {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.tag-share-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right: 4px;
}

.article-divider {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 40px 0;
}

/* RELATED RESOURCES */
.related-resources { padding-bottom: 48px; }
.related-resources h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 24px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.related-card { display: flex; flex-direction: column; }
.related-card-highlight {
  background: #fdf0ea;
  padding: 14px;
  border-radius: 4px;
  margin: -14px;
}
.related-card-highlight h3 a { color: var(--color-accent); }
.related-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin-bottom: 14px; }
.related-card h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
}
.related-excerpt {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin-bottom: 10px;
}
.related-readmore {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-accent);
}
.related-readmore:hover { text-decoration: underline; }

@media (max-width: 768px) {
  .article-top { grid-template-columns: 1fr; }
  .article-top-left h1 { font-size: 26px; }
  .related-grid { grid-template-columns: 1fr; }
  .article-byline { flex-direction: column; align-items: flex-start; }
	.mobile-drawer-nav{flex:0.85!important;}
   .main-navigation { padding: 8px; }
}

/* ============================================================
   ABOUT PAGE — Modern Sidebar Tabs Layout (page-about.php)
   ============================================================ */

/* Hero banner */
.about-hero {
  background: var(--color-topbar);
  color: #fff;
  padding: 48px 0 40px;
  margin-bottom: 0;
}
.about-hero-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-accent);
  margin-bottom: 10px;
}
.about-hero-title {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  max-width: 700px;
  transition: opacity 0.2s;
}

/* Page body */
/* .about-page .container { padding-top: 48px; padding-bottom: 64px; } */

.about-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 64px;
  align-items: start;
}

/* ── Sidebar ── */
.about-sidebar {
  position: sticky;
  top: 32px;
}
.about-sidebar-title {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 14px;
}
.about-sidebar-divider {
  border: none;
  border-top: 2px solid var(--color-text);
  margin-bottom: 8px;
}
.about-nav {
  display: flex;
  flex-direction: column;
}
.about-nav-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-accent);
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
  transition: padding-left 0.15s, color 0.15s;
}
.about-nav-link:hover {
  color: var(--color-accent-dark);
  padding-left: 6px;
  text-decoration: none;
}
.about-nav-link.active {
  color: var(--color-text);
  font-weight: 700;
  padding-left: 10px;
  border-left: 3px solid var(--color-accent);
}

/* ── Content ── */
.about-content {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
}
.about-content-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
  display: none; /* shown in hero instead */
}
.about-content-body p { margin-bottom: 1.5em; }
.about-content-body h2 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  margin: 2em 0 0.7em;
}
.about-content-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 1.6em 0 0.5em;
}
.about-content-body strong { font-weight: 700; }
.about-content-body a { color: var(--color-accent); }
.about-content-body a:hover { text-decoration: underline; }
.about-content-body img { max-width: 100%; margin: 24px 0; border-radius: 4px; }
.about-content-body blockquote {
  border-left: 4px solid var(--color-accent);
  padding: 12px 20px;
  margin: 24px 0;
  background: #fdf5f5;
  font-style: italic;
  color: var(--color-text-muted);
  border-radius: 0 4px 4px 0;
}
.about-content-full { max-width: 760px; margin: 0 auto; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .about-hero-title { font-size: 28px; }
  .about-layout { grid-template-columns: 1fr; gap: 32px; }
  .about-sidebar { position: static; }
  .about-nav { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .about-nav-link {
    border: 1px solid var(--color-accent);
    border-left: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
  }
  .about-nav-link.active {
    background: var(--color-accent);
    color: #fff;
    padding-left: 14px;
    border-left: none;
  }
  .about-nav-link:hover { padding-left: 14px; }
}


/* ============================================================
   ABOUT PAGE — Sidebar Tabs Layout (page-about.php)
   ============================================================ */

.about-page { padding: 48px 0 80px; }

.about-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 64px;
  align-items: start;
}

/* ── Sidebar ── */
.about-sidebar {
  position: sticky;
  top: 32px;
}

.about-sidebar-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}

.about-sidebar-divider {
  border: none;
  border-top: 2px solid var(--color-text);
  margin-bottom: 8px;
}

.about-nav {
  display: flex;
  flex-direction: column;
}

.about-nav-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-accent);
  padding: 10px 12px;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}

.about-nav-link:hover {
  background: #fdf5f5;
  color: var(--color-accent-dark);
  text-decoration: none;
}

.about-nav-link.active {
  background: var(--color-accent);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/* ── Content area ── */
.about-content {
  min-height: 400px;
}

.about-content-title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}

.about-content-body {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
}

.about-content-full {
  max-width: 760px;
  margin: 0 auto;
}

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

.about-content-body h2 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  margin: 2em 0 0.7em;
  color: var(--color-text);
}

.about-content-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 1.6em 0 0.5em;
}

.about-content-body strong { font-weight: 700; }

.about-content-body a {
  color: var(--color-accent);
  text-decoration: none;
}
.about-content-body a:hover { text-decoration: underline; }

.about-content-body img {
  max-width: 100%;
  margin: 24px 0;
  border-radius: 4px;
}

.about-content-body blockquote {
  border-left: 3px solid var(--color-accent);
  padding: 12px 20px;
  margin: 24px 0;
  background: #fdf5f5;
  font-style: italic;
  color: var(--color-text-muted);
  border-radius: 0 4px 4px 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .about-layout {
    grid-template-columns: 220px 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-sidebar { position: static; }
  .about-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .about-nav-link {
    font-size: 13px;
    padding: 6px 14px;
    border: 1px solid var(--color-accent);
  }
  .about-content-title { font-size: 24px; }
}
/* ============================================================
   MOBILE DRAWER MENU — slide da esquerda para a direita
   ============================================================ */

/* Overlay escuro atrás do drawer */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mobile-menu-overlay.open {
  display: block;
  opacity: 1;
}

/* Drawer — começa fora do ecrã à esquerda */
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background: #fff;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 24px rgba(0,0,0,0.12);
/*   overflow-y: auto; */
  overflow: visible;
}
.mobile-drawer.open {
  transform: translateX(0);
}

/* Header do drawer */
.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 16px;
  border-bottom: 1px solid var(--color-border);
}

/* Botão X de fechar dentro do drawer */
.mobile-drawer-close {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: relative;
  padding: 0;
  flex-shrink: 0;
}
.mobile-drawer-close span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-text);
  position: absolute;
  left: 5px;
  top: 15px;
  border-radius: 2px;
}
.mobile-drawer-close span:first-child {
  transform: rotate(45deg);
}
.mobile-drawer-close span:last-child {
  transform: rotate(-45deg);
}

/* Nav dentro do drawer */

/* ── MOBILE DRAWER NAV ── */
.mobile-drawer-nav {
  flex: 1;
  overflow-y: auto;
  overflow: visible;
}
.mobile-drawer-nav > ul { list-style: none; margin: 0; padding: 0; }
.mobile-drawer-nav li { position: relative; }

.mobile-drawer-nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-border);
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.mobile-drawer-nav > ul > li > a:hover {
  background: #fdf5f5;
  color: var(--color-accent);
}
.mobile-drawer-nav > ul > li:last-child > a { border-bottom: none; }

.drawer-arrow {
  font-size: 16px;
  color: var(--color-text-muted);
  transition: transform 0.25s ease;
  line-height: 1;
}
.has-children.open > a .drawer-arrow {
  transform: rotate(90deg);
}

/* Submenu expande para baixo */
/* Submenu — hover, abre para direita */
.mobile-drawer-nav li { position: relative; }

.drawer-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  background: #2c2c2c;
  z-index: 1002;
  box-shadow: 4px 4px 16px rgba(0,0,0,0.4);
}

.has-children:hover > .drawer-submenu,
.has-children:focus-within > .drawer-submenu {
  display: block;
}

.drawer-submenu li a {
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ccc;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  border-left: none;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.drawer-submenu li a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.drawer-submenu li:last-child a { border-bottom: none; }
.drawer-arrow {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1;
  margin-left: auto;
  flex-shrink: 0;
}
.has-children:hover > a .drawer-arrow { color: #fff; }
.has-children:hover > a { background: #2c2c2c; color: #fff; }

/* Footer do drawer */
.mobile-drawer-footer {
  padding: 20px 24px;
  border-top: 1px solid var(--color-border);
  flex-shrink: 0;
  margin-top: auto;
}
.mobile-drawer-signin {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-accent);
}

/* ── Botão Hamburger → X animado ── */
.hv-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.hv-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

/* Estado ABERTO: transforma em X */
.hv-menu-btn.open .hv-bar:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.hv-menu-btn.open .hv-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hv-menu-btn.open .hv-bar:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* ============================================================
   SEARCH OVERLAY — abre ao clicar na lupa
   ============================================================ */

.search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 1000;
  align-items: flex-start;
  padding-top: 120px;
}
.search-overlay.open {
  display: flex;
}
.search-overlay-inner {
  max-width: 680px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-overlay-form {
  flex: 1;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}
.search-overlay-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 28px;
  color: #fff;
  font-family: var(--font-serif);
  caret-color: var(--color-accent);
}
.search-overlay-input::placeholder { color: rgba(255,255,255,0.4); }
.search-overlay-submit {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  padding: 0 8px;
}
.search-overlay-submit:hover { color: var(--color-accent); }
.search-overlay-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
}
.search-overlay-close:hover { color: var(--color-accent); }

/* ============================================================
   SEARCH RESULTS PAGE — modern design
   ============================================================ */

.search-page { padding: 0 0 60px; }

.search-page-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* Header */
.search-header {
  padding: 32px 0 20px;
  border-bottom: 1px solid var(--color-border);
}
.search-title-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
.search-title {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
}
.search-header-form {
  flex: 1;
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid var(--color-border);
  padding-bottom: 6px;
}
.search-header-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 17px;
  color: var(--color-text);
  background: transparent;
}
.search-header-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 17px;
  color: var(--color-text-muted);
  padding: 0 6px;
}
.search-header-btn:hover { color: var(--color-accent); }

/* Popular searches */
.search-popular {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.search-popular-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.search-popular-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-accent);
  border: 1.5px solid var(--color-accent);
  padding: 3px 10px;
  border-radius: 3px;
  transition: background 0.15s, color 0.15s;
}
.search-popular-tag:hover {
  background: var(--color-accent);
  color: #fff;
  text-decoration: none;
}

/* Meta bar */
.search-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  gap: 12px;
  flex-wrap: wrap;
}
.search-sort { display: flex; align-items: center; gap: 16px; }
.search-sort-btn {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
  text-transform: uppercase;
}
.search-sort-btn.active {
  color: var(--color-accent);
  border-bottom: 2px solid var(--color-accent);
  padding-bottom: 2px;
}
.search-sort-btn:hover { color: var(--color-accent); text-decoration: none; }

/* Result item */
.search-result-item {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 20px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--color-border);
}
.search-result-item.no-thumb {
  grid-template-columns: 1fr;
}
.search-result-item:last-child { border-bottom: none; }

.search-result-body { display: flex; flex-direction: column; gap: 8px; }

.search-result-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-result-chip {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border-radius: 3px;
}
.search-result-date {
  font-size: 12px;
  color: var(--color-text-muted);
}

.search-result-title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.search-result-title a { color: var(--color-text); }
.search-result-title a:hover { color: var(--color-accent); text-decoration: none; }

.search-result-excerpt {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0;
}

.search-result-thumb { display: block; }
.search-result-thumb img {
  width: 160px;
  height: 110px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* Pagination */
.search-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 32px 0 0;
  flex-wrap: wrap;
}
.search-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: 4px;
}
.search-pagination .page-numbers.current {
  background: var(--color-accent);
  color: #fff;
  border-color: var(--color-accent);
}
.search-pagination .page-numbers:hover:not(.current) {
  border-color: var(--color-accent);
  color: var(--color-accent);
  text-decoration: none;
}
.search-pagination .dots { border: none; color: var(--color-text-muted); }

/* No results */
.search-no-results {
  padding: 60px 0;
  text-align: center;
  color: var(--color-text-muted);
  font-size: 16px;
}

@media (max-width: 640px) {
  .search-result-item { grid-template-columns: 1fr; }
  .search-result-thumb img { width: 100%; height: auto; aspect-ratio: 16/9; }
  .search-title { font-size: 28px; }
  .search-title-row { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ============================================================
   HOMEPAGE — Modern Layout
   ============================================================ */

/* Breaking ticker */
.breaking-ticker {
  background: var(--color-accent);
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 36px;
}
.ticker-label {
  background: var(--color-accent-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.ticker-track-wrap { flex: 1; overflow: hidden; }
.ticker-track {
  display: flex;
  align-items: center;
  animation: hv-ticker 28s linear infinite;
  width: max-content;
}
.ticker-item {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 0 20px;
  white-space: nowrap;
  text-decoration: none;
}
.ticker-item:hover { text-decoration: underline; color: #fff; }
.ticker-sep { color: rgba(255,255,255,0.5); font-size: 12px; }
@keyframes hv-ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Category tabs */
.cat-tabs {
  display: flex;
  gap: 0;
  border-bottom: 0.5px solid var(--color-border);
  margin: 0 0 28px;
  overflow-x: auto;
  scrollbar-width: none;
}
.cat-tabs::-webkit-scrollbar { display: none; }
.cat-tab {
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--color-text-muted);
  cursor: pointer;
  white-space: nowrap;
  transition: color .15s, border-color .15s;
}
.cat-tab:hover { color: var(--color-accent); }
.cat-tab.active {
  color: var(--color-accent);
  border-bottom-color: var(--color-accent);
}

/* Hero grid */
.hp-hero-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  margin-bottom: 40px;
  align-items: start;
}
.hp-featured-img-link img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  margin-bottom: 14px;
}
.hp-featured-content { display: flex; flex-direction: column; gap: 8px; }
.hp-featured-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
}
.hp-featured-title a:hover { color: var(--color-accent); text-decoration: none; }
.hp-featured-sub { font-size: 15px; color: var(--color-text-muted); line-height: 1.6; }
.hp-featured-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--color-text-muted);
  flex-wrap: wrap;
}
.hp-featured-meta .dot { color: var(--color-border); }
.read-time { color: var(--color-accent-blue); font-weight: 600; }

/* Most read */
/* .hp-most-read .section-header { border-bottom-color: var(--color-accent); } */
.most-read-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 0.5px solid var(--color-border);
}
.most-read-item:last-child { border-bottom: none; }
.most-read-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-border);
  line-height: 1;
  flex-shrink: 0;
  width: 28px;
}
.most-read-body h3 { font-size: 13px; font-weight: 700; line-height: 1.35; margin: 4px 0 3px; }
.most-read-body h3 a:hover { color: var(--color-accent); text-decoration: none; }

/* 4-col grid */
.hp-section { margin-bottom: 40px; }
.hp-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hp-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  margin-bottom: 8px;
}
.hp-card h3 { font-family: var(--font-serif); font-size: 14px; font-weight: 700; line-height: 1.35; margin: 6px 0 4px; }
.hp-card h3 a:hover { color: var(--color-accent); text-decoration: none; }
.card-date { font-size: 11px; color: var(--color-text-muted); }

/* Newsletter + Podcast strip */
.hp-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.hp-newsletter-box,
.hp-podcast-box {
  background: var(--color-topbar);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.hp-newsletter-box p { font-size: 14px; font-weight: 500; color: #fff; line-height: 1.5; }
.strip-form { display: flex; gap: 0; }
.strip-form input {
  flex: 1;
  padding: 10px 14px;
  border: none;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.strip-form button {
  background: var(--color-accent);
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  letter-spacing: .04em;
}
.strip-form button:hover { background: var(--color-accent-dark); }
.podcast-strip-inner { display: flex; gap: 14px; align-items: center; }
.podcast-strip-inner img { width: 72px; height: 72px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.podcast-placeholder { width: 72px; height: 72px; background: #333; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.podcast-strip-inner h3 { font-size: 14px; font-weight: 700; color: #fff; line-height: 1.35; margin-bottom: 8px; }
.podcast-strip-inner h3 a { color: #fff; }
.podcast-strip-meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #aaa; }
.play-btn { background: var(--color-accent); color: #fff; border: none; border-radius: 50%; width: 28px; height: 28px; font-size: 11px; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Impact / Nossos trabalhos */
.hp-impact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  padding: 40px;
  background: #f9f5f5;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
.impact-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-accent);
  display: block;
  margin-bottom: 12px;
}
.impact-title {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}
.impact-text { font-size: 15px; color: var(--color-text-muted); line-height: 1.7; margin-bottom: 24px; }
.impact-stats { display: flex; gap: 28px; }
.impact-stat { display: flex; flex-direction: column; gap: 2px; }
.stat-num { font-size: 28px; font-weight: 700; color: var(--color-accent); line-height: 1; }
.stat-label { font-size: 12px; color: var(--color-text-muted); }
.impact-cta-box {
  background: var(--color-topbar);
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}
.impact-cta-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--color-accent); }
.impact-cta-box h3 { font-family: var(--font-serif); font-size: 20px; font-weight: 700; color: #fff; }
.impact-cta-box p { font-size: 14px; color: #aaa; line-height: 1.6; }
.impact-donate-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-accent);
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  margin-top: 4px;
}
.impact-donate-btn:hover { background: var(--color-accent-dark); text-decoration: none; color: #fff; }
.impact-explore-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-accent-blue);
  margin-top: 4px;
}
.impact-explore-btn:hover { text-decoration: underline; }

/* Opinions strip */
.hp-opinions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.opinion-strip-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 0.5px solid var(--color-border);
}
.opinion-strip-card .opinion-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  filter: grayscale(100%);
}
.opinion-strip-card h3 { font-size: 13px; font-weight: 700; line-height: 1.35; margin-bottom: 4px; }
.opinion-strip-card h3 a:hover { color: var(--color-accent); text-decoration: none; }
.opinion-author { display: block; font-size: 12px; font-weight: 600; color: var(--color-accent); margin-bottom: 2px; }

/* ============================================================
   FOOTER — New Design
   ============================================================ */

.footer-cta-bar {
  background: var(--color-accent);
  padding: 28px 0;
}
.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-cta-inner h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.footer-cta-inner p { font-size: 14px; color: rgba(255,255,255,0.8); max-width: 560px; }
.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--color-accent);
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
.footer-cta-btn:hover { background: #f0f0f0; text-decoration: none; color: var(--color-accent); }

.site-footer { background: #111; color: #aaa; padding: 48px 0 0; }

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #333;
}
.footer-logo-text {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.footer-tagline { font-size: 13px; color: #666; margin-bottom: 16px; font-style: italic; }
.footer-social { display: flex; gap: 10px; }
.footer-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #222;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background .15s, color .15s;
}
.footer-social-btn:hover { background: var(--color-accent); color: #fff; text-decoration: none; }

.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}
.footer-col a:hover { color: #fff; text-decoration: none; }

.footer-col-newsletter p { font-size: 13px; color: #666; margin-bottom: 12px; line-height: 1.5; }
.footer-newsletter-form { display: flex; gap: 0; }
.footer-newsletter-form input {
  flex: 1;
  padding: 9px 12px;
  background: #222;
  border: 0.5px solid #333;
  color: #fff;
  font-size: 13px;
  border-radius: 4px 0 0 4px;
  outline: none;
  min-width: 0;
}
.footer-newsletter-form input::placeholder { color: #555; }
.footer-newsletter-form button {
  background: var(--color-accent);
  color: #fff;
  border: none;
  padding: 9px 14px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.footer-newsletter-form button:hover { background: var(--color-accent-dark); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy { font-size: 11px; color: #555; }
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a { font-size: 11px; color: #555; }
.footer-bottom-links a:hover { color: #aaa; text-decoration: none; }

.footer-lang { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #555; }
.lang-btn { font-size: 12px; font-weight: 600; color: #555; }
.lang-btn:hover { color: #fff; text-decoration: none; }
.lang-btn.active { color: var(--color-accent); }

/* Drawer PT/EN */
.drawer-lang {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.drawer-lang-btn { font-size: 13px; font-weight: 700; color: var(--color-text-muted); }
.drawer-lang-btn:hover { color: var(--color-accent); text-decoration: none; }
.drawer-lang-btn.active { color: var(--color-accent); }
.drawer-lang-sep { color: var(--color-border); }

/* Responsive homepage */
@media (max-width: 1024px) {
  .hp-hero-grid { grid-template-columns: 1fr; }
  .hp-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .hp-strip { grid-template-columns: 1fr; }
  .hp-impact { grid-template-columns: 1fr; padding: 24px; }
  .hp-opinions { grid-template-columns: 1fr; }
  .footer-cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 500px) {
  .hp-grid-4 { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .impact-stats { flex-direction: column; gap: 14px; }
}

/* ============================================================
   TOPBAR — PT/EN + Donate
   ============================================================ */
.topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.topbar-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.topbar-lang-btn { color: #aaa; font-size: 12px; font-weight: 600; }
.topbar-lang-btn:hover { color: #fff; text-decoration: none; }
.topbar-lang-btn.active { color: #fff; }
.topbar-lang span { color: #555; }
.topbar-donate-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 3px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.topbar-donate-btn:hover { background: var(--color-accent-dark); text-decoration: none; color: #fff; }
.topbar-signin-link { color: #aaa; font-size: 12px; }
.topbar-signin-link:hover { color: #fff; text-decoration: none; }

/* Header donate button */
.header-donate-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #c196a5;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 4px;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-donate-btn:hover { background: #7f0833; text-decoration: none; color: #fff; }

/* ============================================================
   FOOTER — New Design
   ============================================================ */
.footer-cta-bar {
  background: var(--color-accent);
  padding: 28px 0;
}
.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-cta-inner h3 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.footer-cta-inner p { font-size: 14px; color: rgba(255,255,255,0.8); max-width: 560px; }
.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--color-accent);
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
.footer-cta-btn:hover { background: #f0f0f0; text-decoration: none; color: var(--color-accent); }

.site-footer { background: #111; color: #aaa; padding: 48px 0 0; }
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #333;
}
.footer-logo-text {
  font-family: var(--font-serif);
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.footer-tagline { font-size: 13px; color: #555; margin-bottom: 16px; font-style: italic; }
.footer-social { display: flex; gap: 10px; }
.footer-social-btn {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #222;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background .15s, color .15s;
}
.footer-social-btn:hover { background: var(--color-accent); color: #fff; text-decoration: none; }
.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}
.footer-col a { display: block; font-size: 13px; color: #888; margin-bottom: 8px; }
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer-col-newsletter p { font-size: 13px; color: #555; margin-bottom: 12px; line-height: 1.5; }
.footer-newsletter-form { display: flex; margin-bottom: 16px; }
.footer-newsletter-form input {
  flex: 1;
  padding: 9px 12px;
  background: #222;
  border: 0.5px solid #333;
  color: #fff;
  font-size: 13px;
  border-radius: 4px 0 0 4px;
  outline: none;
  min-width: 0;
}
.footer-newsletter-form input::placeholder { color: #555; }
.footer-newsletter-form button {
  background: var(--color-accent);
  color: #fff;
  border: none;
  padding: 9px 14px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.footer-newsletter-form button:hover { background: var(--color-accent-dark); }
.footer-lang { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #555; }
.lang-btn { font-size: 12px; font-weight: 600; color: #555; }
.lang-btn:hover { color: #fff; text-decoration: none; }
.lang-btn.active { color: var(--color-accent); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy { font-size: 11px; color: #555; }
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a { font-size: 11px; color: #555; }
.footer-bottom-links a:hover { color: #aaa; text-decoration: none; }

/* ============================================================
   NOSSOS TRABALHOS + APELO
   ============================================================ */
.hp-works-section {
  background: #f7f4f4;
  padding: 56px 0;
  margin-top: 0;
}
.hp-works-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}
.works-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 10px;
}
.works-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
.works-desc {
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 560px;
}
.hp-works-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.works-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow .2s;
}
.works-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); text-decoration: none; }
.works-item img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.works-item-body { padding: 10px 12px 14px; display: flex; flex-direction: column; gap: 4px; }
.works-item-body h3 { font-size: 13px; font-weight: 700; line-height: 1.35; color: var(--color-text); }
.works-item:hover h3 { color: var(--color-accent); }
.works-explore-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  border-bottom: 2px solid var(--color-accent);
  padding-bottom: 2px;
}
.works-explore-btn:hover { text-decoration: none; color: var(--color-accent-dark); border-color: var(--color-accent-dark); }

/* Appeal box */
.hp-appeal-box {
  background: var(--color-topbar);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #fff;
  position: sticky;
  top: 24px;
}
.appeal-icon {
  font-size: 28px;
  color: var(--color-accent);
}
.hp-appeal-box h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.hp-appeal-box p { font-size: 14px; color: #aaa; line-height: 1.7; }
.appeal-stats {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-top: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
}
.appeal-stat { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.appeal-stat-num { font-size: 26px; font-weight: 700; color: var(--color-accent); line-height: 1; }
.appeal-stat span:last-child { font-size: 11px; color: #777; text-transform: uppercase; letter-spacing: .05em; }
.appeal-donate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-accent);
  color: #fff;
  padding: 13px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-top: 4px;
}
.appeal-donate-btn:hover { background: #a8144a; text-decoration: none; color: #fff; }
.appeal-about-btn {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-accent-blue);
}
.appeal-about-btn:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 1024px) {
  .hp-works-grid { grid-template-columns: 1fr; }
  .hp-appeal-box { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .hp-works-list { grid-template-columns: 1fr; }
  .footer-cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .header-donate-btn { display: none; }
  .topbar-donate-btn { display: none; }
}
@media (max-width: 500px) {
  .footer-top { grid-template-columns: 1fr; }
  .appeal-stats { gap: 12px; }
}

/* ── Mais lidos com imagem ── */
.most-read-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 0.5px solid var(--color-border);
}
.most-read-item:last-child { border-bottom: none; }
.most-read-thumb { display: block; flex-shrink: 0; }
.most-read-thumb img {
  width: 90px;
  height: 65px;
  object-fit: cover;
  display: block;
  border-radius: 3px;
}
.most-read-body h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin: 4px 0 3px;
}
.most-read-body h3 a:hover { color: var(--color-accent); text-decoration: none; }
.most-read-num { display: none; }

/* ── Artigos em destaque ── */
.hp-highlights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  align-items: start;
  grid-auto-rows: min-content;
}
.hp-highlight-card {
  display: flex;
  flex-direction: column;
}
.hp-highlight-main {
grid-row: 1 / 3;
  align-self: start;
}
.hp-highlight-img { display: block; }
.hp-highlight-main .hp-highlight-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 12px;
}
.hp-highlight-card:not(.hp-highlight-main) {
display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  align-items: start;
  align-self: start;
  height: fit-content;
}
.hp-highlight-card:not(.hp-highlight-main) .hp-highlight-img img {
  width: 100px;
  height: 75px;
  object-fit: cover;
  border-radius: 3px;
}
.hp-highlight-body { display: flex; flex-direction: column; gap: 4px; }
.hp-highlight-main .hp-highlight-body h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.hp-highlight-card:not(.hp-highlight-main) .hp-highlight-body h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.hp-highlight-body h3 a:hover { color: var(--color-accent); text-decoration: none; }
.hp-highlight-excerpt {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 4px 0;
}

/* ── Works section image ── */
.works-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
  margin: 16px 0 20px;
}
.works-image-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f0eded;
  border-radius: 6px;
  border: 2px dashed #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 16px 0 20px;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

@media (max-width: 768px) {
  .hp-highlights-grid { grid-template-columns: 1fr; }
  .hp-highlight-main { grid-row: auto; }
  .hp-highlight-card:not(.hp-highlight-main) { grid-template-columns: 80px 1fr; }
   .mobile-drawer-nav{flex:0.85!important;}
   .main-navigation { padding: 8px; }
	.mobile-drawer-footer{margin-top:70%}
}


.mobile-drawer-donate {
  display: block;
  text-align: center;
  background: #c196a5;
  color: #111222;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 6px;
  letter-spacing: 0.03em;
  transition: background 0.2s;
}
.mobile-drawer-donate:hover {
  background:  #7f0833;
  text-decoration: none;
  color: #fff;
}


.header-donate-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background:  #c196a5;
  color: #111222;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s;
  white-space: nowrap;
}
.header-donate-btn:hover {
  background: #7f0833;
  text-decoration: none;
  color: #fff;
}
/* ==================================================
   CONTACT PAGE
   ================================================== */

.contact-hero {
    background: linear-gradient(135deg,#111,#222);
    color: #fff;
    padding: 90px 0;
    text-align: center;
}

.contact-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    color: var(--color-accent);
    margin-bottom: 15px;
}

.contact-hero h1 {
    font-size: 52px;
    font-family: var(--font-serif);
    margin-bottom: 20px;
}

.contact-hero p {
    max-width: 700px;
    margin: auto;
    color: #bbb;
    font-size: 18px;
    line-height: 1.7;
}

.contact-section {
    padding: 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}

.contact-form-box {
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
}

.contact-form-box h2 {
    font-family: var(--font-serif);
    margin-bottom: 30px;
    font-size: 32px;
}

.contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,.05);
    transition: .3s;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card i {
    font-size: 24px;
    color: var(--color-accent);
    margin-bottom: 15px;
}

.contact-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-card p {
    color: var(--color-text-muted);
    line-height: 1.7;
}

.contact-social {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.contact-social a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--color-accent);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.contact-social a:hover {
    transform: translateY(-3px);
    background: var(--color-accent-dark);
}

.contact-map iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

@media (max-width: 900px) {

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

    .contact-hero h1 {
        font-size: 36px;
    }

    .contact-form-box {
        padding: 30px;
    }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contact-page { padding: 48px 0 80px; }

/* Header */
.contact-header { max-width: 640px; margin-bottom: 48px; }
.contact-label {
  display: block;
  font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--color-accent); margin-bottom: 12px;
}
.contact-title {
  font-family: var(--font-serif);
  font-size: 40px; font-weight: 700;
  line-height: 1.15; margin-bottom: 16px;
}
.contact-intro {
  font-size: 16px; color: var(--color-text-muted); line-height: 1.7;
}

/* Layout */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: start;
}

/* Form wrap */
.contact-form-wrap h2 {
  font-family: var(--font-serif);
  font-size: 22px; font-weight: 700;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--color-text);
}

/* Success / Error */
.contact-success {
  display: flex; align-items: flex-start; gap: 14px;
  background: #edf7ed; border: 1px solid #b2dfb2;
  border-radius: 6px; padding: 20px 24px;
  color: #2e6e2e; margin-bottom: 24px;
}
.contact-success i { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.contact-success strong { display: block; font-size: 15px; margin-bottom: 4px; }
.contact-success p { font-size: 14px; margin: 0; }

.contact-error {
  display: flex; align-items: center; gap: 10px;
  background: #fdf0f0; border: 1px solid #f5c0c0;
  border-radius: 6px; padding: 14px 18px;
  color: var(--color-accent); font-size: 14px;
  margin-bottom: 20px;
}
.contact-error i { font-size: 16px; flex-shrink: 0; }

/* Form */
.contact-form { display: flex; flex-direction: column; gap: 20px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group { display: flex; flex-direction: column; gap: 6px; }

.form-group label {
  font-size: 13px; font-weight: 600;
  color: var(--color-text); letter-spacing: 0.01em;
}
.form-group label span { color: var(--color-accent); margin-left: 2px; }

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  font-size: 15px;
  font-family: var(--font-sans);
  color: var(--color-text);
  background: #fff;
  border: 1.5px solid var(--color-border);
  border-radius: 5px;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(192,57,43,0.08);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #bbb; }
.form-group textarea { resize: vertical; min-height: 140px; line-height: 1.6; }

.contact-submit {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--color-accent); color: #fff;
  border: none; padding: 13px 28px;
  font-size: 15px; font-weight: 700;
  letter-spacing: 0.03em; border-radius: 5px;
  cursor: pointer; transition: background 0.2s;
  align-self: flex-start;
}
.contact-submit:hover { background: var(--color-accent-dark); }

/* Info sidebar */
.contact-info {
  display: flex; flex-direction: column; gap: 0;
  position: sticky; top: 32px;
}

.contact-info-block {
  padding: 22px 0;
  border-bottom: 1px solid var(--color-border);
}
.contact-info-block:first-child { padding-top: 0; }
.contact-info-block:last-child { border-bottom: none; }

.info-icon {
  width: 36px; height: 36px;
  background: #fdf0f0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-accent); font-size: 14px;
  margin-bottom: 10px;
}
.contact-info-block h3 {
  font-size: 14px; font-weight: 700;
  margin-bottom: 6px; color: var(--color-text);
}
.contact-info-block p {
  font-size: 14px; color: var(--color-text-muted); line-height: 1.6;
}
.contact-info-block a {
  font-size: 14px; color: var(--color-accent); font-weight: 500;
}
.contact-info-block a:hover { text-decoration: underline; }
.info-link {
  display: inline-block; margin-top: 6px;
  font-size: 13px; font-weight: 600;
  color: var(--color-accent);
}
.info-link:hover { text-decoration: underline; }

.contact-social { display: flex; gap: 10px; margin-top: 8px; }
.contact-social-btn {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--color-topbar); color: #aaa;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; transition: background .15s, color .15s;
}
.contact-social-btn:hover { background: var(--color-accent); color: #fff; text-decoration: none; }

/* Responsive */
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .contact-info { position: static; }
}
@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .contact-title { font-size: 30px; }
  .contact-submit { width: 100%; justify-content: center; }
}
/* ============================================================
   PRIVACY PAGE
   ============================================================ */

.privacy-page { padding: 48px 0 80px; }

.privacy-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  align-items: start;
}

/* Sidebar nav */
.privacy-sidebar {
  position: sticky;
  top: 32px;
}
.privacy-sidebar h3 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-text);
}
.privacy-nav {
  display: flex;
  flex-direction: column;
}
.privacy-nav a {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-muted);
  padding: 7px 0;
  border-bottom: 0.5px solid var(--color-border);
  transition: color 0.15s;
}
.privacy-nav a:hover {
  color: var(--color-accent);
  text-decoration: none;
}
.privacy-nav a:last-child { border-bottom: none; }

/* Header */
.privacy-header { margin-bottom: 40px; }
.privacy-label {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--color-accent); margin-bottom: 12px;
}
.privacy-header h1 {
  font-family: var(--font-serif);
  font-size: 38px; font-weight: 700;
  line-height: 1.15; margin-bottom: 8px;
}
.privacy-updated {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 24px;
}
.privacy-intro-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fdf5f5;
  border-left: 4px solid var(--color-accent);
  border-radius: 0 6px 6px 0;
  padding: 18px 20px;
}
.privacy-intro-box i {
  font-size: 20px;
  color: var(--color-accent);
  flex-shrink: 0;
  margin-top: 2px;
}
.privacy-intro-box p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-text);
  margin: 0;
}

/* Sections */
.privacy-section {
  padding: 36px 0;
  border-bottom: 0.5px solid var(--color-border);
}
.privacy-section:last-child { border-bottom: none; }

.privacy-section h2 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.privacy-section h2 span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--color-accent);
  background: #fdf0f0;
  padding: 3px 8px;
  border-radius: 3px;
  font-family: var(--font-sans);
}
.privacy-section h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: var(--color-text);
}
.privacy-section p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin-bottom: 14px;
}
.privacy-section p:last-child { margin-bottom: 0; }
.privacy-section p a { color: var(--color-accent); }
.privacy-section p a:hover { text-decoration: underline; }

/* Lists */
.privacy-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0;
}
.privacy-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.6;
}
.privacy-list li i {
  color: var(--color-accent);
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 5px;
}
.privacy-list li strong { color: var(--color-text); }

/* Notice box */
.privacy-notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f0f7ff;
  border-left: 3px solid var(--color-accent-blue);
  border-radius: 0 4px 4px 0;
  padding: 14px 16px;
  margin-top: 16px;
}
.privacy-notice i { color: var(--color-accent-blue); font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.privacy-notice p { font-size: 14px; color: var(--color-text); margin: 0; line-height: 1.6; }

/* Table */
.privacy-table-wrap { overflow-x: auto; margin: 16px 0; }
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.privacy-table th {
  background: var(--color-topbar);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.privacy-table td {
  padding: 12px 16px;
  border-bottom: 0.5px solid var(--color-border);
  color: var(--color-text-muted);
  vertical-align: top;
}
.privacy-table tr:last-child td { border-bottom: none; }
.privacy-table tr:nth-child(even) td { background: #fafafa; }

/* Rights grid */
.privacy-rights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 20px 0;
}
.privacy-right {
  background: #fafafa;
  border: 0.5px solid var(--color-border);
  border-radius: 6px;
  padding: 18px;
}
.privacy-right i {
  font-size: 18px;
  color: var(--color-accent);
  margin-bottom: 10px;
  display: block;
}
.privacy-right h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--color-text);
}
.privacy-right p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin: 0;
}

/* Contact box */
.privacy-contact-box {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 0.5px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}
.privacy-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 0.5px solid var(--color-border);
}
.privacy-contact-item:last-child { border-bottom: none; }
.privacy-contact-item i {
  width: 36px; height: 36px;
  background: #fdf0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  font-size: 14px;
  flex-shrink: 0;
}
.privacy-contact-item div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.privacy-contact-item strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text);
}
.privacy-contact-item span,
.privacy-contact-item a {
  font-size: 13px;
  color: var(--color-text-muted);
}
.privacy-contact-item a:hover { color: var(--color-accent); text-decoration: underline; }

/* Responsive */
@media (max-width: 900px) {
  .privacy-layout { grid-template-columns: 1fr; gap: 32px; }
  .privacy-sidebar { position: static; }
  .privacy-nav { flex-direction: row; flex-wrap: wrap; gap: 0; }
  .privacy-nav a { padding: 6px 12px; border-bottom: none; border-right: 0.5px solid var(--color-border); font-size: 12px; }
}
@media (max-width: 600px) {
  .privacy-header h1 { font-size: 28px; }
  .privacy-rights-grid { grid-template-columns: 1fr; }
  .privacy-section h2 { font-size: 18px; }
}

/* ============================================================
   DONATE PAGE
   ============================================================ */

.donate-page { padding: 0 0 80px; }

/* ── Hero ── */
.donate-hero {
  background: var(--color-topbar);
  padding: 60px 0;
  margin-bottom: 48px;
}
.donate-hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
}
.donate-label {
  display: block;
  font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--color-accent); margin-bottom: 14px;
}
.donate-hero-content h1 {
  font-family: var(--font-serif);
  font-size: 38px; font-weight: 700;
  color: #fff; line-height: 1.2; margin-bottom: 16px;
}
.donate-hero-content > p {
  font-size: 16px; color: #aaa;
  line-height: 1.7; margin-bottom: 32px;
}
.donate-hero-stats {
  display: flex; gap: 32px;
}
.donate-hero-stat {
  display: flex; flex-direction: column; gap: 4px;
}
.donate-hero-stat .stat-num {
  font-size: 30px; font-weight: 700;
  color: var(--color-accent); line-height: 1;
}
.donate-hero-stat span:last-child {
  font-size: 12px; color: #888;
  text-transform: uppercase; letter-spacing: .05em;
}
.donate-hero-image img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 8px;
}
.donate-hero-placeholder {
  width: 100%; aspect-ratio: 4/3;
  background: #333; border-radius: 8px;
  display: flex; align-items: center;
  justify-content: center;
  font-size: 64px; color: var(--color-accent);
}

/* ── Layout ── */
.donate-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

/* ── Form wrap ── */
.donate-form-wrap h2 {
  font-family: var(--font-serif);
  font-size: 24px; font-weight: 700;
  margin-bottom: 6px;
}
.donate-form-desc {
  font-size: 14px; color: var(--color-text-muted);
  margin-bottom: 24px;
}

/* Tipo toggle */
.donate-type-toggle {
  display: flex;
  background: #f4f4f4;
  border-radius: 6px;
  padding: 4px;
  gap: 4px;
  margin-bottom: 28px;
  width: fit-content;
}
.donate-type-btn {
  padding: 8px 24px;
  font-size: 14px; font-weight: 600;
  background: none; border: none;
  border-radius: 4px; cursor: pointer;
  color: var(--color-text-muted);
  transition: background 0.2s, color 0.2s;
}
.donate-type-btn.active {
  background: #fff;
  color: var(--color-accent);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

/* Valores */
.donate-amounts-label {
  font-size: 13px; font-weight: 600;
  color: var(--color-text); margin-bottom: 12px;
}
.donate-amounts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.amount-btn {
  padding: 12px 8px;
  font-size: 15px; font-weight: 700;
  background: #fff;
  border: 1.5px solid var(--color-border);
  border-radius: 6px; cursor: pointer;
  color: var(--color-text);
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.amount-btn:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
.amount-btn.active {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}
.amount-btn.custom {
  font-size: 13px; font-weight: 600;
  color: var(--color-text-muted);
}
.amount-btn.custom.active {
  background: var(--color-topbar);
  border-color: var(--color-topbar);
  color: #fff;
}

/* Custom amount */
.donate-custom-amount {
  margin-bottom: 16px;
}
.donate-custom-amount label {
  display: block;
  font-size: 13px; font-weight: 600;
  margin-bottom: 6px; color: var(--color-text);
}
.donate-custom-amount input {
  width: 100%; padding: 11px 14px;
  font-size: 16px; font-weight: 700;
  border: 1.5px solid var(--color-accent);
  border-radius: 6px; outline: none;
  color: var(--color-text);
}

/* Impact */
.donate-impact {
  display: flex; align-items: center; gap: 10px;
  background: #f0f7ff;
  border-left: 3px solid var(--color-accent-blue);
  border-radius: 0 4px 4px 0;
  padding: 12px 14px;
  margin-bottom: 24px;
}
.donate-impact i { color: var(--color-accent-blue); font-size: 15px; flex-shrink: 0; }
.donate-impact p { font-size: 13px; color: var(--color-text); margin: 0; line-height: 1.5; }

/* Personal */
.donate-personal {
  margin-bottom: 24px;
}
.donate-personal h3 {
  font-size: 16px; font-weight: 700;
  margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}
.donate-anonymous {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--color-text-muted);
  cursor: pointer; margin-top: 8px;
}
.donate-anonymous input { width: 16px; height: 16px; cursor: pointer; accent-color: var(--color-accent); }

/* Methods */
.donate-methods h3 {
  font-size: 16px; font-weight: 700;
  margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}
.donate-methods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.method-card {
  cursor: pointer;
}
.method-card input { display: none; }
.method-card-inner {
  display: flex; flex-direction: column;
  align-items: center; gap: 8px;
  padding: 14px 8px;
  border: 1.5px solid var(--color-border);
  border-radius: 6px;
  font-size: 12px; font-weight: 600;
  color: var(--color-text-muted);
  transition: border-color 0.15s, color 0.15s;
  text-align: center;
}
.method-card.active .method-card-inner {
  border-color: var(--color-accent);
  color: var(--color-accent);
  background: #fdf0f0;
}
.method-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center;
  justify-content: center;
  font-size: 16px; font-weight: 900;
  color: #fff;
}
.mpesa-icon  { background: #e31837; }
.emola-icon  { background: #f7941d; }
.bank-icon   { background: #2c2c2c; font-size: 14px; }
.card-icon   { background: #29ABE2; font-size: 14px; }

/* Instructions */
.method-instructions {
  display: flex; gap: 14px; align-items: flex-start;
  background: #f8f8f8; border-radius: 6px;
  padding: 16px; margin-bottom: 8px;
  border-left: 3px solid var(--color-accent);
}
.method-instructions i {
  font-size: 20px; color: var(--color-accent); flex-shrink: 0;
}
.method-instructions div { display: flex; flex-direction: column; gap: 4px; }
.method-instructions strong { font-size: 14px; font-weight: 700; color: var(--color-text); }
.method-instructions p { font-size: 13px; color: var(--color-text-muted); margin: 0; line-height: 1.5; }
.method-instructions p strong { font-weight: 700; color: var(--color-text); }

/* Textarea */
.donate-form-wrap textarea {
  width: 100%; padding: 11px 14px;
  font-size: 15px; font-family: var(--font-sans);
  border: 1.5px solid var(--color-border);
  border-radius: 5px; outline: none;
  resize: vertical; min-height: 80px;
  transition: border-color 0.2s;
  color: var(--color-text);
}
.donate-form-wrap textarea:focus { border-color: var(--color-accent); }

/* Submit */
.donate-submit-btn {
  display: flex; align-items: center;
  justify-content: center; gap: 12px;
  width: 100%; padding: 16px 24px;
  background: var(--color-accent); color: #fff;
  border: none; border-radius: 8px;
  font-size: 16px; font-weight: 700;
  cursor: pointer; margin-top: 24px;
  transition: background 0.2s;
  letter-spacing: .02em;
}
.donate-submit-btn:hover { background: var(--color-accent-dark); }
.donate-submit-btn i { font-size: 18px; }

.donate-secure {
  display: flex; align-items: center; justify-content: center;
  gap: 6px; font-size: 12px; color: var(--color-text-muted);
  margin-top: 12px;
}
.donate-secure i { font-size: 11px; color: #27ae60; }

/* ── Sidebar ── */
.donate-sidebar { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 24px; }

/* Why donate */
.donate-why {
  background: #f9f9f9; border-radius: 8px; padding: 24px;
}
.donate-why h3 {
  font-family: var(--font-serif);
  font-size: 17px; font-weight: 700;
  margin-bottom: 18px; padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}
.donate-why-list { display: flex; flex-direction: column; gap: 16px; }
.why-item { display: flex; gap: 12px; align-items: flex-start; }
.why-icon {
  width: 34px; height: 34px;
  background: #fdf0f0; border-radius: 50%;
  display: flex; align-items: center;
  justify-content: center;
  color: var(--color-accent); font-size: 13px;
  flex-shrink: 0;
}
.why-item strong { display: block; font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.why-item p { font-size: 12px; color: var(--color-text-muted); margin: 0; line-height: 1.5; }

/* Other ways */
.donate-other-ways {
  border: 0.5px solid var(--color-border);
  border-radius: 8px; overflow: hidden;
}
.donate-other-ways h3 {
  font-size: 13px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 14px 18px; background: #f4f4f4;
  border-bottom: 0.5px solid var(--color-border);
  color: var(--color-text-muted);
}
.other-way-item {
  display: flex; gap: 12px; align-items: center;
  padding: 14px 18px;
  border-bottom: 0.5px solid var(--color-border);
  transition: background 0.15s;
}
.other-way-item:last-child { border-bottom: none; }
.other-way-item:hover { background: #fdf5f5; text-decoration: none; }
.other-way-item i {
  font-size: 16px; color: var(--color-accent);
  width: 20px; flex-shrink: 0; text-align: center;
}
.other-way-item strong { display: block; font-size: 13px; font-weight: 700; color: var(--color-text); }
.other-way-item span { font-size: 12px; color: var(--color-text-muted); }

/* Transparency */
.donate-transparency {
  background: var(--color-topbar); border-radius: 8px; padding: 20px;
}
.donate-transparency > i {
  font-size: 20px; color: var(--color-accent); margin-bottom: 10px; display: block;
}
.donate-transparency h4 {
  font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 16px;
}
.transparency-bar {
  display: flex; border-radius: 4px; overflow: hidden; height: 36px;
}
.t-bar-item {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: #fff; gap: 1px;
}
.t-bar-item span { font-size: 11px; font-weight: 700; }
.t-bar-item small { font-size: 9px; opacity: 0.8; }

/* Responsive */
@media (max-width: 1024px) {
  .donate-layout { grid-template-columns: 1fr; }
  .donate-sidebar { position: static; }
}
@media (max-width: 768px) {
  .donate-hero-inner { grid-template-columns: 1fr; }
  .donate-hero-image { display: none; }
  .donate-hero-content h1 { font-size: 28px; }
  .donate-hero-stats { gap: 20px; }
  .donate-amounts-grid { grid-template-columns: repeat(2, 1fr); }
  .donate-methods-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .donate-amounts-grid { grid-template-columns: repeat(3, 1fr); }
  .donate-type-toggle { width: 100%; }
  .donate-type-btn { flex: 1; }
}



/* ============================================================
   MOST READ PAGE
   ============================================================ */

.most-read-page { padding: 48px 0 80px; }

.most-read-header { margin-bottom: 40px; }
.most-read-label {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--color-accent); margin-bottom: 10px;
}
.most-read-header h1 {
  font-family: var(--font-serif); font-size: 36px;
  font-weight: 700; margin-bottom: 8px;
}
.most-read-header > p {
  font-size: 15px; color: var(--color-text-muted); margin-bottom: 20px;
}

/* Filtros */
.most-read-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-btn {
  display: inline-block; font-size: 12px; font-weight: 600;
  padding: 6px 14px; border-radius: 20px;
  border: 1.5px solid var(--color-border);
  color: var(--color-text-muted);
  transition: all 0.15s;
}
.filter-btn:hover { border-color: var(--color-accent); color: var(--color-accent); text-decoration: none; }
.filter-btn.active { background: var(--color-accent); border-color: var(--color-accent); color: #fff; }

/* Lista */

/* Most read — grid */
.most-read-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.most-read-grid-card {
  display: flex; flex-direction: column;
  background: #fff; border-radius: 6px;

  overflow: hidden; position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}

.most-read-grid-img { display: block; }
.most-read-grid-img img {
  width: 100%; aspect-ratio: 16/10;
  object-fit: cover; display: block;
}
.most-read-no-img {
  width: 100%; aspect-ratio: 16/10;
  background: #f4f4f4; display: flex;
  align-items: center; justify-content: center;
  color: #ccc; font-size: 28px;
}

/* Número do ranking — sobre a imagem */
.most-read-grid-rank {
  position: absolute;
  top: 8px; left: 8px;
  background: var(--color-accent);
  color: #fff;
  font-size: 11px; font-weight: 700;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* Top 3 com cores diferentes */
.most-read-grid-card:nth-child(1) .most-read-grid-rank { background: #D81B60; }
.most-read-grid-card:nth-child(2) .most-read-grid-rank { background: #29ABE2; }
.most-read-grid-card:nth-child(3) .most-read-grid-rank { background: #e67e22; }

.most-read-grid-body {
  padding: 12px 14px 16px;
  display: flex; flex-direction: column; gap: 6px; flex: 1;
}
.most-read-grid-body h2 {
  font-family: var(--font-serif);
  font-size: 14px; font-weight: 700; line-height: 1.35;
}
.most-read-grid-body h2 a { color: var(--color-text); }
.most-read-grid-body h2 a:hover { color: var(--color-accent); text-decoration: none; }
.most-read-grid-meta {
  display: flex; gap: 10px; flex-wrap: wrap;
  font-size: 11px; color: var(--color-text-muted);
  margin-top: auto;
}

/* Responsive */
@media (max-width: 1024px) { .most-read-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 768px)  { .most-read-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 540px)  { .most-read-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 360px)  { .most-read-grid { grid-template-columns: 1fr; } }
/* Paginação */
.most-read-pagination {
  display: flex; justify-content: center;
  gap: 4px; padding-top: 40px; flex-wrap: wrap;
}
.most-read-pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 36px; height: 36px; padding: 0 10px;
  font-size: 13px; font-weight: 500;
  border: 1px solid var(--color-border); border-radius: 4px;
  color: var(--color-text);
}
.most-read-pagination .page-numbers.current {
  background: var(--color-accent); color: #fff; border-color: var(--color-accent);
}
.most-read-pagination .page-numbers:hover:not(.current) {
  border-color: var(--color-accent); color: var(--color-accent); text-decoration: none;
}

.most-read-empty { text-align: center; padding: 60px 0; color: var(--color-text-muted); }

/* Responsive */
@media (max-width: 768px) {
  .most-read-row { grid-template-columns: 36px 100px 1fr; gap: 12px; }
  .most-read-row-thumb img { width: 100px; height: 70px; }
  .most-read-rank { font-size: 20px; }
  .most-read-row-excerpt { display: none; }
}
@media (max-width: 500px) {
  .most-read-row { grid-template-columns: 30px 1fr; }
  .most-read-row-thumb { display: none; }
}