  :root {
    --bg: #0b1220;
    --card: #0f172a;
    --muted: #ffffff;
    --text: #f5f5f5;
    --brand: #10b981;
    --shadow: 0 10px 30px rgba(255, 255, 255, 0.25);
    --grad: #3f8e5d;
    font-family: "Anek Telugu", sans-serif;


  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Anek Telugu', sans-serif;
  }


  * {
    font-family: var(--font-family, "Anek Telugu"), sans-serif;
  }

  html {
    scroll-behavior: smooth;
    font-family: "Anek Telugu", sans-serif !important;
  }

  h1 {
    font-family: "Anek Telugu", sans-serif !important;
    font-weight: 400 !important;
  }

  body {
    margin: 0;
    font-family: "Anek Telugu", sans-serif !important;
    background:
      radial-gradient(1200px 600px at 10% -10%, rgba(16, 185, 129, .15), transparent 60%),
      radial-gradient(1200px 600px at 110% 10%, rgba(6, 182, 212, .15), transparent 60%),
      var(--bg);
    color: var(--text);
  }

  a {
    color: inherit;
    text-decoration: none;
    font-family: "Anek Telugu", sans-serif !important;
  }

  img {
    max-width: 100%;
    display: block;

  }

  .container {
    width: min(1200px, 92%);
    margin-inline: auto;
  }

  .hero-buttons {
    position: flex;
    bottom: 100px;
    left: 65px;
    right: auto;
    display: flex;
    gap: 12px;
  }

  .btn:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 28px rgba(255, 255, 255, 0.219);
  }

  .btn.primary {
    background: #3f8e5d;
    border-color: transparent;
  }

  header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(11, 18, 32, .6);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(148, 163, 184, .12);
  }

  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }

  .left-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .logo {
    display: flex;
    align-items: center;
    gap: .75rem;
  }

  .logo-badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #3f8e5d;
    ;
    display: grid;
    place-items: center;
    font-weight: 800;
  }

  .menu {
    display: flex;
    gap: 1.25rem;
    align-items: center;
  }

  .menu a {
    color: #cbd5e1;
    font-weight: 500;
  }

  .menu a:hover {
    color: #fff;
  }

  .hamb {
    display: none;
  }

  .lang-switch {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 12px;
  }

  .lang-btn {
    width: 36px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .06);
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .03);
    cursor: pointer;
    padding: 2px;
    transition: transform .12s, box-shadow .12s;
  }

  .lang-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
  }

  .lang-btn.active {
    box-shadow: #fff;
    transform: translateY(-2px);
  }

  .lang-btn:focus {
    outline: 2px solid rgba(255, 255, 255, .12);
    outline-offset: 2px;
  }

  .hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgba(11, 18, 32, 1) 0%, rgba(152, 190, 114, 0) 51%, rgba(11, 18, 32, 1) 100%);


  }

  .hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
  }

  .hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }


  .hero-content {
    position: relative;
    height: 100vh;
    width: 100%;
  }

  .hero-text {
    position: absolute;
    top: 130px;
    left: 65px;
    max-width: 700px;
    width: 100%;

  }

  .hero-text h1 {
    font-size: clamp(3rem, 5vw, 3.5rem);
    line-height: 1.2;
    font-weight: 20px;
    max-width: 900px;
  }


  .hero-buttons {
    position: absolute;
    bottom: 50px;
    right: 100px;
    display: flex;
    gap: 12px;
  }


  .kpis {
    position: absolute !important;
    bottom: 95px !important;
    right: 70px !important;
    left: auto !important;
    transform: none !important;
    display: grid !important;

    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 368px;
    height: 165px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: left;
    flex-direction: unset !important;
    justify-content: unset !important;
  }


  .kpi {
    background: #3f8e5d50;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(63, 142, 93, 0);
    border-radius: 14px;
    padding: 18px 24px;
    text-align: left;
  }

  .kpi b {
    font-size: 9.5rem;
    line-height: 1.1;
    font-weight: 600;
  }

  .kpi b#k1,
  .kpi b#k2 {
    font-size: 1.9rem;
    line-height: 1.1;
    font-weight: 400;
  }

  .kpi b[data-i18n="kpi_cobertura_value"],
  .kpi b[data-i18n="kpi_segmento_value"] {
    font-size: 1.9rem;
    /* Tamanho MENOR para "BRASIL" e "OPME" */
  }

  .hero-text .substi {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 560px;
    font-weight: 300;

  }

  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(11, 18, 32, .35), rgba(11, 18, 32, .55) 60%, rgba(11, 18, 32, .75));
  }

  .hero .grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: center;
    padding: 64px 0 32px;
  }

  .hero p {
    color: var(--muted);
    font-size: 1.9rem;
  }


  .floating {
    position: absolute;
    inset: auto -32px -32px auto;
    background: #0b1328;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 16px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow);
    animation: float 6s ease-in-out infinite;
  }

  @keyframes float {

    0%,
    100% {
      transform: translateY(0)
    }

    50% {
      transform: translateY(-7px)
    }
  }

  /* Sections */
  section {
    padding: 72px 0;
  }

  h2 {
    font-size: clamp(1.6rem, 1.6rem + 1.4vw, 2.6rem);
    margin: 0 0 10px;
    font-family: "Anek Telugu", sans-serif;
  }

  .sub {
    color: var(--muted);
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
    font-size: 1.4rem;
    font-family: "Anek Telugu", sans-serif;
  }

  .card {
    grid-column: span 6;
    border: 1px solid rgba(148, 163, 184, .16);
    background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
    border-radius: var(--radius);
    padding: 44px;
    transition: .35s;
    position: relative;
  }


  .card .title {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-weight: 700;
  }

  .card p {
    color: var(--muted);
    margin: .35rem 0 0;
  }

  .kpi {
    backdrop-filter: blur(5px);
    border: 1px solid rgba(63, 142, 93, 0);
    border-radius: 14px;
    padding: 18px 24px;
    text-align: left;
    transition: background-color 0.3s ease;
  }

  .kpi.kpi-top {
   
    background: #3f8e5d4d;
  }


  .kpi.kpi-bottom {
    background: #3f8e5dB3;
  }

  /* Opcional: Efeito de hover */
  .kpi:hover {
    background: #3f8e5dD0;

  }



  .kpi b {
    font-size: 1.6rem;
  }

  .timeline {
    position: relative;
    margin-top: 26px;
    border-left: 2px dashed rgba(148, 163, 184, .25);
    padding-left: 18px;
  }

  .timeline .item {
    margin: 18px 0;
  }

  .timeline .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3f8e5d;
    position: absolute;
    left: -7px;
    margin-top: 6px;
  }

  .gallery {
    columns: 3 280px;
    column-gap: 16px;
  }

  .gallery img {
    break-inside: avoid;
    border-radius: 14px;
    margin: 0 0 16px;
    border: 1px solid rgba(148, 163, 184, .16);
  }

  .cta {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 22px;
    align-items: center;
    border: 1px solid rgba(16, 185, 129, .35);
    background: linear-gradient(135deg, rgba(16, 185, 129, .12), rgba(6, 182, 212, .12));
    padding: 28px;
    border-radius: 20px;
  }

  footer {
    border-top: 1px solid rgba(255, 255, 255, 0);
    padding: 36px 0;
    color: #ffffff;
  }

  /* Animations on scroll */
  .reveal {
    opacity: 0;
    transform: translateY(14px);
    filter: saturate(.8);
  }

  .reveal.show {
    opacity: 1;
    transform: none;
    transition: .7s ease;
    filter: saturate(1);
  }

  /* Responsive */
  @media (max-width:960px) {
    .hero .grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .hero-card img {
      height: 320px;
    }

    .cta {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width:840px) {
    .menu {
      display: none;
    }

    .hamb {
      display: inline-flex;
    }

    .card {
      grid-column: span 12;
    }

    .kpis {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .floating {
      animation: none;
    }

    .hero-bg video {
      animation: none;
    }
  }

  #custom-carousel2 {
    position: relative;
    width: 1800px;
    max-width: 98%;
    height: 600px;
    margin: 50px auto;
    overflow: hidden;
  }

  #custom-carousel2 .custom-carousel2-track {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
  }

  #custom-carousel2 .custom-carousel2-slide {
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    height: 100%;
    transform: translateX(-50%);
    transition: all 0.8s ease;
    opacity: 0;
    pointer-events: none;
    border-radius: 12px;
    overflow: hidden;
  }

  #custom-carousel2 .custom-carousel2-slide video,
  #custom-carousel2 .custom-carousel2-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #custom-carousel2 .custom-carousel2-slide.active {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    z-index: 3;
    filter: none;
    pointer-events: auto;
  }

  #custom-carousel2 .custom-carousel2-slide.prev {
    opacity: 1;
    transform: translateX(-85%) scale(0.8);
    filter: blur(4px) brightness(0.7);
    z-index: 2;
  }

  #custom-carousel2 .custom-carousel2-slide.next {
    opacity: 1;
    transform: translateX(-15%) scale(0.8);
    filter: blur(4px) brightness(0.7);
    z-index: 2;
  }


  #custom-carousel2 .custom-carousel2-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
    color: white;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
    height: 120px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
  }

  #custom-carousel2 .caption-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #custom-carousel2 .caption-header h3 {
    margin: 0;
    font-size: 1.8rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

  #custom-carousel2 .caption-arrow {
    font-size: 1.5rem;
    transition: opacity 0.3s ease;
  }

  #custom-carousel2 .custom-carousel2-caption p {
    margin: 15px 0 0 0;
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
  }

  #custom-carousel2 .custom-carousel2-slide:hover .custom-carousel2-caption {
    height: 50%;
    background: rgba(0, 0, 0, 0.75);
  }

  #custom-carousel2 .custom-carousel2-slide:hover .caption-arrow {
    opacity: 0;
  }

  #custom-carousel2 .custom-carousel2-slide:hover .custom-carousel2-caption p {
    opacity: 1;
    transform: translateY(0);
  }


  #custom-carousel2 .custom-carousel2-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 6;
    transition: background 0.3s;
  }

  #custom-carousel2 .caption-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    font-size: 1.5rem;
    transition: opacity 0.3s ease, bottom 0.5s ease-in-out;
    opacity: 0.5;
  }

  #custom-carousel2 .custom-carousel2-arrow:hover {
    background: rgba(255, 255, 255, 0);
  }

  #custom-carousel2 .custom-carousel2-arrow.prev {
    left: 20px;
  }

  #custom-carousel2 .custom-carousel2-arrow.next {
    right: 20px;
  }

  #custom-carousel2 .custom-carousel2-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 5;
  }

  #custom-carousel2 .custom-carousel2-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid white;
    background: rgba(255, 255, 255, 0);
    cursor: default;
    transition: background 0.3s;
    padding: 0;
  }

  #custom-carousel2 .custom-carousel2-indicators button.active {
    background: white;
  }

  .secao-com-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

  .video-fundo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
  }

  .secao-com-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.877) 83%);
    z-index: 0;
  }

  .conteudo {
    position: flex;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 20px;
  }

  #angiodroid .conteudo {
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hero-angiored {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  gap: 20px;
}

.hero-angiored .texto {
  flex: 1;
  text-align: left;
  z-index: 2;
  margin-top: 0;
  max-width: 600px;
  flex-shrink: 0; 
}

.hero-angiored h1 {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 15px;
}

.hero-angiored h2 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  opacity: 0.9;
}

.container.angiodroid-image-container {
  flex: 1.5; 
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(-10%);
  width: auto !important;  
  max-width: none !important;   
  padding: 0;
  overflow: visible;
  flex-shrink: 0;
  min-width: 600px; 
}

.angiodroid-image-container img {
  width: 100%;
  
  max-width: 1400px;
  
  height: auto;
  max-height: 85vh; 
  object-fit: contain;
  display: block;
}
@media (max-width: 960px) {
  .hero-angiored {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .hero-angiored .texto {
    text-align: center;
    order: 1;
    margin-bottom: 20px;
  }

  .container.angiodroid-image-container {
    order: 2;
    width: 100%;
    min-width: auto; 
  }

  .hero-angiored .botoes {
    display: flex;
    justify-content: center;
  }
}

  .btn-primario {
    background: #3f8e5d;
    color: #fff;
  }

  .btn-primario:hover {
    background: #3f8e5d;
  }

  .btn-secundario {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
  }

  .btn-secundario:hover {
    background: #fff;
    color: #000;
  }



  .secao-colorida {
    background-color: #0b1220;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: white;
    text-align: center;

  }

  .tituloct {
    align-items: center;
    text-align: center;
    font-size: 3.1rem;
    font-family: "Anek Telugu", sans-serif !important;
  }

  /************************************************************/
  /* CSS DA SEÇÃO DE GOVERNANÇA (AJUSTE FINO) */
  /************************************************************/

  .secao-governança {
    --arrow-width: 38px;

    --row1-offset-x: 20px;
    --row2-offset-x: -30px;

    background-color: #0F172A;
    width: 100%;
    min-height: 120vh;
    padding: 90px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }

  /* =================================================== */
  /* DESLOCAMENTO HORIZONTAL DAS FILEIRAS DE GOVERNANÇA
  /* =================================================== */

  .secao-governança .governance-row:first-child {
    transform: translateX(var(--row1-offset-x));
    transition: transform 0.4s ease;
  }

  .secao-governança .governance-row:nth-child(2) {
    transform: translateX(var(--row2-offset-x));
    transition: transform 0.4s ease;
  }

  .titulo-governança {
    color: #f5f5ff;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
  }

  .governance-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 30px;

  }

  .governance-row {
    display: flex;
    width: 100%;
  }

 .governance-card {
    position: relative;
    height: 240px;
    cursor: pointer;
    flex-basis: 25%;
    flex-grow: 1;
    transition: flex-basis 0.6s cubic-bezier(0.25, 1, 0.5, 1),
      min-width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;

    /* --- CORREÇÃO PARA IOS (ATUALIZADA) --- */
    /* O linear-gradient faz o mesmo papel da máscara, mas sem dar erro no VS Code */
    -webkit-mask-image: linear-gradient(to bottom, black, black);
    mask-image: linear-gradient(to bottom, black, black);
    
    transform: translateZ(0); /* Força a GPU a renderizar o container */
    z-index: 1; 
} 

  .governance-card:not(:first-child) {
    margin-left: calc(-1 * var(--arrow-width));
  }

  /* --- TÍTULO CRIATIVO E PEQUENO (COM LINHA) --- */

  .title-container-line {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: 90%;
    margin: 0 0 30px 155px;
    padding: 0 0px;
    color: #f5f5f5;
  }

  /* --- Alinhamento específico para o título do MAPA --- */
  .map-module aside .title-container-line {

    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 30px 0;
  }

  .title-container-line h2 {
    font-family: "Anek Telugu", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
  }

  .title-container-line .title-icon {
    width: 10px;
    height: 10px;
    background: #10b981;
    transform: rotate(45deg);
    flex-shrink: 0;
  }

  .title-container-line .line-fill {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }

  /* O pseudo-elemento que cria a forma de seta */
  .governance-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--card-color, #1E9E84);
    transition: all 0.4s ease;
  }

  .governance-card.right-arrow::before {
    clip-path: polygon(0% 0%,
        calc(100% - var(--arrow-width)) 0%,
        100% 50%,
        calc(100% - var(--arrow-width)) 100%,
        0% 100%,
        var(--arrow-width) 50%);
  }

  .governance-card.left-arrow::before {
    clip-path: polygon(var(--arrow-width) 0%,
        100% 0%,
        calc(100% - var(--arrow-width)) 50%,
        100% 100%,
        var(--arrow-width) 100%,
        0% 50%);
  }

  .governance-card-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  .card-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    white-space: normal;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-align: center;
    width: 100%;
    padding: 0 10px;
  }

  .governance-icon {
    height: 42px;
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 5;
    transition: transform 0.3s ease;

    /* --- CORREÇÃO PARA O ÍCONE NÃO SUMIR --- */
    /* Traz o ícone um pixel para frente no eixo 3D, evitando que o Safari o esconda */
    transform: translateZ(1px);
}

  .governance-card.titulo-longo .card-head h3 {
    text-align: center;

    margin-top: -5px;
  }

  /* Alvo: Último card da PRIMEIRA fileira (Qualidade, Processos & Auditoria) */
  .governance-row:first-child .governance-card:last-child .card-head h3,

  /* Alvo: Primeiro card da SEGUNDA fileira (Infraestrutura & Logística Segura) */
  .governance-row:nth-child(2) .governance-card:first-child .card-head h3,

  /* Alvo: Último card da SEGUNDA fileira (Parceiros & Rede de Valor) */
  .governance-row:nth-child(2) .governance-card:last-child .card-head h3 {
    text-align: center;
  }



  .card-head h3 {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    max-width: 200px;
    transition: opacity 0.3s ease;
    /* Para o texto sumir suavemente */
  }


  .card-body {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out 0.1s;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .card-body p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
    white-space: normal;
    max-width: 70%;
    text-align: left;
  }

  /* --- EFEITO DE EXPANSÃO TOTAL --- */
  /* --- EFEITO DE EXPANSÃO TOTAL --- */

  /* 1. Encolhe os cards INATIVOS */
  .governance-row:hover .governance-card:not(:hover) {
    flex-basis: 15%;
    min-width: 0;
  }

  /* 2. FAZ O CONTEÚDO (ÍCONE + TÍTULO) DOS CARDS INATIVOS SUMIR */
  .governance-row:hover .governance-card:not(:hover) .card-head {
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  /* 3. Expande o card ATIVO */
  .governance-card:hover {
    flex-basis: 100%;
  }

  .governance-card:hover {
    flex-basis: 100%;
  }

  .governance-card:hover .card-head {
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .governance-card:hover .card-body {
    opacity: 1;
    overflow-y: hidden; 
}



  @media (max-width: 1200px) {
    .secao-governança {
      padding: 60px 20px;
    }

    .governance-row {
      flex-wrap: wrap;
    }

    .governance-card {
      flex-basis: 50%;
    }

    governance-row:hover .governance-card:not(:hover) {
      flex-basis: 15%;
      min-width: 0;
    }

    .governance-row:hover .governance-card:not(:hover) .card-head {
      opacity: 0;
    }
  }

  @media (max-width: 768px) {
    .governance-row {
      flex-direction: column;
    }

    .governance-card,
    .governance-row:hover .governance-card:not(:hover),
    .governance-card:hover {
      flex-basis: 90px;
      min-width: 100%;
      margin-left: 0 !important;
    }

    .governance-card:hover .card-head {
      opacity: 1;
    }

    .governance-card:hover .card-body {
      opacity: 0;
    }
  }


  .governance-card.right-arrow.first-in-row::before {
    clip-path: polygon(0% 0%,
        calc(100% - var(--arrow-width)) 0%,
        100% 50%,
        calc(100% - var(--arrow-width)) 100%,
        0% 100%);
  }

  .governance-card.right-arrow.last-in-row::before {
    clip-path: polygon(0% 0%,
        100% 0%,
        100% 100%,
        0% 100%,
        var(--arrow-width) 50%);
  }

  .governance-card.left-arrow.first-in-row::before {
    clip-path: polygon(0% 0%,
        100% 0%,
        calc(100% - var(--arrow-width)) 50%,
        100% 100%,
        0% 100%);
  }

  .governance-card.left-arrow.last-in-row::before {
    clip-path: polygon(var(--arrow-width) 0%,
        100% 0%,
        100% 100%,
        var(--arrow-width) 100%,
        0% 50%);
  }



  .custom-carousel2-slide video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 12px;
    display: block;

  }

  #btnOuvidoria {
    background: #3f8e5d;
    color: #0f172a;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
    color: #fff;
  }

  #btnOuvidoria:hover {
    background: #3f8e5d;
  }

  .btn {
    display: inline-block;
    background-color: #3f8e5d;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .map-module {
    --stroke: #D9D9D9;
    --state: #636363;
    --state-highlight: #B5B5B5;
    --hover: #ffffff;
    --text: #e6eefc;
    --muted: #ffffff;
    --glow: #ffffff;
    --accent: #5fd1ff;
    display: block;
    font-family: "Anek Telugu", sans-serif !important;
    color: var(--text);

  }

  .map-module * {
    box-sizing: border-box;
  }

  .map-module .wrap {
    max-width: 1800px;
    margin: clamp(12px, 4vw, 10px) auto;
    padding: clamp(6px, 3vw, 28px);
  }


  .map-module .layout {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: clamp(12px, 3vw, 24px);
  }

  @media (max-width:880px) {
    .map-module .layout {
      grid-template-columns: 1fr;
    }

    .map-module aside {
      order: -1;
    }
  }

  .map-module aside {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 24px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .map-module .info {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: .28s;
    font-size: 32px;
    margin: auto 0;
  }

  .map-module .info.enter {
    transform: translateX(8px);
    opacity: 0;
  }

  .map-module .info.show {
    transform: none;
    opacity: 1;
  }

  .map-module .region {
    font-weight: 600;
    font-size: 13px;
    color: var(--accent);
    letter-spacing: .3px;
  }


  .map-module .state-name {
    font-size: clamp(12px, 3.9vw, 40px);
    font-weight: 700;
  }

  .map-module .desc {
    color: var(--muted);
    line-height: 1.45;
    font-size: 22px;
    margin-top: 5px;
  }

  /* --- NOVOS ESTILOS ADICIONADOS --- */

  .map-module .state-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
  }

  .map-module .state-flag {
    width: 100px;
    height: auto;
    border-radius: 8px;
    border: none;
    object-fit: cover;
  }

  .map-module .state-title .state-name {
    font-size: 30px;
    line-height: 1.1;
  }

  .map-module .state-title .state-capital {
    font-size: 16px;
    color: var(--muted);
    font-weight: 400;
  }

  .map-module .state-details {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .map-module .detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    color: var(--muted);
  }

  .map-module .icon {
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }


  /* --- FIM DOS NOVOS ESTILOS --- */

  .map-module .map-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 18px;
    overflow: visible;
    border-radius: 12px;

  }

  .map-module .icon {
    width: 48px;
    height: 48px;
    object-fit: contain;

  }

  .map-module svg {
    width: 100%;
    height: auto;
    display: block;
    max-height: 90vh;
    filter: drop-shadow(0 0 12px #00000055);
  }

  .map-module .state {
    fill: var(--state);
    stroke: var(--stroke);
    stroke-width: .8;
    transition: fill .25s ease, filter .25s ease;
  }

  .map-module .state:is(:hover, .active) {
    fill: var(--hover) !important;
    filter: drop-shadow(0 0 12px var(--glow));
    cursor: pointer;
  }

  .map-module .state[data-destaque="true"] {
    fill: var(--state-highlight);
  }

  .map-module .pin {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #d93025;
    border-radius: 50% 50% 50% 0;
    transform-origin: 50% 100%;
    transition: .28s ease;
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    transform: translate(-100%, -50%) rotate(45deg);
    opacity: 0;
  }

  .map-module .pin::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  .map-module .pin.show {
    transform: translate(-50%, -100%) rotate(-45deg);
    opacity: 1;
  }

  .map-module .footer-note {
    margin-top: 12px;
    font-size: 13px;
    color: var(--muted);
  }

  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(10px);
    z-index: 1000;
    font-family: "Anek Telugu", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 54px;

  }

  .lang-switch {
    display: flex;
    gap: 8px;
  }

  .lang-btn {
    background: none;
    border: none;
    cursor: pointer;
  }

  .logo-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo-img {
    height: 68px;
  }

  .menu-toggle {

    background: transparent;
    border: none;
    padding: 0;

    width: 20px;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    width: 100%;
  }

  /* Menu lateral */
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 240px;
    height: 100vh;
    background: #0f172a;
    display: flex;
    flex-direction: column;
    padding: 80px 20px;
    gap: 20px;
    transition: right 0.3s ease;
    text-transform: lowercase;
  }

  .mobile-menu a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.2s;
  }

  .mobile-menu a:hover {
    color: #5fd1ff;
  }

  .mobile-menu.active {
    right: 0;
  }

  h1 {
    font-size: 3em;
    line-height: 1.1;
    color: white;
  }


  .destaque-verde {
    position: relative;
    color: #3f8e5d;
    background-color: transparent;
    white-space: nowrap;
  }

  .destaque-verde::before {
    content: '';
    position: absolute;
    z-index: -1;

    width: 105%;
    height: 50%;
    left: -3.0%;
    top: 50%;
    transform: translateY(-70%);
    background-color: rgba(255, 255, 255, 0.521);
    border-radius: 4px;
  }

  .destaque-cinza {
    position: relative;
    color: #3f8e5d;
    background-color: transparent;
    white-space: nowrap;
  }

  .destaque-cinza::before {
    content: '';
    position: absolute;
    z-index: -1;

    width: 105%;
    height: 50%;
    left: -3.0%;
    top: 50%;
    transform: translateY(-70%);

    background-color: rgba(255, 255, 255, 0.178);
    border-radius: 4px;
  }


  .destaque-a {
    font-size: 2.0rem;
  }

  h2 {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 700px;
    font-weight: 300;
    font-family: "Anek Telugu", sans-serif;

  }

  h1 {
    font-family: "Anek Telugu", sans-serif;

  }

  p {
    font-family: "Anek Telugu", sans-serif;
  }

  html {
    font-family: "Anek Telugu", sans-serif;
  }

  section {
    margin: 2;
    padding: 0;
  }

  #contato .centra {
    font-size: clamp(2.2rem, 5vw, 3.5rem);

    font-weight: 500;

    line-height: 1.2;

    margin-bottom: 1rem;

    color: #f5f5f5;

    max-width: 900px;

    margin-left: auto;

    margin-right: auto;

    padding-top: 50px;
  }

  #contato .sub {
    margin-top: 1rem;
  }


  .governance-card.right-arrow.last-in-row::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%);
  }

  .governance-card.left-arrow.first-in-row::before {
    clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
  }

  .governance-card.left-arrow.last-in-row::before {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  }

  .hero-angiored .botoes {
    margin-top: 7rem;
  }


  .modern-footer {
    position: relative;
    width: 100%;
    background-color: var(--bg, #0b1220);
    color: #fff;
    padding: 10px 20px 10px;
    font-family: "Anek Telugu", sans-serif;
    z-index: 50;
  }

  .footer-content-wrapper {
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 100px;
  }

  .footer-wave-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--card, #0f172a);
    z-index: 1;
    clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%, 0% 50%, 100% 0);
  }

  .modern-footer .footer-info-block,
  .modern-footer .footer-actions-block {
    position: relative;
    padding: 40px 50px 10px;
    z-index: 2;
  }

  .footer-brand-logo {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    color: var(--brand, #3f8e5d);
  }

  .company-address-details p {
    font-size: 1.1rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 0;
  }

  .footer-content-wrapper {
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer-actions-block {
    display: flex;
    flex-direction: row;
    align-items: flex-end;

    gap: 15px;
    padding-top: 0;
    text-align: right;
    flex-wrap: wrap;
  }

  .footer-actions-block .emails-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer-btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    min-width: unset;
  }

  .footer-btn.btn-action {
    background-color: #3f8e5d;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(63, 142, 93, 0.4);
  }

  .footer-btn.btn-action:hover {
    background-color: #55c782;
    transform: translateY(-2px);
  }

  .footer-btn.btn-email {
    /* Botões de Email */
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
  }

  .footer-btn.btn-email:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
  }
  
  

  .footer-copyright-line {
    position: relative;
    z-index: 2;
    max-width: 1700px;
    margin: 0 auto;
    text-align: left;
    padding-top: 10px;
    font-size: 0.1rem;
    color: rgba(255, 255, 255, 0.5);
  }

  @media (max-width: 900px) {
 
    .footer-btn {
      min-width: 90%;
      order: 2;
      align-items: center;
    }

    .footer-copyright-line {
      text-align: center;
      padding-top: 15px;

    }
  }

  .map-module .fonte-mapa {
    margin-top: 5px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .map-module .fonte-mapa small {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.2;
  }

 
  .map-module .detail-item div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  

  /* ======================================================= */
  /* === MEDIA QUERY MOBILE (768px) - FINAL === */
  /* ======================================================= */
  
  /* ======================================================= */
  /* === MEDIA QUERY MOBILE (768px) - FINAL === */
  /* ======================================================= */
  @media (max-width: 768px) {

    /* --- HEADER MOBILE --- */
    .header-container {
      padding: 15px 10px;
    }

    .logo-img {
      height: 37px;
    }

    /* --- HERO MOBILE --- */
    .hero {
      min-height: auto;
      padding-bottom: 30px;
    }

    .hero-content {
      position: relative;
      height: auto;
      display: flex;
      flex-direction: column;
      padding: 90px 20px 20px 20px;
    }

    .hero-text {
      position: static;
      text-align: left;
      max-width: 100%;
    }

    .hero-text h1 {
      font-size: 2.4rem;
      text-align: left;
    }

    .hero-text .substi {
      font-size: 1.1rem;
      max-width: 100%;
      text-align: left;
    }

    /* --- KPIS --- */
    .kpis {
      position: static !important;
      width: 100% !important;
      height: auto !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 10px !important;
      margin-top: 30px;
      order: 2;
    }

    .kpi {
      padding: 15px;
      text-align: center;
    }

    .kpi b {
      font-size: 1.1rem !important;
    }

    @media (max-width: 768px) {



    .hero-buttons {
        order: 3;
        position: static;
        margin-top: 20px;

        display: flex;
        flex-direction: row !important; 
        
        width: 100%;
        gap: 12px;
        justify-content: center;
    }

    .hero-buttons .btn {
        background-color: #3f8e5d !important; 
        color: #ffffff !important;            
        border: none !important;
        
        flex: 1;              
        width: auto !important; 
        min-width: 0;           
        
        padding: 14px 10px !important;
        font-size: 0.9rem !important; 
        font-weight: 600;
        border-radius: 8px;
        
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
}

    /* ============================================== */
    /* === CARROSSEL MOBILE (CORREÇÃO DO RETORNO) === */
    /* ============================================== */
    #custom-carousel2 {
      width: 100%;
      height: 500px;
    }

    #custom-carousel2 .custom-carousel2-slide {
      width: 100%;
      transition: all 0.3s ease;
    }

    #custom-carousel2 .custom-carousel2-slide.prev,
    #custom-carousel2 .custom-carousel2-slide.next {
      opacity: 0;
      pointer-events: none;
    }

    #custom-carousel2 .custom-carousel2-arrow {
      font-size: 1.5rem;
      padding: 8px;
    }

    #custom-carousel2 .custom-carousel2-caption {
      position: absolute;
      bottom: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: auto !important;
      max-height: 120px !important;
      padding: 20px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%) !important;
      transition: all 0.3s ease;
      z-index: 10;
      overflow: hidden !important;
    }

    #custom-carousel2 .caption-header {
      display: flex !important;
      opacity: 1 !important;
      visibility: visible !important;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }

    #custom-carousel2 .custom-carousel2-caption p {
      display: none !important;
      opacity: 0 !important;
    }

    #custom-carousel2 .custom-carousel2-slide.mobile-active .custom-carousel2-caption {
      height: 80% !important;
      max-height: none !important;
      background: rgba(0, 0, 0, 0.95) !important;
      overflow-y: auto !important;
      padding-top: 30px;
    }

    #custom-carousel2 .custom-carousel2-slide.mobile-active .caption-header {
      display: none !important;
      opacity: 0 !important;
    }

    #custom-carousel2 .custom-carousel2-slide.mobile-active .custom-carousel2-caption p {
      display: block !important;
      opacity: 1 !important;
      margin-top: 0;
      animation: fadeIn 0.4s ease forwards;
    }
  #custom-carousel2 .caption-arrow {
    position: static !important; 
    transform: none !important; 
    
    margin-bottom: 20px !important; 
    
    font-size: 1.4rem !important; 
    opacity: 0.8 !important;
  }

 
    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .title-container-line {
      margin: 0 0 30px 0;
      max-width: 100%;
      padding: 0 10px;
    }

    .title-container-line h2 {
      font-size: 1.2rem;
    }

    /* ================================================ */
    /* === SEÇÃO ANGIODROID (AJUSTADA) === */
    /* ================================================ */
    .secao-com-video {
      height: auto !important;
      padding: 40px 20px !important;
      min-height: auto !important;
      display: flex !important;
      flex-direction: column !important;
    }

    .hero-angiored {
      display: flex !important;
      flex-direction: column !important;
      padding: 0 !important;
      text-align: left
    }

    .hero-angiored .texto {
      order: 1 !important;
      position: static !important;
      width: 100% !important;
      margin: 0 0 20px 0 !important;
      text-align: left
    }

    .hero-angiored h1 {
      font-size: 2rem !important;
      line-height: 1.2 !important;
      margin-bottom: 10px !important;
    }

    .hero-angiored h2 {
      font-size: 1.2rem !important;
      line-height: 1.4 !important;
      font-weight: 300 !important;
      margin-bottom: 15px !important;
    }

    .hero-angiored .sub {
      justify-content: center !important;
    }

   
    .hero-angiored .botoes {
      order: 3 !important;
      position: static !important;
      margin-top: 0px !important;
      width: 100% !important;
      display: flex !important;
      justify-content: center !important;
    }

    .map-module .layout {
      grid-template-columns: 1fr;
      display: flex;
      flex-direction: column;
      gap: 25px;
    }
/* ================================================= */
/* === SOLUÇÃO DEFINITIVA ANGIODROID (SEM TRAVAS) === */
/* ================================================= */

/* 1. O PAI (CONTEUDO): AQUI ESTAVA O ERRO */
#angiodroid .conteudo {
  width: 100%;
  
  /* O ERRO ERA AQUI: Estava travado em 1400px. */
  /* Mudamos para 100% para usar a tela toda se precisar */
  max-width: 100% !important; 
  
  padding: 0 5%; /* Padding lateral para não colar na borda da tela */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}

/* 2. O CONTAINER FLEX */
.hero-angiored {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; /* Separa Texto e Imagem */
  
  /* Agora controlamos a largura máxima AQUI, bem maior */
  width: 100%;
  max-width: 1800px; /* Permite ficar bem largo em monitores grandes */
  margin: 0 auto; /* Centraliza na tela */
  
  gap: 20px;
  position: relative;
}

/* 3. O TEXTO */
.hero-angiored .texto {
  /* Trava o texto em 40% da largura disponível */
  flex: 0 0 40%; 
  text-align: left;
  z-index: 2;
  margin-top: 0;
}

/* Estilos de fonte do texto (mantidos) */
.hero-angiored .sub { display: flex; font-size: 1rem; letter-spacing: 1px; margin-bottom: 1rem; opacity: 0.9; }
.hero-angiored h1 { font-size: 3.2rem; line-height: 1.2; margin-bottom: 1rem; }
.hero-angiored p { font-size: 1.5rem; line-height: 2.0; margin-bottom: 2rem; opacity: 0.9; }
.hero-angiored .botoes { margin-top: 2rem; }


/* 4. A IMAGEM (FINALMENTE LIVRE) */
.angiodroid-image-container {
  /* A imagem ganha o resto do espaço (60% aprox) */
  flex: 1; 
  display: flex;
  justify-content: flex-end; /* Alinha a imagem à direita */
  align-items: center;
  position: relative;
  
  /* Removemos qualquer margem ou top negativo que bugava o layout */
  transform: none; 
  top: 0;
  
  /* Removemos qualquer trava de container anterior */
  width: auto;
  height: auto;
  padding: 0;
  overflow: visible;
}

.angiodroid-image-container img {
  width: 100%;
  max-width: 1200px; /* Pode aumentar se quiser mais gigante ainda */
  
  height: auto;
  max-height: 80vh; 
  
  object-fit: contain;
  display: block;
  
  min-width: 500px; 
}


/* --- MOBILE (CELULAR) --- */
/* Mantém o comportamento padrão no celular */
@media (max-width: 960px) {
  #angiodroid .conteudo {
    flex-direction: column;
    padding: 40px 20px;
    max-width: 100% !important;
  }

  .hero-angiored {
    flex-direction: column;
    justify-content: center;
    text-align: left;
    gap: 30px;
  }

  .hero-angiored .texto {
    flex: auto;
    width: 100%;
    text-align: left;
    order: 1;
    max-width: 100%;
  }
  
  .hero-angiored .sub { justify-content: center; }

  .angiodroid-image-container {
    order: 2;
    width: 100%;
    justify-content: center;
  }

  .angiodroid-image-container img {
    max-width: 100%;
    min-width: 0; 
    height: auto;
  }

  

  .hero-angiored .botoes {
    order: 3;
    display: flex;
    justify-content: left;
  }
}
    .map-module aside {
      display: contents;
    }

    .map-module .layout .title-container-line {
      order: 1;
      margin-bottom: 20px;
      width: 100%;
    }

    .map-module .map-card {
      display: contents;
    }

    .map-module #info {
      display: contents;
    }

    .map-module .shine {
      display: none;
    }

    .state-header {
      order: 2;
      width: 100%;
      display: flex;
      justify-content: flex-start !important;
      padding-left: 20px !important;
      margin-bottom: 15px;
    }

    .map-holder {
      order: 3;
      width: 100%;
      height: 500px;
      margin-bottom: 20px;
    }

    .map-holder svg {
      width: 100%;
      height: 100%;
    }

    .desc,
    .state-details,
    .fonte-mapa {
      order: 4;
      width: 100%;
      padding: 0 20px;
    }

    .state-details {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    /* Como deve ficar */
.pin {
    width: 15px !important;
    height: 15px !important;
    /* Adicionamos o rotate(-45deg) de volta e ajustamos o eixo Y para -100% para a ponta ficar no lugar certo */
    transform: translate(-50%, -100%) rotate(-45deg) !important; 
}

    .state-flag {
      width: 95px !important;
      height: auto !important;
      margin-right: 10px;
    }

    .state-name {
      font-size: 1.6rem !important;
      line-height: 1.1;
    }

    .state-capital {
      font-size: 0.85rem !important;
      opacity: 0.8;
      text-align: left !important;
    }

    .state-title {
      text-align: left !important;
      align-items: flex-start !important;
    }

    .desc {
      font-size: 1.3rem !important;
      margin-bottom: 10px;
    }

    .detail-item {
      font-size: 1.3rem !important;
      padding: 4px 0;
    }

    .detail-item .icon {
      width: 14px !important;
      height: 14px !important;
    }

    /* --- GOVERNANÇA --- */
    .secao-governança {
      padding: 10px 10px;
      min-height: auto;
      overflow: hidden;
    }

    .governance-container {
      gap: 10px;
    }

    .secao-governança .governance-row:first-child,
    .secao-governança .governance-row:nth-child(2) {
      transform: none !important;
    }

    .governance-row {
      flex-direction: column;
    }

  
  /* --- 1. CONFIGURAÇÃO GERAL DO CARD --- */
  .governance-card {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    height: auto !important;
    min-height: 140px; /* Altura mínima para caber o título centralizado */
    overflow: visible !important;
    flex-basis: auto !important;
    width: 100%;
    margin: 10px 0 !important;
    clip-path: none !important;
    border-radius: 14px;
  }

  .governance-card::before {
    clip-path: none !important;
    border-radius: 14px;
  }

  /* --- 2. O CONTEÚDO (A MÁGICA DO ALINHAMENTO) --- */
  .governance-card-content {
    display: flex !important;
    flex-direction: column !important;
    
    /* ESTADO FECHADO: Centraliza tudo no meio do card */
    justify-content: center !important; 
    align-items: center !important;
    
    height: 100% !important;
    min-height: 140px; /* Garante altura para centralizar */
    padding: 20px !important;
  }

  /* ESTADO ABERTO: Força o conteúdo para o TOPO */
  .governance-card.card-expanded .governance-card-content {
    justify-content: flex-start !important; /* Joga o texto para cima */
    height: auto !important;
  }

  /* --- 3. CABEÇALHO (TÍTULO E ÍCONE) --- */
  .card-head {
    display: flex !important;
    /* TRUQUE: Inverte a ordem (Título fica em cima, Imagem embaixo) */
    flex-direction: column-reverse !important; 
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 15px !important; /* Espaço entre título e ícone */
    width: 100%;
    
    /* Garante visibilidade */
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  /* Estilo do Título */
  .card-head h3 {
    font-size: 1.2rem !important; /* Título maior */
    line-height: 1.3 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  /* Estilo do Ícone */
  .governance-icon {
    height: 42px !important;
    width: auto !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* --- 4. QUANDO ABERTO (TEXTO) --- */
  
  /* Esconde o cabeçalho quando abre (opcional, se quiser manter o titulo, apague isso) */
  .governance-card.card-expanded .card-head {
    display: none !important; /* Remove título/ícone para dar lugar ao texto */
  }

  /* Corpo do Texto */
  .governance-card.card-expanded .card-body {
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    padding: 0 !important;
    display: block !important;
    pointer-events: auto !important;
  }

  .pin::after {
        width: 6px !important;  /* Era 10px no desktop, aqui baixamos para 6px */
        height: 6px !important;
    }


  .governance-card.card-expanded .card-body p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    
    /* AQUI ESTÁ O ALINHAMENTO DO TEXTO */
    text-align: left !important; 
    
    color: rgba(255, 255, 255, 0.95) !important;
    margin: 0 !important;
    
    
  }
  
}





  /* =================================================== */
  /* === FIM DAS REGRAS PARA CELULAR === */
  /* =================================================== */


  /* ============================================= */
  /* === NOVAS REGRAS PARA TAMANHO INDIVIDUAL === */
  /* ============================================= */

  /* --- Card 1: Sustentabilidade --- */
  #icon-sustentabilidade {
    height: 67px;
    width: auto;
  }

  /* --- Card 2: Governança --- */
  #icon-governanca {
    height: 67px;
    width: auto;
  }

  /* --- Card 3: Regulatório --- */
  #icon-regulatorio {
    height: 67px;
    width: auto;
  }

  /* --- Card 4: Qualidade --- */
  #icon-qualidade {
    height: 67px;
    width: auto;
  }

  /* --- Card 5: Infraestrutura --- */
  #icon-infraestrutura {
    height: 67px;
    width: auto;
  }

  /* --- Card 6: Processos --- */
  #icon-processos {
    height: 67px;
    width: auto;
  }

  /* --- Card 7: Expertise --- */
  #icon-expertise {
    height: 67px;
    width: auto;
  }

  /* --- Card 8: Parceiros --- */
  #icon-parceiros {
    height: 67px;
    width: auto;
  }

  /* ================================================= */
/* === CORREÇÃO FINAL DO RODAPÉ GIGANTE === */
/* ================================================= */

footer.slide-item {
    height: auto !important;  
    min-height: auto !important;   
    flex: none !important;        
    
    justify-content: flex-end !important; 
    padding-top: 50px !important; 
}

.footer-wave-bg {
    height: 100% !important;
    position: absolute;
    bottom: 0;
}

.modern-footer {
    background-color: var(--bg, #0b1220); 
}

/* ================================================= */
/* === AJUSTE DE ESPAÇO DO CARROSSEL NO MOBILE === */
/* ================================================= */

@media (max-width: 960px) {
  
  section#sobre.slide-item {
    padding-top: 20px !important;    
    padding-bottom: 10px !important; 
    min-height: auto !important;   
    height: auto !important;
    display: flex;
    align-items: center;          
  }

  #custom-carousel2 {
    margin-top: 0 !important;    
    margin-bottom: 0 !important;
    
    height: 500px !important;      
  }
  

  .custom-carousel2-slide video,
  .custom-carousel2-slide img {
     height: 100% !important;
     object-fit: cover;
  }
}