*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Segoe UI',system-ui,sans-serif;background:#f5f5f0;color:#222;font-size:16px;line-height:1.7}
a{color:#1a6b3c;text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;height:auto;border-radius:8px}
.wrap{max-width:800px;margin:0 auto;padding:0 20px}
header{background:#fff;border-bottom:3px solid #1a6b3c;padding:14px 0;position:sticky;top:0;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.07)}
.site-brand{font-size:1.3rem;font-weight:800;color:#1a6b3c;display:flex;align-items:center;gap:8px}
.hero{background:linear-gradient(135deg,#1a6b3c,#2d9e5f);color:#fff;padding:48px 20px;text-align:center}
.hero h1{font-size:2rem;font-weight:800;margin-bottom:10px;line-height:1.2}
.hero p{font-size:1.05rem;opacity:.9;max-width:560px;margin:0 auto}
.badge{display:inline-block;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4);border-radius:99px;padding:4px 14px;font-size:.78rem;font-weight:600;letter-spacing:.05em;margin-bottom:16px;text-transform:uppercase}
article{background:#fff;border-radius:12px;padding:32px;margin:32px 0;box-shadow:0 2px 12px rgba(0,0,0,.06)}
article h2{font-size:1.35rem;color:#1a6b3c;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #e8f5ed}
article h3{font-size:1.05rem;font-weight:700;margin:20px 0 8px;color:#2d5a3d}
article p{margin-bottom:14px;color:#444}
.tip-item{background:#f0faf4;border-left:4px solid #1a6b3c;border-radius:0 8px 8px 0;padding:14px 18px;margin:12px 0}
.tip-item strong{display:block;color:#1a6b3c;margin-bottom:4px}
.num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#1a6b3c;color:#fff;border-radius:50%;font-size:.8rem;font-weight:700;margin-right:8px;flex-shrink:0}
ol.steps{padding-left:0;list-style:none}
ol.steps li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}
.tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.tag{background:#e8f5ed;color:#1a6b3c;padding:4px 12px;border-radius:99px;font-size:.78rem;font-weight:600}
.meta{font-size:.82rem;color:#888;margin-bottom:20px;display:flex;gap:14px;flex-wrap:wrap}
.meta span{display:flex;align-items:center;gap:5px}
.cover{width:100%;height:220px;object-fit:cover;border-radius:10px;margin-bottom:24px;background:linear-gradient(135deg,#1a6b3c,#2d9e5f)}
.cover-placeholder{width:100%;height:200px;border-radius:10px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;font-size:3rem}
.related{background:#f9f9f9;border-radius:10px;padding:20px;margin-top:28px}
.related h4{font-size:.9rem;font-weight:700;color:#555;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}
.related a{display:block;padding:8px 0;border-bottom:1px solid #eee;font-size:.9rem;color:#1a6b3c}
.related a:last-child{border-bottom:none}
footer{background:#1a6b3c;color:#fff;text-align:center;padding:28px 20px;margin-top:48px;font-size:.88rem}
footer p{opacity:.8}
@media(max-width:600px){.hero h1{font-size:1.5rem}article{padding:20px}}
