﻿/* =========================================================
   1350 Moldes — Landing Page
   Visual claro, infantil, mobile-first, alta conversão
   ========================================================= */

:root{
  --yellow:#FFD23F;
  --yellow-deep:#F5B700;
  --red:#FF5E5B;
  --red-deep:#E63946;
  --blue:#1FA2FF;
  --blue-deep:#0077C2;
  --green:#7CD46F;
  --pink:#FFD2E5;
  --ink:#1B1B1F;
  --ink-soft:#3a3a44;
  --paper:#FFF8E7;
  --paper-2:#FFFDF6;
  --line:#EAE3CB;
  --shadow: 0 14px 40px rgba(20,20,30,.10);
  --shadow-soft: 0 6px 18px rgba(20,20,30,.08);
  --radius:18px;
  --radius-sm:12px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--ink);
  background:var(--paper-2);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

.container{
  width:100%;
  max-width:1140px;
  margin:0 auto;
  padding:0 20px;
}

h1,h2,h3{
  font-family:'Fredoka','Inter',sans-serif;
  color:var(--ink);
  line-height:1.1;
  margin:0 0 .5em;
  letter-spacing:-.01em;
}
h1{font-size:clamp(2rem,5.6vw,3.6rem);font-weight:700}
h2{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;text-align:center}
h3{font-size:1.15rem;font-weight:600}

p{margin:0 0 1em}
.center{text-align:center}

.kicker{
  display:inline-block;
  background:var(--ink);
  color:#fff;
  font-weight:700;
  font-size:.78rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:.4rem .8rem;
  border-radius:999px;
  margin-bottom:1rem;
}
.kicker.yellow{background:var(--yellow);color:var(--ink)}

.hl-yellow{
  background:linear-gradient(transparent 60%, var(--yellow) 60%);
  padding:0 .15em;
}
.hl-thin{font-weight:500;color:var(--ink-soft)}

/* ========= TOP BAR ========= */
.topbar{
  background:var(--ink);
  color:#fff;
  text-align:center;
  font-size:.85rem;
  padding:.6rem 1rem;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:.5rem;
}
.topbar b{color:var(--yellow)}
.topbar s{opacity:.6}
.topbar-sep{opacity:.4}
.pulse-dot{
  width:10px;height:10px;border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 0 rgba(255,94,91,.7);
  animation:pulse 1.6s infinite;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(255,94,91,.7)}
  70%{box-shadow:0 0 0 12px rgba(255,94,91,0)}
  100%{box-shadow:0 0 0 0 rgba(255,94,91,0)}
}

/* ========= HERO ========= */
.hero{
  position:relative;
  background:
    radial-gradient(1200px 500px at 90% -10%, rgba(31,162,255,.18), transparent 60%),
    radial-gradient(900px 400px at -10% 10%, rgba(255,210,63,.35), transparent 60%),
    var(--paper);
  padding:48px 0 80px;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
  align-items:center;
}
.hero-copy .badge{
  display:inline-block;
  background:#fff;
  border:2px solid var(--ink);
  color:var(--ink);
  font-weight:700;
  padding:.4rem .8rem;
  border-radius:999px;
  font-size:.85rem;
  margin-bottom:1rem;
  box-shadow:3px 3px 0 var(--ink);
}
.lead{
  font-size:clamp(1rem,2.4vw,1.15rem);
  color:var(--ink-soft);
  max-width:54ch;
}
.punchline{
  font-size:clamp(1.05rem,2.6vw,1.25rem);
  font-weight:600;
  background:#fff;
  display:inline-block;
  padding:.6rem 1rem;
  border-radius:var(--radius-sm);
  border:2px dashed var(--ink);
  margin:.4rem 0 1.4rem;
}
.bullets-inline{
  list-style:none;padding:0;margin:1rem 0 0;
  display:flex;flex-wrap:wrap;gap:.5rem 1rem;
  font-weight:500;color:var(--ink-soft);
  font-size:.95rem;
}
.proof-row{
  display:flex;align-items:center;gap:.8rem;margin-top:1.2rem;
}
.avatars{display:flex}
.av{
  width:34px;height:34px;border-radius:50%;
  border:2px solid #fff;margin-left:-10px;
  box-shadow:0 2px 6px rgba(0,0,0,.12);
  display:block;flex:0 0 34px;object-fit:cover;background:#fff;
}
.av:first-child{margin-left:0}
.av-1{background:linear-gradient(135deg,#FFD23F,#FF5E5B)}
.av-2{background:linear-gradient(135deg,#1FA2FF,#7CD46F)}
.av-3{background:linear-gradient(135deg,#FF5E5B,#FFD2E5)}
.av-4{background:linear-gradient(135deg,#7CD46F,#1FA2FF)}
.stars{display:inline-flex;gap:2px}
.stars .ico-star{width:18px;height:18px}
.proof-text small{display:block;color:var(--ink-soft)}

/* ========= ÍCONES SVG ========= */
.ico{
  display:inline-block;
  vertical-align:-3px;
  flex-shrink:0;
}
.ico-sm{width:18px;height:18px}
.ico-md{width:34px;height:34px}
.ico-lg{width:46px;height:46px;vertical-align:middle}

/* alinhamento em listas e pílulas */
.bullets-inline li,
.included-list li,
.offer-bullets li,
.trust-item{
  display:inline-flex;align-items:center;gap:.45rem;
}
.included-list li{display:flex}
.offer-tag .ico{vertical-align:-4px;margin-right:.2rem}
.badge .ico{vertical-align:-4px;margin-right:.15rem}

/* CTA */
.cta{
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
  font-family:'Fredoka',sans-serif;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.02em;
  border-radius:14px;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, background .2s;
  border:3px solid var(--ink);
  text-align:center;
  line-height:1.1;
}
.cta-primary{
  background:var(--yellow);
  color:var(--ink);
  box-shadow:6px 6px 0 var(--ink);
}
.cta-primary:hover{
  background:var(--yellow-deep);
  transform:translate(-2px,-2px);
  box-shadow:8px 8px 0 var(--ink);
}
.cta-primary:active{
  transform:translate(2px,2px);
  box-shadow:2px 2px 0 var(--ink);
}
.cta-xl{
  font-size:clamp(1rem,2.4vw,1.2rem);
  padding:1.05rem 1.4rem;
  width:100%;
  max-width:520px;
}
.cta .cta-arrow{transition:transform .2s}
.cta:hover .cta-arrow{transform:translateX(4px)}
.pulse{animation:cta-pulse 2.4s ease-in-out infinite}
@keyframes cta-pulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.03)}
}

/* HERO MOCKUP */
.hero-mockup{position:relative;min-height:340px}
.mockup-stack{
  position:relative;
  width:100%;max-width:480px;margin:0 auto;
  aspect-ratio:1/1;
}
.paper{
  position:absolute;
  width:62%;
  background:#fff;
  border:3px solid var(--ink);
  border-radius:14px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.paper svg{width:100%;height:100%}
.paper-back{
  top:6%;left:4%;
  transform:rotate(-8deg);
  z-index:1;
}
.paper-mid{
  top:14%;left:30%;
  transform:rotate(4deg);
  z-index:2;
}
.paper-front{
  bottom:5%;right:4%;
  transform:rotate(-3deg);
  z-index:3;
}
.cutout{
  position:absolute;
  width:90px;
  filter:drop-shadow(0 8px 12px rgba(0,0,0,.15));
  animation:float 6s ease-in-out infinite;
}
.cutout-star{top:-2%;right:6%;animation-delay:0s;width:90px}
.cutout-flower{bottom:-2%;left:0%;animation-delay:.6s;width:110px}
.cutout-heart{top:34%;right:-2%;animation-delay:1.2s;width:80px}
.cutout-scissors{bottom:18%;left:-2%;animation-delay:1.8s;width:100px;transform:rotate(-15deg)}
@keyframes float{
  0%,100%{transform:translateY(0) rotate(var(--r,0deg))}
  50%{transform:translateY(-10px) rotate(var(--r,0deg))}
}
.cutout-scissors{--r:-15deg}
.cutout-scissors{animation-name:float}

/* WAVE */
.hero-wave{
  position:absolute;left:0;right:0;bottom:-1px;height:60px;
  background:
    radial-gradient(circle at 10px 0, var(--paper-2) 12px, transparent 13px) repeat-x;
  background-size:30px 30px;
}

/* ========= GENÉRICAS DE SEÇÃO ========= */
.section{padding:64px 0}
.sec-lead{
  font-size:clamp(1rem,2.3vw,1.1rem);
  color:var(--ink-soft);
  max-width:62ch;
  margin:.6rem auto 1.6rem;
}

/* ========= DOR ========= */
.sec-pain{background:#fff}
.sec-pain h2{max-width:24ch;margin-left:auto;margin-right:auto}
.pain-list{
  list-style:none;padding:0;margin:1.6rem auto;
  max-width:640px;
  display:grid;gap:.6rem;
}
.pain-list li{
  background:#FFF1F0;
  border:2px solid #FFC2BF;
  color:var(--ink);
  padding:.85rem 1rem;
  border-radius:var(--radius-sm);
  font-weight:500;
  display:flex;align-items:center;gap:.7rem;
}
.pain-list .pain-x{width:30px;height:30px}

.punchline.center{
  display:block;text-align:center;
  max-width:680px;margin:1.6rem auto 0;
  background:var(--yellow);
  border-color:var(--ink);
}

/* ========= VIRADA ========= */
.sec-turn{
  background:linear-gradient(180deg,var(--paper-2), #fff);
}
.sec-turn .container{text-align:center}
.sec-turn .kicker{margin-top:0}
.steps{
  list-style:none;padding:0;margin:2rem auto;
  max-width:880px;
  display:grid;gap:14px;
  grid-template-columns:repeat(2,1fr);
  text-align:left;
}
.steps li{
  background:#fff;border:2px solid var(--ink);
  border-radius:var(--radius);
  padding:1rem 1.1rem;
  display:flex;gap:.9rem;align-items:center;
  box-shadow:4px 4px 0 var(--ink);
}
.step-num{
  width:42px;height:42px;flex-shrink:0;
  background:var(--yellow);
  border:2px solid var(--ink);
  border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  font-family:'Fredoka',sans-serif;font-weight:700;font-size:1.2rem;
}
.steps small{display:block;color:var(--ink-soft);font-size:.88rem}

/* ========= PREVIEW GALERIA ========= */
.sec-preview{
  background:
    radial-gradient(800px 300px at 50% 0, rgba(255,210,63,.25), transparent 60%),
    var(--paper-2);
}
.sec-preview .container{text-align:center}
.gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin:1.5rem 0 1rem;
}
.gal-item{
  position:relative;
  background:#fff;
  border:2px solid var(--ink);
  border-radius:var(--radius);
  padding:14px;
  box-shadow:var(--shadow-soft);
  transition:transform .2s ease, box-shadow .2s ease;
}
.gal-item:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.gal-item svg,
.gal-item img{
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:contain;
}
.gal-item img{
  display:block;
  background:#fff;
}
.gal-item .tag{
  position:absolute;left:10px;top:10px;
  background:var(--ink);color:#fff;
  font-size:.7rem;font-weight:700;
  padding:.2rem .55rem;border-radius:999px;
  letter-spacing:.05em;
}
.caption{color:var(--ink-soft);max-width:60ch;margin:1.2rem auto 0}

/* ========= VALORIZAÇÃO ========= */
.sec-value{background:#fff}
.sec-value .container{text-align:center}
.cards{
  display:grid;grid-template-columns:1fr;gap:14px;
  margin-top:1.6rem;
}
.card{
  background:var(--paper-2);
  border:2px solid var(--ink);
  border-radius:var(--radius);
  padding:1.1rem;
  text-align:left;
  box-shadow:4px 4px 0 var(--ink);
}
.card-ico{font-size:1.8rem;margin-bottom:.4rem;display:flex;align-items:center;justify-content:flex-start}
.card h3{margin:.2rem 0}
.card p{margin:0;color:var(--ink-soft)}
.card.highlight{
  background:var(--yellow);
}

/* ========= PARA QUEM É ========= */
.sec-for-who{
  background:linear-gradient(180deg,#FFF6F5, #fff);
}
.for-grid{
  display:grid;grid-template-columns:1fr;gap:12px;
  margin-top:1.4rem;
}
.for-card{
  display:flex;align-items:center;gap:.9rem;
  background:#fff;
  border:2px solid var(--ink);
  border-radius:var(--radius);
  padding:.9rem 1rem;
  box-shadow:3px 3px 0 var(--ink);
}
.for-card span{
  width:54px;height:54px;flex-shrink:0;
  background:var(--yellow);
  border:2px solid var(--ink);
  border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  padding:8px;
}
.for-card span .ico{width:100%;height:100%}
.for-card p{margin:0}

/* ========= DESEJO ========= */
.sec-desire{
  background:
    radial-gradient(700px 280px at 50% 100%, rgba(31,162,255,.18), transparent 60%),
    var(--paper);
}
.big-phrase{
  font-family:'Fredoka',sans-serif;
  font-size:clamp(1.6rem,5vw,2.4rem);
  font-weight:700;
  background:#fff;
  border:3px dashed var(--ink);
  border-radius:var(--radius);
  padding:1rem 1.2rem;
  display:inline-block;
  margin:1rem 0 1.6rem;
}

/* ========= INCLUIDO ========= */
.sec-included{background:#fff}
.included-list{
  list-style:none;padding:0;
  max-width:640px;margin:1.4rem auto;
  display:grid;gap:.6rem;
}
.included-list li{
  background:#F4FFF1;
  border:2px solid #B5E2A8;
  padding:.85rem 1rem;
  border-radius:var(--radius-sm);
  font-weight:500;
}

/* ========= OFERTA ========= */
.sec-offer{
  background:
    radial-gradient(800px 300px at 50% 0, rgba(255,94,91,.18), transparent 60%),
    var(--paper-2);
  padding:80px 0;
}
.offer-box{
  background:#fff;
  border:3px solid var(--ink);
  border-radius:24px;
  padding:28px 22px;
  max-width:720px;margin:0 auto;
  box-shadow:10px 10px 0 var(--ink);
  text-align:center;
  position:relative;
}
.offer-tag{
  display:inline-block;
  background:var(--red);color:#fff;
  font-weight:700;letter-spacing:.06em;
  padding:.45rem .9rem;border-radius:999px;
  font-size:.85rem;margin-bottom:1rem;
  border:2px solid var(--ink);
}
.offer-bullets{
  list-style:none;padding:0;margin:1rem auto 1.4rem;
  display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem .9rem;
  font-weight:600;
}
.offer-bullets li{
  background:var(--paper);
  padding:.45rem .8rem;border-radius:999px;
  border:2px solid var(--ink);
}
.price-block{
  background:linear-gradient(180deg, var(--paper), #fff);
  border:2px dashed var(--ink);
  border-radius:var(--radius);
  padding:1.2rem;
  margin:1rem 0 1.4rem;
}
.price-old{color:var(--ink-soft);font-weight:600;margin-bottom:.2rem}
.price-old s{color:#999}
.price-now{display:flex;align-items:baseline;justify-content:center;gap:.6rem;flex-wrap:wrap}
.price-now .por{font-size:.95rem;color:var(--ink-soft);font-weight:600}
.price-now .value{
  font-family:'Fredoka',sans-serif;
  font-weight:700;
  font-size:clamp(3rem,9vw,4.6rem);
  color:var(--red-deep);
  line-height:1;
  letter-spacing:-.02em;
}
.price-now .currency{font-size:.45em;vertical-align:top;margin-right:.1em}
.price-now .cents{font-size:.45em;vertical-align:top}
.price-pix{margin-top:.4rem;color:var(--ink-soft);font-size:.92rem}
.below-cta{
  margin-top:.7rem;font-size:.92rem;color:var(--ink-soft);
}
.trust-row{
  display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem .9rem;
  margin-top:1rem;font-weight:600;font-size:.92rem;color:var(--ink-soft);
}
.trust-item{
  background:var(--paper-2);
  border:1px solid var(--line);
  padding:.4rem .8rem;border-radius:999px;
}

/* ========= URGÊNCIA ========= */
.sec-urgency{
  background:linear-gradient(180deg, #fff, var(--paper));
}

/* ========= GARANTIA ========= */
.sec-guarantee{background:#fff}
.guarantee-grid{
  display:grid;grid-template-columns:1fr;gap:24px;
  align-items:center;
}
.seal{
  width:170px;height:170px;margin:0 auto;
  background:radial-gradient(circle at 30% 30%, #fff, var(--yellow) 70%);
  border:4px solid var(--ink);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  box-shadow:6px 6px 0 var(--ink);
  transform:rotate(-6deg);
}
.seal-inner{text-align:center;font-family:'Fredoka',sans-serif;font-weight:700;line-height:1}
.seal-num{display:block;font-size:3.2rem;color:var(--ink)}
.seal-txt{display:block;font-size:.78rem;letter-spacing:.1em;margin-top:.3rem}

/* ========= FAQ ========= */
.sec-faq{background:var(--paper-2)}
.faq{max-width:720px;margin:1.5rem auto 0;display:grid;gap:.7rem}
.faq details{
  background:#fff;
  border:2px solid var(--ink);
  border-radius:var(--radius-sm);
  padding:.9rem 1rem;
  box-shadow:3px 3px 0 var(--ink);
}
.faq summary{
  cursor:pointer;font-weight:700;font-family:'Fredoka',sans-serif;
  font-size:1.05rem;
  list-style:none;
  display:flex;justify-content:space-between;align-items:center;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";font-size:1.4rem;color:var(--red);
  transition:transform .2s;
}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq p{margin:.6rem 0 0;color:var(--ink-soft)}

/* ========= FINAL ========= */
.sec-final{
  background:
    radial-gradient(700px 300px at 50% 0, rgba(255,210,63,.4), transparent 60%),
    var(--paper);
  padding:80px 0;
}

/* ========= FOOTER ========= */
.footer{
  background:var(--ink);color:#fff;
  padding:30px 0;text-align:center;
  font-size:.9rem;
}
.footer .small{opacity:.7;font-size:.8rem;margin-top:.4rem}

/* ========= MOBILE STICKY CTA (desativado) ========= */
.mobile-cta{display:none !important}

/* ========= RESPONSIVO ========= */
@media (min-width:560px){
  .gallery{grid-template-columns:repeat(3,1fr)}
  .cards{grid-template-columns:repeat(2,1fr)}
  .for-grid{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:768px){
  .section{padding:80px 0}
  .hero{padding:64px 0 100px}
  .hero-grid{grid-template-columns:1.05fr 1fr;gap:50px}
  .gallery{grid-template-columns:repeat(4,1fr)}
  .cards{grid-template-columns:repeat(3,1fr)}
  .for-grid{grid-template-columns:repeat(3,1fr)}
  .guarantee-grid{grid-template-columns:200px 1fr;gap:40px;text-align:left}
  .guarantee-grid h2{text-align:left}
  .guarantee-grid .sec-lead{margin-left:0}
  .mobile-cta{display:none !important}
}
@media (max-width:767px){
  body{padding-bottom:0}
  .topbar{font-size:.78rem;padding:.55rem .8rem}
  .topbar-sep{display:none}
  .steps{grid-template-columns:1fr}
}

/* Acessibilidade */
@media (prefers-reduced-motion: reduce){
  *{animation:none !important;transition:none !important}
}


/* =========================================================
   ADIÇÕES: VSL, Transformação, Prova Social, Chat
   ========================================================= */

/* ---- VSL ---- */
.hero-media{display:flex;flex-direction:column;gap:24px}
.vsl{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border:3px solid var(--ink);
  border-radius:18px;
  overflow:hidden;
  box-shadow:8px 8px 0 var(--ink);
  background:#000;
}
.vsl iframe{width:100%;height:100%;display:block;border:0}
.vsl-thumb{
  position:absolute;inset:0;
  border:0;padding:0;margin:0;cursor:pointer;
  background:transparent;
  display:flex;align-items:center;justify-content:center;
  color:#fff;
}
.vsl-thumb-bg{position:absolute;inset:0}
.vsl-thumb-bg svg{width:100%;height:100%;display:block}
.vsl-thumb::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.45));
}
.vsl-play{
  position:relative;z-index:2;
  width:84px;height:84px;border-radius:50%;
  background:#fff;border:3px solid var(--ink);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
  transition:transform .2s ease;
}
.vsl-play svg{width:38px;height:38px;margin-left:4px}
.vsl-thumb:hover .vsl-play{transform:scale(1.06)}
.vsl-thumb:hover{cursor:pointer}
.vsl-label{
  position:absolute;left:14px;bottom:14px;z-index:2;
  background:var(--ink);color:#fff;
  font-weight:700;font-size:.82rem;
  padding:.4rem .7rem;border-radius:8px;
  border:2px solid var(--ink);
}
.vsl-duration{
  position:absolute;right:14px;bottom:14px;z-index:2;
  background:rgba(0,0,0,.7);color:#fff;
  font-weight:600;font-size:.8rem;
  padding:.25rem .55rem;border-radius:6px;
}

/* No mobile, esconder o mockup secundário pra dar mais espaço pra VSL */
@media (max-width:767px){
  .hero-media .hero-mockup{display:none}
}
@media (min-width:768px){
  .hero-media{gap:30px}
  .hero-media .hero-mockup{margin-top:6px}
}

/* ---- TRANSFORMAÇÃO (antes/depois) ---- */
.sec-transform{
  background:linear-gradient(180deg, #fff, var(--paper-2));
}
.sec-transform .container{text-align:center}
.sec-transform .kicker{margin-top:0}
.ba-grid{
  display:grid;gap:18px;
  grid-template-columns:1fr;
  margin:1.6rem auto 1.6rem;
  max-width:980px;
  text-align:left;
}
.ba-card{
  background:#fff;
  border:2px solid var(--ink);
  border-radius:var(--radius);
  padding:1.2rem;
  box-shadow:6px 6px 0 var(--ink);
  position:relative;
}
.ba-card ul{list-style:none;padding:0;margin:.6rem 0 0;display:grid;gap:.55rem}
.ba-card li{display:flex;align-items:flex-start;gap:.55rem;color:var(--ink-soft);font-weight:500}
.ba-tag{
  display:inline-block;
  padding:.35rem .8rem;border-radius:999px;
  font-weight:800;font-size:.78rem;letter-spacing:.1em;
  border:2px solid var(--ink);
}
.ba-tag-before{background:#FFE3E1;color:#B0322F}
.ba-tag-after{background:#E6FBDD;color:#2F7B1E}
.ba-before{background:#FFF7F6}
.ba-after{background:#F4FFF1}
.ba-arrow{display:flex;align-items:center;justify-content:center}
.ba-arrow svg{width:64px;height:48px;transform:rotate(90deg)}
.transform-cta{
  display:flex;flex-direction:column;align-items:center;gap:.4rem;
  margin-top:1rem;
}
.transform-cta small{color:var(--ink-soft)}

@media (min-width:820px){
  .ba-grid{grid-template-columns:1fr auto 1fr;align-items:stretch}
  .ba-arrow svg{transform:none}
}

/* ---- PROVA SOCIAL ---- */
.sec-proof{
  background:
    radial-gradient(700px 280px at 50% 0, rgba(255,210,63,.25), transparent 60%),
    #fff;
}
.sec-proof .container{text-align:center}
.proof-stats{
  display:flex;flex-wrap:wrap;justify-content:center;gap:14px;
  margin:1.2rem auto 1.6rem;
}
.stat{
  background:var(--paper);
  border:2px solid var(--ink);
  border-radius:var(--radius);
  padding:.9rem 1.2rem;
  min-width:140px;
  box-shadow:4px 4px 0 var(--ink);
}
.stat-num{
  display:block;
  font-family:'Fredoka',sans-serif;font-weight:700;
  font-size:1.7rem;color:var(--red-deep);line-height:1;
}
.stat-lbl{
  display:block;color:var(--ink-soft);
  font-size:.82rem;font-weight:600;margin-top:.25rem;
}

.testimonials{
  display:grid;gap:14px;
  grid-template-columns:1fr;
  margin:1rem auto 2rem;
  text-align:left;
  max-width:1080px;
}
.testi{
  background:#fff;
  border:2px solid var(--ink);
  border-radius:var(--radius);
  padding:1.1rem;
  box-shadow:4px 4px 0 var(--ink);
}
.testi-head{
  display:grid;
  grid-template-columns:42px 1fr auto;
  gap:.7rem;align-items:center;
  margin-bottom:.6rem;
}
.testi-avatar{
  width:42px;height:42px;border-radius:50%;
  border:2px solid var(--ink);
}
.testi-head strong{display:block;font-family:'Fredoka',sans-serif}
.testi-head small{display:block;color:var(--ink-soft)}
.testi-head .stars{justify-self:end}
.testi-head .stars .ico-star{width:14px;height:14px}
.testi p{margin:0;color:var(--ink)}

@media (min-width:720px){
  .testimonials{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:1040px){
  .testimonials{grid-template-columns:repeat(4,1fr)}
}

/* sub-header da prova social */
.proof-sub{
  font-family:'Fredoka',sans-serif;
  font-size:1.2rem;
  margin:1rem 0 1rem;
  color:var(--ink);
}

/* ---- CHAT ESTILO WHATSAPP ---- */
.chat-grid{
  display:grid;gap:16px;
  grid-template-columns:1fr;
  max-width:1080px;margin:0 auto;
}
.chat-frame{
  background:#ECE5DD;
  border:3px solid var(--ink);
  border-radius:18px;
  overflow:hidden;
  box-shadow:6px 6px 0 var(--ink);
  text-align:left;
  font-size:.92rem;
}
.chat-top{
  background:#075E54;
  color:#fff;
  display:flex;align-items:center;gap:.6rem;
  padding:.6rem .8rem;
}
.chat-back{font-size:1.4rem;line-height:1}
.chat-avatar{
  width:34px;height:34px;border-radius:50%;
  border:2px solid #fff;
  display:inline-block;flex-shrink:0;
}
.chat-name{font-weight:700;line-height:1.1}
.chat-name small{display:block;font-weight:400;font-size:.7rem;opacity:.8}
.chat-body{
  padding:.9rem .8rem 1.6rem;
  display:flex;flex-direction:column;gap:.45rem;
  background:
    radial-gradient(circle at 0 0, rgba(0,0,0,.04) 1px, transparent 1px) 0 0/20px 20px,
    #ECE5DD;
  position:relative;
  min-height:180px;
}
.bubble{
  max-width:82%;
  padding:.55rem .7rem;
  border-radius:10px;
  font-size:.92rem;
  line-height:1.35;
  position:relative;
  box-shadow:0 1px 1px rgba(0,0,0,.08);
  word-wrap:break-word;
}
.bubble-in{background:#fff;align-self:flex-start;border-top-left-radius:0}
.bubble-out{background:#DCF8C6;align-self:flex-end;border-top-right-radius:0}
.chat-time{
  position:absolute;right:10px;bottom:6px;
  font-size:.7rem;color:rgba(0,0,0,.45);
}

@media (min-width:720px){
  .chat-grid{grid-template-columns:repeat(3,1fr)}
}

/* avatares para reaproveitar nas testimoniais */
.testi-avatar.av-1{background:linear-gradient(135deg,#FFD23F,#FF5E5B)}
.testi-avatar.av-2{background:linear-gradient(135deg,#1FA2FF,#7CD46F)}
.testi-avatar.av-3{background:linear-gradient(135deg,#FF5E5B,#FFD2E5)}
.testi-avatar.av-4{background:linear-gradient(135deg,#7CD46F,#1FA2FF)}
.chat-avatar.av-1{background:linear-gradient(135deg,#FFD23F,#FF5E5B)}
.chat-avatar.av-2{background:linear-gradient(135deg,#1FA2FF,#7CD46F)}
.chat-avatar.av-3{background:linear-gradient(135deg,#FF5E5B,#FFD2E5)}
.chat-avatar.av-4{background:linear-gradient(135deg,#7CD46F,#1FA2FF)}


/* =========================================================
   AJUSTES VERSÃO ENXUTA (mobile-first agressiva)
   ========================================================= */

/* hero centralizada, mockup acima do CTA, sem grid 2 colunas */
.hero{
  padding:32px 0 56px;
  text-align:left;
}
.hero .container{display:flex;flex-direction:column;gap:14px}
.hero h1{
  font-size:clamp(1.9rem,7vw,2.8rem);
  margin:.2em 0 .2em;
}
.hero .lead{font-size:1rem;margin-bottom:.4rem}
.hero .punchline{
  margin:.4rem 0 .8rem;
  align-self:flex-start;
  background:#fff;
  font-size:1.05rem;
}
.hero .cta-xl{margin:.2rem 0;align-self:stretch}
.hero .bullets-inline{margin:.6rem 0 0;justify-content:flex-start}
.hero .proof-row{margin-top:.6rem}

.hero-mockup{
  margin:8px 0 4px;
  position:relative;
  height:300px;
}
.mockup-stack{position:relative;width:100%;height:100%;max-width:480px;margin:0 auto}
@media (min-width:600px){
  .hero-mockup{height:380px}
}

/* sobrescreve o grid 2 colunas */
.hero-grid{display:block !important}

/* topo */
.topbar{font-size:.82rem;padding:.55rem .8rem}
.topbar b{font-size:.95rem}

/* títulos centralizados em todas seções enxutas */
.section h2{margin-bottom:1rem}

/* dor enxuta */
.sec-pain{padding:48px 0}
.sec-pain h2{font-size:clamp(1.4rem,5vw,1.9rem)}
.pain-list{margin:1rem auto;max-width:560px}

/* transformação - empilhar sempre, mais limpo */
.sec-transform{padding:48px 0}
.ba-grid{
  display:grid;
  gap:14px;
  grid-template-columns:1fr;
  margin-bottom:1.4rem;
  text-align:left;
  max-width:520px;
  margin-left:auto;margin-right:auto;
}
.ba-arrow{display:none}
.sec-transform .cta-xl{margin:0 auto;display:flex}
.sec-transform .container{text-align:center}

/* preview enxuta */
.sec-preview{padding:48px 0}
.sec-preview .container{text-align:center}
.gallery{
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
@media (min-width:560px){
  .gallery{grid-template-columns:repeat(4,1fr)}
}

/* prova social - grid mobile */
.sec-proof{padding:48px 0}
.sec-proof .container{text-align:center}
.testimonials{
  grid-template-columns:1fr;
  margin:1rem auto 1.4rem;
  max-width:520px;
}
@media (min-width:720px){
  .testimonials{grid-template-columns:repeat(3,1fr);max-width:none}
}
.chat-grid{
  grid-template-columns:1fr;
  max-width:520px;
}
@media (min-width:720px){
  .chat-grid{grid-template-columns:repeat(2,1fr);max-width:none}
}
.chat-body{min-height:140px;padding:.8rem .8rem 1.2rem}

/* oferta — versão fundida com garantia/urgência */
.sec-offer{padding:64px 0}
.offer-box{padding:24px 18px}
.offer-box h2{margin-top:.4rem}
.included-list{
  text-align:left;margin:1rem auto 1.2rem;
  max-width:none;
}
.guarantee-mini{
  display:flex;align-items:center;gap:.8rem;
  text-align:left;
  background:var(--paper);
  border:2px dashed var(--ink);
  border-radius:14px;
  padding:.8rem;
  margin:1rem 0 .8rem;
}
.seal-mini{flex-shrink:0;width:64px;height:64px}
.seal-mini svg{width:100%;height:100%}
.guarantee-mini strong{display:block;font-family:'Fredoka',sans-serif;font-size:1rem}
.guarantee-mini small{display:block;color:var(--ink-soft);font-size:.85rem;margin-top:.15rem}

/* faq enxuta */
.sec-faq{padding:48px 0}
.sec-faq .container{text-align:center}
.faq{margin-top:1rem}

/* CTA final */
.sec-final{padding:56px 0}

/* esconder VSL antiga se sobrar referência */
.vsl, .hero-media{display:none !important}

/* ajustes de espaçamento para mobile (foco principal) */
@media (max-width:767px){
  .section{padding:48px 0}
  body{padding-bottom:80px}
  .hero{padding:24px 0 40px}
  .container{padding:0 18px}
  h1{font-size:2rem}
  .offer-box{padding:22px 16px}
  .price-now .value{font-size:3.5rem}
  .testi p{font-size:.95rem}
  .pain-list li{font-size:.95rem;padding:.7rem .85rem}
}


/* ===== Hero image (substitui o mockup SVG) ===== */
.hero-image{
  margin:2px auto 0;
  max-width:560px;
  width:100%;
  position:relative;
}
.hero-image img{
  width:100%;
  height:auto;
  display:block;
  border-radius:0;
  filter:drop-shadow(0 18px 24px rgba(27,27,31,.14));
}
@media (min-width:768px){
  .hero-image{
    max-width:620px;
    margin-top:-4px;
  }
}


/* ==== fotos reais nos depoimentos ==== */
img.testi-avatar{
  width:48px;height:48px;
  border-radius:50%;
  border:2px solid var(--ink);
  object-fit:cover;
  display:block;
}
img.chat-avatar{
  width:34px;height:34px;
  border-radius:50%;
  border:2px solid #fff;
  object-fit:cover;
  display:block;
}
.testi-head{grid-template-columns:48px 1fr auto}


/* ===== Bullets em coluna (5 itens) ===== */
.bullets-stack{
  flex-direction:column;
  align-items:flex-start;
  gap:.55rem;
}
.bullets-stack li{
  font-size:1rem;
  display:flex;
  align-items:center;
  gap:.55rem;
}
@media (min-width:768px){
  .bullets-stack li{font-size:1.05rem}
}

/* ===== Prova social compacta com ilustracoes ===== */
.feedback-showcase{
  display:grid;
  gap:16px;
  margin-top:1rem;
}
.feedback-lane{
  display:grid;
  grid-auto-flow:column;
  gap:14px;
  overflow-x:auto;
  padding:5px 4px 12px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.feedback-lane::-webkit-scrollbar{display:none}
.feedback-lane-text{grid-auto-columns:minmax(260px,82vw)}
.feedback-lane-chat{grid-auto-columns:minmax(286px,88vw)}
.feedback-lane .testi,
.feedback-lane .chat-frame{
  height:100%;
  scroll-snap-align:start;
  animation:feedbackFocus 10s ease-in-out infinite;
  animation-delay:var(--feedback-delay,0s);
  will-change:transform;
}
.feedback-delay-1{--feedback-delay:0s}
.feedback-delay-2{--feedback-delay:2s}
.feedback-delay-3{--feedback-delay:4s}
.feedback-delay-4{--feedback-delay:6s}
.feedback-delay-5{--feedback-delay:8s}
.feedback-lane .testi-head{
  grid-template-columns:48px 1fr auto auto;
}
.feedback-ill{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid var(--ink);
  border-radius:50%;
  background:var(--paper);
}
.feedback-ill .ico{width:18px;height:18px}
.chat-ill{
  width:28px;
  height:28px;
  flex:0 0 28px;
}
.bubble{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
}
.bubble-ico{
  width:17px;
  height:17px;
  flex:0 0 17px;
}
.bubble-ico use,
.chat-ill use{pointer-events:none}

@keyframes feedbackFocus{
  0%,100%{transform:translateY(0) scale(1)}
  8%,18%{transform:translateY(-5px) scale(1.01)}
  22%{transform:translateY(0) scale(1)}
}

@media (max-width:719px){
  .sec-proof{padding-bottom:34px}
  .feedback-showcase{margin-left:-18px;margin-right:-18px}
  .feedback-lane{
    padding-left:18px;
    padding-right:18px;
  }
}

@media (min-width:720px){
  .sec-proof{padding:44px 0}
  .feedback-lane{
    grid-auto-flow:initial;
    overflow:visible;
    padding:5px 2px;
  }
  .feedback-lane-text{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .feedback-lane-chat{
    grid-template-columns:repeat(2,minmax(0,420px));
    justify-content:center;
  }
  .feedback-lane .chat-body{
    min-height:126px;
  }
}

@media (prefers-reduced-motion:reduce){
  .feedback-lane .testi,
  .feedback-lane .chat-frame{
    animation:none;
  }
}

/* ===== Correcao prova social: compacta, sem ilustracoes gigantes ===== */
.sec-proof .container{
  max-width:1060px;
}
.feedback-showcase{
  display:grid;
  gap:16px;
  margin-top:1rem;
}
.feedback-lane{
  display:flex;
  gap:14px;
  overflow-x:auto;
  padding:5px 2px 14px;
  margin:0;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.feedback-lane::-webkit-scrollbar{display:none}
.feedback-item{
  scroll-snap-align:start;
  animation:feedbackCardPulse 14s ease-in-out infinite;
  animation-delay:var(--feedback-delay,0s);
}
.feedback-lane-text .feedback-item{
  flex:0 0 min(84vw,360px);
}
.feedback-lane-chat .feedback-item{
  flex:0 0 min(88vw,390px);
}
.feedback-lane .testi{
  min-height:0;
  padding:1rem;
  text-align:left;
}
.feedback-lane .testi-head{
  display:flex !important;
  grid-template-columns:none !important;
  align-items:center;
  gap:.75rem;
  margin-bottom:.35rem;
}
.testi-meta{
  flex:1;
  min-width:0;
}
.testi-meta strong,
.testi-meta small{
  text-align:left;
}
.testi-rating{
  display:inline-flex;
  margin:0 0 .55rem 60px;
}
.testi-rating .ico-star{
  width:15px;
  height:15px;
}
.feedback-lane .testi p{
  font-size:.96rem;
  line-height:1.45;
  text-align:left;
}
.feedback-lane .chat-frame{
  border-radius:18px;
  overflow:hidden;
}
.feedback-lane-chat .chat-top{
  min-height:58px;
  padding:.65rem .75rem;
}
.feedback-lane-chat .chat-name{
  min-width:0;
  white-space:nowrap;
}
.feedback-lane-chat .chat-body{
  min-height:132px;
  padding:.85rem .8rem 1rem;
}
.feedback-lane-chat .bubble{
  display:block;
  font-size:.94rem;
  line-height:1.35;
}
.feedback-lane-chat .bubble-in{
  max-width:86%;
}
.feedback-lane-chat .bubble-out{
  max-width:78%;
}
.feedback-ill,
.chat-ill,
.bubble-ico{
  display:none !important;
}

@keyframes feedbackCardPulse{
  0%,100%{transform:translateY(0)}
  7%,15%{transform:translateY(-4px)}
  22%{transform:translateY(0)}
}

@media (min-width:980px){
  .sec-proof{padding:44px 0}
  .feedback-lane{
    overflow:visible;
    margin:0;
    padding:5px 2px;
    scroll-snap-type:none;
  }
  .feedback-lane-text{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .feedback-lane-chat{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,410px));
    justify-content:center;
  }
  .feedback-lane-text .feedback-item,
  .feedback-lane-chat .feedback-item{
    flex:auto;
  }
}

@media (prefers-reduced-motion:reduce){
  .feedback-item{animation:none}
}
