.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: visible;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-section {
    align-items: flex-start;
    /* Navbar is part of the viewport; keep hero + navbar within one screen */
    min-height: calc(100vh - 95px);
    min-height: calc(100svh - 95px);
  }
}
@media (min-width: 1920px) {
  .hero-section {
    min-height: 80vh;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
}
.hero-section__bg-decoration {
  position: absolute;
  z-index: 1;
}
.hero-section__bg-decoration--bottom-left {
  bottom: 0;
  left: 0;
}
.hero-section__bg-decoration--bottom-left svg {
  width: 307px;
  height: 385px;
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--bottom-left svg {
    width: 200px;
    height: 250px;
  }
}
.hero-section__bg-decoration--top-right-1 {
  right: 0;
  top: 0;
}
.hero-section__bg-decoration--top-right-1 svg {
  width: 428px;
  height: 420px;
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--top-right-1 svg {
    width: 280px;
    height: 270px;
  }
}
.hero-section__bg-decoration--top-right-2 {
  right: 300px;
  top: 0;
}
@media (max-width: 1200px) {
  .hero-section__bg-decoration--top-right-2 {
    right: 150px;
  }
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--top-right-2 {
    right: 50px;
    top: 20px;
  }
}
.hero-section__bg-decoration--top-right-2 svg {
  width: 565px;
  height: 350px;
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--top-right-2 svg {
    width: 300px;
    height: 200px;
  }
}
.hero-section__bg-decoration--main-logo {
  right: 0;
  top: 0;
  z-index: 20;
}
@media (min-width: 1280px) {
  .hero-section__bg-decoration--main-logo {
    top: 0px;
  }
}
/* 1440px körüli nézeteknél középre igazítás (ne maradjon a sarokban) */
@media (min-width: 1280px) and (max-width: 1535.98px) {
  .hero-section__bg-decoration--main-logo {
    top: 50%;
    right: clamp(0px, 2.5vw, 48px);
    transform: translateY(-50%);
  }
}
@media (min-width: 1536px) {
  .hero-section__bg-decoration--main-logo {
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--main-logo {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    position: absolute;
  }
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--main-logo {
    left: 50%;
    right: auto;
    top: 6px;
    transform: translateX(-50%);
  }
}
.hero-section__bg-decoration--main-logo svg {
  width: 720px;
  height: 627px;
  max-width: 500px;
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--main-logo svg {
    max-width: 650px;
    width: 750px;
    height: 650px;
  }
}
@media (max-width: 768px) {
  .hero-section__bg-decoration--main-logo svg {
    width: min(210px, 52vw);
    height: auto;
    max-width: none;
    margin-left: 0;
    transform: none;
    display: block;
  }
}
.hero-section__bg-decoration--floating-hex {
  right: 300px;
  top: 235px;
  display: none;
}
@media (min-width: 1600px) {
  .hero-section__bg-decoration--floating-hex {
    display: block;
  }
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--floating-hex {
    right: 250px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
.hero-section__bg-decoration--floating-hex svg {
  width: 778px;
  height: 387px;
}
@media (min-width: 1920px) {
  .hero-section__bg-decoration--floating-hex svg {
    width: 850px;
    height: 420px;
  }
}
.hero-section__content {
  position: relative;
  z-index: 30;
  padding: 2rem;
}
@media (min-width: 768px) {
  .hero-section__content {
    position: absolute;
    bottom: 400px;
    left: clamp(24px, 6vw, 160px);
    padding: 0;
    /* Reserve space on the right for the large logo/hex decorations */
    max-width: calc(100vw - 2rem - clamp(260px, 28vw, 620px));
    text-align: center;
  }
}

@media (max-width: 1280px) {
  .hero-section__content {
    left: clamp(24px, 18vw, 200px);
  }
}

/* 1024–1535px között a fix bottom eltolás túl agresszív; legyen középen */
@media (min-width: 1024px) and (max-width: 1535.98px) {
  .hero-section__content {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
@media (min-width: 1536px) {
  .hero-section__content {
    top: 50%;
    left: clamp(80px, 8vw, 220px);
    transform: translateY(-50%);
    bottom: auto;
    text-align: center;
    max-width: calc(100vw - 2rem - clamp(380px, 30vw, 820px));
  }
}
@media (min-width: 1920px) {
  .hero-section__content {
    bottom: auto;
    top: 50%;
    left: clamp(210px, 18vw, 250px);
    transform: translateY(-50%);
    max-width: calc(100vw - 2rem - clamp(520px, 28vw, 920px));
    position: absolute;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero-section__content {
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 1.5rem;
    /* Reserve vertical space for the centered logo/hex above */
    padding-top: clamp(190px, 46vw, 230px);
  }
}
.hero-section__title {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .hero-section__title {
    font-size: clamp(3rem, 5.6vw, 4.5rem);
  }
}
@media (min-width: 1920px) {
  .hero-section__title {
    font-size: clamp(4rem, 4.2vw, 5rem);
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero-section__title {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 0.75rem;
  }
}
.hero-section__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1920px) {
  .hero-section__subtitle {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-section__subtitle {
    font-size: 1.1rem;
    text-align: center;
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
  }
}

.hero-section__description {
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.92;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
}

@media (min-width: 1920px) {
  .hero-section__description {
    font-size: 1.15rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .hero-section__description {
    font-size: 0.95rem;
    text-align: center;
    max-width: 44ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.8rem;
  }
}
.hero-section__cta {
  position: relative;
  left: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-section__cta {
    text-align: center;
    margin-top: 0.5rem;
    left: 0;
  }
}
.hero-section__cta .button-gradient {
  width: 350px;
  min-width: 320px;
}
@media (min-width: 1920px) {
  .hero-section__cta .button-gradient {
    width: 450px;
    min-width: 400px;
    font-size: 24px;
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  .hero-section__cta .button-gradient {
    width: 280px;
    min-width: 250px;
  }
}

.root-background {
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=hero-section.css.map */
