:root{
  --bg:#f8f7f2;--bg2:#eef3e4;--card:#ffffff;--line:#e3e2d7;--text:#252822;--muted:#6f766a;
  --green:#6fa81c;--green-dark:#4f7f14;--green-soft:#eef5df;--pink:#e64f92;--shadow:0 18px 48px rgba(59,67,44,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(139,196,57,.10),transparent 28%),linear-gradient(180deg,#fbfbf8 0%,#f3f6ec 100%)}
img{max-width:100%;display:block}.page{width:min(1040px,100%);margin:0 auto;padding:16px 12px 110px}.card{background:rgba(255,255,255,.98);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:30px}.eyebrow{display:inline-flex;padding:10px 16px;border-radius:999px;background:var(--green-soft);color:#5c8530;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.eyebrow--soft{background:#f2f4eb}.button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 26px;border-radius:18px;text-decoration:none;font-weight:900;font-size:18px;line-height:1}.button--main{background:linear-gradient(180deg,#7ab624 0%,#5b9118 100%);color:#fff;box-shadow:0 16px 36px rgba(91,145,24,.24)}.button--secondary{background:#f4f7ea;color:var(--green-dark);border:1px solid #dae2c8}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;padding:26px}.hero__content h1{margin:14px 0 12px;font-size:52px;line-height:1.02;letter-spacing:-.03em}.hero__lead{margin:0 0 18px;color:var(--muted);font-size:18px;line-height:1.55;max-width:560px}.hero__bullets{display:grid;gap:10px;margin:0 0 18px}.bullet{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fbfcf7;border:1px solid #e7ebdb;border-radius:18px}.bullet__icon{flex:0 0 30px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:900}.bullet b{display:block;font-size:16px}.bullet small{display:block;margin-top:2px;color:var(--muted);font-size:13px}.hero__price{display:flex;gap:14px;flex-wrap:wrap;margin:0 0 18px}.hero__price>div{min-width:170px;padding:16px 18px;border-radius:22px;background:#fff;border:1px solid var(--line)}.price-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#8b907f;font-weight:800}.price-label.hot{color:var(--pink)}.price-old{margin-top:6px;font-size:28px;font-weight:900;color:#a3a79c;text-decoration:line-through}.price-new{margin-top:6px;font-size:42px;line-height:1;font-weight:900;color:var(--pink)}.hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero__subnote{font-size:13px;color:var(--muted);max-width:260px}
.hero__visual{display:flex;align-items:stretch}.visual-panel{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100%;padding:20px 20px 16px;border-radius:28px;background:linear-gradient(180deg,#fbfdf5 0%,#f2f7e6 100%);border:1px solid #e2ead4;overflow:hidden}.visual-panel:before,.visual-panel:after{content:"";position:absolute;border-radius:50%;background:rgba(111,168,28,.10)}.visual-panel:before{width:190px;height:190px;top:-40px;right:-40px}.visual-panel:after{width:120px;height:120px;left:-28px;bottom:90px}.visual-badge{position:absolute;top:18px;right:18px;z-index:1;padding:12px 14px;border-radius:16px;background:#fff;color:var(--pink);font-size:16px;font-weight:900;box-shadow:0 12px 30px rgba(60,67,45,.08)}.packshot{position:relative;z-index:1;width:min(100%,360px);height:auto;filter:drop-shadow(0 18px 34px rgba(37,45,22,.18))}.visual-points{position:relative;z-index:1;display:grid;gap:10px;width:100%;margin-top:8px}.visual-points span{display:block;padding:12px 14px;border-radius:15px;background:rgba(255,255,255,.92);border:1px solid #e1e7d1;text-align:center;font-weight:700;font-size:14px;color:#49543b}

.hero__visual,.picture,.story__image,.picture--inside{overflow:hidden}.picture img,.picture--inside img,.story__image img,.packshot{display:block;max-width:100%;height:auto}.picture--inside img,.story__image img{width:100%;object-fit:contain;background:#fff}
.section-head{text-align:center;padding:18px 12px 10px}.section-head h2{margin:0 0 8px;font-size:34px;line-height:1.08}.section-head p{margin:0 auto;max-width:760px;font-size:17px;color:var(--muted);line-height:1.5}
.picture{padding:10px}.picture img{width:100%;height:auto;border-radius:24px}.benefits,.story,.order{padding:22px;margin-top:16px}.benefits__head{text-align:center;margin-bottom:18px}.benefits__head h2,.story h2,.order h2{margin:0 0 10px;font-size:38px;line-height:1.08}.benefits__head p,.story p,.order__top p{margin:0;color:var(--muted);font-size:17px;line-height:1.55}.benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.benefit-card,.info-card{padding:16px 16px 15px;border-radius:20px;background:#fbfcf7;border:1px solid #e7ebdb}.benefit-card b,.info-card b{display:block;font-size:17px;margin-bottom:7px}.benefit-card span,.info-card span{display:block;color:var(--muted);font-size:14px;line-height:1.5}.picture--inside{padding:0;margin-top:10px;background:none;border:none;box-shadow:none}
.story{display:grid;grid-template-columns:.92fr 1.08fr;gap:18px;align-items:center}.story__list{display:grid;gap:10px;list-style:none;padding:0;margin:18px 0 20px}.story__list li{position:relative;padding:0 0 0 22px;font-size:16px;line-height:1.45}.story__list li:before{content:"";position:absolute;left:0;top:.45em;width:10px;height:10px;border-radius:50%;background:var(--green)}.story__image img{border-radius:24px}
.order__top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.order__price{min-width:180px;padding:16px 18px;border-radius:22px;background:linear-gradient(180deg,#fff7fb 0%,#fff 100%);border:1px solid #f0d2e1;text-align:right}.order__price span{display:block;font-size:19px;font-weight:700;color:#a6aa9c;text-decoration:line-through}.order__price strong{display:block;margin-top:2px;font-size:42px;line-height:1;font-weight:900;color:var(--pink)}.order__layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:18px;align-items:start}.order__info{display:grid;gap:12px}.info-card b{color:var(--green-dark);font-size:22px;margin-bottom:9px}
.lead-form{display:grid;gap:13px;padding:18px;border-radius:24px;background:#fbfcf7;border:1px solid #e3ebd4}.lead-form label span{display:block;margin-bottom:7px;font-size:13px;font-weight:800;color:#66715f}.lead-form input{width:100%;height:58px;padding:0 16px;border:1px solid #d4dbca;border-radius:17px;background:#fff;font-size:18px;color:var(--text);outline:none}.lead-form input:focus{border-color:#84bb33;box-shadow:0 0 0 3px rgba(111,168,28,.14)}.lead-form button{width:100%;height:60px;border:0;border-radius:18px;background:linear-gradient(180deg,#7ab624 0%,#5c9318 100%);color:#fff;font-size:19px;font-weight:900;letter-spacing:.01em;cursor:pointer;box-shadow:0 14px 28px rgba(92,147,24,.24)}.lead-form button:disabled{opacity:.75;cursor:wait}.microcopy,.status{margin:0;text-align:center}.microcopy{font-size:11px;line-height:1.45;color:#818777}.status{min-height:18px;font-size:12px;color:#b04c2d}
.footer{margin-top:14px;text-align:center;color:#7b7f75;font-size:11px;line-height:1.45}.footer details{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:13px 15px;margin:8px 0;text-align:left}.footer summary{font-weight:800;cursor:pointer}.sticky-cta{position:fixed;left:50%;bottom:max(10px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(1040px,calc(100% - 22px));height:60px;display:flex;align-items:center;justify-content:center;border-radius:19px;background:linear-gradient(180deg,#7ab624 0%,#5c9318 100%);color:#fff;text-decoration:none;font-size:19px;font-weight:900;box-shadow:0 18px 34px rgba(92,147,24,.26);z-index:20}
@media(max-width:960px){.page{padding:12px 10px 106px}.hero,.story,.order__layout{grid-template-columns:1fr}.hero__content h1{font-size:42px}.order__top{flex-direction:column}.order__price{text-align:left}}
@media(max-width:640px){.page{padding:8px 6px 100px}.card{border-radius:24px}.hero,.benefits,.story,.order{padding:16px}.hero{gap:14px}.hero__content h1{font-size:34px}.hero__lead,.benefits__head p,.story p,.order__top p,.section-head p{font-size:16px}.section-head{padding:14px 8px 8px}.section-head h2,.benefits__head h2,.story h2,.order h2{font-size:29px}.benefits__grid,.order__layout,.story{display:block}.benefit-card,.info-card{margin-bottom:10px}.hero__price{display:grid;grid-template-columns:1fr 1fr}.hero__price>div{min-width:0;padding:14px}.price-old{font-size:22px}.price-new{font-size:34px}.hero__visual{margin-top:2px}.visual-panel{padding:14px 12px 12px;border-radius:22px}.visual-badge{top:12px;right:12px;font-size:14px;padding:9px 11px;border-radius:14px}.packshot{width:min(72vw,250px);max-width:250px;margin:2px auto 0}.visual-points{gap:8px;margin-top:10px}.visual-points span{font-size:13px;padding:10px 12px;line-height:1.35;border-radius:13px}.picture{padding:8px}.picture img,.picture--inside img,.story__image img{border-radius:18px}.picture--inside{margin-top:8px}.story__content{margin-bottom:12px}.story__image{margin-top:2px}.lead-form{padding:14px}.lead-form input{height:54px;font-size:17px}.lead-form button,.sticky-cta,.button{height:56px;font-size:17px;min-height:56px}.hero__actions{display:grid;gap:10px}.hero__subnote{max-width:none}.order__price strong{font-size:34px}}
@media(max-width:420px){.hero__content h1{font-size:31px}.section-head h2,.benefits__head h2,.story h2,.order h2{font-size:27px}.packshot{width:min(70vw,230px);max-width:230px}.visual-points span{font-size:12.5px;padding:9px 10px}.hero__price{gap:8px}.hero__price>div{padding:12px}.price-old{font-size:20px}.price-new{font-size:30px}.bullet{padding:10px 12px}.bullet b{font-size:15px}.bullet small{font-size:12px}}


/* Hook first mobile-first layout */
.hook-first{padding:8px;margin:8px 0 14px;overflow:hidden}
.hook-first a{display:block;text-decoration:none}
.hook-first img{width:100%;height:auto;border-radius:22px;object-fit:contain;background:#fff}
@media(max-width:640px){.hook-first{padding:6px;margin:6px 0 10px;border-radius:22px}.hook-first img{border-radius:18px}.hero{margin-top:0}}
