:root {
  --bg: #05070d;
  --bg2: #0b1220;
  --card: rgba(16, 24, 39, 0.86);
  --line: #1e3a5f;
  --cyan: #38bdf8;
  --blue: #3b82f6;
  --text: #e8eef8;
  --muted: #9fb3c8;
  --white: #f8fbff;
  --heading: #f8fbff;
  --nav: #f8fbff;
  --header-bg: rgba(6, 9, 16, 0.62);
  --header-border: rgba(56, 189, 248, 0.12);
  --drop-bg: #0d1728;
  --chip-bg: #101827;
  --input-bg: #0a1220;
  --footer-bg: #070b14;
  --section-alt: rgba(8, 14, 26, 0.35);
  --eco-bg: rgba(8, 15, 28, 0.6);
  --copy: #6b8098;
  --link-hover: #7dd3fc;
  --mobile-nav: #0b1220;
  --stat-bg: #ffffff;
  --stat-num: #0f3a6b;
  --stat-label: #4b6078;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; overflow-y: scroll; }
html { background: #060910; }
body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  color: var(--text);
  line-height: 1.7;
  min-height: 100vh;
  background-color: #060910;
  background-image:
    radial-gradient(ellipse 90% 55% at 50% -8%, rgba(56, 189, 248, 0.16), transparent 58%),
    radial-gradient(ellipse 45% 35% at 100% 18%, rgba(37, 99, 235, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 30% at 0% 82%, rgba(14, 165, 233, 0.08), transparent 50%),
    linear-gradient(180deg, #081018 0%, #060910 42%, #05070d 100%);
  background-attachment: fixed;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(rgba(186, 230, 253, 0.09) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(56, 189, 248, 0.14), transparent 28%),
    radial-gradient(circle at 72% 62%, rgba(59, 130, 246, 0.08), transparent 22%);
  animation: glowDrift 18s ease-in-out infinite alternate;
}
body > * { position: relative; z-index: 1; }
body > .site-header { z-index: 200; }
@keyframes glowDrift {
  from { transform: translate3d(0, 0, 0); opacity: .85; }
  to { transform: translate3d(0, 18px, 0); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  body::after { animation: none; }
  .hero-cta { transition: none !important; }
  .hero-home.is-revealing .hero-endcard-logo,
  .hero-home.is-revealing .hero-endcard-name,
  .hero-home.is-revealing .hero-endcard-title,
  .hero-home.is-revealing .hero-endcard-lead,
  .hero-home.is-revealing .hero-branches,
  .hero-home.is-revealing .hero-endcard-actions,
  .hero-home.is-revealing .hero-scroll,
  .hero-home.is-frozen .hero-endcard-logo,
  .hero-home.is-frozen .hero-endcard-name,
  .hero-home.is-frozen .hero-endcard-title,
  .hero-home.is-frozen .hero-endcard-lead,
  .hero-home.is-frozen .hero-branches,
  .hero-home.is-frozen .hero-endcard-actions,
  .hero-home.is-frozen .hero-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hero-branch { animation: none !important; }
  .hero-scroll-mouse i { animation: none !important; }
  .hero-still, .hero-end, .hero-video, .hero-cover::before { transition: none !important; }
  .hero .wrap > *,
  .hero-radar,
  .hero-beam,
  .hero-core-mark,
  .hero-word span,
  .hero-word::after,
  .hero-port,
  .hero-port i,
  .ad-banner.in-view::after,
  .ad-stage,
  .ad-layer-actor,
  .ad-layer-flow,
  .ad-liquid {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
  .reveal { opacity: 1; transform: none; }
  .ad-scene { height: auto; min-height: 0; }
  .ad-banner { position: relative; top: auto; }
  .quote-ring, .quote-ring-2, .quote-visual img { animation: none !important; }
  .logo-track { animation: none !important; }
  .ad-scene.constellation .ad-banner::before,
  .ad-scene.constellation .ad-banner::after { animation: none !important; }
}
img { max-width: 100%; display: block; }
a { color: var(--cyan); text-decoration: none; }
a:hover { color: var(--link-hover); }
.wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }

.en { display: none !important; }
html[lang="en"] .en { display: revert !important; }
html[lang="en"] .ar { display: none !important; }
.en-block { display: none; }
.ar-block { display: block; }
html[lang="en"] .en-block { display: block; }
html[lang="en"] .ar-block { display: none; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 76px;
  background: var(--header-bg);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--header-border);
  transform: none !important;
  isolation: isolate;
}
body { padding-top: 76px; }
body[data-page="home"] { padding-top: 0; }
html.hero-cinematic .site-header {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: transparent;
}
html.hero-cinematic[data-theme="dark"] .site-header {
  --heading: #12243c;
  --nav: #1c334c;
}
html.hero-cinematic[data-theme="dark"] .site-header .logo { color: #12243c; }
html.hero-cinematic[data-theme="dark"] .site-header .theme-btn,
html.hero-cinematic[data-theme="dark"] .site-header .lang-switch,
html.hero-cinematic[data-theme="dark"] .site-header .menu-btn {
  border-color: rgba(18, 36, 60, .18);
  background: rgba(255, 255, 255, .55);
  color: #12243c;
}
html.hero-ready .site-header {
  transition:
    background .45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color .45s cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter .45s cubic-bezier(0.22, 1, 0.36, 1);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; height: 76px; flex-wrap: nowrap;
}
.logo { display: flex; align-items: center; gap: 10px; color: var(--heading); flex-shrink: 0; }
.logo-mark {
  width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #0ea5e9, #1d4ed8);
  color: #fff; font-weight: 800; font-size: 20px; letter-spacing: 0;
}
.logo-mark-img {
  width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0;
  object-fit: cover; background: #000; display: block;
  box-shadow: 0 0 0 1px rgba(56,189,248,.28);
}
.logo-mark-lg { width: 120px; height: 120px; border-radius: 22px; margin-inline: auto; }
.footer-brand {
  display: flex; align-items: center; gap: 10px;
}
.it-brand .logo-mark-img { width: 44px; height: 44px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-text strong { letter-spacing: .18em; font-size: 13px; font-weight: 700; }
.logo-text span { color: var(--cyan); font-size: 13px; }

nav.main {
  display: flex; align-items: center; justify-content: center;
  gap: 2px; flex: 1 1 auto; flex-wrap: nowrap; min-width: 0;
  white-space: nowrap;
}
nav.main > a, .drop > button {
  color: var(--nav); background: none; border: 0; cursor: pointer;
  font: inherit; font-size: 13.5px; font-weight: 500; letter-spacing: .012em;
  padding: 8px 11px; border-radius: 8px;
  white-space: nowrap;
}
nav.main > a:hover, .drop > button:hover, nav.main > a.active {
  color: var(--cyan); background: rgba(56, 189, 248, .08);
}
.drop { position: relative; }
.drop-menu {
  display: none; position: absolute; top: 100%; min-width: 280px;
  background: var(--drop-bg); border: 1px solid var(--line); border-radius: 12px;
  padding: 10px; box-shadow: 0 16px 40px rgba(0,0,0,.4);
}
html[dir="rtl"] .drop-menu { right: 0; left: auto; }
html[dir="ltr"] .drop-menu { left: 0; right: auto; }
.drop:hover .drop-menu, .drop:focus-within .drop-menu { display: grid; gap: 4px; }
.drop-menu a { color: var(--text); padding: 8px 10px; border-radius: 8px; display: block; }
.drop-menu a:hover { background: rgba(56,189,248,.1); color: var(--cyan); }
.drop-label { color: var(--muted); font-size: 11px; padding: 6px 10px 2px; }

.menu-btn, .theme-btn {
  border: 1px solid var(--line); background: var(--chip-bg); color: var(--heading);
  border-radius: 999px; padding: 8px 14px; cursor: pointer; font: inherit;
}
.theme-btn {
  width: 42px; height: 42px; padding: 0;
  display: inline-grid; place-items: center;
}
.theme-btn svg { width: 18px; height: 18px; }
.lang-switch {
  display: inline-flex; overflow: hidden;
  border: 1px solid var(--line); border-radius: 999px; background: var(--chip-bg);
}
.lang-btn {
  border: 0; background: transparent; color: var(--heading);
  min-width: 42px; padding: 8px 12px; cursor: pointer; font: inherit;
  font-weight: 700; letter-spacing: .04em; text-transform: lowercase;
}
.lang-btn.active { background: var(--cyan); color: #fff; }
.menu-btn { display: none; }
.header-actions { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-content: center;
  text-align: center;
  padding: 36px 16px 88px;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}
.hero-home {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f4f6f8;
  isolation: isolate;
}
.hero-cover {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f4f6f8;
}
.hero-frame {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 0;
  top: 0;
  transform-origin: top left;
  background: #f4f6f8;
}
.hero-still,
.hero-end,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #f4f6f8;
  pointer-events: none;
  transition: filter 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-still { z-index: 1; }
.hero-end { z-index: 2; }
.hero-video { z-index: 3; }
.hero-video::-webkit-media-controls { display: none !important; }
.hero-home.is-frozen .hero-end { z-index: 4; }
.hero-home.is-frozen .hero-video { opacity: 0; }
.hero-home.is-static .hero-video,
.hero-home.is-static .hero-still { display: none; }
.hero-home.is-revealing .hero-still,
.hero-home.is-revealing .hero-end,
.hero-home.is-revealing .hero-video,
.hero-home.is-frozen .hero-still,
.hero-home.is-frozen .hero-end,
.hero-home.is-frozen .hero-video {
  filter: blur(16px) saturate(1.04);
}
.hero-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: rgba(247, 249, 252, 0.42);
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-home.is-revealing .hero-cover::before,
.hero-home.is-frozen .hero-cover::before { opacity: 1; }
.hero-endcard {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px 24px 36px;
  pointer-events: none;
}
.hero-home.is-revealing .hero-endcard,
.hero-home.is-frozen .hero-endcard { pointer-events: auto; }
.hero-endcard-logo {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(15, 39, 68, .16);
  opacity: 0;
  transform: translateY(14px);
}
.hero-endcard-name {
  margin: 12px 0 0;
  letter-spacing: .28em;
  font-size: 13px;
  font-weight: 700;
  color: #1d4ed8;
  opacity: 0;
  transform: translateY(14px);
}
.hero-endcard-title {
  margin: 10px 0 12px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #10233c;
  font-weight: 800;
  opacity: 0;
  transform: translateY(14px);
}
.hero-endcard-title em {
  color: #0551c9;
  font-style: normal;
}
.hero-endcard-lead {
  max-width: 560px;
  margin: 0 0 22px;
  color: #5b7188;
  font-size: 16px;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(14px);
}
.hero-branches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(14px);
}
.hero-branch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 168px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 22px rgba(15, 39, 68, .1);
  color: #12243c;
  text-decoration: none;
}
.hero-branch:hover { color: #0551c9; }
.hero-branch b { display: block; font-size: 13px; line-height: 1.2; }
.hero-branch small { display: block; color: #6b8098; font-size: 12px; margin-top: 2px; }
.hero-flag {
  width: 28px;
  height: 20px;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(15,39,68,.12);
}
.hero-flag svg { width: 100%; height: 100%; display: block; }
.hero-endcard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  opacity: 0;
  transform: translateY(14px);
}
.hero-home.is-revealing .hero-endcard-logo,
.hero-home.is-revealing .hero-endcard-name,
.hero-home.is-revealing .hero-endcard-title,
.hero-home.is-revealing .hero-endcard-lead,
.hero-home.is-revealing .hero-branches,
.hero-home.is-revealing .hero-endcard-actions,
.hero-home.is-revealing .hero-scroll,
.hero-home.is-frozen .hero-endcard-logo,
.hero-home.is-frozen .hero-endcard-name,
.hero-home.is-frozen .hero-endcard-title,
.hero-home.is-frozen .hero-endcard-lead,
.hero-home.is-frozen .hero-branches,
.hero-home.is-frozen .hero-endcard-actions,
.hero-home.is-frozen .hero-scroll {
  opacity: 1;
  transform: none;
}
.hero-endcard-logo,
.hero-endcard-name,
.hero-endcard-title,
.hero-endcard-lead,
.hero-branches,
.hero-endcard-actions,
.hero-scroll {
  transition: opacity 2s cubic-bezier(0.22, 1, 0.36, 1), transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-home.is-revealing .hero-endcard-logo,
.hero-home.is-frozen .hero-endcard-logo { transition-delay: 0ms; }
.hero-home.is-revealing .hero-endcard-name,
.hero-home.is-frozen .hero-endcard-name { transition-delay: 120ms; }
.hero-home.is-revealing .hero-endcard-title,
.hero-home.is-frozen .hero-endcard-title { transition-delay: 220ms; }
.hero-home.is-revealing .hero-endcard-lead,
.hero-home.is-frozen .hero-endcard-lead { transition-delay: 340ms; }
.hero-home.is-revealing .hero-branches,
.hero-home.is-frozen .hero-branches { transition-delay: 480ms; }
.hero-home.is-revealing .hero-endcard-actions,
.hero-home.is-frozen .hero-endcard-actions { transition-delay: 620ms; }
.hero-home.is-revealing .hero-scroll,
.hero-home.is-frozen .hero-scroll { transition-delay: 780ms; }
.hero-scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: #5b7188;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(14px);
}
.hero-scroll:hover { color: #0551c9; }
.hero-scroll-mouse {
  width: 22px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 12px;
  position: relative;
  opacity: .85;
}
.hero-scroll-mouse i {
  position: absolute;
  left: 50%;
  top: 6px;
  width: 3px;
  height: 7px;
  margin-left: -1.5px;
  border-radius: 99px;
  background: currentColor;
  animation: scrollNudge 1.6s ease-in-out infinite;
}
@keyframes scrollNudge {
  0%, 100% { transform: translateY(0); opacity: 1; }
  55% { transform: translateY(8px); opacity: .25; }
}
@keyframes branchFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
.hero-home.is-revealing .hero-branch:nth-child(1),
.hero-home.is-frozen .hero-branch:nth-child(1) { animation: branchFloat 4.4s ease-in-out infinite; }
.hero-home.is-revealing .hero-branch:nth-child(2),
.hero-home.is-frozen .hero-branch:nth-child(2) { animation: branchFloat 4.4s ease-in-out 0.8s infinite; }
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 12px 20px;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  isolation: isolate;
  transform: none;
}
a.hero-cta:hover { text-decoration: none; }
.hero-cta-primary {
  color: #fff;
  background: #0551c9;
}
a.hero-cta-primary:hover,
a.hero-cta-primary:focus-visible {
  color: #fff;
  background: #0a5ee0;
  transform: none;
}
.hero-cta-contact {
  color: #0551c9;
  background: #fcfcfc;
  box-shadow: inset 0 0 0 1.5px #0551c9;
}
a.hero-cta-contact:hover,
a.hero-cta-contact:focus-visible {
  color: #0551c9;
  background: #edf3fc;
  box-shadow: inset 0 0 0 1.5px #0551c9;
  transform: none;
}
.hero-cta:focus-visible {
  outline: 2px solid #0551c9;
  outline-offset: 3px;
}
.hero-cta-arrow { font-weight: 400; }
@media (max-height: 760px) {
  .hero-endcard { padding: 84px 16px 20px; }
  .hero-endcard-logo { width: 68px; height: 68px; border-radius: 14px; }
  .hero-endcard-title { font-size: clamp(26px, 6vw, 40px); margin: 6px 0 8px; }
  .hero-endcard-lead { font-size: 14px; margin-bottom: 14px; }
}
.hero-home .hero-stage,
.hero-stage { display: none; }
.hero-title {
  margin: 8px 0 18px;
  font-size: clamp(36px, 5.1vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--heading);
  font-weight: 800;
}
.hero-title em {
  color: var(--cyan);
  font-style: normal;
}
.hero-lead {
  color: var(--muted);
  max-width: 520px;
  margin: 0 0 8px;
  font-size: 17px;
}
.hero-radar {
  position: absolute;
  width: min(920px, 120vw);
  height: min(920px, 120vw);
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 72%, rgba(56, 189, 248, .28) 84%, transparent 96%);
  -webkit-mask-image: radial-gradient(circle, transparent 32%, #000 33%, #000 62%, transparent 63%);
  mask-image: radial-gradient(circle, transparent 32%, #000 33%, #000 62%, transparent 63%);
  animation: radarSpin 22s linear infinite;
  opacity: .42;
}
.hero-beam {
  position: absolute;
  inset: 18% 8% 28%;
  background:
    linear-gradient(90deg, transparent, rgba(56,189,248,.07), transparent);
  animation: beamSweep 9s ease-in-out infinite;
  pointer-events: none;
}
.hero-art {
  position: absolute;
  inset: -4% 0 8%;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hero3d-canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: default;
}
.hero3d-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  color: #5b6f84;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-stage.is-live .hero3d-fallback,
.hero-stage.is-live .hero3d-fallback p { display: none; }
.hero-hud {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity .4s ease;
}
.hero-stage.is-live .hero-hud { opacity: 1; }
.hud-chip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(29, 78, 216, .12);
  color: #16324d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(15, 39, 68, .08);
  will-change: transform;
}
.hud-chip i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-inline-end: 6px;
  border-radius: 50%;
  background: #22c55e;
}
.hero3d-tip {
  position: absolute;
  z-index: 6;
  min-width: 168px;
  max-width: 220px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  color: #0f2744;
  box-shadow: 0 12px 32px rgba(15, 39, 68, .12);
  pointer-events: none;
}
.hero3d-tip strong {
  display: block;
  font-size: 11px;
  letter-spacing: .16em;
  color: #1d4ed8;
  margin-bottom: 3px;
}
.hero3d-tip span {
  font-size: 12px;
  color: #5a7188;
  line-height: 1.4;
}
.metrics { padding: 72px 0 88px; }
.metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.metric {
  text-align: center;
  padding: 4px 18px;
  border-inline-end: 1px solid var(--line);
}
.metric:last-child { border-inline-end: 0; }
.metric b {
  display: block;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--heading);
  font-weight: 700;
}
.metric span {
  display: inline-block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-copy { position: relative; z-index: 2; }
.hero-kicker {
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--cyan);
  margin: 0 0 10px;
}
.hero-core-mark {
  width: min(168px, 28vw);
  height: min(168px, 28vw);
  margin: 0 auto 8px;
  border-radius: 50%;
  object-fit: cover;
  background: #000;
  box-shadow: 0 0 0 2px rgba(56,189,248,.45), 0 0 48px rgba(56,189,248,.28);
  animation: corePulse 4.8s ease-in-out infinite;
}
.hero-word {
  position: relative;
  margin: 0;
  font-size: clamp(52px, 11vw, 118px);
  color: var(--cyan);
  letter-spacing: .12em;
  line-height: .92;
  overflow: visible;
  text-shadow: 0 0 40px rgba(56,189,248,.35);
}
.hero-word span {
  display: inline-block;
  animation: letterRise 1.05s cubic-bezier(.16,1,.3,1) both;
}
.hero-word span:nth-child(2) { animation-delay: .08s; }
.hero-word span:nth-child(3) { animation-delay: .16s; }
.hero-word span:nth-child(4) { animation-delay: .24s; }
.hero-word span:nth-child(5) { animation-delay: .32s; }
.hero-word::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22%;
  left: -30%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  animation: wordScan 3.6s ease-in-out 1.1s infinite;
  pointer-events: none;
}
.hero-ports {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.hero-port {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: start;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(56,189,248,.28);
  background: rgba(7, 16, 28, .45);
  backdrop-filter: blur(10px);
  color: var(--heading);
  animation: portGlow 3.4s ease-in-out infinite;
}
.hero-port:nth-child(2) { animation-delay: 1.2s; }
.hero-port i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 12px #4ade80;
  animation: liveDot 1.4s ease-in-out infinite;
}
.hero-port strong { display: block; font-size: 14px; }
.hero-port span { display: block; font-size: 12px; color: var(--muted); }
.hero .tag { color: var(--muted); margin-top: 18px; }
.hero-actions { display: flex; gap: 12px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.hero-stats {
  position: relative;
  z-index: 2;
  margin-top: 36px;
  animation: heroIn 0.9s cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: .52s;
}
@keyframes radarSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes beamSweep {
  0%, 100% { opacity: .15; transform: translateX(-18%); }
  50% { opacity: .55; transform: translateX(18%); }
}
@keyframes corePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 2px rgba(56,189,248,.45), 0 0 48px rgba(56,189,248,.28); }
  50% { transform: scale(1.04); box-shadow: 0 0 0 3px rgba(125,211,252,.7), 0 0 70px rgba(56,189,248,.45); }
}
@keyframes letterRise {
  from { opacity: 0; transform: translateY(36px) scale(.86); filter: blur(8px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes wordScan {
  0% { left: -30%; }
  100% { left: 110%; }
}
@keyframes portGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(56,189,248,0); }
  50% { box-shadow: 0 0 24px rgba(56,189,248,.18); }
}
@keyframes liveDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(.7); }
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 22px; border-radius: 10px; font-weight: 700; border: 0; cursor: pointer;
}
.btn-primary { background: linear-gradient(135deg, #0ea5e9, #2563eb); color: #fff; }
.btn-ghost { background: transparent; color: var(--heading); border: 1px solid var(--cyan); }
.btn-primary:hover, .btn-ghost:hover { color: #fff; transform: translateY(-1px); }

.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 0; position: relative; z-index: 2;
}
.stat {
  background: var(--stat-bg); color: #0b1220; border-radius: 14px; padding: 22px 10px;
  text-align: center; box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.stat b { display: block; font-size: 34px; color: var(--stat-num); }
.stat span { color: var(--stat-label); }

.section { padding: 56px 0; }
#services, #contact, #jordan, #ksa, #metrics { scroll-margin-top: 92px; }
.section.alt { background: var(--section-alt); }
.section.has-ad {
  padding: 0;
  background: transparent;
}
.section.has-ad > .wrap:first-child {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 48px max(16px, calc((100% - 1180px) / 2)) 20px;
  position: relative;
  z-index: 3;
  background: #060910;
}
html[data-theme="light"] .section.has-ad > .wrap:first-child {
  background: #f4f8fc;
}
.section.has-ad > .wrap.cards-wrap {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 28px max(16px, calc((100% - 1180px) / 2)) 56px;
  position: relative;
  z-index: 3;
  background: #060910;
}
html[data-theme="light"] .section.has-ad > .wrap.cards-wrap {
  background: #f4f8fc;
}
.kicker { color: var(--cyan); letter-spacing: .14em; font-size: 12px; font-weight: 700; text-transform: uppercase; }
h2 { font-size: clamp(26px, 4vw, 40px); margin: 6px 0 14px; color: var(--heading); }
.lead { color: var(--muted); max-width: 720px; }

.grid-3, .grid-4, .grid-2 { display: grid; gap: 18px; perspective: 1400px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.stats { perspective: 1400px; }
.why-grid,
.ecosystem { perspective: none; }
.card {
  position: relative;
  background:
    radial-gradient(ellipse 80% 55% at 8% 0%, rgba(56,189,248,.16), transparent 55%),
    rgba(7, 14, 26, .58);
  border: 1px solid rgba(56, 189, 248, .22);
  border-radius: 20px;
  padding: 22px 20px 18px;
  overflow: visible;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(125, 211, 252, .12);
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #38bdf8, transparent);
  opacity: .7;
}
.card:hover {
  border-color: rgba(125, 211, 252, .45);
  box-shadow: 0 12px 36px rgba(14, 165, 233, .12), inset 0 1px 0 rgba(125, 211, 252, .2);
  transform: translateY(-3px);
}
.card:has(.cover-wrap)::before,
.card:has(.live-cover)::before {
  display: none;
}
.card h3 { margin: 10px 0 8px; color: var(--heading); }
.card p { color: var(--muted); margin: 0 0 12px; }
.scene-card {
  overflow: visible;
  transition: transform .35s ease, box-shadow .35s ease;
}
.scene-card .live-cover {
  transform: perspective(900px) rotateX(12deg) rotateY(-16deg) translateZ(6px);
  transform-origin: 50% 72%;
  box-shadow: 0 18px 36px rgba(0,0,0,.32);
  transition: transform .45s cubic-bezier(.16,1,.3,1);
  margin-bottom: 4px;
}
.scene-card:hover .live-cover {
  transform: perspective(900px) rotateX(4deg) rotateY(-6deg) translateZ(26px) scale(1.03);
}
html[data-theme="light"] .scene-card .live-cover {
  box-shadow: 0 14px 28px rgba(15, 39, 68, .14);
}
.card img.cover { width: 100%; height: 160px; object-fit: cover; border-radius: 12px; margin-bottom: 0; }
.cover-wrap, .media-frame {
  position: relative; overflow: hidden; border-radius: 12px; margin-bottom: 12px;
}
.cover-wrap img.cover { width: 100%; height: 160px; object-fit: cover; display: block; }
.cover-label, .media-frame figcaption, .gallery-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 12px 14px;
  background: linear-gradient(transparent, rgba(6, 9, 16, .88));
  color: #fff; font-weight: 700; font-size: 14px;
}
.media-frame { margin: 0; height: 100%; min-height: 220px; }
.media-frame img { height: 100%; min-height: 220px; border-radius: 16px; border: 1px solid var(--line); }
.hero .hero-copy > *:not(.hero-core-mark):not(.hero-word) {
  animation: heroIn 0.9s cubic-bezier(.22, 1, .36, 1) both;
}
.hero-kicker { animation-delay: .04s; }
.hero-core-mark { animation-delay: .1s; }
.hero-word { animation-delay: .14s; }
.hero-ports { animation-delay: .28s; }
.hero .tag { animation-delay: .36s; }
.hero-actions { animation-delay: .44s; }
.hero-stats { animation-delay: .52s; }
@keyframes heroIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 42px, -48px) rotateX(10deg);
  transform-origin: 50% 88%;
  transition: opacity 1.55s cubic-bezier(.16, 1, .3, 1), transform 1.9s cubic-bezier(.16, 1, .3, 1);
  transition-delay: calc(var(--stagger, 0) * 95ms);
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}
.card.reveal {
  transform: translate3d(0, 36px, 0);
}
html[dir="ltr"] .card.reveal {
  transform: translate3d(0, 36px, 0);
}
.card.reveal.in-view,
html[dir="ltr"] .card.reveal.in-view {
  transform: none;
}
.card.reveal.in-view:hover {
  transform: translateY(-3px);
}
.page-hero.reveal {
  transform: translate3d(0, 32px, 0);
}

.ad-scene {
  position: relative;
  min-height: min(118vh, 920px);
  background: #05070d;
}
.ad-scene.long {
  min-height: min(145vh, 1180px);
}
.ad-scene.compact {
  height: auto;
  min-height: 0;
  background: transparent;
}
.ad-banner {
  position: sticky;
  top: 76px;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #05070d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-scene.compact .ad-banner {
  position: relative;
  top: auto;
  background: transparent;
}

.ad-scene.constellation {
  background: transparent;
  overflow: visible;
}
.ad-scene.constellation .ad-banner,
.ad-scene.constellation .live-board,
html[data-theme="light"] .ad-scene.constellation .ad-banner,
html[data-theme="light"] .ad-scene.constellation .live-board,
html[data-theme="light"] .ad-scene.constellation .ad-banner.live-board {
  background: transparent;
}
.ad-scene.constellation .ad-banner {
  overflow: visible;
}
.ad-scene.constellation .ad-banner::before {
  content: "";
  position: absolute;
  inset: -6% 4%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 72% at 34% 50%, rgba(5, 10, 20, .9) 0%, rgba(5, 10, 20, .42) 46%, transparent 74%),
    radial-gradient(ellipse 42% 58% at 70% 48%, rgba(14, 165, 233, .2) 0%, transparent 70%);
  animation: nebulaBreath 10s ease-in-out infinite;
}
.ad-scene.constellation .ad-banner::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  left: 22%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, rgba(56, 189, 248, .22), transparent 68%);
  animation: nebulaCore 7s ease-in-out infinite alternate;
}
.ad-scene.constellation .live-board-inner {
  position: relative;
  z-index: 2;
}
.ad-scene.constellation .live-copy {
  background: linear-gradient(115deg, rgba(7, 14, 26, .52) 0%, rgba(7, 14, 26, .16) 62%, transparent 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 0;
  border-radius: 0;
  padding: 28px 12px 22px 26px;
  border-inline-start: 0;
  box-shadow: none;
}
@keyframes nebulaBreath {
  0%, 100% { opacity: .88; }
  50% { opacity: 1; }
}
@keyframes nebulaCore {
  from { opacity: .55; transform: translate(-40%, -50%) scale(.92); }
  to { opacity: 1; transform: translate(-40%, -50%) scale(1.12); }
}
.ad-banner + .ad-banner { margin-top: 0; }
.ad-stage {
  width: 100%;
}
.ad-banner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  backface-visibility: hidden;
}
.live-board, .it-board {
  position: relative;
  background:
    radial-gradient(ellipse 55% 45% at 28% 78%, rgba(56,189,248,.18), transparent 58%),
    radial-gradient(ellipse 40% 30% at 18% 18%, rgba(59,130,246,.1), transparent 60%),
    #05070d;
}
.live-board-inner, .it-board-inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  direction: ltr;
  align-items: center;
  gap: 8px;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  padding: 20px 0 28px;
  position: relative;
  z-index: 2;
}
.live-art, .it-art {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.live-pulse, .it-pulse {
  fill: #e0f2fe;
  stroke: #7dd3fc;
  stroke-width: 2;
}
.live-copy, .it-copy {
  direction: rtl;
  text-align: right;
  padding-inline-start: 28px;
  border-inline-start: 1px solid rgba(56,189,248,.16);
}
html[lang="en"] .live-copy,
html[lang="en"] .it-copy {
  direction: ltr;
  text-align: left;
}
.live-copy h3, .it-copy h3 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: .06em;
}
.it-tag {
  color: #7dd3fc;
  font-size: clamp(16px, 2vw, 22px);
  margin: 8px 0 16px;
}
.live-copy p, .it-copy p { color: #c7d7e8; max-width: 420px; }
.it-brand {
  display: flex; align-items: center; gap: 12px; margin-top: 28px; color: #f8fbff;
}
.it-brand small { display: block; color: #7dd3fc; }
html[data-theme="light"] .live-board,
html[data-theme="light"] .it-board,
html[data-theme="light"] .ad-banner.live-board,
html[data-theme="light"] .ad-banner.it-board,
html[data-theme="light"] .live-cover {
  background:
    radial-gradient(ellipse 55% 45% at 28% 78%, rgba(56,189,248,.18), transparent 58%),
    #05070d;
}
.live-cover {
  position: relative;
  overflow: hidden;
  background: #05070d;
  border-radius: 12px;
  min-height: 160px;
}
.live-cover .live-art {
  width: 100%;
  height: 160px;
}
.gallery-item .live-cover {
  height: 260px;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.gallery-item .live-cover .live-art {
  height: 260px;
}
.media-frame .live-cover {
  height: 100%;
  min-height: 220px;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.media-frame .live-cover .live-art {
  height: 100%;
  min-height: 220px;
}
.media-frame .live-cover[data-scene="ops"] {
  min-height: 360px;
}
.media-frame .live-cover[data-scene="ops"] .live-art {
  min-height: 360px;
}
.section.has-ad,
.ad-banner,
[id] {
  scroll-margin-top: 88px;
}

.icon {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(56,189,248,.12); color: var(--cyan);
  box-shadow: 0 0 0 1px rgba(56,189,248,.28);
}
.icon svg {
  width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}

.pillars { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: center; }
.ecosystem { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.eco {
  flex: 1; min-width: 140px; text-align: center; padding: 18px 10px;
  border: 1px solid rgba(56, 189, 248, .22); border-radius: 20px;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(56,189,248,.14), transparent 58%),
    rgba(7, 14, 26, .5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--heading);
  transition: border-color .35s ease, transform .35s ease;
}
.eco:hover { border-color: rgba(125, 211, 252, .45); transform: translateY(-3px); }
.eco.reveal {
  transform: translate3d(0, 36px, 0);
}
.eco.reveal.in-view {
  transform: none;
}
.eco.reveal.in-view:hover {
  transform: translateY(-3px);
}
.eco b {
  display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 8px;
  border-radius: 50%; background: rgba(56,189,248,.12);
  box-shadow: 0 0 0 1px rgba(56,189,248,.28); font-weight: 700;
}
.eco svg {
  width: 22px; height: 22px; fill: none; stroke: var(--cyan); stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.quote { color: var(--cyan); font-size: clamp(22px, 3vw, 32px); text-align: center; margin: 0; }

.testimonial { min-height: 180px; }
.testimonial q { color: var(--text); display: block; margin-bottom: 12px; }
.testimonial b { color: var(--heading); display: block; }
.testimonial span { color: var(--muted); font-size: 13px; }

.quote-strip {
  background:
    radial-gradient(ellipse 50% 40% at 24% 70%, rgba(56,189,248,.14), transparent 58%),
    #05070d;
  border-top: 1px solid rgba(56,189,248,.12);
}
.quote-strip .live-board-inner { padding: 36px 0 44px; }
.quote-visual {
  position: relative;
  width: min(280px, 70%);
  margin: 0 auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.quote-ring,
.quote-ring-2 {
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1px dashed rgba(56,189,248,.4);
  animation: quote-spin 32s linear infinite;
  pointer-events: none;
}
.quote-ring-2 {
  inset: -28px;
  opacity: .35;
  animation-duration: 48s;
  animation-direction: reverse;
}
.quote-visual img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 40px rgba(56,189,248,.18);
  animation: quote-breathe 5.5s ease-in-out infinite;
}
.quote-strip blockquote {
  margin: 0 0 22px;
  color: #c7d7e8;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
}
.quote-strip blockquote:last-of-type { margin-bottom: 12px; }
.quote-strip cite {
  display: block;
  color: #f8fbff;
  font-style: normal;
  font-weight: 700;
  margin-top: 8px;
}
.quote-strip cite span {
  display: block;
  color: #7dd3fc;
  font-weight: 500;
  font-size: 13px;
  margin-top: 2px;
}
@keyframes quote-spin { to { transform: rotate(360deg); } }
@keyframes quote-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

.logo-wall {
  overflow: hidden;
  padding: 18px 0 56px;
  background:
    radial-gradient(ellipse 55% 40% at 16% 18%, rgba(56,189,248,.12), transparent 58%),
    #05070d;
  border-top: 1px solid rgba(56,189,248,.12);
  border-bottom: 1px solid rgba(56,189,248,.08);
}
.logo-wall.compact { padding: 8px 0 22px; border: 0; background: transparent; }
.logo-marquee {
  direction: ltr;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.logo-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 10px 0;
  animation: logo-scroll 46s linear infinite;
}
.logo-track.reverse { animation-duration: 58s; animation-direction: reverse; }
.logo-cell {
  margin: 0;
  flex: 0 0 176px;
  height: 96px;
  background: #fff;
  border-radius: 12px;
  display: grid;
  place-items: center;
  padding: 12px 16px;
  box-shadow: 0 0 0 1px rgba(56,189,248,.08);
}
.logo-cell img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.logo-grid figure {
  margin: 0;
  min-height: 128px;
  background: #fff;
  border-radius: 14px;
  display: grid;
  place-items: center;
  padding: 18px 16px 34px;
  position: relative;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
}
.logo-grid figure:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(56,189,248,.18);
}
.logo-grid img {
  max-width: 86%;
  max-height: 78px;
  object-fit: contain;
}
.logo-grid figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 7px 8px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #16324d;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(transparent, rgba(255,255,255,.96));
}
@keyframes logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
html[data-theme="light"] .logo-wall {
  background: #e8eef5;
  border-color: rgba(15, 58, 107, .08);
}
@media (max-width: 900px) {
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-cell { flex-basis: 148px; height: 84px; }
}

.team-board { display: grid; gap: 18px; }
.team-row { display: grid; gap: 18px; }
.team-row-lead {
  grid-template-columns: minmax(260px, 420px);
  justify-content: center;
}
.team-row-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
}
.team-card { text-align: center; }
.avatar {
  width: 112px; height: 112px; margin: 0 auto 14px; border-radius: 50%;
  display: grid; place-items: center; background: linear-gradient(135deg, #0ea5e9, #1d4ed8);
  font-weight: 800; font-size: 22px; color: #fff;
  overflow: hidden;
  border: 2px solid rgba(14, 165, 233, .35);
}
.avatar .en,
.avatar .ar { font-size: 18px; letter-spacing: .04em; }
.avatar.has-photo { background: #122033; padding: 0; }
.avatar.has-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.avatar.has-photo.face-high img { object-position: center 10%; }
.office { display: inline-block; margin-top: 8px; font-size: 12px; color: var(--cyan); border: 1px solid var(--line); padding: 2px 8px; border-radius: 999px; }

.page-hero { padding: 48px 0 20px; }
.crumbs { color: var(--muted); font-size: 13px; }

.news-intro { max-width: 760px; font-size: 18px; line-height: 1.85; }
.news-story { max-width: 1120px; margin: 0 auto; }
.news-meta-row {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  margin-bottom: 10px;
}
.news-tag {
  display: inline-flex; align-items: center;
  padding: 4px 10px; border-radius: 999px;
  border: 1px solid rgba(56,189,248,.35);
  color: var(--cyan); font-size: 12px; font-weight: 700;
  letter-spacing: .06em;
}
.news-date { color: var(--muted); font-size: 13px; }
.news-cinematic {
  position: relative;
  margin: 18px 0 8px;
  border-radius: 26px;
  overflow: hidden;
}
.news-cinematic img {
  display: block; width: 100%; height: min(46vh, 420px);
  object-fit: cover; object-position: center 40%;
}
.news-cinematic figcaption {
  position: absolute; inset: auto 0 0 0;
  padding: 28px 22px 18px;
  background: linear-gradient(transparent, rgba(5,8,14,.72));
  color: #f8fbff; font-size: 14px; font-weight: 600;
}
.news-split {
  display: grid;
  grid-template-columns: minmax(240px, 0.86fr) minmax(280px, 1.14fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  margin: 42px 0;
}
.news-split.is-flip {
  grid-template-columns: minmax(280px, 1.14fr) minmax(240px, 0.86fr);
}
.news-split.is-flip .news-portrait { order: 2; }
.news-portrait { margin: 0; }
.news-portrait img {
  display: block; width: 100%; height: auto;
  border-radius: 28px;
  box-shadow: 0 22px 48px rgba(0,0,0,.22);
}
.news-portrait figcaption {
  display: block;
  padding: 10px 4px 0;
  color: var(--muted); font-size: 13px;
}
.news-split-copy h2 { margin-top: 0; }
.news-split-copy p {
  color: var(--muted); margin: 0 0 14px; font-size: 16px; line-height: 1.85;
}
.news-quote {
  margin: 18px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
  color: var(--heading);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 650;
}

form { display: grid; gap: 12px; }
label { color: var(--muted); font-size: 13px; }
input, select, textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--line);
  background: var(--input-bg); color: var(--heading); font: inherit;
}
textarea { min-height: 140px; resize: vertical; }
.ok-msg { display: none; background: #06281c; border: 1px solid #166534; color: #bbf7d0; padding: 12px; border-radius: 10px; }
.ok-msg.is-error { background: #2a1010; border-color: #7f1d1d; color: #fecaca; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-hint { color: var(--muted); font-size: 14px; margin: 0 0 4px; }
.contact-send { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.contact-send .btn { min-width: 180px; flex: 1; }
.btn-wa { background: #128c7e; color: #fff; }
.btn-wa:hover { color: #fff; transform: translateY(-1px); }
.office-link { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--heading); }
.faq p { color: var(--muted); }

.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.gallery img, .gallery .brand-poster { width: 100%; height: 260px; object-fit: cover; border-radius: 14px; border: 1px solid var(--line); }
.gallery-item { position: relative; margin: 0; }
.gallery-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 16px; border-radius: 0 0 14px 14px;
  background: linear-gradient(transparent, rgba(6, 9, 16, .88));
  color: #fff; font-weight: 700;
}
.brand-poster {
  display: grid; place-content: center; gap: 8px; text-align: center;
  background: #0b1220; color: #fff;
}
.brand-poster .logo-mark { margin: 0 auto; }
.brand-poster strong { letter-spacing: .16em; font-size: 22px; }
.brand-poster span { color: #7dd3fc; }

.site-footer { border-top: 1px solid var(--line); background: var(--footer-bg); padding: 40px 0 20px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 22px; }
.site-footer h4 { color: var(--heading); margin: 0 0 10px; }
.site-footer p, .site-footer a, .site-footer li { color: var(--muted); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 6px 0; }
.copy { text-align: center; color: var(--copy); margin-top: 24px; font-size: 13px; }

.fab-stack {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.wa, .mail {
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
}
.wa svg, .mail svg { width: 32px; height: 32px; display: block; }
.wa {
  background: #25d366;
  box-shadow: 0 10px 24px rgba(37, 211, 102, .38);
}
.mail {
  background: #0ea5e9;
  box-shadow: 0 10px 24px rgba(14, 165, 233, .38);
}
.wa:hover, .mail:hover { color: #fff; transform: scale(1.07); }

@media (max-width: 1180px) {
  .stats, .grid-3, .grid-4, .grid-2, .pillars, .footer-grid, .gallery { grid-template-columns: 1fr; }
  .hero-stats.stats { grid-template-columns: repeat(2, 1fr); }
  .metrics-row { grid-template-columns: 1fr 1fr; gap: 22px 0; padding: 22px 0; }
  .metric:nth-child(2) { border-inline-end: 0; }
  .hero { min-height: auto; padding-bottom: 24px; }
  .hero-home {
    height: 100svh;
    min-height: 100svh;
    padding: 0;
  }
  nav.main { display: none; }
  nav.main.open {
    display: flex; flex-direction: column; position: absolute; top: 76px; right: 0; left: 0;
    background: var(--mobile-nav); padding: 12px; border-bottom: 1px solid var(--line);
    white-space: normal; flex-wrap: nowrap; overflow: auto; max-height: calc(100vh - 76px);
  }
  html[dir="ltr"] nav.main.open { align-items: flex-start; }
  .drop-menu { position: static; display: none; min-width: 100%; }
  .drop.open .drop-menu { display: grid; }
  .menu-btn { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; }
  .logo-mark { width: 38px; height: 38px; font-size: 18px; }
  .ad-scene { height: auto; min-height: 0; }
  .ad-banner { position: relative; top: auto; }
  .ad-scene.long { min-height: 135vh; }
  .ad-scene.long .ad-banner { position: sticky; top: 76px; }
  .live-board-inner, .it-board-inner { grid-template-columns: 1fr; padding: 18px 0 24px; }
  .live-copy, .it-copy {
    padding-inline-start: 0;
    border-inline-start: 0;
    padding-block-start: 12px;
    border-block-start: 1px solid rgba(56,189,248,.16);
  }
}

@media (max-width: 700px) {
  .wrap { width: min(1180px, calc(100% - 24px)); }
  .logo-mark-img { width: 40px; height: 40px; border-radius: 10px; }
  .header-inner { gap: 10px; }
  .header-actions { gap: 6px; }
  .lang-btn { min-width: 36px; padding: 8px 9px; }
  .hero-endcard {
    justify-content: flex-end;
    overflow-y: auto;
    padding: 88px max(16px, env(safe-area-inset-right)) max(76px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  }
  html[dir="ltr"] .hero-endcard {
    padding-inline-end: 72px;
  }
  html[dir="rtl"] .hero-endcard {
    padding-inline-start: 72px;
  }
  .hero-endcard-logo { width: 64px; height: 64px; border-radius: 14px; }
  .hero-endcard-name { margin-top: 8px; }
  .hero-endcard-title { font-size: clamp(26px, 8vw, 36px); margin: 6px 0 8px; }
  .hero-endcard-lead { font-size: 14px; margin-bottom: 12px; }
  .hero-branches {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 280px);
    margin-bottom: 14px;
  }
  .hero-branch { min-width: 0; width: 100%; }
  .hero-endcard-actions {
    flex-direction: column;
    width: min(100%, 280px);
  }
  .hero-cta {
    width: 100%;
    justify-content: center;
    min-height: 46px;
  }
  .hero-scroll { margin-top: 16px; }
  .fab-stack {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    gap: 10px;
  }
  .wa, .mail { width: 50px; height: 50px; }
  .wa svg, .mail svg { width: 26px; height: 26px; }
  .site-footer { padding-bottom: 108px; }
  .copy { padding-bottom: 8px; }
  .page-hero { padding: 28px 0 16px; }
  .ad-scene.long { min-height: 0; }
  .ad-scene.long .ad-banner { position: relative; top: auto; }
  .metric:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px;
    margin-bottom: 8px;
  }
  .svc-more { width: 100%; max-width: 320px; justify-content: center; }
  input, select, textarea { font-size: 16px; }
  .contact-send { flex-direction: column; }
  .contact-send .btn { width: 100%; min-width: 0; }
  .team-row-lead, .team-row-pair { grid-template-columns: 1fr; max-width: none; }
  .news-split, .news-split.is-flip { grid-template-columns: 1fr; }
  .news-split.is-flip .news-portrait { order: 0; }
  .news-cinematic img { height: 220px; }
  .news-portrait { max-width: 420px; margin-inline: auto; }
  .svc-modal {
    padding: 0;
    align-items: stretch;
    justify-content: flex-end;
  }
  .svc-modal-panel {
    width: 100%;
    max-height: min(94dvh, 920px);
    border-radius: 18px 18px 0 0;
  }
  .svc-carousel { height: 200px; border-radius: 18px 18px 0 0; }
  nav.main.open { z-index: 201; }
}
@media (max-height: 700px) {
  .hero-endcard-logo { width: 52px; height: 52px; }
  .hero-endcard-lead { font-size: 13px; margin-bottom: 10px; }
  .hero-scroll { margin-top: 10px; }
}

html[data-theme="light"] {
  color-scheme: light;
  background: #f4f8fc;
  --bg: #f4f8fc;
  --cyan: #0369a1;
  --blue: #1d4ed8;
  --text: #17324a;
  --muted: #5a7188;
  --heading: #0f2744;
  --nav: #0f2744;
  --card: #ffffff;
  --line: #d4e3ef;
  --header-bg: rgba(255, 255, 255, 0.82);
  --header-border: #d7e6f2;
  --drop-bg: #ffffff;
  --chip-bg: #ffffff;
  --input-bg: #ffffff;
  --footer-bg: #eaf2f9;
  --section-alt: rgba(255, 255, 255, 0.48);
  --eco-bg: #ffffff;
  --copy: #6b8098;
  --link-hover: #0284c7;
  --mobile-nav: #ffffff;
  --stat-bg: #ffffff;
  --stat-num: #0c4a6e;
  --stat-label: #4b6078;
}
html[data-theme="light"] body {
  background-color: #f4f8fc;
  background-image:
    radial-gradient(ellipse 90% 55% at 50% -8%, rgba(14, 165, 233, 0.16), transparent 58%),
    radial-gradient(ellipse 45% 35% at 100% 18%, rgba(37, 99, 235, 0.08), transparent 55%),
    radial-gradient(ellipse 40% 30% at 0% 82%, rgba(14, 165, 233, 0.07), transparent 50%),
    linear-gradient(180deg, #f7fbff 0%, #eef4fb 48%, #f4f8fc 100%);
}
html[data-theme="light"] body::before {
  background-image: radial-gradient(rgba(14, 116, 144, 0.11) 1px, transparent 1px);
}
html[data-theme="light"] body::after {
  background:
    radial-gradient(circle at 50% 18%, rgba(14, 165, 233, 0.14), transparent 28%),
    radial-gradient(circle at 72% 62%, rgba(37, 99, 235, 0.07), transparent 22%);
}
html[data-theme="light"] .hero-viz::before {
  background: radial-gradient(ellipse at 52% 48%, rgba(14, 165, 233, .08), transparent 64%);
}
html[data-theme="light"] .hero-port {
  background: rgba(255,255,255,.72);
  border-color: rgba(3, 105, 161, .18);
}
html[data-theme="light"] .hero-word {
  text-shadow: 0 0 28px rgba(14, 165, 233, 0.22);
}
html[data-theme="light"] .hero-core-mark {
  box-shadow: 0 0 0 2px rgba(14,165,233,.35), 0 0 36px rgba(14,165,233,.2);
}
html[data-theme="light"] .card,
html[data-theme="light"] .eco {
  background:
    radial-gradient(ellipse 80% 55% at 8% 0%, rgba(14, 165, 233, .12), transparent 55%),
    rgba(255, 255, 255, .62);
  border-color: rgba(14, 165, 233, .28);
  box-shadow: 0 10px 28px rgba(15, 58, 107, .06), inset 0 1px 0 rgba(255,255,255,.7);
}
html[data-theme="light"] .drop-menu,
html[data-theme="light"] .theme-btn,
html[data-theme="light"] .lang-switch,
html[data-theme="light"] .menu-btn {
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.06);
}
html[data-theme="light"] .ad-banner {
  background: #0b1220;
}

.svc-actions { margin: 20px 0 0; }
.svc-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, .38);
  background: rgba(14, 165, 233, .1);
  color: var(--heading);
  font-weight: 700;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.svc-more:hover {
  transform: translateY(-1px);
  border-color: #38bdf8;
  background: rgba(14, 165, 233, .2);
  color: #fff;
}
html[data-theme="light"] .svc-more {
  background: #fff;
  color: #0f2744;
  border-color: rgba(3, 105, 161, .28);
}
html[data-theme="light"] .svc-more:hover {
  background: #e8f4fc;
  color: #0f2744;
}

body > .svc-modal,
.svc-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.svc-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.svc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 16, .72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.svc-modal-panel {
  position: relative;
  width: min(980px, 100%);
  max-height: min(92vh, 920px);
  overflow: auto;
  border-radius: 22px;
  border: 1px solid rgba(56, 189, 248, .28);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(56, 189, 248, .16), transparent 58%),
    #0a1220;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
  transform: translateY(18px) scale(.98);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}
.svc-modal.is-open .svc-modal-panel { transform: none; }
html[data-theme="light"] .svc-modal-panel {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(14, 165, 233, .12), transparent 58%),
    #f7fbff;
  border-color: rgba(14, 165, 233, .28);
  box-shadow: 0 24px 64px rgba(15, 39, 68, .16);
}
.svc-modal-close {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(6, 9, 16, .62);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
html[data-theme="light"] .svc-modal-close {
  background: rgba(15, 39, 68, .72);
}
.svc-carousel {
  position: relative;
  height: min(46vh, 420px);
  background: #05070d;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
}
.svc-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .7s ease;
}
.svc-slide.is-active { opacity: 1; }
.svc-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.svc-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(6, 9, 16, .62);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
}
.svc-carousel-btn.prev { left: 12px; }
.svc-carousel-btn.next { right: 12px; }
.svc-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}
.svc-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  cursor: pointer;
}
.svc-dot.is-active { background: #38bdf8; width: 22px; border-radius: 999px; }
.svc-modal-copy { padding: 22px 26px 26px; }
.svc-modal-copy .kicker { margin-bottom: 4px; }
.svc-modal-copy h2 { margin: 0 0 10px; font-size: clamp(22px, 3vw, 32px); }
.svc-modal-copy .lead { margin: 0 0 14px; max-width: none; }
.svc-modal-copy ul {
  margin: 0 0 18px;
  padding-inline-start: 18px;
  color: var(--muted);
}
.svc-modal-copy li { margin: 0 0 8px; }
.svc-modal-copy .btn { text-decoration: none; }
body.svc-modal-open { overflow: hidden; }
@media (max-width: 700px) {
  body > .svc-modal,
  .svc-modal {
    padding: 0;
    align-items: stretch;
    justify-content: flex-end;
  }
  .svc-modal-panel {
    width: 100%;
    margin-top: auto;
    max-height: min(94dvh, 920px);
    border-radius: 18px 18px 0 0;
  }
  .svc-carousel { height: 200px; border-radius: 18px 18px 0 0; }
  .svc-modal-copy { padding: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .svc-modal, .svc-modal-panel, .svc-slide { transition: none; }
}
