:root{--ink:#111412;--muted:#667066;--paper:#f4f5f2;--white:#fff;--line:#dfe3dd;--signal:#48c932;--soft:#e4f7df;--max:980px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}img{display:block;max-width:100%}.header{position:sticky;top:0;z-index:10;background:rgba(244,245,242,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header__inner{max-width:1180px;margin:auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;letter-spacing:-.03em}.mark{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--signal)}.back{padding:11px 15px;border:1px solid var(--line);border-radius:11px;background:#fff;text-decoration:none;font-weight:750}.hero{max-width:1180px;margin:22px auto 0;padding:54px;border-radius:30px;background:radial-gradient(circle at 88% 16%,rgba(72,201,50,.35),transparent 30%),#111412;color:#fff}.eyebrow{color:#7be56a;font:800 12px/1.2 ui-monospace,monospace;letter-spacing:.12em;text-transform:uppercase}.hero h1{max-width:850px;margin:18px 0;font-size:clamp(40px,6vw,72px);line-height:.98;letter-spacing:-.06em}.hero p{max-width:720px;color:#cfd5cf;font-size:19px;line-height:1.6}.wrap{max-width:var(--max);margin:auto;padding:36px 22px 80px}.toc,.note,.choice{border:1px solid var(--line);background:#fff;border-radius:20px;padding:24px}.toc{margin-bottom:28px}.toc strong{display:block;margin-bottom:10px}.toc a{display:block;padding:7px 0;color:#326a2a}.article{background:#fff;border:1px solid var(--line);border-radius:26px;padding:clamp(26px,5vw,56px)}.article h2{margin:44px 0 14px;font-size:clamp(28px,4vw,42px);letter-spacing:-.04em}.article h2:first-child{margin-top:0}.article h3{margin:28px 0 10px;font-size:22px}.article p,.article li{color:#4f584f;font-size:17px;line-height:1.75}.article li+li{margin-top:8px}.note{margin:28px 0;background:var(--soft);border-color:#bfe6b7}.note strong{display:block;font-size:20px;margin-bottom:7px}.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:24px 0}.choice{display:flex;gap:18px;align-items:center;text-decoration:none;transition:.2s}.choice:hover{transform:translateY(-3px);border-color:#8bd77e}.choice img{width:110px;height:110px;object-fit:contain}.choice span{display:block;color:var(--muted);margin-top:6px}.cta{margin-top:34px;padding:32px;border-radius:24px;background:#111412;color:#fff}.cta h2{margin:0 0 12px}.cta p{color:#cfd5cf}.buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:11px;background:var(--signal);color:#10210d;text-decoration:none;font-weight:850}.button--light{background:#fff}.footer{border-top:1px solid var(--line);padding:28px 22px;color:var(--muted);text-align:center}@media(max-width:760px){.hero{margin:12px;border-radius:22px;padding:34px 24px}.hero p{font-size:17px}.products{grid-template-columns:1fr}.article{border-radius:20px}.choice img{width:88px;height:88px}.header__inner{padding:11px 14px}}
