#oe-bancos-centrais{
--green-950:#042A20; --green-900:#063B2E; --green-800:#0B4A3A;
--green-700:#125E49; --green-600:#1B7259; --green-500:#2B8A6C;
--gold-100:#F7EFDB; --gold-200:#EEDFB6; --gold-300:#E5D096; --gold-400:#DBC078;
--gold-500:#CBAA63; --gold-600:#BE9B54; --gold-700:#9C7E42;
--gold-gradient:linear-gradient(135deg,#DBC078 0%,#BE9B54 100%);
--cream-050:#FCFAF6; --cream-100:#F8F4EC; --cream-200:#F0E9DA;
--ink-900:#111512; --ink-800:#1D231F; --ink-700:#333B36; --ink-600:#525C55;
--ink-500:#767F79; --ink-400:#9AA19C; --ink-300:#C2C7C3; --ink-200:#E1E4E1;
--ink-100:#EFF1EF; --white:#FFFFFF;
--success-600:#2F7D5A; --success-100:#E5F1EA;
--warning-600:#B07F2B; --warning-100:#F7EEDC;
--danger-600:#A8402F;  --danger-100:#F6E4E0;
--info-600:#2E6B7A;    --info-100:#E3EEF0;
--bg-page:var(--cream-050); --bg-surface:var(--white); --bg-surface-sunken:var(--cream-100);
--bg-inverse:var(--green-900);
--text-primary:var(--ink-900); --text-secondary:var(--ink-600); --text-tertiary:var(--ink-500);
--text-on-dark:var(--cream-050); --text-on-dark-muted:rgba(252,250,246,.68); --text-gold:var(--gold-600);
--brand-primary:var(--green-900); --brand-accent:var(--gold-600);
--border-subtle:var(--ink-200); --border-default:var(--ink-300); --border-on-dark:rgba(251,248,242,.16);
--focus-ring:var(--gold-500);
--font-sans:inherit;
--fs-display-xl:clamp(2.75rem,4.5vw,4.75rem);
--fs-display-lg:clamp(2.25rem,3.4vw,3.5rem);
--fs-display-md:clamp(1.75rem,2.4vw,2.5rem);
--fs-heading-lg:1.75rem; --fs-heading-md:1.375rem; --fs-heading-sm:1.125rem;
--fs-body-lg:1.125rem; --fs-body-md:1rem; --fs-body-sm:.875rem; --fs-caption:.75rem;
--lh-display:1.05; --lh-heading:1.2; --lh-body:1.6; --lh-caption:1.4;
--ls-display:-0.02em; --ls-heading:-0.01em; --ls-eyebrow:.14em;
--fw-regular:400; --fw-medium:500; --fw-semibold:600; --fw-bold:700; --fw-extrabold:800;
--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;
--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;
--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:999px;
--container-max:1200px;--gutter:24px;
--shadow-sm:0 1px 2px rgba(6,59,46,.06);
--shadow-md:0 4px 16px rgba(6,59,46,.08);
--shadow-lg:0 16px 40px rgba(6,59,46,.12);
--shadow-gold:0 8px 24px rgba(190,155,84,.28);
--ease-standard:cubic-bezier(.4,0,.2,1);--ease-out:cubic-bezier(0,0,.2,1);
--dur-fast:150ms;--dur-med:260ms;--dur-slow:420ms;
}

/* ===== BASE ===== */
#oe-bancos-centrais{font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-page);-webkit-font-smoothing:antialiased;width:100%;max-width:100%;overflow-x:hidden;}
#oe-bancos-centrais *{box-sizing:border-box;}
#oe-bancos-centrais img,#oe-bancos-centrais svg{display:block;max-width:100%;}
#oe-bancos-centrais a{color:inherit;}
#oe-bancos-centrais h2,#oe-bancos-centrais h3,#oe-bancos-centrais h4,#oe-bancos-centrais p,#oe-bancos-centrais ul,#oe-bancos-centrais ol{margin:0;padding:0;}
#oe-bancos-centrais ul,#oe-bancos-centrais ol{list-style:none;}

/* ===== BOTÕES ===== */
#oe-bancos-centrais .oe-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:var(--font-sans);font-weight:var(--fw-semibold);font-size:var(--fs-body-md);
  line-height:1;text-decoration:none;padding:14px 26px;border-radius:var(--radius-sm);
  border:1.5px solid transparent;cursor:pointer;white-space:nowrap;
  transition:transform var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard),background var(--dur-fast),color var(--dur-fast);}
#oe-bancos-centrais .oe-btn:hover{transform:translateY(-1px);text-decoration:none;}
#oe-bancos-centrais .oe-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;}
#oe-bancos-centrais .oe-btn--gold{background:var(--gold-gradient);color:var(--green-950);}
#oe-bancos-centrais .oe-btn--gold:hover{box-shadow:var(--shadow-gold);}
#oe-bancos-centrais .oe-btn--on-dark{background:transparent;border-color:var(--border-on-dark);color:var(--gold-300);}
#oe-bancos-centrais .oe-btn--on-dark:hover{border-color:var(--gold-300);background:rgba(219,192,120,.12);}
#oe-bancos-centrais .oe-btn--on-gold{background:var(--green-900);color:var(--gold-300);border:none;}
#oe-bancos-centrais .oe-btn--on-gold:hover{box-shadow:var(--shadow-md);}
#oe-bancos-centrais .oe-btn--on-gold-ghost{background:transparent;border:1.5px solid var(--green-900);color:var(--green-950);}
#oe-bancos-centrais .oe-btn--on-gold-ghost:hover{background:rgba(6,59,46,.10);}

/* ===== CARD ===== */
#oe-bancos-centrais .oe-card{background:var(--bg-surface);border:1px solid var(--border-subtle);
  border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-6);}
#oe-bancos-centrais .oe-card--hover{transition:border-color var(--dur-fast),transform var(--dur-fast),box-shadow var(--dur-fast);}
#oe-bancos-centrais .oe-card--hover:hover{border-color:var(--gold-400);transform:translateY(-2px);box-shadow:var(--shadow-md);}

/* ===== TAG / EYEBROW ===== */
#oe-bancos-centrais .oe-tag{display:inline-flex;align-items:center;gap:6px;font-size:var(--fs-caption);
  font-weight:var(--fw-semibold);letter-spacing:.04em;text-transform:uppercase;
  padding:4px 10px;border-radius:var(--radius-full);line-height:1.4;}
#oe-bancos-centrais .oe-tag--gold{background:var(--gold-100);color:var(--gold-700);}
#oe-bancos-centrais .oe-eyebrow{font-size:var(--fs-caption);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;
  font-weight:var(--fw-semibold);color:var(--gold-600);}

/* ===== LAYOUT ===== */
#oe-bancos-centrais .oe-wrap{max-width:var(--container-max);margin:0 auto;padding:0 var(--gutter);width:100%;}
#oe-bancos-centrais .oe-section{padding:var(--space-20) 0;width:100%;}
#oe-bancos-centrais .oe-section--alt{background:var(--bg-surface-sunken);}
#oe-bancos-centrais .oe-section-head{max-width:720px;margin-bottom:var(--space-10);}
#oe-bancos-centrais .oe-section-head .oe-eyebrow{display:block;margin-bottom:var(--space-3);}
#oe-bancos-centrais .oe-section-head h2{font-size:var(--fs-display-md);font-weight:var(--fw-extrabold);line-height:var(--lh-heading);letter-spacing:var(--ls-heading);color:var(--brand-primary);margin-bottom:var(--space-3);}
#oe-bancos-centrais .oe-section-head p{font-size:var(--fs-body-lg);color:var(--text-secondary);line-height:var(--lh-body);}

/* ===== FAIXA DE RESPOSTA DIRETA (sem H1 — o título do post é o H1) ===== */
#oe-bancos-centrais .oe-hero{background:var(--brand-primary);color:var(--text-on-dark);padding:var(--space-16) 0;}
#oe-bancos-centrais .oe-hero .oe-eyebrow{color:var(--gold-300);display:block;margin-bottom:var(--space-4);}
#oe-bancos-centrais .oe-hero__lead{font-size:var(--fs-body-lg);line-height:var(--lh-body);color:var(--text-on-dark);max-width:820px;margin-bottom:var(--space-4);}
#oe-bancos-centrais .oe-hero__lead strong{color:var(--gold-300);font-weight:var(--fw-bold);}
#oe-bancos-centrais .oe-hero__note{font-size:var(--fs-body-md);line-height:var(--lh-body);color:var(--text-on-dark-muted);max-width:820px;}
#oe-bancos-centrais .oe-hero__note a{color:var(--gold-300);text-decoration:underline;text-underline-offset:2px;font-weight:var(--fw-medium);}
#oe-bancos-centrais .oe-hero__note a:hover{color:var(--gold-200);}
#oe-bancos-centrais .oe-hero__cta{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-8);}

/* ===== PROSE ===== */
#oe-bancos-centrais .oe-prose{max-width:820px;font-size:var(--fs-body-lg);line-height:var(--lh-body);color:var(--text-secondary);}
#oe-bancos-centrais .oe-prose p{margin-bottom:var(--space-4);}
#oe-bancos-centrais .oe-prose p:last-child{margin-bottom:0;}
#oe-bancos-centrais .oe-prose strong{color:var(--text-primary);}
#oe-bancos-centrais .oe-prose a{color:var(--text-gold);text-decoration:underline;text-underline-offset:2px;font-weight:var(--fw-medium);}
#oe-bancos-centrais .oe-prose a:hover{color:var(--gold-700);}
#oe-bancos-centrais .oe-prose h3{font-size:var(--fs-heading-md);font-weight:var(--fw-bold);color:var(--text-primary);line-height:var(--lh-heading);margin:var(--space-8) 0 var(--space-3);}

/* ===== TABELA ===== */
#oe-bancos-centrais .oe-table-wrap{overflow-x:auto;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:var(--bg-surface);}
#oe-bancos-centrais table.oe-table{width:100%;border-collapse:collapse;font-size:var(--fs-body-md);min-width:620px;}
#oe-bancos-centrais .oe-table th,#oe-bancos-centrais .oe-table td{padding:14px 20px;text-align:left;vertical-align:top;}
#oe-bancos-centrais .oe-table thead th{font-size:var(--fs-caption);letter-spacing:.1em;text-transform:uppercase;
  color:var(--gold-300);font-weight:var(--fw-bold);background:var(--brand-primary);}
#oe-bancos-centrais .oe-table tbody td{border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);line-height:var(--lh-body);}
#oe-bancos-centrais .oe-table tbody tr:last-child td{border-bottom:none;}
#oe-bancos-centrais .oe-table tbody tr:hover{background:var(--cream-050);}
#oe-bancos-centrais .oe-table tbody th{padding:14px 20px;text-align:left;border-bottom:1px solid var(--border-subtle);
  font-weight:var(--fw-bold);color:var(--brand-primary);white-space:nowrap;}
#oe-bancos-centrais .oe-table tbody tr:last-child th{border-bottom:none;}
#oe-bancos-centrais .oe-table td.oe-td-num{font-weight:var(--fw-bold);color:var(--brand-primary);white-space:nowrap;}
#oe-bancos-centrais .oe-table td strong{color:var(--text-primary);font-weight:var(--fw-semibold);}

/* ===== LISTA DE DESTAQUES ===== */
#oe-bancos-centrais .oe-feat{display:grid;gap:var(--space-4);margin:var(--space-6) 0 0;max-width:820px;}
#oe-bancos-centrais .oe-feat li{display:flex;gap:var(--space-3);align-items:flex-start;font-size:var(--fs-body-md);line-height:var(--lh-body);color:var(--text-secondary);}
#oe-bancos-centrais .oe-feat li strong{color:var(--text-primary);}
#oe-bancos-centrais .oe-feat .mk{flex:none;width:22px;height:22px;border-radius:var(--radius-full);background:var(--gold-100);color:var(--gold-700);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:var(--fw-bold);margin-top:2px;}

/* ===== NOTA DE APOIO ===== */
#oe-bancos-centrais .oe-note-below{font-size:var(--fs-body-sm);color:var(--text-tertiary);line-height:var(--lh-body);
  max-width:820px;margin-top:var(--space-5);}
#oe-bancos-centrais .oe-note-below a{color:var(--text-gold);text-decoration:underline;text-underline-offset:2px;font-weight:var(--fw-medium);}
#oe-bancos-centrais .oe-note-below a:hover{color:var(--gold-700);}
#oe-bancos-centrais .oe-note-below + .oe-note-below{margin-top:var(--space-2);}

/* ===== CARDS 2-UP ===== */
#oe-bancos-centrais .oe-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6);}
#oe-bancos-centrais .oe-info-card{display:flex;flex-direction:column;}
#oe-bancos-centrais .oe-info-card h3{font-size:var(--fs-heading-sm);font-weight:var(--fw-bold);color:var(--text-primary);margin-bottom:var(--space-3);}
#oe-bancos-centrais .oe-info-card p{font-size:var(--fs-body-md);color:var(--text-secondary);line-height:var(--lh-body);margin-bottom:var(--space-4);}
#oe-bancos-centrais .oe-info-card__cta{margin-top:auto;font-weight:var(--fw-semibold);color:var(--text-gold);
  text-decoration:none;font-size:var(--fs-body-md);}
#oe-bancos-centrais .oe-info-card__cta:hover{color:var(--gold-700);text-decoration:underline;text-underline-offset:2px;}

/* ===== FAQ ===== */
#oe-bancos-centrais .oe-faq{max-width:820px;border-top:1px solid var(--border-subtle);}
#oe-bancos-centrais .oe-faq details{border-bottom:1px solid var(--border-subtle);}
#oe-bancos-centrais .oe-faq summary{list-style:none;cursor:pointer;padding:var(--space-5) 0;
  font-size:var(--fs-heading-sm);font-weight:var(--fw-semibold);color:var(--brand-primary);
  display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);}
#oe-bancos-centrais .oe-faq summary::-webkit-details-marker{display:none;}
#oe-bancos-centrais .oe-faq summary::marker{content:none;}
#oe-bancos-centrais .oe-faq summary:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;}
#oe-bancos-centrais .oe-faq summary::after{content:"+";font-size:1.5rem;line-height:1;color:var(--gold-600);
  font-weight:var(--fw-regular);flex:none;}
#oe-bancos-centrais .oe-faq details[open] summary::after{content:"–";}
#oe-bancos-centrais .oe-faq details p{padding:0 0 var(--space-5);font-size:var(--fs-body-md);
  color:var(--text-secondary);line-height:var(--lh-body);max-width:72ch;}

/* ===== CTA EM FAIXA DOURADA ===== */
#oe-bancos-centrais .oe-final-cta{background:var(--gold-gradient);padding:var(--space-16) 0;width:100%;}
#oe-bancos-centrais .oe-final-cta .oe-wrap{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8);flex-wrap:wrap;}
#oe-bancos-centrais .oe-final-cta h2{font-size:var(--fs-display-md);font-weight:var(--fw-extrabold);color:var(--green-950);letter-spacing:var(--ls-heading);margin-bottom:var(--space-2);max-width:520px;}
#oe-bancos-centrais .oe-final-cta p{margin:0;color:var(--green-900);font-size:var(--fs-body-md);max-width:480px;}
#oe-bancos-centrais .oe-final-cta__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);}

/* ===== RESPONSIVO ===== */
@media (max-width:720px){
  #oe-bancos-centrais .oe-section{padding:var(--space-16) 0;}
  #oe-bancos-centrais .oe-grid-2{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion:reduce){
  #oe-bancos-centrais *{transition:none !important;}
}
