/* ============================================
   SECRETÁRIAS QUE VENDEM — LANDING PAGE
   Paleta: #E94E77 | #F7A1B5 | #F5E6E8 | #FFF | #1A1A1A
   Tipografia: Poppins
   ============================================ */

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #1A1A1A;
  background: #FFFFFF;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* --- TEXTURA LINHO GLOBAL (sutil, premium) --- */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .022;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(26, 26, 26, .08) 2px,
      rgba(26, 26, 26, .08) 3px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 2px,
      rgba(26, 26, 26, .06) 2px,
      rgba(26, 26, 26, .06) 3px
    );
  background-size: 8px 8px;
}

body > *:not(script) {
  position: relative;
  z-index: 1;
}

/* --- TEXTURAS POR SEÇÃO (respeitando tonalidades) --- */

/* Seções com fundo branco — overlay rosado muito sutil via ::after */
.section--cta-video,
.section--identification,
.section--turning-point,
.section--contents,
.section--testimonials,
.section--pricing {
  position: relative;
}

.section--cta-video::after,
.section--identification::after,
.section--turning-point::after,
.section--contents::after,
.section--testimonials::after,
.section--pricing::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(233, 78, 119, .025) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 80%, rgba(247, 161, 181, .02) 0%, transparent 55%);
}

.section--cta-video > *,
.section--identification > *,
.section--turning-point > *,
.section--contents > *,
.section--testimonials > *,
.section--pricing > * {
  position: relative;
  z-index: 1;
}

/* Seções com gradiente rosa claro — textura quente complementar */
.section--beliefs,
.section--offer,
.section--about {
  position: relative;
}

.section--beliefs::after,
.section--offer::after,
.section--about::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .03;
  background-image:
    radial-gradient(circle at 30% 40%, rgba(233, 78, 119, .4) 0.5px, transparent 0.5px),
    radial-gradient(circle at 70% 60%, rgba(245, 230, 232, .6) 0.5px, transparent 0.5px);
  background-size: 48px 48px, 64px 64px;
}

.section--beliefs > *,
.section--offer > *,
.section--about > * {
  position: relative;
  z-index: 1;
}

/* Hero — textura radial elegante */
.hero {
  position: relative;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .025;
  background-image:
    radial-gradient(circle at 25% 30%, rgba(233, 78, 119, .5) 0.5px, transparent 0.5px),
    radial-gradient(circle at 75% 70%, rgba(245, 230, 232, .7) 0.5px, transparent 0.5px);
  background-size: 52px 52px, 68px 68px;
}

.hero > * {
  position: relative;
  z-index: 1;
}

/* Seção produto — textura com profundidade rosa */
.section--product {
  position: relative;
}

.section--product::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .025;
  background-image:
    radial-gradient(circle at 40% 50%, rgba(233, 78, 119, .4) 0.5px, transparent 0.5px),
    radial-gradient(circle at 60% 30%, rgba(245, 230, 232, .5) 0.5px, transparent 0.5px);
  background-size: 44px 44px, 56px 56px;
}

.section--product > * {
  position: relative;
  z-index: 1;
}

/* Diferencial — gradiente sutil de profundidade */
.section--differentiator {
  position: relative;
}

.section--differentiator::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(233, 78, 119, .025) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(247, 161, 181, .02) 0%, transparent 50%);
}

.section--differentiator > * {
  position: relative;
  z-index: 1;
}

/* Bônus (dark) — textura luminosa invertida */
.section--bonus::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .04;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, .06) 3px,
      rgba(255, 255, 255, .06) 4px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, .04) 3px,
      rgba(255, 255, 255, .04) 4px
    );
  background-size: 10px 10px;
}

.section--bonus > * {
  position: relative;
  z-index: 1;
}

/* Fechamento — overlay sutil direcional */
.section--closing {
  position: relative;
}

.section--closing::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(233, 78, 119, .03) 0%, transparent 60%);
}

.section--closing > * {
  position: relative;
  z-index: 1;
}

/* Pricing dark box — textura interna premium */
.pricing__box {
  position: relative;
}

.pricing__box::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 28px;
  pointer-events: none;
  z-index: 0;
  opacity: .035;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, .05) 3px,
      rgba(255, 255, 255, .05) 4px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, .04) 3px,
      rgba(255, 255, 255, .04) 4px
    );
  background-size: 10px 10px;
}

.pricing__box > * {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button { cursor: pointer; border: none; font-family: inherit; }
ul { list-style: none; }
a { text-decoration: none; color: inherit; }
s { color: #999; }

/* --- UTILITIES --- */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-center { text-align: center; }

.highlight {
  color: #E94E77;
  position: relative;
}

/* --- SECTION BASE --- */
.section {
  padding: 100px 0;
}

.section__eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #E94E77;
  margin-bottom: 16px;
}

.section__eyebrow--center {
  display: block;
  text-align: center;
}

.section__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
  color: #1A1A1A;
}

.section__text {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 16px;
  line-height: 1.8;
}

.section__text--emphasis {
  font-size: 1.15rem;
  font-weight: 600;
  color: #E94E77;
}

.section__text--large {
  font-size: 1.2rem;
}

.section__text--lead {
  font-size: 1.15rem;
  color: #555;
  max-width: 640px;
  margin: 0 auto 24px;
}

.section__lead {
  font-size: 1.1rem;
  color: #555;
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

/* --- BUTTONS --- */
.btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 60px;
  transition: all .35s ease;
  letter-spacing: .3px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
}

.btn--primary {
  background: linear-gradient(135deg, #E94E77, #d63d65);
  color: #fff;
  box-shadow: 0 8px 30px rgba(233, 78, 119, .3);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(233, 78, 119, .45);
  background: linear-gradient(135deg, #d63d65, #c4305a);
}

.btn--large {
  padding: 18px 48px;
  font-size: 1.05rem;
}

.btn--pulse {
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 30px rgba(233, 78, 119, .3); }
  50% { box-shadow: 0 8px 50px rgba(233, 78, 119, .55); }
}

/* --- IMAGE FRAMES --- */
.img-frame {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #F5E6E8, #fce4ec);
}

/* Img inside frames: positioned absolute over padding-bottom container */
.img-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* Portrait 3:4 — especialista-1 */
.img-frame--portrait {
  border-radius: 20px;
  max-width: 400px;
  padding-bottom: 150%; /* 1066:1600 - 100% sem corte */
}

/* Reestruturação seção identificação - especialista-1 */
.identification__image .img-frame--portrait {
  padding-bottom: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.identification__image .img-frame--portrait img {
  position: static;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Rounded 4:5 */
.img-frame--rounded {
  border-radius: 24px;
  max-width: 420px;
  padding-bottom: 125%; /* 5/4 = 1.25 */
}

/* About 3:4 */
.img-frame--about {
  border-radius: 24px;
  max-width: 380px;
  padding-bottom: 133.33%;
  box-shadow: 24px 24px 0 #F5E6E8;
}

/* Landscape 3:2 — especialista-2, especialista-3 */
.img-frame--landscape {
  border-radius: 20px;
  max-width: 520px;
  padding-bottom: 66.66%; /* 2/3 = 0.666 */
}

/* Landscape ~1.4:1 — especialista-4 */
.img-frame--landscape-wide {
  border-radius: 20px;
  max-width: 500px;
  padding-bottom: 125%; /* Mais vertical, formato mobile */
}

/* Featured image frame — glow + border accent */
.img-frame--featured {
  box-shadow:
    0 8px 40px rgba(233, 78, 119, .12),
    0 0 0 3px rgba(233, 78, 119, .1);
  border: 2px solid rgba(233, 78, 119, .15);
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  padding: 80px 0 60px;
  background: linear-gradient(175deg, #FFFFFF 0%, #FDF5F7 40%, #F5E6E8 100%);
  overflow: hidden;
}

.hero__decoration {
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233,78,119,.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero__top {
  margin-bottom: 40px;
}

.hero__badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E94E77;
  background: rgba(233, 78, 119, .08);
  padding: 8px 20px;
  border-radius: 40px;
  margin-bottom: 28px;
}

.hero__title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 16px;
  color: #1A1A1A;
}

.hero__subtitle {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 500;
  color: #555;
  line-height: 1.5;
  max-width: 640px;
  margin: 0 auto;
}

.hero__text {
  font-size: 1rem;
  color: #666;
  margin: 32px auto 36px;
  line-height: 1.75;
  max-width: 640px;
}

.hero__video-section {
  position: relative;
}

/* --- VIDEO SPOTLIGHT --- */
.video-spotlight {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.video-spotlight__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 660px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(233, 78, 119, .12) 0%, transparent 70%);
  pointer-events: none;
  animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { opacity: .6; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

/* --- VIDEO --- */
.video-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.12), 0 0 0 1px rgba(233,78,119,.08);
  background: #1A1A1A;
  max-height: 580px;
  max-width: 326px;
  margin: 0 auto;
  padding-bottom: 177.78%; /* 16/9 = 1.777 fallback */
}

/* Progressive enhancement: if aspect-ratio supported, use it and remove padding hack */
@supports (aspect-ratio: 9/16) {
  .video-wrapper { aspect-ratio: 9/16; padding-bottom: 0; }
}

.video-wrapper--hero {
  border: 3px solid rgba(233, 78, 119, .2);
  box-shadow: 0 24px 80px rgba(233,78,119,.15), 0 8px 32px rgba(0,0,0,.1);
}

.video-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-placeholder__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-placeholder__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}

.video-placeholder__play {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform .3s ease, filter .3s ease;
  filter: drop-shadow(0 4px 20px rgba(233,78,119,.4));
  animation: playBounce 2.5s ease-in-out infinite;
}

@keyframes playBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

.video-placeholder__play:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 6px 28px rgba(233,78,119,.55));
}

.video-placeholder__label {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.5);
}

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

/* ============================================
   SEÇÃO 2 – CTA PÓS-VÍDEO
   ============================================ */
.section--cta-video {
  padding: 60px 0;
  background: #FFFFFF;
}

.cta-video__box {
  background: linear-gradient(135deg, #FDF5F7, #fff);
  border: 1px solid #f0e0e4;
  border-radius: 24px;
  padding: 48px 36px;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 8px 40px rgba(233, 78, 119, .06);
}

.cta-video__icon {
  display: inline-block;
  margin-bottom: 20px;
}

.cta-video__box .section__lead {
  margin-bottom: 28px;
}

/* ============================================
   SEÇÃO 3 – IDENTIFICAÇÃO
   ============================================ */
.section--identification {
  background: #FFFFFF;
}

.identification__grid {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 60px;
  align-items: center;
}

.identification__image {
  display: flex;
  justify-content: center;
}

.pain-list {
  margin: 28px 0;
}

.pain-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 500;
  color: #333;
  padding: 12px 0;
  border-bottom: 1px solid #f0e4e6;
}

.pain-list__item:last-child { border-bottom: none; }

.pain-list__icon { flex-shrink: 0; }

/* ============================================
   SEÇÃO 4 – QUEBRA DE CRENÇA
   ============================================ */
.section--beliefs {
  background: linear-gradient(180deg, #FDF5F7, #FFFFFF);
}

.beliefs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0 40px;
}

.belief-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  border: 1px solid #f0e0e4;
  transition: transform .3s ease, box-shadow .3s ease;
}

.belief-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(233, 78, 119, .08);
}

.belief-card__label {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E94E77;
  background: rgba(233, 78, 119, .08);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.belief-card__text {
  font-size: 1.05rem;
  font-weight: 500;
  font-style: italic;
  color: #444;
  line-height: 1.6;
}

.beliefs__truth {
  text-align: center;
}

.beliefs__truth-inner {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 24px 40px;
  border-radius: 16px;
  border: 2px solid #E94E77;
  box-shadow: 0 8px 30px rgba(233, 78, 119, .1);
}

.beliefs__truth-text {
  font-size: 1.15rem;
  color: #1A1A1A;
}

/* ============================================
   SEÇÃO 5 – VIRADA DE CHAVE
   ============================================ */
.section--turning-point {
  background: #FFFFFF;
}

.turning__grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 60px;
  align-items: center;
}

.turning__image {
  display: flex;
  justify-content: center;
}

.method-list {
  margin: 24px 0 32px;
}

.method-list__item {
  position: relative;
  padding: 10px 0 10px 32px;
  font-size: 1.08rem;
  font-weight: 500;
  color: #333;
}

.method-list__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E94E77, #F7A1B5);
}

.turning__punchline {
  font-size: 1.35rem;
  color: #1A1A1A;
  margin-bottom: 32px;
  line-height: 1.5;
}

/* ============================================
   SEÇÃO 6 – PRODUTO
   ============================================ */
.section--product {
  background: linear-gradient(180deg, #FDF5F7, #F5E6E8);
  padding-bottom: 80px;
}

.product__name {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  margin: 16px 0 20px;
  color: #1A1A1A;
}

.product__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}

.product__badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .95rem;
  font-weight: 500;
  color: #333;
}

/* ============================================
   SEÇÃO 7 – CONTEÚDO
   ============================================ */
.section--contents {
  background: #FFFFFF;
}

.contents__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.content-card {
  background: #FEFBFC;
  border: 1px solid #f0e0e4;
  border-radius: 16px;
  padding: 28px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.content-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(233, 78, 119, .08);
}

.content-card__number {
  font-size: 1.6rem;
  font-weight: 800;
  color: #E94E77;
  opacity: .35;
  flex-shrink: 0;
  min-width: 40px;
}

.content-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.4;
}

/* ============================================
   SEÇÃO 8 – DIFERENCIAL
   ============================================ */
.section--differentiator {
  background: linear-gradient(180deg, #FFFFFF, #FDF5F7);
}

.differentiator__grid {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 60px;
  align-items: center;
}

.differentiator__image {
  display: flex;
  justify-content: center;
}

/* ============================================
   SEÇÃO 9 – BÔNUS
   ============================================ */
.section--bonus {
  background: linear-gradient(180deg, #1A1A1A 0%, #2a1520 50%, #1A1A1A 100%);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.section--bonus::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(233, 78, 119, .12) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(247, 161, 181, .08) 0%, transparent 50%);
  pointer-events: none;
}

.section--bonus .section__title {
  color: #fff;
}

.section--bonus .section__text {
  color: rgba(255, 255, 255, .65);
}

.bonus__header {
  margin-bottom: 8px;
  position: relative;
}

.bonus__ribbon-wrap {
  display: inline-block;
  margin-bottom: 20px;
  animation: floatBounce 3s ease-in-out infinite;
}

@keyframes floatBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.bonus__eyebrow-label {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E94E77;
  margin-bottom: 16px;
  text-align: center;
}

.bonus__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 780px;
  margin: 48px auto 0;
}

.bonus-card {
  background: rgba(255, 255, 255, .06);
  border: none;
  border-radius: 24px;
  padding: 44px 32px 40px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: visible;
  outline: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.bonus-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #E94E77, #F7A1B5);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bonus-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(233, 78, 119, .25);
  background: rgba(255, 255, 255, .1);
}

.bonus-card__badge {
  display: inline-block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #E94E77, #d63d65);
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.bonus-card__icon {
  margin-bottom: 20px;
  display: inline-block;
}

.bonus-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.bonus-card__text {
  font-size: .92rem;
  color: rgba(255, 255, 255, .6);
  line-height: 1.65;
}

/* Bonus CTA button override for dark bg */
.section--bonus .btn--primary {
  box-shadow: 0 8px 30px rgba(233, 78, 119, .4);
}

/* ============================================
   SEÇÃO 10 – SOBRE
   ============================================ */
.section--about {
  background: linear-gradient(180deg, #FDF5F7, #FFFFFF);
}

.about__grid {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 60px;
  align-items: center;
}

.about__image {
  display: flex;
  justify-content: center;
}

/* ============================================
   SEÇÃO 11 – DEPOIMENTOS
   ============================================ */
.section--testimonials {
  background: #FFFFFF;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.testimonial-card {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #F5E6E8, #fce4ec);
  border: 1px solid #f0e0e4;
  transition: transform .3s ease, box-shadow .3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(233, 78, 119, .1);
}

.testimonial-card--featured {
  border-color: #E94E77;
  box-shadow: 0 4px 20px rgba(233, 78, 119, .12);
}

.testimonial-card__img {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #F5E6E8, #fce4ec);
  padding-bottom: 125%; /* 5/4 = 1.25 */
}

.testimonial-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* --- CARROSSEL DE DEPOIMENTOS --- */
.testimonials-carousel {
  margin-top: 56px;
}

.testimonials-carousel__label {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E94E77;
  text-align: center;
  margin-bottom: 24px;
}

.testimonials-carousel__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonials-carousel__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 8px 0;
  min-width: 0;
  flex: 1 1 0%;
}

.testimonials-carousel__track::-webkit-scrollbar {
  display: none;
}

.testimonials-carousel__slide {
  flex: 0 0 auto;
  width: 260px;
  border-radius: 16px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid #f0e0e4;
  background: linear-gradient(135deg, #F5E6E8, #fce4ec);
  transition: transform .3s ease, box-shadow .3s ease;
}

.testimonials-carousel__slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(233, 78, 119, .1);
}

.testimonials-carousel__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.testimonials-carousel__arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #f0e0e4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}

.testimonials-carousel__arrow:hover {
  background: #FDF5F7;
  border-color: #E94E77;
  box-shadow: 0 4px 20px rgba(233, 78, 119, .15);
}

.testimonials-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.testimonials-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f0e0e4;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
  padding: 0;
}

.testimonials-carousel__dot--active {
  background: #E94E77;
  width: 24px;
  border-radius: 4px;
}

/* ============================================
   SEÇÃO 12 – OFERTA
   ============================================ */
.section--offer {
  background: linear-gradient(180deg, #FDF5F7, #FFFFFF);
  padding-bottom: 40px;
}

.offer__box {
  background: #fff;
  border-radius: 24px;
  padding: 60px 48px;
  border: 1px solid #f0e0e4;
  box-shadow: 0 12px 60px rgba(233, 78, 119, .06);
  max-width: 700px;
  margin: 0 auto;
}

.offer__items {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offer__item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.05rem;
  font-weight: 500;
  color: #333;
}

/* ============================================
   SEÇÃO 13 – PREÇO
   ============================================ */
.section--pricing {
  background: #FFFFFF;
  padding: 60px 0 100px;
}

.pricing__box {
  background: linear-gradient(135deg, #1A1A1A, #2d2030);
  border-radius: 28px;
  padding: 64px 48px;
  max-width: 560px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.pricing__box::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 78, 119, .15), transparent 70%);
  pointer-events: none;
}

.pricing__from {
  font-size: 1rem;
  color: #aaa;
  display: block;
  margin-bottom: 8px;
}

.pricing__value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  margin-bottom: 8px;
}

.pricing__currency {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 12px;
  color: #E94E77;
}

.pricing__amount {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.pricing__cents {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
  color: #E94E77;
}

.pricing__type {
  display: block;
  font-size: .9rem;
  color: #bbb;
  margin-bottom: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing__box .btn--primary {
  width: 100%;
  max-width: 380px;
}

.pricing__note {
  font-size: .82rem;
  color: #888;
  margin-top: 20px;
}

/* ============================================
   SEÇÃO 14 – FECHAMENTO
   ============================================ */
.section--closing {
  background: linear-gradient(180deg, #FFFFFF, #FDF5F7);
  padding: 100px 0;
}

.section--closing .section__title {
  max-width: 700px;
  margin: 0 auto 24px;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
}

.closing__punchline {
  font-size: 1.4rem;
  color: #E94E77;
  margin-bottom: 40px;
}

/* ============================================
   RODAPÉ
   ============================================ */
.footer {
  background: #1A1A1A;
  padding: 48px 0;
  color: #999;
}

.footer__brand {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.footer__author {
  font-size: .88rem;
  color: #F7A1B5;
  margin-bottom: 16px;
}

.footer__copy {
  font-size: .78rem;
  color: #666;
}

/* ============================================
   ANIMAÇÕES DE SCROLL
   ============================================ */
.fade-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s ease, transform .7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

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

/* Tablet */
@media (max-width: 1024px) {
  .hero {
    padding: 60px 0 48px;
  }

  .video-wrapper {
    max-width: 280px;
    max-height: 500px;
  }

  .identification__grid,
  .turning__grid,
  .differentiator__grid,
  .about__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .identification__image,
  .turning__image,
  .differentiator__image,
  .about__image {
    order: -1;
  }

  /* ALWAYS show featured images — even on tablet/mobile */
  .identification__image--always-visible,
  .differentiator__image--always-visible {
    display: flex !important;
    order: -1;
  }

  .img-frame--portrait,
  .img-frame--rounded,
  .img-frame--about {
    max-width: 320px;
    margin: 0 auto;
  }

  .img-frame--landscape,
  .img-frame--landscape-wide {
    max-width: 100%;
    margin: 0 auto;
  }

  .beliefs__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .contents__grid {
    grid-template-columns: 1fr;
  }

  .bonus__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .pain-list {
    text-align: left;
  }

  .method-list {
    text-align: left;
    display: inline-block;
  }

  .beliefs__truth-inner {
    padding: 20px 28px;
    flex-direction: column;
    gap: 12px;
  }

  .cta-video__box {
    padding: 36px 24px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .section {
    padding: 72px 0;
  }

  .hero {
    padding: 64px 0 48px;
  }

  .hero__title {
    font-size: 2rem;
  }

  .hero__badge {
    font-size: .65rem;
    padding: 6px 16px;
  }

  .video-wrapper {
    max-width: 260px;
    max-height: 460px;
  }

  .video-placeholder__play svg {
    width: 60px;
    height: 60px;
  }

  .testimonials-carousel__slide {
    width: 220px;
  }

  .testimonials-carousel__arrow {
    width: 36px;
    height: 36px;
  }

  .testimonials-carousel__arrow svg {
    width: 18px;
    height: 18px;
  }

  .btn {
    padding: 16px 32px;
    font-size: .95rem;
    width: 100%;
    text-align: center;
  }

  .btn--large {
    padding: 18px 32px;
  }

  .section__title {
    font-size: 1.5rem;
  }

  .product__name {
    font-size: 1.75rem;
  }

  .product__badges {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .offer__box {
    padding: 40px 24px;
  }

  .pricing__box {
    padding: 48px 28px;
  }

  .pricing__amount {
    font-size: 3.8rem;
  }

  .pricing__currency {
    font-size: 1.1rem;
  }

  .pricing__cents {
    font-size: 1.4rem;
  }

  /* Featured images on mobile: always visible, prominent */
  .identification__image--always-visible,
  .differentiator__image--always-visible {
    display: flex !important;
  }

  .img-frame--portrait,
  .img-frame--rounded,
  .img-frame--about {
    max-width: 280px;
  }

  /* Landscape frames on mobile: full width, respect ratio */
  .img-frame--landscape,
  .img-frame--landscape-wide {
    max-width: 100%;
  }

  /* Featured portrait frames get bigger on mobile */
  .img-frame--portrait.img-frame--featured {
    max-width: 300px;
  }

  .img-frame--about {
    box-shadow: 16px 16px 0 #F5E6E8;
  }

  .content-card {
    padding: 22px 20px;
  }

  .content-card__number {
    font-size: 1.3rem;
    min-width: 32px;
  }

  .beliefs__truth-inner {
    padding: 18px 20px;
  }

  .beliefs__truth-text {
    font-size: 1rem;
  }

  .turning__punchline {
    font-size: 1.15rem;
  }

  .closing__punchline {
    font-size: 1.15rem;
  }

  .section--closing .section__title {
    font-size: 1.3rem;
  }

  .cta-video__box {
    padding: 32px 20px;
  }

  .bonus__grid {
    max-width: 100%;
  }

  .bonus-card {
    padding: 36px 24px 32px;
  }
}
