.phonekuma-standalone-lp {
  margin: 0;
  min-height: 100vh;
  background: #eaf6ff;
}

.phonekuma-standalone-lp * {
  box-sizing: border-box;
}

.pk-lp-bleed {
  width: 100%;
  margin: 0 auto;
  background: #eaf6ff;
}

.pk-lp {
  width: min(100%, 414px);
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 26, 62, 0.12);
}

.pk-lp__section {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.pk-lp__section img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.pk-lp__cta {
  position: absolute;
  z-index: 5;
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: -9999px;
  border-radius: 20px;
}

.pk-lp__cta:focus-visible {
  outline: 3px solid #00c7ff;
  outline-offset: 3px;
}

.pk-lp__cta--hero {
  left: 4.8%;
  top: 86.05%;
  width: 90.8%;
  height: 10.95%;
  border-radius: 18px;
}

.pk-lp__cta--final {
  left: 14.6%;
  top: 66.2%;
  width: 71.5%;
  height: 8.8%;
  border-radius: 18px;
}

@media (min-width: 768px) {
  .pk-lp {
    width: 414px;
  }
}
