/* ════════════════════════════════════════════════════════════
   AJAIA — Homepage  (V2)
   Centered hero · futuristic AI globe · AI Transformation Model
   Brand: navy #001D6B · sky #97C2F8 · paper #F1F7FF · Poppins
   ════════════════════════════════════════════════════════════ */
:root {
  --navy:        #001d6b;
  --navy-2:      #001244;
  --navy-3:      #00091f;
  --navy-4:      #00060f;
  --sky:         #97c2f8;
  --sky-soft:    #c4dcfb;
  --paper:       #f1f7ff;
  --muted:       #aebfe2;
  --muted-2:     #8093c4;
  --ink-subtle:  #6b7280;
  --ink-700:     #0b2e8e;
  --line:        rgba(151,194,248,0.14);
  --line-2:      rgba(151,194,248,0.26);
  --accent-h:    210;                 /* hue driven by Tweaks   */
  --accent:      hsl(var(--accent-h) 90% 70%);
  --accent-bright: hsl(var(--accent-h) 100% 78%);
  --glow:        1;
  --ease:        cubic-bezier(.22,.61,.36,1);
  --ease-out:    cubic-bezier(.16,1,.3,1);
  --ds-ease:     cubic-bezier(0.32, 0.72, 0, 1);   /* design-system motion */
  --ds-dur:      180ms;
  --maxw:        1240px;
  --nav-h:       72px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Poppins", system-ui, sans-serif;
  background: var(--navy-3);
  color: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--maxw), 100% - 80px); margin-inline: auto; }

/* ── reveal ── */
.reveal { opacity: 0; transform: translateY(24px); }
.reveal.is-in {
  opacity: 1; transform: none;
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
  transition-delay: calc(var(--d, 0) * 80ms);
}
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } }

/* ════════════════ NAV (design-system) ════════════════ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  height: var(--nav-h);
  background: rgba(0,0,0,0.60);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background .4s var(--ease), border-color .4s;
}
.nav.is-stuck {
  background: rgba(0,0,0,0.72);
  border-bottom-color: rgba(255,255,255,0.1);
}
.nav__inner {
  width: min(1600px, 100% - 128px); margin-inline: auto;
  height: var(--nav-h); display: flex; align-items: center; gap: 48px;
}
.nav__logo img { height: 32px; width: auto; display: block; }
.nav__links {
  display: flex; gap: 32px; margin-left: 24px;
  font-size: 14px; font-weight: 500; letter-spacing: -.005em;
  color: rgba(255,255,255,0.85);
}
.nav__links a { position: relative; padding: 6px 0; transition: color .18s var(--ease); }
.nav__links a:hover { color: var(--sky); }
.nav__cta { margin-left: auto; }

/* ── Ajaia split CTA (design-system) ── */
.aj-cta {
  display: inline-flex; align-items: stretch; text-decoration: none;
  border-radius: 0; position: relative; overflow: hidden; cursor: pointer;
  transition: transform var(--ds-dur) var(--ds-ease), filter var(--ds-dur) var(--ds-ease);
}
.aj-cta:hover { transform: translateY(-1px); filter: brightness(1.04); }
.aj-cta__label {
  display: inline-flex; align-items: center; justify-content: center;
  height: 36px; padding: 0 14px;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: 15px;
  line-height: 1; letter-spacing: -.01em; white-space: nowrap;
}
.aj-cta__arrow {
  display: inline-flex; align-items: center; justify-content: center;
  height: 36px; width: 38px;
}
.aj-cta--lg .aj-cta__label { height: 56px; padding: 0 24px; font-size: 17px; }
.aj-cta--lg .aj-cta__arrow { height: 56px; width: 56px; }
.aj-cta--md .aj-cta__label { height: 48px; padding: 0 20px; }
.aj-cta--md .aj-cta__arrow { height: 48px; width: 49px; }
/* primary: sky-400 bg, navy text */
.aj-cta--primary .aj-cta__label { background: var(--sky); color: var(--navy); }
.aj-cta--primary .aj-cta__arrow { background: var(--sky); color: var(--navy); border-left: 1px solid rgba(0,29,107,0.15); }
/* dark: navy bg, white text */
.aj-cta--dark .aj-cta__label { background: var(--navy); color: #fff; }
.aj-cta--dark .aj-cta__arrow { background: var(--navy); color: #fff; border-left: 1px solid rgba(255,255,255,0.18); }
/* outline on dark */
.aj-cta--outline .aj-cta__label { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.30); border-right: none; }
.aj-cta--outline .aj-cta__arrow { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.30); border-left: 1px solid rgba(255,255,255,0.30); }

/* ════════════════ shared ════════════════ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--sky);
}
.eyebrow--center { justify-content: center; }
.eyebrow__dot {
  width: 7px; height: 7px; background: var(--accent);
  box-shadow: 0 0 12px 2px hsl(var(--accent-h) 95% 65% / calc(.8 * var(--glow)));
  animation: pulse 2.4s var(--ease) infinite;
}
@keyframes pulse { 0%,100%{ opacity:.5; transform:scale(.8);} 50%{ opacity:1; transform:scale(1.15);} }

.sec-title {
  font-family: "Poppins", system-ui, sans-serif; font-weight: 700; letter-spacing: -.025em;
  font-size: clamp(32px, 3.6vw, 48px); line-height: 1.06; margin: 18px 0 16px;
  color: #fff; text-wrap: balance;
}
.sec-title--sm { font-size: clamp(26px, 3vw, 40px); }
.sec-sub { font-size: 18px; color: var(--muted); line-height: 1.6; font-weight: 300; }

/* ════════════════════════════════════════════════════════════
   HERO — centered, globe horizon
   ════════════════════════════════════════════════════════════ */
.hero {
  position: relative; min-height: 100svh;
  padding: calc(var(--nav-h) + 64px) 0 0;
  display: flex; flex-direction: column;
  background:
    radial-gradient(120% 80% at 50% -10%, #0a2a86 0%, transparent 55%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 55%, var(--navy-3) 100%);
  overflow: hidden; isolation: isolate;
}
#globe {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 0; pointer-events: none;
}
/* veil keeps the headline crisp over the globe glow */
.hero__veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(80% 55% at 50% 26%, rgba(0,9,31,.55) 0%, transparent 70%);
}
/* soft shadow that grounds the globe — no bright gradient line */
.hero__glowline {
  position: absolute; left: 0; right: 0; bottom: 0; height: 34%; z-index: 1; pointer-events: none;
  background: radial-gradient(120% 100% at 50% 130%, rgba(0,0,0,.55) 0%, rgba(0,5,20,.32) 38%, transparent 70%);
  filter: blur(2px); opacity: .9;
}

.hero__inner {
  position: relative; z-index: 3;
  width: min(960px, 100% - 64px); margin: 0 auto;
  text-align: center;
  padding-top: clamp(10px, 4vh, 56px);
}
.hero__title {
  font-family: "Poppins", system-ui, sans-serif; font-weight: 700; letter-spacing: -.035em;
  font-size: clamp(40px, 6vw, 78px); line-height: 1.02; margin: 24px 0 22px;
}
.hero__title .line { display: block; }
.hero__title .w { display: inline-block; opacity: 0; transform: translateY(22px) rotateX(40deg); transform-origin: bottom; }
.hero__title.is-in .w { animation: wordIn .82s var(--ease-out) forwards; animation-delay: calc(var(--wi,0) * 90ms); }
@keyframes wordIn { to { opacity: 1; transform: none; } }
.hero__title .grad {
  background: linear-gradient(100deg, var(--sky) 0%, var(--accent-bright) 45%, #eaf3ff 70%, var(--sky) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: sheen 7s linear infinite;
}
@keyframes sheen { to { background-position: 220% 0; } }
@media (prefers-reduced-motion: reduce) {
  .hero__title .w { opacity: 1; transform: none; animation: none; }
  .hero__title .grad { animation: none; }
}

.hero__desc {
  font-size: 18px; line-height: 1.62; color: var(--sky-soft); font-weight: 300;
  max-width: 660px; margin: 0 auto;
}

/* ── service cards ── */
.cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  max-width: 800px; margin: 40px auto 0;
}
.card {
  position: relative; isolation: isolate;
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; min-height: 68px;
  background: linear-gradient(165deg, rgba(18,48,112,0.98), rgba(6,22,66,0.98));
  border: 1px solid var(--line-2);
  box-shadow: 0 20px 50px -28px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .4s var(--ease-out), border-color .4s, box-shadow .4s, background .4s;
  text-align: left; overflow: hidden;
}
/* animated conic border on hover */
.card__border {
  position: absolute; inset: -1px; z-index: -1; opacity: 0; pointer-events: none;
  background: conic-gradient(from 0deg, transparent 0deg, hsl(var(--accent-h) 95% 72% / .9) 60deg, transparent 130deg, transparent 240deg, hsl(var(--accent-h) 95% 80% / .7) 300deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; padding: 1px;
  transition: opacity .4s; animation: spinborder 5s linear infinite;
}
@keyframes spinborder { to { transform: rotate(360deg); } }
.card__ico {
  flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center;
  color: var(--accent);
  background: rgba(151,194,248,0.08);
  border: 1px solid var(--line-2);
  transition: transform .45s var(--ease-out), color .4s, background .4s;
}
.card__ico svg { width: 19px; height: 19px; }
.card__label { font-size: 14.5px; font-weight: 600; line-height: 1.16; color: #eef5ff; letter-spacing: -.01em; }
.card__arrow {
  margin-left: auto; color: var(--accent); font-size: 18px;
  opacity: 0; transform: translateX(-6px); transition: opacity .4s, transform .4s var(--ease-out);
}
.card:hover {
  transform: translateY(-8px);
  border-color: transparent;
  background: linear-gradient(165deg, rgba(24,58,134,1), rgba(8,28,80,0.98));
  box-shadow: 0 36px 70px -34px hsl(var(--accent-h) 90% 55% / calc(.7 * var(--glow))), inset 0 1px 0 rgba(255,255,255,.1);
}
.card:hover .card__border { opacity: 1; }
.card:hover .card__ico { transform: translateY(-3px) scale(1.06); color: #fff; background: hsl(var(--accent-h) 90% 60% / .22); }
.card:hover .card__arrow { opacity: 1; transform: translateX(0); }

/* scroll hint */
.hero__scroll {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--muted-2);
}
.hero__scroll-line { width: 1px; height: 40px; background: linear-gradient(var(--accent), transparent); animation: scrolly 2.2s var(--ease) infinite; transform-origin: top; }
@keyframes scrolly { 0%{ transform: scaleY(0); opacity:0;} 40%{opacity:1;} 100%{ transform: scaleY(1); opacity:0;} }

/* ════════════════════════════════════════════════════════════
   STATS BAND (navy)
   ════════════════════════════════════════════════════════════ */
.stats {
  background: var(--navy);
  padding: 18px 0;
}
.stats__inner {
  width: min(1600px, 100% - 96px); margin-inline: auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.stat {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 26px 34px;
  display: flex; flex-direction: column; gap: 4px;
}
.stat__num {
  font-family: "Poppins", sans-serif; font-weight: 700; color: #fff;
  font-size: clamp(36px, 4.2vw, 58px); line-height: 1; letter-spacing: -.03em;
  display: flex; align-items: flex-start;
}
.stat__pre { font-size: .62em; font-weight: 700; margin-right: 1px; align-self: flex-start; line-height: 1.05; }
.stat__suf { font-size: .46em; font-weight: 700; margin-left: 3px; align-self: flex-start; line-height: 1.4; letter-spacing: 0; }
.stat__cap { font-size: 15px; font-weight: 500; color: var(--sky-soft); letter-spacing: -.005em; }

/* ════════════════════════════════════════════════════════════
   AI TRANSFORMATION MODEL
   ════════════════════════════════════════════════════════════ */
.tmodel {
  position: relative; padding: 132px 0 150px;
  background: linear-gradient(180deg, var(--navy-3) 0%, var(--navy-4) 100%);
  overflow: hidden;
  scroll-margin-top: var(--nav-h);
}
/* light variant — white background, navy text */
.tmodel--light {
  background: #fff; padding: 56px 0 56px;
}
.tmodel__ambient {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(46% 36% at 78% 30%, hsl(var(--accent-h) 90% 50% / calc(.18 * var(--glow))), transparent 70%),
    radial-gradient(40% 50% at 10% 80%, hsl(var(--accent-h) 80% 45% / calc(.08 * var(--glow))), transparent 70%);
}
.tmodel--light .tmodel__ambient { display: none; }

/* centered header with logo */
.tmodel__head { text-align: center; max-width: 760px; margin: 0 auto 34px; }
.tmodel__titlerow {
  display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
}
.tmodel__logo { height: 34px; width: auto; }
.sec-title--ink { color: var(--navy); }
.sec-sub--ink { color: var(--ink-subtle); margin-top: 8px; }

.tmodel__grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 64px; align-items: center;
}

/* ── left: stepper (temple-piece marks) ── */
.tmodel__copy { max-width: 560px; }
.steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.step {
  position: relative; padding: 20px 0 20px 60px; min-height: 40px;
  border-top: 1px solid rgba(0,29,107,0.09);
  transition: transform .4s var(--ease-out);
}
.step:first-child { border-top: none; }
/* connecting rail behind the marks */
.step::before {
  content: ""; position: absolute; left: 20px; top: -1px; bottom: 0; width: 1px;
  background: rgba(0,29,107,0.12);
}
.step:first-child::before { top: 50%; }
.step:last-child::before { bottom: 50%; }
.step__mark {
  position: absolute; left: 4px; top: 22px; width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,29,107,0.1), 0 6px 16px -8px rgba(0,29,107,0.25);
  transition: transform .4s var(--ease-out), box-shadow .4s;
}
.step__mark svg { display: block; }
.step.is-active .step__mark {
  transform: scale(1.12);
  box-shadow: 0 0 0 1px rgba(0,29,107,0.18), 0 0 0 5px rgba(151,194,248,0.22), 0 10px 22px -8px rgba(0,29,107,0.4);
}
.step__body { display: flex; flex-direction: column; gap: 5px; }
.step__top { display: flex; align-items: baseline; gap: 12px; }
.step__no {
  font-family: "Fragment Mono", "Poppins", monospace; font-weight: 500;
  font-size: 13px; letter-spacing: .04em; color: var(--sky-500, #2a6fdb);
  line-height: 1; transition: color .3s;
}
.step.is-active .step__no { color: var(--ink-700); }
.step__title {
  font-family: "Poppins", sans-serif; font-weight: 600; letter-spacing: -.012em;
  font-size: 20px; line-height: 1.18; color: var(--navy); margin: 0;
  transition: color .3s;
}
.step__desc { font-size: 14.5px; color: var(--ink-subtle); line-height: 1.5; font-weight: 400; max-width: 400px; margin: 0; }
.step.is-active .step__title { color: var(--ink-700); }

/* ── right: animated AI temple (3 pillars) ── */
.stage {
  position: relative; width: 100%; min-height: 480px;
  display: grid; place-items: center; padding: 10px;
}
.temple {
  width: min(100%, 560px); height: auto; overflow: visible;
  animation: templeFloat 9s var(--ease) infinite;
}
@keyframes templeFloat { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-10px); } }

/* every part starts hidden; reveals when the stage scrolls in */
.temple .t-part { opacity: 0; }
.temple .glow-base { opacity: 0; }

.stage.is-in .temple .stylobate { animation: tRiseUp .7s var(--ease-out) .05s forwards; }
.stage.is-in .temple .col { animation: tGrow .8s var(--ease-out) forwards; }
.stage.is-in .temple .col-1 { animation-delay: .22s; }
.stage.is-in .temple .col-2 { animation-delay: .36s; }
.stage.is-in .temple .col-3 { animation-delay: .50s; }
.stage.is-in .temple .entablature { animation: tRiseUp .7s var(--ease-out) .72s forwards; }
.stage.is-in .temple .pediment { animation: tDropIn .8s var(--ease-out) .86s forwards; }
.stage.is-in .temple .glow-base { animation: tFadeGlow 1s ease-out 1.1s forwards; }

@keyframes tGrow {
  from { opacity: 0; transform: scaleY(0.04); }
  to   { opacity: 1; transform: scaleY(1); }
}
@keyframes tRiseUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes tDropIn {
  from { opacity: 0; transform: translateY(-26px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes tFadeGlow { to { opacity: 1; } }

/* columns scale from their own base */
.temple .col { transform-box: fill-box; transform-origin: 50% 100%; }
.temple .stylobate, .temple .entablature, .temple .pediment { transform-box: fill-box; }

/* fluting + structural strokes */
.temple .flute { stroke: rgba(255,255,255,0.22); stroke-width: 1; }
.temple .edge  { stroke: rgba(255,255,255,0.16); stroke-width: 1; }

/* rising light sweep inside each shaft (continuous) */
.temple .sweep { transform-box: fill-box; transform-origin: 50% 50%; mix-blend-mode: screen; opacity: 0; }
.stage.is-in .temple .sweep { animation: tSweep 3.6s linear infinite; }
.stage.is-in .temple .sweep-2 { animation-delay: 1.2s; }
.stage.is-in .temple .sweep-3 { animation-delay: 2.4s; }
@keyframes tSweep {
  0%   { transform: translateY(86px); opacity: 0; }
  18%  { opacity: .9; }
  82%  { opacity: .9; }
  100% { transform: translateY(-86px); opacity: 0; }
}

/* energy sparks rising up the columns (continuous) */
.temple .spark { transform-box: fill-box; transform-origin: 50% 50%; opacity: 0; }
.stage.is-in .temple .spark { animation: tSpark 2.8s var(--ease) infinite; }
@keyframes tSpark {
  0%   { transform: translateY(80px) scale(.6); opacity: 0; }
  15%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { transform: translateY(-78px) scale(1); opacity: 0; }
}

/* capital top-light pulse */
.temple .capglow { mix-blend-mode: screen; opacity: 0; }
.stage.is-in .temple .capglow { animation: tCapPulse 3.2s var(--ease) infinite; }
@keyframes tCapPulse { 0%,100%{ opacity: .25; } 50%{ opacity: .8; } }

/* active sync: a stepper stage lights its matching part */
.temple .col { transition: filter .45s var(--ease); }
.temple .col.is-active { filter: drop-shadow(0 0 12px hsl(var(--accent-h) 95% 62% / .9)) brightness(1.12); }
.temple .frame { transition: filter .45s var(--ease); }
.temple.is-foundation .frame { filter: drop-shadow(0 0 12px hsl(var(--accent-h) 95% 62% / .85)) brightness(1.1); }

/* hover affordance on columns */
.temple .col { cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  .temple, .temple .t-part, .temple .glow-base, .temple .sweep, .temple .spark, .temple .capglow {
    animation: none !important; opacity: 1 !important; transform: none !important;
  }
  .temple .sweep, .temple .spark { opacity: 0 !important; }
}

/* ════════════════ PARTNERS / INTEGRATIONS (white) ════════════════ */
.partners {
  position: relative; padding: 24px 0 120px;
  background: #fff; text-align: center; overflow: hidden;
}
.partners__eyebrowrow {
  display: flex; align-items: center; gap: 18px; text-align: left;
  margin-bottom: 56px;
}
.eyebrow--ink { color: var(--navy); flex: 0 0 auto; white-space: nowrap; }
.eyebrow--ink .eyebrow__sq { width: 7px; height: 7px; background: var(--navy); display: inline-block; margin-right: 2px; }
.partners__rule { flex: 1 1 auto; height: 1px; background: rgba(0,29,107,0.12); }
.sec-title--center { text-align: center; }
.partners__cap {
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-subtle); margin: 56px auto 0; max-width: 720px;
}
.partners__cap--mt { margin-top: 96px; }

.logos {
  display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between;
  gap: 24px; margin-top: 40px; width: 100%;
  max-width: 1040px; margin-inline: auto;
}
.logo {
  display: inline-flex; align-items: center; gap: 11px;
  color: #1b1c1c; opacity: .82;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.logo:hover { opacity: 1; transform: translateY(-2px); }
.logo__mark { display: block; flex: 0 0 auto; }
.logo__mark--ant { width: 22px; height: 22px; background: #d97757; -webkit-mask: radial-gradient(circle at 50% 120%, transparent 38%, #000 39%); mask: radial-gradient(circle at 50% 120%, transparent 38%, #000 39%); }
.logo__word {
  font-family: "Poppins", sans-serif; font-weight: 700; font-size: 22px;
  letter-spacing: -.01em; color: #1b1c1c;
}
.logo__word--lg { font-size: 24px; letter-spacing: .04em; }
.logo__word--lg b { font-weight: 800; }
.logo__word--sf { font-weight: 600; color: #0a7bbf; font-style: italic; }

/* ════════════════ FIGMA SERVICES (light blue cards) ════════════════ */
.fig-services {
  background: #fff;
  padding: 0 0 118px;
}
.fig-services__head {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  margin-bottom: 28px;
}
.fig-services__head .sec-title {
  max-width: 680px; margin: 0; text-align: right;
}
.fig-services__list {
  display: grid; gap: 22px;
}
.fig-service {
  display: grid; grid-template-columns: minmax(280px, .92fr) minmax(300px, 1fr);
  align-items: center; gap: 46px;
  min-height: 238px;
  padding: 32px 54px;
  background: #dcebff;
  border: 1px solid rgba(0,29,107,0.08);
}
.fig-service__media {
  min-height: 168px;
  display: grid; place-items: center;
}
.fig-service__media img {
  width: min(100%, 420px);
  max-height: 184px;
  object-fit: contain;
}
.fig-service__copy {
  color: var(--navy);
}
.fig-service__no {
  display: inline-block;
  margin-bottom: 16px;
  font-family: "Fragment Mono", "Poppins", monospace;
  font-size: 13px; letter-spacing: .16em;
  color: var(--ink-700);
}
.fig-service__copy h3 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: -.035em;
  color: var(--navy);
}
.fig-service__copy p {
  max-width: 520px;
  margin: 0;
  color: #566b8f;
  font-size: 16px;
  line-height: 1.55;
}

/* ════════════════ RESPONSIVE ════════════════ */
@media (max-width: 1080px) {
  .nav__inner { width: min(1600px, 100% - 56px); gap: 28px; }
  .stats__inner { width: min(1600px, 100% - 56px); }
  .tmodel__grid { grid-template-columns: 1fr; gap: 48px; }
  .tmodel__copy { max-width: 640px; margin: 0 auto; }
  .stage { max-width: 520px; margin: 0 auto; }
  .cards { max-width: 600px; grid-template-columns: repeat(2, 1fr); }
  .fig-services__head { align-items: flex-start; flex-direction: column; }
  .fig-services__head .sec-title { text-align: left; }
  .fig-service { grid-template-columns: 1fr; gap: 22px; padding: 30px 34px; }
  .fig-service__media { min-height: 148px; }
  .logos { flex-wrap: wrap; justify-content: center; gap: 28px 48px; }
}
@media (max-width: 720px) {
  .nav__links { display: none; }
  .nav__inner { gap: 16px; width: min(1600px, 100% - 40px); }
  .stats__inner { width: min(1600px, 100% - 40px); grid-template-columns: 1fr; }
  .container { width: min(var(--maxw), 100% - 40px); }
  .hero__inner { width: min(960px, 100% - 40px); }
  .cards { grid-template-columns: 1fr 1fr; gap: 12px; }
  .card { min-height: 64px; padding: 13px 14px; }
  .fig-services { padding-bottom: 72px; }
  .fig-service { padding: 26px 22px; }
  .fig-service__media img { max-height: 150px; }
  .stage { min-height: 420px; }
}
@media (max-width: 480px) {
  .cards { grid-template-columns: 1fr; }
}
