.page-banner {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 5rem;
  color: #fff;
}

.page-banner-bg,
.page-banner-bg img {
  position: absolute;
  inset: 0;
}

.page-banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(7, 28, 74, .88) 0%, rgba(14, 54, 140, .76) 55%, rgba(7, 28, 74, .86) 100%);
}

.page-banner-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(64px);
  animation: float-slow 6s ease-in-out infinite;
}

.page-banner-orb.orb-one {
  top: 2.5rem;
  right: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: hsl(218 83% 49% / .2);
}

.page-banner-orb.orb-two {
  bottom: 0;
  left: 1.25rem;
  width: 8rem;
  height: 8rem;
  background: hsl(141 90% 28% / .2);
  animation-name: float-slower;
}

.page-banner-content {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, .8);
  font-size: .875rem;
  line-height: 1.25rem;
}

.breadcrumb a {
  transition: color .2s ease;
}

.breadcrumb a:hover {
  color: var(--yellow);
}

.breadcrumb svg {
  width: .75rem;
  height: .75rem;
  color: rgba(255, 255, 255, .6);
}

.page-banner h1 {
  max-width: 48rem;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
}

.page-banner-content > p {
  max-width: 42rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, .85);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.banner-note {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-top: 1.5rem;
}

.banner-note span {
  display: block;
  width: 3rem;
  height: .25rem;
  border-radius: 999px;
  background: var(--yellow);
}

.banner-note strong {
  color: rgba(255, 255, 255, .8);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.banner-curve {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
}

body[data-page="sobre"] .section-heading,
body[data-page="principios"] .section-heading,
body[data-page="projetos"] .section-heading,
body[data-page="defendemos"] .section-heading,
body[data-page="compromissos"] .section-heading,
body[data-page="partido"] .section-heading,
body[data-page="noticias"] .section-heading,
body[data-page="contato"] .section-heading,
body[data-page="agenda"] .section-heading,
body[data-page="galeria"] .section-heading {
  max-width: 48rem;
  margin-bottom: 0;
}

.section-heading .eyebrow {
  gap: .75rem;
  margin-bottom: 1rem;
}

.eyebrow span {
  width: 2rem;
  height: 2px;
}

.eyebrow strong {
  color: var(--green);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.section-heading h2 {
  color: var(--navy);
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.15;
}

.section-heading p {
  margin-top: 1rem;
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.portrait-sticky {
  top: 7rem;
  overflow: visible;
  border-radius: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(7, 28, 74, .18), 0 8px 10px -6px rgba(7, 28, 74, .18);
}

.portrait-sticky::before {
  inset: -.75rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, hsl(218 83% 49% / .1), hsl(141 90% 28% / .1));
}

.portrait-sticky > img {
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 1.5rem;
}

.floating-label {
  right: -1.25rem;
  bottom: -1.25rem;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .75);
  padding: 1rem;
  box-shadow: 0 20px 25px -5px rgba(7, 28, 74, .2), 0 8px 10px -6px rgba(7, 28, 74, .2);
  backdrop-filter: blur(20px);
}

.floating-label strong {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.floating-label small {
  color: var(--text-secondary);
  font-size: .75rem;
  line-height: 1rem;
}

.bio-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.bio-facts div {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  border-radius: 1rem;
  background: var(--gray-soft);
  padding: 1rem;
}

.bio-facts svg {
  width: 1.25rem;
  height: 1.25rem;
  margin: .125rem 0 0;
  color: var(--blue);
}

.bio-facts small {
  color: var(--text-secondary);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.bio-facts strong {
  display: block;
  color: var(--navy);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.quote-section blockquote {
  max-width: 56rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.375;
}

.quote-section cite {
  margin-top: 1.5rem;
  color: #bfdbfe;
  font-weight: 500;
}

body[data-page="sobre"] .quote-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

body[data-page="sobre"] .quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: hsl(141 90% 28% / .1);
  filter: blur(64px);
  animation: float-slow 6s ease-in-out infinite;
}

body[data-page="sobre"] .quote-section .container-wide {
  position: relative;
}

.timeline {
  max-width: 56rem;
  margin-top: 4rem;
}

.timeline-item {
  gap: 1.5rem;
  margin: 2rem 0;
}

.timeline-card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--gray-soft);
  padding: 1.5rem;
  transition: box-shadow .2s ease;
}

.timeline-card:hover {
  box-shadow: 0 10px 15px -3px rgba(7, 28, 74, .1), 0 4px 6px -4px rgba(7, 28, 74, .1);
}

.timeline-card h3 {
  margin: .25rem 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
}

.timeline-card p {
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.45;
}

body[data-page="sobre"] .bio-grid .prose {
  margin-top: 1.25rem;
  line-height: 1.625;
}

body[data-page="sobre"] .timeline-section {
  background: #fff;
  padding: 5rem 0;
}

body[data-page="sobre"] .timeline {
  position: relative;
  max-width: 56rem;
  margin: 4rem auto 0;
}

body[data-page="sobre"] .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 2px;
  background: linear-gradient(to bottom, var(--blue), var(--green), var(--yellow));
}

body[data-page="sobre"] .timeline-list {
  display: grid;
  gap: 2rem;
}

body[data-page="sobre"] .timeline-item,
body[data-page="sobre"] .timeline-item.reverse {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
}

body[data-page="sobre"] .timeline-item::before {
  content: none;
}

body[data-page="sobre"] .timeline-dot {
  position: absolute;
  left: 1rem;
  z-index: 10;
  width: 1rem;
  height: 1rem;
  border: 4px solid var(--blue);
  border-radius: 999px;
  background: #fff;
}

body[data-page="sobre"] .timeline-card-wrap {
  box-sizing: border-box;
  width: calc(100% - 3rem);
  margin-left: 3rem;
}

body[data-page="sobre"] .timeline-card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--gray-soft);
  padding: 1.5rem;
  transition: box-shadow .2s ease;
}

body[data-page="sobre"] .timeline-card:hover {
  box-shadow: 0 10px 15px -3px rgba(7, 28, 74, .1), 0 4px 6px -4px rgba(7, 28, 74, .1);
}

body[data-page="sobre"] .timeline-card-head {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
}

body[data-page="sobre"] .timeline-card-head svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--blue);
}

body[data-page="sobre"] .timeline-card-head span {
  color: var(--blue);
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

body[data-page="sobre"] .timeline-card h3 {
  margin: 0 0 .25rem;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

body[data-page="sobre"] .timeline-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.45;
}

body[data-page="sobre"] main > .section.gray-soft.text-center {
  padding: 4rem 0;
  background: var(--gray-soft);
  text-align: center;
}

body[data-page="sobre"] main > .section.gray-soft.text-center h2 {
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

body[data-page="sobre"] main > .section.gray-soft.text-center p {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  color: var(--text-secondary);
}

body[data-page="sobre"] main > .section.gray-soft.text-center .btn {
  padding: .875rem 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  body[data-page="sobre"] .timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  body[data-page="sobre"] .timeline-item.reverse {
    flex-direction: row-reverse;
  }

  body[data-page="sobre"] .timeline-dot {
    left: 50%;
    transform: translateX(-50%);
  }

  body[data-page="sobre"] .timeline-card-wrap {
    width: 50%;
    margin-left: 0;
  }

  body[data-page="sobre"] .timeline-item.reverse .timeline-card-wrap {
    padding-right: 3rem;
    text-align: right;
  }

  body[data-page="sobre"] .timeline-item:not(.reverse) .timeline-card-wrap {
    padding-left: 3rem;
  }

  body[data-page="sobre"] .timeline-item.reverse .timeline-card-head {
    justify-content: flex-end;
  }

  body[data-page="sobre"] main > .section.gray-soft.text-center h2 {
    font-size: 1.875rem;
  }
}

body[data-page="principios"] .principios-mission-section,
body[data-page="principios"] .principios-values-section,
body[data-page="principios"] .principios-conduct-section {
  padding: 5rem 0;
}

body[data-page="principios"] .principios-mission-section,
body[data-page="principios"] .principios-conduct-section {
  background: #fff;
}

body[data-page="principios"] .principios-mv-grid {
  display: grid;
  gap: 2rem;
}

body[data-page="principios"] .principios-mv-card {
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  padding: 2rem;
}

body[data-page="principios"] .principios-mv-card.blue {
  border-color: hsl(218 83% 49% / .2);
  background: var(--blue-light);
}

body[data-page="principios"] .principios-mv-card.green {
  border-color: hsl(141 90% 28% / .2);
  background: var(--green-light);
}

body[data-page="principios"] .principios-mv-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
}

body[data-page="principios"] .principios-mv-card.blue .principios-mv-icon {
  background: hsl(218 83% 49% / .1);
  color: var(--blue);
}

body[data-page="principios"] .principios-mv-card.green .principios-mv-icon {
  background: hsl(141 90% 28% / .1);
  color: var(--green);
}

body[data-page="principios"] .principios-mv-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

body[data-page="principios"] .principios-mv-card h3 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

body[data-page="principios"] .principios-mv-card p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.625;
}

body[data-page="principios"] .principios-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

body[data-page="principios"] .principios-values-grid > div,
body[data-page="principios"] .principios-principles-grid > div {
  height: 100%;
}

body[data-page="principios"] .principios-value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 7.25rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: #fff;
  padding: 1.5rem;
  text-align: center;
  transition: box-shadow .2s ease;
}

body[data-page="principios"] .principios-value-card:hover {
  box-shadow: 0 10px 15px -3px rgba(7, 28, 74, .1), 0 4px 6px -4px rgba(7, 28, 74, .1);
}

body[data-page="principios"] .principios-value-card svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .75rem;
  color: var(--yellow);
}

body[data-page="principios"] .principios-value-card strong {
  color: var(--navy);
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

body[data-page="principios"] .principios-principles-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

body[data-page="principios"] .principios-principle-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  background: var(--gray-soft);
  padding: 1.5rem;
}

body[data-page="principios"] .principios-principle-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
  background: hsl(218 83% 49% / .1);
  color: var(--blue);
}

body[data-page="principios"] .principios-principle-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

body[data-page="principios"] .principios-principle-card h3 {
  margin: 0 0 .5rem;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

body[data-page="principios"] .principios-principle-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.625;
}

body[data-page="principios"] .principios-cta {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

body[data-page="principios"] .principios-cta-orb {
  position: absolute;
  top: 0;
  right: 0;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: hsl(48 92% 52% / .1);
  filter: blur(64px);
}

body[data-page="principios"] .principios-cta-inner {
  position: relative;
  text-align: center;
}

body[data-page="principios"] .principios-cta h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

body[data-page="principios"] .principios-cta p {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  color: #dbeafe;
}

body[data-page="principios"] .principios-cta .btn {
  padding: .875rem 1.75rem;
  color: var(--navy);
  font-weight: 600;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

body[data-page="principios"] .principios-cta .btn:hover {
  background: var(--yellow);
  transform: scale(1.05);
}

@media (min-width: 640px) {
  body[data-page="principios"] .principios-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  body[data-page="principios"] .principios-mv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="principios"] .principios-values-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="principios"] .principios-cta h2 {
    font-size: 1.875rem;
  }
}

.mv-card {
  height: 100%;
  border-radius: 1.5rem;
  padding: 2rem;
}

.mv-card svg {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  padding: .875rem;
  background: hsl(218 83% 49% / .1);
  color: var(--blue);
}

.mv-card.green svg {
  background: hsl(141 90% 28% / .1);
  color: var(--green);
}

.mv-card h2 {
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: 1.5rem;
  font-weight: 700;
}

.mv-card p {
  color: var(--text-secondary);
  line-height: 1.65;
}

.values-grid {
  gap: 1rem;
  margin-top: 3rem;
}

body[data-page="principios"] .values-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.value-card {
  min-height: 9rem;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: box-shadow .2s ease;
}

.value-card:hover {
  box-shadow: 0 10px 15px -3px rgba(7, 28, 74, .1), 0 4px 6px -4px rgba(7, 28, 74, .1);
}

.value-card svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .75rem;
  color: var(--yellow);
}

.principles-list {
  gap: 1.5rem;
  margin-top: 3rem;
}

.horizontal-card {
  gap: 1rem;
  border-radius: 1.5rem;
  background: var(--gray-soft);
  padding: 1.5rem;
}

.horizontal-card > svg {
  width: 3rem;
  height: 3rem;
  margin: 0;
  border-radius: .75rem;
  padding: .75rem;
  background: hsl(218 83% 49% / .1);
  color: var(--blue);
}

.horizontal-card h3 {
  margin-bottom: .5rem;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
}

.horizontal-card p {
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.625;
}

.principles-list.four .horizontal-card {
  display: block;
  height: 100%;
  background: #fff;
  transition: box-shadow .2s ease;
}

.principles-list.four .horizontal-card:hover {
  box-shadow: 0 10px 15px -3px rgba(7, 28, 74, .1), 0 4px 6px -4px rgba(7, 28, 74, .1);
}

.principles-list.four .horizontal-card > svg {
  margin-bottom: 1rem;
}

.card-grid {
  gap: 1.5rem;
  margin-top: 0;
}

.project-card > a,
.news-card > a {
  border-radius: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .12), 0 2px 4px -2px rgba(7, 28, 74, .12);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s cubic-bezier(.16, 1, .3, 1);
}

.project-card > a:hover,
.news-card > a:hover {
  transform: translateY(-.25rem);
  box-shadow: 0 25px 50px -12px rgba(7, 28, 74, .25);
}

.card-flag-border::before {
  border-radius: inherit;
  transition: opacity .4s ease;
}

.project-card-media,
.news-media {
  height: 13rem;
}

.project-card-media img,
.news-media img {
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.project-card > a:hover img,
.news-card > a:hover img {
  transform: scale(1.1);
}

.project-card-body,
.news-body {
  padding: 1.5rem;
}

.project-card-body h3,
.news-body h3 {
  margin: 0 0 .5rem;
  color: var(--navy);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  transition: color .2s ease;
}

.project-card > a:hover h3,
.news-card > a:hover h3 {
  color: var(--blue);
}

.project-card-body p,
.news-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 1rem;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-body p {
  -webkit-line-clamp: 3;
}

.project-card-body span,
.news-read-more,
.news-body > span {
  gap: .375rem;
  color: var(--blue);
  font-size: .875rem;
  font-weight: 600;
  transition: gap .2s ease;
}

.project-card > a:hover .project-card-body span,
.news-card > a:hover .news-read-more,
.news-card > a:hover .news-body > span {
  gap: .75rem;
}

.badge {
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

.category-desenvolvimento {
  background: #faf5ff;
  color: #7e22ce;
}

.category-mulheres {
  background: #fff1f2;
  color: #be123c;
}

.category-seguranca {
  background: #f1f5f9;
  color: #334155;
}

.category-meio_ambiente {
  background: #ecfdf5;
  color: #047857;
}

.category-transparencia {
  background: #ecfeff;
  color: #0e7490;
}

.defense-grid {
  gap: 1.5rem;
  margin-top: 3rem;
}

.defense-card {
  gap: 1.25rem;
  height: 100%;
  border-radius: 1.5rem;
  background: var(--gray-soft);
  padding: 1.75rem;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s cubic-bezier(.16, 1, .3, 1), background .5s ease;
}

.defense-card:hover {
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(7, 28, 74, .25);
  transform: translateY(-.25rem);
}

.defense-card > svg {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  padding: .875rem;
  background: hsl(218 83% 49% / .1);
  color: var(--blue);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), background .5s ease, color .5s ease;
}

.defense-card:hover > svg {
  background: hsl(48 92% 52% / .1);
  color: var(--yellow-gold);
  transform: scale(1.1);
}

.defense-card small {
  color: var(--green);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}

.defense-card h2 {
  margin: .5rem 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
}

.defense-card p {
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.625;
}

.gradient-cta,
.accountability {
  margin-top: 4rem;
  border-radius: 1.5rem;
  padding: 2rem;
  overflow: hidden;
}

.gradient-cta::before,
.accountability::before,
.party-box::before,
.party-box::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(64px);
  pointer-events: none;
}

.gradient-cta::before,
.accountability::before {
  top: 0;
  right: 0;
  width: 16rem;
  height: 16rem;
  background: hsl(48 92% 52% / .1);
  animation: float-slow 6s ease-in-out infinite;
}

.gradient-cta h2,
.accountability h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.gradient-cta p,
.accountability p {
  max-width: 36rem;
  margin: .75rem auto 1.5rem;
  color: #dbeafe;
}

.commitment-grid {
  gap: 1.5rem;
  margin-top: 3rem;
}

.commitment-card {
  height: 100%;
  border-radius: 1.5rem;
  padding: 1.75rem;
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .1), 0 2px 4px -2px rgba(7, 28, 74, .1);
  transition: box-shadow .5s cubic-bezier(.16, 1, .3, 1);
}

.commitment-card:hover {
  box-shadow: 0 25px 50px -12px rgba(7, 28, 74, .25);
}

.commitment-card:hover .decor-number {
  color: hsl(48 92% 52% / .1);
}

.decor-number {
  top: 1.25rem;
  right: 1.25rem;
  color: hsl(218 83% 49% / .05);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  transition: color .5s ease;
}

.card-head {
  margin-bottom: 1rem;
}

.yellow-line {
  width: 2.5rem;
  height: .25rem;
}

.status {
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

.status-realizado {
  background: #f0fdf4;
  color: #15803d;
}

.status-cancelado {
  background: #fef2f2;
  color: #b91c1c;
}

.commitment-card h2 {
  color: var(--navy);
  font-size: 1.125rem;
  font-weight: 700;
}

.commitment-card p {
  margin: .5rem 0 1rem;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.625;
}

.commitment-card dl {
  gap: .5rem 1rem;
  padding-top: 1rem;
  font-size: .875rem;
}

.accountability > svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
}

.party-box {
  padding: 2.5rem;
  border-radius: 1.5rem;
}

.party-box::before {
  top: 0;
  right: 0;
  width: 12rem;
  height: 12rem;
  background: hsl(218 83% 49% / .2);
  animation: float-slow 6s ease-in-out infinite;
}

.party-box::after {
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  background: hsl(141 90% 28% / .2);
  animation: float-slower 9s ease-in-out infinite;
}

.party-box > * {
  position: relative;
  z-index: 1;
}

.party-box > svg {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .1);
  padding: 1.5rem;
  color: var(--yellow);
}

.party-box h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.party-box p {
  margin: .5rem 0 1rem;
  color: #bfdbfe;
}

.party-box span {
  padding: .5rem 1rem;
  background: rgba(255, 255, 255, .1);
  font-size: .875rem;
}

.data-list {
  gap: 1rem;
  margin-top: 1.5rem;
}

.data-list div {
  border-radius: 1rem;
  padding: 1rem;
}

.data-list span,
.data-list strong {
  font-size: .875rem;
  line-height: 1.25rem;
}

.filters-bar {
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.search-field input {
  padding: .75rem 1rem .75rem 3rem;
  border-radius: 999px;
}

.filter-buttons {
  gap: .5rem;
}

.filter-buttons button {
  border: 0;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.filter-buttons button.active {
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .12), 0 2px 4px -2px rgba(7, 28, 74, .12);
}

.events-list {
  gap: 1rem;
}

.event-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1.5rem;
  background: var(--gray-soft);
  padding: 1.5rem;
  transition: box-shadow .2s ease, background .2s ease;
}

.event-card:hover {
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(7, 28, 74, .1), 0 4px 6px -4px rgba(7, 28, 74, .1);
}

.event-date {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.event-date strong {
  color: var(--navy);
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 2.25rem;
}

.event-date span {
  color: var(--blue);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.event-tags {
  gap: .5rem;
  margin-bottom: .5rem;
}

.event-tags span:not(.status) {
  padding: .25rem .75rem;
  border-radius: 999px;
  background: hsl(221 86% 20% / .05);
  color: var(--navy);
  font-size: .75rem;
  font-weight: 600;
}

.event-card h2 {
  margin-bottom: .5rem;
  color: var(--navy);
  font-size: 1.125rem;
  font-weight: 700;
}

.event-card p {
  margin-bottom: .75rem;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.45;
}

.event-meta {
  gap: 1rem;
  margin-top: 0;
  color: var(--text-secondary);
  font-size: .875rem;
}

body[data-page="agenda"] .agenda-section {
  padding: 4rem 0;
  background: #fff;
}

body[data-page="agenda"] .agenda-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2.5rem;
}

body[data-page="agenda"] .agenda-filter button {
  border: 0;
  border-radius: 999px;
  background: var(--gray-soft);
  padding: .5rem 1rem;
  color: var(--text-secondary);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

body[data-page="agenda"] .agenda-filter button.active {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .12), 0 2px 4px -2px rgba(7, 28, 74, .12);
}

body[data-page="agenda"] .agenda-filter button:not(.active):hover {
  background: var(--blue-light);
  color: var(--blue);
}

body[data-page="agenda"] .events-list {
  display: grid;
  gap: 1rem;
}

body[data-page="agenda"] .event-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  background: var(--gray-soft);
  padding: 1.5rem;
  transition: background .2s ease, box-shadow .2s ease;
}

body[data-page="agenda"] .event-card:hover {
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(7, 28, 74, .1), 0 4px 6px -4px rgba(7, 28, 74, .1);
}

body[data-page="agenda"] .event-date {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

body[data-page="agenda"] .event-date-inner {
  text-align: center;
}

body[data-page="agenda"] .event-date strong {
  display: block;
  color: var(--navy);
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 2.25rem;
}

body[data-page="agenda"] .event-date span {
  display: block;
  color: var(--blue);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
}

body[data-page="agenda"] .event-content {
  flex: 1;
  min-width: 0;
}

body[data-page="agenda"] .event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .5rem;
}

body[data-page="agenda"] .event-tags span {
  border-radius: 999px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

body[data-page="agenda"] .event-tags span:not(.status) {
  background: rgba(7, 28, 74, .05);
  color: var(--navy);
}

body[data-page="agenda"] .status-agendado {
  background: #eff6ff;
  color: #1d4ed8;
}

body[data-page="agenda"] .status-realizado {
  background: #f0fdf4;
  color: #15803d;
}

body[data-page="agenda"] .status-cancelado {
  background: #fef2f2;
  color: #b91c1c;
}

body[data-page="agenda"] .event-card h3 {
  margin: 0 0 .5rem;
  color: var(--navy);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

body[data-page="agenda"] .event-card p {
  margin: 0 0 .75rem;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.45;
}

body[data-page="agenda"] .event-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.25rem;
}

body[data-page="agenda"] .event-meta span {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
}

body[data-page="agenda"] .event-meta svg {
  width: 1rem;
  height: 1rem;
}

body[data-page="agenda"] .empty-state {
  padding: 4rem 1rem;
  text-align: center;
}

body[data-page="agenda"] .empty-state svg {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  color: #64748b;
}

body[data-page="agenda"] .empty-state p {
  color: var(--text-secondary);
}

body[data-page="contato"] .contact-form {
  margin-top: 2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

body[data-page="contato"] .contact-form [data-form-fields] {
  gap: 1.25rem;
}

body[data-page="contato"] .contact-form label {
  display: block;
  color: var(--navy);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

body[data-page="contato"] .contact-form input,
body[data-page="contato"] .contact-form select,
body[data-page="contato"] .contact-form textarea {
  margin-top: .375rem;
  border-radius: .75rem;
  padding: .75rem 1rem;
}

body[data-page="contato"] .contact-form textarea {
  resize: none;
}

body[data-page="contato"] .contact-form .checkbox {
  display: flex !important;
  gap: .75rem;
  cursor: pointer;
}

body[data-page="contato"] .contact-form .checkbox input {
  width: 1.25rem !important;
  height: 1.25rem;
  margin-top: .25rem;
}

.success-panel {
  border-radius: 1.5rem;
  padding: 2rem;
}

.direct-contact {
  top: 7rem;
  border-radius: 1.5rem;
  padding: 2rem;
}

.direct-contact > svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1.25rem;
  color: var(--yellow);
}

.direct-contact h2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.direct-contact div {
  gap: 1.25rem;
  margin: 1.5rem 0 2rem;
}

.direct-contact span {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0 .75rem;
}

.direct-contact span svg {
  grid-row: span 2;
  box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .75rem;
  background: rgba(255, 255, 255, .1);
  padding: .625rem;
  color: var(--yellow);
}

.direct-contact small {
  color: #bfdbfe;
  font-size: .875rem;
}

.direct-contact strong {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
}

.direct-contact p {
  color: #bfdbfe;
  font-size: .75rem;
  line-height: 1.625;
}

.empty-state {
  padding: 4rem 1rem;
}

.empty-state svg {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  color: #64748b;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  background: var(--gray-soft);
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .12), 0 2px 4px -2px rgba(7, 28, 74, .12);
  cursor: pointer;
  transition: box-shadow .2s ease;
}

.gallery-card:hover {
  box-shadow: 0 25px 50px -12px rgba(7, 28, 74, .25);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  background: linear-gradient(to top, hsl(221 86% 20% / .8), transparent 60%, transparent);
  color: #fff;
  opacity: 0;
  transition: opacity .2s ease;
}

.gallery-card:hover .gallery-card-overlay {
  opacity: 1;
}

body[data-page="galeria"] .gallery-section {
  padding: 4rem 0;
  background: #fff;
}

body[data-page="galeria"] .gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2.5rem;
}

body[data-page="galeria"] .gallery-filter button {
  border: 0;
  border-radius: 999px;
  background: var(--gray-soft);
  padding: .5rem 1rem;
  color: var(--text-secondary);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

body[data-page="galeria"] .gallery-filter button.active {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .12), 0 2px 4px -2px rgba(7, 28, 74, .12);
}

body[data-page="galeria"] .gallery-filter button:not(.active):hover {
  background: var(--blue-light);
  color: var(--blue);
}

body[data-page="galeria"] .gallery-grid,
body[data-page="galeria"] .gallery-loading-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body[data-page="galeria"] .gallery-skeleton {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  background: var(--gray-soft);
  animation: gallery-pulse 1.4s ease-in-out infinite;
}

body[data-page="galeria"] .gallery-card-shell {
  min-width: 0;
}

body[data-page="galeria"] .gallery-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  background: var(--gray-soft);
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .12), 0 2px 4px -2px rgba(7, 28, 74, .12);
  cursor: pointer;
  transition: box-shadow .2s ease;
}

body[data-page="galeria"] .gallery-card:hover {
  box-shadow: 0 25px 50px -12px rgba(7, 28, 74, .25);
}

body[data-page="galeria"] .gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

body[data-page="galeria"] .gallery-card:hover img {
  transform: scale(1.1);
}

body[data-page="galeria"] .gallery-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  background: linear-gradient(to top, rgba(7, 28, 74, .8), transparent 60%, transparent);
  color: #fff;
  opacity: 0;
  transition: opacity .2s ease;
}

body[data-page="galeria"] .gallery-card:hover .gallery-card-overlay,
body[data-page="galeria"] .gallery-card:focus-visible .gallery-card-overlay {
  opacity: 1;
}

body[data-page="galeria"] .gallery-card-overlay span {
  display: block;
  text-align: left;
}

body[data-page="galeria"] .gallery-card-overlay strong {
  display: block;
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

body[data-page="galeria"] .gallery-card-overlay small {
  display: block;
  color: #dbeafe;
  font-size: .75rem;
  line-height: 1rem;
}

body[data-page="galeria"] .gallery-empty {
  padding: 4rem 1rem;
  text-align: center;
}

body[data-page="galeria"] .gallery-empty svg {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  color: #64748b;
}

body[data-page="galeria"] .gallery-empty p {
  margin: 0;
  color: var(--text-secondary);
}

body[data-page="galeria"] .gallery-empty small {
  display: block;
  margin-top: .25rem;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.25rem;
}

body[data-page="galeria"] .lightbox[hidden] {
  display: none !important;
}

body[data-page="galeria"] .lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 28, 74, .9);
  padding: 1rem;
  backdrop-filter: blur(4px);
}

body[data-page="galeria"] .lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  transition: background .2s ease;
}

body[data-page="galeria"] .lightbox-close:hover {
  background: rgba(255, 255, 255, .2);
}

body[data-page="galeria"] .lightbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 56rem;
  max-height: 85vh;
  color: #fff;
}

body[data-page="galeria"] .lightbox-content img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 1rem;
  object-fit: contain;
}

body[data-page="galeria"] .lightbox-caption {
  margin-top: 1rem;
  text-align: center;
}

body[data-page="galeria"] .lightbox-title {
  margin: 0;
  color: #fff;
  font-weight: 600;
}

body[data-page="galeria"] .lightbox-description {
  margin: .25rem 0 0;
  color: #dbeafe;
  font-size: .875rem;
}

body[data-page="galeria"] .lightbox-meta {
  margin: .5rem 0 0;
  color: #bfdbfe;
  font-size: .75rem;
}

body[data-page="galeria"] .lightbox-credits {
  margin: .25rem 0 0;
  color: #93c5fd;
  font-size: .75rem;
}

@keyframes gallery-pulse {
  50% {
    opacity: .5;
  }
}

@media (min-width: 640px) {
  .principles-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form [data-form-fields] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .page-banner {
    padding-top: 11rem;
    padding-bottom: 7rem;
  }

  .page-banner h1 {
    font-size: 3rem;
  }

  .page-banner-content > p {
    font-size: 1.25rem;
  }

  .section-heading h2 {
    font-size: 2.25rem;
  }

  .quote-section blockquote {
    font-size: 1.875rem;
  }

  body[data-page="principios"] .two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .values-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .event-card {
    flex-direction: row;
  }

  .event-date {
    width: 7rem;
  }

  .event-date {
    flex-direction: column;
  }

  body[data-page="agenda"] .event-card {
    flex-direction: row;
  }

  body[data-page="agenda"] .event-date {
    width: 7rem;
    flex-direction: column;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="galeria"] .gallery-grid,
  body[data-page="galeria"] .gallery-loading-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-banner h1 {
    font-size: 3.75rem;
  }

  .section-heading h2 {
    font-size: 2.75rem;
  }

  .quote-section blockquote {
    font-size: 2.25rem;
  }

  .bio-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3rem;
  }

  .bio-grid > :first-child {
    grid-column: span 2;
  }

  .bio-grid > :last-child {
    grid-column: span 3;
  }

  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="galeria"] .gallery-grid,
  body[data-page="galeria"] .gallery-loading-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gradient-cta,
  .accountability {
    padding: 2.5rem;
  }
}

@media (max-width: 767px) {
  .bio-facts {
    grid-template-columns: 1fr;
  }

  .defense-grid,
  .commitment-grid,
  .card-grid,
  .news-list-grid {
    grid-template-columns: 1fr;
  }

  .contact-form [data-form-fields] {
    grid-template-columns: 1fr;
  }
}

body[data-page="projetos"] .projetos-list-section {
  padding: 4rem 0;
  background: #fff;
}

body[data-page="projetos"] .projetos-filters {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

body[data-page="projetos"] .search-field {
  position: relative;
  display: block;
  max-width: 28rem;
}

body[data-page="projetos"] .search-field svg {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #64748b;
  transform: translateY(-50%);
}

body[data-page="projetos"] .search-field input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--gray-soft);
  padding: .75rem 1rem .75rem 3rem;
  color: var(--navy);
  outline: 0;
}

body[data-page="projetos"] .search-field input:focus {
  box-shadow: 0 0 0 2px var(--blue);
}

body[data-page="projetos"] .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}

body[data-page="projetos"] .filter-buttons > svg {
  width: 1rem;
  height: 1rem;
  color: var(--text-secondary);
}

body[data-page="projetos"] .filter-buttons button {
  border: 0;
  border-radius: 999px;
  background: var(--gray-soft);
  padding: .5rem 1rem;
  color: var(--text-secondary);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

body[data-page="projetos"] .filter-buttons button:hover {
  background: var(--blue-light);
  color: var(--blue);
}

body[data-page="projetos"] .filter-buttons button.active {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .12), 0 2px 4px -2px rgba(7, 28, 74, .12);
}

body[data-page="projetos"] .projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

body[data-page="projetos"] .project-card {
  height: 100%;
}

body[data-page="projetos"] .project-card > a {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .1), 0 2px 4px -2px rgba(7, 28, 74, .1);
  transition: transform .5s ease, box-shadow .5s ease;
}

body[data-page="projetos"] .project-card > a:hover {
  transform: translateY(-.25rem);
  box-shadow: 0 25px 50px -12px rgba(7, 28, 74, .25);
}

body[data-page="projetos"] .project-card > a::before {
  border-radius: inherit;
  transition: opacity .4s ease;
}

body[data-page="projetos"] .project-card-media {
  position: relative;
  height: 13rem;
  overflow: hidden;
}

body[data-page="projetos"] .project-card-media img,
body[data-page="projetos"] .project-placeholder {
  width: 100%;
  height: 100%;
  transition: transform .7s ease;
}

body[data-page="projetos"] .project-card-media img {
  object-fit: cover;
}

body[data-page="projetos"] .project-card > a:hover .project-card-media img,
body[data-page="projetos"] .project-card > a:hover .project-placeholder {
  transform: scale(1.1);
}

body[data-page="projetos"] .project-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--blue-light) 0%, var(--green-light) 50%, #fff 100%);
}

body[data-page="projetos"] .project-placeholder span {
  color: hsl(221 86% 20% / .2);
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
}

body[data-page="projetos"] .project-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, hsl(221 86% 20% / .6), transparent 62%, transparent);
  pointer-events: none;
}

body[data-page="projetos"] .project-card-media .badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.4;
}

body[data-page="projetos"] .project-card-body {
  padding: 1.5rem;
}

body[data-page="projetos"] .project-card-body h3 {
  margin: 0 0 .5rem;
  color: var(--navy);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  transition: color .25s ease;
}

body[data-page="projetos"] .project-card > a:hover h3 {
  color: var(--blue);
}

body[data-page="projetos"] .project-card-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 1rem;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="projetos"] .project-card-body span {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  color: var(--blue);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: gap .25s ease;
}

body[data-page="projetos"] .project-card > a:hover .project-card-body span {
  gap: .75rem;
}

body[data-page="projetos"] .project-card-body span svg {
  width: 1rem;
  height: 1rem;
}

body[data-page="projetos"] .empty-state {
  padding: 4rem 1rem;
  text-align: center;
}

body[data-page="projetos"] .empty-state p {
  color: var(--text-secondary);
}

@media (min-width: 768px) {
  body[data-page="projetos"] .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body[data-page="projetos"] .projects-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="projetos"] .filter-buttons button,
  body[data-page="projetos"] .project-card > a,
  body[data-page="projetos"] .project-card-media img,
  body[data-page="projetos"] .project-placeholder,
  body[data-page="projetos"] .project-card-body h3,
  body[data-page="projetos"] .project-card-body span {
    transition-duration: .01ms !important;
  }
}

body[data-page="noticias"] .noticias-list-section {
  padding: 4rem 0;
  background: #fff;
}

body[data-page="noticias"] .noticias-filters {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

body[data-page="noticias"] .search-field {
  position: relative;
  display: block;
  max-width: 28rem;
}

body[data-page="noticias"] .search-field svg {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #64748b;
  transform: translateY(-50%);
}

body[data-page="noticias"] .search-field input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--gray-soft);
  padding: .75rem 1rem .75rem 3rem;
  color: var(--navy);
  outline: 0;
}

body[data-page="noticias"] .search-field input:focus {
  box-shadow: 0 0 0 2px var(--blue);
}

body[data-page="noticias"] .noticias-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}

body[data-page="noticias"] .noticias-filter-buttons button {
  border: 0;
  border-radius: 999px;
  background: var(--gray-soft);
  padding: .5rem 1rem;
  color: var(--text-secondary);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

body[data-page="noticias"] .noticias-filter-buttons button:hover {
  background: var(--blue-light);
  color: var(--blue);
}

body[data-page="noticias"] .noticias-filter-buttons button.active {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .12), 0 2px 4px -2px rgba(7, 28, 74, .12);
}

body[data-page="noticias"] .news-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

body[data-page="noticias"] .news-card {
  min-width: 0;
  height: 100%;
}

body[data-page="noticias"] .news-card > a {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(7, 28, 74, .12), 0 2px 4px -2px rgba(7, 28, 74, .12);
  transition: transform .5s ease, box-shadow .5s ease;
}

body[data-page="noticias"] .news-card > a:hover {
  transform: translateY(-.25rem);
  box-shadow: 0 25px 50px -12px rgba(7, 28, 74, .25);
}

body[data-page="noticias"] .news-list-grid .news-card:first-child {
  grid-column: auto;
}

body[data-page="noticias"] .news-list-grid .news-card:first-child > a {
  display: block;
}

body[data-page="noticias"] .news-list-grid .news-card:first-child .news-media,
body[data-page="noticias"] .news-list-grid .news-card:first-child .news-body {
  width: auto;
}

body[data-page="noticias"] .news-media {
  position: relative;
  height: 13rem;
  overflow: hidden;
}

body[data-page="noticias"] .news-list-grid .news-card:first-child .news-media {
  height: 13rem;
  min-height: 0;
}

body[data-page="noticias"] .news-media img,
body[data-page="noticias"] .news-image-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

body[data-page="noticias"] .news-image-fallback {
  background: linear-gradient(135deg, var(--blue-light) 0%, var(--green-light) 50%, #fff 100%);
}

body[data-page="noticias"] .news-card > a:hover .news-media img,
body[data-page="noticias"] .news-card > a:hover .news-image-fallback {
  transform: scale(1.1);
}

body[data-page="noticias"] .news-media .badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

body[data-page="noticias"] .news-body {
  padding: 1.5rem;
}

body[data-page="noticias"] .news-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: .75rem;
  color: var(--text-secondary);
  font-size: .75rem;
  line-height: 1rem;
}

body[data-page="noticias"] .news-meta span {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  min-width: 0;
}

body[data-page="noticias"] .news-meta svg {
  width: .875rem;
  height: .875rem;
}

body[data-page="noticias"] .news-body h3 {
  margin: 0 0 .5rem;
  color: var(--navy);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.38;
  transition: color .25s ease;
}

body[data-page="noticias"] .news-list-grid .news-card:first-child .news-body h3 {
  font-size: 1.125rem;
}

body[data-page="noticias"] .news-card > a:hover .news-body h3 {
  color: var(--blue);
}

body[data-page="noticias"] .news-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 1rem;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body[data-page="noticias"] .news-read-more {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  color: var(--blue);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: gap .25s ease;
}

body[data-page="noticias"] .news-card > a:hover .news-read-more {
  gap: .75rem;
}

body[data-page="noticias"] .news-read-more svg {
  width: 1rem;
  height: 1rem;
}

body[data-page="noticias"] .noticias-empty {
  padding: 4rem 1rem;
  text-align: center;
}

body[data-page="noticias"] .noticias-empty svg {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  color: #64748b;
}

body[data-page="noticias"] .noticias-empty p {
  margin: 0 0 .25rem;
  color: var(--text-secondary);
}

body[data-page="noticias"] .noticias-empty small {
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.25rem;
}

body[data-page="news-detail"] .news-detail-banner .breadcrumb {
  max-width: min(100%, 58rem);
}

body[data-page="news-detail"] .news-detail-banner .breadcrumb span {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="news-detail"] .news-detail-banner .detail-badge {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  margin: 0 0 1rem;
  border-radius: 999px;
  background: rgba(250, 204, 21, .18);
  color: var(--yellow);
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1rem;
}

body[data-page="news-detail"] .news-detail-banner .detail-badge svg {
  width: .875rem;
  height: .875rem;
}

body[data-page="news-detail"] .news-detail-banner .news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  width: auto;
  margin: 1.5rem 0 0;
  color: #bfdbfe;
  font-size: .875rem;
  line-height: 1.25rem;
}

body[data-page="news-detail"] .news-detail-banner .news-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

body[data-page="news-detail"] .news-detail-banner .news-detail-meta svg {
  width: 1rem;
  height: 1rem;
}

body[data-page="news-detail"] .news-detail-banner .banner-note {
  margin-top: 1.5rem;
}

body[data-page="news-detail"] .not-found-detail {
  padding: 5rem 1.5rem;
  text-align: center;
}

body[data-page="news-detail"] .not-found-detail h1 {
  margin: 0 0 .75rem;
  color: var(--navy);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
}

body[data-page="news-detail"] .not-found-detail p {
  margin: 0 auto 1.5rem;
  max-width: 36rem;
  color: var(--text-secondary);
  font-size: 1.0625rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  body[data-page="noticias"] .news-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body[data-page="noticias"] .news-list-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="noticias"] .noticias-filter-buttons button,
  body[data-page="noticias"] .news-card > a,
  body[data-page="noticias"] .news-media img,
  body[data-page="noticias"] .news-image-fallback,
  body[data-page="noticias"] .news-body h3,
  body[data-page="noticias"] .news-read-more {
    transition-duration: .01ms !important;
  }
}
