*{margin:0;padding:0;box-sizing:border-box}
:root{--green:#1e5631;--green-dark:#143d22;--accent:#e07b39;--ink:#22281f;--muted:#5c6657;--bg:#faf9f5;--card:#fff;--line:#e3e0d6}
body{font-family:Karla,-apple-system,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}
h1,h2,h3{font-family:Lora,Georgia,serif;color:var(--green-dark);line-height:1.25}
a{color:var(--green)}
header{background:var(--card);border-bottom:1px solid var(--line)}
nav{max-width:960px;margin:0 auto;padding:.9rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.site-title{font-family:Lora,Georgia,serif;font-weight:600;font-size:1.15rem;color:var(--green-dark);text-decoration:none}
.site-title .accent{color:var(--accent)}
.nav-links a{margin-left:1.1rem;text-decoration:none;color:var(--muted);font-size:.95rem}
.nav-links a:hover{color:var(--green)}
main{max-width:960px;margin:0 auto;padding:0 1.25rem}
.hero{padding:3.5rem 0 2.5rem}
.hero h1{font-size:2.1rem;margin-bottom:1rem;max-width:38rem}
.hero p{max-width:38rem;color:var(--muted);font-size:1.08rem;margin-bottom:1.5rem}
.hero-cta{display:inline-block;background:var(--green);color:#fff;text-decoration:none;padding:.7rem 1.4rem;border-radius:6px;font-weight:700}
.hero-cta:hover{background:var(--green-dark)}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.1rem;padding:1rem 0 2rem}
.card{background:var(--card);border:1px solid var(--line);border-radius:8px;padding:1.4rem;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;gap:.6rem}
.card:hover{border-color:var(--green)}
.card h3{font-size:1.12rem}
.card p{color:var(--muted);font-size:.95rem;flex:1}
.read-more{color:var(--accent);font-weight:700;font-size:.9rem}
.trust{background:var(--card);border:1px solid var(--line);border-radius:8px;padding:1.6rem;margin:0 0 2.5rem}
.trust h2{font-size:1.3rem;margin-bottom:.6rem}
article{padding:2.5rem 0 3rem;max-width:44rem}
article h1{font-size:1.9rem;margin-bottom:1rem}
article h2{font-size:1.35rem;margin:1.8rem 0 .6rem}
article p,article li{margin-bottom:.9rem;color:#333c2e}
article ul,article ol{padding-left:1.4rem;margin-bottom:1rem}
article .lede{font-size:1.1rem;color:var(--muted)}
.callout{background:#eef3ea;border-left:4px solid var(--green);border-radius:0 6px 6px 0;padding:1rem 1.2rem;margin:1.5rem 0}
footer{background:var(--green-dark);color:#dfe7da;margin-top:2rem}
.footer-content{max-width:960px;margin:0 auto;padding:2.2rem 1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.6rem}
.footer-col h3{color:#fff;font-size:1rem;margin-bottom:.6rem}
.footer-col p{font-size:.9rem}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:.35rem}
.footer-col a{color:#c8d6c0;text-decoration:none;font-size:.92rem}
.footer-col a:hover{color:#fff}
.copyright{border-top:1px solid #2b5237;text-align:center;padding:1rem 1.25rem;font-size:.85rem;color:#a9bda0}
.copyright a{color:#c8d6c0}
