.sankhya-gestao-hero {
  width: 100%;
  height: 684px;
  background: linear-gradient(90deg, #BEC3C9, #EBEBEB);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.sankhya-header-main{
 background-colo: #F8F8F8;
}
.sankhya-gestao-hero__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sankhya-gestao-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sankhya-gestao-hero__title {
  width: 715px;
}

.sankhya-gestao-hero__title h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  color: #2E3C50;
  margin: 0;
}

.sankhya-gestao-hero__text {
  width: 590px;
  margin-top: 25px;
}

.sankhya-gestao-hero__text p {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #2E3C50;
  margin: 0;
}

.sankhya-gestao-hero__cta {
  margin-top: 40px;
}

.sankhya-gestao-hero__cta a {
  display: inline-block;
  background: #66CB66;
  border: 1px solid #66CB66;
  border-radius: 4px;
  padding: 16px 24px;
  color: #2E3C50;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.sankhya-gestao-hero__image {
  position: absolute;
  bottom: 0;
  right: 135px;
  width: 546px;
  max-height: 100%; 
  display: flex;
  align-items: flex-end;
}

.sankhya-gestao-hero__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.sankhya-gestao-hero {
  align-items: stretch; 
}

/* =============================
   SEÇÃO 2 – Texto Introductório
   ============================= */

.sankhya-intro-texto {
  width: 100%;
  padding: 118px 0;
  background-color: #f9f9f9;
  box-sizing: border-box;
}

.sankhya-intro-texto__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px 0 80px; /* 80px à esquerda, 80px + gap à direita */
  display: flex;
  justify-content: space-between;
  gap: 110px;
  box-sizing: border-box;
}

.sankhya-intro-texto__col-left {
  max-width: 630px;
}

.sankhya-intro-texto__col-left h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  color: #2E3C50;
  margin: 0;
}

.sankhya-intro-texto__col-right {
  max-width: 540px;
}

.sankhya-intro-texto__col-right p {
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: #2E3C50;
  margin: 0;
}

/* ================================
   SEÇÃO 3 – Bloco de Marcas
   ================================ */

.sankhya-marcas-secao {
  width: 100%;
  padding: 0 80px;
  background-color: #f9f9f9;
  box-sizing: border-box;
}

.sankhya-marcas-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* Bloco das marcas (lado esquerdo) */
.sankhya-marcas-wrapper > .sankhya-marcas-wrapper {
  width: 685px;
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 42px 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Bloco individual da marca */
.sankhya-marca {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px 77px 16px 27px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 125px;
  box-sizing: border-box;
}

/* Logo */
.sankhya-marca__logo img {
  width: 48px;
  height: auto;
  display: block;
}

/* Texto */
.sankhya-marca__info {
  flex: 1;
}

.sankhya-marca__title {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 4px;
  text-transform: none;
}

.sankhya-marca__desc {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: #2E3C50;
}

.sankhya-marcas-vazio-verde {
  width: 685px;
  background-color: #66cb66;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}

.sankhya-marcas-vazio-verde img {
    position: absolute;
    bottom: -53px;
    right: 0;
    height: 790px;
    display: block;
    overflow: visible;
}


/* Faz com que a altura iguale à do bloco cinza */
.sankhya-marcas-wrapper {
  align-items: stretch;
}