/* Reviews, contador e prova social. */

/* Footer score */
.reviews__footerScore{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(15,23,42,.08);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}

.reviews__stars{
  color:#E11D48;
  font-size:14px;
  letter-spacing:2px;
}

.reviews__scoreText{
  font-size:13px;
  color:rgba(11,15,20,.7);
}

.reviews__scoreText strong{
  font-weight:900;
  color:#0B0F14;
}
.reviews__confidence{
  font-size:12px;
  color:rgba(11,15,20,.55);
  margin-top:4px;
}
.reviewVideo{
  position:relative;
  width:100%;
  border-radius:14px;
  overflow:hidden;
  background:#000;
}

.reviewVideo__el{
  width:100%;
  height:auto;
  display:block;
}

/* botão play CENTRAL */
.reviewVideo__play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:54px;
  height:54px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.45);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  cursor:pointer;
  backdrop-filter: blur(6px);
}

/* botão de som (canto) */
.reviewVideo__sound{
  position:absolute;
  right:10px;
  bottom:10px;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.45);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter: blur(6px);
}

.reviewVideo.is-playing .reviewVideo__play{
  opacity:0;
  pointer-events:none;
  transition: opacity .18s ease;
}
.reviewVideo{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;   /* força 3:4 */
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

.reviewVideo video{
  width: 100%;
  height: 100%;
  object-fit: cover;   /* corta sem deformar */
  display: block;
}
/* container do preço */
.cta__price{
  background:#ededed;
  border-radius:18px;
  padding:18px 16px;
  box-shadow:0 10px 26px rgba(15,23,42,.08);
  border:1px solid rgba(15,23,42,.08);
  text-align:center;
  margin-top:16px;
}

/* preço antigo */
.cta__priceCompare{
  font-size:13px;
  color:#8b95a5;
  margin-bottom:8px;
}
.cta__priceCompare span{
  text-decoration:line-through;
  text-decoration-thickness:2px;
  text-decoration-color: rgba(225,29,72,.65);
}

/* preço principal */
.cta__priceMain{
  font-size:42px;
  font-weight:900;
  letter-spacing:-.02em;
  line-height:1;
  color:#16a34a;
  margin:6px 0 8px;
}

/* parcelamento */
.cta__priceSub{
  font-size:14px;
  color:#334155;
  opacity:.92;
}

/* micro destaque premium (sem HTML extra) */

.cta__priceDaily{
  display:inline-block;
  margin-top:10px;
  padding:7px 12px;
  border-radius:999px;
  background:#ecfdf3;
  color:#15803d;
  font-weight:800;
  font-size:13px;
}

.cta__priceNote{
  margin-top:8px;
  font-size:13px;
  color:#64748b;
}
.cta__priceMain{
  text-shadow:0 1px 0 rgba(255,255,255,.6);
  animation:popPrice .55s ease;
}
@keyframes popPrice{
  from{transform:scale(.96); opacity:0;}
  to{transform:scale(1); opacity:1;}
}

.nxSat{
  --nx-red: #E11D48;
  --nx-ink: #111827;
  --nx-muted: rgba(17,24,39,.62);
  --nx-card: #ffffff;
  --nx-line: rgba(17,24,39,.10);
  --nx-shadow: 0 16px 40px rgba(17,24,39,.10);
  width:100%;
  padding: 18px 16px 26px; /* + espaço embaixo pro badge “vazar” */
}

.nxSat__head{
  display:flex;
  justify-content:center;
  text-align:center;
  margin-bottom: 12px;
}

.nxSat__title{
  margin:0;
  font-size: 22px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: .6px;
  color: var(--nx-ink);
}

.nxSat__wrap{
  position:relative;
  background: var(--nx-card);
  border: 1px solid var(--nx-line);
  border-radius: 18px;
  box-shadow: var(--nx-shadow);
  padding: 10px;
  overflow: visible; /* importante pro badge “sair” pra fora */
}

/* viewport horizontal */
.nxSat__viewport{
  overflow: hidden;
  border-radius: 14px;
}

/* track horizontal */
.nxSat__track{
  display:flex;
  gap: 10px;
  will-change: transform;
}

/* items 1:1 */
.nxSat__item{
  flex: 0 0 auto;
  width: 108px;          /* controla o tamanho do “quadrado” */
  aspect-ratio: 1 / 1;   /* 1:1 */
  border-radius: 14px;
  overflow:hidden;
  border: 1px solid rgba(17,24,39,.10);
  background:#fff;
}

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

/* badge descendo (ajuste aqui) */
.nxSat__badge{
  position:absolute;
  left: 50%;
  bottom: -22px;          /* ⬅️ desce mais (ex: -28px) */
  transform: translateX(-50%);
  z-index: 5;

  background: #fff;
  border: 1px solid rgba(17,24,39,.10);
  box-shadow: 0 10px 24px rgba(17,24,39,.12);
  border-radius: 14px;

  padding: 10px 14px;
  min-width: 210px;
  text-align: center;
  pointer-events:none;
}

.nxSat__badgeTop{
  display:block;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .4px;
  color: var(--nx-red);
  margin-bottom: 2px;
}
.nxSat__badgeSub{
  display:block;
  font-size: 12px;
  line-height: 1.15;
  color: rgba(17,24,39,.65);
}

/* responsivo */
@media (min-width: 480px){
  .nxSat__item{ width: 124px; }
}
.nxSat{
  padding: 36px 16px 56px;
}
.nxSat__item{
  width: 148px;          /* 🔥 maior no mobile */
  aspect-ratio: 1 / 1;
  border-radius: 16px;
}
.cta__priceMain{
  animation: pricePulse 2.5s ease-in-out infinite;
}

@keyframes pricePulse{
  0%,100%{transform:scale(1);}
  50%{transform:scale(1.02);}
}
.cta__priceDaily{
  transition:.3s;
}
.cta__price{
  position:relative;
  overflow:hidden;
}

.cta__price::after{
  content:"";
  position:absolute;
  top:-50%;
  left:-150%;
  width:200%;
  height:200%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  animation: shine 6s infinite;
}

@keyframes shine{
  0%{left:-150%;}
  100%{left:150%;}
}
