/* ════════════════════════════════════════════════════════════
   AJAIA — AI Transformation Model · "Centered Monument" (temple)
   Ported from the Pillar-Concepts "02 Monument":
   · pediment scales up from the centre
   · each column grows upward from the base, one after another
   · a glowing leading edge travels up each shaft
   · full-screen banner on deep navy, scroll-triggered + replayable
   ════════════════════════════════════════════════════════════ */
.tmpl {
  position: relative; min-height: 100vh; color: #fff; display: flex;
  background:
    radial-gradient(900px 540px at 50% 64%, rgba(46,86,180,.34), transparent 60%),
    radial-gradient(1100px 600px at 50% 0%, rgba(11,46,142,.34), transparent 58%),
    linear-gradient(180deg, #020A24 0%, #03113c 54%, #020A24 100%);
  overflow: hidden; isolation: isolate;
}
.tmpl::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background-image: radial-gradient(rgba(151,194,247,.12) 1px, transparent 1.5px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 26%, #000 74%, transparent);
          mask-image: linear-gradient(180deg, transparent, #000 26%, #000 74%, transparent);
}
.tmpl__stack {
  position: relative; z-index: 2; margin: auto; width: 100%; max-width: 1040px;
  text-align: center; padding: clamp(96px,12vh,140px) clamp(24px,4vw,60px) clamp(56px,8vh,96px);
}
.tmpl__brandrow { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.tmpl__brandrow img { height: 26px; width: auto; }
.tmpl__eb {
  font-family: "Fragment Mono", monospace; font-size: 12px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--sky);
  padding: 5px 12px; border: 1px solid rgba(151,194,247,.3); border-radius: 999px;
  background: rgba(151,194,247,.06); white-space: nowrap;
}
.tmpl__title {
  font-family: var(--font-head, "Poppins"); font-size: clamp(34px,4.8vw,60px);
  line-height: 1.04; letter-spacing: -.025em; font-weight: 700; margin: 0 0 14px; color: #fff;
}
.tmpl__title .ac { color: var(--sky); }
.tmpl__sub {
  font-size: clamp(15px,1.25vw,18px); line-height: 1.55; color: var(--sky-soft);
  max-width: 600px; margin: 0 auto clamp(30px,5vh,52px); font-weight: 300;
}

/* — the monument — */
.temple { position: relative; width: min(580px, 96%); margin: 0 auto; }
.temple .strategyTag {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px;
  padding: 8px 16px; border-radius: 999px; white-space: nowrap; max-width: 100%; text-decoration: none;
  background: rgba(151,194,247,.1); border: 1px solid rgba(151,194,247,.3);
  font-size: clamp(11px,1.1vw,13px); font-weight: 600; color: #fff;
  transition: background .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease);
}
.temple .strategyTag:hover { background: rgba(151,194,247,.2); transform: translateY(-1px); border-color: rgba(151,194,247,.5); }
.temple .strategyTag b { color: var(--sky); font-family: "Fragment Mono", monospace; font-weight: 600; }
.temple .strategyTag .tri { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 11px solid var(--sky); }

.temple .pediment {
  position: relative; width: 100%; height: clamp(80px,12vw,128px); transform-origin: 50% 100%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, #1c3f8e, #0a2466);
  box-shadow: inset 0 2px 0 rgba(151,194,247,.55);
}
.temple .pediment::after {
  display: none;
}
.temple .beam {
  height: clamp(18px,2.2vw,26px); width: 100%; margin-top: 3px; border-radius: 2px;
  background: linear-gradient(180deg, #1b3f93, #0c2a72); box-shadow: inset 0 1px 0 rgba(151,194,247,.4);
}
.temple .cols { display: flex; justify-content: space-between; gap: clamp(14px,3vw,36px); padding: 0 clamp(10px,2.4vw,26px); margin-top: 6px; }
.temple .slot { position: relative; flex: 1; height: clamp(186px,28vw,278px); }
.temple .col {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center;
  clip-path: inset(0 0 0 0); text-decoration: none;
}
.temple .capital, .temple .cbase {
  position: relative; flex: none; border-radius: 6px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--pc) 58%, #7ea6df), color-mix(in srgb, var(--pc) 40%, #17336f));
  border: 4px solid color-mix(in srgb, var(--pc) 62%, #0d2f83);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 10px 22px -18px color-mix(in srgb, var(--pc) 55%, #000);
}
.temple .capital {
  width: 128%; height: 20px; margin-bottom: 3px;
}
.temple .capital::after {
  content: ""; position: absolute; left: 10%; right: 10%; top: calc(100% + 3px);
  height: 15px; border-radius: 0 0 6px 6px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--pc) 50%, #6f95cf), color-mix(in srgb, var(--pc) 34%, #17336f));
  border: 4px solid color-mix(in srgb, var(--pc) 62%, #0d2f83);
  border-top: 0;
}
.temple .cbase {
  width: 106%; height: 24px; margin-top: 8px;
}
.temple .cbase::after {
  content: ""; position: absolute; left: -16%; right: -16%; top: calc(100% + 5px);
  height: 24px; border-radius: 7px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--pc) 52%, #6f95cf), color-mix(in srgb, var(--pc) 38%, #17336f));
  border: 5px solid color-mix(in srgb, var(--pc) 62%, #0d2f83);
}
.temple .shaft {
  position: relative; flex: 1; width: 78%; margin: 15px 0 0; border-radius: 0; overflow: visible;
  background: transparent;
  box-shadow: none;
  transition: filter .3s var(--ease);
}
.temple .shaft::before {
  content: ""; position: absolute; inset: 0 auto 0 4%;
  width: 38%;
  background: linear-gradient(180deg, color-mix(in srgb, var(--pc) 48%, #5079b9), color-mix(in srgb, var(--pc) 38%, #17336f));
  border-left: 5px solid color-mix(in srgb, var(--pc) 62%, #0d2f83);
  border-right: 5px solid color-mix(in srgb, var(--pc) 62%, #0d2f83);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), inset 10px 0 16px rgba(255,255,255,.035);
  opacity: 1;
}
.temple .shaft::after {
  content: ""; position: absolute; inset: 0 4% 0 auto;
  width: 38%;
  background: linear-gradient(180deg, color-mix(in srgb, var(--pc) 48%, #5079b9), color-mix(in srgb, var(--pc) 38%, #17336f));
  border-left: 5px solid color-mix(in srgb, var(--pc) 62%, #0d2f83);
  border-right: 5px solid color-mix(in srgb, var(--pc) 62%, #0d2f83);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), inset 10px 0 16px rgba(255,255,255,.035);
  pointer-events: none;
}
.temple .shaft .glowedge {
  z-index: 2;
}
.temple .shaft > .glowedge::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, transparent 0 8%, #b6d4fa 8% 46%, transparent 46% 54%, #b6d4fa 54% 92%, transparent 92%);
}
.temple .glowedge {
  position: absolute; left: -4%; right: -4%; height: 3px; top: 0; border-radius: 3px; opacity: 0;
  background: #b6d4fa; box-shadow: 0 0 16px 4px color-mix(in srgb, var(--pc) 75%, transparent);
}
.temple .base {
  height: clamp(20px,2.6vw,30px); width: 108%; margin: 5px -4% 0; border-radius: 3px;
  background: linear-gradient(180deg, #1b3f93, #091f5e);
  box-shadow: 0 24px 50px -18px rgba(0,0,0,.7), inset 0 1px 0 rgba(151,194,247,.4);
}

.temple .labels {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px,2vw,24px);
  margin: clamp(22px,3vh,34px) auto 0; width: 100%; padding: 0 clamp(10px,2.4vw,26px);
}
.temple .lab { text-align: center; text-decoration: none; transition: transform .25s var(--ease); }
.temple .lab .ln { font-family: "Fragment Mono", monospace; font-size: 12px; color: var(--pc); font-weight: 600; }
.temple .lab .lt { font-family: var(--font-head, "Poppins"); font-size: clamp(13px,1.15vw,16px); font-weight: 600; margin: 4px 0 3px; line-height: 1.25; letter-spacing: -.01em; color: #eef5ff; }
.temple .lab .ld { font-size: 12.5px; color: var(--sky-soft); opacity: .75; line-height: 1.4; }
.temple .lab:hover { transform: translateY(-3px); }
.temple .lab:hover .lt { color: #fff; }

/* sequential reveal */
.tmpl.play .strategyTag { animation: tmplTagIn .55s var(--ease) both; }
.tmpl.play .pediment { animation: tmplPed .75s var(--ease) both .15s; }
.tmpl.play .beam { animation: tmplFadeUp .45s var(--ease) both .5s; }
.tmpl.play .base { animation: tmplFadeUp .45s var(--ease) both .55s; }
.tmpl.play .col { animation: tmplGrow .8s var(--ease) both; animation-delay: var(--cdelay); }
.tmpl.play .glowedge { animation: tmplEdge .8s var(--ease) both; animation-delay: var(--cdelay); }
.tmpl.play .lab { animation: tmplFadeUp .5s var(--ease) both; animation-delay: var(--ldelay); }
@keyframes tmplTagIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; } }
@keyframes tmplPed { from { opacity: 0; transform: scale(.5); } to { opacity: 1; transform: scale(1); } }
@keyframes tmplFadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; } }
@keyframes tmplGrow { from { clip-path: inset(100% 0 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes tmplEdge { 0% { opacity: 0; top: 100%; } 15% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; top: 0; } }

/* before play: keep structure hidden so the reveal reads (JS adds .play; reduced-motion shows all) */
.tmpl .pediment, .tmpl .beam, .tmpl .base, .tmpl .strategyTag { opacity: 0; }
.tmpl .col { clip-path: inset(100% 0 0 0); }
.tmpl .lab { opacity: 0; }
.tmpl.play .pediment, .tmpl.play .beam, .tmpl.play .base, .tmpl.play .strategyTag, .tmpl.play .lab { opacity: 1; }

.tmpl__replay {
  position: absolute; right: clamp(18px,3vw,40px); bottom: clamp(18px,3vw,34px); z-index: 5;
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head, "Poppins");
  font-size: 13px; font-weight: 600; color: #fff;
  background: rgba(151,194,247,.1); border: 1px solid rgba(151,194,247,.3); border-radius: 999px;
  padding: 9px 15px; cursor: pointer; transition: all .2s var(--ease);
}
.tmpl__replay:hover { background: rgba(151,194,247,.18); transform: translateY(-1px); }
.tmpl__replay svg { width: 15px; height: 15px; stroke: #fff; fill: none; stroke-width: 2; }

@media (prefers-reduced-motion: reduce) {
  .tmpl .pediment, .tmpl .beam, .tmpl .base, .tmpl .strategyTag, .tmpl .lab { opacity: 1 !important; }
  .tmpl .col { clip-path: inset(0 0 0 0) !important; }
  .tmpl .glowedge { opacity: 0 !important; }
  .tmpl__replay { display: none; }
}
@media (max-width: 560px) {
  .temple .labels { font-size: 11px; }
}

/* ════════════════════════════════════════════════════════════
   WHO WE SERVE — Industries / Partners / Org sizes
   ════════════════════════════════════════════════════════════ */
.serve__head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: 48px; }
.serve__head h2 { font-family: var(--font-head, "Poppins"); font-weight: 700; font-size: clamp(30px,3.4vw,44px); line-height: 1.08; letter-spacing: -.025em; color: #fff; margin: 16px 0 0; text-wrap: balance; }
.serve__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
.serve-col {
  background: linear-gradient(165deg, rgba(20,46,116,.5), rgba(8,20,60,.4));
  border: 1px solid var(--line); padding: 30px;
  display: flex; flex-direction: column;
  transition: transform .5s var(--ease-out), border-color .4s, background .4s;
}
.serve-col:hover { transform: translateY(-6px); border-color: var(--line-2); background: linear-gradient(165deg, rgba(26,58,134,.6), rgba(10,26,74,.5)); }
.serve-col__head { display: flex; align-items: center; justify-content: space-between; }
.serve-col__ico { width: 46px; height: 46px; 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); }
.serve-col:hover .serve-col__ico { transform: scale(1.08) rotate(-3deg); }
.serve-col__ico svg { width: 24px; height: 24px; }
.serve-col__no { font-family: "Fragment Mono", monospace; font-size: 12px; letter-spacing: .1em; color: var(--sky); opacity: .7; }
.serve-col__title { font-family: var(--font-head, "Poppins"); font-weight: 700; font-size: 21px; color: #eef5ff; margin: 22px 0 0; letter-spacing: -.01em; }
.serve-col__list { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; }
.serve-col__list li { display: flex; align-items: center; gap: 13px; padding: 13px 0; border-top: 1px solid var(--line); font-size: 15.5px; font-weight: 500; color: var(--muted); transition: color .3s, transform .3s var(--ease-out); }
.serve-col__list li:first-child { border-top: none; }
.serve-col__list li::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; background: var(--accent); box-shadow: 0 0 8px hsl(var(--accent-h) 95% 70% / .6); }
.serve-col:hover .serve-col__list li { color: #dfeaff; }
@media (max-width: 1080px) { .serve__head { grid-template-columns: 1fr; } .serve__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 840px) { .serve__grid { grid-template-columns: 1fr; } }

/* Light variant for the homepage Who We Serve band */
#industries {
  position: relative; overflow: hidden;
  background:
    radial-gradient(620px 340px at 88% 10%, rgba(151,194,248,.2), transparent 68%),
    radial-gradient(760px 420px at 8% 84%, rgba(151,194,248,.18), transparent 72%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  color: var(--navy);
}
#industries .engine__ambient {
  display: block; opacity: .5 !important;
  background-image: radial-gradient(rgba(0,29,107,.07) 1px, transparent 1.6px);
  background-size: 30px 30px;
  -webkit-mask: linear-gradient(180deg, #000 0%, transparent 74%);
          mask: linear-gradient(180deg, #000 0%, transparent 74%);
}
#industries .sec__pad { padding: clamp(58px, 6.4vw, 88px) 0 clamp(66px, 7vw, 96px); }
#industries .container { width: min(1180px, 100% - 80px); }
#industries .serve__head {
  position: relative;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(28px, 5vw, 80px);
  margin-bottom: clamp(26px, 3vw, 40px);
  padding-top: 26px;
}
#industries .serve__head::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(0,29,107,.12);
}
#industries .eyebrow--accent {
  color: var(--navy);
  justify-content: flex-start;
  width: auto;
  padding-top: 0;
  border-top: 0;
}
#industries .eyebrow__sq { background: var(--navy); box-shadow: none; }
#industries .serve__head h2 {
  color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.04;
  letter-spacing: -.045em; max-width: 720px;
}
#industries .aj-cta--outline {
  color: var(--navy); border-color: rgba(0,29,107,.18); background: transparent;
}
#industries .aj-cta--outline .aj-cta__arrow { border-left-color: rgba(0,29,107,.16); }
#industries .aj-cta--outline:hover { background: var(--sky); color: var(--navy); }
#industries .serve__grid {
  grid-template-columns: 1.08fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
#industries .serve-col {
  position: relative;
  height: 100%;
  min-height: 330px;
  padding: clamp(24px, 2.7vw, 34px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.76)),
    radial-gradient(360px 220px at 20% 0%, rgba(151,194,248,.18), transparent 70%);
  border: 1px solid rgba(0,29,107,.12);
  box-shadow: 0 24px 60px -52px rgba(0,29,107,.45);
  color: var(--navy);
}
#industries .serve-col::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sky), transparent);
  opacity: .6;
}
#industries .serve-col:hover {
  transform: none; border-color: rgba(0,29,107,.2);
  background: #fff; box-shadow: 0 36px 72px -54px rgba(0,29,107,.42);
}
#industries .serve-col__ico {
  color: var(--ink-700); background: #edf5ff; border-color: rgba(0,29,107,.1);
}
#industries .serve-col__no { color: var(--sky-500,#6ea4e6); opacity: 1; }
#industries .serve-col__title {
  color: var(--navy);
  font-size: clamp(22px, 2vw, 28px);
  margin-top: 24px;
}
#industries .serve-col__list li {
  color: #586274; border-top-color: rgba(0,29,107,.1);
  padding: 12px 0;
}
#industries .serve-col__list li::before {
  background: var(--sky); box-shadow: 0 0 10px rgba(110,164,230,.52);
}
#industries .serve-col:hover .serve-col__list li { color: var(--navy); }
@media (max-width: 1080px) {
  #industries .container { width: min(1180px, 100% - 52px); }
  #industries .serve__head { grid-template-columns: 1fr; }
  #industries .serve__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #industries .serve-col:first-child { grid-row: span 2; }
}
@media (max-width: 840px) {
  #industries .serve__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #industries .serve-col:first-child { grid-row: span 2; }
  #industries .serve-col { min-height: 0; }
}
@media (min-width: 701px) and (max-width: 900px) {
  #industries .serve__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  #industries .serve-col:first-child { grid-row: auto; }
  #industries .serve-col {
    height: 100%;
    padding: 22px;
    min-height: 340px;
  }
  #industries .serve-col__ico {
    width: 42px;
    height: 42px;
  }
  #industries .serve-col__title {
    font-size: 22px;
    margin-top: 20px;
  }
  #industries .serve-col__list { margin-top: 14px; }
  #industries .serve-col__list li {
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.35;
  }
}
@media (max-width: 600px) {
  #industries .container { width: min(1180px, 100% - 32px); }
  #industries .serve__grid { grid-template-columns: 1fr; }
  #industries .serve-col:first-child { grid-row: auto; }
  #industries .serve-col { padding: 24px; }
}

/* ════════════════════════════════════════════════════════════
   ABOUT — full-bleed banner + differentiators
   ════════════════════════════════════════════════════════════ */
.about__ctas { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.about__points { display: flex; flex-direction: column; gap: 16px; }
.about-point {
  display: flex; align-items: center; gap: 22px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); padding: 28px 30px;
  backdrop-filter: blur(6px);
  transition: transform .5s var(--ease-out), box-shadow .5s, border-color .4s, background .4s;
}
.about-point:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -34px rgba(0,0,0,.6); border-color: var(--line-2); background: rgba(151,194,248,.08); }
.about-point__ico { flex: 0 0 auto; width: 56px; height: 56px; 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); }
.about-point:hover .about-point__ico { transform: scale(1.06); }
.about-point__ico svg { width: 27px; height: 27px; }
.about-point__title { font-family: var(--font-head, "Poppins"); font-weight: 600; font-size: 21px; color: #eef5ff; letter-spacing: -.012em; line-height: 1.25; }
@media (max-width: 1080px) { .about__points { margin-top: 8px; } }

/* ════════════════════════════════════════════════════════════
   FAQ — single set
   ════════════════════════════════════════════════════════════ */
.faq2 { display: flex; flex-direction: column; gap: clamp(56px, 7vw, 96px); }
.faq2__group { display: grid; grid-template-columns: minmax(280px, 1fr) 1.4fr; gap: 80px; align-items: start; }
.faq2__intro { position: sticky; top: 110px; }
.faq2__title { font-family: var(--font-head, "Poppins"); font-weight: 700; font-size: clamp(28px,3vw,42px); line-height: 1.1; letter-spacing: -.025em; color: var(--navy); margin: 16px 0 0; text-wrap: balance; }
.faq2__intro .lead-ink { max-width: 460px; }
/* card-style rows (referenced "Questions teams usually ask") */
#faq .faq__list { border-top: none; display: flex; flex-direction: column; gap: 12px; }
#faq .faq-item { border-bottom: none; border: 1px solid rgba(0,29,107,.1); background: #fff; padding: 4px 24px; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
#faq .faq-item.is-open { border-color: rgba(0,29,107,.18); box-shadow: 0 1px 2px rgba(0,29,107,.06), 0 8px 24px -8px rgba(0,29,107,.12); }
#faq .faq-item__q { padding: 22px 0; font-family: var(--font-head, "Poppins"); font-size: 18px; }
#faq .faq-item__a-inner { padding: 0 0 24px; }
@media (max-width: 1080px) { .faq2__group { grid-template-columns: 1fr; gap: 28px; } .faq2__intro { position: static; } }

/* ════════════════════════════════════════════════════════════
   INTEGRATION — large animated logo rows
   ════════════════════════════════════════════════════════════ */
#integrations { background: #fff; color: #16181c; }
#integrations .sec__pad { padding: clamp(68px, 7vw, 104px) 0 clamp(76px, 8vw, 120px); }
.eco__head { max-width: 980px; }
#integrations .sec-kicker {
  width: 100%; padding-top: 14px; border-top: 1px solid rgba(22,24,28,.1);
  color: #2d3340; justify-content: flex-start;
}
.integrations-title {
  font-family: "Poppins", sans-serif; font-weight: 700; font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.18; letter-spacing: -.02em; color: #16181c; margin: clamp(30px, 3.5vw, 46px) auto 0;
  max-width: 980px; text-align: center; text-wrap: balance;
}
.logos-group { margin-top: clamp(54px, 6vw, 86px); }
.logos-cap {
  text-align: center; font-size: clamp(12px, 1vw, 15px); font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: #2d3340; margin: 0 0 clamp(34px, 4vw, 52px);
}
.logos-wall {
  width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden;
  padding: 8px 0 18px; scrollbar-width: none;
  -webkit-mask: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
          mask: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.logos-wall::-webkit-scrollbar { display: none; }
.logos-track {
  display: flex; align-items: center; gap: clamp(72px, 9vw, 150px);
  width: max-content; min-width: 100%;
  animation: logoMarquee 34s linear infinite;
  will-change: transform;
}
.logos-wall.is-reverse .logos-track { animation-direction: reverse; animation-duration: 38s; }
.logos-wall:hover .logos-track { animation-play-state: paused; }
.logo-chip {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 16px;
  background: transparent; border: 0; padding: 0; box-shadow: none;
  color: #16181c; transform: translateZ(0);
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.logo-chip:hover { transform: translateY(-2px); opacity: .82; }
.logo-chip__mark { width: clamp(32px, 3.6vw, 58px); height: clamp(32px, 3.6vw, 58px); display: grid; place-items: center; flex: 0 0 auto; }
.logo-chip__mark svg { width: 100%; height: 100%; }
.logo-chip__word {
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: clamp(28px, 3.4vw, 54px);
  line-height: 1; color: #16181c; white-space: nowrap; letter-spacing: -.03em;
}
@keyframes logoMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - clamp(36px, 4.5vw, 75px)), 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .logos-track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; min-width: 0; }
  .logos-wall { width: 100%; margin-left: 0; -webkit-mask: none; mask: none; }
}

/* ════════════════════════════════════════════════════════════
   SERVICES — full capability lists always visible
   ════════════════════════════════════════════════════════════ */
.svc-card--full { min-height: 0; }
.svc-card--full .svc-card__list {
  max-height: none; opacity: 1; margin-top: 20px;
  display: flex; flex-direction: column; gap: 2px;
}
.svc-card--full .svc-card__list li { align-items: flex-start; }
.svc-card--full .svc-card__list li svg { margin-top: 4px; }
.svc-card__ico svg { width: 28px; height: 28px; color: var(--ink-700); }

/* ════════════════════════════════════════════════════════════
   FOOTER — Design System V2 pattern (chip headers, contact strip)
   ════════════════════════════════════════════════════════════ */
.foot__inner2 { width: min(1600px, 100% - 128px); margin-inline: auto; padding: 80px 0 0; position: relative; z-index: 2; }
.ftr-chip { display: inline-flex; align-items: center; gap: 10px; padding: 4px 10px; background: rgba(255,255,255,.05); backdrop-filter: blur(5px); align-self: flex-start; }
.ftr-chip__sq { width: 7px; height: 7px; background: var(--sky); }
.ftr-chip__t { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--sky); }
.ftr-contact { background: rgba(255,255,255,.05); padding: 28px 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ftr-contact__col { display: flex; flex-direction: column; gap: 8px; }
.ftr-contact__v { margin-top: 4px; font-family: "Poppins", sans-serif; font-size: 15px; line-height: 1.55; color: #fff; letter-spacing: -.005em; }
.ftr-contact__v a { color: #fff; text-decoration: none; font-weight: 600; transition: color .2s var(--ease); }
.ftr-contact__v a:hover { color: var(--sky); }
.ftr-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; padding: 48px 0; }
.ftr-col__head { border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 12px; }
.ftr-col ul { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-direction: column; gap: 12px; }
.ftr-col ul a { color: rgba(255,255,255,.85); text-decoration: none; font-family: "Poppins", sans-serif; font-weight: 500; font-size: 14px; line-height: 1.5; letter-spacing: -.005em; transition: color .2s var(--ease); }
.ftr-col ul a:hover { color: var(--sky); }
.ftr-bottom { border-top: 1px solid rgba(255,255,255,.08); position: relative; z-index: 2; }
.ftr-bottom__in { width: min(1600px, 100% - 128px); margin-inline: auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ftr-legal { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.ftr-legal a, .ftr-legal span { color: rgba(255,255,255,.55); text-decoration: none; font-family: "Poppins", sans-serif; font-size: 12px; letter-spacing: -.005em; transition: color .2s var(--ease); }
.ftr-legal a:hover { color: #fff; }
.ftr-biglogo { height: 44px; width: auto; opacity: .95; }
@media (max-width: 1080px) { .foot__inner2, .ftr-bottom__in { width: min(1600px, 100% - 56px); } .ftr-contact, .ftr-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .foot__inner2, .ftr-bottom__in { width: min(1600px, 100% - 40px); } .ftr-contact, .ftr-cols { grid-template-columns: 1fr; } }

/* ════════════════════════════════════════════════════════════
   STATS BAND — dark below-the-fold hero continuation
   ════════════════════════════════════════════════════════════ */
.statsband {
  background:
    radial-gradient(circle at 18% -24%, rgba(151,194,248,.18), transparent 34%),
    linear-gradient(180deg, #061653 0%, #071c69 58%, #061965 100%);
  color: #f5f8ff; padding: clamp(26px, 3.8vw, 46px) 0 clamp(30px, 4vw, 52px);
  position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.72);
}
.statsband::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 64px; opacity: .28; pointer-events: none;
  background-image: radial-gradient(rgba(151,194,248,.48) 1px, transparent 1px);
  background-size: 12px 12px;
  -webkit-mask: linear-gradient(#000, transparent); mask: linear-gradient(#000, transparent);
}
.statsband::after { display: none; }
.statsband__wrap { width: min(1740px, 100% - 72px); margin-inline: auto; position: relative; z-index: 1; }
.statsband__row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(8px, .85vw, 12px); }
.sb-card {
  --c: var(--sky); position: relative; overflow: hidden;
  background: rgba(58, 82, 157, .56); border: 0; padding: clamp(18px, 2.2vw, 30px) clamp(18px, 2.4vw, 32px);
  box-shadow: none; min-height: clamp(112px, 9.5vw, 156px);
  display: flex; flex-direction: column; justify-content: center; gap: 7px;
  transition: background .35s var(--ease), transform .35s var(--ease);
}
.sb-card:hover { transform: translateY(-2px); background: rgba(67, 94, 174, .64); }
.sb-card::before, .sb-card::after, .sb-card__wash, .sb-card__viz, .sb-card__sub { display: none; }
.sb-card__label {
  position: relative; display: block; font-family: "Poppins", sans-serif; font-weight: 600;
  font-size: clamp(15px, 1.2vw, 22px); line-height: 1.15; color: #fff; letter-spacing: -.025em;
  text-transform: none; white-space: nowrap;
}
.sb-card__num {
  position: relative; display: flex; align-items: baseline; gap: 0; font-family: var(--font-head, "Poppins");
  font-weight: 300; font-size: clamp(48px, 6.35vw, 104px); line-height: .82; letter-spacing: -.06em; color: #f6f9ff;
}
.sb-card__num .pre { font-size: .34em; font-weight: 300; align-self: flex-start; margin-top: .18em; margin-right: .04em; letter-spacing: 0; }
.sb-card__num .suf { font-size: .42em; color: #f6f9ff; font-weight: 500; margin-left: .08em; letter-spacing: -.04em; }
@media (max-width: 760px) {
  .statsband__wrap { width: min(1240px, 100% - 28px); }
  .statsband__row { grid-template-columns: 1fr; }
  .sb-card__label { white-space: normal; }
}
@media (max-width: 720px) {
  .statsband { padding-top: 28px; }
  .statsband__wrap { width: min(1240px, 100% - 28px); }
  .sb-card { min-height: 96px; padding-block: 16px; }
}

/* ════════════════════════════════════════════════════════════
   SERVICES — live-page inspired conversion section
   ════════════════════════════════════════════════════════════ */
#services {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 52%, #eef6ff 100%);
  position: relative; overflow: hidden;
}
#services .sec__pad { position: relative; z-index: 1; padding: clamp(74px, 8vw, 112px) 0; }
#services .container { width: min(1180px, 100% - 80px); }
.svc-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.svc-bg__grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(0,29,107,.06) 1px, transparent 1.6px);
  background-size: 30px 30px; opacity: .7;
  -webkit-mask: linear-gradient(180deg, #000 0%, transparent 55%);
          mask: linear-gradient(180deg, #000 0%, transparent 55%);
}
.svc-bg__glow { position: absolute; top: -140px; right: -120px; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(151,194,248,.30), transparent 68%); }
.svc-bg__rings { position: absolute; top: 30px; right: 56px; width: 320px; height: 320px; opacity: .55; }
.svc-bg__rings circle { fill: none; stroke: rgba(0,29,107,.12); }
.svc-bg__rings .dot { fill: var(--ink-700); }
.svc-bg__rings .orbit { transform-box: fill-box; transform-origin: 160px 160px; animation: svcOrbit 26s linear infinite; }
@keyframes svcOrbit { to { transform: rotate(360deg); } }
@media (max-width: 900px) { .svc-bg__rings { display: none; } }
#services .svc__head {
  grid-template-columns: minmax(0, .92fr) minmax(320px, .82fr);
  align-items: start; gap: clamp(28px, 5vw, 78px); margin-bottom: clamp(24px, 3vw, 34px);
}
#services .svc__head h2 {
  max-width: 660px; margin-top: 18px;
  font-size: clamp(36px, 5.8vw, 64px); line-height: 1.02; letter-spacing: -.045em;
  color: var(--navy);
}
#services .lead-ink {
  max-width: 520px; color: #677085; font-size: clamp(17px, 2vw, 21px); line-height: 1.58;
}
.svc-alert {
  position: relative; isolation: isolate; overflow: hidden;
  display: grid; grid-template-columns: 230px 1fr 76px; align-items: stretch;
  margin: 0 0 clamp(28px, 4vw, 42px);
  background:
    radial-gradient(520px 180px at 76% 0%, rgba(151,194,248,.22), transparent 68%),
    linear-gradient(135deg, var(--navy-2) 0%, #031439 100%);
  border: 1px solid rgba(151,194,248,.24);
  box-shadow: 0 32px 70px -46px rgba(0,29,107,.75);
}
.svc-alert::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .45;
  background-image: radial-gradient(rgba(151,194,248,.16) 1px, transparent 1.5px);
  background-size: 28px 28px;
}
.svc-alert__label {
  display: flex; align-items: center; padding: 26px 28px;
  font-family: var(--font-mono); font-size: 12px; line-height: 1.45; text-transform: uppercase;
  letter-spacing: .13em; color: var(--sky);
  border-right: 1px solid rgba(151,194,248,.18);
}
.svc-alert__content { padding: 24px 30px 24px 34px; }
.svc-alert__content h3 {
  margin: 0; font-family: var(--font-display); font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.12; letter-spacing: -.025em; color: #fff;
}
.svc-alert__content p {
  margin: 10px 0 0; max-width: 720px; color: rgba(214,230,255,.82);
  font-size: 15.5px; line-height: 1.55;
}
.svc-alert__arrow {
  display: grid; place-items: center; color: var(--sky);
  border-left: 1px solid rgba(151,194,248,.18);
}
.svc-alert__arrow svg { width: 22px; height: 22px; }
#services .svc__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
#services .svc-card {
  min-height: 0; padding: clamp(24px, 3vw, 34px);
  border-color: rgba(0,29,107,.12);
  background: rgba(255,255,255,.88);
  box-shadow: 0 1px 0 rgba(0,29,107,.05), 0 24px 60px -52px rgba(0,29,107,.45);
}
#services .svc-card:hover {
  transform: translateY(-5px); border-color: rgba(0,29,107,.2);
  box-shadow: 0 34px 72px -48px rgba(0,29,107,.55);
}
#services .svc-card__head { align-items: flex-start; }
#services .svc-card__ico {
  width: 54px; height: 54px; background: #edf5ff; border-color: rgba(0,29,107,.1);
  color: var(--ink-700);
}
#services .svc-card__ico svg { width: 27px; height: 27px; color: currentColor; }
#services .svc-card__no {
  color: var(--sky-500,#6ea4e6); font-size: 15px; letter-spacing: .08em;
}
#services .svc-card__title {
  margin-top: 26px; font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.18; letter-spacing: -.025em; color: var(--navy);
}
#services .svc-card--full .svc-card__list {
  margin-top: 22px; gap: 0; border-top: 1px solid rgba(0,29,107,.1);
}
#services .svc-card__list li {
  display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start;
  padding: 11px 0; border-bottom: 1px solid rgba(0,29,107,.08);
  color: #596276; font-size: 14.5px; line-height: 1.42;
}
#services .svc-card__list li svg {
  width: 15px; height: 15px; margin: 3px 0 0 2px; color: var(--sky-500,#6ea4e6);
}
#services .svc-card__foot {
  margin-top: 20px; padding-top: 0; font-size: 15px; color: var(--ink-700);
}
@media (max-width: 900px) {
  #services .container { width: min(1180px, 100% - 52px); }
  #services .sec__pad { padding: 64px 0 78px; }
  #services .svc__head { grid-template-columns: 1fr; gap: 20px; }
  #services .svc__head h2 { font-size: clamp(34px, 7vw, 52px); }
  #services .lead-ink { max-width: 680px; font-size: 18px; }
  .svc-alert { grid-template-columns: 1fr 64px; }
  .svc-alert__label { grid-column: 1 / -1; padding: 18px 24px 0; border-right: 0; }
  .svc-alert__content { padding: 14px 24px 22px; }
  .svc-alert__arrow { grid-column: 2; grid-row: 2; border-left: 1px solid rgba(151,194,248,.18); }
  #services .svc__grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  #services .container { width: min(1180px, 100% - 32px); }
  #services .svc-card { padding: 22px; }
  #services .svc-card__title { font-size: 24px; }
  .svc-alert { grid-template-columns: 1fr; }
  .svc-alert__arrow { display: none; }
}

/* ════════════════════════════════════════════════════════════
   ABOUT — full-screen dark banner + orbit illustration
   ════════════════════════════════════════════════════════════ */
#about {
  position: relative; overflow: hidden; min-height: 92vh; display: flex; align-items: center;
  background:
    radial-gradient(1000px 620px at 82% 8%, rgba(46,86,180,.32), transparent 60%),
    linear-gradient(180deg, var(--navy-3) 0%, var(--navy-4) 100%);
  color: #fff;
}
#about .sec__pad { position: relative; z-index: 2; width: 100%; }
#about .sec-kicker--ink { color: var(--sky); }
#about .sec-kicker--ink .sec-kicker__sq { background: var(--sky); }
#about .about__lead { color: #fff; font-size: clamp(30px,3.6vw,46px); }
.about-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.about-bg__grid {
  position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(rgba(151,194,248,.12) 1px, transparent 1.5px);
  background-size: 32px 32px;
  -webkit-mask: radial-gradient(80% 90% at 70% 40%, #000, transparent 80%);
          mask: radial-gradient(80% 90% at 70% 40%, #000, transparent 80%);
}
.about-bg__orbit { position: absolute; right: -120px; top: 50%; transform: translateY(-50%); width: 620px; height: 620px; opacity: .6; }
.about-bg__orbit circle { fill: none; stroke: rgba(151,194,248,.16); }
.about-bg__orbit .spin { transform-box: fill-box; transform-origin: 310px 310px; animation: aboutOrbit 40s linear infinite; }
.about-bg__orbit .spin2 { transform-box: fill-box; transform-origin: 310px 310px; animation: aboutOrbit 28s linear infinite reverse; }
.about-bg__orbit .pdot { fill: var(--sky); }
@keyframes aboutOrbit { to { transform: rotate(360deg); } }
@media (max-width: 900px) { .about-bg__orbit { right: -240px; opacity: .35; } }
@media (prefers-reduced-motion: reduce) { .svc-bg__rings .orbit, .about-bg__orbit .spin, .about-bg__orbit .spin2 { animation: none !important; } }

/* Services reference layout — stacked sky-blue capability panels */
#services {
  background: #fff;
  --svc-progress: 0;
  --card-progress: 0;
}
#services::before {
  content: ""; position: absolute; left: clamp(18px, 3vw, 44px); top: clamp(90px, 8vw, 140px);
  bottom: clamp(90px, 8vw, 140px); width: 2px; pointer-events: none; z-index: 2;
  background: rgba(0,29,107,.08);
  transform: translateZ(0);
}
#services::after {
  content: ""; position: absolute; left: clamp(18px, 3vw, 44px); top: clamp(90px, 8vw, 140px);
  width: 2px; height: calc(100% - clamp(180px, 16vw, 280px)); pointer-events: none; z-index: 3;
  transform: scaleY(var(--svc-progress)); transform-origin: top;
  background: linear-gradient(180deg, var(--navy), var(--sky));
  box-shadow: 0 0 18px rgba(110,164,230,.42);
}
#services .svc-bg { display: none; }
#services .sec__pad { padding: clamp(70px, 7vw, 104px) 0 clamp(82px, 8vw, 118px); }
#services .container { width: min(1180px, 100% - 82px); }
#services .svc__head {
  display: block; text-align: center; max-width: 980px; margin: 0 auto clamp(34px, 4vw, 54px);
}
#services .svc__head .sec-kicker {
  width: 100%; padding-top: 14px; border-top: 1px solid rgba(22,24,28,.1);
  color: #2d3340; justify-content: flex-start; margin: 0;
}
#services .svc__head h2 {
  margin: clamp(30px, 3.5vw, 46px) auto 0; color: #16181c; font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 3.4vw, 44px); line-height: 1.18;
  font-weight: 700; letter-spacing: -.02em; text-wrap: balance;
}
#services .svc__head h2 span {
  color: inherit; background: transparent; padding: 0;
}
#services .lead-ink { display: none; }
#services .svc__grid {
  display: grid; grid-template-columns: 1fr; gap: clamp(38px, 5vw, 56px);
}
#services .svc-card {
  --panel-blue: #dcebfc;
  --card-progress: 0;
  --card-y: 30px;
  --card-scale: .975;
  --card-opacity: .62;
  --img-shift: 18px;
  --img-scale: .985;
  --img-opacity: .5;
  --shine-x: -55%;
  display: grid; grid-template-columns: minmax(300px, 1.05fr) minmax(300px, .95fr);
  grid-template-areas:
    "title title"
    "media list"
    "media foot";
  gap: 22px 30px; min-height: 0; padding: 36px;
  background: var(--panel-blue);
  border: 0; border-radius: 0; box-shadow: none;
  transform: translateY(var(--card-y)) scale(var(--card-scale));
  opacity: var(--card-opacity);
  transition: opacity .75s var(--ease-out), transform .75s var(--ease-out), box-shadow .5s var(--ease-out);
}
#services .svc-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0;
  background:
    linear-gradient(90deg, rgba(0,29,107,.12), transparent 30%, transparent 70%, rgba(0,29,107,.12)),
    radial-gradient(480px 220px at var(--mx,50%) -10%, rgba(255,255,255,.36), transparent 70%);
  transition: opacity .55s var(--ease-out);
}
#services .svc-card.is-in {
  opacity: var(--card-opacity);
}
#services .svc-card.is-scroll-active {
  box-shadow: 0 42px 92px -72px rgba(0,29,107,.48);
}
#services .svc-card:hover {
  border-color: transparent; box-shadow: 0 36px 86px -68px rgba(0,29,107,.42);
  transform: translateY(-3px);
}
#services .svc-card:hover::before { opacity: 1; }
#services .svc-card__head { display: none; }
#services .svc-card__title {
  grid-area: title; margin: 0; padding: 0 0 18px;
  border-bottom: 1px solid rgba(0,29,107,.18);
  color: #101827; font-size: clamp(21px, 2vw, 26px); line-height: 1.2;
  font-weight: 600; letter-spacing: -.015em;
}
#services .svc-card__media {
  grid-area: media; min-height: clamp(230px, 25vw, 310px);
  display: grid; place-items: center; padding: 18px;
  border: 1px solid rgba(0,29,107,.18); background: rgba(255,255,255,.08);
  overflow: hidden; position: relative;
}
#services .svc-card__media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: var(--card-progress);
  background: linear-gradient(115deg, transparent 22%, rgba(255,255,255,.28) 45%, transparent 68%);
  transform: translateX(var(--shine-x));
}
#services .svc-card__media img {
  display: block; width: min(100%, 560px); height: 100%; max-height: 292px;
  object-fit: contain; filter: saturate(.9) contrast(1.02);
  transform: translateY(var(--img-shift)) scale(var(--img-scale));
  opacity: var(--img-opacity);
  transition: opacity .35s var(--ease-out), transform .35s var(--ease-out);
}
#services .svc-card.is-in .svc-card__media img { opacity: var(--img-opacity); }
#services .svc-card--full .svc-card__list {
  grid-area: list; margin: 0; padding: 0; border-top: 0; align-self: start;
  counter-reset: svcItem;
}
#services .svc-card__list li {
  counter-increment: svcItem; display: grid; grid-template-columns: 26px 1fr;
  gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(0,29,107,.18);
  color: #101827; font-size: clamp(12px, 1.05vw, 14px); line-height: 1.38;
  opacity: 0; transform: translateX(16px);
  transition: opacity .55s var(--ease-out), transform .55s var(--ease-out);
}
#services .svc-card.is-in .svc-card__list li { opacity: 1; transform: translateX(0); }
#services .svc-card.is-in .svc-card__list li:nth-child(1) { transition-delay: .12s; }
#services .svc-card.is-in .svc-card__list li:nth-child(2) { transition-delay: .18s; }
#services .svc-card.is-in .svc-card__list li:nth-child(3) { transition-delay: .24s; }
#services .svc-card.is-in .svc-card__list li:nth-child(4) { transition-delay: .30s; }
#services .svc-card.is-in .svc-card__list li:nth-child(5) { transition-delay: .36s; }
#services .svc-card__list li::before {
  content: counter(svcItem, decimal-leading-zero);
  font-family: var(--font-mono); color: #101827; font-size: .9em; line-height: 1.35;
}
#services .svc-card__list li svg { display: none; }
#services .svc-card__foot {
  grid-area: foot; align-self: start; justify-self: start;
  margin: 4px 0 0; padding: 0; color: #101827; font-size: 13px; font-weight: 500;
}
#services .svc-card__foot svg { width: 14px; height: 14px; }
#services .svc-card:hover .svc-card__foot svg { transform: translateX(5px); }
@media (max-width: 900px) {
  #services .container { width: min(1180px, 100% - 48px); }
  #services .svc__head { text-align: center; max-width: 760px; }
  #services::before, #services::after { left: 11px; }
  #services .svc-card {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "media" "list" "foot";
    padding: 26px; gap: 18px;
  }
  #services .svc-card__media { min-height: 230px; }
}
@media (max-width: 600px) {
  #services .container { width: min(1180px, 100% - 32px); }
  #services .sec__pad { padding: 54px 0 70px; }
  #services .svc-card { padding: 20px; }
  #services .svc-card__media { min-height: 190px; padding: 10px; }
  #services .svc-card__list li { grid-template-columns: 24px 1fr; gap: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  #services::after { transform: none !important; }
  #services .svc-card,
  #services .svc-card__media img,
  #services .svc-card__list li {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
}

/* About refresh — centered dark brand section */
#about {
  min-height: clamp(420px, 58vw, 560px);
  overflow-x: clip;
  background:
    radial-gradient(620px 340px at 50% -10%, rgba(151,194,248,.12), transparent 70%),
    linear-gradient(180deg, var(--navy-2) 0%, var(--navy-3) 62%, var(--navy) 100%);
}
#about .container { width: min(1600px, 100% - 80px); }
#about .sec__pad { padding: clamp(46px, 6vw, 74px) 0; }
#about .about__grid { display: block; }
#about .about__sticky { position: static; text-align: center; }
#about .sec-kicker--ink {
  width: 100%; padding-top: 14px; border-top: 1px solid rgba(151,194,248,.16);
  color: var(--sky); justify-content: flex-start;
}
#about .about__lead {
  color: #fff; font-size: clamp(36px, 5vw, 68px); line-height: 1.02; letter-spacing: -.045em;
  margin: clamp(24px, 3vw, 38px) auto 0; max-width: 1000px; text-align: center;
}
#about .about__accent { color: var(--sky); }
#about .about__tagline { display: inline-block; color: #fff; font-size: .56em; line-height: 1.12; letter-spacing: -.035em; margin-top: .1em; }
#about .about__points {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 34px);
  margin: clamp(24px, 3vw, 38px) 0 0; position: relative;
}
#about .about__points::before,
#about .about__points::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 1px;
  border-left: 1px dashed rgba(151,194,248,.22);
}
#about .about__points::before { left: 33.333%; }
#about .about__points::after { left: 66.666%; }
#about .about-point {
  min-height: 68px; display: flex; align-items: center; gap: 16px;
  background: rgba(151,194,248,.08); border: 0; padding: 16px 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
#about .about-point:hover {
  transform: translateY(-3px); background: rgba(151,194,248,.12); border-color: transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
#about .about-point__ico {
  flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center;
  color: var(--sky); background: transparent; border: 0;
}
#about .about-point__ico svg { width: 34px; height: 34px; stroke-width: 1.9; }
#about .about-point__ico--dev {
  width: 54px; height: 34px; border-radius: 4px; background: var(--sky); color: var(--navy);
  font-family: "Fragment Mono", monospace; font-size: 15px; font-weight: 700; letter-spacing: .08em;
}
#about .about-point__title {
  font-family: var(--font-head, "Poppins"); font-weight: 600; font-size: clamp(15px, 1.2vw, 20px);
  color: #fff; letter-spacing: -.02em; line-height: 1.25; text-align: left; margin: 0;
}
#about .about__ctas {
  justify-content: center; gap: clamp(14px, 1.8vw, 24px); margin-top: clamp(24px, 3vw, 36px);
}
#about .about-bg__grid {
  opacity: .36;
  -webkit-mask: linear-gradient(180deg, #000 0%, transparent 75%);
          mask: linear-gradient(180deg, #000 0%, transparent 75%);
}
#about .about-bg__orbit { opacity: .14; }
@media (max-width: 900px) {
  #about .container { width: min(1240px, 100% - 48px); }
  #about .sec__pad { padding: 34px 0 42px; }
  #about .about__lead { font-size: clamp(34px, 6.8vw, 54px); }
  #about .about__points { grid-template-columns: 1fr; }
  #about .about__points::before, #about .about__points::after { display: none; }
  #about .about-point { min-height: 62px; padding: 14px 20px; }
}
@media (max-width: 640px) {
  #about .container { width: min(1240px, 100% - 32px); }
  #about .about__lead { font-size: clamp(36px, 13vw, 56px); }
  #about .about-point { padding: 18px 20px; }
  #about .about__ctas { flex-direction: column; align-items: center; }
}

/* ════════════════════════════════════════════════════════════
   FOOTER — referenced project layout (brand col + 3 link cols)
   ════════════════════════════════════════════════════════════ */
.ftrx { width: min(1240px, 100% - 96px); margin-inline: auto; position: relative; z-index: 2; padding-top: 96px; }
.ftrx__cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 56px; }
.ftrx__brand-logo { height: 30px; width: auto; display: block; }
.ftrx__brand-desc { margin-top: 18px; font-family: "Poppins", sans-serif; font-size: 14px; color: rgba(255,255,255,.7); line-height: 1.6; max-width: 320px; }
.ftrx__brand-meta { margin-top: 20px; font-family: "Fragment Mono", monospace; font-size: 12.5px; color: rgba(255,255,255,.55); line-height: 1.8; }
.ftrx__brand-meta a { color: rgba(255,255,255,.72); text-decoration: none; transition: color .2s var(--ease); }
.ftrx__brand-meta a:hover { color: var(--sky); }
.ftrx__col ul { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-direction: column; gap: 12px; }
.ftrx__col ul a { color: rgba(255,255,255,.75); text-decoration: none; font-family: "Poppins", sans-serif; font-weight: 500; font-size: 13.5px; transition: color .2s var(--ease); }
.ftrx__col ul a:hover { color: var(--sky); }
.ftrx__bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 72px; padding: 28px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.ftrx__legal { display: flex; gap: 24px; flex-wrap: wrap; }
.ftrx__legal a { color: rgba(255,255,255,.5); text-decoration: none; font-family: "Poppins", sans-serif; font-size: 12.5px; transition: color .2s var(--ease); }
.ftrx__legal a:hover { color: #fff; }
.ftrx__copy { font-family: "Fragment Mono", monospace; font-size: 12px; color: rgba(255,255,255,.4); }
@media (max-width: 1080px) { .ftrx { width: min(1240px, 100% - 56px); } .ftrx__cols { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 600px) { .ftrx { width: min(1240px, 100% - 40px); } .ftrx__cols { grid-template-columns: 1fr; gap: 36px; } }

/* Mobile polish pass */
#industries .aj-cta--outline .aj-cta__label,
#industries .aj-cta--outline .aj-cta__arrow {
  background: var(--sky);
  color: var(--navy);
  border-color: rgba(0,29,107,.16);
}
#industries .aj-cta--outline .aj-cta__arrow { border-left-color: rgba(0,29,107,.16); }

@media (max-width: 640px) {
  .statsband__wrap,
  #services .container,
  #industries .container,
  #about .container,
  #connect .fcta__inner {
    width: min(1240px, 100% - 32px);
  }

  .statsband {
    padding: 22px 0 28px;
  }
  .statsband__row {
    gap: 10px;
  }
  .sb-card {
    min-height: 96px;
    padding: 18px 20px;
  }
  .sb-card__num {
    font-size: clamp(46px, 14vw, 62px);
  }
  .sb-card__label {
    font-size: 14px;
  }

  .temple { width: min(100%, 360px); }
  .temple .strategyTag {
    max-width: calc(100vw - 44px);
    padding: 9px 14px;
    font-size: 12px;
  }
  .temple .pediment { height: clamp(82px, 24vw, 118px); }
  .temple .beam { height: 17px; }
  .temple .cols {
    gap: 12px;
    padding-inline: 6px;
  }
  .temple .slot { height: clamp(172px, 52vw, 224px); }
  .temple .capital {
    height: 36px;
    border-radius: 7px;
  }
  .temple .capital::after { height: 16px; inset: 9px 5px 5px; }
  .temple .cbase { height: 32px; border-radius: 6px; }
  .temple .cbase::after { height: 14px; inset: 8px 6px 5px; }
  .temple .shaft {
    top: auto;
    bottom: auto;
    margin-top: 2px;
  }
  .temple .base { height: 25px; }
  .temple .labels {
    gap: 8px;
    margin-top: 18px;
  }
  .temple .lab .ln { font-size: 10.5px; }
  .temple .lab .lt {
    font-size: 11.5px;
    line-height: 1.16;
    margin-top: 3px;
  }
  .temple .lab .ld { display: none; }

  #services::before,
  #services::after {
    display: none;
  }
  #services .sec__pad { padding: 42px 0 58px; }
  #services .svc__head {
    text-align: left;
    margin-bottom: 30px;
  }
  #services .svc__head h2 {
    font-size: clamp(34px, 12vw, 46px);
    line-height: 1.03;
    max-width: 8.8em;
    margin-inline: 0;
  }
  #services .svc__grid { gap: 24px; }
  #services .svc-card {
    gap: 14px;
    padding: 16px;
    opacity: 1 !important;
    transform: none !important;
    transition: box-shadow .35s var(--ease-out);
  }
  #services .svc-card:hover { transform: none; }
  #services .svc-card__title {
    padding-bottom: 13px;
    font-size: 22px;
  }
  #services .svc-card__media {
    min-height: 136px;
    aspect-ratio: 16 / 9;
    padding: 8px;
  }
  #services .svc-card__media::after { display: none; }
  #services .svc-card__media img {
    width: 100%;
    max-height: 176px;
    opacity: 1 !important;
    transform: none !important;
  }
  #services .svc-card--full .svc-card__list { margin-top: 0; }
  #services .svc-card__list li {
    grid-template-columns: 23px 1fr;
    gap: 8px;
    padding: 7px 0;
    font-size: 12.25px;
    opacity: 1 !important;
    transform: none !important;
  }
  #services .svc-card__foot {
    margin-top: 6px;
    font-size: 12.5px;
  }

  #industries .sec__pad { padding: 48px 0 60px; }
  #industries .serve__head h2 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.05;
  }
  #industries .aj-cta {
    width: fit-content;
    max-width: 290px;
  }

  #connect {
    min-height: 360px;
  }
  #connect .fcta__inner { padding: 42px 0 46px; }
  #connect .fcta__btns {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 22px;
  }
  #connect .aj-cta--lg .aj-cta__label {
    height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }
  #connect .aj-cta--lg .aj-cta__arrow {
    height: 46px;
    width: 42px;
    flex: 0 0 42px;
  }
  #connect .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  #connect .fcta__title {
    color: #fff;
    font-size: clamp(30px, 10.5vw, 40px);
    line-height: 1.06;
  }
  #connect .fcta__title .grad {
    background: none;
    color: var(--sky);
    -webkit-text-fill-color: currentColor;
    animation: none;
  }
  #connect .fcta__sub {
    color: #cfe5ff;
    opacity: 1;
    font-size: 15px;
  }
  #connect .fcta__veil {
    background: radial-gradient(70% 60% at 50% 48%, rgba(0,9,31,.2), transparent 74%);
  }
  #connect #globe2 { opacity: .12; }

  #industries .serve-col,
  #about .about-point {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ftrx {
    width: min(1240px, 100% - 32px);
    padding-top: 54px;
  }
  .ftrx__bottom {
    margin-top: 42px;
    align-items: flex-start;
  }
}
