/* ============================================================
   BASEM INTERNATIONAL — Multi-Page Premium Design
   Languages: 15 (en, fr, ar, es, de, it, pt, ru, zh, ja, ko, tr, nl, pl, el)
   ============================================================ */

:root {
  --royal-950: #050f21;
  --royal-900: #07152d;
  --royal-800: #0a1f3d;
  --royal-700: #113366;
  --royal-600: #1a4e96;
  --royal-500: #2563b8;
  --gold: #c8a84e;
  --gold-light: #e8ca7a;
  --white: #ffffff;
  --ink: #15223a;
  --slate: #5f6d83;
  --slate-light: #8492a8;
  --surface: #f6f9ff;
  --surface-2: #fafcff;
  --line: #dbe4f3;
  --line-strong: #b8c6dd;
  --radius: 14px;
  --radius-lg: 24px;
  --shadow-sm: 0 6px 18px rgba(10, 31, 61, 0.07);
  --shadow-md: 0 18px 50px rgba(10, 31, 61, 0.13);
  --shadow-lg: 0 28px 80px rgba(10, 31, 61, 0.18);
  --shadow-gold: 0 10px 30px rgba(200, 168, 78, 0.35);
  --max-w: 1280px;
  --ease: all .42s cubic-bezier(.2,.8,.2,1);
  --font-en: "Inter", "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-ar: "Cairo", "Tajawal", "Inter", sans-serif;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-en);
  color: var(--ink);
  background: var(--white);
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", "Inter", sans-serif;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--royal-800);
  font-weight: 800;
}

p { color: var(--slate); }
a { color: inherit; text-decoration: none; transition: var(--ease); }
img { display: block; max-width: 100%; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

.container { width: min(92%, var(--max-w)); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.section-title { text-align: center; margin-bottom: 3.5rem; }
.section-title .tag {
  display: inline-flex; padding: .38rem 1rem;
  border: 1px solid rgba(17, 51, 102, .2);
  border-radius: 999px; letter-spacing: .14em;
  font-size: .72rem; color: var(--royal-700);
  text-transform: uppercase; margin-bottom: 1rem;
  font-weight: 700;
}
.section-title h2 {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  margin-bottom: .8rem; max-width: 800px; margin-inline: auto;
}
.section-title p { max-width: 720px; margin-inline: auto; font-size: 1.05rem; }
.section-divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px; margin: 0 auto 1.5rem;
}

/* ---------- Scroll progress & loader ---------- */
#scrollProgress {
  position: fixed; top: 0; left: 0; height: 3px;
  width: 0; z-index: 10000;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
#toTop {
  position: fixed; right: 20px; bottom: 18px; z-index: 9997;
  width: 48px; height: 48px; border: none; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--royal-800); color: #fff;
  box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: var(--ease); font-size: 1.2rem;
}
#toTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
#toTop:hover { background: var(--royal-700); transform: translateY(-3px); }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--royal-950);
  color: rgba(255,255,255,.82);
  font-size: .8rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-row {
  min-height: 42px; display: flex;
  justify-content: space-between; align-items: center;
  gap: 1rem;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.topbar-dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: #59e8a4; box-shadow: 0 0 0 6px rgba(89,232,164,.15);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(89,232,164,.15); }
  50% { box-shadow: 0 0 0 8px rgba(89,232,164,.04); }
}

/* ---------- Header / Nav ---------- */
header {
  position: sticky; top: 0; z-index: 9999;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(7, 21, 45, .06);
}
.navbar {
  min-height: 84px; display: flex;
  align-items: center; justify-content: space-between;
  gap: 1rem;
}
.logo { display: flex; align-items: center; gap: .8rem; }
.logo-mark {
  width: 54px; height: 54px; border-radius: 14px;
  background: #fff; display: grid; place-items: center;
  overflow: hidden; border: 1px solid rgba(17, 51, 102, .12);
  box-shadow: var(--shadow-sm);
}
.logo-mark img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.logo-text { font-weight: 800; color: var(--royal-800); line-height: 1.12; }
.logo-text span {
  display: block; font-weight: 500; letter-spacing: .08em;
  font-size: .68rem; color: var(--slate); text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 1.4rem; }
.nav-links a {
  font-size: .92rem; font-weight: 600; letter-spacing: .01em;
  color: #22304a; position: relative; padding: .45rem .1rem;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -.18rem;
  width: 0; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transition: var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--royal-800); }
.nav-cta {
  display: none;
  border: none; cursor: pointer; font-weight: 700;
  background: var(--royal-800); color: #fff;
  padding: .68rem 1.15rem; border-radius: 11px;
  box-shadow: var(--shadow-sm);
  transition: var(--ease);
}
.nav-cta:hover { background: var(--gold); color: var(--royal-900); box-shadow: var(--shadow-gold); }
.lang-switcher {
  position: relative;
}
.lang-btn {
  display: inline-flex; align-items: center; gap: .4rem;
  border: 1px solid rgba(17, 51, 102, .2);
  background: #fff; border-radius: 999px;
  padding: .42rem .85rem; font-size: .85rem;
  font-weight: 600; color: var(--royal-800);
  cursor: pointer; transition: var(--ease);
}
.lang-btn:hover { border-color: var(--gold); }
.lang-btn .globe-icon { font-size: .95rem; }
.lang-menu {
  position: absolute; top: calc(100% + 10px); right: 0;
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: .5rem; min-width: 260px; max-height: 380px;
  overflow-y: auto; z-index: 100;
  opacity: 0; visibility: hidden;
  transform: translateY(-8px);
  transition: var(--ease);
}
.lang-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu a {
  display: flex; align-items: center; gap: .6rem;
  padding: .55rem .8rem; border-radius: 9px;
  font-size: .88rem; color: var(--ink);
  font-weight: 500;
}
.lang-menu a:hover { background: var(--surface); color: var(--royal-700); }
.lang-menu a.active { background: var(--royal-800); color: #fff; }
.lang-menu .flag { font-size: 1.05rem; }

.mobile-toggle {
  display: none; border: none; background: transparent;
  font-size: 1.6rem; color: var(--royal-800);
  padding: .4rem; border-radius: 8px;
}
.mobile-overlay {
  position: fixed; inset: 0; z-index: 9998;
  background: rgba(7, 21, 45, .7);
  opacity: 0; visibility: hidden; transition: var(--ease);
}
.mobile-overlay.open { opacity: 1; visibility: visible; }
.mobile-panel {
  position: fixed; top: 0; right: -380px;
  width: min(86vw, 380px); height: 100vh;
  background: #fff; z-index: 9999;
  padding: 2rem 1.4rem; box-shadow: var(--shadow-lg);
  transition: var(--ease); overflow-y: auto;
}
.mobile-panel.open { right: 0; }
.mobile-list { margin-top: 3.2rem; display: grid; gap: .35rem; }
.mobile-list a {
  display: block; padding: .85rem .5rem;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}
.mobile-list a:hover { color: var(--gold); }
.mobile-lang { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.mobile-lang a {
  display: inline-block; padding: .35rem .7rem; margin: .2rem;
  border: 1px solid var(--line); border-radius: 999px;
  font-size: .82rem; font-weight: 600;
}
.mobile-lang a.active { background: var(--royal-800); color: #fff; border-color: var(--royal-800); }

/* ---------- Buttons ---------- */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  border: none; cursor: pointer; font-weight: 700;
  padding: .92rem 1.5rem; border-radius: 12px;
  transition: var(--ease); font-size: .95rem;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(140deg, var(--royal-700), var(--royal-800));
  color: #fff; box-shadow: var(--shadow-md);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-gold {
  background: linear-gradient(140deg, var(--gold), var(--gold-light));
  color: var(--royal-900); box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-2px); }
.btn-outline {
  background: #fff; color: var(--royal-800);
  border: 1.5px solid rgba(17, 51, 102, .24);
}
.btn-outline:hover { border-color: var(--royal-800); background: var(--surface); }
.btn-gold-outline {
  background: transparent; color: var(--gold);
  border: 1.5px solid var(--gold);
}
.btn-gold-outline:hover { background: var(--gold); color: var(--royal-900); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: var(--royal-800);
}
.btn-ghost:hover { color: var(--gold); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: calc(100vh - 130px);
  display: grid; place-items: center; overflow: clip;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(37, 99, 184, 0.12), transparent 60%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 65%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(10,31,61,.05) 1px, transparent 1px);
  background-size: 30px 30px; opacity: .5;
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; opacity: .42; }
.hero-inner {
  position: relative; z-index: 2; text-align: center;
  max-width: 920px; padding: 5rem 0 4rem;
}
.hero-kicker {
  display: inline-flex; gap: .45rem; align-items: center;
  border: 1px solid rgba(17, 51, 102, .2); border-radius: 999px;
  padding: .42rem 1rem; font-size: .78rem;
  color: var(--royal-700); text-transform: uppercase;
  letter-spacing: .12em; font-weight: 700;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(6px);
}
.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  margin: 1.2rem 0 1.2rem; line-height: 1.05;
}
.hero h1 .gradient-text {
  background: linear-gradient(140deg, var(--royal-700), var(--gold));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero p { font-size: clamp(1rem, 1.8vw, 1.18rem); max-width: 740px; margin: 0 auto 2.2rem; }
.cta-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }
.stats-row {
  margin-top: 3rem; display: grid;
  grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.stat-card {
  background: rgba(255,255,255,.88); border: 1px solid rgba(17, 51, 102, .11);
  border-radius: var(--radius); padding: 1.2rem;
  backdrop-filter: blur(8px);
  transition: var(--ease);
}
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-num {
  font-size: 2.2rem; font-weight: 800; color: var(--royal-800);
  font-family: "Manrope", sans-serif;
  background: linear-gradient(140deg, var(--royal-700), var(--gold));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-label {
  font-size: .76rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--slate);
  font-weight: 600; margin-top: .25rem;
}

/* ---------- Page header (for inner pages) ---------- */
.page-header {
  background: linear-gradient(165deg, var(--royal-900), var(--royal-800));
  color: #fff; padding: 8rem 0 5rem;
  position: relative; overflow: hidden;
}
.page-header::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 30px 30px; opacity: .6;
}
.page-header::after {
  content: ""; position: absolute; top: -50%; right: -10%;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 168, 78, 0.18), transparent 70%);
}
.page-header .container { position: relative; z-index: 2; text-align: center; }
.page-header .tag {
  display: inline-flex; padding: .38rem 1rem;
  border: 1px solid rgba(255,255,255,.3); border-radius: 999px;
  letter-spacing: .14em; font-size: .72rem;
  color: var(--gold-light); text-transform: uppercase;
  margin-bottom: 1rem; font-weight: 700;
}
.page-header h1 {
  color: #fff; font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin-bottom: 1rem;
}
.page-header p { color: rgba(255,255,255,.85); max-width: 720px; margin-inline: auto; font-size: 1.1rem; }
.breadcrumb {
  display: inline-flex; align-items: center; gap: .5rem;
  margin-top: 1.5rem; font-size: .85rem;
  color: rgba(255,255,255,.7);
}
.breadcrumb a { color: var(--gold-light); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { opacity: .4; }

/* ---------- Section backgrounds ---------- */
.bg-surface { background: var(--surface); }
.bg-white { background: #fff; }
.bg-dark {
  color: #fff; background: linear-gradient(165deg, var(--royal-900), var(--royal-800));
}
.bg-dark .section-title .tag { border-color: rgba(255,255,255,.3); color: var(--gold-light); }
.bg-dark .section-title h2, .bg-dark .section-title p { color: #fff; }

/* ---------- About ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }

.frame {
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; box-shadow: var(--shadow-lg);
}
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame.tall { height: 480px; }
.frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,21,45,.35), transparent 55%);
}
.founded-badge {
  position: absolute; left: 1.2rem; bottom: 1.2rem; z-index: 2;
  background: rgba(255,255,255,.95); border-radius: 12px;
  padding: .9rem 1.1rem;
}
.founded-badge b { color: var(--royal-800); font-size: 1.4rem; display: block; line-height: 1; }
.founded-badge small { font-size: .74rem; color: var(--slate); text-transform: uppercase; letter-spacing: .1em; }

.list-check { display: grid; gap: 1rem; margin-top: 1.5rem; }
.list-check li { display: flex; gap: .8rem; align-items: flex-start; }
.list-check li::before {
  content: "✓"; width: 26px; height: 26px; flex: 0 0 26px;
  border-radius: 999px; display: grid; place-items: center;
  background: linear-gradient(140deg, var(--gold), var(--gold-light));
  color: var(--royal-900); font-size: .85rem; font-weight: 800;
  margin-top: .15rem;
}
.list-check li strong { color: var(--royal-800); display: block; margin-bottom: .15rem; }
.list-check li span { color: var(--slate); font-size: .92rem; }

.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3rem; }
.vm-card { padding: 2rem; border-radius: 18px; box-shadow: var(--shadow-sm); transition: var(--ease); }
.vm-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.vm-card.vision {
  background: linear-gradient(140deg, var(--royal-700), var(--royal-800));
  color: #fff;
}
.vm-card.vision h3, .vm-card.vision p { color: #fff; }
.vm-card.mission { background: #fff; border: 1px solid var(--line); }
.vm-card .icon-circle {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(200, 168, 78, .15);
  display: grid; place-items: center;
  margin-bottom: 1rem; font-size: 1.4rem;
}
.vm-card.vision .icon-circle { background: rgba(255,255,255,.1); }

/* ---------- Chairman ---------- */
.chairman-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: center; }
.chairman-photo {
  height: 560px; max-width: 440px; justify-self: center;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  display: flex; align-items: stretch; justify-content: center;
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; box-shadow: var(--shadow-lg);
}
.chairman-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.chairman-photo::after { display: none; }
.chairman-panel {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid var(--line); border-radius: 18px;
  padding: 1.8rem; box-shadow: var(--shadow-sm);
}
.chairman-panel h3 { margin-bottom: 1rem; font-size: 1.4rem; }
.chairman-panel p { margin-bottom: 1rem; }
.chairman-signoff {
  margin-top: 1.2rem; font-weight: 700;
  color: var(--royal-700); padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.quote-mark {
  font-size: 4rem; color: var(--gold); line-height: 1;
  font-family: Georgia, serif; opacity: .6;
  margin-bottom: -.5rem;
}

/* ---------- Companies ---------- */
.companies-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.company-card {
  display: block; color: inherit; background: #fff;
  border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: var(--ease);
}
.company-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.company-media { height: 260px; overflow: hidden; position: relative; }
.company-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.company-card:hover .company-media img { transform: scale(1.07); }
.company-card:hover h3 { color: var(--royal-600); }
.company-body { padding: 1.5rem 1.5rem 1.7rem; }
.company-kicker {
  font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 700; margin-bottom: .5rem;
}
.company-body h3 { margin-bottom: .6rem; font-size: 1.25rem; }
.company-body p { font-size: .95rem; }
.company-cta {
  display: inline-flex; align-items: center; gap: .35rem;
  margin-top: 1rem; font-weight: 700;
  color: var(--royal-700); font-size: .9rem;
}
.company-cta::after { content: "→"; transition: var(--ease); }
.company-card:hover .company-cta::after { transform: translateX(4px); }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card {
  background: linear-gradient(180deg, #fff, #fbfdff);
  border: 1px solid var(--line); border-radius: 16px;
  padding: 1.8rem; box-shadow: var(--shadow-sm);
  transform-style: preserve-3d;
  transition: transform .18s ease-out, box-shadow .3s ease;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s ease;
}
.service-card:hover { box-shadow: var(--shadow-md); }
.service-card:hover::before { transform: scaleX(1); }
.service-num {
  font-weight: 800; color: var(--gold);
  letter-spacing: .08em; font-size: .78rem;
  font-family: "Manrope", monospace;
}
.service-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: linear-gradient(140deg, rgba(37, 99, 184, .1), rgba(200, 168, 78, .1));
  display: grid; place-items: center;
  margin: .8rem 0 1rem; font-size: 1.5rem;
}
.service-card h3 { margin: .35rem 0 .6rem; font-size: 1.1rem; }
.service-card p { font-size: .92rem; }

/* ---------- Partners / Map ---------- */
.globe-wrap {
  margin-top: 1rem; border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px; overflow: hidden;
  background: radial-gradient(circle at 50% 20%, rgba(46,90,154,.35), rgba(7,21,45,.15));
}
#partnersGlobe { width: 100%; height: 440px; display: block; }

/* Partners section - dark background */
.section.partners { color: #fff !important; background: linear-gradient(165deg, #050f21, #113366) !important; }
.section.partners::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 28px 28px; opacity: .7; pointer-events: none; }
.section.partners .container { position: relative; z-index: 2; }
.section.partners .section-title .tag { border-color: rgba(255,255,255,.3); color: var(--gold-light); }
.section.partners .section-title h2 { color: #fff; }
.section.partners .section-title p { color: rgba(255,255,255,.85); }

.regions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 2rem; }
.region-card {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px; padding: 1.5rem 1.3rem;
  transition: var(--ease);
  color: #fff;
  position: relative; overflow: hidden;
}
.region-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.region-tags span {
  padding: .3rem .75rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-size: .78rem;
  color: #fff !important;
  white-space: nowrap;
  display: inline-block;
}

/* ---------- World map ---------- */
.world-map {
  margin-top: 2rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  padding: 1.5rem;
  background: radial-gradient(ellipse at center, rgba(26, 78, 150, .25), rgba(7, 21, 45, .15));
  overflow: hidden;
  position: relative;
}
.world-map svg { width: 100%; height: auto; display: block; }
.world-map .map-pulse {
  animation: mapPulse 2.4s ease-in-out infinite;
  transform-origin: center;
}
.world-map .map-pulse:nth-child(2) { animation-delay: .3s; }
.world-map .map-pulse:nth-child(3) { animation-delay: .6s; }
.world-map .map-pulse:nth-child(4) { animation-delay: .9s; }
@keyframes mapPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: .5; }
}
.world-map .map-lines path {
  stroke-dasharray: 4 5;
  animation: dashFlow 3s linear infinite;
}
.world-map .map-lines path:nth-child(2) { animation-delay: .5s; }
.world-map .map-lines path:nth-child(3) { animation-delay: 1s; }
.world-map .map-lines path:nth-child(4) { animation-delay: 1.5s; }
.world-map .map-lines path:nth-child(5) { animation-delay: 2s; }
.world-map .map-lines path:nth-child(6) { animation-delay: 2.5s; }
@keyframes dashFlow {
  to { stroke-dashoffset: -100; }
}
.region-card::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s ease;
}
.region-card:hover::before { transform: scaleX(1); }
.region-card:hover { background: rgba(255,255,255,.14); transform: translateY(-5px); border-color: var(--gold); }
.region-card .region-flag { font-size: 2.4rem; margin-bottom: .7rem; display: block; line-height: 1; }
.region-card h4 { color: #fff !important; font-size: 1.2rem !important; margin-bottom: .4rem !important; font-weight: 700 !important; }
.region-card p { color: rgba(255,255,255,.85) !important; font-size: .9rem !important; margin: 0 !important; line-height: 1.5 !important; }

/* ---------- Infrastructure ---------- */
.infra-photo { min-height: 460px; }
.infra-photo img { height: 100%; object-fit: cover; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.why-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 1.3rem;
  transition: var(--ease);
}
.why-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--gold); }
.why-card .why-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: linear-gradient(140deg, var(--royal-700), var(--royal-800));
  color: #fff; display: grid; place-items: center;
  margin-bottom: .8rem; font-size: 1.1rem;
}
.why-card h4 { font-size: 1rem; margin-bottom: .35rem; }
.why-card p { font-size: .88rem; }

/* ---------- Stats big ---------- */
.big-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.big-stat {
  text-align: center; padding: 1.5rem;
  border: 1px solid var(--line); border-radius: 16px;
  background: #fff; transition: var(--ease);
}
.big-stat:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.big-stat .num {
  font-size: 2.8rem; font-weight: 800; line-height: 1;
  font-family: "Manrope", sans-serif;
  background: linear-gradient(140deg, var(--royal-700), var(--gold));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.big-stat .label { color: var(--slate); font-size: .9rem; margin-top: .5rem; font-weight: 600; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 2rem; }
.contact-panel {
  background: linear-gradient(155deg, var(--royal-900), var(--royal-700));
  color: #fff; border-radius: 18px; padding: 2rem;
  position: relative; overflow: hidden;
}
.contact-panel::before {
  content: ""; position: absolute; top: -50%; right: -30%;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 168, 78, .15), transparent 70%);
}
.contact-panel h3 { color: #fff; margin-bottom: .5rem; font-size: 1.4rem; }
.contact-panel > p { color: rgba(255,255,255,.85); position: relative; z-index: 2; }
.contact-list { list-style: none; display: grid; gap: 1rem; margin-top: 1.5rem; position: relative; z-index: 2; }
.contact-list li { display: flex; gap: .9rem; align-items: flex-start; color: rgba(255,255,255,.94); }
.contact-list .ico {
  width: 38px; height: 38px; flex: 0 0 38px;
  border-radius: 10px; background: rgba(255,255,255,.1);
  display: grid; place-items: center; font-size: 1rem;
}
.contact-list strong { display: block; color: var(--gold-light); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: .15rem; }
.contact-list span { color: rgba(255,255,255,.92); }

.form-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 18px; padding: 2rem; box-shadow: var(--shadow-sm);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { position: relative; margin-bottom: 1rem; }
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid #c9d5e8; border-radius: 12px;
  background: #fff; padding: 1.1rem .85rem .65rem;
  font: inherit; color: var(--ink); outline: none;
  transition: var(--ease);
}
.field textarea { min-height: 130px; resize: vertical; }
.field label {
  position: absolute; left: .82rem; top: .86rem;
  font-size: .9rem; color: #6f7e97; pointer-events: none;
  transition: var(--ease); background: #fff; padding-inline: .15rem;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--royal-600);
  box-shadow: 0 0 0 4px rgba(26, 78, 150, .12);
}
.field input:focus + label, .field textarea:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:not(:placeholder-shown) + label,
.field select:focus + label,
.field select:valid + label {
  transform: translateY(-1.15rem); font-size: .72rem;
  color: var(--royal-700); font-weight: 600;
}
.form-success {
  background: linear-gradient(140deg, rgba(89, 232, 164, .15), rgba(89, 232, 164, .05));
  border: 1px solid #59e8a4; color: #0d6e3f;
  border-radius: 12px; padding: 1rem; margin-bottom: 1rem;
  display: none; font-weight: 600;
}
.form-success.show { display: block; }

/* ---------- News / Blog ---------- */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.news-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-sm); transition: var(--ease);
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.news-media { height: 220px; overflow: hidden; position: relative; }
.news-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.news-card:hover .news-media img { transform: scale(1.06); }
.news-tag {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--gold); color: var(--royal-900);
  padding: .25rem .65rem; border-radius: 999px;
  font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
}
.news-body { padding: 1.3rem 1.4rem 1.5rem; }
.news-meta { font-size: .8rem; color: var(--slate); margin-bottom: .5rem; display: flex; gap: 1rem; }
.news-body h3 { font-size: 1.1rem; margin-bottom: .5rem; }
.news-body p { font-size: .9rem; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--royal-900), var(--royal-700));
  color: #fff; border-radius: 24px; padding: 3.5rem 2rem;
  text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 24px 24px;
}
.cta-banner::after {
  content: ""; position: absolute; top: -30%; right: -10%;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 168, 78, .2), transparent 70%);
}
.cta-banner h2 { color: #fff; font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin-bottom: 1rem; position: relative; z-index: 2; }
.cta-banner p { color: rgba(255,255,255,.85); max-width: 600px; margin: 0 auto 1.8rem; position: relative; z-index: 2; }
.cta-banner .cta-row { position: relative; z-index: 2; }

/* ---------- Footer ---------- */
footer {
  position: relative; color: #fff;
  background: linear-gradient(170deg, var(--royal-900), #050f21);
  padding: 4.5rem 0 2rem;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 2rem; }
.footer-brand p { color: rgba(255,255,255,.7); margin-top: 1rem; font-size: .92rem; }
.footer-grid h4 { color: #fff; margin-bottom: 1rem; font-size: 1rem; }
.footer-grid ul { list-style: none; display: grid; gap: .55rem; }
.footer-grid a { color: rgba(255,255,255,.7); font-size: .9rem; }
.footer-grid a:hover { color: var(--gold); }
.social-row { display: flex; gap: .6rem; margin-top: 1.2rem; }
.social-row a {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  font-size: .9rem;
}
.social-row a:hover { background: var(--gold); color: var(--royal-900); border-color: var(--gold); }

.newsletter {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px; padding: 1rem;
  background: rgba(255,255,255,.04);
}
.newsletter p { font-size: .85rem; color: rgba(255,255,255,.72); }
.newsletter-row { display: flex; gap: .5rem; margin-top: .65rem; }
.newsletter input {
  flex: 1; border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06); color: #fff;
  border-radius: 10px; padding: .65rem .75rem;
  font-size: .88rem;
}
.newsletter input::placeholder { color: rgba(255,255,255,.5); }
.newsletter button {
  border: none; background: var(--gold); color: var(--royal-900);
  border-radius: 10px; font-weight: 700;
  padding: .65rem .9rem; cursor: pointer;
  font-size: .85rem; transition: var(--ease);
}
.newsletter button:hover { background: var(--gold-light); }

.footer-bottom {
  margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 1.2rem; color: rgba(255,255,255,.6);
  font-size: .85rem; display: flex;
  justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ---------- Trust ticker ---------- */
.ticker-section {
  background: linear-gradient(135deg, var(--royal-950), var(--royal-900));
  padding: 2rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}
.ticker-label {
  text-align: center;
  font-size: .75rem; letter-spacing: .25em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.ticker-wrap {
  overflow: hidden; position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker-track {
  display: flex; gap: 3rem;
  animation: tickerScroll 35s linear infinite;
  width: max-content;
  color: rgba(255,255,255,.85);
  font-weight: 500; font-size: .9rem;
}
.ticker-track span { white-space: nowrap; }
.ticker-track span:nth-child(odd) { color: rgba(255,255,255,.95); }
.ticker-track span:nth-child(even) { color: var(--gold); }
@keyframes tickerScroll {
  to { transform: translateX(-50%); }
}

/* Fallback: if JS is disabled, show all content */
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- RTL support ---------- */
html[dir="rtl"] body { direction: rtl; font-family: var(--font-ar); }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4 {
  font-family: var(--font-ar);
}
html[dir="rtl"] .topbar-row,
html[dir="rtl"] .navbar,
html[dir="rtl"] .topbar-left,
html[dir="rtl"] .topbar-right,
html[dir="rtl"] .logo { flex-direction: row-reverse; }
html[dir="rtl"] .nav-links { direction: rtl; }
html[dir="rtl"] .list-check li { text-align: right; }
html[dir="rtl"] .list-check li::before { margin-left: .5rem; margin-right: 0; }
html[dir="rtl"] .contact-panel,
html[dir="rtl"] .form-card,
html[dir="rtl"] .chairman-panel,
html[dir="rtl"] .company-body,
html[dir="rtl"] .why-card,
html[dir="rtl"] .service-card,
html[dir="rtl"] .vm-card,
html[dir="rtl"] .big-stat { text-align: right; }
html[dir="rtl"] .field label { left: auto; right: .82rem; }
html[dir="rtl"] .mobile-panel { right: auto; left: -380px; }
html[dir="rtl"] .mobile-panel.open { left: 0; }
html[dir="rtl"] .service-num { letter-spacing: 0; }
html[dir="rtl"] .section-title .tag { letter-spacing: 0; }
html[dir="rtl"] .founded-badge,
html[dir="rtl"] .contact-list li { flex-direction: row-reverse; text-align: right; }
html[dir="rtl"] .footer-bottom { flex-direction: row-reverse; }
html[dir="rtl"] .social-row { flex-direction: row-reverse; }
html[dir="rtl"] .breadcrumb { flex-direction: row-reverse; }

/* ---------- Responsive ---------- */
@media (max-width: 1280px) {
  .nav-links { gap: .7rem; }
  .nav-links a { font-size: .8rem; }
  .nav-cta { padding: .5rem .75rem !important; font-size: .8rem; }
  .lang-btn { font-size: .74rem; padding: .3rem .55rem; }
  .lang-btn .globe-icon { display: none; }
  .logo-text { font-size: .85rem; }
  .logo-text span { font-size: .58rem; }
  .logo-mark { width: 46px; height: 46px; }
}
@media (max-width: 1140px) {
  .nav-links .nav-cta { display: none; }
  .navbar { gap: .5rem; }
}
@media (max-width: 1024px) {
  .grid-2, .contact-grid, .chairman-grid { grid-template-columns: 1fr; }
  .grid-3, .grid-4, .services-grid, .why-grid, .news-grid, .companies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .big-stats, .regions-grid { grid-template-columns: repeat(2, 1fr); }
  .frame.tall { height: 380px; }
  .chairman-photo { height: 480px; max-width: 380px; }
  .vm-grid { grid-template-columns: 1fr; }
  .nav-links .nav-cta { display: none; }
}

@media (max-width: 760px) {
  .topbar { display: none; }
  .nav-links { display: none; }
  .mobile-toggle { display: inline-block; }
  .lang-switcher { display: none; }
  .stats-row { grid-template-columns: 1fr; }
  .grid-2, .grid-3, .grid-4, .services-grid, .why-grid, .vm-grid,
  .companies-grid, .news-grid, .big-stats, .regions-grid, .form-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .page-header { padding: 6rem 0 3.5rem; }
  .cta-banner { padding: 2.5rem 1.5rem; }
  .navbar { min-height: 70px; }
  .logo-mark { width: 46px; height: 46px; }
  .logo-text { font-size: .92rem; }
  .logo-text span { font-size: .6rem; }
}
