.hero-section {
  background-image:
    linear-gradient(rgba(249, 233, 255, 0) 0%, rgb(249, 233, 255) 100%),
    url("../imgs/bg-1.png");
}

@media (max-width: 1000px) {
  .hero-section {
    background-image: url("../imgs/bg-1.1.png");
  }
}

.custom-block-4 .number-rotative::after {
  content: "%" !important;
  line-height: 1;
}

.motion-scroll-container,
.motion-scroll-section {
  max-width: 100vw;
  overflow-x: clip;
}

@supports not (overflow: clip) {

  .motion-scroll-container,
  .motion-scroll-section {
    overflow-x: hidden;
  }
}

.section-white {
  background: #fff;
}

.text-muted-purple {
  color: #5d4e70;
}

.text-max-150 {
  max-width: 150px;
}

.text-pre {
  white-space: pre;
}

.custom-hero__button--light {
  color: #fff;
}

.custom-hero__button,
.buy-button,
.header__icon,
.header__menu-item,
.mobile-menu__cta,
.hamburder-menu,
.accordion details summary,
.suport-button a,
.list-menu__item,
.video-modal__close {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.custom-hero__button--soft {
  color: #443853;
  background: #f5ebff;
}

.custom-hero__button--white {
  color: #443853;
  background: #fff;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 750px) {
  .hero-section .custom-hero__subtitle * {
    font-family: "Poppins-Regular";
    font-size: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 751px) and (max-width: 999px) {
  .routine-section .wrapper-cards {
    width: calc(100% - 64px);
    max-width: 900px;
    margin-inline: auto;
    align-items: center;
  }

  .routine-section .card-routine--right {
    width: min(100%, 430px);
    max-width: 430px;
    flex: 0 1 auto;
  }

  .routine-section .card-routine--right .wrapper-media-card {
    max-height: 540px;
    overflow: hidden;
  }

  .routine-section .card-routine--right video {
    max-height: 540px;
    object-fit: contain;
  }

  .seguranca-dados .custom-hero__content {
    width: calc(100% - 64px);
    margin-inline: auto;
  }

  .seguranca-dados .wrapper-media {
    max-width: 560px;
    margin-inline: auto !important;
    animation: none;
  }

  .seguranca-dados .wrapper-media img {
    max-height: 590px;
    object-fit: contain;
  }

  .motion-scroll-section .wrapper-cards-motion .wrapper-card {
    width: min(82vw, 720px);
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 28px;
  }

  .motion-scroll-section .wrapper-cards-motion .wrapper-card > div {
    min-width: 0;
  }

  .motion-scroll-section .wrapper-card .wrapper-left-side {
    max-width: 330px;
  }

  .motion-scroll-section .wrapper-card .wrapper-right {
    max-width: min(320px, 40vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .motion-scroll-section .wrapper-right img {
    max-height: 360px;
    object-fit: contain;
  }

  .motion-scroll-section .wrapper-cards-motion .custom-hero__title * {
    font-size: 26px;
    line-height: 1.15;
  }

  .motion-scroll-section .content-motion * {
    font-size: 14px;
  }

  .motion-scroll-section .wrapper-card .checks-area {
    gap: 10px 12px;
  }

  .motion-scroll-section .wrapper-card .checks-area .check-element p {
    font-size: 11px;
    line-height: 1.25;
  }
}

.wrapper-media-card--rounded {
  overflow: hidden;
  border-radius: 25px;
}

.custom-hero__subtitle--security {
  color: #5d4e70;
  font-size: 16px;
}

.custom-hero__title--max-350 {
  max-width: 350px;
}

.custom-hero__title--max-320 {
  max-width: 320px;
}

.checks-area--one-column {
  grid-template-columns: repeat(1, 1fr);
}

.title-content--large {
  font-size: 40px;
}

.plan-anchor-wrapper {
  position: relative;
}

.plan-anchor {
  position: absolute;
}

.reviewer-name {
  padding-top: 1rem;
}

.reviewer-name__text {
  font-size: 14px;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.video-modal.is-active {
  display: flex;
}

.video-modal__dialog {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.video-modal__iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  border: none;
  color: #fff;
  background: none;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.not-found {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 48px;
  padding: 40px 24px;
  background:
    linear-gradient(rgba(249, 233, 255, 0) 0%, rgb(249, 233, 255) 100%),
    url("../imgs/bg-1.1.png") center / cover no-repeat;
}

.not-found__logo {
  justify-self: center;
}

.not-found__content {
  width: min(100%, 560px);
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-inline: auto;
  text-align: center;
}

.not-found__eyebrow {
  color: #8a2ee6;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.not-found__content h1 {
  color: #443853;
  font-family: "Roca One bold";
  font-size: clamp(42px, 8vw, 72px);
  line-height: 1;
}

.not-found__content p {
  color: #5d4e70;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 1.5;
}
