: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;
}

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; }
}
