/* Tipografia ToGov — Montserrat substitui Manrope do espelho 1Doc */
:root {
  --font-togov: "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}

html,
body,
#__nuxt,
.v-application,
.v-application__wrap,
button,
input,
select,
textarea {
  font-family: var(--font-togov) !important;
}

/* Hero home — mockup do painel ToGov abaixo do CTA */
.Hero-Section .togov-hero-mockup {
  margin-top: 1.5rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  .Hero-Section .togov-hero-mockup {
    margin-top: 2.5rem;
  }
}

.Hero-Section .togov-hero-mockup__img {
  max-width: min(100%, 64rem);
  filter: drop-shadow(0 20px 40px rgb(0 89 219 / 0.15));
}

/* Seções comerciais ToGov injetadas */
.Section-Modulos [data-v-togov-modulos],
.Section-Cta-Gestor [data-v-togov-cta] {
  opacity: 1 !important;
}

/* Nossa Plataforma — acordeão estilo 1Doc */
.Section-Modulos .togov-modulos-img-wrap {
  box-shadow: 0 4px 24px rgb(61 160 218 / 0.12);
}

.Section-Modulos .togov-modulos-img {
  transition: opacity 0.25s ease;
}

.Section-Modulos .AccordionBox .v-expansion-panel {
  border: 1px solid rgb(226 231 231);
  border-radius: 12px !important;
  background-color: #fff;
  overflow: hidden;
}

.Section-Modulos .AccordionBox .v-expansion-panel__shadow {
  display: none;
}

.Section-Modulos .AccordionBox .v-expansion-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1.25rem;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
}

.Section-Modulos .AccordionBox .v-expansion-panel-title__overlay {
  display: none;
}

.Section-Modulos .AccordionBox .v-expansion-panel-title__icon {
  flex-shrink: 0;
  margin-left: 0.75rem;
}

.Section-Modulos .AccordionBox .togov-chevron {
  display: inline-flex;
  color: rgb(69 80 80);
  transition: transform 0.2s ease, color 0.2s ease;
}

.Section-Modulos .AccordionBox .v-expansion-panel.is-open {
  border-color: rgb(61 160 218);
  background-color: rgb(230 244 250);
}

.Section-Modulos .AccordionBox .v-expansion-panel.is-open .accordion-header {
  color: rgb(61 160 218) !important;
}

.Section-Modulos .AccordionBox .v-expansion-panel.is-open .togov-chevron {
  color: rgb(61 160 218);
  transform: rotate(180deg);
}

.Section-Modulos .AccordionBox .v-expansion-panel-text__wrapper {
  padding: 0 1.25rem;
}

@media (min-width: 1024px) {
  .Section-Modulos .togov-modulos-accordion {
    padding-top: 0.5rem;
  }
}

@media (max-width: 768px) {
  .Section-Cta-Gestor h2 {
    font-size: 1.5rem;
  }
}

/* Section-Inspire — proporções 1Doc (50/50, tipografia, contraste) */
.Section-Inspire.bg-azul-escuro-300 {
  background-color: rgb(5 23 38) !important;
}

.Section-Inspire .Section-Inspire-bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 80% auto;
}

@media (min-width: 768px) {
  .Section-Inspire .Section-Inspire-bg {
    background-position: 70% 100.3%;
    background-size: min(72%, 520px) auto;
  }
}

@media (min-width: 1024px) {
  .Section-Inspire .container > .flex {
    align-items: center;
    gap: 2rem;
  }

  .Section-Inspire .Section-Inspire-bg {
    background-position: 82% center;
    background-size: auto min(100%, 540px);
  }

  .Section-Inspire .flex > .lg\:w-1\/2:first-child {
    padding-right: 3rem;
  }
}

.Section-Inspire h3.simplifique {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 300;
  padding-bottom: 0 !important;
  margin-bottom: 0.75rem;
}

.Section-Inspire h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.75rem) !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  max-width: 36rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 1.25rem;
}

.Section-Inspire span,
.Section-Inspire span p {
  color: #b8cace !important;
  line-height: 1.6;
}

.Section-Inspire span {
  display: block;
  margin-bottom: 1.5rem;
}

.Section-Inspire span p + p {
  margin-top: 1rem;
}

.Section-Inspire a.btn-azul-claro {
  margin-top: 0 !important;
  border-color: rgb(146 205 207) !important;
  background-color: rgb(146 205 207) !important;
  color: rgb(5 23 38) !important;
}

.Section-Inspire a.btn-azul-claro:hover {
  border-color: rgb(61 160 218) !important;
  background-color: rgb(61 160 218) !important;
  color: #fff !important;
}

/* Home: ilustração via <img> em vez de background duplicado */
.Section-Inspire--home .Section-Inspire-bg {
  background-image: none !important;
}

@media (max-width: 1023px) {
  .Section-Inspire--home .Section-Inspire-bg {
    padding-bottom: 1.5rem !important;
  }
}

.Section-Inspire--home .inspire-gestores-img {
  object-fit: contain;
  object-position: center center;
  aspect-ratio: 560 / 640;
}

@media (min-width: 1024px) {
  .Section-Inspire--home .inspire-gestores-img {
    max-height: min(520px, 72vh);
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .Section-Inspire--home .inspire-gestores-img {
    object-position: center bottom;
    max-height: 320px;
  }
}

/* Homepage — alternância Diagnóstico (branco) → Histórias (azul-claro-400) */
.section-diagnostico.bg-white {
  background-color: #fff !important;
}

.Section-Historias.bg-azul-claro-400 {
  background-color: rgb(var(--togov-teal-100)) !important;
}

/* Histórias de Sucesso — oculta temporariamente em todas as páginas até
   termos depoimentos atuais de clientes para repor a seção. */
.Section-Historias {
  display: none !important;
}

.section-diagnostico .diagnostico-celular-img,
.section-diagnostico img.diagnostico-celular-img {
  object-fit: contain;
  object-position: center center;
  aspect-ratio: 400 / 480;
}

@media (min-width: 1024px) {
  .section-diagnostico .diagnostico-celular-img,
  .section-diagnostico img.diagnostico-celular-img {
    max-height: min(480px, 68vh);
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .section-diagnostico img.w-full {
    max-height: 420px;
  }
}

@media (min-width: 768px) {
  .Section-Inspire h3.simplifique {
    margin-bottom: 1rem;
  }

  .Section-Inspire h2 {
    margin-bottom: 1.75rem;
  }

  .Section-Inspire span {
    margin-bottom: 2rem;
  }

  .Section-Inspire span p + p {
    margin-top: 1.25rem;
  }
}


/* Logo horizontal no header — classes lg:h-[40px] do espelho não existem no CSS inline */
#header img[src*="logo-togov-png"] {
  height: auto !important;
  max-height: 38px !important;
  width: auto !important;
  max-width: min(150px, 40vw) !important;
  object-fit: contain !important;
}

@media (max-width: 1023px) {
  #header img[src*="logo-togov-png"] {
    max-height: 32px !important;
    max-width: min(125px, 45vw) !important;
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

#__nuxt {
  display: block !important;
  min-height: 100vh;
}

.nuxt-loading-indicator {
  display: none !important;
}

[v-cloak] {
  display: block !important;
}

/* AOS: sem JS, fade-* fica opacity:0 — forçar visível */
[data-aos^="fade"] {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

/* Swiper sem JS: carrossel horizontal (não empilhar todos os slides) */
.swiper {
  overflow: hidden;
  width: 100%;
}

.swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0;
  transition: none !important;
}

.swiper-slide {
  flex: 0 0 auto;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Logos de clientes — faixa contínua estilo 1Doc (autoplay via togov-mirror.js) */
.carousel-container {
  overflow: hidden !important;
  position: relative;
  padding: 0.5rem 0;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 6%,
    #000 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 6%,
    #000 94%,
    transparent 100%
  );
}

.carousel-container .swiper {
  overflow: hidden;
  width: 100%;
}

.carousel-container .carousel-img,
.carousel-container ul.carousel-img,
.carousel-container .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 2.6rem;
  width: max-content !important;
  min-width: 100%;
  overflow: visible;
  padding: 0.75rem 0;
  margin: 0;
  list-style: none;
  animation: none !important;
  transition: none !important;
  will-change: transform;
}

.carousel-container .carousel-img::-webkit-scrollbar,
.carousel-container .swiper-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.carousel-container .carousel-img li,
.carousel-container .swiper-slide {
  flex: 0 0 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  background: none !important;
  box-shadow: none !important;
}

.carousel-container img {
  display: block;
  max-height: 99px !important;
  width: auto !important;
  max-width: 312px !important;
  height: auto !important;
  object-fit: contain !important;
  filter: grayscale(100%);
  opacity: 0.62;
  transition:
    filter 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

.carousel-container .swiper-slide:hover img,
.carousel-container .carousel-img li:hover img,
.carousel-container .swiper-slide:focus-within img,
.carousel-container .carousel-img li:focus-within img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.04);
}

.carousel-container.is-paused img {
  filter: grayscale(0%);
  opacity: 0.85;
}

@media (min-width: 768px) {
  .carousel-container .carousel-img,
  .carousel-container .swiper-wrapper {
    gap: 3.25rem;
  }

  .carousel-container img {
    max-height: 130px !important;
    max-width: 416px !important;
  }
}

@media (min-width: 1024px) {
  .carousel-container .carousel-img,
  .carousel-container .swiper-wrapper {
    gap: 3.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-container img {
    filter: none;
    opacity: 1;
    transition: none;
  }
}

/* Histórias de sucesso — abas horizontais + um case por vez */
.groupSwiper .SwiperTitles {
  overflow: hidden;
}

.groupSwiper .SwiperTitles .swiper-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  gap: 0.5rem;
  padding-bottom: 0.25rem;
}

.groupSwiper .SwiperTitles .swiper-slide {
  min-width: 140px;
  max-width: 220px;
  scroll-snap-align: start;
}

.groupSwiper .img-tab.togov-historias-tab-logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.groupSwiper .img-tab.togov-historias-tab-logo img {
  width: 100%;
  height: 100%;
  max-height: 48px;
  object-fit: contain;
}

.groupSwiper .SwiperTitles .box-title .content {
  gap: 0.25rem;
}

.groupSwiper .SwiperTitles .swiper-slide.is-active .box-title {
  box-shadow: 0 0 0 2px rgb(61 160 218);
}

/* O card de depoimento fica em .swiper-imgs > .swiper.SwiperContents — não
   em .swiper-contents (esse envolve as abas, .SwiperTitles). Com o
   seletor errado essas regras nunca aplicavam, e o card caía na regra
   genérica de carrossel (flex: 0 0 auto; width: auto), que deixa o slide
   crescer pro tamanho natural do texto e estourar a tela no mobile. */
.groupSwiper .swiper-imgs .swiper.SwiperContents {
  overflow: hidden;
}

.groupSwiper .swiper-imgs .swiper.SwiperContents .swiper-wrapper {
  flex-wrap: nowrap !important;
}

.groupSwiper .swiper-imgs .swiper.SwiperContents .swiper-slide {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100% !important;
}

.swiper-scrollbar {
  display: none !important;
}

/* "Saúde pública de qualidade" (home) — os dois parágrafos ficavam
   colados, sem nenhuma margem entre um e outro. */
.Section-Inspire span.text-cinza-claro-200 p + p {
  margin-top: 1rem;
}

/* Prefeituras — box navy com métricas (contraste vs togov-brand.css) */
.section-controle .box-destaque-img {
  background-color: rgb(0, 22, 55) !important;
}

.section-controle .box-destaque-img .title-box,
.section-controle .box-destaque-img .title-box strong,
.section-controle .box-destaque-img .grid-destaques p,
.section-controle .box-destaque-img .grid-destaques p span {
  color: #f1f3f3 !important;
  background: none !important;
}

.section-controle .box-destaque-img .title-box strong,
.section-controle .box-destaque-img .grid-destaques p span {
  color: #bfd5f6 !important;
  font-weight: 600;
}

.section-controle .box-destaque-img .icon-grid svg {
  color: #bfd5f6 !important;
}

.section-controle .box-destaque-img .icon-grid .text-azul {
  color: #92cdcf !important;
}

.section-controle .box-destaque-img a.btn-azul-claro {
  border-color: rgb(146, 205, 207) !important;
  background-color: rgb(146, 205, 207) !important;
  color: rgb(5, 23, 38) !important;
}

.section-controle .box-destaque-img a.btn-azul-claro:hover {
  border-color: rgb(61, 160, 218) !important;
  background-color: rgb(61, 160, 218) !important;
  color: #fff !important;
}

.section-controle .box-destaque-img a.btn-azul-claro .nuxt-icon,
.section-controle .box-destaque-img a.btn-azul-claro .text-cinza-escuro-300 {
  color: inherit !important;
}

.section-controle .box-destaque-img img.inspire-gestores-img,
.section-controle .box-destaque-img .inspire-gestores-img {
  object-fit: contain;
  object-position: center center;
}

/* Imagens hero e destaque — limitar altura */
.hero-section img,
.hero-section .col-img img,
.section-essencial img.rounded-2xl,
.section-controle img,
.box-destaque-img img,
[class*="BoxColDestaq"] img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: min(480px, 52vh);
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .hero-section .col-img img {
    max-height: min(520px, 58vh);
  }
}

/* Diagnóstico / materiais — screenshots */
.Section-Diagnostico img,
[class*="diagnostico"] img.w-full {
  max-height: 420px;
  object-fit: contain;
}

/* Blog — carrossel horizontal de matérias (layout 1Doc) */
.Section-Blog-ToGov .togov-blog-carousel {
  overflow: hidden;
}

.Section-Blog-ToGov .controls-swiper-post {
  position: relative;
  z-index: 2;
}

.Section-Blog-ToGov .btn-control {
  cursor: pointer;
  border: 0;
  line-height: 0;
  transition: opacity 0.15s ease;
}

.Section-Blog-ToGov .btn-control:disabled {
  cursor: default;
  opacity: 0.55;
}

.Section-Blog-ToGov .togov-blog-track,
.Section-Blog-ToGov .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 1.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  padding: 0 0 0.5rem;
  margin: 0;
  transform: none !important;
  transition: none !important;
  scrollbar-width: none;
}

.Section-Blog-ToGov .togov-blog-track::-webkit-scrollbar,
.Section-Blog-ToGov .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.Section-Blog-ToGov .swiper-slide {
  flex: 0 0 auto;
  width: min(300px, 78vw) !important;
  max-width: 320px;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  scroll-snap-align: start;
  display: block;
  padding: 0;
}

.Section-Blog-ToGov .img-card img {
  display: block;
  width: 100%;
  height: 130px;
  max-height: none;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

.Section-Blog-ToGov .img-card,
.togov-blog-card .img-card,
.Section-Blog-Post .img-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #051726 0%, #0059db 55%, #3da0da 100%);
}

.Section-Blog-ToGov .img-card img,
.togov-blog-card .img-card img {
  transition: transform 0.35s ease;
}

.Section-Blog-ToGov .box-card:hover .img-card img,
.togov-blog-card:hover .img-card img {
  transform: scale(1.03);
}

.togov-blog-card .img-card img {
  height: 11rem;
  object-fit: cover;
}

.Section-Blog-ToGov .box-card {
  min-height: 310px;
}

@media (min-width: 1024px) {
  .Section-Blog-ToGov .swiper-slide {
    width: 300px !important;
  }
}

/* Selos / Apoiadores */
.Section-Selos img:not(.togov-selos-apoiador-logo) {
  max-height: 64px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.Section-Selos h2[class*="-mb-"] {
  margin-bottom: 2rem !important;
}

.Section-Selos .togov-selos-descricao {
  line-height: 1.55;
}

.Section-Selos .controls-swiper-post {
  display: none !important;
}

.Section-Selos .togov-apoiadores-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.Section-Selos .togov-selos-apoiador-logo {
  filter: none !important;
  opacity: 1 !important;
  max-height: 140px !important;
  max-width: 320px !important;
  width: auto;
  height: auto;
  object-fit: contain;
}

.Section-Selos .swiper-slide.togov-apoiador-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}

@media (min-width: 768px) {
  .Section-Selos .togov-apoiadores-row {
    gap: 3rem;
  }

  .Section-Selos .togov-selos-apoiador-logo {
    max-height: 160px !important;
    max-width: 360px !important;
  }
}

@media (min-width: 1024px) {
  .Section-Selos .togov-apoiadores-row {
    gap: 4rem;
  }
}

/* Layout Vuetify — evitar overflow e altura forçada */
.v-layout--full-height {
  min-height: auto !important;
}

.v-application__wrap {
  overflow-x: clip;
}

/* Header / mega-menu — evitar corte e sobreposição */
#header {
  position: relative;
  z-index: 50;
}

#header.bg-cinza-claro-500 {
  background-color: #f8f9f9 !important;
}

/* Nav desktop — texto escuro no fundo cinza-claro (layout 1Doc) */
#header nav .menu-group-desk button,
#header .popover-config.relative.group > button {
  color: rgb(69, 80, 80) !important;
}

#header nav .menu-group-desk button:hover,
#header .popover-config.relative.group > button:hover {
  color: rgb(61, 160, 218) !important;
}

#header nav .menu-group-desk button svg.text-gray-400 {
  color: rgb(156, 163, 175) !important;
}

/* CTAs do header — não deixar contraste global anular bg-azul / text-white */
#header .col-btns-header a.btn-destaque.text-azul:not(.bg-azul) {
  color: rgb(61, 160, 218) !important;
  border-color: rgb(61, 160, 218) !important;
  background-color: transparent !important;
}

#header .col-btns-header a.btn-destaque.bg-azul,
#header .col-btns-header a.btn-destaque.bg-azul.text-white {
  color: #fff !important;
  background-color: rgb(61, 160, 218) !important;
  border-color: rgb(61, 160, 218) !important;
}

#header .col-btns-header a.btn-destaque.text-azul:not(.bg-azul):hover {
  color: #fff !important;
  background-color: rgb(29, 49, 72) !important;
  border-color: rgb(29, 49, 72) !important;
}

#header .col-btns-header a.btn-destaque.bg-azul:hover {
  background-color: rgb(29, 49, 72) !important;
  border-color: rgb(29, 49, 72) !important;
  color: #fff !important;
}

#header nav,
.menu-group-desk,
.popover-config.relative.group {
  overflow: visible !important;
}

.togov-mega-panel {
  z-index: 60;
}

/* Mega-menu desktop — Tailwind lg:group-hover:block não está no CSS espelhado */
@media (min-width: 1024px) {
  #header .togov-mega-panel {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
  }

  #header .popover-config.relative.group:hover .togov-mega-panel,
  #header .togov-mega-panel.is-open {
    display: block !important;
  }

  #header .popover-config.relative.group:hover > button,
  #header .popover-config.relative.group:has(.togov-mega-panel.is-open) > button {
    color: rgb(61, 160, 218) !important;
  }
}

/* Menu mobile */
.mobile-menu .menu-items {
  z-index: 100;
}

.mobile-menu .menu-items:not(.is-open) {
  display: none;
}

.mobile-menu .menu-items.is-open {
  display: block;
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow-y: auto;
  padding: 5rem 1.5rem 2rem;
}

/* O painel cobre a tela toda (inclusive a área do header) — o botão de
   abrir/fechar precisa ficar acima dele para continuar clicável. */
.mobile-menu .menu-toggle {
  position: relative;
  z-index: 101;
}

.mobile-menu .menu-items .mobile-nav-group {
  border-bottom: 1px solid rgb(226, 232, 232);
}

.mobile-menu .menu-items .mobile-nav-group__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  background: none;
  border: none;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgb(69, 80, 80);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.mobile-menu .menu-items .mobile-nav-group__toggle svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: none;
  transition: transform 0.2s;
}

.mobile-menu .menu-items .mobile-nav-group.is-open .mobile-nav-group__toggle svg {
  transform: rotate(180deg);
}

.mobile-menu .menu-items .mobile-nav-group__panel {
  display: none;
  padding-bottom: 1rem;
}

.mobile-menu .menu-items .mobile-nav-group.is-open .mobile-nav-group__panel {
  display: block;
}

.mobile-menu .menu-items__ctas {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mobile-menu .menu-items__ctas > * {
  width: 100%;
  text-align: center;
}

.v-expansion-panel.is-open .v-expansion-panel-title button {
  color: rgb(61 160 218);
}

/* Promo bar superior — fundo navy (vars com vírgula quebram rgb(var()/1) no togov-brand) */
.bg-cinza-escuro-300.h-\[38px\] {
  background-color: rgb(5, 23, 38) !important;
}

/* Contraste: texto branco em fundo claro (exceto botões e CTAs com fundo azul) */
.bg-azul-claro-500 .text-white:not(.btn-azul):not(.btn-destaque):not(.bg-azul):not([class*="btn-"]),
.bg-azul-claro-400 .text-white:not(.btn-azul):not(.btn-destaque):not(.bg-azul):not([class*="btn-"]),
.bg-cinza-claro-500 .text-white:not(.btn-azul):not(.btn-destaque):not(.bg-azul):not([class*="btn-"]),
.bg-cinza-claro-400 .text-white:not(.btn-azul):not(.btn-destaque):not(.bg-azul):not([class*="btn-"]),
.bg-white .text-white:not(.btn-azul):not(.btn-destaque):not(.bg-azul):not([class*="btn-"]),
.section-inumeras-func .text-white:not(.btn-azul):not(.bg-azul):not([class*="btn-"]) {
  color: rgb(5 23 38) !important;
}

.bg-azul-escuro-300 .text-white,
.bg-cinza-escuro-300 .text-white,
.hero-section .text-white {
  color: #fff !important;
}

/* Promo bar — tag IA */
.box-tag img {
  max-height: 28px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
}

/* Scroll to top — não sobrepor footer */
.scrollToTop {
  z-index: 40;
  cursor: pointer;
}

/* Seção sticky — evitar sobreposição com conteúdo seguinte */
.section-essencial.stick-section {
  position: relative;
  z-index: 1;
}

/* Footer — logos de certificação */
footer img.w-\[35px\] {
  max-height: 35px;
  width: auto;
  object-fit: contain;
}


/* Orçamento — grid de planos moderno */
.section-plans .prices {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.section-plans .togov-plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: stretch;
}

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

@media (min-width: 1280px) {
  .section-plans .togov-plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

.section-plans .togov-plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  animation: togov-plan-in 0.55s ease backwards;
}

.section-plans .togov-plan-card:nth-child(1) { animation-delay: 0.04s; }
.section-plans .togov-plan-card:nth-child(2) { animation-delay: 0.1s; }
.section-plans .togov-plan-card:nth-child(3) { animation-delay: 0.16s; }
.section-plans .togov-plan-card:nth-child(4) { animation-delay: 0.22s; }

@keyframes togov-plan-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-plans .togov-plan-card__shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgb(var(--togov-teal-200));
  box-shadow:
    0 1px 2px rgb(5 23 38 / 0.04),
    0 8px 28px rgb(5 23 38 / 0.07);
  overflow: hidden;
  margin-top: 0 !important;
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s ease,
    border-color 0.25s ease;
}

.section-plans .togov-plan-card:hover .togov-plan-card__shell {
  transform: translateY(-5px);
  box-shadow:
    0 4px 8px rgb(5 23 38 / 0.04),
    0 20px 44px rgb(61 160 218 / 0.16);
  border-color: rgb(var(--togov-blue) / 0.35);
}

.section-plans .togov-plan-card__shell--featured {
  border: 2px solid rgb(var(--togov-blue));
  box-shadow:
    0 4px 12px rgb(61 160 218 / 0.12),
    0 16px 40px rgb(61 160 218 / 0.18);
}

.section-plans .togov-plan-card__shell--custom {
  border: 2px dashed rgb(var(--togov-blue) / 0.45);
  background: linear-gradient(
    165deg,
    #fff 0%,
    rgb(var(--togov-teal-50)) 55%,
    rgb(var(--togov-teal-100)) 100%
  );
}

.section-plans .togov-plan-card__badge {
  display: block;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgb(var(--togov-blue)) 0%,
    rgb(var(--togov-slate)) 100%
  );
  color: #fff;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
}

.section-plans .togov-plan-card__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: auto !important;
  min-height: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.section-plans .togov-plan-card__header {
  text-align: center;
}

.section-plans .togov-plan-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(var(--togov-slate));
  margin: 0 0 0.25rem;
  letter-spacing: -0.01em;
}

.section-plans .togov-plan-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1rem auto 1.25rem;
  padding: 1.1rem 1rem 1rem;
  width: 100%;
  max-width: 13.5rem;
  border-radius: 1rem;
  background: linear-gradient(
    145deg,
    rgb(var(--togov-teal-50)) 0%,
    #fff 45%,
    rgb(var(--togov-teal-100)) 100%
  );
  border: 1px solid rgb(var(--togov-teal-200));
}

.section-plans .togov-plan-card__shell--featured .togov-plan-price {
  background: linear-gradient(
    145deg,
    rgb(var(--togov-blue) / 0.1) 0%,
    #fff 50%,
    rgb(var(--togov-teal-50)) 100%
  );
  border-color: rgb(var(--togov-blue) / 0.28);
}

.section-plans .togov-plan-price__amount {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
  line-height: 1;
  width: 100%;
}

.section-plans .togov-plan-price__currency {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgb(var(--togov-blue));
  margin-top: 0.45rem;
}

.section-plans .togov-plan-price__value {
  font-size: clamp(2.1rem, 4.5vw, 2.85rem);
  font-weight: 800;
  color: rgb(var(--togov-slate));
  letter-spacing: -0.03em;
  line-height: 1;
}

.section-plans .togov-plan-card__shell--featured .togov-plan-price__value {
  color: rgb(var(--togov-blue));
}

.section-plans .togov-plan-price__period {
  margin-top: 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgb(var(--togov-slate) / 0.55);
  letter-spacing: 0.02em;
}

.section-plans .togov-plan-price--custom .togov-plan-price__label {
  font-size: 1.35rem;
  font-weight: 800;
  color: rgb(var(--togov-blue));
  line-height: 1.2;
}

.section-plans .togov-plan-price--custom .togov-plan-price__period {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.section-plans .togov-plan-card__cta {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.section-plans .togov-plan-card__btn,
.section-plans [data-plan-cta].togov-plan-card__btn {
  width: 100%;
  max-width: 17.5rem;
  margin: 0 auto;
  border-radius: 0.75rem !important;
  letter-spacing: 0.02em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.section-plans .togov-plan-card__btn:hover,
.section-plans [data-plan-cta].togov-plan-card__btn:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgb(var(--togov-blue) / 0.32);
}

.section-plans .togov-plan-card__features {
  flex: 1;
  text-align: left;
  border-top: 1px solid rgb(var(--togov-teal-200));
  padding-top: 1.15rem;
  margin-top: auto;
}

.section-plans .togov-plan-card__features-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgb(var(--togov-slate) / 0.5);
  margin: 0 0 0.85rem;
  text-align: center;
}

.section-plans .togov-plan-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-plans .togov-plan-card__list li {
  padding: 0.35rem 0;
}

.section-plans .togov-pricing-footnote {
  margin-top: 0 !important;
  padding-top: 0.5rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

/* Legado — neutraliza wrappers antigos se ainda existirem */
.togov-plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 640px) {
  .togov-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .togov-plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

.section-plans .togov-plans-grid .box-plano-togov,
.section-plans .togov-plans-grid .togov-plan-card > .flex {
  height: 100%;
  margin-top: 0 !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  .section-plans .togov-plan-card {
    animation: none;
  }

  .section-plans .togov-plan-card:hover .togov-plan-card__shell {
    transform: none;
  }
}

/* Evitar imagens cloudfront gigantes fora do hero */
img[src*="cloudfront.net"] {
  max-width: 100%;
  height: auto;
}

/* Placeholder de componentes client-only */
.content-process > span:only-child {
  display: none;
}

/* Seção 5 passos — timeline interativa, reveal e hover */
.Sectio-Processos {
  position: relative;
  overflow: hidden;
}

.Sectio-Processos::before {
  content: "";
  position: absolute;
  inset: 10% auto auto 50%;
  width: min(42rem, 90vw);
  height: min(42rem, 90vw);
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(0 89 219 / 0.07) 0%, transparent 68%);
  pointer-events: none;
}

.Sectio-Processos .container {
  position: relative;
  z-index: 1;
}

.togov-processos-timeline {
  position: relative;
  display: grid;
  gap: 1.35rem;
  padding: 0.25rem 0 0.5rem;
}

.togov-processos-timeline__rail {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(128 172 237 / 0.28);
}

.togov-processos-timeline__rail-fill {
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #0059db 0%, #3da0da 100%);
  box-shadow: 0 0 12px rgb(0 89 219 / 0.35);
  transition: width 0.45s ease, height 0.45s ease;
}

.togov-processos-timeline__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 1.25rem;
  border: 1px solid rgb(128 172 237 / 0.32);
  background: rgb(255 255 255 / 0.94);
  box-shadow: 0 6px 28px rgb(15 23 42 / 0.06);
  cursor: pointer;
  outline: none;
  text-align: left;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
  will-change: transform, opacity;
}

.togov-processos-timeline__marker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.togov-processos-timeline__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.45rem;
  height: 2.45rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0059db;
  background: rgb(255 255 255);
  border: 2px solid rgb(128 172 237 / 0.45);
  box-shadow: 0 4px 14px rgb(0 89 219 / 0.1);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.togov-processos-timeline__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.85rem;
  color: #0059db;
  background: rgb(0 89 219 / 0.08);
  border: 1px solid rgb(0 89 219 / 0.12);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.togov-processos-timeline__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.togov-processos-timeline__content {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

.togov-processos-timeline__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(35 40 40);
}

.togov-processos-timeline__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgb(90 98 98);
}

.togov-processos-timeline__step.is-active {
  border-color: rgb(0 89 219 / 0.45);
  background: rgb(255 255 255);
  box-shadow:
    0 14px 36px rgb(0 89 219 / 0.12),
    0 0 0 1px rgb(0 89 219 / 0.08);
}

.togov-processos-timeline__step.is-active .togov-processos-timeline__badge {
  color: #fff;
  background: linear-gradient(135deg, #0059db 0%, #3da0da 100%);
  border-color: transparent;
  box-shadow: 0 6px 18px rgb(0 89 219 / 0.35);
}

.togov-processos-timeline__step.is-active .togov-processos-timeline__icon {
  color: #fff;
  background: rgb(0 89 219 / 0.92);
  border-color: transparent;
}

@media (max-width: 1023px) {
  .togov-processos-timeline {
    grid-template-columns: 1fr;
    padding-left: 1.85rem;
  }

  .togov-processos-timeline__rail {
    left: 0.62rem;
    top: 0.75rem;
    bottom: 0.75rem;
    width: 3px;
  }

  .togov-processos-timeline__rail-fill {
    width: 100%;
    height: 20%;
  }

  .togov-processos-timeline__step::before {
    content: "";
    position: absolute;
    left: -1.35rem;
    top: 1.55rem;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: rgb(255 255 255);
    border: 2px solid rgb(128 172 237 / 0.55);
    box-shadow: 0 0 0 3px rgb(255 255 255);
    transition: border-color 0.25s ease, background-color 0.25s ease;
  }

  .togov-processos-timeline__step.is-active::before {
    background: #0059db;
    border-color: #0059db;
  }
}

@media (min-width: 1024px) {
  .togov-processos-timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 0.5rem;
  }

  .togov-processos-timeline__rail {
    top: 2.85rem;
    left: 10%;
    right: 10%;
    height: 3px;
  }

  .togov-processos-timeline__rail-fill {
    width: 20%;
    height: 100%;
  }

  .togov-processos-timeline__step {
    margin-top: 0;
    padding: 1.15rem 0.85rem 1.35rem;
    text-align: center;
    align-items: center;
    gap: 0.85rem;
  }

  .togov-processos-timeline__marker {
    position: static;
    transform: none;
    flex-direction: column;
    gap: 0.65rem;
    align-items: center;
    width: 100%;
  }

  .togov-processos-timeline__content {
    align-items: center;
    width: 100%;
  }
}

@media (hover: hover) {
  .togov-processos-timeline__step:hover,
  .togov-processos-timeline__step:focus-visible {
    transform: translateY(-5px);
    border-color: rgb(61 160 218 / 0.55);
    box-shadow:
      0 18px 42px rgb(15 23 42 / 0.11),
      0 0 24px rgb(0 89 219 / 0.08);
  }

  .togov-processos-timeline__step:hover .togov-processos-timeline__badge,
  .togov-processos-timeline__step:focus-visible .togov-processos-timeline__badge {
    transform: scale(1.06);
    border-color: rgb(0 89 219 / 0.55);
  }

  .togov-processos-timeline__step:hover .togov-processos-timeline__icon,
  .togov-processos-timeline__step:focus-visible .togov-processos-timeline__icon {
    transform: scale(1.05);
    background: rgb(0 89 219 / 0.14);
  }
}

.togov-processo-card.is-revealed {
  animation: none;
}

@media (prefers-reduced-motion: no-preference) {
  .togov-processo-card:not(.is-revealed) {
    opacity: 0;
    transform: translateY(18px);
  }

  .togov-processo-card.is-revealed {
    animation: togov-processos-reveal 0.55s ease forwards;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Sectio-Processos .togov-processo-card,
  .togov-processos-timeline__rail-fill {
    transition: none;
  }

  .togov-processo-card:not(.is-revealed) {
    opacity: 0;
  }

  .togov-processo-card.is-revealed {
    opacity: 1;
    transform: none;
  }
}

@keyframes togov-processos-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CTA gestor (home) — scroll reveal escalonado + hover nos botões */
.Section-Cta-Gestor .togov-cta-gestor__btn {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease;
  will-change: transform, opacity;
}

.togov-cta-gestor__reveal.is-revealed {
  animation: none;
}

@media (prefers-reduced-motion: no-preference) {
  .togov-cta-gestor__reveal:not(.is-revealed) {
    opacity: 0;
    transform: translateY(22px);
  }

  .togov-cta-gestor__reveal.is-revealed {
    animation: togov-cta-gestor-reveal 0.6s ease forwards;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Section-Cta-Gestor .togov-cta-gestor__btn {
    transition: none;
  }

  .togov-cta-gestor__reveal:not(.is-revealed) {
    opacity: 0;
  }

  .togov-cta-gestor__reveal.is-revealed {
    opacity: 1;
    transform: none;
  }
}

@keyframes togov-cta-gestor-reveal {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) {
  .Section-Cta-Gestor .togov-cta-gestor__btn--primary:hover,
  .Section-Cta-Gestor .togov-cta-gestor__btn--primary:focus-visible {
    transform: translateY(-3px);
    background-color: rgb(230 244 250) !important;
    box-shadow:
      0 14px 32px rgb(0 0 0 / 0.22),
      0 0 0 1px rgb(255 255 255 / 0.35);
  }

  .Section-Cta-Gestor .togov-cta-gestor__btn--outline:hover,
  .Section-Cta-Gestor .togov-cta-gestor__btn--outline:focus-visible {
    transform: translateY(-3px);
    background-color: rgb(255 255 255 / 0.12) !important;
    border-color: rgb(255 255 255);
    box-shadow:
      0 14px 32px rgb(0 0 0 / 0.2),
      0 0 18px rgb(61 160 218 / 0.25);
  }
}

/* Mega-menu estático (INSTITUCIONAL / SOLUÇÕES) */
.popover-config.relative.group {
  position: relative;
}

.togov-mega-panel {
  min-width: 100%;
}

.togov-mega-panel .list-products .item-popover {
  padding: 0.75rem;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease;
}

.togov-mega-panel .list-products .item-popover:hover {
  background-color: rgb(239 246 255);
}

.togov-mega-panel .icon-box {
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: rgb(219 234 254);
  font-size: 0.875rem;
}

.togov-mega-panel .icon-box .togov-mega-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .togov-mega-panel {
    display: none !important;
  }
}

/* Formulario Fale com Vendas */
.togov-contact-form .form-item input:focus,
.togov-contact-form .form-item select:focus,
.togov-contact-form .form-item textarea:focus {
  border-color: rgb(0 89 219);
  outline: 2px solid rgb(191 213 246);
  outline-offset: 0;
}

.Section-Vendas .togov-contact-form {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .Section-Vendas .lg\\:col-start-2 .togov-contact-form {
    position: sticky;
    top: 6rem;
  }
}

/* Orçamento — quatro planos ToGov (legado) */
.togov-plans-grid .togov-plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Página Conquistas — hero tech, stats, bento glass e timeline */
.Hero-Conquistas.togov-conquistas-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #030f1a 0%, #051726 38%, #0a2540 100%);
  color: #fff;
}

.Hero-Conquistas .togov-conquistas-hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.Hero-Conquistas .togov-conquistas-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgb(61 160 218 / 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgb(61 160 218 / 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.Hero-Conquistas .togov-conquistas-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}

.Hero-Conquistas .togov-conquistas-hero__glow--left {
  top: -6rem;
  left: -4rem;
  width: 20rem;
  height: 20rem;
  background: rgb(0 89 219 / 0.35);
}

.Hero-Conquistas .togov-conquistas-hero__glow--right {
  right: -3rem;
  bottom: -4rem;
  width: 16rem;
  height: 16rem;
  background: rgb(61 160 218 / 0.28);
}

.Hero-Conquistas .container {
  position: relative;
  z-index: 1;
}

.Hero-Conquistas .togov-conquistas-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgb(61 160 218 / 0.45);
  background: rgb(61 160 218 / 0.12);
  color: rgb(186 230 253);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.Hero-Conquistas .togov-conquistas-hero__eyebrow svg {
  flex-shrink: 0;
}

.Hero-Conquistas .togov-conquistas-hero__title {
  margin: 1.25rem 0 0;
  max-width: 44rem;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 24px rgb(5 23 38 / 0.45);
}

.Hero-Conquistas .togov-conquistas-hero__lead {
  margin: 1.25rem 0 0;
  max-width: 38rem;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.65;
  color: rgb(203 213 225);
}

.Hero-Conquistas .togov-conquistas-hero__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.Hero-Conquistas .togov-conquistas-hero__nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.28);
  background: rgb(255 255 255 / 0.06);
  color: rgb(241 245 249);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

@media (hover: hover) {
  .Hero-Conquistas .togov-conquistas-hero__nav-link:hover {
    background: rgb(61 160 218 / 0.2);
    border-color: rgb(61 160 218 / 0.55);
    color: #fff;
  }
}

.Section-Conquistas-Stats.togov-conquistas-stats {
  position: relative;
  margin-top: -2.5rem;
  padding-bottom: 0.5rem;
  z-index: 2;
}

.Section-Conquistas-Stats .togov-conquistas-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .Section-Conquistas-Stats .togov-conquistas-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.Section-Conquistas-Stats .togov-conquistas-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 6.5rem;
  padding: 1.1rem 0.85rem;
  border-radius: 1rem;
  border: 1px solid rgb(226 232 240 / 0.9);
  background: rgb(255 255 255 / 0.92);
  box-shadow: 0 16px 40px rgb(15 23 42 / 0.1);
  backdrop-filter: blur(12px);
  text-align: center;
}

.Section-Conquistas-Stats .togov-conquistas-stat--highlight {
  border-color: rgb(61 160 218 / 0.45);
  background: linear-gradient(145deg, rgb(255 255 255 / 0.98), rgb(239 246 255 / 0.95));
}

.Section-Conquistas-Stats .togov-conquistas-stat__value {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: rgb(15 23 42);
}

.Section-Conquistas-Stats .togov-conquistas-stat--highlight .togov-conquistas-stat__value {
  background: linear-gradient(135deg, #0059db, #3da0da);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.Section-Conquistas-Stats .togov-conquistas-stat__label {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(100 116 139);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.Section-Conquistas.togov-conquistas-programas {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.Section-Conquistas .togov-conquistas-programas__header {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.Section-Conquistas .togov-conquistas-programas__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(0 89 219);
}

.Section-Conquistas .togov-conquistas-programas__title {
  margin: 0.75rem 0 0;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgb(15 23 42);
}

.Section-Conquistas .togov-conquistas-programas__lead {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgb(100 116 139);
}

.Section-Conquistas .togov-conquistas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

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

@media (min-width: 1024px) {
  .Section-Conquistas .togov-conquistas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .Section-Conquistas .togov-conquista-card--featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "header header"
      "logo content";
    gap: 0 1.5rem;
    align-items: start;
    text-align: left;
    padding: 1.75rem 2rem;
  }

  .Section-Conquistas .togov-conquista-card--featured .togov-conquista-card__header {
    grid-area: header;
    justify-content: flex-start;
  }

  .Section-Conquistas .togov-conquista-card--featured .togov-conquista-card__logo {
    grid-area: logo;
    margin-bottom: 0;
    min-height: 9rem;
  }

  .Section-Conquistas .togov-conquista-card--featured .togov-conquista-card__content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .Section-Conquistas .togov-conquista-card--featured .togov-conquista-card__title {
    margin: 0;
    font-size: 1.35rem;
  }

  .Section-Conquistas .togov-conquista-card--featured .togov-conquista-card__subtitle {
    margin: 0 0 0.5rem;
  }

  .Section-Conquistas .togov-conquista-card--featured .togov-conquista-desc {
    max-width: none;
    margin: 0;
    text-align: left;
  }
}

.Section-Conquistas .togov-conquista-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 280px;
  padding: 1.35rem 1.25rem 1.5rem;
  border-radius: 1.15rem;
  border: 1px solid rgb(226 232 240 / 0.95);
  background: rgb(255 255 255 / 0.78);
  box-shadow: 0 12px 32px rgb(15 23 42 / 0.06);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.Section-Conquistas .togov-conquista-card__glow {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgb(61 160 218 / 0.12);
  filter: blur(24px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.Section-Conquistas .togov-conquista-card__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  margin-bottom: 1rem;
}

.Section-Conquistas .togov-conquista-card__badge {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0059db, #3da0da);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.Section-Conquistas .togov-conquista-card__scope {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.Section-Conquistas .togov-conquista-card__scope--nacional {
  border: 1px solid rgb(148 163 184 / 0.45);
  background: rgb(248 250 252);
  color: rgb(71 85 105);
}

.Section-Conquistas .togov-conquista-card__scope--internacional {
  border: 1px solid rgb(61 160 218 / 0.45);
  background: rgb(239 246 255);
  color: rgb(0 89 219);
}

.Section-Conquistas .togov-conquista-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 6.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-radius: 0.85rem;
  background: rgb(248 250 252 / 0.85);
}

.Section-Conquistas .togov-conquista-card img,
.Section-Conquistas .togov-conquista-logo {
  display: block;
  height: auto !important;
  width: auto !important;
  max-height: 5.5rem !important;
  max-width: 14rem !important;
  object-fit: contain !important;
  transition:
    filter 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

@media (min-width: 1024px) {
  .Section-Conquistas .togov-conquista-card--featured img,
  .Section-Conquistas .togov-conquista-card--featured .togov-conquista-logo {
    max-height: 7.5rem !important;
    max-width: 16rem !important;
  }
}

.Section-Conquistas .togov-conquista-card__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(15 23 42);
}

.Section-Conquistas .togov-conquista-card__subtitle {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(100 116 139);
}

.Section-Conquistas .togov-conquista-desc {
  max-width: 22rem;
  margin-inline: auto;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgb(71 85 105);
}

@media (hover: hover) {
  .Section-Conquistas .togov-conquista-card img,
  .Section-Conquistas .togov-conquista-logo {
    filter: grayscale(35%);
    opacity: 0.82;
  }

  .Section-Conquistas .togov-conquistas-grid:hover .togov-conquista-card img,
  .Section-Conquistas .togov-conquistas-grid:hover .togov-conquista-logo {
    opacity: 0.55;
    filter: grayscale(55%);
  }

  .Section-Conquistas .togov-conquistas-grid .togov-conquista-card:hover,
  .Section-Conquistas .togov-conquistas-grid .togov-conquista-card:focus-within {
    transform: translateY(-4px);
    border-color: rgb(61 160 218 / 0.45);
    background: rgb(255 255 255 / 0.95);
    box-shadow: 0 20px 44px rgb(15 23 42 / 0.12);
  }

  .Section-Conquistas .togov-conquistas-grid .togov-conquista-card:hover .togov-conquista-card__glow,
  .Section-Conquistas .togov-conquistas-grid .togov-conquista-card:focus-within .togov-conquista-card__glow {
    opacity: 1;
  }

  .Section-Conquistas .togov-conquistas-grid .togov-conquista-card:hover img,
  .Section-Conquistas .togov-conquistas-grid .togov-conquista-card:focus-within img,
  .Section-Conquistas .togov-conquistas-grid .togov-conquista-card:hover .togov-conquista-logo,
  .Section-Conquistas .togov-conquistas-grid .togov-conquista-card:focus-within .togov-conquista-logo {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.04);
  }
}

.Section-Conquistas-Eco.togov-conquistas-eco {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #051726 0%, #0d2a45 52%, #123a5c 100%);
  color: #fff;
}

.Section-Conquistas-Eco .togov-conquistas-eco__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.Section-Conquistas-Eco .togov-conquistas-eco__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28rem;
  height: 28rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgb(0 89 219 / 0.18);
  filter: blur(90px);
}

.Section-Conquistas-Eco .container {
  position: relative;
  z-index: 1;
}

.Section-Conquistas-Eco .togov-conquistas-eco__header {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.Section-Conquistas-Eco .togov-conquistas-eco__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(186 230 253);
}

.Section-Conquistas-Eco .togov-conquistas-eco__title {
  margin: 0.75rem 0 0;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.Section-Conquistas-Eco .togov-conquistas-eco__lead {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgb(203 213 225);
}

.Section-Conquistas-Eco .togov-conquistas-timeline {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .Section-Conquistas-Eco .togov-conquistas-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.Section-Conquistas-Eco .togov-conquistas-timeline__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem 1.25rem 1.5rem;
  border-radius: 1.15rem;
  border: 1px solid rgb(255 255 255 / 0.14);
  background: rgb(255 255 255 / 0.07);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgb(5 23 38 / 0.35);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.Section-Conquistas-Eco .togov-conquistas-timeline__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.6rem;
  background: rgb(61 160 218 / 0.18);
  border: 1px solid rgb(61 160 218 / 0.35);
  color: rgb(186 230 253);
  font-size: 0.75rem;
  font-weight: 700;
}

.Section-Conquistas-Eco .togov-conquistas-timeline__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.Section-Conquistas-Eco .togov-conquistas-timeline__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgb(203 213 225);
}

.Section-Conquistas-Eco .togov-conquistas-timeline__programs {
  margin: 0.25rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(148 163 184);
}

@media (hover: hover) {
  .Section-Conquistas-Eco .togov-conquistas-timeline__item:hover {
    transform: translateY(-3px);
    border-color: rgb(61 160 218 / 0.45);
    background: rgb(255 255 255 / 0.1);
  }
}

.Section-Conquistas-Cta.togov-conquistas-cta {
  background: #f8fafc;
}

.Section-Conquistas-Cta .togov-conquistas-cta__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  box-shadow: 0 8px 24px rgb(15 23 42 / 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.Section-Conquistas-Cta .togov-conquistas-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgb(0 89 219 / 0.12), rgb(61 160 218 / 0.18));
  color: rgb(0 89 219);
}

.Section-Conquistas-Cta .togov-conquistas-cta__content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}

.Section-Conquistas-Cta .togov-conquistas-cta__content strong {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(15 23 42);
}

.Section-Conquistas-Cta .togov-conquistas-cta__content span {
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgb(100 116 139);
}

.Section-Conquistas-Cta .togov-conquistas-cta__arrow {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: rgb(0 89 219);
  transition: transform 0.25s ease;
}

@media (hover: hover) {
  .Section-Conquistas-Cta .togov-conquistas-cta__inner:hover {
    transform: translateY(-2px);
    border-color: rgb(61 160 218 / 0.45);
    box-shadow: 0 14px 32px rgb(15 23 42 / 0.1);
  }

  .Section-Conquistas-Cta .togov-conquistas-cta__inner:hover .togov-conquistas-cta__arrow {
    transform: translateX(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .Section-Conquistas .togov-conquista-card,
  .Section-Conquistas-Eco .togov-conquistas-timeline__item,
  .Section-Conquistas-Cta .togov-conquistas-cta__inner {
    transition: none;
  }

  .Section-Conquistas .togov-conquista-card img,
  .Section-Conquistas .togov-conquista-logo {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }
}

.togov-conquista-card.is-revealed,
.togov-conquistas-timeline__item.is-revealed {
  animation: none;
}

@media (prefers-reduced-motion: no-preference) {
  .togov-conquista-card:not(.is-revealed),
  .togov-conquistas-timeline__item:not(.is-revealed) {
    opacity: 0;
    transform: translateY(18px);
  }

  .togov-conquista-card.is-revealed,
  .togov-conquistas-timeline__item.is-revealed {
    animation: togov-conquistas-reveal 0.55s ease forwards;
  }
}

@keyframes togov-conquistas-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Seção IA — rede neural animada (home) */
@keyframes togov-ia-dash-flow {
  to {
    stroke-dashoffset: -48;
  }
}

@keyframes togov-ia-ring-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes togov-ia-core-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.18);
    opacity: 0.2;
  }
}

@keyframes togov-ia-hub-float {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-4px);
  }
}

@keyframes togov-ia-hub-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.35;
  }

  50% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@keyframes togov-ia-synapse {
  0%,
  100% {
    opacity: 0.25;
  }

  50% {
    opacity: 1;
  }
}

@keyframes togov-ia-scan {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes togov-ia-packet {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  85% {
    opacity: 0.85;
  }

  100% {
    transform: translate(var(--pkt-tx, -50%), var(--pkt-ty, -85%)) scale(1);
    opacity: 0;
  }
}

@keyframes togov-ia-queue {
  0%,
  100% {
    transform: scaleY(0.45);
  }

  50% {
    transform: scaleY(1);
  }
}

.Section-Ia__logo {
  background: transparent;
  border-radius: 0;
  padding-bottom: 0;
  object-fit: contain;
}

/* No mobile/tablet a logo fica empilhada acima do título (lg:flex-row vira
   flex-col) e não tinha nenhuma margem — colava direto no texto. */
@media (max-width: 1023px) {
  .Section-Ia__logo {
    margin-bottom: 2rem;
  }
}

.Section-Ia .togov-ia-visual {
  margin-inline: auto;
  overflow: visible;
}

.togov-ia-visual__stage {
  position: relative;
  aspect-ratio: 1;
  border-radius: 1.5rem;
  background: linear-gradient(155deg, #3da0da 0%, #1d3148 48%, #051726 100%);
  box-shadow: 0 24px 48px rgb(5 23 38 / 0.22);
  overflow: visible;
  isolation: isolate;
}

.togov-ia-visual__bg-glow {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(61 160 218 / 0.28) 0%, transparent 70%);
  pointer-events: none;
}

.togov-ia-visual__mesh {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.togov-ia-visual__link {
  stroke: url(#togov-ia-line);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 8 16;
  animation: togov-ia-dash-flow 2.8s linear infinite;
  animation-delay: var(--link-delay, 0s);
}

.togov-ia-visual__ring--outer {
  transform-origin: 240px 240px;
  animation: togov-ia-ring-spin 36s linear infinite;
}

.togov-ia-visual__ring--inner {
  transform-origin: 240px 240px;
  animation: togov-ia-ring-spin 24s linear infinite reverse;
}

.togov-ia-visual__synapse {
  animation: togov-ia-synapse 2.4s ease-in-out infinite;
  animation-delay: var(--syn-delay, 0s);
}

.togov-ia-visual__scan {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: rgb(255 255 255 / 0.22);
  border-right-color: rgb(61 160 218 / 0.35);
  transform: translate(-50%, -50%);
  animation: togov-ia-scan 10s linear infinite;
  pointer-events: none;
}

.togov-ia-visual__core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.97);
  box-shadow: 0 10px 32px rgb(5 23 38 / 0.24);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
}

.togov-ia-visual__core-ring {
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  border: 2px solid rgb(61 160 218 / 0.45);
  transform-origin: center;
  animation: togov-ia-core-pulse 2.6s ease-in-out infinite;
}

.togov-ia-visual__core-ring--delay {
  inset: -22%;
  animation-delay: 0.9s;
  border-color: rgb(61 160 218 / 0.2);
}

.togov-ia-visual__brain {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.15rem;
}

.togov-ia-visual__core-badge {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #3da0da;
}

.togov-ia-visual__core-label {
  margin-top: 0.15rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d3148;
}

.togov-ia-visual__queue {
  position: absolute;
  right: 10%;
  bottom: 11%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 0.28rem;
  height: 2.25rem;
  padding: 0.35rem 0.45rem;
  border-radius: 0.45rem;
  background: rgb(5 23 38 / 0.35);
  pointer-events: none;
}

.togov-ia-visual__queue-bar {
  display: block;
  width: 0.35rem;
  height: calc(var(--q, 0.5) * 100%);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff 0%, #3da0da 100%);
  transform-origin: bottom;
  animation: togov-ia-queue 2.2s ease-in-out infinite;
}

.togov-ia-visual__queue-bar:nth-child(2) {
  animation-delay: 0.25s;
}

.togov-ia-visual__queue-bar:nth-child(3) {
  animation-delay: 0.5s;
}

.togov-ia-visual__queue-bar:nth-child(4) {
  animation-delay: 0.75s;
}

.togov-ia-visual__hub {
  position: absolute;
  top: var(--ny);
  left: var(--nx);
  z-index: 3;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  animation: togov-ia-hub-float 4.5s ease-in-out infinite;
  animation-delay: calc(var(--node, 0) * 0.35s);
}

.togov-ia-visual__hub[data-node="0"] {
  --node: 0;
}

.togov-ia-visual__hub[data-node="1"] {
  --node: 1;
}

.togov-ia-visual__hub[data-node="2"] {
  --node: 2;
}

.togov-ia-visual__hub[data-node="3"] {
  --node: 3;
}


.togov-ia-visual__hub-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.96);
  color: #1d3148;
  box-shadow: 0 6px 18px rgb(5 23 38 / 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.togov-ia-visual__hub-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgb(61 160 218 / 0.35);
  animation: togov-ia-hub-pulse 2.8s ease-out infinite;
  animation-delay: calc(var(--node, 0) * 0.4s);
  pointer-events: none;
}

.togov-ia-visual__hub:hover,
.togov-ia-visual__hub.is-active {
  z-index: 6;
}

.togov-ia-visual__hub:hover .togov-ia-visual__hub-btn,
.togov-ia-visual__hub.is-active .togov-ia-visual__hub-btn {
  transform: scale(1.14);
  background: #3da0da;
  color: #fff;
  box-shadow: 0 10px 24px rgb(5 23 38 / 0.3);
}

.togov-ia-visual__tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.65rem);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: max-content;
  max-width: min(220px, 58vw);
  padding: 0.65rem 0.85rem;
  border-radius: 0.65rem;
  background: #fff;
  color: #051726;
  text-align: left;
  box-shadow: 0 12px 28px rgb(5 23 38 / 0.18);
  opacity: 0;
  visibility: hidden;
  --tip-offset-x: -50%;
  --tip-offset-y: 6px;
  transform: translateX(var(--tip-offset-x)) translateY(var(--tip-offset-y));
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

/* Nó superior: tooltip abaixo do ícone */
.togov-ia-visual__hub[data-node="0"] .togov-ia-visual__tooltip {
  bottom: auto;
  top: calc(100% + 0.65rem);
  --tip-offset-y: -6px;
}

/* Nó à direita: tooltip abaixo, alinhado à direita */
.togov-ia-visual__hub[data-node="1"] .togov-ia-visual__tooltip {
  left: auto;
  right: 0;
  bottom: auto;
  top: calc(100% + 0.65rem);
  --tip-offset-x: 0;
  --tip-offset-y: -6px;
}

/* Nó à esquerda: tooltip abaixo, alinhado à esquerda */
.togov-ia-visual__hub[data-node="3"] .togov-ia-visual__tooltip {
  left: 0;
  right: auto;
  bottom: auto;
  top: calc(100% + 0.65rem);
  --tip-offset-x: 0;
  --tip-offset-y: -6px;
}

.togov-ia-visual__tooltip strong {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1d3148;
}

.togov-ia-visual__tooltip > span:last-child {
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgb(35 40 40);
}

.togov-ia-visual__hub:hover .togov-ia-visual__tooltip,
.togov-ia-visual__hub.is-active .togov-ia-visual__tooltip,
.togov-ia-visual__stage.has-active .togov-ia-visual__hub.is-active .togov-ia-visual__tooltip {
  opacity: 1;
  visibility: visible;
  --tip-offset-y: 0;
}

.togov-ia-visual__stage.has-active .togov-ia-visual__core {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 14px 36px rgb(61 160 218 / 0.38);
}

.togov-ia-visual__packets {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.togov-ia-visual__packet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px rgb(61 160 218 / 0.9);
  animation: togov-ia-packet 3.6s ease-in-out infinite;
  animation-delay: calc(var(--pkt-path, 0) * 1.1s);
}

.togov-ia-visual__packet[style*="--pkt-path:0"] {
  --pkt-tx: -50%;
  --pkt-ty: -88%;
}

.togov-ia-visual__packet[style*="--pkt-path:1"] {
  --pkt-tx: 66%;
  --pkt-ty: -50%;
}

.togov-ia-visual__packet[style*="--pkt-path:2"] {
  --pkt-tx: -50%;
  --pkt-ty: 66%;
}

@media (max-width: 1023px) {
  .togov-ia-visual__hub {
    width: 2.65rem;
    height: 2.65rem;
  }

  .togov-ia-visual__core {
    width: 5.25rem;
    height: 5.25rem;
  }

  .togov-ia-visual__queue {
    right: 7%;
    bottom: 8%;
    height: 1.85rem;
  }
}

@media (hover: none) {
  .togov-ia-visual__hub:not(.is-active) .togov-ia-visual__tooltip {
    opacity: 0;
    visibility: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .togov-ia-visual__link,
  .togov-ia-visual__ring--outer,
  .togov-ia-visual__ring--inner,
  .togov-ia-visual__synapse,
  .togov-ia-visual__scan,
  .togov-ia-visual__core-ring,
  .togov-ia-visual__hub,
  .togov-ia-visual__hub-pulse,
  .togov-ia-visual__queue-bar,
  .togov-ia-visual__packet {
    animation: none !important;
  }
}

/* Histórias de Sucesso — hero, cards e CTA */
.togov-cases-hero {
  position: relative;
  background-color: rgb(5, 23, 38) !important;
  color: #fff;
  isolation: isolate;
}

.togov-cases-hero .title-hero,
.togov-cases-hero h1 {
  color: #fff !important;
}

.togov-cases-hero .togov-cases-eyebrow {
  color: rgb(146, 205, 207) !important;
}

.togov-cases-hero .togov-cases-hero__lead {
  color: rgba(255, 255, 255, 0.92) !important;
}

.togov-cases-hero .togov-cases-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  .togov-cases-hero .togov-cases-hero__stats {
    gap: 1rem;
  }
}

.Section-Historias-Grid {
  background-color: #f8fafa !important;
}

.Section-Historias-Grid .text-cinza-escuro-300,
.Section-Historias-Grid h2 {
  color: rgb(5, 23, 38) !important;
}

.Section-Historias-Grid .text-cinza-escuro-200 {
  color: rgb(29, 49, 72) !important;
}

.Section-Historias-Grid .text-cinza {
  color: rgb(107, 133, 140) !important;
}

/* Cases — carrossel horizontal com cards uniformes */
.togov-cases-carousel {
  overflow: hidden;
  position: relative;
}

.togov-cases-carousel__toolbar {
  padding: 0 0.15rem;
}

.togov-cases-carousel__controls .togov-cases-control {
  cursor: pointer;
  border: 1px solid rgb(226 232 240);
  line-height: 0;
  transition: opacity 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.togov-cases-carousel__controls .togov-cases-control:disabled {
  cursor: default;
  opacity: 0.45;
}

.togov-cases-carousel__controls .togov-cases-control:not(:disabled):hover {
  background-color: rgb(237 248 252) !important;
  border-color: rgba(61, 160, 218, 0.45);
}

.togov-cases-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  min-height: 1.25rem;
}

.togov-cases-dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgb(203 225 245);
  cursor: pointer;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.togov-cases-dot.is-active {
  width: 1.35rem;
  background: rgb(61 160 218);
}

.togov-cases-track,
.Section-Historias-Grid .togov-cases-carousel .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 1.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.35rem 0.15rem 1rem;
  margin: 0;
  transform: none !important;
  transition: none !important;
  scrollbar-width: none;
}

.togov-cases-track::-webkit-scrollbar,
.Section-Historias-Grid .togov-cases-carousel .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.togov-cases-slide,
.Section-Historias-Grid .togov-cases-carousel .swiper-slide {
  flex: 0 0 auto;
  width: min(88vw, 20.5rem) !important;
  max-width: 22rem;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  scroll-snap-align: start;
  display: flex;
  padding: 0;
}

@media (min-width: 640px) {
  .togov-cases-slide,
  .Section-Historias-Grid .togov-cases-carousel .swiper-slide {
    width: min(42vw, 20.5rem) !important;
  }

  .togov-cases-track,
  .Section-Historias-Grid .togov-cases-carousel .swiper-wrapper {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .togov-cases-slide,
  .Section-Historias-Grid .togov-cases-carousel .swiper-slide {
    width: calc((100% - 3rem) / 3) !important;
    max-width: none;
  }

  .togov-cases-track,
  .Section-Historias-Grid .togov-cases-carousel .swiper-wrapper {
    gap: 1.5rem;
  }
}

.togov-cases-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.togov-cases-card__header {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

.togov-cases-card__header-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
}

.togov-cases-card__identity {
  min-width: 0;
  flex: 1 1 auto;
}

.togov-cases-card__municipio {
  margin: 0 0 0.2rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.togov-cases-card__subtitle {
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.togov-cases-card__footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
  flex-shrink: 0;
}

.togov-cases-author .flex.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
  max-height: 1.85rem;
  overflow: hidden;
}

.togov-cases-hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 100%, rgba(61, 160, 218, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 10%, rgba(0, 89, 219, 0.25), transparent 50%);
  pointer-events: none;
}

.togov-cases-stat {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.75rem 1.1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
}

.togov-cases-stat__value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.togov-cases-stat__label {
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.togov-cases-carousel .togov-cases-card {
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  width: 100%;
  min-height: 32rem;
  height: 32rem;
  max-height: 32rem;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  animation: togov-cases-fade-in 0.6s ease both;
  animation-delay: var(--togov-case-delay, 0ms);
}

@keyframes togov-cases-fade-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) {
  .togov-cases-carousel .togov-cases-card:hover {
    transform: translateY(-6px);
    box-shadow:
      0 18px 40px rgba(15, 23, 42, 0.12),
      0 0 0 2px rgba(61, 160, 218, 0.3);
    border-color: rgba(61, 160, 218, 0.45);
  }

  .togov-cases-carousel .togov-cases-card:hover .togov-cases-metric {
    background: rgb(220 238 252);
    border-color: rgba(61, 160, 218, 0.45);
  }
}

.togov-cases-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgb(230 244 250), rgb(255 255 255));
  border: 1px solid rgb(203 225 245);
  color: rgb(0 89 219);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.togov-cases-metric {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  padding: 0.625rem 0.875rem;
  border-radius: 0.625rem;
  background: rgb(237 248 252);
  border: 1px solid rgb(203 225 245);
  border-left: 3px solid rgb(61 160 218);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.togov-cases-metric__value {
  display: block;
  font-size: 1.35rem;
  font-weight: 600;
  color: rgb(5 23 38);
  line-height: 1.15;
  word-break: break-word;
}

.togov-cases-metric__label {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgb(107 133 140);
  line-height: 1.35;
  word-break: break-word;
}

.togov-cases-quote {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  padding-left: 1.5rem;
  padding-right: 0.35rem;
  padding-top: 0.35rem;
  margin: 0;
  border-left: 3px solid rgb(128 172 237);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgb(203 225 245) transparent;
  transition: color 0.25s ease;
}

.togov-cases-quote::-webkit-scrollbar {
  width: 4px;
}

.togov-cases-quote::-webkit-scrollbar-thumb {
  background: rgb(203 225 245);
  border-radius: 4px;
}

.togov-cases-quote::-webkit-scrollbar-thumb:hover {
  background: rgb(128 172 237);
}

.togov-cases-author__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin: 0;
}

.togov-cases-author__role {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin: 0.15rem 0 0;
}

.togov-cases-quote::before {
  content: "\201C";
  position: absolute;
  left: 0.15rem;
  top: -0.35rem;
  font-size: 2rem;
  line-height: 1;
  color: rgb(61 160 218);
  opacity: 0.25;
  font-family: Georgia, serif;
  pointer-events: none;
}

.togov-cases-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgb(230 244 250);
  color: rgb(0 89 219);
}

.togov-cases-link {
  display: none !important;
}

.togov-cases-cta {
  background-color: rgb(237, 248, 248) !important;
}

.togov-cases-cta__inner {
  background: #fff !important;
  border: 1px solid rgb(210, 230, 231) !important;
  transition: box-shadow 0.35s ease;
}

.togov-cases-cta .text-cinza-escuro-300 {
  color: rgb(5, 23, 38) !important;
}

.togov-cases-cta .text-cinza-escuro-200 {
  color: rgb(29, 49, 72) !important;
}

.togov-cases-cta .togov-cases-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

@media (min-width: 640px) {
  .togov-cases-cta .togov-cases-cta__actions {
    flex-direction: row;
    align-items: center;
  }
}

.togov-cases-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 3.25rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.375rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  white-space: nowrap;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

@media (max-width: 639px) {
  .togov-cases-cta__btn {
    width: 100%;
    white-space: normal;
  }
}

@media (min-width: 640px) {
  .togov-cases-cta__btn {
    min-width: 14.5rem;
  }
}

.togov-cases-cta__btn--outline {
  color: rgb(var(--togov-blue)) !important;
  border: 1px solid rgb(var(--togov-blue));
  background-color: rgba(255, 255, 255, 0.9);
}

.togov-cases-cta__btn--outline:hover {
  background-color: rgb(var(--togov-blue)) !important;
  color: #fff !important;
}

@media (hover: hover) {
  .togov-cases-cta__inner:hover {
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
  }

  .togov-cases-cta__btn:not(.togov-cases-cta__btn--outline):hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 639px) {
  .togov-cases-carousel .togov-cases-card {
    min-height: 28.5rem;
    height: 28.5rem;
    max-height: 28.5rem;
    padding: 1.25rem !important;
  }

  .togov-cases-carousel__toolbar {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .togov-cases-carousel__controls {
    justify-content: flex-end;
  }

  .togov-cases-dots {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .togov-cases-carousel .togov-cases-card {
    animation: none;
    transition: none;
  }

  .togov-cases-carousel .togov-cases-card:hover {
    transform: none;
  }

  .togov-cases-track,
  .Section-Historias-Grid .togov-cases-carousel .swiper-wrapper {
    scroll-behavior: auto;
  }

  .togov-cases-link {
    transition: none;
  }
}

/* Central de Ajuda — hero tech, stats glass, categorias e FAQ */
.Hero-Ajuda.togov-help-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #030f1a 0%, #051726 38%, #0a2540 100%);
  color: #fff;
}

.Hero-Ajuda .togov-help-hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.Hero-Ajuda .togov-help-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgb(61 160 218 / 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgb(61 160 218 / 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.Hero-Ajuda .togov-help-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}

.Hero-Ajuda .togov-help-hero__glow--left {
  top: -6rem;
  left: -4rem;
  width: 20rem;
  height: 20rem;
  background: rgb(0 89 219 / 0.35);
}

.Hero-Ajuda .togov-help-hero__glow--right {
  right: -3rem;
  bottom: -4rem;
  width: 16rem;
  height: 16rem;
  background: rgb(61 160 218 / 0.28);
}

.Hero-Ajuda .container {
  position: relative;
  z-index: 1;
}

.Hero-Ajuda .togov-help-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgb(61 160 218 / 0.45);
  background: rgb(61 160 218 / 0.12);
  color: rgb(186 230 253);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.Hero-Ajuda .togov-help-hero__eyebrow svg {
  flex-shrink: 0;
}

.Hero-Ajuda .togov-help-hero__title,
.Hero-Ajuda .title-hero,
.Hero-Ajuda h1 {
  margin: 1.25rem 0 0;
  max-width: 40rem;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff !important;
  text-shadow: 0 2px 24px rgb(5 23 38 / 0.45);
}

.Hero-Ajuda .togov-help-hero__lead,
.Hero-Ajuda .container > p:not(.togov-help-search__hint) {
  margin: 1.25rem 0 0;
  max-width: 38rem;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Neutraliza text-cinza-escuro-* e utilitários Tailwind não compilados no hero escuro */
.Hero-Ajuda .text-cinza-escuro-200,
.Hero-Ajuda .text-cinza-escuro-300,
.togov-help-hero.bg-azul-escuro-300 p:not(.togov-help-search__hint) {
  color: rgba(255, 255, 255, 0.92) !important;
}

.Hero-Ajuda .togov-help-search-wrap {
  margin-top: 2rem;
  max-width: 36rem;
}

.Hero-Ajuda .togov-help-search {
  position: relative;
}

.Hero-Ajuda .togov-help-search__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.65);
  pointer-events: none;
}

.Hero-Ajuda .togov-help-search__input {
  width: 100%;
  padding: 0.95rem 3rem 0.95rem 2.75rem;
  border-radius: 0.875rem;
  border: 1px solid rgb(255 255 255 / 0.22);
  background: rgb(255 255 255 / 0.08);
  backdrop-filter: blur(12px);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.Hero-Ajuda .togov-help-search__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.Hero-Ajuda .togov-help-search__input:focus {
  border-color: rgb(61 160 218 / 0.65);
  background: rgb(255 255 255 / 0.12);
  box-shadow: 0 0 0 3px rgb(0 89 219 / 0.22);
}

.Hero-Ajuda .togov-help-search__kbd {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.15rem 0.45rem;
  border-radius: 0.35rem;
  border: 1px solid rgb(255 255 255 / 0.2);
  background: rgb(255 255 255 / 0.08);
  color: rgb(203 213 225);
  font-size: 0.72rem;
  font-family: inherit;
  line-height: 1.4;
  pointer-events: none;
}

.Hero-Ajuda .togov-help-search__hint {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72) !important;
}

.Hero-Ajuda .togov-help-hero__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.Hero-Ajuda .togov-help-hero__nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.28);
  background: rgb(255 255 255 / 0.06);
  color: rgb(241 245 249);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

@media (hover: hover) {
  .Hero-Ajuda .togov-help-hero__nav-link:hover {
    background: rgb(61 160 218 / 0.2);
    border-color: rgb(61 160 218 / 0.55);
    color: #fff;
  }
}

.Section-Faq.togov-help-faq {
  background: #f8fafc;
}

.Section-Faq .togov-help-faq__header {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.Section-Faq .togov-help-faq__header--faq {
  margin-top: 3.5rem;
}

.Section-Faq .togov-help-faq__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(0 89 219);
}

.Section-Faq .togov-help-faq__title,
.Section-Faq .text-cinza-escuro-300 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgb(5, 23, 38) !important;
}

.Section-Faq .accordion-header {
  color: rgb(5, 23, 38) !important;
}

.Section-Faq .togov-help-faq__lead,
.Section-Faq .text-cinza-escuro-200 {
  margin: 0.85rem 0 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgb(29, 49, 72) !important;
}

.Section-Faq .v-expansion-panel-text__wrapper,
.Section-Faq .v-expansion-panel-text__wrapper p {
  color: rgb(29, 49, 72) !important;
}

.Section-Faq .togov-help-topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .Section-Faq .togov-help-topics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .Section-Faq .togov-help-topics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.Section-Faq .togov-help-topic-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  text-align: left;
  padding: 1.15rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgb(226 232 240 / 0.9);
  background: rgb(255 255 255 / 0.88);
  box-shadow: 0 8px 24px rgb(15 23 42 / 0.05);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  cursor: pointer;
}

.Section-Faq .togov-help-topic-card:hover,
.Section-Faq .togov-help-topic-card[aria-pressed="true"] {
  border-color: rgb(0 89 219 / 0.35);
  box-shadow: 0 14px 36px rgb(0 89 219 / 0.1);
  transform: translateY(-2px);
}

.Section-Faq .togov-help-topic-card[aria-pressed="true"] {
  background: linear-gradient(145deg, rgb(255 255 255 / 0.98), rgb(239 246 255 / 0.95));
}

.Section-Faq .togov-help-topic-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, rgb(0 89 219 / 0.1), rgb(61 160 218 / 0.16));
  color: rgb(0 89 219);
}

.Section-Faq .togov-help-topic-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}

.Section-Faq .togov-help-topic-card__title {
  font-weight: 700;
  font-size: 0.92rem;
  color: rgb(15 23 42);
}

.Section-Faq .togov-help-topic-card__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgb(230 244 250);
  color: rgb(0 89 219);
  font-size: 0.72rem;
  font-weight: 700;
}

.Section-Faq .togov-help-topic-card__desc {
  font-size: 0.78rem;
  color: rgb(100 116 139);
  line-height: 1.4;
}

.Section-Faq .togov-help-accordion-wrap {
  max-width: 44rem;
  margin: 0 auto;
}

.Section-Faq .togov-help-panel {
  border-radius: 1rem !important;
  border: 1px solid rgb(226 232 240 / 0.9) !important;
  background: rgb(255 255 255 / 0.92);
  margin-bottom: 0.75rem !important;
  overflow: hidden;
  backdrop-filter: blur(8px);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.Section-Faq .togov-help-panel.is-open {
  border-color: rgb(61 160 218 / 0.35) !important;
  box-shadow: 0 10px 32px rgb(15 23 42 / 0.08);
}

.Section-Faq .togov-help-panel.is-hidden {
  display: none !important;
}

.Section-Faq .togov-help-panel .v-expansion-panel-title {
  padding: 1.25rem 1.75rem;
}

.Section-Faq .togov-help-panel .v-expansion-panel-text__wrapper {
  padding: 0 1.75rem 1.25rem;
}

@media (min-width: 768px) {
  .Section-Faq .togov-help-panel .v-expansion-panel-title {
    padding: 1.25rem 2rem;
  }

  .Section-Faq .togov-help-panel .v-expansion-panel-text__wrapper {
    padding: 0 2rem 1.5rem;
  }
}

.Section-Faq .togov-help-panel__tag {
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: rgb(230 244 250);
  color: rgb(0 89 219);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.Section-Faq .togov-help-panel.is-open .togov-help-chevron {
  transform: rotate(180deg);
}

.Section-Faq .togov-help-chevron {
  display: inline-flex;
  transition: transform 0.25s ease;
  color: rgb(0 89 219);
}

.Section-Ajuda-Cta.togov-help-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #051726 0%, #0a2540 55%, #0d3a5c 100%);
  color: #fff;
}

.Section-Ajuda-Cta .togov-help-cta__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.Section-Ajuda-Cta .togov-help-cta__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(640px, 90vw);
  height: min(320px, 50vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(61 160 218 / 0.22) 0%, transparent 70%);
  filter: blur(40px);
}

.Section-Ajuda-Cta .togov-help-cta__grid {
  display: grid;
  gap: 0.85rem;
  max-width: 52rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .Section-Ajuda-Cta .togov-help-cta__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.Section-Ajuda-Cta .togov-help-cta__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgb(255 255 255 / 0.14);
  background: rgb(255 255 255 / 0.07);
  backdrop-filter: blur(14px);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.Section-Ajuda-Cta .togov-help-cta__card--whatsapp {
  border-color: rgb(37 211 102 / 0.35);
  background: rgb(37 211 102 / 0.08);
}

.Section-Ajuda-Cta .togov-help-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgb(0 89 219 / 0.2), rgb(61 160 218 / 0.28));
  color: rgb(186 230 253);
}

.Section-Ajuda-Cta .togov-help-cta__card--whatsapp .togov-help-cta__icon {
  background: rgb(37 211 102 / 0.18);
  color: #25d366;
}

.Section-Ajuda-Cta .togov-help-cta__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}

.Section-Ajuda-Cta .togov-help-cta__content strong {
  font-size: 1rem;
  font-weight: 600;
  color: #fff !important;
}

.Section-Ajuda-Cta .togov-help-cta__content span {
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88) !important;
}

.Section-Ajuda-Cta .togov-help-cta__arrow {
  margin-top: auto;
  font-size: 1.1rem;
  color: rgb(186 230 253);
  transition: transform 0.25s ease;
}

@media (hover: hover) {
  .Section-Ajuda-Cta .togov-help-cta__card:hover {
    transform: translateY(-3px);
    border-color: rgb(61 160 218 / 0.45);
    background: rgb(255 255 255 / 0.1);
    box-shadow: 0 16px 40px rgb(5 23 38 / 0.35);
  }

  .Section-Ajuda-Cta .togov-help-cta__card:hover .togov-help-cta__arrow {
    transform: translateX(4px);
  }

  .Section-Ajuda-Cta .togov-help-cta__card--whatsapp:hover {
    border-color: rgb(37 211 102 / 0.55);
    background: rgb(37 211 102 / 0.14);
  }
}

.togov-help-topic-card.is-revealed,
.togov-help-panel.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .togov-help-topic-card:not(.is-revealed),
  .togov-help-panel:not(.is-revealed) {
    opacity: 0;
    transform: translateY(12px);
  }

  .togov-help-topic-card.is-revealed,
  .togov-help-panel.is-revealed {
    animation: togov-help-reveal 0.5s ease forwards;
  }
}

@keyframes togov-help-reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .togov-help-topic-card,
  .togov-help-panel,
  .togov-help-chevron,
  .togov-help-cta__card,
  .togov-help-hero__nav-link {
    transition: none;
    animation: none;
  }

  .togov-help-topic-card:hover,
  .togov-help-cta__card:hover {
    transform: none;
  }

  .togov-help-topic-card:not(.is-revealed),
  .togov-help-panel:not(.is-revealed) {
    opacity: 1;
    transform: none;
  }
}

/* Quem Somos — hero com foto de fundo, overlay e navegação */
.Hero-Sobre.togov-hero-sobre,
.Hero-Sobre {
  position: relative;
}

.Hero-Sobre > .bg,
.Hero-Sobre > .togov-hero-sobre__bg {
  position: relative;
  isolation: isolate;
  min-height: clamp(28rem, 72vh, 42rem);
  background-color: #051726 !important;
  background-image: url("/assets/images/togov/bg/togov-hero-sobre-photo.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.Hero-Sobre > .bg::before,
.Hero-Sobre > .togov-hero-sobre__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    105deg,
    rgba(5, 23, 38, 0.92) 0%,
    rgba(5, 23, 38, 0.78) 42%,
    rgba(5, 23, 38, 0.58) 68%,
    rgba(5, 23, 38, 0.38) 100%
  );
  pointer-events: none;
}

.Hero-Sobre > .bg > .container,
.Hero-Sobre > .togov-hero-sobre__bg > .container {
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}

.Hero-Sobre .title-hero {
  text-shadow: 0 2px 24px rgba(5, 23, 38, 0.45);
}

.Hero-Sobre h3 {
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 16px rgba(5, 23, 38, 0.4);
  max-width: 36rem;
  line-height: 1.55;
}

/* max-sm:w-48 no HTML original trava título e subtítulo em 192px em
   telas <640px, deixando quase toda a tela em branco à direita. Restrito
   à mesma faixa do bug original para não alterar o layout desktop/tablet
   (que já usa lg:max-w-520 / max-width:36rem corretamente). */
@media (max-width: 639px) {
  .Hero-Sobre .title-hero,
  .Hero-Sobre h3 {
    width: auto !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .Hero-Sobre > .bg,
  .Hero-Sobre > .togov-hero-sobre__bg {
    min-height: clamp(24rem, 68vh, 36rem);
    background-position: 72% center !important;
  }

  .Hero-Sobre > .bg::before,
  .Hero-Sobre > .togov-hero-sobre__bg::before {
    background: linear-gradient(
      180deg,
      rgba(5, 23, 38, 0.9) 0%,
      rgba(5, 23, 38, 0.82) 55%,
      rgba(5, 23, 38, 0.7) 100%
    );
  }
}

.Hero-Sobre .togov-hero-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  backdrop-filter: blur(4px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.Hero-Sobre .togov-hero-nav__link:hover {
  background: rgba(61, 160, 218, 0.35);
  border-color: rgba(255, 255, 255, 0.55);
}

.togov-compare-slider {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  user-select: none;
  touch-action: none;
  background: rgb(5 23 38);
}

.togov-compare-slider__after,
.togov-compare-slider__before {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #e6eeef;
}

.togov-compare-slider__after {
  position: absolute;
  inset: 0;
}

.togov-compare-slider__before-wrap {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
  border-right: 2px solid #fff;
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.15);
  will-change: width;
}

.togov-compare-slider__before {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--togov-compare-width, 100%);
  max-width: none;
  height: 100%;
}

.togov-compare-slider__input {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.togov-compare-slider__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgb(61 160 218);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.togov-compare-slider__handle::before,
.togov-compare-slider__handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
}

.togov-compare-slider__handle::before {
  left: 0.55rem;
  border-right: 6px solid #fff;
}

.togov-compare-slider__handle::after {
  right: 0.55rem;
  border-left: 6px solid #fff;
}

.togov-compare-slider__label {
  position: absolute;
  bottom: 0.75rem;
  z-index: 2;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(5, 23, 38, 0.72);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: none;
}

.togov-compare-slider__label--before {
  left: 0.75rem;
}

.togov-compare-slider__label--after {
  right: 0.75rem;
}

.Section-Economia .togov-historia-blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .Section-Economia .togov-historia-blocks {
    gap: 3rem;
  }
}

.Section-Economia .togov-historia-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgb(248 250 252) 0%, rgb(241 245 249 / 0.5) 100%);
  border: 1px solid rgb(203 225 245 / 0.7);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 1024px) {
  .Section-Economia .togov-historia-block {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    padding: 2rem 2.5rem;
  }

  .Section-Economia .togov-historia-block--reverse .togov-historia-block__visual {
    order: 2;
  }

  .Section-Economia .togov-historia-block--reverse .togov-historia-block__content {
    order: 1;
  }
}

.Section-Economia .togov-historia-block--wide {
  grid-template-columns: 1fr;
}

.Section-Economia .togov-historia-block__num {
  display: inline-block;
  color: rgb(0 89 219);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}

.Section-Economia .togov-historia-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Section-Economia .togov-historia-modules li {
  padding: 0.7rem 0.75rem;
  background: #fff;
  border: 1px solid rgb(203 225 245);
  border-radius: 0.625rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgb(51 65 85);
  text-align: center;
  line-height: 1.3;
}

.Section-Economia .togov-historia-cycle {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  counter-reset: historia-cycle;
}

@media (min-width: 768px) {
  .Section-Economia .togov-historia-cycle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.Section-Economia .togov-historia-cycle li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1rem 1rem 2.75rem;
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid rgb(203 225 245);
  counter-increment: historia-cycle;
}

.Section-Economia .togov-historia-cycle li::before {
  content: counter(historia-cycle);
  position: absolute;
  left: 0.85rem;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(61 160 218);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
}

.Section-Economia .togov-historia-cycle li strong {
  font-size: 0.875rem;
  color: rgb(30 41 59);
}

.Section-Economia .togov-historia-cycle li span {
  font-size: 0.8rem;
  color: rgb(100 116 139);
  line-height: 1.45;
}

@media (hover: hover) {
  .Section-Economia .togov-historia-block:hover {
    border-color: rgb(61 160 218 / 0.4);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .Section-Economia .togov-historia-block {
    transition: none;
  }
}

.Section-MVV .togov-mvv-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.Section-MVV .togov-mvv-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: rgb(230 244 250);
}

@media (hover: hover) {
  .Section-MVV .togov-mvv-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    border-color: rgb(61 160 218 / 0.45);
  }
}

.Section-Timeline .togov-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid rgb(203 225 245);
  margin-left: 0.75rem;
}

.Section-Timeline .togov-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
  padding: 0 0 2rem 1.25rem;
}

.Section-Timeline .togov-timeline__item:last-child {
  padding-bottom: 0;
}

.Section-Timeline .togov-timeline__item::before {
  content: "";
  position: absolute;
  left: -0.45rem;
  top: 0.35rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: rgb(61 160 218);
  box-shadow: 0 0 0 4px rgb(230 244 250);
}

.Section-Timeline .togov-timeline__year {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(0 89 219);
  padding-top: 0.15rem;
}

.Section-Diferenciais .togov-diff-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.Section-Diferenciais .togov-diff-card__dot {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: rgb(61 160 218);
}

@media (hover: hover) {
  .Section-Diferenciais .togov-diff-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    border-color: rgb(61 160 218 / 0.35);
  }
}

@media (max-width: 639px) {
  .Section-Timeline .togov-timeline__item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding-left: 1rem;
  }

  .Section-Timeline .togov-timeline__year {
    padding-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Hero-Sobre .togov-hero-nav__link,
  .Section-MVV .togov-mvv-card,
  .Section-Diferenciais .togov-diff-card,
  .Section-Proposta .togov-proposta__pillar,
  .Section-Motivacao .togov-motivacao__card {
    transition: none;
  }

  .Section-MVV .togov-mvv-card:hover,
  .Section-Diferenciais .togov-diff-card:hover,
  .Section-Proposta .togov-proposta__pillar:hover {
    transform: none;
  }

  .Section-Proposta .togov-proposta__flow-line {
    animation: none;
  }
}

/* Quem Somos — proposta de valor (bento escuro + glassmorphism) */
.Section-Proposta.togov-proposta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #051726 0%, #0d2a45 42%, #123a5c 100%);
  color: #fff;
}

.Section-Proposta .togov-proposta__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.Section-Proposta .togov-proposta__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.45;
}

.Section-Proposta .togov-proposta__glow--left {
  top: -8rem;
  left: -6rem;
  width: 22rem;
  height: 22rem;
  background: rgb(61 160 218 / 0.35);
}

.Section-Proposta .togov-proposta__glow--right {
  right: -5rem;
  bottom: -6rem;
  width: 18rem;
  height: 18rem;
  background: rgb(0 89 219 / 0.28);
}

.Section-Proposta .togov-proposta__header {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.Section-Proposta .togov-proposta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgb(61 160 218 / 0.45);
  background: rgb(61 160 218 / 0.12);
  color: rgb(186 230 253);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.Section-Proposta .togov-proposta__title {
  margin: 1rem 0 0;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.Section-Proposta .togov-proposta__lead {
  margin: 1rem auto 0;
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgb(203 213 225);
}

.Section-Proposta .togov-proposta__bento {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.Section-Proposta .togov-proposta__flow {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto 1.75rem;
  padding: 0 1rem;
  max-width: 28rem;
}

.Section-Proposta .togov-proposta__pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.35rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgb(255 255 255 / 0.14);
  background: rgb(255 255 255 / 0.07);
  box-shadow: 0 18px 40px rgb(5 23 38 / 0.35);
  backdrop-filter: blur(14px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.Section-Proposta .togov-proposta__pillar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.Section-Proposta .togov-proposta__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.55rem;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, rgb(61 160 218) 0%, rgb(0 89 219) 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.Section-Proposta .togov-proposta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  border: 1px solid rgb(255 255 255 / 0.18);
  background: rgb(255 255 255 / 0.08);
  color: rgb(186 230 253);
}

.Section-Proposta .togov-proposta__pillar-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.Section-Proposta .togov-proposta__pillar-text {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgb(203 213 225);
}

@media (hover: hover) {
  .Section-Proposta .togov-proposta__pillar:hover {
    transform: translateY(-4px);
    border-color: rgb(61 160 218 / 0.55);
    background: rgb(255 255 255 / 0.11);
    box-shadow: 0 24px 48px rgb(5 23 38 / 0.45);
  }

  .Section-Proposta .togov-proposta__pillar--featured:hover {
    transform: translateY(-5px);
  }
}

@media (min-width: 768px) {
  .Section-Proposta .togov-proposta__bento {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-rows: auto auto;
    gap: 1.15rem;
    align-items: stretch;
  }

  .Section-Proposta .togov-proposta__pillar--featured {
    grid-row: 1 / span 2;
    padding: 1.75rem 1.75rem 2rem;
  }

  .Section-Proposta .togov-proposta__pillar--featured .togov-proposta__pillar-title {
    font-size: 1.35rem;
  }

  .Section-Proposta .togov-proposta__pillar--featured .togov-proposta__pillar-text {
    font-size: 0.95rem;
  }

  .Section-Proposta .togov-proposta__flow {
    display: flex;
  }

  .Section-Proposta .togov-proposta__flow-node {
    flex-shrink: 0;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: rgb(61 160 218);
    box-shadow: 0 0 0 4px rgb(61 160 218 / 0.2);
  }

  .Section-Proposta .togov-proposta__flow-line {
    flex: 1;
    max-width: 8rem;
    height: 2px;
    margin: 0 0.35rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgb(61 160 218 / 0.25), rgb(61 160 218 / 0.85), rgb(61 160 218 / 0.25));
    background-size: 200% 100%;
    animation: togov-proposta-flow 3.2s ease-in-out infinite;
  }
}

@keyframes togov-proposta-flow {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@media (min-width: 1024px) {
  .Section-Proposta .togov-proposta__header {
    margin-bottom: 3rem;
  }

  .Section-Proposta .togov-proposta__bento {
    gap: 1.35rem;
  }
}

/* Quem Somos — resultados na saúde municipal (fundo claro cinza-azulado) */
.Section-Numeros {
  background-color: #e6eeef;
}

.Section-Numeros h3,
.Section-Numeros .card-numeros,
.Section-Numeros .card-numeros h4,
.Section-Numeros .card-numeros p {
  color: rgb(35 40 40) !important;
}

.Section-Numeros h3 {
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgb(5 23 38) !important;
}

.Section-Numeros .card-numeros h4 {
  color: rgb(0 89 219) !important;
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  line-height: 1.15;
}

.Section-Numeros .card-numeros p {
  color: rgb(69 80 80) !important;
  line-height: 1.45;
}

.Section-Numeros .card-numeros .nuxt-icon svg path[fill="white"] {
  fill: rgb(0 89 219) !important;
}

@media (min-width: 768px) {
  .Section-Numeros .flex.md\:flex-row {
    gap: 1rem;
  }

  .Section-Numeros .card-numeros {
    padding-inline: 0.5rem;
  }
}

/* Quem Somos — o que nos motiva (split manifesto editorial) */
.Section-Motivacao.togov-motivacao {
  background: linear-gradient(180deg, #f8fafc 0%, #eef4f8 100%);
}

.Section-Motivacao .togov-motivacao__frame {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 20px 48px rgba(15, 23, 42, 0.08);
  border: 1px solid rgb(203 225 245 / 0.6);
}

.Section-Motivacao .togov-motivacao__manifesto {
  position: relative;
  background:
    linear-gradient(145deg, rgb(0 89 219 / 0.92) 0%, rgb(61 160 218 / 0.88) 55%, rgb(13 42 69 / 0.95) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M0 30h60M30 0v60' stroke='%23ffffff' stroke-opacity='0.04' fill='none'/%3E%3C/svg%3E");
  color: #fff;
}

.Section-Motivacao .togov-motivacao__manifesto-inner {
  position: relative;
  padding: 2rem 1.75rem;
  z-index: 1;
}

.Section-Motivacao .togov-motivacao__manifesto::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgb(255 255 255 / 0.12) 0%, transparent 55%);
  pointer-events: none;
}

.Section-Motivacao .togov-motivacao__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.35);
  background: rgb(255 255 255 / 0.12);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(224 242 254);
}

.Section-Motivacao .togov-motivacao__quote {
  margin: 1.5rem 0 0;
  padding: 0;
  border: none;
}

.Section-Motivacao .togov-motivacao__quote-mark {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  color: rgb(255 255 255 / 0.35);
  margin-bottom: -0.5rem;
}

.Section-Motivacao .togov-motivacao__quote p {
  margin: 0;
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #fff;
}

.Section-Motivacao .togov-motivacao__tagline {
  margin: 1.25rem 0 0;
  max-width: 22rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgb(224 242 254 / 0.85);
}

.Section-Motivacao .togov-motivacao__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
}

.Section-Motivacao .togov-motivacao__card {
  position: relative;
  padding: 1.75rem 1.5rem 1.75rem 1.35rem;
  border-left: 4px solid rgb(61 160 218);
  transition: background-color 0.25s ease;
}

.Section-Motivacao .togov-motivacao__card + .togov-motivacao__card {
  border-top: 1px solid rgb(226 232 240);
}

.Section-Motivacao .togov-motivacao__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.85rem;
  border-radius: 0.65rem;
  background: rgb(230 244 250);
  color: rgb(0 89 219);
}

.Section-Motivacao .togov-motivacao__card-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(35 40 40);
}

.Section-Motivacao .togov-motivacao__card-text {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgb(69 80 80);
}

@media (min-width: 768px) {
  .Section-Motivacao .togov-motivacao__frame {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  }

  .Section-Motivacao .togov-motivacao__manifesto-inner {
    padding: 2.75rem 2.25rem;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .Section-Motivacao .togov-motivacao__content {
    justify-content: center;
  }

  .Section-Motivacao .togov-motivacao__card {
    padding: 2rem 2.25rem 2rem 2rem;
  }
}

@media (min-width: 1024px) {
  .Section-Motivacao .togov-motivacao__manifesto-inner {
    padding: 3rem 2.75rem;
  }

  .Section-Motivacao .togov-motivacao__quote p {
    font-size: clamp(1.85rem, 2.8vw, 2.5rem);
  }
}

@media (hover: hover) {
  .Section-Motivacao .togov-motivacao__card:hover {
    background: rgb(248 250 252);
  }
}

/* CTA compartilhado — botões padronizados (soluções, páginas institucionais) */
.togov-cta__actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .togov-cta__actions {
    flex-direction: row;
    align-items: center;
  }
}

.togov-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 3.25rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.375rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 639px) {
  .togov-cta__btn {
    width: 100%;
    white-space: normal;
  }
}

@media (min-width: 640px) {
  .togov-cta__btn {
    min-width: 12.5rem;
  }
}

.togov-cta__btn--outline {
  color: rgb(var(--togov-blue)) !important;
  border: 1px solid rgb(var(--togov-blue));
  background-color: rgba(255, 255, 255, 0.9);
}

.togov-cta__btn--outline:hover {
  background-color: rgb(var(--togov-blue)) !important;
  color: #fff !important;
}

.togov-cta__btn--outline-white {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background-color: transparent;
}

.togov-cta__btn--outline-white:hover {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

/* Blog — CTA final da listagem */
.Section-Blog-Cta [data-v-togov-blog-page] {
  opacity: 1 !important;
}

.togov-blog-cta__actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
  max-width: 36rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .togov-blog-cta__actions {
    flex-direction: row;
    align-items: center;
    max-width: none;
  }
}

.togov-blog-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 3.25rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.375rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 639px) {
  .togov-blog-cta__btn {
    width: 100%;
    white-space: normal;
  }
}

@media (min-width: 640px) {
  .togov-blog-cta__btn {
    min-width: 14.5rem;
  }
}

.togov-blog-cta__btn--outline {
  color: rgb(var(--togov-blue)) !important;
  border: 1px solid rgb(var(--togov-blue));
  background-color: rgba(255, 255, 255, 0.9);
}

.togov-blog-cta__btn--outline:hover {
  background-color: rgb(var(--togov-blue)) !important;
  color: #fff !important;
}

/* Quem Somos — CTA final de contato */
.Section-Cta-Contato [data-v-togov-qs-cta] {
  opacity: 1 !important;
}

.togov-quem-somos-cta__inner {
  transition: box-shadow 0.35s ease;
}

.togov-quem-somos-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: rgba(0, 89, 219, 0.1);
}

.togov-quem-somos-cta .togov-quem-somos-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

@media (min-width: 640px) {
  .togov-quem-somos-cta .togov-quem-somos-cta__actions {
    flex-direction: row;
    align-items: center;
  }
}

.togov-quem-somos-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 3.25rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.375rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  white-space: nowrap;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

@media (max-width: 639px) {
  .togov-quem-somos-cta__btn {
    width: 100%;
    white-space: normal;
  }
}

@media (min-width: 640px) {
  .togov-quem-somos-cta__btn {
    min-width: 14.5rem;
  }
}

.togov-quem-somos-cta__btn--outline {
  color: rgb(var(--togov-blue)) !important;
  border: 1px solid rgb(var(--togov-blue));
  background-color: rgba(255, 255, 255, 0.9);
}

.togov-quem-somos-cta__btn--outline:hover {
  background-color: rgb(var(--togov-blue)) !important;
  color: #fff !important;
}

@media (hover: hover) {
  .togov-quem-somos-cta__inner:hover {
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
  }

  .togov-quem-somos-cta__btn:not(.togov-quem-somos-cta__btn--outline):hover {
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .togov-quem-somos-cta__inner {
    transition: none;
  }
}

/* Aviso de Privacidade — layout legal moderno */
.Hero-Privacidade.togov-privacy-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f4fc 0%, #d6ebf9 42%, #c5e2f6 100%);
  color: #0f172a;
  border-bottom: 1px solid rgb(0 89 219 / 0.12);
}

.Hero-Privacidade .togov-privacy-hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.Hero-Privacidade .togov-privacy-hero__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 85% 15%, rgb(0 89 219 / 0.08) 0%, transparent 42%),
    radial-gradient(circle at 10% 80%, rgb(61 160 218 / 0.12) 0%, transparent 38%),
    linear-gradient(rgb(0 89 219 / 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgb(0 89 219 / 0.04) 1px, transparent 1px);
  background-size: auto, auto, 40px 40px, 40px 40px;
}

.Hero-Privacidade .container {
  position: relative;
  z-index: 1;
}

.Hero-Privacidade .togov-privacy-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.Hero-Privacidade .togov-privacy-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgb(0 89 219 / 0.2);
  background: rgb(255 255 255 / 0.72);
  color: #0c4a6e;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.Hero-Privacidade .togov-privacy-hero__badge--lgpd {
  border-color: rgb(0 89 219 / 0.35);
  background: rgb(0 89 219 / 0.1);
  color: #0059db;
}

.Hero-Privacidade .togov-privacy-hero__title {
  margin: 1.1rem 0 0;
  max-width: 42rem;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0f172a !important;
}

.Hero-Privacidade .togov-privacy-hero__lead {
  margin: 1rem 0 0;
  max-width: 40rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #334155 !important;
}

.Hero-Privacidade .togov-privacy-hero__updated {
  margin: 0.85rem 0 0;
  font-size: 0.875rem;
  color: #475569 !important;
}

.Hero-Privacidade .togov-privacy-hero__updated time {
  font-weight: 600;
}

.Hero-Privacidade .togov-privacy-hero__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.35rem;
}

.Hero-Privacidade .togov-privacy-hero__nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgb(0 89 219 / 0.22);
  background: rgb(255 255 255 / 0.85);
  color: #0059db !important;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}

@media (hover: hover) {
  .Hero-Privacidade .togov-privacy-hero__nav-link:hover {
    background: #fff;
    border-color: rgb(0 89 219 / 0.45);
  }
}

.Section-Privacidade.togov-privacy-main {
  background: #f8fafc;
}

.Section-Privacidade .togov-privacy-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .Section-Privacidade .togov-privacy-layout {
    grid-template-columns: minmax(15rem, 17.5rem) minmax(0, 1fr);
    gap: 2.5rem;
  }
}

.Section-Privacidade .togov-privacy-toc-wrap {
  position: relative;
}

@media (min-width: 1024px) {
  .Section-Privacidade .togov-privacy-toc {
    position: sticky;
    top: 5.5rem;
    max-height: calc(100vh - 7rem);
    overflow: auto;
  }
}

.Section-Privacidade .togov-privacy-toc {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 4px 24px rgb(15 23 42 / 0.04);
}

.Section-Privacidade .togov-privacy-toc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.Section-Privacidade .togov-privacy-toc__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .Section-Privacidade .togov-privacy-toc__toggle {
    pointer-events: none;
  }

  .Section-Privacidade .togov-privacy-toc__toggle svg {
    display: none;
  }
}

.Section-Privacidade .togov-privacy-toc__meta {
  flex-shrink: 0;
  margin: 0;
  font-size: 0.75rem;
  color: #64748b;
}

@media (max-width: 1023px) {
  .Section-Privacidade .togov-privacy-toc:not(.is-open) .togov-privacy-toc__list {
    display: none;
  }

  .Section-Privacidade .togov-privacy-toc__meta {
    display: none;
  }
}

.Section-Privacidade .togov-privacy-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Section-Privacidade .togov-privacy-toc__link {
  display: block;
  padding: 0.42rem 0.55rem;
  border-left: 2px solid transparent;
  border-radius: 0 0.35rem 0.35rem 0;
  color: #475569 !important;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-decoration: none !important;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

@media (hover: hover) {
  .Section-Privacidade .togov-privacy-toc__link:hover {
    color: #0059db !important;
    background: rgb(0 89 219 / 0.05);
  }
}

.Section-Privacidade .togov-privacy-toc__link.is-active {
  border-left-color: #0059db;
  background: rgb(0 89 219 / 0.08);
  color: #0059db !important;
  font-weight: 600;
}

.Section-Privacidade .togov-privacy-content__notice {
  margin-bottom: 1.25rem;
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(0 89 219 / 0.15);
  background: rgb(0 89 219 / 0.06);
}

.Section-Privacidade .togov-privacy-content__notice p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #334155 !important;
}

.Section-Privacidade .togov-privacy-section {
  margin-bottom: 1rem;
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 2px 12px rgb(15 23 42 / 0.03);
  scroll-margin-top: 6rem;
}

.Section-Privacidade .togov-privacy-section__header {
  margin-bottom: 0.85rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
}

.Section-Privacidade .togov-privacy-section__heading {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a !important;
  text-transform: none;
}

.Section-Privacidade .togov-privacy-section__body {
  color: #334155 !important;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.Section-Privacidade .togov-privacy-section__body p,
.Section-Privacidade .togov-privacy-section__body li {
  color: #334155 !important;
}

.Section-Privacidade .togov-privacy-section__body a {
  color: #0059db !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.Section-Privacidade .togov-privacy-section__body strong {
  color: #0f172a !important;
  font-weight: 600;
}

.Section-Privacidade .togov-privacy-section__body ol,
.Section-Privacidade .togov-privacy-section__body ul {
  margin: 0.5rem 0;
  padding-left: 1.35rem;
}

.Section-Privacidade .togov-privacy-section__body ol li {
  margin-bottom: 0.65rem;
}

.Section-Privacidade .togov-privacy-section__body table {
  width: 100%;
  margin: 0.75rem 0;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.Section-Privacidade .togov-privacy-section__body th,
.Section-Privacidade .togov-privacy-section__body td {
  padding: 0.65rem 0.75rem;
  border: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
  color: #334155 !important;
}

.Section-Privacidade .togov-privacy-section__body th {
  background: #f8fafc;
  color: #0f172a !important;
  font-weight: 600;
}

.Section-Privacidade-Cta.togov-privacy-cta {
  background: #fff;
  border-top: 1px solid #e2e8f0;
}

.Section-Privacidade-Cta .togov-privacy-cta__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 52rem;
  margin: 0 auto;
  padding: 1.5rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: linear-gradient(145deg, #f8fafc 0%, #fff 100%);
  box-shadow: 0 8px 32px rgb(15 23 42 / 0.05);
}

@media (min-width: 640px) {
  .Section-Privacidade-Cta .togov-privacy-cta__card {
    flex-direction: row;
    align-items: center;
    padding: 1.75rem 2rem;
  }
}

.Section-Privacidade-Cta .togov-privacy-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: rgb(0 89 219 / 0.1);
  color: #0059db;
}

.Section-Privacidade-Cta .togov-privacy-cta__text {
  flex: 1;
  min-width: 0;
}

.Section-Privacidade-Cta .togov-privacy-cta__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a !important;
}

.Section-Privacidade-Cta .togov-privacy-cta__lead {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #475569 !important;
}

.Section-Privacidade-Cta .togov-privacy-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.7rem 1.15rem;
  border-radius: 0.65rem;
  border: 1px solid rgb(0 89 219 / 0.25);
  background: #fff;
  color: #0059db !important;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
  .Section-Privacidade-Cta .togov-privacy-cta__btn:hover {
    background: #0059db;
    color: #fff !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Hero-Privacidade .togov-privacy-hero__nav-link,
  .Section-Privacidade .togov-privacy-toc__link,
  .Section-Privacidade-Cta .togov-privacy-cta__btn {
    transition: none;
  }
}

/* Prefeituras — grade de soluções ToGov */
.section-solucoes-togov[data-v-togov-pref-solucoes] {
  opacity: 1 !important;
}

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

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

@media (min-width: 1024px) {
  .togov-pref-solucoes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .togov-pref-solucoes-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.togov-pref-solucao-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgb(226 231 231);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  height: 100%;
}

.togov-pref-solucao-card:hover {
  border-color: rgb(0 89 219);
  box-shadow: 0 8px 24px rgb(61 160 218 / 0.15);
  transform: translateY(-2px);
}

.togov-pref-solucao-card .icon-box {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.25rem;
  background: rgb(223 234 251);
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.togov-pref-solucao-card:hover .icon-box {
  background: rgb(0 89 219);
  color: #fff !important;
}

.togov-pref-solucao-card__icon .togov-mega-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.togov-pref-solucao-card__title {
  margin: 0;
}

.togov-pref-solucao-card__desc {
  margin: 0;
  flex-grow: 1;
  line-height: 1.55;
}

.togov-pref-solucao-card__cta {
  margin-top: auto;
}

.section-solucoes-togov .togov-pref-solucoes-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

@media (prefers-reduced-motion: reduce) {
  .togov-pref-solucao-card {
    transition: none;
  }

  .togov-pref-solucao-card:hover {
    transform: none;
  }
}

/* Prefeituras — fluxo digital (timeline hero) */
.togov-pref-fluxo {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.togov-pref-fluxo__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
}

.togov-pref-fluxo__visual-glow {
  position: absolute;
  inset: 8% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(61 160 218 / 0.22) 0%, transparent 70%);
  filter: blur(12px);
  pointer-events: none;
}

.togov-pref-fluxo__img-wrap {
  position: relative;
  width: min(100%, 36rem);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.togov-pref-fluxo__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.25rem;
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  pointer-events: none;
}

.togov-pref-fluxo__img.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.togov-pref-fluxo-timeline {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 0.25rem 0 0.5rem;
}

.togov-pref-fluxo-timeline__rail {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(128 172 237 / 0.18);
}

.togov-pref-fluxo-timeline__rail-fill {
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #3da0da 0%, #80aced 100%);
  box-shadow: 0 0 16px rgb(61 160 218 / 0.45);
  transition: width 0.45s ease, height 0.45s ease;
}

.togov-pref-fluxo-timeline__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 1.15rem;
  border: 1px solid rgb(128 172 237 / 0.28);
  background: rgb(255 255 255 / 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 8px 32px rgb(0 0 0 / 0.18),
    inset 0 1px 0 rgb(255 255 255 / 0.08);
  cursor: pointer;
  outline: none;
  text-align: left;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
  will-change: transform, opacity;
}

.togov-pref-fluxo-timeline__marker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.togov-pref-fluxo-timeline__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  height: 2.35rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #80aced;
  background: rgb(0 22 55 / 0.55);
  border: 1.5px solid rgb(128 172 237 / 0.45);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.togov-pref-fluxo-timeline__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
  color: #80aced;
  background: rgb(0 89 219 / 0.12);
  border: 1px solid rgb(128 172 237 / 0.2);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.togov-pref-fluxo-timeline__icon svg {
  width: 1.3rem;
  height: 1.3rem;
}

.togov-pref-fluxo-timeline__content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.togov-pref-fluxo-timeline__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.togov-pref-fluxo-timeline__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgb(200 210 220);
}

.togov-pref-fluxo-timeline__step.is-active {
  border-color: rgb(61 160 218 / 0.55);
  background: rgb(255 255 255 / 0.1);
  box-shadow:
    0 16px 40px rgb(0 0 0 / 0.22),
    0 0 28px rgb(61 160 218 / 0.12),
    inset 0 1px 0 rgb(255 255 255 / 0.12);
}

.togov-pref-fluxo-timeline__step.is-active .togov-pref-fluxo-timeline__badge {
  color: #001637;
  background: linear-gradient(135deg, #80aced 0%, #3da0da 100%);
  border-color: transparent;
  box-shadow: 0 6px 18px rgb(61 160 218 / 0.35);
}

.togov-pref-fluxo-timeline__step.is-active .togov-pref-fluxo-timeline__icon {
  color: #fff;
  background: rgb(0 89 219 / 0.85);
  border-color: transparent;
}

@media (max-width: 1023px) {
  .togov-pref-fluxo-timeline {
    grid-template-columns: 1fr;
    padding-left: 1.75rem;
  }

  .togov-pref-fluxo-timeline__rail {
    left: 0.55rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 3px;
  }

  .togov-pref-fluxo-timeline__rail-fill {
    width: 100%;
    height: 25%;
  }

  .togov-pref-fluxo-timeline__step::before {
    content: "";
    position: absolute;
    left: -1.3rem;
    top: 1.45rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: rgb(0 22 55);
    border: 2px solid rgb(128 172 237 / 0.55);
    box-shadow: 0 0 0 3px rgb(0 22 55 / 0.8);
    transition: border-color 0.25s ease, background-color 0.25s ease;
  }

  .togov-pref-fluxo-timeline__step.is-active::before {
    background: #3da0da;
    border-color: #80aced;
  }
}

@media (min-width: 1024px) {
  .togov-pref-fluxo {
    gap: 2.5rem;
  }

  .togov-pref-fluxo__visual {
    min-height: 320px;
  }

  .togov-pref-fluxo-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    padding-top: 0.75rem;
  }

  .togov-pref-fluxo-timeline__rail {
    top: 2.65rem;
    left: 8%;
    right: 8%;
    height: 3px;
  }

  .togov-pref-fluxo-timeline__rail-fill {
    width: 25%;
    height: 100%;
  }

  .togov-pref-fluxo-timeline__step {
    margin-top: 0;
    padding: 1rem 0.75rem 1.15rem;
    text-align: center;
    align-items: center;
    gap: 0.75rem;
  }

  .togov-pref-fluxo-timeline__marker {
    flex-direction: column;
    gap: 0.55rem;
    align-items: center;
    width: 100%;
  }

  .togov-pref-fluxo-timeline__content {
    align-items: center;
    width: 100%;
  }

  .togov-pref-fluxo-timeline__title {
    font-size: 0.95rem;
  }

  .togov-pref-fluxo-timeline__text {
    font-size: 0.8125rem;
  }
}

@media (hover: hover) {
  .togov-pref-fluxo-timeline__step:hover,
  .togov-pref-fluxo-timeline__step:focus-visible {
    transform: translateY(-4px);
    border-color: rgb(128 172 237 / 0.5);
    box-shadow:
      0 20px 44px rgb(0 0 0 / 0.24),
      0 0 32px rgb(61 160 218 / 0.1);
  }

  .togov-pref-fluxo-timeline__step:hover .togov-pref-fluxo-timeline__badge,
  .togov-pref-fluxo-timeline__step:focus-visible .togov-pref-fluxo-timeline__badge {
    transform: scale(1.06);
    border-color: rgb(128 172 237 / 0.65);
  }

  .togov-pref-fluxo-timeline__step:hover .togov-pref-fluxo-timeline__icon,
  .togov-pref-fluxo-timeline__step:focus-visible .togov-pref-fluxo-timeline__icon {
    transform: scale(1.05);
    background: rgb(0 89 219 / 0.2);
  }
}

.togov-pref-fluxo-card.is-revealed {
  animation: none;
}

@media (prefers-reduced-motion: no-preference) {
  .togov-pref-fluxo-card:not(.is-revealed) {
    opacity: 0;
    transform: translateY(16px);
  }

  .togov-pref-fluxo-card.is-revealed {
    animation: togov-pref-fluxo-reveal 0.55s ease forwards;
  }

  .togov-pref-fluxo__img {
    transition: none;
  }

  .togov-pref-fluxo__img.is-active {
    transition:
      opacity 0.45s ease,
      transform 0.45s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  .togov-pref-fluxo-timeline__rail-fill,
  .togov-pref-fluxo__img {
    transition: none;
  }

  .togov-pref-fluxo-card:not(.is-revealed) {
    opacity: 0;
  }

  .togov-pref-fluxo-card.is-revealed {
    opacity: 1;
    transform: none;
  }

  .togov-pref-fluxo__img {
    opacity: 0;
    transform: none;
  }

  .togov-pref-fluxo__img.is-active {
    opacity: 1;
  }
}

@keyframes togov-pref-fluxo-reveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
