/* =============================================
   VARIÁVEIS
   ============================================= */
:root {
  --roxo:      #7C3AED;
  --roxo-esc:  #3D1A6B;
  --roxo-cl:   #EDE9FE;
  --roxo-md:   #A78BFA;
  --laranja:   #F4881A;
  --laranja-h: #D4730F;
  --verde:     #10B981;
  --dourado:   #F59E0B;
  --creme:     #FFF8EE;
  --cinza:     #F9FAFB;
  --texto:     #1A1A2E;
  --texto-s:   #6B7280;
  --branco:    #FFFFFF;
  --borda:     #E5E7EB;
}

/* =============================================
   RESET
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  { font-family: 'Inter', Arial, sans-serif; color: var(--texto); line-height: 1.7; background: #fff; }
img   { display: block; max-width: 100%; height: auto; }
s     { color: var(--texto-s); }
a     { text-decoration: none; }
ul    { list-style: none; padding: 0; }

.container    { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.texto-centro { text-align: center; }

.label-secao {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--roxo);
  background: var(--roxo-cl);
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.label-dourado {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--dourado);
  background: rgba(245,158,11,.12);
  border: 1px solid rgba(245,158,11,.3);
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

/* Microcopy global */
.microcopy { font-size: .85rem; color: var(--texto-s); margin-top: 10px; }

/* Microcopy no hero — muito mais visível */
#hero .microcopy {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 28px;
  letter-spacing: .3px;
  text-shadow: 0 2px 8px rgba(0,0,0,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

/* Microcopy nas seções internas (sobre fundo claro) */
.cta-secao .microcopy,
.preco-bloco .microcopy {
  color: var(--texto-s);
  font-size: .88rem;
  font-weight: 500;
  margin-top: 12px;
}

/* =============================================
   BOTÃO PRINCIPAL
   ============================================= */
.btn-principal {
  display: inline-block;
  background: linear-gradient(135deg, #F4881A, #D4730F);
  color: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  box-shadow: 0 6px 28px rgba(244,136,26,.45);
  transition: transform .2s, box-shadow .2s;
  margin-top: 20px;
  cursor: pointer;
}
.btn-principal:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(244,136,26,.55); }
.btn-grande { font-size: 1.2rem; padding: 22px 52px; }

/* =============================================
   BARRA MOBILE
   ============================================= */
.barra-mobile {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(135deg, #F4881A, #D4730F);
  padding: 14px 20px;
  text-align: center;
  z-index: 999;
  box-shadow: 0 -4px 20px rgba(0,0,0,.2);
}
.barra-mobile a {
  color: #fff;
  font-size: .97rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* =============================================
   SEÇÃO 1 — HERO
   ============================================= */
#hero {
  background: linear-gradient(135deg, var(--roxo-esc) 0%, var(--roxo) 65%, #8B5CB8 100%);
  color: #fff;
  padding: 0;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-texto { display: flex; flex-direction: column; }
.badge-topo {
  display: inline-block;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  color: #FFD700;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  width: fit-content;
}
.hero-texto h1 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #fff;
}
.hero-texto h1 em { font-style: normal; color: #FFD700; }
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.9);
  line-height: 1.8;
  margin-bottom: 16px;
}
.hero-estrelas {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
  color: rgba(255,255,255,.85);
  font-weight: 600;
  margin-bottom: 4px;
}
.hero-imagem {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(0,0,0,.3);
}
.hero-imagem img { width: 100%; height: 100%; object-fit: cover; }

/* =============================================
   SEÇÃO 2 — AUTORIDADE
   ============================================= */
#autoridade {
  background: linear-gradient(135deg, #F0EBFF 0%, #E8DEFF 100%);
  padding: 90px 24px;
}
.autoridade-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.autoridade-foto {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(124,58,237,.2);
}
.autoridade-foto img { width: 100%; }

.autoridade-texto h2 { font-size: 2.2rem; font-weight: 900; color: var(--roxo-esc); line-height: 1.2; margin-bottom: 20px; }
.autoridade-texto h2 strong { color: var(--roxo); }
.autoridade-texto p { font-size: 1rem; color: var(--texto); line-height: 1.85; margin-bottom: 16px; }

.assinatura-bloco {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0;
  padding-top: 24px;
  border-top: 2px solid rgba(124,58,237,.15);
}
.foto-redonda {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--roxo);
  flex-shrink: 0;
}
.assinatura-bloco div { display: flex; flex-direction: column; }
.assinatura-bloco strong { font-size: 1rem; font-weight: 800; color: var(--roxo-esc); }
.assinatura-bloco span  { font-size: .85rem; color: var(--texto-s); margin-top: 2px; }

/* =============================================
   SEÇÃO 3 — ANTES E DEPOIS
   ============================================= */
#antes-depois { background: #F8F5FF; padding: 90px 24px; }
#antes-depois h2 { font-size: 2.1rem; font-weight: 900; color: var(--roxo-esc); line-height: 1.25; margin-bottom: 36px; }
.img-full {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,.14));
  margin: 0 auto 32px;
  display: block;
}

/* =============================================
   SEÇÃO 4 — DOR
   ============================================= */
#dor { background: #12112A; color: #fff; padding: 80px 24px; }
.dor-texto { max-width: 700px; margin: 0 auto; }
.dor-texto p { font-size: 1.08rem; line-height: 1.85; margin-bottom: 18px; color: rgba(255,255,255,.88); }
.fila-box {
  background: rgba(255,255,255,.05);
  border-left: 4px solid var(--laranja);
  padding: 26px 30px;
  margin: 28px 0;
  border-radius: 0 12px 12px 0;
}
.fila-box p { margin-bottom: 12px; }
.fila-box p:last-child { margin-bottom: 0; }
.fila-box strong { color: #FFD700; }
.dor-destaque {
  font-size: 1.22rem;
  font-weight: 700;
  color: #FFD700;
  text-align: center;
  padding: 24px 28px;
  background: rgba(244,136,26,.08);
  border: 1px solid rgba(244,136,26,.25);
  border-radius: 12px;
  line-height: 1.5;
}

/* =============================================
   SEÇÕES DE PRODUTO
   ============================================= */
.secao-produto { padding: 100px 24px; }
.bg-branco { background: var(--branco); }
.bg-lilas   { background: linear-gradient(135deg, #F5F0FF 0%, #EDE9FE 100%); }

.produto-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.produto-wrap.invertido { }

.produto-num-badge {
  display: inline-block;
  background: var(--roxo);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

/* Imagens dos produtos — PNG transparente, sem caixa nem recorte */
.produto-foto {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.produto-foto img {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 16px 40px rgba(124,58,237,.18));
  transition: transform .35s ease, filter .35s ease;
}
.produto-foto img:hover {
  transform: translateY(-6px) scale(1.02);
  filter: drop-shadow(0 24px 52px rgba(124,58,237,.28));
}

.produto-preco-riscado { font-size: .9rem; color: var(--texto-s); margin-top: 16px; text-align: center; }

.produto-info h2 { font-size: 2rem; font-weight: 900; color: var(--roxo-esc); margin-bottom: 8px; line-height: 1.15; }
.produto-tag { font-size: 1rem; color: var(--roxo-medio); font-style: italic; margin-bottom: 24px; font-weight: 500; }
.produto-desc p { font-size: .97rem; color: var(--texto-s); line-height: 1.8; margin-bottom: 14px; }
.produto-desc strong { color: var(--texto); }

.resultado-lista { margin: 20px 0 28px; background: #F0FDF4; border-radius: 14px; padding: 18px 22px; }
.resultado-lista li { padding: 6px 0; font-size: .95rem; color: #047857; line-height: 1.65; border-bottom: 1px solid rgba(16,185,129,.1); }
.resultado-lista li:last-child { border-bottom: none; }

/* =============================================
   SEÇÃO BÔNUS
   ============================================= */
#bonus { background: linear-gradient(135deg, #1A0A33 0%, #2D1354 100%); padding: 90px 24px; color: #fff; }
.bonus-header { margin-bottom: 60px; }
.bonus-header h2 { font-size: 2.1rem; font-weight: 900; color: #FFD700; line-height: 1.25; margin-bottom: 14px; }
.bonus-header p { font-size: 1rem; color: rgba(255,255,255,.75); }
.bonus-header p strong { color: #fff; }

.bonus-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--borda);
}
.bonus-item:last-of-type { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.bonus-invertido .bonus-foto { order: 2; }
.bonus-invertido .bonus-texto { order: 1; }

.bonus-foto img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 12px 32px rgba(0,0,0,.18));
  transition: transform .35s ease;
}

.bonus-label {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFD700;
  background: rgba(245,158,11,.12);
  border: 1px solid rgba(245,158,11,.3);
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.bonus-texto h3 { font-size: 1.5rem; font-weight: 900; color: #fff; margin-bottom: 4px; }
.bonus-subtipo  { font-size: .88rem; color: rgba(255,255,255,.55); font-style: italic; margin-bottom: 14px; }
.bonus-texto p  { font-size: .93rem; color: rgba(255,255,255,.8); line-height: 1.75; margin-bottom: 14px; }
.bonus-lista li { font-size: .9rem; color: rgba(255,255,255,.8); padding: 4px 0; }
.bonus-preco    { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.tag-gratis { background: var(--verde); color: #fff; padding: 4px 14px; border-radius: 20px; font-size: .8rem; font-weight: 700; }

/* =============================================
   SEÇÃO MOCKUP COMPLETO
   ============================================= */
#mockup-kit { background: var(--creme); padding: 90px 24px; }
#mockup-kit h2 { font-size: 2rem; font-weight: 900; color: var(--roxo-esc); margin-bottom: 32px; line-height: 1.25; }
.img-mockup {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 40px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(124,58,237,.15);
}
.tabela-wrap { max-width: 560px; margin: 0 auto 36px; }
.tabela-precos {
  width: 100%;
  border-collapse: collapse;
  background: var(--branco);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
}
.tabela-precos td { padding: 13px 20px; border-bottom: 1px solid var(--borda); font-size: .93rem; }
.tabela-precos td:first-child { color: var(--texto); text-align: left; }
.tabela-precos td:last-child  { text-align: right; font-weight: 600; color: var(--texto-s); }
.linha-bonus td { color: var(--roxo-md); font-style: italic; }
.linha-total td { font-weight: 800; background: #FEF3C7; color: var(--texto); border-bottom: 1px solid var(--borda); }
.linha-hoje td  { font-weight: 900; background: var(--roxo-cl); color: var(--roxo); font-size: 1rem; border-bottom: none; }
.linha-hoje td:last-child { color: var(--roxo); }

.preco-bloco { margin-top: 8px; }
.de   { font-size: 1rem; color: var(--texto-s); margin-bottom: 4px; }
.por  { font-size: 1.4rem; font-weight: 700; color: var(--texto); line-height: 1.1; }
.valor-destaque { font-size: 3.6rem; font-weight: 900; color: var(--laranja); line-height: 1; }
.economia { font-size: .95rem; color: var(--verde); font-weight: 600; margin-top: 6px; }

/* =============================================
   SEÇÃO DEPOIMENTOS
   ============================================= */
#depoimentos { background: #F8F5FF; padding: 90px 24px; }
#depoimentos h2 { font-size: 2rem; font-weight: 900; color: var(--roxo); margin-bottom: 12px; line-height: 1.25; }
.depo-intro { font-size: 1rem; color: var(--texto-s); margin-bottom: 44px; }
.depo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}
.depo-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(124,58,237,.1);
  transition: transform .3s, box-shadow .3s;
  background: #fff;
}
.depo-card:hover { transform: translateY(-5px); box-shadow: 0 20px 56px rgba(124,58,237,.18); }
.depo-card img { width: 100%; }

/* =============================================
   SEÇÃO GARANTIA
   ============================================= */
#garantia { background: linear-gradient(135deg, #4C1D95 0%, var(--roxo) 100%); padding: 90px 24px; color: #fff; }
.garantia-caixa {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,.08);
  border: 2px solid rgba(255,255,255,.2);
  border-radius: 24px;
  padding: 56px 48px;
}
.garantia-selo {
  width: 220px;
  height: auto;
  margin: 0 auto 28px;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.3));
}
.garantia-caixa h2 { font-size: 1.9rem; font-weight: 900; color: #DDD6FE; margin-bottom: 24px; line-height: 1.3; }
.garantia-caixa p  { font-size: 1.02rem; color: rgba(255,255,255,.88); line-height: 1.8; margin-bottom: 14px; }
.garantia-frase { font-size: 1.35rem !important; font-weight: 800 !important; color: #FFD700 !important; }

/* =============================================
   FAQ
   ============================================= */
#faq { background: var(--branco); padding: 90px 24px; }
#faq h2 { font-size: 2rem; font-weight: 900; color: var(--texto); margin-bottom: 12px; }
.faq-intro { color: var(--texto-s); margin-bottom: 36px; }
.faq-lista { display: flex; flex-direction: column; gap: 12px; }
.faq-item  { border: 1px solid var(--borda); border-radius: 12px; overflow: hidden; cursor: pointer; }
.faq-pergunta {
  font-weight: 700;
  font-size: .96rem;
  padding: 16px 22px;
  background: var(--cinza);
  user-select: none;
  transition: background .15s;
}
.faq-pergunta:hover  { background: var(--roxo-cl); }
.faq-pergunta.aberto { background: var(--roxo-cl); color: var(--roxo); }
.faq-resposta {
  padding: 18px 22px;
  font-size: .94rem;
  color: var(--texto-s);
  line-height: 1.8;
  border-top: 1px solid var(--borda);
  display: none;
}

/* =============================================
   CTA FINAL
   ============================================= */
#cta-final { background: var(--roxo-cl); padding: 90px 24px; }
#cta-final h2 { font-size: 1.9rem; font-weight: 900; color: var(--roxo); margin-bottom: 36px; }
.opcoes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 44px; }
.opcao { padding: 28px; border-radius: 16px; }
.opcao h3 { font-size: .84rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.opcao p  { font-size: .93rem; line-height: 1.7; }
.opcao-nao { background: #FFF5F5; border: 2px solid #FCA5A5; }
.opcao-nao h3 { color: #991B1B; } .opcao-nao p { color: #7F1D1D; }
.opcao-sim { background: #F0FFF4; border: 2px solid #6EE7B7; }
.opcao-sim h3 { color: #065F46; } .opcao-sim p  { color: #064E3B; }

.recap-box { max-width: 540px; margin: 0 auto 36px; background: var(--branco); border-radius: 16px; overflow: hidden; box-shadow: 0 6px 28px rgba(0,0,0,.08); text-align: left; }
.recap-lista { padding: 20px 28px; }
.recap-lista li { padding: 9px 0; font-size: .92rem; color: var(--texto); border-bottom: 1px solid var(--borda); }
.recap-lista li:last-child { border-bottom: none; }
.recap-rodape { background: var(--roxo); color: #fff; padding: 20px 28px; text-align: center; }
.recap-rodape p { font-size: .92rem; color: rgba(255,255,255,.75); margin-bottom: 4px; }
.recap-preco { font-size: 1.5rem !important; color: #FFD700 !important; margin-top: 6px !important; }

.passos-pos { margin: 32px auto 0; max-width: 400px; background: var(--branco); border-radius: 14px; padding: 24px 28px; text-align: left; box-shadow: 0 4px 18px rgba(0,0,0,.06); }
.passos-pos p  { font-weight: 700; color: var(--texto); margin-bottom: 12px; }
.passos-pos ol { list-style: none; padding: 0; }
.passos-pos li { padding: 6px 0; font-size: .93rem; color: var(--texto-s); }
.frase-final   { font-size: 1.15rem; font-weight: 700; color: var(--roxo); margin-top: 44px; font-style: italic; line-height: 1.65; }

/* =============================================
   RODAPÉ
   ============================================= */
footer { background: var(--texto); color: rgba(255,255,255,.55); padding: 32px 24px; text-align: center; }
footer p { font-size: .8rem; line-height: 1.7; }
.footer-aviso { margin-top: 6px; font-style: italic; font-size: .76rem; opacity: .75; }

/* =============================================
   RESPONSIVO — TABLET ≤ 768px
   ============================================= */
@media (max-width: 768px) {
  .hero-inner,
  .autoridade-wrap,
  .produto-wrap,
  .produto-wrap.invertido,
  .bonus-item,
  .bonus-invertido { grid-template-columns: 1fr; gap: 36px; }

  /* Produto: imagem sempre acima do texto no tablet */
  .produto-wrap.invertido .produto-foto { order: -1; }
  .produto-wrap.invertido .produto-info { order: 1; }

  .bonus-invertido .bonus-foto,
  .bonus-invertido .bonus-texto { order: unset; }

  .hero-imagem { display: none; }

  .depo-grid { grid-template-columns: 1fr; }
  .opcoes-grid { grid-template-columns: 1fr; }

  #autoridade { padding: 65px 24px; }
  .autoridade-texto h2 { font-size: 1.85rem; }
  #antes-depois h2 { font-size: 1.7rem; }

  /* Produto: imagem 85% largura no tablet */
  .produto-foto img { max-width: 85%; margin: 0 auto; }
  .bonus-foto img   { max-width: 85%; margin: 0 auto; }
}

/* =============================================
   RESPONSIVO — MOBILE ≤ 640px
   ============================================= */
@media (max-width: 640px) {
  .barra-mobile { display: block; }
  body { padding-bottom: 64px; }

  .hero-inner { padding: 60px 20px 50px; }
  .hero-texto h1 { font-size: 1.95rem; }
  .hero-sub { font-size: .97rem; }

  /* Microcopy hero mobile */
  #hero .microcopy {
    font-size: .95rem;
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .btn-principal { font-size: .95rem; padding: 16px 28px; }
  .btn-grande    { font-size: 1.05rem; padding: 19px 32px; }

  .secao-produto { padding: 60px 20px; }
  .produto-info h2 { font-size: 1.65rem; }
  /* Imagem 85% no mobile */
  .produto-foto img { max-width: 85%; }
  .bonus-foto img   { max-width: 85%; }

  #bonus { padding: 65px 20px; }
  .bonus-header h2 { font-size: 1.65rem; }
  .bonus-texto h3 { font-size: 1.3rem; }
  .bonus-item { margin-bottom: 48px; padding-bottom: 48px; }

  #mockup-kit h2 { font-size: 1.6rem; }
  .valor-destaque { font-size: 2.8rem; }

  #depoimentos h2 { font-size: 1.6rem; }

  .garantia-caixa { padding: 40px 22px; }
  .garantia-caixa h2 { font-size: 1.6rem; }
  .garantia-selo { width: 160px; }

  #faq h2 { font-size: 1.6rem; }
  #cta-final h2 { font-size: 1.6rem; }
}
