
:root{
  --bg:#06130d;
  --bg2:#0a1d13;
  --card:#0d2117;
  --card2:#10291c;
  --green:#39f071;
  --green2:#19c95a;
  --green3:#0f9f45;
  --text:#f2f8f4;
  --muted:#a9b9ae;
  --line:rgba(70,255,126,.18);
  --danger:#ff8080;
  --shadow:0 30px 90px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(42,255,112,.08), transparent 35%),
    linear-gradient(180deg,#06130d 0%,#07170f 55%,#041008 100%);
  color:var(--text);
  min-height:100vh;
}
body:before{
  content:"";
  position:fixed; inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 75%);
}
a{color:inherit}
button,input{font:inherit}
.ambient{position:fixed;border-radius:999px;filter:blur(80px);opacity:.12;pointer-events:none;z-index:-1}
.ambient-a{width:420px;height:420px;background:#31ff79;top:-180px;right:-130px}
.ambient-b{width:360px;height:360px;background:#18c958;bottom:0;left:-220px}
.topbar{
  max-width:1050px;
  margin:0 auto;
  padding:22px 22px 4px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand-logo{width:50px;height:50px;border-radius:50%;box-shadow:0 0 35px rgba(58,255,118,.16)}
.brand strong{display:block;font-size:15px;letter-spacing:.02em}
.brand span{display:block;color:var(--muted);font-size:12px;margin-top:3px}
.shell{
  width:min(760px,calc(100% - 28px));
  margin:26px auto 70px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(13,33,23,.94),rgba(6,19,13,.96));
  border-radius:26px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.progress-wrap{
  padding:18px 22px 0;
  display:flex;
  align-items:center;
  gap:12px;
}
.progress-track{height:7px;background:#153322;border-radius:20px;flex:1;overflow:hidden}
.progress-bar{height:100%;width:8%;background:linear-gradient(90deg,var(--green3),var(--green));border-radius:20px;transition:width .35s ease}
.progress-wrap span{font-size:12px;color:var(--muted);min-width:72px;text-align:right}
.screen{display:none;padding:44px 44px 48px;min-height:520px;animation:fade .25s ease}
.screen.active{display:block}
@keyframes fade{from{opacity:.25;transform:translateY(6px)}to{opacity:1;transform:none}}
.eyebrow{
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  color:var(--green);
  margin-bottom:14px;
}
h1,h2,h3,h4,p{margin-top:0}
h1{font-size:clamp(38px,7vw,66px);line-height:.96;letter-spacing:-.045em;margin-bottom:22px}
h1 span,h2 span{color:var(--green)}
h2{font-size:clamp(30px,5vw,46px);line-height:1.05;letter-spacing:-.035em;margin-bottom:18px}
.lead{font-size:18px;line-height:1.6;color:#d8e4db;max-width:660px}
.lead.small{font-size:16px}
.honesty-box{
  display:flex;
  gap:14px;
  background:rgba(52,255,118,.07);
  border:1px solid rgba(52,255,118,.18);
  border-radius:18px;
  padding:18px;
  margin:28px 0 14px;
}
.honesty-icon{
  width:34px;height:34px;flex:0 0 34px;border-radius:50%;
  display:grid;place-items:center;background:var(--green);color:#06210f;font-weight:900
}
.honesty-box strong{display:block;margin-bottom:4px}
.honesty-box p{color:#c9d7cd;line-height:1.55;margin-bottom:0;font-size:14px}
.privacy-note{font-size:12px;color:#8fa198;margin:10px 0 28px}
.primary-btn,.checkout-btn{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  border:0;
  text-decoration:none;
  cursor:pointer;
  border-radius:14px;
  min-height:58px;
  padding:14px 20px;
  background:linear-gradient(180deg,#45fb7d,#20c95b);
  color:#04150a;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:0 14px 34px rgba(28,220,91,.18);
  transition:transform .16s ease,filter .16s ease;
}
.primary-btn:hover,.checkout-btn:hover{transform:translateY(-1px);filter:brightness(1.04)}
.question-number{color:var(--green);font-weight:800;font-size:13px;margin-bottom:14px}
.options{display:grid;gap:12px;margin-top:28px}
.option{
  text-align:left;
  border:1px solid rgba(255,255,255,.08);
  background:#0b1c13;
  color:#eaf3ed;
  padding:18px 18px;
  border-radius:14px;
  cursor:pointer;
  transition:.16s ease;
  line-height:1.4;
}
.option:hover{border-color:rgba(60,255,122,.5);background:#10281a;transform:translateY(-1px)}
.option.selected{border-color:var(--green);background:rgba(54,255,119,.09)}
.microcopy{margin:22px 0 0;color:#92a79a;font-size:13px;line-height:1.55}
.money-grid{display:grid;gap:16px;margin:28px 0 20px}
.money-field{
  display:block;
  background:#091b12;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:16px;
}
.money-field>span{display:block;color:#bdccc2;font-size:14px;margin-bottom:10px}
.currency-input{display:flex;align-items:center;gap:10px}
.currency-input span{font-size:22px;color:var(--green);font-weight:900}
.currency-input input{
  width:100%;
  background:transparent;
  border:0;
  outline:0;
  color:white;
  font-size:28px;
  font-weight:800;
}
.currency-input input::placeholder{color:#456052}
.error{color:var(--danger);font-size:13px;min-height:20px;margin-bottom:8px}
.loader{
  width:62px;height:62px;border-radius:50%;
  border:5px solid rgba(57,240,113,.12);
  border-top-color:var(--green);
  margin:90px auto 28px;
  animation:spin .9s linear infinite
}
@keyframes spin{to{transform:rotate(360deg)}}
#screen-loading{text-align:center}
.loading-list{list-style:none;padding:0;margin:25px auto 0;max-width:420px;text-align:left;color:#b6c6bc}
.loading-list li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.05)}
.loading-list li:before{content:"✓";color:var(--green);margin-right:10px;font-weight:900}
.hidden{display:none!important}
.result-section{animation:fade .35s ease}
.result-hero{
  width:min(900px,calc(100% - 28px));
  margin:20px auto 70px;
  text-align:center;
}
.result-hero h2{font-size:clamp(34px,6vw,56px)}
.number-card{
  margin:30px auto 24px;
  max-width:620px;
  padding:28px;
  border-radius:24px;
  background:linear-gradient(145deg,rgba(50,255,119,.12),rgba(12,37,24,.92));
  border:1px solid rgba(50,255,119,.27);
  box-shadow:0 20px 80px rgba(0,0,0,.28),inset 0 0 60px rgba(49,255,116,.035)
}
.number-card span{display:block;color:#c6d3ca;font-size:15px}
.number-card strong{display:block;color:var(--green);font-size:clamp(52px,10vw,92px);line-height:1;margin:12px 0 6px;letter-spacing:-.055em}
.number-card small{color:#8fa197}
.result-explanation{max-width:720px;margin:0 auto 26px;color:#c5d3ca;line-height:1.7;font-size:17px}
.diagnostic-card{
  max-width:720px;margin:0 auto 24px;text-align:left;
  background:#0b1d14;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:22px
}
.diagnostic-card span{font-size:11px;color:#82958a;letter-spacing:.12em;font-weight:800}
.diagnostic-card h3{font-size:26px;color:var(--green);margin:8px 0}
.diagnostic-card p{margin:0;color:#c5d2c9;line-height:1.6}
.formula-card{
  max-width:720px;margin:0 auto 22px;border-radius:18px;
  background:#09180f;border:1px solid rgba(49,255,115,.15);padding:20px
}
.formula-card div{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;font-size:13px;color:#c5d2ca}
.formula-card strong{color:var(--green);font-size:23px}
.formula-card b{display:block;color:var(--green);margin-top:12px;font-size:14px}
.example-box{max-width:720px;text-align:left;margin:0 auto 28px;padding:18px 20px;background:rgba(255,255,255,.035);border-radius:16px}
.example-box strong{color:white}
.example-box p{margin:6px 0 0;color:#adbeb3;line-height:1.6}
.scroll-btn{max-width:720px;margin:0 auto}
.sales{border-top:1px solid rgba(255,255,255,.06);padding:80px 0 0}
.sales-intro{width:min(850px,calc(100% - 28px));margin:0 auto 50px;text-align:center}
.sales-intro p{font-size:18px;line-height:1.7;color:#b7c7bd}
.product-main{
  width:min(1020px,calc(100% - 28px));margin:0 auto 70px;
  display:grid;grid-template-columns:minmax(240px,360px) 1fr;gap:52px;align-items:center
}
.product-main>img{width:100%;border-radius:18px;box-shadow:0 24px 90px rgba(0,0,0,.5)}
.mini-label{font-size:11px;letter-spacing:.13em;font-weight:900;color:var(--green)}
.product-main h3{font-size:46px;letter-spacing:-.04em;margin:8px 0 12px}
.product-main>div>p{color:#b7c7bd;font-size:17px;line-height:1.65}
.method-steps{display:grid;gap:10px;margin-top:24px}
.method-steps div{display:grid;grid-template-columns:40px 1fr;gap:11px;align-items:center}
.method-steps b{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:var(--green);color:#06160b;font-size:19px}
.method-steps span{color:#b8c8be;font-size:14px;line-height:1.4}
.method-steps strong{color:#eef6f0}
.what-you-get{width:min(1060px,calc(100% - 28px));margin:0 auto 60px}
.what-you-get>h3{text-align:center;font-size:38px;margin-bottom:8px}
.section-sub{text-align:center;color:#9dafA3;margin-bottom:34px}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.product-card{
  display:grid;grid-template-columns:110px 1fr;gap:16px;
  background:linear-gradient(145deg,#0b1d14,#07150e);
  border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:14px
}
.product-card img{width:110px;aspect-ratio:2/3;object-fit:cover;border-radius:10px}
.product-card h4{font-size:17px;margin:8px 0 7px}
.product-card p{font-size:13px;line-height:1.5;color:#98aa9e;margin-bottom:12px}
.product-card span{color:var(--green);font-weight:900}
.anchor-box{
  width:min(720px,calc(100% - 28px));margin:30px auto 70px;text-align:center;
  border:1px solid rgba(54,255,119,.24);border-radius:24px;padding:36px 28px;
  background:radial-gradient(circle at 50% 0%,rgba(46,255,113,.08),transparent 50%),#091a11;
  box-shadow:0 30px 100px rgba(0,0,0,.3)
}
.anchor-box>span{display:block;color:#9fb0a5;text-transform:uppercase;font-size:12px;letter-spacing:.12em}
.anchor-box del{display:block;font-size:30px;color:#809188;margin:5px 0 22px}
.anchor-box p{color:#d4ded7;margin-bottom:2px}
.anchor-box>strong{display:block;color:var(--green);font-size:76px;line-height:1;margin:8px 0 5px;letter-spacing:-.05em}
.anchor-box small{display:block;color:#8ca095;margin-bottom:25px}
.guarantee{margin-top:13px;color:#90a49a;font-size:12px}
.objections{width:min(760px,calc(100% - 28px));margin:0 auto 80px}
.objections h3{text-align:center;font-size:32px;margin-bottom:22px}
details{background:#0a1b12;border:1px solid rgba(255,255,255,.07);border-radius:14px;margin:10px 0;padding:0 18px}
summary{cursor:pointer;padding:18px 0;font-weight:750}
details p{color:#aebfb4;line-height:1.65;padding:0 0 18px;margin:0}
.final-cta{
  width:min(860px,calc(100% - 28px));margin:0 auto 80px;text-align:center;
  padding:40px;border:1px solid rgba(54,255,118,.2);background:rgba(12,36,23,.7);border-radius:24px
}
.final-cta p{max-width:670px;margin:0 auto 20px;color:#b9c9bf;line-height:1.65}
.final-price{display:flex;align-items:baseline;justify-content:center;gap:14px;margin-bottom:20px}
.final-price del{font-size:22px;color:#819288}
.final-price strong{font-size:52px;color:var(--green)}
footer{
  border-top:1px solid rgba(255,255,255,.06);
  padding:36px 22px 50px;text-align:center;color:#82968a;font-size:12px
}
footer img{width:62px;height:62px;border-radius:50%;margin-bottom:10px}
footer p{margin:6px auto;max-width:760px;line-height:1.6}
footer a{color:#a9c6b3}
.disclaimer{margin-top:16px!important;color:#70857a}
.legal-links{margin-top:12px!important}

@media(max-width:760px){
  .topbar{padding-top:14px}
  .brand span{display:none}
  .screen{padding:34px 20px 36px;min-height:500px}
  .shell{margin-top:18px;border-radius:20px}
  h1{font-size:44px}
  .product-main{grid-template-columns:1fr;gap:26px}
  .product-main>img{width:min(280px,80%);margin:auto}
  .product-main h3{text-align:center}
  .product-main .mini-label{display:block;text-align:center}
  .product-main>div>p{text-align:center}
  .product-grid{grid-template-columns:1fr}
  .product-card{grid-template-columns:92px 1fr}
  .product-card img{width:92px}
  .final-cta{padding:30px 20px}
  .anchor-box>strong{font-size:64px}
}

.legal-page{width:min(760px,calc(100% - 28px));margin:60px auto;padding:34px;background:#0a1b12;border:1px solid rgba(255,255,255,.08);border-radius:20px}
.legal-page h1{font-size:40px}
.legal-page p{color:#b8c8be;line-height:1.7}
.legal-page a{color:var(--green)}
