:root {
  --bg: #0d2b43;
  --bg-deep: #0a2135;
  --bg-mid: #114564;
  --text: #f8fafc;
  --muted: #a9c2d7;
  --line: rgba(148, 163, 184, 0.15);
  --cyan: #34e9ff;
  --blue: #33e884;
  /* Blend hero image into page canvas */
  --hero-fade-mid: #14566d;
  --hero-fade-to: #16746f;
  --intro-mid: #0f3d52;
  --intro-deep: #0c3042;
  /* Matches section leads (e.g. “Your digital partner…”) — hero wordmark uses the same scale */
  --section-lead-fs: clamp(2rem, 5vw, 4.2rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; min-height: 100%; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  position: relative;
  min-height: 100%;
  background-color: var(--bg-deep);
  isolation: isolate;
}
/* One continuous canvas (same atmosphere as hero) — fixed behind all scrolling content */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 88% 70% at 14% 22%, rgba(52, 233, 255, .28), transparent 52%),
    radial-gradient(ellipse 80% 75% at 86% 78%, rgba(51, 232, 132, .2), transparent 50%),
    radial-gradient(ellipse 52% 45% at 72% 38%, rgba(52, 233, 255, .14), transparent 46%),
    radial-gradient(ellipse 55% 42% at 24% 88%, rgba(51, 232, 132, .1), transparent 50%),
    linear-gradient(180deg, rgba(10, 33, 53, 0.9) 0%, rgba(17, 54, 82, 0.78) 28%, rgba(20, 86, 109, 0.68) 58%, rgba(22, 116, 111, 0.72) 92%, rgba(19, 90, 110, 0.82) 100%),
    url("assets/bg2.png") center center / cover no-repeat;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.44;
  background-image:
    linear-gradient(rgba(52, 233, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 233, 255, .12) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 95% 75% at 50% 10%, #000 0%, transparent 76%);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1280px, calc(100% - 3rem)); margin: 0 auto; }
.site { overflow-x: hidden; }

.site-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 9999; transform: translateY(-100px);
  transition: transform .45s ease, background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-nav.scrolled { transform: translateY(0); background: rgba(12, 46, 70, .72); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(52, 233, 255, .24); }
.nav-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: flex; align-items: center; gap: 7px; font-weight: 800; font-size: 1.25rem; }
.logo-box {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255, 255, 255, .12);
  box-shadow:
    0 0 14px rgba(255, 255, 255, .35),
    0 0 26px rgba(255, 255, 255, .2);
  transition: transform .18s linear, box-shadow .18s linear;
}
.logo-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.accent { color: var(--cyan); }
.nav-links { display: flex; align-items: center; gap: 1.6rem; color: var(--muted); }
.nav-links a:hover { color: var(--text); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 0; width: 40px; height: 40px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--text); margin: 4px auto; }

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 5.5rem 0 4rem;
  background: transparent;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/bg1.png") center center / cover no-repeat;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(32vh, 280px);
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(20, 86, 109, 0.25) 38%,
    rgba(22, 116, 111, 0.72) 72%,
    var(--hero-fade-to) 100%
  );
}
.hero-inner { position: relative; z-index: 2; max-width: 980px; margin-left: auto; margin-right: auto; width: 100%; }
.hero-copy {
  position: relative;
  z-index: 1;
  --hero-headline-fs: var(--section-lead-fs);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.hero-title-main {
  min-width: 0;
  flex: 0 1 auto;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.hero-title-main h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-size: var(--hero-headline-fs);
  line-height: 1.08;
}
.hero-title-row {
  margin: .8rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}
.chip {
  display: inline-block; color: var(--cyan); border: 1px solid rgba(34, 211, 238, .3); background: rgba(34,211,238,.1);
  border-radius: 999px; padding: .45rem .9rem; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 600;
}
h1, h2, h3 { margin: 0; font-family: "Space Grotesk", Inter, sans-serif; line-height: 1.15; }
h1 { font-size: clamp(2.1rem, 7.4vw, 4.2rem); margin: 0 0 .2rem; }
.hero-brand {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  flex-shrink: 0;
}
.hero-brand--h1 {
  line-height: 0;
}
.hero-brand-logo {
  width: clamp(120px, 18vw, 200px);
  height: auto;
  display: block;
  filter: drop-shadow(0 0 18px rgba(34, 211, 238, .28));
  transform-style: preserve-3d;
  animation: coin-spin 4.6s linear infinite;
}
.hero-h1-brand-line .hero-brand-logo {
  width: auto;
  height: 3em;
  max-width: min(92vw, 18em);
  object-fit: contain;
  animation-duration: 5.2s;
}
@keyframes coin-spin {
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}
.title-top { display: block; color: var(--text); }
.hero-h1-brand-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2em;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  font-size: calc(var(--section-lead-fs) * 1.2);
}
.hero-h1-brand-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12em;
  min-width: 0;
}
.hero-title-main h1 .hero-h1-tagline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.38em;
  row-gap: 0.08em;
  font-size: max(0.95rem, calc(var(--hero-headline-fs) * 0.42));
  font-weight: 400;
  line-height: 1.15;
  margin-top: 0.08em;
  max-width: none;
  width: auto;
  padding-inline: 0;
  margin-left: 0;
  margin-right: 0;
  letter-spacing: 0;
  text-align: left;
  color: #b7c8d6;
}
.title-bottom {
  background: none;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
  background-clip: unset;
  text-shadow: none;
}
.hero-h1-tagline .tagline-script {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-size: 1.72em;
  letter-spacing: 0.01em;
  line-height: 1;
}
.hero-h1-tagline .tagline-caps {
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.62em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
}
.hero-h1-tagline .tagline-dot {
  font-family: Inter, Arial, sans-serif;
  font-size: 0.55em;
  font-weight: 400;
  line-height: 1;
  opacity: 0.85;
}
.wordmark {
  display: inline-block;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--text);
  text-transform: none;
}
.wordmark .accent {
  color: #2ce987;
  text-shadow:
    0 0 10px rgba(44, 233, 135, .75),
    0 0 22px rgba(44, 233, 135, .55),
    0 0 36px rgba(44, 233, 135, .35);
}
.hero-quote {
  margin: 0 auto .55rem;
  color: #b9f7ff;
  font-size: clamp(1.1rem, 2.3vw, 2.1rem);
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: none;
  text-shadow: 0 0 12px rgba(34, 211, 238, .24);
}
.hero-copy > .hero-sub {
  color: #d8f7ff;
  /* Slightly smaller than Engineering line (0.34 vs 0.4 of headline scale) */
  font-size: max(0.72rem, calc(var(--hero-headline-fs) * 0.34));
  font-weight: 500;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.45;
}
.hero-actions { margin-top: 2rem; width: 100%; display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.btn { border-radius: 999px; padding: .88rem 1.55rem; border: 1px solid transparent; font-weight: 600; transition: .25s ease; display: inline-flex; align-items: center; }
.btn:hover { transform: translateY(-1px); }
.btn-outline { border-color: rgba(34, 211, 238, .45); background: rgba(34, 211, 238, .04); }
.btn-gradient { background: linear-gradient(135deg, var(--cyan), var(--blue)); color: var(--bg-deep); box-shadow: 0 0 30px rgba(34, 211, 238, .25); }
.btn-small { padding: .55rem 1rem; font-size: .875rem; }
.scroll-indicator {
  position: absolute; left: 50%; bottom: 36px; transform: translateX(-50%); width: 28px; height: 44px; border-radius: 99px;
  border: 2px solid #64748b; display: flex; justify-content: center; padding-top: 8px;
  z-index: 2;
}
.scroll-indicator span { width: 5px; height: 8px; border-radius: 99px; background: var(--cyan); animation: drop 1.4s infinite ease; }
@keyframes drop { 0% { transform: translateY(0); opacity: 1; } 80% { transform: translateY(14px); opacity: 0; } 100% { transform: translateY(0); opacity: 0; } }

/* Company overview — bridge hero → metrics */
.company-intro {
  position: relative;
  margin-top: -1px;
  padding: 4.25rem 0 4.5rem;
  background: linear-gradient(
    180deg,
    var(--hero-fade-to) 0%,
    var(--intro-mid) 42%,
    var(--intro-deep) 100%
  );
}
.company-intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(22vh, 180px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(20, 86, 109, 0.45) 55%,
    #14566d 100%
  );
}
.company-intro-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.company-intro-lead {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  line-height: 1.62;
  color: #e8f6fb;
  letter-spacing: 0.01em;
}
.company-intro-creds {
  margin: 1.65rem 0 0;
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  font-weight: 500;
  line-height: 1.72;
  color: #a9c9d8;
}

/* Hero → impact metrics bridge */
.hero-metrics {
  position: relative;
  margin-top: -1px;
  padding: 2.75rem 0 4.25rem;
  background: linear-gradient(
    180deg,
    #14566d 0%,
    #14566d 18%,
    rgba(17, 74, 92, 0.92) 100%
  );
}
.hero-metrics-inner {
  position: relative;
  z-index: 1;
}
.hero-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
}
.hero-metric {
  --metric-accent: var(--cyan);
  position: relative;
  text-align: center;
  padding: 1.65rem 1.1rem 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(52, 233, 255, 0.22);
  background:
    linear-gradient(155deg, rgba(14, 52, 68, 0.92) 0%, rgba(8, 30, 44, 0.88) 55%, rgba(6, 22, 34, 0.94) 100%);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(44, 233, 135, 0.08);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.hero-metric:hover,
.hero-metric:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(52, 233, 255, 0.55);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    0 0 28px rgba(52, 233, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  outline: none;
}
.hero-metric:active {
  transform: translateY(-1px) scale(0.985);
}
.hero-metric::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--metric-accent), var(--blue), transparent);
  opacity: 0.9;
}
.hero-metric::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -40px;
  bottom: -50px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 233, 255, 0.22) 0%, transparent 70%);
  pointer-events: none;
}
.hero-metric:nth-child(1) { --metric-accent: #34e9ff; }
.hero-metric:nth-child(2) { --metric-accent: #2ce987; }
.hero-metric:nth-child(3) { --metric-accent: #5ee4ff; }
.hero-metric:nth-child(4) { --metric-accent: #7cf0b8; }
.hero-metric.is-done {
  border-color: rgba(44, 233, 135, 0.35);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(44, 233, 135, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.hero-metric.is-pulse {
  animation: metricCardPulse 0.7s ease;
}
.hero-metric.is-pulse .hero-metric-display {
  animation: metricDisplayPulse 0.7s ease;
}
.hero-metric-display {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.1em;
  min-height: 3.35rem;
  padding: 0.55rem 0.85rem;
  border-radius: 14px;
  --slot-h: 1em;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2.15rem, 4.5vw, 3.15rem);
  font-weight: 700;
  line-height: 1;
  background:
    linear-gradient(180deg, rgba(2, 10, 18, 0.95) 0%, rgba(4, 20, 30, 0.98) 100%);
  border: 1px solid rgba(52, 233, 255, 0.28);
  box-shadow:
    inset 0 3px 14px rgba(0, 0, 0, 0.55),
    inset 0 -1px 0 rgba(52, 233, 255, 0.12),
    0 0 22px rgba(52, 233, 255, 0.1);
}
.hero-metric-prefix,
.hero-metric-suffix {
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  letter-spacing: -0.02em;
}
.hero-metric-prefix:empty,
.hero-metric-suffix:empty {
  display: none;
}
.hero-metric-slots {
  display: inline-flex;
  align-items: center;
  gap: 0.04em;
}
.slot-col {
  display: inline-block;
  height: var(--slot-h);
  overflow: hidden;
  vertical-align: top;
  min-width: 0.58em;
  text-align: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.35);
}
.slot-strip {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  will-change: transform;
}
.slot-strip.is-spinning {
  transition: transform 3s cubic-bezier(0.12, 0.78, 0.14, 1);
}
.slot-digit {
  flex: 0 0 var(--slot-h);
  height: var(--slot-h);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8ffff 0%, var(--cyan) 42%, var(--blue) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 18px rgba(52, 233, 255, 0.25);
}
.hero-metric-label {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.85rem;
  color: #d4eef8;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@keyframes metricCardPulse {
  0% { transform: translateY(0) scale(1); }
  35% { transform: translateY(-6px) scale(1.03); }
  100% { transform: translateY(0) scale(1); }
}
@keyframes metricDisplayPulse {
  0% { box-shadow: inset 0 3px 14px rgba(0, 0, 0, 0.55), 0 0 22px rgba(52, 233, 255, 0.1); }
  40% {
    box-shadow:
      inset 0 3px 14px rgba(0, 0, 0, 0.45),
      0 0 28px var(--metric-accent),
      0 0 48px rgba(52, 233, 255, 0.35);
  }
  100% { box-shadow: inset 0 3px 14px rgba(0, 0, 0, 0.55), 0 0 22px rgba(52, 233, 255, 0.1); }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section { padding: 8rem 0; position: relative; overflow: hidden; background: transparent; }
.section::before {
  display: none;
}
.section-dark,
.section-gradient,
.section-mid {
  background: transparent;
}
.section-head { margin-bottom: 3rem; max-width: 760px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }
.kicker { text-transform: uppercase; letter-spacing: .15em; color: var(--cyan); font-size: .72rem; font-weight: 600; }
h2 { font-size: var(--section-lead-fs); margin-top: .8rem; }
.lead { color: var(--muted); font-size: 1.08rem; line-height: 1.7; max-width: 760px; }

.card { border: 1px solid var(--line); border-radius: 18px; }
.card-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: .95rem;
  border: 1px solid rgba(52, 233, 255, .22);
  filter: saturate(1.08) contrast(1.02);
}
.card-image.small {
  height: 72px;
  margin-bottom: .8rem;
}
.visual-block {
  width: 100%;
  height: 82px;
  border-radius: 12px;
  margin-bottom: .95rem;
  background:
    linear-gradient(120deg, rgba(52,233,255,.24), rgba(51,232,132,.18)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 22px);
  border: 1px solid rgba(52, 233, 255, .24);
}
.visual-block.small {
  height: 54px;
  margin-bottom: .8rem;
}
.service-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.services-split {
  display: flex;
  flex-direction: column;
  gap: clamp(1.35rem, 2.8vw, 2.15rem);
  align-items: stretch;
}
.services-detail {
  position: relative;
  min-height: 12rem;
  width: 100%;
}
.service-detail-panel {
  position: relative;
  padding: 2rem 2rem 2.15rem;
  background: #14607f;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 0 24px rgba(51, 232, 132, .14);
  transition: box-shadow .28s ease, opacity .25s ease;
}
.service-detail-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--cyan));
}
.service-detail-panel[hidden] {
  display: none;
}
.service-detail-panel .kicker {
  display: block;
  margin-bottom: 0.35rem;
}
.service-detail-panel h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  line-height: 1.25;
}
.service-detail-lead {
  margin: 0 0 1.1rem;
  max-width: none;
  font-size: 1rem;
}
.services-cap-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.1rem;
  display: grid;
  gap: 0.42rem;
}
.services-cap-list li {
  position: relative;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  padding-left: 0.95rem;
}
.services-cap-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 8px rgba(52, 233, 255, 0.45);
}
.services-example-title {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan);
}
.services-example-list {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.services-example-list li {
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(226, 232, 240, 0.92);
  padding: 0.55rem 0.65rem 0.55rem 0.75rem;
  border-radius: 10px;
  background: rgba(8, 36, 56, 0.38);
  border: 1px solid rgba(52, 233, 255, 0.16);
}
.services-detail-cta {
  margin-top: 0.25rem;
}
.services-picker {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
}
.service-pick {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(52, 233, 255, 0.22);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(8, 36, 56, 0.5);
  aspect-ratio: 4 / 5;
  transition: transform 0.22s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  text-align: left;
}
.service-pick-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}
.service-pick::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(4, 20, 36, 0.88) 100%);
  pointer-events: none;
}
.service-pick-label {
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.55rem;
  z-index: 1;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
  color: #f8fafc;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
}
.service-pick:hover .service-pick-bg,
.service-pick:focus-visible .service-pick-bg {
  transform: scale(1.08);
}
.service-pick:hover,
.service-pick:focus-visible {
  border-color: rgba(52, 233, 255, 0.55);
  box-shadow: 0 0 22px rgba(52, 233, 255, 0.22);
  outline: none;
}
.service-pick.is-active {
  border-color: rgba(52, 233, 255, 0.85);
  box-shadow: 0 0 0 2px rgba(52, 233, 255, 0.35), 0 0 28px rgba(51, 232, 132, 0.2);
}
.service-pick.is-active .service-pick-bg {
  transform: scale(1.06);
}
.service-card {
  padding: 2rem; background: linear-gradient(135deg, rgba(22, 92, 126, .82), rgba(19, 76, 108, .9));
  box-shadow: 0 0 0 1px rgba(52, 233, 255, .16) inset, 0 0 24px rgba(52, 233, 255, .14);
  transition: transform .2s linear;
}
.service-card .card-num { font-size: 3.1rem; font-weight: 700; color: rgba(148, 163, 184, .2); display: block; margin-bottom: 1rem; }
.service-card h3 { font-size: 1.6rem; margin-bottom: .55rem; }
.service-card p { color: var(--muted); margin: 0; }

.watermark {
  position: absolute; left: 0; top: 50%; transform: translateY(-50%); white-space: nowrap; pointer-events: none;
  font-size: 18vw; font-weight: 700; color: rgba(180, 240, 255, .06);
}
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.solution-grid--projects {
  grid-template-columns: 1fr;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  gap: 1.35rem;
}
.solution-card { padding: 2rem; background: #14607f; position: relative; overflow: hidden; transition: transform .2s linear; box-shadow: 0 0 24px rgba(51, 232, 132, .14); }
.solution-card::before,
.who-vm-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--cyan));
}
.solution-card--project {
  padding: 1.65rem 1.85rem 1.85rem;
}
.solution-card--project .card-image.small {
  height: clamp(148px, 28vw, 210px);
  margin-bottom: 0.85rem;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
}
.solution-card-index {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.35rem;
}
.solution-card--project h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1.12rem, 2.1vw, 1.35rem);
  line-height: 1.3;
}
.solution-card-block {
  margin-top: 1rem;
}
.solution-card-block-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(148, 163, 184, 0.95);
}
.solution-card-position {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}
.solution-card-highlight {
  margin: 1rem 0 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--muted);
}
.solution-card-value {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  color: var(--text);
}
.solution-card-value strong {
  color: var(--cyan);
  font-weight: 700;
}
.solution-card-note {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(148, 163, 184, 0.95);
  font-style: italic;
}
.solution-card:not(.solution-card--project) strong,
.who-vm-body strong {
  font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1; display: block;
  background: linear-gradient(135deg, var(--cyan), var(--blue)); -webkit-text-fill-color: transparent; -webkit-background-clip: text; background-clip: text;
}
.solution-card:not(.solution-card--project) > span {
  color: #64748b; display: block; text-transform: uppercase; letter-spacing: .12em; margin-top: .3rem; font-size: .78rem;
}
.solution-card:not(.solution-card--project) h3 {
  margin-top: 1rem; font-size: 1.3rem;
}
.solution-card:not(.solution-card--project) p {
  margin: .55rem 0 0;
  color: var(--muted);
}
.stats { margin-top: 3.4rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.stats b { font-size: 2rem; color: var(--cyan); display: block; }
.stats span { color: var(--muted); font-size: .95rem; }

.timeline { position: relative; max-width: 980px; margin: 0 auto; display: grid; gap: 3rem; }
.timeline .line { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; transform: translateX(-50%); background: rgba(148,163,184,.2); }
.line-fill { width: 100%; height: 0%; background: var(--cyan); box-shadow: 0 0 12px rgba(34,211,238,.35); transition: height .35s; }
.step { width: min(440px, 100%); }
.step:nth-of-type(odd) { margin-left: 0; }
.step:nth-of-type(even) { margin-left: auto; text-align: right; }
.step b { font-size: clamp(3.2rem, 8vw, 6rem); color: rgba(148, 163, 184, .12); line-height: .9; font-family: "Space Grotesk", sans-serif; }
.step h3 { margin-top: .7rem; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.step p { margin: .55rem 0 0; color: var(--muted); font-size: 1.05rem; }

/* —— Who We Are (section 2) —— */
.section-who {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding-top: 5.5rem;
  padding-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}
.section-who::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: min(18vh, 140px);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(17, 74, 92, 0.92) 0%,
    rgba(22, 116, 111, 0.35) 55%,
    transparent 100%
  );
}
.section-who > .container {
  position: relative;
  z-index: 1;
}
/* Extra air: “Your digital partner…” → Vision card; Vision/Mission → partners */
.section-who .section-head:first-of-type {
  margin-bottom: 4.5rem;
}
.who-vm-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  max-width: min(920px, 100%);
  margin: 0 auto 5.5rem;
  align-items: stretch;
}
.who-vm-card {
  padding: 0;
  background: #14607f;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s linear;
  box-shadow: 0 0 24px rgba(51, 232, 132, 0.14);
  min-width: 0;
}
.who-vm-stack .who-vm-card.reveal {
  opacity: 0;
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.who-vm-stack .who-vm-card--vision.reveal:not(.is-visible) {
  transform: translate3d(-88px, 0, 0);
}
.who-vm-stack .who-vm-card--mission.reveal:not(.is-visible) {
  transform: translate3d(88px, 0, 0);
}
.who-vm-stack .who-vm-card.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.who-vm-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.who-vm-row--reverse {
  grid-template-columns: 1fr;
}
.who-vm-row--reverse .who-vm-figure,
.who-vm-row--reverse .who-vm-body {
  order: unset;
}
.who-vm-figure {
  margin: 0;
  height: clamp(6.75rem, 13vw, 8.25rem);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.who-vm-figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.08) contrast(1.03);
}
.who-vm-body {
  padding: 1.2rem 1.15rem 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
}
.who-vm-card .who-vm-body strong {
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.05;
}
.who-vm-body > p {
  margin: 0.65rem 0 0;
  color: var(--text);
  font-weight: 400;
  font-size: 0.92rem;
  line-height: 1.5;
  font-family: Inter, Arial, sans-serif;
}
.who-partners {
  margin: 0 auto 1.35rem;
}

.who-timeline-head {
  margin-bottom: 2rem;
}
.who-timeline-title {
  margin-top: 0.65rem;
  font-size: clamp(1.45rem, 3.2vw, 2.1rem);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

.section-timeline-compact {
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: 5.5rem;
}
.section-timeline-compact .container {
  max-width: min(1180px, 100%);
}
.section-timeline-compact .who-timeline-head {
  margin-bottom: 1.75rem;
}
.section-timeline-compact .who-timeline-title {
  margin-top: 0.55rem;
  font-size: clamp(1.35rem, 3vw, 2.05rem);
}

.story-timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding: 0.25rem 0 1rem;
  margin-inline: -0.35rem;
  scrollbar-gutter: stable;
  outline: none;
  cursor: grab;
  user-select: none;
}
.story-timeline-scroll.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.story-timeline-scroll.is-dragging * {
  pointer-events: none;
}
.story-timeline-scroll::-webkit-scrollbar {
  height: 6px;
}
.story-timeline-scroll::-webkit-scrollbar-thumb {
  background: rgba(52, 233, 255, 0.35);
  border-radius: 99px;
}
.story-timeline-scroll::-webkit-scrollbar-track {
  background: rgba(148, 163, 184, 0.12);
  border-radius: 99px;
}

@media (max-width: 720px) {
  .story-timeline-scroll {
    cursor: auto;
    user-select: auto;
  }
}

.story-timeline.timeline.timeline--horizontal {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  max-width: none;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0.5rem 1rem 0.75rem;
  position: relative;
}

.timeline--horizontal .line {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 50%;
  bottom: auto;
  width: auto;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(52, 233, 255, .12), rgba(148, 163, 184, .28), rgba(51, 232, 132, .12));
  z-index: 0;
  pointer-events: none;
}

.timeline--horizontal .line-fill {
  width: 0%;
  height: 100%;
  border-radius: 99px;
  transition: width 0.45s ease-out;
}

.line-fill--gradient {
  background: linear-gradient(90deg, #34e9ff, #2ce987, #34e9ff);
  background-size: 200% 100%;
  animation: story-line-flow 3.2s ease-in-out infinite, story-line-glow 2.4s ease-in-out infinite;
}
@keyframes story-line-flow {
  0%, 100% { background-position: 0% 0%; }
  50% { background-position: 100% 0%; }
}
@keyframes story-line-glow {
  0%, 100% { box-shadow: 0 0 10px rgba(52, 233, 255, .4); }
  50% { box-shadow: 0 0 22px rgba(52, 233, 255, .55), 0 0 30px rgba(44, 233, 135, .25); }
}

.timeline--horizontal .step {
  width: clamp(200px, 22vw, 248px);
  flex: 0 0 clamp(200px, 22vw, 248px);
  margin: 0;
  margin-left: 0;
  text-align: center;
  scroll-snap-align: center;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  min-height: clamp(420px, 58vw, 520px);
  padding: 0 0.55rem;
}
.timeline--horizontal .step:nth-of-type(odd),
.timeline--horizontal .step:nth-of-type(even) {
  margin-left: 0;
  text-align: center;
}

.timeline--horizontal .story-dot {
  grid-row: 2;
  grid-column: 1;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #e8ffff, #34e9ff 45%, #0a7a8a 100%);
  box-shadow: 0 0 0 3px rgba(10, 22, 40, .92), 0 0 14px rgba(52, 233, 255, .45);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 2;
}

.timeline--horizontal .story-card {
  padding: 0 0.15rem;
  min-width: 0;
}

.timeline--horizontal .story-step-above .story-card {
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  padding-bottom: 1rem;
}

.timeline--horizontal .story-step-below .story-card {
  grid-row: 3;
  grid-column: 1;
  align-self: start;
  padding-top: 1rem;
}

.timeline--horizontal .step b {
  display: block;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1;
  font-family: "Space Grotesk", sans-serif;
  color: #b9d4e8;
  -webkit-text-fill-color: #b9d4e8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.timeline--horizontal .step h3 {
  margin-top: 0.55rem;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  line-height: 1.25;
}

.timeline--horizontal .step p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.story-step {
  border-radius: 16px;
  transition: transform 0.45s ease, opacity 0.45s ease, border-color 0.35s ease;
}
.story-step.is-active .story-dot {
  transform: scale(1.25);
  box-shadow: 0 0 0 3px rgba(10, 22, 40, .92), 0 0 22px rgba(52, 233, 255, .75), 0 0 36px rgba(44, 233, 135, .35);
}
.story-step.is-active .story-card {
  transform: translateY(0);
}
.story-step.is-active b {
  color: #34e9ff;
  -webkit-text-fill-color: #34e9ff;
  text-shadow:
    0 0 1px rgba(10, 22, 40, 0.95),
    0 0 28px rgba(52, 233, 255, 0.65),
    0 2px 14px rgba(0, 0, 0, 0.4);
}

.timeline--chapters .step {
  width: clamp(260px, 28vw, 320px);
  flex: 0 0 clamp(260px, 28vw, 320px);
}
.timeline--chapters .step h3 {
  font-size: clamp(0.98rem, 1.6vw, 1.2rem);
}
.timeline--chapters .step p {
  font-size: 0.84rem;
  line-height: 1.55;
}
.story-step--era h3 {
  color: #f0c75e;
}
.story-step--era b {
  color: #f0c75e;
  -webkit-text-fill-color: #f0c75e;
}

@media (max-width: 720px) {
  .timeline--horizontal .step {
    width: min(82vw, 280px);
    flex-basis: min(82vw, 280px);
    min-height: 0;
    grid-template-rows: auto auto;
    padding: 0 0.4rem 0.5rem;
  }
  .timeline--horizontal .story-dot {
    grid-row: 1;
    margin-bottom: 0.75rem;
  }
  .timeline--horizontal .story-step-above .story-card,
  .timeline--horizontal .story-step-below .story-card {
    grid-row: 2;
    align-self: start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .timeline--horizontal .line {
    top: 7px;
    transform: none;
  }
  .timeline--horizontal .step p {
    font-size: 0.78rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .timeline--chapters .step {
    width: min(86vw, 300px);
    flex-basis: min(86vw, 300px);
  }
  .timeline--chapters .step p {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
  }
  .story-timeline-scroll {
    scroll-snap-type: x mandatory;
  }
  .partners-marquee {
    mask-image: none;
  }
  .story-timeline-scroll::after,
  .partners-marquee-wrap::after {
    content: "Swipe →";
    display: block;
    text-align: right;
    color: var(--muted);
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    margin: 0.35rem 0.5rem 0;
    opacity: 0.75;
  }
}

@media (max-width: 900px) {
  .who-vm-stack {
    grid-template-columns: 1fr;
    max-width: min(520px, 100%);
  }
  .who-vm-stack .who-vm-card--vision.reveal:not(.is-visible) {
    transform: translate3d(-48px, 28px, 0);
  }
  .who-vm-stack .who-vm-card--mission.reveal:not(.is-visible) {
    transform: translate3d(48px, 28px, 0);
  }
}

@media (max-width: 720px) {
  .who-vm-stack {
    max-width: 100%;
  }
  .who-vm-figure {
    height: clamp(6.5rem, 28vw, 7.5rem);
  }
  .who-vm-body {
    padding: 1.1rem 1rem 1.25rem;
  }
  .who-vm-stack .who-vm-card--vision.reveal:not(.is-visible),
  .who-vm-stack .who-vm-card--mission.reveal:not(.is-visible) {
    transform: translate3d(0, 28px, 0);
  }
}
.about-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 4vw, 3rem);
  text-align: center;
}
.about-copy {
  max-width: 720px;
  width: 100%;
}
.about-copy .lead {
  margin-left: auto;
  margin-right: auto;
}
.about-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin-top: 0.25rem;
}
.about-atom-chips {
  display: none;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}
.about-atom-chips li {
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(52, 233, 255, 0.28);
  background: rgba(10, 33, 53, 0.35);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
}
.about-atom-wrap {
  position: relative;
  width: min(460px, 92vw);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: grid;
  place-items: center;
  isolation: isolate;
  background: none;
  box-shadow: none;
}
.about-atom-core {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
  color: #ffffff;
  background: linear-gradient(165deg, rgba(255,255,255,.2), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.55);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.2) inset,
    0 0 20px rgba(255,255,255,.5),
    0 0 38px rgba(255,255,255,.26);
  z-index: 4;
}
.about-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74%;
  height: 31%;
  border-radius: 50%;
  border: 2px solid rgba(140, 255, 240, .78);
  box-shadow:
    0 0 8px rgba(120, 255, 230, .62),
    0 0 20px rgba(86, 198, 255, .5),
    0 0 34px rgba(64, 153, 255, .35);
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: visible;
}
.about-orbit::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #eaffff 0%, #8df5ff 55%, rgba(141,245,255,0) 78%);
  box-shadow:
    0 0 8px rgba(180,255,250,.92),
    0 0 16px rgba(98,212,255,.68);
  offset-path: ellipse(calc(50% - 5px) calc(50% - 5px) at 50% 50%);
  offset-distance: 0%;
  animation: ringDotOrbit 4.8s linear infinite;
  pointer-events: none;
}
.about-orbit::after {
  content: none;
}
.orbit-a {
  transform: translate(-50%, -50%) rotate(0deg);
  border-color: rgba(188, 255, 244, .86);
  box-shadow:
    0 0 10px rgba(176, 255, 247, .7),
    0 0 24px rgba(104, 224, 255, .55),
    0 0 38px rgba(104, 224, 255, .35);
}
.orbit-b {
  transform: translate(-50%, -50%) rotate(60deg);
  border-color: rgba(122, 255, 190, .82);
  box-shadow:
    0 0 9px rgba(116, 255, 193, .68),
    0 0 22px rgba(88, 230, 255, .48),
    0 0 34px rgba(88, 230, 255, .3);
}
.orbit-c {
  transform: translate(-50%, -50%) rotate(120deg);
  border-color: rgba(108, 235, 255, .84);
  box-shadow:
    0 0 10px rgba(118, 236, 255, .7),
    0 0 24px rgba(76, 194, 255, .5),
    0 0 36px rgba(76, 194, 255, .32);
}
.orbit-b::before {
  animation-duration: 5.8s;
  animation-direction: reverse;
}
.orbit-c::before {
  animation-duration: 6.8s;
}
.about-electron {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9fff9;
  box-shadow:
    0 0 10px rgba(200,255,245,.95),
    0 0 20px rgba(120,230,255,.7),
    0 0 30px rgba(120,230,255,.45);
  z-index: 5;
  display: none;
}
.electron-a {
  transform: translate(-50%, -50%) rotate(0deg) translateX(170px);
  animation: electronOrbitA 6s linear infinite;
}
.electron-b {
  transform: translate(-50%, -50%) rotate(60deg) translateX(170px);
  animation: electronOrbitB 7s linear infinite;
}
.electron-c {
  transform: translate(-50%, -50%) rotate(120deg) translateX(170px);
  animation: electronOrbitC 8s linear infinite;
}

.atom-label {
  position: absolute;
  color: rgba(255,255,255,.95);
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
  text-shadow:
    0 0 8px rgba(255,255,255,.45),
    0 0 18px rgba(255,255,255,.22);
  max-width: 170px;
  pointer-events: none;
  z-index: 6;
}
.label-top { top: 10%; left: 20%; transform: translateX(-50%); }
.label-right-top { top: 11%; right: -12%; max-width: 190px; }
.label-right-mid { top: 50%; right: -18%; transform: translateY(-50%); }
.label-bottom {
  top: 82%;
  left: 78%;
  transform: translateX(-50%);
  max-width: 220px;
}
.label-left-mid { top: 82%; left: 20%; transform: translateX(-50%); max-width: 190px; }
.label-left-top { top: 50%; left: -20%; transform: translateY(-50%); max-width: 170px; }

@keyframes orbitSpinA {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes orbitSpinB {
  from { transform: translate(-50%, -50%) rotate(60deg); }
  to { transform: translate(-50%, -50%) rotate(420deg); }
}
@keyframes orbitSpinC {
  from { transform: translate(-50%, -50%) rotate(120deg); }
  to { transform: translate(-50%, -50%) rotate(480deg); }
}

@keyframes electronA {
  from { transform: translate(-50%, -50%) rotate(0deg) translateX(170px) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg) translateX(170px) rotate(-360deg); }
}
@keyframes electronB {
  from { transform: translate(-50%, -50%) rotate(60deg) translateX(170px) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(420deg) translateX(170px) rotate(-360deg); }
}
@keyframes electronC {
  from { transform: translate(-50%, -50%) rotate(120deg) translateX(170px) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(480deg) translateX(170px) rotate(-360deg); }
}

@keyframes electronOrbitA {
  from { transform: translate(-50%, -50%) rotate(0deg) translateX(170px); }
  to { transform: translate(-50%, -50%) rotate(360deg) translateX(170px); }
}
@keyframes electronOrbitB {
  from { transform: translate(-50%, -50%) rotate(60deg) translateX(170px); }
  to { transform: translate(-50%, -50%) rotate(420deg) translateX(170px); }
}
@keyframes electronOrbitC {
  from { transform: translate(-50%, -50%) rotate(120deg) translateX(170px); }
  to { transform: translate(-50%, -50%) rotate(480deg) translateX(170px); }
}

@keyframes ringDotOrbit {
  from { offset-distance: 0%; }
  to { offset-distance: 100%; }
}

.section-mid .dots {
  position: absolute; inset: 0; opacity: .3;
  background-image: radial-gradient(circle at 1px 1px, rgba(34,211,238,.15) 1px, transparent 0);
  background-size: 40px 40px;
}
.contact-inner {
  max-width: 760px;
}
.contact-inner .section-head {
  margin-bottom: 0;
}
.contact-meta {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 2rem;
}
.contact-meta small {
  display: block;
  color: var(--muted);
  font-size: .85rem;
}
.contact-meta b,
.contact-meta a {
  display: block;
  margin-top: .2rem;
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}
.contact-meta a:hover {
  color: var(--cyan);
}
.contact-meta p:last-child {
  grid-column: 1 / -1;
}

.footer {
  background: linear-gradient(180deg, rgba(22, 103, 129, 0.45) 0%, rgba(12, 52, 70, 0.72) 100%);
  border-top: 1px solid var(--line);
  padding: clamp(3rem, 5vw, 4.25rem) 0 1.35rem;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.6fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
  padding-bottom: 2rem;
}
.footer-brand .logo {
  margin-bottom: 0.85rem;
}
.footer-tagline {
  margin: 0;
  max-width: 28ch;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}
.footer-col h4 {
  margin: 0 0 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}
.footer-col a {
  display: block;
  color: var(--muted);
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer-col a:hover {
  color: var(--cyan);
}
.footer-address {
  margin: 0 0 0.9rem;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}
.footer-map-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}
.footer-map-link {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer-map-link:hover {
  color: var(--text);
}
.footer-map-link::after {
  content: "↗";
  margin-left: 0.3rem;
  font-size: 0.75em;
  opacity: 0.75;
}
.footer-base {
  margin-top: 0;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  color: #7f96ab;
  font-size: 0.82rem;
}
.footer-base p {
  margin: 0;
}
.footer-legal {
  display: flex;
  gap: 1.1rem;
}
.footer-legal a {
  color: #7f96ab;
  text-decoration: none;
  margin: 0;
}
.footer-legal a:hover {
  color: var(--text);
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-tagline {
    max-width: 42ch;
  }
}
@media (max-width: 640px) {
  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1.25rem;
  }
  .footer-col--location {
    grid-column: 1 / -1;
  }
}

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.scroll-motion {
  transform: translate3d(0, calc(var(--scroll-shift, 0px) * 1), 0);
  will-change: transform;
}
.scroll-logo {
  transform:
    translate3d(0, calc(var(--logo-shift, 0px) * 1), 0)
    rotate(calc(var(--logo-rotate, 0deg) * 1))
    scale(calc(var(--logo-scale, 1) * 1));
  box-shadow:
    0 0 calc(24px + (var(--logo-glow, 0px) * 1)) rgba(34, 211, 238, .22),
    0 0 calc(18px + (var(--logo-glow, 0px) * 1) * 0.7) rgba(34, 197, 94, .18);
}
.reveal-delay-1 { transition-delay: .09s; }
.reveal-delay-2 { transition-delay: .18s; }
.reveal-delay-3 { transition-delay: .27s; }
.reveal-delay-4 { transition-delay: .36s; }
.reveal-delay-5 { transition-delay: .45s; }

.partners-marquee-wrap {
  margin-top: 1.8rem;
}

.partners-marquee {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
  padding: 0.35rem 0 0.45rem;
  margin-inline: -0.35rem;
  outline: none;
  cursor: grab;
  user-select: none;
  mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
.partners-marquee.is-dragging {
  cursor: grabbing;
  touch-action: none;
}
.partners-marquee.is-dragging * {
  pointer-events: none;
}
.partners-marquee:focus-visible {
  outline: 1px solid rgba(52, 233, 255, 0.45);
  outline-offset: 4px;
}

.partners-track-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: max-content;
  will-change: transform;
}

.partners-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  flex: 0 0 auto;
  padding: 0.2rem 0.35rem;
}

.partners-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.partner-logo {
  position: relative;
  isolation: isolate;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .88);
  background:
    radial-gradient(circle at 34% 28%, #ffffff 0%, #f3f6fa 24%, #e3e9f0 52%, #cdd6e0 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .65),
    0 8px 14px rgba(15, 23, 42, .18),
    0 16px 28px rgba(15, 23, 42, .12),
    inset 0 8px 12px rgba(255, 255, 255, .9),
    inset 0 -10px 16px rgba(100, 116, 139, .2);
  transform: translateY(-3px);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease, background .28s ease;
  scroll-snap-align: center;
}

.partner-logo::before {
  content: "";
  position: absolute;
  inset: 10% 20% 48% 14%;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 38%, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.partner-logo::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  box-shadow: inset 0 -12px 18px rgba(71, 85, 105, .14);
  pointer-events: none;
}

.partner-logo img {
  position: relative;
  z-index: 1;
  max-width: 58%;
  max-height: 58%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.04);
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.partner-logo:hover {
  border-color: #fff;
  background:
    radial-gradient(circle at 34% 26%, #ffffff 0%, #f7fafc 22%, #e8edf3 50%, #d5dee8 100%);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, .75),
    0 12px 20px rgba(15, 23, 42, .22),
    0 22px 36px rgba(15, 23, 42, .14),
    inset 0 9px 14px rgba(255, 255, 255, .95),
    inset 0 -10px 16px rgba(100, 116, 139, .18),
    0 0 24px rgba(255, 255, 255, .14);
  transform: translateY(-6px) scale(1.04);
}

@media (max-width: 1080px) {
  .container { width: min(1280px, calc(100% - 2rem)); }
  .services-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service-pick {
    aspect-ratio: 1 / 1;
  }
  .solution-grid:not(.solution-grid--projects), .stats, .hero-metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline:not(.timeline--horizontal) .line { display: none; }
  .step:nth-of-type(even) { text-align: left; margin-left: 0; }
  .partner-logo { width: 80px; height: 80px; }
  .label-left-mid { left: 22%; }
  .label-right-mid { right: -12%; }
  .label-right-top { right: -8%; }
  .label-left-top { left: -16%; }
}
@media (max-width: 860px) {
  .site-nav {
    transform: translateY(0);
    background: rgba(12, 46, 70, .78);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(52, 233, 255, .2);
  }
  .site-nav.scrolled {
    background: rgba(12, 46, 70, .88);
  }
  .menu-toggle { display: block; }
  .nav-inner { min-height: 64px; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 22, 40, .97);
    border-bottom: 1px solid var(--line);
    padding: 0.85rem 1rem 1.15rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    max-height: min(70vh, 420px);
    overflow-y: auto;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 0.7rem 0.35rem;
    font-size: 0.95rem;
  }
  .nav-links .btn {
    width: 100%;
    justify-content: center;
    margin-top: 0.35rem;
  }
  body.menu-open {
    overflow: hidden;
  }
  .hero {
    padding: 5.5rem 0 3.5rem;
    min-height: auto;
  }
  .services-picker {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.55rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(52, 233, 255, 0.4) rgba(10, 33, 53, 0.55);
    mask-image: linear-gradient(90deg, #000 0%, #000 88%, transparent 100%);
  }
  .services-picker::-webkit-scrollbar {
    height: 5px;
  }
  .services-picker::-webkit-scrollbar-track {
    background: rgba(10, 33, 53, 0.55);
    border-radius: 99px;
  }
  .services-picker::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(52, 233, 255, 0.45), rgba(51, 232, 132, 0.4));
    border-radius: 99px;
  }
  .services-picker::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
  }
  .services-picker::-webkit-scrollbar-corner {
    background: transparent;
  }
  .service-pick {
    flex: 0 0 min(38vw, 148px);
    width: min(38vw, 148px);
    min-width: 118px;
    aspect-ratio: 4 / 5;
    scroll-snap-align: start;
  }
  .service-pick-label {
    font-size: 0.72rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.45rem;
    line-height: 1.25;
  }
  .service-grid, .solution-grid:not(.solution-grid--projects), .stats, .hero-metrics-grid { grid-template-columns: 1fr; }
  .section { padding: 4.5rem 0; }
  .partner-logo { width: 72px; height: 72px; }
  .about-atom-wrap {
    width: min(420px, 100%);
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
  }
  .about-atom-core {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    font-size: 0.92rem;
  }
  .about-atom-wrap .atom-label {
    display: block;
    font-size: clamp(0.58rem, 2.7vw, 0.8rem);
    line-height: 1.15;
  }
  .about-atom-chips {
    display: none;
  }
  .label-top {
    top: 7%;
    left: 16%;
  }
  .label-right-top {
    top: 8%;
    right: 1%;
    max-width: 7.4rem;
  }
  .label-right-mid {
    top: 48%;
    right: 0;
    max-width: 6.4rem;
  }
  .label-bottom {
    top: 83%;
    left: 80%;
    max-width: 7.6rem;
  }
  .label-left-mid {
    top: 83%;
    left: 20%;
    max-width: 7.4rem;
  }
  .label-left-top {
    top: 48%;
    left: 0;
    max-width: 6.6rem;
  }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 1.5rem); }
  .section { padding: 3.75rem 0; }
  .section-head { margin-bottom: 2rem; }
  .hero {
    padding: 5rem 0 2.75rem;
  }
  .hero-h1-brand-line {
    flex-direction: column;
    align-items: center;
    gap: 0.45em;
    font-size: calc(var(--section-lead-fs) * 1.05);
  }
  .hero-h1-brand-stack {
    align-items: center;
    text-align: center;
  }
  .hero-h1-brand-line .hero-brand-logo {
    height: clamp(2.4em, 18vw, 3em);
  }
  .hero-title-main h1 .hero-h1-tagline {
    text-align: center;
    max-width: none;
    justify-content: center;
  }
  .hero-actions {
    flex-direction: column;
    gap: 0.7rem;
  }
  .hero-actions .btn {
    width: min(100%, 320px);
    justify-content: center;
  }
  .scroll-indicator {
    display: none;
  }
  .hero-metric-value {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
  }
  .service-detail-panel,
  .solution-card {
    padding: 1.25rem 1.1rem;
  }
  .solution-card--project .card-image.small {
    height: clamp(132px, 36vw, 180px);
  }
  .contact-meta {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .footer-nav {
    grid-template-columns: 1fr 1fr;
  }
  .footer-col--location {
    grid-column: 1 / -1;
  }
  .about-atom-wrap {
    width: min(360px, 100%);
  }
  .about-atom-wrap .atom-label {
    font-size: clamp(0.52rem, 3.15vw, 0.68rem);
  }
  .label-right-top,
  .label-bottom {
    max-width: 6.6rem;
  }
  .label-left-mid {
    max-width: 6.5rem;
  }
  .label-right-mid,
  .label-left-top {
    max-width: 5.8rem;
  }
}
@media (max-width: 400px) {
  .container { width: calc(100% - 1.25rem); }
  .logo { font-size: 1.1rem; }
  .logo-box { width: 32px; height: 32px; }
  .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .footer-nav {
    grid-template-columns: 1fr;
  }
  .timeline--horizontal .step {
    width: min(88vw, 280px);
    flex-basis: min(88vw, 280px);
  }
}
@media (max-height: 700px) {
  .scroll-indicator { display: none; }
  .hero { min-height: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .site-nav, .btn, .scroll-indicator span, .scroll-motion, .scroll-logo { transition: none; animation: none; transform: none; }
  .hero-metric.is-pulse,
  .hero-metric.is-pulse .hero-metric-display { animation: none; }
  .hero-brand-logo { animation: none; transform: none; }
  .about-orbit, .about-orbit::before { animation: none; }
  .about-electron { animation: none; }
  .line-fill--gradient { animation: none; }
  .who-vm-stack .who-vm-card.reveal:not(.is-visible),
  .who-vm-stack .who-vm-card.reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
