:root{
  --bg:#fff8f1;--card:#ffffff;--text:#26140d;--muted:#745f55;--orange:#f97316;--red:#e11d48;--yellow:#facc15;--green:#10b981;--line:rgba(249,115,22,.18);
}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;font-family:Inter,Arial,sans-serif;background:linear-gradient(145deg,#fff7ed,#fff1f2 48%,#fffbeb);color:var(--text)}
.bg:before,.bg:after{content:"";position:fixed;border-radius:999px;filter:blur(35px);opacity:.45;z-index:-1}
.bg:before{width:280px;height:280px;background:#fdba74;left:-90px;top:70px}.bg:after{width:320px;height:320px;background:#fda4af;right:-120px;bottom:40px}
.quiz-shell{max-width:560px;margin:auto;padding:16px 13px 42px}
.brand{display:flex;align-items:center;gap:10px;margin:8px 0 16px}.logo{width:48px;height:48px;border-radius:18px;background:linear-gradient(135deg,var(--orange),var(--red));display:grid;place-items:center;color:#fff;font-size:24px;box-shadow:0 14px 35px rgba(225,29,72,.22)}.brand strong{display:block;font-weight:900}.brand small{color:var(--muted)}
.step{display:none}.step.active{display:block;animation:up .35s ease both}@keyframes up{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.hero,.card,.result,.sales,.checkout-screen{background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.85);border-radius:32px;padding:26px;box-shadow:0 24px 70px rgba(91,43,12,.13);backdrop-filter:blur(14px)}
.hero{text-align:center;padding-top:34px}
.alert{display:inline-flex;align-items:center;gap:7px;background:rgba(225,29,72,.08);border:1px solid rgba(225,29,72,.14);color:#9f1239;padding:8px 12px;border-radius:999px;font-weight:900;font-size:13px;margin-bottom:13px}.alert.good{background:rgba(16,185,129,.1);border-color:rgba(16,185,129,.22);color:#047857}
h1{font-family:"Playfair Display",serif;font-size:39px;line-height:1.02;margin:8px 0 12px;letter-spacing:-.8px}
h2{font-size:28px;line-height:1.08;margin:8px 0 10px;letter-spacing:-.6px}
h3{font-size:22px;margin:0 0 10px}
p{color:var(--muted);line-height:1.55}.lead{font-size:17px}
.btn{width:100%;border:0;border-radius:18px;padding:17px 18px;font-size:16px;font-weight:950;text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-top:15px;transition:.2s}
.btn:hover{transform:translateY(-1px)}.primary,.checkout{background:linear-gradient(135deg,var(--orange),var(--red));color:white;box-shadow:0 15px 32px rgba(225,29,72,.25)}.checkout{font-size:18px;padding:19px}
.micro{font-size:13px;margin:12px 0 0}.pain-box{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.pain-box span{background:#fff7ed;border:1px solid var(--line);border-radius:18px;padding:12px;text-align:left;font-weight:850;font-size:13px}
.progress{height:9px;background:#ffe7d2;border-radius:999px;overflow:hidden;margin-bottom:22px}.progress span{display:block;width:var(--p,10%);height:100%;background:linear-gradient(90deg,var(--orange),var(--red));border-radius:999px}
.input{width:100%;border:1px solid var(--line);background:#fff;border-radius:16px;padding:15px;margin:7px 0;font-size:16px;outline:none}.input:focus{box-shadow:0 0 0 4px rgba(249,115,22,.11);border-color:#fb923c}
.answers{display:grid;gap:10px;margin-top:17px}.answers button{border:1px solid var(--line);background:#fff;border-radius:19px;padding:16px;text-align:left;font-size:16px;font-weight:850;color:var(--text);box-shadow:0 8px 20px rgba(91,43,12,.05);cursor:pointer}.answers button:hover{border-color:#fb923c;background:#fff7ed;transform:translateY(-1px)}
.range-card{background:#fff7ed;border:1px solid var(--line);border-radius:20px;padding:15px;margin:12px 0}.range-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.range-head span{color:var(--muted);font-weight:800}.range-head strong{font-size:22px;color:#9a3412}
input[type=range]{width:100%;accent-color:var(--orange);height:8px}
.bmi-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;margin-top:14px}.bmi-top{display:flex;justify-content:space-between;align-items:center}.bmi-top span{color:var(--muted);font-weight:800}.bmi-top strong{font-size:38px;color:#c2410c}.bmi-scale{height:13px;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#22c55e,#facc15,#f97316,#e11d48);position:relative;margin:14px 0}.bmi-scale i{position:absolute;top:-5px;left:50%;width:7px;height:23px;border-radius:999px;background:#1f2937;transition:.4s}.hidden{display:none!important}
.before-after{display:grid;gap:14px;margin-top:16px}.ba-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:13px}.ba-imgs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.img{height:150px;border-radius:18px;display:flex;align-items:flex-end;justify-content:center;padding:10px;background:linear-gradient(135deg,#d6d3d1,#a8a29e);overflow:hidden}.img.after{background:linear-gradient(135deg,#fdba74,#fb7185)}.img.two{background:linear-gradient(135deg,#cbd5e1,#94a3b8)}.img.after.two{background:linear-gradient(135deg,#fde68a,#f97316)}.img span{background:rgba(255,255,255,.86);padding:6px 10px;border-radius:999px;font-weight:950;font-size:12px}.ba-card p{font-size:14px;margin:10px 0 6px}.ba-card strong{font-size:13px}
.scan{text-align:center;margin:22px 0}.ring{width:174px;height:174px;margin:auto;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--orange) 0deg,#ffe7d2 0deg);box-shadow:inset 0 0 0 16px rgba(255,255,255,.86)}.ring span{font-size:35px;font-weight:950;color:#c2410c}.checks{list-style:none;padding:0;margin:0;display:grid;gap:9px}.checks li{background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px;color:var(--muted);font-weight:800}.checks li.done{background:#ecfdf5;color:#047857;border-color:#a7f3d0}
.chart-wrap{background:white;border:1px solid var(--line);border-radius:24px;padding:12px;margin:16px 0}.diagnostic{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.diagnostic div{background:#fff7ed;border:1px solid var(--line);border-radius:18px;padding:13px}.diagnostic strong{display:block;font-size:24px;color:#c2410c}.diagnostic span{font-size:12px;color:var(--muted);font-weight:800}.warning,.pain-close,.guarantee{background:#fff1f2;border:1px solid rgba(225,29,72,.13);border-radius:22px;padding:16px;margin-top:16px}.warning strong,.guarantee strong{display:block;color:#9f1239;margin-bottom:4px}.sales-hero{text-align:center}.offer-stack{display:grid;gap:10px;margin:16px 0}.offer-item{background:#fff;border:1px solid var(--line);border-radius:19px;padding:14px}.offer-item b{display:block}.offer-item span{display:block;color:var(--muted);font-size:13px;margin-top:4px}.social-proof{margin-top:18px}.testi{display:grid;grid-template-columns:44px 1fr;gap:10px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:13px;margin:9px 0}.avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--red));display:grid;place-items:center;color:white;font-weight:950}.testi p{margin:0;font-size:14px}.testi strong{grid-column:2;color:#9a3412;font-size:13px}.guarantee span{display:block;color:var(--muted)}
@media(max-width:440px){.quiz-shell{padding:12px 10px 30px}.hero,.card,.result,.sales,.checkout-screen{border-radius:25px;padding:20px}h1{font-size:32px}h2{font-size:24px}.pain-box,.diagnostic{grid-template-columns:1fr}.img{height:125px}}
.ba-photo{
  width:100%;
  height:150px;
  object-fit:cover;
  border-radius:18px;
  display:block;
}

@media(max-width:440px){
  .ba-photo{
    height:125px;
  }
}
.before-after{
  display:grid;
  gap:14px;
  margin-top:16px;
}

.ba-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:13px;
  max-width:860px;
  margin:0 auto;
}

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

.ba-photo{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:18px;
  display:block;
  border:1px solid #f3d7c3;
}
.ba-photo{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:18px;
  display:block;
  border:1px solid #f3d7c3;
}
@media(max-width:440px){
  .ba-card{
    padding:10px;
  }

  .ba-photo{
    height:170px;
  }
}

.checkout-sub{
  font-size:16px;
  line-height:1.6;
  margin-bottom:16px;
}

.price-box{
  background:linear-gradient(135deg,#fff7ed,#fff1f2);
  border:1px solid rgba(225,29,72,.14);
  border-radius:24px;
  padding:18px;
  margin:18px 0;
  text-align:center;
}

.price-label{
  display:inline-block;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:7px 12px;
  font-size:13px;
  font-weight:900;
  color:#9f1239;
  margin-bottom:10px;
}

.price-old{
  font-size:20px;
  color:#745f55;
  margin-bottom:6px;
}

.price-current{
  font-size:22px;
  color:#26140d;
  margin-bottom:6px;
}

.price-current strong{
  font-size:38px;
  color:#c2410c;
  font-weight:900;
}

.price-box small{
  display:block;
  color:var(--muted);
  font-size:13px;
  margin-top:8px;
}

.benefits-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  margin:16px 0;
}

.benefits-box h3{
  margin:0 0 12px;
  font-size:21px;
}

.benefits-box ul{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
}

.benefits-box li{
  color:#26140d;
  line-height:1.5;
}

.mini-proof{
  display:grid;
  gap:12px;
  margin:18px 0;
}

.proof-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:14px;
}

.proof-card p{
  margin:0 0 8px;
  color:#26140d;
}

.proof-card strong{
  color:#9f1239;
  font-size:14px;
}

.guarantee-box{
  background:#ecfdf5;
  border:1px solid #a7f3d0;
  border-radius:22px;
  padding:18px;
  margin:18px 0;
}

.guarantee-box h3{
  margin:0 0 8px;
  color:#047857;
}

.guarantee-box p{
  margin:0;
  color:#065f46;
}

.checkout-tags{
  display:grid;
  gap:10px;
  margin:18px 0;
}

.checkout-tags span{
  display:block;
  background:#fff7ed;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
  font-weight:800;
  color:#9a3412;
  text-align:center;
}

@media(min-width:768px){
  .mini-proof{
    grid-template-columns:1fr 1fr;
  }

  .checkout-tags{
    grid-template-columns:1fr 1fr 1fr;
  }
}
/* ===== OFERTA FINAL PREMIUM ===== */

.checkout-screen{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,245,.96));
  border:1px solid rgba(255,255,255,.9);
  border-radius:34px;
  padding:28px 22px;
  box-shadow:0 28px 70px rgba(91,43,12,.12);
}

.offer-top-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#ecfdf5;
  color:#047857;
  border:1px solid #a7f3d0;
  border-radius:999px;
  padding:9px 14px;
  font-size:13px;
  font-weight:950;
  margin-bottom:16px;
}

.offer-headline{
  font-size:34px;
  line-height:1.02;
  letter-spacing:-1px;
  margin:0 0 12px;
  color:#26140d;
}

.offer-subheadline{
  font-size:17px;
  line-height:1.65;
  color:#6b5448;
  margin:0 0 20px;
}

.offer-hero-box{
  display:grid;
  gap:12px;
  margin:20px 0;
}

.offer-hero-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:14px;
  box-shadow:0 8px 20px rgba(91,43,12,.04);
}

.offer-hero-item strong{
  display:block;
  font-size:16px;
  color:#26140d;
  margin-bottom:4px;
}

.offer-hero-item span{
  display:block;
  color:#745f55;
  font-size:14px;
  line-height:1.5;
}

.offer-warning-box{
  background:linear-gradient(135deg,#fff1f2,#fff7ed);
  border:1px solid rgba(225,29,72,.14);
  border-radius:24px;
  padding:18px;
  margin:22px 0;
}

.offer-warning-box strong{
  display:block;
  color:#9f1239;
  font-size:18px;
  margin-bottom:7px;
}

.offer-warning-box p{
  margin:0;
  color:#745f55;
  line-height:1.6;
}

.offer-benefits-box{
  margin:24px 0;
}

.offer-benefits-box h3{
  font-size:24px;
  margin:0 0 14px;
  color:#26140d;
}

.offer-benefits-grid{
  display:grid;
  gap:12px;
}

.offer-benefit-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:16px;
  box-shadow:0 10px 24px rgba(91,43,12,.04);
}

.offer-benefit-card strong{
  display:block;
  font-size:16px;
  color:#26140d;
  margin-bottom:6px;
}

.offer-benefit-card span{
  display:block;
  color:#745f55;
  line-height:1.55;
  font-size:14px;
}

.offer-proof-section{
  margin:26px 0 20px;
}

.offer-proof-section h3{
  font-size:23px;
  margin:0 0 14px;
}

.offer-proof-grid{
  display:grid;
  gap:12px;
}

.offer-proof-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:16px;
  box-shadow:0 10px 24px rgba(91,43,12,.04);
}

.offer-proof-card p{
  margin:0 0 10px;
  color:#4a362d;
  font-size:15px;
  line-height:1.6;
}

.offer-proof-card strong{
  color:#9f1239;
  font-size:14px;
}

.offer-guarantee-box{
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:#ecfdf5;
  border:1px solid #a7f3d0;
  border-radius:24px;
  padding:18px;
  margin:24px 0;
}

.offer-guarantee-icon{
  width:50px;
  height:50px;
  min-width:50px;
  border-radius:18px;
  background:#d1fae5;
  display:grid;
  place-items:center;
  font-size:24px;
}

.offer-guarantee-box h3{
  margin:0 0 6px;
  color:#047857;
  font-size:22px;
}

.offer-guarantee-box p{
  margin:0;
  color:#065f46;
  line-height:1.6;
}

.offer-price-box{
  position:relative;
  background:linear-gradient(180deg,#26140d 0%, #3c1d12 100%);
  border-radius:28px;
  padding:26px 20px 22px;
  text-align:center;
  margin-top:28px;
  box-shadow:0 26px 60px rgba(60,29,18,.28);
  overflow:hidden;
}

.offer-price-box::before{
  content:"";
  position:absolute;
  inset:auto -30px -40px auto;
  width:180px;
  height:180px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  filter:blur(6px);
}

.offer-price-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#f97316,#e11d48);
  color:#fff;
  border-radius:999px;
  padding:9px 15px;
  font-size:13px;
  font-weight:950;
  margin-bottom:16px;
  box-shadow:0 10px 26px rgba(225,29,72,.28);
}

.offer-price-old{
  color:#f3d0c2;
  font-size:21px;
  margin-bottom:4px;
}

.offer-price-now-label{
  color:#fff1ea;
  font-size:18px;
  font-weight:800;
  margin-bottom:4px;
}

.offer-price-now{
  font-size:58px;
  line-height:1;
  font-weight:950;
  letter-spacing:-2px;
  color:#fff;
  margin-bottom:10px;
}

.offer-price-installment{
  color:#ffd9cb;
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
}

.premium-checkout-btn{
  width:100%;
  border-radius:18px;
  padding:18px 16px;
  font-size:18px;
  font-weight:950;
  background:linear-gradient(135deg,#f97316,#e11d48);
  color:#fff;
  box-shadow:0 16px 34px rgba(225,29,72,.28);
  margin-top:0;
}

.offer-price-note{
  margin:14px 0 0;
  color:#f7d7cb;
  font-size:13px;
  line-height:1.5;
}

@media(min-width:768px){
  .offer-hero-box{
    grid-template-columns:1fr 1fr 1fr;
  }

  .offer-benefits-grid{
    grid-template-columns:1fr 1fr;
  }

  .offer-proof-grid{
    grid-template-columns:1fr 1fr 1fr;
  }
}

@media(max-width:440px){
  .checkout-screen{
    padding:22px 16px;
  }

  .offer-headline{
    font-size:27px;
    line-height:1.06;
  }

  .offer-subheadline{
    font-size:16px;
  }

  .offer-guarantee-box{
    display:block;
  }

  .offer-guarantee-icon{
    margin-bottom:10px;
  }

  .offer-price-now{
    font-size:46px;
  }

  .offer-price-old{
    font-size:18px;
  }

  .offer-price-now-label{
    font-size:16px;
  }
}


/* ===== BLOCO DE OFERTA ESTILO HOTMART ===== */

.hotmart-style-box{
  background:#fff;
  border:2px solid #f1e2d7;
  border-radius:30px;
  padding:28px 20px 24px;
  text-align:center;
  box-shadow:0 22px 55px rgba(91,43,12,.10);
  margin-top:28px;
}

.offer-plan-name{
  font-size:40px;
  line-height:1;
  font-weight:1000;
  color:#111;
  letter-spacing:-1px;
  text-transform:uppercase;
  margin-bottom:14px;
}

.offer-price-old-line{
  font-size:24px;
  color:#222;
  margin-bottom:12px;
}

.offer-price-old-line s{
  color:#444;
}

.offer-installments{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:10px;
  margin-bottom:8px;
}

.installments-small{
  font-size:28px;
  line-height:1;
  font-weight:900;
  color:#111;
}

.installments-big{
  font-size:86px;
  line-height:.95;
  font-weight:1000;
  letter-spacing:-3px;
  color:#000;
}

.offer-cash-line{
  font-size:28px;
  font-weight:900;
  color:#111;
  margin-bottom:22px;
}

.offer-cash-line strong{
  color:#000;
}

.offer-big-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:64px;
  border-radius:999px;
  text-decoration:none;
  font-size:18px;
  font-weight:1000;
  letter-spacing:.3px;
  color:#fff;
  background:linear-gradient(180deg,#16c60c,#0faa08);
  box-shadow:0 16px 30px rgba(16,185,24,.28);
  margin-bottom:22px;
  transition:.2s ease;
}

.offer-big-button:hover{
  transform:translateY(-2px);
}

.pulse-green{
  animation:pulseGreen 1.4s infinite;
}

@keyframes pulseGreen{
  0%{
    transform:scale(1);
    box-shadow:0 0 0 0 rgba(16,185,24,.45), 0 16px 30px rgba(16,185,24,.28);
  }
  50%{
    transform:scale(1.02);
    box-shadow:0 0 0 14px rgba(16,185,24,0), 0 18px 34px rgba(16,185,24,.34);
  }
  100%{
    transform:scale(1);
    box-shadow:0 0 0 0 rgba(16,185,24,0), 0 16px 30px rgba(16,185,24,.28);
  }
}

.offer-security-icons{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
  margin-bottom:14px;
}

.offer-security-icons div{
  font-size:14px;
  font-weight:800;
  color:#222;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  text-align:center;
}

.offer-security-icons span{
  display:inline-block;
  line-height:1.2;
}

.offer-mini-flags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
}

.offer-mini-flags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:68px;
  padding:7px 10px;
  border-radius:10px;
  border:1px solid #e9ddd2;
  background:#faf7f4;
  color:#444;
  font-size:12px;
  font-weight:900;
}

@media(max-width:440px){
  .offer-plan-name{
    font-size:28px;
  }

  .offer-price-old-line{
    font-size:20px;
  }

  .installments-small{
    font-size:24px;
  }

  .installments-big{
    font-size:62px;
    letter-spacing:-2px;
  }

  .offer-cash-line{
    font-size:20px;
  }

  .offer-security-icons{
    grid-template-columns:1fr;
  }

  .offer-big-button{
    font-size:17px;
    min-height:60px;
  }
}