
:root{--navy:#0d1b3e;--amber:#f5a623;--amber2:#e08c0a;--white:#fff;--light:#f4f6fb;--gray:#6b7280;--dark:#1a1a2e;--text:#1e2a45;--border:#e2e8f0;--r:10px;--shadow:0 4px 24px rgba(13,27,62,.10);--fh:'Cairo',Georgia,serif;--fb:'Cairo',system-ui,sans-serif}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{overflow-x:hidden;scroll-behavior:smooth}
body{font-family:var(--fb);color:var(--text);background:var(--white);line-height:1.85;overflow-x:hidden;direction:rtl}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.topbar{background:var(--navy);color:rgba(255,255,255,.8);font-size:.82rem;padding:.45rem 0;text-align:center}
.topbar a{color:var(--amber);margin:0 .4rem}
#navbar{position:sticky;top:0;z-index:900;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 2px 16px rgba(13,27,62,.07)}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:68px;flex-direction:row-reverse}
.nav-logo{font-family:var(--fh);font-size:1.5rem;color:var(--navy);font-weight:800}
.nav-logo span{color:var(--amber)}
.nav-links{display:flex;gap:1.8rem;align-items:center;list-style:none;flex-direction:row-reverse}
.nav-links a{font-size:.93rem;font-weight:600;color:var(--text);transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--amber)}
.btn-nav{background:var(--amber);color:var(--navy)!important;padding:.5rem 1.1rem;border-radius:var(--r);font-weight:800!important}
.btn-nav:hover{background:var(--amber2)!important}
.btn-lang{border:1.5px solid var(--navy);color:var(--navy)!important;padding:.38rem .85rem;border-radius:var(--r);font-size:.82rem!important;font-weight:700!important}
.btn-lang:hover{background:var(--navy);color:var(--white)!important}
.ham{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none}
.ham span{width:24px;height:2px;background:var(--navy);display:block}
.drawer{position:fixed;top:0;left:0;width:280px;height:100%;background:var(--white);z-index:9999;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 32px rgba(13,27,62,.15);padding:2rem 1.5rem;overflow-y:auto}
.drawer.open{transform:translateX(0)}
.drawer-x{background:none;border:none;font-size:1.6rem;cursor:pointer;color:var(--navy);margin-bottom:1.5rem;display:block;width:100%;text-align:right}
.drawer ul{list-style:none;display:flex;flex-direction:column;gap:1.1rem}
.drawer ul a{font-size:1rem;font-weight:600;color:var(--text);padding:.4rem 0;border-bottom:1px solid var(--border);display:block}
.ov{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9998}
.ov.show{display:block}
.hero{position:relative;min-height:88vh;display:flex;align-items:center;background:var(--navy);overflow:hidden}
.hero-bg{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;opacity:.22}
.hero-ov{position:absolute;inset:0;background:linear-gradient(225deg,rgba(13,27,62,.97) 45%,rgba(13,27,62,.7))}
.hero-in{position:relative;max-width:1200px;margin:0 auto;padding:5rem 1.5rem;z-index:2;text-align:right}
.badge{display:inline-block;background:rgba(245,166,35,.15);border:1px solid rgba(245,166,35,.4);color:var(--amber);font-size:.78rem;font-weight:700;padding:.32rem .85rem;border-radius:50px;margin-bottom:1.4rem}
.hero h1{font-family:var(--fh);font-size:clamp(2rem,5vw,3.6rem);color:var(--white);line-height:1.3;max-width:720px;margin-bottom:1.2rem;font-weight:800}
.hero h1 em{color:var(--amber);font-style:normal}
.hero-sub{font-size:1.08rem;color:rgba(255,255,255,.78);max-width:580px;margin-bottom:2.2rem;line-height:1.9}
.btns{display:flex;gap:.9rem;flex-wrap:wrap;justify-content:flex-end}
.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.85rem 1.75rem;border-radius:var(--r);font-weight:800;font-size:.97rem;transition:.2s;cursor:pointer;border:none;font-family:var(--fb)}
.btn-amber{background:var(--amber);color:var(--navy)}
.btn-amber:hover{background:var(--amber2);transform:translateY(-1px)}
.btn-ol{background:transparent;border:2px solid rgba(255,255,255,.4);color:var(--white)}
.btn-ol:hover{border-color:var(--amber);color:var(--amber)}
.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;flex-wrap:wrap;justify-content:flex-end}
.hs strong{display:block;font-family:var(--fh);font-size:2.2rem;color:var(--amber);line-height:1;font-weight:800}
.hs span{font-size:.82rem;opacity:.7;color:var(--white)}
.tbar{background:var(--light);border-bottom:1px solid var(--border);padding:1rem 0}
.tbar-in{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;gap:1.8rem;flex-wrap:wrap;justify-content:center}
.ti{display:flex;align-items:center;gap:.45rem;font-size:.84rem;font-weight:600;color:var(--navy)}
section{padding:5rem 0}
.con{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.sl{font-size:.78rem;font-weight:700;color:var(--amber);margin-bottom:.5rem}
.st{font-family:var(--fh);font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--navy);margin-bottom:.9rem;line-height:1.3;font-weight:800}
.ss{color:var(--gray);max-width:600px;font-size:1rem;line-height:1.8}
.sh{margin-bottom:3rem}
.sh.c{text-align:center}.sh.c .ss{margin:0 auto}
.sg{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}
.sc{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:2rem;transition:.25s;position:relative;overflow:hidden}
.sc::before{content:'';position:absolute;top:0;right:0;width:3px;height:100%;background:var(--amber);transform:scaleY(0);transition:.25s;transform-origin:bottom}
.sc:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.sc:hover::before{transform:scaleY(1)}
.si{width:48px;height:48px;background:rgba(245,166,35,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.4rem}
.sc h3{font-family:var(--fh);font-size:1.2rem;color:var(--navy);margin-bottom:.6rem;font-weight:700}
.sc p{font-size:.92rem;color:var(--gray);line-height:1.8}
.sc a.more{display:inline-flex;align-items:center;gap:.3rem;margin-top:1rem;font-size:.87rem;font-weight:700;color:var(--amber)}
.wg{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.wi{border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.wi img{width:100%;height:420px;object-fit:cover}
.wl{display:flex;flex-direction:column;gap:1.3rem;margin-top:1.5rem}
.witem{display:flex;gap:1rem;align-items:flex-start;flex-direction:row-reverse}
.wck{width:28px;height:28px;background:rgba(245,166,35,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.8rem;color:var(--amber);margin-top:.2rem}
.witem h4{font-weight:700;color:var(--navy);margin-bottom:.2rem}
.witem p{font-size:.9rem;color:var(--gray)}
.stats{background:var(--navy);color:var(--white)}
.statg{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.stat strong{display:block;font-family:var(--fh);font-size:3rem;color:var(--amber);line-height:1;font-weight:800}
.stat p{font-size:.86rem;opacity:.7;margin-top:.4rem}
.citg{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}
.citc{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:1.2rem 1.4rem;display:flex;align-items:center;gap:.7rem;transition:.2s;flex-direction:row-reverse}
.citc:hover{border-color:var(--amber);box-shadow:0 4px 16px rgba(245,166,35,.15);transform:translateY(-2px)}
.citc svg{color:var(--amber);flex-shrink:0}
.citc span{font-weight:600;font-size:.95rem;color:var(--navy)}
.tg{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}
.tc{background:var(--white);border-radius:var(--r);padding:2rem;box-shadow:var(--shadow)}
.stars{color:var(--amber);font-size:1rem;margin-bottom:.7rem}
.tc p{font-size:.95rem;color:var(--gray);margin-bottom:1.2rem;line-height:1.85}
.tauth{display:flex;align-items:center;gap:.8rem;flex-direction:row-reverse}
.av{width:42px;height:42px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--amber);font-weight:700}
.tauth strong{display:block;font-size:.9rem;color:var(--navy)}
.tauth span{font-size:.82rem;color:var(--gray)}
.faq{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:.8rem}
.fi{border:1px solid var(--border);border-radius:var(--r);overflow:hidden}
.fq{width:100%;background:none;border:none;padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700;font-size:.97rem;color:var(--navy);text-align:right;font-family:var(--fb);flex-direction:row-reverse}
.fq svg{flex-shrink:0;transition:transform .25s;color:var(--amber)}
.fi.open .fq svg{transform:rotate(180deg)}
.fa{display:none;padding:0 1.5rem 1.2rem;color:var(--gray);font-size:.93rem;line-height:1.85;text-align:right}
.fi.open .fa{display:block}
.bg{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}
.bc{background:var(--white);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:.2s}
.bc:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.bci{height:200px;overflow:hidden}
.bci img{width:100%;height:100%;object-fit:cover;transition:.3s}
.bc:hover .bci img{transform:scale(1.04)}
.bcb{padding:1.5rem}
.btag{font-size:.76rem;font-weight:700;color:var(--amber);margin-bottom:.45rem}
.bc h3{font-family:var(--fh);font-size:1.1rem;color:var(--navy);margin-bottom:.5rem;line-height:1.4;font-weight:700}
.bc p{font-size:.9rem;color:var(--gray);line-height:1.75}
.rm{display:inline-flex;align-items:center;gap:.3rem;margin-top:.9rem;font-size:.87rem;font-weight:700;color:var(--amber)}
.cta{background:var(--navy);padding:5rem 0;text-align:center}
.cta h2{font-family:var(--fh);font-size:clamp(1.8rem,3vw,2.6rem);color:var(--white);margin-bottom:1rem;font-weight:800}
.cta p{color:rgba(255,255,255,.72);max-width:520px;margin:0 auto 2rem;line-height:1.85}
.ph{background:var(--navy);padding:5rem 0 4rem;text-align:center}
.ph h1{font-family:var(--fh);font-size:clamp(1.8rem,4vw,3rem);color:var(--white);margin-bottom:.7rem;font-weight:800}
.ph p{color:rgba(255,255,255,.72);max-width:600px;margin:0 auto;line-height:1.8}
.bc2{padding:.7rem 0;border-bottom:1px solid var(--border);font-size:.82rem;color:var(--gray)}
.bc2 a{color:var(--navy);font-weight:600}.bc2 a:hover{color:var(--amber)}
.bc2 span{margin:0 .35rem;opacity:.5}
.sdg{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}
.scon h2{font-family:var(--fh);font-size:1.7rem;color:var(--navy);margin:2rem 0 .8rem;font-weight:800}
.scon p{color:var(--gray);margin-bottom:1rem;font-size:.97rem;line-height:1.85}
.scon ul{margin:1rem 0 1.5rem;color:var(--gray);font-size:.95rem;list-style:none;display:flex;flex-direction:column;gap:.5rem}
.scon ul li::before{content:"✓ ";color:var(--amber);font-weight:700}
.ssb{position:sticky;top:90px}
.sb{background:var(--light);border:1px solid var(--border);border-radius:var(--r);padding:1.8rem;margin-bottom:1.5rem}
.sb h3{font-family:var(--fh);font-size:1.1rem;color:var(--navy);margin-bottom:1rem;font-weight:700}
.sbsvcs{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.sbsvcs a{font-size:.9rem;color:var(--gray);display:flex;align-items:center;gap:.4rem;padding:.4rem 0;border-bottom:1px solid var(--border);justify-content:flex-end}
.sbsvcs a:hover{color:var(--amber)}.sbsvcs a.act{color:var(--amber);font-weight:700}
.res{background:rgba(245,166,35,.07);border:1px solid rgba(245,166,35,.25);border-radius:var(--r);padding:1.5rem;margin:2rem 0}
.res h4{font-weight:700;color:var(--navy);margin-bottom:.8rem}
.res ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}
.res ul a{font-size:.87rem;color:var(--navy)}.res ul a:hover{color:var(--amber)}
.map{border-radius:var(--r);overflow:hidden;border:1px solid var(--border);margin-top:1.5rem}
.map iframe{width:100%;height:280px;border:none}
.abg{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.abi{border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.abi img{width:100%;height:460px;object-fit:cover}
.vg{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2rem}
.vc{background:var(--light);border-radius:var(--r);padding:1.5rem}
.vc h4{font-weight:700;color:var(--navy);margin-bottom:.4rem}
.vc p{font-size:.9rem;color:var(--gray);line-height:1.75}
.cog{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.cd{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.2rem;flex-direction:row-reverse}
.cdi{width:42px;height:42px;background:rgba(245,166,35,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--amber);flex-shrink:0}
.cd strong{display:block;font-size:.9rem;color:var(--navy)}
.cd span{font-size:.87rem;color:var(--gray)}
.wacta{background:var(--navy);border-radius:var(--r);padding:2.5rem;text-align:center}
.wacta h3{font-family:var(--fh);font-size:1.5rem;color:var(--white);margin-bottom:.7rem;font-weight:800}
.wacta p{color:rgba(255,255,255,.7);margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}
footer{background:var(--dark);color:rgba(255,255,255,.75);padding:4rem 0 0}
.fg{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}
.flogo{font-family:var(--fh);font-size:1.4rem;color:var(--white);margin-bottom:.7rem;font-weight:800}
.flogo span{color:var(--amber)}
.ftag{font-size:.9rem;opacity:.65;margin-bottom:1.2rem;line-height:1.75}
.fnap{font-size:.85rem;line-height:2;opacity:.65}
.fsoc{display:flex;gap:.7rem;margin-top:1.2rem;flex-wrap:wrap}
.sl2{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:.2s;color:rgba(255,255,255,.7)}
.sl2:hover{background:var(--amber);color:var(--navy)}
.fc h4{font-size:.85rem;font-weight:700;color:var(--white);margin-bottom:1.2rem}
.fl{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.fl a{font-size:.87rem;opacity:.65;transition:.2s}.fl a:hover{opacity:1;color:var(--amber)}
.fb{text-align:center;padding:1.2rem 0;font-size:.82rem;opacity:.5}
.fb a{color:var(--amber);opacity:1}
.waf{position:fixed;bottom:2rem;left:2rem;z-index:9999;background:#25D366;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);animation:wap 2.2s infinite}
@keyframes wap{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4)}50%{box-shadow:0 4px 32px rgba(37,211,102,.65),0 0 0 8px rgba(37,211,102,.12)}}
.pg{display:grid;grid-template-columns:1fr 320px;gap:3rem}
.pc h2{font-family:var(--fh);font-size:1.5rem;color:var(--navy);margin:2rem 0 .7rem;font-weight:800}
.pc p{color:var(--gray);margin-bottom:1rem;font-size:.97rem;line-height:1.9}
.pc ul{margin:1rem 0 1.5rem;color:var(--gray);font-size:.95rem;list-style:none;display:flex;flex-direction:column;gap:.5rem}
.pc ul li::before{content:"✓ ";color:var(--amber);font-weight:700}
.pmeta{display:flex;gap:1.5rem;font-size:.83rem;color:var(--gray);margin-bottom:2rem;flex-wrap:wrap;justify-content:center}
.pimg{border-radius:var(--r);overflow:hidden;margin-bottom:2rem}
.pimg img{width:100%;height:360px;object-fit:cover}
.tc2{text-align:center}.mt2{margin-top:2rem}
@media(max-width:900px){.wg,.abg,.cog,.sdg,.pg{grid-template-columns:1fr}.statg{grid-template-columns:repeat(2,1fr)}.ssb,.ps{display:none}.fg{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.nav-links{display:none}.ham{display:flex}.statg{grid-template-columns:repeat(2,1fr)}.hero-stats{gap:1.5rem}.fg{grid-template-columns:1fr}section{padding:3.5rem 0}.btns{justify-content:flex-start}}
