:root{--bg:#f7fbf4;--text:#123024;--muted:#607568;--brand:#3fa66b;--brand2:#f4b942;--card:#fff;--line:#dfeee3;--dark:#0f241b}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}
.nav{position:sticky;top:0;z-index:20;background:rgba(247,251,244,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:24px}.logo-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand2));display:grid;place-items:center;color:white}.menu{display:flex;gap:22px;color:var(--muted);font-weight:700}
.btn{display:inline-flex;padding:13px 20px;border-radius:999px;background:var(--brand);color:white;font-weight:800;box-shadow:0 12px 28px rgba(63,166,107,.25)}.btn.alt{background:white;color:var(--text);border:1px solid var(--line);box-shadow:none}
.hero{padding:76px 0 48px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.eyebrow,.badge{display:inline-flex;padding:7px 13px;border-radius:999px;background:#edf8ef;color:#238052;font-weight:800;font-size:13px}h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:20px 0 18px;letter-spacing:-2.5px}.lead{font-size:20px;color:var(--muted);max-width:680px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-card{border-radius:34px;overflow:hidden;background:white;box-shadow:0 30px 70px rgba(15,36,27,.14);position:relative}.hero-card img{height:520px;width:100%;object-fit:cover}.float{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:22px;padding:18px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.float b{display:block;font-size:22px}.float span{font-size:13px;color:var(--muted)}
.section{padding:58px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0;letter-spacing:-1.2px}.muted,.section-head p{color:var(--muted)}.grid,.blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card,.post{background:white;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 10px 30px rgba(15,36,27,.06)}.card{padding:24px}.card img{height:220px;width:100%;object-fit:cover;border-radius:20px;margin-bottom:16px}.post img{height:190px;width:100%;object-fit:cover}.post-body{padding:20px}.card h3,.post h3{font-size:23px;margin:8px 0}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:var(--dark);color:white;border-radius:34px;padding:34px;overflow:hidden}.split p{color:#cfe3d7}.split img{border-radius:26px;height:390px;width:100%;object-fit:cover}.page-hero{padding:64px 0 34px;text-align:center}.article{max-width:820px;margin:0 auto;background:white;border:1px solid var(--line);border-radius:28px;padding:34px}.article img{border-radius:22px;margin:18px 0}.article h2{font-size:32px;margin-top:32px}
.footer{background:#0d2118;color:#d9eee2;padding:48px 0;margin-top:50px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px}.footer a,.footer p{color:#b9cfc3}
@media(max-width:850px){.hero-grid,.split,.grid,.blog-list,.footer-grid{grid-template-columns:1fr}.menu{display:none}.hero-card img{height:380px}.float{grid-template-columns:1fr}}