
:root{--bg:#fbf7ef;--text:#1f2933;--muted:#617080;--brand:#255f4f;--accent:#e6b85c;--card:#ffffff;}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.container{width:min(1120px,92%);margin:auto}
header{background:#fff;border-bottom:1px solid #eadfcb;position:sticky;top:0;z-index:10}
.nav{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.logo{font-weight:800;font-size:1.35rem;color:var(--brand)}
.navlinks{display:flex;gap:18px;flex-wrap:wrap}
.navlinks a{font-weight:600;color:#334155}
.hero{padding:74px 0 54px;background:linear-gradient(135deg,#fff8e9,#e9f5f1)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}
.hero h1{font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.02;margin:0 0 18px}
.hero p{font-size:1.18rem;color:var(--muted);max-width:680px}
.btn{display:inline-block;background:var(--brand);color:#fff;padding:13px 18px;border-radius:999px;font-weight:750;margin-top:10px}
.btn:hover{text-decoration:none;background:#17483b}
.hero-card,.card,.article-body{background:var(--card);border:1px solid #eadfcb;border-radius:24px;box-shadow:0 12px 30px rgba(31,41,51,.08)}
.hero-card{padding:24px}
.hero-card h3{margin-top:0}
.badge{display:inline-block;background:#fff2c8;color:#7a5511;border-radius:999px;padding:6px 10px;font-weight:700;font-size:.8rem}
.section{padding:52px 0}
.section h2{font-size:2rem;margin:0 0 10px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{padding:22px}
.card h3{margin:10px 0}
.card p{color:var(--muted)}
.meta{color:var(--muted);font-size:.92rem}
.disclosure{background:#fff2c8;border:1px solid #e6cf84;border-radius:16px;padding:14px;margin:22px 0;color:#5d430b}
.article-header{padding:46px 0 22px}
.article-header h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;margin:10px 0}
.article-body{padding:32px;margin-bottom:50px}
.article-body h2{margin-top:34px}
.product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0}
.product-list a{background:#f7fbf9;border:1px solid #d9e8e1;border-radius:14px;padding:13px;font-weight:700}
footer{background:#173f35;color:#eef7f3;padding:34px 0;margin-top:30px}
footer a{color:#ffe39c}
@media(max-width:780px){.hero-grid,.grid{grid-template-columns:1fr}.product-list{grid-template-columns:1fr}.nav{align-items:flex-start;gap:12px;flex-direction:column}.navlinks{gap:12px}.hero{padding-top:45px}}
