/* ========== إخفاء هيدر WordPress فوراً ========== */
.site-header, .ast-primary-header, .ast-main-header-wrap,
#masthead, header.site-header, .ast-above-header-wrap,
.ast-below-header-wrap, .ast-mobile-header-wrap,
#wpadminbar, .admin-bar .site-header {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
html.admin-bar { margin-top: 0 !important; }

/* ========== المتغيرات والأساسيات ========== */
:root {
  --navy: #060e1c;
  --navy2: #0f1e38;
  --navy3: #1a3a6b;
  --gold: #c9a84c;
  --gold2: #e8c96d;
  --gold3: #f5e6b8;
  --white: #fff;
  --gray: #8892b0;
  --light: #ccd6f6;
  --transition: all 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: #060e1c !important;
  overflow-x: hidden;
}

body {
  font-family: 'Tajawal', sans-serif;
  background: #060e1c !important;
  color: var(--white);
  direction: rtl;
  font-size: 16px;
  line-height: 1.7;
}

/* ========== شريط التنقل ========== */
.navbar {
  position: fixed;
  top: 0; right: 0; left: 0;
  z-index: 9999;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  background: rgba(4, 9, 18, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  transition: var(--transition);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.navbar.scrolled {
  height: 60px;
  background: rgba(4, 9, 18, 0.98);
  border-bottom-color: rgba(201, 168, 76, 0.25);
  box-shadow: 0 4px 30px rgba(0,0,0,0.5);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo-img {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 0 6px rgba(201,168,76,0.2));
  transition: var(--transition);
}

.nav-brand:hover .nav-logo-img {
  filter: drop-shadow(0 0 12px rgba(201,168,76,0.4));
  transform: scale(1.02);
}

.nav-brand-text .ar { font-size: 14px; font-weight: 700; color: var(--white); line-height: 1.3; }
.nav-brand-text .en { font-size: 10px; color: var(--gold); letter-spacing: 0.08em; text-transform: uppercase; }

.nav-links {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0 1.5vw;
  gap: 8px;
}

.nav-links a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: rgba(204,214,246,0.6);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 2px; right: 13px; left: 13px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s;
}

.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-links a:hover::after { transform: scaleX(1); }

.nav-verify {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--navy);
  font-family: 'Tajawal', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 40px;
  white-space: nowrap;
}

.nav-verify::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s;
}

.nav-verify:hover::before { transform: translateX(100%); }
.nav-verify:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,168,76,0.45); }

/* زر الجوال */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}

.menu-toggle span { width: 100%; height: 2px; background: var(--gold); transition: var(--transition); }

/* ========== Hero (للصفحة الرئيسية) ========== */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #060e1c;
}

#particleCanvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 70% 60% at 70% 35%, rgba(26,58,107,0.55) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 5% 85%, rgba(201,168,76,0.06) 0%, transparent 55%);
}

.scan-line {
  position: absolute;
  right: 0; left: 0;
  height: 1px;
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent);
  animation: scanMove var(--dur, 7s) ease-in-out infinite var(--del, 0s);
  opacity: 0;
}

.scan-line:nth-child(1) { --dur:7s; --del:0s; top:15%; }
.scan-line:nth-child(2) { --dur:9s; --del:2s; top:35%; opacity:.5; }
.scan-line:nth-child(3) { --dur:11s; --del:4s; top:55%; opacity:.3; }
.scan-line:nth-child(4) { --dur:13s; --del:6s; top:75%; opacity:.4; }
.scan-line:nth-child(5) { --dur:15s; --del:8s; top:90%; opacity:.2; }

@keyframes scanMove {
  0% { clip-path:inset(0 100% 0 0); opacity:0; }
  10% { opacity:1; }
  50% { clip-path:inset(0 0% 0 0); }
  90% { opacity:1; }
  100% { clip-path:inset(0 0 0 100%); opacity:0; }
}

.hero-body {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 76px 5vw 0;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  gap: 3rem;
}

.hero-text { flex: 1; min-width: 0; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px 6px 10px;
  background: rgba(201,168,76,0.07);
  border: 1px solid rgba(201,168,76,0.2);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeInDown 0.7s ease 0.3s both;
  border-radius: 40px;
}

.badge-pulse {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(201,168,76,0.5);
  animation: badgePulse 2s ease infinite;
}

@keyframes badgePulse {
  0% { box-shadow: 0 0 0 0 rgba(201,168,76,0.5); }
  70% { box-shadow: 0 0 0 8px rgba(201,168,76,0); }
  100% { box-shadow: 0 0 0 0 rgba(201,168,76,0); }
}

.badge-text { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }

.hero-title {
  font-family: 'Amiri', serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 1.75rem;
}

.t-line { display: block; overflow: hidden; }
.t-line-in { display: block; transform: translateY(110%); animation: lineReveal 1s cubic-bezier(.16,1,.3,1) both; }
.t-line:nth-child(1) .t-line-in { animation-delay: 0.5s; }
.t-line:nth-child(2) .t-line-in { animation-delay: 0.7s; }
.t-line:nth-child(3) .t-line-in { animation-delay: 0.9s; }

@keyframes lineReveal { to { transform: translateY(0); } }

.gold-shimmer {
  background: linear-gradient(90deg, #c9a84c 0%, #f5e6b8 25%, #e8c96d 50%, #f5e6b8 75%, #c9a84c 100%);
  background-size: 400% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: goldFlow 5s linear infinite;
}

@keyframes goldFlow { 0% { background-position:0% center; } 100% { background-position:400% center; } }

.hero-sub {
  font-size: 16px;
  line-height: 2;
  color: var(--gray);
  max-width: 540px;
  margin-bottom: 2.5rem;
  font-weight: 300;
  opacity: 0;
  animation: fadeInUp 0.8s ease 1.1s both;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeInUp 0.8s ease 1.3s both;
}

.btn-main, .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  font-family: 'Tajawal', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-main {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--navy);
  position: relative;
  overflow: hidden;
}

.btn-main::after {
  content: '';
  position: absolute;
  top: 0; right: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: skewX(-20deg);
  animation: shineLoop 4s ease 2s infinite;
}

@keyframes shineLoop { 0% { right:-100%; } 40% { right:120%; } 100% { right:120%; } }

.btn-main:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(201,168,76,0.45); }
.btn-ghost { background: transparent; border: 1px solid rgba(201,168,76,0.28); color: var(--light); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.06); }

/* بطاقة الإحصائيات */
.hero-card {
  width: 330px;
  flex-shrink: 0;
  opacity: 0;
  animation: cardIn 1s cubic-bezier(.16,1,.3,1) 0.6s both;
}

@keyframes cardIn {
  from { opacity:0; transform:translateX(50px); }
  to { opacity:1; transform:translateX(0); }
}

.card-box {
  background: linear-gradient(160deg, rgba(15,30,56,0.95), rgba(6,14,28,0.9));
  border: 1px solid rgba(201,168,76,0.16);
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.card-box::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
  animation: cardTopGlow 3s ease-in-out infinite;
}

@keyframes cardTopGlow { 0%,100% { opacity:0.3; } 50% { opacity:1; } }

.card-box::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.05) 0%, transparent 70%);
  animation: innerGlow 5s ease-in-out infinite;
}

@keyframes innerGlow { 0%,100% { transform:scale(1); } 50% { transform:scale(1.3); } }

.card-head {
  padding: 1.25rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(201,168,76,0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-head-lbl { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }

.live-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  background: rgba(46,204,113,0.1);
  border: 1px solid rgba(46,204,113,0.18);
  font-size: 10px;
  color: #2ecc71;
  font-weight: 600;
  border-radius: 20px;
}

.live-dot { width:5px; height:5px; border-radius:50%; background:#2ecc71; animation:livePulse 1.5s ease infinite; }
@keyframes livePulse { 0%,100% { opacity:1; } 50% { opacity:0.3; } }

.card-nums { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(201,168,76,0.07); }
.card-num-item { padding: 1.25rem 1.5rem; border-left: 1px solid rgba(201,168,76,0.07); }
.card-num-item:nth-child(2n) { border-left: none; }

.cnum {
  font-size: 1.85rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.clbl { font-size: 11px; color: var(--gray); margin-top: 4px; }

.card-feats { padding: 1.25rem 1.5rem; display: flex; flex-direction: column; gap: 0.85rem; }
.cfeat { display: flex; align-items: center; gap: 10px; }

.cfeat-ic {
  width: 32px; height: 32px;
  flex-shrink: 0;
  background: rgba(201,168,76,0.07);
  border: 1px solid rgba(201,168,76,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 10px;
}

.cfeat-txt strong { display: block; font-size: 12px; color: var(--white); margin-bottom: 1px; }
.cfeat-txt span { font-size: 11px; color: var(--gray); }

.card-btn {
  display: block;
  text-align: center;
  margin: 0 1.5rem 1.25rem;
  padding: 11px;
  background: linear-gradient(135deg, rgba(201,168,76,0.1), rgba(201,168,76,0.04));
  border: 1px solid rgba(201,168,76,0.18);
  color: var(--gold);
  font-family: 'Tajawal', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  border-radius: 50px;
}

.card-btn:hover { background: rgba(201,168,76,0.18); border-color: rgba(201,168,76,0.4); }

/* شريط الإحصائيات */
.stats-bar {
  position: relative;
  z-index: 10;
  background: rgba(3,7,14,0.95);
  border-top: 1px solid rgba(201,168,76,0.08);
}

.stats-bar-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sbar-item {
  padding: 1.4rem 1rem;
  border-left: 1px solid rgba(201,168,76,0.06);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.25s;
}

.sbar-item:last-child { border-left: none; }
.sbar-item:hover { background: rgba(201,168,76,0.03); }

.sbar-icon { font-size: 20px; animation: float 3s ease-in-out infinite; }
.sbar-item:nth-child(2) .sbar-icon { animation-delay: 0.6s; }
.sbar-item:nth-child(3) .sbar-icon { animation-delay: 1.2s; }
.sbar-item:nth-child(4) .sbar-icon { animation-delay: 1.8s; }

@keyframes float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-5px); } }

.sbar-num {
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sbar-lbl { font-size: 11px; color: var(--gray); margin-top: 3px; }

/* شريط العلامات */
.mq { background: linear-gradient(135deg, var(--gold), var(--gold2)); padding: 11px 0; overflow: hidden; }

.mq-in {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  animation: mq 20s linear infinite;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.12em;
}

@keyframes mq { from { transform:translateX(0); } to { transform:translateX(-50%); } }
.mq-sep { opacity: 0.35; }

/* الأقسام المشتركة */
.sec { max-width: 1200px; margin: 0 auto; padding: 7rem 5vw; }
.sec-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }

.stag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.stag::before { content: ''; width: 24px; height: 1px; background: var(--gold); }

.sheading { font-family: 'Amiri', serif; font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1.3; color: var(--white); margin-bottom: 1.5rem; }
.sbody { font-size: 15px; line-height: 2; color: var(--gray); font-weight: 300; margin-bottom: 2rem; }

.acard {
  background: linear-gradient(135deg, var(--navy2), var(--navy3));
  border: 1px solid rgba(201,168,76,0.16);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.acard::before {
  content: 'AUSR';
  position: absolute;
  top: -10px; right: 1.5rem;
  font-family: 'Amiri', serif;
  font-size: 70px;
  font-weight: 700;
  color: rgba(201,168,76,0.05);
  line-height: 1;
  pointer-events: none;
}

.vr { display: flex; gap: 1rem; align-items: flex-start; }

.vi {
  width: 40px; height: 40px;
  flex-shrink: 0;
  background: rgba(201,168,76,0.07);
  border: 1px solid rgba(201,168,76,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 12px;
}

.vt strong { display: block; font-size: 14px; color: var(--white); margin-bottom: 4px; }
.vt span { font-size: 12px; color: var(--gray); line-height: 1.7; }

/* البرامج */
.prog-sec { max-width: 1200px; margin: 0 auto; padding: 0 5vw 7rem; }

.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(201,168,76,0.08); }

.pc {
  background: var(--navy2);
  padding: 2.5rem;
  transition: background 0.25s;
  position: relative;
  overflow: hidden;
}

.pc::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0; left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}

.pc:hover { background: var(--navy3); }
.pc:hover::after { transform: scaleX(1); }

.pnum { font-size: 11px; color: var(--gold); font-weight: 500; letter-spacing: 0.1em; margin-bottom: 1.25rem; }
.pico { font-size: 2rem; margin-bottom: 1rem; }
.ptit { font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.pdesc { font-size: 13px; color: var(--gray); line-height: 1.9; font-weight: 300; }
.parr { margin-top: 1.5rem; font-size: 12px; color: var(--gold); }

/* الرؤية */
.vision-sec { max-width: 1160px; margin: 0 auto 7rem; padding: 0 5vw; }

.vcrd {
  background: linear-gradient(135deg, var(--navy2), var(--navy3));
  border: 1px solid rgba(201,168,76,0.1);
  padding: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

.vcrd::before {
  content: '"';
  position: absolute;
  top: -20px; right: 2rem;
  font-family: 'Amiri', serif;
  font-size: 180px;
  color: rgba(201,168,76,0.04);
  line-height: 1;
}

.vquote {
  font-family: 'Amiri', serif;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.9;
  color: var(--white);
  border-right: 3px solid var(--gold);
  padding-right: 2rem;
  position: relative;
  z-index: 1;
}

.mlbl { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }

.mi { display: flex; gap: 1rem; align-items: flex-start; padding: 0.9rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.mi:last-child { border-bottom: none; }
.mb { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.mt { font-size: 14px; color: var(--gray); line-height: 1.8; }

.btn-out {
  padding: 14px 30px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.28);
  color: var(--light);
  font-family: 'Tajawal', sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
  border-radius: 50px;
}

.btn-out:hover { border-color: var(--gold); color: var(--gold); }

/* ========== Page Hero (للصفحات الداخلية) ========== */
.page-hero {
  padding: 7rem 5vw 5rem;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy2) 100%);
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(201, 168, 76, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 168, 76, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 20% 30%, rgba(201, 168, 76, 0.03) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(201, 168, 76, 0.03) 0%, transparent 30%);
  animation: moveParticles 25s ease-in-out infinite alternate;
}

@keyframes moveParticles {
  0% { transform: scale(1) translate(0, 0); opacity: 0.5; }
  100% { transform: scale(1.1) translate(-2%, -2%); opacity: 0.8; }
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }

.page-hero h1 {
  font-family: 'Amiri', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.page-hero p { font-size: 15px; color: var(--gray); line-height: 2; font-weight: 300; }

/* ========== قسم من نحن ========== */
.about-section { padding: 6rem 5vw; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin-bottom: 5rem;
}

.about-text h2 {
  font-family: 'Amiri', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  color: var(--white);
  margin-bottom: 1.25rem;
}

.about-text p {
  font-size: 15px;
  color: var(--gray);
  line-height: 2;
  font-weight: 300;
  margin-bottom: 1rem;
}

.gold-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  margin-bottom: 1.5rem;
}

.vision-box {
  background: var(--navy2);
  border: 1px solid rgba(201, 168, 76, 0.15);
  padding: 2.5rem;
  border-right: 3px solid var(--gold);
  border-radius: 24px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.vision-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 50px -15px rgba(201, 168, 76, 0.3);
}

.vision-box::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.1), transparent 70%);
  border-radius: 50%;
  opacity: 0.5;
}

.vision-box h3 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.vision-box p {
  font-family: 'Amiri', serif;
  font-size: 1.3rem;
  color: var(--white);
  line-height: 1.7;
}

/* ========== قسم الإحصائيات ========== */
.stats-section { padding: 0 5vw 6rem; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.stat-card {
  background: var(--navy2);
  padding: 2.5rem;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(201, 168, 76, 0.1);
  transition: var(--transition);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -8px rgba(201, 168, 76, 0.2);
}

.stat-num {
  font-size: 3rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.stat-label {
  font-size: 13px;
  color: var(--gray);
  margin-top: 0.75rem;
}

/* ========== قسم فريق القيادة ========== */
.team-section { padding: 0 5vw 6rem; }

.section-head { margin-bottom: 3rem; }

.section-head .tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.75rem;
}

.section-head .tag::before { content: ''; width: 24px; height: 1px; background: var(--gold); }

.section-head h2 {
  font-family: 'Amiri', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  color: var(--white);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.team-card {
  background: var(--navy2);
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
  border-radius: 24px;
  border: 1px solid rgba(201, 168, 76, 0.1);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.team-card:hover {
  background: var(--navy3);
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -8px rgba(201, 168, 76, 0.2);
}

.team-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}

.team-card:hover::after { transform: scaleX(1); }

.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy3), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.25rem;
  border: 2px solid rgba(201, 168, 76, 0.3);
  transition: var(--transition);
}

.team-card:hover .team-avatar {
  border-color: var(--gold);
  transform: scale(1.05);
}

.team-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.team-role { font-size: 12px; color: var(--gold); }

.team-bio {
  font-size: 12px;
  color: var(--gray);
  margin-top: 0.75rem;
  line-height: 1.6;
}

/* ========== الفعاليات ========== */
.featured { padding: 4rem 5vw; border-bottom: 1px solid rgba(201, 168, 76, 0.08); }

.featured-card {
  background: linear-gradient(135deg, var(--navy2), var(--navy3));
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
  transition: var(--transition);
}

.featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 50px -15px rgba(201, 168, 76, 0.3);
}

.featured-card::before {
  content: 'FEATURED';
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.3);
  padding: 4px 10px;
  border-radius: 30px;
  background: rgba(201, 168, 76, 0.05);
}

.featured-tag {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.featured-title {
  font-family: 'Amiri', serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  color: var(--white);
  margin-bottom: 1rem;
}

.featured-desc {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.8;
  font-weight: 300;
  max-width: 600px;
}

.featured-meta {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--light);
}

.meta-icon { color: var(--gold); }

.featured-date { text-align: center; }

.date-day {
  font-size: 4rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.date-month {
  font-size: 14px;
  color: var(--gray);
  margin-top: 4px;
}

.date-year {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

.events-section { padding: 4rem 5vw; }

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.event-card {
  background: var(--navy2);
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
  border-radius: 24px;
  border: 1px solid rgba(201, 168, 76, 0.1);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.event-card:hover {
  background: var(--navy3);
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -8px rgba(201, 168, 76, 0.2);
}

.event-top {
  padding: 1.5rem 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.event-badge {
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 30px;
}

.badge-conf {
  background: rgba(201, 168, 76, 0.15);
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.2);
}

.badge-workshop {
  background: rgba(26, 58, 107, 0.5);
  color: var(--light);
  border: 1px solid rgba(204, 214, 246, 0.15);
}

.badge-seminar {
  background: rgba(46, 204, 113, 0.1);
  color: #2ecc71;
  border: 1px solid rgba(46, 204, 113, 0.2);
}

.event-date-badge {
  text-align: left;
  font-size: 11px;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.05);
  padding: 4px 10px;
  border-radius: 30px;
}

.event-body {
  padding: 1.5rem;
  flex-grow: 1;
}

.event-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.6rem;
  line-height: 1.4;
}

.event-desc {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.7;
  font-weight: 300;
}

.event-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.event-loc {
  font-size: 12px;
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: 6px;
}

.event-link {
  font-size: 12px;
  color: var(--gold);
  text-decoration: none;
  transition: var(--transition);
}

.event-link:hover { color: var(--gold2); }

/* ========== البرامج الأكاديمية ========== */
.filters {
  display: flex; gap: 0.75rem; padding: 2.5rem 5vw;
  border-bottom: 1px solid rgba(201,168,76,0.1);
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--gold) var(--navy2);
}
.filters::-webkit-scrollbar { height: 4px; }
.filters::-webkit-scrollbar-thumb { background-color: var(--gold); border-radius: 20px; }
.filters::-webkit-scrollbar-track { background-color: var(--navy2); }

.filter-btn {
  padding: 8px 20px; background: transparent;
  border: 1px solid rgba(201,168,76,0.2);
  color: var(--gray); font-family: 'Tajawal', sans-serif;
  font-size: 13px; cursor: pointer;
  transition: var(--transition); border-radius: 40px; white-space: nowrap;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--gold); border-color: var(--gold);
  color: var(--navy); font-weight: 600;
}

.programs-section { padding: 4rem 5vw; }

.prog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 1.5rem;
}

.prog-card {
  background: var(--navy2); padding: 2rem;
  transition: var(--transition); cursor: pointer;
  position: relative; overflow: hidden;
  border-radius: 24px; border: 1px solid rgba(201,168,76,0.1);
  box-shadow: 0 10px 20px -5px rgba(0,0,0,0.5);
  display: flex; flex-direction: column;
}

.prog-card:hover { background: var(--navy3); transform: translateY(-4px); box-shadow: 0 20px 30px -8px rgba(201,168,76,0.2); }

.prog-card::after {
  content: ''; position: absolute; bottom: 0; right: 0; left: 0;
  height: 2px; background: linear-gradient(90deg,var(--gold),var(--gold2));
  transform: scaleX(0); transform-origin: right; transition: transform 0.3s;
}
.prog-card:hover::after { transform: scaleX(1); }

.prog-cat {
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 1rem; display: flex; align-items: center; gap: 8px;
}
.prog-cat::before { content: ''; width: 16px; height: 1px; background: var(--gold); }

.prog-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.prog-title { font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.prog-desc { font-size: 0.9rem; color: var(--gray); line-height: 1.7; font-weight: 300; margin-bottom: 1.5rem; flex-grow: 1; }

.prog-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.prog-tag { padding: 4px 10px; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.15); font-size: 11px; color: var(--gold); border-radius: 20px; }

.prog-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.05); }
.prog-duration { font-size: 12px; color: var(--gray); display: flex; align-items: center; gap: 4px; }
.prog-link { font-size: 12px; color: var(--gold); text-decoration: none; transition: var(--transition); }
.prog-link:hover { color: var(--gold2); }

/* ========== تأثير الظهور ========== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes fadeInDown { from { opacity:0; transform:translateY(-16px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }

/* ========== الموبايل ========== */
@media (max-width: 900px) {
  .menu-toggle { display: flex; }

  .navbar {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
    padding: 0.8rem 4vw;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 76px; right: 0; left: 0;
    flex-direction: column;
    background: rgba(4,9,18,0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(201,168,76,0.2);
    padding: 1rem 5vw;
    gap: 0.5rem;
    z-index: 999;
  }

  .nav-links.show { display: flex; }

  .nav-links a {
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    width: 100%;
    text-align: center;
  }

  .nav-links a:last-child { border-bottom: none; }
  .nav-brand-text .ar { font-size: 12px; }
  .nav-brand-text .en { font-size: 8px; }
  .nav-logo-img { height: 40px; }

  .nav-verify {
    order: 3;
    margin-right: auto;
    margin-left: 10px;
    padding: 8px 16px;
    font-size: 12px;
  }

  .navbar.scrolled { height: auto; min-height: 64px; }

  .hero-body {
    flex-direction: column;
    padding: 100px 5vw 40px;
    gap: 2rem;
  }

  .hero-card { width: 100%; max-width: 400px; }
  .hero-title { font-size: clamp(2rem, 6vw, 3.5rem); }
  .hero-sub { font-size: 15px; }

  .stats-bar-in { grid-template-columns: repeat(2, 1fr); }

  .sbar-item {
    border-left: none;
    border-bottom: 1px solid rgba(201,168,76,0.06);
    padding: 1rem;
  }

  .sbar-item:nth-child(odd) { border-left: 1px solid rgba(201,168,76,0.06); }

  .sec-grid-2 { grid-template-columns: 1fr; gap: 2.5rem; }
  .pgrid { grid-template-columns: 1fr; gap: 1px; }
  .vcrd { grid-template-columns: 1fr; gap: 2.5rem; padding: 3rem 2rem; }

  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }

  .page-hero { padding: 6rem 4vw 4rem; }
  .filters { padding: 1.5rem 4vw; }
  .programs-section { padding: 3rem 4vw; }
  .prog-grid { gap: 1rem; }

  .featured-card { grid-template-columns: 1fr; gap: 2rem; padding: 2rem; }
  .featured-date { order: -1; display: flex; align-items: center; justify-content: center; gap: 1rem; }
  .date-day { font-size: 3rem; }
  .events-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}

@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .featured-meta { flex-direction: column; gap: 1rem; }
  .page-hero h1 { font-size: 2rem; }
  .vision-box p { font-size: 1.1rem; }
}

@media (max-width: 480px) {
  .hero-btns { flex-direction: column; width: 100%; }
  .btn-main, .btn-ghost { width: 100%; justify-content: center; }
  .stats-bar-in { grid-template-columns: 1fr; }
  .sbar-item { border-left: none !important; justify-content: center; }
  .card-head { flex-wrap: wrap; gap: 0.5rem; }
  .hero-title { font-size: clamp(1.8rem, 7vw, 3rem); }
  .sec { padding: 4rem 5vw; }
  .vcrd { padding: 2rem 1.5rem; }

  .nav-brand-text .ar { font-size: 11px; }
  .nav-brand-text .en { font-size: 8px; }
  .nav-logo-img { height: 36px; }
  .nav-verify { padding: 6px 12px; font-size: 11px; }

  .page-hero h1 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .about-section { padding: 4rem 5vw; }
  .stats-section, .team-section { padding: 0 5vw 4rem; }
  .stat-card { padding: 1.5rem; }
  .team-card { padding: 1.5rem; }
  .vision-box { padding: 1.5rem; }
  .vision-box p { font-size: 1rem; }
  .stat-num { font-size: 2.2rem; }

  .prog-card { padding: 1.5rem; }
  .prog-title { font-size: 1rem; }
  .prog-grid { grid-template-columns: 1fr; }

  .featured-title { font-size: clamp(1.3rem, 5vw, 1.8rem); }
  .events-grid { grid-template-columns: 1fr; gap: 1rem; }
  .featured-card { padding: 1.5rem; }
  .date-day { font-size: 2.5rem; }
}
