/* ==========================================================================
   POPORETE LANDING PAGE - COMPREHENSIVE DESIGN SYSTEM & STYLESHEET
   ========================================================================== */

:root {
  --color-primary: #ef3b46;
  --color-primary-light: #ef3b46;
  --color-primary-dark: #ef3b46;
  --color-secondary: #ef3b46;
  --color-green-cta: #ef3b46;
  --color-green-cta-hover: #ef3b46;
  --color-dark: #18181B;
  --color-dark-bg: #121214;
  --color-text-body: #27272A;
  --color-text-muted: #71717A;
  --color-bg-light: #FAFAFA;
  --color-bg-card: #FFFFFF;
  --color-accent-soft: #FFF0E9;
  --color-accent-border: rgba(230, 26, 77, 0.12);
  --color-whatsapp: #25D366;
  --font-family: 'Outfit', 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-family);
  background-color: var(--color-bg-light);
  color: var(--color-text-body);
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.5;
  overflow-x: hidden;
  background-color: var(--color-bg-light);
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

/* TOP PROMO BAR */
.top-promo-bar {
  background: #E9213C;
  color: #FFFFFF;
  padding: 0.55rem 1rem;
  position: relative;
  z-index: 100;
  width: 100%;
}

.top-promo-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: 1200px;
  margin: 0 auto;
}

.promo-fire {
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.top-promo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.22;
  text-align: left;
}

.top-promo-text .promo-title {
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.top-promo-text .promo-subtitle {
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.countdown-box {
  background: #FFFFFF;
  color: #E9213C;
  padding: 0.35rem 0.85rem;
  border-radius: 8px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* HEADER LOGO */
.site-header {
  padding: 1.25rem 1.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-bottom: none;
}

.site-logo {
  width: 95px;
  height: 57px;
  aspect-ratio: 95/57;
  object-fit: contain;
  display: block;
}

/* CONTAINER REUTILIZÁVEL */
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* SEÇÃO HERO */
.hero-section {
  padding: 1rem 0 2.5rem;
  background: #FFFFFF;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.hero-image {
  width: 100%;
  max-width: 590px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: none;
}

.hero-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  margin-left: -8px;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.hero-content h1,
.hero-h1 {
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1.18;
  color: #1E1B39;
  letter-spacing: -0.01em;
  margin-bottom: 0.85rem;
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 1.65rem;
  }
}

.highlight-pink {
  color: #E9213C;
}

.hero-subtitle {
  font-size: 0.95rem;
  font-weight: 400; /* NÃO É BOLD */
  color: #4A4A4A;
  line-height: 1.4;
  margin-bottom: 1.15rem;
}

.bullet-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  font-weight: 400; /* NÃO É BOLD */
  color: #2B181C;
  line-height: 1.35;
}

.check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}

.check-icon-pink {
  color: var(--color-primary);
  font-weight: 900;
  margin-right: 0.35rem;
}

.disclaimer-box {
  background: #FAF0D7;
  border: 1.5px solid #282421;
  padding: 0.75rem 1.1rem;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 400 !important; /* NÃO É BOLD */
  color: #282421;
  text-align: left;
  line-height: 1.35;
  margin-top: 1rem;
  margin-bottom: 1.15rem;
  max-width: 360px;
}

.hero-guarantee {
  font-size: 0.75rem;
  font-weight: 500;
  color: #4A4A4A;
  text-align: center;
  margin-top: 0.5rem;
  max-width: 360px;
}

/* BOTÃO CTA PRINCIPAL - POPORETE RED PILL */
.btn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  min-height: 52px;
  background: linear-gradient(135deg, #FF514E 0%, #E9213C 100%);
  color: #FFFFFF !important;
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 24px rgba(230, 26, 77, 0.32);
  transition: all 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
  padding: 0.8rem 1.6rem;
}

.btn-cta:hover {
  background: linear-gradient(135deg, #FF6256 0%, #EA263D 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(230, 26, 77, 0.42);
}

.btn-cta:active {
  transform: translateY(1px);
  box-shadow: 0 4px 14px rgba(230, 26, 77, 0.3);
}

/* CARROSSEL E AVALIAÇÕES HERO */
.reviews-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .reviews-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
  }
}

.review-card {
  background: #FFFFFF;
  border: 2px solid #282421;
  border-radius: 20px;
  padding: 1.4rem 1.5rem 1.6rem;
  box-shadow: 4px 4px 0px #282421;
  display: flex;
  flex-direction: column;
  text-align: left;
}

@media (max-width: 900px) {
  .review-card {
    flex: 0 0 300px;
    scroll-snap-align: start;
  }
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #282421;
  object-fit: cover;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.review-card-title {
  font-size: 0.88rem;
  font-weight: 800;
  color: #1E1B39;
  line-height: 1.35;
  margin: 0.85rem 0 0.5rem;
  text-align: left;
}

.review-card-desc {
  font-size: 0.78rem;
  font-weight: 400 !important; /* NÃO É BOLD */
  color: #555555 !important;
  line-height: 1.45;
  text-align: left;
}

.reviews-arrow-btn {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  background: #FFF9F2;
  border: 1.5px solid #282421;
  color: #282421;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.15s ease;
}

.reviews-arrow-btn:hover {
  background: #F5EDE4;
}

.dot-btn {
  min-width: 24px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.dot-btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D1D5DB;
  transition: all 0.2s ease;
}

.dot-btn.active::after {
  background: #E9213C;
  width: 22px;
  height: 7px;
  border-radius: 9999px;
}

/* ==========================================================================
   SEÇÃO 02 - INFOGRÁFICO DE PRODUTO & INGREDIENTES CHAVE (BALANCE BOOST STYLE)
   ========================================================================== */

/* ==========================================================================
   SEÇÃO 02 - APRESENTAÇÃO DO PRODUTO (MINIMALISTA)
   ========================================================================== */

.sec-produto-card {
  padding: 4rem 0 1.5rem;
  background-color: var(--color-bg-light);
}

.produto-card-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(230, 26, 77, 0.12);
}

/* TOP HERO CARD */
.info-hero-top {
  position: relative;
  background: linear-gradient(135deg, #FF1E56 0%, #E9213C 48%, #B5152C 100%);
  color: #FFFFFF;
  padding: 3.5rem 3.5rem 3.2rem;
  border-radius: 32px;
  overflow: hidden;
}

/* GRID DE 2 COLUNAS: TEXTO + PRODUTO CENTRALIZADO NOS CÍRCULOS */
.info-hero-grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 2.5rem;
}

.info-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.35rem 0.95rem;
  border-radius: 9999px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.info-hero-title-minimal {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.info-hero-desc-minimal {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.96rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  max-width: 450px;
  margin-bottom: 1.65rem;
  font-weight: 400;
}

/* MINIMALIST PILLS ROW */
.info-minimal-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.info-min-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.42rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}

/* RIGHT SIDE: PRODUCT CENTERED IN CONCENTRIC BACKGROUND CIRCLES */
.info-hero-product {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  width: 100%;
}

.info-bg-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 520px;
  pointer-events: none;
  z-index: 1;
}

.circle-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 45px solid rgba(255, 255, 255, 0.12);
}

.circle-1 {
  width: 500px;
  height: 500px;
}

.circle-2 {
  width: 350px;
  height: 350px;
  border-color: rgba(255, 255, 255, 0.18);
}

.circle-3 {
  width: 210px;
  height: 210px;
  border-width: 34px;
  border-color: rgba(255, 255, 255, 0.15);
}

.info-pot-floating {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 330px;
  height: auto;
  transform: rotate(-8deg) scale(1.05);
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.38));
  transition: transform 0.3s ease;
}

.info-hero-product:hover .info-pot-floating {
  transform: rotate(-4deg) scale(1.1);
}

/* RIGHT WOMAN CUTOUT - REMOVIDO CONFORME SOLICITADO */
.info-hero-woman {
  display: none !important;
}

/* ==========================================================================
   SEÇÃO INGREDIENTES CHAVE - ESTILO EXATO AO PRINT DE REFERÊNCIA
   ========================================================================== */
.sec-ingredientes-card {
  padding: 1.5rem 0 4.5rem;
  background-color: var(--color-bg-light);
}

.ing-card-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
}

.info-ingredients-bottom {
  background: #FFFFFF;
  padding: 4.5rem 3.5rem 5rem;
  border-radius: 32px;
  position: relative;
}

.ing-print-container {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 4.5rem;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.ing-clip-def {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}

.ing-print-left {
  position: relative;
  width: 100%;
}

.ing-print-media-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

/* CONTAINER DA IMAGEM COM RECORTE ARQUITETÔNICO */
.ing-print-img-box {
  width: 100%;
  height: 590px;
  clip-path: url(#ingCustomCutout);
  -webkit-clip-path: url(#ingCustomCutout);
  overflow: hidden;
  background: #F3F3F3;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.ing-print-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ing-print-media-wrapper:hover .ing-print-img {
  transform: scale(1.025);
}

/* CARD VIDRO FLUTUANTE (NANOTECNOLOGIA ATIVA) - EM CIMA NO LADO ESQUERDO */
.ing-float-card {
  position: absolute;
  left: -24px;
  right: auto;
  top: 8%;
  width: min(300px, 85%);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: 1.8rem 2rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03);
  z-index: 10;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ing-float-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.ing-float-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1E2022;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

.ing-float-desc {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5E6368;
  margin: 0;
}

/* COLUNA DIREITA */
.ing-print-right {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.ing-badge-pill {
  display: inline-block;
  background: #FFE8ED;
  color: #E9213C;
  border: 1px solid rgba(230, 26, 77, 0.22);
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.45rem 1.25rem;
  border-radius: 9999px;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}

.ing-print-headline {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0;
}

/* CARD DESTAQUE VIBRANTE NA COR POPORETE (CAFEÍNA VETORIZADA) */
.ing-accent-card {
  background: linear-gradient(135deg, #FF514E 0%, #E9213C 100%);
  border-radius: 28px;
  padding: 2.2rem 2.4rem;
  box-shadow: 0 14px 35px rgba(230, 26, 77, 0.32);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ing-accent-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(230, 26, 77, 0.42);
}

.ing-accent-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}

.ing-accent-desc {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: 0.96rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-weight: 500;
}

/* LISTA NUMERADA COM LINHAS DIVISÓRIAS */
.ing-numbered-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ing-num-item {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 1.2rem 0;
  transition: transform 0.2s ease;
}

.ing-num-item:hover {
  transform: translateX(4px);
}

.ing-num-badge {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border: 1.5px solid #222222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1A1A1A;
  flex-shrink: 0;
  margin-top: 2px;
}

.ing-num-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ing-num-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0;
}

.ing-num-desc {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: 0.92rem;
  line-height: 1.48;
  color: #666666;
  margin: 0;
}

.ing-num-divider {
  height: 1px;
  width: 100%;
  background: #EAEAEA;
}

/* RESPONSIVE HERO & INGREDIENTS */
@media (max-width: 960px) {
  .info-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }
  .info-brand-tag,
  .info-seals-row {
    justify-content: center;
  }
  .info-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .info-hero-woman {
    justify-content: center;
  }
  .info-hero-top {
    padding: 2.5rem 1.5rem;
  }
  .info-ingredients-bottom {
    padding: 3rem 1.5rem 3.5rem;
  }
  .ing-print-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .ing-print-img-box {
    height: 460px;
  }
  .ing-float-card {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: 20px;
    width: calc(100% - 30px);
  }
}

/* SEÇÃO 03 - ESTATÍSTICAS E CONTEXTO ("A VIDA MODERNA DEIXA O CORPO PARADO") */
#secao-03.sec-stats {
  padding: 3.5rem 0 2rem;
  background: #f8eacd;
}

#secao-03 .container {
  max-width: 1080px;
}

.stats-card-main {
  background: #FFFFFF;
  border: 2px solid #282421;
  border-radius: 26px;
  box-shadow: 5px 5px 0px #282421;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  gap: 0;
}

.stats-info-side {
  padding: 3rem 2.5rem 2.5rem 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 100%;
}

.stats-info-side h2 {
  font-size: 2.1rem;
  color: #E9213C !important;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
  text-align: center;
}

.stats-info-side p.subtitle {
  font-size: 0.92rem;
  font-weight: 400 !important;
  color: #555555 !important;
  line-height: 1.45;
  max-width: 440px;
  margin: 0 auto 1.85rem;
  text-align: center;
}

.stats-grid-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.85rem;
  text-align: center;
}

.stat-num-pink {
  font-size: 3.1rem;
  font-weight: 800;
  color: #E9213C !important;
  line-height: 1;
  margin-bottom: 0.4rem;
  text-align: center;
}

.stat-desc-text {
  font-size: 0.82rem;
  font-weight: 400 !important;
  color: #555555 !important;
  line-height: 1.38;
  max-width: 195px;
  margin: 0 auto;
  text-align: center;
}

.stats-cta-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.btn-stats-green {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  background: #177a4a;
  color: #FFFFFF !important;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.85rem 1.5rem;
  border-radius: 9999px;
  border: 2px solid #231f20;
  box-shadow: 2px 4px 0 #231f20;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-stats-green:hover {
  transform: translateY(2px);
  box-shadow: 1px 2px 0 #231f20;
}

.stats-img-side {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.stats-img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  border-radius: 0;
}

@media (max-width: 860px) {
  .stats-card-main {
    grid-template-columns: 1fr;
  }
  .stats-info-side {
    padding: 2rem 1.25rem 1.5rem;
  }
  .stats-info-side h2 {
    font-size: 1.55rem;
    margin-bottom: 0.5rem;
  }
  .stats-info-side p.subtitle {
    font-size: 0.78rem;
    max-width: 340px;
    margin-bottom: 1.5rem;
  }
  .stats-grid-cols {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .stat-num-pink {
    font-size: 2.35rem;
    margin-bottom: 0.35rem;
  }
  .stat-desc-text {
    font-size: 0.68rem;
    max-width: 155px;
  }
  .btn-stats-green {
    max-width: 310px;
    font-size: 0.84rem;
    padding: 0.75rem 1.25rem;
  }
  .stats-img-side {
    min-height: 380px;
  }
}

/* SEÇÃO 04 - MÉTRICAS E CONFIANÇA */
#secao-04.sec-stats {
  padding: 4.5rem 1.25rem 5rem;
  background: #f8eacd;
}

#secao-04 .container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.metrics-container {
  background: #FFFFFF !important;
  border: 2px solid #282421;
  border-radius: 26px;
  padding: 3.5rem 3rem 2.85rem;
  box-shadow: 6px 6px 0px #282421;
  width: 100%;
}

.metrics-header-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
}

.metrics-title {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  color: #E9213C !important;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
  text-align: center;
}

.metrics-subtitle {
  font-size: 1rem;
  font-weight: 400 !important;
  color: #555555 !important;
  line-height: 1.5;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.metrics-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}

.metric-val {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #E9213C !important;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-align: center;
}

.metric-desc {
  font-size: 0.88rem;
  font-weight: 500 !important;
  color: #555555 !important;
  line-height: 1.4;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.metrics-disclaimer {
  font-size: 0.75rem;
  font-weight: 400 !important;
  color: #888888 !important;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto 2rem;
  text-align: center;
}

.metrics-divider {
  border: none;
  border-top: 1px solid #e5e0d8;
  margin: 0 0 2.25rem;
  width: 100%;
}

.quality-header-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.quality-title {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: 1.75rem;
  color: #E9213C !important;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 0.65rem;
  text-align: center;
}

.quality-desc {
  font-size: 0.95rem;
  font-weight: 400 !important;
  color: #555555 !important;
  line-height: 1.55;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.trust-badges-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.5rem;
}

.trust-badge-item {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: #333333 !important;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-align: left;
  line-height: 1.3;
  flex: 1 1 200px;
  justify-content: center;
}

.badge-check-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .metrics-container {
    padding: 1.5rem 1.25rem 1.35rem;
  }
  .metrics-title {
    font-size: 1.45rem;
    margin-bottom: 0.4rem;
  }
  .metrics-subtitle {
    font-size: 0.74rem;
    max-width: 520px;
    margin-bottom: 1.45rem;
  }
  .metrics-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.75rem;
    margin-bottom: 1.15rem;
  }
  .metric-val {
    font-size: 2.1rem;
    margin-bottom: 0.35rem;
  }
  .metric-desc {
    font-size: 0.69rem;
    max-width: 155px;
  }
  .metrics-disclaimer {
    font-size: 0.62rem;
    max-width: 540px;
    margin-bottom: 1.15rem;
  }
  .metrics-divider {
    margin: 0 0 1.25rem;
  }
  .quality-title {
    font-size: 1.18rem;
    margin-bottom: 0.45rem;
  }
  .quality-desc {
    font-size: 0.74rem;
    max-width: 550px;
    margin-bottom: 1.35rem;
  }
  .trust-badges-row {
    gap: 1.75rem;
  }
  .trust-badge-item {
    font-size: 0.72rem;
    gap: 0.4rem;
  }
}

/* ==========================================================================
   SEÇÃO TEXTURA - COMPARADORES INTERATIVOS POR ARRASTE
   ========================================================================== */
.sec-resultados-comparativo {
  padding: 5rem 1.25rem 5.5rem;
  background: #FAF8F6;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container-comparativo {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comparativo-header {
  text-align: center;
  margin-bottom: 2.85rem;
}

.comparativo-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(227, 27, 84, 0.08);
  color: #E9213C;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 9999px;
  margin-bottom: 0.85rem;
}

.comparativo-title {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: clamp(2rem, 3.4vw, 2.55rem);
  font-weight: 900;
  color: #1F050D;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.65rem;
}

.comparativo-subtitle {
  font-size: 0.95rem;
  color: #6B5B65;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.5;
}

.comparativo-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1040px;
  margin-bottom: 2.85rem;
}

.comparativo-disclaimer {
  max-width: 620px;
  margin: 1rem auto 0;
  padding: 0.75rem 1rem;
  border: 1px solid #E7D9DC;
  border-radius: 12px;
  background: #FFFFFF;
  color: #65535A;
  font-size: 0.8rem;
  line-height: 1.5;
}

.before-after-card {
  position: relative;
  width: 100%;
  height: 510px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(31, 5, 13, 0.12);
  cursor: grab;
  user-select: none;
  background: #16040A;
  -webkit-user-select: none;
  touch-action: pan-y;
  --split: 50%;
}

.before-after-card.is-dragging {
  cursor: grabbing !important;
}

.ba-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.ba-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-layer-after {
  z-index: 1;
}

.ba-layer-before {
  z-index: 2;
  clip-path: polygon(0 0, var(--split, 50%) 0, var(--split, 50%) 100%, 0 100%);
  transition: none;
}

.ba-tag {
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(31, 5, 13, 0.72);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ba-tag small {
  font-size: 0.55rem;
  font-weight: 600;
}

.ba-tag-before {
  left: 20px;
}

.ba-tag-after {
  right: 20px;
}

.ba-handle-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split, 50%);
  width: 3px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45), 0 0 5px rgba(227, 27, 84, 0.6);
  z-index: 8;
  pointer-events: auto;
  cursor: grab;
  transform: translateX(-50%);
  transition: none;
}

.before-after-card.is-dragging .ba-handle-line {
  cursor: grabbing !important;
}

.ba-handle-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #E9213C;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(227, 27, 84, 0.38), 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 2.5px solid #E9213C;
  cursor: grab;
  pointer-events: auto;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
}

.ba-handle-circle:hover,
.before-after-card.is-dragging .ba-handle-circle {
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 0 0 6px rgba(227, 27, 84, 0.22), 0 8px 25px rgba(227, 27, 84, 0.5);
}

.ba-handle-circle:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 5px;
}

.before-after-card.is-dragging .ba-handle-circle {
  cursor: grabbing;
}

.ba-handle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.ba-overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 1.5rem 1.6rem;
}

.ba-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.ba-step-title {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.15rem);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.ba-hint-pill {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.ba-bottom-info {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.15) 85%, transparent 100%);
  margin: -1.5rem -1.6rem;
  padding: 3rem 1.6rem 1.5rem;
}

.ba-divider-line {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.28);
  margin-bottom: 0.85rem;
}

.ba-desc-text {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.48;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.comparativo-cta-box {
  text-align: center;
  margin-top: 0.5rem;
}

.btn-comparativo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FF514E 0%, #E9213C 100%);
  color: #FFFFFF !important;
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1.15rem 2.8rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(230, 26, 77, 0.35);
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn-comparativo-cta:hover {
  background: linear-gradient(135deg, #FF6256 0%, #EA263D 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(230, 26, 77, 0.45);
}

.btn-comparativo-cta:active {
  transform: translateY(1px);
}



@media (max-width: 820px) {
  .comparativo-cards-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .before-after-card {
    height: 460px;
  }
}

/* SEÇÃO OFERTA & KITS DE CHECKOUT */
.oferta-section {
  padding: 4rem 1rem 5rem;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.oferta-section .container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  justify-content: center;
}

.oferta-grid-container {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 3.5rem;
  align-items: start;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}

.gallery-sticky-column {
  width: 100%;
  max-width: 520px;
  position: relative;
}

@media (min-width: 881px) {
  .gallery-sticky-column {
    position: sticky;
    top: 2rem;
  }
}

@media (max-width: 880px) {
  .oferta-grid-container {
    grid-template-columns: 1fr;
    max-width: 460px;
    gap: 2rem;
  }
  .oferta-section .container {
    padding: 0 1rem;
  }
  .gallery-sticky-column {
    position: relative !important;
    top: auto !important;
    max-width: 100%;
    margin: 0 auto;
  }
  .gallery-main-frame {
    max-width: 420px;
    margin: 0 auto;
  }
  .gallery-thumbs-row {
    max-width: 420px;
    margin: 10px auto 0;
    gap: 8px;
  }
}

.gallery-main-frame {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #FFF9F2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
}

.gallery-main-frame:active {
  cursor: grabbing;
}

#gallery-track {
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

#gallery-track img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.gallery-arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid #282421;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  color: #282421;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all 0.15s ease;
}

.gallery-arrow-btn:hover {
  background: #FAF2E6;
  transform: translateY(-50%) scale(1.06);
}

.gallery-arrow-btn.prev-btn {
  left: 14px;
}

.gallery-arrow-btn.next-btn {
  right: 14px;
}

.gallery-dots-container {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 7px;
  z-index: 10;
}

.gallery-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #282421;
  background: transparent;
  transition: all 0.2s ease;
}

.gallery-dot.active {
  background: #E9213C;
  border-color: #E9213C;
  width: 18px;
  border-radius: 9999px;
}

.gallery-thumbs-row {
  --thumb-gap: 12px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 4 * var(--thumb-gap)) / 5);
  gap: var(--thumb-gap);
  margin-top: 14px;
  max-width: 520px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: #E9213C #F9EDF1;
}

.thumb-btn {
  scroll-snap-align: start;
  position: relative;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #FFFFFF;
  cursor: pointer;
  padding: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-btn .thumb-check {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid #E9213C;
  color: #E9213C;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  z-index: 2;
}

.thumb-btn.active .thumb-check {
  display: flex;
}

.oferta-bullets {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.oferta-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 14.5px;
  font-weight: 400;
  color: #2D2825;
  line-height: 1.35;
}

.oferta-check-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  background: #E9213C;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  margin-top: 2px;
  flex-shrink: 0;
}

.oferta-bullet-title {
  display: block;
  width: 145px;
  min-width: 145px;
  flex-shrink: 0;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #1E1B39;
  line-height: 1.3;
}

.oferta-bullet-desc {
  flex: 1;
  min-width: 0;
  color: #333333;
  line-height: 1.35;
}

.kits-container {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: 100%;
  max-width: 100%;
}

.kit-card-label {
  display: block;
  position: relative;
  background: #FFFFFF;
  border: 1.5px solid #F5C8D4;
  border-radius: 18px;
  padding: 1.1rem 1.4rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.kit-card-label:hover {
  border-color: #E9213C;
}

.kit-card-label.active {
  border-color: #E9213C;
  background: #FFF1E7;
}

.kit-radio-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  border: 1.5px solid #F1B7AC;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  color: #FFFFFF;
  transition: all 0.15s ease;
}

.kit-card-label.active .kit-radio-check {
  background: #E9213C;
  border-color: #E9213C;
}

.kit-badge {
  position: absolute;
  top: -9px;
  right: 65px;
  font-size: 9.5px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  z-index: 5;
}

.kit-badge.mais-vendido {
  background: #E9213C;
}

.kit-badge.melhor-oferta {
  background: #177A4A;
}

.gift-floating-icon {
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F59E0B, #E9213C);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 8px rgba(0,0,0,0.14);
  z-index: 5;
}

.btn-comprar-agora {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 62px;
  margin: 1.5rem auto 0;
  background: linear-gradient(135deg, #FF514E 0%, #E9213C 100%);
  color: #FFFFFF !important;
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: 17.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(230, 26, 77, 0.35);
  transition: all 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn-comprar-agora:hover {
  background: linear-gradient(135deg, #FF6256 0%, #EA263D 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(230, 26, 77, 0.45);
}

@media (max-width: 880px) {
  .gallery-thumbs-row {
    --thumb-gap: 8px;
    max-width: 420px;
    gap: 8px;
    margin-top: 10px;
  }
  .oferta-bullets li {
    font-size: 13px;
  }
  .kits-container {
    max-width: 434px;
    margin: 0 auto;
  }
  .kit-card-label {
    padding: 0.75rem 1rem;
    border-radius: 14px;
  }
  .btn-comprar-agora {
    max-width: 426px;
    height: 52px;
    font-size: 15px;
  }
}

/* FAQ ACCORDION NA SEÇÃO DE OFERTA */
.oferta-faq-box {
  margin-top: 1.5rem;
  border-top: 1px solid #ECE7E1;
  padding-top: 1.25rem;
  text-align: left;
}

.oferta-faq-box h3 {
  font-size: 14.5px;
  font-weight: 800;
  color: #1E1B39;
  margin-bottom: 0.5rem;
  text-align: left;
}

.oferta-faq-item {
  border-bottom: 1px solid #ECE7E1;
}

.oferta-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #1E1B39;
  transition: color 0.15s ease;
}

.oferta-faq-question:hover {
  color: #E9213C;
}

.oferta-faq-plus {
  color: #E9213C;
  font-size: 16px;
  font-weight: 800;
  flex-shrink: 0;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.oferta-faq-question.active .oferta-faq-plus {
  transform: rotate(45deg);
}

.oferta-faq-answer {
  display: none;
  padding-bottom: 0.75rem;
  font-size: 12px;
  line-height: 1.55;
  color: #555555;
}

.oferta-faq-answer.active {
  display: block;
}

/* CARDS DE ATIVOS NA SEÇÃO DE OFERTA */
.oferta-ativo-card {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #FFFFFF;
  border: 1px solid #EAE5DF;
  border-radius: 10px;
  padding: 0.35rem 0.65rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.oferta-ativo-card .oferta-ativo-text {
  font-size: 11.5px;
  font-weight: 700;
  color: #1E1B39;
  line-height: 1.2;
  white-space: nowrap;
}

.coral-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  display: inline-block;
}

/* SEÇÃO FEEDBACKS & DEPOIMENTOS (ROSA / MAGENTA) */
.sec-feedbacks {
  background: var(--color-primary);
  color: #FFFFFF;
  padding: 2.25rem 1rem 3.5rem;
  width: 100%;
}

.feedback-section-container {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.feedback-rating-stars-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 12.5px;
  line-height: 1.2;
}

.feedback-rating-stars-top .stars-gold {
  color: #FFC300;
  font-size: 13px;
}

.feedback-rating-stars-top .rating-val {
  font-weight: 700;
  color: #FFFFFF;
}

.feedback-reviews-count {
  font-size: 11px;
  color: #FFFFFF;
  margin-top: 1px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  opacity: 0.9;
}

.feedback-main-title {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.25rem 0;
  text-align: center;
  letter-spacing: -0.01em;
}

.feedback-categories-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  width: 100%;
  max-width: 648px;
  margin: 0 auto 1.35rem;
  padding: 0;
}

.filter-btn {
  width: 100%;
  height: 34px;
  padding: 0 4px;
  border-radius: 9999px;
  border: none;
  background: #F8EACD;
  color: #3A2528;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.2s ease;
  outline: none;
}

.filter-btn.active {
  background: #3A2528;
  color: #FFFFFF;
  font-weight: 700;
}

#feedback-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  text-align: left;
  width: 100%;
  max-width: 648px;
  margin: 0 auto;
  align-items: start;
}

.feedback-card {
  background: #F8EACD;
  padding: 1.2rem 1.15rem 1.15rem;
  border-radius: 14px;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  color: #3A2528;
  transition: transform 0.2s ease;
}

.feedback-card-stars {
  color: #FFC300;
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 0.45rem;
  line-height: 1;
}

.feedback-card h3,
.feedback-card-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #3A2528;
  margin: 0 0 0.55rem 0;
  line-height: 1.3;
  text-align: left;
}

.feedback-card p,
.feedback-card-text {
  font-size: 11.5px;
  line-height: 1.5;
  color: #554144;
  font-weight: 400;
  margin: 0 0 0.85rem 0;
  text-align: left;
}

.feedback-card-author {
  font-size: 11px;
  font-weight: 500;
  color: #554144;
  margin-top: auto;
  text-align: left;
}

.feedback-disclaimer {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 1.35rem;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 680px) {
  .feedback-categories-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    gap: 6px;
    padding-bottom: 0.4rem;
    -webkit-overflow-scrolling: touch;
  }
  .filter-btn {
    flex-shrink: 0;
    width: auto;
    padding: 0 1.1rem;
    height: 34px;
  }
  #feedback-cards-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
  }
}

/* ==========================================================================
   SEÇÃO VÍDEOS DE INSTAGRAM (REELS / STORIES CAROUSEL)
   ========================================================================== */
.sec-instagram-videos {
  background: #F4F2F7;
  padding: 4.5rem 1.25rem 5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.instagram-container {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.instagram-header {
  text-align: center;
  margin-bottom: 2.75rem;
}

.instagram-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(227, 27, 84, 0.08);
  color: #E9213C;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 0.85rem;
}

.instagram-title {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 2.45rem);
  font-weight: 900;
  color: #1F050D;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.55rem;
}

.instagram-subtitle {
  font-size: 0.95rem;
  color: #6B5B65;
  line-height: 1.5;
  max-width: 520px;
  margin: 0 auto;
}

.video-carousel-outer-wrapper {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 12px 6px;
  justify-content: center;
}

.video-carousel-track::-webkit-scrollbar {
  display: none;
}

.video-card-wrapper {
  flex: 0 0 220px;
  width: 220px;
  scroll-snap-align: center;
}

.video-card-box {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #110207;
  border: none;
  box-shadow: 0 10px 28px rgba(31, 5, 13, 0.1);
  cursor: pointer;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease;
}

.video-card-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(31, 5, 13, 0.18);
}

.video-card-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.02) 65%, transparent 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.video-card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.15rem 1rem 1.15rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.65rem;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.3s ease;
}

.video-card-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  pointer-events: none;
}

.video-card-name {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.video-card-sub {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.25;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

/* SLEEK GLASS PLAY BUTTON (MATCHING REFERENCE PRINT) */
.video-glass-play-btn {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.2px solid rgba(255, 255, 255, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.22s ease;
  flex-shrink: 0;
  color: #FFFFFF;
}

.video-card-box:hover .video-glass-play-btn,
.video-glass-play-btn:hover {
  background: rgba(255, 255, 255, 0.38);
  border-color: #FFFFFF;
  transform: scale(1.08);
}

/* PLAYING STATE */
.video-card-box.is-playing .video-card-gradient,
.video-card-box.is-playing .video-card-footer {
  opacity: 0;
  pointer-events: none;
}

.video-card-box.is-playing:hover .video-card-footer {
  opacity: 1;
}

/* CIRCULAR NAVIGATION ARROWS */
.video-carousel-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  border: none;
  color: #2D0814;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.video-carousel-arrow:hover {
  background: #FFFFFF;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  color: #E9213C;
}

.video-carousel-arrow.prev-btn {
  left: -22px;
}

.video-carousel-arrow.next-btn {
  right: -22px;
}

.video-dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1.5rem;
}

.video-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(45, 8, 20, 0.18);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}

.video-dot.active {
  width: 22px;
  border-radius: 4px;
  background: #E9213C;
}

@media (max-width: 960px) {
  .video-carousel-track {
    justify-content: flex-start;
    padding: 12px 1rem;
  }
  .video-carousel-arrow.prev-btn {
    left: 4px;
  }
  .video-carousel-arrow.next-btn {
    right: 4px;
  }
}

/* SEÇÃO COMPARATIVO POPORETE X COMUNS */
.sec-comparativo {
  padding: 4rem 1rem;
  background: #FCF7F2;
  width: 100%;
  display: flex;
  justify-content: center;
}

.comparativo-container {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.comparativo-text {
  max-width: 280px;
  text-align: left;
}

.comparativo-title {
  font-size: 28px;
  font-weight: 800;
  color: #E9213C;
  line-height: 1.15;
  margin: 0 0 0.85rem 0;
  letter-spacing: -0.01em;
}

.comparativo-subtitle {
  font-size: 13.5px;
  font-weight: 400;
  color: #736B6D;
  line-height: 1.45;
  margin: 0;
}

.comp-table-wrapper {
  position: relative;
  width: 459px;
  flex-shrink: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.comp-table-base {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E4E4E7;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
}

.comp-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F4F4F5;
  height: 38px;
  width: 100%;
}

.comp-header-row {
  height: 58px;
}

.comp-last-row {
  border-bottom: none;
  height: 40px;
}

.col-feat {
  width: 154px;
  flex-shrink: 0;
  padding-left: 14px;
  padding-right: 6px;
  font-size: 10.5px;
  font-weight: 600;
  color: #18181B;
  line-height: 1.25;
  text-align: left;
}

.col-space {
  width: 150px;
  flex-shrink: 0;
}

.col-comuns {
  flex: 1;
  text-align: center;
  font-size: 11.5px;
  color: #71717A;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp-header-row .col-comuns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #18181B;
  line-height: 1.2;
}

.comp-poporete-card {
  position: absolute;
  left: 154px;
  top: -11px;
  bottom: -13px;
  width: 150px;
  background: #FFF5F7;
  border: 1.5px solid rgba(230, 26, 77, 0.25);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(230, 26, 77, 0.12), 0 2px 8px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.comp-pop-header {
  height: 69px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(230, 26, 77, 0.12);
  padding-top: 4px;
}

.comp-pop-header img {
  height: 34px;
  width: auto;
  object-fit: contain;
  margin-bottom: 3px;
}

.comp-pop-title {
  font-size: 13.5px;
  font-weight: 800;
  color: #E9213C;
  letter-spacing: 0.05em;
  line-height: 1;
}

.comp-pop-cell {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(230, 26, 77, 0.08);
}

.comp-pop-last {
  border-bottom: none;
  flex: 1;
}

.comp-check-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #E9213C;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(230, 26, 77, 0.35);
}

@media (max-width: 768px) {
  .sec-comparativo {
    padding: 2.5rem 12px;
  }
  .comparativo-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.75rem;
  }
  .comparativo-text {
    max-width: 100%;
    text-align: center;
  }
  .comparativo-title {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
  .comp-table-wrapper {
    width: 100%;
    max-width: 350px;
    overflow: visible;
    margin: 15px auto;
    padding-bottom: 0;
  }
  .comp-table-base {
    width: 100%;
  }
  .comp-row {
    height: 40px;
  }
  .comp-header-row {
    height: 58px;
  }
  .comp-last-row {
    height: 42px;
  }
  .col-feat {
    width: 38%;
    padding-left: 9px;
    padding-right: 4px;
    font-size: 9.5px;
    line-height: 1.2;
  }
  .col-space {
    width: 31%;
  }
  .col-comuns {
    flex: 1;
    font-size: 10px;
  }
  .comp-header-row .col-comuns {
    font-size: 9px;
    line-height: 1.15;
    gap: 3px;
  }
  .comp-header-row .col-comuns svg {
    width: 18px;
    height: 18px;
  }
  .comp-poporete-card {
    left: 38%;
    width: 31%;
    top: -10px;
    bottom: -11px;
  }
  .comp-pop-header {
    height: 68px;
    padding-top: 3px;
  }
  .comp-pop-header img {
    height: 28px;
    margin-bottom: 2px;
  }
  .comp-pop-title {
    font-size: 11px;
  }
  .comp-pop-cell {
    height: 40px;
  }
  .comp-check-circle {
    width: 16px;
    height: 16px;
  }
  .comp-check-circle svg {
    width: 8px;
    height: 6px;
  }
}

/* ==========================================================================
   SEÇÃO "POPORETE É PARA VOCÊ, SE:" - LAYOUT COM EFEITO GLASS E CARDS EM DESTAQUE
   ========================================================================== */
.sec-para-voce {
  padding: 5.5rem 1.5rem 6rem;
  background: url('../assets/images/bg-para-voce-glass.webp') center center / cover no-repeat,
              linear-gradient(180deg, #FFF5F7 0%, #FFFFFF 100%);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sec-para-voce::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 246, 248, 0.72) 100%);
  pointer-events: none;
}

.para-voce-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.para-voce-title-print {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  color: #333333;
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 auto 3.5rem;
  text-transform: uppercase;
}

.para-voce-title-print .highlight-pink {
  color: #E9213C;
}

.para-voce-title-print .pv-badge-red {
  background-color: #E9213C;
  color: #FFFFFF;
  padding: 0.12em 0.45em;
  border-radius: 6px;
  display: inline-block;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(230, 26, 77, 0.35);
  letter-spacing: 0.02em;
}

/* GRID PRINCIPAL DE 3 COLUNAS COM EFEITO VIDRO */
.para-voce-print-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px) minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 3.5rem;
}

/* COLUNAS LATERAIS */
.pv-print-col {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

/* CARDS COM CONTORNO FINO TRACEJADO, BORDAS ARREDONDADAS E EFEITO GLASS */
.pv-print-item {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px dashed rgba(230, 26, 77, 0.38);
  border-radius: 16px;
  padding: 1.1rem 1.35rem;
  box-shadow: 0 8px 24px rgba(230, 26, 77, 0.06), 0 2px 6px rgba(0, 0, 0, 0.03);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.pv-print-item:hover {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(230, 26, 77, 0.65);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(230, 26, 77, 0.12), 0 4px 10px rgba(0, 0, 0, 0.05);
}

.pv-print-item.item-left {
  justify-content: flex-end;
  text-align: right;
}

.pv-print-item.item-right {
  justify-content: flex-start;
  text-align: left;
}

.pv-print-text {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: clamp(0.94rem, 1.1vw, 1.05rem);
  line-height: 1.48;
  color: #555555;
  max-width: 320px;
}

.pv-print-text strong {
  color: #1A1A1A;
  font-weight: 700;
}

/* CHECKMARK CIRCULAR ROSA DO PRINT */
.pv-print-check {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #E9213C;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 4px 14px rgba(230, 26, 77, 0.35);
  flex-shrink: 0;
}

/* CENTRO: FOTO PREENCHENDO O CARD */
.pv-print-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 530px;
  width: 100%;
  height: 500px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 36px;
  border: 0;
  box-shadow: 0 20px 50px rgba(230, 26, 77, 0.10), 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
}

.pv-print-center:hover {
  transform: scale(1.01);
}

.pv-print-img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

/* BOTÃO CTA INFERIOR */
.para-voce-btn-wrapper {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.para-voce-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  height: 52px;
  padding: 0 36px;
  background: linear-gradient(135deg, #FF514E 0%, #E9213C 100%);
  color: #FFFFFF !important;
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 24px rgba(230, 26, 77, 0.32);
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.para-voce-btn:hover {
  background: linear-gradient(135deg, #FF6256 0%, #EA263D 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(230, 26, 77, 0.42);
}

.para-voce-btn:active {
  transform: translateY(1px);
  box-shadow: 0 4px 12px rgba(230, 26, 77, 0.3);
}

/* RESPONSIVIDADE MOBILE & TABLET */
@media (max-width: 960px) {
  .sec-para-voce {
    padding: 4rem 1rem 4.5rem;
  }
  .para-voce-title-print {
    margin-bottom: 2.2rem;
  }
  .para-voce-print-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .pv-print-center {
    order: -1;
    margin: 0 auto 1.5rem;
    max-width: 340px;
    height: 420px;
    border-radius: 28px;
  }
  .pv-print-col {
    gap: 1.15rem;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  .pv-print-item.item-left,
  .pv-print-item.item-right {
    justify-content: flex-start;
    text-align: left;
    flex-direction: row;
  }
  .pv-print-item.item-left .pv-print-check {
    order: -1;
  }
  .pv-print-text {
    max-width: 100%;
  }
}

/* SEÇÃO FAQ */
.sec-faq {
  padding: 5rem 1.25rem 6rem;
  background: var(--color-bg-light);
}

.faq-title {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.3rem);
  font-weight: 900;
  color: #18181B;
  text-align: center;
  margin: 0 0 2rem 0;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.faq-list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  align-items: start;
}

.faq-card-item {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease;
  height: fit-content;
}

.faq-card-item:hover {
  border-color: rgba(230, 26, 77, 0.28);
  box-shadow: 0 6px 22px rgba(230, 26, 77, 0.06);
}

.faq-btn-question {
  width: 100%;
  min-height: 52px;
  padding: 16px 22px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 14px;
  font-weight: 700;
  color: #18181B;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.35;
}

.faq-icon-pink {
  color: #E9213C;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.faq-answer-body {
  padding: 0 22px 18px;
  font-size: 13.5px;
  font-weight: 400;
  color: #52525B;
  line-height: 1.55;
  display: none;
}

.faq-card-item.active .faq-answer-body,
.faq-card-item.open .faq-answer-body {
  display: block;
}

.faq-card-item.active .faq-icon-pink,
.faq-card-item.open .faq-icon-pink {
  transform: rotate(45deg);
}

@media (max-width: 820px) {
  .sec-faq {
    padding: 3.5rem 1rem 4.5rem;
  }
  .faq-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .faq-list-container {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100%;
  }
  .faq-btn-question {
    padding: 14px 18px;
    font-size: 13px;
    gap: 0.65rem;
    min-height: 46px;
  }
  .faq-btn-question span:first-child {
    line-height: 1.35;
  }
  .faq-answer-body {
    padding: 0 18px 14px;
    font-size: 12.5px;
    line-height: 1.45;
  }
}

/* BOTÃO FLUTUANTE DO WHATSAPP */
.whatsapp-float-btn {
  position: fixed;
  bottom: 76px;
  right: 16px;
  left: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-whatsapp);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
  z-index: 999;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.5);
}

@media (min-width: 768px) {
  .whatsapp-float-btn {
    bottom: 24px;
    right: 24px;
    left: auto;
    width: 58px;
    height: 58px;
  }
}

/* STICKY BUY BAR FIXA NO MOBILE */
.sticky-buy-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--color-dark-bg);
  color: #FFFFFF;
  padding: 0.42rem 0.65rem;
  padding-bottom: calc(0.42rem + env(safe-area-inset-bottom, 0px));
  z-index: 1000;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .sticky-buy-bar {
    display: block;
  }
}

.sticky-buy-bar-container {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  flex-wrap: nowrap;
  width: 100%;
}

.sticky-rating-col {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  flex-shrink: 0;
  min-width: 0;
}

.sticky-stars-row {
  display: flex;
  align-items: center;
  gap: 0.22rem;
  font-size: 11px;
  font-weight: 800;
  color: #FFFFFF;
  white-space: nowrap;
  line-height: 1.15;
}

.sticky-stars-row .stars {
  color: #FFC300;
  font-size: 10px;
  letter-spacing: -0.8px;
  line-height: 1;
}

.sticky-reviews-count {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.15;
}

.sticky-btn-buy {
  background: linear-gradient(135deg, #FF514E 0%, #E9213C 100%);
  color: #FFFFFF !important;
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-weight: 800;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.46rem 0.82rem;
  border-radius: 9999px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 14px rgba(230, 26, 77, 0.38);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.sticky-btn-buy:hover {
  background: linear-gradient(135deg, #FF6256 0%, #EA263D 100%);
  transform: translateY(-1px);
}

.sticky-btn-buy:active {
  transform: translateY(1px);
}

/* ==========================================================================
   EDITORIAL LUXURY FOOTER (LUMINOR-STYLE WITH POPORETE BRANDING)
   ========================================================================= */

.editorial-footer {
  background: linear-gradient(180deg, #FAFAFC 0%, #F4F5F8 100%);
  color: #1E1B39;
  position: relative;
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
  padding: 4rem 0 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Imagem de fundo com opacidade controlada (sem afetar os textos) */
.editorial-footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../assets/images/img_footer.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  opacity: 0.18; /* Ajuste a opacidade aqui (ex: 0.10 a 1.0) */
  pointer-events: none;
  z-index: 0;
}

.editorial-footer > * {
  position: relative;
  z-index: 1;
}

/* 1. TOP CTA CARD (START YOUR JOURNEY) */
.footer-cta-card-wrapper {
  width: 100%;
  margin-bottom: 4.5rem;
}

.footer-cta-card-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-cta-card {
  background-color: #ECEEF2;
  background-image: url('../assets/images/img_footer.png');
  background-repeat: no-repeat;
  background-position: right 2% center;
  background-size: auto 92%;
  border-radius: 32px;
  padding: 4rem 4.5rem;
  min-height: 380px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04), inset 0 1px 2px rgba(255, 255, 255, 0.9);
}

.footer-cta-content {
  max-width: 520px;
  z-index: 2;
}

.footer-cta-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #171322;
  margin: 0 0 1.25rem;
}

.footer-cta-subtitle {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #635F74;
  margin: 0 0 2.25rem;
  font-weight: 400;
}

.footer-cta-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-btn-primary {
  background: #16131D;
  color: #FFFFFF !important;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.95rem 1.85rem;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 6px 20px rgba(22, 19, 29, 0.18);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-btn-primary:hover {
  background: #E9213C;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(230, 26, 77, 0.32);
}

.footer-btn-primary svg {
  transition: transform 0.2s ease;
}

.footer-btn-primary:hover svg {
  transform: translateX(4px);
}

.footer-btn-secondary {
  color: #171322 !important;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1.5px;
  transition: color 0.2s ease;
}

.footer-btn-secondary:hover {
  color: #E9213C !important;
}

/* 2. MIDDLE NAVIGATION SECTION (4 COLUMNS) */
.footer-nav-section {
  width: 100%;
  margin-bottom: 2.5rem;
}

.footer-nav-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 3.5rem;
  align-items: flex-start;
}

.footer-col-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  margin-bottom: 1.2rem;
  display: block;
}

.footer-brand-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6E6A82;
  margin: 0 0 1.5rem;
  max-width: 310px;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3A3550 !important;
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}

.footer-icon-btn:hover {
  background: #16131D;
  color: #FFFFFF !important;
  border-color: #16131D;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.footer-col-title {
  font-family: 'Outfit', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #171322;
  margin: 0 0 1.25rem;
  letter-spacing: -0.01em;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-link-list a {
  font-size: 0.88rem;
  color: #6E6A82;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link-list a:hover {
  color: #E9213C;
}

.footer-contact-info,
.footer-contact-phone,
.footer-contact-email {
  font-size: 0.88rem;
  color: #6E6A82;
  line-height: 1.6;
  margin: 0 0 0.6rem;
}

.footer-contact-phone a,
.footer-contact-email a {
  color: #171322;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-phone a:hover,
.footer-contact-email a:hover {
  color: #E9213C;
}

/* 3. BIG WATERMARK TYPOGRAPHY (POPORETE) */
.footer-watermark-wrap {
  width: 100%;
  text-align: center;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  margin-top: 2.5rem;
  margin-bottom: -1.8rem;
}

.footer-watermark-text {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(5.5rem, 16vw, 15.5rem);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: transparent;
  background: linear-gradient(180deg, rgba(23, 19, 34, 0.11) 0%, rgba(23, 19, 34, 0.02) 85%, transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* 4. BOTTOM COPYRIGHT BAR */
.footer-bottom-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 1.75rem;
  margin-top: 1rem;
}

.footer-bottom-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: #8A869C;
  flex-wrap: wrap;
  gap: 1rem;
}

/* RESPONSIVE FOOTER */
@media (max-width: 1024px) {
  .footer-cta-card {
    padding: 3rem 2.5rem;
    background-position: right -15px center;
    background-size: auto 82%;
  }
  .footer-cta-content {
    max-width: 54%;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .editorial-footer {
    padding-top: 2.5rem;
    padding-bottom: calc(2rem + 68px);
  }
  .footer-cta-card {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 1.25rem 245px;
    background-position: center bottom -10px;
    background-size: 260px auto;
    border-radius: 24px;
  }
  .footer-cta-content {
    max-width: 100%;
    margin: 0 auto;
  }
  .footer-cta-title {
    font-size: 2rem;
  }
  .footer-cta-actions {
    flex-direction: column;
    gap: 1.2rem;
    justify-content: center;
  }
  .footer-btn-primary {
    width: 100%;
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }
  .footer-col-brand {
    align-items: center;
  }
  .footer-brand-desc {
    margin: 0 auto 1.5rem;
  }
  .footer-social-icons {
    justify-content: center;
  }
  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}

/* ==========================================================================
   YAPAY-STYLE MINIMALIST HERO BANNER (POPORETE EDITORIAL TECH-BEAUTY)
   ========================================================================= */

.yapay-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1a1622;
  background-image: url('../assets/images/hero-poporete-yapay.webp');
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  overflow: hidden;
  color: #FFFFFF;
}

/* SUBTLE VIGNETTE & CONTRAST OVERLAY (KEEPS WOMAN & PRODUCT VIVID IN CENTER) */
.yapay-hero-overlay {
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(
      90deg,
      rgba(15, 12, 22, 0.76) 0%,
      rgba(15, 12, 22, 0.45) 30%,
      rgba(15, 12, 22, 0.10) 50%,
      rgba(15, 12, 22, 0.40) 72%,
      rgba(15, 12, 22, 0.72) 100%
    ),
    linear-gradient(
      180deg,
      rgba(15, 12, 22, 0.65) 0%,
      transparent 18%,
      transparent 82%,
      rgba(247, 246, 248, 0.6) 95%,
      #FFFFFF 100%
    );
  pointer-events: none;
  z-index: 1;
}

/* TOP NAVBAR (YAPAY CLEAN NAVIGATION) */
.yapay-navbar-wrapper {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yapay-nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: #FFFFFF;
}

.yapay-nav-logo-img {
  height: 34px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.yapay-nav-menu-pill {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.55rem 1.6rem;
  border-radius: 9999px;
  list-style: none;
}

.yapay-nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Outfit', sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.yapay-nav-link:hover {
  color: #FFFFFF;
}

.yapay-nav-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E9213C;
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.6rem 1.35rem;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(230, 26, 77, 0.35);
  transition: all 0.2s ease;
}

.yapay-nav-cta-btn:hover {
  background: #EA263D;
  transform: translateY(-1px);
}

/* HERO MAIN BODY */
.yapay-hero-body {
  position: relative;
  z-index: 10;
  max-width: 1260px;
  width: 100%;
  margin: auto auto;
  padding: 2rem 2rem 3.5rem;
  display: grid;
  grid-template-columns: 1.15fr auto 0.95fr;
  align-items: center;
  gap: 2.5rem;
}

/* LEFT COLUMN: 2-LINE HEADING */
.yapay-hero-left {
  max-width: 440px;
}

.yapay-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.yapay-hero-title {
  font-family: 'Outfit', 'Work Sans', sans-serif;
  font-size: clamp(1.45rem, 1.95vw, 1.95rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

.yapay-title-line {
  display: block;
}

.yapay-hero-subtitle {
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(0.88rem, 1.05vw, 0.96rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  margin-top: 0.85rem;
  max-width: 380px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* CENTER AREA: GLASS CARD FRAMING PRODUCT (SUBTLE BLUR TO SHOWCASE PRODUCT) */
.yapay-glass-frame {
  width: 390px;
  height: 490px;
  border-radius: 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(1.0px);
  -webkit-backdrop-filter: blur(1.5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28), inset 0 1px 1px rgba(255, 255, 255, 0.7);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yapay-glass-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.yapay-glass-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* BOTTOM FLOATING PILL INSIDE GLASS CARD (WHITE BACKGROUND) */
.yapay-glass-pill {
  width: 100%;
  background: #FFFFFF;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #1E1B39;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}

.yapay-glass-pill:hover {
  background: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}

.yapay-pill-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #FFF0E9;
  border: 1px solid rgba(230, 26, 77, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  padding: 3px;
}

.yapay-pill-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.12));
}

.yapay-pill-info {
  flex: 1;
  min-width: 0;
}

.yapay-pill-title {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  color: #1E1B39;
  line-height: 1.2;
  white-space: nowrap;
}

.yapay-pill-sub {
  display: block;
  font-size: 0.72rem;
  color: #666666;
  line-height: 1.25;
  margin-top: 2px;
  white-space: nowrap;
}

.yapay-pill-price {
  text-align: right;
  flex-shrink: 0;
  white-space: nowrap;
}

.yapay-pill-value {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: #1E1B39;
  line-height: 1.1;
  white-space: nowrap;
}

.yapay-pill-installments {
  display: block;
  font-size: 0.72rem;
  color: #E9213C;
  font-weight: 800;
  margin-top: 1px;
  white-space: nowrap;
}

/* RIGHT COLUMN: TEXT + "MAIS PRODUTOS" BUTTON */
.yapay-hero-right {
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  margin-left: auto;
}

.yapay-hero-desc {
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.yapay-btn-action {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  background: #0E0C12;
  color: #FFFFFF !important;
  padding: 0.55rem 0.65rem 0.55rem 1.45rem;
  border-radius: 9999px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.yapay-btn-action:hover {
  background: #1C1924;
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
}

.yapay-btn-arrow-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E9213C;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.yapay-btn-action:hover .yapay-btn-arrow-circle {
  transform: translateX(3px);
  background: #FF514E;
}

/* RESPONSIVE LAYOUT */
@media (max-width: 1120px) {
  .yapay-hero-body {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .yapay-glass-frame {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .yapay-hero-right {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 860px) {
  .yapay-hero-section {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    background-image: url('../assets/images/hero-poporete-yapay-mobile.webp');
    background-position: center top;
    background-size: cover;
  }
  .yapay-navbar-wrapper {
    padding: 1rem 1.25rem;
  }
  .yapay-nav-menu-pill {
    display: none;
  }
  .yapay-hero-body {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 2rem 1.25rem 3.5rem;
    gap: 2rem;
  }
  .yapay-hero-left {
    max-width: 100%;
  }
  .yapay-glass-frame {
    grid-column: auto;
    grid-row: auto;
    width: min(360px, calc(100vw - 32px));
    max-width: 100%;
    height: 410px;
    padding: 1rem;
  }
  .yapay-hero-right {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .yapay-hero-title {
    font-size: clamp(1.4rem, 6vw, 1.7rem);
    line-height: 1.22;
  }
  .yapay-glass-frame {
    width: min(355px, calc(100vw - 28px));
    max-width: 100%;
    height: 385px;
    padding: 0.85rem;
  }
  .yapay-glass-pill {
    padding: 0.75rem 0.85rem;
    gap: 0.65rem;
    border-radius: 16px;
  }
  .yapay-pill-info {
    text-align: left;
    min-width: 0;
  }
  .yapay-pill-title {
    font-size: 0.88rem;
  }
  .yapay-pill-sub {
    font-size: 0.70rem;
  }
  .yapay-pill-value {
    font-size: 0.98rem;
  }
  .yapay-pill-installments {
    font-size: 0.70rem;
  }
}
