@font-face {
  font-family: "YekanBakh";
  src: url("../Fonts/woff2/YekanBakh-Regular.woff2") format("woff2"), url("../Fonts/woff/YekanBakh-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../Fonts/woff2/YekanBakh-SemiBold.woff2") format("woff2"), url("../Fonts/woff/YekanBakh-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../Fonts/woff2/YekanBakh-Bold.woff2") format("woff2"), url("../Fonts/woff/YekanBakh-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../Fonts/woff2/YekanBakh-Black.woff2") format("woff2"), url("../Fonts/woff/YekanBakh-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #003070;
  --primary-dark: #001f4f;
  --primary-deep: #020617;
  --gold: #d09030;
  --gold-light: #e6b85c;
  --accent: #14b8a6;
  --accent-dark: #0f766e;
  --bg: #f8fafc;
  --surface: #ffffff;
  --border: #e2e8f0;
  --text: #111827;
  --muted: #64748b;
  --muted-2: #94a3b8;
  --shadow-sm: 0 12px 28px rgba(15, 23, 42, 0.07);
  --shadow-md: 0 24px 70px rgba(15, 23, 42, 0.13);
  --shadow-blue: 0 34px 110px rgba(0, 31, 79, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }

.imdac-site-v2,
.imdac-site-v2 * {
  font-family: "YekanBakh", Tahoma, Arial, sans-serif;
}

.imdac-site-v2 {
  position: relative;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 2%, rgba(208, 144, 48, 0.12), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(20, 184, 166, 0.10), transparent 27%),
    linear-gradient(180deg, #f8fafc 0%, #eef4fb 42%, #f8fafc 100%);
  direction: rtl;
  overflow-x: hidden;
}

.imdac-site-v2 a { color: inherit; text-decoration: none; }
.imdac-site-v2 button { font-family: inherit; cursor: pointer; }
.imdac-site-v2 img { display: block; max-width: 100%; }

.v2-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.cursor-glow {
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  height: 360px;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(208, 144, 48, 0.16), transparent 62%);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  opacity: 0.75;
  mix-blend-mode: multiply;
}

.v2-header {
  position: sticky;
  top: 18px;
  z-index: 20;
  padding: 14px 0 0;
}

.header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px 16px;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-sm);
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.brand-link img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.brand-link strong {
  display: block;
  color: var(--primary);
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: 900;
}

.brand-link span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.desktop-nav a {
  position: relative;
  white-space: nowrap;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--gold);
  transition: 0.2s ease;
}

.desktop-nav a:hover { color: var(--primary); }
.desktop-nav a:hover::after { width: 100%; }

.header-actions,
.hero-actions,
.hero-quick-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.v2-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--primary) !important;
  font-size: 14px;
  font-weight: 900;
  transition: 0.2s ease;
  white-space: nowrap;
}

.v2-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.v2-btn.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(0, 48, 112, 0.24);
}

.v2-btn.gold {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(208, 144, 48, 0.25);
}

.v2-btn.ghost { background: rgba(255, 255, 255, 0.72); }
.v2-btn.big { min-height: 54px; padding: 0 24px; font-size: 15px; }
.v2-btn.wide { width: 100%; }

.menu-button {
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
}

.menu-button span { width: 20px; height: 2px; border-radius: 99px; background: var(--primary); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
}

.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu-backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.38); }
.mobile-menu-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: min(360px, 88vw);
  padding: 20px;
  background: #fff;
  box-shadow: -20px 0 60px rgba(15, 23, 42, 0.24);
  transform: translateX(100%);
  transition: 0.25s ease;
}
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.mobile-menu-head img { width: 56px; height: 56px; object-fit: contain; }
.mobile-menu-head button { width: 44px; height: 44px; border: 0; border-radius: 14px; background: #f1f5f9; font-size: 26px; }
.mobile-menu nav { display: grid; gap: 10px; }
.mobile-menu nav a { padding: 14px; border: 1px solid var(--border); border-radius: 16px; font-weight: 900; color: var(--primary); }

.section-pad { padding: 92px 0; }
.section-pad-sm { padding: 38px 0; }

.hero-v2 {
  position: relative;
  padding: 100px 0 56px;
  min-height: 760px;
  overflow: hidden;
}

.noise-layer,
.particle-layer { position: absolute; inset: 0; pointer-events: none; }
.noise-layer { opacity: 0.15; background-image: radial-gradient(#003070 0.5px, transparent 0.5px); background-size: 20px 20px; }
.particle { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: rgba(208, 144, 48, 0.65); animation: floatParticle var(--duration) linear infinite; transform: translate3d(var(--x), 0, 0); }

@keyframes floatParticle { 0% { opacity: 0; transform: translate3d(0, 20px, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate3d(var(--x), -130px, 0); } }

.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 56px; align-items: center; z-index: 3; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255, 255, 255, 0.72); color: var(--gold); font-weight: 900; }
.hero-kicker span { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(20, 184, 166, 0.12); }
.hero-copy h1 { margin: 28px 0 18px; color: var(--primary-deep); font-size: clamp(48px, 8vw, 105px); line-height: 1.08; letter-spacing: -0.05em; font-weight: 900; }
.hero-copy h1 span { display: block; }
.hero-copy p { max-width: 680px; color: var(--muted); font-size: 18px; line-height: 2.2; font-weight: 600; }
.hero-quick-links { margin-top: 20px; }
.hero-quick-links a { color: var(--primary); font-weight: 900; border-bottom: 1px dashed rgba(0, 48, 112, 0.25); }

.hero-stage { position: relative; min-height: 520px; }
.stage-orb { position: absolute; border-radius: 999px; filter: blur(2px); opacity: 0.7; }
.orb-one { width: 280px; height: 280px; right: 70px; top: 24px; background: radial-gradient(circle, rgba(20, 184, 166, 0.22), transparent 66%); }
.orb-two { width: 320px; height: 320px; left: 20px; bottom: 20px; background: radial-gradient(circle, rgba(208, 144, 48, 0.23), transparent 67%); }
.stage-grid-lines { position: absolute; inset: 42px 10px; border-radius: 42px; background: linear-gradient(90deg, rgba(0,48,112,.08) 1px, transparent 1px), linear-gradient(rgba(0,48,112,.08) 1px, transparent 1px); background-size: 48px 48px; transform: rotate(-5deg); }
.glass-card { position: absolute; border: 1px solid rgba(226,232,240,.78); background: rgba(255,255,255,.78); backdrop-filter: blur(18px); border-radius: 34px; box-shadow: var(--shadow-md); }
.float-card { animation: cardFloat 7s ease-in-out infinite; }
.delay-one { animation-delay: 0.7s; } .delay-two { animation-delay: 1.4s; }
@keyframes cardFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
.talent-main-card { right: 20px; top: 76px; width: 390px; padding: 26px; }
.card-topline { display: flex; align-items: center; gap: 8px; color: var(--accent-dark); font-weight: 900; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 8px rgba(20,184,166,.12); }
.talent-head { display: flex; gap: 14px; align-items: center; margin: 24px 0; }
.talent-avatar { width: 70px; height: 70px; border-radius: 24px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--primary), var(--accent-dark)); font-weight: 900; }
.talent-head strong { color: var(--primary); font-size: 20px; }
.talent-head span { display: block; margin-top: 6px; color: var(--muted); }
.talent-meter > div:first-child { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-weight: 800; }
.talent-meter strong { color: var(--gold); }
.meter-line { height: 11px; margin-top: 12px; background: #e2e8f0; border-radius: 999px; overflow: hidden; }
.meter-line span { display: block; width: 82%; height: 100%; background: linear-gradient(90deg, var(--accent), var(--gold)); }
.mini-card { padding: 18px; width: 235px; }
.mini-card strong { display: block; color: var(--primary); font-size: 17px; margin: 8px 0; }
.mini-card small { color: var(--muted); line-height: 1.8; }
.mini-label { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(20,184,166,.12); color: var(--accent-dark); font-weight: 900; }
.job-float-card { left: 5px; top: 48px; }
.admin-float-card { right: 90px; bottom: 52px; display: flex; gap: 12px; align-items: center; }
.check-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; background: rgba(22,163,74,.12); color: #16a34a; font-weight: 900; }

.marquee-section { padding: 20px 0; overflow: hidden; border-top: 1px solid rgba(226,232,240,.8); border-bottom: 1px solid rgba(226,232,240,.8); background: rgba(255,255,255,.55); }
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee-row { display: flex; align-items: center; gap: 14px; padding: 0 7px; }
.marquee-row span { padding: 12px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--border); color: var(--primary); font-weight: 900; white-space: nowrap; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(50%); } }

.stats-grid-v2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stats-grid-v2 article { padding: 24px; border: 1px solid var(--border); border-radius: 26px; background: rgba(255,255,255,.8); box-shadow: var(--shadow-sm); }
.stats-grid-v2 strong { display: block; color: var(--primary); font-size: 34px; font-weight: 900; }
.stats-grid-v2 span { display: block; margin-top: 8px; color: var(--muted); font-weight: 800; }

.identity-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
.section-label span,
.center-title span,
.section-head-row span,
.final-cta-box span { color: var(--gold); font-weight: 900; }
.section-label h2,
.center-title h2,
.section-head-row h2,
.final-cta-box h2 { margin: 12px 0 0; color: var(--primary-deep); font-size: clamp(34px, 4.5vw, 62px); line-height: 1.35; letter-spacing: -0.04em; font-weight: 900; }
.identity-copy p { margin: 0 0 24px; color: var(--muted); font-size: 17px; line-height: 2.25; font-weight: 600; }
.identity-points { display: grid; gap: 14px; }
.identity-points div { padding: 18px; border: 1px solid var(--border); border-radius: 22px; background: rgba(255,255,255,.7); }
.identity-points strong { display: block; color: var(--primary); margin-bottom: 6px; }
.identity-points span { color: var(--muted); }
.center-title { text-align: center; margin-bottom: 38px; }
.path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.path-card { position: relative; min-height: 430px; padding: 42px; border: 1px solid var(--border); border-radius: 42px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-md); overflow: hidden; }
.path-card::after { content: ""; position: absolute; left: -90px; bottom: -110px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(208,144,48,.22), transparent 65%); }
.path-number { position: absolute; top: 28px; left: 34px; color: rgba(0,48,112,.18); font-size: 56px; font-weight: 900; }
.path-card h3 { margin: 70px 0 12px; color: var(--primary-deep); font-size: 30px; }
.path-card p { color: var(--muted); line-height: 2.15; font-weight: 600; }
.path-card ul { margin: 22px 0 26px; padding: 0; list-style: none; display: grid; gap: 12px; }
.path-card li { position: relative; padding-right: 20px; color: var(--text); font-weight: 800; }
.path-card li::before { content: ""; position: absolute; right: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

.field-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.field-card { min-height: 160px; padding: 28px; border: 1px solid var(--border); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); transition: .2s ease; }
.field-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.field-card span { color: var(--gold); font-weight: 900; }
.field-card h3 { margin: 28px 0 12px; color: var(--primary-deep); font-size: 23px; }
.field-card small { color: var(--muted); font-weight: 800; }

.section-head-row { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 28px; }
.section-head-row p { color: var(--muted); margin: 10px 0 0; line-height: 2; }
.featured-grid,
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featured-card,
.job-card,
.news-card,
.empty-public-card { padding: 26px; border: 1px solid var(--border); border-radius: 32px; background: rgba(255,255,255,.84); box-shadow: var(--shadow-sm); }
.featured-card-head { display: flex; align-items: center; gap: 14px; }
.avatar-badge { width: 58px; height: 58px; border-radius: 20px; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), var(--accent-dark)); color: #fff; font-weight: 900; font-size: 20px; }
.featured-card h3,
.job-card h3,
.news-card h3 { margin: 0; color: var(--primary-deep); font-size: 23px; line-height: 1.5; }
.featured-card-head span,
.job-card p,
.news-card p,
.featured-card p { color: var(--muted); line-height: 2; }
.meta-line,
.job-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 16px 0; color: var(--muted); font-weight: 800; }
.job-top span { padding: 7px 12px; border-radius: 999px; background: rgba(20,184,166,.12); color: var(--accent-dark); }
.job-company { margin: 12px 0; color: var(--primary); font-weight: 900; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 20px; }
.tag-list span { padding: 7px 10px; border-radius: 999px; background: #eef6ff; color: var(--primary); font-size: 12px; font-weight: 900; }
.news-card span { color: var(--gold); font-weight: 900; }
.news-card a { display: inline-flex; margin-top: 12px; color: var(--primary); font-weight: 900; }
.empty-public-card { grid-column: 1 / -1; color: var(--muted); font-weight: 800; text-align: center; }

.process-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-timeline article { padding: 26px; border: 1px solid var(--border); border-radius: 30px; background: rgba(255,255,255,.82); }
.process-timeline span { color: var(--gold); font-weight: 900; }
.process-timeline h3 { color: var(--primary-deep); font-size: 22px; }
.process-timeline p { color: var(--muted); line-height: 2; }

.final-cta-box { text-align: center; padding: 56px 30px; border-radius: 44px; border: 1px solid rgba(226,232,240,.85); background: radial-gradient(circle at 20% 20%, rgba(20,184,166,.13), transparent 32%), radial-gradient(circle at 80% 90%, rgba(208,144,48,.16), transparent 30%), rgba(255,255,255,.88); box-shadow: var(--shadow-md); }
.final-cta-box p { max-width: 720px; margin: 16px auto 24px; color: var(--muted); line-height: 2.1; font-weight: 700; }
.final-cta-box .hero-actions { justify-content: center; }

.site-footer-v2 { padding: 56px 0 24px; background: #061a3a; color: #fff; }
.footer-grid-v2 { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
.footer-brand-v2 img { width: 70px; height: 70px; object-fit: contain; border-radius: 18px; background: #fff; padding: 6px; }
.footer-brand-v2 strong { display: block; margin: 14px 0 8px; font-size: 24px; letter-spacing: .12em; }
.footer-brand-v2 p { color: rgba(255,255,255,.72); line-height: 2; }
.site-footer-v2 nav { display: grid; align-content: start; gap: 10px; }
.site-footer-v2 nav strong { margin-bottom: 8px; color: var(--gold-light); }
.site-footer-v2 nav a { color: rgba(255,255,255,.76); font-weight: 700; }
.site-footer-v2 nav a:hover { color: #fff; }
.footer-bottom-v2 { display: flex; justify-content: space-between; gap: 16px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.65); }
.footer-bottom-v2 a { color: #fff; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .desktop-nav, .header-actions { display: none; }
  .menu-button { display: inline-flex; }
  .hero-grid, .identity-grid, .path-grid { grid-template-columns: 1fr; }
  .hero-stage { min-height: 420px; }
  .field-grid, .stats-grid-v2, .process-timeline { grid-template-columns: repeat(2, 1fr); }
  .featured-grid, .news-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid-v2 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .v2-container { width: min(100% - 28px, 1180px); }
  .v2-header { top: 10px; }
  .header-inner { border-radius: 24px; height: auto; }
  .brand-link { min-width: 0; }
  .brand-link span { display: none; }
  .hero-v2 { padding-top: 70px; min-height: auto; }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy p { font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .v2-btn { width: 100%; }
  .talent-main-card, .job-float-card, .admin-float-card { position: relative; inset: auto; width: 100%; margin-bottom: 14px; }
  .hero-stage { min-height: auto; }
  .stage-orb, .stage-grid-lines { display: none; }
  .section-pad { padding: 58px 0; }
  .stats-grid-v2, .field-grid, .featured-grid, .news-grid, .process-timeline, .footer-grid-v2 { grid-template-columns: 1fr; }
  .path-card { padding: 28px; border-radius: 30px; }
  .section-head-row { align-items: start; flex-direction: column; }
  .section-label h2, .center-title h2, .section-head-row h2, .final-cta-box h2 { font-size: 34px; }
  .footer-bottom-v2 { flex-direction: column; }
  .cursor-glow { display: none; }
}
