html,
body {
  overflow-x: hidden;
}

.hero::before,
.product-scene,
.product-scene * {
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-actions {
  position: relative;
  z-index: 5;
}

.hero-actions .button {
  position: relative;
  z-index: 6;
  pointer-events: auto;
  touch-action: manipulation;
  cursor: pointer;
}

.hero-grid > *,
.value-layout > *,
.audience-grid > *,
.faq-layout > *,
.result-proof > * {
  min-width: 0;
}

@media (max-width: 600px) {
  .hero {
    padding-bottom: 64px;
  }

  .hero-copy h1.result-headline {
    font-size: clamp(39px, 11.5vw, 46px);
    overflow-wrap: normal;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .product-scene {
    width: 100%;
    max-width: 360px;
    height: 430px;
    margin: 34px auto 0;
    transform: none;
    overflow: visible;
  }

  .product-cover,
  .document {
    width: 238px;
    height: 325px;
  }

  .product-cover {
    left: 12px;
    top: 8px;
    padding: 22px;
    transform: rotate(-2deg);
  }

  .cover-lines {
    height: 92px;
    margin: 23px -22px 18px;
  }

  .product-cover p {
    font-size: 18px;
    max-width: 175px;
  }

  .cover-badge {
    width: 54px;
    height: 54px;
    right: 18px;
    bottom: 18px;
  }

  .document {
    left: 68px;
    top: 36px;
    padding: 22px;
    transform: rotate(7deg);
  }

  .document-back {
    left: 105px;
    top: 68px;
    transform: rotate(13deg);
  }

  .result-card {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 8px;
    width: max-content;
    max-width: calc(100% - 24px);
    padding: 13px 18px;
    transform: translateX(-50%);
  }

  .result-card strong {
    white-space: nowrap;
  }

  .section-intro,
  .container {
    max-width: 100%;
  }

  .tool-card,
  .price-card,
  .quote-card,
  .guarantee-card {
    overflow-wrap: anywhere;
  }

  .price-card li {
    gap: 16px;
  }

  .price-card li span {
    min-width: 0;
  }

  .price-card li b {
    flex: 0 0 auto;
  }

  .today {
    gap: 12px;
  }

  .result-number strong {
    font-size: clamp(50px, 17vw, 68px);
  }

  .guarantee-card,
  .final-card {
    width: 100%;
  }

  .mobile-bar {
    gap: 12px;
  }

  .mobile-bar > div {
    flex: 0 0 auto;
  }

  .mobile-bar .button {
    min-width: 0;
    max-width: 230px;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .site-header .brand-logo-link {
    width: 155px;
    max-width: 155px;
  }

  .site-header .brand-logo {
    width: 152px;
  }

  .button-small {
    padding: 11px 13px;
  }

  .product-scene {
    max-width: 330px;
  }

  .product-cover,
  .document {
    width: 220px;
    height: 310px;
  }

  .document {
    left: 58px;
  }

  .document-back {
    left: 90px;
  }

  .mobile-bar .button {
    font-size: 11px;
    padding-inline: 12px;
  }
}
