*{box-sizing:border-box}
:root{--ink:#23313a;--muted:#68757d;--green:#16866b;--teal:#13a58c;--coral:#ee6d5d;--yellow:#f6c85f;--cream:#fffaf2;--line:#e7e9e7}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.72}
.wrap{max-width:1160px;margin:auto;padding:0 22px}
.top{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:8}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between}
.logo{font-size:27px;font-weight:900;color:var(--green);text-decoration:none}
.logo span{color:var(--coral)}
.nav a{margin-left:22px;text-decoration:none;color:var(--ink);font-weight:600}
.hero{background:linear-gradient(120deg,#e9f8f0 0%,#fff8e9 52%,#fff 100%);padding:68px 0 58px}
.hero .eyebrow{color:var(--coral);font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.hero h1{font-size:52px;line-height:1.05;max-width:820px;margin:12px 0 18px}
.hero p{font-size:19px;max-width:780px;color:#56646b}
.btn{display:inline-block;background:var(--green);color:#fff!important;padding:13px 22px;border-radius:9px;text-decoration:none;font-weight:800}
.section-title{padding-top:42px}
.section-title h2{font-size:31px;margin-bottom:4px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:28px 0 55px}
.card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 5px 22px #24313a10}
.card img{width:100%;height:178px;object-fit:cover}
.card .tag{display:inline-block;margin:15px 18px 0;background:#e9f7f2;color:var(--green);padding:4px 9px;border-radius:999px;font-size:12px;font-weight:800}
.card h2{font-size:19px;line-height:1.3;margin:10px 18px 7px}
.card h2 a{color:var(--ink);text-decoration:none}
.card p{margin:0 18px 20px;color:var(--muted)}
.article{max-width:850px;margin:auto;padding:48px 22px 100px}
.article .category{color:var(--coral);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.07em}
.article h1{font-size:45px;line-height:1.1;margin:10px 0 14px}
.article .dek{font-size:19px;color:#5e6c73}
.share{border:1px solid var(--line);border-radius:12px;padding:15px;margin:24px 0;background:#fbfcfb}
.share a{color:var(--green);text-decoration:none;font-weight:800;margin-right:13px}
.article-photo{width:100%;height:355px;object-fit:cover;border-radius:16px;margin:25px 0}
.article h2{font-size:28px;margin-top:34px;line-height:1.2}
.tip{border-left:5px solid var(--yellow);background:#fff9e9;padding:17px 19px;margin:25px 0;border-radius:8px}
.cta{margin-top:38px;padding:25px;border-radius:15px;background:linear-gradient(135deg,#e9f8f1,#fff5ee);border:1px solid #d9e9df}
.disclosure{font-size:13px;color:#6d797e}
.sticky{position:fixed;right:16px;bottom:16px;z-index:10}
.popup{display:none;position:fixed;inset:0;background:#0008;align-items:center;justify-content:center;padding:20px;z-index:20}
.popupbox{max-width:440px;background:#fff;border-radius:16px;padding:24px;text-align:center}
.popupbox img{width:100%;height:180px;object-fit:cover;border-radius:11px}
.close{float:right;font-size:25px;cursor:pointer}
.footer{background:#23313a;color:#fff;padding:35px 0;font-size:14px}
@media(max-width:760px){.hero h1{font-size:36px}.grid{grid-template-columns:1fr}.nav a{display:none}.article h1{font-size:34px}.article-photo{height:235px}.sticky{left:14px;right:14px;text-align:center}}
