    /*! SKYMSEN ESG — ARQUIVO COMPLETO — INÍCIO */
/*
 * Estilos exclusivos do conteúdo principal esg.php
 * Este arquivo não contém regras para cabeçalho, rodapé ou troca de idioma.
 */
html {
  scroll-behavior: smooth;
}

#documentos {
  scroll-margin-top: 120px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
#conteudo {
  --vermelho: #cd1720;
  --vermelho-escuro: #a90e16;
  --texto: #151515;
  --largura-conteudo: 1177px;
  color: var(--texto);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#conteudo,
#conteudo *,
#conteudo *::before,
#conteudo *::after {
  box-sizing: border-box;
}

#conteudo img {
  display: block;
  max-width: 100%;
}

#conteudo a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

#conteudo .container {
  width: min(var(--largura-conteudo), calc(100% - 32px));
  margin-inline: auto;
}

/*
 * O Bootstrap 3 do site cria ::before e ::after em .container para aplicar
 * clearfix. Em contêineres com Grid, eles viram células invisíveis e deslocam
 * o conteúdo para outra coluna ou linha.
 */
#conteudo .intro-grid::before,
#conteudo .intro-grid::after,
#conteudo .commitment-inner::before,
#conteudo .commitment-inner::after {
  display: none;
  content: none;
}

#conteudo .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Banner principal */
#conteudo .hero-section {
  color: #fff;
  background: #020304;
}

#conteudo .hero-layout {
  width: 100%;
  aspect-ratio: 1918 / 445;
  display: grid;
  grid-template-columns: 47% 53%;
  overflow: hidden;
  background: #020304;
}

#conteudo .hero-copy {
  min-width: 0;
  padding: 4.58vw 2vw 3.85vw 9.18vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#conteudo .hero-kicker,
#conteudo .hero-copy h1,
#conteudo .hero-text,
#conteudo .hero-button {
  font-family: "Barlow Condensed", "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

#conteudo .hero-kicker {
  margin: 0;
  font-size: clamp(22px, 1.42vw, 28px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

#conteudo .hero-kicker strong {
  color: var(--vermelho);
  font-size: 1.17em;
  font-weight: 900;
}

#conteudo .hero-copy h1 {
  max-width: 36vw;
  margin: .5vw 0 1.15vw;
  font-size: clamp(42px, 3.08vw, 59px);
  line-height: .94;
  font-weight: 800;
  letter-spacing: -.018em;
}

#conteudo .hero-text {
  max-width: 36vw;
  margin: 0;
  font-size: clamp(15px, 1.04vw, 20px);
  line-height: 1.08;
  font-weight: 500;
}

#conteudo .hero-button {
  min-height: clamp(44px, 3.45vw, 66px);
  margin-top: 2.95vw;
  padding: 0 clamp(15px, 1.2vw, 23px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--vermelho);
  border-radius: clamp(6px, .47vw, 9px);
  font-size: clamp(17px, 1.18vw, 23px);
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}

#conteudo .hero-button:hover {
  background: var(--vermelho-escuro);
  transform: translateY(-1px);
}

#conteudo .hero-image {
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

#conteudo .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Elementos compartilhados entre as seções */
#conteudo .section-pad {
  padding: 74px 0;
}

#conteudo .section-heading {
  margin-bottom: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#conteudo .section-heading h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
}

#conteudo .section-heading > span {
  width: 240px;
  max-width: 72vw;
  height: 4px;
  margin-top: 16px;
  background: var(--vermelho);
  border-radius: 999px;
}

#conteudo .compact-heading {
  margin-bottom: 38px;
}

#conteudo .compact-heading small {
  margin-top: 10px;
  color: #777;
  font-size: 9px;
}

/* Apresentação */
#conteudo .intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

#conteudo .intro-card {
  min-height: 410px;
  padding: 44px 46px 38px;
  background: #efefef;
  border-radius: 18px;
  font-size: 16px;
  line-height: 1.16;
}

#conteudo .intro-card p {
  margin: 0 0 17px;
}

#conteudo .intro-card p:last-child {
  margin-bottom: 0;
}

#conteudo .video-card.video-embed {
  position: relative;
  width: 100%;
  min-height: 410px;
  aspect-ratio: 1.495 / 1;
  overflow: hidden;
  background: #000;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04);
}

#conteudo .video-card.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Pilares */
#conteudo .pillars-section {
  padding: 42px 0 34px;
}

#conteudo .pillars-section > .container {
  width: min(var(--largura-conteudo), calc(100% - 40px));
}

#conteudo .pillars-section .section-heading {
  margin-bottom: 38px;
}

#conteudo .pillars-section .section-heading h2 {
  font-family: "Geomanist", "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 29px;
  line-height: 1.15;
}

#conteudo .pillars-section .section-heading > span {
  width: 285px;
  height: 4px;
  margin-top: 10px;
}

#conteudo .pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

#conteudo .pillar-card {
  position: relative;
  padding-top: 51px;
  text-align: center;
}

#conteudo .pillar-symbol {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 22px;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  color: #111;
}

#conteudo .pillar-symbol img,
#conteudo .pillar-symbol svg {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

#conteudo .pillar-label {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 97px;
  right: 20px;
  min-height: 62px;
  padding: 7px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--vermelho);
  border-radius: 7px;
}

#conteudo .pillar-label h3 {
  margin: 0;
  font-family: "Geomanist", "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 21px;
  line-height: .98;
}

#conteudo .pillar-label p {
  margin: 2px 0 0;
  font-family: "Geomanist", "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

#conteudo .pillar-content {
  min-height: 294px;
  padding: 72px 28px 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #efefef;
  border-radius: 12px;
  font-size: 16.5px;
  line-height: 1.2;
}

#conteudo .pillar-content p {
  margin: 0 0 24px;
}

#conteudo .pillar-content p:last-child {
  margin-bottom: 0;
}

/* Números */
#conteudo .numbers-section {
  padding-top: 34px;
}

#conteudo .numbers-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

#conteudo .number-card {
  min-width: 0;
  min-height: 190px;
  padding: 20px 11px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  box-shadow: 0 4px 13px rgba(0, 0, 0, .035);
}

#conteudo .number-card img {
  width: 58px;
  height: 58px;
  margin-bottom: 9px;
  object-fit: contain;
}

#conteudo .number-card strong {
  display: block;
  font-size: 29px;
  line-height: .95;
  letter-spacing: -.8px;
  white-space: nowrap;
}

#conteudo .number-card p {
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 1.05;
  font-weight: 700;
}

/* Documentos */
#conteudo .documents-section {
  padding-top: 20px;
  padding-bottom: 49px;
}

#conteudo .document-actions {
  display: flex;
  justify-content: center;
  gap: 28px;
}

#conteudo .document-button {
  min-width: 355px;
  min-height: 70px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background: var(--vermelho);
  border-radius: 5px;
  font-size: 22px;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}

#conteudo .document-button:hover {
  background: var(--vermelho-escuro);
  transform: translateY(-2px);
}

#conteudo .download-icon {
  font-size: 29px;
  font-weight: 400;
  transform: translateY(-2px);
}

/* Compromisso */
#conteudo .commitment-section {
  padding: 27px 0;
  background: #f2f2f2;
}

#conteudo .commitment-inner {
  display: grid;
  grid-template-columns: 90px 528px 230px;
  align-items: center;
  justify-content: start;
  gap: 47px;
  padding-left: 60px;
}

#conteudo .commitment-icon {
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  background: var(--vermelho);
  border-radius: 14px;
}

#conteudo .commitment-icon img {
  width: 66px;
  max-height: 66px;
  object-fit: contain;
}

#conteudo .commitment-copy h2 {
  margin: 0 0 1px;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

#conteudo .commitment-copy p {
  margin: 0;
  font-size: 18px;
  line-height: .92;
}

#conteudo .commitment-logo {
  width: 230px;
  justify-self: start;
  transform: translateY(3px);
}

/* Faixa intermediária */
@media (min-width: 861px) and (max-width: 1100px) {
  #conteudo .hero-layout {
    height: clamp(335px, 39.2vw, 405px);
    aspect-ratio: auto;
    grid-template-columns: 75% 25%;
  }

  #conteudo .hero-copy {
    padding: clamp(52px, 6.3vw, 66px) 20px 42px clamp(72px, 11.25vw, 124px);
  }

  #conteudo .hero-kicker {
    font-size: clamp(25px, 3.15vw, 29px);
  }

  #conteudo .hero-copy h1 {
    max-width: 610px;
    margin: 10px 0 17px;
    font-size: clamp(40px, 5.05vw, 46px);
    line-height: .95;
  }

  #conteudo .hero-text {
    max-width: 550px;
    font-size: clamp(14px, 1.7vw, 16px);
    line-height: 1.15;
  }

  #conteudo .hero-button {
    min-height: 52px;
    margin-top: clamp(38px, 5vw, 48px);
    padding-inline: 14px;
    border-radius: 7px;
    font-size: clamp(17px, 2.15vw, 20px);
  }

  #conteudo .hero-image img {
    object-position: 41% center;
  }

  #conteudo .intro-grid {
    gap: 24px;
  }

  #conteudo .intro-card {
    padding: 32px;
    font-size: 14px;
  }

  #conteudo .pillar-content {
    padding-inline: 24px;
    font-size: 14px;
  }

  #conteudo .numbers-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #conteudo .number-card {
    min-height: 180px;
  }

  #conteudo .commitment-inner {
    grid-template-columns: 80px minmax(0, 1fr) 210px;
    gap: 28px;
    padding-left: 25px;
  }
}

/* Celulares e tablets pequenos */
@media (max-width: 860px) {
  #conteudo .container,
  #conteudo .pillars-section > .container {
    width: min(100% - 28px, 620px);
  }

  #conteudo .hero-layout {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
  }

  #conteudo .hero-copy {
    padding: 42px 24px 34px;
  }

  #conteudo .hero-kicker {
    font-size: 19px;
  }

  #conteudo .hero-copy h1 {
    max-width: none;
    margin: 8px 0 16px;
    font-size: clamp(34px, 10.5vw, 45px);
    line-height: .98;
  }

  #conteudo .hero-text {
    max-width: 540px;
    font-size: 15px;
    line-height: 1.35;
  }

  #conteudo .hero-button {
    min-height: 49px;
    margin-top: 27px;
    padding-inline: 18px;
    border-radius: 7px;
    font-size: 15px;
    white-space: normal;
    text-align: center;
  }

  #conteudo .hero-image {
    height: 250px;
  }

  #conteudo .hero-image img {
    object-position: 55% center;
  }

  #conteudo .section-pad,
  #conteudo .pillars-section {
    padding: 52px 0;
  }

  #conteudo .section-heading,
  #conteudo .pillars-section .section-heading {
    margin-bottom: 40px;
  }

  #conteudo .section-heading h2 {
    font-size: 23px;
  }

  #conteudo .section-heading > span {
    width: 180px;
    height: 3px;
    margin-top: 12px;
  }

  #conteudo .intro-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #conteudo .intro-card {
    min-height: auto;
    padding: 28px 24px;
    font-size: 15px;
    line-height: 1.35;
  }

  #conteudo .video-card.video-embed {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  #conteudo .pillars-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #conteudo .pillar-card {
    padding-top: 58px;
  }

  #conteudo .pillar-symbol {
    top: 0;
    left: 6px;
    width: 70px;
    height: 70px;
  }

  #conteudo .pillar-label {
    top: 20px;
    left: 72px;
    right: 16px;
    min-height: 58px;
  }

  #conteudo .pillar-label h3 {
    font-size: 19px;
  }

  #conteudo .pillar-label p {
    font-size: 12px;
  }

  #conteudo .pillar-content {
    min-height: auto;
    padding: 82px 24px 28px;
    font-size: 15px;
    line-height: 1.35;
  }

  #conteudo .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  #conteudo .number-card {
    min-height: 178px;
    padding-inline: 8px;
  }

  #conteudo .number-card strong {
    font-size: 25px;
  }

  #conteudo .number-card p {
    font-size: 9px;
  }

  #conteudo .document-actions {
    flex-direction: column;
    gap: 14px;
  }

  #conteudo .document-button {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    padding-inline: 18px;
    font-size: 17px;
  }

  #conteudo .commitment-section {
    padding: 30px 0;
  }

  #conteudo .commitment-inner {
    grid-template-columns: 68px 1fr;
    gap: 16px;
    padding-left: 0;
  }

  #conteudo .commitment-icon {
    width: 64px;
    height: 64px;
    border-radius: 11px;
  }

  #conteudo .commitment-icon img {
    width: 46px;
    max-height: 46px;
  }

  #conteudo .commitment-copy h2 {
    font-size: 22px;
  }

  #conteudo .commitment-copy p {
    font-size: 12px;
    line-height: 1.25;
  }

  #conteudo .commitment-copy br {
    display: none;
  }

  #conteudo .commitment-logo {
    grid-column: 1 / -1;
    width: 220px;
    margin-top: 14px;
    justify-self: center;
    transform: none;
  }
}

@media (max-width: 430px) {
  #conteudo .hero-copy {
    padding-inline: 20px;
  }

  #conteudo .hero-image {
    height: 220px;
  }
}

@media (max-width: 370px) {
  #conteudo .numbers-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  #conteudo *,
  #conteudo *::before,
  #conteudo *::after {
    transition: none !important;
  }
}

/*! SKYMSEN ESG — ARQUIVO COMPLETO — FIM */
