/* Confederação Assespro — Design System · Manual oficial (Lato + #4030D6 + #A84FB2) */
:root {
  --brand: #4030D6;
  --brand-2: #A84FB2;
  --brand-gradient: linear-gradient(135deg, #4030D6 0%, #A84FB2 100%);
  --brand-dark: #2A1F8C;
  --brand-soft: #F0EEFF;
  --brand-softer: #F7F5FF;
  --ink: #0F172A;
  --ink-2: #334155;
  --meta: #64748B;
  --meta-2: #94A3B8;
  --line: #E2E8F0;
  --line-2: #F1F5F9;
  --bg: #ffffff;
  --bg-soft: #F8FAFC;
  --bg-card: #F1F5F9;
  --bg-dark: #0A0A12;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', 'Arial', sans-serif; background: var(--bg); color: var(--ink); line-height: 1.55; font-size: 17px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

/* Nav */
.nav { position: sticky; top: 0; background: rgba(255,255,255,0.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); z-index: 50; padding: 12px 0; }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.nav-brand img { height: 44px; width: auto; display: block; }
.nav-links { display: none; gap: 24px; align-items: center; }
.nav-link { color: var(--ink-2); font-size: 15px; font-weight: 700; text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; transition: all 0.15s; }
.nav-link:hover, .nav-link.active { color: var(--brand); border-bottom-color: var(--brand); text-decoration: none; }
.nav-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-lang { display: none; gap: 6px; font-size: 12px; color: var(--meta); font-weight: 700; letter-spacing: 1px; }
.nav-lang button { background: none; border: none; color: var(--meta); cursor: pointer; font-family: inherit; font-weight: 700; font-size: 12px; padding: 4px 6px; border-radius: 3px; letter-spacing: 1px; }
.nav-lang button.active { color: var(--brand); background: var(--brand-soft); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 20px; border-radius: 999px; font-weight: 700; font-size: 14px; text-decoration: none; transition: all 0.15s; border: 2px solid transparent; cursor: pointer; font-family: inherit; white-space: nowrap; }
.btn-primary { background: var(--brand); color: white; }
.btn-primary:hover { background: var(--brand-dark); color: white; text-decoration: none; }
.btn-secondary { background: white; color: var(--brand); border-color: var(--brand); }
.btn-secondary:hover { background: var(--brand-soft); text-decoration: none; }
.btn-ghost { color: var(--ink-2); padding: 8px 14px; }
.btn-ghost:hover { color: var(--brand); }
.btn-lg { padding: 14px 28px; font-size: 16px; }

/* Layout */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }

.eyebrow { display: inline-block; font-size: 11px; font-weight: 900; color: var(--brand); letter-spacing: 3px; text-transform: uppercase; padding: 4px 10px; background: var(--brand-soft); border-radius: 3px; margin-bottom: 20px; }
.section-title { font-size: 36px; font-weight: 900; color: var(--ink); letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px; }
.section-sub { font-size: 17px; color: var(--meta); max-width: 640px; line-height: 1.5; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 20px; }

/* Hero PÁGINA INTERNA (sem vídeo) */
.hero-inner { padding: 80px 0 56px; background: linear-gradient(180deg, var(--brand-softer) 0%, transparent 100%); border-bottom: 1px solid var(--line); }
.hero-inner .eyebrow { margin-bottom: 20px; }
.hero-inner h1 { font-size: 52px; font-weight: 900; color: var(--ink); letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 20px; max-width: 900px; }
.hero-inner h1 strong { background: var(--brand-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; }
.hero-inner .lead { font-size: 20px; color: var(--ink-2); max-width: 720px; line-height: 1.55; }

/* Breadcrumb */
.breadcrumb { max-width: 1280px; margin: 0 auto; padding: 12px 24px 0; font-size: 13px; color: var(--meta); }
.breadcrumb a { color: var(--meta); }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb span { color: var(--ink-2); font-weight: 700; }

/* Content flow (páginas com texto longo) */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-size: 28px; font-weight: 900; letter-spacing: -0.01em; margin-top: 48px; margin-bottom: 16px; color: var(--ink); }
.prose h3 { font-size: 20px; font-weight: 900; margin-top: 32px; margin-bottom: 12px; color: var(--ink); }
.prose p { margin-bottom: 18px; color: var(--ink-2); line-height: 1.7; font-size: 17px; }
.prose strong { color: var(--ink); font-weight: 900; }
.prose ul, .prose ol { margin-bottom: 20px; padding-left: 24px; color: var(--ink-2); }
.prose li { margin-bottom: 8px; line-height: 1.6; }
.prose a { color: var(--brand); text-decoration: underline; text-decoration-color: rgba(64,48,214,0.3); text-underline-offset: 3px; }
.prose a:hover { text-decoration-color: var(--brand); }
.prose blockquote { border-left: 4px solid var(--brand-2); padding: 8px 24px; margin: 24px 0; font-size: 18px; color: var(--ink-2); font-style: italic; background: var(--brand-softer); border-radius: 0 8px 8px 0; }
.prose img { border-radius: 12px; margin: 24px 0; }

/* Callout — 3 pilares (propósito, visão, missão) */
.pillars-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 40px 0; }
.pillar { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 32px 28px; }
.pillar-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--brand-gradient); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 24px; color: white; }
.pillar-title { font-size: 20px; font-weight: 900; color: var(--ink); margin-bottom: 10px; letter-spacing: -0.01em; }
.pillar-desc { color: var(--ink-2); font-size: 15px; line-height: 1.55; }

/* Cards de pessoa (diretoria, ex-presidentes) */
.people-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.person-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 24px 20px; text-align: center; transition: all 0.2s; }
.person-card:hover { border-color: var(--brand); transform: translateY(-2px); box-shadow: 0 12px 32px -12px rgba(64, 48, 214, 0.15); }
.person-photo { width: 180px; height: 220px; border-radius: 14px; margin: 0 auto 18px; background: var(--brand-gradient); display: flex; align-items: center; justify-content: center; color: white; font-weight: 900; font-size: 48px; letter-spacing: -0.02em; overflow: hidden; box-shadow: 0 6px 18px -8px rgba(64, 48, 214, 0.25); }
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; display: block; }
.person-photo.crop-face img { object-position: center 22%; }
.person-photo.crop-head img { object-position: center 32%; }
.person-photo.crop-top img { object-position: center 8%; }
.person-photo.crop-frame img { object-position: center 26%; transform: scale(1.35); transform-origin: center 30%; }
.person-photo.full-frame { width: 240px; height: 320px; border-radius: 8px; background: transparent; box-shadow: none; padding: 0; }
.person-photo.full-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center center; transform: none; }
/* Galeria de ex-presidentes: retratos ja recortados e tratados, todos em 3:4 */
.person-photo.xp-portrait { width: 100%; max-width: 240px; height: auto; aspect-ratio: 3 / 4; border-radius: 10px; background: var(--bg-card); box-shadow: 0 8px 24px -14px rgba(15, 23, 42, 0.45); }
.person-photo.xp-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transform: none; }
.person-name { font-weight: 900; font-size: 17px; color: var(--ink); margin-bottom: 4px; letter-spacing: -0.01em; }
.person-role { font-size: 12px; color: var(--brand); font-weight: 900; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.person-contact { font-size: 13px; color: var(--meta); }
.person-contact a { color: var(--meta); }

/* Cards de benefício/serviço/convênio */
.svc-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.svc-card { padding: 28px 26px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; transition: all 0.2s; }
.svc-card:hover { border-color: var(--brand); background: white; transform: translateY(-2px); box-shadow: 0 12px 32px -12px rgba(64, 48, 214, 0.15); }
.svc-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--brand-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 20px; color: var(--brand); }
.svc-title { font-size: 17px; font-weight: 900; color: var(--ink); margin-bottom: 8px; letter-spacing: -0.01em; }
.svc-desc { font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.svc-meta { font-size: 12px; color: var(--meta); margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.svc-meta strong { color: var(--ink-2); }

/* Cards de documento (transparência) */
.doc-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.doc-card { display: flex; align-items: center; gap: 16px; padding: 20px 24px; background: white; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; color: var(--ink); transition: all 0.15s; }
.doc-card:hover { border-color: var(--brand); background: var(--brand-softer); text-decoration: none; }
.doc-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px; background: var(--brand-gradient); display: flex; align-items: center; justify-content: center; color: white; font-weight: 900; font-size: 12px; letter-spacing: 0.5px; }
.doc-body { flex: 1; }
.doc-title { font-weight: 900; font-size: 15px; margin-bottom: 2px; }
.doc-meta { font-size: 12px; color: var(--meta); }
.doc-arrow { color: var(--brand); font-size: 20px; }

/* Form */
.form { max-width: 640px; margin: 0 auto; }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-2); margin-bottom: 8px; letter-spacing: 0.3px; }
.form-input, .form-textarea { width: 100%; padding: 12px 16px; border-radius: 10px; border: 1px solid var(--line); font-size: 15px; font-family: inherit; background: white; color: var(--ink); transition: border-color 0.15s; }
.form-input:focus, .form-textarea:focus { outline: none; border-color: var(--brand); }
.form-textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: 13px; color: var(--meta); margin-top: 8px; }

/* Info cards (contato, requisitos) */
.info-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.info-card { padding: 24px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; }
.info-card-label { font-size: 11px; color: var(--brand); font-weight: 900; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.info-card-value { font-size: 17px; color: var(--ink); font-weight: 700; }
.info-card-value a { color: var(--ink); }

/* CTA banda */
.cta-band-solid { padding: 48px 0; background: var(--brand); color: white; text-align: center; }
.cta-band-solid h2 { color: white; font-size: 26px; font-weight: 900; letter-spacing: -0.01em; margin-bottom: 16px; }
.cta-band-solid .btn { background: white; color: var(--brand); }
.cta-band-solid .btn:hover { background: var(--brand-soft); }

/* Footer */
.footer { background: #05050B; color: white; padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand-block { max-width: 320px; }
.footer-logo { height: 40px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-brand-desc { color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.55; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); color: white; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.15s; font-size: 14px; font-weight: 900; }
.footer-social a:hover { background: var(--brand); }
.footer-col-title { color: white; font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: rgba(255,255,255,0.6); font-size: 14px; text-decoration: none; }
.footer-col a:hover { color: white; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,0.4); }
.footer-signature { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.5); text-decoration: none; opacity: 0.8; transition: opacity 0.15s; }
.footer-signature:hover { opacity: 1; text-decoration: none; }
.footer-signature span { font-size: 13px; font-weight: 400; }
.footer-signature img { height: 32px; width: auto; display: block; }

@media (min-width: 900px) {
  .nav-links { display: flex; }
  .nav-lang { display: flex; }
  .hero-inner h1 { font-size: 64px; }
  .pillars-grid { grid-template-columns: repeat(3, 1fr); }
  .people-grid { grid-template-columns: repeat(3, 1fr); }
  .svc-grid { grid-template-columns: repeat(3, 1fr); }
  .doc-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}

/* Nav dropdown */
.nav-item { position: relative; }
.nav-item.has-drop > .nav-link::after { content: ' ▾'; font-size: 10px; opacity: 0.6; margin-left: 2px; }
.nav-drop { position: absolute; top: 100%; left: -20px; min-width: 240px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.15); padding: 8px; margin-top: 8px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all 0.18s ease; z-index: 60; }
.nav-item:hover > .nav-drop, .nav-item:focus-within > .nav-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-drop::before { content: ''; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }
.nav-drop a { display: block; padding: 10px 14px; font-size: 14px; font-weight: 700; color: var(--ink-2); text-decoration: none; border-radius: 8px; transition: all 0.12s; }
.nav-drop a:hover { background: var(--brand-soft); color: var(--brand); text-decoration: none; }
.nav-drop a.active { background: var(--brand-softer); color: var(--brand); }

/* Mapa do Brasil (bubble map) */
.brmap-wrap { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; max-width: 900px; margin: 40px auto 0; }
@media (min-width: 900px) { .brmap-wrap { grid-template-columns: 2fr 1fr; } }
.brmap { width: 100%; height: auto; display: block; }
.brmap .bubble circle { transition: all .18s ease; }
.brmap .bubble text { text-anchor: middle; font-family: 'Lato', system-ui, sans-serif; font-weight: 900; font-size: 11px; fill: white; pointer-events: none; letter-spacing: 0.02em; }
.brmap .bubble.on circle { fill: url(#brmap-grad); filter: drop-shadow(0 4px 8px rgba(64,48,214,0.28)); }
.brmap .bubble.on:hover circle { r: 26; filter: drop-shadow(0 6px 14px rgba(64,48,214,0.45)); }
.brmap .bubble.off circle { fill: #d8dae8; }
.brmap .bubble.off text { fill: #6c6f80; font-size: 9px; }
.brmap-legend { padding: 0 16px; }
.brmap-legend .legend-item { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-size: 15px; color: var(--ink-2); }
.brmap-legend .dot { width: 16px; height: 16px; border-radius: 50%; display: inline-block; }
.brmap-legend .dot.on { background: var(--brand-gradient); }
.brmap-legend .dot.off { background: #d8dae8; }

/* Manifesto dos 50 anos */
.manifesto { margin-top: 8px; }
.manifesto p { font-size: 26px; line-height: 1.5; color: var(--ink); font-weight: 700; margin-bottom: 14px; letter-spacing: -0.01em; }
.manifesto .manifesto-fecho { font-size: 19px; font-weight: 400; color: var(--ink-2); max-width: 640px; margin: 28px auto 0; line-height: 1.6; }
.manifesto .manifesto-lema { font-size: 34px; font-weight: 900; margin-top: 28px; background: var(--brand-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* Números dos 50 anos */
.numeros-50 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--bg-soft); }
.n50 { padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.n50-v { font-size: 46px; font-weight: 900; color: var(--brand); letter-spacing: -0.03em; line-height: 1; }
.n50-v em { font-style: normal; font-size: 24px; }
.n50-l { font-size: 13px; color: var(--ink-2); margin-top: 8px; line-height: 1.4; }
.n50-l span { color: var(--meta-2); }

/* Galeria de homenageados */
.hon-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.hon-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 20px; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; transition: all 0.2s; }
.hon-card:hover { border-color: var(--brand); transform: translateY(-2px); box-shadow: 0 14px 34px -14px rgba(64, 48, 214, 0.2); text-decoration: none; }
.hon-photo { position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; background: var(--brand-gradient); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.hon-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.hon-ini { color: white; font-size: 44px; font-weight: 900; letter-spacing: -0.02em; }
.hon-badge { position: absolute; left: 10px; bottom: 10px; background: rgba(255,255,255,0.94); color: var(--brand); font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; padding: 5px 9px; border-radius: 6px; }
.hon-nome { font-size: 17px; font-weight: 900; letter-spacing: -0.01em; }
.hon-cargo { font-size: 13px; color: var(--meta); line-height: 1.45; margin-top: 5px; flex: 1; }
.hon-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.hon-tag { font-size: 10px; font-weight: 900; letter-spacing: 0.8px; text-transform: uppercase; color: var(--brand); background: var(--brand-soft); padding: 4px 8px; border-radius: 4px; }
.hon-moeda { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line-2); font-size: 11px; color: var(--meta-2); }
.hon-id { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 700; color: var(--ink-2); letter-spacing: 0.3px; }
.hon-nota { margin-top: 28px; font-size: 14px; color: var(--meta); text-align: center; }

/* Assespro Radar */
.radar-numeros { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--bg-soft); }
.rn { padding: 26px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rn-v { font-size: 42px; font-weight: 900; color: var(--brand); letter-spacing: -0.03em; line-height: 1; }
.rn-l { font-size: 13px; color: var(--ink-2); margin-top: 8px; line-height: 1.35; }
.radar-nota { font-size: 14px; color: var(--meta); margin-top: 18px; line-height: 1.55; }

.pl-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.pl-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 28px 26px; }
.pl-topo { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.pl-num { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; font-weight: 700; color: var(--brand); background: var(--brand-soft); padding: 5px 10px; border-radius: 6px; }
.pl-tema { font-size: 11px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; color: var(--meta); }
.pl-titulo { font-size: 19px; font-weight: 900; letter-spacing: -0.01em; line-height: 1.3; margin-bottom: 10px; }
.pl-ementa { font-size: 14px; color: var(--ink-2); line-height: 1.55; }
.pl-link { display: inline-block; font-size: 13px; font-weight: 700; margin-top: 12px; }

.termometro { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line-2); display: grid; grid-template-columns: 1fr; gap: 20px; }
.term-pergunta { font-size: 13px; font-weight: 700; color: var(--ink-2); margin-bottom: 10px; }
.term-ops { display: flex; gap: 8px; flex-wrap: wrap; }
.term-op { font-family: inherit; font-size: 13px; font-weight: 700; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: white; color: var(--ink-2); cursor: pointer; transition: all 0.15s; }
.term-op:hover:not(:disabled) { border-color: var(--brand); color: var(--brand); }
.term-op:disabled { opacity: 0.5; cursor: default; }
.term-op.escolhido { background: var(--brand); border-color: var(--brand); color: white; opacity: 1; }
.term-res { margin-top: 12px; }
.term-linha { display: grid; grid-template-columns: 72px 1fr 40px; align-items: center; gap: 10px; font-size: 12px; color: var(--meta); margin-bottom: 6px; }
.term-barra { height: 6px; background: var(--line-2); border-radius: 99px; overflow: hidden; }
.term-barra i { display: block; height: 100%; background: var(--brand-gradient); }
.term-pct { text-align: right; font-weight: 700; color: var(--ink-2); }
.term-total { font-size: 11px; color: var(--meta-2); margin-top: 8px; }

.temas-lista { display: flex; flex-direction: column; gap: 10px; }
.tema-linha { display: grid; grid-template-columns: 160px 1fr 40px; align-items: center; gap: 14px; font-size: 14px; }
.tema-nome { color: var(--ink-2); font-weight: 700; }
.tema-barra { height: 10px; background: var(--line-2); border-radius: 99px; overflow: hidden; }
.tema-barra i { display: block; height: 100%; background: var(--brand-gradient); }
.tema-n { text-align: right; font-weight: 900; color: var(--brand); }

@media (min-width: 700px) {
  .radar-numeros { grid-template-columns: repeat(4, 1fr); }
  .rn { border-bottom: none; }
  .rn:last-child { border-right: none; }
  .termometro { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (min-width: 1000px) { .pl-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Tema da campanha 50 anos ────────────────────────────────────────
   Os 50 anos não são uma seção do site: são uma campanha com identidade
   própria, navy + dourado, que comunica medalha e cerimônia. Vale só nas
   páginas marcadas com .tema-50, o resto do site segue institucional. */
.tema-50 {
  --c-navy: #14093C;
  --c-navy-2: #1E1152;
  --c-gold: #D4AF37;
  --c-gold-soft: #F0DCA0;
  --c-gold-dark: #A8892E;
  background: var(--c-navy);
  color: #fff;
}
.tema-50 .hero-inner,
.tema-50 .section { background: transparent; }
.tema-50 .breadcrumb,
.tema-50 .breadcrumb a { color: rgba(255,255,255,.5); }
.tema-50 .breadcrumb span { color: var(--c-gold); }
.tema-50 h1, .tema-50 h2, .tema-50 .section-title { color: #fff; }
.tema-50 .lead, .tema-50 .section-sub { color: rgba(255,255,255,.68); }
.tema-50 .eyebrow { color: var(--c-gold); background: rgba(212,175,55,.12); border: 1px solid rgba(212,175,55,.28); }
.tema-50 h1 strong, .tema-50 .grad-ouro { color: var(--c-gold); -webkit-text-fill-color: var(--c-gold); }
/* O tema só pinta os botões do conteúdo: a nav continua institucional,
   senão o "Associe-se" do topo muda de cor de página pra página. */
.tema-50 :not(.nav):not(.nav-mobile) > * > .btn-primary,
.tema-50 .section .btn-primary, .tema-50 .hero-inner .btn-primary,
.tema-50 .ficha-acoes .btn-primary, .tema-50 .verif-form .btn-primary { background: var(--c-gold); color: var(--c-navy); }
.tema-50 .section .btn-primary:hover, .tema-50 .hero-inner .btn-primary:hover,
.tema-50 .ficha-acoes .btn-primary:hover, .tema-50 .verif-form .btn-primary:hover { background: var(--c-gold-soft); color: var(--c-navy); }
.tema-50 .section .btn-secondary, .tema-50 .hero-inner .btn-secondary,
.tema-50 .ficha-acoes .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.tema-50 .section .btn-secondary:hover, .tema-50 .hero-inner .btn-secondary:hover,
.tema-50 .ficha-acoes .btn-secondary:hover { background: rgba(255,255,255,.08); }
.tema-50 .nav .btn-primary { background: var(--brand); color: #fff; }
.tema-50 .footer { background: #05030F; }
.tema-50 .fundo-moedas {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(212,175,55,.16), transparent 46%),
    radial-gradient(ellipse at 20% 80%, rgba(64,48,214,.30), transparent 55%);
}
.tema-50 .container, .tema-50 .container-narrow { position: relative; z-index: 1; }

/* Ficha do homenageado */
.ficha-topo { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: start; }
.hon-photo.ficha-foto { width: 200px; aspect-ratio: 1 / 1; margin-bottom: 0; flex-shrink: 0; }
.ficha-topo h1 { font-size: 40px; line-height: 1.1; margin-bottom: 10px; }
.ficha-topo .lead { font-size: 18px; margin-bottom: 16px; }
.ficha-moeda { display: flex; align-items: center; gap: 14px; margin-top: 18px; font-size: 13px; color: var(--meta); }
.ficha-contrib { font-size: 19px; line-height: 1.6; color: var(--ink-2); margin-bottom: 8px; }
.ficha-h2 { font-size: 24px; font-weight: 900; letter-spacing: -0.01em; margin: 44px 0 18px; }
.ficha-citacao { border-left: 4px solid var(--brand-2); background: var(--brand-softer); border-radius: 0 12px 12px 0; padding: 22px 26px; margin: 32px 0 8px; }
.ficha-citacao p { font-size: 20px; font-style: italic; color: var(--ink); line-height: 1.55; margin-bottom: 12px; }
.ficha-citacao cite { font-style: normal; font-size: 13px; color: var(--meta); }
.tj-lista { border-left: 2px solid var(--line); padding-left: 22px; }
.tj { position: relative; padding-bottom: 22px; }
.tj::before { content: ''; position: absolute; left: -28px; top: 6px; width: 10px; height: 10px; border-radius: 50%; background: var(--brand-gradient); }
.tj-ano { font-size: 12px; font-weight: 900; letter-spacing: 1.5px; color: var(--brand); text-transform: uppercase; }
.tj-txt { font-size: 16px; color: var(--ink-2); margin-top: 4px; line-height: 1.5; }
.ficha-links { display: flex; flex-wrap: wrap; gap: 12px; }

/* Ficha no tema da campanha: a foto vira retrato com o selo da moeda por cima */
.tema-50 .ficha-topo { gap: 48px; align-items: center; }
.tema-50 .ficha-retrato { position: relative; width: 100%; max-width: 340px; }
.tema-50 .ficha-retrato img.foto { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: 20px; box-shadow: 0 30px 70px rgba(0,0,0,.55); }
.tema-50 .ficha-selo { position: absolute; right: -22px; bottom: -22px; width: 132px; filter: drop-shadow(0 12px 26px rgba(0,0,0,.6)); }
.tema-50 .ficha-topo h1 { font-size: 54px; line-height: 1.03; }
.tema-50 .ficha-cargo { font-size: 20px; color: rgba(255,255,255,.72); margin-top: 10px; }
.tema-50 .selo-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: var(--c-gold); background: rgba(212,175,55,.12); border: 1px solid rgba(212,175,55,.3); padding: 8px 14px; border-radius: 999px; margin-bottom: 18px; }

/* Bloco de autenticidade: é o que transforma a página em prova */
.moeda-box { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 26px 28px; margin-top: 28px; }
.moeda-verif { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; color: #4ADE80; }
.moeda-verif .ponto { width: 10px; height: 10px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 12px rgba(74,222,128,.8); }
.moeda-concedida { font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 16px; }
.moeda-concedida strong { color: var(--c-gold); font-weight: 900; }
.moeda-dados { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.moeda-rot { font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: rgba(255,255,255,.45); }
.moeda-val { font-size: 22px; font-weight: 900; color: var(--c-gold); margin-top: 5px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .5px; }
.moeda-val.texto { font-family: 'Lato', sans-serif; color: #fff; }
.tema-50 .hon-tags { margin-top: 20px; }
.tema-50 .hon-tag { color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.ficha-acoes { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.tema-50 .ficha-citacao { background: rgba(212,175,55,.07); border-left-color: var(--c-gold); }
.tema-50 .ficha-citacao p { color: #fff; }
.tema-50 .ficha-citacao cite, .tema-50 .ficha-contrib { color: rgba(255,255,255,.66); }
.tema-50 .ficha-h2 { color: var(--c-gold); }
.tema-50 .prose p { color: rgba(255,255,255,.74); }
.tema-50 .tj-lista { border-left-color: rgba(255,255,255,.14); }
.tema-50 .tj-ano { color: var(--c-gold); }
.tema-50 .tj-txt { color: rgba(255,255,255,.74); }
.tema-50 .tj::before { background: var(--c-gold); }

/* Galeria no tema da campanha */
.tema-50 .hon-card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); color: #fff; }
.tema-50 .hon-card:hover { border-color: var(--c-gold); box-shadow: 0 16px 40px -16px rgba(212,175,55,.35); }
.tema-50 .hon-nome { color: #fff; }
.tema-50 .hon-cargo { color: rgba(255,255,255,.55); }
.tema-50 .hon-id { color: var(--c-gold); }
.tema-50 .hon-moeda { border-top-color: rgba(255,255,255,.1); color: rgba(255,255,255,.4); }
.tema-50 .hon-badge { background: var(--c-gold); color: var(--c-navy); }
.tema-50 .manifesto p { color: #fff; }
.tema-50 .manifesto .manifesto-fecho { color: rgba(255,255,255,.7); }
.tema-50 .manifesto .manifesto-lema { color: var(--c-gold); -webkit-text-fill-color: var(--c-gold); }
.tema-50 .numeros-50 { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); }
.tema-50 .n50 { border-color: rgba(255,255,255,.1); }
.tema-50 .n50-v { color: var(--c-gold); }
.tema-50 .n50-l { color: rgba(255,255,255,.6); }
.tema-50 .n50-l span { color: rgba(255,255,255,.38); }
.tema-50 .hon-nota { color: rgba(255,255,255,.5); }
.tema-50 .form-label { color: rgba(255,255,255,.7); }
.tema-50 .form-input { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); color: #fff; }
.tema-50 .form-input:focus { border-color: var(--c-gold); }
.tema-50 .form-note { color: rgba(255,255,255,.45); }
.tema-50 .verif-box { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.tema-50 .verif-ok { background: rgba(74,222,128,.08); border-color: rgba(74,222,128,.3); }
.tema-50 .verif-ok .verif-selo { color: #4ADE80; }
.tema-50 .verif-nao { background: rgba(248,113,113,.08); border-color: rgba(248,113,113,.3); }
.tema-50 .verif-nao .verif-selo { color: #F87171; }
.tema-50 .verif-nome { color: #fff; }
.tema-50 .verif-cargo, .tema-50 .verif-box p { color: rgba(255,255,255,.6); }

@media (min-width: 700px) { .moeda-dados { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .tema-50 .ficha-topo { grid-template-columns: 340px 1fr; } }

/* Verificação de moeda */
.verif-form { max-width: 460px; margin: 0 auto; }
.verif-box { max-width: 560px; margin: 32px auto 0; padding: 28px; border-radius: 16px; border: 1px solid var(--line); background: var(--bg-soft); text-align: center; }
.verif-ok { border-color: rgba(22, 163, 74, 0.35); background: #F0FDF4; }
.verif-nao { border-color: rgba(220, 38, 38, 0.3); background: #FEF2F2; }
.verif-selo { font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
.verif-ok .verif-selo { color: #15803D; }
.verif-nao .verif-selo { color: #B91C1C; }
.verif-box p { font-size: 15px; color: var(--ink-2); margin-bottom: 18px; line-height: 1.55; }
.verif-pessoa { display: flex; align-items: center; gap: 20px; text-align: left; margin-bottom: 22px; }
.hon-photo.verif-foto { width: 92px; aspect-ratio: 1 / 1; margin-bottom: 0; flex-shrink: 0; }
.verif-nome { font-size: 21px; font-weight: 900; letter-spacing: -0.01em; }
.verif-cargo { font-size: 14px; color: var(--meta); margin-top: 3px; line-height: 1.4; }

@media (min-width: 800px) {
  .ficha-topo { grid-template-columns: 200px 1fr; gap: 40px; }
  .ficha-topo h1 { font-size: 52px; }
}

/* Eixos do reconhecimento */
.eixos-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.eixo { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 30px 28px; }
.eixo-n { font-size: 13px; font-weight: 900; letter-spacing: 3px; color: var(--brand-2); margin-bottom: 12px; }
.eixo-t { font-size: 21px; font-weight: 900; letter-spacing: -0.01em; margin-bottom: 10px; }
.eixo-d { font-size: 15px; color: var(--ink-2); line-height: 1.55; }

/* Etapas do circuito */
.etapas { display: grid; grid-template-columns: 1fr; gap: 16px; }
.etapa { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 28px; text-align: center; }
.etapa-n { font-size: 11px; font-weight: 900; letter-spacing: 3px; text-transform: uppercase; color: var(--brand); }
.etapa-c { font-size: 34px; font-weight: 900; letter-spacing: -0.02em; margin: 8px 0 4px; }
.etapa-s { font-size: 14px; color: var(--meta); }

@media (min-width: 700px) {
  .hon-grid { grid-template-columns: repeat(2, 1fr); }
  .numeros-50 { grid-template-columns: repeat(4, 1fr); }
  .n50 { border-bottom: none; }
  .n50:last-child { border-right: none; }
}
@media (min-width: 1000px) {
  .hon-grid { grid-template-columns: repeat(4, 1fr); }
  .eixos-grid { grid-template-columns: repeat(3, 1fr); }
  .etapas { grid-template-columns: repeat(3, 1fr); }
}

/* Ícones SVG (substituem emoji) */
.pillar-icon svg, .svc-icon svg, .service-icon svg { fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.pillar-icon svg { width: 26px; height: 26px; }
.svc-icon svg, .service-icon svg { width: 22px; height: 22px; }

/* Nav mobile */
.nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; background: none; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); cursor: pointer; flex-shrink: 0; transition: all 0.15s; }
.nav-toggle:hover { border-color: var(--brand); color: var(--brand); }
.nav-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close, .nav-toggle[data-nav-close] .icon-close { display: block; }

.nav-mobile { position: fixed; inset: 0; z-index: 100; background: white; display: flex; flex-direction: column; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s; }
body.nav-open { overflow: hidden; }
body.nav-open .nav-mobile { opacity: 1; visibility: visible; transform: none; }
.nav-mobile-head { position: sticky; top: 0; background: white; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 24px; border-bottom: 1px solid var(--line); }
.nav-mobile-head img { height: 40px; width: auto; }
.nav-mobile-body { padding: 28px 24px 32px; flex: 1; }
.nav-mobile-group { margin-bottom: 32px; }
.nav-mobile-group:last-child { margin-bottom: 0; }
.nav-mobile-label { font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: var(--meta-2); margin-bottom: 8px; }
.nav-mobile a { display: block; font-size: 19px; font-weight: 700; color: var(--ink); padding: 11px 0; border-bottom: 1px solid var(--line-2); text-decoration: none; }
.nav-mobile-group a:last-child { border-bottom: none; }
.nav-mobile a:hover, .nav-mobile a.active { color: var(--brand); text-decoration: none; }
.nav-mobile-foot { padding: 20px 24px 32px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-mobile-foot .btn { flex: 1; }
.nav-mobile .nav-lang { display: flex; }

@media (min-width: 900px) {
  .nav-toggle { display: none; }
  .nav-mobile { display: none; }
}

/* Convênios agrupados por categoria */
.conv-cat { margin-bottom: 64px; }
.conv-cat:last-child { margin-bottom: 0; }
.conv-cat-head { border-top: 1px solid var(--line); padding-top: 24px; margin-bottom: 24px; }
.conv-cat-title { font-size: 26px; font-weight: 900; color: var(--ink); margin: 4px 0 0; letter-spacing: -0.01em; }
