:root {
  --blue: #0053b5;
  --blue-dark: #031a3a;
  --green: #2d7c67;
  --silver: #92969b;
  --ink: #111923;
  --muted: #66727e;
  --line: rgba(143, 176, 201, 0.32);
  --glass: rgba(255, 255, 255, 0.74);
  --white: #fff;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBMPlexSansArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBMPlexSansArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBMPlexSansArabic-Bold.ttf") format("truetype");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #f7f9fb;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(120deg, rgba(0, 83, 181, 0.08), transparent 36%),
    linear-gradient(300deg, rgba(45, 124, 103, 0.08), transparent 34%),
    #f7f9fb;
}

img {
  display: block;
  max-width: 100%;
}

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

.topbar {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 28px), 1180px);
  height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 10px 14px 10px 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 60px rgba(3, 26, 58, 0.16);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: top 0.25s ease, background 0.25s ease;
}

.topbar.scrolled {
  top: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.brand img {
  width: 230px;
  height: 62px;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: #223241;
}

.nav a {
  position: relative;
  padding: 8px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: width 0.25s ease;
}

.nav a:hover::after {
  width: 100%;
}

.top-cta,
.lang-toggle,
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: 4px;
  font-weight: 800;
  cursor: pointer;
}

.lang-toggle {
  min-height: 42px;
  padding: 10px 13px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(143, 176, 201, 0.45);
  box-shadow: none;
}

.top-cta,
.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), #1a63c4);
  box-shadow: 0 14px 28px rgba(0, 83, 181, 0.25);
}

html[dir="rtl"] body {
  font-family: "IBM Plex Sans Arabic", Arial, Helvetica, sans-serif;
}

html[dir="rtl"] .topbar {
  direction: rtl;
}

html[dir="rtl"] .brand,
html[dir="rtl"] .hero-panel,
html[dir="rtl"] .orbit {
  direction: ltr;
}

html[dir="rtl"] .hero,
html[dir="rtl"] .proof-band,
html[dir="rtl"] .section,
html[dir="rtl"] .contact-card,
html[dir="rtl"] .operating-system,
html[dir="rtl"] .modern-footer {
  direction: rtl;
}

html[dir="rtl"] .eyebrow::before,
html[dir="rtl"] .section-label::before,
html[dir="rtl"] .section-title span::before,
html[dir="rtl"] .governance-copy span::before,
html[dir="rtl"] .contact-card span::before,
html[dir="rtl"] .proof-intro span::before,
html[dir="rtl"] .closing-statement span::before,
html[dir="rtl"] .operating-copy span::before {
  order: 2;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] p,
html[dir="rtl"] label {
  letter-spacing: 0;
}

html[dir="rtl"] .eyebrow,
html[dir="rtl"] .section-label,
html[dir="rtl"] .section-title span,
html[dir="rtl"] .governance-copy span,
html[dir="rtl"] .contact-card span,
html[dir="rtl"] .proof-intro span,
html[dir="rtl"] .closing-statement span,
html[dir="rtl"] .panel-head,
html[dir="rtl"] .scroll-cue,
html[dir="rtl"] .proof-card b,
html[dir="rtl"] .service span,
html[dir="rtl"] .cert-strip strong,
html[dir="rtl"] .industry-grid span,
html[dir="rtl"] .operating-copy span,
html[dir="rtl"] .footer-column span {
  letter-spacing: 0;
  text-transform: none;
}

html[dir="rtl"] .hero-media::after {
  background:
    linear-gradient(270deg, rgba(3, 26, 58, 0.92), rgba(0, 83, 181, 0.58), rgba(3, 26, 58, 0.16)),
    linear-gradient(0deg, rgba(3, 26, 58, 0.84), transparent 42%);
}

.btn.ghost {
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(45, 124, 103, 0.36);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue-dark);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  align-items: center;
  gap: 34px;
  padding: 126px max(24px, calc((100vw - 1180px) / 2)) 42px;
  color: var(--white);
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 110px;
}

.hero-media,
.hero-media::after {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -1;
  background: var(--blue-dark);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.04);
  animation: slow-pan 16s ease-in-out infinite alternate;
}

.hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 26, 58, 0.92), rgba(0, 83, 181, 0.58), rgba(3, 26, 58, 0.16)),
    linear-gradient(0deg, rgba(3, 26, 58, 0.84), transparent 42%);
}

.scan {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.34;
  mix-blend-mode: screen;
  animation: grid-drift 12s linear infinite;
}

.scan-b {
  background-size: 140px 140px;
  opacity: 0.2;
  animation-duration: 22s;
}

.hero-content {
  max-width: 780px;
}

.eyebrow,
.section-label,
.section-title span,
.governance-copy span,
.contact-card span,
.proof-intro span,
.closing-statement span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #d8e6f0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-label::before,
.section-title span::before,
.governance-copy span::before,
.contact-card span::before,
.proof-intro span::before,
.closing-statement span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--green);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 22px;
  line-height: 1.12;
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.62;
}

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

.hero-panel {
  align-self: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22px);
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.panel-head strong {
  color: var(--white);
}

.meter {
  height: 9px;
  margin-bottom: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.meter span {
  display: block;
  width: var(--v);
  height: 100%;
  background: linear-gradient(90deg, var(--green), #b9d7ea);
  animation: meter 1.4s ease both;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.panel-grid div {
  padding: 18px;
  background: rgba(3, 26, 58, 0.52);
}

.panel-grid b {
  display: block;
  font-size: 29px;
  line-height: 1;
}

.panel-grid small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  transform: translateX(-50%);
}

.section {
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
}

.proof-band {
  position: relative;
  scroll-margin-top: 110px;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 96px;
  background: #fff;
  overflow: hidden;
}

.proof-wave {
  position: absolute;
  left: -8%;
  right: -8%;
  top: -74px;
  height: 150px;
  background: #fff;
  border-bottom: 8px solid rgba(143, 176, 201, 0.9);
  border-radius: 0 0 50% 50%;
  transform: rotate(-2deg);
}

.proof-band::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 80px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(0, 83, 181, 0.12);
  border-radius: 50%;
}

.proof-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.75fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

.proof-intro span,
.closing-statement span {
  color: var(--blue);
}

.proof-intro h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(34px, 4.5vw, 56px);
}

.proof-intro p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.proof-card {
  min-height: 270px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)),
    linear-gradient(135deg, rgba(0, 83, 181, 0.08), rgba(45, 124, 103, 0.08));
  border: 1px solid rgba(143, 176, 201, 0.36);
  box-shadow: 0 18px 55px rgba(3, 26, 58, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.proof-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(3, 26, 58, 0.13);
}

.proof-card b {
  display: inline-flex;
  margin-bottom: 58px;
  color: var(--green);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-card p {
  color: var(--muted);
  line-height: 1.62;
}

.intro-grid,
.governance,
.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: center;
}

.intro-copy p,
.governance-copy p,
.contact-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.section-label,
.section-title span,
.governance-copy span,
.contact-card span {
  color: var(--blue);
}

.model-stack {
  display: grid;
  gap: 16px;
}

.model-stack article,
.timeline article,
.service,
.contact-card,
.orbit {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(3, 26, 58, 0.09);
  backdrop-filter: blur(14px);
}

.model-stack article {
  position: relative;
  padding: 28px 28px 28px 86px;
  overflow: hidden;
}

.model-stack article span {
  position: absolute;
  left: 24px;
  top: 26px;
  color: var(--green);
  font-weight: 900;
}

.model-stack article p,
.timeline p,
.service p {
  color: var(--muted);
  line-height: 1.65;
}

.services {
  background: #fff;
}

.section-title {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: end;
  margin-bottom: 42px;
}

.section-title h2 {
  max-width: 760px;
}

.service-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  gap: 18px;
}

.service {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: end;
  overflow: hidden;
}

.service img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 18%, rgba(3, 26, 58, 0.9));
}

.service div {
  position: relative;
  z-index: 1;
  padding: 26px;
  color: var(--white);
}

.service span {
  color: #d8e6f0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.service p {
  color: rgba(255, 255, 255, 0.78);
}

.service:hover img {
  transform: scale(1.08);
}

.service-deep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.service-deep-grid article,
.industry-grid article,
.operating-grid article {
  padding: 26px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(143, 176, 201, 0.34);
  box-shadow: 0 18px 55px rgba(3, 26, 58, 0.07);
}

.service-deep-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--blue-dark);
  font-size: 18px;
}

.service-deep-grid p,
.industry-grid p,
.operating-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.governance {
  background: linear-gradient(135deg, #031a3a, #064b91);
  color: var(--white);
  grid-template-areas:
    "copy orbit"
    "framework framework";
}

.governance-copy {
  grid-area: copy;
}

.governance-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.cert-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.cert-strip strong {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.orbit {
  grid-area: orbit;
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.08);
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.orbit::before {
  width: 340px;
  height: 340px;
  animation: rotate 18s linear infinite;
}

.orbit::after {
  width: 230px;
  height: 230px;
  border-color: rgba(45, 124, 103, 0.55);
  animation: rotate 12s linear infinite reverse;
}

.orbit-core {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue-dark);
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.orbit span {
  position: absolute;
  z-index: 3;
  min-width: 92px;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-weight: 800;
}

.orbit span:nth-of-type(1) { top: 62px; left: 50%; transform: translateX(-50%); }
.orbit span:nth-of-type(2) { top: 150px; right: 42px; }
.orbit span:nth-of-type(3) { bottom: 150px; right: 42px; }
.orbit span:nth-of-type(4) { bottom: 62px; left: 50%; transform: translateX(-50%); }
.orbit span:nth-of-type(5) { bottom: 150px; left: 42px; }
.orbit span:nth-of-type(6) { top: 150px; left: 42px; }

.tender-framework {
  grid-area: framework;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.tender-framework article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.tender-framework b {
  display: inline-flex;
  margin-bottom: 28px;
  color: #b9d7ea;
}

.tender-framework h3 {
  margin-bottom: 10px;
}

.tender-framework p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.58;
}

.experience {
  background: #f7f9fb;
}

.industries {
  background: #fff;
}

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

.industry-grid article {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}

.industry-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 83, 181, 0.08), transparent 58%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.industry-grid article:hover::before {
  opacity: 1;
}

.industry-grid span {
  position: relative;
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.industry-grid h3,
.industry-grid p {
  position: relative;
}

.operating-system {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 54px;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 26, 58, 0.94), rgba(3, 26, 58, 0.78)),
    url("../img/profile-cover-brand-wave.jpg") center/cover;
}

.operating-copy span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #d8e6f0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.operating-copy span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--green);
}

.operating-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.75;
}

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

.operating-grid article {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.18);
}

.operating-grid b {
  display: inline-flex;
  margin-bottom: 34px;
  color: #b9d7ea;
}

.operating-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.timeline article {
  padding: 32px;
}

.timeline b {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--green);
  font-size: 18px;
}

.sector-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(143, 176, 201, 0.32);
  box-shadow: 0 18px 50px rgba(3, 26, 58, 0.07);
}

.sector-marquee span {
  padding: 10px 13px;
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid rgba(143, 176, 201, 0.34);
  font-size: 13px;
  font-weight: 800;
}

.contact {
  padding-bottom: 96px;
}

.closing-statement {
  max-width: 1000px;
  margin-bottom: 34px;
}

.contact-card {
  padding: 44px;
}

.contact-card form {
  display: grid;
  gap: 14px;
}

.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

label {
  display: grid;
  gap: 7px;
  color: #33414f;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(143, 176, 201, 0.5);
  border-radius: 4px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-response {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(143, 176, 201, 0.38);
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.form-response.is-visible {
  display: block;
}

.form-response.is-error {
  color: #8f2525;
  border-color: rgba(143, 37, 37, 0.25);
  background: rgba(255, 244, 244, 0.9);
}

.modern-footer {
  position: relative;
  padding: 58px max(24px, calc((100vw - 1180px) / 2)) 26px;
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(3, 26, 58, 0.98), rgba(4, 50, 100, 0.95)),
    url("../img/profile-cover-brand-wave.jpg") center/cover;
  overflow: hidden;
}

.modern-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.2;
  pointer-events: none;
}

.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(160px, 0.34fr) minmax(210px, 0.44fr);
  gap: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-brand img {
  width: 260px;
  max-width: 100%;
  margin-bottom: 22px;
}

.footer-brand p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.72;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-column span {
  margin-bottom: 8px;
  color: #b9d7ea;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(4px);
}

html[dir="rtl"] .footer-column a:hover {
  transform: translateX(-4px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
}

.footer-bottom p,
.footer-bottom small {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-bottom p {
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.hero .reveal {
  animation: reveal-in 0.85s ease forwards;
}

.hero .hero-panel.reveal {
  animation-delay: 0.18s;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slow-pan {
  from { transform: scale(1.04) translateX(-1%); }
  to { transform: scale(1.08) translateX(1.4%); }
}

@keyframes grid-drift {
  to { background-position: 72px 72px; }
}

@keyframes meter {
  from { width: 0; }
  to { width: var(--v); }
}

@keyframes rotate {
  to { transform: rotate(360deg); }
}

@keyframes reveal-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: auto 1fr auto auto;
  }

  .brand img {
    width: 190px;
    height: 54px;
  }

  .nav {
    position: fixed;
    inset: 88px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(143, 176, 201, 0.32);
    box-shadow: 0 22px 60px rgba(3, 26, 58, 0.14);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 13px 0;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .top-cta {
    display: none;
  }

  .lang-toggle {
    justify-self: end;
  }

  .hero,
  .intro-grid,
  .governance,
  .contact-card,
  .proof-intro,
  .operating-system,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .governance {
    grid-template-areas:
      "copy"
      "orbit"
      "framework";
  }

  .hero {
    padding-top: 130px;
  }

  .service-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline,
  .proof-grid,
  .tender-framework,
  .service-deep-grid,
  .industry-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-main {
    gap: 28px;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 620px) {
  .topbar {
    top: 10px;
    height: 72px;
    padding: 8px 10px 8px 12px;
  }

  .brand img {
    width: 154px;
    height: 50px;
  }

  .lang-toggle {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding: 118px 14px 44px;
  }

  h1 {
    font-size: 42px;
  }

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

  .hero-copy,
  .proof-intro p,
  .intro-copy p,
  .governance-copy p,
  .contact-card p,
  .operating-copy p,
  .footer-brand p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .proof-card p,
  .model-stack article p,
  .service p,
  .service-deep-grid p,
  .tender-framework p,
  .industry-grid p,
  .timeline p,
  .operating-grid p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-panel,
  .contact-card {
    padding: 20px;
  }

  .section {
    padding: 64px 14px;
  }

  .proof-band {
    padding: 88px 14px 70px;
  }

  .proof-wave {
    top: -48px;
    height: 96px;
    border-bottom-width: 5px;
  }

  .section-title {
    display: block;
  }

  .service-rail {
    grid-template-columns: 1fr;
  }

  .service {
    min-height: 340px;
  }

  .proof-card {
    min-height: auto;
  }

  .industry-grid article {
    min-height: auto;
  }

  .proof-card b {
    margin-bottom: 28px;
  }

  .orbit {
    min-height: 440px;
  }

  .orbit::before {
    width: 290px;
    height: 290px;
  }

  .orbit::after {
    width: 200px;
    height: 200px;
  }

  .orbit span {
    min-width: 76px;
    font-size: 12px;
  }

  .orbit span:nth-of-type(2),
  .orbit span:nth-of-type(3) { right: 14px; }
  .orbit span:nth-of-type(5),
  .orbit span:nth-of-type(6) { left: 14px; }

  .sector-marquee {
    padding: 12px;
  }

  .closing-statement h2 {
    font-size: 34px;
  }

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

  .modern-footer {
    padding: 42px 14px 24px;
  }

  .footer-brand img {
    width: 210px;
  }

  .footer-column {
    gap: 10px;
  }
}
