/* ════════════════════════════════════════════════════════════
   AJAIA — V2 redesign · extended sections
   AI Transformation Engine · Services · Integration map ·
   Industries · About · FAQ · Final CTA · Footer
   Builds on styles.css tokens (--navy, --sky, --accent-h, etc.)
   ════════════════════════════════════════════════════════════ */

/* ── shared section scaffolding ── */
.sec { position: relative; overflow: hidden; }
.sec--dark   { background: linear-gradient(180deg, var(--navy-3) 0%, var(--navy-4) 100%); color: var(--paper); }
.sec--navy   { background: var(--navy); color: var(--paper); }
.sec--white  { background: #fff; color: var(--ink-ink, #1b1c1c); }
.sec--tint   { background: var(--sky-50, #f1f7ff); color: var(--ink-ink, #1b1c1c); }
.sec__pad    { padding: clamp(80px, 9vw, 128px) 0; }

.sec-head { max-width: 760px; }
.sec-head--center { margin-inline: auto; text-align: center; }
.eyebrow--accent { color: var(--accent); }
.eyebrow--accent .eyebrow__sq { width: 7px; height: 7px; background: var(--accent); display: inline-block; }

.sec-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
}
.sec-kicker--ink  { color: var(--ink-700); }
.sec-kicker--sky  { color: var(--sky); }
.sec-kicker__sq { width: 7px; height: 7px; background: currentColor; display: inline-block; }
.sec-kicker__sq::after { content: ""; }

.lead-ink { color: var(--ink-subtle); font-size: 18px; line-height: 1.62; font-weight: 400; }
.lead-sky { color: var(--sky-soft); font-size: 18px; line-height: 1.62; font-weight: 300; }

/* small reveal helper for grouped children */
.r-stagger > * { opacity: 0; transform: translateY(22px); }
.r-stagger.is-in > * { opacity: 1; transform: none; transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.r-stagger.is-in > *:nth-child(2) { transition-delay: .07s; }
.r-stagger.is-in > *:nth-child(3) { transition-delay: .14s; }
.r-stagger.is-in > *:nth-child(4) { transition-delay: .21s; }
.r-stagger.is-in > *:nth-child(5) { transition-delay: .28s; }
@media (prefers-reduced-motion: reduce) { .r-stagger > * { opacity: 1 !important; transform: none !important; } }

/* ════════════════════════════════════════════════════════════
   AI TRANSFORMATION ENGINE  (signature dark moment)
   ════════════════════════════════════════════════════════════ */
.engine { background: radial-gradient(120% 90% at 50% 0%, #0b2a86 0%, transparent 45%), linear-gradient(180deg, var(--navy-2) 0%, var(--navy-3) 60%, var(--navy-4) 100%); }
.engine__ambient {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(40% 38% at 50% 52%, hsl(var(--accent-h) 90% 55% / calc(.16 * var(--glow))), transparent 70%);
}
.engine__grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(151,194,248,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151,194,248,.05) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask: radial-gradient(70% 70% at 50% 45%, #000 0%, transparent 80%);
          mask: radial-gradient(70% 70% at 50% 45%, #000 0%, transparent 80%);
}
.engine__inner { position: relative; z-index: 2; }
.engine__head { text-align: center; max-width: 820px; margin: 0 auto 18px; }

.engine__stage {
  position: relative; width: 100%; max-width: 1080px; margin: 28px auto 0;
  aspect-ratio: 1080 / 660; min-height: 520px;
}
.engine__links { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; overflow: visible; pointer-events: none; }
.engine__links path { fill: none; }
.elink-base { stroke: rgba(151,194,248,.16); stroke-width: 1.4; }
.elink-flow {
  stroke: hsl(var(--accent-h) 95% 70% / .9); stroke-width: 2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 5px hsl(var(--accent-h) 95% 65% / .7));
  stroke-dasharray: 7 240; stroke-dashoffset: 0; opacity: 0;
}
.engine__stage.is-live .elink-flow { opacity: 1; animation: elinkFlow 2.6s linear infinite; }
.elink-flow.f2 { animation-delay: .65s; }
.elink-flow.f3 { animation-delay: 1.3s; }
.elink-flow.f4 { animation-delay: 1.95s; }
@keyframes elinkFlow { to { stroke-dashoffset: -247; } }

/* central AI core */
.core {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 188px; height: 188px; z-index: 4;
  display: grid; place-items: center;
}
.core__ring { position: absolute; border-radius: 50%; inset: 0; }
.core__ring--1 { border: 1px solid rgba(151,194,248,.30); animation: coreSpin 26s linear infinite; }
.core__ring--1::before, .core__ring--1::after {
  content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 12px 2px hsl(var(--accent-h) 95% 65% / .9);
  top: -4px; left: 50%; margin-left: -4px;
}
.core__ring--1::after { top: auto; bottom: -4px; }
.core__ring--2 { inset: 26px; border: 1px dashed rgba(151,194,248,.32); animation: coreSpin 18s linear infinite reverse; }
.core__ring--3 { inset: 46px; border: 1px solid hsl(var(--accent-h) 90% 70% / .5); box-shadow: inset 0 0 30px hsl(var(--accent-h) 90% 60% / .25); }
@keyframes coreSpin { to { transform: rotate(360deg); } }
.core__pulse {
  position: absolute; inset: 46px; border-radius: 50%;
  border: 1px solid hsl(var(--accent-h) 90% 72% / .6);
  animation: corePulse 3s var(--ease) infinite;
}
@keyframes corePulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(2.0); opacity: 0; } }
.core__disc {
  position: relative; width: 96px; height: 96px; border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #cfe6ff 0%, var(--accent) 30%, #1b3fa3 72%, #001a55 100%);
  box-shadow: 0 0 40px hsl(var(--accent-h) 95% 60% / calc(.6 * var(--glow))), inset 0 2px 10px rgba(255,255,255,.4);
  display: grid; place-items: center; z-index: 2;
  animation: coreBreath 4s var(--ease) infinite;
}
@keyframes coreBreath { 0%,100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.core__disc svg { width: 38px; height: 38px; color: #001a55; }
.core__label {
  position: absolute; bottom: -34px; left: 50%; transform: translateX(-50%);
  font-family: "Fragment Mono", monospace; font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--sky); white-space: nowrap;
}

/* transformation nodes */
.enode {
  position: absolute; width: 248px; z-index: 5;
  background: linear-gradient(165deg, rgba(20,46,116,.78), rgba(8,20,60,.7));
  border: 1px solid var(--line-2); backdrop-filter: blur(6px);
  padding: 18px 18px 16px; cursor: pointer;
  box-shadow: 0 24px 60px -30px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .5s var(--ease-out), border-color .4s, box-shadow .4s, background .4s;
  opacity: 0;
}
.engine__stage.is-live .enode { opacity: 1; transform: translateY(0); }
.enode[data-pos="tl"] { left: 0;   top: 4%;   transform: translateY(20px); }
.enode[data-pos="tr"] { right: 0;  top: 4%;   transform: translateY(20px); }
.enode[data-pos="bl"] { left: 0;   bottom: 4%; transform: translateY(20px); }
.enode[data-pos="br"] { right: 0;  bottom: 4%; transform: translateY(20px); }
.engine__stage.is-live .enode[data-pos="tr"] { transition-delay: .12s; }
.engine__stage.is-live .enode[data-pos="br"] { transition-delay: .24s; }
.engine__stage.is-live .enode[data-pos="bl"] { transition-delay: .36s; }

.enode__top { display: flex; align-items: center; gap: 12px; }
.enode__ico {
  flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center;
  background: hsl(var(--accent-h) 90% 60% / .14); border: 1px solid var(--line-2);
  color: var(--accent); transition: transform .45s var(--ease-out), background .4s, color .4s;
}
.enode__ico svg { width: 22px; height: 22px; }
.enode__no { font-family: "Fragment Mono", monospace; font-size: 11px; letter-spacing: .12em; color: var(--sky); opacity: .7; }
.enode__title { font-size: 16px; font-weight: 600; letter-spacing: -.01em; color: #eef5ff; line-height: 1.2; margin-top: 2px; }
.enode__reveal {
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height .5s var(--ease-out), opacity .4s, margin-top .5s var(--ease-out);
}
.enode__desc { font-size: 13px; line-height: 1.5; color: var(--muted); margin: 0; }
.enode__stat { display: flex; align-items: baseline; gap: 8px; margin-top: 12px; }
.enode__stat b { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 26px; letter-spacing: -.02em; color: #fff; line-height: 1; }
.enode__stat span { font-size: 12px; color: var(--sky-soft); }

.enode:hover, .enode.is-active {
  transform: translateY(-6px) !important; transition-delay: 0s !important;
  border-color: hsl(var(--accent-h) 90% 65% / .55);
  background: linear-gradient(165deg, rgba(26,58,134,.85), rgba(10,26,74,.75));
  box-shadow: 0 40px 80px -34px hsl(var(--accent-h) 90% 55% / calc(.7 * var(--glow))), inset 0 1px 0 rgba(255,255,255,.12);
}
.enode:hover .enode__ico, .enode.is-active .enode__ico { transform: scale(1.08); background: hsl(var(--accent-h) 90% 60% / .26); color: #fff; }
.enode:hover .enode__reveal, .enode.is-active .enode__reveal { max-height: 160px; opacity: 1; margin-top: 12px; }

@media (prefers-reduced-motion: reduce) {
  .core__ring--1, .core__ring--2, .core__disc, .core__pulse, .elink-flow { animation: none !important; }
  .enode { opacity: 1 !important; transform: none !important; }
}

/* engine bottom metric strip */
.engine__metrics {
  position: relative; z-index: 2; margin: 56px auto 0; max-width: 1080px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(151,194,248,.12); border: 1px solid rgba(151,194,248,.12);
}
.engine__metric { background: rgba(8,20,60,.6); padding: 22px 24px; }
.engine__metric b { display: block; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 30px; letter-spacing: -.02em; color: var(--accent); }
.engine__metric span { font-size: 13px; color: var(--sky-soft); }

/* ════════════════════════════════════════════════════════════
   SERVICES  (white · interactive cards)
   ════════════════════════════════════════════════════════════ */
.svc__head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: end; margin-bottom: 56px; }
.svc__head h2 { font-family: "Poppins", sans-serif; font-weight: 700; font-size: clamp(30px,3.4vw,44px); line-height: 1.08; letter-spacing: -.025em; color: var(--navy); margin: 16px 0 0; text-wrap: balance; }
.svc__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc-card {
  position: relative; isolation: isolate; overflow: hidden;
  background: #fff; border: 1px solid rgba(0,29,107,.1);
  padding: 30px; min-height: 232px;
  display: flex; flex-direction: column;
  box-shadow: 0 1px 2px rgba(0,29,107,.05);
  transition: transform .5s var(--ease-out), box-shadow .5s, border-color .4s;
}
.svc-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0;
  background: radial-gradient(120% 100% at var(--mx,50%) 0%, rgba(151,194,248,.16), transparent 60%);
  transition: opacity .5s;
}
.svc-card:hover { transform: translateY(-6px); border-color: rgba(0,29,107,.18); box-shadow: 0 36px 70px -34px rgba(0,29,107,.4); }
.svc-card:hover::before { opacity: 1; }
.svc-card__head { display: flex; align-items: center; justify-content: space-between; }
.svc-card__ico { width: 52px; height: 52px; display: grid; place-items: center; background: var(--sky-50,#f1f7ff); border: 1px solid rgba(0,29,107,.08); }
.svc-card__ico img { width: 30px; height: 30px; }
.svc-card__no { font-family: "Fragment Mono", monospace; font-size: 13px; color: var(--sky-500,#6ea4e6); letter-spacing: .06em; }
.svc-card__title { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 22px; letter-spacing: -.015em; color: var(--navy); margin: 24px 0 0; }
.svc-card__body { font-size: 15px; line-height: 1.6; color: var(--ink-muted,#272d3b); margin: 10px 0 0; max-width: 440px; }
.svc-card__list {
  list-style: none; margin: 18px 0 0; padding: 0;
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height .5s var(--ease-out), opacity .4s, margin-top .5s;
}
.svc-card:hover .svc-card__list { max-height: 200px; opacity: 1; margin-top: 18px; }
.svc-card__list li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ink-subtle,#6b7280); padding: 5px 0; }
.svc-card__list li svg { width: 14px; height: 14px; color: var(--sky-500,#6ea4e6); flex: 0 0 auto; }
.svc-card__foot { margin-top: auto; padding-top: 20px; display: flex; align-items: center; gap: 8px; color: var(--ink-700); font-weight: 600; font-size: 14px; }
.svc-card__foot svg { width: 16px; height: 16px; transition: transform .4s var(--ease-out); }
.svc-card:hover .svc-card__foot svg { transform: translateX(5px); }

/* ════════════════════════════════════════════════════════════
   INTEGRATION ECOSYSTEM MAP  (tint · network)
   ════════════════════════════════════════════════════════════ */
.eco__head { text-align: center; max-width: 760px; margin: 0 auto 12px; }
.eco__map { position: relative; width: 100%; max-width: 1080px; margin: 40px auto 0; aspect-ratio: 1080 / 560; min-height: 440px; }
.eco__links { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; z-index: 1; pointer-events: none; }
.eco__links path { fill: none; stroke: rgba(0,29,107,.12); stroke-width: 1.2; }
.eco__links .eco-flow { stroke: hsl(var(--accent-h) 80% 58% / .85); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 5 200; opacity: 0; filter: drop-shadow(0 0 3px hsl(var(--accent-h) 90% 60% / .5)); }
.eco__map.is-live .eco-flow { opacity: 1; animation: ecoFlow 3s linear infinite; }
@keyframes ecoFlow { to { stroke-dashoffset: -205; } }
.eco__center {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3;
  width: 116px; height: 116px; border-radius: 50%; display: grid; place-items: center;
  background: radial-gradient(circle at 40% 35%, #fff 0%, #e1eeff 50%, #b6d4fa 100%);
  border: 1px solid rgba(0,29,107,.14);
  box-shadow: 0 20px 50px -20px rgba(0,29,107,.4), inset 0 2px 8px rgba(255,255,255,.7);
}
.eco__center img { width: 72px; height: auto; }
.eco__center::after { content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 1px solid rgba(0,29,107,.12); animation: ecoPulse 3.2s var(--ease) infinite; }
@keyframes ecoPulse { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.4); opacity: 0; } }
.eco-node {
  position: absolute; z-index: 2; transform: translate(-50%,-50%);
  display: flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid rgba(0,29,107,.1); padding: 11px 16px 11px 12px;
  box-shadow: 0 8px 24px -12px rgba(0,29,107,.3);
  transition: transform .4s var(--ease-out), box-shadow .4s, border-color .4s; cursor: default;
  opacity: 0;
}
.eco__map.is-live .eco-node { opacity: 1; }
.eco-node:hover { box-shadow: 0 18px 40px -16px rgba(0,29,107,.45); border-color: rgba(0,29,107,.2); transform: translate(-50%,-50%) scale(1.05); }
.eco-node__mark { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; }
.eco-node__word { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 14px; color: #1b1c1c; white-space: nowrap; letter-spacing: -.01em; }
.eco__cap { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-subtle,#6b7280); margin-top: 8px; }

/* ════════════════════════════════════════════════════════════
   INDUSTRIES  (dark showcase)
   ════════════════════════════════════════════════════════════ */
.ind__head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: 48px; }
.ind__head h2 { font-family:"Poppins"; font-weight: 700; font-size: clamp(30px,3.4vw,44px); line-height: 1.08; letter-spacing: -.025em; color: #fff; margin: 16px 0 0; }
.ind__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ind-card {
  position: relative; overflow: hidden; isolation: isolate;
  min-height: 290px; padding: 28px; display: flex; flex-direction: column;
  background: linear-gradient(165deg, rgba(20,46,116,.5), rgba(8,20,60,.4));
  border: 1px solid var(--line); cursor: pointer;
  transition: transform .5s var(--ease-out), border-color .4s, background .4s;
}
.ind-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0;
  background: radial-gradient(90% 80% at 50% 110%, hsl(var(--accent-h) 90% 55% / .28), transparent 70%);
  transition: opacity .5s;
}
.ind-card:hover { transform: translateY(-6px); border-color: var(--line-2); background: linear-gradient(165deg, rgba(26,58,134,.6), rgba(10,26,74,.5)); }
.ind-card:hover::after { opacity: 1; }
.ind-card__ico { width: 44px; height: 44px; display: grid; place-items: center; color: var(--accent); background: hsl(var(--accent-h) 90% 60% / .12); border: 1px solid var(--line-2); transition: transform .45s var(--ease-out); }
.ind-card:hover .ind-card__ico { transform: scale(1.08) rotate(-3deg); }
.ind-card__ico svg { width: 24px; height: 24px; }
.ind-card__title { font-family:"Poppins"; font-weight: 600; font-size: 20px; color: #eef5ff; margin: 22px 0 0; letter-spacing: -.01em; }
.ind-card__body { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 10px 0 0; }
.ind-card__tag { margin-top: auto; padding-top: 18px; font-family:"Fragment Mono", monospace; font-size: 11px; letter-spacing: .1em; color: var(--sky); text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.ind-card__tag b { color: #fff; font-weight: 700; font-family:"Poppins"; font-size: 19px; letter-spacing: -.01em; }

/* ════════════════════════════════════════════════════════════
   ABOUT  (white · founder story / timeline)
   ════════════════════════════════════════════════════════════ */
.about__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.about__lead { font-family:"Poppins"; font-weight: 700; font-size: clamp(26px,2.8vw,36px); line-height: 1.2; letter-spacing: -.02em; color: var(--navy); margin: 16px 0 0; text-wrap: balance; }
.about__copy { font-size: 16px; line-height: 1.66; color: var(--ink-muted,#272d3b); margin: 20px 0 0; }
.about__sticky { position: sticky; top: 110px; }
.about__statgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 32px; background: rgba(0,29,107,.08); border: 1px solid rgba(0,29,107,.08); }
.about__stat { background: #fff; padding: 22px 24px; }
.about__stat b { display: block; font-family:"Poppins"; font-weight: 700; font-size: 32px; letter-spacing: -.02em; color: var(--navy); line-height: 1; }
.about__stat span { font-size: 13px; color: var(--ink-subtle,#6b7280); margin-top: 6px; display: block; }

.timeline { position: relative; padding-left: 36px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(var(--sky-400,#97c2f8), rgba(0,29,107,.12)); }
.tl-item { position: relative; padding: 0 0 40px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -31px; top: 4px; width: 19px; height: 19px; border-radius: 50%;
  background: #fff; border: 2px solid var(--sky-400,#97c2f8);
  box-shadow: 0 0 0 4px rgba(151,194,248,.18);
}
.tl-item.is-in::before { background: var(--ink-700); border-color: var(--ink-700); }
.tl-item__year { font-family:"Fragment Mono", monospace; font-size: 13px; letter-spacing: .06em; color: var(--sky-500,#6ea4e6); }
.tl-item__title { font-family:"Poppins"; font-weight: 600; font-size: 19px; color: var(--navy); margin: 4px 0 0; letter-spacing: -.012em; }
.tl-item__body { font-size: 14.5px; line-height: 1.6; color: var(--ink-muted,#272d3b); margin: 8px 0 0; max-width: 560px; }

/* ════════════════════════════════════════════════════════════
   FAQ  (tint · accordion)
   ════════════════════════════════════════════════════════════ */
.faq__grid { display: grid; grid-template-columns: 340px 1fr; gap: 72px; align-items: start; }
.faq__sticky { position: sticky; top: 110px; }
.faq__sticky h2 { font-family:"Poppins"; font-weight: 700; font-size: clamp(28px,3vw,40px); line-height: 1.1; letter-spacing: -.025em; color: var(--navy); margin: 16px 0 0; text-wrap: balance; }
.faq__list { border-top: 1px solid rgba(0,29,107,.12); }
.faq-item { border-bottom: 1px solid rgba(0,29,107,.12); }
.faq-item__q {
  width: 100%; border: none; background: none; cursor: pointer; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 26px 4px; font-family:"Poppins"; font-weight: 600; font-size: 17.5px;
  letter-spacing: -.01em; color: var(--navy); transition: color .3s;
}
.faq-item__q:hover { color: var(--ink-700); }
.faq-item__icon { flex: 0 0 auto; width: 30px; height: 30px; position: relative; display: grid; place-items: center; border: 1px solid rgba(0,29,107,.14); transition: background .3s, border-color .3s; }
.faq-item__icon::before, .faq-item__icon::after { content: ""; position: absolute; background: var(--ink-700); transition: transform .35s var(--ease-out), background .3s; }
.faq-item__icon::before { width: 12px; height: 2px; }
.faq-item__icon::after  { width: 2px; height: 12px; }
.faq-item.is-open .faq-item__icon { background: var(--ink-700); border-color: var(--ink-700); }
.faq-item.is-open .faq-item__icon::before, .faq-item.is-open .faq-item__icon::after { background: #fff; }
.faq-item.is-open .faq-item__icon::after { transform: rotate(90deg); }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease-out); }
.faq-item__a-inner { padding: 0 4px 28px; font-size: 15px; line-height: 1.66; color: var(--ink-muted,#272d3b); max-width: 680px; }

/* ════════════════════════════════════════════════════════════
   FINAL CTA  (dark · globe returns)
   ════════════════════════════════════════════════════════════ */
.fcta { position: relative; min-height: clamp(360px, 48vw, 460px); display: flex; align-items: center; background: linear-gradient(180deg, var(--navy-2) 0%, var(--navy-3) 60%, var(--navy-4) 100%); overflow: hidden; }
#globe2 {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none;
  opacity: .34; filter: saturate(.55) brightness(.7);
  -webkit-mask: linear-gradient(180deg, #000 0%, #000 58%, transparent 86%);
          mask: linear-gradient(180deg, #000 0%, #000 58%, transparent 86%);
}
.fcta::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 42%;
  z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0,18,68,.78) 42%, var(--navy) 100%);
}
.fcta__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(70% 60% at 50% 42%, rgba(0,9,31,.5) 0%, transparent 72%); }
.fcta__inner { position: relative; z-index: 3; width: min(820px, 100% - 64px); margin: 0 auto; text-align: center; padding: clamp(54px, 7vw, 76px) 0; }
.fcta__title { font-family:"Poppins"; font-weight: 700; font-size: clamp(32px,4.6vw,54px); line-height: 1.04; letter-spacing: -.035em; color: #fff; text-wrap: balance; margin: 16px 0 0; }
.fcta__title .grad { background: linear-gradient(100deg, var(--sky) 0%, var(--accent-bright) 50%, #eaf3ff 75%, var(--sky) 100%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: sheen 7s linear infinite; }
.fcta__sub { font-size: 17px; line-height: 1.55; color: var(--sky-soft); font-weight: 300; max-width: 600px; margin: 16px auto 0; }
.fcta__btns { display: flex; gap: 14px; justify-content: center; margin-top: 28px; }

/* magnetic button wrapper */
.mag { display: inline-flex; will-change: transform; transition: transform .3s var(--ease-out); }

/* ════════════════════════════════════════════════════════════
   FOOTER  (navy)
   ════════════════════════════════════════════════════════════ */
.foot { background: var(--navy); color: var(--paper); position: relative; overflow: hidden; border-top: 1px solid rgba(255,255,255,.07); }
.foot__inner { width: min(1600px, 100% - 128px); margin-inline: auto; padding: 80px 0 40px; }
.foot__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }
.foot__brand p { color: var(--muted); font-size: 14.5px; line-height: 1.6; max-width: 320px; margin: 20px 0 0; font-weight: 300; }
.foot__logo { height: 34px; width: auto; }
.foot__col h4 { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--sky); margin: 0 0 18px; }
.foot__col a { display: block; color: rgba(255,255,255,.78); font-size: 14.5px; padding: 7px 0; transition: color .2s, transform .2s var(--ease-out); }
.foot__col a:hover { color: #fff; transform: translateX(3px); }
.foot__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.foot__chip { font-size: 11.5px; letter-spacing: .06em; color: var(--sky-soft); background: rgba(255,255,255,.05); backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,.08); padding: 7px 12px; }
.foot__rule { height: 1px; background: rgba(255,255,255,.09); margin: 56px 0 28px; }
.foot__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot__addr { font-size: 13px; color: var(--muted-2); }
.foot__bigmark { position: absolute; right: -2%; bottom: -34px; z-index: 0; opacity: .05; pointer-events: none; }
.foot__bigmark img { height: 220px; width: auto; }
.foot__legal { display: flex; gap: 24px; }
.foot__legal a { font-size: 13px; color: var(--muted-2); transition: color .2s; }
.foot__legal a:hover { color: #fff; }

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════ */
@media (max-width: 1080px) {
  .engine__stage { max-width: 720px; aspect-ratio: auto; min-height: 0; }
  .engine__links { display: none; }
  .core { position: relative; left: auto; top: auto; transform: none; margin: 0 auto 28px; }
  .enode { position: relative !important; width: 100%; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; transform: none !important; margin-bottom: 14px; }
  .engine__stage.is-live .enode { transform: none; }
  .enode__reveal { max-height: 160px; opacity: 1; margin-top: 12px; }
  .engine__metrics { grid-template-columns: repeat(2,1fr); }
  .svc__head { grid-template-columns: 1fr; gap: 20px; }
  .svc__grid { grid-template-columns: repeat(2, 1fr); }
  .eco__map { display: none; }
  .eco__fallback { display: flex !important; }
  .ind__grid { grid-template-columns: repeat(2,1fr); }
  .ind__head { grid-template-columns: 1fr; }
  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .about__sticky { position: static; }
  .faq__grid { grid-template-columns: 1fr; gap: 32px; }
  .faq__sticky { position: static; }
  .fcta { min-height: 390px; }
  .fcta__inner { width: min(720px, 100% - 48px); padding: 48px 0; }
  .fcta__title { font-size: clamp(30px, 5vw, 42px); }
  .fcta__sub { font-size: 16px; max-width: 560px; }
  .fcta__btns { margin-top: 24px; }
  .foot__top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .foot__inner { width: min(1600px, 100% - 56px); }
}
@media (max-width: 600px) {
  .engine__metrics { grid-template-columns: 1fr; }
  .svc__grid { grid-template-columns: 1fr; }
  .ind__grid { grid-template-columns: 1fr; }
  .about__statgrid { grid-template-columns: 1fr 1fr; }
  .fcta__btns { flex-direction: column; align-items: center; }
  .foot__top { grid-template-columns: 1fr; }
  .foot__inner { width: min(1600px, 100% - 40px); }
}

/* ── eco fallback (mobile list) ── */
.eco__fallback { display: none; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
.eco__fallback .eco-node { position: static; transform: none; opacity: 1; }
.eco__fallback .eco-node:hover { transform: scale(1.03); }

/* ════════════════════════════════════════════════════════════
   TEAMMATE REVISIONS
   ════════════════════════════════════════════════════════════ */

/* ── Heading font: Poppins display (Design System V2) ── */
:root { --font-head: var(--font-display, "Poppins", system-ui, sans-serif); }
.hero__title, .sec-title, .stats__title, .statsband__title,
.svc__head h2, .eco__head h2, .ind__head h2, .serve__head h2,
.about__lead, .faq__sticky h2, .faq2__title, .fcta__title, .tmpl__title,
.pillar__title, .svc-card__title, .ind-card__title, .serve-col__title, .tl-item__title {
  font-family: var(--font-head) !important;
}
/* DS display rhythm on the largest headings */
.hero__title { letter-spacing: var(--tr-display, -.025em); line-height: var(--lh-display, 1.06); }
.fcta__title, .tmpl__title { letter-spacing: var(--tr-display, -.025em); }
.sec-title, .stats__title, .statsband__title,
.svc__head h2, .eco__head h2, .ind__head h2, .serve__head h2,
.about__lead, .faq2__title { letter-spacing: var(--tr-h2, -.02em); }

/* ── Trusted-outcomes (stats) head ── */
.stats { padding-top: 64px; padding-bottom: 0; }
.stats__wrap { width: min(1600px, 100% - 96px); margin-inline: auto; }
.stats__head { text-align: center; max-width: 740px; margin: 0 auto 36px; }
.stats__title { font-weight: 700; font-size: clamp(26px,3vw,38px); line-height: 1.12; letter-spacing: -.02em; color: #fff; margin: 14px 0 0; text-wrap: balance; }
.sec-kicker--sky { color: var(--sky); }
.stats__head .sec-kicker--sky { justify-content: center; }

/* ── Transformation: connected pillars ── */
.pillars { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin: 64px auto 0; max-width: 1120px; }
.pillars__line { position: absolute; left: 30px; right: 30px; top: 30px; height: 2px; background: rgba(151,194,248,.16); z-index: 0; overflow: hidden; }
.pillars__flow { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: linear-gradient(90deg, transparent, var(--accent) 42%, #eaf3ff 58%, var(--accent) 76%, transparent); box-shadow: 0 0 12px hsl(var(--accent-h) 95% 65% / .8); transition: width 1.8s var(--ease-out) .2s; }
.pillars.is-in .pillars__flow { width: 100%; }
.pillar {
  position: relative; z-index: 1;
  background: linear-gradient(165deg, rgba(20,46,116,.6), rgba(8,20,60,.5));
  border: 1px solid var(--line-2); padding: 22px 22px 24px;
  transition: border-color .4s, box-shadow .4s, background .4s, transform .4s var(--ease-out);
}
.pillars.is-in .pillar { animation: pillarIn .7s var(--ease-out) backwards; }
.pillars.is-in .pillar:nth-child(3) { animation-delay: .12s; }
.pillars.is-in .pillar:nth-child(4) { animation-delay: .24s; }
.pillars.is-in .pillar:nth-child(5) { animation-delay: .36s; }
@keyframes pillarIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.pillar:hover { transform: translateY(-6px); border-color: hsl(var(--accent-h) 90% 65% / .5); box-shadow: 0 36px 70px -34px hsl(var(--accent-h) 90% 55% / calc(.6*var(--glow))); background: linear-gradient(165deg, rgba(26,58,134,.7), rgba(10,26,74,.6)); }
.pillar__node { position: absolute; top: 22px; left: 22px; width: 16px; height: 16px; border-radius: 50%; background: var(--navy-3); border: 2px solid var(--accent); box-shadow: 0 0 0 4px rgba(8,20,60,.85), 0 0 12px hsl(var(--accent-h) 95% 65% / .7); }
.pillar__ico { display: grid; place-items: center; width: 46px; height: 46px; margin: 34px 0 0; color: var(--accent); background: hsl(var(--accent-h) 90% 60% / .14); border: 1px solid var(--line-2); transition: transform .45s var(--ease-out); }
.pillar:hover .pillar__ico { transform: scale(1.08); }
.pillar__ico svg { width: 24px; height: 24px; }
.pillar__no { font-family: "Fragment Mono", monospace; font-size: 11px; letter-spacing: .1em; color: var(--sky); text-transform: uppercase; margin-top: 18px; opacity: .82; }
.pillar__title { font-weight: 700; font-size: 19px; line-height: 1.2; letter-spacing: -.01em; color: #eef5ff; margin: 6px 0 0; }
.pillar__desc { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 12px 0 0; }
.pillar__stat { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 8px; }
.pillar__stat b { font-weight: 700; font-size: 24px; letter-spacing: -.02em; color: #fff; line-height: 1; }
.pillar__stat span { font-size: 12px; color: var(--sky-soft); }
@media (prefers-reduced-motion: reduce) { .pillar { animation: none !important; } .pillars__flow { transition: none; } }
@media (max-width: 920px) { .pillars { grid-template-columns: repeat(2,1fr); } .pillars__line { display: none; } }
@media (max-width: 520px) { .pillars { grid-template-columns: 1fr; } }

/* ── About timeline: progressive scroll reveal ── */
.timeline__progress { position: absolute; left: 9px; top: 8px; width: 1px; height: 0; background: var(--ink-700); z-index: 1; }
.tl-item { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
.tl-item.is-in, .no-js .tl-item, .tl-item.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .tl-item { opacity: 1 !important; transform: none !important; } }

/* ── Footer contact block ── */
.foot__contact { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.foot__contact-row { display: grid; grid-template-columns: 64px 1fr; gap: 12px; align-items: start; }
.foot__contact-row > span { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--sky); padding-top: 2px; }
.foot__contact-row a, .foot__contact-row p { color: rgba(255,255,255,.82); font-size: 14px; margin: 0; line-height: 1.5; }
.foot__contact-row a:hover { color: #fff; }
