/* Evita que elementos decorativos e filhos de grids ampliem o viewport no mobile. */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

main,
header,
footer,
section,
aside {
  max-width: 100%;
}

img,
iframe,
svg {
  max-width: 100%;
}

.hero-copy,
.hero-vsl,
.offer-content,
.offer-copy,
.price-box,
.compact-proof-copy,
.real-proof-frame {
  min-width: 0;
  min-height: 0;
}

.real-proof-frame {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.platform-screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, .3);
}

.mobile-platform-mockup {
  position: absolute;
  z-index: 3;
  right: -18px;
  bottom: -30px;
  width: 132px;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, .34));
}

.mobile-platform-mockup img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 600px) {
  .hero-glow {
    display: none;
  }

  .button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero-note {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .proof-callout {
    right: 4px;
    bottom: 12px;
  }

  .mobile-platform-mockup {
    right: 9px;
    bottom: -22px;
    width: 92px;
  }

  .proof-callout {
    right: auto;
    left: 7px;
  }
}
