:root{
  /* paleta extraída do CSS real da página original (post-2363.css) */
  --red:#DF0000;           /* barra de oferta */
  --cream:#EFE7DC;         /* blocos claros (problema, sobre, garantia) */
  --cream-light:#F9F5F1;   /* depoimentos / trilhas */
  --black:#000000;         /* blocos de preço + FAQ */
  --brown-dark:#37271C;    /* dobra final */
  --green-cta:#1ECE30;     /* botão principal */
  --gold-secondary:#CEA51E;/* botão "moro fora do brasil" */
  --green-whats:#3DD552;   /* seção CTA whatsapp */
  --footer-bg:#303030;     /* rodapé */
  --gold-price:#b58c51;    /* valor do preço em destaque */
  --tan-highlight:#9C876A; /* destaque no H1 */
  --sage:#A1A692;          /* título "Perguntas Frequentes" */
  --taupe:#9D8573;         /* título da garantia */
  --brown-eyebrow:#6E5E4F; /* "quem é" */
  --faq-card:#EFE7DC;      /* pergunta do acordeon */
  --faq-content:#E2D9CD;   /* resposta do acordeon */
  --faq-text:#5C4B3D;      /* texto do acordeon */

  --text:#262626;
  --muted:#5c5c5c;
  --bg:#ffffff;
  --radius:18px;
  --shadow:0 10px 30px rgba(0,0,0,.08);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Poppins',system-ui,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;height:auto}
.container{max-width:720px;margin:0 auto;padding:0 20px}
h1,h2{font-weight:700;line-height:1.25}
a{color:inherit;text-decoration:none}

.serif{font-family:'Cormorant Garamond',serif}

.grad{color:var(--tan-highlight)}

/* Announcement bar */
.announcement-bar{
  background:var(--red);
  color:#fff;
  text-align:center;
  font-weight:700;
  font-size:.85rem;
  letter-spacing:.02em;
  padding:10px 16px;
}

/* Hero */
.hero{padding:36px 0 24px;background:#fff}
.hero-inner{text-align:center}
.hero h1{font-size:1.9rem;margin-bottom:14px;color:#111}
.hero-sub{color:var(--muted);font-size:1.05rem;margin-bottom:24px}
.hero-img{margin:0 auto 18px;border-radius:var(--radius);overflow:hidden}
.hero-img:last-child{border-radius:0;box-shadow:none}

/* Story */
.story{padding:40px 0;background:var(--cream)}
.story-inner img{margin:0 auto 6px;display:block}
.beneficios{display:flex;flex-direction:column;gap:6px;margin:6px 0}

/* Price block — seção de destaque/conversão: precisa "quebrar" visualmente
   das dobras vizinhas e parecer um cartão de decisão, não mais um preto plano */
.price-block{
  background:linear-gradient(180deg,#FFFFFF 0%,#FBF3E6 100%);
  padding:48px 0 44px;
  position:relative;
}
.price-block::before{
  content:'';
  position:absolute;top:0;left:0;right:0;height:6px;
  background:linear-gradient(90deg,var(--green-cta),var(--gold-secondary));
}
.price-inner{text-align:center}
.price-mockup{max-width:340px;margin:0 auto 4px}
.price-banner{border-radius:14px;margin:0 auto 20px;overflow:hidden;box-shadow:var(--shadow)}
.price-tag{
  margin:0 auto 22px;
  max-width:420px;
  background:#fff;
  border-radius:16px;
  padding:22px 20px;
  box-shadow:var(--shadow);
}
.price-installments{font-size:1.1rem;color:var(--muted);font-weight:600;margin-right:6px}
.price-value{font-size:2.6rem;font-weight:800;color:var(--gold-price);display:block;margin:4px 0}
.price-cash{font-size:1rem;color:var(--text);font-weight:600}

/* Buttons */
.btn{
  display:inline-block;
  font-family:'Montserrat','Poppins',sans-serif;
  font-weight:700;
  font-size:1rem;
  padding:18px 32px;
  border-radius:4px;
  border:none;
  cursor:pointer;
  text-align:center;
  width:100%;
  max-width:480px;
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn{background:var(--green-cta);color:#000}
.btn-cta{
  background:var(--green-cta);
  color:#000;
  box-shadow:0 12px 24px rgba(30,206,48,.3);
  margin-bottom:14px;
}
.btn-outline{
  background:var(--gold-secondary);
  color:#000;
  border:none;
  margin-bottom:6px;
}
.btn-whats{
  background:var(--green-whats);
  color:#0a2b12;
  box-shadow:0 12px 24px rgba(61,213,82,.3);
}

/* Dobra final (imagem já traz o marrom escuro embutido) */
.dobra-final{background:var(--brown-dark);padding:0}
.dobra-final img{margin:0 auto}

/* About */
.about{padding:50px 0;background:var(--cream)}
.about-inner{display:flex;flex-direction:column-reverse;align-items:center;gap:26px;text-align:center}
.about-img{border-radius:var(--radius);max-width:320px;box-shadow:var(--shadow)}
.about-text .eyebrow{
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.8rem;
  font-weight:700;
  color:var(--brown-eyebrow);
  margin-bottom:6px;
}
.about-text h2{font-size:2rem;margin-bottom:16px;color:#3a2f26}
.about-text p{color:var(--muted);margin-bottom:12px;text-align:left}

/* Testimonials */
.testimonials{padding:50px 0;text-align:center;background:var(--cream-light)}
.testimonials-title{margin:0 auto 24px}
.testimonials-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:18px}
.testimonials-grid img{border-radius:var(--radius);box-shadow:var(--shadow)}
.testimonials-disclaimer{font-size:.8rem;color:#8a8a8a;font-style:italic}

/* Trilhas */
.trilhas{padding:50px 0;text-align:center;background:linear-gradient(180deg,var(--cream) 22%,var(--cream-light) 85%)}
.trilhas h2{font-size:1.7rem;margin-bottom:14px;color:#2a2a2a}
.trilhas-sub{color:var(--muted);max-width:560px;margin:0 auto 30px}
.trilhas-grid{display:grid;grid-template-columns:1fr;gap:16px;align-items:center}
.trilhas-grid img{border-radius:var(--radius);margin:0 auto;box-shadow:var(--shadow)}
.trilhas-icone{max-width:260px}

/* Guarantee */
.guarantee{padding:50px 0;background:var(--cream)}
.guarantee-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}
.guarantee-inner img{max-width:200px}
.guarantee h2{font-family:'Cormorant Garamond',serif;font-size:2.1rem;margin-bottom:14px;color:var(--taupe)}
.guarantee p{color:#5a5044;margin-bottom:22px}

/* FAQ (dentro do bloco preto, junto com o 3º price-block) */
.faq{padding:10px 0 60px;background:var(--black)}
.faq h2{font-family:'Cormorant Garamond',serif;text-align:center;font-size:2.2rem;margin-bottom:8px;color:var(--sage)}
.faq-sub{text-align:center;color:#cfcfcf;margin-bottom:30px}
.faq-item{background:var(--faq-card);border-radius:10px;margin-bottom:8px;overflow:hidden}
.faq-question{
  width:100%;
  text-align:left;
  background:none;
  border:none;
  padding:18px 44px 18px 20px;
  font-family:'Poppins',sans-serif;
  font-weight:700;
  font-size:1rem;
  color:var(--faq-text);
  cursor:pointer;
  position:relative;
}
.faq-question::after{
  content:'+';
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  font-size:1.4rem;
  color:var(--faq-text);
  transition:transform .2s ease;
}
.faq-item.open .faq-question::after{transform:translateY(-50%) rotate(45deg)}
.faq-item.open{background:var(--faq-content)}
.faq-answer{
  max-height:0;
  overflow:hidden;
  color:var(--faq-text);
  transition:max-height .25s ease, padding .25s ease;
}
.faq-answer p{padding:0 20px}
.faq-item.open .faq-answer{padding-bottom:18px}

/* Whatsapp CTA */
.whats-cta{padding:50px 0;text-align:center;background:var(--green-whats)}
.whats-cta h2{font-family:'Poppins',sans-serif;font-size:1.6rem;margin-bottom:10px;color:#fff}
.whats-cta p{color:#0a2b12;margin-bottom:22px;max-width:480px;margin-left:auto;margin-right:auto}

/* Footer */
.footer{padding:44px 0 60px;text-align:center;background:var(--footer-bg);color:#fff}
.footer .btn-cta{margin-bottom:22px}
.footer-links{font-size:.85rem;margin-bottom:12px;color:#ccc}
.footer-links a{color:#fff}
.footer-links a:hover{text-decoration:underline}
.footer-links span{margin:0 8px;color:#777}
.footer-copy{font-size:.75rem;color:#999}

/* Modal */
.modal-overlay{
  position:fixed;inset:0;
  background:rgba(0,0,0,.55);
  display:none;
  align-items:center;justify-content:center;
  padding:20px;
  z-index:999;
}
.modal-overlay.active{display:flex}
.modal{
  background:#fff;
  border-radius:20px;
  padding:36px 28px;
  max-width:440px;
  width:100%;
  position:relative;
  box-shadow:0 30px 60px rgba(0,0,0,.3);
}
.modal h3{font-size:1.35rem;margin-bottom:10px;text-align:center;color:#3a3a3a;font-weight:700}
.modal-sub{color:#7A7A7A;font-size:.95rem;text-align:center;margin-bottom:22px}
.modal-sub strong em{color:#3a3a3a}
.modal-close{
  position:absolute;top:12px;right:14px;
  background:none;border:none;font-size:1.5rem;
  color:#FF005A;cursor:pointer;line-height:1;
  width:28px;height:28px;
}
form#precheckout_silver{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}
#precheckout_silver input{
  display:block;
  width:100%;
  padding:17px 16px;
  border:1.5px solid #e2e2e2;
  border-radius:6px;
  font-family:'Montserrat','Poppins',sans-serif;
  font-size:1rem;
}
#precheckout_silver input:focus{outline:none;border-color:#00BF22}
#precheckout_silver button[type="submit"]{
  margin-top:6px;
  padding:18px 32px;
  background:#00BF22;
  color:#fff;
  border-radius:6px;
}
.modal-brand-img{border-radius:10px;margin:4px 0 14px;box-shadow:var(--shadow)}
.modal-privacy{font-size:.7rem;color:#999;text-align:center}
.modal-privacy a{color:#E91E63;font-weight:600}

/* Sticky CTA bar — some visible depois que rola a página, some se voltar pro topo */
.sticky-cta{
  position:fixed;
  left:0;right:0;bottom:0;
  background:#fff;
  box-shadow:0 -8px 24px rgba(0,0,0,.15);
  padding:12px 0 calc(12px + env(safe-area-inset-bottom));
  transform:translateY(100%);
  transition:transform .25s ease;
  z-index:500;
}
.sticky-cta.visible{transform:translateY(0)}
.sticky-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.sticky-cta-price{display:flex;flex-direction:column;line-height:1.2;flex-shrink:0}
.sticky-cta-price strong{font-size:1.3rem;color:var(--gold-price)}
.sticky-cta-price span{font-size:.7rem;color:var(--muted)}
.sticky-cta-btn{width:auto;max-width:none;padding:14px 20px;font-size:.85rem;margin-bottom:0;white-space:nowrap}

/* Responsive */
@media (min-width:760px){
  .container{max-width:960px}
  .hero h1{font-size:2.6rem}
  .hero-sub{font-size:1.15rem}
  .about-inner{flex-direction:row;text-align:left;gap:50px}
  .about-text p{text-align:left}
  .testimonials-grid{grid-template-columns:repeat(3,1fr)}
  .trilhas-grid{grid-template-columns:1fr 1fr}
  .trilhas-icone{grid-row:span 2}
  .guarantee-inner{flex-direction:row;text-align:left}
}
