/* ============================================
   PN - Partido Nacional
   Site Institucional - Estilos Principais
   Identidade: Azul Marinho + Dourado
   ============================================ */

/* ============================================
   REMOVER GRADIENTE LARANJA - SEÇÃO PELO BRASIL
   ============================================ */
#section-pelo-brasil,
#section-pelo-brasil *,
#section-pelo-brasil::before,
#section-pelo-brasil::after,
.pelo-brasil-home-section,
.pelo-brasil-home-section *,
.pelo-brasil-home-section::before,
.pelo-brasil-home-section::after,
.map-container,
.map-container *,
.map-container::before,
.map-container::after {
  background: transparent !important;
  background-image: none !important;
  background-gradient: none !important;
  background-color: transparent !important;
}

/* --- Custom Properties --- */
:root {
  /* PN Brand Colors */
  --primary: #1B4F8A;
  --primary-dark: #0D3B6E;
  --primary-light: #2A6CB8;
  --secondary: #E8A828;
  --secondary-dark: #C78D1A;
  --accent: #27AE60;
  --bg: #F4F5F9;
  --bg-alt: #EEF0F5;
  --card-bg: #FFFFFF;
  --text: #2C3E50;
  --text-light: #6B7B8D;
  --text-muted: #95A5B6;
  --border: #E0E3E8;
  --border-light: #F0F1F4;
  --shadow: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-lg: 0 4px 20px rgba(0,0,0,0.12);
  --radius: 10px;
  --radius-lg: 13px;
  --header-h: auto;
  --topbar-h: 48px;
  --max-w: 1145px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-heading: 'Plus Jakarta Sans', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --transition: 0.3s ease;
  --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --section-space: 64px;

  /* Theme Variable Overrides (maps ThemeHoly vars to PN brand) */
  --theme-color: #1B4F8A;
  --theme-color2: #E8A828;
  --title-color: #2C3E50;
  --body-color: #6B7B8D;
  --smoke-color: #F4F5F9;
  --smoke-color2: #EEF0F5;
  --white-color: #ffffff;
  --black-color: #000000;
  --th-border-color: #E0E3E8;
  --title-font: "Plus Jakarta Sans", sans-serif;
  --body-font: "Inter", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1200px;
  --container-gutters: 24px;
  --section-space: 64px;
  --section-space-mobile: 48px;
  --section-title-space: 32px;
  --th-body-background: #F4F5F9;
}

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800;900&display=swap');

/* --- Custom Scrollbar --- */
body::-webkit-scrollbar { width: 10px; height: 10px; }
body::-webkit-scrollbar-track { background: rgba(27,79,138,0.1); box-shadow: inset 0 0 6px rgba(0,0,0,0.15); }
body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.3) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 75%, transparent 75%, transparent);
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover { background-color: var(--primary-dark); }

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); }
a { color: var(--primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--secondary); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: inherit; }

/* --- Utilities --- */
.container { max-width: var(--max-w); margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; width: 100%; }
@media screen and (min-width: 1248px) { .container { padding-left: 0; padding-right: 0; } }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.text-center { text-align: center; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.gap-1 { gap: 8px; }
.gap-2 { gap: 16px; }
.gap-3 { gap: 24px; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }

/* --- Header (matches pt.org.br main-header — measured values) --- */
/* MEDIÇÃO: .main-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 20 } */
.main-header {
  background-color: var(--primary);
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
}

/* Overlay sobre o GIF do header */
.header-gif-overlay {
  background: rgba(180, 40, 0, 0.50) !important;
}

/* Garante que o conteúdo fique acima do GIF e overlay */
.main-header > div:last-child {
  position: relative;
  z-index: 2;
}
/* MEDIÇÃO: .main-header-content .limit { display: flex; justify-content: space-between; padding: 16px 8px 24px 16px } */
.main-header-content .container {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  padding: 5px 0 !important;
  gap: 20px;
}
.main-header h1 { margin: 0; line-height: 1; }
/* MEDIÇÃO: .header-logos { display: flex; justify-content: center; max-width: 390px; width: 50% } */
.header-logos {
  display: flex;
  justify-content: flex-start;
  width: auto;
  align-items: center;
}
.logo-pn { display: block; width: 140px; height: auto; transition: width 0.3s ease; }
.header-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.header-logo span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.header-actions {
  display: flex;
  align-items: center;
}
/* MEDIÇÃO: .main-header-login a { border: 2px solid #fff; border-radius: 30px; padding: 9px 16px 8px; font-size: 14px; font-weight: 700 } */
.header-login-buttons {
  display: flex;
  gap: 8px;
}
.header-login-buttons a {
  border: 2px solid #fff;
  border-radius: 30px;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  justify-content: center;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all var(--transition);
}
.header-login-buttons a:hover {
  background: var(--secondary);
  color: var(--primary-dark);
  border-color: var(--secondary);
}
/* MEDIÇÃO: .main-header-close-button { font-size: 13px; margin-top: 32px; text-transform: uppercase } */
.header-close-btn {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  display: none;
  font-size: 13px;
  margin-top: 32px;
  position: relative;
  text-transform: uppercase;
}
.header-close-btn i { display: inline-block; height: 24px; margin-left: 8px; width: 24px; font-style: normal; }
/* MEDIÇÃO: .main-header-button-menu { color: #fff; cursor: pointer; font-size: 18px; font-weight: bold; text-transform: uppercase } */
.header-menu-btn {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background: none;
  border: 0;
  padding: 0;
}
.header-menu-btn i { height: 17px; width: 19px; }
.header-menu-btn span { display: none; }
@media screen and (min-width: 780px) {
  .logo-pn { width: 220px; }
}
@media screen and (min-width: 1100px) {
  /* MEDIÇÃO @1100px: .main-header-content .limit { padding: 27px 33px } */
  .main-header-content .container { padding: 5px 0 !important; align-items: center !important; }
  .header-login-buttons a { font-size: 18px; padding: 8px 24px; min-width: 115px; }
  .header-menu-btn i { height: 24px; width: 27px; }
  .header-menu-btn span { display: initial; margin-left: 8px; }
  .header-logos { justify-content: space-between; width: 50%; }
}
@media screen and (min-width: 1145px) {
  /* MEDIÇÃO @1145px: .main-header-content .limit { padding: 27px 0 } */
  .main-header-content .container { padding: 5px 0 !important; align-items: center !important; }
}

/* --- Fullscreen Nav Overlay (measured from pt.org.br main-header-nav) --- */
/* MEDIÇÃO: .main-header-nav { color: #fff; display: none; padding-bottom: 32px; visibility: hidden } */
.main-header-nav {
  color: #fff;
  display: none;
  padding-bottom: 32px;
  background: var(--primary-dark);
}
.main-header-nav.active {
  display: block;
  visibility: visible;
}
/* MEDIÇÃO: .main-header-nav .limit { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; margin-bottom: 48px; position: relative; width: 100% } */
.main-header-nav .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 48px;
  position: relative;
  width: 100%;
}
/* MEDIÇÃO: .main-header-nav .nav-column { margin-bottom: 16px; text-align: center } */
.nav-column {
  margin-bottom: 16px;
  text-align: center;
}
/* MEDIÇÃO: .nav-title { font-size: 14px; margin-bottom: 0.1em; text-transform: uppercase } */
.nav-title {
  color: var(--secondary);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-list li { margin-bottom: 4px; }
/* MEDIÇÃO: .nav-item-link { color: #fff; font-size: 13px; font-weight: 300; text-decoration: none } */
.nav-item-link {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  padding: 4px 0;
  display: block;
  transition: color var(--transition);
}
.nav-item-link:hover { color: var(--secondary); }
@media screen and (min-width: 1100px) {
  /* MEDIÇÃO @1100px: .nav-title { font-size: 21px; margin-bottom: 1em } */
  .nav-title { font-size: 21px; margin-bottom: 1em; }
  /* MEDIÇÃO @1100px: .nav-item-link { font-size: 16px } */
  .nav-item-link { font-size: 16px; }
}
@media screen and (min-width: 1145px) {
  /* MEDIÇÃO @1145px: .main-header-nav .limit { align-items: flex-start; flex-direction: row; justify-content: space-between; padding: 27px 0 70px } */
  .main-header-nav .container {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding: 32px 0 64px;
  }
  .nav-column { text-align: initial; }
  /* MEDIÇÃO @1145px: .main-header-close-button { bottom: 15px; font-size: 16px; position: absolute; right: 0 } */
  .header-close-btn {
    bottom: 16px;
    font-size: 16px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
  }
}

/* --- Mobile Overlay --- */
.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 998;
}
.mobile-overlay.active { display: block; }

/* --- Secondary Nav Bar (measured from pt.org.br) --- */
/* MEDIÇÃO: .secondary-nav { max-width: 1145px; padding: 24px 8px; position: relative; width: 100%; z-index: 2 } */
.secondary-nav-bar {
  background: #ebe5d9;
}
.secondary-nav {
  max-width: 1145px;
  padding: 20px 0;
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
}
/* MEDIÇÃO: .special-news-form { width: 100% } */
.secondary-nav-search {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 680px;
}
/* MEDIÇÃO: .special-news-label { border: 1px solid #000; background-color: #fff; border-radius: 50px; display: block; position: relative } */
.secondary-nav-search-label {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}
.secondary-nav-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 14px 16px;
  border-radius: 50px;
  border: 1px solid #000;
  background: var(--primary);
  color: #fff;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}
.secondary-nav-search button:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary-dark);
}
.secondary-nav-search button i {
  font-size: 1rem;
}
/* MEDIÇÃO: .icon-red-search { left: 15px; position: absolute; height: 24px; width: 24px } */
.secondary-nav-search-label i {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--primary);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
/* MEDIÇÃO: input { border: none; border-radius: 50px; font-size: 18px; font-weight: 300; padding: 16px 8px 8px 48px; text-transform: uppercase; width: 100% } */
.secondary-nav-search-label input {
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 300;
  padding: 16px 8px 8px 48px;
  text-transform: uppercase;
  width: 100%;
  outline: none;
  background: transparent;
}
/* MEDIÇÃO: .secondary-nav-social { align-items: center; display: flex; list-style: none; margin: 0; padding: 0 } */
.secondary-nav-social {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* MEDIÇÃO: li:first-of-type { font-size: 15px; margin-right: 13px; text-transform: uppercase } */
.secondary-nav-social strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
  text-transform: uppercase;
  margin-right: 16px;
}
/* MEDIÇÃO: li.links { min-width: 220px } */
.secondary-nav-social .social-links {
  display: flex;
  gap: 8px;
  min-width: 220px;
}
.secondary-nav-social .social-links a {
  color: var(--primary);
  font-size: 1rem;
  transition: color var(--transition);
}
.secondary-nav-social .social-links a:hover {
  color: var(--secondary);
}
@media screen and (min-width: 1100px) {
  /* MEDIÇÃO @1100px: .secondary-nav { align-items: center; display: flex; justify-content: space-between; padding: 24px 0 } */
  .secondary-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
  }
}
@media screen and (min-width: 1145px) {
  /* MEDIÇÃO @1145px: .special-news-label { border: none } */
  .secondary-nav-search-label { border: none; }
}

/* --- Hero News Banners Carousel (matches pt.org.br .news-card-banner-2026-carousel) --- */
/* MEDIÇÃO: .news-card-wrapper { display: flex; flex-wrap: wrap; margin-bottom: 24px } */
.news-banner-wrapper {
  margin-bottom: 24px;
  position: relative;
}
/* Swiper carousel container */
.hero-swiper {
  position: relative;
  overflow: hidden;
}
.hero-swiper .swiper-slide {
  height: auto;
}
/* MEDIÇÃO: .news-card-feaured-cards { display: flex; flex-direction: column-reverse } */
/* Clone uses Swiper carousel – structural adaptation */
.news-banner {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  overflow: hidden;
}
/* MEDIÇÃO: .news-card-banner { background-size: 0; max-width: 750px; position: relative } */
.news-banner-image {
  width: 100%;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}
/* MEDIÇÃO: .news-card-figure:after { gradient 0deg, rgba(0,0,0,0.8) 16%, rgba(0,0,0,0) 82%; opacity: 0.7 } */
.news-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 16%, rgba(0,0,0,0) 82%);
  opacity: 0.7;
}
.news-banner-content {
  flex: 1;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-banner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
/* MEDIÇÃO: .news-card-category { background-color: #fff; border-radius: 25px; font-size: 12px; font-weight: 600; padding: 5px 8px; text-transform: uppercase } */
.news-banner-tag {
  display: inline-block;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  letter-spacing: 0.5px;
}
/* MEDIÇÃO: .news-card-social-white { bottom: 7%; position: absolute; right: 3% } */
.news-banner-social {
  display: flex;
  gap: 8px;
}
.news-banner-social a {
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: color var(--transition);
}
.news-banner-social a:hover { color: var(--primary); }
.news-banner-link { color: inherit; }
.news-banner-link:hover { color: inherit; }
/* MEDIÇÃO @1145px: .news-card-banner .news-card-title { font-size: 29px; line-height: 1.3; margin-bottom: 0.55em } */
.news-banner-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.15em 0 0.35em;
  color: var(--text);
  font-family: var(--font-heading);
}
.news-banner-link:hover .news-banner-title { color: var(--primary); }
/* MEDIÇÃO: .news-card-description { font-size: 15px; font-weight: 400; margin: 0 0 1em } */
.news-banner-description {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-light);
  line-height: 1.6;
  margin: 0 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hero Swiper Navigation Arrows (matches pt.org.br owl-nav prev/next) */
.hero-swiper-prev,
.hero-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 50px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
}
.hero-swiper-prev:hover,
.hero-swiper-next:hover {
  background: var(--primary-dark);
}
.hero-swiper-prev { left: 0; }
.hero-swiper-next { right: 0; }

/* Hero Swiper Pagination Dots (matches pt.org.br owl-dots: 10x10, border-radius 5px) */
.hero-swiper-pagination {
  text-align: center;
  margin-top: 16px;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  opacity: 1;
  margin: 0 4px;
  transition: background 0.3s;
}
.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  border-color: var(--primary);
}

@media screen and (min-width: 1100px) {
  .news-banner { flex-direction: row; }
  .news-banner-wrapper { margin-bottom: 32px; }
  .news-banner-image { width: 45%; min-height: 280px; }
  .news-banner-title { margin: 0.15em 0 0.2em; }
}
@media screen and (min-width: 1145px) {
  /* MEDIÇÃO @1145px: .news-card-banner { height: 500px; margin-right: 24px; width: 750px; overflow: hidden; background-size: cover } */
  .news-banner-title { font-size: 29px; line-height: 1.3; margin-bottom: 0.55em; }
  /* MEDIÇÃO @1145px: .news-card-description { font-size: 14px } */
  .news-banner-description { font-size: 14px; }
  /* MEDIÇÃO @1145px: .news-card-title (regular) { font-size: 18px } */
  /* MEDIÇÃO @1145px: .news-card-image { border-radius: 10px } */
  /* MEDIÇÃO @1145px: .news-card-figure { border-radius: 13px; min-height: 130px } */
}

/* --- Section Headings --- */
.section { padding: var(--section-space) 0; }
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.section-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--primary);
  position: relative;
  padding-left: 16px;
  letter-spacing: -0.02em;
}
.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background: var(--secondary);
  border-radius: 2px;
}
.section-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s var(--cubic);
}
.section-link:hover { color: var(--secondary); gap: 8px; }

/* --- News Section Title (measured from pt.org.br .special-news-title-section) --- */
/* MEDIÇÃO: .special-news-title-section { font: normal 22px "Roboto Slab"; font-weight: 700; margin: 0 auto 0.5em; text-transform: uppercase } */
.news-section-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin: 0 auto 0.5em;
  text-transform: uppercase;
  font-family: var(--font-heading);
}
@media screen and (min-width: 1100px) {
  /* MEDIÇÃO @1100px: font-size: 23px */
  .news-section-title { font-size: 23px; }
}

/* --- Banner Aside (measured from pt.org.br .banner-news-whats) --- */
/* MEDIÇÃO: .banner-news-whats { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 32px } */
/* MEDIÇÃO: .main-banner { margin-bottom: 16px; width: 100% } */
.banner-aside {
  margin-bottom: 16px;
}
.ad-banner-img {
  margin-bottom: 16px;
  width: 100%;
}

/* --- News Cards Row (measured from pt.org.br .cards-list .news-card.column-reverse) --- */
/* MEDIÇÃO: .cards-list { align-items: flex-start; display: flex; flex-wrap: wrap } */
.news-cards-row {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
/* MEDIÇÃO: .news-card { border-radius: 10px; display: flex; flex-direction: column } */
/* MEDIÇÃO: .news-card.column-reverse { flex-direction: column-reverse } */
.news-card-col, .news-card {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 10px;
  margin-bottom: 16px;
  background: var(--card-bg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.4s var(--cubic);
}
.news-card-col:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
/* MEDIÇÃO: .news-card-content { display: flex; flex: 1; flex-direction: column; padding: 16px } */
.news-card-col-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}
.news-card-col-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
/* MEDIÇÃO: .news-card-category { background-color: #fff; border-radius: 25px; font-size: 12px; font-weight: 600; padding: 5px 8px; text-transform: uppercase } */
.news-card-col-tag {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 25px;
}
.news-card-col-social {
  display: flex;
  gap: 8px;
}
.news-card-col-social a { color: var(--text-muted); font-size: 0.85rem; }
.news-card-col-social a:hover { color: var(--primary); }
.news-card-col-link { color: inherit; }
.news-card-col-link:hover { color: inherit; }
/* MEDIÇÃO @1145px: .news-card-title { font-size: 18px; margin-top: 0.3em } */
.news-card-col-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0.3em 0 8px;
  color: var(--text);
  font-family: var(--font-heading);
}
.news-card-col-link:hover .news-card-col-title { color: var(--primary); }
/* MEDIÇÃO: .news-card-description { font-size: 15px; font-weight: 400; margin: 0 0 1em } */
.news-card-col-description {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-light);
  line-height: 1.6;
  margin: 0 0 16px;
}
/* MEDIÇÃO: .news-card-time { font-size: 14px; font-weight: 300 } */
.news-card-col-time {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
}
/* MEDIÇÃO: .news-card-figure { border-radius: 13px; min-height: 130px; overflow: hidden; position: relative } */
.news-card-col-figure, .news-card-figure {
  border-radius: 13px;
  min-height: 130px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.news-card-col-figure .img-placeholder,
.news-card-col-figure img {
  width: 100%;
  display: block;
  transition: transform 0.6s var(--cubic);
}
.news-card-col:hover .news-card-col-figure .img-placeholder,
.news-card-col:hover .news-card-col-figure img {
  transform: scale(1.05);
}
@media screen and (min-width: 1100px) {
  /* MEDIÇÃO @1100px: .cards-list.md-5 .news-card.column-reverse { width: 30.3%; margin-right: 2.8% } */
  .news-card-col { width: 30.3%; margin-right: 2.8%; }
  .news-card-col:last-child { margin-right: 0; }
}
@media screen and (min-width: 1145px) {
  .news-card-col-title { font-size: 18px; }
  .news-card-col-description { font-size: 14px; }
}

/* --- Video Gallery (measured from pt.org.br article.video-gallery) --- */
/* MEDIÇÃO: .video-gallery { background-color: #e4142c; padding: 32px 8px; margin-bottom: 32px } */
.video-gallery {
  background-color: var(--primary);
  padding: 32px 16px;
  margin-bottom: 32px;
}
.video-gallery-main {
  padding: 0;
}
.video-gallery-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
/* MEDIÇÃO: .video-gallery-title h2 { color: #fff; font-size: 28px; font-weight: 900; margin-bottom: 0.8em } */
.video-gallery-header h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 0.8em;
}
/* MEDIÇÃO: .video-gallery-content { display: flex; flex-wrap: wrap; justify-content: space-between } */
.video-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
/* MEDIÇÃO @1100px: .video-gallery-content-video iframe { min-height: 347px } */
/* MEDIÇÃO @1100px: .video-gallery-content-video { max-width: 618px; width: 100% } */
.video-gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  width: 100%;
}
.video-gallery-item iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: var(--radius);
}
/* MEDIÇÃO @1100px: .video-gallery-content-list { max-width: 480px } */
@media screen and (min-width: 1100px) {
  .video-gallery-item:first-child { max-width: 618px; }
  .video-gallery-item:first-child iframe { min-height: 347px; }
  .video-gallery-item:not(:first-child) { max-width: 480px; }
}

/* --- Media CTA Row (matches pt.org.br .banner-news-whats > .radio-black-box + .zap-green-box) --- */
.media-cta-row {
  display: flex;
  gap: 24px;
  margin: 32px 0;
  align-items: stretch;
}
.radio-box {
  flex: 1;
  background: #1a1a2e;
  border-radius: var(--radius);
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
.radio-box-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.audio-bar-play-inline {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: background var(--transition);
}
.audio-bar-play-inline:hover { background: var(--primary-light); }
.audio-bar-info-inline { color: #fff; }
.audio-bar-title-inline { font-weight: 700; font-size: 0.95rem; }
.audio-bar-status-inline { font-size: 0.8rem; opacity: 0.7; }

.whatsapp-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #25d366;
  color: #fff;
  padding: 16px 24px;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
}
.whatsapp-cta:hover {
  background: #1da851;
  color: #fff;
}
.whatsapp-cta strong {
  font-size: 1rem;
}
.whatsapp-cta small {
  font-size: 0.8rem;
  opacity: 0.9;
}

/* --- Editorias + Newsletter Layout (measured from pt.org.br) --- */
/* MEDIÇÃO: .flex.flex-wrap.space-between { display: flex; flex-wrap: wrap; justify-content: space-between } */
.editorias-newsletter-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px 0 48px;
}
/* MEDIÇÃO @1100px: section.editorias { max-width: 755px } */
.editorias {
  flex: 1;
  min-width: 0;
}
/* MEDIÇÃO: .editorias-title { font-size: 22px; @1100px: 26px } */
.editorias-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 16px;
  font-family: var(--font-heading);
  text-transform: uppercase;
}
.editorias-select {
  margin-bottom: 24px;
}
.editorias-select select {
  padding: 8px 16px;
  border: 2px solid var(--border);
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  background: #fff;
  color: var(--text);
  text-transform: uppercase;
  cursor: pointer;
}
/* MEDIÇÃO: .editoria-cards { align-items: flex-start; display: flex; flex-wrap: wrap } */
.editorias-grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
/* MEDIÇÃO @1100px: .editoria-card { border: 1.3px solid #9a9a9a; border-radius: 10px; flex-direction: column-reverse; max-width: 240px; padding: 8px 17px; width: 32% } */
.editoria-card {
  background: var(--card-bg);
  border-radius: 8px;
  padding: 16px;
  box-shadow: var(--shadow);
  transition: all 0.3s var(--cubic);
  margin-bottom: 16px;
  width: 100%;
}
.editoria-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.editoria-card-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
/* MEDIÇÃO: .editoria-card-category { background: #e4142c → var(--primary); border-radius: 30px; font-size: 14px; padding: 8px 11px; @1100px: 7px 11px, font-size: 12px } */
.editoria-card-category {
  display: inline-block;
  padding: 8px 11px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 0.5px;
  background: var(--primary);
  color: #fff;
}
.editoria-card-share {
  display: flex;
  gap: 8px;
}
.editoria-card-share a { color: var(--text-muted); font-size: 0.8rem; }
.editoria-card-share a:hover { color: var(--primary); }
.editoria-card-link { color: inherit; }
.editoria-card-link:hover { color: inherit; }
.editoria-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
  color: var(--text);
  font-family: var(--font-heading);
}
.editoria-card-link:hover .editoria-card-title { color: var(--primary); }
.editoria-card-excerpt {
  font-size: 0.8rem;
  color: var(--text-light);
  line-height: 1.4;
}
/* MEDIÇÃO: .news-card-time { font-size: 14px; font-weight: 300 } */
.editoria-card-time {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
  margin-top: 8px;
}
.editoria-card-figure {
  margin: 8px 0 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  line-height: 0;
}
.editoria-card-figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1100px) {
  .editorias { max-width: 755px; }
  .editorias-title { font-size: 26px; }
  .editoria-card { border: 1px solid var(--border); max-width: 240px; width: 32%; margin-right: 2%; }
  .editoria-card:nth-child(3n) { margin-right: 0; }
  .editoria-card-category { padding: 7px 11px; font-size: 12px; }
}

/* --- Sidebar Newsletter (measured from pt.org.br .sidebar-newsletter) --- */
/* MEDIÇÃO: .sidebar-newsletter { max-width: 280px; margin: 58px 0 0 } */
.sidebar-newsletter {
  max-width: 280px;
  margin: 64px 0 0;
  flex-shrink: 0;
}
.newsletter-widget, .newsletter {
  background-color: var(--primary);
  border-radius: 10px;
  padding: 0 16px;
  color: #fff;
}
/* MEDIÇÃO: .newsletter-widget-title { font-size: 13px; @1145px: 15px } */
.newsletter-widget-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.4;
  padding-top: 24px;
}
.newsletter-widget-title b { color: var(--secondary); }
/* MEDIÇÃO: .newsletter-widget .limit { width: 231px; @1145px: 273px } */
.newsletter-widget-form { display: flex; flex-direction: column; gap: 0; width: 231px; margin: 0 auto; padding-bottom: 24px; }
.newsletter-widget-field { margin-bottom: 8px; }
/* MEDIÇÃO: input { border-radius: 38px } */
.newsletter-widget-field input[type="text"],
.newsletter-widget-field input[type="email"],
.newsletter-widget-field input[type="tel"] {
  width: 100%;
  padding: 8px 16px;
  border: none;
  border-radius: 38px;
  font-size: 0.88rem;
  outline: none;
}
.newsletter-widget-field input:focus { box-shadow: 0 0 0 3px rgba(232,168,40,0.3); }
.newsletter-widget-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.75rem;
  cursor: pointer;
}
.newsletter-widget-checkbox input[type="checkbox"] { margin-top: 2px; }
.newsletter-widget-checkbox a { color: var(--secondary); }
/* MEDIÇÃO: button { border: 2px solid; border-radius: 30px } */
.newsletter-widget-button {
  border: 2px solid #fff !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: transparent !important;
}
.newsletter-widget-button:hover {
  background: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: var(--primary-dark) !important;
}
@media screen and (min-width: 1100px) {
  /* MEDIÇÃO @1100px: .sidebar-newsletter { max-width: 365px } */
  .sidebar-newsletter { max-width: 365px; }
}
@media screen and (min-width: 1145px) {
  .newsletter-widget-title { font-size: 15px; }
  .newsletter-widget-form { width: 273px; }
}

/* --- Partner Banners Carousel (measured from pt.org.br .carousel-banners) --- */
/* MEDIÇÃO: .carousel-banners { margin: 24px auto 0; max-width: 1145px } */
/* MEDIÇÃO @1100px: .carousel-item { height: 143px; width: 167px; margin-bottom: 48px } */
.partner-banners {
  margin: 24px auto 0;
  max-width: 1200px;
  overflow: hidden;
}
.partner-swiper .swiper-slide {
  width: auto;
}
.partner-banner-link {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  transition: opacity var(--transition);
}
.partner-banner-link:hover { opacity: 0.8; }
/* MEDIÇÃO @1100px: .carousel-item { height: 143px; width: 167px } */
.partner-banner-link img {
  width: 167px;
  height: 143px;
  object-fit: cover;
}
@media screen and (min-width: 1100px) {
  .partner-banners { margin-bottom: 48px; }
}

/* --- News Card (kept for sub-pages) --- */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.news-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.news-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.news-card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.4s var(--cubic);
}
.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.news-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.news-card-img .img-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--cubic);
}
.news-card:hover .news-card-img .img-placeholder { transform: scale(1.08); }
.news-card-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--secondary);
  color: var(--primary-dark);
  padding: 4px 8px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  z-index: 2;
}
.news-card-body { padding: 16px 24px 24px; }
.news-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-title a {
  color: inherit;
  background-image: linear-gradient(to left, var(--primary), var(--primary));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.news-card-title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
.news-card-excerpt {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.5;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  color: var(--text-muted);
}
.news-card-date { font-weight: 500; }
.news-card-share { display: flex; gap: 8px; }
.news-card-share a { color: var(--text-muted); }
.news-card-share a:hover { color: var(--primary); }
.news-card.featured .news-card-img { height: 280px; }
.news-card.featured .news-card-title { font-size: 1.3rem; }

/* --- Footer (measured from pt.org.br main-footer) --- */
/* MEDIÇÃO: .main-footer { background: linear-gradient(180deg, #565656 0%, #342f2d 100%); color: #fff } */
.main-footer {
  background: linear-gradient(180deg, #565656 0%, #342f2d 100%);
  color: rgba(255,255,255,0.7);
}
/* MEDIÇÃO: .main-footer .limit { padding: 24px 0 } */
.main-footer .container {
  padding: 24px 0;
}
.footer-logo-col {
  margin-bottom: 32px;
}
.footer-logo-col svg { width: 72px; height: 72px; }
/* MEDIÇÃO: .main-footer-nav { display: flex; flex-wrap: wrap; justify-content: space-between } */
.main-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 32px;
}
.main-footer-nav > div {
  flex: 1;
}
/* MEDIÇÃO: .footer-nav-title { font-size: 18px; @1100px: 20px } */
.footer-nav-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--secondary);
}
/* MEDIÇÃO: .main-footer-nav-list a { font-size: 14px; @1100px: 16px } */
.main-footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.main-footer-nav-list li a {
  display: block;
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  padding: 3px 0;
  transition: color var(--transition);
}
.main-footer-nav-list li a:hover { color: var(--secondary); }

.footer-mobile-social {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 24px 0;
  text-align: center;
}
.main-footer-social {
  margin-bottom: 16px;
}
.main-footer-social .footer-nav-title {
  border-bottom: none;
  margin-bottom: 8px;
}
/* MEDIÇÃO @1100px: .main-footer-social { min-height: 260px } */
.main-footer-social-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer-social-list a {
  color: rgba(255,255,255,0.6);
  font-size: 1.2rem;
  transition: color var(--transition);
}
.main-footer-social-list a:hover { color: var(--secondary); }
/* MEDIÇÃO: .main-footer-copyright { width: 65%; @1100px: width: 265px; text-align: right } */
.main-footer-copyright {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  width: 65%;
}
.main-footer-copyright a {
  color: rgba(255,255,255,0.5);
}
.main-footer-copyright a:hover { color: var(--secondary); }
@media screen and (min-width: 1100px) {
  /* MEDIÇÃO @1100px: .main-footer-nav { width: 54% } */
  .main-footer-nav { width: 54%; }
  .footer-nav-title { font-size: 20px; }
  .main-footer-nav-list li a { font-size: 16px; }
  .main-footer-social { min-height: 260px; }
  .main-footer-copyright { width: 265px; text-align: right; }
}

/* --- Page Header (internal pages) --- */
.page-header {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 48px 0;
  color: #fff;
}
.page-header-title {
  font-size: 2rem;
  font-weight: 800;
}
.page-header-breadcrumb {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-top: 8px;
}
.page-header-breadcrumb a { color: #fff; opacity: 0.8; }
.page-header-breadcrumb a:hover { opacity: 1; }
.page-header-breadcrumb .sep { margin: 0 8px; }

/* --- Content Layout --- */
.content-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  padding: 48px 0;
}
.content-main { min-width: 0; }
.content-sidebar { min-width: 0; }

/* --- Sidebar --- */
.sidebar-widget {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: var(--shadow);
}
.sidebar-widget-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border);
}
.sidebar-categories a {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.9rem;
  color: var(--text);
}
.sidebar-categories a:last-child { border-bottom: none; }
.sidebar-categories a:hover { color: var(--primary); }
.sidebar-categories .count {
  background: var(--bg);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.75rem;
  color: var(--text-muted);
}
.sidebar-recent a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--text);
}
.sidebar-recent a:last-child { border-bottom: none; }
.sidebar-recent a:hover { color: var(--primary); }
.sidebar-recent .date { font-size: 0.75rem; color: var(--text-muted); margin-top: 4px; display: block; }
.sidebar-cta {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  text-align: center;
  padding: 32px 24px;
}
.sidebar-cta .sidebar-widget-title { color: #fff; border-color: rgba(255,255,255,0.2); }
.sidebar-cta p { font-size: 0.9rem; opacity: 0.8; margin-bottom: 16px; }
.sidebar-cta .btn { background: var(--secondary); color: var(--primary-dark); }

/* --- Article --- */
.article-header { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--border-light); }
.article-category {
  display: inline-block;
  background: var(--secondary);
  color: var(--primary-dark);
  padding: 6px 16px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
  transition: all var(--transition);
}
.article-category:hover {
  background: var(--primary);
  color: #fff;
}
.article-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--text);
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.article-meta .author { font-weight: 600; color: var(--primary); }
.article-featured-img {
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 32px;
}
.article-featured-img .img-placeholder { width: 100%; height: 400px; }
.article-body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
}
.article-body p { 
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px; 
}
.article-body h1 { 
  font-size: 32px; 
  font-weight: 700; 
  margin: 48px 0 24px; 
  color: var(--primary); 
}
.article-body h2 { 
  font-size: 24px; 
  font-weight: 700; 
  margin: 48px 0 16px; 
  color: var(--primary); 
  padding-bottom: 8px; 
  border-bottom: 2px solid var(--border-light); 
}
.article-body h3 { 
  font-size: 20px; 
  font-weight: 700; 
  margin: 32px 0 16px; 
  color: var(--text); 
}
.article-body blockquote {
  border-left: 4px solid var(--secondary);
  padding: 16px 24px;
  margin: 24px 0;
  background: var(--bg);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--text-light);
}
.article-body ul, .article-body ol {
  margin: 16px 0;
  padding-left: 24px;
}
.article-body ul { list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body li { margin-bottom: 8px; }
.article-share {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin: 32px 0;
}
.article-share span { font-weight: 600; font-size: 0.9rem; }
.article-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg);
  color: var(--text-light);
  font-size: 0.9rem;
  transition: all var(--transition);
}
.article-share a:hover { background: var(--primary); color: #fff; }

/* --- Related Articles --- */
.related-section { margin-top: 48px; padding-top: 48px; border-top: 2px solid var(--border-light); }
.related-title { font-size: 1.3rem; font-weight: 700; margin-bottom: 24px; color: var(--primary); position: relative; padding-left: 16px; }
.related-title::before { content: ''; position: absolute; left: 0; top: 2px; bottom: 2px; width: 4px; background: var(--secondary); border-radius: 2px; }

/* --- Pagination --- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
.pagination a, .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 16px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  background: var(--card-bg);
  box-shadow: var(--shadow);
  transition: all var(--transition);
}
.pagination a:hover { background: var(--primary); color: #fff; }
.pagination .active {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
}
.pagination .dots { background: none; box-shadow: none; color: var(--text-muted); }

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  font-family: var(--font-heading);
  transition: all 0.25s var(--cubic);
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: none;
  letter-spacing: 0.02em;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--cubic);
}
.btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary::after { background: var(--primary-light); }
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(27,79,138,0.3); }
.btn-secondary { background: var(--secondary); color: var(--primary-dark); }
.btn-secondary::after { background: #f5b83d; }
.btn-secondary:hover { color: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(232,168,40,0.3); }
.btn-outline { border: 2px solid var(--primary); color: var(--primary); background: transparent; }
.btn-outline::after { background: var(--primary); }
.btn-outline:hover { color: #fff; transform: translateY(-2px); }
.btn-sm { padding: 8px 24px; font-size: 0.82rem; }
.btn-lg { padding: 16px 48px; font-size: 1rem; }

/* --- Institutional Content --- */
.institutional-content {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow);
}
.institutional-content h2 {
  font-size: 1.5rem;
  color: var(--primary);
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border);
}
.institutional-content h2:first-child { margin-top: 0; }
.institutional-content h3 { font-size: 1.2rem; margin: 24px 0 16px; color: var(--text); }
.institutional-content p { margin-bottom: 16px; line-height: 1.7; }
.institutional-content ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.institutional-content li { margin-bottom: 8px; }

/* --- Team Grid --- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 32px 0; }
.team-card {
  background: var(--bg);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
}
.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
}
.team-name { font-weight: 700; font-size: 0.95rem; margin-bottom: 4px; }
.team-role { font-size: 0.82rem; color: var(--text-muted); }

/* --- Form Styles --- */
.form-group { margin-bottom: 24px; }
.form-label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 8px; }
.form-input, .form-textarea, .form-select {
  width: 100%;
  padding: 16px 16px;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.95rem;
  transition: border-color var(--transition);
  outline: none;
  background: #fff;
}
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--primary); }
.form-textarea { resize: vertical; min-height: 128px; }
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
}
.form-check input { margin-top: 4px; }

/* --- Membership / Apoio --- */
.filiacao-hero {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  padding: 64px 0;
  color: #fff;
  text-align: center;
}
.filiacao-hero h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 16px; }
.filiacao-hero p { font-size: 1.1rem; opacity: 0.8; max-width: 600px; margin: 0 auto 32px; }
.filiacao-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0;
}
.benefit-card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all 0.4s var(--cubic);
  border: 2px solid transparent;
}
.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  border-color: var(--secondary);
}
.benefit-icon { font-size: 2.5rem; margin-bottom: 16px; }
.benefit-title { font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; }
.benefit-text { font-size: 0.9rem; color: var(--text-light); }

/* --- Timeline --- */
.timeline { position: relative; padding-left: 32px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--border);
}
.timeline-item { position: relative; margin-bottom: 32px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -28px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--secondary);
  border: 3px solid var(--card-bg);
  box-shadow: 0 0 0 2px var(--secondary);
}
.timeline-year { font-weight: 800; color: var(--primary); font-size: 1.1rem; margin-bottom: 4px; }
.timeline-text { color: var(--text-light); font-size: 0.95rem; }

/* --- Image Placeholder --- */
.img-placeholder {
  background: linear-gradient(135deg, #c8d6e5 0%, #a4b6c9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.img-placeholder.pl-1 { background: linear-gradient(135deg, #3498db, #2c3e50); }
.img-placeholder.pl-2 { background: linear-gradient(135deg, #e67e22, #d35400); }
.img-placeholder.pl-3 { background: linear-gradient(135deg, #2ecc71, #27ae60); }
.img-placeholder.pl-4 { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
.img-placeholder.pl-5 { background: linear-gradient(135deg, #1abc9c, #16a085); }
.img-placeholder.pl-6 { background: linear-gradient(135deg, #e74c3c, #c0392b); }
.img-placeholder.pl-7 { background: linear-gradient(135deg, #f39c12, #e67e22); }
.img-placeholder.pl-8 { background: linear-gradient(135deg, #2c3e50, #34495e); }

/* --- Audio Player Bar --- */
.audio-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-dark);
  color: #fff;
  padding: 8px 24px;
  z-index: 500;
  display: none;
  align-items: center;
  gap: 16px;
  font-size: 0.85rem;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
.audio-bar.active { display: flex; }
.audio-bar-play {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.audio-bar-info { flex: 1; }
.audio-bar-title { font-weight: 600; font-size: 0.82rem; }
.audio-bar-status { font-size: 0.72rem; opacity: 0.6; }
.audio-bar-close { color: #fff; opacity: 0.5; font-size: 1.1rem; padding: 4px; }
.audio-bar-close:hover { opacity: 1; }

/* --- Contact Map --- */
.contact-map {
  height: 300px;
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 32px;
  border: 2px dashed var(--border);
}

/* --- Quick Links Grid --- */
.quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 32px 0;
}
.quick-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px 16px;
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  text-align: center;
  transition: all 0.4s var(--cubic);
  border: 2px solid transparent;
}
.quick-link:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  border-color: var(--secondary);
}
.quick-link-icon { font-size: 2rem; color: var(--primary); }
.quick-link-text { font-size: 0.82rem; font-weight: 600; color: var(--text); }

/* ============================================
   ANIMATE.CSS KEYFRAMES (for WOW.js)
   ============================================ */
.wow { visibility: hidden; }
.animated { animation-duration: 1s; animation-fill-mode: both; visibility: visible !important; }
.animated.faster { animation-duration: 0.5s; }
.animated.fast { animation-duration: 0.8s; }
.animated.slow { animation-duration: 2s; }

@keyframes fadeIn {
  from { opacity: 0; } to { opacity: 1; }
}
.fadeIn { animation-name: fadeIn; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 40px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.fadeInUp { animation-name: fadeInUp; }

@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -40px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.fadeInDown { animation-name: fadeInDown; }

@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-40px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.fadeInLeft { animation-name: fadeInLeft; }

@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(40px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.fadeInRight { animation-name: fadeInRight; }

@keyframes zoomIn {
  from { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}
.zoomIn { animation-name: zoomIn; }

@keyframes slideInUp {
  from { transform: translate3d(0, 100%, 0); visibility: visible; }
  to { transform: translate3d(0, 0, 0); }
}
.slideInUp { animation-name: slideInUp; }

/* ============================================
   SCROLL TO TOP BUTTON
   ============================================ */
.scroll-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 50px;
  height: 50px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
  cursor: pointer;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top svg {
  width: 100%;
  height: 100%;
}
.scroll-top .progress-circle {
  fill: none;
  stroke: var(--secondary);
  stroke-width: 4;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s;
}
.scroll-top .progress-bg {
  fill: none;
  stroke: var(--border);
  stroke-width: 4;
}
.scroll-top .arrow-up {
  fill: var(--primary);
  transform-origin: center;
}

/* ============================================
   COUNTER / STATISTICS SECTION
   ============================================ */
.counter-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.counter-section::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  top: -200px;
  right: -100px;
  pointer-events: none;
}
.counter-section::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  bottom: -100px;
  left: -50px;
  pointer-events: none;
}
.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}
.counter-card {
  text-align: center;
  color: #fff;
  position: relative;
  padding: 24px 0;
}
.counter-card::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background: rgba(255,255,255,0.15);
}
.counter-grid > :last-child .counter-card::after { display: none; }
.counter-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--secondary);
}
.counter-card-number, .counter-number {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  font-family: var(--font-heading);
}
.counter-card-number .counter-suffix, .counter-number .counter-suffix {
  font-size: 1.8rem;
}
.counter-card-label, .counter-label {
  font-size: 0.9rem;
  opacity: 0.7;
  font-weight: 500;
}

/* ============================================
   ENHANCED CARD EFFECTS
   ============================================ */
.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.15), transparent);
  transform: skewX(-25deg);
  transition: 0.5s;
  z-index: 3;
  pointer-events: none;
}
.news-card { position: relative; overflow: hidden; }
.news-card:hover::before { left: 125%; }

/* ============================================
   SHAPE MOCKUP (positioned decorations)
   ============================================ */
.shape-mockup {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

/* ============================================
   STICKY HEADER ANIMATION
   ============================================ */
@keyframes stickyAni {
  0% { transform: translate3d(0, -40px, 0) scaleY(0.8); opacity: 0.7; }
  100% { transform: translate3d(0, 0, 0) scaleY(1); opacity: 1; }
}
.site-header.sticky-active,
.main-header.sticky-active {
  animation: stickyAni 0.4s ease-in-out forwards;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
}

/* ============================================
   SECTION DIVIDER / DECORATIVE
   ============================================ */
.section-decorated {
  position: relative;
  overflow: hidden;
}
.section-decorated::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(27,79,138,0.04);
  top: -150px;
  right: -100px;
  pointer-events: none;
}
.section-decorated::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(232,168,40,0.04);
  bottom: -80px;
  left: -60px;
  pointer-events: none;
}
.section-decorated .dot-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, var(--border) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.3;
  pointer-events: none;
}

/* ============================================
   CTA BANNER SECTION
   ============================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  top: -300px;
  right: -200px;
  pointer-events: none;
}
.cta-banner::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  bottom: -60px;
  left: 10%;
  pointer-events: none;
}
.cta-banner .container { position: relative; z-index: 1; }
.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.cta-banner-text { flex: 1; }
.cta-banner-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 8px;
}
.cta-banner-desc {
  font-size: 1.05rem;
  color: rgba(13,59,110,0.7);
}
.cta-banner .btn {
  background: var(--primary);
  color: #fff;
  padding: 16px 48px;
  font-size: 1rem;
  border-radius: 50px;
  white-space: nowrap;
}
.cta-banner .btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* ============================================
   SOCIAL ICONS WITH FONTAWESOME
   ============================================ */
.topbar-social a,
.footer-social a,
.article-share a,
.slide-share a,
.news-card-share a {
  transition: all var(--transition);
}
.topbar-social a:hover,
.footer-social a:hover {
  transform: translateY(-2px);
}

/* ============================================
   PRELOADER
   ============================================ */
.preloader {
  position: fixed;
  inset: 0;
  background: var(--primary-dark);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader-spinner {
  width: 50px;
  height: 50px;
  position: relative;
}
.preloader-spinner::before,
.preloader-spinner::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid transparent;
}
.preloader-spinner::before {
  border-top-color: var(--secondary);
  animation: preloaderSpin 1s linear infinite;
}
.preloader-spinner::after {
  border-bottom-color: var(--secondary);
  animation: preloaderSpin 1s linear infinite reverse;
  inset: 6px;
}
@keyframes preloaderSpin {
  to { transform: rotate(360deg); }
}

/* ============================================
   SWIPER OVERRIDES (PN theme)
   ============================================ */
.hero-slider .swiper { height: 100%; }
.hero-slider .swiper-slide { display: flex; align-items: flex-end; }
.hero-slider .swiper-pagination { bottom: 24px !important; }
.hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.4);
  opacity: 1;
  transition: all 0.3s;
}
.hero-slider .swiper-pagination-bullet-active {
  background: var(--secondary);
  width: 28px;
  border-radius: 5px;
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  transition: all 0.3s;
}
.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
  background: rgba(255,255,255,0.3);
}
.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}

/* Slide content animation */
.hero-slider .swiper-slide-active .slide-category {
  animation: fadeInUp 0.6s 0.2s both;
}
.hero-slider .swiper-slide-active .slide-title {
  animation: fadeInUp 0.6s 0.4s both;
}
.hero-slider .swiper-slide-active .slide-excerpt {
  animation: fadeInUp 0.6s 0.6s both;
}
.hero-slider .swiper-slide-active .slide-share {
  animation: fadeInUp 0.6s 0.8s both;
}

/* ============================================
   POPUP IMAGE / VIDEO
   ============================================ */
.popup-trigger {
  cursor: pointer;
  position: relative;
}
.popup-trigger .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  font-size: 1.2rem;
  z-index: 2;
  transition: all 0.3s;
}
.popup-trigger:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(232,168,40,0.4);
}

/* Ripple animation for play button */
.popup-trigger .play-icon::before,
.popup-trigger .play-icon::after {
  content: '';
  position: absolute;
  inset: -8px;
  border: 2px solid var(--secondary);
  border-radius: 50%;
  animation: ripple 2s infinite;
}
.popup-trigger .play-icon::after { animation-delay: 0.5s; }
@keyframes ripple {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* ============================================
   ENHANCED QUICK LINKS (icon circles)
   ============================================ */
.quick-link-icon i {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  border-radius: 50%;
  font-size: 1.3rem;
  margin: 0 auto;
  transition: all 0.3s;
}
.quick-link:hover .quick-link-icon i {
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  transform: rotateY(180deg);
}

/* ============================================
   DESIGN ENHANCEMENT SYSTEM
   Visual-only improvements — no content changes
   ============================================ */

/* --- Breadcrumb Navigation --- */
.breadcrumb-nav {
  padding: 16px 0;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.breadcrumb-nav a {
  color: var(--text-light);
  transition: color var(--transition);
}
.breadcrumb-nav a:hover {
  color: var(--primary);
}
.breadcrumb-nav .breadcrumb-sep {
  margin: 0 8px;
  color: var(--border);
}
.breadcrumb-nav .breadcrumb-current {
  color: var(--text);
  font-weight: 500;
}

/* --- Article Card Container --- */
body[data-page="noticias"] .content-main > article {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow);
  margin-bottom: 32px;
}

/* --- Drop Cap (CSS-only, no float to avoid innerText issues) --- */
/* --- Article Body Enhanced Links --- */
.article-body a {
  color: var(--primary);
  text-decoration-line: underline;
  text-decoration-color: rgba(27,79,138,0.25);
  text-underline-offset: 3px;
  transition: all var(--transition);
}
.article-body a:hover {
  color: var(--secondary);
  text-decoration-color: var(--secondary);
}

/* --- Article Share Enhanced --- */
.article-share {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 24px 24px;
  border: none;
  margin: 48px 0;
}
.article-share a {
  width: 48px;
  height: 48px;
  font-size: 1rem;
}
.article-share a:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(27,79,138,0.3);
}

/* --- Featured Image Enhancement --- */
.article-featured-img {
  position: relative;
}
.article-featured-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(transparent, rgba(0,0,0,0.04));
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  pointer-events: none;
}

/* --- Enhanced Sidebar Widgets --- */
.sidebar-widget {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.sidebar-widget:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}
.sidebar-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(27,79,138,0.25);
}

/* --- News Card Image Overlay --- */
.news-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.12) 100%);
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.news-card:hover .news-card-img::after {
  opacity: 0;
}

/* --- Enhanced Header Backdrop --- */
.main-header.sticky-active {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* --- Footer Social Icons Enhanced --- */
.main-footer-social-list a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  transition: all 0.3s ease;
}
.main-footer-social-list a:hover {
  background: var(--secondary);
  color: var(--primary-dark) !important;
  transform: translateY(-3px);
}

/* --- Secondary Nav Shadow --- */
.secondary-nav-bar {
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: relative;
  z-index: 5;
}

/* --- Selection Colors --- */
::selection {
  background: var(--primary);
  color: #fff;
}

/* --- Focus Styles --- */
:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* --- Hero Banner Enhanced --- */
.news-banner {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* --- Enhanced News Card Col --- */
.news-card-col {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-card-col:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.12);
}

/* --- Editoria Card Enhanced --- */
.editoria-card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.editoria-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

/* --- Page Header Enhanced --- */
.page-header {
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  top: -200px;
  right: -100px;
  pointer-events: none;
}
.page-header::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  bottom: -80px;
  left: -40px;
  pointer-events: none;
}

/* --- Content Layout Page Background --- */
body[data-page="noticias"] {
  background: var(--bg);
}

/* --- Enhanced Article Title --- */
.article-title {
  letter-spacing: -0.02em;
}

/* --- Video Gallery Enhanced --- */
.video-gallery {
  position: relative;
  overflow: hidden;
}
.video-gallery::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  top: -120px;
  right: -80px;
  pointer-events: none;
}

/* --- Newsletter Widget Enhanced --- */
.newsletter-widget {
  position: relative;
  overflow: hidden;
}
.newsletter-widget::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  bottom: -80px;
  right: -60px;
  pointer-events: none;
}

/* --- Partner Banner Enhanced --- */
.partner-banner-link {
  transition: all 0.3s ease;
}
.partner-banner-link:hover {
  opacity: 1;
  transform: translateY(-4px);
}

/* --- Enhanced Scroll Top --- */
.scroll-top:hover {
  transform: translateY(-4px);
}
.scroll-top:hover .arrow-up {
  fill: var(--secondary);
}

/* --- Smooth Image Loading --- */
.news-card-img img,
.article-featured-img img,
.news-card-col-figure img {
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* --- WhatsApp CTA Enhanced --- */
.whatsapp-cta {
  position: relative;
  overflow: hidden;
}
.whatsapp-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
  transform: skewX(-25deg);
  transition: 0.6s;
  pointer-events: none;
}
.whatsapp-cta:hover::after {
  left: 125%;
}

/* --- Radio Box Enhanced --- */
.radio-box {
  position: relative;
  overflow: hidden;
}
.radio-box::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  top: -30px;
  right: -20px;
  pointer-events: none;
}


/* =========================================================================
   WIRE-FRAME MODERN & UX UPGRADES
   ========================================================================= */
html {
  scroll-behavior: smooth;
}

/* 3.1 HEADER PROFESSIONAL STICKY */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.main-header-content {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

/* 3.2 HERO LAYOUT (1 DESTAQUE + SECUNDÁRIAS) */
.hero-layout-magazine {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  margin-bottom: 64px;
}
.hero-main-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.hero-main-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.hero-main-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.hero-main-card:hover img {
  transform: scale(1.05);
}

.hero-side-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}

/* 3.3 GRID EDITORIAL (3 colunas, scroll) */
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
}
.scrollable-list-horizontal {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 16px;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}
.scrollable-list-horizontal > * {
  flex: 0 0 calc(33.333% - 16px);
  scroll-snap-align: start;
}

/* 3.4 PÁGINA DE ARTIGO (READABILITY FOCUS) */
.article-layout {
  display: grid !important;
  grid-template-columns: 1fr 340px !important;
  gap: 48px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.article-main-column {
  max-width: 800px;
  margin: 0 auto;
}

.article-sidebar {
  border-left: 1px solid var(--border-light);
  padding-left: 32px;
}

/* RITMO VISUAL */
.section-title {
  margin-bottom: 48px;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--primary);
  border-radius: 4px;
}

/* 6. INTERATIVIDADE & HOVER STATES */
a {
  transition: color 0.2s ease;
}
.news-card {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-light);
}
.news-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
  border-color: transparent;
}
.news-card img, .inserted-image, .article-image {
  transition: transform 0.6s ease;
}
.news-card:hover img {
  transform: scale(1.05);
}

.news-card-title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.news-card-title a:hover {
  background-size: 100% 2px;
  color: var(--primary);
}

/* Base fade animations applied by wow.js or manually */
.main-header.scrolled {
  padding: 8px 0;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.btn {
  transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.btn:active {
  transform: scale(0.96);
}


/* ==============================================================================
   🚀 PORTAL GIGANTE - UX & UI (NÍVEL NYT / JORNAL DIGITAL)
   ============================================================================== */

/* 1. GRIDS EDITORIAIS AVANÇADOS */
.editorial-grid {
  display: grid !important;
  grid-template-columns: 2fr 1fr !important;
  gap: 32px !important;
}

.news-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
  width: 100%;
}

@media (max-width: 991px) {
  .editorial-grid {
    grid-template-columns: 1fr !important;
  }
  .news-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .news-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 2. INTERAÇÕES & HOVER (IMAGEM, TÍTULO, OVERLAY) */
.hero-main-card, .news-card-col, .editoria-card, .news-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease !important;
}

/* Microinteração de Cards com Leve Elevação */
.news-card-col:hover, .editoria-card:hover, .news-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12) !important;
}

/* Overlay Suave */
.hero-main-card::after, .news-card-col-figure::after, .img-placeholder::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.0);
  transition: background 0.4s ease;
  pointer-events: none;
  z-radius: inherit;
}
.hero-main-card:hover::after, .news-card-col:hover .news-card-col-figure::after {
  background: rgba(0, 0, 0, 0.05); /* overlay dark suave */
}

/* Imagem com zoom leve */
.hero-main-card .img-placeholder, 
.hero-main-card img,
.news-card-col figure .img-placeholder,
.news-card-col figure img,
.news-card-img .img-placeholder,
.news-card-img img,
.editorias-grid .editoria-card figure img,
.article-featured-img img {
  transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1) !important;
}

.hero-main-card:hover .img-placeholder,
.hero-main-card:hover img,
.news-card-col:hover figure .img-placeholder,
.news-card-col:hover figure img,
.news-card:hover .news-card-img .img-placeholder,
.news-card:hover .news-card-img img {
  transform: scale(1.05) !important;
}

/* Título muda cor e link animado (Underline Animado) */
.news-card-col-title, .editoria-card-title, .news-card-title, .hero-main-card h2 {
  transition: color 0.3s ease !important;
  position: relative;
  display: inline;
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s ease, color 0.3s ease;
}

.news-card-col-link:hover .news-card-col-title,
.editoria-card-link:hover .editoria-card-title,
.news-card:hover .news-card-title,
.hero-main-card:hover h2 {
  color: var(--primary) !important;
  background-size: 100% 2px;
}

/* 3. BOTÕES COM FEEDBACK */
.btn-primary, .btn-outline {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease !important;
  z-index: 1;
}
.btn-primary::after, .btn-outline::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 300%; height: 300%;
  background: rgba(255, 255, 255, 0.15);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: transform 0.6s ease-out;
  z-index: -1;
}
.btn-primary:hover::after, .btn-outline:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.btn-primary:active {
  transform: scale(0.96);
}

/* 4. ANIMAÇÕES PROGRESSIVAS (SCROLL) */
/* Requires wow.js or basic CSS animation triggers */
.fade-in-scroll {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInScrollAnim 0.8s forwards;
}
@keyframes fadeInScrollAnim {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 5. UX DA HOME: Ritmo Visual */
/* Hierarquia Principal: 60% Hero, Side List 40% */
.hero-layout-magazine {
  display: grid !important;
  grid-template-columns: 1.8fr 1.2fr !important;
  gap: 24px !important;
  margin-bottom: 40px !important;
}
.hero-main-card {
  min-height: 480px;
  display: flex;
  flex-direction: column;
}
.hero-side-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.hero-side-list .news-card {
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid var(--primary);
  padding: 8px;
  height: calc(100% / 3 - 10px) !important;
}

/* 6. HEADER PROGRESSIVO */
.main-header {
  transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease !important;
}
.main-header.scrolled {
  padding: 8px 0 !important;
  /* mantém o GIF como fundo mesmo ao rolar */
  background-color: var(--primary) !important;
  background-image: url('../video_alta_definicao.gif') !important;
  background-size: cover !important;
  background-position: center !important;
  backdrop-filter: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

/* 7. PÁGINA DE ARTIGO - MAX 800px & ESPAÇAMENTO GENEROSO */
.article-main-column {
  max-width: 800px !important;
  margin: 0 auto;
  font-family: 'Georgia', 'Times New Roman', serif; /* Exemplo de Tipografia Confortável (NYT style) */
  font-size: 1.15rem;
  line-height: 1.8;
  color: #222;
}

.article-title {
  font-size: 2.8rem !important;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 24px !important;
  letter-spacing: -0.5px;
}
.article-body p {
  margin-bottom: 1.8em !important;
}
.article-body h2 {
  font-size: 2rem !important;
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}

/* Forçar reset de estilos conflitantes no editorial grid antigo se houver */
.news-card-col {
  width: auto !important; /* overrides previous 30% width */
}

/* ==============================================================================
   🎨 SISTEMA DE CORES PN (PROFISSIONAL)
   ============================================================================== */

:root {
  /* BRAND */
  --color-primary: #ed3000;
  --color-secondary: #ffce00;
  --color-dark: #333333;

  /* BACKGROUND */
  --color-bg: #ffffff;
  --color-bg-alt: #f5f5f5;

  /* TEXT */
  --color-text: #333333;
  --color-text-light: #666666;

  /* STATES */
  --color-hover: #c62800;
  --color-accent: #ffce00;

  /* Sobrescrevendo variáveis antigas para compatibilidade legada */
  --primary: var(--color-primary);
  --primary-dark: var(--color-hover);
  --secondary: var(--color-secondary);
  --bg: var(--color-bg-alt);
  --text: var(--color-text);
  --text-muted: var(--color-text-light);
}

/* 5. APLICAÇÃO NO LAYOUT */

/* HEADER */
  .main-header, #site-header header, header {
    background-color: var(--color-primary) !important;
    border-bottom: 2px solid var(--color-dark) !important;
  }

  .main-header a, .main-header span, .main-header button, .header-menu-btn i, .header-close-btn i, .nav-title {
    color: var(--color-bg) !important;
  }

  .main-header a:hover {
    color: var(--color-secondary) !important;
  }

  /* LINKS */
a {
  color: var(--color-primary);
  transition: color 0.3s ease;
}
a:hover {
  color: var(--color-hover);
}

/* Para links dentro dos cards não ficarem vermelhos de vez (manter hierarquia visual) */
.news-card-col-link, .editoria-card-link, .news-card a, .hero-main-card {
  color: var(--color-dark);
}
.news-card-col-link:hover, .editoria-card-link:hover, .news-card a:hover, .hero-main-card:hover {
  color: var(--color-dark);
}

/* BOTÕES */
.btn-primary, .button-primary, button[type="submit"] {
  background: var(--color-primary) !important;
  color: #fff !important;
  border: none !important;
}
.btn-primary:hover, .button-primary:hover, button[type="submit"]:hover {
  background: var(--color-hover) !important;
  color: #fff !important;
}

/* TÍTULOS */
h1, h2, h3, h4, h5, h6 {
  color: var(--color-dark) !important;
}

.section-title, .news-section-title, .editorias-title {
  border-left: 4px solid var(--color-primary) !important;
  padding-left: 12px !important;
}

/* CARDS E OVERLAYS */
.card, .news-card, .editoria-card, .news-card-col {
  background: var(--color-bg) !important;
  border: 1px solid transparent !important;
}

.card:hover, .news-card:hover, .editoria-card:hover, .news-card-col:hover {
  border-color: var(--color-secondary) !important;
}

/* TAGS e BADGES */
.news-card-col-tag, .editoria-card-category, .news-banner-tag {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}
.news-card-col-tag:hover, .editoria-card-category:hover, .news-banner-tag:hover {
  background-color: var(--color-hover) !important;
}

/* CORREÇÕES / MICROINTERAÇÕES NO HOVER DOS TÍTULOS */
.news-card-col-link:hover .news-card-col-title,
.editoria-card-link:hover .editoria-card-title,
.news-card:hover .news-card-title,
.hero-main-card:hover h2 {
  color: var(--color-primary) !important;
  background-image: linear-gradient(to right, var(--color-primary) 0%, var(--color-primary) 100%) !important;
}

/* CORREÇÕES GERAIS DE CONTRASTE NO TEXTO */
body {
  color: var(--color-text);
  background-color: var(--color-bg);
}

.article-body p {
  color: var(--color-dark);
}
/* ==============================================================================
   🌟 REFINAMENTO VISUAL PORTAL REAL (SPRINT FINAL)
   ============================================================================== */

/* 3. HERO EDITORIAL (IMPACTO COM IMAGENS REAIS E OVERLAYS) */
.hero-main-card .img-placeholder,
.hero-side-list .img-placeholder {
  color: transparent !important; /* Esconde o texto placeholder feio */
  background-size: cover !important;
  background-position: center !important;
  border-radius: 8px;
}

/* Aplicando Imagens no Hero ao Inves de Gradient Solid */

/* Overlay Escuro Exigido no Hero */
.hero-overlay, .hero-main-card::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important; top: 0 !important; left: 0 !important; прямо right: 0 !important; width: 100% !important;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, transparent 100%) !important;
  border-radius: inherit;
  z-index: 1 !important;
  pointer-events: none;
}

/* Garantir que o texto do Hero fique por cima do overlay */
.hero-main-card > div:last-child {
  z-index: 2;
  position: relative;
}

/* 5. CARDS (REFATORAR COMPLETAMENTE) */
.news-card-col-figure .img-placeholder,
.video-gallery-item .img-placeholder,
.news-card-img .img-placeholder,
.banner-aside .img-placeholder,
.partner-swiper .img-placeholder {
  color: transparent !important;
  background-size: cover !important;
  background-position: center !important;
}

.news-card-col-figure::after {
  content: "" !important;
  position: absolute !important;
  top:0; left:0; right:0; bottom:0;
  background: linear-gradient(to top, rgba(0,0,0,0.1), transparent) !important;
  pointer-events: none;
}

/* Simulando imagens reais via CSS para nao tocar no HTML (Evitar Quebra de Regex do index.html)*/

/* 6. GRID E ALINHAMENTOS (ESPAÇAMENTO CONSISTENTE) */
.hero-side-list {
  gap: 24px !important;
}
.hero-side-list .news-card {
  height: calc((100% - 48px) / 3) !important; /* Altura perfeita em 3 slots */
  background: var(--color-bg) !important;
  border-left: 4px solid var(--color-primary) !important;
  padding: 16px !important;
  border-radius: 12px !important;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.editorial-grid, .news-grid {
  gap: 32px !important; /* Espaçamento Rigoroso */
  align-items: stretch !important;
}

.news-card-col, .editoria-card {
  display: flex !important;
  flex-direction: column !important; /* Acertando de "column-reverse" para normal em alguns lugares ou mantendo padronizado */
  justify-content: space-between;
  border: 1px solid #eaeaea !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--color-bg) !important;
}
.news-card-col-content {
  padding: 24px !important;
}

/* 7. BLOCO DE VÍDEO E THUMBNAILS (REFAZER TOTAL) */
.video-gallery {
  background: var(--color-bg-alt) !important;
  padding: 60px 0;
  margin: 40px 0;
}
.video-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.video-gallery-single {
  max-width: 860px;
  margin: 0 auto;
}
.video-gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

/* 9. FORMULÁRIO (INTEGRAR E REDUZIR PESO) */
.sidebar-newsletter .newsletter-widget {
  background: var(--color-bg) !important;
  border: 1px solid #eaeaea !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04) !important;
  border-radius: 12px !important;
  padding: 32px !important;
}

.newsletter-widget-field input[type="text"],
.newsletter-widget-field input[type="email"],
.newsletter-widget-field input[type="tel"] {
  background: var(--color-bg-alt) !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 14px 16px !important;
  width: 100% !important;
  transition: border-color 0.3s, background 0.3s;
}

/* Map fallback (applied if theme-ui.css is not loaded on the server) */
.map-container {
  position: relative;
}
.map-container .state,
.state {
  fill: #f0f0f0 !important;
  stroke: #fff !important;
  stroke-width: 1 !important;
}
.map-container .state:hover,
.map-container .state.hovered,
.state:hover,
.state.hovered {
  fill: var(--pn-red) !important;
  stroke: var(--pn-yellow) !important;
  stroke-width: 2 !important;
  transform: scale(1.02);
  filter: drop-shadow(0 0 12px rgba(237,48,0,0.35));
}
.map-tooltip {
  position: absolute;
  background: rgba(26,26,46,0.96);
  color: #fff;
  padding: 12px 14px;
  border-radius: 12px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  transform: translate(-50%, -110%);
  min-width: 180px;
}
.map-tooltip::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: rgba(26,26,46,0.96) transparent transparent transparent;
}
.map-tooltip .tooltip-flag img {
  width: 42px;
  height: auto;
  border-radius: 4px;
  display: block;
}
.map-tooltip .tooltip-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.map-tooltip .tooltip-info strong {
  font-size: 0.95rem;
  line-height: 1.2;
}
.map-tooltip .tooltip-info span {
  font-size: 0.82rem;
  color: #f0f0f0;
}
.newsletter-widget-field input:focus {
  border-color: var(--color-primary) !important;
  background: var(--color-bg) !important;
  outline: none;
}

/* 10. INTERAÇÃO E VIVO (ZOOM, ELEVAÇÃO) */
.editoria-card {
  padding: 0 !important; 
}
.editoria-card-social {
  padding: 24px 24px 0 24px !important;
}
.editoria-card-link {
  padding: 16px 24px 24px 24px !important;
  display: block;
}

/* ==============================================================================
   🔥 MODO HARDCORE: CARDS EDITORIAIS REAIS (NENHUM PLACEHOLDER PERMITIDO)
   ============================================================================== */

/* 1. HERO - AUMENTAR CONTRASTE E OVERLAY ESCURO (OBRIGATÓRIO) */
.hero-main-card::after {
  content: "" !important;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 60%, transparent 100%) !important;
}
.hero-main-card h2 {
  color: #ffffff !important;
  text-shadow: 0 4px 12px rgba(0,0,0,0.8) !important;
  background-image: none !important;
}

/* 2. TRANSFORMAÇÃO RADICAL DE TODOS OS CARDS PARA [ IMAGEM + OVERLAY + TEXTO ] */
.editoria-card, .news-card, .news-card-col {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  border: none !important;
  background: none !important; 
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}

/* Alturas mínimas para criar o respiro editorial da hierarquia */
.news-card-col { min-height: 0 !important; padding: 0 !important; }
.editoria-card { min-height: 0 !important; padding: 16px !important; }
.hero-side-list .news-card { min-height: 0 !important; padding: 0 !important; }

/* Mostrar imagens nos cards */
.news-card-col-figure { display: block !important; }
.hero-side-list .news-card > div:first-child { display: block !important; }

/* Remover pseudo-overlays que cobriam as imagens */
.editoria-card::before, .news-card::before, .news-card-col::before {
  content: none !important;
}
.editoria-card::after, .news-card::after, .news-card-col::after {
  content: none !important;
}

/* Remover z-index forçado nos filhos (só necessário com overlay) */
.editoria-card > *, .news-card > *, .news-card-col > * {
  position: static !important;
  z-index: auto !important;
}

/* Figura da notícia no news-card-col */
.news-card-col-figure {
  margin: 0;
  line-height: 0;
  overflow: hidden;
}
.news-card-col-figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.news-card-col:hover .news-card-col-figure img {
  transform: scale(1.05);
}
.news-card-col-content {
  padding: 16px !important;
  background: #fff !important;
}

/* Cores de texto — escuro (sem overlay) */
.editoria-card-title, .news-card-title, .news-card-col-title {
  color: var(--color-dark) !important;
  text-shadow: none !important;
  background-image: none !important;
}
.news-card h3 a { color: var(--color-dark) !important; text-shadow: none !important; }
.editoria-card-title:hover, .news-card-title:hover, .news-card-col-title:hover, .news-card h3 a:hover {
  color: var(--color-primary) !important;
}
.editoria-card-excerpt, .news-card-description, .news-card-col-description {
  color: #555 !important;
}
.editoria-card-time, .news-card-meta, .news-card-col-time, .news-card-date {
  color: #888 !important;
}

/* 7. REMOÇÃO DE BANNERS INÚTEIS */
.ad-banner-img {
  display: none !important;
}

/* 8. FUNDO DA PÁGINA */
body { background: var(--color-bg) !important; }

/* Tags coloridas */
.news-card-col-tag, .editoria-card-category, .news-banner-tag {
  background: var(--color-secondary) !important;
  color: var(--color-dark) !important;
  font-weight: 700 !important;
}
.news-card-col-tag:hover, .editoria-card-category:hover, .news-banner-tag:hover {
  background: #e6b800 !important;
}

/* 9. RESET MARGINS EXTRAS */
.news-card-col-content {
  padding: 16px !important;
  background: transparent !important;
}
:root {
  --color-primary: #ed3000;
  --color-secondary: #ffce00;
  --color-dark: #333333;

  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 32px;

  --radius: 12px;
}

/* ============================================
   HERO CARROSSEL
   ============================================ */
.hero-swiper-wrapper {
  width: 100%;
  margin-bottom: 0;
}

/* Banner abaixo da hero */
.hero-sub-banner {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.hero-sub-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-swiper {
  width: 100%;
  height: 520px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}

/* Slide */
.hero-slide-card {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

/* Imagem */
.hero-slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform 7s ease;
}
.hero-swiper .swiper-slide-active .hero-slide-card img {
  transform: scale(1.06);
}

/* Gradiente — mais profundo na base */
.hero-slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 120px 48px 44px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.92) 0%,
    rgba(0,0,0,0.65) 40%,
    rgba(0,0,0,0.15) 70%,
    transparent 100%
  );
  pointer-events: none;
}

/* Tag de categoria */
.hero-slide-tag {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 14px;
}

/* Título */
.hero-slide-title {
  color: #fff !important;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
  max-width: 680px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6) !important;
  letter-spacing: -0.01em;
}

/* Linha decorativa abaixo do título */
.hero-slide-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: var(--color-primary);
  margin-top: 16px;
  border-radius: 2px;
}

/* ---- Setas de navegação ---- */
.hero-swiper-prev,
.hero-swiper-next {
  color: #fff !important;
  background: rgba(0,0,0,0.35) !important;
  backdrop-filter: blur(4px);
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(255,255,255,0.25) !important;
  transition: background 0.25s, border-color 0.25s !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.hero-swiper-prev { left: 20px !important; }
.hero-swiper-next { right: 20px !important; }
.hero-swiper-prev:hover,
.hero-swiper-next:hover {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.hero-swiper-prev::after,
.hero-swiper-next::after {
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* ---- Paginação ---- */
.hero-swiper-pagination {
  bottom: 18px !important;
  left: 0 !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  background: rgba(255,255,255,0.45) !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
}
.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 28px !important;
  border-radius: 4px !important;
}

/* ---- Responsivo ---- */
@media (max-width: 900px) {
  .hero-swiper { height: 380px; }
  .hero-slide-title { font-size: 1.6rem; max-width: 100%; }
  .hero-slide-overlay { padding: 80px 28px 40px; }
}
@media (max-width: 600px) {
  .hero-swiper { height: 260px; }
  .hero-slide-title { font-size: 1.15rem; }
  .hero-slide-title::after { display: none; }
  .hero-slide-overlay { padding: 60px 18px 28px; }
  .hero-swiper-prev, .hero-swiper-next { display: none !important; }
}

/* ============================================
   TAMANHO PADRÃO DE IMAGENS — REGRAS FINAIS
   (override de tudo acima)
   ============================================ */

/* --- Hero principal (destaque grande) --- */
.hero-main-card {
  min-height: 480px !important;
  overflow: hidden !important;
}
.hero-main-card > div:first-child {
  height: 480px !important;
  overflow: hidden !important;
}
.hero-main-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* --- Hero side thumbnails (3 cards laterais) --- */
.hero-side-list .news-card {
  display: flex !important;
  flex-direction: row !important;
  height: 110px !important;
  overflow: hidden !important;
  align-items: stretch !important;
}
.hero-side-list .news-card > div:first-child {
  width: 130px !important;
  min-width: 130px !important;
  height: 110px !important;
  overflow: hidden !important;
  display: block !important;
  flex-shrink: 0 !important;
}
.hero-side-list .news-card > div:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* --- news-card-col (3 colunas de notícias) --- */
.news-card-col {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}
.news-card-col-figure {
  display: block !important;
  order: -1 !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  height: 210px !important;
}
.news-card-col-figure img {
  width: 100% !important;
  height: 210px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}
.news-card-col:hover .news-card-col-figure img {
  transform: scale(1.05) !important;
}

/* --- editoria-card (Leia Sobre) --- */
.editoria-card-figure {
  display: block !important;
  margin: 8px 0 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  height: 180px !important;
  border-radius: 0 0 8px 8px !important;
}
.editoria-card-figure img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* --- Imagem destaque do artigo --- */
.article-featured-img {
  margin-bottom: 24px !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}
.article-featured-img img {
  width: 100% !important;
  height: auto !important;
  max-height: 500px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 8px !important;
}

/* ============================================
   GALERIA DE FOTOS
   ============================================ */
.photo-gallery-section {
  padding: 48px 0;
  background: #f7f7f7;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.photo-gallery-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.photo-gallery-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary, #ed3000);
  border-radius: 2px;
  margin: 8px auto 0;
}
.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.photo-gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  height: 220px;
  background: #ddd;
}
.photo-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}
.photo-gallery-item:hover img {
  transform: scale(1.08);
}
@media (max-width: 900px) {
  .photo-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .photo-gallery-item { height: 180px; }
}
@media (max-width: 560px) {
  .photo-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-gallery-item { height: 150px; }
}

/* ============================================
   GALERIA DE FOTOS
   ============================================ */
.photo-gallery-section {
  padding: 48px 0;
  background: #f7f7f7;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.photo-gallery-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.photo-gallery-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary, #ed3000);
  border-radius: 2px;
  margin: 8px auto 0;
}
.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.photo-gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  height: 220px;
  background: #ddd;
}
.photo-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}
.photo-gallery-item:hover img {
  transform: scale(1.08);
}
@media (max-width: 900px) {
  .photo-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .photo-gallery-item { height: 180px; }
}
@media (max-width: 560px) {
  .photo-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-gallery-item { height: 150px; }
}

/* ============================================
   ARTICLE SIDEBAR NEWSLETTER — OVERRIDE
   Fix: form fixed-width (231px) → full-width,
        white text → dark on light bg
   ============================================ */
.article-sidebar .newsletter-widget {
  background: #f4f4f4 !important;
  color: #333 !important;
  padding: 24px !important;
}
.article-sidebar .newsletter-widget-title {
  color: #333 !important;
}
.article-sidebar .newsletter-widget-title b {
  color: var(--color-primary, #ed3000) !important;
}
.article-sidebar .newsletter-widget-form {
  width: 100% !important;
}
.article-sidebar .newsletter-widget-field input[type="text"],
.article-sidebar .newsletter-widget-field input[type="email"],
.article-sidebar .newsletter-widget-field input[type="tel"] {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  color: #333 !important;
}
.article-sidebar .newsletter-widget-checkbox {
  color: #666 !important;
}

/* ============================================
   NEWS-CARD-COL — REDESIGN FINAL
   ============================================ */

/* Grid container das 3 notícias ("Notícias") */
.news-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
  width: 100% !important;
}
@media (max-width: 900px) {
  .news-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 580px) {
  .news-grid { grid-template-columns: 1fr !important; }
}

/* Card base */
.news-card-col {
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 14px rgba(0,0,0,.08) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.news-card-col:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 12px 36px rgba(0,0,0,.14) !important;
}

/* Imagem no topo do card */
.news-card-col-figure {
  display: block !important;
  order: -1 !important;
  margin: 0 !important;
  height: 200px !important;
  overflow: hidden !important;
  position: relative !important;
  flex-shrink: 0 !important;
  border-radius: 0 !important;
  background: #eee !important;
  line-height: 0 !important;
}
.news-card-col-figure img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform .45s ease !important;
  border-radius: 0 !important;
}
.news-card-col:hover .news-card-col-figure img {
  transform: scale(1.06) !important;
}

/* Área de texto */
.news-card-col-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  padding: 18px 18px 16px !important;
}

/* Header: badge + redes */
.news-card-col-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 10px !important;
}

/* Badge de categoria — sempre vermelho PN */
.news-card-col-tag {
  display: inline-block !important;
  background: var(--color-primary, #ed3000) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  padding: 3px 10px !important;
  border-radius: 20px !important;
  line-height: 1.6 !important;
}

/* Ícones sociais */
.news-card-col-social { display: flex !important; gap: 10px !important; }
.news-card-col-social a { color: #ccc !important; font-size: .8rem !important; transition: color .2s !important; }
.news-card-col-social a:hover { color: var(--color-primary, #ed3000) !important; }

/* Link wrapper */
.news-card-col-link {
  color: inherit !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
.news-card-col-link:hover { color: inherit !important; }

/* Título */
.news-card-col-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #1a1a1a !important;
  margin: 0 0 8px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.news-card-col-link:hover .news-card-col-title {
  color: var(--color-primary, #ed3000) !important;
}

/* Descrição */
.news-card-col-description {
  font-size: .85rem !important;
  color: #666 !important;
  line-height: 1.55 !important;
  margin: 0 0 10px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  flex: 1 !important;
}

/* Data */
.news-card-col-time {
  display: block !important;
  font-size: .75rem !important;
  color: #aaa !important;
  font-weight: 500 !important;
  padding-top: 10px !important;
  border-top: 1px solid #f0f0f0 !important;
  margin-top: auto !important;
}

/* ============================================
   EDITORIA-CARDS (LEIA SOBRE) — REDESIGN FINAL
   ============================================ */

/* Cabeçalho da seção */
.editorias-title {
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  border-bottom: 3px solid var(--color-primary, #ed3000) !important;
  padding-bottom: 10px !important;
  margin-bottom: 18px !important;
  letter-spacing: .02em !important;
}

/* Filtro de categoria */
.editorias-select { margin-bottom: 20px !important; }
.editorias-select select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #fff 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='%23ed3000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 24px !important;
  padding: 7px 36px 7px 16px !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  color: #333 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  letter-spacing: .06em !important;
  transition: border-color .2s !important;
}
.editorias-select select:focus {
  outline: none !important;
  border-color: var(--color-primary, #ed3000) !important;
}

/* Grid das 6 cards */
.editorias-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
  align-items: stretch !important;
}
@media (max-width: 900px) {
  .editorias-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 560px) {
  .editorias-grid { grid-template-columns: 1fr !important; }
}

/* Card */
.editoria-card {
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.07) !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.editoria-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.13) !important;
}

/* Imagem no topo */
.editoria-card-figure {
  display: block !important;
  order: -1 !important;
  margin: 0 !important;
  height: 170px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  border-radius: 0 !important;
  background: #eee !important;
  line-height: 0 !important;
}
.editoria-card-figure img,
.editoria-card-figure a img {
  width: 100% !important;
  height: 170px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
  transition: transform .4s ease !important;
}
.editoria-card:hover .editoria-card-figure img {
  transform: scale(1.06) !important;
}

/* Área de texto */
.editoria-card-social {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 14px 14px 8px !important;
  margin: 0 !important;
}

/* Badge — força sempre o vermelho PN, ignora inline color */
.editoria-card-category {
  background: var(--color-primary, #ed3000) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  padding: 3px 10px !important;
  border-radius: 20px !important;
  line-height: 1.6 !important;
  text-decoration: none !important;
}

/* Ícones sociais */
.editoria-card-share { display: flex !important; gap: 10px !important; }
.editoria-card-share a { color: #ccc !important; font-size: .8rem !important; transition: color .2s !important; }
.editoria-card-share a:hover { color: var(--color-primary, #ed3000) !important; }

/* Link wrapper */
.editoria-card-link {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  color: inherit !important;
  text-decoration: none !important;
  padding: 0 14px 14px !important;
}
.editoria-card-link:hover { color: inherit !important; }

/* Título */
.editoria-card-title {
  font-size: .9rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #1a1a1a !important;
  margin: 0 0 6px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.editoria-card-link:hover .editoria-card-title {
  color: var(--color-primary, #ed3000) !important;
}

/* Resumo */
.editoria-card-excerpt {
  font-size: .8rem !important;
  color: #777 !important;
  line-height: 1.5 !important;
  margin: 0 0 8px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  flex: 1 !important;
}

/* Data */
.editoria-card-time {
  display: block !important;
  font-size: .73rem !important;
  color: #bbb !important;
  font-weight: 500 !important;
  padding-top: 8px !important;
  border-top: 1px solid #f0f0f0 !important;
  margin-top: auto !important;
}

/* ============================================
   MANIFESTO — Nasce o Partido Neossocialista
   ============================================ */
.manifesto-section {
  background: #1a1a1a;
  padding: 64px 0;
  background-image: linear-gradient(135deg, #1a1a1a 60%, #2a0a02 100%);
}
.manifesto-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 900px) {
  .manifesto-layout { grid-template-columns: 1fr; gap: 36px; }
}
.manifesto-label {
  display: inline-block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-primary, #ed3000);
  border: 1px solid var(--color-primary, #ed3000);
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 18px;
}
.manifesto-title {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}
.manifesto-intro {
  font-size: .92rem;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
  margin-bottom: 14px;
}
.manifesto-cta {
  margin-top: 8px;
  display: inline-block;
}
.manifesto-blocks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.manifesto-block {
  border-left: 3px solid var(--color-primary, #ed3000);
  padding-left: 20px;
}
.manifesto-block-title {
  font-size: .95rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.manifesto-block-title i {
  color: var(--color-primary, #ed3000);
  font-size: .9rem;
}
.manifesto-block p {
  font-size: .85rem;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  margin: 0 0 8px;
}

/* ============================================
   STATS — Números do Movimento
   ============================================ */
.stats-section {
  background: var(--bg, #f6f7f9);
  padding: 64px 0;
}
.stats-section .container {
  position: relative;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
  overflow: hidden;
}
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
.stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 42px 24px;
  border-right: 1px solid rgba(0,0,0,.06);
  background: #ffffff;
}
.stats-item:last-child { border-right: none; }
@media (max-width: 900px) {
  .stats-item:nth-child(2) { border-right: none; }
  .stats-item:nth-child(3) { border-right: 1px solid rgba(0,0,0,.06); }
  .stats-item { border-bottom: 1px solid rgba(0,0,0,.08); }
  .stats-item:nth-child(3),
  .stats-item:nth-child(4) { border-bottom: none; }
}
.stats-number {
  display: block;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  color: #111827;
  line-height: 1;
  letter-spacing: -.02em;
  font-family: var(--font-heading, sans-serif);
  text-shadow: none;
}
.stats-label {
  font-size: .88rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 12px;
}
.stats-item:first-child {
  background: linear-gradient(180deg, rgba(237,48,0,0.08), rgba(255,255,255,0.08));
}
.stats-item:nth-child(2) {
  background: linear-gradient(180deg, rgba(235,77,75,0.06), rgba(255,255,255,0.08));
}
.stats-item:nth-child(3) {
  background: linear-gradient(180deg, rgba(249,115,22,0.05), rgba(255,255,255,0.08));
}
.stats-item:nth-child(4) {
  background: linear-gradient(180deg, rgba(59,130,246,0.05), rgba(255,255,255,0.08));
}

/* ============================================
   SEÇÃO MOVIMENTO — Juntos Somos Mais Fortes
   ============================================ */
.movimento-section {
  background: #f7f7f7;
  padding: 56px 0;
  border-top: 4px solid var(--color-primary, #ed3000);
  border-bottom: 1px solid #e8e8e8;
}
.movimento-header {
  text-align: center;
  margin-bottom: 40px;
}
.movimento-title {
  font-size: 2rem;
  font-weight: 900;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 10px;
}
.movimento-subtitle {
  font-size: 1.05rem;
  color: #666;
  font-weight: 400;
  margin: 0;
}
.movimento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .movimento-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .movimento-grid { grid-template-columns: 1fr; }
  .movimento-title { font-size: 1.5rem; }
}
.movimento-item {
  background: #fff;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.movimento-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.movimento-item-icon {
  width: 60px;
  height: 60px;
  background: var(--color-primary, #ed3000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.movimento-item-icon i {
  color: #fff;
  font-size: 1.4rem;
}
.movimento-item-title {
  font-size: .95rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.3;
}
.movimento-item-text {
  font-size: .85rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   FAQ — Perguntas Frequentes
   ============================================ */
.faq-section {
  background: #fff;
  padding: 60px 0;
  border-top: 1px solid #e8e8e8;
}
.faq-header {
  text-align: center;
  margin-bottom: 40px;
}
.faq-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 8px;
}
.faq-subtitle {
  font-size: .95rem;
  color: #888;
  margin: 0;
}
.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow .2s ease;
}
.faq-item[open] {
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  border-color: var(--color-primary, #ed3000);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-size: .95rem;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
  user-select: none;
  gap: 12px;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-primary, #ed3000);
  flex-shrink: 0;
  line-height: 1;
  transition: transform .2s ease;
}
.faq-item[open] .faq-question::after {
  transform: rotate(45deg);
}
.faq-item[open] .faq-question {
  color: var(--color-primary, #ed3000);
}
.faq-answer {
  padding: 0 20px 18px;
  border-top: 1px solid #f0f0f0;
}
.faq-answer p {
  font-size: .9rem;
  color: #555;
  line-height: 1.7;
  margin: 12px 0 0;
}
.faq-answer p:first-child { margin-top: 14px; }
.faq-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}