
:root{--green:#0d5b2b;--green2:#176b35;--gold:#f4c94f;--ink:#111;--muted:#5d665f;--light:#f3f7f3;--border:#dce5dd;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}.topbar{background:var(--green);color:#fff;font-size:14px}.topbar .inner{max-width:1360px;margin:auto;display:flex;justify-content:space-between;gap:20px;padding:9px 24px}.topbar span{margin-right:22px}
header{background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 2px 12px #00000012}.nav{max-width:1360px;margin:auto;min-height:96px;display:flex;align-items:center;justify-content:space-between;padding:12px 24px}.brand img{width:360px;max-width:45vw;height:auto}.menu{display:flex;align-items:center;gap:30px;font-weight:700;font-size:15px}.menu a{padding:12px 0;border-bottom:3px solid transparent}.menu a:hover,.menu a.active{color:var(--green);border-bottom-color:var(--green)}.donate{background:var(--green);color:#fff;padding:14px 25px;border-radius:12px;border:0;font-weight:800;cursor:pointer}
.hero{max-width:1360px;margin:auto;min-height:470px;position:relative;overflow:hidden;background:#eef3ef}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 30%,rgba(255,255,255,.84) 42%,rgba(255,255,255,.1) 67%,transparent 100%)}.hero-copy{position:relative;z-index:2;width:54%;padding:62px 42px}.eyebrow{font-size:15px;font-weight:800;letter-spacing:.7px;color:var(--green);text-transform:uppercase}.hero h1{font-family:Georgia,serif;font-size:68px;line-height:.98;margin:16px 0}.hero h1 span{color:var(--green)}.hero p{font-size:20px;max-width:560px}.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:9px;border:2px solid var(--green);font-weight:800}.btn.primary{background:var(--green);color:#fff}.btn.secondary{background:#fff;color:var(--green)}
.stats{max-width:1280px;margin:-25px auto 0;position:relative;z-index:3;background:var(--green);color:#fff;border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;box-shadow:0 8px 25px #0002}.stat{padding:8px 18px;border-right:1px solid #ffffff66}.stat:last-child{border:0}.stat strong{display:block;color:var(--gold);font-size:18px}.stat small{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.5px}
.section{max-width:1280px;margin:58px auto;padding:0 20px}.section-head{text-align:center;margin-bottom:28px}.section-head h2{color:var(--green);font-size:28px;margin:0 0 5px}.section-head p{color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.card{border:1px solid var(--border);border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 3px 15px #0000000a}.card img{width:100%;height:128px;object-fit:cover}.card-body{padding:14px}.card h3{margin:0 0 5px;font-size:17px;color:#111}.card p{font-size:13px;color:#333;margin:0 0 10px}.learn{font-weight:800;color:var(--green);font-size:13px}
.trust{background:var(--light);border:1px solid #d6e1d6;border-radius:15px;padding:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.trust h4{margin:0;color:var(--green)}.trust p{margin:2px 0 0;font-size:13px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.about-grid img{width:100%;height:340px;object-fit:cover;border-radius:18px}.panel{background:var(--light);border-radius:18px;padding:28px}.panel h3{color:var(--green)}
.cta{background:var(--green);color:#fff;border-radius:18px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:20px}.cta h2{margin:0;font-size:28px}.cta .btn{background:var(--gold);border-color:var(--gold);color:#111}
.page-banner{background:linear-gradient(90deg,var(--green),#1b7a3b);color:#fff;padding:55px 20px}.page-banner .inner{max-width:1280px;margin:auto}.page-banner h1{font-family:Georgia,serif;font-size:48px;margin:0 0 5px}.breadcrumb{font-size:13px;opacity:.8}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.gallery img{width:100%;height:220px;object-fit:cover;border-radius:12px;cursor:pointer}.gallery img:hover{transform:scale(1.01)}
form{display:grid;gap:14px}input,textarea,select{width:100%;padding:14px;border:1px solid #ccd8cf;border-radius:8px;font:inherit}textarea{min-height:150px;resize:vertical}
footer{background:#064520;color:#fff;margin-top:70px}.footer{max-width:1280px;margin:auto;padding:45px 20px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:35px}.footer img{width:320px;max-width:100%;filter:brightness(0) invert(1)}.footer h4{margin-top:0}.footer a{display:block;margin:7px 0;opacity:.9}.copyright{text-align:center;border-top:1px solid #ffffff22;padding:15px;font-size:13px}
.mobile-toggle{display:none;background:none;border:0;font-size:28px;color:var(--green)}
@media(max-width:1000px){.menu{gap:15px;font-size:13px}.brand img{width:300px}.cards{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(3,1fr)}.hero-copy{width:68%}.hero h1{font-size:54px}.footer{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.topbar .inner{display:block;text-align:center}.topbar span{display:inline-block;margin:2px 8px}.nav{min-height:74px}.mobile-toggle{display:block}.menu{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 8px 15px #0002}.menu.open{display:flex}.brand img{width:255px}.donate{display:none}.hero{min-height:610px}.hero img{opacity:.55}.hero:after{background:linear-gradient(180deg,#ffffffee 0%,#ffffffb5 45%,#ffffff20 100%)}.hero-copy{width:100%;padding:45px 25px}.hero h1{font-size:46px}.hero p{font-size:17px}.stats{margin:-10px 15px 0;grid-template-columns:repeat(2,1fr);border-radius:14px}.stat{border-bottom:1px solid #ffffff44}.cards,.about-grid,.trust,.footer{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.gallery img{height:160px}.section{margin:42px auto}.page-banner h1{font-size:38px}}

.social-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}
.social-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #ffffff55;border-radius:8px;background:#ffffff12;color:#fff;font-weight:700;font-size:13px}
.social-btn:hover{background:#fff;color:#0d5b2b}
.bank-box{background:#fff;border:1px solid #d7e3d8;border-radius:12px;padding:18px;margin-top:16px}
.bank-box p{margin:6px 0}
#copy-status{display:block;margin-top:8px;color:#0d5b2b;font-size:13px;font-weight:700}
.donation-note{font-size:13px}
@media(max-width:720px){.social-buttons{gap:7px}.social-btn{padding:9px 11px;font-size:12px}}
