.lokaly-info-page {
  width: min(calc(100% - 40px), 1440px);
  margin: 34px auto 72px;
  color: #071d31;
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lokaly-info-page * {
  box-sizing: border-box;
}

.lokaly-info-page__hero {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 260px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(34px, 6vw, 76px);
  border: 1px solid #d8e5ef;
  border-radius: 32px;
  background: radial-gradient(circle at 92% 12%, rgba(98, 219, 135, .3), transparent 30%), linear-gradient(130deg, #edf7ff, #fff 66%, #effff4);
  box-shadow: 0 22px 50px rgba(7, 29, 49, .08);
}

.lokaly-info-page__hero::after {
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(16, 134, 68, .16);
  border-radius: 50%;
  content: "";
}

.lokaly-info-page__hero > div {
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.lokaly-info-page__eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #138743;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lokaly-info-page__eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #62db87;
  box-shadow: 0 0 0 7px rgba(98, 219, 135, .18);
}

.lokaly-info-page__hero h1 {
  max-width: 920px;
  margin: 0;
  color: #071d31;
  font-size: clamp(2.2rem, 5.3vw, 5rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}

.lokaly-info-page__hero > div > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
  color: #64778c;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.lokaly-info-page__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  place-items: center;
  border-radius: 30px;
  color: #071d31;
  background: #62db87;
  font-size: 3rem;
  box-shadow: 0 20px 38px rgba(27, 151, 73, .22);
  transform: rotate(4deg);
}

.lokaly-info-page__content {
  max-width: 1040px;
  margin: 34px auto 0;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid #dce6ee;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(7, 29, 49, .06);
}

.lokaly-info-page__content h2 {
  margin: 40px 0 12px;
  color: #071d31;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 850;
  letter-spacing: -.025em;
}

.lokaly-info-page__content h2:first-child {
  margin-top: 0;
}

.lokaly-info-page__content h3 {
  margin: 28px 0 10px;
  font-size: 1.15rem;
}

.lokaly-info-page__content p,
.lokaly-info-page__content li {
  color: #42566c;
  font-size: 1rem;
  line-height: 1.8;
}

.lokaly-info-page__content ul,
.lokaly-info-page__content ol {
  display: grid;
  gap: 7px;
  padding-left: 24px;
}

.lokaly-info-page__content a {
  color: #087cf0;
  font-weight: 750;
}

.lokaly-info-page__help {
  display: flex;
  max-width: 1040px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 22px auto 0;
  padding: 24px 28px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(125deg, #071d31, #0b4565);
}

.lokaly-info-page__help div {
  display: flex;
  flex-direction: column;
}

.lokaly-info-page__help strong {
  font-size: 1.08rem;
}

.lokaly-info-page__help span {
  margin-top: 3px;
  color: #c5d5e2;
}

.lokaly-info-page__help a {
  flex: 0 0 auto;
  padding: 13px 22px;
  border-radius: 999px;
  color: #071d31;
  background: #62db87;
  font-weight: 850;
  text-decoration: none;
}

.lokaly-info-page--app .lokaly-info-page__content {
  text-align: center;
}

@media (max-width: 767.98px) {
  .lokaly-info-page {
    width: min(calc(100% - 24px), 1440px);
    margin: 18px auto 48px;
  }

  .lokaly-info-page__hero {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 28px 24px 32px;
    border-radius: 24px;
  }

  .lokaly-info-page__icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    border-radius: 19px;
    font-size: 2rem;
  }

  .lokaly-info-page__hero > div > p:last-child {
    margin-top: 18px;
  }

  .lokaly-info-page__content {
    margin-top: 18px;
    padding: 26px 22px;
    border-radius: 22px;
  }

  .lokaly-info-page__help {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
  }

  .lokaly-info-page__help a {
    text-align: center;
  }
}
