/* =========================================================
   HL120126 - Base
========================================================= */
:root{
  --HL120126-blue: #0E4ACC;
  --HL120126-green: #24C776;
  --HL120126-gray-bg: #EFF0FC;
  --HL120126-text: #5E5D6D;
  --HL120126-dark: #1C1934;
  --HL120126-card-bg: #D5E4FA;
}

html, body{
  font-family: "Poppins", sans-serif;
}

.HL120126-pixel-noscript{
  display: none;
}

/* =========================================================
   Wrapper / max-width
========================================================= */
.HL120126-wrapper{
  max-width: 1368px;
  margin: 0 auto 40px auto;
}

/* =========================================================
   Navbar
========================================================= */
.HL120126-navbar{
  max-width: 1300px;
  margin: 0 auto;
}

.HL120126-navbar-inner{
  width: 100%;
}

.HL120126-btn-visit{
  background-color: var(--HL120126-blue);
  color: white;
}

.HL120126-logo{
  max-width: 100%;
  height: auto;
}

/* =========================================================
   Hero
========================================================= */
.HL120126-hero{
  border-radius: 20px;
  background-color: var(--HL120126-blue);
  min-height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.HL120126-hero-row{
  max-width: 1175px;
  width: 100%;
}

.HL120126-hero-copy{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.HL120126-hero-title{
  font-size: 48px;
  font-family: poppins;
  font-weight: 600;
  color: white;
}

.HL120126-hero-subtitle{
  line-height: 32px;
  font-size: 20px;
  font-family: poppins;
  color: white;
}

/* Form wrap alignment */
.HL120126-hero-form-wrap{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* =========================================================
   Form
========================================================= */
.HL120126-form{
  background: white;
  padding: 28px;
  border-radius: 10px;
  width: 100%;
  max-width: 380px;
}

.HL120126-input{
  height: 45px;
}

.HL120126-terms{
  font-size: 10px;
}

.HL120126-terms-grey{
  color: rgb(153, 153, 153);
  font-size: 10.6667px;
  font-family: poppins, sans-serif;
}

.HL120126-terms-link{
  color: rgb(0, 0, 255);
  font-size: 10.6667px;
  font-family: poppins, sans-serif;
  text-decoration: none;
}

.HL120126-btn-trial{
  width: 100%;
  padding: 15px;
  background: var(--HL120126-green);
  color: white;
  border: none;
  border-radius: 10px;
  font-family: 'Poppins';
  text-decoration: none;
  font-style: normal;
}

/* =========================================================
   Saiba Mais
========================================================= */
.HL120126-saiba-mais{
  display: flex;
  align-items: center;
  justify-content: center;
}

.HL120126-saiba-mais-link{
  color: var(--HL120126-blue);
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
}

.HL120126-saiba-mais-icon{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* =========================================================
   Section Conteúdo (padrão)
========================================================= */
.HL120126-section{
  border-radius: 20px;
  min-height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.HL120126-section-row{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1175px;
  width: 100%;
}

.HL120126-title-48{
  font-family: poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 70px;
}

.HL120126-text-20{
  line-height: 32px;
  font-size: 20px;
  font-family: poppins;
  color: var(--HL120126-text);
}

.HL120126-text-600{
  font-weight: 600;
}

.HL120126-line-24{
  line-height: 24px;
}

/* Benefits list */
.HL120126-benefits{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.HL120126-benefit-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.HL120126-benefit-text{
  font-size: 20px;
}

/* Video */
.HL120126-video-wrap{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.HL120126-video-label{
  color: var(--HL120126-blue);
  font-size: 24px;
  font-weight: 600;
}

.HL120126-video-iframe{
  width: 100%;
  border: 0;
}

/* =========================================================
   Enterprise Section (cinza)
========================================================= */
.HL120126-enterprise{
  border-radius: 20px;
  background-color: var(--HL120126-gray-bg);
  min-height: 640px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.HL120126-enterprise-row{
  max-width: 1120px;
  width: 100%;
}

.HL120126-enterprise-image-wrap{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.HL120126-enterprise-image{
  max-width: 100%;
  height: auto;
}

/* Titles colors */
.HL120126-text-dark{
  color: var(--HL120126-dark);
}

.HL120126-text-white{
  color: #FFFFFF;
}

/* =========================================================
   Features
========================================================= */
.HL120126-features{
  border-radius: 20px;
  min-height: 640px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.HL120126-features-row{
  width: 100%;
  max-width: 1200px;
}

.HL120126-feature-card{
  background-color: var(--HL120126-card-bg);
  padding: 40px;
  border-radius: 20px;
  min-height: 364px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.HL120126-feature-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.HL120126-feature-title{
  color: var(--HL120126-dark);
  font-size: 34px;
  text-align: center;
}

.HL120126-feature-text{
  color: var(--HL120126-text);
  font-size: 20px;
  text-align: center;
  margin: 0;
}

.HL120126-feature-note{
  font-size: 15px;
}

/* =========================================================
   Bottom CTA
========================================================= */
.HL120126-bottom-cta{
  border-radius: 20px;
  background-color: var(--HL120126-blue);
  min-height: 380px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.HL120126-cta-text{
  line-height: 32px;
  font-size: 20px;
  font-family: poppins;
  color: white;
  max-width: 798px;
  text-align: center;
}

.HL120126-btn-try{
  background-color: white;
  color: var(--HL120126-blue);
}

/* =========================================================
   Footer
========================================================= */
.HL120126-footer{
  background-color: var(--HL120126-blue);
  min-height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.HL120126-footer-inner{
  width: 90%;
}

.HL120126-footer-hr{
  border: 1px solid white !important;
  width: 100%;
  opacity: 0.6;
}

.HL120126-footer-text{
  font-size: 16px;
  color: #FFFFFF;
}

/* =========================================================
   RESPONSIVO (sem mudar a estrutura)
========================================================= */

/* Tablets e abaixo */
@media (max-width: 991.98px){
  .HL120126-wrapper{
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Mantém o hero bonito no tablet */
  .HL120126-hero{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .HL120126-hero-title{
    font-size: 38px;
    line-height: 50px;
  }

  .HL120126-title-48{
    font-size: 38px;
    line-height: 52px;
  }
}

/* Mobile */
@media (max-width: 767.98px){

  /* Stack col-7 e col-5 sem mexer no HTML */
  .HL120126-hero-row{
    margin: 0;
  }

  .HL120126-hero-col-text,
  .HL120126-hero-col-form,
  .HL120126-section-col-left,
  .HL120126-section-col-right,
  .HL120126-enterprise-col-left,
  .HL120126-enterprise-col-right{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .HL120126-hero{
    min-height: auto;
  }

  .HL120126-hero-title{
    font-size: 28px;
    line-height: 38px;
  }

  .HL120126-hero-subtitle{
    font-size: 16px;
    line-height: 26px;
  }

  .HL120126-title-48{
    font-size: 28px;
    line-height: 40px;
  }

  .HL120126-text-20{
    font-size: 16px;
    line-height: 26px;
  }

  .HL120126-video-label{
    font-size: 18px;
  }

  .HL120126-video-iframe{
    height: 220px;
  }

  .HL120126-feature-card{
    padding: 26px;
    min-height: auto;
  }

  .HL120126-feature-title{
    font-size: 24px;
  }

  .HL120126-feature-text{
    font-size: 16px;
  }

  .HL120126-cta-text{
    font-size: 16px;
    line-height: 26px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .HL120126-bottom-cta{
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .HL120126-section,
  .HL120126-enterprise,
  .HL120126-features{
    min-height: auto;
  }
}