:root {
  --navy-950: #07111f;
  --navy-900: #0b132b;
  --navy-800: #10233d;
  --navy-700: #173a58;
  --blue-500: #53aee2;
  --blue-400: #53aee2;
  --gold-500: #53aee2;
  --gray-100: #f0f4f8;
  --gray-300: #c8d6e2;
  --gray-400: #94a9bc;
  --gray-600: #5b7185;
  --white: #ffffff;
  --radius: 0;
  --maxw: 1440px;
  --page-gutter: clamp(24px, 4.4vw, 64px);
  --section-space: clamp(76px, 8vw, 112px);
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

html { scroll-padding-top: 88px; }

body {
  overflow-x: hidden;
  background: #f8fafc;
  color: #10233d;
}

a, button, input, select, textarea { border-radius: 0 !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid #53aee2;
  outline-offset: 4px;
}

.wrap {
  width: 100%;
  max-width: var(--maxw);
  padding-inline: var(--page-gutter);
}

.eyebrow {
  color: #53aee2;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

h1, h2, h3 { color: #0b132b; font-weight: 600; letter-spacing: -.035em; }
h1 { font-size: clamp(40px, 5vw, 68px); line-height: 1.02; }
h2 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.08; }
h3 { font-size: clamp(19px, 2vw, 25px); line-height: 1.14; }
p { color: #5b7185; }

.btn {
  min-height: 52px;
  justify-content: center;
  padding: 14px 24px;
  border-width: 1px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: none;
}
.btn-primary { color: #07111f; background: #53aee2; border-color: #53aee2; }
.btn-primary:hover { color: #07111f; background: #71bee8; border-color: #71bee8; transform: translateY(-2px); }
.btn-ghost { color: #ffffff; background: transparent; border-color: #3b5871; }
.btn-ghost:hover { color: #ffffff; background: #10233d; border-color: #53aee2; transform: translateY(-2px); }

header {
  background: #0a122c;
  border-bottom-color: #28445d;
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 88px;
  max-width: var(--maxw);
  padding: 0 var(--page-gutter);
}
.logo {
  position: relative;
  flex: 0 0 auto;
  width: clamp(210px, 19vw, 286px);
  height: 60px;
  overflow: hidden;
}
.brand-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  flex: none;
  width: 130.5%;
  max-width: none;
  height: auto;
  transform: translate(-11.9%, -36.75%);
}
.brand-logo-header { width: 130.5%; }
.footer-logo {
  position: relative;
  width: min(100%, 292px);
  height: 62px;
  overflow: hidden;
}
.brand-logo-footer { width: 130.5%; }
header nav ul { gap: clamp(18px, 2.5vw, 36px); }
header nav ul li a {
  position: relative;
  color: #c8d6e2;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
header nav ul li a::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 2px;
  background: #53aee2;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
header nav ul li a:hover::after, header nav ul li a.active::after { transform: scaleX(1); }
.nav-actions { gap: 12px; }
.nav-cta { min-height: 44px; padding: 10px 18px; }
.nav-toggle { width: 48px; height: 48px; border: 1px solid #3b5871 !important; font-size: 0; }
.nav-toggle::before { content: "MENU"; color: #ffffff; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }

.hero {
  position: relative;
  min-height: 680px;
  padding: clamp(104px, 10vw, 150px) 0;
  background: #0b132b;
  overflow: hidden;
}
.hero::before {
  position: absolute;
  width: min(48vw, 720px);
  aspect-ratio: 1;
  top: 50%;
  right: -6%;
  border: 1px solid rgba(83, 174, 226, .3);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(83, 174, 226, .12), inset 0 0 60px rgba(83, 174, 226, .08);
  content: "";
  transform: translateY(-50%);
}
.hero-watermark {
  position: absolute;
  top: 50%;
  right: clamp(-100px, -4vw, -30px);
  width: min(47vw, 690px);
  opacity: .24;
  pointer-events: none;
  transform: translateY(-50%);
}
.hero-watermark svg { display: block; width: 100%; height: auto; overflow: visible; }
.hero-watermark .africa-outline,
.hero-watermark .africa-island,
.hero-watermark .scan-ring,
.hero-watermark .scan-line,
.hero-watermark .camera-mark path,
.hero-watermark .camera-mark circle {
  fill: none;
  stroke: #53aee2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.hero-watermark .africa-outline { stroke: #53aee2; stroke-width: 2; }
.hero-watermark .africa-island { stroke: #53aee2; stroke-width: 1.2; opacity: .75; }
.hero-watermark .scan-ring { stroke-width: 1; stroke-dasharray: 5 9; }
.hero-watermark .scan-ring-one { animation: scanPulse 4.8s ease-in-out infinite; }
.hero-watermark .scan-ring-two { animation: scanPulse 4.8s 1.2s ease-in-out infinite; }
.hero-watermark .scan-line {
  stroke-width: 1.4;
  transform-box: view-box;
  transform-origin: 220px 205px;
  animation: scanSweep 10s linear infinite;
}
.hero-watermark .radar-node {
  fill: #53aee2;
  stroke: none;
  animation: radarPing 3.6s ease-in-out infinite;
}
.hero-watermark .radar-node-two { animation-delay: 1.2s; }
.hero-watermark .radar-node-three { animation-delay: 2.4s; }
.hero-watermark .camera-mark path,
.hero-watermark .camera-mark circle { stroke: #53aee2; stroke-width: 1.4; }
.hero-watermark .camera-mark { opacity: .72; }
@keyframes scanSweep { to { transform: rotate(360deg); } }
@keyframes scanPulse { 50% { opacity: .35; } }
@keyframes radarPing { 50% { opacity: .25; transform: scale(1.7); transform-origin: center; } }
.hero-inner { position: relative; z-index: 1; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: clamp(56px, 8vw, 116px); }
.hero h1 { max-width: 850px; color: #ffffff; }
.hero h1 em {
  color: #53aee2;
  background: none;
  -webkit-text-fill-color: currentColor;
}
.hero p.lead { max-width: 720px; margin: 28px 0 38px; color: #c8d6e2; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.7; }
.hero .eyebrow, .page-hero .eyebrow, .band-dark .eyebrow { color: #53aee2; }
.hero-cta { gap: 12px; }
.hero-panel {
  position: relative;
  padding: 34px 0 34px 32px;
  background: rgba(7, 17, 31, .62);
  border: 0;
  border-left: 2px solid #53aee2;
  box-shadow: none;
}
.hero-panel::before, .hero-panel::after {
  position: absolute;
  left: -8px;
  width: 14px;
  height: 14px;
  border-left: 2px solid #53aee2;
  content: "";
}
.hero-panel::before { top: 0; border-top: 2px solid #53aee2; }
.hero-panel::after { bottom: 0; border-bottom: 2px solid #53aee2; }
.hero-panel h3 { color: #ffffff; font-size: 24px; }
.hero-panel p { color: #94a9bc; }
.panel-list { gap: 0; }
.panel-list li {
  padding: 13px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #28445d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.panel-list li .dot { width: 7px; height: 7px; background: #53aee2; border-radius: 0; box-shadow: 0 0 12px rgba(83, 174, 226, .5); }

section { padding: var(--section-space) 0; }
.section-head { max-width: 780px; margin-bottom: clamp(44px, 6vw, 72px); }
.section-head p { margin-top: 20px; font-size: 17px; line-height: 1.72; }
.band-light { background: #f0f4f8; }
.band-dark { background: #0b132b; }
.band-dark h2, .band-dark h3 { color: #ffffff; }
.band-dark p { color: #94a9bc; }

#who-we-are { background: #ffffff; }
.about-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(52px, 9vw, 140px); }
.about-copy p { color: #334b60; font-size: 17px; line-height: 1.72; opacity: 1; }
.pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin-top: 34px; }
.pillar {
  min-height: 128px;
  padding: 22px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #b7c8d6;
}
.pillar b { color: #0b132b; font-size: 15px; }
.pillar span { color: #5b7185; font-size: 14px; }
.leadership { margin-top: var(--section-space); }
.leader-grid { gap: 2px; background: #28445d; }
.leader-card {
  min-height: 310px;
  padding: clamp(28px, 4vw, 48px);
  background: #0b132b;
  border: 0;
  border-top: 3px solid #53aee2;
  border-radius: 0;
  gap: 28px;
}
.leader-photo { width: 108px; height: 108px; border: 1px solid #53aee2; border-radius: 0; box-shadow: 0 0 28px rgba(83, 174, 226, .14); }
.leader-card h3 { color: #ffffff; }
.leader-role { color: #53aee2; font-family: var(--mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.leader-company { color: #94a9bc; }
.leader-card p { color: #c8d6e2; line-height: 1.65; }

.card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.card {
  position: relative;
  min-height: 280px;
  padding: clamp(28px, 4vw, 48px);
  background: #ffffff;
  border: 1px solid #d7e1e8;
  border-top: 3px solid #0b132b;
  border-radius: 0;
  box-shadow: none;
}
.card:hover { transform: translateY(-4px); border-color: #53aee2; box-shadow: 0 0 28px rgba(83, 174, 226, .15); }
.card .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  background: #0b132b;
  border: 1px solid #53aee2;
  border-radius: 0;
}
.card .icon svg { stroke: #53aee2; }
.card h3 { margin-bottom: 13px; font-size: clamp(22px, 2.5vw, 32px); }
.card p { max-width: 580px; font-size: 15px; line-height: 1.68; }

.tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 54px; }
.tech-card {
  min-height: 150px;
  padding: 28px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #28445d;
  border-radius: 0;
}
.tech-card b { color: #ffffff; font-size: 18px; }
.tech-card p { max-width: 600px; color: #94a9bc; line-height: 1.65; }
.idis-strip {
  margin-top: 72px;
  padding: clamp(30px, 5vw, 52px);
  background: #10233d;
  border: 1px solid #53aee2;
  border-radius: 0;
  box-shadow: 0 0 44px rgba(83, 174, 226, .1);
}
.badge {
  padding: 0;
  color: #53aee2;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
}
.idis-strip .left b { margin-top: 14px !important; font-size: clamp(24px, 3vw, 38px); font-weight: 600; letter-spacing: -.03em; }
.idis-strip .left p { max-width: 760px; margin-top: 12px; color: #c8d6e2; }

.cta-band {
  padding: clamp(42px, 6vw, 72px);
  background: #0b132b;
  border: 1px solid #28445d;
  border-radius: 0;
}
.cta-band h2 { color: #ffffff; }
.cta-band p { color: #94a9bc; }

.page-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 96px 0;
  background: #0b132b;
}
.page-hero h1 { max-width: 900px; color: #ffffff; }
.page-hero p { max-width: 720px; margin-top: 24px; color: #c8d6e2; font-size: 18px; line-height: 1.7; }

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(210px, .3fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}
.privacy-nav {
  position: sticky;
  top: 116px;
  padding-top: 22px;
  border-top: 2px solid #53aee2;
}
.privacy-nav strong {
  display: block;
  margin-bottom: 12px;
  color: #0b132b;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.privacy-nav a {
  display: block;
  padding: 9px 0;
  color: #5b7185;
  border-bottom: 1px solid #d9e2ea;
  font-size: 13px;
}
.privacy-nav a:hover { color: #0b132b; border-color: #53aee2; }
.privacy-content { max-width: 860px; }
.privacy-content > section {
  padding: 0 0 clamp(46px, 6vw, 72px);
  margin: 0 0 clamp(46px, 6vw, 72px);
  border-bottom: 1px solid #d9e2ea;
}
.privacy-content > section:last-child { margin-bottom: 0; border-bottom: 0; }
.privacy-content h2 { margin-bottom: 20px; }
.privacy-content h3 { margin: 30px 0 10px; }
.privacy-content p + p { margin-top: 15px; }
.privacy-content ul { display: grid; gap: 12px; margin: 18px 0 0 20px; color: #5b7185; }
.privacy-content li { padding-left: 6px; }
.privacy-content a { color: #247aaa; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.privacy-content a:hover { color: #0b132b; }
.privacy-note {
  margin-top: 24px;
  padding: 22px 24px;
  color: #c8d6e2;
  background: #0b132b;
  border-left: 3px solid #53aee2;
}
.privacy-note strong { color: #ffffff; }
.privacy-updated {
  margin-top: 28px;
  color: #5b7185;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 8vw, 110px); }
.contact-grid > div:first-child { display: flex; flex-direction: column; }
.contact-grid > div:first-child .office-card:nth-child(2) { order: -1; }
.office-card {
  padding: 30px 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #b7c8d6;
  border-radius: 0;
}
.office-card .flag { color: #53aee2; font-family: var(--mono); font-size: 10px; letter-spacing: .13em; }
.office-card h3 { margin-bottom: 18px; }
.detail-row { align-items: flex-start; margin-bottom: 11px; color: #10233d; }
.detail-row .label { min-width: 92px; color: #5b7185; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.detail-row a { color: #53aee2; }
.email-panel {
  position: relative;
  padding: clamp(30px, 5vw, 52px);
  background: #0b132b;
  border: 1px solid #28445d;
  border-top: 3px solid #53aee2;
  align-self: start;
  overflow: hidden;
}
.email-panel::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(83, 174, 226, .22);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(83, 174, 226, .08), inset 0 0 40px rgba(83, 174, 226, .06);
  content: "";
  pointer-events: none;
}
.email-panel h2 { position: relative; z-index: 1; max-width: 560px; margin-top: 20px; color: #ffffff; }
.email-panel > p { position: relative; z-index: 1; max-width: 620px; margin-top: 20px; color: #c8d6e2; font-size: 16px; line-height: 1.7; }
.direct-email {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 34px 0 22px;
  padding: 20px 0;
  color: #53aee2;
  border-top: 1px solid #3b5871;
  border-bottom: 1px solid #3b5871;
  font-family: var(--mono);
  font-size: clamp(13px, 1.5vw, 16px);
  overflow-wrap: anywhere;
}
.direct-email + .direct-email { margin-top: -23px; }
.direct-email:hover { color: #ffffff; border-color: #53aee2; }
.direct-email span:last-child { font-size: 22px; }
.email-points { position: relative; z-index: 1; display: grid; gap: 0; margin-bottom: 30px; }
.email-points span { display: flex; gap: 14px; padding: 12px 0; color: #c8d6e2; border-bottom: 1px solid #28445d; font-size: 14px; }
.email-points b { color: #53aee2; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.email-panel .btn { position: relative; z-index: 1; }

html.reveal-ready [data-reveal] {
  opacity: 0;
  transition: opacity .72s ease, transform .72s cubic-bezier(.22, 1, .36, 1);
}
html.reveal-ready [data-reveal="left"] { transform: translate3d(-34px, 0, 0); }
html.reveal-ready [data-reveal="right"] { transform: translate3d(34px, 0, 0); }
html.reveal-ready [data-reveal="up"] { transform: translate3d(0, 28px, 0); }
html.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

footer { padding: 80px 0 28px; background: #0a122c; border-top: 1px solid #28445d; }
.footer-grid { gap: clamp(36px, 6vw, 80px); margin-bottom: 58px; }
.footer-grid > div:nth-child(2) { order: 3; }
.footer-grid > div:nth-child(3) { order: 2; }
.footer-top { margin-bottom: 42px; }
footer h4 { color: #53aee2; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }
.office b { color: #ffffff; }
.office p, footer p { color: #94a9bc; line-height: 1.65; }
.footer-bottom { border-top-color: #28445d; padding-top: 26px; color: #71899d; }
.legal-smallprint {
  margin: 14px 0 0;
  color: #536b80;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: .01em;
  opacity: .68;
}

@media (max-width: 1100px) {
  .nav-cta { display: none; }
  header nav ul { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  header nav.is-open ul {
    position: absolute;
    top: 88px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 22px var(--page-gutter) 30px;
    background: #0a122c;
    border-top: 1px solid #28445d;
    border-bottom: 1px solid #28445d;
  }
  header nav.is-open li { border-bottom: 1px solid #28445d; }
  header nav.is-open li a { display: block; padding: 16px 0; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-panel { max-width: 720px; }
}

@media (max-width: 820px) {
  :root { --section-space: 82px; }
  .nav { min-height: 80px; }
  html { scroll-padding-top: 80px; }
  header nav.is-open ul { top: 80px; }
  .logo { width: 220px; height: 50px; }
  .brand-logo-header { width: 130.5%; }
  .hero { padding: 92px 0; }
  .hero-watermark { right: -110px; width: min(78vw, 520px); opacity: .14; }
  .about-grid, .contact-grid, .privacy-layout { grid-template-columns: 1fr; }
  .privacy-nav { position: static; }
  .pillars, .card-grid, .tech-grid { grid-template-columns: 1fr; }
  .leader-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --section-space: 68px; }
  .nav { min-height: 72px; }
  html { scroll-padding-top: 72px; }
  header nav.is-open ul { top: 72px; }
  .logo { width: 174px; height: 42px; }
  .brand-logo-header { width: 130.5%; }
  .footer-logo { width: 220px; height: 48px; }
  .hero { padding: 76px 0; }
  .hero-panel { padding-left: 22px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .pillars { grid-template-columns: 1fr; }
  .leader-card { flex-direction: column; }
  .leader-photo { width: 92px; height: 92px; }
  .cta-band { align-items: stretch; }
  .cta-band .btn { width: 100%; }
  .page-hero { min-height: auto; padding: 72px 0; }
  .form-row { grid-template-columns: 1fr; }
  .detail-row { display: grid; gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  html.reveal-ready [data-reveal] { opacity: 1 !important; transform: none !important; }
}
