:root {
  --font-geist-sans: "Manrope";
  --font-geist-mono: "IBM Plex Mono";
  --ink: #08101f;
  --navy: #080d1b;
  --navy-soft: #10182d;
  --paper: #f5f4ef;
  --white: #ffffff;
  --muted: #667085;
  --line: rgba(8, 16, 31, 0.12);
  --violet: #7c5cff;
  --blue: #377dff;
  --cyan: #35c9e8;
  --gold: #d6a64c;
  --coral: #f06b62;
  --emerald: #3bbf91;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

.desktop-nav ul,
.mobile-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav ul {
  gap: 36px;
}

.mobile-nav ul {
  align-items: stretch;
  flex-direction: column;
}

body.admin-bar .site-header {
  top: 32px;
}

body:not(.home) .site-header {
  position: relative;
  left: auto;
  width: 100%;
  padding-inline: max(24px, calc((100vw - 1200px) / 2));
  color: rgba(255, 255, 255, 0.84);
  background: var(--navy);
  transform: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  display: block;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 16px;
  color: #08101f;
  background: #fff;
  white-space: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: #a78bfa;
  color: #080d1b;
}

.section-shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1200px, calc(100% - 48px));
  height: 92px;
  color: rgba(255, 255, 255, 0.84);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  background: linear-gradient(145deg, #7c5cff, #2eb9ec);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.42);
  transform: rotate(45deg);
}

.brand-mark::before,
.brand-mark span {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  filter: blur(1px);
}

.brand-mark::before {
  top: 4px;
  right: 4px;
}

.brand-mark span {
  bottom: 4px;
  left: 4px;
  opacity: 0.72;
}

.brand-name {
  color: #fff;
  font-size: 20px;
  font-weight: 670;
  letter-spacing: -0.04em;
}

.brand-name span {
  color: #9b8bff;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 14px;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: #fff;
}

.nav-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 13px;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.nav-cta:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 860px;
  overflow: hidden;
  grid-template-columns: minmax(48px, 1fr) minmax(0, 620px) minmax(0, 580px) minmax(48px, 1fr);
  align-items: center;
  padding-top: 92px;
  color: #fff;
  background:
    radial-gradient(circle at 71% 46%, rgba(75, 52, 171, 0.22), transparent 29%),
    radial-gradient(circle at 15% 15%, rgba(39, 129, 196, 0.11), transparent 30%),
    var(--navy);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent 3%, #000 32%, #000 72%, transparent);
}

.hero-grid::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 50% 48%, transparent, var(--navy) 78%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
  animation: drift 10s ease-in-out infinite alternate;
}

.hero-orb-one {
  top: 15%;
  left: 38%;
  width: 280px;
  height: 280px;
  background: #2c7eff;
}

.hero-orb-two {
  right: 8%;
  bottom: 12%;
  width: 250px;
  height: 250px;
  background: #8f5cff;
  animation-delay: -4s;
}

@keyframes drift {
  to {
    transform: translate3d(22px, -18px, 0) scale(1.08);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  grid-column: 2;
  padding: 34px 60px 80px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #a8b1c7;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6fddff;
  box-shadow: 0 0 12px #6fddff;
}

.hero h1 {
  max-width: 700px;
  margin: 30px 0 25px;
  font-size: clamp(56px, 5.8vw, 87px);
  font-weight: 490;
  line-height: 0.96;
  letter-spacing: -0.067em;
}

.gradient-line,
.intro h2 span,
.platform-copy h2 span,
.dubai-content h2 span,
.contact h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #56c8f5, #8f79ff 54%, #dda9f4);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-copy {
  max-width: 560px;
  margin: 0;
  color: #a8b1c7;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 570;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #0a0d18;
  background: #fff;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
}

.button-primary:hover {
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.3);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #d7dbea;
  background: rgba(255, 255, 255, 0.04);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.signal-card {
  position: relative;
  z-index: 2;
  grid-column: 3;
  width: min(100%, 530px);
  min-height: 535px;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(10, 16, 33, 0.8);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.signal-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(120deg, transparent 10%, rgba(111, 221, 255, 0.06), transparent 55%);
}

.signal-top,
.signal-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  color: #8792a9;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.live-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #79dcb6;
}

.live-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #54e4ab;
  box-shadow: 0 0 10px #54e4ab;
}

.signal-core {
  position: relative;
  height: 380px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(104, 92, 255, 0.2), transparent 25%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 19px 19px;
  perspective: 600px;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(140, 133, 255, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(-18deg);
}

.orbit-one {
  width: 290px;
  height: 290px;
  animation: spin-one 14s linear infinite;
}

.orbit-two {
  width: 400px;
  height: 400px;
  animation: spin-two 20s linear infinite reverse;
}

.orbit span {
  position: absolute;
  top: 47%;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6fddff;
  box-shadow: 0 0 16px #6fddff;
}

.orbit-two span {
  top: 16%;
  right: 12%;
  left: auto;
  background: #b393ff;
  box-shadow: 0 0 16px #b393ff;
}

@keyframes spin-one {
  to {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(342deg);
  }
}

@keyframes spin-two {
  to {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(342deg);
  }
}

.core-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 31px;
  background: radial-gradient(circle at 35% 25%, #3341b5, #171b49 60%, #0c1027);
  box-shadow:
    0 0 50px rgba(103, 91, 255, 0.4),
    inset 0 0 28px rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
}

.brand-mark.large {
  width: 35px;
  height: 35px;
  border-radius: 11px;
}

.node {
  position: absolute;
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #aeb7ca;
  background: rgba(17, 25, 48, 0.76);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
}

.node-ai {
  top: 20%;
  right: 9%;
}

.node-data {
  bottom: 18%;
  left: 13%;
}

.node-apps {
  right: 17%;
  bottom: 13%;
}

.signal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-footer div:first-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.signal-footer strong {
  color: #d7dbea;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 13px;
  font-weight: 530;
  letter-spacing: 0;
  text-transform: none;
}

.signal-bars {
  display: flex;
  height: 24px;
  align-items: end;
  gap: 3px;
}

.signal-bars i {
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(to top, #695cff, #6fddff);
}

.signal-bars i:nth-child(1) {
  height: 8px;
}

.signal-bars i:nth-child(2) {
  height: 15px;
}

.signal-bars i:nth-child(3) {
  height: 21px;
}

.signal-bars i:nth-child(4) {
  height: 13px;
}

.signal-bars i:nth-child(5) {
  height: 18px;
}

.hero-bottom {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 30px;
  padding: 0 max(48px, calc((100vw - 1200px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #707b93;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-bottom a {
  display: grid;
  width: 78px;
  min-height: 78px;
  margin-left: auto;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  color: #c0c8d8;
}

.hero-bottom i {
  font-size: 18px;
  font-style: normal;
  animation: down 1.8s ease-in-out infinite;
}

@keyframes down {
  50% {
    transform: translateY(5px);
  }
}

.intro {
  padding-top: 130px;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #7a8190;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker i {
  width: 42px;
  height: 1px;
  background: #aeb3bd;
}

.section-kicker.light {
  color: #7f8ca4;
}

.section-kicker.light i {
  background: #4c586e;
}

.intro-copy {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: end;
  padding: 42px 0 86px;
}

.intro h2,
.platform-copy h2,
.approach h2,
.dubai-content h2,
.contact h2 {
  margin: 0;
  font-size: clamp(46px, 5.6vw, 78px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.intro h2 span {
  background-image: linear-gradient(90deg, #4557d8, #8b62d9);
}

.intro-copy p {
  max-width: 430px;
  margin: 0 0 5px;
  color: #5f6877;
  font-size: 17px;
  line-height: 1.75;
}

.principle-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle-row span {
  position: relative;
  padding: 24px 28px;
  color: #495161;
  font-size: 13px;
}

.principle-row span::before {
  margin-right: 12px;
  color: #7866e8;
  content: "✦";
}

.principle-row span + span {
  border-left: 1px solid var(--line);
}

.services {
  padding: 50px 0 130px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-card {
  --card-accent: var(--violet);
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(8, 16, 31, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 30px rgba(11, 22, 47, 0.03);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.service-card::before {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--card-accent);
  content: "";
  filter: blur(72px);
  opacity: 0.09;
}

.service-card:hover {
  border-color: color-mix(in srgb, var(--card-accent) 38%, transparent);
  box-shadow: 0 24px 52px rgba(11, 22, 47, 0.08);
  transform: translateY(-5px);
}

.service-blue {
  --card-accent: var(--blue);
}

.service-cyan {
  --card-accent: var(--cyan);
}

.service-gold {
  --card-accent: var(--gold);
}

.service-coral {
  --card-accent: var(--coral);
}

.service-emerald {
  --card-accent: var(--emerald);
}

.service-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #959ba7;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.service-head i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #4f5867;
  font-style: normal;
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.service-card:hover .service-head i {
  border-color: var(--card-accent);
  color: var(--card-accent);
}

.service-icon {
  position: relative;
  width: 54px;
  height: 54px;
  margin: 45px 0 36px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 40%, transparent);
  border-radius: 17px;
  background: color-mix(in srgb, var(--card-accent) 9%, white);
  transform: rotate(12deg);
}

.service-icon span,
.service-icon i {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: var(--card-accent);
}

.service-icon span {
  top: 10px;
  right: 9px;
  width: 16px;
  height: 16px;
  opacity: 0.9;
}

.service-icon i {
  bottom: 10px;
  left: 9px;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.service-card h3 {
  max-width: 280px;
  margin: 0 0 15px;
  font-size: 25px;
  font-weight: 590;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.service-card p {
  margin: 0;
  color: #697180;
  font-size: 14px;
  line-height: 1.65;
}

.service-tags {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.service-tags span {
  padding: 6px 8px;
  border-radius: 5px;
  color: #737b89;
  background: rgba(8, 16, 31, 0.04);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.platform-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 90px;
  align-items: center;
  padding: 105px 80px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 4%, rgba(116, 87, 255, 0.28), transparent 28%),
    var(--navy);
  box-shadow: 0 40px 100px rgba(9, 15, 31, 0.15);
}

.platform-copy h2 {
  margin-top: 30px;
  font-size: clamp(42px, 4.8vw, 65px);
}

.platform-copy h2 span {
  background-image: linear-gradient(90deg, #63d6f2, #9b7df8);
}

.platform-copy > p {
  max-width: 470px;
  margin: 28px 0;
  color: #99a5bb;
  font-size: 15px;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 13px;
}

.platform-stack {
  position: relative;
  min-height: 430px;
  perspective: 900px;
}

.stack-layer {
  position: absolute;
  right: 0;
  left: 0;
  display: grid;
  min-height: 125px;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transform: rotateX(57deg) rotateZ(-7deg);
}

.layer-ai {
  z-index: 3;
  top: 8px;
  background: linear-gradient(100deg, rgba(69, 70, 174, 0.72), rgba(82, 50, 142, 0.53));
}

.layer-products {
  z-index: 2;
  top: 132px;
  background: rgba(47, 67, 118, 0.52);
}

.layer-data {
  z-index: 1;
  top: 256px;
  background: rgba(27, 40, 70, 0.64);
}

.layer-index {
  color: #7f8ca4;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.stack-layer div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stack-layer strong {
  font-size: 20px;
  font-weight: 550;
}

.stack-layer div span {
  color: #9aa7bc;
  font-size: 11px;
}

.stack-layer > i {
  color: #8be4f9;
  font-size: 25px;
  font-style: normal;
}

.approach {
  padding: 150px 0 140px;
}

.approach-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 38px 0 75px;
}

.approach-heading p {
  max-width: 390px;
  margin: 0;
  color: #697180;
  font-size: 16px;
  line-height: 1.6;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.step {
  padding-right: 34px;
}

.step-number {
  color: #8d94a1;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.step-line {
  position: relative;
  height: 1px;
  margin: 25px 0 28px;
  background: #cdd0d5;
}

.step-line i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: #6b5fe7;
  box-shadow: 0 0 0 1px #6b5fe7;
  transform: translateY(-50%);
}

.step h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 590;
  letter-spacing: -0.03em;
}

.step p {
  max-width: 230px;
  margin: 0;
  color: #6c7482;
  font-size: 13px;
  line-height: 1.65;
}

.dubai-section {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(to bottom, transparent 45%, rgba(8, 13, 27, 0.85)),
    radial-gradient(circle at 70% 12%, rgba(196, 145, 72, 0.18), transparent 27%),
    #0b1121;
}

.dubai-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.dubai-sun {
  position: absolute;
  top: 10%;
  right: 12%;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(221, 175, 95, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 80px rgba(221, 175, 95, 0.11),
    inset 0 0 80px rgba(221, 175, 95, 0.04);
}

.dubai-sun::before,
.dubai-sun::after {
  position: absolute;
  top: 50%;
  left: -40px;
  width: calc(100% + 80px);
  height: 1px;
  content: "";
  background: rgba(221, 175, 95, 0.18);
}

.dubai-sun::after {
  top: -40px;
  left: 50%;
  width: 1px;
  height: calc(100% + 80px);
}

.skyline {
  position: absolute;
  right: 4%;
  bottom: 0;
  left: 36%;
  display: flex;
  height: 405px;
  align-items: end;
  justify-content: flex-end;
  gap: 17px;
  opacity: 0.34;
}

.skyline span {
  width: 56px;
  height: 28%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 0;
  background: linear-gradient(to top, rgba(90, 103, 153, 0.15), transparent);
}

.skyline span:nth-child(2) {
  width: 44px;
  height: 47%;
  clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
}

.skyline span:nth-child(3) {
  width: 70px;
  height: 36%;
}

.skyline span:nth-child(4) {
  width: 36px;
  height: 94%;
  clip-path: polygon(47% 0, 55% 0, 70% 45%, 100% 100%, 0 100%, 35% 45%);
  background: linear-gradient(to top, rgba(117, 93, 196, 0.2), transparent);
}

.skyline span:nth-child(5) {
  width: 82px;
  height: 51%;
  clip-path: polygon(50% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
}

.skyline span:nth-child(6) {
  width: 49px;
  height: 31%;
}

.skyline span:nth-child(7) {
  width: 66px;
  height: 42%;
  clip-path: polygon(50% 0, 100% 7%, 100% 100%, 0 100%, 0 7%);
}

.dubai-content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 680px;
  grid-template-columns: 1fr 0.65fr;
  gap: 110px;
  align-items: center;
}

.dubai-content h2 {
  margin-top: 30px;
}

.dubai-content h2 span {
  background-image: linear-gradient(90deg, #e8c57f, #b98a45);
}

.dubai-copy {
  align-self: center;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(12, 19, 38, 0.68);
  backdrop-filter: blur(16px);
}

.dubai-copy > p {
  margin: 0 0 28px;
  color: #aeb7ca;
  font-size: 15px;
  line-height: 1.75;
}

.dubai-values {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.dubai-values i {
  margin-right: 9px;
  color: #d1a257;
  font-style: normal;
}

.contact {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 95px 95px;
  border-radius: 34px;
  background: #ded9ff;
}

.contact::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 65px 65px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.contact-glow {
  position: absolute;
  top: -30%;
  right: -4%;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #60d9ef, #7967e9 38%, transparent 69%);
  filter: blur(3px);
  opacity: 0.75;
}

.contact-mark {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15%;
  display: grid;
  width: 220px;
  height: 220px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-shadow:
    0 0 0 50px rgba(255, 255, 255, 0.06),
    0 0 0 100px rgba(255, 255, 255, 0.04);
  transform: translateY(-50%);
}

.brand-mark.extra-large {
  width: 84px;
  height: 84px;
  border-radius: 25px;
  box-shadow:
    0 30px 60px rgba(51, 46, 111, 0.3),
    inset 0 0 25px rgba(255, 255, 255, 0.46);
}

.brand-mark.extra-large::before,
.brand-mark.extra-large span {
  width: 27px;
  height: 27px;
}

.brand-mark.extra-large::before {
  top: 12px;
  right: 12px;
}

.brand-mark.extra-large span {
  bottom: 12px;
  left: 12px;
}

.contact-copy {
  position: relative;
  z-index: 3;
  max-width: 680px;
}

.eyebrow.dark {
  color: #555171;
}

.eyebrow.dark .eyebrow-dot {
  background: #6256d9;
  box-shadow: 0 0 10px rgba(98, 86, 217, 0.4);
}

.contact h2 {
  margin: 30px 0 20px;
  color: #13152a;
}

.contact h2 span {
  background-image: linear-gradient(90deg, #4b59bd, #8a4faf);
}

.contact p {
  margin: 0 0 35px;
  color: #555b70;
  font-size: 16px;
}

.button-dark {
  color: #fff;
  background: #111526;
  box-shadow: 0 15px 35px rgba(17, 21, 38, 0.2);
}

footer {
  color: #bcc4d3;
  background: #080d1b;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 310px;
  gap: 60px;
  align-items: center;
}

.footer-brand {
  margin-bottom: 22px;
}

.footer-main > div > p {
  margin: 0;
  color: #68748d;
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links > div > span:first-child {
  margin-bottom: 7px;
  color: #68748d;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links > div > span:not(:first-child) {
  color: #b2bbcc;
  font-size: 13px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  min-height: 75px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #59657d;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 48px 1fr 0.84fr 48px;
  }

  .hero-content {
    padding-right: 30px;
  }

  .signal-card {
    min-height: 480px;
  }

  .signal-core {
    height: 325px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .platform-section {
    gap: 55px;
    padding: 80px 50px;
  }

  .dubai-content {
    gap: 60px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 76px;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
    justify-self: end;
  }

  .mobile-menu summary {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    width: 16px;
    height: 1px;
    background: #fff;
    transition: transform 180ms ease;
  }

  .mobile-menu[open] summary span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .mobile-menu[open] summary span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu nav {
    position: absolute;
    top: 50px;
    right: 0;
    display: flex;
    width: 220px;
    flex-direction: column;
    overflow: hidden;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    background: rgba(14, 20, 38, 0.97);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
  }

  .mobile-menu nav a {
    padding: 13px 12px;
    border-radius: 9px;
    font-size: 13px;
  }

  .mobile-menu nav a:hover {
    background: rgba(255, 255, 255, 0.06);
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 150px 24px 130px;
  }

  .hero-content {
    padding: 0;
  }

  .hero h1 {
    max-width: 630px;
  }

  .signal-card {
    width: 100%;
    max-width: 590px;
    margin-top: 70px;
  }

  .hero-bottom {
    padding-inline: 24px 0;
  }

  .intro-copy {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .principle-row {
    grid-template-columns: 1fr;
  }

  .principle-row span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .platform-section {
    grid-template-columns: 1fr;
    gap: 75px;
  }

  .approach-heading {
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 52px 0;
  }

  .dubai-content {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 45px;
    padding-block: 100px;
  }

  .skyline {
    left: 10%;
    opacity: 0.2;
  }

  .dubai-copy {
    max-width: 500px;
  }

  .contact {
    min-height: 600px;
    padding: 70px 55px;
  }

  .contact-mark {
    right: 12%;
    bottom: 45px;
    top: auto;
    width: 150px;
    height: 150px;
    transform: none;
  }

  .brand-mark.extra-large {
    width: 62px;
    height: 62px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-block: 70px;
  }
}

@media (max-width: 560px) {
  .section-shell,
  .site-header {
    width: min(100% - 32px, 1200px);
  }

  .hero {
    padding: 130px 16px 115px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-bottom {
    display: none;
  }

  .signal-card {
    min-height: 445px;
    border-radius: 24px;
  }

  .signal-core {
    height: 295px;
  }

  .orbit-one {
    width: 235px;
    height: 235px;
  }

  .orbit-two {
    width: 330px;
    height: 330px;
  }

  .signal-footer {
    padding: 18px;
  }

  .intro {
    padding-top: 90px;
  }

  .intro h2,
  .approach h2,
  .dubai-content h2,
  .contact h2 {
    font-size: 47px;
  }

  .intro-copy {
    padding-bottom: 58px;
  }

  .services {
    padding-bottom: 90px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 420px;
  }

  .platform-section {
    width: 100%;
    padding: 76px 24px;
    border-radius: 0;
  }

  .platform-copy h2 {
    font-size: 45px;
  }

  .platform-stack {
    min-height: 365px;
  }

  .stack-layer {
    min-height: 112px;
    grid-template-columns: 30px 1fr auto;
    gap: 10px;
    padding: 17px;
  }

  .layer-products {
    top: 108px;
  }

  .layer-data {
    top: 216px;
  }

  .stack-layer strong {
    font-size: 16px;
  }

  .approach {
    padding: 100px 0;
  }

  .approach-heading {
    padding-bottom: 55px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    padding-right: 0;
  }

  .step p {
    max-width: 320px;
  }

  .dubai-section,
  .dubai-content {
    min-height: 720px;
  }

  .dubai-sun {
    right: -60px;
    width: 230px;
    height: 230px;
  }

  .dubai-content {
    padding-block: 85px;
  }

  .dubai-copy {
    padding: 25px;
  }

  .contact {
    width: 100%;
    min-height: 690px;
    margin-block: 0;
    padding: 72px 24px;
    border-radius: 0;
  }

  .contact-mark {
    right: 50%;
    bottom: 70px;
    transform: translateX(50%);
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

.content-shell {
  width: min(900px, calc(100% - 48px));
  min-height: 70vh;
  margin-inline: auto;
  padding: 150px 0 100px;
}

.content-shell h1 {
  margin: 0 0 35px;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.content-card {
  margin-bottom: 20px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65);
}

.content-card h2 {
  margin: 0 0 12px;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.content-card p,
.entry-content {
  color: #5f6877;
  font-size: 16px;
  line-height: 1.75;
}

.entry-content a {
  color: #6256d9;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
