:root {
  --navy: #06172f;
  --navy-2: #0b2747;
  --turquoise: #19b7bd;
  --turquoise-soft: #d8fbfb;
  --gold: #c9a24a;
  --gold-2: #f0d88d;
  --white: #ffffff;
  --ink: #132033;
  --muted: #647386;
  --line: rgba(255, 255, 255, 0.18);
  font-family: "Inter", "Tajawal", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="ltr"] body {
  direction: ltr;
  text-align: left;
}

html[dir] .site,
html[dir] .hero-content,
html[dir] .hero-panel,
html[dir] .section-band,
html[dir] .services,
html[dir] .service-group,
html[dir] .digital-platform,
html[dir] .sectors,
html[dir] .clients,
html[dir] .licenses,
html[dir] .license-card,
html[dir] .method,
html[dir] .step,
html[dir] .insight-card,
html[dir] .contact,
html[dir] .contact-form,
html[dir] footer {
  direction: inherit;
  text-align: start;
}

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

button,
input,
select,
textarea {
  font: inherit;
  direction: inherit;
}

.site {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(25, 183, 189, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(6, 23, 47, 0.02), rgba(25, 183, 189, 0.04) 42%, rgba(255, 255, 255, 1));
}

.identity-rail {
  position: fixed;
  z-index: 12;
  inset-inline-end: 18px;
  top: 50%;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 118px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(25, 183, 189, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(6, 23, 47, 0.12);
  transform: translateY(-50%);
  pointer-events: none;
  backdrop-filter: blur(14px);
}

.identity-rail span {
  width: 8px;
  background: linear-gradient(180deg, #28c8eb, #127db6);
  border-radius: 999px;
  animation: barPulse 5.2s ease-in-out infinite;
}

.identity-rail span:nth-child(1) {
  height: 74px;
}

.identity-rail span:nth-child(2) {
  height: 52px;
  animation-delay: -1s;
}

.identity-rail span:nth-child(3) {
  height: 62px;
  animation-delay: -2s;
}

.identity-rail span:nth-child(4) {
  height: 82px;
  animation-delay: -3s;
}

.topbar {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: clamp(12px, 3vw, 36px);
  right: clamp(12px, 3vw, 36px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(12px, 2vw, 20px);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(25, 183, 189, 0.16);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(6, 23, 47, 0.18);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-width: max-content;
}

.brand img {
  display: block;
  width: clamp(160px, 15vw, 224px);
  height: auto;
}

.topbar::after {
  position: absolute;
  inset-inline: 16px;
  bottom: -1px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--turquoise), var(--gold), transparent);
  border-radius: 999px;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: rgba(6, 23, 47, 0.78);
  font-size: 0.96rem;
}

.nav a {
  position: relative;
  white-space: nowrap;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  transition: width 0.25s ease;
}

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

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

.lang,
.menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(6, 23, 47, 0.12);
  color: var(--navy);
  background: rgba(25, 183, 189, 0.07);
  border-radius: 8px;
  cursor: pointer;
}

.lang {
  padding: 0 14px;
}

.lang select {
  min-width: 86px;
  color: inherit;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.lang option {
  color: var(--ink);
}

.menu {
  display: none;
  width: 42px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.58fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: 160px clamp(18px, 5vw, 72px) 70px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 22%, rgba(35, 175, 220, 0.24), transparent 25%),
    linear-gradient(145deg, #06172f, #0b213d 46%, #22205d);
  overflow: hidden;
}

.hero-content::before {
  position: absolute;
  inset-inline-start: -18px;
  top: -18px;
  width: 68px;
  height: 68px;
  content: "";
  border-top: 2px solid rgba(240, 216, 141, 0.7);
  border-inline-start: 2px solid rgba(25, 183, 189, 0.7);
  border-radius: 8px 0 0 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(6, 23, 47, 0.9), rgba(8, 32, 58, 0.88) 48%, rgba(33, 31, 91, 0.58)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2200&q=80") center/cover;
  transform: scale(1.04);
  animation: cinematicDrift 18s ease-in-out infinite alternate;
}

.hero::after {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 115px;
  content: "";
  background: linear-gradient(180deg, rgba(6, 23, 47, 0), rgba(255, 255, 255, 1));
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(115deg, rgba(0, 0, 0, 0.78), transparent 72%);
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  padding-inline-start: clamp(18px, 3vw, 34px);
  border-inline-start: 5px solid var(--turquoise);
}

.motion-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.82;
}

.line,
.scan {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.line {
  width: 54vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(25, 183, 189, 0.68), rgba(240, 216, 141, 0.8), transparent);
  transform-origin: center;
  animation: glideLine 7.5s ease-in-out infinite;
}

.line-one {
  top: 22%;
  inset-inline-start: -18%;
  transform: rotate(-18deg);
}

.line-two {
  top: 58%;
  inset-inline-end: -14%;
  animation-delay: -2.5s;
  transform: rotate(13deg);
}

.line-three {
  bottom: 18%;
  inset-inline-start: 18%;
  width: 34vw;
  animation-delay: -4s;
  transform: rotate(-6deg);
}

.scan {
  width: 1px;
  height: 42vh;
  background: linear-gradient(180deg, transparent, rgba(25, 183, 189, 0.58), transparent);
  animation: scanMove 8s ease-in-out infinite;
}

.scan-one {
  top: 16%;
  inset-inline-start: 18%;
}

.scan-two {
  bottom: 10%;
  inset-inline-end: 24%;
  animation-delay: -3.2s;
}

.kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--gold-2);
  font-weight: 700;
}

.hero h1,
section h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(2.35rem, 5vw, 5.35rem);
  line-height: 1.02;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

.hero-content > p:not(.kicker) {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.85;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

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

.primary {
  color: var(--navy);
  background: linear-gradient(135deg, #ffffff, var(--gold-2) 36%, var(--gold));
  font-weight: 800;
}

.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.hero-panel {
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
    linear-gradient(90deg, rgba(25, 183, 189, 0.08), transparent);
  border: 1px solid var(--line);
  border-radius: 8px;
  backdrop-filter: blur(22px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  transform-style: preserve-3d;
  animation: panelFloat 6.8s ease-in-out infinite;
}

.hero-panel::before {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid rgba(240, 216, 141, 0.18);
  border-radius: 8px;
  pointer-events: none;
}

.panel-glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 18%, rgba(240, 216, 141, 0.28), transparent 58%);
  transform: translateX(-100%);
  animation: panelSheen 5.5s ease-in-out infinite;
  pointer-events: none;
}

.profile-emblem {
  position: absolute;
  inset-inline-end: 22px;
  top: 24px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 142px;
  opacity: 0.32;
  transform: rotate(0deg);
}

.profile-emblem span,
.profile-watermark span {
  display: block;
  width: 20px;
  background: linear-gradient(180deg, #22c4e8, #127db6);
  border-radius: 999px;
  box-shadow: 0 0 32px rgba(25, 183, 189, 0.42);
  animation: barPulse 4.8s ease-in-out infinite;
}

.profile-emblem span:nth-child(1),
.profile-watermark span:nth-child(1) {
  height: 120px;
}

.profile-emblem span:nth-child(2),
.profile-watermark span:nth-child(2) {
  height: 86px;
  animation-delay: -1s;
}

.profile-emblem span:nth-child(3),
.profile-watermark span:nth-child(3) {
  height: 98px;
  animation-delay: -1.8s;
}

.profile-emblem span:nth-child(4),
.profile-watermark span:nth-child(4) {
  height: 126px;
  animation-delay: -2.6s;
}

.panel-title {
  position: relative;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.crest {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  margin-bottom: 22px;
  color: var(--gold-2);
  background: rgba(6, 23, 47, 0.54);
  border: 1px solid rgba(240, 216, 141, 0.28);
  border-radius: 8px;
}

.metric {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.metric strong {
  color: var(--gold-2);
  font-size: 2rem;
}

.metric span {
  color: rgba(255, 255, 255, 0.78);
  text-align: end;
}

.executive-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: -44px clamp(18px, 5vw, 72px) 0;
  overflow: hidden;
  background: rgba(6, 23, 47, 0.12);
  border: 1px solid rgba(6, 23, 47, 0.08);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(6, 23, 47, 0.16);
}

.executive-stat {
  display: grid;
  gap: 6px;
  min-height: 124px;
  align-content: center;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 250, 251, 0.92));
}

.executive-stat strong {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.executive-stat span {
  color: var(--muted);
  font-weight: 700;
}

.profile-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 72px);
  overflow: hidden;
  background: rgba(6, 23, 47, 0.1);
  border: 1px solid rgba(6, 23, 47, 0.08);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.profile-value {
  position: relative;
  min-height: 82px;
  padding: 18px 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(238, 250, 251, 0.88));
}

.profile-value::after {
  position: absolute;
  inset-inline: 22px;
  bottom: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  border-radius: 999px 999px 0 0;
  opacity: 0.56;
}

.profile-value span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 900;
}

.profile-value strong {
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.6;
}

.section-band,
.services,
.method,
.contact {
  padding: clamp(64px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.intro,
.sectors {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 88px);
  align-items: start;
}

.profile-watermark {
  position: absolute;
  inset-inline-start: clamp(18px, 5vw, 72px);
  bottom: 28px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  opacity: 0.08;
  pointer-events: none;
}

.profile-watermark span {
  width: 34px;
}

.eyebrow {
  color: var(--turquoise);
}

.eyebrow::before {
  display: inline-block;
  width: 28px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  border-radius: 999px;
}

section h2 {
  color: var(--navy);
  font-size: clamp(2rem, 3.8vw, 3.7rem);
  line-height: 1.12;
}

.intro > p,
.sectors > p,
.contact-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.9;
}

.leadership {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  background:
    radial-gradient(circle at 84% 16%, rgba(25, 183, 189, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff, #f7fbfc);
}

.leadership::before {
  position: absolute;
  inset-inline-start: clamp(18px, 5vw, 72px);
  bottom: 34px;
  width: 138px;
  height: 138px;
  content: "";
  background:
    linear-gradient(90deg, rgba(25, 183, 189, 0.28) 1px, transparent 1px),
    linear-gradient(180deg, rgba(25, 183, 189, 0.16) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.28;
  pointer-events: none;
}

.leadership-copy,
.leader-grid,
.org-structure {
  position: relative;
  z-index: 1;
}

.leadership-copy > p:last-of-type {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.95;
}

.leadership blockquote {
  margin: 28px 0 0;
  padding: 20px;
  color: var(--navy);
  background: rgba(25, 183, 189, 0.08);
  border-inline-start: 4px solid var(--gold);
  border-radius: 8px;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.9;
}

.leader-grid {
  display: grid;
  gap: 16px;
}

.leader-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 180px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 250, 251, 0.86));
  border: 1px solid rgba(6, 23, 47, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(6, 23, 47, 0.08);
}

.leader-card::after {
  position: absolute;
  inset-inline: 16px;
  bottom: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  border-radius: 999px 999px 0 0;
}

.leader-photo {
  display: grid;
  width: 128px;
  height: 146px;
  place-items: end center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 25%, rgba(25, 183, 189, 0.22), transparent 46%),
    linear-gradient(145deg, rgba(6, 23, 47, 0.08), rgba(201, 162, 74, 0.08));
  border: 1px solid rgba(25, 183, 189, 0.16);
  border-radius: 8px;
}

.leader-photo img {
  display: block;
  width: 100%;
  max-height: 144px;
  object-fit: contain;
  object-position: bottom center;
}

.leader-card span {
  color: var(--turquoise);
  font-weight: 900;
}

.leader-card h3 {
  margin: 6px 0 8px;
  color: var(--navy);
  font-size: 1.35rem;
}

.leader-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.org-structure {
  grid-column: 1 / -1;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(145deg, rgba(6, 23, 47, 0.96), rgba(34, 32, 93, 0.94));
  border-radius: 8px;
  color: var(--white);
  box-shadow: 0 24px 70px rgba(6, 23, 47, 0.18);
}

.org-structure h3 {
  margin: 0 0 18px;
  color: var(--gold-2);
  font-size: 1.45rem;
}

.org-chart {
  position: relative;
  display: grid;
  gap: 34px;
  padding-top: 8px;
}

.org-level {
  position: relative;
  display: grid;
  justify-content: center;
  gap: 14px;
}

.org-level::before {
  position: absolute;
  top: -24px;
  left: 50%;
  width: min(76%, 780px);
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(25, 183, 189, 0.82), rgba(201, 162, 74, 0.88), transparent);
  box-shadow: 0 0 18px rgba(25, 183, 189, 0.22);
  transform: translateX(-50%);
}

.org-level:first-child::before {
  display: none;
}

.org-level span {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 72px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
  font-weight: 900;
  line-height: 1.5;
}

.org-level span::before {
  position: absolute;
  top: -24px;
  left: 50%;
  width: 2px;
  height: 24px;
  content: "";
  background: linear-gradient(180deg, rgba(25, 183, 189, 0.82), rgba(201, 162, 74, 0.9));
  box-shadow: 0 0 12px rgba(201, 162, 74, 0.24);
}

.org-level:first-child span::before {
  display: none;
}

.org-level small {
  margin-bottom: 4px;
  color: var(--turquoise-2);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

.level-1 {
  grid-template-columns: minmax(240px, 360px);
}

.level-1 span {
  min-height: 86px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 22px 46px rgba(201, 162, 74, 0.22);
}

.level-1 small {
  color: rgba(6, 23, 47, 0.72);
}

.level-2 {
  grid-template-columns: repeat(2, minmax(190px, 280px));
}

.level-3 {
  grid-template-columns: repeat(4, minmax(150px, 1fr));
}

.level-4 {
  grid-template-columns: repeat(3, minmax(160px, 1fr));
}

.level-5 {
  grid-template-columns: repeat(4, minmax(150px, 1fr));
}

.level-4 span,
.level-5 span {
  min-height: 84px;
  font-size: 0.94rem;
}

.services {
  display: grid;
  gap: 26px;
  background:
    linear-gradient(180deg, #f7fbfc, #ffffff 58%, #eefafb),
    repeating-linear-gradient(90deg, rgba(6, 23, 47, 0.04) 0 1px, transparent 1px 96px);
}

.service-group {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: clamp(22px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 254, 0.92)),
    linear-gradient(90deg, rgba(25, 183, 189, 0.06), transparent);
  border: 1px solid rgba(6, 23, 47, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(6, 23, 47, 0.08);
}

.service-group::before {
  position: absolute;
  inset-inline-end: 22px;
  top: 22px;
  width: 44px;
  height: 44px;
  content: "";
  border-top: 1px solid rgba(25, 183, 189, 0.34);
  border-inline-end: 1px solid rgba(201, 162, 74, 0.34);
}

.service-group::after {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, var(--turquoise), var(--gold));
}

.service-number {
  position: absolute;
  inset-inline-end: 28px;
  bottom: -20px;
  color: rgba(6, 23, 47, 0.05);
  font-size: clamp(6rem, 12vw, 11rem);
  line-height: 0.8;
  font-weight: 900;
  pointer-events: none;
}

.group-head {
  display: flex;
  gap: 18px;
}

.group-head > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 8px;
  font-weight: 900;
}

.group-head h3,
.step h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.45rem;
}

.group-head p,
.step p {
  color: var(--muted);
  line-height: 1.75;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 14px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(25, 183, 189, 0.08), rgba(201, 162, 74, 0.08));
  border: 1px solid rgba(6, 23, 47, 0.08);
  border-radius: 8px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(25, 183, 189, 0.28);
  box-shadow: 0 14px 30px rgba(6, 23, 47, 0.1);
}

.service-card:hover::before {
  transform: translateX(120%);
}

.service-card svg,
.service-card .fallback-icon {
  flex: 0 0 auto;
  color: var(--turquoise);
}

.service-card span {
  position: relative;
}

.motion-strip {
  position: relative;
  overflow: hidden;
  padding: 18px 0;
  background: linear-gradient(90deg, var(--navy), var(--navy-2), var(--navy));
  border-block: 1px solid rgba(240, 216, 141, 0.24);
}

.marquee {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: marqueeFlow 44s linear infinite;
}

html[dir="rtl"] .marquee {
  animation-name: marqueeFlowRtl;
}

.marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  white-space: nowrap;
}

.digital-platform {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 24%, rgba(25, 183, 189, 0.18), transparent 30%),
    linear-gradient(180deg, #ffffff, #f7fbfc);
}

.platform-copy > p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.9;
}

.platform-dashboard {
  position: relative;
  min-height: 390px;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(6, 23, 47, 0.96), rgba(34, 32, 93, 0.94)),
    radial-gradient(circle at 80% 10%, rgba(25, 183, 189, 0.26), transparent 30%);
  border: 1px solid rgba(25, 183, 189, 0.24);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(6, 23, 47, 0.2);
  overflow: hidden;
}

.platform-dashboard::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
}

.dashboard-top,
.dashboard-metrics,
.dashboard-bars {
  position: relative;
  z-index: 1;
}

.dashboard-top {
  display: flex;
  gap: 8px;
}

.dashboard-top span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.dashboard-metrics {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.dashboard-metrics strong {
  color: var(--gold-2);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.4;
}

.figure-slide {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 244px;
  align-content: center;
  padding: clamp(22px, 4vw, 32px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at 16% 20%, rgba(25, 183, 189, 0.18), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: figureRise 0.7s ease both;
}

.figure-slide::after {
  position: absolute;
  inset-inline-end: 18px;
  bottom: 16px;
  width: 72px;
  height: 72px;
  content: "";
  border-inline-end: 1px solid rgba(240, 216, 141, 0.28);
  border-bottom: 1px solid rgba(25, 183, 189, 0.28);
  border-radius: 0 0 8px 0;
}

.figure-icon {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  color: var(--navy);
  background:
    linear-gradient(135deg, var(--gold-2), var(--gold)),
    radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 62%);
  border: 1px solid rgba(240, 216, 141, 0.46);
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(201, 162, 74, 0.24);
}

.figure-slide > span {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 800;
  line-height: 1.55;
}

.figure-slide > b {
  color: var(--white);
  font-size: clamp(1.8rem, 5.1vw, 4.25rem);
  line-height: 0.95;
  white-space: nowrap;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.figure-dots {
  display: flex;
  gap: 8px;
}

.figure-dots span {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  transition: width 0.25s ease, background 0.25s ease;
}

.figure-dots .active {
  width: 28px;
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  border-radius: 999px;
}

.stat-lines {
  display: grid;
  gap: 12px;
}

.stat-lines article {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.stat-lines span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.5;
}

.stat-lines b {
  color: var(--white);
  font-size: clamp(1.55rem, 4.2vw, 3.1rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.dashboard-metrics small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
}

.dashboard-bars {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.dashboard-bars span {
  position: relative;
  height: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.dashboard-bars span::after {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: var(--bar);
  content: "";
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  border-radius: inherit;
  animation: growBar 1.2s ease both;
}

.dashboard-bars .single-progress::after {
  animation: growBar 3.4s linear both;
}

.platform-features {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.platform-features > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(6, 23, 47, 0.08);
  border-radius: 8px;
}

.platform-features .fallback-icon {
  color: var(--turquoise);
}

.sectors {
  background: var(--navy);
}

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

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

.sector-list span {
  min-height: 56px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.clients {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(25, 183, 189, 0.11), transparent 28%),
    linear-gradient(180deg, #ffffff, #f7fbfc);
}

.clients::before {
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(25, 183, 189, 0.36), rgba(201, 162, 74, 0.38), transparent);
}

.clients-head {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.client-logo-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: clientRibbon 72s linear infinite;
}

html[dir="rtl"] .client-logo-track {
  animation-name: clientRibbonRtl;
}

.clients:hover .client-logo-track {
  animation-play-state: paused;
}

.client-logo-card {
  position: relative;
  flex: 0 0 188px;
  display: grid;
  min-height: 94px;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 250, 251, 0.78));
  border: 1px solid rgba(6, 23, 47, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(6, 23, 47, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.client-logo-card::after {
  position: absolute;
  inset-inline: 18px;
  bottom: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  border-radius: 999px 999px 0 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.client-logo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(25, 183, 189, 0.24);
  box-shadow: 0 22px 50px rgba(6, 23, 47, 0.11);
}

.client-logo-card:hover::after {
  opacity: 1;
}

.client-logo-card img {
  display: block;
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.media-hub {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(25, 183, 189, 0.14), transparent 28%),
    linear-gradient(180deg, #f7fbfc, #ffffff);
}

.media-hub::before {
  position: absolute;
  inset-inline-end: clamp(18px, 6vw, 88px);
  top: 48px;
  width: 130px;
  height: 130px;
  content: "";
  background:
    linear-gradient(90deg, rgba(25, 183, 189, 0.28) 1px, transparent 1px),
    linear-gradient(180deg, rgba(25, 183, 189, 0.16) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.28;
}

.media-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: end;
  margin-bottom: 28px;
}

.media-head > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.9;
}

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

.media-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  min-height: 310px;
  align-content: start;
  padding: clamp(24px, 4vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 250, 251, 0.9));
  border: 1px solid rgba(6, 23, 47, 0.08);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(6, 23, 47, 0.1);
}

.media-card::after {
  position: absolute;
  inset-inline: 18px;
  bottom: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  border-radius: 999px 999px 0 0;
}

.media-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(201, 162, 74, 0.22);
  font-size: 2rem;
  font-weight: 900;
}

.media-card > span {
  color: var(--turquoise);
  font-weight: 900;
}

.media-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.65rem;
}

.media-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.85;
}

.media-card .btn {
  width: fit-content;
  margin-top: auto;
}

.media-card .ghost {
  color: var(--navy);
  border-color: rgba(6, 23, 47, 0.14);
  background: rgba(25, 183, 189, 0.07);
}

.licenses {
  position: relative;
  min-height: 92vh;
  background:
    radial-gradient(circle at 84% 12%, rgba(25, 183, 189, 0.16), transparent 28%),
    linear-gradient(145deg, #06172f, #0b2747 56%, #11104a);
  color: var(--white);
  overflow: hidden;
}

.licenses::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 82%);
}

.licenses::after {
  position: absolute;
  inset-inline-end: clamp(18px, 5vw, 72px);
  bottom: 36px;
  width: 160px;
  height: 160px;
  content: "";
  background:
    linear-gradient(90deg, rgba(25, 183, 189, 0.3) 1px, transparent 1px),
    linear-gradient(180deg, rgba(25, 183, 189, 0.18) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.32;
}

.licenses-head,
.license-grid {
  position: relative;
  z-index: 1;
}

.licenses-head {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 74px);
  align-items: end;
  margin-bottom: 34px;
}

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

.licenses-head > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.9;
}

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

.license-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  min-height: 220px;
  align-content: center;
  justify-items: start;
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 250, 251, 0.9));
  border: 1px solid rgba(25, 183, 189, 0.2);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.license-card::before {
  position: absolute;
  inset-inline-end: -42px;
  top: -42px;
  width: 126px;
  height: 126px;
  content: "";
  background: radial-gradient(circle, rgba(25, 183, 189, 0.18), transparent 68%);
  border-radius: 50%;
}

.license-card::after {
  position: absolute;
  inset-inline: 14px;
  bottom: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  border-radius: 999px 999px 0 0;
}

.license-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(201, 162, 74, 0.22);
}

.license-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.55;
}

.license-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.75;
  max-width: 34ch;
}

.method {
  background:
    linear-gradient(180deg, #ffffff, #eefafb),
    radial-gradient(circle at 18% 20%, rgba(25, 183, 189, 0.16), transparent 28%);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.step {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(6, 23, 47, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(6, 23, 47, 0.07);
}

.step::after {
  position: absolute;
  inset-inline-end: -28px;
  top: -28px;
  width: 96px;
  height: 96px;
  content: "";
  border: 1px solid rgba(25, 183, 189, 0.22);
  border-radius: 50%;
}

.step > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 22px;
  color: var(--navy);
  background: var(--gold-2);
  border-radius: 8px;
  font-weight: 900;
}

.insights {
  background:
    radial-gradient(circle at 10% 18%, rgba(25, 183, 189, 0.1), transparent 26%),
    linear-gradient(180deg, #fbfcfc, #ffffff 54%, #f4f8f8);
}

.insights-head {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 74px);
  align-items: end;
  margin-bottom: 26px;
}

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

.article-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 260px 1fr;
  background: var(--white);
  border: 1px solid rgba(6, 23, 47, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(6, 23, 47, 0.08);
}

.article-image {
  position: relative;
  overflow: hidden;
  background: #06172f;
}

.article-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(6, 23, 47, 0.3));
}

.article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-image svg,
.article-image .fallback-icon {
  display: grid;
  place-items: center;
  padding: 18px;
  width: 104px;
  height: 104px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 8px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
  font-size: 3.6rem !important;
  line-height: 1;
}

.article-image > span {
  position: absolute;
  inset-inline-start: 22px;
  top: 18px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.86);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.article-copy {
  padding: clamp(22px, 3vw, 32px);
}

.article-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--turquoise);
  font-weight: 900;
}

.article-copy > span::before {
  width: 32px;
  height: 2px;
  content: "";
  background: var(--gold);
}

.article-copy small {
  display: block;
  margin-bottom: 14px;
  color: rgba(6, 23, 47, 0.48);
  font-weight: 800;
}

.article-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.35;
}

.article-card p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.95;
}

.article-card p:first-of-type {
  color: rgba(6, 23, 47, 0.78);
  font-size: 1.05rem;
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 6vw, 76px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 23, 47, 0.96), rgba(16, 16, 74, 0.92)),
    radial-gradient(circle at top right, rgba(25, 183, 189, 0.34), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 86px);
}

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

.contact-copy > p {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 20px;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-lines a,
.contact-lines span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.84);
}

.fallback-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: currentColor;
  font-weight: 800;
  line-height: 1;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  backdrop-filter: blur(20px);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form option {
  color: var(--ink);
}

.contact-form ::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.form-success {
  margin: 2px 0 0;
  padding: 13px 14px;
  color: var(--turquoise-soft);
  background: rgba(25, 183, 189, 0.14);
  border: 1px solid rgba(25, 183, 189, 0.28);
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.7;
}

.whatsapp {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  color: var(--white);
  background: #0aa565;
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(10, 165, 101, 0.35);
  font-weight: 800;
}

.whatsapp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.whatsapp span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

html[dir="rtl"] .whatsapp {
  right: auto;
  left: 22px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.74);
  background: #030d1d;
}

footer strong {
  color: var(--gold-2);
}

.reveal {
  animation: rise 0.8s ease both;
}

.delay {
  animation-delay: 0.18s;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes figureRise {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cinematicDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-18px, 10px, 0);
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes panelSheen {
  0%,
  45% {
    transform: translateX(-110%);
  }
  75%,
  100% {
    transform: translateX(110%);
  }
}

@keyframes glideLine {
  0%,
  100% {
    opacity: 0.18;
    translate: -4vw 0;
  }
  50% {
    opacity: 0.9;
    translate: 8vw 0;
  }
}

@keyframes scanMove {
  0%,
  100% {
    opacity: 0.12;
    transform: translateY(-28px);
  }
  50% {
    opacity: 0.74;
    transform: translateY(42px);
  }
}

@keyframes marqueeFlow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marqueeFlowRtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

@keyframes clientRibbon {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes clientRibbonRtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

@keyframes barPulse {
  0%,
  100% {
    transform: scaleY(0.94);
    opacity: 0.82;
  }
  50% {
    transform: scaleY(1.06);
    opacity: 1;
  }
}

@keyframes growBar {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 980px) {
  .menu {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    inset-inline: 18px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(6, 23, 47, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
  }

  .nav.open {
    display: flex;
  }

  .hero,
  .intro,
  .leadership,
  .service-group,
  .digital-platform,
  .sectors,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    max-width: 520px;
  }

  .profile-watermark {
    display: none;
  }

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

  .level-2,
  .level-3,
  .level-4,
  .level-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .licenses-head,
  .license-grid,
  .insights-head,
  .article-grid,
  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .executive-stats,
  .profile-values,
  .platform-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 640px) {
  .topbar {
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 9px 10px;
  }

  .brand img {
    width: 132px;
  }

  .lang {
    width: 42px;
    padding: 0;
    font-size: 0;
  }

  .hero {
    padding: 132px 18px 56px;
  }

  .hero h1 {
    font-size: clamp(2rem, 12vw, 3.25rem);
  }

  .hero-panel {
    padding: 26px;
  }

  .profile-emblem {
    opacity: 0.18;
    transform: scale(0.82);
    transform-origin: top right;
  }

  .service-grid,
  .leader-card,
  .sector-list,
  .timeline,
  .clients-head,
  .media-head,
  .media-grid,
  .licenses-head,
  .license-grid,
  .insights-head,
  .article-grid,
  .executive-stats,
  .profile-values,
  .platform-features {
    grid-template-columns: 1fr;
  }

  .leader-photo {
    width: 100%;
    max-width: 168px;
    justify-self: center;
  }

  .org-chart {
    gap: 18px;
    padding-top: 4px;
  }

  .level-1,
  .level-2,
  .level-3,
  .level-4,
  .level-5 {
    grid-template-columns: 1fr;
  }

  .org-level::before {
    top: -18px;
    width: 3px;
    height: 18px;
    background: linear-gradient(180deg, rgba(25, 183, 189, 0.95), rgba(201, 162, 74, 0.95));
    box-shadow: 0 0 14px rgba(25, 183, 189, 0.34);
  }

  .org-level span::before {
    display: none;
  }

  .org-level {
    gap: 9px;
  }

  .org-level span,
  .level-1 span,
  .level-4 span,
  .level-5 span {
    min-height: 54px;
    padding: 9px 11px;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .org-level small {
    margin-bottom: 2px;
    font-size: 0.64rem;
  }

  .executive-stats {
    margin: -28px 18px 0;
  }

  .profile-values {
    margin: 0 18px;
  }

  .identity-rail {
    display: none;
  }

  .licenses-head,
  .license-grid {
    grid-template-columns: 1fr;
  }

  .article-image {
    min-height: 196px;
  }

  .client-logo-card {
    flex-basis: 164px;
    min-height: 86px;
  }

  .license-card {
    min-height: 190px;
  }

  .hero-buttons .btn {
    width: 100%;
  }
}
