
:root{
  --green:#06452d;
  --green2:#0b6b42;
  --gold:#ffc107;
  --orange:#ef7d22;
  --cream:#fffaf1;
  --soft:#f6f1e7;
  --text:#123226;
  --muted:#5f6f67;
  --shadow:0 14px 36px rgba(0,0,0,.12);
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--text);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1160px,92%);margin:auto}
.topbar{background:#fff;border-bottom:1px solid #e8e1d2;position:sticky;top:0;z-index:20}
.navwrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:70px;height:46px;object-fit:contain}
.brand strong{font-size:22px;color:var(--green);display:block}
.brand span{font-size:11px;color:#557066}
.menu{display:flex;align-items:center;gap:22px;font-size:14px}
.menu a:hover,.menu a.active{color:var(--orange)}
.donate-top{background:var(--green2);color:white;padding:12px 18px;border-radius:10px;font-weight:700}
.hero{min-height:520px;background:linear-gradient(90deg,rgba(0,0,0,.70),rgba(0,0,0,.15)),url('../images/hero-empowerment.jpg') center/cover no-repeat;color:white;display:flex;align-items:center}
.hero.small{min-height:320px}
.hero h1{font-size:52px;line-height:1.08;margin:0 0 18px;max-width:780px}
.hero p{font-size:18px;max-width:700px}
.btn{display:inline-block;border-radius:12px;padding:14px 22px;font-weight:700;margin:8px 8px 0 0}
.btn.gold{background:var(--gold);color:#14351f}
.btn.green{background:var(--green2);color:white}
.btn.outline{border:1px solid rgba(255,255,255,.7);color:white}
.section{padding:58px 0}
.light{background:linear-gradient(90deg,#fffaf1,#f7f0df)}
.grid{display:grid;gap:24px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:white;border:1px solid #e4dccb;border-radius:16px;padding:24px;box-shadow:0 4px 18px rgba(0,0,0,.06)}
.card img{height:170px;width:100%;object-fit:cover;border-radius:12px;margin-bottom:16px}
.center{text-align:center}
.icon{font-size:38px;color:var(--green2);margin-bottom:10px}
.project-card{position:relative}
.num{position:absolute;top:12px;left:12px;background:var(--green);color:white;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-weight:700}
.highlight{background:#fff3d3;border:1px solid #ffd36a;border-radius:18px;padding:22px;display:grid;grid-template-columns:1fr 1.35fr;gap:28px;align-items:center}
.highlight img{height:260px;object-fit:cover;border-radius:14px;width:100%}
.volunteer{background:#eff8e9;border:1px solid #a5c990;border-radius:18px;padding:24px;display:grid;grid-template-columns:1fr 1.25fr;gap:28px;align-items:center}
.volunteer img{height:280px;object-fit:cover;border-radius:14px;width:100%}
.badge{display:inline-block;background:var(--orange);color:white;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:700}
.icon-list{list-style:none;padding:0;margin:18px 0}
.icon-list li{margin:8px 0}
.icon-list li::before{content:'✓';color:var(--green2);font-weight:bold;margin-right:9px}
.donate-card{background:white;border-radius:16px;padding:30px;box-shadow:var(--shadow)}
.amounts{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:22px 0}
.amounts button{padding:12px 22px;border:1px solid #ddd;background:#fff;border-radius:10px;font-weight:700}
input,textarea{width:100%;padding:14px;border:1px solid #ddd;border-radius:8px;margin-bottom:12px;font-family:inherit}
textarea{min-height:150px}
.footer{background:var(--green);color:white;padding:45px 0 18px;margin-top:55px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:28px}
.footer a{display:block;color:white;margin:6px 0}
.social a{display:inline-block;margin-right:10px;border:1px solid rgba(255,255,255,.35);padding:6px 9px;border-radius:8px}
.legal{text-align:center;border-top:1px solid rgba(255,255,255,.2);padding-top:16px;margin-top:28px;font-size:13px}
.page-title{text-align:center;padding:70px 0 30px}
.page-title h1{font-size:42px;margin:0}
@media(max-width:920px){
 .menu{display:none}
 .hero h1{font-size:36px}
 .grid-2,.grid-3,.grid-4,.highlight,.volunteer,.footer-grid{grid-template-columns:1fr}
}
