
*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}
body{background:#f4f7f6;color:#333;line-height:1.6}
header{background:white;box-shadow:0 2px 8px rgba(0,0,0,0.08);position:sticky;top:0;z-index:10}
.container{max-width:1200px;margin:auto;padding:20px}
.nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.nav img{height:60px}
.menu a{margin:8px 12px;text-decoration:none;color:#1f6b3a;font-weight:bold}
.hero{background:#1f6b3a;color:white;text-align:center;padding:110px 20px}
.hero h1{font-size:42px;margin-bottom:20px}
.hero p{max-width:700px;margin:auto;font-size:18px}
.button{display:inline-block;margin-top:25px;background:white;color:#1f6b3a;padding:14px 24px;border-radius:5px;text-decoration:none;font-weight:bold}
section{margin-top:50px}
h1,h2{color:#1f6b3a;margin-bottom:15px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;margin-top:20px}
.card{background:white;border-radius:8px;padding:25px;box-shadow:0 3px 10px rgba(0,0,0,0.08)}
.card h3{color:#1f6b3a;margin-bottom:10px}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-top:25px}
.stat{background:#1f6b3a;color:white;padding:30px;text-align:center;border-radius:8px}
.stat h3{font-size:34px}
footer{background:#1f6b3a;color:white;text-align:center;padding:30px;margin-top:60px}
.team{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px}
.member{background:white;padding:20px;border-radius:6px;text-align:center;box-shadow:0 3px 8px rgba(0,0,0,0.08)}
input,textarea{width:100%;padding:10px;margin:8px 0;border:1px solid #ccc;border-radius:4px}
button{background:#1f6b3a;color:white;border:none;padding:12px 18px;border-radius:4px;cursor:pointer}
