:root {
  --runa-brand-500: #0f75bc;
  --runa-action-600: #0b66a4;
  --runa-action-700: #0a5a91;
  --runa-navy-950: #0b1f33;
  --runa-navy-900: #102b44;
  --runa-navy-800: #13324d;
  --runa-teal-700: #0b7a75;
  --runa-sky-50: #eaf4fb;
  --runa-sky-100: #d7ecf9;
  --neutral-900: #172033;
  --neutral-700: #475569;
  --neutral-500: #64748b;
  --neutral-300: #cbd5e1;
  --neutral-200: #e2e8f0;
  --neutral-100: #f1f5f9;
  --neutral-50: #f8fafc;
  --white: #ffffff;
  --focus: #f5b700;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-header: 0 1px 0 rgb(11 31 51 / 8%);
  --container: 1280px;
  --header-height: 92px;
}

/* Runa Technology V3 — connected control plane */
.home-v3,
.service-v3,
.consultation-v3,
.consult-production-v3 {
  --v3-ink: #07192b;
  --v3-navy: #0a233b;
  --v3-panel: #102f4b;
  --v3-blue: #0f75bc;
  --v3-cyan: #43c7f4;
  --v3-mist: #edf5f9;
  --v3-line: rgb(15 117 188 / 24%);
}

.home-v3 main,
.service-v3 main,
.consultation-v3 main,
.consult-production-v3 main { overflow: clip; }

.home-v3 .site-container,
.service-v3 .site-container,
.consultation-v3 .site-container,
.consult-production-v3 .site-container { max-width: 1320px; }

.v3-home { position: relative; background: #fff; }
.v3-home section { position: relative; padding: clamp(88px, 9vw, 144px) 0; }
.v3-kicker,
.v3-section-index {
  margin: 0 0 22px;
  color: var(--v3-blue);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}
.is-arabic .v3-kicker,
.is-arabic .v3-section-index { letter-spacing: .06em; }
.v3-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr);
  gap: clamp(32px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 82px);
}
.v3-section-head h2,
.v3-narrative-head h2 {
  margin: 0;
  max-width: 860px;
  color: var(--v3-ink);
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: .98;
}
.is-arabic .v3-section-head h2,
.is-arabic .v3-narrative-head h2 { letter-spacing: -.025em; line-height: 1.12; }
.v3-section-head > p,
.v3-section-head > div:last-child > p,
.v3-narrative-head > p:last-child {
  margin: 0;
  color: #53667a;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.9;
}

.v3-story-spine {
  position: absolute;
  z-index: 8;
  inset-block: 0;
  inset-inline-start: max(16px, calc((100vw - 1410px) / 2));
  width: 1px;
  pointer-events: none;
  background: rgb(15 117 188 / 16%);
}
.v3-story-spine span {
  position: sticky;
  inset-block-start: var(--header-height);
  display: block;
  width: 2px;
  height: var(--story-progress, 0%);
  max-height: calc(100vh - var(--header-height));
  background: var(--v3-cyan);
}

.v3-hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  align-items: center;
  color: #fff;
  background: var(--v3-ink);
  isolation: isolate;
}
.v3-grid-field,
.v3-grid-field::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.v3-grid-field {
  z-index: -1;
  opacity: .28;
  background-image: linear-gradient(rgb(67 199 244 / 13%) 1px, transparent 1px), linear-gradient(90deg, rgb(67 199 244 / 13%) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(110deg, #000 0%, transparent 72%);
}
.v3-grid-field::before { background: radial-gradient(circle at 76% 48%, rgb(15 117 188 / 24%), transparent 38%); }
.v3-hero-grid {
  display: grid;
  grid-template-columns: minmax(380px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(24px, 3vw, 56px);
  align-items: center;
}
.v3-hero-grid > *,
.service-hero-grid > *,
.consultation-hero-grid > * { min-width: 0; }
.v3-hero-copy { position: relative; z-index: 2; padding-block: 40px; }
.v3-hero-copy .v3-kicker { color: var(--v3-cyan); }
.v3-hero-copy h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(3.4rem, 6.6vw, 7.2rem);
  font-weight: 760;
  letter-spacing: -.07em;
  line-height: .88;
}
.is-arabic .v3-hero-copy h1 { letter-spacing: -.035em; line-height: 1.05; }
.v3-hero-lead {
  max-width: 660px;
  margin: 34px 0 0;
  color: #bfd0df;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.85;
}
.v3-hero-lead,
.v3-proof-line { overflow-wrap: anywhere; }
.v3-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.v3-action {
  min-height: 58px;
  display: inline-flex;
  gap: 34px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  border: 1px solid rgb(255 255 255 / 24%);
  color: #fff;
  text-decoration: none;
  transition: border-color .25s, background .25s, transform .25s;
}
.v3-action:hover { border-color: var(--v3-cyan); color: #fff; transform: translateY(-2px); }
.v3-action-primary { border-color: var(--v3-blue); background: var(--v3-blue); }
.v3-action i { font-style: normal; }
.v3-proof-line { display: flex; flex-wrap: wrap; gap: 18px 34px; margin-top: 42px; color: #7893a9; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }

.v3-topology { position: relative; width: min(100%, 710px); aspect-ratio: 1; margin-inline: auto; }
.v3-topology > svg { width: 100%; height: 100%; overflow: visible; }
.v3-ring { fill: none; stroke: rgb(67 199 244 / 16%); stroke-width: 1; stroke-dasharray: 5 9; }
.v3-paths { fill: none; stroke: rgb(67 199 244 / 20%); stroke-width: 1.2; }
.v3-flow { fill: none; stroke: url(#v3Flow); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 4 12; animation: v3Dash 11s linear infinite; }
.v3-flow.flow-two { animation-direction: reverse; animation-duration: 14s; }
@keyframes v3Dash { to { stroke-dashoffset: -160; } }
.v3-topology-core {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 190px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgb(67 199 244 / 42%);
  border-radius: 50%;
  background: radial-gradient(circle, #103b5f 0%, #091d30 72%);
  box-shadow: 0 0 80px rgb(15 117 188 / 28%), inset 0 0 30px rgb(67 199 244 / 8%);
}
.v3-topology-core > span { color: var(--v3-cyan); font-size: 3.8rem; font-weight: 900; line-height: .9; }
.v3-topology-core strong { margin-top: 12px; font-size: .65rem; letter-spacing: .15em; }
.v3-topology-core small { margin-top: 6px; color: #6f8ca3; font-size: .52rem; letter-spacing: .11em; }
.v3-topology-node {
  position: absolute;
  z-index: 2;
  width: 180px;
  min-height: 82px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 2px 10px;
  align-content: center;
  padding: 12px;
  border: 1px solid rgb(67 199 244 / 28%);
  color: #fff;
  background: rgb(7 25 43 / 88%);
  box-shadow: 0 12px 28px rgb(0 0 0 / 20%);
  text-decoration: none;
  transition: border-color .25s, background .25s, transform .25s;
}
.v3-topology-node:hover { color: #fff; border-color: var(--v3-cyan); background: #0b2e4b; transform: translateY(-3px); }
.v3-topology-node > span { grid-row: 1 / 3; color: var(--v3-cyan); font-size: .66rem; font-weight: 800; }
.v3-topology-node strong { align-self: end; font-size: .8rem; line-height: 1.25; }
.v3-topology-node small { color: #7893a9; font-size: .52rem; text-transform: uppercase; }
.v3-topology-node.node-1 { inset: 2% auto auto 50%; transform: translateX(-50%); }
.v3-topology-node.node-1:hover { transform: translateX(-50%) translateY(-3px); }
.v3-topology-node.node-2 { inset: 24% 0 auto auto; }
.v3-topology-node.node-3 { inset: auto 4% 19% auto; }
.v3-topology-node.node-4 { inset: auto auto 3% 50%; transform: translateX(-50%); }
.v3-topology-node.node-4:hover { transform: translateX(-50%) translateY(-3px); }
.v3-topology-node.node-5 { inset: auto auto 19% 4%; }
.v3-topology-node.node-6 { inset: 24% auto auto 0; }
.v3-topology-status { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, 116px); color: #7190a7; font-size: .54rem; letter-spacing: .13em; white-space: nowrap; }
.v3-topology-status i { display: inline-block; width: 6px; height: 6px; margin-inline-end: 7px; border-radius: 50%; background: #49ddb9; box-shadow: 0 0 10px #49ddb9; }
.v3-scroll { position: absolute; inset-block-end: 24px; inset-inline-start: 50%; display: grid; justify-items: center; gap: 8px; transform: translateX(-50%); color: #7692a8; font-size: .62rem; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.v3-scroll span { width: 1px; height: 32px; background: linear-gradient(transparent, var(--v3-cyan)); }

.v3-integration { background: var(--v3-mist); }
.v3-narrative-head { max-width: 920px; margin-bottom: 72px; }
.v3-narrative-head > p:last-child { max-width: 700px; margin-top: 28px; }
.v3-integration-route { position: relative; min-height: 410px; display: grid; grid-template-columns: 1fr 180px 1fr; align-items: center; gap: 30px; padding: 42px; border-block: 1px solid var(--v3-line); overflow: hidden; }
.v3-integration-route > svg { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; }
.v3-integration-route > svg path { fill: none; stroke: rgb(15 117 188 / 22%); stroke-width: 2; stroke-dasharray: 3 8; }
.v3-fragmented-state,
.v3-coordinated-state,
.v3-route-core { position: relative; z-index: 1; }
.v3-fragmented-state { min-height: 300px; }
.v3-fragmented-state p,
.v3-coordinated-state p { color: #7890a3; font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.v3-fragmented-state span { position: absolute; inset-block-start: calc(46px + var(--slot) * 51px); inset-inline-start: calc((var(--slot) % 2) * 26px); display: block; min-width: 130px; padding: 9px 12px; border: 1px solid #bed0dc; color: #496378; background: #f7fbfd; font-size: .66rem; letter-spacing: .09em; }
.v3-route-core { width: 150px; aspect-ratio: 1; display: grid; place-content: center; justify-items: center; border-radius: 50%; color: #fff; background: var(--v3-ink); box-shadow: 0 0 0 12px rgb(15 117 188 / 10%), 0 20px 50px rgb(7 25 43 / 20%); }
.v3-route-core span { color: var(--v3-cyan); font-size: 2.7rem; font-weight: 900; line-height: 1; }
.v3-route-core strong { max-width: 100px; margin-top: 8px; text-align: center; font-size: .55rem; letter-spacing: .1em; }
.v3-coordinated-state { display: grid; gap: 12px; }
.v3-coordinated-state strong { padding: 15px 18px; border-inline-start: 2px solid var(--v3-blue); color: var(--v3-ink); background: rgb(255 255 255 / 62%); font-size: .88rem; }

.v3-services { color: #fff; background: var(--v3-ink); }
.v3-services .v3-section-head h2 { color: #fff; }
.v3-services .v3-section-head > p { color: #9fb4c5; }
.v3-service-explorer { display: grid; grid-template-columns: 365px 1fr; min-height: 650px; border: 1px solid rgb(67 199 244 / 18%); background: #091e32; }
.v3-service-index { border-inline-end: 1px solid rgb(67 199 244 / 16%); }
.v3-service-tab { width: 100%; min-height: 106px; display: grid; grid-template-columns: 38px 1fr; align-content: center; gap: 4px 12px; padding: 18px 24px; border: 0; border-block-end: 1px solid rgb(67 199 244 / 13%); color: #829caf; background: transparent; text-align: start; transition: color .25s, background .25s; }
.v3-service-tab > span { grid-row: 1 / 3; color: #55758e; font-size: .7rem; font-weight: 800; }
.v3-service-tab strong { font-size: .92rem; }
.v3-service-tab small { font-size: .57rem; letter-spacing: .08em; text-transform: uppercase; }
.v3-service-tab:hover,
.v3-service-tab.is-active { color: #fff; background: linear-gradient(90deg, rgb(15 117 188 / 28%), transparent); }
.v3-service-tab.is-active { box-shadow: inset 3px 0 0 var(--v3-cyan); }
.is-arabic .v3-service-tab.is-active { box-shadow: inset -3px 0 0 var(--v3-cyan); }
.v3-service-canvas { position: relative; min-width: 0; padding: 90px clamp(30px, 5vw, 78px) 52px; overflow: hidden; }
.v3-canvas-telemetry { position: absolute; inset-block-start: 25px; inset-inline: 30px; display: flex; align-items: center; gap: 14px; color: #587790; font-size: .58rem; letter-spacing: .12em; }
.v3-canvas-telemetry strong { margin-inline-start: auto; color: var(--v3-cyan); font-size: 1rem; }
.v3-canvas-telemetry div { display: flex; gap: 4px; }
.v3-canvas-telemetry i { width: 4px; height: 4px; border-radius: 50%; background: #49ddb9; }
.v3-service-panel { position: relative; z-index: 2; max-width: 690px; }
.v3-service-panel[hidden] { display: none !important; }
.v3-service-panel > p:first-child { color: var(--v3-cyan); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.v3-service-panel h3 { margin: 26px 0; font-size: clamp(2.4rem, 4.7vw, 4.5rem); letter-spacing: -.05em; line-height: 1; }
.is-arabic .v3-service-panel h3 { letter-spacing: -.02em; line-height: 1.14; }
.v3-service-summary { max-width: 640px; color: #adc0cf; font-size: 1.08rem; line-height: 1.85; }
.v3-service-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 25px; margin: 30px 0; padding: 0; list-style: none; }
.v3-service-panel li { display: flex; gap: 10px; color: #dce7ee; font-size: .83rem; }
.v3-service-panel li span { flex: 0 0 6px; height: 6px; margin-top: .7em; border: 1px solid var(--v3-cyan); transform: rotate(45deg); }
.v3-service-panel > a { display: inline-flex; gap: 22px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid var(--v3-cyan); color: #fff; font-weight: 700; text-decoration: none; }
.v3-service-panel > a i { color: var(--v3-cyan); font-style: normal; }
.v3-canvas-diagram { position: absolute; inset: auto -60px -80px auto; width: 320px; aspect-ratio: 1; border: 1px solid rgb(67 199 244 / 9%); border-radius: 50%; }
.v3-canvas-diagram span,
.v3-canvas-diagram i,
.v3-canvas-diagram b,
.v3-canvas-diagram em { position: absolute; inset: 18%; border: 1px solid rgb(67 199 244 / 11%); border-radius: 50%; }
.v3-canvas-diagram i { inset: 34%; }.v3-canvas-diagram b { inset: 44%; background: rgb(15 117 188 / 13%); }.v3-canvas-diagram em { inset: 0 50%; width: 1px; border: 0; background: rgb(67 199 244 / 10%); }

.v3-capabilities { background: #fff; }
.v3-capability-stream { border-block-start: 1px solid #cfdae2; }
.v3-capability-row { min-height: 160px; display: grid; grid-template-columns: 105px 1fr 54px; gap: 30px; align-items: center; border-block-end: 1px solid #cfdae2; }
.v3-capability-code { align-self: stretch; display: grid; place-items: center; border-inline-end: 1px solid #cfdae2; color: var(--v3-blue); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.v3-capability-row > div { display: grid; grid-template-columns: 45px minmax(240px, .75fr) minmax(280px, 1.25fr); gap: 28px; align-items: center; }
.v3-capability-row > div > p:first-child { color: #8ba0b0; font-size: .65rem; }
.v3-capability-row h3 { margin: 0; color: var(--v3-ink); font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.3; }
.v3-capability-row > div > p:last-child { margin: 0; color: #5f7181; font-size: .94rem; line-height: 1.75; }
.v3-capability-row > a { width: 46px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #b9cbd8; color: var(--v3-blue); text-decoration: none; transition: background .25s, color .25s; }
.v3-capability-row > a:hover { color: #fff; background: var(--v3-blue); }

.v3-ecosystem { background: var(--v3-mist); }
.v3-section-head small { display: block; margin-top: 16px; color: #8094a3; font-size: .78rem; }
.v3-tech-lanes { border-block-start: 1px solid #bfd0da; }
.v3-tech-lanes article { min-height: 145px; display: grid; grid-template-columns: 70px minmax(260px, .9fr) 1.1fr; gap: 30px; align-items: center; border-block-end: 1px solid #bfd0da; }
.v3-tech-lanes article > span { color: var(--v3-blue); font-size: .7rem; font-weight: 800; }
.v3-tech-lanes h3 { margin: 0 0 8px; color: var(--v3-ink); font-size: 1.35rem; }
.v3-tech-lanes p { margin: 0; color: #657b8b; font-size: .9rem; }
.v3-tech-lanes ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.v3-tech-lanes li { padding: 7px 11px; border: 1px solid #b5cad8; color: #26475f; background: rgb(255 255 255 / 52%); font-size: .72rem; font-weight: 700; }

.v3-industries { background: #fff; }
.v3-industries .site-container { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.v3-industries .v3-narrative-head { position: sticky; inset-block-start: calc(var(--header-height) + 40px); margin: 0; }
.v3-industry-list { border-block-start: 1px solid #cbd7df; }
.v3-industry-list article { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 28px 0; border-block-end: 1px solid #cbd7df; }
.v3-industry-list span { color: var(--v3-blue); font-size: .7rem; font-weight: 800; }
.v3-industry-list h3 { margin: 0 0 6px; color: var(--v3-ink); font-size: 1.3rem; }
.v3-industry-list p { margin: 0; color: #647687; }

.v3-engagement { color: #fff; background: var(--v3-navy); }
.v3-engagement .v3-narrative-head h2 { color: #fff; }
.v3-engagement .v3-narrative-head > p:last-child { color: #9cb2c3; }
.v3-engagement-path { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.v3-engagement-path::before { position: absolute; inset: 26px 0 auto; height: 1px; content: ""; background: rgb(67 199 244 / 28%); }
.v3-engagement-path li { position: relative; padding-inline-end: 36px; }
.v3-engagement-path li > span { width: 52px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgb(67 199 244 / 48%); border-radius: 50%; color: var(--v3-cyan); background: var(--v3-navy); font-size: .66rem; font-weight: 800; }
.v3-engagement-path h3 { margin: 26px 0 10px; font-size: 1.15rem; }
.v3-engagement-path p { margin: 0; color: #98afbf; font-size: .87rem; }

.v3-credibility { background: #fff; }
.v3-credibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.v3-ownership-mark { min-height: 330px; display: grid; grid-template-columns: 1fr auto 1fr; place-items: center; gap: 25px; padding: 50px; border: 1px solid #c7d5df; background-image: linear-gradient(rgb(15 117 188 / 7%) 1px, transparent 1px), linear-gradient(90deg, rgb(15 117 188 / 7%) 1px, transparent 1px); background-size: 34px 34px; }
.v3-ownership-mark span { color: var(--v3-ink); font-size: clamp(1.4rem, 3vw, 2.8rem); font-weight: 900; letter-spacing: -.06em; }
.v3-ownership-mark i { color: var(--v3-blue); font-size: 1.4rem; font-style: normal; }
.v3-ownership-mark small { grid-column: 1 / -1; color: #6c8497; font-size: .65rem; letter-spacing: .17em; }
.v3-credibility-copy h2 { margin: 0; color: var(--v3-ink); font-size: clamp(2.5rem, 4vw, 4.5rem); letter-spacing: -.055em; line-height: 1; }
.is-arabic .v3-credibility-copy h2 { letter-spacing: -.025em; line-height: 1.15; }
.v3-credibility-copy > p:not(.v3-kicker) { margin: 30px 0; color: #5d7181; font-size: 1.05rem; line-height: 1.9; }
.v3-credibility-copy > strong { color: var(--v3-blue); font-size: .84rem; }

.v3-consultation { color: #fff; background: var(--v3-ink); isolation: isolate; }
.v3-consultation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.v3-consultation h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.4rem); letter-spacing: -.06em; line-height: .95; }
.is-arabic .v3-consultation h2 { letter-spacing: -.025em; line-height: 1.12; }
.v3-consultation p:not(.v3-kicker) { max-width: 650px; margin: 28px 0 0; color: #9db3c4; }
.v3-consultation-actions { border-block-start: 1px solid rgb(67 199 244 / 24%); }
.v3-consultation-actions a { min-height: 88px; display: grid; grid-template-columns: 1fr auto auto; gap: 22px; align-items: center; padding: 16px 4px; border-block-end: 1px solid rgb(67 199 244 / 24%); color: #fff; text-decoration: none; }
.v3-consultation-actions a:first-child { color: var(--v3-cyan); font-size: 1.06rem; font-weight: 800; }
.v3-consultation-actions strong { font-size: .86rem; overflow-wrap: anywhere; }
.v3-consultation-actions i { color: var(--v3-cyan); font-style: normal; transition: transform .25s; }
.v3-consultation-actions a:hover i { transform: translate(3px, -3px); }

/* Service detail */
.page-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 56px; color: #7893a9; font-size: .76rem; }
.page-breadcrumb a { text-decoration: none; }.page-breadcrumb a:hover { color: var(--v3-cyan); }
.service-hero { position: relative; min-height: 720px; display: grid; align-items: center; padding: 90px 0; overflow: hidden; color: #fff; background: var(--v3-ink); }
.service-hero::after { position: absolute; inset: 0 0 0 52%; content: ""; opacity: .28; background-image: linear-gradient(rgb(67 199 244 / 14%) 1px, transparent 1px), linear-gradient(90deg, rgb(67 199 244 / 14%) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle, #000, transparent 70%); }
.service-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.service-hero-copy .v3-kicker { color: var(--v3-cyan); }.service-hero-copy .v3-kicker span { margin-inline-end: 12px; }
.service-hero-copy h1 { margin: 0; max-width: 760px; font-size: clamp(3.5rem, 6.8vw, 7rem); letter-spacing: -.07em; line-height: .9; }
.is-arabic .service-hero-copy h1 { letter-spacing: -.035em; line-height: 1.08; }
.service-hero-summary { max-width: 720px; margin: 34px 0 0; color: #b8cad7; font-size: 1.15rem; line-height: 1.9; }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; margin-top: 36px; }
.service-inline-link { color: #d8e6ef; text-decoration: none; }.service-inline-link span { color: var(--v3-cyan); }
.service-signal { position: relative; width: min(100%, 490px); aspect-ratio: 1; margin-inline: auto; }
.service-signal::before,.service-signal::after { position: absolute; content: ""; background: rgb(67 199 244 / 20%); }.service-signal::before { inset: 50% 0 auto; height: 1px; }.service-signal::after { inset: 0 50% auto; width: 1px; height: 100%; }
.service-signal-orbit { position: absolute; border: 1px solid rgb(67 199 244 / 25%); border-radius: 50%; }.service-signal-orbit.orbit-one { inset: 8%; animation: v3Rotate 24s linear infinite; border-style: dashed; }.service-signal-orbit.orbit-two { inset: 25%; border-color: rgb(67 199 244 / 40%); }
@keyframes v3Rotate { to { transform: rotate(360deg); } }
.service-signal-core { position: absolute; inset: 36%; display: grid; place-content: center; text-align: center; border: 1px solid var(--v3-cyan); border-radius: 50%; background: #0b2b46; box-shadow: 0 0 50px rgb(15 117 188 / 35%); }
.service-signal-core span { color: var(--v3-cyan); font-weight: 900; }.service-signal-core small { margin-top: 7px; color: #7895a9; font-size: .48rem; letter-spacing: .09em; }
.service-signal-index { position: absolute; z-index: 2; inset: 5% 7% auto auto; color: var(--v3-cyan); font-size: 4.5rem; font-weight: 200; }
.service-page section { padding: clamp(82px, 8vw, 130px) 0; }
.service-answer { background: var(--v3-mist); }
.service-answer-grid { display: grid; grid-template-columns: .35fr 1.4fr; gap: 60px; }
.service-answer-copy { max-width: 930px; }
.service-answer-copy h2 { margin: 0; color: var(--v3-ink); font-size: clamp(2.35rem, 4.3vw, 4.25rem); letter-spacing: -.05em; line-height: 1.04; }
.is-arabic .service-answer-copy h2 { letter-spacing: -.025em; line-height: 1.18; }
.service-answer-copy p { margin: 32px 0 0; color: #536a7c; font-size: 1.12rem; line-height: 2; }
.service-capability-list { border-block-start: 1px solid #cad7df; }
.service-capability-row { min-height: 148px; display: grid; grid-template-columns: 70px minmax(250px,.7fr) 1.3fr 42px; gap: 30px; align-items: center; border-block-end: 1px solid #cad7df; }
.service-capability-number { color: var(--v3-blue); font-size: .7rem; font-weight: 800; }.service-capability-row h3 { margin: 0; color: var(--v3-ink); font-size: 1.25rem; line-height: 1.35; }.service-capability-row p { margin: 0; color: #5f7282; line-height: 1.75; }.service-capability-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #c1d0da; color: var(--v3-blue); }
.service-relevance { color: #fff; background: var(--v3-navy); }
.service-relevance-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.service-relevance h2 { margin: 0; max-width: 470px; font-size: clamp(2.5rem, 4vw, 4.3rem); letter-spacing: -.055em; line-height: 1; }.is-arabic .service-relevance h2 { line-height: 1.16; letter-spacing: -.025em; }
.service-problem-list { margin: 0; padding: 0; border-block-start: 1px solid rgb(67 199 244 / 23%); list-style: none; }
.service-problem-list li { min-height: 80px; display: flex; gap: 18px; align-items: center; border-block-end: 1px solid rgb(67 199 244 / 23%); color: #d2e0e9; }
.service-problem-list li span { width: 8px; height: 8px; border: 1px solid var(--v3-cyan); transform: rotate(45deg); }
.service-approach { background: #fff; }
.service-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-block-start: 1px solid #c7d5df; list-style: none; }
.service-steps li { min-height: 290px; padding: 35px 28px; border-inline-end: 1px solid #c7d5df; }.service-steps li:first-child { border-inline-start: 1px solid #c7d5df; }
.service-steps li > span { display: block; margin-bottom: 60px; color: var(--v3-blue); font-size: .7rem; font-weight: 800; }.service-steps h3 { margin: 0 0 14px; color: var(--v3-ink); font-size: 1.3rem; }.service-steps p { margin: 0; color: #667887; font-size: .9rem; line-height: 1.8; }
.service-context { background: var(--v3-mist); }
.service-context-grid { display: grid; grid-template-columns: .55fr 1.15fr .75fr; gap: 55px; align-items: start; }.service-context h2 { margin: 0; color: var(--v3-ink); font-size: 2.3rem; }.service-technology-list { display: flex; flex-wrap: wrap; gap: 10px; }.service-technology-list span { padding: 12px 15px; border: 1px solid #b8ccd9; color: #23475f; background: rgb(255 255 255 / 65%); font-size: .8rem; font-weight: 700; }.service-context-note { margin: 0; color: #718594; font-size: .78rem; line-height: 1.85; }
.service-related { background: #fff; }.service-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block-start: 1px solid #c8d6df; }.service-related-link { min-height: 150px; display: grid; grid-template-columns: 36px 1fr auto; gap: 15px; align-items: center; padding: 24px; border-inline-end: 1px solid #c8d6df; border-block-end: 1px solid #c8d6df; color: var(--v3-ink); text-decoration: none; }.service-related-link:first-child { border-inline-start: 1px solid #c8d6df; }.service-related-link span,.service-related-link i { color: var(--v3-blue); font-size: .72rem; font-style: normal; }.service-related-link:hover { color: var(--v3-blue); background: var(--v3-mist); }
.service-final-cta { color: #fff; background: var(--v3-ink); }.service-final-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: center; }.service-final-grid h2 { margin: 0; max-width: 780px; font-size: clamp(2.5rem, 4.5vw, 4.8rem); letter-spacing: -.055em; line-height: 1; }.is-arabic .service-final-grid h2 { line-height: 1.15; letter-spacing: -.025em; }.service-final-grid p:not(.v3-kicker) { max-width: 700px; margin: 25px 0 0; color: #9fb4c4; }.service-final-grid > a { min-height: 92px; display: flex; justify-content: space-between; align-items: center; padding: 20px; border-block: 1px solid rgb(67 199 244 / 30%); color: var(--v3-cyan); font-weight: 800; text-decoration: none; }.service-final-grid > a i { font-style: normal; }

/* Consultation campaign */
.consultation-hero { min-height: 700px; display: grid; align-items: center; padding: 90px 0; overflow: hidden; color: #fff; background: var(--v3-ink); }
.consultation-hero-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: center; }.consultation-hero-copy h1 { margin: 0; max-width: 820px; font-size: clamp(3.8rem, 7.1vw, 7.5rem); letter-spacing: -.07em; line-height: .9; }.is-arabic .consultation-hero-copy h1 { line-height: 1.08; letter-spacing: -.035em; }.consultation-hero-copy > p:last-child { max-width: 750px; margin: 32px 0 0; color: #b5c7d4; font-size: 1.14rem; line-height: 1.9; }.consultation-ref { display: inline-block; padding: 7px 10px; border: 1px solid rgb(73 221 185 / 40%); color: #7de7cf; font-size: .7rem; }
.consultation-compass { position: relative; width: min(100%, 440px); aspect-ratio: 1; margin-inline: auto; border: 1px solid rgb(67 199 244 / 18%); border-radius: 50%; }.consultation-compass::before,.consultation-compass::after { position: absolute; content: ""; background: rgb(67 199 244 / 20%); }.consultation-compass::before { inset: 50% 0 auto; height: 1px; }.consultation-compass::after { inset: 0 50% auto; width: 1px; height: 100%; }.consultation-compass-ring { position: absolute; inset: 14%; border: 1px dashed rgb(67 199 244 / 32%); border-radius: 50%; animation: v3Rotate 25s linear infinite; }.consultation-compass-core { position: absolute; inset: 35%; display: grid; place-content: center; text-align: center; border: 1px solid var(--v3-cyan); border-radius: 50%; background: #0c2e4a; box-shadow: 0 0 60px rgb(15 117 188 / 30%); }.consultation-compass-core strong { color: var(--v3-cyan); font-size: 3rem; }.consultation-compass-core small { color: #8ca6b8; font-size: .5rem; letter-spacing: .1em; }.consultation-compass > span { position: absolute; color: #6f90a6; font-size: .52rem; letter-spacing: .1em; }.compass-n { inset: 4% auto auto 50%; transform: translateX(-50%); }.compass-s { inset: auto auto 4% 50%; transform: translateX(-50%); }.compass-e { inset: 50% 1% auto auto; }.compass-w { inset: 50% auto auto 1%; }
.consultation-page section { padding: clamp(82px, 8vw, 130px) 0; }.consultation-boundary { background: var(--v3-mist); }.consultation-boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #bbceda; }.consultation-scope { padding: clamp(32px, 5vw, 70px); background: #fff; }.consultation-scope.is-professional { background: #e2edf3; }.consultation-scope-label { color: var(--v3-blue); font-size: .66rem; font-weight: 800; letter-spacing: .14em; }.consultation-scope h2 { margin: 24px 0 20px; color: var(--v3-ink); font-size: clamp(2rem, 3.5vw, 3.5rem); letter-spacing: -.045em; line-height: 1.05; }.is-arabic .consultation-scope h2 { line-height: 1.18; }.consultation-scope p { color: #5b7182; line-height: 1.85; }.consultation-scope ul { margin: 28px 0 0; padding: 0; list-style: none; }.consultation-scope li { padding: 12px 0; border-block-end: 1px solid #cedae2; color: #29475c; }.consultation-scope li::before { margin-inline-end: 10px; color: var(--v3-blue); content: "↗"; }
.consultation-selector { background: #fff; }.consultation-interest-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block-start: 1px solid #c6d5df; border-inline-start: 1px solid #c6d5df; }.consultation-interest { min-height: 175px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-content: center; padding: 28px; border: 0; border-inline-end: 1px solid #c6d5df; border-block-end: 1px solid #c6d5df; color: var(--v3-ink); background: #fff; text-align: start; transition: color .25s, background .25s; }.consultation-interest span { font-size: 1.12rem; font-weight: 800; }.consultation-interest small { grid-column: 1; color: #6a7c8b; line-height: 1.6; }.consultation-interest i { grid-row: 1 / 3; grid-column: 2; color: var(--v3-blue); font-style: normal; }.consultation-interest:hover,.consultation-interest.is-selected { color: #fff; background: var(--v3-blue); }.consultation-interest:hover small,.consultation-interest.is-selected small { color: #d6ebf7; }.consultation-interest:hover i,.consultation-interest.is-selected i { color: var(--v3-cyan); }
.consultation-contact { color: #fff; background: var(--v3-navy); }.consultation-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }.consultation-contact h2 { margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.6rem); letter-spacing: -.055em; line-height: 1; }.is-arabic .consultation-contact h2 { line-height: 1.15; letter-spacing: -.025em; }.consultation-selected-context { margin-top: 35px; padding-inline-start: 18px; border-inline-start: 2px solid var(--v3-cyan); }.consultation-selected-context span { display: block; color: #819cae; font-size: .7rem; }.consultation-selected-context strong { display: block; margin-top: 5px; color: var(--v3-cyan); font-size: 1.05rem; }.consultation-safety { display: flex; gap: 10px; margin-top: 34px; color: #9bb1c1; font-size: .78rem; }.consultation-safety span { flex: 0 0 22px; height: 22px; display: grid; place-items: center; border: 1px solid #7090a4; border-radius: 50%; }.consultation-channels { border-block-start: 1px solid rgb(67 199 244 / 24%); }.consultation-channels a { min-height: 98px; display: grid; grid-template-columns: .8fr 1fr auto; gap: 20px; align-items: center; padding: 18px 6px; border-block-end: 1px solid rgb(67 199 244 / 24%); color: #fff; text-decoration: none; }.consultation-channels span { color: #93aabd; }.consultation-channels strong { overflow-wrap: anywhere; }.consultation-channels i { color: var(--v3-cyan); font-style: normal; }.consultation-channels a:hover span { color: var(--v3-cyan); }

@media (max-width: 1199px) {
  .v3-hero-grid { grid-template-columns: .85fr 1.15fr; }
  .v3-topology-node { width: 155px; }
  .v3-service-explorer { grid-template-columns: 320px 1fr; }
  .v3-capability-row > div { grid-template-columns: 35px minmax(200px,.7fr) 1.3fr; }
  .service-capability-row { grid-template-columns: 55px minmax(220px,.8fr) 1.2fr 38px; }
}

@media (max-width: 991px) {
  .v3-home section,.service-page section,.consultation-page section { padding-block: 84px; }
  .v3-story-spine { display: none; }
  .v3-hero { min-height: auto; padding-block: 80px 105px !important; }
  .v3-hero-grid,.service-hero-grid,.consultation-hero-grid { grid-template-columns: 1fr; }
  .v3-hero-copy { max-width: 780px; }
  .v3-topology { width: min(90vw, 660px); }
  .v3-integration-route { grid-template-columns: 1fr; gap: 28px; }
  .v3-integration-route > svg { display: none; }.v3-fragmented-state { min-height: 300px; }.v3-route-core { margin-inline: auto; }.v3-coordinated-state { width: min(100%, 600px); margin-inline: auto; }
  .v3-service-explorer { grid-template-columns: 1fr; }.v3-service-index { display: flex; overflow-x: auto; border-inline-end: 0; border-block-end: 1px solid rgb(67 199 244 / 16%); scrollbar-width: thin; }.v3-service-tab { flex: 0 0 245px; min-height: 95px; border-inline-end: 1px solid rgb(67 199 244 / 13%); border-block-end: 0; }.v3-service-tab.is-active,.is-arabic .v3-service-tab.is-active { box-shadow: inset 0 -3px 0 var(--v3-cyan); }.v3-service-canvas { min-height: 560px; }
  .v3-capability-row { grid-template-columns: 82px 1fr 46px; }.v3-capability-row > div { grid-template-columns: 32px 1fr; }.v3-capability-row > div > p:last-child { grid-column: 2; }
  .v3-tech-lanes article { grid-template-columns: 55px 1fr; padding-block: 24px; }.v3-tech-lanes ul { grid-column: 2; }
  .v3-industries .site-container,.v3-credibility-grid,.v3-consultation-grid,.service-relevance-grid,.service-final-grid,.consultation-contact-grid { grid-template-columns: 1fr; gap: 55px; }.v3-industries .v3-narrative-head { position: static; }
  .v3-engagement-path { grid-template-columns: 1fr 1fr; gap: 45px 15px; }.v3-engagement-path::before { display: none; }
  .service-hero { min-height: auto; }.service-signal { width: min(75vw, 440px); }.service-answer-grid { grid-template-columns: 1fr; gap: 20px; }.service-capability-row { grid-template-columns: 45px 1fr 38px; padding-block: 25px; }.service-capability-row p { grid-column: 2; }.service-capability-mark { grid-row: 1 / 3; grid-column: 3; }.service-steps { grid-template-columns: 1fr 1fr; }.service-steps li:nth-child(3) { border-inline-start: 1px solid #c7d5df; }.service-context-grid { grid-template-columns: 1fr 1.5fr; }.service-context-note { grid-column: 2; }.service-related-grid { grid-template-columns: 1fr; }.service-related-link { border-inline-start: 1px solid #c8d6df; }
  .consultation-boundary-grid { grid-template-columns: 1fr; }.consultation-interest-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .home-v3 .site-container,.service-v3 .site-container,.consultation-v3 .site-container { width: min(100% - 38px, var(--container)); }
  .v3-section-head { grid-template-columns: 1fr; gap: 22px; }
  .v3-hero-copy h1,.service-hero-copy h1,.consultation-hero-copy h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .v3-proof-line { display: grid; gap: 9px; }
  .v3-topology { width: 100%; margin-inline: 0; }.v3-topology-node { width: 130px; min-height: 66px; padding: 8px; }.v3-topology-node strong { font-size: .63rem; }.v3-topology-node small { display: none; }.v3-topology-core { width: 145px; }.v3-topology-core > span { font-size: 2.8rem; }.v3-topology-status { transform: translate(-50%, 90px); }.v3-scroll { display: none; }
  .v3-integration-route { padding-inline: 12px; }.v3-fragmented-state span { min-width: 112px; font-size: .57rem; }
  .v3-service-explorer { margin-inline: -19px; border-inline: 0; }.v3-service-tab { flex-basis: 210px; padding-inline: 18px; }.v3-service-canvas { min-height: 630px; padding: 86px 24px 40px; }.v3-service-panel h3 { font-size: 2.55rem; }.v3-service-panel ul { grid-template-columns: 1fr; }
  .v3-capability-row { grid-template-columns: 58px 1fr 42px; gap: 14px; padding-block: 24px; }.v3-capability-row > div { grid-template-columns: 1fr; gap: 9px; }.v3-capability-row > div > p:first-child { display: none; }.v3-capability-row > div > p:last-child { grid-column: 1; font-size: .84rem; }.v3-capability-code { padding-inline: 4px; font-size: .59rem; text-align: center; }
  .v3-tech-lanes article { grid-template-columns: 38px 1fr; gap: 14px; }.v3-tech-lanes ul { grid-column: 1 / -1; }.v3-industry-list article { grid-template-columns: 45px 1fr; }
  .v3-engagement-path { grid-template-columns: 1fr; }.v3-engagement-path li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 0; }.v3-engagement-path h3 { margin-top: 0; }
  .v3-credibility-grid,.v3-consultation-grid { gap: 45px; }.v3-ownership-mark { min-height: 250px; padding: 30px 20px; }.v3-consultation-actions a { grid-template-columns: 1fr auto; }.v3-consultation-actions strong { grid-column: 1; grid-row: 2; }.v3-consultation-actions i { grid-column: 2; grid-row: 1 / 3; }
  .page-breadcrumb { margin-bottom: 38px; }.service-signal { width: min(100%, 390px); }.service-capability-row { grid-template-columns: 36px 1fr; gap: 13px; }.service-capability-row p { grid-column: 2; }.service-capability-mark { display: none; }.service-relevance-grid { gap: 42px; }.service-steps { grid-template-columns: 1fr; }.service-steps li,.service-steps li:nth-child(3) { min-height: auto; border-inline-start: 1px solid #c7d5df; }.service-steps li > span { margin-bottom: 25px; }.service-context-grid { grid-template-columns: 1fr; }.service-context-note { grid-column: 1; }.service-final-grid { gap: 42px; }
  .consultation-hero { min-height: auto; }.consultation-compass { width: min(100%, 390px); }.consultation-interest-grid { grid-template-columns: 1fr; }.consultation-interest { min-height: 145px; }.consultation-channels a { grid-template-columns: 1fr auto; }.consultation-channels strong { grid-column: 1; }.consultation-channels i { grid-column: 2; grid-row: 1 / 3; }
}

@media (max-width: 430px) {
  .v3-topology-node { width: 112px; }.v3-topology-node > span { font-size: .54rem; }.v3-topology-node strong { font-size: .57rem; }.v3-topology-core { width: 125px; }.v3-topology-core strong { font-size: .48rem; }.v3-topology-status { font-size: .42rem; transform: translate(-50%, 78px); }
  .v3-capability-row { grid-template-columns: 48px 1fr; }.v3-capability-row > a { display: none; }.v3-tech-lanes h3 { font-size: 1.15rem; }
  .consultation-scope { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .v3-flow,.service-signal-orbit.orbit-one,.consultation-compass-ring { animation: none !important; }
}

.error-page { min-height: 68vh; display: grid; align-items: center; padding: 100px 0; color: #fff; background: var(--v3-ink, #07192b); }
.error-page-grid { display: grid; grid-template-columns: 1fr .6fr; gap: 70px; align-items: center; }
.error-page h1 { max-width: 800px; margin: 0; font-size: clamp(3.2rem, 7vw, 7rem); letter-spacing: -.07em; line-height: .92; }
.is-arabic .error-page h1 { line-height: 1.1; letter-spacing: -.035em; }
.error-page p:not(.v3-kicker) { max-width: 650px; margin: 30px 0; color: #a8bdcc; font-size: 1.1rem; }
.error-page-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.error-page-actions > a:not(.button) { color: #fff; text-decoration: none; }
.error-page-actions span { color: var(--v3-cyan, #43c7f4); }
.error-page small { display: block; margin-top: 35px; color: #7691a5; }
.error-route { position: relative; width: min(100%, 330px); aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; border: 1px solid rgb(67 199 244 / 24%); border-radius: 50%; }
.error-route::before { position: absolute; inset: 17%; border: 1px dashed rgb(67 199 244 / 28%); border-radius: 50%; content: ""; }
.error-route span { color: var(--v3-cyan, #43c7f4); font-size: 6rem; font-weight: 900; }
.error-route em { position: absolute; inset-block-end: 12%; color: #728da2; font-size: .7rem; font-style: normal; letter-spacing: .15em; }
@media (max-width: 767px) { .error-page-grid { grid-template-columns: 1fr; }.error-route { width: 230px; } }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--neutral-900);
  background: var(--white);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.is-arabic {
  line-height: 1.8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.site-container {
  width: min(100% - 32px, var(--container));
  max-width: var(--container);
  padding-inline: 0;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: var(--runa-navy-950);
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 1000;
  inset-block-start: 0;
  min-height: var(--header-height);
  background: rgb(255 255 255 / 96%);
  box-shadow: var(--shadow-header);
  backdrop-filter: blur(10px);
}

.site-header .navbar {
  min-height: var(--header-height);
  padding-block: 0;
}

.site-header .site-container {
  position: relative;
}

.navbar-brand {
  display: flex;
  align-items: center;
  width: 184px;
  min-height: var(--header-height);
  padding: 0;
  overflow: hidden;
}

.navbar-brand img {
  display: block;
  width: 184px;
  height: auto;
}

.navbar-collapse {
  gap: 28px;
}

.navbar-nav {
  gap: 6px;
  margin-inline-start: auto;
}

.site-header .nav-link {
  position: relative;
  min-height: 44px;
  padding: 10px 13px !important;
  color: var(--runa-navy-950);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.site-header button.nav-link {
  background: transparent;
  border: 0;
}

.site-header .nav-link::after {
  position: absolute;
  inset-inline: 13px;
  inset-block-end: 6px;
  height: 2px;
  content: "";
  background: var(--runa-brand-500);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-header .nav-link:hover::after,
.site-header .nav-link:focus-visible::after {
  transform: scaleX(1);
}

.services-dropdown {
  position: static;
}

.services-menu {
  inset-block-start: calc(100% + 10px);
  inset-inline-start: 190px;
  width: min(760px, calc(100vw - 32px));
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  box-shadow: 0 24px 60px rgb(11 31 51 / 18%);
}

.services-menu-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
}

.services-menu-main,
.services-menu-audit {
  padding: 26px;
}

.services-menu-audit {
  color: var(--white);
  background: var(--runa-navy-950);
}

.services-menu-label {
  margin-block-end: 14px;
  color: var(--neutral-500);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.is-arabic .services-menu-label {
  letter-spacing: 0;
}

.services-menu-audit .services-menu-label {
  color: #80c7ee;
}

.services-menu-overview {
  display: block;
  padding: 14px 0;
  border-block-end: 1px solid var(--neutral-200);
  color: var(--runa-navy-950);
  text-decoration: none;
}

.services-menu-overview strong,
.services-menu-overview span {
  display: block;
}

.services-menu-overview strong {
  margin-block-end: 4px;
  font-size: 0.98rem;
}

.services-menu-overview span {
  color: var(--neutral-500);
  font-size: 0.78rem;
  line-height: 1.55;
}

.services-menu-overview:hover strong,
.services-menu-overview:focus-visible strong {
  color: var(--runa-action-600);
}

.audit-menu-feature {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  color: var(--white);
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: var(--radius-sm);
  text-decoration: none;
}

.audit-menu-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--runa-navy-950);
  background: #80c7ee;
  border-radius: 50%;
  font-weight: 900;
}

.audit-menu-feature strong,
.audit-menu-feature small {
  display: block;
}

.audit-menu-feature strong {
  margin-block-end: 3px;
  font-size: 0.98rem;
}

.audit-menu-feature small {
  color: #b9cad7;
  font-size: 0.76rem;
}

.audit-menu-feature:hover,
.audit-menu-feature:focus-visible {
  color: var(--white);
  border-color: #80c7ee;
}

.audit-menu-links {
  display: grid;
  margin-block-start: 12px;
}

.audit-menu-links a {
  min-height: 42px;
  padding: 10px 12px;
  color: #d7e3ed;
  border-block-end: 1px solid rgb(255 255 255 / 12%);
  font-size: 0.84rem;
  text-decoration: none;
}

.audit-menu-links a:hover,
.audit-menu-links a:focus-visible {
  color: var(--white);
  background: rgb(255 255 255 / 6%);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 44px;
  color: var(--runa-action-600);
  font-weight: 700;
  text-decoration: none;
}

.language-link:hover {
  color: var(--runa-action-700);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.navbar-toggler {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  gap: 5px;
  padding: 0;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-sm);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.menu-line {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--runa-navy-950);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

.button-small {
  min-height: 44px;
  padding: 9px 18px;
  font-size: 0.95rem;
}

.button-primary {
  color: var(--white);
  background: var(--runa-action-600);
  border-color: var(--runa-action-600);
}

.button-primary:hover {
  color: var(--white);
  background: var(--runa-action-700);
  border-color: var(--runa-action-700);
}

.button-secondary {
  color: var(--runa-navy-950);
  background: transparent;
  border-color: var(--runa-navy-950);
}

.button-on-dark.button-primary {
  color: var(--runa-navy-950);
  background: var(--white);
  border-color: var(--white);
}

.button-on-dark.button-primary:hover {
  color: var(--runa-navy-950);
  background: var(--runa-sky-100);
  border-color: var(--runa-sky-100);
}

.button-on-dark.button-secondary {
  color: var(--white);
  border-color: rgb(255 255 255 / 58%);
}

.button-on-dark.button-secondary:hover {
  color: var(--white);
  border-color: var(--white);
  background: rgb(255 255 255 / 8%);
}

.hero-section {
  position: relative;
  min-height: 690px;
  overflow: clip;
  color: var(--white);
  background: var(--runa-navy-950);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgb(215 236 249 / 22%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(215 236 249 / 22%) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero-section::after {
  position: absolute;
  width: 520px;
  height: 520px;
  inset-block-start: -260px;
  inset-inline-end: -200px;
  border: 1px solid rgb(15 117 188 / 35%);
  border-radius: 50%;
  content: "";
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 690px;
  padding-block: 88px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-block-end: 20px;
  color: var(--runa-action-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.is-arabic .eyebrow {
  letter-spacing: 0;
}

.eyebrow::before {
  width: 36px;
  height: 2px;
  content: "";
  background: currentColor;
}

.eyebrow-light {
  color: #80c7ee;
}

.hero-section h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.55rem, 5.6vw, 4.75rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.is-arabic .hero-section h1 {
  max-width: 15ch;
  letter-spacing: 0;
  line-height: 1.24;
}

.hero-lead {
  max-width: 62ch;
  margin-block: 28px 34px;
  color: #d7e3ed;
  font-size: clamp(1.05rem, 1.8vw, 1.23rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.system-map {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1;
  margin-inline: auto;
  border: 1px solid rgb(128 199 238 / 26%);
  border-radius: 50%;
  background: rgb(15 117 188 / 8%);
}

.system-map::before,
.system-map::after {
  position: absolute;
  inset: 14%;
  border: 1px dashed rgb(128 199 238 / 25%);
  border-radius: 50%;
  content: "";
}

.system-map::after {
  inset: 32%;
  border-style: solid;
}

.map-core,
.map-node {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--runa-navy-900);
  border: 1px solid rgb(128 199 238 / 45%);
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.map-core {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  flex-direction: column;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .map-core {
  transform: translate(50%, -50%);
}

.map-core span {
  color: #80c7ee;
  font-size: 1.35rem;
}

.map-core small {
  font-size: 0.54rem;
}

.map-node {
  width: 94px;
  height: 42px;
  border-radius: 22px;
  font-size: 0.66rem;
}

.map-node-cloud { inset-block-start: 8%; inset-inline-start: 38%; }
.map-node-it { inset-block-start: 42%; inset-inline-end: 2%; }
.map-node-security { inset-block-end: 8%; inset-inline-start: 35%; width: 112px; }
.map-node-digital { inset-block-start: 42%; inset-inline-start: 0; }

.trust-strip {
  color: var(--runa-navy-950);
  background: var(--runa-sky-50);
  border-block-end: 1px solid var(--runa-sky-100);
}

.trust-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  min-height: 76px;
  padding-block: 14px;
}

.trust-items p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-weight: 650;
}

.trust-items span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--runa-teal-700);
  box-shadow: 0 0 0 5px rgb(11 122 117 / 12%);
}

.section-impact {
  padding-block: 96px;
  color: var(--white);
  background: #071725;
}

.section.section-impact h2 {
  color: var(--white);
}

.impact-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: end;
  margin-block-end: 54px;
}

.impact-intro .section-lead {
  margin: 0;
  color: #b9cad7;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  border-block: 1px solid rgb(255 255 255 / 18%);
}

.impact-item {
  min-height: 156px;
  padding: 28px 20px;
  border-inline-start: 1px solid rgb(255 255 255 / 18%);
}

.impact-item:last-child {
  border-inline-end: 1px solid rgb(255 255 255 / 18%);
}

.impact-item dt {
  margin-block-end: 12px;
  color: #43ade7;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.impact-item dd {
  margin: 0;
  color: #d7e3ed;
  font-size: 0.92rem;
  line-height: 1.55;
}

.section {
  padding-block: 108px;
}

.section h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--runa-navy-950);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.14;
  text-wrap: balance;
}

.is-arabic .section h2 {
  max-width: 22ch;
  letter-spacing: 0;
  line-height: 1.35;
}

.section-lead,
.section-heading > p:last-child {
  color: var(--neutral-700);
  font-size: 1.08rem;
  line-height: 1.8;
}

.section-problem {
  padding-block: 118px;
}

.section-services {
  background: var(--neutral-50);
}

.section-heading {
  max-width: 730px;
  margin-block-end: 52px;
}

.section-heading h2 {
  margin-block-end: 22px;
}

.section-heading-wide {
  max-width: 830px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  overflow: hidden;
  isolation: isolate;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  transition: border-color 200ms ease, transform 200ms ease;
}

.service-card::before {
  position: absolute;
  inset-block-start: -72px;
  inset-inline-end: -62px;
  width: 180px;
  height: 180px;
  content: "";
  background: radial-gradient(circle, rgb(23 139 200 / 12%) 0 38%, transparent 40%),
    repeating-radial-gradient(circle, rgb(23 139 200 / 12%) 0 1px, transparent 1px 11px);
  border-radius: 50%;
  z-index: -1;
  transition: transform 280ms ease;
}

.service-card::after {
  position: absolute;
  inset-block-end: 20px;
  inset-inline-end: 22px;
  width: 34px;
  height: 34px;
  content: "";
  border-inline-end: 1px solid rgb(23 139 200 / 22%);
  border-block-end: 1px solid rgb(23 139 200 / 22%);
  z-index: -1;
}

.service-card:hover {
  border-color: var(--runa-brand-500);
  transform: translateY(-4px);
}

.service-card:hover::before {
  transform: scale(1.12) rotate(8deg);
}

.service-card-featured {
  min-height: 330px;
  padding: 38px;
  border-block-start: 4px solid var(--runa-brand-500);
}

.service-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-block-end: 48px;
}

.service-card:not(.service-card-featured) .service-card-top {
  margin-block-end: 34px;
}

.service-icon {
  display: grid;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--runa-action-600);
  background: linear-gradient(145deg, var(--runa-sky-50), #d9effb);
  border: 1px solid #b8ddf1;
  border-radius: 17px;
  box-shadow: 0 10px 24px rgb(23 139 200 / 12%);
  transform: rotate(-3deg);
  transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}

[dir="rtl"] .service-icon {
  transform: rotate(3deg);
}

.service-card:hover .service-icon {
  color: var(--white);
  background: var(--runa-action-600);
  transform: rotate(0) translateY(-2px);
}

.service-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-meta {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-number {
  color: var(--runa-brand-500);
  font-weight: 800;
}

.service-category {
  color: var(--neutral-500);
  font-size: 0.78rem;
  font-weight: 700;
}

.service-card h3 {
  margin-block-end: 16px;
  color: var(--runa-navy-950);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 720;
  line-height: 1.35;
}

.service-card:not(.service-card-featured) h3 {
  font-size: 1.25rem;
}

.service-card p {
  margin: 0;
  color: var(--neutral-700);
}

.section-products {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--runa-navy-950), #123f5b 68%, #0f577d);
}

.products-orbit {
  position: absolute;
  border: 1px solid rgb(128 199 238 / 16%);
  border-radius: 50%;
  pointer-events: none;
}

.products-orbit::after {
  position: absolute;
  width: 12px;
  height: 12px;
  content: "";
  background: #80c7ee;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgb(128 199 238 / 10%);
}

.products-orbit-one {
  inset-block-start: -190px;
  inset-inline-end: -150px;
  width: 480px;
  height: 480px;
}

.products-orbit-one::after {
  inset-block-end: 42px;
  inset-inline-start: 78px;
}

.products-orbit-two {
  inset-block-end: -250px;
  inset-inline-start: -190px;
  width: 560px;
  height: 560px;
}

.products-orbit-two::after {
  inset-block-start: 65px;
  inset-inline-end: 95px;
}

.products-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.75fr);
  gap: 80px;
  align-items: end;
  margin-block-end: 54px;
}

.products-intro h2 {
  max-width: 18ch;
  color: var(--white);
}

.products-intro .section-lead {
  margin: 0;
  color: #c9dae5;
}

.product-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 410px;
  overflow: hidden;
  color: var(--runa-navy-950);
  background: var(--white);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: var(--radius-md);
  box-shadow: 0 24px 52px rgb(4 19 31 / 22%);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  box-shadow: 0 30px 64px rgb(4 19 31 / 30%);
  transform: translateY(-5px);
}

.product-brand {
  position: relative;
  display: grid;
  min-height: 100%;
  padding: 22px;
  place-items: center;
  overflow: hidden;
  background: var(--runa-sky-50);
}

.product-brand::before,
.product-brand::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.product-brand::before {
  inset-block-start: -45px;
  inset-inline-end: -45px;
  width: 120px;
  height: 120px;
  border: 1px solid rgb(23 139 200 / 22%);
}

.product-brand::after {
  inset-block-end: 20px;
  inset-inline-start: 20px;
  width: 9px;
  height: 9px;
  background: var(--runa-brand-500);
  box-shadow: 18px 0 0 rgb(23 139 200 / 35%), 36px 0 0 rgb(23 139 200 / 16%);
}

.product-brand img {
  position: relative;
  z-index: 1;
  width: min(130px, 100%);
  max-height: 150px;
  object-fit: contain;
  border-radius: 24px;
}

.product-card-zonetec .product-brand {
  background: #292a67;
}

.product-card-taqadom .product-brand {
  background: linear-gradient(145deg, #edf4ff, #dce8fb);
}

.product-card-odoo .product-brand {
  color: var(--white);
  background: linear-gradient(145deg, #714b67, #4d3146);
}

.product-card-acs .product-brand {
  color: var(--white);
  background: linear-gradient(145deg, #0c2435, #0d5d81);
}

.product-wordmark {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  justify-items: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

.product-wordmark small {
  font-size: 0.55rem;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.product-wordmark-odoo {
  font-size: 2.35rem;
}

.product-wordmark-acs {
  font-size: 3rem;
}

.product-wordmark-acs small {
  max-width: 15ch;
  color: #80c7ee;
  text-align: center;
}

.product-card-body {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.product-category {
  margin-block-end: 8px;
  color: var(--runa-action-600);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.is-arabic .product-category {
  letter-spacing: 0;
}

.product-card h3 {
  margin-block-end: 10px;
  color: var(--runa-navy-950);
  font-size: 1.45rem;
}

.product-description {
  margin-block-end: 18px;
  color: var(--neutral-700);
  font-size: 0.92rem;
  line-height: 1.65;
}

.product-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 16px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-inline-start: 18px;
  color: var(--neutral-700);
  font-size: 0.8rem;
  line-height: 1.5;
}

.product-card li::before {
  position: absolute;
  inset-block-start: 0.56em;
  inset-inline-start: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--runa-brand-500);
  border-radius: 50%;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-block-start: auto;
}

.product-actions a {
  color: var(--runa-action-600);
  font-size: 0.84rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.product-actions .product-external {
  color: var(--neutral-700);
}

.product-services-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 64px;
  align-items: center;
  margin-block-start: 24px;
  padding: 38px 42px;
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: var(--radius-md);
}

.product-services-panel h3 {
  margin-block-end: 8px;
  color: var(--white);
  font-size: 1.5rem;
}

.product-services-panel > div > p:last-child {
  margin: 0;
  color: #c9dae5;
}

.product-services-panel ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-services-panel li {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 10px 14px;
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--radius-sm);
  font-size: 0.86rem;
  font-weight: 650;
}

.product-services-panel li span {
  color: #80c7ee;
  font-size: 0.72rem;
  font-weight: 850;
}

.product-note {
  position: relative;
  max-width: 94ch;
  margin: 20px auto 0;
  color: #9fb7c7;
  font-size: 0.78rem;
  text-align: center;
}

.section-security {
  padding-block: 32px 108px;
  background: var(--neutral-50);
}

.security-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 72px;
  padding: 72px;
  color: var(--white);
  background: linear-gradient(125deg, var(--runa-navy-950), var(--runa-navy-800));
  border-radius: var(--radius-lg);
}

.security-panel h2 {
  color: var(--white);
}

.security-copy .section-lead {
  margin-block: 24px 30px;
  color: #d7e3ed;
}

.security-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.security-status span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  color: #d7e3ed;
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 700;
}

.security-status span:first-child {
  color: var(--runa-navy-950);
  background: #80c7ee;
  border-color: #80c7ee;
}

.capability-list {
  display: grid;
  align-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  border-block-start: 1px solid rgb(255 255 255 / 18%);
  list-style: none;
}

.capability-list li {
  position: relative;
  padding-block: 15px;
  padding-inline-start: 32px;
  border-block-end: 1px solid rgb(255 255 255 / 18%);
  color: #e7f0f6;
}

.capability-list li::before {
  position: absolute;
  inset-block-start: 23px;
  inset-inline-start: 4px;
  width: 10px;
  height: 10px;
  content: "";
  border: 2px solid #80c7ee;
  transform: rotate(45deg);
}

.section-outcomes {
  color: var(--white);
  background: var(--runa-navy-950);
}

.section-outcomes h2 {
  color: var(--white);
}

.outcome-list {
  border-block-start: 1px solid rgb(255 255 255 / 18%);
}

.outcome-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  padding-block: 26px;
  border-block-end: 1px solid rgb(255 255 255 / 18%);
}

.outcome-item > span {
  color: #80c7ee;
  font-weight: 800;
}

.outcome-item h3 {
  margin-block-end: 7px;
  font-size: 1.2rem;
  font-weight: 700;
}

.outcome-item p {
  margin: 0;
  color: #b9cad7;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  min-height: 255px;
  padding: 28px 24px;
  border-block: 1px solid var(--neutral-200);
  border-inline-start: 1px solid var(--neutral-200);
}

.process-list li:last-child {
  border-inline-end: 1px solid var(--neutral-200);
}

.process-list span {
  display: block;
  margin-block-end: 58px;
  color: var(--runa-brand-500);
  font-weight: 800;
}

.process-list h3 {
  min-height: 58px;
  margin-block-end: 14px;
  color: var(--runa-navy-950);
  font-size: 1.16rem;
  font-weight: 700;
}

.process-list p {
  margin: 0;
  color: var(--neutral-700);
  font-size: 0.93rem;
}

.section-solutions {
  background: var(--runa-sky-50);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-grid li {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto 1fr auto;
  min-height: 220px;
  padding: 28px;
  background: var(--white);
  border: 1px solid #b9d7e9;
  border-block-start: 4px solid var(--runa-brand-500);
}

.solution-grid span {
  grid-row: 1 / 4;
  color: var(--runa-brand-500);
  font-size: 0.82rem;
  font-weight: 800;
}

.solution-grid h3 {
  margin: 0;
  color: var(--runa-navy-950);
  font-size: 1.25rem;
  font-weight: 720;
  line-height: 1.45;
}

.solution-grid p {
  align-self: end;
  margin: 26px 0 0;
  color: var(--runa-action-600);
  font-size: 0.82rem;
  font-weight: 750;
}

.section-packages {
  background: var(--white);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.package-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px;
  color: var(--runa-navy-950);
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  border-block-start: 5px solid var(--runa-brand-500);
}

.package-card-featured {
  color: var(--white);
  background: var(--runa-action-600);
  border-color: var(--runa-action-600);
}

.package-tier {
  margin-block-end: 16px;
  color: var(--runa-action-600);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.is-arabic .package-tier {
  letter-spacing: 0;
}

.package-card-featured .package-tier {
  color: #d7ecf9;
}

.package-card h3 {
  margin-block-end: 10px;
  font-size: 1.55rem;
  font-weight: 750;
}

.package-audience {
  min-height: 58px;
  margin-block-end: 24px;
  color: var(--neutral-700);
}

.package-card-featured .package-audience {
  color: #d7ecf9;
}

.package-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 22px 0 0;
  border-block-start: 1px solid var(--neutral-200);
  list-style: none;
}

.package-card-featured ul {
  border-color: rgb(255 255 255 / 32%);
}

.package-card li {
  position: relative;
  padding-inline-start: 25px;
}

.package-card li::before {
  position: absolute;
  inset-block-start: 0.62em;
  inset-inline-start: 2px;
  width: 9px;
  height: 5px;
  content: "";
  border-block-end: 2px solid var(--runa-brand-500);
  border-inline-start: 2px solid var(--runa-brand-500);
  transform: rotate(-45deg);
}

[dir="rtl"] .package-card li::before {
  transform: rotate(45deg);
}

.package-card-featured li::before {
  border-color: var(--white);
}

.package-card > a {
  width: fit-content;
  min-height: 44px;
  margin-block-start: auto;
  color: var(--runa-action-600);
  font-weight: 750;
  text-underline-offset: 4px;
}

.package-card-featured > a {
  color: var(--white);
}

.package-note {
  max-width: 90ch;
  margin: 24px auto 0;
  color: var(--neutral-500);
  font-size: 0.86rem;
  text-align: center;
}

.section-ecosystem {
  padding-block-start: 28px;
}

.ecosystem-panel {
  padding: 72px;
  color: var(--white);
  background: var(--runa-navy-800);
  border-radius: var(--radius-lg);
}

.ecosystem-panel h2 {
  color: var(--white);
}

.ecosystem-panel .section-lead {
  margin-block: 24px 18px;
  color: #d6e2ea;
}

.ecosystem-note {
  margin: 0;
  color: #9fb5c5;
  font-size: 0.86rem;
}

.ecosystem-groups {
  display: grid;
  gap: 18px;
}

.ecosystem-group {
  padding: 24px;
  background: rgb(255 255 255 / 5%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--radius-md);
}

.ecosystem-group-cloud {
  border-block-start: 4px solid #80c7ee;
}

.ecosystem-group-physical {
  border-block-start: 4px solid var(--runa-brand-500);
}

.ecosystem-group-heading {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  margin-block-end: 18px;
}

.ecosystem-group-heading > span {
  color: #80c7ee;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.ecosystem-group-physical .ecosystem-group-heading > span {
  color: var(--runa-brand-300);
}

.ecosystem-group h3 {
  margin-block-end: 8px;
  color: var(--white);
  font-size: 1.18rem;
}

.ecosystem-group-heading p {
  margin: 0;
  color: #c6d6e1;
  font-size: 0.86rem;
  line-height: 1.65;
}

.platform-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.platform-list li {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 14px;
  color: var(--white);
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--radius-sm);
  font-weight: 650;
  font-size: 0.86rem;
}

.section-industries {
  background: var(--runa-sky-50);
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-block-start: 1px solid #b9d7e9;
  list-style: none;
}

.industry-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
  padding: 14px 10px;
  border-block-end: 1px solid #b9d7e9;
  color: var(--runa-navy-950);
  font-weight: 650;
}

.industry-list li:nth-child(odd) {
  padding-inline-end: 22px;
}

.industry-list li:nth-child(even) {
  padding-inline-start: 22px;
  border-inline-start: 1px solid #b9d7e9;
}

.industry-list span {
  color: var(--runa-brand-500);
  font-size: 0.78rem;
  font-weight: 800;
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 2fr);
  gap: 72px;
  align-items: center;
}

.about-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  color: var(--runa-brand-500);
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  font-size: clamp(6rem, 15vw, 12rem);
  font-weight: 800;
  line-height: 1;
}

.about-copy .section-lead {
  max-width: 68ch;
  margin-block: 24px;
}

.ownership-note {
  max-width: 68ch;
  margin: 0;
  padding-inline-start: 18px;
  color: var(--runa-navy-950);
  border-inline-start: 3px solid var(--runa-brand-500);
  font-weight: 650;
}

.section-contact {
  padding-block-start: 32px;
}

.contact-panel {
  padding: 72px;
  color: var(--white);
  background: var(--runa-action-700);
  border-radius: var(--radius-lg);
}

.contact-panel h2 {
  color: var(--white);
}

.contact-panel .section-lead {
  max-width: 56ch;
  margin-block: 24px 0;
  color: #e6f2f9;
}

.contact-actions {
  border-block-start: 1px solid rgb(255 255 255 / 28%);
}

.contact-actions a,
.contact-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding-block: 16px;
  color: var(--white);
  border-block-end: 1px solid rgb(255 255 255 / 28%);
  text-decoration: none;
}

.contact-actions a:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-actions span {
  color: #c8e4f3;
  font-size: 0.83rem;
  font-weight: 600;
}

.contact-actions strong {
  overflow-wrap: anywhere;
  font-size: 0.98rem;
  text-align: end;
}

.audit-hero {
  position: relative;
  min-height: 650px;
  overflow: clip;
  color: var(--white);
  background: linear-gradient(135deg, #071725, var(--runa-navy-950) 58%, #0d3451);
}

.audit-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgb(128 199 238 / 20%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(128 199 238 / 20%) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.audit-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: center;
  min-height: 650px;
  padding-block: 82px;
}

.audit-hero-copy h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.65rem, 5.2vw, 4.65rem);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.is-arabic .audit-hero-copy h1 {
  max-width: 15ch;
  letter-spacing: 0;
  line-height: 1.28;
}

.audit-hero-copy > p:not(.eyebrow) {
  max-width: 62ch;
  margin-block: 26px 32px;
  color: #d7e3ed;
  font-size: 1.12rem;
}

.audit-hero-visual {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 1;
  margin-inline: auto;
}

.audit-hero-visual::before,
.audit-hero-visual::after {
  position: absolute;
  inset: 8%;
  content: "";
  border: 1px solid rgb(128 199 238 / 24%);
  border-radius: 50%;
}

.audit-hero-visual::after {
  inset: 20%;
  border-style: dashed;
}

.audit-document {
  position: absolute;
  z-index: 2;
  inset-block-start: 21%;
  inset-inline-start: 24%;
  width: 54%;
  height: 62%;
  padding: 42px 32px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgb(0 0 0 / 35%);
}

.audit-document-label {
  display: block;
  margin-block-end: 30px;
  color: var(--runa-action-600);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.audit-document i {
  display: block;
  width: 100%;
  height: 8px;
  margin-block: 14px;
  background: var(--neutral-200);
  border-radius: 8px;
}

.audit-document i:nth-of-type(2) { width: 76%; }
.audit-document i:nth-of-type(3) { width: 88%; }
.audit-document i:nth-of-type(4) { width: 58%; }

.audit-document strong {
  position: absolute;
  inset-inline-end: -24px;
  inset-block-end: 28px;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  color: var(--runa-navy-950);
  background: #80c7ee;
  border: 8px solid var(--runa-navy-950);
  border-radius: 50%;
  font-size: 2rem;
}

.audit-status {
  position: absolute;
  z-index: 3;
  min-width: 96px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--runa-navy-800);
  border: 1px solid rgb(128 199 238 / 48%);
  border-radius: 24px;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
}

.audit-status-one { inset-block-start: 10%; inset-inline-start: 8%; }
.audit-status-two { inset-block-start: 42%; inset-inline-end: 0; }
.audit-status-three { inset-block-end: 7%; inset-inline-start: 4%; color: var(--runa-navy-950); background: #80c7ee; }

.audit-problem {
  background: var(--neutral-50);
}

.audit-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.audit-problem-grid article {
  min-height: 230px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-block-start: 4px solid var(--runa-brand-500);
}

.audit-problem-grid span {
  display: block;
  margin-block-end: 42px;
  color: var(--runa-brand-500);
  font-size: 0.8rem;
  font-weight: 850;
}

.audit-problem-grid h3,
.audit-scope-grid h3,
.audit-deliverable-list h3,
.audit-process-list h3 {
  color: var(--runa-navy-950);
  font-size: 1.2rem;
  font-weight: 740;
}

.audit-problem-grid p,
.audit-scope-grid p,
.audit-deliverable-list p,
.audit-process-list p {
  margin: 0;
  color: var(--neutral-700);
}

.audit-services {
  color: var(--white);
  background: var(--runa-navy-950);
}

.audit-services .section-heading h2 {
  color: var(--white);
}

.audit-services .section-heading > p:last-child {
  color: #b9cad7;
}

.audit-offering-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.audit-offering {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px;
  background: var(--runa-navy-900);
  border: 1px solid rgb(255 255 255 / 16%);
  border-block-start: 5px solid #80c7ee;
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.audit-offering-featured {
  background: #164668;
  border-color: #80c7ee;
}

.audit-offering-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-block-end: 28px;
}

.audit-offering-top span {
  color: #80c7ee;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audit-offering-top strong {
  color: #d7e3ed;
  font-size: 0.78rem;
  font-weight: 700;
}

.audit-offering h3 {
  margin-block-end: 16px;
  font-size: 1.55rem;
  font-weight: 750;
  line-height: 1.35;
}

.audit-offering > p {
  min-height: 100px;
  color: #c5d5e0;
}

.audit-offering ul {
  display: grid;
  gap: 10px;
  margin: 4px 0 30px;
  padding: 20px 0 0;
  border-block-start: 1px solid rgb(255 255 255 / 16%);
  list-style: none;
}

.audit-offering li {
  position: relative;
  padding-inline-start: 24px;
  color: #e5eef4;
}

.audit-offering li::before {
  position: absolute;
  inset-inline-start: 2px;
  content: "✓";
  color: #80c7ee;
  font-weight: 900;
}

.audit-offering > a {
  width: fit-content;
  min-height: 44px;
  margin-block-start: auto;
  color: var(--white);
  font-weight: 750;
  text-underline-offset: 4px;
}

.audit-scope {
  background: var(--runa-sky-50);
}

.audit-scope-intro {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
  align-items: end;
  margin-block-end: 50px;
}

.audit-scope-intro .section-lead {
  margin: 0;
}

.audit-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block-start: 1px solid #b9d7e9;
}

.audit-scope-grid article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  min-height: 150px;
  padding: 26px 20px;
  border-block-end: 1px solid #b9d7e9;
}

.audit-scope-grid article:nth-child(even) {
  border-inline-start: 1px solid #b9d7e9;
}

.audit-scope-grid span {
  color: var(--runa-brand-500);
  font-size: 0.78rem;
  font-weight: 850;
}

.audit-deliverables {
  color: var(--white);
  background: #071725;
}

.audit-deliverables h2 {
  color: var(--white);
}

.audit-deliverables .section-lead {
  margin-block-start: 24px;
  color: #b9cad7;
}

.audit-deliverable-list {
  border-block-start: 1px solid rgb(255 255 255 / 18%);
}

.audit-deliverable-list article {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  padding-block: 24px;
  border-block-end: 1px solid rgb(255 255 255 / 18%);
}

.audit-deliverable-list h3 {
  margin: 0;
  color: #80c7ee;
}

.audit-deliverable-list p {
  color: #d7e3ed;
}

.audit-process {
  background: var(--white);
}

.audit-process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.audit-process-list li {
  min-height: 260px;
  padding: 28px 22px;
  border-block: 1px solid var(--neutral-200);
  border-inline-start: 1px solid var(--neutral-200);
}

.audit-process-list li:last-child {
  border-inline-end: 1px solid var(--neutral-200);
}

.audit-process-list span {
  display: block;
  margin-block-end: 48px;
  color: var(--runa-brand-500);
  font-weight: 850;
}

.audit-contact {
  padding-block-start: 28px;
}

.audit-contact-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: end;
  padding: 68px;
  color: var(--white);
  background: var(--runa-action-700);
  border-radius: var(--radius-lg);
}

.audit-contact-panel h2 {
  color: var(--white);
}

.audit-contact-panel .section-lead {
  margin-block: 22px 0;
  color: #e6f2f9;
}

.audit-contact-actions {
  display: grid;
  gap: 10px;
}

.audit-contact-actions > a:not(.button) {
  min-height: 44px;
  padding: 9px 0;
  color: var(--white);
  border-block-end: 1px solid rgb(255 255 255 / 28%);
  text-decoration: none;
}

.audit-contact-actions > a:not(.button):hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer {
  padding-block: 72px 28px;
  color: #b8c7d3;
  background: #071725;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 80px;
  padding-block-end: 56px;
}

.footer-brand img {
  width: 190px;
  margin-block: -35px -16px;
  padding: 8px 12px;
  background: var(--white);
  border-radius: var(--radius-sm);
}

.footer-brand p {
  max-width: 50ch;
  margin: 0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.footer-links h2 {
  margin-block-end: 18px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.footer-links a {
  display: block;
  width: fit-content;
  min-height: 36px;
  color: #b8c7d3;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block-start: 24px;
  border-block-start: 1px solid rgb(255 255 255 / 14%);
  font-size: 0.82rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .product-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .product-card-body {
    padding: 24px;
  }

  .product-card ul {
    grid-template-columns: 1fr;
  }

  .impact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .impact-item:nth-child(n + 4) {
    border-block-start: 1px solid rgb(255 255 255 / 18%);
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .audit-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .audit-process-list li:nth-child(3) {
    border-inline-end: 1px solid var(--neutral-200);
  }

  .audit-process-list li:nth-child(n + 4) {
    border-block-start: 0;
  }

  .process-list li:nth-child(3) {
    border-inline-end: 1px solid var(--neutral-200);
  }

  .process-list li:nth-child(n + 4) {
    border-block-start: 0;
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-height: 82px;
  }

  .site-header,
  .site-header .navbar,
  .navbar-brand {
    min-height: var(--header-height);
  }

  .navbar-brand,
  .navbar-brand img {
    width: 164px;
  }

  .navbar-collapse {
    padding-block: 16px 24px;
    border-block-start: 1px solid var(--neutral-200);
  }

  .services-dropdown {
    position: static;
  }

  .services-menu {
    position: static !important;
    width: 100%;
    margin-block: 4px 14px !important;
    background: var(--neutral-50);
    border: 1px solid var(--neutral-200);
    border-radius: var(--radius-sm);
    box-shadow: none;
    transform: none !important;
  }

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

  .services-menu-main,
  .services-menu-audit {
    padding: 20px;
  }

  .navbar-nav {
    align-items: stretch !important;
    margin: 0;
  }

  .header-actions {
    margin-block-start: 12px;
  }

  .hero-section,
  .hero-content {
    min-height: auto;
  }

  .hero-content {
    padding-block: 82px;
  }

  .audit-hero-content {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-block: 76px;
  }

  .audit-hero-visual {
    width: min(76vw, 420px);
  }

  .system-map {
    width: min(78vw, 420px);
  }

  .section,
  .section-problem {
    padding-block: 84px;
  }

  .impact-intro,
  .security-panel,
  .products-intro,
  .product-services-panel {
    grid-template-columns: 1fr;
    gap: 44px;
  }

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

  .product-card {
    grid-template-columns: 210px minmax(0, 1fr);
    min-height: 360px;
  }

  .product-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-services-panel {
    padding: 34px;
  }

  .solution-grid,
  .package-grid,
  .audit-problem-grid,
  .audit-offering-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audit-scope-intro,
  .audit-contact-panel {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ecosystem-panel,
  .contact-panel,
  .security-panel,
  .audit-contact-panel {
    padding: 52px;
  }

  .about-panel {
    grid-template-columns: 200px 1fr;
    gap: 44px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 767.98px) {
  .site-container {
    width: min(100% - 24px, var(--container));
  }

  .hero-content {
    padding-block: 66px;
  }

  .audit-hero-content {
    padding-block: 64px;
  }

  .audit-hero-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .audit-hero-visual {
    width: min(94vw, 350px);
  }

  .audit-document {
    padding: 30px 22px;
  }

  .audit-document strong {
    width: 66px;
    height: 66px;
  }

  .hero-section h1 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .system-map {
    width: min(88vw, 360px);
  }

  .map-core {
    width: 118px;
    height: 118px;
  }

  .map-node {
    width: 82px;
    height: 38px;
  }

  .map-node-security {
    width: 100px;
  }

  .trust-items {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-block: 18px;
  }

  .section,
  .section-problem {
    padding-block: 68px;
  }

  .section-security {
    padding-block-start: 20px;
  }

  .impact-intro {
    gap: 28px;
    margin-block-end: 38px;
  }

  .impact-grid,
  .solution-grid,
  .package-grid,
  .audit-problem-grid,
  .audit-offering-grid,
  .audit-scope-grid,
  .audit-process-list {
    grid-template-columns: 1fr;
  }

  .audit-scope-intro {
    gap: 26px;
    margin-block-end: 36px;
  }

  .audit-scope-grid article:nth-child(even) {
    border-inline-start: 0;
  }

  .audit-offering,
  .audit-problem-grid article {
    min-height: 0;
    padding: 26px 24px;
  }

  .audit-offering > p {
    min-height: 0;
  }

  .audit-deliverable-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .audit-process-list li,
  .audit-process-list li:nth-child(n + 4) {
    min-height: 0;
    padding: 24px 18px;
    border-block-start: 0;
    border-inline-end: 1px solid var(--neutral-200);
  }

  .audit-process-list li:first-child {
    border-block-start: 1px solid var(--neutral-200);
  }

  .audit-process-list span {
    margin-block-end: 22px;
  }

  .impact-item {
    min-height: 0;
    border-block-start: 1px solid rgb(255 255 255 / 18%);
    border-inline-end: 1px solid rgb(255 255 255 / 18%);
  }

  .impact-item:first-child {
    border-block-start: 0;
  }

  .section h2 {
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }

  .section-heading {
    margin-block-end: 36px;
  }

  .service-card,
  .service-card-featured {
    min-height: 0;
    padding: 26px;
  }

  .service-card-top,
  .service-card:not(.service-card-featured) .service-card-top {
    margin-block-end: 30px;
  }

  .product-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-brand {
    min-height: 190px;
  }

  .product-card ul,
  .product-services-panel ol {
    grid-template-columns: 1fr;
  }

  .product-services-panel {
    gap: 26px;
    padding: 30px 24px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li:nth-child(n + 4) {
    min-height: 0;
    padding: 24px 18px;
    border-block-start: 0;
    border-inline-end: 1px solid var(--neutral-200);
  }

  .process-list li:first-child {
    border-block-start: 1px solid var(--neutral-200);
  }

  .process-list span {
    margin-block-end: 24px;
  }

  .process-list h3 {
    min-height: 0;
  }

  .ecosystem-panel,
  .contact-panel,
  .security-panel,
  .audit-contact-panel {
    padding: 34px 24px;
    border-radius: var(--radius-md);
  }

  .security-status {
    align-items: stretch;
    flex-direction: column;
  }

  .solution-grid li {
    min-height: 190px;
    padding: 24px;
  }

  .package-card {
    padding: 28px 24px;
  }

  .platform-list,
  .industry-list {
    grid-template-columns: 1fr;
  }

  .industry-list li:nth-child(odd),
  .industry-list li:nth-child(even) {
    padding-inline: 8px;
    border-inline-start: 0;
  }

  .about-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-mark {
    width: min(62vw, 240px);
  }

  .contact-actions a,
  .contact-location {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .contact-actions strong {
    text-align: start;
  }

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

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .hero-actions,
  .header-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .header-actions .button,
  .language-link {
    width: 100%;
  }

  .system-map {
    width: 100%;
  }

  .service-card-top,
  .service-meta,
  .product-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-meta {
    width: 100%;
  }
}

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

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

@media print {
  .site-header,
  .hero-actions,
  .section-contact,
  .site-footer {
    display: none !important;
  }

  .hero-section,
  .section-outcomes,
  .ecosystem-panel {
    color: #000;
    background: #fff;
  }
}

/* ========================================================================== */
/* Runa Technology V2 — Control Plane                                         */
/* ========================================================================== */

.home-v2 {
  --v2-ink: #071a2d;
  --v2-navy: #0a2239;
  --v2-deep: #061522;
  --v2-blue: #0f75bc;
  --v2-cyan: #43c7f4;
  --v2-mist: #edf5fa;
  --v2-line: rgba(74, 133, 176, 0.22);
  --v2-white: #fff;
  --v2-muted: #5c7085;
  background: #f8fbfd;
  color: var(--v2-ink);
  overflow-x: hidden;
}

.home-v2 main { overflow: clip; }
.home-v2 .site-container { max-width: 1320px; }
.home-v2 section { position: relative; scroll-margin-top: 96px; }
.home-v2 h1,
.home-v2 h2,
.home-v2 h3 { color: inherit; letter-spacing: -.035em; }
.home-v2 h2 { max-width: 900px; font-size: clamp(2.25rem, 4.8vw, 5rem); line-height: .98; }
.home-v2 p { text-wrap: pretty; }
.home-v2 a:focus-visible,
.home-v2 button:focus-visible { outline: 3px solid var(--v2-cyan); outline-offset: 4px; }

.home-v2 .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: #fff;
  background: linear-gradient(180deg, rgba(4, 17, 29, .82), transparent);
  border: 0;
  transition: background .3s ease, box-shadow .3s ease, color .3s ease;
}

.home-v2 .site-header.is-scrolled,
.home-v2 .site-header:has(.dropdown-menu.show),
.home-v2 .site-header:has(.navbar-collapse.show) {
  color: var(--v2-ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 1px 0 rgba(8, 32, 54, .1);
  backdrop-filter: blur(18px);
}

.home-v2 .site-header .navbar { min-height: 86px; }
.home-v2 .navbar-brand {
  width: 164px;
  height: 58px;
  padding: 7px 14px;
  background: #fff;
  border-radius: 4px;
}
.home-v2 .navbar-brand img { width: 100%; height: 100%; object-fit: contain; }
.home-v2 .nav-link,
.home-v2 .language-link { color: inherit; }
.home-v2 .nav-link:hover,
.home-v2 .language-link:hover { color: var(--v2-cyan); }
.home-v2 .site-header.is-scrolled .nav-link:hover,
.home-v2 .site-header.is-scrolled .language-link:hover { color: var(--v2-blue); }
.home-v2 .navbar-toggler { border-color: currentColor; }
.home-v2 .menu-line { background: currentColor; }
.home-v2 .services-menu { border-radius: 2px; box-shadow: 0 28px 70px rgba(2, 17, 31, .18); }
.services-menu-portfolio { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #dce8ef; }
.services-menu-portfolio .services-menu-overview {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 16px;
  background: #fff;
  border: 0;
  border-radius: 0;
}
.services-menu-number { color: var(--v2-blue); font-family: ui-monospace, monospace; font-size: .72rem; }
.services-menu-portfolio small { display: block; margin-top: 2px; color: #708194; font-size: .7rem; }

.v2-grid-noise {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(91, 175, 226, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 175, 226, .12) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  pointer-events: none;
}

.v2-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: var(--v2-blue);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}
.v2-kicker::before { width: 38px; height: 1px; content: ""; background: currentColor; }

.v2-hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 145px 0 90px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 45%, rgba(15, 117, 188, .27), transparent 34%),
    radial-gradient(circle at 20% 70%, rgba(67, 199, 244, .08), transparent 28%),
    var(--v2-deep);
}
.v2-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(67, 199, 244, .55), transparent);
}
.v2-hero-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr); gap: 5vw; align-items: center; }
.v2-hero-copy { position: relative; z-index: 2; min-width: 0; width: 100%; }
.v2-hero .v2-kicker { color: var(--v2-cyan); }
.v2-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.25rem, 5.4vw, 6rem);
  line-height: .91;
  letter-spacing: -.06em;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.is-arabic.home-v2 .v2-hero h1 { font-size: clamp(3rem, 5.8vw, 6.6rem); line-height: 1.04; letter-spacing: -.045em; }
.v2-hero-lead { max-width: 690px; margin: 34px 0 0; color: #afc3d4; font-size: clamp(1.06rem, 1.35vw, 1.35rem); line-height: 1.85; }
.v2-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.v2-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}
.v2-button:hover { color: #fff; transform: translateY(-2px); }
.v2-button-primary { color: #031421; background: var(--v2-cyan); border-color: var(--v2-cyan); }
.v2-button-primary:hover { color: #031421; background: #72d8f8; }
.v2-button-quiet:hover { background: rgba(255,255,255,.07); }
.v2-proof { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 44px; color: #8ba3b7; font-size: .85rem; }
.v2-proof span { display: inline-flex; gap: 9px; align-items: center; }
.v2-proof i { width: 6px; height: 6px; border-radius: 50%; background: var(--v2-cyan); box-shadow: 0 0 18px var(--v2-cyan); }

.v2-control-plane {
  position: relative;
  aspect-ratio: 1;
  max-width: 610px;
  justify-self: center;
  width: 100%;
  transform: perspective(900px) rotateX(calc(var(--pointer-y, 0) * -1deg)) rotateY(calc(var(--pointer-x, 0) * 1deg));
  transition: transform .18s ease-out;
}
.v2-control-plane::before {
  position: absolute; inset: 10%; content: "";
  border: 1px solid rgba(80, 183, 235, .28);
  transform: rotate(45deg);
}
.v2-plane-orbit { position: absolute; inset: 14%; border: 1px solid rgba(71, 177, 230, .3); border-radius: 50%; }
.v2-plane-orbit.orbit-b { inset: 25%; border-style: dashed; animation: v2-spin 24s linear infinite reverse; }
.v2-plane-orbit.orbit-a::after,
.v2-plane-orbit.orbit-b::after { position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; content: ""; background: var(--v2-cyan); border-radius: 50%; box-shadow: 0 0 18px var(--v2-cyan); }
.v2-plane-orbit.orbit-a { animation: v2-spin 34s linear infinite; }
.v2-plane-core {
  position: absolute; inset: 34%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden;
  color: #fff; background: rgba(8, 36, 57, .92);
  border: 1px solid rgba(86, 197, 241, .58); box-shadow: 0 0 80px rgba(15, 117, 188, .24);
}
.v2-plane-core img { width: 72%; height: auto; filter: brightness(0) invert(1); object-fit: contain; }
.v2-plane-core strong { margin-top: 12px; color: var(--v2-cyan); font: 700 .66rem/1 ui-monospace, monospace; letter-spacing: .15em; }
.v2-plane-core small { margin-top: 7px; color: #8ba3b7; font-size: .63rem; }
.v2-plane-scan { position: absolute; inset: -1px; background: linear-gradient(transparent 46%, rgba(67,199,244,.28) 50%, transparent 54%); animation: v2-scan 4s ease-in-out infinite; }
.v2-plane-node {
  position: absolute;
  min-width: 120px;
  display: flex; align-items: center; gap: 9px;
  padding: 10px 13px;
  color: #bed0de; background: rgba(7, 29, 47, .82);
  border: 1px solid rgba(91, 175, 226, .24);
  font: 600 .72rem/1.2 ui-monospace, monospace;
  backdrop-filter: blur(8px);
}
.v2-plane-node span { width: 7px; height: 7px; background: #4ad28a; border-radius: 50%; box-shadow: 0 0 12px #4ad28a; }
.node-cloud { top: 7%; left: 42%; }
.node-sec { top: 48%; right: 0; }
.node-code { bottom: 8%; left: 36%; }
.node-infra { top: 43%; left: 0; }
.v2-plane-status { position: absolute; inset: auto 13% 0; display: flex; justify-content: space-between; color: #4c6c85; font: .6rem ui-monospace, monospace; }
.v2-scroll-cue {
  position: absolute; inset: auto auto 30px 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 10px;
  color: #708ca2; font-size: .72rem; text-decoration: none;
}
.v2-scroll-cue:hover { color: var(--v2-cyan); }
.v2-scroll-cue span { width: 28px; height: 1px; background: currentColor; }

.v2-section-intro { max-width: 880px; }
.v2-section-intro > p:last-child { max-width: 700px; margin: 30px 0 0; color: var(--v2-muted); font-size: 1.13rem; line-height: 1.9; }
.v2-section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr); gap: 8vw; align-items: end; margin-bottom: 72px; }
.v2-section-head > p { max-width: 560px; margin: 0 0 5px; color: var(--v2-muted); font-size: 1.05rem; line-height: 1.85; }

.v2-value { padding: 150px 0 130px; background: #fff; }
.v2-fragment-map { position: relative; height: 430px; margin-top: 75px; }
.v2-fragment-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(15,117,188,.28); stroke-width: 1.2; stroke-dasharray: 8 8; }
.v2-fragment { position: absolute; z-index: 2; min-width: 175px; padding: 17px; color: #53697d; background: #f8fbfd; border: 1px solid var(--v2-line); font: 700 .72rem ui-monospace, monospace; letter-spacing: .09em; }
.v2-fragment small { display: block; margin-top: 9px; color: #91a1ae; font-size: .63rem; letter-spacing: 0; }
.fragment-1 { top: 28px; left: 1%; transform: rotate(-2deg); }
.fragment-2 { top: 25px; right: 2%; transform: rotate(2deg); }
.fragment-3 { bottom: 24px; left: 4%; transform: rotate(1deg); }
.fragment-4 { right: 0; bottom: 30px; transform: rotate(-2deg); }
.v2-fragment-core { position: absolute; z-index: 3; inset: 50% auto auto 50%; width: 180px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; transform: translate(-50%,-50%) rotate(45deg); color: #fff; background: var(--v2-blue); box-shadow: 0 24px 80px rgba(15,117,188,.28); }
.v2-fragment-core > * { transform: rotate(-45deg); }
.v2-fragment-core span { font-size: 1.4rem; font-weight: 900; letter-spacing: .16em; }
.v2-fragment-core strong { margin-top: 5px; font-size: .75rem; font-weight: 500; }
.v2-value-outcome { display: flex; align-items: center; gap: 18px; margin: 10px 0 0; color: var(--v2-ink); font-size: clamp(1.3rem,2.2vw,2rem); font-weight: 650; }
.v2-value-outcome span { color: var(--v2-blue); font-size: 2em; font-weight: 300; }

.v2-services { padding: 150px 0; color: #fff; background: var(--v2-navy); }
.v2-services .v2-kicker { color: var(--v2-cyan); }
.v2-services .v2-section-head > p { color: #a5b8c8; }
.v2-service-explorer { display: grid; grid-template-columns: minmax(330px,.68fr) minmax(0,1.32fr); min-height: 650px; border-block: 1px solid rgba(112,177,218,.2); }
.v2-service-tabs { display: flex; flex-direction: column; border-inline-end: 1px solid rgba(112,177,218,.2); }
.v2-service-tab {
  min-height: 104px;
  display: grid; grid-template-columns: 34px minmax(0,1fr) auto; grid-template-rows: auto auto; gap: 5px 16px; align-items: center;
  padding: 20px 24px; text-align: start; color: #9fb3c3; background: transparent; border: 0; border-bottom: 1px solid rgba(112,177,218,.14);
  transition: color .25s ease, background .25s ease;
}
.v2-service-tab > span { grid-row: 1/3; color: #52708a; font: .72rem ui-monospace, monospace; }
.v2-service-tab strong { color: inherit; font-size: 1rem; }
.v2-service-tab small { color: #658098; font-size: .7rem; }
.v2-service-tab i { grid-column: 3; grid-row: 1/3; font-style: normal; opacity: 0; transform: translate(-6px,6px); transition: all .25s ease; }
.v2-service-tab:hover,
.v2-service-tab.is-active { color: #fff; background: rgba(44,127,181,.14); }
.v2-service-tab.is-active > span { color: var(--v2-cyan); }
.v2-service-tab.is-active i { opacity: 1; transform: none; }
.v2-service-stage { position: relative; min-height: 650px; overflow: hidden; }
.v2-service-visual { position: absolute; inset: 0 0 auto; height: 52%; overflow: hidden; border-bottom: 1px solid rgba(112,177,218,.17); }
.v2-visual-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(80,170,220,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(80,170,220,.1) 1px,transparent 1px); background-size: 40px 40px; mask-image: radial-gradient(circle,#000,transparent 70%); }
.v2-service-symbol { position: absolute; inset: 50% auto auto 50%; width: 150px; aspect-ratio: 1; transform: translate(-50%,-50%) rotate(45deg); border: 1px solid rgba(67,199,244,.7); transition: border-radius .45s ease, transform .45s ease; }
.v2-service-symbol span,
.v2-service-symbol i,
.v2-service-symbol b { position: absolute; background: var(--v2-cyan); box-shadow: 0 0 24px rgba(67,199,244,.5); }
.v2-service-symbol span { width: 12px; height: 12px; top: -6px; left: -6px; }
.v2-service-symbol i { width: 50%; height: 1px; top: 50%; left: 25%; }
.v2-service-symbol b { width: 1px; height: 50%; top: 25%; left: 50%; }
.v2-telemetry { position: absolute; inset: 24px 28px auto; display: flex; justify-content: space-between; color: #607c92; font: .68rem ui-monospace, monospace; letter-spacing: .12em; }
.v2-telemetry strong { color: var(--v2-cyan); font-size: .72rem; }
.v2-service-panel { position: absolute; inset: 52% 0 0; padding: 34px 42px; animation: v2-panel-in .45s ease both; }
.v2-service-panel > p:first-child { margin: 0 0 12px; color: var(--v2-cyan); font: .7rem ui-monospace, monospace; letter-spacing: .1em; }
.v2-service-panel h3 { margin: 0; font-size: clamp(1.8rem,3vw,3rem); }
.v2-service-description { max-width: 760px; margin: 16px 0 22px; color: #9fb3c3; line-height: 1.75; }
.v2-service-panel ul { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 0; list-style: none; }
.v2-service-panel li { display: flex; align-items: center; gap: 8px; color: #d7e3eb; font-size: .88rem; }
.v2-service-panel li span { width: 5px; height: 5px; background: var(--v2-cyan); }
.v2-service-panel a { display: inline-flex; gap: 28px; margin-top: 23px; color: #fff; font-weight: 700; text-decoration: none; }

.v2-products { padding: 150px 0; background: #f5f9fc; }
.v2-product-lab { display: grid; grid-template-columns: minmax(260px,.5fr) minmax(0,1.5fr); min-height: 610px; background: #fff; border: 1px solid var(--v2-line); box-shadow: 0 25px 80px rgba(15,50,75,.07); }
.v2-product-index { display: flex; flex-direction: column; border-inline-end: 1px solid var(--v2-line); }
.v2-product-tab {
  min-height: 120px; display: grid; grid-template-columns: 35px 1fr; gap: 6px 12px; align-content: center; padding: 24px;
  text-align: start; background: transparent; border: 0; border-bottom: 1px solid var(--v2-line); color: #6e8192;
}
.v2-product-tab span { grid-row: 1/3; color: #a0aebb; font: .7rem ui-monospace,monospace; }
.v2-product-tab strong { color: var(--v2-ink); font-size: 1.05rem; }
.v2-product-tab small { font-size: .75rem; }
.v2-product-tab.is-active { background: var(--v2-ink); color: #a9bdcd; }
.v2-product-tab.is-active span { color: var(--v2-cyan); }
.v2-product-tab.is-active strong { color: #fff; }
.v2-product-stage { position: relative; min-height: 610px; }
.v2-product-panel { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(230px,.7fr) minmax(0,1.3fr); animation: v2-panel-in .45s ease both; }
.v2-product-mark { display: grid; place-items: center; padding: 40px; background: linear-gradient(145deg,#eaf3f9,#fff); border-inline-end: 1px solid var(--v2-line); }
.v2-product-mark img { width: min(230px,90%); height: auto; object-fit: contain; filter: drop-shadow(0 22px 38px rgba(10,34,57,.13)); }
.v2-product-mark > span { color: var(--v2-blue); font-size: clamp(3rem,6vw,6rem); font-weight: 900; letter-spacing: -.07em; }
.v2-product-copy { align-self: center; padding: 48px; }
.v2-product-copy > p:first-child { margin: 0 0 9px; color: var(--v2-blue); font: .72rem ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.v2-product-copy h3 { margin: 0; font-size: clamp(2.4rem,4.5vw,4.5rem); }
.v2-product-description { max-width: 650px; margin: 21px 0; color: var(--v2-muted); line-height: 1.8; }
.v2-product-copy ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px 22px; padding: 0; margin: 0; list-style: none; }
.v2-product-copy li { display: flex; gap: 9px; color: #435b70; font-size: .86rem; }
.v2-product-copy li span { color: var(--v2-blue); }
.v2-product-actions { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; }
.v2-product-actions a { color: var(--v2-blue); font-weight: 700; text-decoration: none; }
.v2-delivery-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 24px; border-block: 1px solid var(--v2-line); }
.v2-delivery-strip div { display: flex; align-items: center; gap: 14px; padding: 20px; border-inline-end: 1px solid var(--v2-line); }
.v2-delivery-strip div:last-child { border-inline-end: 0; }
.v2-delivery-strip span { color: var(--v2-blue); font: .68rem ui-monospace,monospace; }
.v2-delivery-strip strong { font-size: .9rem; }

.v2-security { padding: 150px 0; color: #fff; background: #030f19; }
.v2-security::before { position: absolute; inset: 0 0 0 50%; content:""; background: radial-gradient(circle,rgba(15,117,188,.21),transparent 60%); }
.v2-security-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; align-items: center; }
.v2-security .v2-kicker { color: #52d597; }
.v2-security-copy h2 { max-width: 610px; }
.v2-security-copy > p:not(.v2-kicker) { max-width: 600px; margin: 30px 0; color: #9db1c0; font-size: 1.05rem; line-height: 1.9; }
.v2-security-copy a { display: inline-flex; gap: 25px; color: #fff; font-weight: 700; text-decoration: none; }
.v2-security-boundary { position: relative; min-height: 650px; }
.v2-security-boundary svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(75,198,149,.2); stroke-width: 1; }
.v2-boundary-core { position: absolute; z-index: 3; inset: 50% auto auto 50%; width: 116px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; transform: translate(-50%,-50%); border: 1px solid #52d597; background: #061d1d; box-shadow: 0 0 70px rgba(82,213,151,.16); }
.v2-boundary-core span { font-size: 2.4rem; font-weight: 900; }
.v2-boundary-core small { color: #52d597; font: .6rem ui-monospace,monospace; letter-spacing: .14em; }
.v2-security-point { position: absolute; z-index: 4; max-width: 220px; padding: 11px 14px; color: #c6d5de; background: rgba(3,15,25,.9); border: 1px solid rgba(82,213,151,.25); font-size: .76rem; }
.v2-security-point span { margin-inline-end: 8px; color: #52d597; font: .65rem ui-monospace,monospace; }
.point-1 { top: 8%; left: 35%; }.point-2 { top: 27%; right: 0; }.point-3 { right: 4%; bottom: 18%; }
.point-4 { bottom: 6%; left: 30%; }.point-5 { bottom: 25%; left: 0; }.point-6 { top: 22%; left: 1%; }

.v2-process { padding: 150px 0; background: #fff; }
.v2-process-path { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 0; padding: 0; margin: 85px 0 0; list-style: none; }
.v2-process-path::before { position: absolute; top: 22px; left: 5%; right: 5%; height: 1px; content:""; background: linear-gradient(90deg,var(--v2-blue),var(--v2-cyan)); }
.v2-process-path li { position: relative; padding-inline-end: 28px; }
.v2-process-path > li > span { position: relative; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--v2-ink); border: 5px solid #fff; font: .66rem ui-monospace,monospace; }
.v2-process-path li:nth-child(n+2) > span { background: var(--v2-blue); }
.v2-process-path h3 { margin: 28px 0 10px; font-size: 1.12rem; }
.v2-process-path p { margin: 0; color: var(--v2-muted); font-size: .86rem; line-height: 1.75; }

.v2-support { padding: 140px 0; background: #eff5f9; }
.v2-support-table { border-top: 1px solid #aabfce; }
.v2-support-table article { display: grid; grid-template-columns: 55px .7fr 1.2fr 42px; gap: 28px; align-items: center; min-height: 155px; padding: 28px 0; border-bottom: 1px solid #c5d4df; transition: padding .25s ease, background .25s ease; }
.v2-support-table article:hover { padding-inline: 18px; background: #fff; }
.v2-support-num { color: var(--v2-blue); font: .7rem ui-monospace,monospace; }
.v2-support-table p { margin: 0; color: var(--v2-blue); font: .7rem ui-monospace,monospace; text-transform: uppercase; }
.v2-support-table h3 { margin: 4px 0; font-size: 1.5rem; }
.v2-support-table small { color: var(--v2-muted); }
.v2-support-table ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 0; margin: 0; list-style: none; color: #53697d; font-size: .8rem; }
.v2-support-table li::before { margin-inline-end: 7px; color: var(--v2-blue); content: "—"; }
.v2-support-table a { display: grid; place-items: center; width: 42px; height: 42px; color: var(--v2-ink); border: 1px solid #9db4c4; text-decoration: none; }
.v2-note { max-width: 920px; margin: 28px 0 0; color: #718494; font-size: .8rem; }

.v2-ecosystem { padding: 150px 0; color: #fff; background: var(--v2-navy); }
.v2-ecosystem-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.v2-ecosystem .v2-kicker { color: var(--v2-cyan); }
.v2-ecosystem-copy > p:not(.v2-kicker) { margin: 30px 0; color: #a8bac8; font-size: 1.02rem; line-height: 1.9; }
.v2-ecosystem-copy > small { display: block; color: #70879a; line-height: 1.7; }
.v2-ecosystem-orbit { position: relative; aspect-ratio: 1; max-width: 690px; width: 100%; justify-self: center; }
.v2-orbit-ring { position: absolute; border: 1px solid rgba(80,175,226,.2); border-radius: 50%; }
.ring-one { inset: 14%; }.ring-two { inset: 29%; border-style: dashed; animation: v2-spin 34s linear infinite; }
.v2-orbit-center { position: absolute; z-index: 3; inset: 50% auto auto 50%; width: 115px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; transform: translate(-50%,-50%) rotate(45deg); color: #fff; background: var(--v2-blue); }
.v2-orbit-center > * { transform: rotate(-45deg); }
.v2-orbit-center span { font-size: 2.6rem; font-weight: 900; }
.v2-orbit-center small { font: .55rem ui-monospace,monospace; letter-spacing: .1em; }
.v2-platform { position: absolute; z-index: 4; min-width: 110px; padding: 10px 13px; text-align: center; color: #c8d7e2; background: #0d2a44; border: 1px solid rgba(92,169,217,.28); font: 600 .7rem ui-monospace,monospace; }
.platform-1 { top: 3%; left: 40%; }.platform-2 { top: 18%; right: 1%; }.platform-3 { top: 46%; right: -4%; }.platform-4 { right: 9%; bottom: 12%; }.platform-5 { bottom: 1%; left: 36%; }
.platform-6 { bottom: 13%; left: 3%; }.platform-7 { top: 48%; left: -3%; }.platform-8 { top: 17%; left: 5%; }.platform-9 { top: 34%; left: 29%; }

.v2-context { padding: 150px 0; background: #fff; }
.v2-context-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; }
.v2-industries > p:not(.v2-kicker) { max-width: 650px; margin: 27px 0 40px; color: var(--v2-muted); line-height: 1.85; }
.v2-industry-list { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--v2-line); }
.v2-industry-list span { display: flex; gap: 15px; padding: 18px 8px; border-bottom: 1px solid var(--v2-line); font-weight: 650; }
.v2-industry-list i { color: var(--v2-blue); font: normal .65rem ui-monospace,monospace; }
.v2-ownership { align-self: stretch; padding: 50px; color: #fff; background: var(--v2-ink); }
.v2-ownership .v2-kicker { color: var(--v2-cyan); }
.v2-ownership h2 { font-size: clamp(2rem,3.6vw,3.6rem); line-height: 1.08; }
.v2-ownership > p:not(.v2-kicker) { margin: 30px 0; color: #a8bac8; line-height: 1.85; }
.v2-ownership-seal { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 40px 0; padding-block: 25px; border-block: 1px solid rgba(89,164,212,.3); }
.v2-ownership-seal span { font-size: clamp(1.35rem,2.6vw,2.3rem); font-weight: 900; letter-spacing: .08em; }
.v2-ownership-seal i { color: var(--v2-cyan); font-size: 1.7rem; font-style: normal; font-weight: 300; }
.v2-ownership > strong { color: #c7d6e0; font-size: .88rem; line-height: 1.75; }

.v2-contact { padding: 145px 0; color: #fff; background: var(--v2-deep); }
.v2-contact .v2-grid-noise { mask-image: linear-gradient(90deg,#000,transparent); }
.v2-contact-layout { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; align-items: center; }
.v2-contact .v2-kicker { color: var(--v2-cyan); }
.v2-contact h2 { max-width: 800px; font-size: clamp(3rem,6vw,6.7rem); line-height: .95; }
.v2-contact-copy > p:last-child { max-width: 600px; margin: 30px 0 0; color: #a6bac9; font-size: 1.05rem; line-height: 1.85; }
.v2-contact-actions { border-top: 1px solid rgba(91,175,226,.3); }
.v2-contact-actions > * { min-height: 100px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 5px 20px; padding: 20px 8px; color: #fff; border-bottom: 1px solid rgba(91,175,226,.3); text-decoration: none; }
.v2-contact-actions span { color: #7892a6; font-size: .76rem; }
.v2-contact-actions strong { grid-row: 2; font-size: clamp(1rem,2vw,1.35rem); }
.v2-contact-actions i { grid-column: 2; grid-row: 1/3; align-self: center; color: var(--v2-cyan); font-style: normal; font-size: 1.2rem; }
.v2-contact-actions a:hover { padding-inline: 18px; background: rgba(31,118,174,.1); }

.home-v2 .site-footer { background: #030d15; }

.is-reveal-ready .v2-reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.is-reveal-ready .v2-reveal.is-visible { opacity: 1; transform: none; }

@keyframes v2-spin { to { transform: rotate(360deg); } }
@keyframes v2-scan { 0%,100% { transform: translateY(-70%); } 50% { transform: translateY(70%); } }
@keyframes v2-panel-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

@media (max-width: 1199px) {
  .v2-hero-layout { grid-template-columns: 1fr minmax(390px,.82fr); gap: 30px; }
  .v2-hero h1 { font-size: clamp(3.15rem,6vw,5.6rem); }
  .v2-control-plane { max-width: 500px; }
  .v2-service-explorer { grid-template-columns: 310px 1fr; }
  .v2-security-layout,
  .v2-ecosystem-layout { gap: 3vw; }
  .v2-context-grid { gap: 4vw; }
  .v2-support-table article { grid-template-columns: 40px .7fr 1fr 42px; gap: 18px; }
  .v2-support-table ul { grid-template-columns: 1fr; gap: 5px; }
}

@media (max-width: 991px) {
  .home-v2 .site-header { background: rgba(255,255,255,.96); color: var(--v2-ink); box-shadow: 0 1px 0 rgba(8,32,54,.1); }
  .home-v2 .site-header .navbar { min-height: 76px; }
  .home-v2 .navbar-brand { width: 142px; height: 51px; }
  .home-v2 .navbar-collapse { margin-top: 12px; background: #fff; }
  .services-menu-portfolio { grid-template-columns: 1fr; }
  .v2-hero { padding-top: 125px; }
  .v2-hero-layout { grid-template-columns: 1fr; }
  .v2-hero-copy { max-width: 820px; }
  .v2-control-plane { max-width: 590px; margin-top: 25px; }
  .v2-section-head { grid-template-columns: 1fr; gap: 24px; }
  .v2-service-explorer { grid-template-columns: 260px 1fr; }
  .v2-service-tab { padding: 18px 15px; }
  .v2-product-panel { grid-template-columns: .62fr 1.38fr; }
  .v2-product-copy { padding: 34px; }
  .v2-security-layout,
  .v2-ecosystem-layout,
  .v2-context-grid,
  .v2-contact-layout { grid-template-columns: 1fr; gap: 70px; }
  .v2-security-copy { max-width: 780px; }
  .v2-security-boundary,
  .v2-ecosystem-orbit { max-width: 680px; width: 100%; justify-self: center; }
  .v2-process-path { grid-template-columns: 1fr; margin-top: 65px; }
  .v2-process-path::before { inset: 20px auto 20px 21px; width: 1px; height: auto; }
  [dir="rtl"] .v2-process-path::before { right: 21px; left: auto; }
  .v2-process-path li { display: grid; grid-template-columns: 44px 1fr; gap: 22px; padding: 0 0 35px; }
  .v2-process-path h3 { margin: 6px 0 8px; }
  .v2-support-table article { grid-template-columns: 36px 1fr 38px; }
  .v2-support-table ul { grid-column: 2; }
}

@media (max-width: 767px) {
  .home-v2 h2 { font-size: clamp(2.15rem,10vw,3.7rem); line-height: 1.04; }
  .v2-hero { min-height: auto; padding: 125px 0 75px; }
  .v2-hero h1,
  .is-arabic.home-v2 .v2-hero h1 { font-size: clamp(2.65rem,12.2vw,4.5rem); line-height: 1.04; }
  .v2-hero-lead { margin-top: 26px; font-size: 1rem; }
  .v2-actions { margin-top: 30px; }
  .v2-button { width: 100%; justify-content: space-between; }
  .v2-proof { display: grid; }
  .v2-control-plane { width: calc(100% + 20px); margin-inline: -10px; }
  .v2-plane-node { min-width: 95px; padding: 8px 9px; font-size: .62rem; }
  .node-cloud { left: 38%; }.node-sec { right: 1%; }.node-infra { left: 1%; }
  .v2-scroll-cue { display: none; }
  .v2-value,
  .v2-services,
  .v2-products,
  .v2-security,
  .v2-process,
  .v2-support,
  .v2-ecosystem,
  .v2-context,
  .v2-contact { padding: 95px 0; }
  .v2-section-head { margin-bottom: 45px; }
  .v2-fragment-map { height: 520px; margin-top: 50px; }
  .v2-fragment { min-width: 138px; max-width: 150px; font-size: .63rem; }
  .v2-fragment-core { width: 145px; }
  .fragment-1 { top: 5px; }.fragment-2 { top: 105px; }.fragment-3 { bottom: 100px; }.fragment-4 { bottom: 0; }
  .v2-service-explorer { display: block; min-height: 0; border-top: 0; }
  .v2-service-tabs { display: grid; grid-template-columns: repeat(6,minmax(138px,1fr)); overflow-x: auto; border: 0; border-block: 1px solid rgba(112,177,218,.2); scrollbar-width: thin; }
  .v2-service-tab { min-height: 92px; grid-template-columns: 25px 1fr; padding: 13px; border-inline-end: 1px solid rgba(112,177,218,.14); }
  .v2-service-tab i { display: none; }
  .v2-service-stage { min-height: 610px; }
  .v2-service-visual { height: 43%; }
  .v2-service-panel { inset: 43% 0 0; padding: 28px 18px; }
  .v2-service-panel ul { display: grid; }
  .v2-product-lab { display: block; min-height: 0; }
  .v2-product-index { display: grid; grid-template-columns: repeat(4,minmax(145px,1fr)); overflow-x: auto; border: 0; }
  .v2-product-tab { min-height: 100px; padding: 15px; border-inline-end: 1px solid var(--v2-line); }
  .v2-product-stage { min-height: 750px; }
  .v2-product-panel { grid-template-columns: 1fr; grid-template-rows: 250px 1fr; }
  .v2-product-mark { border-inline-end: 0; border-bottom: 1px solid var(--v2-line); }
  .v2-product-mark img { max-height: 180px; width: auto; max-width: 72%; }
  .v2-product-copy { padding: 28px 22px; }
  .v2-product-copy ul { grid-template-columns: 1fr; }
  .v2-delivery-strip { grid-template-columns: repeat(2,1fr); }
  .v2-delivery-strip div:nth-child(2) { border-inline-end: 0; }
  .v2-delivery-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--v2-line); }
  .v2-security-boundary { min-height: 520px; }
  .v2-security-point { max-width: 145px; padding: 8px; font-size: .65rem; }
  .point-1 { left: 30%; }.point-2 { top: 22%; }.point-3 { bottom: 16%; }.point-4 { left: 26%; }.point-5 { bottom: 20%; }.point-6 { top: 20%; }
  .v2-support-table article { grid-template-columns: 30px 1fr 36px; padding: 25px 0; }
  .v2-support-table ul { grid-column: 2/4; }
  .v2-ecosystem-orbit { margin-inline: -5%; width: 110%; }
  .v2-platform { min-width: 88px; padding: 8px; font-size: .58rem; }
  .v2-industry-list { grid-template-columns: 1fr; }
  .v2-ownership { padding: 34px 24px; }
  .v2-contact h2 { font-size: clamp(2.9rem,13vw,5rem); }
}

@media (max-width: 420px) {
  .home-v2 .site-container { padding-inline: 20px; }
  .v2-kicker { font-size: .66rem; margin-bottom: 22px; }
  .v2-control-plane { width: calc(100% + 10px); }
  .v2-plane-node { min-width: 80px; font-size: .55rem; }
  .v2-plane-core { inset: 32%; }
  .v2-plane-core small { display: none; }
  .v2-fragment-core { width: 125px; }
  .v2-service-stage { min-height: 665px; }
  .v2-product-stage { min-height: 805px; }
  .v2-product-copy h3 { font-size: 2.2rem; }
  .v2-security-boundary { min-height: 470px; margin-inline: -20px; }
  .v2-security-point { max-width: 125px; font-size: .58rem; }
  .v2-boundary-core { width: 90px; }
  .v2-ecosystem-orbit { width: 120%; margin-inline: -10%; }
  .v2-platform { min-width: 72px; max-width: 100px; font-size: .5rem; white-space: normal; }
  .v2-contact-actions strong { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-plane-orbit,
  .v2-plane-scan,
  .ring-two { animation: none !important; }
  .v2-control-plane { transform: none !important; }
  .is-reveal-ready .v2-reveal { opacity: 1; transform: none; }
}

@media print {
  .home-v2 .site-header,
  .v2-scroll-cue,
  .v2-actions { display: none !important; }
  .home-v2 section { padding: 35px 0; color: #000 !important; background: #fff !important; break-inside: avoid; }
}

/* Specificity bridge: V3 reuses V2 tab behavior, not its presentation. */
.v3-service-explorer .v3-service-tab {
  min-height: 106px;
  grid-template-columns: 38px 1fr;
  padding: 18px 24px;
  border: 0;
  border-block-end: 1px solid rgb(67 199 244 / 13%);
}
.v3-service-canvas > .v3-service-panel {
  position: relative;
  inset: auto;
  padding: 0;
}
.v3-service-canvas > .v3-service-panel h3 {
  margin: 26px 0;
  font-size: clamp(2.4rem, 4.7vw, 4.5rem);
}
.v3-service-canvas > .v3-service-panel ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 25px;
  margin: 30px 0;
}
.v3-service-canvas > .v3-service-panel > a { margin-top: 0; }
@media (max-width: 991px) {
  .v3-service-explorer .v3-service-tab {
    flex: 0 0 245px;
    min-height: 95px;
    border-inline-end: 1px solid rgb(67 199 244 / 13%);
    border-block-end: 0;
  }
}
@media (max-width: 767px) {
  .v3-service-explorer .v3-service-tab { flex-basis: 210px; padding-inline: 18px; }
  .v3-service-canvas > .v3-service-panel h3 { font-size: 2.55rem; }
  .v3-service-canvas > .v3-service-panel ul { grid-template-columns: 1fr; }
}

.consultation-form {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(36px, 7vw, 100px);
  margin-top: 44px;
  padding-top: 70px;
  border-block-start: 1px solid rgb(67 199 244 / 24%);
}
.consultation-form-heading > span { color: var(--v3-cyan); font-size: .66rem; font-weight: 800; letter-spacing: .14em; }
.consultation-form-heading h3 { margin: 20px 0 16px; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.045em; line-height: 1.1; }
.is-arabic .consultation-form-heading h3 { line-height: 1.25; letter-spacing: -.02em; }
.consultation-form-heading p { max-width: 470px; margin: 0; color: #93aabd; font-size: .82rem; line-height: 1.8; }
.consultation-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.consultation-fields label { display: grid; gap: 8px; color: #c8d7e1; font-size: .78rem; }
.consultation-fields label > span { display: flex; justify-content: space-between; gap: 12px; }
.consultation-fields label small { color: #718ea3; }
.consultation-fields input,
.consultation-fields textarea {
  width: 100%;
  border: 1px solid rgb(121 161 188 / 38%);
  border-radius: 0;
  padding: 13px 15px;
  color: #fff;
  background: rgb(4 22 37 / 40%);
  font: inherit;
  outline: none;
}
.consultation-fields input { min-height: 50px; }
.consultation-fields input:focus,
.consultation-fields textarea:focus { border-color: var(--v3-cyan); box-shadow: 0 0 0 2px rgb(67 199 244 / 12%); }
.consultation-fields textarea { resize: vertical; line-height: 1.7; }
.consultation-fields textarea::placeholder { color: #658197; }
.consultation-message-field { grid-column: 1 / -1; }
.consultation-fields button {
  grid-column: 1 / -1;
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border: 1px solid var(--v3-blue);
  color: #fff;
  background: var(--v3-blue);
  font-weight: 800;
  text-align: start;
}
.consultation-fields button:hover { border-color: var(--v3-cyan); background: #116eaa; }
.consultation-fields button i { color: var(--v3-cyan); font-style: normal; }
@media (max-width: 991px) { .consultation-form { grid-template-columns: 1fr; gap: 38px; } }
@media (max-width: 575px) { .consultation-fields { grid-template-columns: 1fr; }.consultation-message-field,.consultation-fields button { grid-column: 1; } }

/* V3 systems and applications — editorial rails rather than card grids. */
.v3-solutions { color: #fff; background: var(--v3-navy); }
.v3-solutions .v3-section-head h2 { color: #fff; }
.v3-solutions .v3-section-head > p { color: #9bb0c1; }
.v3-solutions .v3-kicker { color: var(--v3-cyan); }
.v3-solution-rail { border-block-start: 1px solid rgb(67 199 244 / 22%); }
.v3-solution-rail > a {
  min-height: 132px;
  display: grid;
  grid-template-columns: 55px minmax(135px, .48fr) minmax(210px, 1fr) 38px;
  gap: 25px;
  align-items: center;
  padding: 20px 18px;
  border-block-end: 1px solid rgb(67 199 244 / 22%);
  color: #fff;
  text-decoration: none;
  transition: background .25s, padding-inline .25s;
}
.v3-solution-rail > a:hover { padding-inline: 28px; background: rgb(67 199 244 / 8%); }
.v3-solution-rail > a > span { color: var(--v3-cyan); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.v3-solution-rail img { width: 120px; height: 68px; object-fit: contain; object-position: center; }
.v3-solution-wordmark { color: #fff; font-size: clamp(1.1rem, 2vw, 1.6rem); letter-spacing: -.035em; }
.v3-solution-rail div { display: grid; gap: 7px; }
.v3-solution-rail div strong { font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.15; }
.v3-solution-rail small { color: #8fa8ba; font-size: .76rem; }
.v3-solution-rail i { color: var(--v3-cyan); font-size: 1.1rem; font-style: normal; text-align: end; }
.v3-solutions-more {
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-inline: 18px;
  border: 1px solid rgb(67 199 244 / 32%);
  color: var(--v3-cyan);
  font-weight: 800;
  text-decoration: none;
}
.v3-solutions-more:hover { color: #fff; background: rgb(67 199 244 / 9%); }

.service-products { color: #fff; background: var(--v3-navy); }
.service-products .v3-section-head h2 { color: #fff; }
.service-products .v3-section-head > p { color: #9bb0c1; }
.service-products .v3-section-index { color: var(--v3-cyan); }
.service-product-list { border-block-start: 1px solid rgb(67 199 244 / 22%); }
.service-product-row {
  min-height: 250px;
  display: grid;
  grid-template-columns: 48px 210px minmax(0, 1fr) 215px;
  gap: 35px;
  align-items: center;
  padding: 34px 20px;
  border-block-end: 1px solid rgb(67 199 244 / 22%);
}
.service-product-row > span { align-self: start; padding-top: 8px; color: var(--v3-cyan); font-size: .7rem; font-weight: 800; }
.service-product-mark { min-height: 135px; display: grid; place-items: center; border: 1px solid rgb(67 199 244 / 24%); background: rgb(255 255 255 / 3%); }
.service-product-mark img { max-width: 145px; max-height: 95px; object-fit: contain; }
.service-product-mark b { max-width: 160px; color: #fff; font-size: 1.6rem; line-height: 1.05; text-align: center; overflow-wrap: anywhere; }
.service-product-copy > small { color: var(--v3-cyan); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.service-product-copy h3 { margin: 10px 0 12px; color: #fff; font-size: clamp(1.65rem, 2.8vw, 2.8rem); letter-spacing: -.045em; }
.is-arabic .service-product-copy h3 { letter-spacing: -.02em; }
.service-product-copy p { max-width: 700px; margin: 0; color: #a9bdcb; font-size: .9rem; line-height: 1.8; }
.service-product-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.service-product-copy li { padding: 7px 10px; border: 1px solid rgb(67 199 244 / 20%); color: #c4d4de; font-size: .68rem; }
.service-product-actions { display: grid; gap: 12px; }
.service-product-actions a { min-height: 54px; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 14px; border: 1px solid rgb(67 199 244 / 30%); color: var(--v3-cyan); font-size: .75rem; font-weight: 800; text-decoration: none; }
.service-product-actions a:hover { color: #fff; background: rgb(67 199 244 / 9%); }
.service-product-actions span { font-size: 1rem; }

@media (max-width: 991px) {
  .v3-solution-rail > a { grid-template-columns: 42px 120px 1fr 30px; gap: 18px; }
  .service-product-row { grid-template-columns: 42px 175px 1fr; gap: 24px; }
  .service-product-actions { grid-column: 3; width: min(100%, 440px); }
}
@media (max-width: 767px) {
  .v3-solution-rail > a { min-height: 110px; grid-template-columns: 35px 78px 1fr 20px; gap: 11px; padding-inline: 5px; }
  .v3-solution-rail > a:hover { padding-inline: 5px; }
  .v3-solution-rail img { width: 70px; height: 50px; }
  .v3-solution-wordmark { font-size: .82rem; overflow-wrap: anywhere; }
  .v3-solution-rail div strong { font-size: 1rem; }
  .v3-solution-rail small { font-size: .63rem; }
  .v3-solutions-more { padding-inline: 12px; font-size: .75rem; }
  .service-product-row { grid-template-columns: 34px 1fr; gap: 18px; padding: 28px 0; }
  .service-product-mark { grid-column: 2; width: min(100%, 260px); min-height: 120px; }
  .service-product-copy,.service-product-actions { grid-column: 2; }
  .service-product-actions { width: 100%; }
}

/* Production consultation form */
.consult-request-page { color: var(--v3-ink); background: #fff; }
.consult-request-hero { min-height: 620px; display: grid; align-items: center; padding: clamp(90px, 9vw, 135px) 0; color: #fff; background: var(--v3-ink); overflow: hidden; }
.consult-request-hero::before { position: absolute; inset: 0; content: ""; opacity: .28; background-image: linear-gradient(rgb(67 199 244 / 10%) 1px, transparent 1px),linear-gradient(90deg,rgb(67 199 244 / 10%) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,#000,transparent 86%); }
.consult-request-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(340px,.58fr); gap: clamp(60px,9vw,140px); align-items: center; }
.consult-request-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.6rem,7vw,7.4rem); font-weight: 760; letter-spacing: -.07em; line-height: .88; }
.is-arabic .consult-request-hero h1 { letter-spacing: -.03em; line-height: 1.02; }
.consult-request-lead { max-width: 720px; margin: 32px 0 0; color: #bed0dc; font-size: clamp(1.05rem,1.55vw,1.3rem); line-height: 1.85; }
.consult-request-trust { display: flex; gap: 12px; align-items: center; margin-top: 34px; color: #93aabd; font-size: .8rem; }
.consult-request-trust span { width: 28px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgb(67 199 244 / 45%); border-radius: 50%; color: var(--v3-cyan); }
.consult-request-signal { position: relative; width: min(31vw,390px); aspect-ratio: 1; justify-self: end; display: grid; place-items: center; border: 1px solid rgb(67 199 244 / 25%); border-radius: 50%; }
.consult-request-signal::before,.consult-request-signal::after { position: absolute; inset: 14%; content: ""; border: 1px solid rgb(67 199 244 / 20%); border-radius: 50%; }
.consult-request-signal::after { inset: 29%; }
.consult-request-signal > span { position: absolute; inset: 7% 12% auto auto; color: var(--v3-cyan); font-size: .68rem; font-weight: 800; }
.consult-request-signal > i { position: absolute; inset: 50% -20% auto -20%; height: 1px; background: rgb(67 199 244 / 18%); }
.consult-request-signal > strong { z-index: 1; color: #fff; font-size: 5.5rem; font-weight: 200; }
.consult-request-signal > small { position: absolute; inset: 64% 0 auto; color: var(--v3-cyan); font-size: .58rem; font-weight: 800; letter-spacing: .2em; text-align: center; }

.consult-request-body { padding: clamp(85px,9vw,140px) 0; background: var(--v3-mist); }
.consult-request-layout { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(310px,.55fr); gap: clamp(55px,8vw,120px); align-items: start; }
.consult-request-section-heading { margin-bottom: 42px; }
.consult-request-section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(2.4rem,4.4vw,4.6rem); letter-spacing: -.055em; line-height: 1; }
.is-arabic .consult-request-section-heading h2 { letter-spacing: -.025em; line-height: 1.15; }
.consult-request-section-heading > p:last-child { max-width: 730px; margin: 24px 0 0; color: #637789; line-height: 1.8; }
.consult-referral { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-bottom: 32px; padding: 16px 18px; border-inline-start: 3px solid var(--v3-cyan); color: #d8e8f2; background: var(--v3-navy); }
.consult-referral > span { color: var(--v3-cyan); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.consult-referral strong { color: #fff; }
.consult-referral small { color: #9ab0bf; }

.consult-request-form { position: relative; padding: clamp(28px,4vw,52px); border: 1px solid #c8d7e1; background: #fff; box-shadow: 0 28px 80px rgb(7 25 43 / 8%); }
.consult-request-form fieldset { margin: 0 0 50px; padding: 0; border: 0; }
.consult-request-form legend { width: 100%; margin: 0 0 24px; padding: 0 0 13px; border-block-end: 1px solid #d7e2e9; color: var(--v3-ink); font-size: .82rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.is-arabic .consult-request-form legend { letter-spacing: .02em; }
.consult-field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 22px; }
.consult-field { display: grid; gap: 9px; color: #2d475b; font-size: .8rem; font-weight: 750; }
.consult-field > span:first-child { display: flex; gap: 6px; align-items: baseline; }
.consult-field em { color: #b83434; font-style: normal; }
.consult-field input,.consult-field select,.consult-field textarea { width: 100%; min-height: 54px; border: 1px solid #b9ccd8; border-radius: 0; padding: 13px 15px; color: var(--v3-ink); background: #fbfdfe; font: inherit; font-weight: 500; outline: none; }
.consult-field textarea { min-height: 170px; resize: vertical; line-height: 1.7; }
.consult-field input:focus,.consult-field select:focus,.consult-field textarea:focus { border-color: var(--v3-blue); box-shadow: 0 0 0 3px rgb(15 117 188 / 13%); background: #fff; }
.consult-field-wide { grid-column: 1/-1; }
.field-validation { min-height: 1em; color: #aa2828; font-size: .7rem; font-weight: 650; }
.consult-error-summary { display: none; margin: 0 0 30px; padding: 16px 18px; border-inline-start: 3px solid #b72f2f; color: #7c1f1f; background: #fff1f1; font-size: .82rem; }
.consult-error-summary.validation-summary-errors { display: block; }
.consult-error-summary ul { margin: 0; padding-inline-start: 20px; }
.consult-submit { width: 100%; min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 16px 20px; border: 1px solid var(--v3-blue); color: #fff; background: var(--v3-blue); font-weight: 850; text-align: start; }
.consult-submit:hover { border-color: #0b6099; background: #0b6099; }
.consult-submit:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.consult-submit:disabled { cursor: wait; opacity: .72; }
.consult-submit i { color: var(--v3-cyan); font-style: normal; }
.consult-privacy-note { max-width: 650px; margin: 16px 0 0; color: #778a98; font-size: .68rem; line-height: 1.7; }
.consult-honeypot { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; white-space: nowrap!important; }

.consult-support-panel { position: sticky; top: calc(var(--header-height) + 35px); padding: 34px 0; border-block: 1px solid #bfcfda; }
.consult-support-panel h2 { margin: 0; font-size: clamp(2rem,3vw,3rem); letter-spacing: -.045em; line-height: 1.05; }
.is-arabic .consult-support-panel h2 { letter-spacing: -.02em; line-height: 1.25; }
.consult-support-panel ol { margin: 38px 0; padding: 0; border-block-start: 1px solid #c9d7df; list-style: none; }
.consult-support-panel li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 22px 0; border-block-end: 1px solid #c9d7df; }
.consult-support-panel li span { color: var(--v3-blue); font-size: .68rem; font-weight: 850; }
.consult-support-panel li p { margin: 0; color: #5e7282; font-size: .86rem; line-height: 1.7; }
.consult-direct-contact { display: grid; gap: 10px; padding: 26px; color: #fff; background: var(--v3-ink); }
.consult-direct-contact > span { margin-bottom: 8px; color: #94aabd; font-size: .7rem; }
.consult-direct-contact a { color: #fff; font-weight: 750; text-decoration: none; overflow-wrap: anywhere; }
.consult-direct-contact a:hover { color: var(--v3-cyan); }
.consult-direct-contact i { color: var(--v3-cyan); font-style: normal; }
.consult-direct-contact small { margin-top: 12px; color: #7e99ac; }

.consult-success { min-height: calc(100vh - var(--header-height)); display: grid; place-items: center; padding: 100px 0; color: #fff; background: var(--v3-ink); text-align: center; }
.consult-success .site-container { display: grid; justify-items: center; }
.consult-success-mark { width: 90px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 36px; border: 1px solid var(--v3-cyan); border-radius: 50%; color: var(--v3-cyan); font-size: 2.2rem; }
.consult-success h1 { margin: 0; font-size: clamp(4rem,9vw,8rem); letter-spacing: -.07em; line-height: .9; }
.is-arabic .consult-success h1 { letter-spacing: -.03em; line-height: 1.1; }
.consult-success > .site-container > p:not(.v3-kicker) { max-width: 650px; margin: 30px 0 0; color: #a9bdca; font-size: 1.1rem; line-height: 1.8; }
.consult-ticket-reference { min-width: min(100%,470px); display: grid; gap: 10px; margin-top: 40px; padding: 23px 30px; border-block: 1px solid rgb(67 199 244 / 30%); }
.consult-ticket-reference span { color: #829db0; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.consult-ticket-reference strong { color: var(--v3-cyan); font-size: clamp(1.45rem,3vw,2.35rem); letter-spacing: .04em; overflow-wrap: anywhere; }
.consult-success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 44px; }

@media (max-width: 991px) {
  .consult-request-hero-grid,.consult-request-layout { grid-template-columns: 1fr; }
  .consult-request-signal { width: min(65vw,360px); justify-self: center; }
  .consult-support-panel { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
  .consult-support-panel > .v3-section-index,.consult-support-panel > h2 { grid-column: 1/-1; }
  .consult-support-panel ol { margin: 0; }
}
@media (max-width: 767px) {
  .consult-request-hero { min-height: auto; padding-block: 75px 95px; }
  .consult-request-hero h1 { font-size: clamp(3.1rem,15vw,5.3rem); }
  .consult-request-signal { width: min(82vw,320px); }
  .consult-request-layout { gap: 65px; }
  .consult-request-form { margin-inline: -5px; padding: 28px 20px; }
  .consult-field-grid { grid-template-columns: 1fr; }
  .consult-field-wide { grid-column: 1; }
  .consult-field input,.consult-field select { min-height: 58px; }
  .consult-referral { grid-template-columns: 1fr; gap: 7px; }
  .consult-support-panel { grid-template-columns: 1fr; }
  .consult-support-panel > .v3-section-index,.consult-support-panel > h2 { grid-column: 1; }
  .consult-success-actions { width: 100%; display: grid; }
  .consult-success-actions .button { width: 100%; }
}
