/* V126 — refinamentos finais solicitados */

/* 1) Aproximar o início do conteúdo em todas as páginas internas */
.page-hero-premium + .section,
.about-message-carousel + .section,
.company-story-section,
.cloud-v74-section,
.clients-page-section,
.information-page--v67,
.support-downloads-clean--first,
.contact-premium{
  padding-top:44px !important;
}

/* 2) Aplicar o mesmo fundo azulado claro nas telas internas principais */
.company-story-section,
.cloud-v74-section,
.clients-page-section,
.information-page--v67,
.support-downloads-clean--first,
.contact-premium{
  background:linear-gradient(180deg,#eef4f8 0%,#f8fbfd 36%,#ffffff 100%) !important;
}

/* 3) Hero das páginas internas um pouco mais compacto e com respiro melhor */
.page-hero-premium,
.page-hero-premium--support,
.page-hero-premium--about{
  padding-bottom:24px !important;
}

/* 4) Clientes: cards mais estáveis e logos com melhor encaixe */
.client-showcase-grid--light{
  align-items:stretch;
}
.client-showcase-card--light{
  height:100%;
  grid-template-columns:250px minmax(0,1fr);
  align-items:stretch;
}
.client-showcase-card--light .client-showcase-logo{
  min-height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:26px;
}
.client-showcase-card--light .client-showcase-logo img{
  max-width:200px;
  max-height:138px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.client-showcase-card--light .client-showcase-content{
  justify-content:flex-start;
}
.client-showcase-card--light h2{
  overflow-wrap:anywhere;
}
.client-showcase-card--light p{
  flex:1 1 auto;
}

/* 5) Conteúdos: título de abertura mais limpo */
.information-intro h2{
  max-width:760px;
}

@media (max-width: 1100px){
  .page-hero-premium + .section,
  .about-message-carousel + .section,
  .company-story-section,
  .cloud-v74-section,
  .clients-page-section,
  .information-page--v67,
  .support-downloads-clean--first,
  .contact-premium{
    padding-top:38px !important;
  }
  .client-showcase-card--light{grid-template-columns:220px minmax(0,1fr)}
}

@media (max-width: 780px){
  .page-hero-premium + .section,
  .about-message-carousel + .section,
  .company-story-section,
  .cloud-v74-section,
  .clients-page-section,
  .information-page--v67,
  .support-downloads-clean--first,
  .contact-premium{
    padding-top:32px !important;
  }
}
