
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#1d2822;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}
header{height:78px;border-bottom:1px solid #e4ebe5;display:flex;align-items:center;background:#fff;position:sticky;top:0;z-index:10}
.nav{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{font-size:25px;font-weight:800}.logo span{color:#2e8b57}
nav{display:flex;gap:27px;font-size:14px;color:#4f5c53}.navbtn{border:1px solid #2e8b57;padding:8px 15px;border-radius:20px;color:#2e8b57}
.hero{padding:52px 0 62px;background:linear-gradient(180deg,#fff 0%,#f7fbf7 100%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.7px;color:#2e8b57;text-transform:uppercase}.hero h1{font-size:55px;line-height:1.04;letter-spacing:-2px;margin:13px 0 18px}.hero p{font-size:17px;color:#66726a;max-width:540px}
.hero-img{width:100%;height:390px;object-fit:cover;border-radius:20px;box-shadow:0 18px 50px rgba(20,50,30,.12)}
.btn{display:inline-block;background:#2e8b57;color:white;padding:13px 22px;border-radius:8px;font-size:14px;font-weight:bold;margin-top:10px}
.topicbar{border-block:1px solid #e4ebe5;background:#fff}.topicbar .container{padding:15px 0;display:flex;justify-content:center;gap:26px;font-size:13px;color:#506056;font-weight:bold;flex-wrap:wrap}
.section{padding:65px 0}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:27px}.section-title h2{font-size:34px;margin:0}.muted{color:#6e7971}
.feature-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:25px}.card{border:1px solid #e2e9e3;border-radius:15px;overflow:hidden;background:#fff}.card img{display:block;width:100%;height:220px;object-fit:cover}.feature .card img{height:350px}
.card-body{padding:20px}.tag{font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#2e8b57}.card h3{font-size:23px;line-height:1.28;margin:7px 0}.card p{font-size:14px;color:#6e7971}
.side{display:grid;gap:22px}.small{display:grid;grid-template-columns:185px 1fr}.small img{height:100%;min-height:185px}.small h3{font-size:19px}
.news{background:#f2f8f3;border-block:1px solid #e1ebe3}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px}.intro{padding:25px}.intro h2{font-size:35px;line-height:1.2}.formbox{background:#fff;border:1px solid #e1e8e2;border-radius:16px;padding:30px}
.field{margin:13px 0}.field label{display:block;font-size:12px;font-weight:bold;margin-bottom:5px}.field input,.field select,.field textarea{width:100%;padding:13px;border:1px solid #d3ddd5;border-radius:8px;font:inherit}.field textarea{min-height:120px}
.submit{width:100%;padding:14px;border:0;border-radius:8px;background:#2e8b57;color:white;font-weight:bold;cursor:pointer}.success{display:none;margin-top:12px;padding:11px;background:#eaf6ed;color:#23623c;border-radius:7px;font-size:13px}
.pagehead{padding:55px 0 38px;background:#f5faf6;border-bottom:1px solid #e4ebe5}.pagehead h1{font-size:47px;margin:6px 0}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article{max-width:820px;margin:auto;padding:58px 0}.article h1{font-size:47px;line-height:1.1}.article .cover{width:100%;height:420px;object-fit:cover;border-radius:17px;margin:22px 0}.article p,.article li{color:#56635b;font-size:16px}.note{background:#f1f8f3;border-left:4px solid #2e8b57;padding:16px}
footer{border-top:1px solid #e4ebe5;padding:34px 0;font-size:12px;color:#748078}.foot{display:flex;justify-content:space-between;gap:20px}
@media(max-width:850px){.hero-grid,.feature-grid,.split{grid-template-columns:1fr}.article-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.feature .card img{height:290px}}@media(max-width:560px){nav a:nth-child(2),nav a:nth-child(3){display:none}.hero h1{font-size:36px}.hero-img{height:290px}.small{grid-template-columns:1fr}.small img{height:220px}.foot{flex-direction:column}}
