:root{--emerald:#047857;--dark:#07111f;--teal:#0f766e;--aqua:#14b8a6;--gold:#d6a43a;--blue:#2563eb;--orange:#f59e0b;--bg:#f5f7fa;--text:#111827;--muted:#64748b;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:'Tajawal',Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.8}a{text-decoration:none;color:inherit}.container{width:min(1120px,92%);margin:auto}.site-header{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 20px rgba(0,0,0,.04)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px;direction:rtl;flex-direction:row}.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--emerald);white-space:nowrap;flex:0 0 auto}.brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--emerald),var(--aqua));color:#fff;display:grid;place-items:center;font-size:24px}.brand img{max-height:52px;width:auto}.main-nav{display:flex;align-items:center;gap:14px;font-weight:700;font-size:15px;direction:rtl;white-space:nowrap;flex:1;justify-content:flex-start}.main-nav a{color:#1f2937;white-space:nowrap}.nav-cta,.btn{background:linear-gradient(135deg,var(--emerald),var(--aqua));color:white!important;padding:11px 20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;border:0;white-space:nowrap}.btn.gold{background:linear-gradient(135deg,var(--orange),var(--gold))}.btn.blue{background:linear-gradient(135deg,#2563eb,#60a5fa)}.btn.outline{background:white;color:var(--emerald)!important;border:1px solid #d1fae5}.menu-toggle{display:none;border:0;background:var(--emerald);color:#fff;border-radius:10px;padding:8px 12px;font-size:22px}.hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at top left,rgba(20,184,166,.35),transparent 35%),linear-gradient(135deg,#06251f,#07111f)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,17,31,.2),rgba(7,17,31,.7));}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:50px;color:#fff}.badge{display:inline-block;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);padding:8px 18px;border-radius:999px;margin-bottom:18px;color:#d1fae5;font-weight:700}.hero h1{font-size:64px;line-height:1.15;margin:0 0 14px;font-weight:900}.hero h2{font-size:34px;color:#fde68a;margin:0 0 20px}.hero p{font-size:20px;color:#dbeafe;max-width:720px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:32px;padding:28px;backdrop-filter:blur(10px);box-shadow:0 20px 60px rgba(0,0,0,.25)}.hero-card h3{font-size:26px;margin-top:0;color:#fff}.hero-list{display:grid;gap:14px}.hero-list span{background:rgba(255,255,255,.1);border-radius:16px;padding:12px 16px;color:#ecfeff}.section{padding:78px 0}.section.white{background:#fff}.section.dark{background:var(--dark);color:#fff}.section-title{text-align:center;margin-bottom:42px}.section-title h2{font-size:38px;margin:0 0 10px}.section-title p{color:var(--muted);font-size:18px}.dark .section-title p{color:#cbd5e1}.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:26px;box-shadow:0 10px 30px rgba(15,23,42,.06);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(15,23,42,.11)}.card .icon{width:48px;height:48px;border-radius:16px;background:#d1fae5;color:var(--emerald);display:grid;place-items:center;font-size:24px;margin-bottom:15px}.card h3{margin:0 0 10px;font-size:22px}.card p{color:var(--muted);margin:0}.program-card{border-top:5px solid var(--emerald);display:flex;flex-direction:column;gap:12px}.program-card.blue{border-top-color:var(--blue)}.program-card.gold{border-top-color:var(--orange)}.meta{display:grid;gap:6px;color:#475569;font-size:14px;margin:10px 0}.page-hero{background:linear-gradient(135deg,var(--emerald),var(--teal));color:#fff;padding:70px 0;text-align:center}.page-hero.blue{background:linear-gradient(135deg,#1d4ed8,#2563eb)}.page-hero.gold{background:linear-gradient(135deg,#92400e,var(--orange))}.page-hero.dark{background:var(--dark)}.page-hero h1{font-size:46px;margin:0 0 10px}.page-hero p{font-size:19px;color:#ecfeff}.content-card{background:#fff;border-radius:22px;padding:32px;box-shadow:0 12px 36px rgba(15,23,42,.08)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.value-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.value-list div{background:#fff;border-radius:18px;padding:20px;text-align:center;border:1px solid #e5e7eb}.faq{max-width:880px;margin:auto}.faq details{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px 22px;margin-bottom:14px}.faq summary{font-weight:800;cursor:pointer}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.form-box input,.form-box select,.form-box textarea{width:100%;padding:14px;border:1px solid #d1d5db;border-radius:12px;margin-bottom:12px;font-family:inherit}.site-footer{background:#020617;color:#e5e7eb;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:30px}.site-footer h3,.site-footer h4{color:#fff;margin-top:0}.site-footer a{display:block;color:#cbd5e1;margin:7px 0}.footer-bottom{text-align:center;border-top:1px solid #1f2937;margin-top:35px;padding-top:18px;color:#94a3b8}.article-img{height:180px;border-radius:18px;background:linear-gradient(135deg,#d1fae5,#dbeafe);margin-bottom:16px;display:grid;place-items:center;font-size:42px}.supervisor-photo{background:linear-gradient(135deg,#064e3b,#0f766e);border-radius:28px;min-height:360px;display:grid;place-items:center;color:#fff;font-size:80px}.notice{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:18px;padding:18px;margin-top:18px}.whatsapp-float{position:fixed;bottom:22px;left:22px;background:#10b981;color:#fff!important;padding:14px 18px;border-radius:999px;box-shadow:0 16px 35px rgba(16,185,129,.35);z-index:60;font-weight:800}@media(max-width:1150px){.main-nav{gap:10px;font-size:14px}.nav-cta{padding:10px 16px}.brand-text{font-size:15px}.brand-mark{width:38px;height:38px}}@media(max-width:900px){.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:78px;right:0;left:0;background:#fff;padding:18px;flex-direction:column;align-items:stretch;border-bottom:1px solid #e5e7eb}.main-nav.open{display:flex}.hero-grid,.two-col,.contact-grid{grid-template-columns:1fr}.grid-3,.grid-4,.value-list,.footer-grid{grid-template-columns:1fr}.hero{min-height:auto;padding:80px 0}.hero h1{font-size:42px}.hero h2{font-size:26px}.section{padding:54px 0}.page-hero h1{font-size:34px}}
