.hero-visual {
  min-height: 520px;
}

.phone {
  overflow: hidden;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 46px;
  box-shadow:
    0 30px 70px rgba(16, 35, 61, 0.16),
    inset 0 0 0 1px rgba(16, 35, 61, 0.08);
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
}

.hero-phone {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 340px;
  transform: translateX(-50%) rotate(7deg);
}

.float-badge {
  position: absolute;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 34px rgba(255, 111, 158, 0.22);
  backdrop-filter: blur(10px);
}

.badge-heart {
  top: 92px;
  left: 56px;
  width: 74px;
  height: 74px;
  border-radius: 26px;
}

.badge-heart i,
.icon-heart,
.badge-star i {
  display: block;
  position: relative;
}

.badge-heart i,
.icon-heart {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #ff87ba, #ff3f77);
  transform: rotate(45deg);
}

.badge-heart i::before,
.badge-heart i::after,
.icon-heart::before,
.icon-heart::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: inherit;
}

.badge-heart i::before,
.icon-heart::before {
  left: -11px;
}

.badge-heart i::after,
.icon-heart::after {
  top: -11px;
}

.icon-heart {
  width: 12px;
  height: 12px;
}

.icon-heart::before,
.icon-heart::after {
  width: 12px;
  height: 12px;
}

.icon-heart::before {
  left: -6px;
}

.icon-heart::after {
  top: -6px;
}

.badge-chat {
  left: 155px;
  bottom: 112px;
  width: 68px;
  height: 58px;
  border-radius: 24px;
}

.badge-chat i,
.icon-chat {
  position: relative;
  width: 34px;
  height: 23px;
  border-radius: 14px;
  background: linear-gradient(135deg, #8da5ff, #9b63ff);
}

.badge-chat i::after,
.icon-chat::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -6px;
  border: 7px solid transparent;
  border-top-color: #9b63ff;
  border-left: 0;
}

.icon-chat {
  width: 16px;
  height: 11px;
}

.icon-chat::after {
  left: 4px;
  bottom: -4px;
  border-width: 4px;
  border-left: 0;
}

.badge-vip {
  top: 214px;
  right: 44px;
  width: 88px;
  height: 74px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  border-radius: 32px;
  background: linear-gradient(135deg, #ffb02e, #ff5f86);
  transform: rotate(14deg);
}

.badge-star {
  right: 108px;
  top: 364px;
  width: 64px;
  height: 64px;
  border-radius: 24px;
}

.badge-star i {
  width: 38px;
  height: 38px;
  background: #ffc837;
  clip-path: polygon(50% 0, 63% 35%, 100% 38%, 70% 60%, 80% 100%, 50% 76%, 20% 100%, 30% 60%, 0 38%, 37% 35%);
}

.badge-present {
  right: 16px;
  bottom: 60px;
  width: 88px;
  height: 88px;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffb1c7, #ff7aa8);
}

.badge-present i,
.icon-gift {
  position: relative;
  width: 40px;
  height: 36px;
  background: #fff;
  border-radius: 6px;
}

.badge-present i::before,
.badge-present i::after,
.icon-gift::before,
.icon-gift::after {
  content: "";
  position: absolute;
  background: #ff8a2a;
}

.badge-present i::before,
.icon-gift::before {
  left: 17px;
  top: 0;
  width: 6px;
  height: 36px;
}

.badge-present i::after,
.icon-gift::after {
  left: 0;
  top: 13px;
  width: 40px;
  height: 6px;
}

.icon-gift {
  width: 16px;
  height: 14px;
  background: linear-gradient(135deg, #ff9d24, #ff6f9e);
}

.icon-gift::before {
  left: 7px;
  width: 3px;
  height: 14px;
  background: #fff;
}

.icon-gift::after {
  top: 5px;
  width: 16px;
  height: 3px;
  background: #fff;
}

.icon-link {
  position: relative;
  width: 17px;
  height: 12px;
}

.icon-link::before,
.icon-link::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 3px solid #9b63ff;
  border-radius: 50%;
}

.icon-link::before {
  left: 0;
}

.icon-link::after {
  right: 0;
  border-color: #ff6f9e;
}

.download-icon {
  width: 16px;
  height: 20px;
  margin-right: 10px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
}
