* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #06191c;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.page {
  width: min(520px, 100vw);
  min-height: 100vh;
  background: #06191c;
  padding-bottom: calc(84px + env(safe-area-inset-bottom));
  box-shadow: 0 0 70px rgba(0, 0, 0, .48);
}

.image-section {
  position: relative;
  margin: 0;
  line-height: 0;
}

.image-section + .image-section {
  margin-top: -1px;
}

.image-section img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.hotspot {
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: -9999px;
  border-radius: 999px;
}

.hero-phone {
  right: 4%;
  top: 9%;
  width: 46%;
  height: 66%;
  border-radius: 32px;
}

.hero-cta {
  left: 17%;
  right: 17%;
  top: 85.8%;
  height: 10.5%;
}

.access-card {
  left: 8%;
  width: 48%;
  height: 12.6%;
  border-radius: 18px;
}

.access-card.one {
  top: 17%;
}

.access-card.two {
  top: 34%;
}

.access-card.three {
  top: 51%;
}

.access-card.four {
  top: 68%;
}

.access-phone {
  right: 4%;
  top: 4%;
  width: 39%;
  height: 76%;
  border-radius: 32px;
}

.access-cta {
  left: 13%;
  right: 13%;
  top: 84.2%;
  height: 13%;
}

.benefit {
  width: 40%;
  height: 22%;
  border-radius: 20px;
}

.benefit.one {
  left: 8.4%;
  top: 22.5%;
}

.benefit.two {
  right: 8.2%;
  top: 22.5%;
}

.benefit.three {
  left: 8.4%;
  top: 55%;
}

.benefit.four {
  right: 8.2%;
  top: 55%;
}

.final-cta {
  left: 10%;
  right: 10%;
  top: 55.5%;
  height: 14.2%;
}

.final-badge {
  top: 75.2%;
  width: 27%;
  height: 17.8%;
  border-radius: 18px;
}

.final-badge.one {
  left: 5.2%;
}

.final-badge.two {
  left: 36.5%;
}

.final-badge.three {
  right: 5.2%;
}

.sticky-telegram {
  position: fixed;
  left: 50%;
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 10;
  display: flex;
  width: min(440px, calc(100vw - 32px));
  min-height: 58px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: linear-gradient(180deg, #41d9f5 0%, #0891c9 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .45), 0 0 26px rgba(35, 203, 226, .28);
  color: #fff;
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .35);
}

.plane {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
  font-size: 19px;
  line-height: 1;
  transform: rotate(-35deg);
}

@media (min-width: 521px) {
  body {
    background:
      radial-gradient(circle at 50% 0%, rgba(11, 151, 166, .22), transparent 34%),
      linear-gradient(180deg, #09282d, #020708 70%);
  }
}
