@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  margin: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 4vw, 3rem);
  padding-right: clamp(1.25rem, 4vw, 3rem);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Ubuntu", sans-serif;
  color: #ffffff;
  width: 100%;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0.05) 0%, rgba(26, 26, 26, 0.05) 55%, rgba(26, 26, 26, 0.45) 100%);
}
.hero-header-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}
.hero-header {
  position: relative;
  z-index: 2;
  font-family: "Ubuntu", sans-serif;
  padding-top: 24px;
  margin-bottom: 30px;
}
.hero-header-inner {
  display: flex;
  justify-content: center;
}
.hero-logo {
  display: flex;
  align-items: center;
}
.hero-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  opacity: 0.25;
  background: linear-gradient(180deg, #000 -81.9%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hero-overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.486) 100%);
  opacity: 0.75;
  backdrop-filter: blur(1px);
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-content-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.hero-title {
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -2.88px;
  margin: 0;
}
.hero-text {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin: 12px 0 40px 0;
  max-width: 800px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 15px;
  padding: 0 50px 40px;
}
.hero-load-more {
  display: none;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  color: #4D7D33;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 20px;
  border-radius: 999px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.hero-btn::after {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: url("../assets/download_icon.svg") no-repeat center/contain;
}
.hero-btn:hover, .hero-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(26, 26, 26, 0.2);
}

@media (max-width: 1400px) {
  .hero-title {
    font-size: 64px;
    line-height: 73px;
  }
}
@media (max-width: 1024px) {
  .hero {
    min-height: 100svh;
  }
  .hero-title {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2px;
  }
  .hero-text {
    max-width: 720px;
    margin-bottom: 40px;
  }
  .hero-subtext {
    font-size: 21px;
    line-height: 26px;
    max-width: 620px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}
@media (max-width: 768px) {
  .hero-header {
    padding-top: 18px;
  }
  .hero-content-inner {
    margin-bottom: 28px;
    padding: 0 30px;
  }
  .hero-title {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -1.5px;
  }
  .hero-text {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 12px 0 32px;
  }
  .hero-subtext {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 24px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-btn {
    font-size: 14px;
    padding: 11px 16px;
  }
}
@media (max-width: 480px) {
  .hero {
    min-height: 100svh;
    overflow: visible;
  }
  .hero-header {
    padding-top: 14px;
  }
  .hero-logo-main {
    max-width: 190px;
    height: auto;
  }
  .hero-content-inner {
    margin-bottom: 20px;
  }
  .hero-title {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.5px;
  }
  .hero-text {
    font-size: 14px;
    line-height: 19px;
    margin: 10px 0 24px;
  }
  .hero-subtext {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero-btn {
    width: 80%;
    text-align: center;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .hero-actions.progressive-reports .hero-btn {
    display: none;
  }
  .hero-actions.progressive-reports .hero-btn.is-visible {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .load-more {
    display: flex;
    justify-content: center;
  }
  .hero-load-more {
    display: none;
    position: relative;
    z-index: 3;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 32px;
    padding: 10px 18px;
    background: transparent;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 0.24px;
    height: 16px;
    width: 180px;
    cursor: pointer;
    text-transform: uppercase;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .hero-load-more:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
  .hero-load-more .hero-scroll-icon {
    width: 24px;
    height: 10px;
    aspect-ratio: 12/5;
    animation: bounceDown 2s infinite;
  }
  .hero-load-more.is-visible {
    display: inline-flex;
  }
  .hero-load-more-arrow {
    font-size: 20px;
    line-height: 16px;
  }
}
@media (max-width: 360px) {
  .hero-title {
    font-size: 30px;
    line-height: 36px;
  }
  .hero-text {
    font-size: 13px;
    line-height: 18px;
  }
  .hero-subtext {
    font-size: 16px;
    line-height: 21px;
  }
}

/*# sourceMappingURL=main.css.map */
