:root{--ink:#11231f;--muted:#5f706a;--cream:#f7f4ec;--lime:#b9ee6d;--orange:#ff7a45;--line:#dce4dd;--white:#fff}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:1160px;margin:auto;padding:0 24px}.brand{font-size:22px;font-weight:850;letter-spacing:-.8px}.brand span{display:inline-grid;place-items:center;background:var(--ink);color:var(--lime);width:29px;height:29px;border-radius:9px;margin-right:5px}.nav nav{display:flex;gap:26px;font-weight:650;color:#40514b}.hero,.product-hero{max-width:1160px;margin:auto;padding:58px 24px 82px;display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:1.2px;font-size:12px;font-weight:800;color:#497243}.hero h1,.product-hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-3.8px;margin:15px 0 22px;max-width:720px}.hero p,.product-hero p{font-size:19px;color:var(--muted);max-width:600px}.hero-art{position:relative;min-height:390px;background:var(--ink);border-radius:28px;overflow:hidden;box-shadow:15px 16px 0 var(--lime)}.hero-art img{width:100%;height:100%;object-fit:cover;opacity:.93}.hero-badge{position:absolute;bottom:22px;left:22px;background:var(--white);padding:13px 16px;border-radius:13px;font-weight:800}.button{display:inline-block;background:var(--ink);color:#fff;padding:15px 22px;border-radius:11px;font-weight:800;border:0;cursor:pointer;font-size:16px}.button:hover{transform:translateY(-1px)}.button.lime{background:var(--lime);color:var(--ink)}.button.full{width:100%;text-align:center}.trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:#43544e;font-size:14px;font-weight:650}.section{max-width:1160px;margin:auto;padding:76px 24px}.section.alt{max-width:none;background:#e7efe7}.section-inner{max-width:1112px;margin:auto}.section h2{font-size:clamp(30px,4vw,48px);letter-spacing:-2px;line-height:1.05;margin:0 0 34px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:var(--white);padding:27px;border-radius:18px}.feature b{display:block;font-size:18px;margin:14px 0 5px}.num{display:grid;place-items:center;background:var(--lime);width:35px;height:35px;border-radius:50%;font-weight:900}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.product-card>img{width:100%;height:186px;object-fit:cover}.product-card>div{padding:21px}.product-card h3{font-size:22px;letter-spacing:-.8px;margin:5px 0}.product-card p{color:var(--muted);min-height:48px}.card-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:15px;margin-top:17px}.text-link{font-weight:800;color:#315f42}.product-hero{padding-top:42px}.product-cover{width:100%;border-radius:23px;box-shadow:0 20px 42px #1e352c33}.benefits{display:grid;grid-template-columns:1fr 340px;gap:55px;max-width:1050px;margin:auto;padding:20px 24px 85px}.benefits ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.benefits li{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;font-weight:650}.benefits li:before{content:'✓';color:#28613a;font-weight:900;margin-right:12px}.checkout{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;height:max-content;position:sticky;top:20px}.checkout h2{font-size:25px;letter-spacing:-1px;margin:0 0 7px}.price{font-size:32px;font-weight:900;letter-spacing:-1px}.checkout label{font-weight:750;font-size:14px;display:block;margin:15px 0 6px}.checkout input{width:100%;padding:13px;border:1px solid #b7c6bc;border-radius:9px;font:inherit}.secure{font-size:13px;color:var(--muted);margin:15px 0 0}.notice{max-width:620px;margin:80px auto;padding:32px;background:#fff;border:1px solid var(--line);border-radius:18px;text-align:center}.notice h1{letter-spacing:-1.5px;margin-top:0}footer{background:var(--ink);color:#e9f2e9;padding:38px max(24px,calc((100vw - 1112px)/2));display:flex;justify-content:space-between;gap:20px}footer p,footer small{color:#b8c5bb}@media(max-width:780px){.nav nav{display:none}.hero,.product-hero,.benefits{grid-template-columns:1fr;gap:30px;padding-top:34px}.hero h1,.product-hero h1{letter-spacing:-2.5px}.hero-art{min-height:300px}.grid-3,.products{grid-template-columns:1fr}.benefits{padding-bottom:55px}.checkout{position:static}footer{display:block}}
