@charset "UTF-8";
/* ➤➤➤ InfoBlock ➤➤➤ */
/* Product   = Zelunt Layout
/* Copyright = Marat Ismaev
/* Evolution = 2026/02/01
/* ▲▲▲ InfoBlock ▲▲▲ */
/* ➤➤➤ Landing ➤➤➤ */
.zlnt-sky {
  color: var(--color-primary-text, #fff);
  background: var(--color-primary, #192a43);
}
.zlnt-sky.zlnt_night-city {
  color: #fff;
  background: #1b0924;
  background-image: url("../img/landingpage/sky_night.svg");
  background-size: cover;
}
.zlnt-sky.zlnt_tashkent {
  background-image: url("../img/landingpage/bg_tashkent.png");
  background-size: cover;
}
.zlnt-sky.zlnt_tashkent.zlnt_night-city {
  background-image: url("../img/landingpage/bg_tashkent_night.png");
  background-size: cover;
}

.zlnt-bg {
  color: var(--color-primary-text, #fff);
  background: var(--color-primary, #192a43);
}

.zlnt-layer1 {
  z-index: 23;
}

.zlnt-layer2 {
  z-index: 22;
}

.zlnt-layer3 {
  z-index: 21;
}

.zlnt-parallax__wrapper1 {
  position: relative;
  display: flex;
  flex-direction: column;
}

.zlnt-parallax__wrapper2 {
  margin-top: -100vh;
  min-height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}

.zlnt-parallax {
  overflow: visible !important;
}

.zlnt-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.zlnt-hero__intro {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 32px;
  margin: 80px 0 40px;
  text-align: center;
  z-index: 20;
}
.zlnt-hero__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
}
.zlnt-hero__h1 {
  color: inherit;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  margin: 0;
}
.zlnt-hero__h2 {
  color: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
.zlnt-hero__h2 > span {
  white-space: nowrap;
}
.zlnt-hero__cta {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}
.zlnt-hero__hint {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.zlnt-screenshot {
  position: relative;
  overflow: visible;
}
.zlnt-screenshot__container {
  position: relative;
}
.zlnt-screenshot__desktop {
  position: relative;
  margin-top: -250px;
  top: 250px;
  z-index: 20;
}
.zlnt-screenshot__desktop > img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: var(--color-tertiary, #75808e);
  padding: 2px;
  mix-blend-mode: difference;
}
@media (max-width: 767px) {
  .zlnt-screenshot__desktop {
    display: none;
  }
}
.zlnt-screenshot__mobile {
  position: absolute;
  bottom: -290px;
  right: 100px;
  height: 560px;
  width: auto;
  z-index: 20;
}
.zlnt-screenshot__mobile > img {
  height: 100%;
  width: auto;
  border-radius: 16px;
  background: #C7CBD1;
  padding: 2px;
  mix-blend-mode: difference;
}
@media (max-width: 1023px) {
  .zlnt-screenshot__mobile {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .zlnt-screenshot__mobile {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    height: auto;
  }
  .zlnt-screenshot__mobile > img {
    height: auto;
    width: 100%;
  }
}

.zlnt-postscreenshot {
  padding-top: 290px !important;
}
@media (max-width: 767px) {
  .zlnt-postscreenshot {
    padding-top: 0;
  }
}

.zlnt-landing-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  margin: 0 !important;
  padding: 40px 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 20;
}
.zlnt-landing-block h1, .zlnt-landing-block h2 {
  text-align: center;
  margin: 40px 0;
  padding: 0;
}
.zlnt-landing-block_light {
  color: #000;
  background-color: #eee;
}
.zlnt-landing-block_dark {
  color: #fff;
  background-color: #000;
}
.zlnt-landing-block_dark h2 {
  color: inherit;
}

.zlnt-ai__container {
  padding: 80px 0;
  margin: auto auto;
  max-width: 768px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .zlnt-ai__container {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .zlnt-ai__container {
    padding: 40px 0;
  }
}
.zlnt-ai__hint {
  padding: 30px 0 20px;
  text-align: center;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .zlnt-ai__hint {
    text-align: left;
  }
}
.zlnt-ai__caption {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}
.zlnt-ai ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .zlnt-ai ul {
    align-items: flex-start;
  }
}
.zlnt-ai__example:hover {
  cursor: pointer;
  text-decoration: underline;
}

.zlnt-apps {
  padding: 40px 0 60px;
  color: #fff;
  background-color: #192a43;
  --zlnt-colour-text: #fff;
  --zlnt-colour-loud: #fff;
  --zlnt-colour-humble: #eee;
  --zlnt-colour-link: #fff;
  --zlnt-colour-hover: rgba(255, 255, 255, 0.1);
}

.zlnt-ladder {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 8px 0 40px;
  color: var(--zlnt-color-primary, #192a43);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .zlnt-ladder {
    flex-direction: column;
  }
}
.zlnt-ladder__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.zlnt-ladder__icon {
  width: 40px;
  height: 40px;
  background: var(--zlnt-color-rainbow, #f97272);
  color: var(--zlnt-color-rainbow-text, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.zlnt-ladder__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.zlnt-ladder__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
  .zlnt-ladder__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.zlnt-ladder__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
@media screen and (max-width: 1023px) {
  .zlnt-ladder__desc {
    font-size: 16px;
    line-height: 21px;
  }
}

.zlnt-features {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  gap: 20px;
  color: var(--zlnt-color-primary, #192a43);
}
@media screen and (max-width: 1023px) {
  .zlnt-features {
    flex-direction: column-reverse;
    gap: 6px;
  }
}
.zlnt-features__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.zlnt-features__item {
  padding: 16px;
  border-radius: 4px;
  background: rgba(25, 42, 67, 0.0392156863);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
  transition: background 0.2s ease;
  will-change: background;
}
@media screen and (max-width: 767px) {
  .zlnt-features__item {
    padding: 12px 16px;
  }
}
.zlnt-features__item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.zlnt-features__item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.zlnt-features__item.open {
  background: #fff;
}
.zlnt-features__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zlnt-features__chevron {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: var(--zlnt-color-tertiary, #75808e);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'><path d='M1 3 L5 7 L9 3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/10px 10px;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'><path d='M1 3 L5 7 L9 3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/10px 10px;
  transition: transform 0.2s ease;
}
.zlnt-features__item.open .zlnt-features__chevron {
  background-color: var(--zlnt-color-primary, #192a43);
  transform: rotate(180deg);
}
.zlnt-features__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
  will-change: max-height;
}
.zlnt-features__item.open .zlnt-features__content {
  transition-duration: 0.3s;
}
.zlnt-features__title {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 32px 0 0;
}
@media screen and (max-width: 1023px) {
  .zlnt-features__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.zlnt-features__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 8px 32px 0 0;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition-delay: 0.05s;
}
@media screen and (max-width: 1023px) {
  .zlnt-features__text {
    font-size: 16px;
    line-height: 21px;
  }
}
.zlnt-features__item.open .zlnt-features__text {
  opacity: 1;
  transform: translateY(0);
}
.zlnt-features__image {
  flex: 1;
  overflow: hidden;
}
.zlnt-features__image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 1023px) {
  .zlnt-features__image img {
    max-height: 100vh;
  }
}

.zlnt-cases {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  color: var(--zlnt-color-primary, #192a43);
}
@media screen and (max-width: 767px) {
  .zlnt-cases {
    gap: 4px;
  }
}
.zlnt-cases__item {
  padding: 16px;
  border-radius: 4px;
  background: rgba(25, 42, 67, 0.0392156863);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
  transition: background 0.2s ease;
  will-change: background;
}
.zlnt-cases__item:hover {
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .zlnt-cases__item {
    padding: 12px 16px;
  }
}
.zlnt-cases__item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.zlnt-cases__item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.zlnt-cases__item.open {
  background: #fff;
}
.zlnt-cases__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zlnt-cases__chevron {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: var(--zlnt-color-tertiary, #75808e);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'><path d='M1 3 L5 7 L9 3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/10px 10px;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'><path d='M1 3 L5 7 L9 3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/10px 10px;
  transition: transform 0.2s ease;
}
.zlnt-cases__item.open .zlnt-cases__chevron {
  background-color: var(--zlnt-color-primary, #192a43);
  transform: rotate(180deg);
}
.zlnt-cases__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
  will-change: max-height;
}
.zlnt-cases__item.open .zlnt-cases__content {
  transition-duration: 0.3s;
}
.zlnt-cases__title {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 32px 0 0;
}
@media screen and (max-width: 767px) {
  .zlnt-cases__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.zlnt-cases__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 8px 32px 0 0;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition-delay: 0.05s;
}
@media screen and (max-width: 767px) {
  .zlnt-cases__text {
    font-size: 16px;
    line-height: 21px;
  }
}
.zlnt-cases__item.open .zlnt-cases__text {
  opacity: 1;
  transform: translateY(0);
}

.zlnt-cta {
  text-align: center;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.zlnt-cta__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.zlnt-cta h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  margin: 0;
  color: var(--zlnt-color-primary, #192a43);
}
.zlnt-cta__buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

/* ▲▲▲ Landing ▲▲▲ */
/* ➤➤➤ Misc ➤➤➤ */
.zlnt-h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: var(--zlnt-color-primary, #192a43);
}
@media screen and (max-width: 1023px) {
  .zlnt-h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.zlnt-btn__highlight {
  color: var(--zlnt-color-highlight-text, #192a43);
  background-color: var(--zlnt-color-highlight, #dcf972);
  will-change: transform;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.zlnt-btn__highlight:hover, .zlnt-btn__highlight:active {
  color: var(--zlnt-color-highlight-text, #192a43) !important;
  background-color: var(--zlnt-color-highlight, #dcf972) !important;
  transform: scale(1.08);
}

.zlnt-btn__rainbow {
  color: var(--zlnt-color-rainbow-text, #fff);
  background-color: var(--zlnt-color-rainbow, #f97272);
  will-change: transform;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.zlnt-btn__rainbow:hover, .zlnt-btn__rainbow:active {
  color: var(--zlnt-color-rainbow-text, #fff) !important;
  background-color: var(--zlnt-color-rainbow, #f97272) !important;
  transform: scale(1.08);
}

.zlnt-landing-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 15px;
  border: 0;
  border-radius: 15px;
  padding: 12px 24px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  will-change: transform;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.zlnt-landing-btn.zlnt-gradient {
  background-image: linear-gradient(149deg, #b03be8, #4958f5);
  padding-bottom: 0.75rem;
  text-decoration: none;
}
.zlnt-landing-btn.zlnt-gradient:hover, .zlnt-landing-btn.zlnt-gradient:active {
  transform: scale(1.08);
  color: #fff;
  box-shadow: 0 15px 30px -10px rgba(103, 87, 231, 0.3);
  text-decoration: none;
}
.zlnt-landing-btn.zlnt-round {
  border-radius: 256px;
}

.zlnt-image-wrapper {
  position: relative;
  overflow: hidden;
}
.zlnt-image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

svg:not(:root) {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

/* ▲▲▲ Misc ▲▲▲ */