.e8MobileSectionCta {
  display: block;
  margin-top: 0;
  padding: 14px 24px 58px;
  background: #ffffff;
}

.e8MobileSectionCta__button {
  min-height: 68px;
  width: min(430px, 100%);
  margin: 0 auto;
  padding: 13px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 18px;
  background: linear-gradient(100deg, #ff6a00, #df0d72);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(223, 13, 114, 0.18);
}

.e8MobileSectionCta__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 33px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.e8MobileSectionCta__text {
  min-width: 0;
  display: grid;
  gap: 3px;
  text-align: left;
}

.e8MobileSectionCta__label {
  font-size: 22px;
  line-height: 1.12;
  font-weight: 900;
}

.e8MobileSectionCta__hint {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  opacity: 0.92;
}

.e8MobileSectionCta__label--mobile,
.e8MobileSectionCta__hint--mobile {
  display: none;
}

@media (max-width: 900px) {
  .e8MobileSectionCta {
    margin-top: 0;
    padding: 10px 24px 18px;
  }

  .e8MobileSectionCta--setup {
    padding-top: 2px;
  }

  .e8MobileSectionCta--examples {
    padding-top: 8px;
    padding-bottom: 14px;
  }

  .e8MobileSectionCta__button {
    min-height: 64px;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding: 11px 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    border-radius: 16px;
  }

  .e8MobileSectionCta__icon {
    width: 33px;
    height: 33px;
    font-size: 32px;
  }

  .e8MobileSectionCta__label {
    font-size: 18px;
    line-height: 1.12;
  }

  .e8MobileSectionCta__hint {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
  }

  .e8MobileSectionCta__label--desktop,
  .e8MobileSectionCta__hint--desktop {
    display: none;
  }

  .e8MobileSectionCta__label--mobile,
  .e8MobileSectionCta__hint--mobile {
    display: block;
  }
}

@media (max-width: 380px) {
  .e8MobileSectionCta {
    padding-inline: 20px;
  }

  .e8MobileSectionCta__button {
    min-height: 60px;
    padding: 10px 16px;
  }

  .e8MobileSectionCta__label {
    font-size: 16px;
  }

  .e8MobileSectionCta__hint {
    font-size: 12px;
  }
}
