:root{
  --sgx6-bg:#06111a;
  --sgx6-bg-2:#091722;
  --sgx6-panel:rgba(10,25,37,.78);
  --sgx6-panel-solid:#0c1d2a;
  --sgx6-text:#f7fbff;
  --sgx6-muted:#a9bac8;
  --sgx6-line:rgba(205,236,255,.14);
  --sgx6-mint:#63ead3;
  --sgx6-blue:#75c8ff;
  --sgx6-warm:#ffb28f;
  --sgx6-shell:min(1220px,calc(100vw - 64px));
  --sgx6-radius:28px;
  --sgx6-ease:cubic-bezier(.22,.78,.22,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--sgx6-bg)}
body.sgx6-home{margin:0!important;background:var(--sgx6-bg)!important;color:var(--sgx6-text)!important;overflow-x:clip;color-scheme:dark}
body.sgx6-home.admin-bar .sgx6-header{top:48px}
body.sgx6-home a{color:inherit;text-decoration:none}
body.sgx6-home button{font:inherit}
body.sgx6-home ::selection{background:var(--sgx6-mint);color:#041014}
.sgx6{position:relative;isolation:isolate;min-height:100vh;overflow:clip;background:
  radial-gradient(circle at 14% 7%,rgba(99,234,211,.08),transparent 34rem),
  radial-gradient(circle at 90% 4%,rgba(117,200,255,.08),transparent 32rem),
  linear-gradient(180deg,#06111a 0%,#07131d 38%,#08131c 72%,#050d14 100%)}
.sgx6[data-lang="ar"]{direction:rtl;text-align:right;font-family:"Noto Sans Arabic",Tahoma,Arial,sans-serif}
.sgx6[data-lang="en"]{direction:ltr;text-align:left;font-family:"Inter",Arial,sans-serif}
.sgx6-shell{width:var(--sgx6-shell);margin-inline:auto}
.sgx6-grid-bg{position:fixed;inset:0;z-index:-4;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 74%)}
.sgx6-ambient{position:fixed;inset:0;z-index:-5;pointer-events:none;overflow:hidden;filter:blur(78px)}
.sgx6-ambient span{position:absolute;border-radius:50%;mix-blend-mode:screen;animation:sgx6Ambient 18s ease-in-out infinite alternate}
.sgx6-ambient span:nth-child(1){width:36vw;aspect-ratio:1;left:-13vw;top:1vh;background:rgba(99,234,211,.13)}
.sgx6-ambient span:nth-child(2){width:34vw;aspect-ratio:1;right:-11vw;top:24vh;background:rgba(117,200,255,.12);animation-delay:-6s}
.sgx6-ambient span:nth-child(3){width:30vw;aspect-ratio:1;left:38vw;bottom:-15vh;background:rgba(255,178,143,.08);animation-delay:-12s}
.sgx6-progress{position:fixed;inset:0 0 auto;height:3px;z-index:10002;background:rgba(255,255,255,.04)}
.sgx6-progress span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:right;background:linear-gradient(90deg,var(--sgx6-mint),var(--sgx6-blue),var(--sgx6-warm))}
.sgx6[data-lang="en"] .sgx6-progress span{transform-origin:left}
.sgx6-skip{position:fixed;top:-90px;inset-inline-start:18px;z-index:10003;padding:11px 17px;border-radius:999px;background:#fff;color:#06111a!important;font-size:13px;font-weight:700}
.sgx6-skip:focus{top:18px}

/* Header */
.sgx6-header{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:10000;width:var(--sgx6-shell);min-height:72px;display:grid;align-items:center;gap:22px;padding:10px 12px 10px 16px;border:1px solid rgba(205,236,255,.16);border-radius:22px;background:rgba(5,15,24,.84);backdrop-filter:blur(24px) saturate(145%);-webkit-backdrop-filter:blur(24px) saturate(145%);box-shadow:0 18px 60px rgba(0,0,0,.28);transition:min-height .25s ease,background .25s ease,border-color .25s ease}
.sgx6[data-lang="ar"] .sgx6-header{grid-template-columns:auto 1fr auto;grid-template-areas:"actions nav brand"}
.sgx6[data-lang="en"] .sgx6-header{grid-template-columns:auto 1fr auto;grid-template-areas:"brand nav actions"}
.sgx6-header.is-scrolled{min-height:64px;background:rgba(5,15,24,.96);border-color:rgba(99,234,211,.27)}
.sgx6-brand{grid-area:brand;display:inline-flex;align-items:center;gap:12px;min-width:max-content}
.sgx6-brand img{display:block;width:auto;height:46px;max-width:184px;object-fit:contain}
.sgx6-brand-mark{position:relative;width:44px;height:44px;flex:0 0 44px;border-radius:15px;display:grid;place-items:center;border:1px solid rgba(99,234,211,.42);background:radial-gradient(circle at 34% 28%,rgba(99,234,211,.28),transparent 60%),rgba(255,255,255,.04);box-shadow:0 0 32px rgba(99,234,211,.16)}
.sgx6-brand-mark i{width:18px;height:18px;border:2px solid var(--sgx6-mint);border-radius:50%;box-shadow:0 0 18px rgba(99,234,211,.72)}
.sgx6-brand-mark b{position:absolute;width:11px;height:2px;border-radius:99px;background:var(--sgx6-mint);transform:translate(11px,10px) rotate(45deg)}
.sgx6-brand-copy{line-height:1.1}
.sgx6-brand-copy strong{display:block;font-size:15px;font-weight:650;white-space:nowrap}
.sgx6-brand-copy small{display:block;margin-top:5px;font:700 9px/1 "Inter",sans-serif;letter-spacing:.16em;color:#90a3b4}
.sgx6-nav{grid-area:nav;display:flex;justify-content:center;align-items:center;gap:4px}
.sgx6-nav a{padding:10px 13px;border-radius:999px;color:#d3dde5;font-size:13px;font-weight:550;transition:background .2s ease,color .2s ease}
.sgx6-nav a:hover,.sgx6-nav a:focus-visible{background:rgba(255,255,255,.06);color:#fff;outline:none}
.sgx6-header-actions{grid-area:actions;display:flex;align-items:center;justify-content:flex-end;gap:9px}
.sgx6[data-lang="ar"] .sgx6-header-actions{justify-content:flex-start}
.sgx6-lang,.sgx6-menu{width:46px;height:46px;border:1px solid rgba(205,236,255,.17);border-radius:14px;background:rgba(255,255,255,.04);color:#fff;cursor:pointer;display:grid;place-items:center}
.sgx6-lang span{font:800 11px/1 "Inter",sans-serif;letter-spacing:.07em}
.sgx6-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;background:linear-gradient(135deg,var(--sgx6-mint),#b9ffe9);color:#041316!important;font-size:12px;font-weight:800;box-shadow:0 12px 34px rgba(99,234,211,.18)}
.sgx6-menu{display:none;gap:6px}
.sgx6-menu span{display:block;width:19px;height:1.5px;background:#fff;transition:transform .25s ease}

/* Shared */
.sgx6-section{position:relative;padding:104px 0}
.sgx6-kicker{margin:0 0 16px;color:var(--sgx6-mint);font:800 11px/1.5 "Inter",sans-serif;letter-spacing:.15em;text-transform:uppercase}
.sgx6[data-lang="ar"] .sgx6-kicker{font-family:"Noto Sans Arabic",sans-serif;letter-spacing:.02em;text-transform:none}
.sgx6-heading{margin:0;max-width:820px;font-size:clamp(35px,3.25vw,48px);line-height:1.14;letter-spacing:-.038em;font-weight:650;text-wrap:balance}
.sgx6[data-lang="ar"] .sgx6-heading{letter-spacing:-.018em;line-height:1.27}
.sgx6-heading em,.sgx6-hero-title em,.sgx6-final h2 em{font-style:normal;color:transparent;background:linear-gradient(110deg,var(--sgx6-mint),var(--sgx6-blue) 62%,var(--sgx6-warm));-webkit-background-clip:text;background-clip:text}
.sgx6-body,.sgx6-lead{margin:22px 0 0;color:var(--sgx6-muted);font-size:16px;line-height:1.82;font-weight:400}
.sgx6[data-lang="ar"] .sgx6-body,.sgx6[data-lang="ar"] .sgx6-lead{line-height:2}
.sgx6-intro{max-width:900px}
.sgx6-intro-split{max-width:none;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.62fr);gap:72px;align-items:end}
.sgx6-intro-split>.sgx6-body{margin:0}
.sgx6-actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap;margin-top:28px}
.sgx6-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-size:13px;font-weight:800;overflow:hidden;transition:transform .28s var(--sgx6-ease),box-shadow .28s ease,border-color .28s ease,background .28s ease}
.sgx6-button i{font-style:normal;font:800 15px/1 "Inter",sans-serif}
.sgx6-button-primary{background:linear-gradient(135deg,var(--sgx6-mint),#b9ffe9);color:#041316!important;box-shadow:0 16px 44px rgba(99,234,211,.2)}
.sgx6-button-primary:hover{box-shadow:0 22px 60px rgba(99,234,211,.3);transform:translateY(-2px)}
.sgx6-button-secondary{background:rgba(255,255,255,.04);border-color:rgba(205,236,255,.16);color:#fff!important}
.sgx6-button-secondary:hover{border-color:rgba(99,234,211,.5);background:rgba(99,234,211,.07)}
.sgx6-text-link{font-size:13px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.28);padding-bottom:4px}

/* Hero */
.sgx6-hero{padding:132px 0 86px}
.sgx6-hero-grid{display:grid;align-items:center;gap:clamp(48px,6vw,84px)}
.sgx6[data-lang="ar"] .sgx6-hero-grid{grid-template-columns:minmax(430px,.95fr) minmax(0,1.05fr);grid-template-areas:"motion copy"}
.sgx6[data-lang="en"] .sgx6-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);grid-template-areas:"copy motion"}
.sgx6-hero-copy{grid-area:copy;position:relative;z-index:2}
.sgx6-hero-title{margin:0;max-width:760px;font-size:clamp(44px,4.25vw,62px);line-height:1.08;letter-spacing:-.052em;font-weight:700;text-wrap:balance}
.sgx6[data-lang="ar"] .sgx6-hero-title{letter-spacing:-.026em;line-height:1.2}
.sgx6-lead{max-width:650px;font-size:17px}
.sgx6-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:32px;padding-top:20px;border-top:1px solid var(--sgx6-line)}
.sgx6-proof span{display:grid;gap:6px}
.sgx6-proof b{font:700 11px/1.2 "Inter",sans-serif;letter-spacing:.05em;color:#fff}
.sgx6-proof small{color:#8fa0af;font-size:11px;line-height:1.5}
.sgx6-motion{grid-area:motion;position:relative;min-height:590px;border:1px solid rgba(205,236,255,.16);border-radius:34px;background:
  linear-gradient(180deg,rgba(11,28,42,.88),rgba(5,16,25,.95)),
  radial-gradient(circle at 50% 30%,rgba(99,234,211,.09),transparent 44%);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 30px 100px rgba(0,0,0,.28);overflow:hidden;transform-style:preserve-3d}
.sgx6-motion:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px);background-size:34px 34px;mask-image:radial-gradient(circle at center,#000 0%,transparent 78%)}
.sgx6-motion-halo{position:absolute;left:50%;top:48%;width:430px;aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(99,234,211,.12),rgba(117,200,255,.04) 42%,transparent 72%);filter:blur(6px);animation:sgx6Breath 4.8s ease-in-out infinite}
.sgx6-query-shell{position:absolute;top:28px;left:28px;right:28px;height:58px;display:flex;align-items:center;gap:13px;padding:0 17px;border:1px solid rgba(205,236,255,.17);border-radius:17px;background:rgba(4,14,22,.78);box-shadow:0 18px 44px rgba(0,0,0,.24)}
.sgx6-search-icon{width:19px;height:19px;border:2px solid var(--sgx6-mint);border-radius:50%;position:relative;flex:0 0 19px;box-shadow:0 0 18px rgba(99,234,211,.5)}
.sgx6-search-icon:after{content:"";position:absolute;width:8px;height:2px;border-radius:2px;background:var(--sgx6-mint);right:-6px;bottom:-3px;transform:rotate(45deg)}
.sgx6-query-shell strong{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .2s ease,transform .2s ease}
.sgx6-query-shell strong.is-changing{opacity:.2;transform:translateY(5px)}
.sgx6-query-shell>i{margin-inline-start:auto;width:7px;height:7px;border-radius:50%;background:var(--sgx6-mint);box-shadow:0 0 16px var(--sgx6-mint);animation:sgx6Blink 1.4s ease-in-out infinite}
.sgx6-journey-canvas{position:absolute;left:4%;right:4%;top:104px;height:326px}
.sgx6-journey-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.sgx6-route-shadow{fill:none;stroke:rgba(255,255,255,.06);stroke-width:10;stroke-linecap:round}
.sgx6-route{fill:none;stroke:url(#sgx6Route);stroke-width:3.2;stroke-linecap:round;stroke-dasharray:12 13;animation:sgx6Dash 8s linear infinite}
.sgx6-node{position:absolute;width:118px;display:grid;justify-items:center;text-align:center;gap:5px;transform:translate(-50%,-50%);z-index:3;color:#a8b7c5;transition:color .35s ease,transform .35s var(--sgx6-ease)}
.sgx6-node i{width:24px;height:24px;border-radius:50%;border:2px solid rgba(205,236,255,.22);background:#07131d;box-shadow:0 0 0 8px rgba(255,255,255,.025);transition:border-color .35s ease,box-shadow .35s ease,background .35s ease}
.sgx6-node b{font-size:13px;font-weight:700;color:#e5edf3}
.sgx6-node small{font-size:11px;line-height:1.4;color:#8ea0af}
.sgx6-node.is-active{transform:translate(-50%,-50%) scale(1.06);color:#fff}
.sgx6-node.is-active i{border-color:var(--sgx6-mint);background:var(--sgx6-mint);box-shadow:0 0 0 10px rgba(99,234,211,.08),0 0 28px rgba(99,234,211,.55)}
.sgx6-node-search{left:10%;top:62%}.sgx6-node-page{left:35%;top:26%}.sgx6-node-trust{left:64%;top:52%}.sgx6-node-action{left:91%;top:18%}
.sgx6-live-result,.sgx6-live-local,.sgx6-live-lead{position:absolute;border:1px solid rgba(205,236,255,.16);background:rgba(5,16,25,.88);backdrop-filter:blur(12px);box-shadow:0 18px 48px rgba(0,0,0,.26);transition:opacity .35s ease,transform .35s var(--sgx6-ease),border-color .35s ease}
.sgx6-live-result{left:28px;bottom:28px;width:210px;min-height:112px;border-radius:18px;padding:15px}
.sgx6-live-result small,.sgx6-live-local small,.sgx6-live-lead small{display:block;font-size:11px;color:#8fa0af;margin-bottom:7px}
.sgx6-live-result strong,.sgx6-live-local strong,.sgx6-live-lead strong{display:block;font-size:14px;font-weight:700;color:#fff}
.sgx6-live-result>span{display:grid;gap:7px;margin-top:13px}
.sgx6-live-result>span i{display:block;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--sgx6-mint),rgba(99,234,211,.08));transform-origin:left;animation:sgx6Bar 2.8s ease-in-out infinite}
.sgx6-live-result>span i:nth-child(2){width:78%;animation-delay:-.5s}.sgx6-live-result>span i:nth-child(3){width:58%;animation-delay:-1s}
.sgx6-live-local{right:28px;bottom:28px;width:186px;min-height:112px;border-radius:18px;padding:15px}
.sgx6-live-local>span{position:relative;display:block;height:38px;margin-top:10px;border-bottom:1px solid rgba(255,255,255,.08)}
.sgx6-live-local>span i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--sgx6-blue);box-shadow:0 0 18px rgba(117,200,255,.8);animation:sgx6LocalDot 3.8s ease-in-out infinite}
.sgx6-live-local>span i:nth-child(1){left:8%;top:22px}.sgx6-live-local>span i:nth-child(2){left:48%;top:9px;animation-delay:-1.2s}.sgx6-live-local>span i:nth-child(3){right:5%;top:18px;animation-delay:-2.3s}
.sgx6-live-lead{left:50%;bottom:34px;width:230px;min-height:72px;border-radius:18px;padding:13px 15px;display:flex;align-items:center;gap:12px;opacity:0;transform:translate(-50%,18px)}
.sgx6-live-lead>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--sgx6-mint);color:#051416;font-size:18px;font-weight:900;box-shadow:0 0 28px rgba(99,234,211,.42)}
.sgx6-live-lead small{margin:0 0 3px}.sgx6-live-lead strong{font-size:13px}
.sgx6-motion[data-phase="action"] .sgx6-live-lead{opacity:1;transform:translate(-50%,0);border-color:rgba(99,234,211,.38)}
.sgx6-motion[data-phase="trust"] .sgx6-live-local,.sgx6-motion[data-phase="page"] .sgx6-live-result{border-color:rgba(99,234,211,.38);transform:translateY(-5px)}

/* System */
.sgx6-system{background:linear-gradient(180deg,transparent,rgba(117,200,255,.025),transparent)}
.sgx6-system-grid{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr);gap:72px;align-items:center;margin-top:58px}
.sgx6-system-visual{position:relative;min-height:520px;border-radius:32px;border:1px solid rgba(205,236,255,.15);background:linear-gradient(180deg,rgba(11,28,42,.78),rgba(5,15,24,.84));overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.22)}
.sgx6-system-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(99,234,211,.09),transparent 56%)}
.sgx6-system-visual svg{position:absolute;inset:7%;width:86%;height:86%}
.sgx6-pipe,.sgx6-pipe-soft{fill:none;stroke:url(#sgx6Pipeline);stroke-width:3;stroke-linecap:round;stroke-dasharray:12 12;animation:sgx6Dash 9s linear infinite}
.sgx6-pipe-soft{opacity:.35;stroke-width:2}
.sgx6-system-label{position:absolute;padding:9px 12px;border-radius:999px;border:1px solid rgba(205,236,255,.16);background:rgba(5,16,25,.82);font-size:12px;font-weight:650;color:#eef7fb;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.label-a{left:7%;top:10%}.label-b{left:37%;top:38%}.label-c{right:8%;top:24%}.label-d{right:8%;bottom:15%}
.sgx6-system-pulse{position:absolute;left:50%;top:56%;transform:translate(-50%,-50%);width:170px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;text-align:center;padding:24px;background:radial-gradient(circle,rgba(99,234,211,.18),rgba(5,16,25,.94) 58%);border:1px solid rgba(99,234,211,.28);box-shadow:0 0 0 22px rgba(99,234,211,.03),0 0 70px rgba(99,234,211,.12);animation:sgx6Breath 4s ease-in-out infinite}
.sgx6-system-pulse i{position:absolute;inset:-18px;border:1px solid rgba(99,234,211,.18);border-radius:50%;animation:sgx6Spin 18s linear infinite}
.sgx6-system-pulse i:before,.sgx6-system-pulse i:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--sgx6-mint);box-shadow:0 0 16px rgba(99,234,211,.8)}
.sgx6-system-pulse i:before{left:16px;top:28px}.sgx6-system-pulse i:after{right:18px;bottom:25px}
.sgx6-system-pulse b{font:700 16px/1.2 "Inter",sans-serif}.sgx6-system-pulse small{display:block;margin-top:7px;font-size:11px;line-height:1.5;color:#9fb0bd}
.sgx6-system-steps{display:grid}
.sgx6-system-steps article{display:grid;grid-template-columns:22px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid var(--sgx6-line);opacity:.58;transition:opacity .3s ease,transform .3s var(--sgx6-ease)}
.sgx6[data-lang="en"] .sgx6-system-steps article{grid-template-columns:22px 1fr}
.sgx6-system-steps article>span{width:12px;height:12px;border-radius:50%;margin-top:7px;border:2px solid rgba(205,236,255,.22);box-shadow:0 0 0 7px rgba(255,255,255,.02)}
.sgx6-system-steps article h3{margin:0;font-size:19px;line-height:1.45;font-weight:650;color:#f3f8fb}
.sgx6-system-steps article p{margin:8px 0 0;font-size:14px;line-height:1.8;color:#9eafbd}
.sgx6-system-steps article.is-active{opacity:1;transform:translateX(-8px)}
.sgx6[data-lang="en"] .sgx6-system-steps article.is-active{transform:translateX(8px)}
.sgx6-system-steps article.is-active>span{background:var(--sgx6-mint);border-color:var(--sgx6-mint);box-shadow:0 0 0 9px rgba(99,234,211,.07),0 0 22px rgba(99,234,211,.5)}

/* Markets */
.sgx6-markets-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:74px;align-items:center}
.sgx6[data-lang="ar"] .sgx6-markets-grid{grid-template-areas:"network copy"}.sgx6[data-lang="en"] .sgx6-markets-grid{grid-template-areas:"copy network"}
.sgx6-market-copy{grid-area:copy}.sgx6-gcc-network{grid-area:network}
.sgx6-market-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.sgx6-market-tags span{padding:8px 11px;border-radius:999px;border:1px solid rgba(205,236,255,.14);font-size:12px;color:#dce8ef;background:rgba(255,255,255,.025)}
.sgx6-gcc-network{position:relative;min-height:510px;border:1px solid rgba(205,236,255,.15);border-radius:32px;background:linear-gradient(180deg,rgba(11,28,42,.76),rgba(5,15,24,.88));overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.22)}
.sgx6-gcc-network:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 50% 55%,rgba(99,234,211,.1),transparent 38%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,34px 34px,34px 34px}
.sgx6-gcc-network svg{position:absolute;inset:3%;width:94%;height:94%}.sgx6-gcc-route{fill:none;stroke:url(#sgx6Gcc);stroke-width:2.4;stroke-dasharray:9 10;opacity:.72;animation:sgx6Dash 9s linear infinite}
.sgx6-city{position:absolute;padding:8px 11px;border-radius:999px;border:1px solid rgba(205,236,255,.17);background:rgba(5,16,25,.9);font-size:12px;font-weight:650;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.city-muscat{left:43%;top:54%;color:var(--sgx6-mint);border-color:rgba(99,234,211,.32)}.city-dubai{right:13%;top:23%}.city-riyadh{right:9%;bottom:24%}.city-doha{left:9%;top:29%}.city-kuwait{left:13%;bottom:13%}.city-bahrain{right:22%;bottom:8%}
.sgx6-network-core{position:absolute;left:50%;top:57%;transform:translate(-50%,-50%);width:158px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;text-align:center;padding:20px;border:1px solid rgba(99,234,211,.3);background:radial-gradient(circle,rgba(99,234,211,.18),rgba(5,16,25,.95) 60%);box-shadow:0 0 0 18px rgba(99,234,211,.025),0 0 60px rgba(99,234,211,.12);animation:sgx6Breath 4.2s ease-in-out infinite}
.sgx6-network-core i{position:absolute;inset:-15px;border:1px solid rgba(99,234,211,.16);border-radius:50%;animation:sgx6Spin 20s linear infinite}.sgx6-network-core strong{font:700 15px/1.2 "Inter",sans-serif}.sgx6-network-core small{font-size:11px;line-height:1.45;color:#9eb0bd}

/* Services */
.sgx6-services-layout{display:grid;grid-template-columns:minmax(390px,.78fr) minmax(0,1.22fr);gap:68px;align-items:start;margin-top:56px}
.sgx6-service-stage{position:sticky;top:108px;min-height:470px;border-radius:32px;border:1px solid rgba(205,236,255,.15);background:linear-gradient(180deg,rgba(11,28,42,.82),rgba(5,15,24,.92));overflow:hidden;padding:34px;box-shadow:0 28px 80px rgba(0,0,0,.22)}
.sgx6-service-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 45%,rgba(99,234,211,.11),transparent 46%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,30px 30px,30px 30px}
.sgx6-service-beam{position:absolute;left:50%;top:44%;width:250px;height:250px;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(99,234,211,.2);box-shadow:0 0 0 36px rgba(99,234,211,.025),0 0 80px rgba(99,234,211,.12);animation:sgx6Spin 17s linear infinite}
.sgx6-service-beam:before,.sgx6-service-beam:after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(117,200,255,.24)}.sgx6-service-beam:before{inset:28px}.sgx6-service-beam:after{inset:65px}
.sgx6-service-symbol{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);width:96px;height:96px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(99,234,211,.24),rgba(117,200,255,.1));border:1px solid rgba(99,234,211,.32);font:700 34px/1 "Inter",sans-serif;box-shadow:0 0 48px rgba(99,234,211,.18);transition:transform .35s var(--sgx6-ease),opacity .25s ease}
.sgx6-service-symbol.is-changing{opacity:.2;transform:translate(-50%,-50%) scale(.76) rotate(-8deg)}
.sgx6-service-stage>small{position:absolute;top:28px;inset-inline-start:30px;font-size:11px;color:#93a6b5}
.sgx6-service-stage>strong{position:absolute;left:32px;right:32px;bottom:78px;font-size:22px;line-height:1.45;font-weight:650}
.sgx6-service-stage>p{position:absolute;left:32px;right:32px;bottom:38px;margin:0;font-size:12px;line-height:1.6;color:#9fb0bd;font-family:"Inter",sans-serif}
.sgx6-service-meter{position:absolute;left:32px;right:32px;bottom:22px;height:3px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden}.sgx6-service-meter i{display:block;width:100%;height:100%;transform-origin:left;background:linear-gradient(90deg,var(--sgx6-mint),var(--sgx6-blue));animation:sgx6Meter 3.4s ease-in-out infinite}
.sgx6-service-list{display:grid}
.sgx6-service-item{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;padding:24px 0;border-bottom:1px solid var(--sgx6-line);cursor:pointer;opacity:.62;transition:opacity .25s ease,padding .3s var(--sgx6-ease),background .25s ease}
.sgx6-service-item>div{min-width:0}.sgx6-service-item h3{margin:0;font-size:20px;line-height:1.45;font-weight:650;color:#f4f9fb}.sgx6-service-item p{margin:8px 0 0;font-size:14px;line-height:1.75;color:#9eafbd}.sgx6-service-item>i{font-style:normal;font:700 18px/1 "Inter",sans-serif;color:var(--sgx6-mint);opacity:.65}
.sgx6-service-item.is-active,.sgx6-service-item:hover{opacity:1;padding-inline:16px;background:linear-gradient(90deg,rgba(99,234,211,.06),transparent)}
.sgx6[data-lang="ar"] .sgx6-service-item.is-active,.sgx6[data-lang="ar"] .sgx6-service-item:hover{background:linear-gradient(-90deg,rgba(99,234,211,.06),transparent)}

/* Principles */
.sgx6-principles{background:linear-gradient(180deg,transparent,rgba(99,234,211,.025),transparent)}
.sgx6-principles-grid{display:grid;grid-template-columns:minmax(430px,.9fr) minmax(0,1.1fr);gap:72px;align-items:center}
.sgx6[data-lang="ar"] .sgx6-principles-grid{grid-template-areas:"photo copy"}.sgx6[data-lang="en"] .sgx6-principles-grid{grid-template-areas:"copy photo"}.sgx6-photo{grid-area:photo}.sgx6-principles-copy{grid-area:copy}
.sgx6-photo{position:relative;min-height:500px;border-radius:32px;border:1px solid rgba(205,236,255,.15);background-image:linear-gradient(180deg,transparent 45%,rgba(4,13,20,.92)),var(--photo);background-size:cover;background-position:center;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.24)}
.sgx6-photo:before{content:"";position:absolute;inset:-30% auto -30% -42%;width:42%;transform:rotate(16deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent);animation:sgx6Scan 7s ease-in-out infinite}
.sgx6-photo>span{position:absolute;left:18px;right:18px;bottom:18px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.15);background:rgba(5,16,25,.72);backdrop-filter:blur(12px);font-size:13px;line-height:1.55;color:#eff7fb}
.sgx6-principle-list{display:grid;margin-top:30px}
.sgx6-principle-list article{padding:19px 0;border-bottom:1px solid var(--sgx6-line)}
.sgx6-principle-list h3{margin:0;font-size:18px;line-height:1.45;font-weight:650}.sgx6-principle-list p{margin:7px 0 0;font-size:14px;line-height:1.75;color:#9eafbd}

/* Industries */
.sgx6-industry-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 42px;margin-top:48px;border-top:1px solid var(--sgx6-line)}
.sgx6-industry-list span{position:relative;padding:21px 0;border-bottom:1px solid var(--sgx6-line);font-size:17px;font-weight:600;color:#e9f2f7;transition:color .25s ease,padding .25s var(--sgx6-ease)}
.sgx6-industry-list span:after{content:"↗";position:absolute;inset-inline-end:0;color:var(--sgx6-mint);font-family:"Inter",sans-serif;opacity:.5}.sgx6-industry-list span:hover{color:var(--sgx6-mint);padding-inline-start:10px}

/* About */
.sgx6-about-grid{display:grid;grid-template-columns:minmax(480px,1.05fr) minmax(0,.95fr);gap:72px;align-items:center}
.sgx6[data-lang="ar"] .sgx6-about-grid{grid-template-areas:"media copy"}.sgx6[data-lang="en"] .sgx6-about-grid{grid-template-areas:"copy media"}.sgx6-about-media{grid-area:media}.sgx6-about-copy{grid-area:copy}
.sgx6-about-media{position:relative;min-height:460px;border-radius:32px;border:1px solid rgba(205,236,255,.15);background-image:linear-gradient(180deg,transparent 58%,rgba(4,13,20,.72)),var(--about);background-size:cover;background-position:center 36%;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.24)}
.sgx6-about-media i{position:absolute;left:-20%;right:-20%;height:2px;top:15%;background:linear-gradient(90deg,transparent,var(--sgx6-mint),transparent);box-shadow:0 0 22px rgba(99,234,211,.7);animation:sgx6VerticalScan 6s ease-in-out infinite}

/* Final + footer */
.sgx6-final{min-height:640px;display:grid;place-items:center;text-align:center;overflow:hidden;padding:100px 0}
.sgx6-final-inner{position:relative;z-index:2;display:grid;justify-items:center}.sgx6-final h2{margin:0;max-width:900px;font-size:clamp(40px,4.4vw,60px);line-height:1.1;letter-spacing:-.048em;font-weight:700;text-wrap:balance}.sgx6[data-lang="ar"] .sgx6-final h2{line-height:1.23;letter-spacing:-.022em}
.sgx6-final p:not(.sgx6-kicker){max-width:650px;margin:20px 0 0;font-size:16px;line-height:1.8;color:#9fb0bd}.sgx6-final-wave{position:absolute;left:50%;top:50%;width:min(980px,90vw);aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(99,234,211,.12);box-shadow:0 0 0 90px rgba(99,234,211,.02),0 0 0 180px rgba(117,200,255,.015);animation:sgx6Breath 5s ease-in-out infinite}.sgx6-final-wave i{position:absolute;inset:16%;border-radius:50%;border:1px dashed rgba(117,200,255,.18);animation:sgx6Spin 22s linear infinite}.sgx6-final-wave i:nth-child(2){inset:31%;animation-direction:reverse;animation-duration:16s}.sgx6-final-wave i:nth-child(3){inset:45%;border-style:solid;box-shadow:0 0 60px rgba(99,234,211,.12)}
.sgx6-footer{padding:38px 0 48px;border-top:1px solid var(--sgx6-line);background:rgba(4,12,19,.72)}
.sgx6-footer-grid{display:grid;grid-template-columns:auto minmax(250px,1fr) auto auto;gap:32px;align-items:center}.sgx6-footer p{margin:0;max-width:520px;font-size:13px;line-height:1.7;color:#91a4b2}.sgx6-footer-contact{display:grid;gap:5px;font:600 12px/1.4 "Inter",sans-serif;color:#c5d2db}.sgx6-footer>small,.sgx6-footer-grid>small{color:#738594;font:600 11px/1 "Inter",sans-serif}.sgx6-brand-footer .sgx6-brand-mark{width:38px;height:38px;flex-basis:38px}

/* Motion */
@keyframes sgx6Ambient{0%{transform:translate3d(0,0,0) scale(1)}100%{transform:translate3d(7vw,6vh,0) scale(1.16)}}
@keyframes sgx6Breath{0%,100%{transform:translate(-50%,-50%) scale(.96);opacity:.72}50%{transform:translate(-50%,-50%) scale(1.04);opacity:1}}
@keyframes sgx6Blink{0%,100%{opacity:.45}50%{opacity:1}}
@keyframes sgx6Dash{to{stroke-dashoffset:-150}}
@keyframes sgx6Spin{to{transform:rotate(360deg)}}
@keyframes sgx6Bar{0%,100%{transform:scaleX(.65)}50%{transform:scaleX(1)}}
@keyframes sgx6LocalDot{0%,100%{transform:translateY(0);opacity:.55}50%{transform:translateY(-7px);opacity:1}}
@keyframes sgx6Meter{0%,100%{transform:scaleX(.62)}50%{transform:scaleX(1)}}
@keyframes sgx6Scan{0%,30%{transform:translateX(-130%) rotate(16deg)}70%,100%{transform:translateX(380%) rotate(16deg)}}
@keyframes sgx6VerticalScan{0%,100%{top:16%;opacity:.2}50%{top:82%;opacity:1}}

@media (max-width:1120px){
  :root{--sgx6-shell:min(100% - 44px,1060px)}
  .sgx6-nav a{padding:9px 10px;font-size:12px}
  .sgx6[data-lang="ar"] .sgx6-hero-grid,.sgx6[data-lang="en"] .sgx6-hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.82fr)}
  .sgx6-motion{min-height:540px}
  .sgx6-system-grid,.sgx6-services-layout{grid-template-columns:minmax(350px,.82fr) minmax(0,1.18fr);gap:48px}
  .sgx6-markets-grid,.sgx6-principles-grid,.sgx6-about-grid{gap:48px}
}

@media (max-width:820px){
  :root{--sgx6-shell:min(100% - 24px,720px)}
  body.sgx6-home.admin-bar .sgx6-header{top:58px}
  .sgx6-header{top:9px;min-height:64px;padding:8px 9px 8px 11px;border-radius:19px}
  .sgx6[data-lang="ar"] .sgx6-header{grid-template-columns:auto 1fr auto;grid-template-areas:"actions . brand"}
  .sgx6[data-lang="en"] .sgx6-header{grid-template-columns:auto 1fr auto;grid-template-areas:"brand . actions"}
  .sgx6-header.is-scrolled{min-height:58px}
  .sgx6-brand{gap:8px}.sgx6-brand img{height:38px;max-width:132px}.sgx6-brand-mark{width:38px;height:38px;flex-basis:38px;border-radius:12px}.sgx6-brand-copy strong{font-size:13px}.sgx6-brand-copy small{font-size:8px;margin-top:4px}
  .sgx6-header-cta{display:none}.sgx6-lang,.sgx6-menu{width:42px;height:42px;border-radius:13px}.sgx6-menu{display:grid}.sgx6-header-actions{gap:7px}
  .sgx6-nav{position:fixed;top:81px;left:12px;right:12px;display:grid;gap:5px;padding:13px;border:1px solid rgba(205,236,255,.16);border-radius:19px;background:rgba(5,15,24,.97);backdrop-filter:blur(22px);transform:translateY(-10px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s ease;box-shadow:0 24px 70px rgba(0,0,0,.42)}
  .sgx6-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.sgx6-nav a{display:block;padding:13px 14px;text-align:start;font-size:14px;border-radius:13px}
  .sgx6-menu[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}.sgx6-menu[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}

  .sgx6-section{padding:72px 0}.sgx6-kicker{font-size:11px;margin-bottom:12px}.sgx6-heading{font-size:clamp(28px,7.8vw,35px);line-height:1.18;letter-spacing:-.03em}.sgx6[data-lang="ar"] .sgx6-heading{line-height:1.32;letter-spacing:-.012em}
  .sgx6-body,.sgx6-lead{font-size:14px;line-height:1.75;margin-top:16px}.sgx6[data-lang="ar"] .sgx6-body,.sgx6[data-lang="ar"] .sgx6-lead{line-height:1.95}
  .sgx6-intro-split{grid-template-columns:1fr;gap:18px}.sgx6-intro-split>.sgx6-body{margin:0}.sgx6-button{min-height:46px;padding:0 18px;font-size:12px}.sgx6-actions{margin-top:22px;gap:9px}

  .sgx6-hero{padding:94px 0 64px}.sgx6[data-lang="ar"] .sgx6-hero-grid,.sgx6[data-lang="en"] .sgx6-hero-grid{grid-template-columns:1fr;grid-template-areas:"copy" "motion";gap:30px}.sgx6-hero-title{font-size:clamp(34px,9vw,42px);line-height:1.13;letter-spacing:-.04em}.sgx6[data-lang="ar"] .sgx6-hero-title{line-height:1.28;letter-spacing:-.016em}.sgx6-lead{font-size:14px}.sgx6-hero-copy .sgx6-actions{display:grid;grid-template-columns:1fr}.sgx6-hero-copy .sgx6-button{width:100%}
  .sgx6-proof{grid-template-columns:1fr;gap:8px;margin-top:22px;padding-top:16px}.sgx6-proof span{grid-template-columns:92px 1fr;align-items:center}.sgx6-proof b{font-size:11px}.sgx6-proof small{font-size:12px}
  .sgx6-motion{min-height:460px;border-radius:24px}.sgx6-query-shell{left:14px;right:14px;top:14px;height:54px;border-radius:15px;padding:0 14px}.sgx6-query-shell strong{font-size:13px}.sgx6-search-icon{width:18px;height:18px;flex-basis:18px}
  .sgx6-journey-canvas{left:0;right:0;top:82px;height:235px}.sgx6-node{width:88px;gap:4px}.sgx6-node i{width:22px;height:22px}.sgx6-node b{font-size:12px}.sgx6-node small{font-size:11px}.sgx6-node-search{left:10%;top:65%}.sgx6-node-page{left:36%;top:28%}.sgx6-node-trust{left:64%;top:54%}.sgx6-node-action{left:90%;top:20%}
  .sgx6-live-result{left:14px;bottom:14px;width:46%;min-height:108px;border-radius:16px;padding:13px}.sgx6-live-local{right:14px;bottom:14px;width:42%;min-height:108px;border-radius:16px;padding:13px}.sgx6-live-result small,.sgx6-live-local small,.sgx6-live-lead small{font-size:11px}.sgx6-live-result strong,.sgx6-live-local strong{font-size:13px}.sgx6-live-lead{left:50%;bottom:22px;width:calc(100% - 60px);min-height:70px;padding:12px 14px}.sgx6-live-lead strong{font-size:13px}

  .sgx6-system-grid{grid-template-columns:1fr;gap:28px;margin-top:38px}.sgx6-system-visual{min-height:360px;border-radius:24px}.sgx6-system-label{font-size:11px;padding:7px 9px}.label-a{left:4%;top:7%}.label-b{left:34%;top:35%}.label-c{right:4%;top:20%}.label-d{right:4%;bottom:11%}.sgx6-system-pulse{width:128px;padding:18px}.sgx6-system-pulse b{font-size:14px}.sgx6-system-pulse small{font-size:11px}.sgx6-system-steps article{grid-template-columns:18px 1fr;gap:13px;padding:18px 0}.sgx6-system-steps article h3{font-size:17px}.sgx6-system-steps article p{font-size:13px;line-height:1.75}.sgx6-system-steps article.is-active,.sgx6[data-lang="en"] .sgx6-system-steps article.is-active{transform:none}

  .sgx6-markets-grid{grid-template-columns:1fr;grid-template-areas:"copy" "network"!important;gap:30px}.sgx6-gcc-network{min-height:390px;border-radius:24px}.sgx6-city{font-size:11px;padding:7px 9px}.sgx6-network-core{width:126px}.sgx6-network-core strong{font-size:13px}.sgx6-network-core small{font-size:11px}.sgx6-market-tags span{font-size:11px}

  .sgx6-services-layout{grid-template-columns:1fr;gap:28px;margin-top:40px}.sgx6-service-stage{position:relative;top:auto;min-height:330px;border-radius:24px;padding:24px}.sgx6-service-beam{width:190px;height:190px}.sgx6-service-symbol{width:78px;height:78px;border-radius:22px;font-size:28px}.sgx6-service-stage>small{top:20px;inset-inline-start:22px;font-size:11px}.sgx6-service-stage>strong{left:22px;right:22px;bottom:66px;font-size:18px}.sgx6-service-stage>p{left:22px;right:22px;bottom:34px;font-size:11px}.sgx6-service-meter{left:22px;right:22px;bottom:19px}.sgx6-service-item{gap:15px;padding:19px 0}.sgx6-service-item h3{font-size:17px}.sgx6-service-item p{font-size:13px}.sgx6-service-item.is-active,.sgx6-service-item:hover{padding-inline:8px}

  .sgx6-principles-grid{grid-template-columns:1fr;grid-template-areas:"photo" "copy"!important;gap:32px}.sgx6-photo{min-height:300px;border-radius:24px}.sgx6-photo>span{font-size:12px}.sgx6-principle-list article{padding:16px 0}.sgx6-principle-list h3{font-size:16px}.sgx6-principle-list p{font-size:13px}
  .sgx6-industry-list{grid-template-columns:1fr;margin-top:34px}.sgx6-industry-list span{padding:17px 0;font-size:15px}
  .sgx6-about-grid{grid-template-columns:1fr;grid-template-areas:"media" "copy"!important;gap:32px}.sgx6-about-media{min-height:300px;border-radius:24px;background-position:center 28%}
  .sgx6-final{min-height:560px;padding:82px 0}.sgx6-final h2{font-size:clamp(31px,8.3vw,39px);line-height:1.15;letter-spacing:-.035em}.sgx6[data-lang="ar"] .sgx6-final h2{line-height:1.3;letter-spacing:-.014em}.sgx6-final p:not(.sgx6-kicker){font-size:14px;margin-top:17px}.sgx6-final .sgx6-actions{display:grid;width:100%;grid-template-columns:1fr}.sgx6-final .sgx6-button{width:100%}
  .sgx6-footer{padding:34px 0 98px}.sgx6-footer-grid{grid-template-columns:1fr;gap:17px}.sgx6-footer p{font-size:12px}.sgx6-footer-contact{font-size:12px}
}

@media (max-width:390px){
  :root{--sgx6-shell:calc(100% - 20px)}
  .sgx6-brand-copy strong{font-size:12px}.sgx6-brand-copy small{display:none}.sgx6-lang,.sgx6-menu{width:40px;height:40px}
  .sgx6-hero-title{font-size:34px}.sgx6-heading{font-size:28px}.sgx6-motion{min-height:440px}.sgx6-node small{font-size:10px}.sgx6-node b{font-size:11px}.sgx6-live-result,.sgx6-live-local{min-height:104px}.sgx6-gcc-network{min-height:370px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.sgx6 *, .sgx6 *:before,.sgx6 *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.sgx6-route,.sgx6-pipe,.sgx6-pipe-soft,.sgx6-gcc-route{stroke-dasharray:none}
}

/* Explicit physical placement: prevents CSS direction from mirroring grid areas */
.sgx6-header,.sgx6-hero-grid,.sgx6-markets-grid,.sgx6-principles-grid,.sgx6-about-grid{direction:ltr}
.sgx6[data-lang="ar"] .sgx6-brand,.sgx6[data-lang="ar"] .sgx6-nav,.sgx6[data-lang="ar"] .sgx6-header-actions,.sgx6[data-lang="ar"] .sgx6-hero-copy,.sgx6[data-lang="ar"] .sgx6-market-copy,.sgx6[data-lang="ar"] .sgx6-principles-copy,.sgx6[data-lang="ar"] .sgx6-about-copy{direction:rtl;text-align:right}
.sgx6[data-lang="en"] .sgx6-brand,.sgx6[data-lang="en"] .sgx6-nav,.sgx6[data-lang="en"] .sgx6-header-actions,.sgx6[data-lang="en"] .sgx6-hero-copy,.sgx6[data-lang="en"] .sgx6-market-copy,.sgx6[data-lang="en"] .sgx6-principles-copy,.sgx6[data-lang="en"] .sgx6-about-copy{direction:ltr;text-align:left}
@media (max-width:820px){.sgx6-brand-copy small{font-size:9px}.sgx6-node small{font-size:11px}}
@media (max-width:390px){.sgx6-node small{font-size:11px}}
