/* ══════════════════════════════════════
   RESET & ROOT
══════════════════════════════════════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --ink:       #0F0D0A;
  --ink2:      #1A1714;
  --gold:      #C9A96E;
  --gold2:     #E8C989;
  --gold3:     #F5DFA0;
  --gold-dark: #A8863F;
  --green:     #25D366;
  --green-hov: #1fbd5c;
  --stone:     #F5F0E8;
  --stone2:    #EDE7D9;
  --mist:      #6B635A;
  --mist2:     #9A9188;
  --white:     #FFFFFF;
  --off-white: #FDFCFA;
  --border:    rgba(201,169,110,.25);
  --border2:   rgba(201,169,110,.12);
  --g: linear-gradient(135deg,#C9A96E,#E8C989);
}
html{scroll-behavior:smooth;font-size:17.5px}
body{font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--white);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.serif{font-family:'Playfair Display',serif}
.container{max-width:1280px;margin:0 auto;padding:0 8%}

/* ══════════════════════════════════════
   PAGE SYSTEM
══════════════════════════════════════ */
.page{display:none}
.page.active{display:block}

/* ══════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════ */
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes shimmer{0%,100%{opacity:.85}50%{opacity:1}}
.anim-1{animation:fadeUp .8s .05s both ease-out}
.anim-2{animation:fadeUp .8s .18s both ease-out}
.anim-3{animation:fadeUp .8s .32s both ease-out}
.anim-4{animation:fadeUp .8s .46s both ease-out}
.anim-5{animation:fadeUp .8s .6s  both ease-out}

/* ══════════════════════════════════════
   HEADER
══════════════════════════════════════ */
#hdr,#hdr-termos{
  position:sticky;top:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 5%;height:68px;
  background:rgba(255,255,255,.97);backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border2);transition:box-shadow .4s;
}
#hdr.scrolled,#hdr-termos.scrolled{box-shadow:0 2px 32px rgba(0,0,0,.08)}
.logo{
  font-family:'Playfair Display',serif;font-size:1.15rem;
  font-weight:700;color:var(--ink);letter-spacing:.02em;
}
.logo span{color:var(--gold)}
.btn-hdr{
  display:inline-flex;align-items:center;gap:.4rem;
  background:var(--ink);color:var(--white);
  padding:.48rem 1.4rem;font-size:.84rem;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;
  cursor:pointer;border:1.5px solid var(--ink);
  border-radius:6px;
  font-family:'DM Sans',sans-serif;
  transition:background .25s,color .25s,transform .2s;
}
.btn-hdr:hover{
  background:var(--gold);border-color:var(--gold);
  color:var(--ink);transform:translateY(-1px);
}
@media(max-width:480px){
  .btn-hdr{display:none}
  #hdr,#hdr-termos{height:56px;padding:0 5%}
}

/* ══════════════════════════════════════
   BOTÕES
══════════════════════════════════════ */
.btn-green{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  background:var(--green);color:var(--white);
  padding:.9rem 2.2rem;font-size:.9rem;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;
  cursor:pointer;border:2px solid var(--green);
  border-radius:8px;
  font-family:'DM Sans',sans-serif;
  transition:background .25s,box-shadow .25s,transform .2s;
  width:fit-content;
}
.btn-green:hover{
  background:var(--green-hov);border-color:var(--green-hov);
  transform:translateY(-2px);box-shadow:0 8px 28px rgba(37,211,102,.35);
}
.btn-green-lg{
  padding:1.1rem 2.8rem;font-size:1rem;letter-spacing:.14em;
  width:100%;max-width:480px;justify-content:center;
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
#hero{
  min-height:calc(100vh - 68px);
  display:grid;grid-template-columns:1fr 1fr;
  align-items:center;gap:4%;
  padding:72px 16%;
  max-width:100%;margin:0 auto;
}
.hero-left{display:flex;flex-direction:column;gap:1.4rem;padding-right:0}
.hero-label{
  display:inline-flex;align-items:center;gap:.6rem;
  font-size:.78rem;font-weight:600;letter-spacing:.22em;
  text-transform:uppercase;color:var(--gold-dark);
}
.hero-label::before{
  content:'';display:block;width:28px;height:1px;background:var(--gold);
}
.hero-h1{
  font-family:'Playfair Display',serif;
  font-size:clamp(2.2rem,3.8vw,3.2rem);
  font-weight:700;line-height:1.1;color:var(--ink);
  max-width:620px;
}
.hero-h1 em{font-style:italic;color:var(--gold-dark)}
.hero-p{
  font-size:.97rem;line-height:1.72;
  color:var(--ink);max-width:620px;
}
.hero-meta{font-size:.83rem;color:var(--mist2);letter-spacing:.06em}
.hero-meta span{
  display:inline-block;padding:0 .7rem;
  border-right:1px solid var(--border);
}
.hero-meta span:first-child{padding-left:0}
.hero-meta span:last-child{border-right:none}

/* Hero right */
.hero-right{position:relative;display:flex;justify-content:flex-end;align-items:flex-start;padding-top:1rem}
.hero-img-wrap{position:relative;width:100%;max-width:500px;margin-left:auto}
.hero-img-wrap::before{
  content:'';position:absolute;inset:-14px -14px auto auto;
  width:65%;height:65%;border:1.5px solid var(--border);z-index:0;
}
.hero-img-wrap::after{
  content:'';position:absolute;inset:auto auto -14px -14px;
  width:65%;height:65%;border:1.5px solid var(--border);z-index:0;
}
.hero-img-wrap img{
  position:relative;z-index:1;
  width:100%;height:auto;object-fit:contain;display:block;
}
.hero-img-badge{
  position:absolute;bottom:-16px;left:-16px;z-index:2;
  background:var(--white);border:1px solid var(--border);
  padding:.8rem 1.2rem;
  box-shadow:0 8px 32px rgba(0,0,0,.09);
  display:flex;flex-direction:column;gap:.2rem;
}
.hero-img-badge strong{
  font-family:'Playfair Display',serif;font-size:1.4rem;
  color:var(--ink);line-height:1;
}
.hero-img-badge span{
  font-size:.72rem;letter-spacing:.15em;
  text-transform:uppercase;color:var(--mist2);
}
@media(max-width:900px){
  #hero{
    grid-template-columns:1fr;min-height:auto;
    padding:56px 5% 48px;gap:3rem;
    text-align:center;
  }
  .hero-left{align-items:center;padding-right:0}
  .hero-right{order:-1;padding-top:0;justify-content:center}
  .hero-img-wrap{max-width:380px;margin:0 auto}
  .hero-p{max-width:100%;text-align:justify}
  .hero-label{justify-content:center}
  .hero-meta{text-align:center}
}

/* ══════════════════════════════════════
   DIVIDER
══════════════════════════════════════ */
.gold-divider{
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}

/* ══════════════════════════════════════
   SECTION BASE
══════════════════════════════════════ */
section{padding:88px 0}
.section-h2{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.75rem,3.5vw,2.55rem);
  font-weight:700;line-height:1.2;color:var(--ink);margin-bottom:1.4rem;
}
.section-h2 em{font-style:italic;color:var(--gold-dark)}
.section-p{font-size:1.03rem;line-height:1.8;color:var(--ink);max-width:580px}

/* ══════════════════════════════════════
   PROBLEMA
══════════════════════════════════════ */
#problema{background:var(--off-white)}
.problema-inner{
  display:grid;grid-template-columns:1fr 1fr;
  gap:5%;align-items:start;
}
.problema-left{}
.problema-right{display:flex;flex-direction:column;gap:0}
.problema-img-wrap{
  width:100%;overflow:hidden;
}
.problema-img-wrap img{
  width:100%;height:auto;object-fit:contain;display:block;
}
.problema-questions{
  display:flex;flex-direction:column;gap:.8rem;margin-top:2rem;
}
.problema-q{
  display:flex;align-items:flex-start;gap:.9rem;
  padding:1rem 1.2rem;border-left:2px solid var(--gold);
  background:var(--white);font-size:.96rem;line-height:1.5;
  color:var(--ink);transition:transform .2s,box-shadow .2s;
}
.problema-q:hover{transform:translateX(4px);box-shadow:0 4px 20px rgba(0,0,0,.06)}
.problema-q::before{
  content:'•';color:var(--gold);font-size:1.2rem;line-height:1.4;flex-shrink:0;
}
.problema-conclusion{
  margin-top:1.4rem;padding:1.4rem 1.6rem;
  border:1px solid var(--border);background:var(--white);
  font-size:.97rem;line-height:1.75;color:var(--ink);
  font-style:italic;font-family:'Playfair Display',serif;
}
@media(max-width:768px){
  .problema-inner{grid-template-columns:1fr;gap:2.5rem}
  .problema-right{order:-1}
  #problema .section-p{max-width:100%}
}

/* ══════════════════════════════════════
   ERROS COMUNS
══════════════════════════════════════ */
#erros{background:var(--white)}
.erros-inner{
  display:grid;grid-template-columns:1fr 1fr;
  gap:5%;align-items:start;
}
.erros-left{}
.erros-right{display:flex;flex-direction:column;gap:0}
.erros-list{
  display:flex;flex-direction:column;gap:1rem;margin-top:2rem;
}
.erro-item{
  display:flex;align-items:flex-start;gap:1rem;
  padding:1.1rem 1.4rem;border:1px solid var(--border2);
  background:var(--off-white);transition:border-color .25s,transform .2s;
}
.erro-item:hover{border-color:var(--gold);transform:translateY(-2px)}
.erro-icon{
  width:22px;height:22px;border:1.5px solid var(--gold);
  color:var(--gold);display:flex;align-items:center;justify-content:center;
  font-size:.8rem;font-weight:700;flex-shrink:0;margin-top:1px;
}
.erro-text{font-size:.95rem;line-height:1.6;color:var(--ink)}
.erros-visual-inner{
  width:100%;overflow:hidden;position:relative;
}
.erros-visual-inner img{width:100%;height:auto;object-fit:contain;display:block}
.erros-visual-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(15,13,10,.35) 0%,transparent 55%);
  pointer-events:none;
}
.erros-conclusion{
  margin-top:1.4rem;padding:1.5rem 1.8rem;
  background:var(--ink);color:var(--white);
  font-size:.96rem;line-height:1.8;
}
.erros-conclusion strong{color:var(--gold2);font-weight:600}
@media(max-width:768px){
  .erros-inner{grid-template-columns:1fr;gap:2rem}
  .erros-right{order:-1}
  #erros .section-p{max-width:100%}
}

/* ══════════════════════════════════════
   O QUE VAI APRENDER
══════════════════════════════════════ */
#aprender{background:var(--off-white)}
.aprender-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:1.2rem;
}
.aprender-item{
  padding:1.6rem 1.8rem;background:var(--white);
  border:1px solid var(--border2);border-top:2px solid var(--gold);
  transition:box-shadow .25s,transform .2s;
}
.aprender-item:hover{
  box-shadow:0 8px 30px rgba(0,0,0,.07);transform:translateY(-3px);
}
.aprender-num{
  font-family:'Playfair Display',serif;font-size:2rem;
  color:var(--border);font-weight:700;line-height:1;margin-bottom:.8rem;
}
.aprender-text{font-size:.95rem;line-height:1.65;color:var(--ink)}
.aprender-note{
  text-align:center;margin-top:2.5rem;
  font-size:.88rem;color:var(--ink);letter-spacing:.06em;
  font-style:italic;font-family:'Playfair Display',serif;
}
@media(max-width:900px){
  .aprender-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
  .aprender-grid{grid-template-columns:1fr 1fr}
  .aprender-item{padding:1.2rem 1.2rem}
}

/* ══════════════════════════════════════
   OFERTA
══════════════════════════════════════ */
/* ══════════════════════════════════════
   DIFERENCIAL
══════════════════════════════════════ */
#diferencial{background:var(--off-white,#F7F3EC)}
.diferencial-inner{
  display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;
}
.diferencial-list{
  list-style:none;padding:0;margin:1.2rem 0 0;display:flex;flex-direction:column;gap:.7rem;
}
.diferencial-list li{
  font-size:.97rem;line-height:1.6;color:var(--ink);
  padding-left:1.4rem;position:relative;
}
.diferencial-list li::before{
  content:'→';color:var(--gold);position:absolute;left:0;
}
.diferencial-right img{
  width:100%;border-radius:4px;object-fit:cover;
  box-shadow:0 8px 30px rgba(0,0,0,.1);
}
@media(max-width:768px){
  .diferencial-inner{
    grid-template-columns:1fr;gap:2.5rem;
    text-align:center;
  }
  .diferencial-left .section-p{
    text-align:justify;max-width:100%;margin:0 auto;
  }
  .diferencial-list{
    text-align:left;display:inline-flex;width:100%;
  }
  .diferencial-right{order:-1}
}

/* ══════════════════════════════════════
   PARA QUEM
══════════════════════════════════════ */
#para-quem{background:var(--white)}
.paraquem-inner{max-width:640px;margin:0 auto;text-align:center;}
.paraquem-list{
  list-style:none;padding:0;margin:2rem auto;
  display:flex;flex-direction:column;gap:.8rem;text-align:left;
  display:inline-flex;
}
.paraquem-list li{
  font-size:1rem;line-height:1.6;color:var(--ink);font-weight:500;
}
.paraquem-obs{
  margin-top:1.8rem;padding:1.5rem 2rem;
  border-left:3px solid var(--gold);background:var(--off-white,#F7F3EC);
  text-align:left;border-radius:0 4px 4px 0;
}
.paraquem-obs p{font-size:.97rem;line-height:1.7;color:var(--ink);margin-bottom:.5rem}
.paraquem-obs p:last-child{margin-bottom:0}

/* noimg layouts */
.problema-noimg{display:block}
.erros-noimg{display:block}

#oferta{background:var(--white)}
.oferta-box{
  max-width:720px;margin:0 auto;
  border:1.5px solid var(--gold);padding:3.5rem 4rem;
  position:relative;background:var(--white);
}
.oferta-box::before{
  content:'';position:absolute;inset:-6px;
  border:1px solid var(--border2);pointer-events:none;
}
.oferta-h3{
  font-family:'Playfair Display',serif;font-size:1.55rem;
  font-weight:700;color:var(--ink);text-align:center;
  margin-bottom:2.5rem;line-height:1.3;
}
.oferta-list{
  display:flex;flex-direction:column;gap:.9rem;margin-bottom:2.5rem;
}
.oferta-item{
  display:flex;align-items:flex-start;gap:1rem;
  font-size:.97rem;line-height:1.6;color:var(--ink);
  padding-bottom:.9rem;border-bottom:1px solid var(--border2);
}
.oferta-item:last-child{border-bottom:none;padding-bottom:0}
.oferta-check{
  width:18px;height:18px;background:var(--gold);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;margin-top:2px;
}
.oferta-check svg{
  width:10px;height:10px;
  stroke:var(--ink);stroke-width:2.5;fill:none;
}
.oferta-garantia{
  display:flex;align-items:center;gap:1.2rem;
  padding:1.2rem 1.6rem;background:var(--stone);
  border:1px solid var(--border);margin-top:.5rem;
}
.garantia-icon{font-size:1.8rem;flex-shrink:0}
.garantia-text{font-size:.9rem;line-height:1.6;color:var(--ink)}
.garantia-text strong{
  color:var(--ink);display:block;font-weight:600;margin-bottom:.15rem;
}
@media(max-width:640px){
  .oferta-box{padding:2.2rem 1.6rem}
}

/* ══════════════════════════════════════
   PREÇO
══════════════════════════════════════ */
#preco{background:var(--ink)}
.preco-inner{
  max-width:560px;margin:0 auto;
  display:flex;flex-direction:column;align-items:center;
  text-align:center;gap:.5rem;
}
.preco-label{
  font-size:.78rem;font-weight:700;letter-spacing:.24em;
  text-transform:uppercase;color:var(--gold2);
  display:flex;align-items:center;gap:.6rem;
  margin-bottom:.6rem;
}
.preco-de{font-size:1.4rem;color:var(--mist2)}
.preco-de s{letter-spacing:.02em}
.preco-por{
  font-size:.88rem;color:var(--mist2);
  letter-spacing:.12em;text-transform:uppercase;margin-top:.4rem;
}
.preco-valor{
  font-family:'Playfair Display',serif;
  font-weight:700;
  color:var(--gold);
  display:inline-flex;
  align-items:flex-end;
  justify-content:center;
  line-height:1;
  margin:.2rem auto;
}
.preco-rs{
  font-size:clamp(1rem,2vw,1.4rem);
  font-weight:700;
  line-height:1;
  margin-bottom:.18em;
  letter-spacing:.02em;
}
.preco-num{
  font-size:clamp(4.5rem,12vw,7.5rem);
  line-height:1;
  letter-spacing:-.01em;
}
.preco-cents{
  font-size:.45em;
  vertical-align:middle;
}
.preco-pix{
  font-size:1.05rem;color:var(--stone);
  margin-bottom:1.8rem;
}
.preco-pix strong{color:var(--gold2)}
.btn-green-lg{margin-bottom:.4rem}
.preco-seguro{
  display:flex;align-items:center;justify-content:center;gap:.4rem;
  font-size:.82rem;color:var(--mist2);letter-spacing:.04em;
}
.preco-seguro svg{flex-shrink:0;color:var(--mist2)}
.preco-termos{
  font-size:.82rem;color:var(--mist2);margin-bottom:.6rem;
}
.link-termos{
  color:var(--gold2);text-decoration:underline;text-underline-offset:3px;
  cursor:pointer;transition:color .2s;
}
.link-termos:hover{color:var(--gold)}
.preco-acesso{
  margin-top:.8rem;padding:.9rem 1.4rem;
  background:rgba(201,169,110,.08);border:1px solid var(--border2);
  font-size:.85rem;color:var(--stone2);line-height:1.7;
  max-width:460px;
}
.preco-frase{
  font-size:.97rem;line-height:1.7;color:var(--stone2);
  font-style:italic;font-family:'Playfair Display',serif;
  margin-top:1.4rem;
}

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
footer{
  background:var(--ink2);padding:2.4rem 5%;
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:1rem;
}
.footer-logo{
  font-family:'Playfair Display',serif;font-size:1rem;
  color:var(--white);letter-spacing:.02em;
}
.footer-logo span{color:var(--gold)}
.footer-copy{font-size:.8rem;color:var(--mist2);letter-spacing:.04em}
.footer-links{display:flex;align-items:center;gap:.6rem}
.footer-link{
  font-size:.8rem;color:var(--mist2);letter-spacing:.04em;
  text-decoration:underline;text-underline-offset:3px;
  cursor:pointer;transition:color .2s;
}
.footer-link:hover{color:var(--gold2)}
.footer-sep{font-size:.8rem;color:var(--mist2)}

/* ══════════════════════════════════════
   TERMOS — PÁGINA
══════════════════════════════════════ */
.terms-wrap{
  max-width:1140px;margin:0 auto;
  padding:4rem 5% 6rem;
}
.terms-layout{
  display:grid;grid-template-columns:220px 1fr;gap:5%;align-items:start;
}
.terms-nav{
  position:sticky;top:88px;
  border:1px solid var(--border2);padding:1.5rem;background:var(--off-white);
}
.terms-nav-title{
  font-size:.72rem;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:var(--gold-dark);
  margin-bottom:1rem;
}
.terms-nav-link{
  display:block;width:100%;text-align:left;
  padding:.7rem .8rem;font-size:.9rem;color:var(--ink);
  cursor:pointer;background:none;border:none;
  font-family:'DM Sans',sans-serif;
  border-left:2px solid transparent;
  transition:color .2s,border-color .2s,background .2s;
  margin-bottom:.1rem;
}
.terms-nav-link:hover{color:var(--ink);background:var(--stone)}
.terms-nav-link.active{
  color:var(--ink);font-weight:600;
  border-left-color:var(--gold);background:var(--stone);
}
.terms-content{}
.terms-section{margin-bottom:3.5rem}
.terms-h1{
  font-family:'Playfair Display',serif;font-size:2rem;
  font-weight:700;color:var(--ink);margin-bottom:1.4rem;line-height:1.2;
}
.terms-h2{
  font-family:'Playfair Display',serif;font-size:1.15rem;
  font-weight:700;color:var(--ink);
  margin:2rem 0 .7rem;
}
.terms-p{
  font-size:.97rem;line-height:1.85;color:var(--ink);
  margin-bottom:1rem;
}
.terms-updated{
  font-size:.82rem;color:var(--mist2);
  letter-spacing:.06em;margin-bottom:1.5rem;
}
.terms-divider{
  height:1px;background:var(--border2);margin:2.5rem 0 3.5rem;
}
.terms-contact-box{
  padding:1.5rem 1.8rem;border:1px solid var(--border);
  background:var(--off-white);margin-top:1rem;
  display:flex;flex-direction:column;gap:.7rem;
  font-size:.96rem;line-height:1.6;color:var(--ink);
}
.terms-contact-box strong{color:var(--ink)}
@media(max-width:768px){
  .terms-layout{grid-template-columns:1fr;gap:2rem}
  .terms-nav{position:static}
  .terms-h1{font-size:1.6rem}
}

/* ══════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════ */
.reveal{opacity:0}

/* ══════════════════════════════════════
   RESPONSIVE GLOBAL
══════════════════════════════════════ */
@media(max-width:768px){
  section{padding:64px 0}
  .section-h2{font-size:1.75rem}
}