/* ================================================================
   Hotsite: Fralda de Piscina Reutilizável — Pulpo Moda Infantil
   Design base: 1440px (Figma), Lexend corpo, Fredoka títulos
   Padding de seção: 80px 115px (exato Figma)
   ================================================================ */

html {
  scroll-behavior: smooth;
}

/* CSS para animação de scroll inicial */
[data-animate],
.scroll-animate {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(28px);
  will-change: opacity, filter, transform;
}

/* ── Tokens de cor (extraídos do Figma) ── */
.hotsite-wrapper-fralda-piscina {
  --tarawera: #105f63; /* Primary Accent */
  --mirage: #320c48; /* Tertiary */
  --mulled-wine: #4a4a6a;
  --pacific-blue: #2ecfd6; /* Primary */
  --bondi-blue: #113155; /* Primary Accent */
  --saffron: #fbd34c; /* Secondary */
  --saffron-dark: #d27611;
  --napa: #b0a090;
  --quarter-spanish: #f7f0e3; /* Creme original */
  --light-purple: #f0e3ff; /* Brand light purple */
  --desert-storm: #f9f9f7;
  --aths-special: #ffeea4; /* Light yellow */
  --white: #ffffff;
  --cyan-strip: #2ecfd6; /* Primary */

  font-family: "Lexend", sans-serif;
  color: var(--mirage);
  background: var(--white);
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.hotsite-wrapper-fralda-piscina.js-enabled .motion-stagger-item {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(24px);
  will-change: opacity, filter, transform;
}

.hotsite-wrapper-fralda-piscina * {
  box-sizing: border-box;
}

/* Container centralizado — max 1440px, padding lateral 115px */
.hotsite-wrapper-fralda-piscina .hs-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 115px;
}

/* ────────────────────────────────────────
   TIPOGRAFIA
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .titulo-fredoka-80 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 0.99em;
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .titulo-fredoka-58 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 63.8px;
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .titulo-fredoka-52 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 62.4px;
  color: var(--tarawera);
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .titulo-fredoka-50 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .titulo-fredoka-40 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: var(--tarawera);
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .titulo-h1-azul {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 63.8px;
  color: var(--white);
  margin: 0 0 16px;
}
.hotsite-wrapper-fralda-piscina .titulo-h1-azul em {
  font-style: normal;
  color: var(--pacific-blue);
}

.hotsite-wrapper-fralda-piscina .secao-label {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16.5px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bondi-blue);
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .corpo-texto {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  color: var(--mulled-wine);
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .compra-segura {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  color: var(--mulled-wine);
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .cor-branca {
  color: var(--white) !important;
}
.hotsite-wrapper-fralda-piscina .text-center {
  text-align: center !important;
}

/* ────────────────────────────────────────
   BOTÕES
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .btn-saffron {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--saffron);
  color: var(--tarawera);
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  padding: 18px 40px 19px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(245, 200, 66, 0.4);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
  cursor: pointer;
  border: none;
}
.hotsite-wrapper-fralda-piscina .btn-saffron:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(245, 200, 66, 0.5);
}
.hotsite-wrapper-fralda-piscina .btn-cyan {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  background: var(--pacific-blue);
  color: var(--white);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  padding: 20px 40px 20px;
  border-radius: 8px;
  box-shadow: 0 6px 28px rgba(0, 180, 198, 0.35);
  transition: transform 0.15s ease;
}
.hotsite-wrapper-fralda-piscina .btn-cyan:hover {
  transform: translateY(-2px);
}

/* Ícones check / x */
.hotsite-wrapper-fralda-piscina .ico-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pacific-blue);
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 8px;
}
.hotsite-wrapper-fralda-piscina .ico-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}
.hotsite-wrapper-fralda-piscina .ico-check-branco {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pacific-blue);
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 8px;
}

/* Cabeçalho de seção padrão */
.hotsite-wrapper-fralda-piscina .secao-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hotsite-wrapper-fralda-piscina .secao-header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  margin: 0 auto;
}

/* ────────────────────────────────────────
   1. BARRA DE URGÊNCIA
   bg: #0A3D62 | h: 66px | Lexend Bold 14px | Saffron
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .topo-urgencia {
  background: var(--bondi-blue);
  padding: 11px 20px 12px;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0.0357em;
  color: var(--saffron);
}

/* ────────────────────────────────────────
   2. HERO — 859px height, bg: image + absolute layers
   Texto: Fredoka Medium 80px centralizado
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .hero-dobra {
  position: relative;
  width: 100%;
  height: 859px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #2ecfd6;
}

.hotsite-wrapper-fralda-piscina .hero-dobra .hero-bg-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 2006px;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hotsite-wrapper-fralda-piscina .hero-dobra .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hotsite-wrapper-fralda-piscina.js-enabled .hero-bg {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.08);
  will-change: opacity, filter, transform;
}
.hotsite-wrapper-fralda-piscina.js-enabled .hero-dobra .white-stripe-hero {
  opacity: 0;
  will-change: opacity, transform;
}
.hotsite-wrapper-fralda-piscina.js-enabled .hero-dobra .hero-wave {
  opacity: 0;
  will-change: opacity, transform;
}
.hotsite-wrapper-fralda-piscina .hero-dobra .white-stripe-hero {
  position: absolute;
  left: 30%;
  transform: translateX(
    calc(
      -30% - 550px + var(--stripe-parallax, 0px) + var(--stripe-entrance, 0px)
    )
  );
  top: -90px;
  width: auto;
  height: 130%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.hotsite-wrapper-fralda-piscina .hero-dobra .hero-wave {
  position: absolute;
  left: 70%;
  transform: translateX(
    calc(-70% + var(--wave-parallax, 0px) + var(--wave-entrance, 0px))
  );
  top: -650px;
  width: auto;
  height: 1393px;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

.hotsite-wrapper-fralda-piscina .hero-dobra .hero-fraldas-wrapper {
  position: absolute;
  top: 335px; /* Movido mais para baixo */
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.hotsite-wrapper-fralda-piscina .hero-dobra .fralda-group {
  position: absolute;
}

.hotsite-wrapper-fralda-piscina .hero-dobra .fralda-group-descartavel {
  left: 50%;
  transform: translateX(calc(-50% - 250px));
  top: 0;
}

.hotsite-wrapper-fralda-piscina .hero-dobra .fralda-group-pulpo {
  left: 50%;
  transform: translateX(calc(-50% + 250px));
  top: 20;
}

.hotsite-wrapper-fralda-piscina .hero-dobra .fralda-img-base {
  width: auto;
  height: auto;
  object-fit: contain;
}

.hotsite-wrapper-fralda-piscina
  .hero-dobra
  .hero-fraldas-wrapper
  .fralda-img-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hotsite-wrapper-fralda-piscina
  .hero-dobra
  .hero-fraldas-wrapper
  .fralda-img-vs {
  position: absolute;
  left: -125px;
  top: 120px;
  width: 150px;
  height: auto;
  object-fit: contain;
}

.hotsite-wrapper-fralda-piscina .hero-dobra .hero-badge {
  position: absolute;
  width: 217px;
  height: 217px;
  object-fit: cover;
  z-index: 3;
}

.hotsite-wrapper-fralda-piscina .hero-dobra .hero-badge-descartavel {
  top: 60px;
  left: -20px; /* Canto superior esquerdo */
}

.hotsite-wrapper-fralda-piscina .hero-dobra .hero-badge-pulpo {
  top: -40px;
  right: -20px; /* Canto superior direito */
}

.hotsite-wrapper-fralda-piscina .hero-head {
  max-width: 1440px;
  width: 100%;
  z-index: 4;
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 50px;
}
.hotsite-wrapper-fralda-piscina .hero-label {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 28.9px;
  letter-spacing: 0.1765em;
  text-transform: uppercase;
  display: block;
}
.hotsite-wrapper-fralda-piscina .hero-titulo {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 0.99em;
  color: var(--white);
  margin-top: -4;
}

.hotsite-wrapper-fralda-piscina .hero-cta-area {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 49px 30px 30px;
}
.hotsite-wrapper-fralda-piscina .hero-pulpo-icon {
  width: 50px;
  height: 43px;
}
.hotsite-wrapper-fralda-piscina .hero-btn-area {
  display: flex;
  justify-content: center;
  padding: 24px 0 40px;
}

/* ────────────────────────────────────────
   3. BARRA DE FEATURES
   bg: #2ECFD6 | h: 66px | gap: 32px
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .barra-features {
  background-color: var(--cyan-strip);
  height: 66px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.hotsite-wrapper-fralda-piscina .barra-features::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    url("../../images/hotsites/fralda-piscina/outlined_logo.webp"),
    url("../../images/hotsites/fralda-piscina/outlined_logo.webp");
  background-size: 700px;
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
}
.hotsite-wrapper-fralda-piscina .barra-features-ticker {
  display: flex;
  width: max-content;
}
.hotsite-wrapper-fralda-piscina .ticker-track {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
  animation: ticker 25s linear infinite;
  flex-shrink: 0;
}
.hotsite-wrapper-fralda-piscina .feat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: var(--tarawera);
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.hotsite-wrapper-fralda-piscina .feature-icon-dark {
  width: 22px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

/* ────────────────────────────────────────
   4. SEÇÃO SOLUÇÃO
   bg: white | padding: 80px 115px
   Texto esquerda 630px + foto absoluta direita
   ──────────────────────────────────────── */

.grupo-de-apresentacao {
  overflow: hidden;
}
.hotsite-wrapper-fralda-piscina .solucao-secao {
  background: var(--white);
  padding: 80px 0;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.hotsite-wrapper-fralda-piscina .solucao-inner {
  display: flex;
  align-items: flex-start;
}
.hotsite-wrapper-fralda-piscina .solucao-col-texto {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 630px;
  position: relative;
  z-index: 2;
}
.hotsite-wrapper-fralda-piscina .solucao-icon-wrap {
  display: flex;
  align-items: center;
}
.hotsite-wrapper-fralda-piscina .solucao-icon {
  width: 64px;
  height: auto;
}
.hotsite-wrapper-fralda-piscina .solucao-baby {
  position: absolute;
  right: -280px;
  top: -85px;
  width: 1050px;
  height: auto;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

/* ────────────────────────────────────────
   5. SEÇÃO BENEFÍCIOS
   bg: gradient white → #F7F0E3 38%
   padding: 80px 115px | gap: 40px
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .beneficios-secao {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(247, 240, 227, 1) 38%
  );
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.hotsite-wrapper-fralda-piscina .beneficios-secao .hs-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.hotsite-wrapper-fralda-piscina .beneficios-baby-abs {
  position: absolute;
  left: -5%;
  bottom: -570px;
  width: 663px;
  height: 1110px;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

/* Dois cards grandes (h: 384px, radius: 16px, padding: 32px) */
.hotsite-wrapper-fralda-piscina .beneficios-row-grande {
  display: flex;
  gap: 24px;
  align-items: stretch;
  width: 100%;
  margin-top: 24px;
}
.hotsite-wrapper-fralda-piscina .card-grande {
  flex: 1;
  background: var(--white);
  border-radius: 16px;
  padding: 140px 44px 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  box-shadow: 0 4px 12.9px rgba(0, 0, 0, 0.15);
  position: relative;
}
.hotsite-wrapper-fralda-piscina .sticker-card {
  width: 135px;
  height: 135px;
  position: absolute;
  top: -20px;
  left: 24px;
  object-fit: cover;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}
.hotsite-wrapper-fralda-piscina .card-grande-titulo {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30.25px;
  color: var(--tarawera);
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .card-grande-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Texto entre seções */
.hotsite-wrapper-fralda-piscina .beneficios-texto-central {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 23.38px;
  text-align: center;
  color: var(--mulled-wine);
  margin: 24px 0px 16px;
}

/* Grid 3 cards menores (h: 300px, padding: 24px, radius: 8px) */
.hotsite-wrapper-fralda-piscina .grupo-beneficios-pequenos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hotsite-wrapper-fralda-piscina .beneficios-row-small {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.hotsite-wrapper-fralda-piscina .caixa-dor {
  flex: 1;
  background: transparent;
  border: 1px solid var(--aths-special);
  border-radius: 8px;
  padding: 24px;
  height: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 4.9px rgba(0, 0, 0, 0.08);
  position: relative;
}
.hotsite-wrapper-fralda-piscina .caixa-dor .icon-sticker {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.hotsite-wrapper-fralda-piscina .caixa-dor h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--mirage);
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .caixa-dor p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  color: var(--mulled-wine);
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .beneficios-cta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 10px;
  padding-top: 8px;
}

/* ────────────────────────────────────────
   6. COMPARAÇÃO
   bg: imagem areia | glassmorphism card
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .comparacao-secao {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.hotsite-wrapper-fralda-piscina .comparacao-areia {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hotsite-wrapper-fralda-piscina .comparacao-inner {
  position: relative;
  z-index: 2;
  width: 860px;
  max-width: 100%;
  padding: 80px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.hotsite-wrapper-fralda-piscina .comparacao-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  margin-bottom: 16px;
}

/* Card glassmorphism */
.hotsite-wrapper-fralda-piscina .batalha-wrap {
  width: 100%;
  height: 848px;
}
.hotsite-wrapper-fralda-piscina .batalha-glass {
  display: flex;
  justify-content: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 7px 40px rgba(0, 0, 0, 0.12);
  border-radius: 32px 32px 0 0;
  padding: 20px 20px 0px;
  overflow: hidden;
  height: 100%;
}
.hotsite-wrapper-fralda-piscina .batalha-col {
  width: 50%;
  padding: 32px 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
}
.hotsite-wrapper-fralda-piscina .batalha-col.col-vence {
  background: rgba(255, 255, 255, 0.9);
  border-left: 2px solid var(--pacific-blue);
  border-top: 2px solid var(--pacific-blue);
  border-right: 2px solid var(--pacific-blue);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 8px 32px rgba(0, 180, 198, 0.18);
  overflow: hidden;
}
.hotsite-wrapper-fralda-piscina .batalha-col-titulo {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--napa);
  text-align: center;
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .batalha-col-titulo-pulpo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--pacific-blue);
  text-align: center;
}
.hotsite-wrapper-fralda-piscina .batalha-pulpo-icon-img {
  width: 24px;
  height: auto;
}
.hotsite-wrapper-fralda-piscina .batalha-foto-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotsite-wrapper-fralda-piscina .batalha-foto {
  width: 275px;
  height: auto;
  object-fit: contain;
}
.hotsite-wrapper-fralda-piscina .batalha-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.hotsite-wrapper-fralda-piscina .batalha-lista li {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 24px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--mulled-wine);
  border-bottom: 1px dashed rgba(69, 79, 91, 0.2);
}
.hotsite-wrapper-fralda-piscina .batalha-lista li:last-child {
  border-bottom: none;
}
.hotsite-wrapper-fralda-piscina .ico-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  color: #f44336;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.hotsite-wrapper-fralda-piscina .ico-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 18px;
  border-radius: 50%;
  background: var(--pacific-blue);
  color: white;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
/* Ghost octopus watermark inside Pulpo column */
.hotsite-wrapper-fralda-piscina .batalha-ghost-octopus {
  position: absolute;
  bottom: -20%;
  right: 0px;
  pointer-events: none;
  user-select: none;
}
.hotsite-wrapper-fralda-piscina .batalha-ghost-octopus-top {
  position: absolute;
  top: 0%;
  left: 0px;
  pointer-events: none;
  user-select: none;
}
/* CTA da batalha */
.hotsite-wrapper-fralda-piscina .batalha-cta-row {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  padding: 30px 24px 40px;
  width: 100%;
  border-radius: 0 0 24px 24px;
}

/* ────────────────────────────────────────
   7. DEPOIMENTOS
   bg: #F9F9F7 | padding: 80px 115px
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .depoimentos-secao {
  background: var(--desert-storm);
  padding: 80px 0;
  width: 100%;
  margin: 0 auto;
}
.hotsite-wrapper-fralda-piscina .depoimentos-secao .hs-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Ticker infinito para as fotos de bebês (1:1) */
.hotsite-wrapper-fralda-piscina .dep-photos-ticker-container {
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 24px;
  margin-bottom: 32px;
}
.hotsite-wrapper-fralda-piscina .dep-photos-ticker {
  display: flex;
  width: max-content;
}
.hotsite-wrapper-fralda-piscina .dep-photos-ticker .ticker-track {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  animation: ticker 35s linear infinite;
  flex-shrink: 0;
}
.hotsite-wrapper-fralda-piscina .dep-photo-item {
  width: 280px;
  height: 280px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.hotsite-wrapper-fralda-piscina .dep-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hotsite-wrapper-fralda-piscina .depoimentos-sub {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 23.38px;
  color: var(--mulled-wine);
  text-align: center;
  margin: 0 0 24px;
}

/* Carrossel de Vídeos Automático */
.hotsite-wrapper-fralda-piscina .dep-videos-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 24px auto 32px;
}
.hotsite-wrapper-fralda-piscina .dep-videos-carousel {
  display: block;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 12px 0;
  width: 100%;
}
.hotsite-wrapper-fralda-piscina .dep-videos-carousel::-webkit-scrollbar {
  display: none;
}
.hotsite-wrapper-fralda-piscina .dep-videos-carousel .carousel-track {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
  align-items: center;
  gap: 24px;
}

/* Slider Buttons */
.hotsite-wrapper-fralda-piscina .dep-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: var(--tarawera);
  border: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.2s ease,
    background-color 0.2s ease;
}
.hotsite-wrapper-fralda-piscina .dep-slider-btn svg {
  display: block;
}
.hotsite-wrapper-fralda-piscina .dep-slider-btn:hover {
  background: var(--desert-storm);
  transform: translateY(-50%) scale(1.05);
}
.hotsite-wrapper-fralda-piscina .dep-slider-btn.btn-prev {
  left: -24px;
}
.hotsite-wrapper-fralda-piscina .dep-slider-btn.btn-next {
  right: -24px;
}
.hotsite-wrapper-fralda-piscina
  .dep-videos-slider-wrapper:hover
  .dep-slider-btn {
  opacity: 1;
  pointer-events: auto;
}
.hotsite-wrapper-fralda-piscina .dep-video-item {
  flex: 0 0 calc((100% - 72px) / 4);
  aspect-ratio: 300 / 533;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform 0.2s ease;
}
@media (max-width: 960px) {
  .hotsite-wrapper-fralda-piscina .dep-video-item {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}
@media (max-width: 480px) {
  .hotsite-wrapper-fralda-piscina .dep-video-item {
    flex: 0 0 calc(100% - 32px);
    scroll-snap-align: center;
  }
}
.hotsite-wrapper-fralda-piscina .dep-video-item:hover {
  transform: translateY(-5px);
}
.hotsite-wrapper-fralda-piscina .dep-video-cover {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  z-index: 1;
}
.hotsite-wrapper-fralda-piscina .dep-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 10; /* blocks iframe clicks / covers cover */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
}
.hotsite-wrapper-fralda-piscina .dep-video-play-btn {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.hotsite-wrapper-fralda-piscina .dep-video-play-btn svg {
  margin-left: 2px;
  fill: #000;
  width: 20px;
  height: 20px;
}
.hotsite-wrapper-fralda-piscina .dep-video-user {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}
.hotsite-wrapper-fralda-piscina .dep-video-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  object-fit: cover;
}
.hotsite-wrapper-fralda-piscina .dep-video-user-text {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1.2;
}
.hotsite-wrapper-fralda-piscina .dep-video-user-name {
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.hotsite-wrapper-fralda-piscina .dep-video-user-details {
  font-size: 11px;
  opacity: 0.9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.hotsite-wrapper-fralda-piscina .dep-iframe-container {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
}

/* Hover effects */
.hotsite-wrapper-fralda-piscina .dep-video-item:hover .dep-video-cover {
  transform: scale(1.05);
}
.hotsite-wrapper-fralda-piscina .dep-video-item:hover .dep-video-play-btn {
  transform: scale(1.1);
  background: #ffffff;
}

/* Modal de Vídeos */
.hotsite-wrapper-fralda-piscina .video-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hotsite-wrapper-fralda-piscina .modal-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.hotsite-wrapper-fralda-piscina .modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.hotsite-wrapper-fralda-piscina .video-modal-content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding: 24px;
}
.hotsite-wrapper-fralda-piscina .modal-nav-btn {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.3s,
    transform 0.2s;
}
.hotsite-wrapper-fralda-piscina .modal-nav-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.hotsite-wrapper-fralda-piscina .modal-track-container {
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 533;
  max-width: 450px;
  max-height: 80vh;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  touch-action: pan-y pinch-zoom;
}
.hotsite-wrapper-fralda-piscina .modal-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.hotsite-wrapper-fralda-piscina .modal-video-item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background: #000;
}

/* ────────────────────────────────────────
   8. CTA FINAL (creme)
   bg: #F7F0E3 | padding: 80px 115px | gap: 87px
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .cta-final-secao {
  background: var(--quarter-spanish);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 650px;
  margin: 0 auto;
}
.hotsite-wrapper-fralda-piscina .cta-final-secao .hs-inner {
  display: flex;
  flex-direction: column;
  gap: 87px;
  position: relative;
  z-index: 2;
}
.hotsite-wrapper-fralda-piscina .cta-sticker-abs {
  position: absolute;
  right: -280px;
  top: -114px;
  width: 925px;
  height: auto;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hotsite-wrapper-fralda-piscina .cta-final-topo {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hotsite-wrapper-fralda-piscina .cta-final-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Produto mockup */
.hotsite-wrapper-fralda-piscina .produto-mockup {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
  padding: 32px 28px;
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
  transform: translateY(-80px);
  z-index: 50;
}
.hotsite-wrapper-fralda-piscina .prod-nome {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: var(--tarawera);
  text-align: center;
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .prod-stars {
  color: var(--saffron);
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .prod-preco-de {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  text-decoration: line-through;
  color: rgba(63, 61, 56, 0.5);
  text-align: center;
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .prod-preco {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--bondi-blue);
  text-align: center;
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .prod-parcela {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: rgba(63, 61, 56, 0.75);
  text-align: center;
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .prod-social-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(69, 79, 91, 0.15);
}
.hotsite-wrapper-fralda-piscina .social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: rgba(63, 61, 56, 0.75);
}

/* Product container */
.hotsite-wrapper-fralda-piscina .product-section .hs-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
  height: auto;
  position: relative;
}
/* Coluna azul (dobra 2) */
.hotsite-wrapper-fralda-piscina .product-section {
  height: auto;
  background: linear-gradient(
    152deg,
    rgba(10, 61, 98, 1) 0%,
    rgba(13, 89, 134, 1) 64%,
    rgba(0, 151, 167, 1) 100%
  );
  position: relative;
  padding: 0px 0px 64px;
}
.hotsite-wrapper-fralda-piscina .cta-azul-bg {
  position: absolute;
  top: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  z-index: 0;
}
.hotsite-wrapper-fralda-piscina .cta-azul-inner {
  max-width: 600px;
  position: relative;
  z-index: 1;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hotsite-wrapper-fralda-piscina .cta-azul-sub {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  line-height: 28.8px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .hero-bullets {
  list-style: none;
  padding: 20px 0 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hotsite-wrapper-fralda-piscina .hero-bullets li {
  display: flex;
  align-items: center;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  color: var(--white);
}

/* ────────────────────────────────────────
   9. CUPOM
   bg: navy gradient | padding: 30px 115px | h: 561px
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .cupom-secao {
  background: linear-gradient(
    180deg,
    rgba(10, 61, 98, 1) 13%,
    rgba(32, 118, 159, 1) 100%
  );
  padding: 30px 0 0;
  height: auto;
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hotsite-wrapper-fralda-piscina .cupom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: 500px;
}
.hotsite-wrapper-fralda-piscina .cupom-texto {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 601px;
  font-family: "Lexend", sans-serif;
}
.hotsite-wrapper-fralda-piscina .cupom-codigo {
  display: inline-block;
  background: var(--white);
  color: var(--tarawera);
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 8px;
}
.hotsite-wrapper-fralda-piscina .cupom-card {
  transform: translateY(-40px);
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.3s ease;
}
@keyframes cupomClickAnim {
  0% {
    transform: translateY(-40px);
    filter: drop-shadow(0 0 0px transparent);
  }
  50% {
    transform: translateY(-30px) scale(0.95);
    filter: drop-shadow(0 0 40px rgba(245, 200, 66, 0.9));
  }
  100% {
    transform: translateY(-40px);
    filter: drop-shadow(0 0 0px transparent);
  }
}

.hotsite-wrapper-fralda-piscina .cupom-card.clicked {
  animation: cupomClickAnim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Snackbar */
.hotsite-wrapper-fralda-piscina .cupom-snackbar {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  background: yellow;
  color: var(--black);
  padding: 16px 24px;
  border-radius: 12px;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  width: max-content;
  max-width: 90vw;
}
.hotsite-wrapper-fralda-piscina .cupom-snackbar.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}

/* ────────────────────────────────────────
   10. OFERTA / PACOTES
   bg: navy gradient | padding: 80px 115px
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .oferta-secao {
  background: linear-gradient(
    180deg,
    rgba(10, 61, 98, 1) 13%,
    rgba(13, 89, 134, 1) 100%
  );
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.hotsite-wrapper-fralda-piscina .oferta-secao .hs-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.hotsite-wrapper-fralda-piscina .oferta-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
}
.hotsite-wrapper-fralda-piscina .oferta-header {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
}

/* Pacotes */
.hotsite-wrapper-fralda-piscina .pacotes-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 38px;
}
.hotsite-wrapper-fralda-piscina .pacote {
  flex: 1;
  min-width: 420px;
  max-width: 480px;
  padding: 31px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hotsite-wrapper-fralda-piscina .pacote-inner {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.hotsite-wrapper-fralda-piscina .pacote.pacote-destaque {
  border: 2px solid var(--saffron);
}
.hotsite-wrapper-fralda-piscina .pacote-badge {
  position: absolute;
  top: -14px;
  background: var(--saffron);
  color: var(--tarawera);
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1364em;
  text-transform: uppercase;
  padding: 5px 16px 6px;
  border-radius: 100px;
}
.hotsite-wrapper-fralda-piscina .pacote-titulo {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0 0 32px;
}
.hotsite-wrapper-fralda-piscina .pacote-img-area {
  padding: 0 0 32px;
  display: flex;
  justify-content: center;
}
.hotsite-wrapper-fralda-piscina .pacote-img {
  width: auto;
  height: 306px;
  object-fit: contain;
}
.hotsite-wrapper-fralda-piscina .pacote-img-lg {
  width: auto;
  height: 306px;
}
.hotsite-wrapper-fralda-piscina .pacote-qtd {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: var(--white);
  text-align: center;
  margin: 0 0 4px;
}
.hotsite-wrapper-fralda-piscina .pacote-desc {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0 0 32px;
}
.hotsite-wrapper-fralda-piscina .pacote-preco-de {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0 0 4px;
}
.hotsite-wrapper-fralda-piscina .pacote-preco {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: var(--saffron);
  text-align: center;
  margin: 0 0 4px;
}
.hotsite-wrapper-fralda-piscina .pacote-parcela {
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0 0 24px;
}
.hotsite-wrapper-fralda-piscina .pacote-cupom-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0 0 32px;
}
.hotsite-wrapper-fralda-piscina .cupom-pill {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: var(--saffron);
  color: #096697;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 6px;
  border-radius: 12px;
}
.hotsite-wrapper-fralda-piscina .cupom-icon {
  width: 25px;
  height: auto;
}
.hotsite-wrapper-fralda-piscina .pacote-beneficios {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hotsite-wrapper-fralda-piscina .pacote-beneficios li {
  display: flex;
  align-items: center;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.hotsite-wrapper-fralda-piscina .btn-pacote-ghost {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  margin-top: auto;
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  transition: background 0.15s;
}
.hotsite-wrapper-fralda-piscina .btn-pacote-ghost:hover {
  background: rgba(255, 255, 255, 0.25);
}
.hotsite-wrapper-fralda-piscina .btn-pacote-saffron {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  margin-top: auto;
  background: var(--saffron);
  color: var(--tarawera);
  transition: opacity 0.15s;
}
.hotsite-wrapper-fralda-piscina .btn-pacote-saffron:hover {
  opacity: 0.9;
}
.hotsite-wrapper-fralda-piscina .garantias-strip {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 38px;
}
.hotsite-wrapper-fralda-piscina .garantias-strip span {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  background: #0a3d62;
  border-radius: 8px;
  padding: 8px;
}

/* ────────────────────────────────────────
   11. GUIA DE TAMANHO
   bg: #F7F0E3 | padding: 80px 115px
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .guia-secao {
  background: #fdf6e8;
  padding: 80px 0;
  width: 100%;
  margin: 0 auto;
}
.hotsite-wrapper-fralda-piscina .guia-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.hotsite-wrapper-fralda-piscina .guia-bubbles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.hotsite-wrapper-fralda-piscina .guia-bubble {
  position: relative;
  width: 272px;
  height: 272px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotsite-wrapper-fralda-piscina .guia-bubble-left {
  content: "";
}
.hotsite-wrapper-fralda-piscina .guia-bubble-left img {
  width: 272px;
  height: auto;
  object-fit: contain;
}
.hotsite-wrapper-fralda-piscina .guia-bubble-right {
  background-image: url("../../images/hotsites/fralda-piscina/bg_size_diaper.webp");
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: center;
}
.hotsite-wrapper-fralda-piscina .guia-bubble-right img {
  width: 85%;
  height: auto;
  object-fit: contain;
}
.hotsite-wrapper-fralda-piscina .guia-badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: 0px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 30px;
  white-space: nowrap;
  text-align: center;
}
.hotsite-wrapper-fralda-piscina .badge-peso {
  background: #fef4b7;
  color: #0a3d62;
  border: 3px solid #096697;
  right: 0px;
  bottom: 20;
  min-width: 90px;
  min-height: 50px;
}
.hotsite-wrapper-fralda-piscina .badge-tamanho {
  background: #096697;
  border: 3px solid #00b4c6;
  color: #fff;
  left: 20;
  bottom: 20;
  min-width: 90px;
  min-height: 50px;
}
.hotsite-wrapper-fralda-piscina .guia-slider-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
  gap: 24px;
}
.hotsite-wrapper-fralda-piscina .guia-track {
  position: relative;
  height: 6px;
  background: #dceef0;
  border-radius: 3px;
  margin: 20px 40px 50px;
}
.hotsite-wrapper-fralda-piscina .guia-track-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #f19a20;
  border-radius: 3px;
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.hotsite-wrapper-fralda-piscina .guia-track::before,
.hotsite-wrapper-fralda-piscina .guia-track::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 2px;
  height: 2px;
  background: #2f9c95;
  border-radius: 50%;
}
.hotsite-wrapper-fralda-piscina .guia-track::before {
  left: 33.33%;
}
.hotsite-wrapper-fralda-piscina .guia-track::after {
  left: 66.66%;
}

.hotsite-wrapper-fralda-piscina .guia-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: #0a3d62;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 2;
  cursor: grab;
}
.hotsite-wrapper-fralda-piscina .guia-thumb-inner {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.hotsite-wrapper-fralda-piscina .guia-pesos-row {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  display: flex;
}
.hotsite-wrapper-fralda-piscina .guia-peso {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #0a3d62;
  cursor: pointer;
  position: absolute;
  transform: translateX(-50%);
  transition: color 0.2s;
  white-space: nowrap;
}
.hotsite-wrapper-fralda-piscina .guia-peso:hover {
  color: #2f9c95;
}
.hotsite-wrapper-fralda-piscina .guia-peso[data-pos="0"] {
  left: 0%;
}
.hotsite-wrapper-fralda-piscina .guia-peso[data-pos="33.33"] {
  left: 33.33%;
}
.hotsite-wrapper-fralda-piscina .guia-peso[data-pos="66.66"] {
  left: 66.66%;
}
.hotsite-wrapper-fralda-piscina .guia-peso[data-pos="100"] {
  left: 100%;
}

.hotsite-wrapper-fralda-piscina .guia-resultado-box {
  background: #fff;
  border: 2px dashed #e4dbca;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  margin: 24px auto 0;
}

/* ────────────────────────────────────────
   12. COMO USAR (4 passos)
   bg: white | padding: 80px 115px
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .como-usar-secao {
  background: var(--white);
  padding: 80px 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.hotsite-wrapper-fralda-piscina .como-usar-secao .hs-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.hotsite-wrapper-fralda-piscina .passos-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 64px;
}
.hotsite-wrapper-fralda-piscina .passo-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 245px;
}
.hotsite-wrapper-fralda-piscina .passo-img-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hotsite-wrapper-fralda-piscina .passo-num {
  width: 50px;
  height: 50px;
  background: var(--saffron);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: var(--tarawera);
  z-index: 1;
  margin-bottom: -30px;
  margin-left: 16px;
  position: relative;
}
.hotsite-wrapper-fralda-piscina .passo-img-wrap img {
  width: 250px;
  height: 257px;
  object-fit: cover;
  border-radius: 8px;
}
.hotsite-wrapper-fralda-piscina .passo-item h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--mirage);
  margin: 0;
}
.hotsite-wrapper-fralda-piscina .passo-item p {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  line-height: 22.4px;
  color: var(--mulled-wine);
  margin: 0;
}

/* ────────────────────────────────────────
   13. FAQ
   bg: white | padding: 80px 115px
   ──────────────────────────────────────── */
.hotsite-wrapper-fralda-piscina .faq-secao {
  background: var(--white);
  padding: 80px 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.hotsite-wrapper-fralda-piscina .faq-secao .hs-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hotsite-wrapper-fralda-piscina .faq-lista {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.hotsite-wrapper-fralda-piscina .faq-item {
  border: 1px solid var(--aths-special);
  border-radius: 12px;
  overflow: hidden;
}
.hotsite-wrapper-fralda-piscina .faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: var(--white);
  border: none;
  cursor: pointer;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--tarawera);
  text-align: left;
}
.hotsite-wrapper-fralda-piscina .faq-seta {
  font-size: 16px;
  color: var(--pacific-blue);
  transition: transform 0.25s;
  flex-shrink: 0;
  margin-left: 16px;
}
.hotsite-wrapper-fralda-piscina .faq-item.aberto .faq-seta {
  transform: rotate(180deg);
}
.hotsite-wrapper-fralda-piscina .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.hotsite-wrapper-fralda-piscina .faq-item.aberto .faq-a {
  max-height: 300px;
}
.hotsite-wrapper-fralda-piscina .faq-a p {
  padding: 0 24px 20px;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  color: var(--mulled-wine);
  margin: 0;
}

.hotsite-wrapper-fralda-piscina .wave-pattern {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  background-image: url("../../images/hotsites/fralda-piscina/wave-pattern.svg");
  background-repeat: repeat-x;
  background-size: 60px;
  height: 47px;
  width: 100%;
  z-index: 900;
}
.hotsite-wrapper-fralda-piscina .wave-pattern-white {
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  background-image: url("../../images/hotsites/fralda-piscina/wave-pattern-white.svg");
  background-repeat: repeat-x;
  background-size: 60px;
  height: 47px;
  width: 100%;
  z-index: 900;
}

/* ────────────────────────────────────────
   13. FOOTER
   ──────────────────────────────────────── */
.hotsite-footer {
  background: #131526;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: "Lexend", sans-serif;
  width: 100%;
}
.hotsite-footer .footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.hotsite-footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 18px;
}
.hotsite-footer .footer-logo-img {
  height: 32px;
  width: auto;
}
.hotsite-footer .footer-slogan {
  font-size: 14px;
  color: #92939b;
  margin: 0;
}
.hotsite-footer .footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: #92939b;
  margin-top: 16px;
  padding: 0px 24px;
}
.hotsite-footer .footer-link {
  color: #92939b;
  text-decoration: none;
  transition: color 0.2s;
}
.hotsite-footer .footer-link:hover {
  color: #fff;
}
.hotsite-footer .footer-dot {
  opacity: 0.5;
}

/* ────────────────────────────────────────
   RESPONSIVE
   ──────────────────────────────────────── */
@media (max-width: 1300px) {
  .hotsite-wrapper-fralda-piscina .hs-inner {
    padding: 0 40px;
  }
  .hotsite-wrapper-fralda-piscina .solucao-secao,
  .hotsite-wrapper-fralda-piscina .beneficios-secao,
  .hotsite-wrapper-fralda-piscina .depoimentos-secao,
  .hotsite-wrapper-fralda-piscina .cta-final-secao,
  .hotsite-wrapper-fralda-piscina .cupom-secao,
  .hotsite-wrapper-fralda-piscina .oferta-secao,
  .hotsite-wrapper-fralda-piscina .guia-secao,
  .hotsite-wrapper-fralda-piscina .como-usar-secao,
  .hotsite-wrapper-fralda-piscina .faq-secao {
    padding-left: 0;
    padding-right: 0;
  }
  .hotsite-wrapper-fralda-piscina .solucao-baby {
    right: -40px;
  }
  .hotsite-wrapper-fralda-piscina .comparacao-inner {
    padding: 60px 40px 0;
  }
  .hotsite-wrapper-fralda-piscina .beneficios-baby-abs {
    position: absolute;
    left: -18%;
    bottom: -540px;
    width: 663px;
    height: 1110px;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
  }
}

@media (max-width: 960px) {
  .hotsite-wrapper-fralda-piscina .btn-saffron,
  .hotsite-wrapper-fralda-piscina .btn-cyan,
  .hotsite-wrapper-fralda-piscina .btn-pacote-ghost,
  .hotsite-wrapper-fralda-piscina .btn-pacote-saffron {
    justify-content: center;
    text-align: center;
  }

  .hotsite-wrapper-fralda-piscina .comparacao-inner {
    padding: 60px 16px 0;
  }

  .hotsite-wrapper-fralda-piscina .hs-inner {
    padding: 0 24px;
  }
  .hotsite-wrapper-fralda-piscina .hero-dobra {
    height: 550px;
    min-height: 520px;
  }
  .hotsite-wrapper-fralda-piscina .hero-center {
    position: static;
    width: 100%;
    padding: 60px 20px 0;
  }
  .hotsite-wrapper-fralda-piscina .hero-titulo {
    font-size: 48px;
  }
  .hotsite-wrapper-fralda-piscina .hero-bg {
    object-position: center 80%;
  }
  .hotsite-wrapper-fralda-piscina .hero-head {
    order: 1;
    margin-top: 20px;
    gap: 10px;
  }
  .hotsite-wrapper-fralda-piscina .hero-label {
    font-size: 10px;
    line-height: 17px;
  }
  .hotsite-wrapper-fralda-piscina .hero-pulpo-icon {
    width: 30px;
    height: 26px;
  }
  .hotsite-wrapper-fralda-piscina .hero-fraldas-wrapper {
    position: relative;
    order: 2;
    top: auto;
    width: 100%;
    height: 380px;
    transform: none;
    margin-top: -160px;
  }
  .hotsite-wrapper-fralda-piscina .hero-btn-area {
    display: flex;
    justify-content: center;
    padding: 0px 0px;
  }
  .hotsite-wrapper-fralda-piscina .hero-cta-area {
    order: 3;
    padding-top: 0;
  }
  .hotsite-wrapper-fralda-piscina .hero-dobra .fralda-group-descartavel {
    transform: translateX(calc(-50% - 140px)) scale(0.65);
    top: 10px;
  }
  .hotsite-wrapper-fralda-piscina .hero-dobra .fralda-group-pulpo {
    transform: translateX(calc(-50% + 140px)) scale(0.75);
    top: -30px;
    z-index: 3;
  }
  .hotsite-wrapper-fralda-piscina
    .hero-dobra
    .hero-fraldas-wrapper
    .fralda-img-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: block;
  }
  .hotsite-wrapper-fralda-piscina
    .hero-dobra
    .hero-fraldas-wrapper
    .fralda-img-vs {
    position: relative;
    left: -50px;
    top: -60px;
    width: 120px;
  }
  .hotsite-wrapper-fralda-piscina .solucao-baby {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 40px auto -40px;
  }
  .hotsite-wrapper-fralda-piscina .beneficios-baby-abs {
    position: absolute;
    left: -35%;
    bottom: -550px;
    width: 663px;
    height: 1110px;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
  }
  .hotsite-wrapper-fralda-piscina .solucao-col-texto {
    width: 100%;
  }
  .hotsite-wrapper-fralda-piscina .beneficios-row-grande {
    flex-direction: column;
  }
  .hotsite-wrapper-fralda-piscina .card-grande {
    height: auto;
    min-height: 260px;
  }
  .hotsite-wrapper-fralda-piscina .beneficios-row-small {
    flex-wrap: wrap;
  }
  .hotsite-wrapper-fralda-piscina .caixa-dor {
    height: auto;
    min-height: 220px;
    min-width: 240px;
  }
  .hotsite-wrapper-fralda-piscina .batalha-wrap {
    width: 100%;
    height: 100%;
  }
  .hotsite-wrapper-fralda-piscina .comparacao-secao {
    height: auto;
    min-height: auto;
  }
  .hotsite-wrapper-fralda-piscina .batalha-glass {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 1580px;
  }
  .hotsite-wrapper-fralda-piscina .batalha-col {
    width: 100%;
    max-width: 420px;
    height: auto;
  }
  .hotsite-wrapper-fralda-piscina .batalha-col.col-vence {
    height: 100%;
  }
  .hotsite-wrapper-fralda-piscina .dep-photos-ticker-container {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .hotsite-wrapper-fralda-piscina .dep-photos-ticker,
  .hotsite-wrapper-fralda-piscina .dep-photos-ticker .ticker-track {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .hotsite-wrapper-fralda-piscina .dep-photo-item {
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    flex-shrink: 0 !important;
    border-radius: 16px;
  }
  .hotsite-wrapper-fralda-piscina .cta-final-row {
    flex-direction: column;
  }
  .hotsite-wrapper-fralda-piscina .produto-mockup {
    width: 100%;
  }
  .hotsite-wrapper-fralda-piscina .product-section {
    min-width: 100%;
    width: 100%;
  }
  .hotsite-wrapper-fralda-piscina .product-section .hs-inner {
    flex-direction: column;
    text-align: center;
  }
  .hotsite-wrapper-fralda-piscina .cta-final-secao {
    height: auto;
    padding-bottom: 128px;
  }
  .hotsite-wrapper-fralda-piscina .cta-sticker-abs {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 500px;
    margin: 0;
    z-index: 0;
    opacity: 0.3;
  }
  .hotsite-wrapper-fralda-piscina .solucao-baby {
    opacity: 0.3;
    z-index: 0;
  }
  .hotsite-wrapper-fralda-piscina .titulo-fredoka-52 {
    font-size: 36px;
    line-height: 44px;
  }
  .hotsite-wrapper-fralda-piscina .titulo-fredoka-58,
  .hotsite-wrapper-fralda-piscina .titulo-h1-azul {
    font-size: 40px;
    line-height: 1.1;
  }
  .hotsite-wrapper-fralda-piscina .titulo-fredoka-40 {
    font-size: 30px;
    line-height: 38px;
  }

  .hotsite-wrapper-fralda-piscina .cupom-inner {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 0px;
  }
  .hotsite-wrapper-fralda-piscina .cupom-card {
    display: block;
    width: 120%;
    max-width: 900px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -40px);
  }
  @keyframes cupomClickAnimMobile {
    0% {
      transform: translate(-50%, -40px);
      filter: drop-shadow(0 0 0px transparent);
    }
    50% {
      transform: translate(-50%, -30px) scale(0.95);
      filter: drop-shadow(0 0 40px rgba(245, 200, 66, 0.9));
    }
    100% {
      transform: translate(-50%, -40px);
      filter: drop-shadow(0 0 0px transparent);
    }
  }
  .hotsite-wrapper-fralda-piscina .cupom-card.clicked {
    animation: cupomClickAnimMobile 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .hotsite-wrapper-fralda-piscina .passos-grid {
    gap: 40px;
  }
  .hotsite-wrapper-fralda-piscina .guia-bubbles {
    /* flex-direction: column; */
    gap: 24px;
  }
  .hotsite-wrapper-fralda-piscina .guia-bubble {
    width: 180px;
    height: 180px;
  }
  .hotsite-wrapper-fralda-piscina .guia-bubble-left img {
    width: 180px;
  }
  .hotsite-wrapper-fralda-piscina .guia-bubble-right {
    background-size: 180px;
  }
  .hotsite-wrapper-fralda-piscina .guia-conteudo {
    flex-direction: column;
  }
  .hotsite-wrapper-fralda-piscina .guia-slider-wrap {
    width: 100%;
  }
  .hotsite-wrapper-fralda-piscina .beneficios-cta-row {
    grid-template-columns: 1fr;
  }
  .hotsite-wrapper-fralda-piscina .cta-final-topo {
    align-items: flex-start;
  }
  .hotsite-wrapper-fralda-piscina .pacote {
    min-width: 480px;
  }
}

@media (max-width: 780px) {
  .hotsite-wrapper-fralda-piscina .hero-dobra {
    height: 580px;
    min-height: 520px;
  }
  .hotsite-wrapper-fralda-piscina .hero-dobra .hero-bg-wrapper {
    top: -150px;
    height: calc(100% + 150px);
  }
  .hotsite-wrapper-fralda-piscina .hero-fraldas-wrapper {
    height: 260px;
    margin-top: -180px;
  }
  .hotsite-wrapper-fralda-piscina .hero-dobra .fralda-group-descartavel {
    transform: translateX(calc(-50% - 80px)) scale(0.45);
    top: 20px;
  }
  .hotsite-wrapper-fralda-piscina .hero-dobra .fralda-group-pulpo {
    transform: translateX(calc(-50% + 80px)) scale(0.55);
    top: -20px;
  }
  .hotsite-wrapper-fralda-piscina .beneficios-baby-abs {
    display: none;
  }
  .grupo-beneficios-pequenos
    .beneficios-row-small:last-of-type
    .caixa-dor:first-child {
    display: none;
  }
  .hotsite-wrapper-fralda-piscina .pacote {
    min-width: 380px;
  }
  .hotsite-wrapper-fralda-piscina .solucao-baby,
  .hotsite-wrapper-fralda-piscina .cta-sticker-abs {
    display: none !important;
  }
  .hotsite-wrapper-fralda-piscina
    .hero-dobra
    .hero-fraldas-wrapper
    .fralda-img-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: block;
  }
  .hotsite-wrapper-fralda-piscina
    .hero-dobra
    .hero-fraldas-wrapper
    .fralda-img-vs {
    position: relative;
    left: -50px;
    top: 40px;
    width: 120px;
  }
}

/* ── Estilos de Variantes dinâmicas do Hotsite ── */
.hotsite-wrapper-fralda-piscina input.btn-pacote-ghost,
.hotsite-wrapper-fralda-piscina input.btn-pacote-saffron {
  border: none;
  cursor: pointer;
  outline: none;
}
.hotsite-wrapper-fralda-piscina .js-hotsite-variants-container {
  color: var(--white);
  width: 100%;
  margin-top: 15px;
}
.hotsite-wrapper-fralda-piscina .js-hotsite-variants-container select {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 8px 12px;
  width: 100%;
  font-family: "Lexend", sans-serif;
  outline: none;
}
.hotsite-wrapper-fralda-piscina .js-hotsite-variants-container select option {
  background: var(--tarawera);
  color: var(--white);
}
.hotsite-wrapper-fralda-piscina .js-hotsite-variants-container .form-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  margin-bottom: 6px;
  display: block;
}
.hotsite-wrapper-fralda-piscina .js-hotsite-variants-container .btn-variant {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 6px;
  margin-bottom: 6px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.hotsite-wrapper-fralda-piscina
  .js-hotsite-variants-container
  .btn-variant:hover {
  background: rgba(255, 255, 255, 0.25);
}
.hotsite-wrapper-fralda-piscina
  .js-hotsite-variants-container
  .btn-variant.selected {
  background: var(--saffron) !important;
  color: var(--tarawera) !important;
  border-color: var(--saffron) !important;
}

/* ── Estilos do Seletor de Quantidade do Hotsite ── */
.hotsite-wrapper-fralda-piscina .hotsite-quantity-container {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hotsite-wrapper-fralda-piscina .hotsite-quantity-container .form-label {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hotsite-wrapper-fralda-piscina .btn-variant-qty {
  background: var(--saffron);
  color: var(--tarawera);
  border: none;
  width: 44px;
  height: 44px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  box-shadow: 0 4px 0px rgba(230, 166, 17, 1);
  transition:
    transform 0.1s,
    box-shadow 0.1s;
}
.hotsite-wrapper-fralda-piscina .btn-variant-qty:active {
  transform: translateY(4px);
  box-shadow: 0 0px 0px rgba(230, 166, 17, 1);
}
.hotsite-wrapper-fralda-piscina .qty-input {
  background: transparent;
  color: var(--white);
  border: none;
  width: 48px;
  height: 44px;
  padding: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  font-size: 22px;
  outline: none;
  text-align: center;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}
.hotsite-wrapper-fralda-piscina .qty-input::-webkit-outer-spin-button,
.hotsite-wrapper-fralda-piscina .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* ── Estilos das Variantes Customizadas (Hotsite) ── */
.hotsite-wrapper-fralda-piscina .hotsite-custom-variants {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hotsite-wrapper-fralda-piscina .hotsite-color-selector,
.hotsite-wrapper-fralda-piscina .hotsite-size-selector {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.hotsite-wrapper-fralda-piscina .hotsite-custom-variants .form-label {
  font-family: "Lexend", sans-serif;
  font-size: 13px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px !important;
  display: block;
}
.hotsite-wrapper-fralda-piscina .hotsite-custom-variants .form-label strong {
  color: var(--saffron);
  font-weight: 700;
}
.hotsite-wrapper-fralda-piscina .color-thumbs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.hotsite-wrapper-fralda-piscina .color-thumb {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  border: 2px solid transparent;
  cursor: pointer;
  transition:
    transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    border-color 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.hotsite-wrapper-fralda-piscina .color-thumb:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
}
.hotsite-wrapper-fralda-piscina .color-thumb.selected {
  border-color: var(--saffron);
  transform: scale(1.1) translateY(-2px);
  box-shadow:
    0 0 12px var(--saffron),
    0 4px 10px rgba(0, 0, 0, 0.3);
}
.hotsite-wrapper-fralda-piscina .size-btns-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
  margin-bottom: 32px;
}
.hotsite-wrapper-fralda-piscina .size-btn {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 8px;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  transition: all 0.2s ease;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.hotsite-wrapper-fralda-piscina .size-btn:hover:not(.sold-out) {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}
.hotsite-wrapper-fralda-piscina .size-btn.selected,
.hotsite-wrapper-fralda-piscina .size-btn.selected:focus,
.hotsite-wrapper-fralda-piscina .size-btn.selected:active,
.hotsite-wrapper-fralda-piscina .size-btn.selected:focus-visible {
  background: var(--saffron) !important;
  border-color: var(--saffron) !important;
  color: var(--tarawera) !important;
  font-weight: 700 !important;
  box-shadow: 0 0 12px rgba(245, 200, 66, 0.35) !important;
  outline: none !important;
}
.hotsite-wrapper-fralda-piscina .size-btn.sold-out {
  opacity: 0.35;
  text-decoration: line-through;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

@media (min-width: 601px) {
  .hotsite-wrapper-fralda-piscina .size-btns-container {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 32px;
  }
}

@media (max-width: 601px) {
  .hotsite-wrapper-fralda-piscina .size-btns-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .hotsite-wrapper-fralda-piscina .hero-btn-area {
    display: flex;
    justify-content: center;
    padding: 0px 0px;
  }
  .hotsite-wrapper-fralda-piscina .hotsite-quantity-container {
    padding: 12px 12px;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .hotsite-wrapper-fralda-piscina .hotsite-quantity-container > div.d-flex {
    width: auto;
    justify-content: center !important;
  }
  .hotsite-wrapper-fralda-piscina .hotsite-quantity-container .form-label {
    font-size: 13px !important;
  }
  .hotsite-wrapper-fralda-piscina .btn-variant-qty {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .hotsite-wrapper-fralda-piscina .qty-input {
    width: 40px;
    flex-grow: 0;
  }
  .hotsite-wrapper-fralda-piscina
    .hero-dobra
    .hero-fraldas-wrapper
    .fralda-img-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: block;
  }
  .hotsite-wrapper-fralda-piscina
    .hero-dobra
    .hero-fraldas-wrapper
    .fralda-img-vs {
    position: relative;
    left: -50px;
    top: 45px;
    width: 120px;
  }
}

@media (max-width: 375px) {
  .hotsite-wrapper-fralda-piscina .hero-btn-area {
    display: flex;
    justify-content: center;
    padding: 0px 0px;
  }
  .hotsite-wrapper-fralda-piscina .hotsite-quantity-container {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .hotsite-wrapper-fralda-piscina .hotsite-quantity-container > div.d-flex {
    width: 100%;
    justify-content: space-between !important;
  }
  .hotsite-wrapper-fralda-piscina .hotsite-quantity-container .form-label {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
  .hotsite-wrapper-fralda-piscina .btn-variant-qty {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }
  .hotsite-wrapper-fralda-piscina .qty-input {
    width: auto;
    flex-grow: 1;
    text-align: center;
  }
  .hotsite-wrapper-fralda-piscina .size-btn {
    font-size: 11px;
    padding: 8px 4px;
    border-radius: 8px;
  }
  .hotsite-wrapper-fralda-piscina .guia-bubble {
    width: 160px;
    height: 160px;
  }
  .hotsite-wrapper-fralda-piscina .guia-bubble-left img {
    width: 160px;
  }
  .hotsite-wrapper-fralda-piscina .guia-bubble-right {
    background-size: 160px;
  }
  .hotsite-wrapper-fralda-piscina .pacote {
    min-width: 280px;
  }
}
