@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;700;800&family=Sora:wght@400;700&display=swap');

/* ========== Page Sales – esconder header e fundo ========== */
.page-sales .site-header,
body.page-template-page-sales .site-header {
  display: none;
}

body.page-template-page-sales {
  background: #021E10;
  min-height: 100vh;
  color: #fff;
}

/* ========== Hero Sales – base ========== */
.sales-hero {
  position: relative;     /* FIXO: imagem e content sempre mesma altura */
  min-height: 100vh;
  height: auto;  
  display: flex;
  align-items: center;
  background: linear-gradient(231.26deg, #042C18 16.8%, #021E10 83.2%);
  overflow: visible;
}

.sales-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url('../images/bg-hero-sales.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; /* ancorado em baixo para a listra da imagem ficar visível */
}

.sales-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  /* termina antes de 100% para não tapar a listra amarelo-esverdeada no final da imagem */
  background: linear-gradient(
    180deg,
    rgba(2, 30, 16, 0) 48.76%,
    rgba(2, 30, 16, 0.5) 76.63%,
    #021E10 96%,
    transparent 100%
  );
  pointer-events: none;
}

/* Figura Chico – camada acima do bg */
.sales-hero__figure {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: visible;
}

.sales-hero__glow {
  position: absolute;
  left: 58%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 32%;
  aspect-ratio: 1 / 1;
  background: radial-gradient(
    circle,
    rgba(181, 255, 54, 0.5) 0%,
    rgba(181, 255, 54, 0.25) 35%,
    transparent 65%
  );
  filter: blur(345px);
  opacity: 0.5;
  z-index: 0;
}

/* Imagem do Chico bem à direita */
.sales-hero__figure-img {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 55%;
  right: 0;
  height: 100%;        /* acompanha o hero (100vh) */
  width: auto;
  min-width: 420px;
  max-height: 99.8%;    /* NÃO trava em 100vh separado */
  display: block;
  object-fit: cover;
  object-position: right center;
}

/* Content */
.sales-hero__content {
  position: relative;
  z-index: 5;
  width: 55%;
  max-width: 55%;
  min-width: 0;
  display: flex;
  height: 100%;                 /* mesmo tamanho do hero */
  align-items: center;          /* centraliza vertical */
  justify-content: flex-end;
  padding-left: clamp(8rem, 5vw, 6rem);
}

/* Empurra “para a direita” sem estreitar (evita aumentar altura por quebra de linha) */
.sales-hero__content-inner {
  max-width: 775px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2vh, 36px);
  transform: translateX(clamp(0px, 3vw, 80px)); /* ajuste fino do “vai mais pra direita” */
}

.sales-hero__card {
  width: 100%;
}

.sales-hero__logo-wrap {
  margin-bottom: 0;
}

.sales-hero__logo {
  width: auto;
  height: auto;
  max-width: 187px;
  display: block;
}

/* Badge */
.sales-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 1.2vh, 15px) clamp(20px, 2.5vw, 47px);
  max-width: max-content;
  background: rgba(9, 36, 47, 0.7);
  border: 1.17px solid #B5FF36;
  box-shadow: 0 0 25px #B5FF36;
  backdrop-filter: blur(7.5px);
  border-radius: 233px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 21px);
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.sales-hero__title {
  font-family: 'Herokid', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 76px);
  line-height: 1.08; /* ajuda a caber na altura */
  color: #B5FF36;
  margin: 0;
  max-width: 100%;
}

.sales-hero__title-white {
  color: #FFF;
}

.sales-hero__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 140%;
  color: #B5FF36;
  margin: 0;
  max-width: 100%;
}

.sales-hero__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 20px);
  line-height: 1.35; /* ajuda a caber na altura */
  color: #FFFFFF;
  margin: 0;
  max-width: 100%;
}

.sales-hero__text--bold {
  font-weight: 800;
}

/* Botões */
.sales-hero__btns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 29px;
  flex-wrap: wrap;
  padding-top: 2rem;
}

.sales-hero__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 36px;
  min-height: 56px;
  background: linear-gradient(90deg, #10C400 0%, #4AF03B 51.92%, #0D9E00 100%);
  box-shadow: 0 0 12px rgba(181, 255, 54, 0.4), 0px 2.2px 48.47px rgba(16, 196, 0, 0.5);
  border-radius: 81px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 149%;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: opacity 0.2s, transform 0.2s;
}

.sales-hero__btn::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 90px;
  border: 2px solid #22ff00;
  box-shadow: 0 0 18px rgba(34, 255, 0, 0.6);
  pointer-events: none;
}

.sales-hero__btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  color: #FFFFFF;
}

/* Botão só seta para baixo */
.sales-hero__btn--arrow {
  padding: 14px;
  min-width: 56px;
  width: 56px;
  min-height: 56px;
  flex-shrink: 0;
}

.sales-hero__btn--arrow svg {
  transform: rotate(0deg);
}

/* ========== Ajuste para telas “baixas” (sem scroll/corte: encolhe tipografia/spacing) ========== */
@media (max-height: 820px) {
  .sales-hero__content-inner {
    gap: 18px;
    transform: translateX(clamp(0px, 2vw, 60px));
  }

  .sales-hero__title {
    font-size: clamp(30px, 4vw, 62px);
  }

  .sales-hero__text {
    font-size: clamp(14px, 1.2vw, 18px);
  }

  .sales-hero__btn {
    padding: 12px 32px;
    min-height: 52px;
    font-size: 15px;
  }

  .sales-hero__btn--arrow {
    min-width: 52px;
    width: 52px;
    min-height: 52px;
    padding: 12px;
  }
}

/* ========== Entre ~1180 e 1100: reduzir botões para não quebrar linha ========== */
@media (max-width: 1280px) and (min-width: 1101px) {
  .sales-hero__btns {
    flex-wrap: nowrap;
    gap: 29px;
  }

  .sales-hero__btn {
    padding: 12px 28px;
    min-height: 52px;
    font-size: 15px;
    white-space: nowrap;
  }

  .sales-hero__btn--arrow {
    min-width: 52px;
    width: 52px;
    min-height: 52px;
    padding: 12px;
  }

  .sales-hero__btn--arrow svg {
    width: 14px;
    height: 18px;
  }
}

/* ========== Responsivo: imagem em cima, card embaixo (igual genéricas) ========== */
@media (max-width: 1100px) {
  .sales-hero {
    flex-direction: column;
    height: auto;       /* volta a ser livre no mobile */
    min-height: auto;
  }

  .sales-hero__figure {
    position: relative;
    inset: auto;
    width: 100%;
    height: 52vh;
    min-height: 360px;
    z-index: 3;
  }

  .sales-hero__figure-img {
    position: absolute;
    inset: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    max-height: none;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .sales-hero__content {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 1rem 2rem 1rem;
    justify-content: center;
    align-items: flex-start;
    z-index: 5;
  }

  .sales-hero__content-inner {
    max-width: 520px;
    gap: 28px;
    transform: none; /* remove o empurrão no mobile */
  }

  .sales-hero__card {
    background: #011A26;
    border: 1px solid rgba(181, 255, 54, 0.15);
    border-radius: 18px;
    padding: 1.5rem 1.25rem;
    margin-top: -48px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  }

  .sales-hero__title {
    font-size: 42px;
    line-height: 1.12;
  }

  .sales-hero__subtitle,
  .sales-hero__text {
    font-size: 17px;
  }

  .sales-hero__badge {
    font-size: 18px;
    padding: 12px 28px;
  }

  .sales-hero__btns {
    flex-direction: row;
    gap: 12px;
  }

  .sales-hero__btn {
    font-size: 15px;
    padding: 12px 26px;
    min-height: 52px;
  }

  .sales-hero__btn--arrow {
    min-width: 52px;
    width: 52px;
    min-height: 52px;
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .sales-hero__content {
    padding: 0 1rem 1.5rem;
    margin-top: -40px;
  }

  .sales-hero__card {
    padding: 1.25rem 1rem;
    margin-top: -40px;
  }

  .sales-hero__content-inner {
    gap: 24px;
  }

  .sales-hero__title {
    font-size: 32px;
  }

  .sales-hero__subtitle,
  .sales-hero__text {
    font-size: 15px;
  }

  .sales-hero__badge {
    font-size: 14px;
    padding: 10px 20px;
  }

  .sales-hero__btns {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .sales-hero__btn {
    font-size: 13px;
    padding: 10px 18px;
    min-height: 44px;
    margin-right: 0;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 220px;
  }

  .sales-hero__btn--arrow {
    flex: 0 0 44px;
    min-width: 44px;
    width: 44px;
    min-height: 44px;
    padding: 10px;
  }

  .sales-hero__btn--arrow svg {
    width: 14px;
    height: 18px;
  }

  .sales-hero__figure {
    height: 50vh;
    min-height: 320px;
  }

  .sales-hero__logo {
    max-width: 160px;
  }
}

@media (max-width: 575px) {
  .sales-hero__figure {
    height: 46vh;
    min-height: 280px;
  }

  .sales-hero__card {
    margin-top: -36px;
    padding: 1rem;
    border-radius: 16px;
  }

  .sales-hero__title {
    font-size: 28px;
  }

  .sales-hero__subtitle,
  .sales-hero__text {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .sales-hero__figure {
    height: 36vh;
    min-height: 240px;
  }

  .sales-hero__card {
    margin-top: -19px;
    padding: 1rem;
  }
}

/* ========== Section: Depoimentos (Essas mulheres estavam...) ========== */
.sales-depoimentos {
  background: #021E10;
  padding: 4rem 1rem 5rem;
}

.sales-depoimentos__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  max-width: 1125px;
  margin: 0 auto;
}

.sales-depoimentos__title {
  font-family: 'Herokid', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  max-width: 600px;
}

.sales-depoimentos__title-green {
  color: #B5FF36;
}

.sales-depoimentos__cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
  flex-wrap: wrap;
  width: 100%;
}

.sales-depoimentos__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 356px;
  max-width: 100%;
  flex: 0 0 auto;
  border-radius: 0 0 46px 46px;
  overflow: hidden;
  background: rgba(9, 27, 33, 0.75);
  border: 1px solid rgba(181, 255, 54, 0.15);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.sales-depoimentos__card-img-wrap {
  width: 100%;
  height: 334px;
  background: #0a1f24;
  border-radius: 46px 46px 0 0;
  overflow: hidden;
  flex-shrink: 0;
}

.sales-depoimentos__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ========== HERO FIX — Altura menor que 755px ========== */

@media (max-height: 755px) {

  .sales-hero {
    height: auto !important;        /* remove qualquer height fixa */
    min-height: 100vh;
    align-items: flex-start;        /* para de centralizar verticalmente */
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* garante que o background acompanhe o crescimento */
  .sales-hero::before {
    inset: 0;
  }

  /* remove offsets que empurram conteúdo */
  .sales-hero__content {
    margin-top: 0 !important;
  }

  /* remove qualquer limite de altura do card */
  .sales-hero__card {
    max-height: none !important;
    overflow: visible !important;
  }

}


.sales-depoimentos__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px;
  gap: 12px;
  width: 100%;
  flex: 1;
  min-height: 0;
  box-sizing: border-box;
}

.sales-depoimentos__card-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.sales-depoimentos__card-kg {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  color: #B5FF36;
  margin: 0;
}

.sales-depoimentos__card-quote {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.sales-depoimentos__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 31px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .sales-depoimentos__title {
    font-size: 36px;
  }

  .sales-depoimentos__card {
    width: 100%;
    max-width: 357px;
  }
}

@media (max-width: 767px) {
  .sales-depoimentos__inner {
    gap: 2rem;
  }

  .sales-depoimentos__title {
    font-size: 32px;
  }

  .sales-depoimentos__card-img-wrap {
    height: 280px;
  }

  .sales-depoimentos__card-body {
    padding: 1.5rem 1.25rem;
    gap: 10px;
  }

  .sales-depoimentos__card-name {
    font-size: 16px;
  }

  .sales-depoimentos__card-kg {
    font-size: 22px;
  }

  .sales-depoimentos__card-quote {
    font-size: 14px;
  }

  .sales-depoimentos__btns {
    gap: 24px;
  }
}

/* ========== Section: Motivos ========== */
.sales-motivos{
  background: #021E10; /* mesmo da última section */
  padding: 4rem 1rem 5rem;
}

.sales-motivos__inner{
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
}

/* Head (título + subtítulo) */
.sales-motivos__head{
  width: 100%;
  max-width: 774px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px; /* no figma diz 47px no frame, mas aqui fica mais natural (título/sub) */
  text-align: center;
}

.sales-motivos__title{
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 60px);
  line-height: 120%;
  color: #FFFFFF;
  margin: 0;
}

.sales-motivos__title-green{
  color: #B5FF36;
}

.sales-motivos__subtitle{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 140%;
  color: #FFFFFF;
  margin: 0;
}

/* Bloco "motivo" com imagem + texto */
.sales-motivo{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 62px; /* motivo 1 */
}

.sales-motivo--img-right{
  gap: 39px; /* motivo 2 */
}

.sales-motivo__media{
  width: 582px;
  max-width: 100%;
  height: 601px;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 auto;
}

.sales-motivo__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sales-motivo__content{
  width: 479px; /* motivo 1 */
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px; /* controla respiro entre badge/título/texto */
}

.sales-motivo--img-right .sales-motivo__content{
  width: 463px; /* motivo 2 */
}

/* Badge igual ao seu padrão */
.sales-motivo__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 46.6667px;
  background: rgba(9, 36, 47, 0.7);
  border: 1.16667px solid #B5FF36;
  box-shadow: 0 0 25px #B5FF36;
  backdrop-filter: blur(7.5px);
  border-radius: 233px;

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

/* Título e texto do motivo */
.sales-motivo__title{
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0;
}

.sales-motivo__text{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0;
}

/* 3º e 4º motivo em 2 colunas */
.sales-motivos__grid-2{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 73px;
}

.sales-motivo-card{
  background: linear-gradient(180deg, rgba(10, 62, 29, 0.75) 0%, #0A3E1D 23%);
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-height: 709px; /* segue o figma */
}

/* Responsivo */
@media (max-width: 1100px){
  .sales-motivo,
  .sales-motivo--img-right{
    flex-direction: column;
    gap: 24px;
  }

  .sales-motivo--img-right{
    flex-direction: column-reverse; /* mantém "texto em cima, imagem embaixo" se quiser */
  }

  .sales-motivo__media{
    width: 100%;
    height: auto;
    aspect-ratio: 582 / 601;
  }

  .sales-motivo__content,
  .sales-motivo--img-right .sales-motivo__content{
    width: 100%;
    max-width: 640px;
  }

  .sales-motivo__title{
    font-size: 34px;
  }

  .sales-motivo__text{
    font-size: 16px;
  }

  .sales-motivos__grid-2{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sales-motivo-card{
    min-height: auto;
  }
}

@media (max-width: 767px){
  .sales-motivos{
    padding: 1rem 4rem;
  }

  .sales-motivo__badge{
    font-size: 16px;
    padding: 12px 28px;
  }

  .sales-motivo__title{
    font-size: 28px;
  }

  .sales-motivo__text{
    font-size: 15px;
  }
}

/* ========== Section: 5º Motivo (bg diferente) ========== */
.sales-motivo-5{
  background: #104121;
  padding: 74px 1rem; /* mantém respiro no mobile, e controla no inner */
}

.sales-motivo-5__inner{
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sales-motivo-5__wrap{
  width: 1167px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.sales-motivo-5__media{
  width: 582px;
  max-width: 100%;
  height: 517px;
  border-radius: 9.40207px;
  overflow: hidden;
  flex: 0 0 auto;
}

.sales-motivo-5__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sales-motivo-5__content{
  width: 545px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

.sales-motivo-5__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 46.6667px;
  gap: 11.67px;
  background: rgba(9, 36, 47, 0.7);
  border: 1.16667px solid #B5FF36;
  box-shadow: 0px 0px 25px #B5FF36;
  backdrop-filter: blur(7.5px);
  border-radius: 233.333px;

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.sales-motivo-5__title{
  width: 424px;
  max-width: 100%;
  margin: 0;

  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #B5FF36;
}

.sales-motivo-5__text{
  width: 545px;
  max-width: 100%;
  margin: 0;

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

/* Responsivo */
@media (max-width: 1100px){
  .sales-motivo-5{
    padding: 3rem 1rem 4rem;
  }

  .sales-motivo-5__wrap{
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .sales-motivo-5__media{
    width: 100%;
    height: auto;
    aspect-ratio: 582 / 517;
  }

  .sales-motivo-5__content{
    width: 100%;
    max-width: 640px;
    height: auto;
    gap: 24px;
  }

  .sales-motivo-5__title{
    font-size: 34px;
  }

  .sales-motivo-5__text{
    font-size: 16px;
  }
}

@media (max-width: 767px){
  .sales-motivo-5__badge{
    font-size: 16px;
    padding: 12px 28px;
  }

  .sales-motivo-5__title{
    font-size: 28px;
  }

  .sales-motivo-5__text{
    font-size: 15px;
  }
}


/* ========== Section: 6º Motivo (bg escuro + phones) ========== */
.sales-motivo-6{
  background: #021E10;
  padding: 1rem 5rem;
}

.sales-motivo-6__inner{
  max-width: 1200.12px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
}

/* Imagem phones */
.sales-motivo-6__media{
  width: 1200.12px;
  max-width: 100%;
  filter: drop-shadow(0px 30px 40px rgba(0, 0, 0, 0.5));
}

.sales-motivo-6__img{
  width: 100%;
  height: auto;
  display: block;
}

/* Conteúdo centralizado */
.sales-motivo-6__content{
  width: 798px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  text-align: center;
}

.sales-motivo-6__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 46.6667px;
  gap: 11.67px;
  background: rgba(9, 36, 47, 0.7);
  border: 1.16667px solid #B5FF36;
  box-shadow: 0px 0px 25px #B5FF36;
  backdrop-filter: blur(7.5px);
  border-radius: 233.333px;

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.sales-motivo-6__title{
  width: 798px;
  max-width: 100%;
  margin: 0;

  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #FFFFFF;
}

.sales-motivo-6__title-green{
  color: #B5FF36;
}

.sales-motivo-6__text{
  width: 708px;
  max-width: 100%;
  margin: 0;

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

/* Responsivo */
@media (max-width: 991px){
  .sales-motivo-6__content{
    gap: 24px;
  }

  .sales-motivo-6__title{
    font-size: 34px;
  }

  .sales-motivo-6__text{
    font-size: 16px;
  }
}

@media (max-width: 767px){
  .sales-motivo-6{
    padding: 3rem 1rem 4rem;
  }

  .sales-motivo-6__badge{
    font-size: 16px;
    padding: 12px 28px;
  }

  .sales-motivo-6__title{
    font-size: 28px;
  }

  .sales-motivo-6__text{
    font-size: 15px;
  }
}

/* ========== Section: Saúde (5º motivo) ========== */
.sales-saude {
  padding: 4rem 1rem 5rem;
}

.sales-saude__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  max-width: 1140px;
  margin: 0 auto;
}

.sales-saude__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  max-width: 844px;
}

.sales-saude__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 47px;
  margin: 0;
  background: rgba(9, 36, 47, 0.7);
  border: 1.17px solid #B5FF36;
  box-shadow: 0 0 25px #B5FF36;
  backdrop-filter: blur(7.5px);
  border-radius: 233px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sales-saude__title {
  font-family: 'Herokid', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.sales-saude__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sales-saude__figure {
  width: 932px;
  max-width: 100%;
  margin: 0 0 -58px 0;
  flex-shrink: 0;
}

.sales-saude__img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0px 60px 50px rgba(0, 0, 0, 0.4));
}

.sales-saude__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 47.55px 28px;
  gap: 27px;
  width: 766px;
  max-width: 100%;
  margin: -58px 0 0 0;
  background: linear-gradient(180deg, rgba(9, 27, 33, 0.75) 0%, #091B21 23%);
  border: 1px solid #B5FF36;
  border-radius: 50px;
}

.sales-saude__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  max-width: 740px;
}

@media (max-width: 991px) {
  .sales-saude__title {
    font-size: 36px;
  }

  .sales-saude__figure {
    margin-bottom: -40px;
  }

  .sales-saude__card {
    margin-top: -40px;
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .sales-saude__title {
    font-size: 32px;
  }

  .sales-saude__badge {
    font-size: 18px;
    padding: 12px 28px;
  }

  .sales-saude__figure {
    margin-bottom: -30px;
  }

  .sales-saude__card {
    margin-top: -30px;
    padding: 1.5rem 1.25rem;
  }

  .sales-saude__text {
    font-size: 18px;
  }
}


/* ========== Section: 8º Motivo ========== */
.sales-motivo-8{
  background: #021E10;
  padding: 5rem 1rem;
}

.sales-motivo-8__inner{
  max-width: 1062px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 31px;
}

/* Coluna esquerda */
.sales-motivo-8__left{
  width: 462px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 53px;
}

.sales-motivo-8__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 46.6667px;
  gap: 11.67px;
  background: rgba(9, 36, 47, 0.7);
  border: 1.16667px solid #B5FF36;
  box-shadow: 0px 0px 25px #B5FF36;
  backdrop-filter: blur(7.5px);
  border-radius: 233.333px;

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.sales-motivo-8__title{
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 107%;
  color: #B5FF36;
  margin: 0;
}

/* Coluna direita */
.sales-motivo-8__right{
  width: 526px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.sales-motivo-8__text{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0;
}

/* Responsivo */
@media (max-width: 991px){
  .sales-motivo-8__inner{
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .sales-motivo-8__left{
    align-items: center;
    gap: 32px;
  }

  .sales-motivo-8__title{
    font-size: 42px;
  }

  .sales-motivo-8__text{
    font-size: 16px;
  }
}

@media (max-width: 767px){
  .sales-motivo-8{
    padding: 3rem 1rem 4rem;
  }

  .sales-motivo-8__badge{
    font-size: 16px;
    padding: 12px 28px;
  }

  .sales-motivo-8__title{
    font-size: 32px;
  }

  .sales-motivo-8__text{
    font-size: 15px;
  }
}


/* ========== Section Final (9º e 10º Motivo) ========== */
.sales-motivos-final{
  background: #F0F0F0;
  padding: 74px 1rem;
}

.sales-motivos-final__inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

/* ---------- 9º MOTIVO ---------- */
.sales-motivo-9{
  display: flex;
  align-items: center;
  gap: 40px;
}

.sales-motivo-9__media{
  width: 535px;
  height: 489px;
  border-radius: 9px;
  overflow: hidden;
  flex: 0 0 auto;
}

.sales-motivo-9__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sales-motivo-9__content{
  width: 545px;
  display: flex;
  flex-direction: column;
  gap: 47px;
}

.sales-motivo-9__badge,
.sales-motivo-10__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 17px 54px; /* reduzido */
  width: auto;        /* impede largura exagerada */
  max-width: max-content;

  background: #09242F;
  border: 1.16px solid #B5FF36;
  border-radius: 233px;

  font-family: 'Montserrat', sans-serif;
  font-size: 16px;   /* opcional: reduz levemente */
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;

  margin: 0;
}

.sales-motivo-9__title{
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-size: 42px;
  line-height: 120%;
  color: #051E0E;
  margin: 0;
}

.sales-motivo-9__text{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #051E0E;
  margin: 0;
}

/* ---------- 10º MOTIVO ---------- */
.sales-motivo-10{
  display: flex;
  align-items: center;
  gap: 39px;
}

.sales-motivo-10__content{
  width: 520px;
  display: flex;
  flex-direction: column;
  gap: 47px;
}


.sales-motivo-10__title{
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-size: 42px;
  line-height: 120%;
  color: #051E0E;
  margin: 0;
}

.sales-motivo-10__text{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #051E0E;
  margin: 0;
}

/* Classe específica do timer na sales */
.sales-timer-10{
  width: 534px;
  height: 601px;
  object-fit: contain;
  display: block;
}

/* ---------- Responsivo ---------- */
@media (max-width: 1100px){
  .sales-motivo-9,
  .sales-motivo-10{
    flex-direction: column;
    text-align: center;
  }

  .sales-motivo-9__content,
  .sales-motivo-10__content{
    width: 100%;
    align-items: center;
  }

  .sales-motivo-9__media,
  .sales-timer-10{
    width: 100%;
    height: auto;
  }

  .sales-motivo-9__title,
  .sales-motivo-10__title{
    font-size: 32px;
  }

  .sales-motivo-9__text,
  .sales-motivo-10__text{
    font-size: 16px;
  }
}


/* ========== Section: O que está dentro da plataforma ========== */
.sales-inside{
  background: #021E10;
  padding: 5rem 1rem 5.5rem;
}

.sales-inside__inner{
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px; /* controla a distância entre blocos */
  text-align: center;
}

.sales-inside__title{
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 120%;
  color: #FFFFFF;
  margin: 0;
  max-width: 666px;
}

.sales-inside__subtitle{
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 120%;
  color: #FFFFFF;
  margin: 10px 0 0;
  width: 100%;
}

.sales-inside__chips{
  width: 840px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 23px 24px;
  margin-top: 18px;
}

.sales-inside__chip{
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 15px 18px;

  background: linear-gradient(90deg, #B5FF36 0%, #CDFF78 100%);
  border: 1px solid #B5FF36;
  backdrop-filter: blur(10px);
  border-radius: 40px;

  color: #000; /* para o SVG usar currentColor */
}

.sales-inside__chip-icon{
  width: 34px;              /* tamanho da bola */
  height: 34px;
  border-radius: 999px;
  background: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
}

.sales-inside__chip-icon svg{
  width: 20px;              /* tamanho do check dentro */
  height: 20px;
  display: block;
  color: #B5FF36;           /* check verde (igual ao badge) */
}
.sales-inside__chip-text{
  font-family: 'Montserrat', sans-serif; /* fallback pro Articulat */
  font-weight: 400;
  font-size: 18px;
  line-height: 149%;
  color: #000000;
  white-space: nowrap;
}

.sales-inside__highlight{
  width: 100%;
  margin: 18px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  color: #B5FF36;
  text-shadow: 0px 0px 21.6px #B5FF36;
}

.sales-inside__subtitle-2{
  width: 100%;
  margin: 10px 0 0;
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* Responsivo */
@media (max-width: 767px){
  .sales-inside{
    padding: 3.5rem 1rem 4rem;
  }

  .sales-inside__chips{
    gap: 12px 12px;
    margin-top: 14px;
  }

  .sales-inside__chip{
    padding: 12px 14px;
  }

  .sales-inside__chip-text{
    font-size: 15px;
  }

  .sales-inside__highlight{
    font-size: 18px;
  }
}

/* ========== Section: Carrosseis de Programas (sales-inside) ========== */
.sales-programas__carousel-wrap {
  width: 100%;
  max-width: 1303px;
  overflow: hidden;
  margin: 0 auto;
}

/* Terceira fileira: apenas 4 cards visíveis (241*4 + 24*3 = 1036) */
.sales-programas__carousel-wrap--4cards {
  max-width: 1036px;
}

.sales-programas__carousel-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  align-items: center;
  width: max-content;
  padding: 0 4px;
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.sales-programas__card {
  position: relative;
  flex: 0 0 auto;
  width: 241px;
  height: 467px;
  border-radius: 6px;
  overflow: hidden;
  background: #ACACAC;
  box-shadow: 0 7px 23px rgba(0, 0, 0, 0.15);
}

.sales-programas__card-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: #CDFF4F;
  z-index: 1;
  pointer-events: none;
}

.sales-programas__card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.sales-programas__footer {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
  text-align: center;
  margin: 2rem auto 0;
  max-width: 748px;
}

.sales-programas__footer-highlight {
  color: #B5FF36;
}

@media (max-width: 1200px) {
  .sales-programas__carousel-wrap {
    max-width: 100%;
  }

  .sales-programas__carousel-wrap--4cards {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .sales-programas__carousel-wrap {
    max-width: 100%;
  }

  .sales-programas__card {
    width: 180px;
    height: 350px;
  }

  .sales-programas__footer {
    font-size: 18px;
  }
}


/* =======================================================
   BLOCO FINAL - SALES INSIDE
======================================================= */

.sales-inside-final{
  width: 1111px;
  max-width: 100%;
  margin: 4rem auto 0;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 45px;
}

/* ================= LEFT SIDE ================= */

.sales-inside-final__left{
  width: 594px;
  max-width: 100%;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 57px;

  text-align: left;
}

.sales-inside-final__title{
  margin: 0;

  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 5vw, 100px);
  line-height: 120%;
  color: #FFFFFF;
}

/* ================= CHECKLIST ================= */

.sales-inside-final__items{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sales-inside-final__item{
  width: 100%;
  min-height: 55px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;

  padding: 14px 16px;
  box-sizing: border-box;

  background: linear-gradient(90deg, #B5FF36 0%, #CDFF78 100%);
  border-radius: 12px;

  text-align: left;
}

/* CHECK CIRCLE IGUAL AO CHIP */

.sales-inside-final__icon{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #000000;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 34px;
}

.sales-inside-final__icon svg{
  width: 20px;
  height: 20px;
  display: block;
  color: #B5FF36;
}

.sales-inside-final__item-text{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #081B2B;

  text-align: left;
}

/* ================= BUTTON ================= */

.sales-inside-final__btn{
  margin-top: 10px;
}

/* ================= RIGHT SIDE (MOCKUP) ================= */

.sales-inside-final__right{
  width: 472px;
  max-width: 100%;
  flex: 0 0 auto;

  filter:
    drop-shadow(326px 61px 93px rgba(0, 0, 0, 0.01))
    drop-shadow(208px 39px 84px rgba(0, 0, 0, 0.04))
    drop-shadow(117px 22px 71px rgba(0, 0, 0, 0.15))
    drop-shadow(52px 9px 53px rgba(0, 0, 0, 0.26))
    drop-shadow(13px 2px 29px rgba(0, 0, 0, 0.29));
}

/* Live devices: MacBook + iPhone (copied from lp-10m and renamed) */
.sales-inside-final__live-figure {
  flex: 0 0 auto;
  min-width: 380px;
  max-width: 520px;
  margin-left: auto;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.sales-inside-final__live-devices {
  position: relative;
  width: 472.25px;
  height: 474.29px;
  max-width: 100%;
  flex-shrink: 0;
  filter: drop-shadow(326.534px 61.2252px 93.0622px rgba(0, 0, 0, 0.01)) drop-shadow(208.982px 39.1841px 84.8989px rgba(0, 0, 0, 0.04)) drop-shadow(117.552px 22.0411px 71.8375px rgba(0, 0, 0, 0.15)) drop-shadow(52.2455px 9.79602px 53.0618px rgba(0, 0, 0, 0.26)) drop-shadow(13.0614px 2.44901px 29.3881px rgba(0, 0, 0, 0.29));
}

.sales-inside-final__live-macbook {
  position: absolute;
  left: 0;
  top: 0;
  width: 471.84px;
  height: 474.29px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left top;
  display: block;
}

.sales-inside-final__live-iphone {
  position: absolute;
  left: 252.65px;
  top: 191.5px;
  width: 219.59px;
  height: 200px;
  max-width: 46.5%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Backwards-compatible single-mockup fallback */
.sales-inside-final__mockup{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ================= RESPONSIVO ================= */

@media (max-width: 1100px){

  .sales-inside-final{
    flex-direction: column;
    gap: 32px;
  }

  .sales-inside-final__left{
    align-items: flex-start;
    text-align: left;
    gap: 32px;
  }

  .sales-inside-final__items{
    width: 100%;
  }

  .sales-inside-final__item{
    width: 100%;
  }

  .sales-inside-final__btn{
    align-self: center;   /* centraliza dentro do flex column */
    text-align: center;
  }

}

@media (max-width: 767px){

  .sales-inside-final{
    margin-top: 3rem;
  }

  .sales-inside-final__title{
    font-size: 42px;
  }

  .sales-inside-final__item{
    padding: 12px 14px;
  }

  .sales-inside-final__item-text{
    font-size: 16px;
    line-height: 1.2;
  }

}

/* Mobile adjustments for live devices (from lp-10m, renamed) */
@media (max-width: 767px) {

  .sales-inside-final__live-figure {
    flex: none;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    height: 420px;
    margin: 0 auto;
    padding-left: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .sales-inside-final__live-devices {
    width: 100%;
    height: 100%;
    max-height: 420px;
  }

  .sales-inside-final__live-macbook {
    width: 85%;
    height: auto;
    max-height: 420px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  .sales-inside-final__live-iphone {
    left: 53%;
    top: 38%;
    width: 46%;
    height: auto;
    max-width: 200px;
    position: absolute;
  }

  .sales-inside-final__left {
    align-items: center;
    text-align: center;
  }

}


/* =======================================================
   BLOCO: TREINE EM QUALQUER LUGAR
======================================================= */

.sales-inside-anywhere{
  width: 1122px;
  max-width: 100%;
  margin: 6rem auto 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;

  text-align: center;
}

/* ================= HEAD ================= */

.sales-inside-anywhere__head{
  width: 953px;
  max-width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
}

.sales-inside-anywhere__title{
  margin: 0;

  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 110%;
  color: #FFFFFF;
}

.sales-inside-anywhere__subtitle{
  margin: 0;

  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

/* ================= CARDS ================= */

.sales-inside-anywhere__cards{
  width: 1122px;
  max-width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
}

.sales-inside-anywhere__card{
  width: 261.75px;
  height: 162px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  padding: 30px;

  background: #2A2B2C;
  border-radius: 12px;
  box-sizing: border-box;
}

/* Ícone verde do card */
.sales-inside-anywhere__icon{
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #B5FF36;
  border: 1px solid rgba(181, 255, 54, 0.6);
  border-radius: 11px;
}

.sales-inside-anywhere__icon-img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

/* Texto card */
.sales-inside-anywhere__card-text{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #B5FF36;
}

/* ================= FOOTER ================= */

.sales-inside-anywhere__footer{
  margin: 0;

  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #B5FF36;
}

/* ================= RESPONSIVO ================= */

@media (max-width: 991px){

  .sales-inside-anywhere__title{
    font-size: 42px;
  }

  .sales-inside-anywhere__cards{
    gap: 18px;
  }

  .sales-inside-anywhere__card{
    width: calc(50% - 12px);
  }
}

@media (max-width: 600px){

  .sales-inside-anywhere{
    gap: 32px;
    margin-top: 4rem;
  }

  .sales-inside-anywhere__card{
    width: 100%;
    height: auto;
  }

  .sales-inside-anywhere__card-text{
    font-size: 18px;
  }

  .sales-inside-anywhere__footer{
    font-size: 18px;
  }
}

/* ========== Section: Escolha seu plano (copiado de lp-10m, renomeado) ========== */
.sales-planos {
  background: #021A18;
  padding: 50px 40px 140px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.sales-planos__bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url('../images/bg-card-gen.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}

.sales-planos__bg-image img {
  display: none;
}

.sales-planos__inner {
  position: relative;
  z-index: 2;
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 71px;
}

.sales-planos__title {
  font-family: 'Herokid', 'Bebas Neue', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 110%;
  text-align: center;
  color: #B5FF36;
  margin: 0;
}

.sales-planos__title-white {
  color: #FFFFFF;
}

.sales-planos__cards {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.sales-planos__card {
  width: 100%;
  max-width: 560px;
  box-sizing: border-box;
  border-radius: 22px;
  box-shadow: 110px 159px 77px rgba(0, 0, 0, 0.03), 62px 89px 65px rgba(0, 0, 0, 0.1), 28px 40px 48px rgba(0, 0, 0, 0.17), 7px 10px 27px rgba(0, 0, 0, 0.2);
  flex: none;
  display: flex;
  flex-direction: column;
}

.sales-planos__card--base {
  background: #1D1D1D;
  border: 1px solid transparent;
}

.sales-planos__card--saude {
  background: linear-gradient(180deg, #040610 0%, #262626 100%);
  border: 1px solid transparent;
}

.sales-planos__card:hover {
  border-color: #B5FF36;
}

.sales-planos__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 32px 38px;
  gap: 32px;
  flex: 1;
}

.sales-planos__card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.sales-planos__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 630px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  background: #B5FF36;
}

.sales-planos__card-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.sales-planos__card-line {
  width: 100%;
  max-width: 274px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  flex: none;
}

.sales-planos__price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.sales-planos__from,
.sales-planos__cash {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
}

.sales-planos__price-main {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.15;
  text-align: center;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin: 0;
}

.sales-planos__price-mes {
  color: #B5FF36;
  font-weight: 700;
}

.sales-planos__features {
  width: 100%;
  padding: 30px;
  border-radius: 12px;
  box-sizing: border-box;
}

.sales-planos__features--dark {
  background: #2C2C2C;
}

.sales-planos__features--light {
  background: #B5FF36;
}

.sales-planos__features-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  margin: 0 0 17px 0;
}

.sales-planos__features-title--dark {
  color: #081B2B;
}

.sales-planos__features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sales-planos__features-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.sales-planos__features-list--dark li {
  color: #081B2B;
}

.sales-planos__check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #B5FF36;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales-planos__check::after {
  content: '';
  width: 5px;
  height: 9px;
  margin-left: -1px;
  margin-top: -2px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sales-planos__check--dark {
  background: #081B2B;
}

.sales-planos__check--dark::after {
  border-color: #FFFFFF;
}

.sales-planos__disclaimers {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.sales-planos__disclaimer {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.sales-planos__cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sales-planos__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 17.63px 48px;
  min-width: 280px;
  min-height: 62px;
  background: linear-gradient(90deg, #10C400 0%, #4AF03B 51.92%, #0D9E00 100%);
  box-shadow: 0 0 12px rgba(181, 255, 54, 0.4), 0px 2.2px 48.47px rgba(16, 196, 0, 0.5);
  border-radius: 81px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 149%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s, transform 0.2s;
}

.sales-planos__btn::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 90px;
  border: 2px solid #22ff00;
  box-shadow: 0 0 18px rgba(34, 255, 0, 0.6);
  pointer-events: none;
}

.sales-planos__btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  color: #FFFFFF;
}

/* Card de atenção (renovação automática) – tamanho e fundo harmonizado com a section */
.sales-planos__aviso.planos-aviso {
  width: 50%;
  margin: 40px auto 0;
  padding: 3rem;
  border-radius: 20px;
  background: rgba(13, 48, 45, 0.95);
  text-align: center;
}
.planos-aviso__text {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .sales-planos__aviso.planos-aviso {
    width: 100%;
    padding: 2rem 1rem;
  }
  .sales-planos__aviso .planos-aviso__text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .sales-planos__title {
    font-size: 72px;
  }
  .sales-planos {
    padding: 40px 24px 100px;
  }
  .sales-planos__inner {
    gap: 50px;
  }
  .sales-planos__cards {
    flex-direction: column;
    align-items: center;
  }
  .sales-planos__card {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .sales-planos__title {
    font-size: 48px;
  }
  .sales-planos {
    padding: 32px 20px 80px;
  }
  .sales-planos__inner {
    gap: 40px;
  }
  .sales-planos__card-body {
    padding: 28px 20px;
  }
  .sales-planos__card-subtitle {
    font-size: 18px;
  }
  .sales-planos__price-main {
    font-size: 42px;
  }
  .sales-planos__features-title {
    font-size: 20px;
  }
  .sales-planos__btn {
    font-size: 16px;
    padding: 14px 32px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}


/* ========== GARANTIA ========== */

.sales-garantia {
  background: #021A18;
  padding: 80px 1.5rem 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sales-garantia__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 57px;
  max-width: 753px;
  width: 100%;
  margin: 0 auto;
}

.sales-garantia__icon-wrap {
  width: 388px;
  height: 388px;
  max-width: 100%;
}

.sales-garantia__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sales-garantia__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.sales-garantia__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.sales-garantia__title {
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-size: 80px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0;
  max-width: 552px;
}

.sales-garantia__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #B5FF36;
  margin: 0;
  max-width: 753px;
}

.sales-garantia__desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 0;
}

.sales-garantia__cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sales-garantia__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 17.63px 48px;
  min-width: 280px;
  min-height: 62px;
  background: linear-gradient(90deg, #10C400 0%, #4AF03B 51.92%, #0D9E00 100%);
  box-shadow: 0 0 12px rgba(181, 255, 54, 0.4), 0px 2.2px 48.47px rgba(16, 196, 0, 0.5);
  border-radius: 81px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 149%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s, transform 0.2s;
}

.sales-garantia__btn::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 90px;
  border: 2px solid #22ff00;
  box-shadow: 0 0 18px rgba(34, 255, 0, 0.6);
  pointer-events: none;
}

.sales-garantia__btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  color: #FFFFFF;
}

/* ========== CHICO ========== */

.sales-chico {
  background: #021A18;
  padding: 50px 40px 140px;
}

.sales-chico__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.sales-chico__title {
  font-family: 'Herokid', 'Bebas Neue', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 110%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.sales-chico__title-green {
  color: #B5FF36;
}

.sales-chico__line {
  width: 100%;
  max-width: 1018px;
  height: 1px;
  background: #B5FF36;
  flex: none;
}

.sales-chico__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.sales-chico__figure-wrap {
  flex: none;
}

.sales-chico__card {
  background: transparent;
  border-radius: 21px;
  max-width: 430px;
  position: relative;
  aspect-ratio: 430 / 550;
}

.sales-chico__img {
  width: 125%;
  height: auto;
  display: block;
  vertical-align: middle;
  transform: scaleX(-1);
  position: relative;
  left: -12%;
  top: -3%;
}

.sales-chico__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  flex: 1;
  min-width: 0;
  max-width: 498px;
}

.sales-chico__handle {
  font-family: 'Creato Display', Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0;
}

.sales-chico__quote {
  font-family: 'Creato Display', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0;
}

.sales-chico__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.sales-chico__text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0;
}

/* ========== FAQ (Sales) – ajustado para ficar igual à imagem/Figma ========== */

.sales-faq{
  background: #021A18;
  padding: 80px 1rem 100px;
}

.sales-faq__card{
  width: 1128px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 56px 56px;
}

.sales-faq__row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 45px;
  width: 100%;
}

.sales-faq__header{
  width: 336px;
  flex: 0 0 336px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 39px;
}

.sales-faq__title{
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0;
}

.sales-faq__line{
  width: 100%;
  height: 4px;
  background: #B5FF36;
  border-radius: 20px;
}

.sales-faq__list{
  width: 728px;
  max-width: 100%;
  flex: 0 1 728px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.sales-faq__item{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sales-faq__item > summary{
  list-style: none;
}
.sales-faq__item > summary::-webkit-details-marker{
  display: none;
}

.sales-faq__question{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 14px 30px;
  gap: 10px;
  background: #0A3E1D;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  outline: none;
}

.sales-faq__question-text{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  flex: 1;
  min-width: 0;
}

.sales-faq__icon{
  width: 23.54px;
  height: 23.54px;
  flex: 0 0 23.54px;
  background: #B5FF36;
  border-radius: 7.35483px;
  position: relative;
}

.sales-faq__icon::after,
.sales-faq__icon::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #0A3E1D;
  border-radius: 2px;
}

.sales-faq__icon::after{
  width: 10px;
  height: 2px;
}

.sales-faq__icon::before{
  width: 2px;
  height: 10px;
}

.sales-faq__item[open] .sales-faq__icon::before{
  display: none;
}

.sales-faq__answer-wrap{
  padding-left: 18px;
}

.sales-faq__answer-wrap:has(.sales-faq__answer:empty){
  display: none;
}

.sales-faq__answer{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0;
}

/* ========== MEDIA QUERIES ========== */

@media (max-width: 991px) {
  .sales-garantia__title {
    font-size: 56px;
  }
  .sales-garantia__icon-wrap {
    width: 320px;
    height: 320px;
  }
  .sales-garantia__inner {
    gap: 44px;
  }
  .sales-garantia__subtitle {
    font-size: 20px;
  }

  .sales-chico__title {
    font-size: 72px;
  }
  .sales-chico {
    padding: 40px 24px 100px;
  }
  .sales-chico__row {
    flex-direction: column;
    gap: 40px;
  }
  .sales-chico__content {
    max-width: 100%;
  }

  .sales-faq__card{
    padding: 44px 32px;
  }
  .sales-faq__row{
    flex-direction: column;
    gap: 32px;
  }
  .sales-faq__header{
    width: 100%;
    flex: none;
  }
  .sales-faq__title{
    font-size: 56px;
  }
  .sales-faq__list{
    width: 100%;
    flex: none;
  }
}

@media (max-width: 767px) {
  .sales-garantia {
    padding: 60px 1rem 80px;
  }
  .sales-garantia__inner {
    gap: 40px;
  }
  .sales-garantia__icon-wrap {
    width: 280px;
    height: 280px;
  }
  .sales-garantia__title {
    font-size: 40px;
  }
  .sales-garantia__subtitle {
    font-size: 18px;
  }
  .sales-garantia__desc {
    font-size: 16px;
    line-height: 28px;
  }
  .sales-garantia__btn {
    font-size: 16px;
    padding: 14px 32px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .sales-chico__title {
    font-size: 48px;
  }
  .sales-chico__inner {
    gap: 28px;
  }
  .sales-chico {
    padding: 32px 20px 80px;
  }

  .sales-faq{
    padding: 60px 1rem 80px;
  }
  .sales-faq__card{
    padding: 32px 20px;
  }
  .sales-faq__title{
    font-size: 40px;
  }
  .sales-faq__question{
    padding: 14px 18px;
  }
  .sales-faq__question-text{
    font-size: 16px;
  }
  .sales-faq__answer{
    font-size: 15px;
  }
}


/* ========== SECTION: VOCÊ ESTÁ AQUI POR UM MOTIVO ========== */

.sales-decisao {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #021A18;
}

.sales-decisao__inner {
  width: 994px;
  max-width: 100%;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 80px 40px;
  gap: 50px;

  box-sizing: border-box;
  text-align: center;
}

.sales-decisao__title {
  font-family: 'Herokid','Bebas Neue',sans-serif;
  font-weight: 700;
  font-size: 83px;
  line-height: 110%;
  margin: 0;
}

.sales-decisao__title-green {
  color: #B5FF36;
}

.sales-decisao__title-white {
  color: #FFFFFF;
}

.sales-decisao__text-wrap {
  max-width: 754px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sales-decisao__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0;
}

/* CTA - mesmo padrão dos outros botões */

.sales-decisao__cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sales-decisao__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  padding: 17.63px 48px;
  min-width: 280px;
  min-height: 62px;

  background: linear-gradient(90deg, #10C400 0%, #4AF03B 51.92%, #0D9E00 100%);
  box-shadow: 0 0 12px rgba(181, 255, 54, 0.4),
              0px 2.2px 48.47px rgba(16, 196, 0, 0.5);
  border-radius: 81px;

  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 149%;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;

  transition: opacity 0.2s, transform 0.2s;
}

.sales-decisao__btn::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 90px;
  border: 2px solid #22ff00;
  box-shadow: 0 0 18px rgba(34, 255, 0, 0.6);
  pointer-events: none;
}

.sales-decisao__btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

/* ========== RESPONSIVO ========== */

@media (max-width: 991px) {

  .sales-decisao__title {
    font-size: 56px;
  }

  .sales-decisao__text {
    font-size: 18px;
  }

  .sales-decisao__inner {
    padding: 60px 32px;
  }
}

@media (max-width: 767px) {

  .sales-decisao__inner {
    padding: 50px 20px;
    gap: 36px;
  }

  .sales-decisao__title {
    font-size: 40px;
  }

  .sales-decisao__text {
    font-size: 17px;
  }

  .sales-decisao__btn {
    width: 100%;
    min-width: 0;
    padding: 14px 32px;
    font-size: 16px;
  }
}




/* ========== Footer (copied from lp-10-motivos) ========== */
body.page-template-page-sales .lp-footer {
  background: #011A26;
  padding: 47px 40px;
}

body.page-template-page-sales .lp-footer__inner {
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 147px;
}

body.page-template-page-sales .lp-footer__logo {
  width: 128px;
  height: 56px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

body.page-template-page-sales .lp-footer__text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex: 1;
  min-width: 0;
}

body.page-template-page-sales .lp-footer__copyright,
body.page-template-page-sales .lp-footer__links {
  font-family: 'Sora', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}

body.page-template-page-sales .lp-footer__links {
  white-space: nowrap;
}

@media (max-width: 991px) {
  body.page-template-page-sales .lp-footer__inner {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  body.page-template-page-sales .lp-footer__text {
    flex-direction: column;
    justify-content: center;
  }
  body.page-template-page-sales .lp-footer {
    padding: 40px 24px;
  }
}

@media (max-width: 767px) {
  body.page-template-page-sales .lp-footer__copyright {
    text-align: center;
  }
  body.page-template-page-sales .lp-footer {
    padding: 32px 20px;
  }
}


/* ========== HERO — Mobile Landscape (não corta o card) ========== */
@media (max-width: 991px) and (orientation: landscape) {

  /* deixa a hero crescer se precisar */
  .sales-hero{
    height: auto !important;       /* NÃO travar em 100vh */
    min-height: 100vh;
    padding: 16px 16px 24px;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }

  /* evita offsets negativos do mobile portrait */
  .sales-hero__content{
    margin-top: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    justify-content: center !important;
    align-items: center !important;
  }

  /* o card pode rolar internamente se ultrapassar a viewport */
  .sales-hero__card{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;

    /* aqui está o fix do corte */
    -webkit-overflow-scrolling: touch;
  }

  /* centraliza conteúdo e remove empurrão desktop */
  .sales-hero__content-inner{
    transform: none !important;
    width: 100%;
    max-width: 720px;
    align-items: center !important;
    text-align: center !important;
  }

  .sales-hero__title,
  .sales-hero__subtitle,
  .sales-hero__text{
    text-align: center !important;
  }

  .sales-hero__btns{
    justify-content: center;
    width: 100%;
  }

  .sales-hero__btns {
    gap: 30px;
  }
}
