.gt-hero {
  padding: 0 0 40px;
}

.gt-hero__inner {
  background: transparent;
  border-radius: 0;
  padding: 0 2rem;
  position: relative;
  overflow: visible;
}

.gt-hero__content {
  max-width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.gt-hero__heading {
  font-family: "Oxanium", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: var(--color-text);
  text-transform: uppercase;
  margin-bottom: 0;
}

.gt-hero__subheading {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

.gt-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.gt-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(40, 230, 106, 0.1);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: none;
  color: var(--color-text);
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 46px;
  line-height: 17px;
}

.gt-hero__badge-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .gt-hero {
    padding: 0 0 20px;
  }

  .gt-hero__inner {
    padding: 0 1rem;
  }

  .gt-hero__heading {
    font-size: 32px;
  }

  .gt-hero__subheading {
    font-size: 16px;
  }

  .gt-hero__badges {
    gap: 8px;
  }

  .gt-hero__badge {
    font-size: 13px;
    padding: 8px 12px;
    gap: 6px;
  }

  .gt-hero__badge-icon {
    width: 14px;
    height: 14px;
  }
}
