/*
===========================
   Portal Institucional — Deputado Wellington Luiz
   CSS componentizado a partir de 04-design/estilos-globais.css + design-tokens.json
   ============================================================================= */

:root {
  --brand: #62BA14;
  --brand-light: #3AA51C;
  --amarelo: #FDB900;
  --ink: #262429;
  --slate: #1A1A1A;
  --federal: #F8F9FA;
  --mulher: #7a0f30;
  --mulher-hover: #93123a;
  --whatsapp: #25D366;
  --radius: 0.5rem;
  --font-heading: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
  --font-body: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --max-w: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
html.wl-nav-locked, html.wl-nav-locked body { overflow: hidden; }
/* Reset de alta especificidade para neutralizar os estilos padrão de botão do tema
   (Hello Elementor aplica border/padding/background a [type="button"], [type="submit"], button
   com a mesma especificidade das nossas classes, vencendo por ordem de carga).
   Componentes .wl-btn* usam !important abaixo para permanecerem acima deste reset. */
.wl-body button,
.wl-body [type="button"],
.wl-body [type="submit"] {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  appearance: none;
  cursor: pointer;
}
body.wl-body {
  margin: 0;
  background: linear-gradient(180deg, #62BA14 0%, #55872A 25%, #3E542B 50%, #2B3324 75%, #30332D 100%);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: 84px;
}
.wl-body img { max-width: 100%; display: block; }
.wl-body a { color: inherit; text-decoration: none; }
.wl-body h1, .wl-body h2, .wl-body h3 { font-family: var(--font-heading); font-weight: 800; line-height: 1.05; margin: 0 0 .5em; }
.wl-body p { line-height: 1.75; margin: 0 0 1em; }
.wl-container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem; }
@media (min-width: 1024px) { .wl-container { padding: 0 2.5rem; } }

.wl-skip-link {
  position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff;
  padding: .75rem 1.25rem; z-index: 9999; border-radius: 0 0 .5rem 0;
}
.wl-skip-link:focus { left: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.wl-kicker { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: .3em; color: var(--amarelo); font-weight: 700; margin-bottom: .75em; }
.wl-kicker-light { color: #fff; opacity: .85; }
.brand-gradient { background-image: linear-gradient(135deg, #62BA14 0%, #3AA51C 100%); }
.elevation-hover { transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s cubic-bezier(.22,1,.36,1); }
.elevation-hover:hover { transform: translateY(-6px); box-shadow: 0 24px 48px -16px rgba(98,186,20,.28); }
@keyframes elevate { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.animate-elevate { animation: elevate .7s cubic-bezier(.22,1,.36,1) both; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes isabela-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.wl-section-title { font-size: clamp(1.8rem, 4vw, 3rem); text-align: center; margin-bottom: 2rem; color: var(--brand); }
.wl-atuacao-text h2, .wl-social-inner h2 { color: var(--brand); font-size: clamp(1.8rem, 4vw, 3rem); }

.wl-btn { display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.75rem !important; border-radius: 9999px !important; font-weight: 700; font-size: .95rem; border: 2px solid transparent !important; cursor: pointer; transition: all .25s ease; }
.wl-btn-brand { background: var(--brand) !important; color: #fff; }
.wl-btn-brand:hover { background: var(--brand-light) !important; }
.wl-btn-outline { border-color: var(--ink) !important; color: var(--ink); background: transparent !important; }
.wl-btn-outline:hover { background: var(--ink) !important; color: #fff; }
.wl-btn-yellow { background: var(--amarelo) !important; color: var(--ink); }
.wl-btn-yellow:hover { filter: brightness(0.95); }
.wl-pill { border: 1.5px solid rgba(255,255,255,.5); border-radius: 9999px; padding: .5rem 1.1rem; font-size: .85rem; }
.wl-pill:hover { background: var(--brand); border-color: var(--brand); }

/* ---------- Top banner (campanha) ---------- */
.wl-top-banner { position: relative; width: 100%; line-height: 0; }
.wl-top-banner img { display: block; width: 100%; height: auto; }
.wl-top-banner-actions { position: absolute; left: 4%; bottom: 4%; display: flex; flex-wrap: wrap; gap: .6rem; justify-content: flex-start; align-items: center; line-height: normal; z-index: 2; background: rgba(10,15,10,.4); padding: .6rem; border-radius: 9999px; }
.wl-top-banner-actions .wl-btn { padding: .65rem 1.4rem !important; font-size: .85rem; }
.wl-top-banner-actions .wl-btn-outline { border-color: #fff; color: #fff; }
.wl-top-banner-actions .wl-btn-outline:hover { background: #fff !important; color: var(--ink); }
@media (max-width: 1100px) {
  .wl-top-banner-actions { position: static; background: var(--ink); width: 100%; padding: .9rem 1rem; border-radius: 0; justify-content: center; }
}

/* ---------- Topbar ---------- */
.wl-topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 60; background: var(--ink); color: #fff; font-size: 12px; height: 36px; }
.wl-topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 36px; }
.wl-topbar-langs { display: flex; gap: .4rem; }
.wl-lang { background: transparent; border: none; color: rgba(255,255,255,.6); font-size: 11px; cursor: pointer; padding: .2rem .3rem; }
.wl-lang.active { color: var(--amarelo); font-weight: 700; }
.wl-topbar-right { display: flex; align-items: center; gap: 1rem; }
.wl-topbar-link { background: none; border: none; color: rgba(255,255,255,.8); font-size: 11px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.wl-topbar-mulher { background: var(--mulher); padding: .3rem .8rem; border-radius: 9999px; font-weight: 700; font-size: 11px; }
.wl-topbar-mulher:hover { background: var(--mulher-hover); }

/* ---------- Navbar ---------- */
.wl-navbar-wrap { position: fixed; top: 36px; left: 0; right: 0; z-index: 55; padding: .6rem 1rem; }
.wl-navbar { max-width: 980px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); border-radius: 9999px; padding: .5rem .7rem .5rem 1rem; box-shadow: 0 8px 32px -12px rgba(16,174,62,.18); }
.wl-navbar-logo { display: flex; align-items: center; gap: .6rem; font-family: var(--font-heading); font-weight: 800; color: var(--ink); }
.wl-navbar-logo img { border-radius: 50%; }
.wl-navbar-logo small { display: block; font-weight: 500; font-size: 11px; color: #666; }
.wl-nav-links { list-style: none; display: flex; gap: .2rem; margin: 0; padding: 0; }
.wl-nav-cta { background: var(--brand); color: #fff !important; padding: .55rem 1rem; border-radius: 999px; font-weight: 700; letter-spacing: .02em; transition: background .2s ease; white-space: nowrap; }
.wl-nav-cta:hover { background: var(--brand-light); }
.wl-nav-cta.wl-nav-zap { background: #25D366; }
.wl-nav-cta.wl-nav-zap:hover { background: #1ebe57; }
.wl-nav-social { display: flex; align-items: center; gap: .5rem; margin-left: .3rem; list-style: none; }
.wl-nav-social-icon { width: 34px; height: 34px; border-radius: 50%; background: var(--federal); color: var(--ink); display: flex; align-items: center; justify-content: center; transition: background .2s ease, color .2s ease; }
.wl-nav-social-icon svg { width: 16px; height: 16px; flex-shrink: 0; }
.wl-nav-social-icon:hover { background: var(--brand); color: #fff; }
.wl-nav-links a { padding: .55rem .75rem; border-radius: 9999px; font-size: .9rem; font-weight: 600; white-space: nowrap; }
.wl-nav-links > li { flex-shrink: 0; display: flex; align-items: center; }
.wl-nav-links a:hover, .wl-nav-links a.active { background: var(--brand); color: #fff; }
.wl-nav-toggle { display: none !important; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; padding: .5rem; }
.wl-nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.wl-nav-toggle.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.wl-nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.wl-nav-toggle.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.wl-nav-backdrop { display: none; position: fixed; inset: 0; background: rgba(15,20,15,.45); z-index: 65; opacity: 0; transition: opacity .3s ease; }
.wl-nav-backdrop.is-open { opacity: 1; }

@media (max-width: 900px) {
  body.wl-body { padding-top: 76px; }
  .wl-navbar-wrap { top: 36px; }
  .wl-nav-toggle { display: flex !important; }
  .wl-nav-links { position: fixed; top: 0; left: 0; bottom: 0; width: 85vw; max-width: 340px; background: #fff; flex-direction: column; align-items: flex-start; padding: 5rem 1.5rem 2rem; box-shadow: 8px 0 30px rgba(0,0,0,.15); transform: translateX(-100%); transition: transform .3s ease; z-index: 70; }
  .wl-nav-links.is-open { transform: translateX(0); }
  .wl-nav-links a { width: 100%; }
  .wl-nav-backdrop { display: block; }
}

/* ---------- Hero ---------- */
.wl-hero { background: #fff; padding: 6.5rem 0 4rem; }
.wl-hero-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
.wl-hero-title { font-size: clamp(2.6rem, 6vw, 4.5rem); }
.wl-hero-title span { color: var(--brand); }
.wl-hero-sub { font-size: 1.25rem; color: #555; border-left: 4px solid var(--amarelo); padding-left: .75rem; }
.wl-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.wl-hero-photo { position: relative; aspect-ratio: 4/5; max-width: 420px; margin: 0 auto; }
.wl-hero-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 1.5rem; }
.wl-hero-badge { position: absolute; bottom: -1rem; left: -1rem; background: #fff; border-left: 4px solid var(--amarelo); padding: .9rem 1.3rem; border-radius: .75rem; box-shadow: 0 20px 40px -16px rgba(0,0,0,.25); }
.wl-hero-badge strong { display: block; font-family: var(--font-heading); }
.wl-hero-badge span { font-size: .85rem; color: #666; }
@media (min-width: 900px) { .wl-hero-grid { grid-template-columns: 1fr; } }

/* ---------- Marquee ---------- */
.wl-marquee { background-image: linear-gradient(135deg, #62BA14 0%, #3AA51C 100%); overflow: hidden; padding: .9rem 0; }
.wl-marquee-track-wrap { display: block; }
.wl-marquee-track { display: inline-flex; width: max-content; animation: marquee-scroll 30s linear infinite; white-space: nowrap; }
.wl-marquee-item { color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; padding: 0 .75rem; }
.wl-marquee-dot { color: var(--amarelo); }

/* ---------- Métricas ---------- */
.wl-metrics { background-image: linear-gradient(135deg, #3AB127 0%, #72CA2B 100%); padding: 3.5rem 0; }
.wl-metrics-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem; text-align: center; }
.wl-metric-value { font-family: var(--font-heading); font-size: clamp(2rem,4vw,3rem); color: #fff; font-weight: 800; }
.wl-metric-value .wl-count-up { color: #fff; }
.wl-metric-label { color: rgba(255,255,255,.9); text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; margin-top: .4rem; }
.wl-metric-note { color: var(--amarelo); font-size: .8rem; margin-top: .2rem; }
@media (min-width: 768px) { .wl-metrics-grid { grid-template-columns: repeat(4,1fr); } }

/* ---------- Diálogo ---------- */
.wl-dialogo { background: #fff; padding: 4rem 0; }
.wl-dialogo-card { border-radius: 1.75rem; padding: 3rem; color: #fff; text-align: center; max-width: 760px; margin: 0 auto; }
.wl-dialogo-icon { font-size: 2.5rem; color: var(--amarelo); display: block; margin-bottom: 1rem; }
.wl-dialogo-card h2 { color: #fff; }

/* ---------- Timeline ---------- */
.wl-timeline { background: #fff; padding: 5rem 0; }
.wl-timeline-list { position: relative; display: flex; flex-direction: column; gap: 3rem; }
.wl-timeline-list::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: #e5e5e5; display: none; }
.wl-timeline-item { display: grid; grid-template-columns: 1fr; gap: 1.2rem; align-items: center; }
.wl-timeline-photo img { border-radius: 1rem; aspect-ratio: 4/5; object-fit: cover; }
.wl-timeline-year { font-family: var(--font-heading); font-size: 2.2rem; color: var(--amarelo); font-weight: 800; }
.wl-timeline-text h3 { color: var(--brand); font-size: 1.3rem; }
.wl-atuacao-topico { margin-bottom: 1.75rem; }
.wl-atuacao-topico:last-child { margin-bottom: 0; }
.wl-atuacao-topico h3 { font-family: var(--font-heading); text-transform: uppercase; letter-spacing: .02em; margin-bottom: .5rem; }
.wl-atuacao-topico p { margin-bottom: .6rem; }
.wl-atuacao-topico p:last-child { margin-bottom: 0; }
@media (min-width: 900px) {
  .wl-timeline-list::before { display: block; }
  .wl-timeline-item { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .wl-timeline-item.is-right .wl-timeline-photo { order: 2; }
}

/* ---------- Citação ---------- */
.wl-quote { background: #62BA14; padding: 5rem 0; text-align: center; }
.wl-quote-text { font-family: var(--font-heading); font-size: clamp(1.5rem, 3.5vw, 2.6rem); max-width: 900px; margin: 0 auto 1.5rem; }
.wl-quote-sig { color: var(--brand); font-weight: 700; }

/* ---------- Pautas ---------- */
.wl-pautas { background: #F7CA2D; padding: 5rem 0; text-align: center; }
.wl-pautas-list { display: grid; grid-template-columns: 1fr; gap: 1.5rem; text-align: left; margin-top: 2.5rem; }
@media (min-width: 640px) { .wl-pautas-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .wl-pautas-list { grid-template-columns: repeat(3, 1fr); } }
.wl-pauta-item { aspect-ratio: 1 / 1; background: #fff; border-radius: 1.25rem; padding: 1.75rem; display: flex; flex-direction: column; justify-content: center; box-shadow: 0 4px 18px rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.05); }
.wl-pauta-num { display: block; color: var(--brand); font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .5rem; }
.wl-pauta-item h3 { color: var(--ink); font-family: var(--font-heading); font-size: 1.15rem; margin: 0 0 .6rem; line-height: 1.25; }
.wl-pauta-item p { color: var(--slate); font-size: .92rem; line-height: 1.5; margin: 0; opacity: .85; overflow: hidden; }

/* ---------- Depoimentos ---------- */
.wl-depoimentos { background: #3E542B; padding: 5rem 0; text-align: center; }
.wl-depoimentos-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; text-align: left; }
.wl-depoimento-card { background: #fff; border-radius: 1.25rem; padding: 2rem; }
.wl-quote-icon { color: var(--amarelo); font-size: 2.5rem; font-family: var(--font-heading); line-height: 1; }
.wl-depoimento-citacao { font-family: var(--font-heading); font-size: 1.05rem; }
.wl-depoimento-autor { display: flex; align-items: center; gap: .8rem; margin-top: 1rem; }
.wl-depoimento-autor img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.wl-depoimento-autor strong { color: var(--brand); display: block; }
.wl-depoimento-autor span { font-size: .82rem; color: #777; }
@media (min-width: 900px) { .wl-depoimentos-grid { grid-template-columns: repeat(3,1fr); } }

/* ---------- Notícias ---------- */
.wl-noticias-recentes, .wl-noticias-page { background: #fff; padding: 5rem 0; }
.wl-noticias-page { padding-top: 2rem; }
.wl-noticias-grid { display: grid; grid-template-columns: 1fr; gap: 1.75rem; margin-top: 2rem; }
.wl-noticia-card { display: block; background: #fff; }
.wl-noticia-thumb { position: relative; aspect-ratio: 4/5; border-radius: 1rem; overflow: hidden; background: #eee; margin-bottom: .8rem; }
.wl-noticia-thumb img { width: 100%; height: 100%; object-fit: cover; }
.wl-noticia-cat { position: absolute; top: .7rem; left: .7rem; background: var(--brand); color: #fff; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; padding: .3rem .6rem; border-radius: 9999px; }
.wl-noticia-data { color: var(--amarelo); text-transform: uppercase; font-size: .75rem; font-weight: 700; letter-spacing: .05em; }
.wl-noticia-card h3 { color: var(--brand); font-size: 1.2rem; margin: .3rem 0; }
.wl-noticia-card p { color: #555; font-size: .92rem; }
.wl-ler-materia { color: var(--ink); font-weight: 700; font-size: .85rem; }
.wl-ver-todas { text-align: center; margin-top: 2.5rem; }
.wl-vazio { text-align: center; color: #777; padding: 2rem 0; }
@media (min-width: 768px) { .wl-noticias-grid, .wl-noticias-grid-3 { grid-template-columns: repeat(3,1fr); } .wl-noticias-grid-2 { grid-template-columns: repeat(2,1fr); } }
.wl-noticia-relacionadas { margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid #eee; }
.wl-noticia-relacionadas .wl-section-title { text-align: left; margin-bottom: 1.5rem; }

/* ---------- Instagram ---------- */
.wl-instagram { background: #fff; padding: 4rem 0; text-align: center; }
.wl-instagram-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin-top: 2rem; }
.wl-instagram-item { position: relative; aspect-ratio: 4/5; background-size: cover; background-position: center; display: flex; align-items: flex-end; overflow: hidden; }
.wl-instagram-item span { width: 100%; padding: .5rem; background: rgba(58,177,39,.9); color: #fff; font-size: .72rem; opacity: 0; transition: opacity .3s ease; text-align: left; }
.wl-instagram-item:hover span { opacity: 1; }

/* Feed automático do plugin Instagram Feed (Smash Balloon), quando a conta estiver conectada */
.wl-instagram #sb_instagram.sbi { padding: 0 !important; margin-top: 2rem; }
.wl-instagram #sbi_images { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: .6rem !important; }
.wl-instagram .sbi_item { width: 100% !important; padding: 0 !important; margin: 0 !important; }
.wl-instagram .sbi_photo_wrap { aspect-ratio: 4/5; }
.wl-instagram .sbi_photo { position: static !important; height: 100% !important; }
.wl-instagram .sbi_photo img { width: 100%; height: 100%; object-fit: cover; }
.wl-instagram #sbi_header, .wl-instagram #sbi_load_btn, .wl-instagram .sbi-follow-btn, .wl-instagram .sbi_scroll_load_spinner { display: none !important; }

/* ---------- Redes sociais ---------- */
.wl-social { background: #2B3324; border-top: 3px solid var(--amarelo); border-bottom: 3px solid var(--amarelo); padding: 4rem 0; }
.wl-social-inner { text-align: center; }
.wl-social-icons { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; margin-top: 1.5rem; }
.wl-social-icon { width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 1.5px solid #ddd; display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-heading); }
.wl-social-icon:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.wl-social-icon svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ---------- Barra Mulher Não Se Cale ---------- */
.wl-mulher-bar { background: var(--mulher); color: #fff; padding: 1rem 0; }
.wl-mulher-inner { display: flex; flex-direction: column; gap: .6rem; align-items: flex-start; }
.wl-mulher-text strong { display: block; font-family: var(--font-heading); }
.wl-mulher-text span { font-size: .88rem; opacity: .9; }
.wl-mulher-fones { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.wl-mulher-fones a { text-decoration: underline; font-size: .88rem; }
.wl-mulher-link { background: rgba(255,255,255,.15); padding: .4rem .9rem; border-radius: 9999px; }
@media (min-width: 768px) { .wl-mulher-inner { flex-direction: row; justify-content: space-between; align-items: center; } }

/* ---------- MDB block ---------- */
.wl-mdb-block { background: var(--ink); padding: 3rem 0; }
.wl-mdb-inner { display: flex; flex-direction: column; gap: 1.5rem; align-items: center; text-align: center; }
.wl-mdb-logo { width: 90px; height: auto; }
.wl-mdb-text h2 { color: #fff; }
.wl-mdb-text p { color: rgba(255,255,255,.75); }
@media (min-width: 900px) { .wl-mdb-inner { flex-direction: row; text-align: left; } }

/* ---------- Footer ---------- */
.wl-footer { background: #30332D; border-top: 4px solid var(--amarelo); padding: 4rem 0 0; color: #fff; }
.wl-footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.wl-footer-col h2 { font-size: clamp(2rem,4vw,2.6rem); }
.wl-footer-col h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: .05em; margin-top: 1.2rem; }
.wl-footer-col a { text-decoration: underline; }
.wl-footer-nav { list-style: none; padding: 0; margin: 0 0 1rem; }
.wl-footer-nav li { margin-bottom: .4rem; }
.wl-footer-social { display: flex; flex-wrap: wrap; gap: .5rem; }
.wl-form { display: flex; flex-direction: column; gap: .8rem; margin-top: .5rem; }
.wl-form label { display: flex; flex-direction: column; gap: .3rem; font-size: .85rem; font-weight: 600; }
.wl-form input, .wl-form select, .wl-form textarea { border: 1px solid #ccc; border-radius: .5rem; padding: .6rem .8rem; font-family: var(--font-body); font-size: .95rem; }
.wl-form-success { background: #e9f7e0; border: 1px solid var(--brand); border-radius: .5rem; padding: 1rem; }
.wl-footer-bottom { margin-top: 3rem; padding: 1.5rem 0; background: var(--ink); color: rgba(255,255,255,.7); font-size: .82rem; text-align: center; }
@media (min-width: 900px) { .wl-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; } }

/* ---------- WhatsApp / VLibras ---------- */
.wl-whatsapp-btn { position: fixed; bottom: 1.5rem; right: 1.5rem; width: 62px; height: 62px; border-radius: 50%; background: var(--whatsapp); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(0,0,0,.25); z-index: 80; overflow: hidden; animation: isabela-bob 2.8s ease-in-out infinite; }
.wl-whatsapp-btn img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.wl-vlibras { z-index: 90; }

/* ---------- Page header genérico ---------- */
.wl-page-header { background: #fff; padding: 7.5rem 0 2.5rem; }
.wl-page-header h1 { font-size: clamp(2rem,4vw,3rem); color: var(--ink); }
.wl-page-header p { max-width: 640px; color: #666; }

/* ---------- Leis ---------- */
.wl-leis { background: #fff; padding-bottom: 5rem; }
.wl-filtros { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
.wl-filtro-chips { display: flex; gap: .6rem; flex-wrap: wrap; }
.wl-chip { border: 1.5px solid #ddd; border-radius: 9999px; padding: .5rem 1.1rem; font-size: .85rem; font-weight: 600; }
.wl-chip.active, .wl-chip:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.wl-contador { color: #777; font-size: .88rem; }
.wl-leis-list { border-top: 1px solid #e5e5e5; }
.wl-lei-row { display: grid; grid-template-columns: 1fr; gap: .5rem; padding: 1.1rem 0; border-bottom: 1px solid #e5e5e5; align-items: center; }
.wl-lei-row:hover { background: var(--federal); }
.wl-lei-codigo { font-family: ui-monospace, monospace; color: var(--brand); font-weight: 700; }
.wl-lei-ementa { color: #444; }
.wl-lei-etiqueta { font-size: .7rem; font-weight: 800; letter-spacing: .06em; padding: .3rem .6rem; border-radius: 9999px; justify-self: start; }
.wl-etiqueta-aprovada { background: rgba(98,186,20,.15); color: var(--brand-light); }
.wl-etiqueta-tramitacao { background: rgba(253,185,0,.2); color: #8a6400; }
@media (min-width: 768px) { .wl-lei-row { grid-template-columns: 200px 1fr 160px; gap: 1.5rem; } }

/* ---------- Notícia single ---------- */
.wl-noticia-single { background: #fff; padding: 7.5rem 0 5rem; }
.wl-noticia-single-inner { max-width: 760px; }
.wl-breadcrumb a { color: #777; font-size: .85rem; }
.wl-noticia-single h1 { color: var(--brand); font-size: clamp(2rem,4vw,3rem); margin-top: .5rem; }
.wl-noticia-resumo { font-size: 1.15rem; color: #555; }
.wl-noticia-capa { border-radius: 1rem; overflow: hidden; margin: 1.5rem 0; }
.wl-noticia-corpo { font-size: 1.1rem; line-height: 1.8; }
.wl-noticia-assinatura { margin-top: 2.5rem; }
.wl-hr-yellow { display: block; width: 60px; height: 3px; background: var(--amarelo); margin-bottom: 1rem; }

/* ---------- Galeria ---------- */
.wl-galeria-bloco { background: #fff; padding: 3.5rem 0; }
.wl-galeria-bloco-alt { background: var(--federal); }
.wl-galeria-sub { color: #666; }
.wl-galeria-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; margin-top: 1.5rem; }
.wl-galeria-grid img { aspect-ratio: 4/5; object-fit: cover; border-radius: .75rem; width: 100%; height: 100%; }
.wl-flickr-loading { grid-column: 1/-1; color: #777; }
.wl-galeria-albuns-head { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.wl-albuns-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.wl-album-card { position: relative; aspect-ratio: 4/5; border-radius: 1rem; background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: flex-end; padding: 1rem; color: #fff; overflow: hidden; }
.wl-album-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.75), transparent 60%); z-index: 0; }
.wl-album-card span, .wl-album-card h3 { position: relative; z-index: 1; }
.wl-album-tag { color: var(--amarelo); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.wl-album-card h3 { color: #fff; font-size: 1rem; margin: .2rem 0 0; }
.wl-album-links a { text-decoration: underline; }
.wl-album-preview-grid { margin-top: 1.5rem; }
.wl-album-photo { display: block; aspect-ratio: 4/5; background-size: cover; background-position: center; border-radius: .75rem; }
.wl-album-404 { padding: 2rem 0 5rem; }
@media (min-width: 768px) { .wl-galeria-grid, .wl-albuns-grid, .wl-album-preview-grid { grid-template-columns: repeat(4,1fr); } .wl-galeria-albuns-head { flex-direction: row; justify-content: space-between; align-items: center; } }

/* ---------- Acessibilidade ---------- */
.wl-acessibilidade { background: #fff; padding-bottom: 5rem; }
.wl-acess-intro { max-width: 700px; font-size: 1.05rem; }
.wl-acess-blocos { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin: 2.5rem 0; }
.wl-acess-bloco { background: var(--federal); border-radius: 1rem; padding: 1.75rem; }
.wl-acess-icon { font-size: 2rem; display: block; margin-bottom: .75rem; }
.wl-acess-contato { background: var(--federal); border-radius: 1rem; padding: 2rem; }
@media (min-width: 900px) { .wl-acess-blocos { grid-template-columns: repeat(3,1fr); } }

/* =============================================================================
   ALTO CONTRASTE — padrão eMAG
   ============================================================================= */
html.alto-contraste, html.alto-contraste body { background-color: #000 !important; }
html.alto-contraste * { background-color: #000 !important; color: #fff !important; border-color: #fff !important; box-shadow: none !important; text-shadow: none !important; background-image: none !important; }
html.alto-contraste img, html.alto-contraste svg image { filter: grayscale(1) contrast(1.15); opacity: .92; }
html.alto-contraste a, html.alto-contraste button { color: #FFF333 !important; text-decoration: underline !important; }
html.alto-contraste a:hover, html.alto-contraste button:hover, html.alto-contraste a:focus-visible, html.alto-contraste button:focus-visible { color: #000 !important; background-color: #FFF333 !important; }

@media (max-width: 640px) {
  .wl-hero { padding-top: 5.5rem; }
  .wl-metrics-grid { grid-template-columns: 1fr; }
}
.wl-quote .wl-quote-text { margin-left: auto; margin-right: auto; }
/* LEI "MULHER, NÃO SE CALE" */
.wl-lei-destaque { padding: 3rem 0; }
.wl-lei-card {
	position: relative;
	overflow: hidden;
	border-radius: 1.5rem;
	background: var(--mulher);
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	padding: 2rem;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.wl-lei-card { grid-template-columns: auto 1fr; padding: 3rem; gap: 2.5rem; }
}
.wl-lei-icon {
	width: 6rem;
	height: 6rem;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0,0,0,.25);
	flex-shrink: 0;
}
.wl-lei-icon img { width: 643.28px; height: 300.72px; max-width: none; display: block; transform: translate(-273.23px, -102.56px); }
.wl-lei-titulo { font-family: var(--font-heading); font-size: 1.75rem; color: #fff; margin-bottom: 1rem; line-height: 1.2; }
.wl-lei-texto { color: #fff; font-size: 1rem; line-height: 1.6; max-width: 60ch; }
.wl-lei-btn { display: inline-block; margin-top: 1.5rem; background: #F7CA2D !important; color: var(--mulher) !important; padding: .75rem 1.6rem !important; border-radius: 999px !important; font-weight: 700 !important; letter-spacing: .02em; font-size: .95rem !important; font-family: var(--font-body) !important; border: none !important; cursor: pointer; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.wl-lei-btn:hover { background: #fff !important; color: var(--mulher) !important; }


/* ---------- Preciso de ajuda (nav + modal) ---------- */
.wl-ajuda-overlay { display: none; position: fixed; inset: 0; z-index: 3000; background: rgba(0,0,0,.87); align-items: center; justify-content: center; padding: 20px; }
.wl-ajuda-overlay.open { display: flex; }
.wl-ajuda-box { background: #230010; border: 1px solid #3a2830; border-top: 4px solid #c0003a; border-radius: 16px; max-width: 540px; width: 100%; padding: 2.1rem; position: relative; max-height: 80vh; overflow-y: auto; }
.wl-ajuda-close { position: absolute; top: 12px; right: 14px; background: none; border: none; color: #9a8890; font-size: 1.4rem; cursor: pointer; line-height: 1; }
.wl-ajuda-close:hover { color: #c0003a; }
.wl-ajuda-box h2 { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 800; color: #c0003a; margin-bottom: 1.1rem; }
.wl-ajuda-box p { font-size: .84rem; color: #e8e0e3; margin-bottom: .75rem; }
.wl-ajuda-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 1.2rem; }
.wl-ajuda-btn { display: block; background: #c0003a; color: #fff !important; font-family: var(--font-heading); font-weight: 700; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; padding: 14px 20px; border-radius: 10px; text-align: center; transition: background .2s, transform .15s; }
.wl-ajuda-btn:hover { background: #8a0028; transform: translateY(-1px); }
.wl-ajuda-btn-outline { background: transparent; border: 2px solid #c0003a; color: #c0003a !important; }
.wl-ajuda-btn-outline:hover { background: #c0003a; color: #fff !important; }
.wl-ajuda-nota { font-size: .76rem; color: #9a8890; margin-bottom: 0; }

/* Ajustes de contraste para as novas cores de fundo das seções (paleta aplicada em 03/09) */
.wl-quote .wl-quote-sig { color: var(--ink); }
.wl-pautas .wl-section-title { color: var(--ink); }
.wl-depoimentos .wl-section-title { color: #fff; }
.wl-footer .wl-form-success { color: var(--ink); }
.wl-footer .wl-form input, .wl-footer .wl-form select, .wl-footer .wl-form textarea { color: var(--ink); }
.wl-footer a:hover { color: var(--amarelo); }
