:root{
  --blue:#071b78;
  --blue2:#0c36a4;
  --blue3:#061456;
  --green:#08b84e;
  --green2:#008c3a;
  --yellow:#ffd21f;
  --ink:#152033;
  --muted:#667085;
  --soft:#f5f7fb;
  --line:#e8ebf1;
  --white:#fff;
  --radius:22px;
  --shadow:0 16px 40px rgba(5,27,89,.10);
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:20px}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.container{width:min(calc(100% - 32px),var(--max));margin:auto}
.container.wide{width:min(calc(100% - 28px),1240px)}
.container.narrow{max-width:820px}
.center{text-align:center}
.site-header{position:relative;background:#fff;padding:0 0 18px;overflow:hidden}
.site-header:before{content:'';display:block;height:160px;background:var(--blue)}
.top-strip{max-width:760px;margin:-30px auto 0;padding:0 18px;position:relative;z-index:2}
.top-strip-frame{background:#fff;border-radius:0 0 18px 18px;box-shadow:0 14px 30px rgba(5,27,89,.10);overflow:hidden}
.top-strip img{display:block;width:100%}
@media (max-width:640px){.site-header{padding-bottom:12px}.site-header:before{height:160px}.top-strip{max-width:100%;margin:-22px auto 0;padding:0 12px}.top-strip-frame{border-radius:0 0 14px 14px}}
section{padding:76px 0}
.section-white{background:#fff}
.section-soft{background:var(--soft)}
.section-blue{background:linear-gradient(135deg,var(--blue3),var(--blue));color:#fff}
.hero{padding:54px 0 160px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:42px}
.eyebrow,.section-heading>span{display:inline-block;color:var(--blue2);font-size:.78rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:10px}
.light-text,.light>span{color:#fff!important;opacity:.92}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(2.2rem,4.8vw,4.15rem);line-height:1.02;letter-spacing:-.04em;margin-bottom:20px;color:var(--blue)}
h1 span{color:var(--blue2)}
h2{font-size:clamp(1.85rem,3.5vw,3rem);line-height:1.08;letter-spacing:-.03em;margin-bottom:16px;color:var(--blue)}
.section-blue h2,.section-blue h3{color:#fff}
h3{color:var(--blue);line-height:1.2}
.hero-lead,.lead{font-size:1.15rem;color:#485269}
.check-list{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:12px}
.check-list li{position:relative;padding-left:30px;color:#3a455b}
.check-list li:before{content:'✓';position:absolute;left:0;top:0;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#e8f9ef;color:var(--green2);font-weight:900;font-size:.78rem}
.cta{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:15px 24px;border-radius:12px;text-decoration:none;color:#fff;background:linear-gradient(#14d765,#00a844);font-weight:900;text-align:center;box-shadow:0 8px 0 #007a32,0 14px 28px rgba(0,168,68,.22);transition:transform .18s ease,filter .18s ease;letter-spacing:.01em}
.cta:hover{transform:translateY(-2px);filter:brightness(1.04)}
.micro-trust{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px;font-size:.84rem;color:#566078;font-weight:700}
.hero-product{position:relative;display:grid;place-items:center}
.hero-product:before{content:'';position:absolute;width:88%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#dce7ff 0,#edf2ff 56%,rgba(255,255,255,0) 70%);z-index:0}
.hero-product img{position:relative;z-index:1;width:min(100%,500px);filter:drop-shadow(0 22px 20px rgba(0,23,95,.20))}
.section-heading{text-align:center;max-width:820px;margin:0 auto 38px}
.section-heading p{color:var(--muted);font-size:1.06rem}
.section-heading.light p{color:rgba(255,255,255,.78)}
.problem-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.problem-card{display:grid;grid-template-columns:155px 1fr;align-items:center;gap:18px;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);background:rgba(255,255,255,.08);backdrop-filter:blur(5px)}
.problem-card img{width:155px;height:155px;object-fit:contain}
.problem-card h3{margin-bottom:8px;font-size:1.15rem}
.problem-card p{margin-bottom:0;color:rgba(255,255,255,.78);font-size:.94rem}
.results .lead{max-width:700px;margin:0 auto 28px}
.ingredient-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ingredient-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 10px 28px rgba(5,27,89,.05)}
.ingredient-card img{width:150px;height:150px;object-fit:contain;margin:0 auto 12px}
.ingredient-card h3{text-align:center;margin-bottom:12px}
.ingredient-card ul{padding-left:20px;margin:0;color:#536078}
.ingredient-card li+li{margin-top:5px}
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:26px}
.steps article{text-align:center;border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px 24px;background:#fff;box-shadow:var(--shadow)}
.step-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:188px;margin-bottom:12px}
.step-visual img{max-width:170px;max-height:170px;object-fit:contain;filter:drop-shadow(0 14px 20px rgba(7,27,120,.14))}
.steps b{position:absolute;top:0;left:50%;transform:translateX(-50%);display:grid;place-items:center;width:56px;height:56px;border-radius:50%;margin:0;background:var(--blue);color:#fff;font-size:1.55rem;box-shadow:0 10px 20px rgba(7,27,120,.18)}
.steps h3{margin-bottom:8px}
.steps p{margin-bottom:0;color:var(--muted)}
.official-warning{max-width:900px;margin:28px auto;padding:20px 24px;border-left:5px solid #ffbc00;background:#fff8db;border-radius:10px;color:#5d4e00}
.official-warning strong{display:block;color:#493c00;margin-bottom:4px}
.official-warning p{margin:0}
.kits{background:linear-gradient(180deg,#eef5ff 0%,#e4eeff 100%)}
.support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:24px}
.support-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px 28px;box-shadow:var(--shadow)}
.support-card h3{margin:0 0 10px;color:var(--blue)}
.support-card p{margin:0 0 18px;color:var(--muted)}
.support-card .cta{width:auto;min-width:240px}
.other-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:28px}
.product-line-card{display:flex;flex-direction:column;overflow:hidden;border-radius:22px;background:#fff;border:1px solid var(--line);text-decoration:none;color:var(--ink);box-shadow:0 14px 34px rgba(5,27,89,.09);transition:transform .2s ease,box-shadow .2s ease}
.product-line-card:hover{transform:translateY(-5px);box-shadow:0 22px 44px rgba(5,27,89,.16)}
.product-line-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#f3f5fa}
.product-line-info{padding:16px 16px 18px;display:flex;flex-direction:column;gap:7px;flex:1}
.product-line-info h3{margin:0;color:var(--blue);font-size:1.2rem}
.product-line-info p{margin:0;color:var(--muted);font-size:.9rem}
.product-line-info .ghost-btn{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:auto;border-radius:12px;background:var(--blue);color:#fff;font-weight:900;font-size:.85rem}
@media (max-width:980px){.other-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:120;display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#25D366;box-shadow:0 14px 28px rgba(0,0,0,.22);text-decoration:none;border:3px solid #fff}.floating-whatsapp svg{width:34px;height:34px;fill:#fff}
.buy-help h2{color:#fff}
.buy-help p{color:rgba(255,255,255,.8)}
.buy-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.buy-steps span{display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid rgba(255,255,255,.17);border-radius:14px;background:rgba(255,255,255,.07);text-align:left;font-weight:700}
.buy-steps b{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#fff;color:var(--blue)}
.kit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:18px}
.kit-card{position:relative;display:flex;flex-direction:column;border-radius:22px;overflow:hidden;background:#fff;border:1px solid #d9e4f7;box-shadow:0 16px 40px rgba(9,27,84,.10);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}
.kit-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(9,27,84,.18)}
.kit-card.featured{border:3px solid #28b34b}
.badge{position:absolute;z-index:2;left:50%;top:12px;transform:translateX(-50%);padding:7px 11px;border-radius:999px;background:#28b34b;color:#fff;font-size:.68rem;font-weight:900;white-space:nowrap;box-shadow:0 5px 16px rgba(0,0,0,.16)}
.kit-top{padding:24px 18px 14px;text-align:center}
.kit-visual{display:flex;align-items:flex-end;justify-content:center;gap:12px;margin-bottom:16px;min-height:140px}
.kit-visual img{width:78px;height:110px;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(6,22,86,.18))}
.kit-math{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:nowrap}
.kit-plus{font-size:2rem;font-weight:900;color:var(--blue)}
.kit-count,.kit-free{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:var(--blue);color:#fff;line-height:1}
.kit-count span,.kit-free span{font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px}
.kit-count strong,.kit-free strong{font-size:2rem}
.kit-free{background:linear-gradient(180deg,#12d15d,#08aa48)}
.kit-card h3{margin:0;font-size:1.05rem;line-height:1.15;color:var(--blue);letter-spacing:.01em}
.kit-subtitle{margin:8px 0 0;color:var(--muted);font-size:.92rem}
.kit-ship{display:inline-flex;align-items:center;justify-content:center;margin:14px auto 0;padding:8px 14px;border-radius:999px;background:#dfeeff;color:#0a57c8;font-weight:800;font-size:.92rem}
.kit-price{padding:0 18px 22px;text-align:center;display:flex;flex-direction:column;gap:10px;flex:1}
.kit-installments{font-size:1.5rem;font-weight:800;color:var(--blue);line-height:1.1}
.kit-installments strong{font-size:3.25rem;letter-spacing:-.04em}
.kit-cash{font-size:1rem;font-weight:700;color:#202939}
.kit-benefits{list-style:none;padding:0;margin:6px 0 4px;display:grid;gap:6px;color:#536078;font-size:.93rem}
.kit-benefits li{position:relative;padding-left:18px;text-align:left}
.kit-benefits li:before{content:'✓';position:absolute;left:0;top:0;color:#18b24f;font-weight:900}
.kit-button{display:flex;align-items:center;justify-content:center;min-height:50px;margin-top:auto;border-radius:14px;background:linear-gradient(180deg,#14d765,#00a844);color:#fff;font-weight:900;box-shadow:0 4px 0 #007a32}
.guarantee-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:40px;align-items:center;max-width:980px}
.guarantee-seal img{width:min(100%,420px);margin:auto;filter:drop-shadow(0 18px 22px rgba(0,0,0,.16))}
.guarantee-copy p{color:rgba(255,255,255,.82);font-size:1.05rem}
.accordion{display:grid;gap:12px}
details{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden}
summary{position:relative;cursor:pointer;list-style:none;padding:20px 54px 20px 20px;color:var(--blue);font-weight:900}
summary::-webkit-details-marker{display:none}
summary:after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:1.5rem;color:var(--blue2)}
details[open] summary:after{content:'−'}
details p{padding:0 20px 20px;margin:0;color:var(--muted)}
.footer{background:#030f44;color:#fff;padding:44px 0 0;position:relative;z-index:1}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;align-items:center}
.footer .brand img{width:140px;height:140px;object-fit:cover;margin:auto;border-radius:20px}
.footer h3{color:#fff;font-size:1rem;margin-bottom:10px}
.pay{width:300px;max-width:100%}.delivery{width:125px}
.footer-bottom{margin-top:32px;border-top:1px solid rgba(255,255,255,.12);padding:22px 16px;text-align:center;color:#fff;font-size:.92rem}
.footer-contact{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.footer-contact strong{font-size:.92rem;letter-spacing:.03em}
.footer-contact a{color:#fff;text-decoration:none;font-weight:900;font-size:1rem}
.footer-contact a:hover{text-decoration:underline}
.mobile-cta{display:none}
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;text-align:center}.hero-product{order:-1}.hero-product img{width:390px}.check-list{text-align:left;max-width:680px;margin:0 auto 26px}.micro-trust{justify-content:center}
  .problem-grid{grid-template-columns:1fr}.ingredient-grid{grid-template-columns:repeat(2,1fr)}.kit-grid{grid-template-columns:repeat(2,1fr)}.guarantee-grid{grid-template-columns:1fr;text-align:center}.guarantee-seal img{width:320px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer img{margin-left:auto;margin-right:auto}
}
@media (max-width:640px){
  body{font-size:15px;padding-bottom:72px}section{padding:54px 0}.container,.container.wide{width:min(calc(100% - 24px),var(--max))}.hero{padding-top:34px}.hero-product img{width:290px}h1{font-size:2.28rem}.hero-lead{font-size:1rem}.cta{width:100%;min-height:56px;font-size:.92rem}.micro-trust{gap:8px 12px}
  .problem-card{grid-template-columns:90px 1fr;padding:14px}.problem-card img{width:90px;height:90px}.problem-card p{font-size:.88rem}.ingredient-grid,.steps,.buy-steps,.kit-grid,.support-grid,.other-products-grid{grid-template-columns:1fr}.ingredient-card{display:grid;grid-template-columns:100px 1fr;column-gap:16px}.ingredient-card img{grid-row:1/3;width:100px;height:100px}.ingredient-card h3{text-align:left;margin-top:12px}.ingredient-card ul{font-size:.9rem}.step-visual{min-height:155px}.step-visual img{max-width:150px;max-height:150px}.kit-card{max-width:360px;margin:0 auto}.buy-steps span{justify-content:flex-start}.support-card{padding:24px 22px}.support-card .cta{width:100%;min-width:0}.footer{padding-top:34px}.floating-whatsapp{right:14px;bottom:84px;width:58px;height:58px}.floating-whatsapp svg{width:30px;height:30px}.mobile-cta{position:fixed;z-index:99;display:block;left:0;right:0;bottom:0;padding:9px 12px;background:rgba(3,15,68,.96);backdrop-filter:blur(8px)}.mobile-cta a{display:flex;align-items:center;justify-content:center;height:52px;border-radius:12px;background:linear-gradient(#14d765,#00a844);text-decoration:none;color:#fff;font-weight:900;box-shadow:0 4px 0 #007a32}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cta,.kit-card{transition:none}}
@supports (content-visibility:auto){.formula,.usage,.kits,.reseller,.guarantee,.faq{content-visibility:auto;contain-intrinsic-size:900px}}


/* Kits com imagens fornecidas + conteúdo textual indexável */
.kit-photo{display:flex;align-items:center;justify-content:center;min-height:220px;padding:16px 14px 4px}
.kit-photo img{display:block;width:100%;max-width:270px;height:auto;object-fit:contain;filter:none}
.kit-card .kit-top{padding-top:10px}
.kit-card.featured .kit-photo{padding-top:30px}
.reseller{background:#f7f9fd}
.reseller .kit-photo{min-height:220px}
.promo-emphasis{display:inline-block;margin-top:10px;padding:8px 14px;border-radius:999px;background:#e9fff0;color:#087b37;font-size:.82rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}
@media(max-width:980px){.kit-photo img{max-width:300px}}
@media(max-width:640px){.kit-photo{min-height:auto;padding:14px 10px 0}.kit-photo img{max-width:310px}.kit-card.featured .kit-photo{padding-top:30px}}


/* Popup Site Oficial */
.official-popup-overlay{
  position:fixed;
  inset:0;
  z-index:200;
  background:rgba(2,12,32,.68);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .24s ease,visibility .24s ease;
}
.official-popup-overlay.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.body-modal-open{overflow:hidden}
.official-popup{
  width:min(100%,540px);
  max-height:calc(100vh - 40px);
  overflow:auto;
  border-radius:26px;
  background:linear-gradient(180deg,#123f27 0%,#0a321f 100%);
  color:#fff;
  box-shadow:0 30px 80px rgba(0,0,0,.38);
  padding:26px 24px 20px;
  position:relative;
}
.official-popup-close{
  position:absolute;
  right:16px;
  top:14px;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  font:inherit;
  font-size:1.9rem;
  line-height:1;
  cursor:pointer;
}
.official-popup-head{display:flex;gap:16px;align-items:flex-start;margin-bottom:18px;padding-right:36px}
.official-popup-shield{flex:0 0 60px;width:60px;height:60px;border-radius:18px;background:rgba(255,255,255,.12);display:grid;place-items:center}
.official-popup-shield svg{display:block;width:36px;height:36px;fill:#fff}
.official-popup-head h3{margin:0 0 8px;color:#fff;font-size:clamp(1.65rem,4vw,2rem);line-height:1.06}
.official-popup-head h3 span{color:#9cff59}
.official-popup-head p{margin:0;color:rgba(255,255,255,.92)}
.popup-warning-box,.popup-contact-box{border-radius:18px;padding:18px}
.popup-warning-box{background:#fff5cf;color:#542400;margin-bottom:14px}
.popup-warning-box strong{display:block;font-size:1.08rem;margin-bottom:8px}
.popup-warning-box p{margin:0;color:#3d2f19}
.popup-contact-box{background:#f1f7f3;color:#112315}
.popup-contact-box h4{margin:0 0 6px;font-size:1.4rem;color:#112315}
.popup-contact-box p{margin:0 0 8px;color:#28372b}
.popup-contact-inline{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.popup-contact-inline .wa-mini{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:12px;background:#25D366}
.popup-contact-inline .wa-mini svg{display:block;width:26px;height:26px;fill:#fff}
.popup-phone{font-weight:900;font-size:1.08rem;color:#0d2311}
.official-popup-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:18px}
.official-popup-actions .cta{min-height:50px;padding:12px 18px;box-shadow:none}
.official-popup-footer{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-weight:800;color:rgba(255,255,255,.94)}
.official-popup-footer svg{display:block;width:18px;height:18px;fill:#fff}
.faq{padding-bottom:76px}
@media(max-width:640px){
  .official-popup-overlay{padding:12px}
  .official-popup{max-height:calc(100vh - 24px);padding:22px 16px 18px;border-radius:20px}
  .official-popup-head{gap:12px;padding-right:30px}
  .official-popup-shield{flex-basis:50px;width:50px;height:50px}
  .official-popup-shield svg{width:30px;height:30px}
  .popup-warning-box,.popup-contact-box{padding:15px}
  .official-popup-actions{display:grid;grid-template-columns:1fr}
  .official-popup-actions .cta{width:100%}
  .faq{padding-bottom:54px}
}
/* AUMENTA A FAIXA AZUL DO TOPO */
.site-header:before{
  height:180px;
}

.top-strip{
  margin:-128px auto 0;
}

@media (max-width:640px){
  .site-header:before{
    height:135px;
  }

  .top-strip{
    margin:-93px auto 0;
  }
}

.top-strip{
  max-width:640px;
}
@media (min-width: 641px){
  .top-strip{
    margin:-190px auto 0;
  }
}