.page-hrd .hero-bg {
  background-image: linear-gradient(178.87deg, #1aaab5 29.62%, #46daba 98.7%);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.page-hrd .hero .section-bg {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: -160px;
  right: 0;
  bottom: 0;
  background-image: url("/images/index/glabix-screen/web-studios/hero-bg.svg");
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .page-hrd .hero .btn-landing-3 {
    padding: 24px 60px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
}

.digit {
  flex-shrink: 0;
  background: linear-gradient(357.31deg, #f96377 0.58%, #f963b3 96.1%);
  border-radius: 50%;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);

  @media (max-width: 768px) {
    width: 58px;
    height: 58px;
  }
}

.green-gradient-block {
  position: relative;
  background: linear-gradient(178.87deg, #32b8bf 29.62%, #4fe1b8 98.7%);
  padding: 150px 90px;
  border-radius: 72px;

  @media (max-width: 768px) {
    padding: 60px 15px;
    border-radius: 44px;
  }
}
.green-gradient-block .section-bg {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/images/index/glabix-screen/hrd/hero-bg.svg");
  background-repeat: no-repeat;
}
.green-gradient-block .star-1,
.green-gradient-block .star-2,
.green-gradient-block .star-3,
.green-gradient-block .star-4,
.green-gradient-block .star-5 {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.green-gradient-block .star-1 {
  left: 110px;
  top: -90px;
  @media (max-width: 768px) {
    left: 110px;
    top: -20px;
  }
}
.green-gradient-block .star-2 {
  left: 290px;
  top: -70px;
  @media (max-width: 768px) {
    left: 290px;
    top: -30px;
  }
}
.green-gradient-block .star-3 {
  left: -20px;
  bottom: -40px;
  @media (max-width: 768px) {
    left: -20px;
    bottom: -40px;
  }
}
.green-gradient-block .star-4 {
  left: 330px;
  bottom: -30px;
  @media (max-width: 768px) {
    left: 170px;
    bottom: -30px;
  }
}
.green-gradient-block .star-5 {
  right: 0;
  bottom: -40px;
  @media (max-width: 768px) {
    right: 0;
    bottom: -40px;
  }
}

.desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;

  .desc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;

    @media (min-width: 768px) {
      flex-direction: row;
      gap: 80px;
    }

    img {
      max-width: 265px;
    }
  }

  .desc-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 24px;

    @media (min-width: 768px) {
      font-size: 46px;
      line-height: 56px;
    }
  }

  .desc-text {
    font-size: 20px;
    line-height: 32px;
    color: var(--gray-600);
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  max-width: 1100px;
  margin: 0 auto;

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.stat-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.stat-value {
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  background: linear-gradient(178.87deg, #32b8bf 29.62%, #4fe1b8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  @media (max-width: 768px) {
    font-size: 70px;
    line-height: 60px;
  }
}

.stat-value .prefix {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.stat-label {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.stat-description {
  font-size: 20px;
  line-height: 32px;
  color: var(--gray-600);
}

.business-form-bg-wrapper {
  background-image: linear-gradient(178.87deg, #32b8bf 29.62%, #4fe1b8 98.7%);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

.business-form-bg {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/images/index/glabix-screen/index/demo-form-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
