
:root{
  --green-dark:#145A32;
  --green:#1E7A4A;
  --green-soft:#A3CFA7;
  --text:#1b1b1b;
  --muted:#6b6b6b;
  --bg:#f7f9f7;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:'Tajawal','IBM Plex Arabic',Tahoma,system-ui,sans-serif;color:var(--text);background:var(--bg);direction:rtl}
a{color:var(--green);text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.header{background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #e7ece7}
.nav{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.logo{display:flex;align-items:center;gap:12px}
.logo img{height:44px;width:auto}
.nav-links{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.nav-links a{font-weight:700;padding:8px 10px;border-radius:8px}
.nav-links a.cta{background:var(--green-dark);color:#fff;padding:10px 14px}
.lang{font-weight:700;color:#145A32;opacity:.8}
.hero{position:relative;background:linear-gradient(0deg,rgba(20,90,50,.45),rgba(20,90,50,.45)),url('/assets/images/hero-ar.jpg') center/cover no-repeat;min-height:56vh;display:flex;align-items:center;color:#fff}
.hero .wrap{padding:80px 0}
h1{font-size:42px;margin:0 0 12px}
h2{font-size:32px;margin:30px 0 10px;color:var(--green-dark)}
p{line-height:1.9}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.metric{background:#ffffffd9;color:#145A32;border:1px solid #e6efe6;border-right:6px solid var(--green);padding:18px;border-radius:14px}
.section{padding:60px 0}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#fff;border:1px solid #e3e7e3;border-radius:16px;padding:20px}
.card img{width:100%;border-radius:12px;margin-bottom:12px}
.footer{background:#0f2e1f;color:#e6efe6;margin-top:60px}
.footer .top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;padding:36px 0}
.footer img{height:40px}
.footer a{color:#A3CFA7}
.footer .bottom{border-top:1px solid #214c37;padding:14px 0;color:#cfe3cf;font-size:14px}
.btn{display:inline-block;background:var(--green);color:#fff;padding:12px 16px;border-radius:10px;font-weight:800}
.subtle{color:var(--muted)}
.hero .btn{background:#fff;color:#145A32}
@media(max-width:900px){
 .metrics{grid-template-columns:1fr}
 .card-grid{grid-template-columns:1fr}
 .footer .top{grid-template-columns:1fr}
}
.form{display:grid;gap:12px}
input,textarea{padding:12px 14px;border:1px solid #cfe3cf;border-radius:10px;font:inherit}
input:focus,textarea:focus{outline:2px solid var(--green-soft)}
.map{background:#eef5ee;border:1px dashed #b6d6b6;height:260px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#5a7f5a}
.badges{display:flex;gap:12px;flex-wrap:wrap}
.badge{background:var(--green-soft);color:#0e3b25;padding:8px 12px;border-radius:999px;font-weight:700}
