/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-cfia18wulp] {
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-navy: #0f172a;
  --bg-navy-light: #1e293b;
  --text-primary: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --gold: #c9a227;
  --gold-hover: #b38f20;
  --gold-light: #fdf8e9;
  --border: #e2e8f0;
  --font-sans: 'Cairo', Arial, sans-serif;
  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.page[b-cfia18wulp] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-header[b-cfia18wulp] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.header-inner[b-cfia18wulp] {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand[b-cfia18wulp] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.brand-mark[b-cfia18wulp] {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--bg-navy);
  font-size: 1.25rem;
  font-weight: 800;
  border-radius: var(--radius);
}
.brand-text[b-cfia18wulp] {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.brand-text strong[b-cfia18wulp] {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-primary);
}
.brand-text small[b-cfia18wulp] {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.main-nav[b-cfia18wulp] {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.main-nav[b-cfia18wulp]  a {
  position: relative;
  color: var(--text-primary);
  font-weight: 600;
  transition: color 0.25s ease;
}
.main-nav[b-cfia18wulp]  a:hover {
  color: var(--gold);
}
.main-nav[b-cfia18wulp]  a.active {
  color: var(--gold);
}
.main-nav[b-cfia18wulp]  a.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
}
main[b-cfia18wulp] {
  flex: 1;
}
footer[b-cfia18wulp] {
  background: var(--bg-navy);
  color: white;
  margin-top: auto;
}
.footer-inner[b-cfia18wulp] {
  max-width: var(--container);
  margin: 0 auto;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
}
.footer-brand p[b-cfia18wulp] {
  margin-top: 1.5rem;
  color: #cbd5e1;
  line-height: 2;
  max-width: 650px;
}
.footer-logo .brand-text strong[b-cfia18wulp] {
  color: white;
}
.footer-logo .brand-text small[b-cfia18wulp] {
  color: #94a3b8;
}
.footer-nav[b-cfia18wulp] {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.footer-nav h3[b-cfia18wulp] {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 1.1rem;
}
.footer-nav[b-cfia18wulp]  a {
  color: #cbd5e1;
  transition: color 0.25s ease;
}
.footer-nav[b-cfia18wulp]  a:hover {
  color: var(--gold);
}
.footer-bottom[b-cfia18wulp] {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
  text-align: center;
}
.footer-bottom p[b-cfia18wulp] {
  margin: 0;
  color: #94a3b8;
  font-size: 0.9rem;
}
@media (max-width: 900px) {
  .header-inner[b-cfia18wulp] {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
  .main-nav[b-cfia18wulp] {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
  }
  .footer-inner[b-cfia18wulp] {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .brand-text strong[b-cfia18wulp] {
    font-size: 1rem;
  }
  .main-nav[b-cfia18wulp] {
    gap: 1rem;
  }
}
/* /Pages/BusinessMen/AtiyaKhouri.razor.rz.scp.css */
:root[b-vvxhzp36uz] {
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-navy: #0f172a;
  --bg-navy-light: #1e293b;
  --text-primary: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --gold: #c9a227;
  --gold-hover: #b38f20;
  --gold-light: #fdf8e9;
  --border: #e2e8f0;
  --font-sans: 'Cairo', Arial, sans-serif;
  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.profile-page[b-vvxhzp36uz] {
  padding: 4rem 1.5rem 5rem;
  background: var(--bg-light);
  direction: rtl;
}
.profile-page article[b-vvxhzp36uz] {
  max-width: var(--container);
  margin: 0 auto;
}
.profile-hero[b-vvxhzp36uz] {
  background: var(--bg-navy);
  color: white;
  padding: 4.5rem 4rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.profile-hero .eyebrow[b-vvxhzp36uz] {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
  direction: ltr;
}
.profile-hero h1[b-vvxhzp36uz] {
  max-width: 900px;
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.25;
  font-weight: 800;
}
.profile-hero p[b-vvxhzp36uz] {
  max-width: 760px;
  margin: 0;
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 2;
}
.profile-content[b-vvxhzp36uz] {
  margin-top: 2rem;
  background: white;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 3rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
}
.profile-number[b-vvxhzp36uz] {
  color: var(--gold);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.profile-text p[b-vvxhzp36uz] {
  margin: 0 0 1.35rem;
  color: var(--text-primary);
  font-size: 1.08rem;
  line-height: 2.15;
}
.profile-text p:last-child[b-vvxhzp36uz] {
  margin-bottom: 0;
}
.seo-alert[b-vvxhzp36uz] {
  margin-top: 2.2rem;
  padding: 1.6rem 1.8rem;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  direction: rtl;
  text-align: right;
  background: #fbfaf5;
  border: 1px solid rgba(198, 154, 35, 0.35);
  border-right: 5px solid #c69a23;
  border-radius: 14px;
}
.alert-icon[b-vvxhzp36uz] {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(198, 154, 35, 0.12);
  color: #b88912;
  border-radius: 50%;
  font-size: 1.05rem;
}
.alert-content[b-vvxhzp36uz] {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  color: #101827;
  line-height: 1.9;
}
.alert-content strong[b-vvxhzp36uz] {
  font-size: 1.05rem;
  font-weight: 800;
}
.alert-content p[b-vvxhzp36uz] {
  margin: 0;
  font-size: 0.98rem;
}
.alert-label[b-vvxhzp36uz] {
  width: fit-content;
  padding: 0.25rem 0.7rem;
  background: rgba(198, 154, 35, 0.14);
  color: #8a640f;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}
.alert-action[b-vvxhzp36uz] {
  margin-top: 0.3rem;
  padding-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  border-top: 1px solid rgba(198, 154, 35, 0.22);
  font-weight: 700;
}
.alert-action a[b-vvxhzp36uz] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  background: #c69a23;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}
.alert-action a:hover[b-vvxhzp36uz] {
  background: #a77f18;
  transform: translateY(-1px);
}
@media (max-width: 800px) {
  .seo-alert[b-vvxhzp36uz] {
    padding: 1rem;
  }
}
@media (max-width: 800px) {
  .profile-page[b-vvxhzp36uz] {
    padding-top: 180px;
  }
  .profile-hero[b-vvxhzp36uz] {
    padding: 3rem 1.5rem;
  }
  .profile-content[b-vvxhzp36uz] {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
}
/* /Pages/BusinessMen/GhassanAboud.razor.rz.scp.css */
:root[b-5prd2oievd] {
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-navy: #0f172a;
  --bg-navy-light: #1e293b;
  --text-primary: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --gold: #c9a227;
  --gold-hover: #b38f20;
  --gold-light: #fdf8e9;
  --border: #e2e8f0;
  --font-sans: 'Cairo', Arial, sans-serif;
  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.profile-page[b-5prd2oievd] {
  padding: 4rem 1.5rem 5rem;
  background: var(--bg-light);
  direction: rtl;
}
.profile-page article[b-5prd2oievd] {
  max-width: var(--container);
  margin: 0 auto;
}
.profile-hero[b-5prd2oievd] {
  background: var(--bg-navy);
  color: white;
  padding: 4.5rem 4rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.profile-hero .eyebrow[b-5prd2oievd] {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
  direction: ltr;
}
.profile-hero h1[b-5prd2oievd] {
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.25;
  font-weight: 800;
}
.profile-hero p[b-5prd2oievd] {
  margin: 0;
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 2;
}
.profile-content[b-5prd2oievd] {
  margin-top: 2rem;
  background: white;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 3rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
}
.profile-number[b-5prd2oievd] {
  color: var(--gold);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.profile-text p[b-5prd2oievd] {
  margin: 0 0 1.35rem;
  color: var(--text-primary);
  font-size: 1.08rem;
  line-height: 2.15;
}
.profile-text p:last-child[b-5prd2oievd] {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .profile-page[b-5prd2oievd] {
    padding-top: 180px;
  }
  .profile-hero[b-5prd2oievd] {
    padding: 3rem 1.5rem;
  }
  .profile-content[b-5prd2oievd] {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
}
/* /Pages/BusinessMen/RamiMakhlouf.razor.rz.scp.css */
:root[b-rlppi0ngkx] {
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-navy: #0f172a;
  --bg-navy-light: #1e293b;
  --text-primary: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --gold: #c9a227;
  --gold-hover: #b38f20;
  --gold-light: #fdf8e9;
  --border: #e2e8f0;
  --font-sans: 'Cairo', Arial, sans-serif;
  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.profile-page[b-rlppi0ngkx] {
  padding: 4rem 1.5rem 5rem;
  background: var(--bg-light);
  direction: rtl;
}
.profile-page article[b-rlppi0ngkx] {
  max-width: var(--container);
  margin: 0 auto;
}
.profile-hero[b-rlppi0ngkx] {
  background: var(--bg-navy);
  color: white;
  padding: 4.5rem 4rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.profile-hero .eyebrow[b-rlppi0ngkx] {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
  direction: ltr;
}
.profile-hero h1[b-rlppi0ngkx] {
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.25;
  font-weight: 800;
}
.profile-hero p[b-rlppi0ngkx] {
  margin: 0;
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 2;
}
.profile-content[b-rlppi0ngkx] {
  margin-top: 2rem;
  background: white;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 3rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
}
.profile-number[b-rlppi0ngkx] {
  color: var(--gold);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.profile-text p[b-rlppi0ngkx] {
  margin: 0 0 1.35rem;
  color: var(--text-primary);
  font-size: 1.08rem;
  line-height: 2.15;
}
.profile-text p:last-child[b-rlppi0ngkx] {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .profile-page[b-rlppi0ngkx] {
    padding-top: 180px;
  }
  .profile-hero[b-rlppi0ngkx] {
    padding: 3rem 1.5rem;
  }
  .profile-content[b-rlppi0ngkx] {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
}
/* /Pages/BusinessMen/SamerFoz.razor.rz.scp.css */
:root[b-eqw0extoea] {
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-navy: #0f172a;
  --bg-navy-light: #1e293b;
  --text-primary: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --gold: #c9a227;
  --gold-hover: #b38f20;
  --gold-light: #fdf8e9;
  --border: #e2e8f0;
  --font-sans: 'Cairo', Arial, sans-serif;
  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.profile-page[b-eqw0extoea] {
  padding: 4rem 1.5rem 5rem;
  background: var(--bg-light);
  direction: rtl;
}
.profile-page article[b-eqw0extoea] {
  max-width: var(--container);
  margin: 0 auto;
}
.profile-hero[b-eqw0extoea] {
  background: var(--bg-navy);
  color: white;
  padding: 4.5rem 4rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.profile-hero .eyebrow[b-eqw0extoea] {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
  direction: ltr;
}
.profile-hero h1[b-eqw0extoea] {
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.25;
  font-weight: 800;
}
.profile-hero p[b-eqw0extoea] {
  margin: 0;
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 2;
}
.profile-content[b-eqw0extoea] {
  margin-top: 2rem;
  background: white;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 3rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
}
.profile-number[b-eqw0extoea] {
  color: var(--gold);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.profile-text p[b-eqw0extoea] {
  margin: 0 0 1.35rem;
  color: var(--text-primary);
  font-size: 1.08rem;
  line-height: 2.15;
}
.profile-text p:last-child[b-eqw0extoea] {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .profile-page[b-eqw0extoea] {
    padding-top: 180px;
  }
  .profile-hero[b-eqw0extoea] {
    padding: 3rem 1.5rem;
  }
  .profile-content[b-eqw0extoea] {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
}
/* /Pages/BusinessMen/TarekKattan.razor.rz.scp.css */
:root[b-4fdvr4najz] {
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-navy: #0f172a;
  --bg-navy-light: #1e293b;
  --text-primary: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --gold: #c9a227;
  --gold-hover: #b38f20;
  --gold-light: #fdf8e9;
  --border: #e2e8f0;
  --font-sans: 'Cairo', Arial, sans-serif;
  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.profile-page[b-4fdvr4najz] {
  padding: 4rem 1.5rem 5rem;
  background: var(--bg-light);
  direction: rtl;
}
.profile-page article[b-4fdvr4najz] {
  max-width: var(--container);
  margin: 0 auto;
}
.profile-hero[b-4fdvr4najz] {
  background: var(--bg-navy);
  color: white;
  padding: 4.5rem 4rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.profile-hero .eyebrow[b-4fdvr4najz] {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
  direction: ltr;
}
.profile-hero h1[b-4fdvr4najz] {
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.25;
  font-weight: 800;
}
.profile-hero p[b-4fdvr4najz] {
  margin: 0;
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 2;
}
.profile-content[b-4fdvr4najz] {
  margin-top: 2rem;
  background: white;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 3rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
}
.profile-number[b-4fdvr4najz] {
  color: var(--gold);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.profile-text p[b-4fdvr4najz] {
  margin: 0 0 1.35rem;
  color: var(--text-primary);
  font-size: 1.08rem;
  line-height: 2.15;
}
.profile-text p:last-child[b-4fdvr4najz] {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .profile-page[b-4fdvr4najz] {
    padding-top: 180px;
  }
  .profile-hero[b-4fdvr4najz] {
    padding: 3rem 1.5rem;
  }
  .profile-content[b-4fdvr4najz] {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
}
/* /Pages/Home.razor.rz.scp.css */
:root[b-zejsxsqqzv] {
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-navy: #0f172a;
  --bg-navy-light: #1e293b;
  --text-primary: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --gold: #c9a227;
  --gold-hover: #b38f20;
  --gold-light: #fdf8e9;
  --border: #e2e8f0;
  --font-sans: 'Cairo', Arial, sans-serif;
  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.home-page[b-zejsxsqqzv] {
  padding: 4rem 1.5rem 5rem;
  background: var(--bg-light);
  direction: rtl;
}
.home-page article[b-zejsxsqqzv] {
  max-width: var(--container);
  margin: 0 auto;
}
.hero[b-zejsxsqqzv] {
  background: var(--bg-navy);
  color: white;
  padding: 5rem 4rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.hero-content[b-zejsxsqqzv] {
  max-width: 820px;
}
.hero-content .eyebrow[b-zejsxsqqzv] {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
}
.hero-content h1[b-zejsxsqqzv] {
  margin: 0 0 1.5rem;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 1.2;
  font-weight: 800;
}
.hero-content p[b-zejsxsqqzv] {
  margin: 0 0 1rem;
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 2;
}
.featured-section[b-zejsxsqqzv] {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 2rem;
  direction: ltr;
}
.featured-list[b-zejsxsqqzv] {
  display: grid;
  gap: 1.5rem;
  direction: rtl;
}
.featured-small-card[b-zejsxsqqzv] {
  background: white;
  border: 1px solid var(--border);
  padding: 1.5rem;
  min-height: 145px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.featured-small-card span[b-zejsxsqqzv] {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 800;
}
.featured-small-card h2[b-zejsxsqqzv] {
  margin: 0 0 0.65rem;
  color: var(--bg-navy);
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 800;
}
.featured-small-card p[b-zejsxsqqzv] {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}
.featured-small-card:hover[b-zejsxsqqzv] {
  transform: translateX(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold);
}
[b-zejsxsqqzv] .featured-main-card {
  min-height: 630px;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.4), transparent), url('/img/laptop.jpg') center / cover no-repeat;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  direction: rtl;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
[b-zejsxsqqzv] .featured-main-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 22px), linear-gradient(45deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px);
  opacity: 0.35;
}
[b-zejsxsqqzv] .featured-main-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
}
.featured-main-overlay[b-zejsxsqqzv] {
  position: relative;
  z-index: 1;
  padding: 3rem;
  max-width: 760px;
}
.featured-main-overlay span[b-zejsxsqqzv] {
  display: inline-block;
  background: var(--gold);
  color: var(--bg-navy);
  padding: 0.45rem 0.85rem;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
}
.featured-main-overlay h2[b-zejsxsqqzv] {
  margin: 0 0 1rem;
  color: white;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.15;
  font-weight: 800;
}
.featured-main-overlay p[b-zejsxsqqzv] {
  margin: 0 0 1.5rem;
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 2;
}
.featured-main-overlay strong[b-zejsxsqqzv] {
  display: inline-block;
  background: var(--gold);
  color: var(--bg-navy);
  padding: 0.75rem 1.1rem;
  font-weight: 800;
  transition: background 0.25s ease;
}
.featured-main-card:hover strong[b-zejsxsqqzv] {
  background: var(--gold-hover);
}
.section-heading[b-zejsxsqqzv] {
  margin-top: 5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.section-heading span[b-zejsxsqqzv] {
  display: inline-block;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  text-align: center;
}
.section-heading h2[b-zejsxsqqzv] {
  margin: 0 0 1rem;
  color: var(--bg-navy);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.section-heading p[b-zejsxsqqzv] {
  max-width: 700px;
  margin: 0 auto;
  color: var(--text-muted);
  line-height: 2;
  text-align: center;
}
.section-heading .simple-source-link[b-zejsxsqqzv] {
  width: fit-content;
  margin: 1.1rem auto 0;
  padding: 0.7rem 1.15rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--gold);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.section-heading .simple-source-link:hover[b-zejsxsqqzv] {
  border: 1px solid #fff;
  background: #fff;
  color: var(--gold);
}
.leaders-grid[b-zejsxsqqzv] {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
[b-zejsxsqqzv] .leader-card {
  background: white;
  border: 1px solid var(--border);
  padding: 2rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
[b-zejsxsqqzv] .leader-card span {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 800;
}
[b-zejsxsqqzv] .leader-card h2 {
  margin: 1.5rem 0 0.75rem;
  color: var(--bg-navy);
  font-size: 1.45rem;
  line-height: 1.3;
  font-weight: 800;
  direction: ltr;
  text-align: right;
}
[b-zejsxsqqzv] .leader-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.8;
}
[b-zejsxsqqzv] .leader-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold);
}
@media (max-width: 950px) {
  .hero[b-zejsxsqqzv] {
    padding: 4rem 2rem;
  }
  .featured-section[b-zejsxsqqzv] {
    grid-template-columns: 1fr;
    direction: rtl;
  }
  .featured-main-card[b-zejsxsqqzv] {
    min-height: 520px;
    order: -1;
  }
  .leaders-grid[b-zejsxsqqzv] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .home-page[b-zejsxsqqzv] {
    padding: 3rem 1rem 4rem;
  }
  .hero[b-zejsxsqqzv] {
    padding: 3rem 1.5rem;
  }
  .featured-main-card[b-zejsxsqqzv] {
    min-height: 480px;
  }
  .featured-main-overlay[b-zejsxsqqzv] {
    padding: 2rem 1.5rem;
  }
  .featured-small-card[b-zejsxsqqzv] {
    padding: 1.25rem;
  }
  .featured-small-card h2[b-zejsxsqqzv] {
    font-size: 1.15rem;
  }
  .leaders-grid[b-zejsxsqqzv] {
    grid-template-columns: 1fr;
  }
}
/* /Pages/Insights.razor.rz.scp.css */
:root[b-6tmjtxmj5v] {
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-navy: #0f172a;
  --bg-navy-light: #1e293b;
  --text-primary: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --gold: #c9a227;
  --gold-hover: #b38f20;
  --gold-light: #fdf8e9;
  --border: #e2e8f0;
  --font-sans: 'Cairo', Arial, sans-serif;
  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.content-page[b-6tmjtxmj5v] {
  padding: 4rem 1.5rem 5rem;
}
.content-page article[b-6tmjtxmj5v] {
  max-width: var(--container);
  margin: 0 auto;
}
.page-hero[b-6tmjtxmj5v] {
  background: var(--bg-navy);
  color: white;
  padding: 4rem;
  box-shadow: var(--shadow-md);
}
.page-hero .eyebrow[b-6tmjtxmj5v] {
  color: var(--gold);
}
.page-hero h1[b-6tmjtxmj5v] {
  margin: 1rem 0;
  font-size: clamp(2rem, 4vw, 4rem);
}
.page-hero p[b-6tmjtxmj5v] {
  color: #cbd5e1;
  line-height: 2;
}
.insight-grid[b-6tmjtxmj5v] {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.insight-card[b-6tmjtxmj5v] {
  background: white;
  border: 1px solid var(--border);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
}
.insight-card h2[b-6tmjtxmj5v] {
  margin-top: 0;
  color: var(--bg-navy);
}
.insight-card p[b-6tmjtxmj5v] {
  color: var(--text-muted);
  line-height: 2;
}
@media (max-width: 900px) {
  .insight-grid[b-6tmjtxmj5v] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .insight-grid[b-6tmjtxmj5v] {
    grid-template-columns: 1fr;
  }
}
/* /Pages/Leaders.razor.rz.scp.css */
:root[b-n5w07505zc] {
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-navy: #0f172a;
  --bg-navy-light: #1e293b;
  --text-primary: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --gold: #c9a227;
  --gold-hover: #b38f20;
  --gold-light: #fdf8e9;
  --border: #e2e8f0;
  --font-sans: 'Cairo', Arial, sans-serif;
  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.listing-page[b-n5w07505zc] {
  padding: 4rem 1.5rem 5rem;
}
.listing-page article[b-n5w07505zc] {
  max-width: var(--container);
  margin: 0 auto;
}
.page-hero[b-n5w07505zc] {
  background: var(--bg-navy);
  color: white;
  padding: 4rem;
  box-shadow: var(--shadow-md);
}
.page-hero .eyebrow[b-n5w07505zc] {
  color: var(--gold);
  font-weight: 700;
}
.page-hero h1[b-n5w07505zc] {
  margin: 1rem 0;
  font-size: clamp(2rem, 4vw, 4rem);
}
.page-hero p[b-n5w07505zc] {
  color: #cbd5e1;
  line-height: 2;
}
.cards-grid[b-n5w07505zc] {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.leader-card[b-n5w07505zc] {
  background: white;
  padding: 2rem;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: 0.25s;
}
.leader-card h2[b-n5w07505zc] {
  margin-top: 0;
  color: var(--bg-navy);
}
.leader-card p[b-n5w07505zc] {
  color: var(--text-muted);
}
.leader-card:hover[b-n5w07505zc] {
  transform: translateY(-5px);
  border-color: var(--gold);
}
@media (max-width: 900px) {
  .cards-grid[b-n5w07505zc] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .cards-grid[b-n5w07505zc] {
    grid-template-columns: 1fr;
  }
}
/* /Pages/News.razor.rz.scp.css */
:root[b-9i4dkjh74y] {
  --bg-white: #ffffff;
  --bg-light: #f8fafc;
  --bg-navy: #0f172a;
  --bg-navy-light: #1e293b;
  --text-primary: #0f172a;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --gold: #c9a227;
  --gold-hover: #b38f20;
  --gold-light: #fdf8e9;
  --border: #e2e8f0;
  --font-sans: 'Cairo', Arial, sans-serif;
  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
}
.content-page[b-9i4dkjh74y] {
  padding: 4rem 1.5rem 5rem;
}
.content-page article[b-9i4dkjh74y] {
  max-width: var(--container);
  margin: 0 auto;
}
.page-hero[b-9i4dkjh74y] {
  background: var(--bg-navy);
  color: white;
  padding: 4rem;
  box-shadow: var(--shadow-md);
}
.page-hero .eyebrow[b-9i4dkjh74y] {
  color: var(--gold);
}
.page-hero h1[b-9i4dkjh74y] {
  margin: 1rem 0;
  font-size: clamp(2rem, 4vw, 4rem);
}
.page-hero p[b-9i4dkjh74y] {
  color: #cbd5e1;
  line-height: 2;
}
.news-list[b-9i4dkjh74y] {
  margin-top: 2rem;
  display: grid;
  gap: 1.5rem;
}
.news-card[b-9i4dkjh74y] {
  background: white;
  border: 1px solid var(--border);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
}
.news-card h2[b-9i4dkjh74y] {
  margin-top: 0;
  color: var(--bg-navy);
}
.news-card p[b-9i4dkjh74y] {
  color: var(--text-muted);
  line-height: 2;
}
