:root{--green:#0b6b2b;--green2:#46b83b;--mint:#eaf9df;--dark:#071828;--gold:#d7aa43;--white:#fff;--muted:#5d6b66}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--dark);background:#f8fff3;line-height:1.7}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1120px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #e0efd7}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center;font-weight:900}.brand img{width:54px;height:54px}.links{display:flex;gap:26px;align-items:center;font-weight:800;font-size:14px}.links a:hover{color:var(--green2)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:var(--green2);color:#fff;font-weight:900;border:0;box-shadow:0 12px 24px rgba(70,184,59,.25);cursor:pointer}.btn.alt{background:#fff;color:var(--green);border:2px solid #dcefd1}.btn.gold{background:var(--gold);color:#1b170d}.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,rgba(5,60,25,.84),rgba(8,20,14,.58)),url('../img/hero-mosque.svg') center/cover;min-height:680px;color:#fff;display:grid;place-items:center}.hero.small{min-height:360px}.eyebrow{color:#9bf07e;font-weight:900;letter-spacing:.04em;text-transform:uppercase;font-size:13px}.hero h1{font-size:clamp(42px,7vw,84px);line-height:1.05;margin:14px 0;max-width:890px}.hero p{font-size:20px;max-width:760px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.section{padding:95px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.card{background:#fff;border-radius:26px;padding:34px;box-shadow:0 24px 70px rgba(17,74,35,.12);border:1px solid #dcedd3}.greenband{background:linear-gradient(135deg,var(--green),var(--green2));color:#fff}.grid{display:grid;gap:22px}.grid.cols3{grid-template-columns:repeat(3,1fr)}.grid.cols4{grid-template-columns:repeat(4,1fr)}.service{padding:34px;border-radius:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);min-height:250px;transition:.35s}.service:hover{transform:translateY(-8px);background:rgba(255,255,255,.2)}.service h3{font-size:25px;line-height:1.15}.line{width:54px;height:5px;border-radius:99px;background:#fff;margin-top:28px}.title{font-size:clamp(34px,4vw,56px);line-height:1.08;margin:0 0 20px}.lead{font-size:18px;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.stat{border-bottom:2px solid #a0d98d;padding:0 0 18px}.stat b{font-size:44px;color:var(--green2);display:block;line-height:1}.image{border-radius:30px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.16);background:#fff}.cta{padding:100px 0;text-align:center;background:linear-gradient(135deg,var(--green2),#1f932f);color:#fff}.cta h2{font-size:clamp(34px,5vw,64px);max-width:920px;margin:10px auto 30px;line-height:1.08}.footer{background:#06120b;color:#dff7dd;padding:80px 0 30px}.footergrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:50px}.footer small{color:#99b89a}.copy{text-align:center;margin-top:60px;border-top:1px solid rgba(255,255,255,.1);padding-top:25px;color:#9db49c}.form{display:grid;gap:16px}.form.two{grid-template-columns:1fr 1fr}.form input,.form select,.form textarea{width:100%;padding:16px;border:1px solid #cfe3c8;border-radius:12px;background:#fff;font:inherit}.form textarea{min-height:130px}.amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.amounts button{padding:18px;border:2px solid var(--green2);border-radius:14px;background:#fafff5;font-weight:900;color:var(--green)}.feature-list{display:grid;gap:14px}.feature-list li{background:#fff;border-left:5px solid var(--green2);padding:14px 18px;border-radius:12px;list-style:none}.reveal{opacity:0;transform:translateY(32px);transition:opacity .8s ease,transform .8s ease}.reveal.show{opacity:1;transform:none}.float{animation:float 5s ease-in-out infinite}@keyframes float{50%{transform:translateY(-14px)}}@media(max-width:800px){.links{display:none}.split,.footergrid{grid-template-columns:1fr}.grid.cols3,.grid.cols4{grid-template-columns:1fr}.stats,.amounts,.form.two{grid-template-columns:1fr}.hero{min-height:560px}.nav{height:72px}.section{padding:65px 0}}
