:root{--ink:#17312d;--muted:#526963;--green:#0f755f;--green-dark:#095344;--mint:#e8f4ef;--cream:#fbfaf6;--line:#d9e6e1;--orange:#ef6a35;--orange-dark:#b83c17;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"Arial Hebrew",Arial,sans-serif;text-align:right}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(15,117,95,.14);background:rgba(251,250,246,.95);backdrop-filter:blur(14px)}
.header-inner{width:min(100% - 32px,1040px);min-height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--green);color:#fff;font-size:23px;font-weight:900}.brand strong,.brand small{display:block}.brand strong{font-size:18px}.brand small{margin-top:2px;color:var(--muted);font-size:12px}
.header-nav{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.header-nav a{border:1px solid var(--line);border-radius:999px;padding:10px 15px;background:#fff;color:var(--green-dark);font-size:13px;font-weight:900;text-decoration:none}.header-nav .current{border-color:var(--green);background:var(--green);color:#fff}
.page-shell{width:min(100% - 32px,1000px);margin:auto;padding:62px 0 56px}
.hero{display:grid;grid-template-columns:1fr 310px;align-items:center;gap:56px}.hero-copy{min-width:0}.eyebrow{display:inline-flex;margin-bottom:17px;border-radius:999px;padding:8px 13px;background:var(--mint);color:var(--green-dark);font-size:13px;font-weight:900}.hero h1{margin:0;font-size:clamp(43px,7vw,68px);line-height:1.04;letter-spacing:-1.8px}.subtitle{margin:18px 0 0;color:var(--orange-dark);font-size:24px;font-weight:900;line-height:1.45}.lead{margin:22px 0 0;color:#334c46;font-size:19px;line-height:1.8}.cover-wrap{border-radius:34px;padding:17px;background:linear-gradient(145deg,#fff4d5,#f5d995);box-shadow:0 22px 54px rgba(77,48,17,.17)}.cover{width:100%;display:block;border-radius:12px;box-shadow:0 18px 38px rgba(70,38,12,.26)}
.actions{margin-top:27px;display:flex;align-items:center;flex-wrap:wrap;gap:11px}.buy-button{border-radius:999px;padding:14px 22px;background:var(--orange);color:#fff;font-size:16px;font-weight:900;text-decoration:none;box-shadow:0 12px 28px rgba(184,60,23,.25)}.amazon-note{color:var(--muted);font-size:13px;font-weight:800}
.quick-benefits{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.benefit{border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff}.benefit span{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--mint);color:var(--green-dark);font-size:19px;font-weight:900}.benefit h2{margin:14px 0 7px;font-size:21px}.benefit p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}
.section{margin-top:58px}.section h2{margin:0 0 17px;color:var(--green-dark);font-size:32px}.section>p{margin:0 0 16px;color:#3d554f;font-size:18px;line-height:1.82}.audience{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.audience article{border-right:5px solid var(--green);border-radius:18px;padding:19px 21px;background:var(--mint)}.audience h3{margin:0 0 6px;font-size:20px}.audience p{margin:0;color:#405a53;font-size:15px;line-height:1.7}
.inside{display:grid;grid-template-columns:1fr 1fr;gap:18px}.inside-card{border:1px solid var(--line);border-radius:24px;padding:25px;background:#fff}.inside-card h3{margin:0 0 15px;color:var(--green-dark);font-size:23px}.inside-card ul{margin:0;padding:0 20px 0 0}.inside-card li{margin:10px 0;color:#3d554f;font-size:16px;line-height:1.65}
.author{display:grid;grid-template-columns:160px 1fr;align-items:center;gap:27px;border-radius:28px;padding:28px;background:#17312d;color:#fff}.author img{width:160px;height:160px;border:4px solid rgba(255,255,255,.6);border-radius:28px;display:block;object-fit:cover}.author h2{margin:0 0 9px;color:#fff}.author p{margin:0;color:#dcebe7;font-size:16px;line-height:1.78}
.closing{margin-top:58px;border-radius:30px;padding:34px;display:grid;grid-template-columns:1fr 128px;align-items:center;gap:30px;background:linear-gradient(135deg,var(--orange-dark),var(--orange));color:#fff;box-shadow:0 20px 48px rgba(184,60,23,.22)}.closing h2{margin:0 0 8px;color:#fff;font-size:31px}.closing p{margin:0;color:#fff5ef;font-size:17px;line-height:1.7}.closing .buy-button{margin-top:20px;display:inline-flex;background:#fff;color:var(--orange-dark);box-shadow:none}.closing img{width:128px;height:188px;border:3px solid rgba(255,255,255,.7);border-radius:9px;display:block;object-fit:cover;box-shadow:0 13px 28px rgba(69,22,8,.34)}
.medical-note{margin-top:24px;color:var(--muted);font-size:13px;line-height:1.7;text-align:center}
footer{margin-top:42px;padding:34px 20px 46px;background:#e8f0ed;color:var(--muted);text-align:center}footer p{margin:0 0 9px;font-size:14px}footer a{color:var(--green-dark);font-size:14px;font-weight:900}
a:hover{filter:brightness(.96)}a:focus-visible{outline:3px solid #e3a225;outline-offset:4px}
@media(max-width:760px){.site-header{position:static}.header-inner{padding:12px 0;flex-wrap:wrap}.header-nav{width:100%;justify-content:center}.header-nav a{padding:9px 11px}.page-shell{padding-top:42px}.hero{grid-template-columns:1fr;gap:30px}.cover-wrap{width:220px;order:-1;margin:auto;padding:12px}.hero h1{font-size:43px;letter-spacing:-1px}.subtitle{font-size:21px}.lead{font-size:17px}.quick-benefits,.audience,.inside{grid-template-columns:1fr}.section{margin-top:46px}.section h2{font-size:28px}.section>p{font-size:17px}.author{grid-template-columns:1fr;padding:24px 21px}.author img{width:125px;height:125px}.closing{grid-template-columns:1fr;padding:27px 22px}.closing img{grid-row:1;width:105px;height:154px;justify-self:center}}
