/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-i52s92y6nd] {
  --font-sans: "Inter", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-serif: "Playfair Display", "Georgia", serif;
  --ink: #11151c;
  --ink-soft: #27313f;
  --muted: #687382;
  --muted-strong: #4d5968;
  --paper: #fbfaf7;
  --paper-warm: #f4f0e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --navy: #101b2d;
  --navy-light: #1a2b45;
  --gold: #b9914b;
  --gold-soft: #eadfc6;
  --bronze: #8c6731;
  --border: rgba(16, 27, 45, 0.12);
  --border-strong: rgba(16, 27, 45, 0.2);
  --shadow-soft: 0 24px 80px rgba(16, 27, 45, 0.08);
  --shadow-card: 0 18px 55px rgba(16, 27, 45, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1280px;
}
*[b-i52s92y6nd] {
  box-sizing: border-box;
}
html[b-i52s92y6nd] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-i52s92y6nd] {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 8%, rgba(185, 145, 75, 0.16), transparent 30rem), radial-gradient(circle at 88% 2%, rgba(16, 27, 45, 0.12), transparent 26rem), linear-gradient(135deg, var(--paper) 0%, #f7f3eb 42%, #fffdf8 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-i52s92y6nd] {
  color: inherit;
}
[b-i52s92y6nd]::selection {
  background: var(--gold);
  color: #fff;
}
.page[b-i52s92y6nd] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-header[b-i52s92y6nd] {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(251, 250, 247, 0.72);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
}
.header-inner[b-i52s92y6nd] {
  width: min(var(--container), calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand[b-i52s92y6nd] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.brand[b-i52s92y6nd]::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light)), linear-gradient(135deg, var(--gold), transparent);
  box-shadow: 0 14px 35px rgba(16, 27, 45, 0.2);
}
.brand[b-i52s92y6nd]::after {
  content: "";
  position: absolute;
  inset-inline-start: 13px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(234, 223, 198, 0.75);
  border-radius: 50%;
}
.main-nav[b-i52s92y6nd] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  padding: 0.45rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 60px rgba(16, 27, 45, 0.07);
}
.main-nav[b-i52s92y6nd]  a,
.main-nav a[b-i52s92y6nd] {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  color: var(--muted-strong);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}
.main-nav[b-i52s92y6nd]  a:hover,
.main-nav a:hover[b-i52s92y6nd] {
  color: var(--ink);
  background: rgba(185, 145, 75, 0.1);
  transform: translateY(-1px);
}
.main-nav[b-i52s92y6nd]  a.active,
.main-nav a.active[b-i52s92y6nd] {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  box-shadow: 0 10px 24px rgba(16, 27, 45, 0.18);
}
main[b-i52s92y6nd] {
  flex: 1;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 6rem;
}
footer[b-i52s92y6nd] {
  margin-top: auto;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 10% 10%, rgba(185, 145, 75, 0.26), transparent 28rem), linear-gradient(135deg, #0d1625, #111d30 52%, #1a2230);
}
footer[b-i52s92y6nd]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.45;
}
footer .footer-inner[b-i52s92y6nd],
footer .footer-bottom[b-i52s92y6nd] {
  position: relative;
  z-index: 1;
}
footer .footer-inner[b-i52s92y6nd] {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 5rem 0;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(220px, 0.8fr);
  gap: clamp(2rem, 8vw, 7rem);
}
footer .footer-brand h2[b-i52s92y6nd] {
  margin: 0 0 1.2rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}
footer .footer-brand p[b-i52s92y6nd] {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 2.05;
  font-size: 1.05rem;
}
footer .footer-nav[b-i52s92y6nd] {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
footer .footer-nav h3[b-i52s92y6nd] {
  margin: 0 0 0.85rem;
  color: var(--gold-soft);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
footer .footer-nav a[b-i52s92y6nd] {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
footer .footer-nav a:hover[b-i52s92y6nd] {
  color: #fff;
  text-decoration: none;
  transform: translateX(-4px);
}
footer .footer-nav a.active[b-i52s92y6nd] {
  color: #fff;
  text-decoration: none;
}
footer .footer-bottom[b-i52s92y6nd] {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 1.25rem;
}
footer .footer-bottom p[b-i52s92y6nd] {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}
@media (max-width: 1100px) {
  .header-inner[b-i52s92y6nd] {
    min-height: auto;
    padding: 1rem 0;
    flex-direction: column;
  }
  .main-nav[b-i52s92y6nd] {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 24px;
  }
}
@media (max-width: 760px) {
  .header-inner[b-i52s92y6nd],
  main[b-i52s92y6nd] {
    width: min(72%, var(--container));
  }
  .brand[b-i52s92y6nd] {
    font-size: 1.1rem;
  }
  .main-nav[b-i52s92y6nd] {
    align-items: stretch;
  }
  .main-nav a[b-i52s92y6nd],
  .main-nav[b-i52s92y6nd]  a {
    flex: 1 1 42%;
    justify-content: center;
    font-size: 0.86rem;
    padding-inline: 0.75rem;
  }
}
/* /Pages/BusinessInvestment.razor.rz.scp.css */
:root[b-zh2zt7m40p] {
  --font-sans: "Inter", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-serif: "Playfair Display", "Georgia", serif;
  --ink: #11151c;
  --ink-soft: #27313f;
  --muted: #687382;
  --muted-strong: #4d5968;
  --paper: #fbfaf7;
  --paper-warm: #f4f0e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --navy: #101b2d;
  --navy-light: #1a2b45;
  --gold: #b9914b;
  --gold-soft: #eadfc6;
  --bronze: #8c6731;
  --border: rgba(16, 27, 45, 0.12);
  --border-strong: rgba(16, 27, 45, 0.2);
  --shadow-soft: 0 24px 80px rgba(16, 27, 45, 0.08);
  --shadow-card: 0 18px 55px rgba(16, 27, 45, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1280px;
}
*[b-zh2zt7m40p] {
  box-sizing: border-box;
}
html[b-zh2zt7m40p] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-zh2zt7m40p] {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 8%, rgba(185, 145, 75, 0.16), transparent 30rem), radial-gradient(circle at 88% 2%, rgba(16, 27, 45, 0.12), transparent 26rem), linear-gradient(135deg, var(--paper) 0%, #f7f3eb 42%, #fffdf8 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-zh2zt7m40p] {
  color: inherit;
}
[b-zh2zt7m40p]::selection {
  background: var(--gold);
  color: #fff;
}
.business-page[b-zh2zt7m40p] {
  direction: rtl;
  padding: 3rem 0 0;
}
.business-page article[b-zh2zt7m40p] {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: stretch;
}
.business-page .hero-section[b-zh2zt7m40p] {
  position: sticky;
  top: 120px;
  min-height: 620px;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  border-radius: 36px;
  color: #fff;
  background: radial-gradient(circle at 25% 18%, rgba(185, 145, 75, 0.38), transparent 20rem), linear-gradient(145deg, #101b2d, #182943 55%, #2a2012);
  box-shadow: 0 28px 80px rgba(16, 27, 45, 0.2);
}
.business-page .hero-section[b-zh2zt7m40p]::before {
  content: "";
  position: absolute;
  inset: 1.3rem;
  border: 1px solid rgba(234, 223, 198, 0.18);
  border-radius: 28px;
  pointer-events: none;
}
.business-page .hero-section[b-zh2zt7m40p]::after {
  content: "AT";
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  font-family: var(--font-serif);
  font-size: clamp(7rem, 14vw, 13rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.055);
  letter-spacing: -0.08em;
}
.business-page .hero-section header[b-zh2zt7m40p],
.business-page .hero-section p[b-zh2zt7m40p] {
  position: relative;
  z-index: 1;
}
.business-page .hero-section h1[b-zh2zt7m40p] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 5.1rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.business-page .hero-section .meta-description[b-zh2zt7m40p] {
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 2.1;
}
.business-page .content-section[b-zh2zt7m40p] {
  position: relative;
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 4.5rem);
  border-radius: 36px;
  border: 1px solid rgba(16, 27, 45, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.76)), radial-gradient(circle at top left, rgba(185, 145, 75, 0.13), transparent 22rem);
  box-shadow: 0 24px 80px rgba(16, 27, 45, 0.08);
}
.business-page .content-section[b-zh2zt7m40p]::before {
  content: "";
  position: absolute;
  top: 3rem;
  bottom: 3rem;
  right: 2rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--gold), rgba(185, 145, 75, 0.08));
}
.business-page .content-section h2[b-zh2zt7m40p] {
  max-width: 850px;
  margin: 0 0 2rem;
  padding-right: 2rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.045em;
}
.business-page .content-section p[b-zh2zt7m40p] {
  position: relative;
  margin: 0 0 1.2rem;
  padding: 1.15rem 1.5rem;
  border: 1px solid rgba(16, 27, 45, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted-strong);
  font-size: 1.04rem;
  line-height: 2.05;
  transition: 0.25s ease;
}
.business-page .content-section p:hover[b-zh2zt7m40p] {
  transform: translateX(-6px);
  border-color: rgba(185, 145, 75, 0.45);
  box-shadow: 0 14px 36px rgba(16, 27, 45, 0.08);
}
.business-page .content-section p:last-child[b-zh2zt7m40p] {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .business-page[b-zh2zt7m40p] {
    padding-top: 1.25rem;
  }
  .business-page article[b-zh2zt7m40p] {
    grid-template-columns: 1fr;
  }
  .business-page .hero-section[b-zh2zt7m40p] {
    position: relative;
    top: auto;
    min-height: auto;
  }
}
/* /Pages/CommercialDevelopment.razor.rz.scp.css */
:root[b-04cvwpn0tf] {
  --font-sans: "Inter", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-serif: "Playfair Display", "Georgia", serif;
  --ink: #11151c;
  --ink-soft: #27313f;
  --muted: #687382;
  --muted-strong: #4d5968;
  --paper: #fbfaf7;
  --paper-warm: #f4f0e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --navy: #101b2d;
  --navy-light: #1a2b45;
  --gold: #b9914b;
  --gold-soft: #eadfc6;
  --bronze: #8c6731;
  --border: rgba(16, 27, 45, 0.12);
  --border-strong: rgba(16, 27, 45, 0.2);
  --shadow-soft: 0 24px 80px rgba(16, 27, 45, 0.08);
  --shadow-card: 0 18px 55px rgba(16, 27, 45, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1280px;
}
*[b-04cvwpn0tf] {
  box-sizing: border-box;
}
html[b-04cvwpn0tf] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-04cvwpn0tf] {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 8%, rgba(185, 145, 75, 0.16), transparent 30rem), radial-gradient(circle at 88% 2%, rgba(16, 27, 45, 0.12), transparent 26rem), linear-gradient(135deg, var(--paper) 0%, #f7f3eb 42%, #fffdf8 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-04cvwpn0tf] {
  color: inherit;
}
[b-04cvwpn0tf]::selection {
  background: var(--gold);
  color: #fff;
}
.business-page[b-04cvwpn0tf] {
  direction: rtl;
  padding: 3rem 0 0;
}
.business-page article[b-04cvwpn0tf] {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: stretch;
}
.business-page .hero-section[b-04cvwpn0tf] {
  position: sticky;
  top: 120px;
  min-height: 620px;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  border-radius: 36px;
  color: #fff;
  background: radial-gradient(circle at 25% 18%, rgba(185, 145, 75, 0.38), transparent 20rem), linear-gradient(145deg, #101b2d, #182943 55%, #2a2012);
  box-shadow: 0 28px 80px rgba(16, 27, 45, 0.2);
}
.business-page .hero-section[b-04cvwpn0tf]::before {
  content: "";
  position: absolute;
  inset: 1.3rem;
  border: 1px solid rgba(234, 223, 198, 0.18);
  border-radius: 28px;
  pointer-events: none;
}
.business-page .hero-section[b-04cvwpn0tf]::after {
  content: "AT";
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  font-family: var(--font-serif);
  font-size: clamp(7rem, 14vw, 13rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.055);
  letter-spacing: -0.08em;
}
.business-page .hero-section header[b-04cvwpn0tf],
.business-page .hero-section p[b-04cvwpn0tf] {
  position: relative;
  z-index: 1;
}
.business-page .hero-section h1[b-04cvwpn0tf] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 5.1rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.business-page .hero-section .meta-description[b-04cvwpn0tf] {
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 2.1;
}
.business-page .content-section[b-04cvwpn0tf] {
  position: relative;
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 4.5rem);
  border-radius: 36px;
  border: 1px solid rgba(16, 27, 45, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.76)), radial-gradient(circle at top left, rgba(185, 145, 75, 0.13), transparent 22rem);
  box-shadow: 0 24px 80px rgba(16, 27, 45, 0.08);
}
.business-page .content-section[b-04cvwpn0tf]::before {
  content: "";
  position: absolute;
  top: 3rem;
  bottom: 3rem;
  right: 2rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--gold), rgba(185, 145, 75, 0.08));
}
.business-page .content-section h2[b-04cvwpn0tf] {
  max-width: 850px;
  margin: 0 0 2rem;
  padding-right: 2rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.045em;
}
.business-page .content-section p[b-04cvwpn0tf] {
  position: relative;
  margin: 0 0 1.2rem;
  padding: 1.15rem 1.5rem;
  border: 1px solid rgba(16, 27, 45, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted-strong);
  font-size: 1.04rem;
  line-height: 2.05;
  transition: 0.25s ease;
}
.business-page .content-section p:hover[b-04cvwpn0tf] {
  transform: translateX(-6px);
  border-color: rgba(185, 145, 75, 0.45);
  box-shadow: 0 14px 36px rgba(16, 27, 45, 0.08);
}
.business-page .content-section p:last-child[b-04cvwpn0tf] {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .business-page[b-04cvwpn0tf] {
    padding-top: 1.25rem;
  }
  .business-page article[b-04cvwpn0tf] {
    grid-template-columns: 1fr;
  }
  .business-page .hero-section[b-04cvwpn0tf] {
    position: relative;
    top: auto;
    min-height: auto;
  }
}
/* /Pages/EconomicTransformations.razor.rz.scp.css */
:root[b-z7bl97ctex] {
  --font-sans: "Inter", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-serif: "Playfair Display", "Georgia", serif;
  --ink: #11151c;
  --ink-soft: #27313f;
  --muted: #687382;
  --muted-strong: #4d5968;
  --paper: #fbfaf7;
  --paper-warm: #f4f0e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --navy: #101b2d;
  --navy-light: #1a2b45;
  --gold: #b9914b;
  --gold-soft: #eadfc6;
  --bronze: #8c6731;
  --border: rgba(16, 27, 45, 0.12);
  --border-strong: rgba(16, 27, 45, 0.2);
  --shadow-soft: 0 24px 80px rgba(16, 27, 45, 0.08);
  --shadow-card: 0 18px 55px rgba(16, 27, 45, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1280px;
}
*[b-z7bl97ctex] {
  box-sizing: border-box;
}
html[b-z7bl97ctex] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-z7bl97ctex] {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 8%, rgba(185, 145, 75, 0.16), transparent 30rem), radial-gradient(circle at 88% 2%, rgba(16, 27, 45, 0.12), transparent 26rem), linear-gradient(135deg, var(--paper) 0%, #f7f3eb 42%, #fffdf8 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-z7bl97ctex] {
  color: inherit;
}
[b-z7bl97ctex]::selection {
  background: var(--gold);
  color: #fff;
}
.business-page[b-z7bl97ctex] {
  direction: rtl;
  padding: 3rem 0 0;
}
.business-page article[b-z7bl97ctex] {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  align-items: start;
}
.business-page .hero-section[b-z7bl97ctex] {
  position: sticky;
  top: 120px;
  overflow: hidden;
  min-height: 640px;
  padding: clamp(2.7rem, 5vw, 4.8rem);
  border-radius: 40px;
  color: #fff;
  background: radial-gradient(circle at 25% 20%, rgba(185, 145, 75, 0.42), transparent 22rem), linear-gradient(145deg, #101b2d, #192a44 60%, #14100a);
  box-shadow: 0 32px 88px rgba(16, 27, 45, 0.2);
}
.business-page .hero-section[b-z7bl97ctex]::after {
  content: "تحولات";
  position: absolute;
  left: -1rem;
  bottom: 1rem;
  font-family: var(--font-serif);
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.055);
  line-height: 1;
}
.business-page .hero-section h1[b-z7bl97ctex] {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.6rem, 5.4vw, 5.4rem);
  line-height: 1.1;
  letter-spacing: -0.055em;
}
.business-page .hero-section .meta-description[b-z7bl97ctex] {
  position: relative;
  z-index: 1;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 2.05;
}
.business-page .content-section[b-z7bl97ctex] {
  position: relative;
  padding: clamp(2.3rem, 5vw, 4.3rem);
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.75));
  border: 1px solid rgba(16, 27, 45, 0.1);
  box-shadow: 0 24px 80px rgba(16, 27, 45, 0.08);
}
.business-page .content-section h2[b-z7bl97ctex] {
  margin: 0 0 2rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.045em;
}
.business-page .content-section p[b-z7bl97ctex] {
  position: relative;
  margin: 0 0 1.1rem;
  padding: 1.45rem 4.3rem 1.45rem 1.6rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(16, 27, 45, 0.08);
  color: var(--muted-strong);
  font-size: 1.03rem;
  line-height: 2;
  transition: 0.25s ease;
}
.business-page .content-section p[b-z7bl97ctex]::before {
  content: "";
  position: absolute;
  right: 1.45rem;
  top: 1.75rem;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--gold);
  transform: rotate(45deg);
}
.business-page .content-section p:hover[b-z7bl97ctex] {
  transform: translateX(-7px);
  border-color: rgba(185, 145, 75, 0.45);
  box-shadow: 0 16px 46px rgba(16, 27, 45, 0.08);
}
@media (max-width: 1000px) {
  .business-page[b-z7bl97ctex] {
    padding-top: 1.25rem;
  }
  .business-page article[b-z7bl97ctex] {
    grid-template-columns: 1fr;
  }
  .business-page .hero-section[b-z7bl97ctex] {
    position: relative;
    top: auto;
    min-height: auto;
  }
}
/* /Pages/GrowthOpportunities.razor.rz.scp.css */
:root[b-jer0urrofu] {
  --font-sans: "Inter", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-serif: "Playfair Display", "Georgia", serif;
  --ink: #11151c;
  --ink-soft: #27313f;
  --muted: #687382;
  --muted-strong: #4d5968;
  --paper: #fbfaf7;
  --paper-warm: #f4f0e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --navy: #101b2d;
  --navy-light: #1a2b45;
  --gold: #b9914b;
  --gold-soft: #eadfc6;
  --bronze: #8c6731;
  --border: rgba(16, 27, 45, 0.12);
  --border-strong: rgba(16, 27, 45, 0.2);
  --shadow-soft: 0 24px 80px rgba(16, 27, 45, 0.08);
  --shadow-card: 0 18px 55px rgba(16, 27, 45, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1280px;
}
*[b-jer0urrofu] {
  box-sizing: border-box;
}
html[b-jer0urrofu] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-jer0urrofu] {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 8%, rgba(185, 145, 75, 0.16), transparent 30rem), radial-gradient(circle at 88% 2%, rgba(16, 27, 45, 0.12), transparent 26rem), linear-gradient(135deg, var(--paper) 0%, #f7f3eb 42%, #fffdf8 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-jer0urrofu] {
  color: inherit;
}
[b-jer0urrofu]::selection {
  background: var(--gold);
  color: #fff;
}
.business-page[b-jer0urrofu] {
  direction: rtl;
  padding: 3rem 0 0;
}
.business-page article[b-jer0urrofu] {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  align-items: stretch;
}
.business-page .hero-section[b-jer0urrofu],
.business-page .content-section[b-jer0urrofu] {
  border-radius: 38px;
  border: 1px solid rgba(16, 27, 45, 0.1);
  box-shadow: 0 26px 80px rgba(16, 27, 45, 0.09);
}
.business-page .hero-section[b-jer0urrofu] {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: clamp(2.8rem, 5.5vw, 5rem);
  color: #fff;
  background: radial-gradient(circle at 20% 25%, rgba(185, 145, 75, 0.45), transparent 22rem), linear-gradient(145deg, #0d1828, #1b2d47 58%, #332615);
}
.business-page .hero-section[b-jer0urrofu]::before {
  content: "";
  position: absolute;
  inset: auto 3rem 3rem auto;
  width: 260px;
  height: 260px;
  border-radius: 34px;
  border: 1px solid rgba(234, 223, 198, 0.18);
  transform: rotate(10deg);
}
.business-page .hero-section[b-jer0urrofu]::after {
  content: "فرص";
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  font-family: var(--font-serif);
  font-size: clamp(6rem, 14vw, 12rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
}
.business-page .hero-section header[b-jer0urrofu],
.business-page .hero-section .meta-description[b-jer0urrofu] {
  position: relative;
  z-index: 1;
}
.business-page .hero-section h1[b-jer0urrofu] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.7rem, 5.8vw, 5.9rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.business-page .hero-section .meta-description[b-jer0urrofu] {
  max-width: 720px;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 2.05;
}
.business-page .content-section[b-jer0urrofu] {
  position: relative;
  overflow: hidden;
  padding: clamp(2.3rem, 4.8vw, 4.2rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.75)), radial-gradient(circle at top left, rgba(185, 145, 75, 0.14), transparent 20rem);
}
.business-page .content-section h2[b-jer0urrofu] {
  margin: 0 0 1.8rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.045em;
}
.business-page .content-section p[b-jer0urrofu] {
  position: relative;
  margin: 0 0 1rem;
  padding: 1.45rem 1.5rem 1.45rem 1.5rem;
  border-radius: 24px;
  color: var(--muted-strong);
  font-size: 1.03rem;
  line-height: 2;
  background: #fff;
  border: 1px solid rgba(16, 27, 45, 0.08);
  transition: 0.25s ease;
}
.business-page .content-section p[b-jer0urrofu]::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(to left, var(--gold), rgba(185, 145, 75, 0.08));
}
.business-page .content-section p:hover[b-jer0urrofu] {
  transform: scale(1.025);
  border-color: rgba(185, 145, 75, 0.45);
  box-shadow: 0 18px 48px rgba(16, 27, 45, 0.09);
}
.business-page .content-section p:last-child[b-jer0urrofu] {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .business-page[b-jer0urrofu] {
    padding-top: 1.25rem;
  }
  .business-page article[b-jer0urrofu] {
    grid-template-columns: 1fr;
  }
  .business-page .hero-section[b-jer0urrofu] {
    min-height: auto;
  }
}
/* /Pages/Home.razor.rz.scp.css */
:root[b-o6ntt62ejd] {
  --font-sans: "Inter", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-serif: "Playfair Display", "Georgia", serif;
  --ink: #11151c;
  --ink-soft: #27313f;
  --muted: #687382;
  --muted-strong: #4d5968;
  --paper: #fbfaf7;
  --paper-warm: #f4f0e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --navy: #101b2d;
  --navy-light: #1a2b45;
  --gold: #b9914b;
  --gold-soft: #eadfc6;
  --bronze: #8c6731;
  --border: rgba(16, 27, 45, 0.12);
  --border-strong: rgba(16, 27, 45, 0.2);
  --shadow-soft: 0 24px 80px rgba(16, 27, 45, 0.08);
  --shadow-card: 0 18px 55px rgba(16, 27, 45, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1280px;
}
*[b-o6ntt62ejd] {
  box-sizing: border-box;
}
html[b-o6ntt62ejd] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-o6ntt62ejd] {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 8%, rgba(185, 145, 75, 0.16), transparent 30rem), radial-gradient(circle at 88% 2%, rgba(16, 27, 45, 0.12), transparent 26rem), linear-gradient(135deg, var(--paper) 0%, #f7f3eb 42%, #fffdf8 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-o6ntt62ejd] {
  color: inherit;
}
[b-o6ntt62ejd]::selection {
  background: var(--gold);
  color: #fff;
}
.home-page[b-o6ntt62ejd] {
  direction: rtl;
  padding: 3rem 0 0;
}
.home-page article[b-o6ntt62ejd] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-page .hero-section[b-o6ntt62ejd] {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: clamp(3rem, 7vw, 7rem);
  border-radius: 42px;
  color: #fff;
  background: radial-gradient(circle at 18% 22%, rgba(185, 145, 75, 0.45), transparent 28rem), linear-gradient(135deg, #08111f 0%, #13233a 48%, #17120b 100%);
  box-shadow: 0 35px 90px rgba(16, 27, 45, 0.22);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-page .hero-section[b-o6ntt62ejd]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 35%), repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 15px);
}
.home-page .hero-section[b-o6ntt62ejd]::after {
  content: "";
  position: absolute;
  left: 6%;
  bottom: 8%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 1px solid rgba(234, 223, 198, 0.24);
  box-shadow: inset 0 0 0 46px rgba(255, 255, 255, 0.025), inset 0 0 0 92px rgba(185, 145, 75, 0.04);
}
.home-page .hero-section header[b-o6ntt62ejd],
.home-page .hero-section p[b-o6ntt62ejd] {
  position: relative;
  z-index: 1;
}
.home-page .hero-section h1[b-o6ntt62ejd] {
  max-width: 1050px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
}
.home-page .hero-section p[b-o6ntt62ejd] {
  max-width: 760px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.16rem;
  line-height: 2.1;
}
.home-page .overview-section[b-o6ntt62ejd],
.home-page .atiya-section[b-o6ntt62ejd],
.home-page .economy-section[b-o6ntt62ejd],
.home-page .cta-section[b-o6ntt62ejd] {
  position: relative;
  overflow: hidden;
  padding: clamp(2.3rem, 5vw, 4.5rem);
  border: 1px solid rgba(16, 27, 45, 0.1);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 80px rgba(16, 27, 45, 0.08);
  backdrop-filter: blur(18px);
}
.home-page .overview-section h2[b-o6ntt62ejd],
.home-page .atiya-section h2[b-o6ntt62ejd],
.home-page .economy-section h2[b-o6ntt62ejd],
.home-page .cta-section h2[b-o6ntt62ejd] {
  max-width: 900px;
  margin: 0 0 1.4rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.04em;
}
.home-page .overview-section p[b-o6ntt62ejd],
.home-page .atiya-section p[b-o6ntt62ejd],
.home-page .economy-section p[b-o6ntt62ejd],
.home-page .cta-section p[b-o6ntt62ejd] {
  max-width: 950px;
  margin: 0 0 1.1rem;
  color: var(--muted-strong);
  font-size: 1.06rem;
  line-height: 2.08;
}
.home-page .topics-section[b-o6ntt62ejd] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}
.home-page .topic-card[b-o6ntt62ejd] {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 2rem;
  border-radius: 28px;
  border: 1px solid rgba(16, 27, 45, 0.11);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72)), radial-gradient(circle at top right, rgba(185, 145, 75, 0.16), transparent 15rem);
  box-shadow: 0 18px 55px rgba(16, 27, 45, 0.08);
  transition: 0.3s ease;
}
.home-page .topic-card[b-o6ntt62ejd]::before {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  border-radius: 999px;
  background: var(--gold);
  margin-bottom: 2.1rem;
}
.home-page .topic-card[b-o6ntt62ejd]::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  left: -65px;
  bottom: -65px;
  border-radius: 50%;
  background: rgba(16, 27, 45, 0.06);
}
.home-page .topic-card:hover[b-o6ntt62ejd] {
  transform: translateY(-8px);
  border-color: rgba(185, 145, 75, 0.75);
  box-shadow: 0 26px 70px rgba(16, 27, 45, 0.14);
}
.home-page .topic-card h2[b-o6ntt62ejd] {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--ink);
}
.home-page .topic-card p[b-o6ntt62ejd] {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.95;
}
.home-page .atiya-section[b-o6ntt62ejd] {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72)), radial-gradient(circle at left center, rgba(16, 27, 45, 0.12), transparent 22rem);
}
.home-page .atiya-section[b-o6ntt62ejd]::before {
  content: "01";
  position: absolute;
  left: 3rem;
  top: 2rem;
  font-family: var(--font-serif);
  font-size: 7rem;
  color: rgba(185, 145, 75, 0.11);
  line-height: 1;
}
.home-page .economy-section[b-o6ntt62ejd] {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: center;
}
.home-page .economy-section h2[b-o6ntt62ejd] {
  margin-bottom: 0;
}
.home-page .cta-section[b-o6ntt62ejd] {
  color: #fff;
  background: radial-gradient(circle at 20% 20%, rgba(185, 145, 75, 0.35), transparent 24rem), linear-gradient(135deg, #101b2d, #1b2c46);
}
.home-page .cta-section h2[b-o6ntt62ejd],
.home-page .cta-section p[b-o6ntt62ejd] {
  color: #fff;
}
.home-page .cta-section p[b-o6ntt62ejd] {
  color: rgba(255, 255, 255, 0.74);
}
@media (max-width: 1100px) {
  .home-page .topics-section[b-o6ntt62ejd] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-page .economy-section[b-o6ntt62ejd] {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .home-page[b-o6ntt62ejd] {
    padding-top: 1.25rem;
  }
  .home-page .hero-section[b-o6ntt62ejd] {
    min-height: auto;
    border-radius: 28px;
  }
  .home-page .topics-section[b-o6ntt62ejd] {
    grid-template-columns: 1fr;
  }
  .home-page .topic-card[b-o6ntt62ejd] {
    min-height: auto;
  }
}
/* /Pages/ModernProjects.razor.rz.scp.css */
:root[b-wpswsy9fxk] {
  --font-sans: "Inter", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-serif: "Playfair Display", "Georgia", serif;
  --ink: #11151c;
  --ink-soft: #27313f;
  --muted: #687382;
  --muted-strong: #4d5968;
  --paper: #fbfaf7;
  --paper-warm: #f4f0e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --navy: #101b2d;
  --navy-light: #1a2b45;
  --gold: #b9914b;
  --gold-soft: #eadfc6;
  --bronze: #8c6731;
  --border: rgba(16, 27, 45, 0.12);
  --border-strong: rgba(16, 27, 45, 0.2);
  --shadow-soft: 0 24px 80px rgba(16, 27, 45, 0.08);
  --shadow-card: 0 18px 55px rgba(16, 27, 45, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1280px;
}
*[b-wpswsy9fxk] {
  box-sizing: border-box;
}
html[b-wpswsy9fxk] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-wpswsy9fxk] {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 8%, rgba(185, 145, 75, 0.16), transparent 30rem), radial-gradient(circle at 88% 2%, rgba(16, 27, 45, 0.12), transparent 26rem), linear-gradient(135deg, var(--paper) 0%, #f7f3eb 42%, #fffdf8 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-wpswsy9fxk] {
  color: inherit;
}
[b-wpswsy9fxk]::selection {
  background: var(--gold);
  color: #fff;
}
.business-page[b-wpswsy9fxk] {
  direction: rtl;
  padding: 3rem 0 0;
}
.business-page article[b-wpswsy9fxk] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.business-page .hero-section[b-wpswsy9fxk] {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6.5rem);
  border-radius: 42px;
  color: #fff;
  background: radial-gradient(circle at 18% 20%, rgba(185, 145, 75, 0.42), transparent 22rem), linear-gradient(135deg, #07101d, #14263f 48%, #111827);
  box-shadow: 0 34px 90px rgba(16, 27, 45, 0.2);
}
.business-page .hero-section[b-wpswsy9fxk]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
}
.business-page .hero-section h1[b-wpswsy9fxk] {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.business-page .hero-section .meta-description[b-wpswsy9fxk] {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 2.05;
}
.business-page .content-section[b-wpswsy9fxk] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.business-page .content-section h2[b-wpswsy9fxk] {
  grid-column: 1 / -1;
  margin: 0 0 0.5rem;
  padding: clamp(2.2rem, 5vw, 4rem);
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(16, 27, 45, 0.1);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.045em;
  box-shadow: 0 20px 70px rgba(16, 27, 45, 0.07);
}
.business-page .content-section p[b-wpswsy9fxk] {
  min-height: 270px;
  margin: 0;
  padding: 2rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75)), radial-gradient(circle at top left, rgba(185, 145, 75, 0.14), transparent 16rem);
  border: 1px solid rgba(16, 27, 45, 0.09);
  color: var(--muted-strong);
  font-size: 1.03rem;
  line-height: 2;
  box-shadow: 0 18px 55px rgba(16, 27, 45, 0.07);
  transition: 0.25s ease;
}
.business-page .content-section p[b-wpswsy9fxk]::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 1.5rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold), rgba(185, 145, 75, 0.35));
}
.business-page .content-section p:hover[b-wpswsy9fxk] {
  transform: translateY(-8px);
  border-color: rgba(185, 145, 75, 0.5);
  box-shadow: 0 26px 70px rgba(16, 27, 45, 0.12);
}
@media (max-width: 1000px) {
  .business-page .content-section[b-wpswsy9fxk] {
    grid-template-columns: 1fr;
  }
}
/* /Pages/NetworkExpansion.razor.rz.scp.css */
:root[b-6xhvtqm0qw] {
  --font-sans: "Inter", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-serif: "Playfair Display", "Georgia", serif;
  --ink: #11151c;
  --ink-soft: #27313f;
  --muted: #687382;
  --muted-strong: #4d5968;
  --paper: #fbfaf7;
  --paper-warm: #f4f0e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --navy: #101b2d;
  --navy-light: #1a2b45;
  --gold: #b9914b;
  --gold-soft: #eadfc6;
  --bronze: #8c6731;
  --border: rgba(16, 27, 45, 0.12);
  --border-strong: rgba(16, 27, 45, 0.2);
  --shadow-soft: 0 24px 80px rgba(16, 27, 45, 0.08);
  --shadow-card: 0 18px 55px rgba(16, 27, 45, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1280px;
}
*[b-6xhvtqm0qw] {
  box-sizing: border-box;
}
html[b-6xhvtqm0qw] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-6xhvtqm0qw] {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 8%, rgba(185, 145, 75, 0.16), transparent 30rem), radial-gradient(circle at 88% 2%, rgba(16, 27, 45, 0.12), transparent 26rem), linear-gradient(135deg, var(--paper) 0%, #f7f3eb 42%, #fffdf8 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-6xhvtqm0qw] {
  color: inherit;
}
[b-6xhvtqm0qw]::selection {
  background: var(--gold);
  color: #fff;
}
.business-page[b-6xhvtqm0qw] {
  direction: rtl;
  padding: 3rem 0 0;
}
.business-page article[b-6xhvtqm0qw] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.business-page .hero-section[b-6xhvtqm0qw] {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6.5rem);
  border-radius: 40px;
  color: #fff;
  background: radial-gradient(circle at 85% 20%, rgba(185, 145, 75, 0.4), transparent 20rem), linear-gradient(135deg, #0b1728, #152946 52%, #0e1420);
  box-shadow: 0 32px 90px rgba(16, 27, 45, 0.2);
}
.business-page .hero-section[b-6xhvtqm0qw]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.35) 1px, transparent 1.5px), linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.12) 49%, transparent 50%);
  background-size: 80px 80px, 100% 100%;
  opacity: 0.55;
}
.business-page .hero-section[b-6xhvtqm0qw]::after {
  content: "";
  position: absolute;
  left: 9%;
  top: 18%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(234, 223, 198, 0.22);
  box-shadow: 90px 90px 0 -70px rgba(185, 145, 75, 0.4), -60px 130px 0 -82px rgba(255, 255, 255, 0.35);
}
.business-page .hero-section header[b-6xhvtqm0qw],
.business-page .hero-section .meta-description[b-6xhvtqm0qw] {
  position: relative;
  z-index: 1;
}
.business-page .hero-section h1[b-6xhvtqm0qw] {
  max-width: 960px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.7rem, 5.8vw, 5.7rem);
  line-height: 1.1;
  letter-spacing: -0.055em;
}
.business-page .hero-section .meta-description[b-6xhvtqm0qw] {
  max-width: 760px;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 2.05;
}
.business-page .content-section[b-6xhvtqm0qw] {
  position: relative;
  padding: clamp(2.2rem, 5vw, 4.5rem);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72)), radial-gradient(circle at left center, rgba(185, 145, 75, 0.14), transparent 22rem);
  border: 1px solid rgba(16, 27, 45, 0.1);
  box-shadow: 0 24px 80px rgba(16, 27, 45, 0.08);
}
.business-page .content-section h2[b-6xhvtqm0qw] {
  max-width: 900px;
  margin: 0 0 2.3rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.045em;
}
.business-page .content-section p[b-6xhvtqm0qw] {
  position: relative;
  max-width: 950px;
  margin: 0 0 1rem;
  padding: 1.5rem 4.5rem 1.5rem 1.7rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(16, 27, 45, 0.08);
  color: var(--muted-strong);
  font-size: 1.04rem;
  line-height: 2.05;
  transition: 0.25s ease;
}
.business-page .content-section p[b-6xhvtqm0qw]::before {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
  box-shadow: 0 0 0 9px rgba(185, 145, 75, 0.13);
}
.business-page .content-section p[b-6xhvtqm0qw]::after {
  content: "";
  position: absolute;
  right: 2.15rem;
  top: calc(50% + 15px);
  width: 1px;
  height: calc(100% + 1rem);
  background: rgba(185, 145, 75, 0.25);
}
.business-page .content-section p:last-child[b-6xhvtqm0qw]::after {
  display: none;
}
.business-page .content-section p:hover[b-6xhvtqm0qw] {
  transform: translateX(-8px);
  border-color: rgba(185, 145, 75, 0.45);
  box-shadow: 0 16px 44px rgba(16, 27, 45, 0.08);
}
@media (max-width: 700px) {
  .business-page[b-6xhvtqm0qw] {
    padding-top: 1.25rem;
  }
  .business-page .content-section p[b-6xhvtqm0qw] {
    padding-right: 3.5rem;
  }
}
/* /Pages/RegionalInvestment.razor.rz.scp.css */
:root[b-su02ear24p] {
  --font-sans: "Inter", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-serif: "Playfair Display", "Georgia", serif;
  --ink: #11151c;
  --ink-soft: #27313f;
  --muted: #687382;
  --muted-strong: #4d5968;
  --paper: #fbfaf7;
  --paper-warm: #f4f0e8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --navy: #101b2d;
  --navy-light: #1a2b45;
  --gold: #b9914b;
  --gold-soft: #eadfc6;
  --bronze: #8c6731;
  --border: rgba(16, 27, 45, 0.12);
  --border-strong: rgba(16, 27, 45, 0.2);
  --shadow-soft: 0 24px 80px rgba(16, 27, 45, 0.08);
  --shadow-card: 0 18px 55px rgba(16, 27, 45, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1280px;
}
*[b-su02ear24p] {
  box-sizing: border-box;
}
html[b-su02ear24p] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-su02ear24p] {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 8%, rgba(185, 145, 75, 0.16), transparent 30rem), radial-gradient(circle at 88% 2%, rgba(16, 27, 45, 0.12), transparent 26rem), linear-gradient(135deg, var(--paper) 0%, #f7f3eb 42%, #fffdf8 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-su02ear24p] {
  color: inherit;
}
[b-su02ear24p]::selection {
  background: var(--gold);
  color: #fff;
}
.business-page[b-su02ear24p] {
  direction: rtl;
  padding: 3rem 0 0;
}
.business-page article[b-su02ear24p] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.business-page .hero-section[b-su02ear24p] {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  padding: clamp(3rem, 7vw, 6.2rem);
  border-radius: 42px;
  color: #fff;
  background: radial-gradient(circle at 75% 25%, rgba(185, 145, 75, 0.42), transparent 23rem), linear-gradient(135deg, #0a1424, #142842 50%, #21190e);
  box-shadow: 0 34px 90px rgba(16, 27, 45, 0.2);
}
.business-page .hero-section[b-su02ear24p]::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 14%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(234, 223, 198, 0.22);
  background: linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.12) 50%, transparent 51%), linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.12) 50%, transparent 51%);
}
.business-page .hero-section[b-su02ear24p]::after {
  content: "";
  position: absolute;
  left: 13%;
  top: 28%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 95px 80px 0 rgba(185, 145, 75, 0.8), 175px 150px 0 rgba(185, 145, 75, 0.55), -40px 145px 0 rgba(255, 255, 255, 0.35);
}
.business-page .hero-section h1[b-su02ear24p],
.business-page .hero-section .meta-description[b-su02ear24p] {
  position: relative;
  z-index: 1;
}
.business-page .hero-section h1[b-su02ear24p] {
  max-width: 1000px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.business-page .hero-section .meta-description[b-su02ear24p] {
  max-width: 760px;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 2.05;
}
.business-page .content-section[b-su02ear24p] {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1.3rem;
  align-items: stretch;
}
.business-page .content-section h2[b-su02ear24p] {
  margin: 0;
  padding: clamp(2.3rem, 5vw, 4rem);
  border-radius: 34px;
  background: radial-gradient(circle at top right, rgba(185, 145, 75, 0.18), transparent 18rem), linear-gradient(180deg, #fff, #f7f1e8);
  border: 1px solid rgba(16, 27, 45, 0.1);
  box-shadow: 0 20px 70px rgba(16, 27, 45, 0.07);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.045em;
}
.business-page .content-section p[b-su02ear24p] {
  margin: 0 0 1rem;
  padding: 1.7rem 1.9rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 27, 45, 0.09);
  color: var(--muted-strong);
  font-size: 1.03rem;
  line-height: 2;
  box-shadow: 0 18px 55px rgba(16, 27, 45, 0.07);
  transition: 0.25s ease;
}
.business-page .content-section p:hover[b-su02ear24p] {
  transform: translateY(-6px);
  border-color: rgba(185, 145, 75, 0.45);
}
.business-page .content-section p:last-child[b-su02ear24p] {
  margin-bottom: 0;
}
@media (max-width: 950px) {
  .business-page[b-su02ear24p] {
    padding-top: 1.25rem;
  }
  .business-page .content-section[b-su02ear24p] {
    grid-template-columns: 1fr;
  }
}
