
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Manrope:wght@400;500;600&display=swap");

:root {
  --blue: #143cff;
  --blue-dark: #0a2bd1;
  --ink: #081127;
  --navy: #07122f;
  --paper: #f4f6fa;
  --white: #ffffff;
  --line: #d7dce8;
  --muted: #5d667a;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

/* Preloader */
.preloader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: #030711;
}

.preloader__shutter {
  position: absolute;
  z-index: 1;
  background: #030711;
  will-change: transform;
}
.preloader__shutter--top { inset: 0 0 50%; border-bottom: 1px solid rgba(255,255,255,.07); }
.preloader__shutter--bottom { inset: 50% 0 0; border-top: 1px solid rgba(255,255,255,.07); }
.preloader__shutter--left { z-index: 2; inset: 0 50% 0 0; clip-path: polygon(0 0, 100% 0, 100% 38%, 70% 50%, 100% 62%, 100% 100%, 0 100%); }
.preloader__shutter--right { z-index: 2; inset: 0 0 0 50%; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 62%, 30% 50%, 0 38%); }

.preloader__portal {
  position: absolute;
  z-index: 3;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 0 0 1px rgba(20,60,255,.36), 0 0 90px rgba(20,60,255,.24), inset 0 0 55px rgba(20,60,255,.12);
  pointer-events: none;
}
.preloader__portal::before,
.preloader__portal::after { position: absolute; width: 18px; height: 18px; border-color: var(--blue); content: ""; }
.preloader__portal::before { top: -1px; left: -1px; border-top: 2px solid var(--blue); border-left: 2px solid var(--blue); }
.preloader__portal::after { right: -1px; bottom: -1px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); }

.preloader__stage {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(84vw, 940px);
  gap: 34px;
  will-change: transform, opacity;
}

.preloader__meta {
  display: grid;
  grid-template-columns: auto minmax(150px, 320px) auto;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: rgba(255,255,255,.5);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
}
.preloader__meta svg { width: 100%; overflow: visible; }
.preloader__route { fill: none; stroke: rgba(255,255,255,.42); stroke-width: 1; }
.preloader__signal { fill: var(--blue); filter: drop-shadow(0 0 7px var(--blue)); }

.preloader__word {
  display: flex;
  justify-content: center;
  font-family: var(--display);
  font-size: clamp(48px, 9.8vw, 132px);
  font-weight: 500;
  line-height: .84;
  letter-spacing: -.08em;
}
.preloader__word > span { display: block; overflow: hidden; padding: .08em .012em .14em; }
.preloader__word-letter { display: block; font-style: normal; will-change: transform; }
.preloader__word > span:nth-child(6) .preloader__word-letter { color: var(--blue); }

.preloader__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 14px;
  color: rgba(255,255,255,.44);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.preloader__footer strong { color: var(--white); font-family: var(--display); font-size: 18px; font-weight: 500; letter-spacing: -.03em; }

@media (max-width: 560px) {
  .preloader__stage { width: calc(100vw - 40px); gap: 24px; }
  .preloader__word { font-size: 48px; }
  .preloader__meta { grid-template-columns: auto minmax(100px, 1fr) auto; }
}

/* How We Work */
.process-page { background: #f6f7fb; color: #08122d; }
.process-page .section { padding: clamp(5rem, 8vw, 8.5rem) 0; }
.process-hero { padding: clamp(2.75rem, 5vw, 5.5rem) 0 clamp(5rem, 8vw, 8rem); overflow: hidden; background: #fff; }
.process-hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(410px,.8fr); gap: clamp(3rem,7vw,8rem); align-items: center; }
.process-hero-copy h1 { max-width: 780px; margin: 1.1rem 0 1.4rem; font-size: clamp(3.35rem,5.7vw,6.3rem); line-height: .94; letter-spacing: -.067em; font-weight: 500; }
.process-hero-copy > p:last-of-type { max-width: 680px; color: #4f5972; font-size: clamp(1.05rem,1.4vw,1.25rem); line-height: 1.7; }
.process-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.process-hero-media { position: relative; min-height: 560px; margin: 0; overflow: hidden; background: #dfe4ed; }
.process-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,13,35,.03),rgba(5,13,35,.58)); pointer-events: none; }
.process-hero-media img { width: 100%; height: 560px; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.process-hero-media:hover img { transform: scale(1.04); }
.process-hero-overlay { position: absolute; z-index: 2; left: 8%; right: 8%; top: 9%; display: flex; align-items: center; color: #fff; }
.process-hero-overlay span { display: grid; place-items: center; width: 31px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: .65rem; backdrop-filter: blur(6px); }
.process-hero-overlay i { flex: 1; height: 1px; background: rgba(255,255,255,.45); }
.process-hero-media figcaption { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; display: grid; color: #fff; }.process-hero-media figcaption small { opacity: .66; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }.process-hero-media figcaption strong { margin-top: .35rem; font-size: 1.35rem; font-weight: 500; }

.process-section-heading { margin-bottom: clamp(2.7rem,5vw,5rem); }.process-section-heading h2 { max-width: 1050px; margin: 1rem 0 1.2rem; font-size: clamp(2.7rem,4.8vw,5.25rem); line-height: .98; letter-spacing: -.06em; font-weight: 500; }.process-section-heading > p:last-child { max-width: 620px; color: #59627a; line-height: 1.7; }.process-section-heading.centered { text-align: center; }.process-section-heading.centered .eyebrow { justify-content: center; }.process-section-heading.centered h2,.process-section-heading.centered > p:last-child { margin-inline: auto; }

.process-stages { background: #f6f7fb; }
.stage-track { position: relative; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid #bfc8db; border-left: 1px solid #cbd2e1; }
.stage-track::before { content: ""; position: absolute; top: -1px; left: 0; width: 20%; height: 2px; background: #143cff; }
.stage-track article { min-height: 370px; padding: 1.7rem; border-right: 1px solid #cbd2e1; border-bottom: 1px solid #cbd2e1; background: #fff; transition: transform .35s ease, background .35s ease, color .35s ease; }
.stage-track article:hover { z-index: 1; transform: translateY(-8px); background: #143cff; color: #fff; }
.stage-index { display: flex; justify-content: space-between; color: #143cff; }.stage-track article:hover .stage-index { color: #fff; }
.stage-track h3 { margin: 6rem 0 .55rem; font-size: 1.65rem; font-weight: 500; }.stage-track strong { color: #35415e; font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }.stage-track p { margin: 1.1rem 0 0; color: #626b80; font-size: .9rem; line-height: 1.62; }.stage-track article:hover strong,.stage-track article:hover p { color: rgba(255,255,255,.78); }

.process-inputs { background: #fff; }
.input-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #bfc8da; }
.input-grid article { min-height: 330px; padding: clamp(1.7rem,3vw,3rem); background: #fff; transition: background .35s ease; }.input-grid article:hover { background: #eef1ff; }.input-grid svg { color: #143cff; }.input-grid h3 { margin: 6rem 0 .8rem; font-size: 1.55rem; font-weight: 500; }.input-grid p { max-width: 420px; margin: 0; color: #59627a; line-height: 1.7; }

.process-readiness { background: #edf0f7; }
.readiness-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #aeb7cb; }
.readiness-grid article { min-height: 320px; padding: 1.8rem; background: #fff; }.readiness-grid article > div { display: flex; justify-content: space-between; color: #143cff; }.readiness-grid h3 { margin: 5rem 0 .8rem; font-size: 1.45rem; font-weight: 500; }.readiness-grid p { margin: 0; color: #59627a; font-size: .92rem; line-height: 1.65; }

.process-artifacts { background: #07112a; color: #fff; }
.artifacts-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,9rem); align-items: start; }
.artifacts-copy { position: sticky; top: 150px; }.artifacts-copy h2 { margin: 1rem 0 1.5rem; font-size: clamp(3rem,5.2vw,5.9rem); line-height: .96; letter-spacing: -.065em; font-weight: 500; }.artifacts-copy > p:last-child { max-width: 520px; color: #aab5ce; line-height: 1.7; }
.artifact-list { border-top: 1px solid rgba(255,255,255,.18); }.artifact-list article { display: grid; grid-template-columns: 64px 1fr; gap: 1.4rem; min-height: 220px; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }.artifact-icon { display: grid; place-items: center; width: 54px; height: 54px; background: #143cff; }.artifact-list small { color: #7690ff; }.artifact-list h3 { margin: 2.5rem 0 .55rem; font-size: 1.55rem; font-weight: 500; }.artifact-list p { max-width: 560px; margin: 0; color: #aab5ce; line-height: 1.65; }

.process-governance { background: #fff; }
.governance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #bfc8da; }
.governance-grid article { min-height: 410px; padding: clamp(2rem,4vw,4rem); background: #f8f9fc; }.governance-grid article > span { color: #143cff; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }.governance-grid h3 { max-width: 620px; margin: 7rem 0 1rem; font-size: clamp(2rem,3.3vw,3.8rem); line-height: 1; letter-spacing: -.05em; font-weight: 500; }.governance-grid p { max-width: 590px; color: #59627a; line-height: 1.7; }
.process-contact { margin-top: 0; }

@media (max-width: 1050px) {
  .stage-track { grid-template-columns: repeat(2,1fr); }.stage-track article:last-child { grid-column: 1 / -1; }
  .readiness-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .process-hero-grid,.artifacts-layout { grid-template-columns: 1fr; }
  .process-hero-media,.process-hero-media img { min-height: 500px; height: 500px; }
  .artifacts-copy { position: static; }
  .input-grid { grid-template-columns: 1fr; }.input-grid article { min-height: 260px; }
  .governance-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .process-page .section { padding: 4.5rem 0; }
  .process-hero { padding-top: 2.25rem; }.process-hero-grid { grid-template-columns: minmax(0,1fr); gap: 2.5rem; }.process-hero-copy h1 { font-size: clamp(2.9rem,13vw,4.2rem); }.process-hero-actions { flex-direction: column; }.process-hero-actions .button { justify-content: space-between; }
  .process-hero-media,.process-hero-media img { min-height: 350px; height: 350px; }.process-hero-overlay { left: 5%; right: 5%; }.process-hero-overlay span { width: 26px; }
  .stage-track,.readiness-grid { grid-template-columns: 1fr; }.stage-track article:last-child { grid-column: auto; }.stage-track article { min-height: 290px; }.stage-track h3 { margin-top: 4.5rem; }
  .governance-grid article { min-height: 350px; padding: 1.6rem; }.governance-grid h3 { margin-top: 5rem; }
}

/* Engagement process — editorial open state */
.stage-accordion { position: relative; }
.stage-summary-image { display: none; }
.stage-accordion[open] > summary { grid-template-columns: 145px minmax(300px,1fr) 320px; min-height: 320px; align-items: start; padding: 2.4rem 0 1rem; }
.stage-accordion[open] .stage-index { align-items: flex-start; }.stage-accordion[open] .stage-index svg { display: none; }.stage-accordion[open] .stage-index small { padding-top: .55rem; font-size: 1rem; }
.stage-accordion[open] .stage-title { font-size: clamp(3.7rem,6vw,7rem); }
.stage-accordion[open] .stage-label { display: none; }
.stage-accordion[open] .stage-action { position: absolute; left: 145px; bottom: 1.5rem; justify-self: auto; }
.stage-accordion[open] .stage-summary-image { position: relative; display: block; grid-column: 3; grid-row: 1; width: 100%; height: 270px; margin: 0; overflow: hidden; border-radius: 26px; background: #dfe4ee; }
.stage-summary-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.stage-summary-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(5,13,35,.62)); }
.stage-summary-image figcaption { position: absolute; z-index: 1; left: 1rem; bottom: 1rem; color: #fff; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.stage-accordion[open] .stage-panel { display: block; max-height: 440px; padding: 0 350px 3.5rem 145px; }
.stage-panel-copy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,6rem); max-width: none; }
.stage-panel-copy > div { max-width: 560px; }.stage-panel-secondary { align-self: end; max-width: 560px; margin: 0; color: #59627a; font-size: 1rem; line-height: 1.75; }

@media (max-width: 1050px) {
  .stage-accordion[open] > summary { grid-template-columns: 110px 1fr 260px; }.stage-accordion[open] .stage-action { left: 110px; }.stage-accordion[open] .stage-summary-image { height: 230px; }.stage-accordion[open] .stage-panel { padding-left: 110px; padding-right: 0; }.stage-panel-copy { padding-right: 0; }
}
@media (max-width: 700px) {
  .stage-accordion[open] > summary { grid-template-columns: 70px 1fr; min-height: auto; padding-bottom: 1.2rem; }.stage-accordion[open] .stage-index { grid-row: 1; }.stage-accordion[open] .stage-title { font-size: 3rem; }.stage-accordion[open] .stage-summary-image { grid-column: 1 / -1; grid-row: auto; height: 220px; margin-top: 1rem; border-radius: 18px; }.stage-accordion[open] .stage-action { position: static; grid-column: 2; margin-top: .4rem; }.stage-accordion[open] .stage-panel { max-height: none; padding: 0 0 2rem 70px; }.stage-panel-copy { grid-template-columns: 1fr; gap: 1.2rem; }
}

/* Engagement process — click accordion */
.process-page .stage-track { border-top: 1px solid #bfc8db; }
.process-page .stage-track::before { display: none; }
.stage-accordion { border-bottom: 1px solid #cbd2e1; background: #fff; transition: background .35s ease; }
.stage-accordion[open] { background: #f6f7fb; }
.stage-accordion > summary { display: grid; grid-template-columns: 145px minmax(220px,.65fr) minmax(260px,1fr) 150px; gap: clamp(1rem,3vw,4rem); align-items: center; min-height: 170px; padding: 1.5rem 0; list-style: none; cursor: pointer; }
.stage-accordion > summary::-webkit-details-marker { display: none; }
.stage-accordion > summary:focus-visible { outline: 2px solid #143cff; outline-offset: 4px; }
.stage-accordion .stage-index { display: flex; align-items: center; gap: 1.35rem; color: #143cff; }
.stage-accordion .stage-index small { font-size: .78rem; }
.stage-accordion .stage-index svg { width: 58px; height: 58px; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.stage-accordion[open] .stage-index svg { transform: rotate(-8deg) scale(1.1); }
.stage-title { font-size: clamp(2.1rem,3.5vw,4rem); line-height: 1; letter-spacing: -.05em; }
.stage-label { max-width: 330px; color: #27334e; font-size: .76rem; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.stage-action { justify-self: end; display: inline-flex; align-items: center; gap: .55rem; color: #143cff; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.stage-action i { font-style: normal; }.stage-action-close { display: none; }.stage-accordion[open] .stage-action-open { display: none; }.stage-accordion[open] .stage-action-close { display: inline; }
.stage-action svg { transition: transform .4s ease; }.stage-accordion[open] .stage-action svg { transform: rotate(135deg); }
.stage-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,360px); gap: clamp(2rem,7vw,8rem); align-items: end; max-height: 0; padding: 0; overflow: hidden; opacity: 0; transform: translateY(-14px); transition: max-height .65s cubic-bezier(.2,.7,.2,1), padding .55s ease, opacity .4s ease, transform .55s ease; }
.stage-accordion[open] .stage-panel { max-height: 560px; padding: .5rem 0 2.5rem 145px; opacity: 1; transform: translateY(0); }
.stage-panel-copy { align-self: center; max-width: 670px; }
.stage-panel-copy > span { color: #143cff; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.stage-panel-copy h3 { margin: 1rem 0 .8rem; font-size: clamp(1.35rem,2vw,2rem); font-weight: 500; }
.stage-panel-copy p { margin: 0; color: #59627a; font-size: 1rem; line-height: 1.75; }
.stage-panel figure { position: relative; height: 330px; margin: 0; overflow: hidden; border-radius: 26px; background: #dfe4ee; }
.stage-panel figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .8s cubic-bezier(.2,.7,.2,1); }.stage-accordion[open] .stage-panel figure img { transform: scale(1.03); }
.stage-panel figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(5,13,35,.62)); }
.stage-panel figcaption { position: absolute; z-index: 1; left: 1.1rem; bottom: 1rem; color: #fff; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
  .stage-accordion > summary { grid-template-columns: 110px 1fr 130px; min-height: 145px; }.stage-accordion .stage-label { grid-column: 2; }.stage-accordion .stage-action { grid-column: 3; grid-row: 1 / span 2; }
  .stage-accordion[open] .stage-panel { padding-left: 110px; }.stage-panel { grid-template-columns: 1fr 260px; }
}
@media (max-width: 620px) {
  .stage-accordion > summary { grid-template-columns: 78px 1fr; gap: .75rem 1rem; min-height: 130px; padding: 1.2rem 0; }.stage-accordion .stage-index { grid-row: 1 / span 3; align-self: start; flex-direction: column; gap: .55rem; }.stage-accordion .stage-index svg { width: 42px; height: 42px; }.stage-title { font-size: 2.25rem; }.stage-accordion .stage-label { grid-column: 2; }.stage-accordion .stage-action { grid-column: 2; grid-row: auto; justify-self: start; margin-top: .35rem; }
  .stage-panel,.stage-accordion[open] .stage-panel { grid-template-columns: 1fr; max-height: none; padding: 0 0 1.8rem 78px; gap: 1.3rem; }.stage-panel figure { height: 220px; border-radius: 18px; }
}

/* Engagement process — compact header, content-led open state */
.stage-accordion[open] { background: #fff; }
.stage-accordion[open] > summary {
  grid-template-columns: 145px minmax(220px,.65fr) minmax(260px,1fr) 150px;
  min-height: 170px;
  align-items: center;
  padding: 1.5rem 0;
}
.stage-accordion[open] .stage-index { align-items: center; }
.stage-accordion[open] .stage-index svg { display: block; }
.stage-accordion[open] .stage-index small { padding-top: 0; font-size: .78rem; }
.stage-accordion[open] .stage-title { font-size: clamp(2.1rem,3.5vw,4rem); }
.stage-accordion[open] .stage-label { display: block; }
.stage-accordion[open] .stage-action { position: static; justify-self: end; }
.stage-accordion[open] .stage-panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(280px,360px);
  gap: clamp(2rem,7vw,8rem);
  align-items: start;
  max-height: 560px;
  padding: .25rem 0 2.75rem 145px;
}
.stage-panel-copy { align-self: center; }
.stage-content-image {
  position: relative;
  height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #dfe4ee;
}
.stage-content-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.stage-accordion[open] .stage-content-image img { transform: scale(1.03); }
.stage-content-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(5,13,35,.62)); }
.stage-content-image figcaption { position: absolute; z-index: 1; left: 1.1rem; bottom: 1rem; color: #fff; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
  .stage-accordion[open] > summary { grid-template-columns: 110px 1fr 130px; min-height: 145px; }
  .stage-accordion[open] .stage-label { grid-column: 2; }
  .stage-accordion[open] .stage-action { grid-column: 3; grid-row: 1 / span 2; }
  .stage-accordion[open] .stage-panel { grid-template-columns: 1fr 260px; padding-left: 110px; gap: 2rem; }
  .stage-content-image { height: 250px; }
}

@media (max-width: 620px) {
  .stage-accordion[open] > summary { grid-template-columns: 78px 1fr; min-height: 130px; padding: 1.2rem 0; }
  .stage-accordion[open] .stage-index { grid-row: 1 / span 3; align-self: start; flex-direction: column; align-items: flex-start; }
  .stage-accordion[open] .stage-title { font-size: 2.25rem; }
  .stage-accordion[open] .stage-label { grid-column: 2; }
  .stage-accordion[open] .stage-action { grid-column: 2; grid-row: auto; justify-self: start; margin-top: .35rem; }
  .stage-accordion[open] .stage-panel { grid-template-columns: 1fr; max-height: none; padding: .2rem 0 1.8rem 78px; gap: 1.4rem; }
  .stage-panel-copy { grid-template-columns: 1fr; gap: 1.2rem; }
  .stage-content-image { height: 220px; border-radius: 18px; }
}

/* Engagement process — large-icon hover reveal */
.process-page .stage-track article {
  position: relative;
  grid-template-columns: 130px minmax(210px,.6fr) minmax(300px,1fr);
  min-height: 170px;
  padding: 2rem 0;
  overflow: hidden;
  transition: min-height .55s cubic-bezier(.2,.7,.2,1), padding .55s cubic-bezier(.2,.7,.2,1), background .35s ease;
  outline: none;
}
.process-page .stage-index { gap: 1.25rem; }
.process-page .stage-index svg { width: 50px; height: 50px; transition: transform .45s ease; }
.process-page .stage-index span { align-self: flex-start; padding-top: .35rem; }
.process-page .stage-detail { align-self: center; }
.process-page .stage-detail p { max-width: 620px; max-height: 0; margin: 0; opacity: 0; transform: translateY(12px); overflow: hidden; transition: max-height .5s ease, margin .5s ease, opacity .35s ease, transform .5s ease; }
.process-page .stage-track article figure { position: absolute; right: 2rem; top: 2rem; width: min(260px,22vw); height: calc(100% - 4rem); margin: 0; border-radius: 24px; overflow: hidden; background: #dfe4ee; opacity: 0; transform: translateX(30px) scale(.94); transition: opacity .4s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.process-page .stage-track article figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.process-page .stage-track article figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(5,13,35,.62)); }
.process-page .stage-track article figure figcaption { position: absolute; z-index: 1; left: 1rem; bottom: 1rem; color: #fff; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.process-page .stage-reveal { position: absolute; right: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .35rem; color: #143cff; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; transition: opacity .3s ease; }
.process-page .stage-track article:hover,.process-page .stage-track article:focus-visible { min-height: 340px; padding-block: 3rem; background: #f6f7fb; }
.process-page .stage-track article:hover .stage-index svg,.process-page .stage-track article:focus-visible .stage-index svg { transform: rotate(-8deg) scale(1.12); }
.process-page .stage-track article:hover .stage-detail,.process-page .stage-track article:focus-visible .stage-detail { align-self: start; padding-top: .5rem; padding-right: 300px; }
.process-page .stage-track article:hover .stage-detail p,.process-page .stage-track article:focus-visible .stage-detail p { max-height: 130px; margin-top: 1.3rem; opacity: 1; transform: translateY(0); }
.process-page .stage-track article:hover figure,.process-page .stage-track article:focus-visible figure { opacity: 1; transform: translateX(0) scale(1); }
.process-page .stage-track article:hover .stage-reveal,.process-page .stage-track article:focus-visible .stage-reveal { opacity: 0; }

@media (max-width: 900px) {
  .process-page .stage-track article { grid-template-columns: 95px 1fr; }
  .process-page .stage-track article h3 { grid-column: 2; }
  .process-page .stage-detail { grid-column: 2; }
  .process-page .stage-track article:hover .stage-detail,.process-page .stage-track article:focus-visible .stage-detail { padding-right: 220px; }
  .process-page .stage-track article figure { width: 190px; }
}
@media (max-width: 620px) {
  .process-page .stage-track article { display: grid; grid-template-columns: 76px 1fr; min-height: auto; padding: 1.8rem 0 2.2rem; overflow: visible; }
  .process-page .stage-index svg { width: 38px; height: 38px; }
  .process-page .stage-track article:hover,.process-page .stage-track article:focus-visible { min-height: auto; padding-block: 1.8rem 2.2rem; background: transparent; }
  .process-page .stage-detail,.process-page .stage-track article:hover .stage-detail,.process-page .stage-track article:focus-visible .stage-detail { grid-column: 2; padding: 0; }
  .process-page .stage-detail p,.process-page .stage-track article:hover .stage-detail p,.process-page .stage-track article:focus-visible .stage-detail p { max-height: none; margin-top: .8rem; opacity: 1; transform: none; }
  .process-page .stage-track article figure { position: relative; grid-column: 1 / -1; right: auto; top: auto; width: 100%; height: 210px; margin-top: 1.4rem; border-radius: 16px; opacity: 1; transform: none; }
  .process-page .stage-reveal { display: none; }
}

/* About page */
.about-page { background: #f6f7fb; color: #08122d; }
.about-page .section { padding: clamp(5rem, 8vw, 8.5rem) 0; }
.about-hero { position: relative; padding: clamp(2rem, 3.4vw, 3.8rem) 0 clamp(4.5rem, 7vw, 7.5rem); overflow: hidden; background: #fff; }
.about-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 14% 32%, rgba(20,60,255,.055), transparent 26%), linear-gradient(90deg, transparent 0 49.94%, rgba(8,18,45,.035) 50%, transparent 50.06%); }
.about-hero-motion { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.about-hero-field { position: absolute; inset: -3%; width: 106%; height: 106%; overflow: visible; fill: none; }
.about-network__route { stroke: url(#aboutLine); stroke-width: 1; vector-effect: non-scaling-stroke; }
.about-network__route--ghost { opacity: .42; }
.about-network__node circle:last-child, .about-network__pulse { fill: #143cff; stroke: #fff; stroke-width: 2; }
.about-network__ring { fill: none; stroke: #143cff; stroke-width: 1; opacity: .4; }
.about-network__measure { stroke: #143cff; stroke-width: 1; opacity: .08; }
.about-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(380px, .78fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.about-hero-grid { position: relative; z-index: 1; }
.about-hero-copy h1 { max-width: 750px; margin: 1.1rem 0 1.35rem; font-size: clamp(3.25rem, 5.15vw, 5.75rem); line-height: .96; letter-spacing: -.065em; font-weight: 500; }
.about-lead { max-width: 680px; color: #46506b; font-size: clamp(1.05rem, 1.4vw, 1.28rem); line-height: 1.7; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.about-hero-media { position: relative; min-height: clamp(357px, 43vh, 455px); margin: 0; overflow: hidden; background: #dfe4f1; clip-path: inset(0); }
.about-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(2, 8, 27, .62)); pointer-events: none; }
.about-hero-media img { width: 100%; height: 100%; min-height: clamp(357px, 43vh, 455px); object-fit: cover; object-position: center 45%; filter: saturate(.82) contrast(1.03); will-change: transform; }
.about-hero-media figcaption { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; display: grid; color: #fff; }
.about-hero-media figcaption span, .about-hero-media figcaption small { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.about-hero-media figcaption strong { margin: .25rem 0; font-size: 1.3rem; font-weight: 500; }
.about-hero-media > svg { position: absolute; z-index: 2; width: 52%; right: -2%; top: 6%; fill: none; stroke: #fff; stroke-width: 1.1; opacity: .75; }
.about-hero-media > svg circle { fill: #143cff; stroke: #fff; }

.about-section-head { margin-bottom: clamp(2.7rem, 5vw, 5rem); }
.about-section-head h2 { max-width: 1050px; margin: 1rem 0 0; font-size: clamp(2.8rem, 5vw, 5.8rem); font-weight: 500; line-height: .98; letter-spacing: -.06em; }
.about-section-head.centered { text-align: center; }
.about-section-head.centered .eyebrow { justify-content: center; }
.about-position { background: #f6f7fb; }
.about-position-grid { display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid #cfd5e3; background: #fff; }
.about-position-copy { min-height: 460px; padding: clamp(2rem, 4vw, 4rem); }
.about-position-media { position: relative; min-height: 460px; margin: 0; overflow: hidden; background: #dfe4ee; }
.about-position-media img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; filter: saturate(.8) contrast(1.02); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.about-position-media:hover img { transform: scale(1.035); }
.about-position-media figcaption { position: absolute; left: 1.25rem; bottom: 1.25rem; padding: .55rem .7rem; background: rgba(5,13,35,.82); color: #fff; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.about-wordmark-panel { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: #143cff; color: #fff; }
.about-wordmark-panel::before { content: ""; position: absolute; width: 290px; aspect-ratio: 1; right: -80px; top: -90px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.05), 0 0 0 70px rgba(255,255,255,.04); }
.about-wordmark-panel > span { font-size: clamp(2.5rem, 5vw, 5.5rem); letter-spacing: -.06em; font-weight: 700; }
.about-wordmark-panel p { margin: .4rem 0 1.5rem; color: rgba(255,255,255,.72); }
.position-lines { display: flex; gap: 7px; align-items: center; }
.position-lines i { display: block; width: 18%; height: 2px; background: #fff; }
.position-lines i:nth-child(2) { width: 35%; opacity: .55; }.position-lines i:nth-child(3) { width: 8%; opacity: .3; }
.about-position-copy { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #cfd5e3; }
.about-position-copy > span { margin-bottom: 1.7rem; color: #143cff; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.about-position-copy p { max-width: 720px; margin: 0 0 1.15rem; color: #46506b; font-size: 1rem; line-height: 1.72; letter-spacing: 0; }

.about-offerings { background: #fff; }
.about-service-rail { border-top: 1px solid #ccd3e2; }
.about-service-item { display: grid; grid-template-columns: 56px 54px minmax(0,1fr) 42px; gap: 1.2rem; align-items: center; min-height: 142px; padding: 1.5rem 0; border-bottom: 1px solid #ccd3e2; color: inherit; text-decoration: none; transition: color .35s ease, padding .35s ease, background .35s ease; }
.about-service-item:hover { padding-inline: 1.2rem; background: #143cff; color: #fff; }
.about-service-num { color: #143cff; font-size: .78rem; }.about-service-item:hover .about-service-num { color: #fff; }
.about-service-icon { display: grid; place-items: center; width: 48px; aspect-ratio: 1; background: #edf0ff; color: #143cff; transition: transform .4s ease, background .35s ease; }
.about-service-item:hover .about-service-icon { transform: rotate(-7deg) scale(1.08); background: #fff; }
.about-service-item > span:nth-child(3) { display: grid; grid-template-columns: minmax(220px,.55fr) 1fr; gap: 2rem; align-items: center; }
.about-service-item strong { font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 500; letter-spacing: -.035em; }
.about-service-item small { max-width: 540px; color: #59627a; font-size: .95rem; line-height: 1.55; }.about-service-item:hover small { color: rgba(255,255,255,.78); }

.about-story { background: #eeefe9; }
.about-story-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.about-story-media { position: relative; min-height: 650px; margin: 0; }
.about-story-media img { width: 100%; height: 650px; object-fit: cover; filter: grayscale(.15) saturate(.75); }
.about-story-media figcaption { position: absolute; right: -2rem; bottom: 2rem; max-width: 280px; padding: 1.4rem; background: #143cff; color: #fff; font-size: .9rem; line-height: 1.5; }
.about-story-copy h2 { margin: 1rem 0 3.5rem; font-size: clamp(3rem, 5.2vw, 5.8rem); line-height: .95; letter-spacing: -.065em; font-weight: 500; }
.about-story-copy h2 + .story-point { margin-top: 1.75rem; }
.story-point { display: grid; grid-template-columns: 44px 1fr; gap: 1.2rem; padding: 1.7rem 0; border-top: 1px solid #bdc2bb; }
.story-point > span { color: #143cff; font-size: .75rem; }.story-point strong { font-size: 1.15rem; font-weight: 600; }.story-point p { margin: .6rem 0 0; color: #4e574f; line-height: 1.65; }

.about-principles { background: #07112a; color: #fff; }
.light-heading > p { color: #aab5d3; }
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.principles-grid article { min-height: 280px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .35s ease, transform .35s ease; }
.principles-grid article:hover { background: #143cff; transform: translateY(-5px); }
.principle-top { display: flex; justify-content: space-between; color: #8ba0ff; }.principles-grid article:hover .principle-top { color: #fff; }
.principles-grid h3 { margin: 5rem 0 .8rem; font-size: 1.45rem; font-weight: 500; }.principles-grid p { max-width: 330px; margin: 0; color: #aeb8d0; line-height: 1.6; }.principles-grid article:hover p { color: rgba(255,255,255,.8); }

.about-model { background: #fff; }
.operating-model { display: grid; grid-template-columns: 1fr 160px 1fr; align-items: stretch; }
.operating-model article { min-height: 360px; padding: clamp(2rem, 4vw, 4rem); border: 1px solid #ccd3e2; background: linear-gradient(135deg,#f7f8fb,#fff); }
.model-code { color: #143cff; font-size: .72rem; letter-spacing: .12em; }
.operating-model h3 { margin: 6rem 0 1rem; font-size: clamp(1.8rem,3vw,3rem); line-height: 1.05; font-weight: 500; letter-spacing: -.045em; }.operating-model p { max-width: 520px; color: #515b73; line-height: 1.65; }
.model-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }.model-tags span { padding: .45rem .7rem; border: 1px solid #ccd3e2; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.model-connection { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1rem; color: #143cff; }.model-connection svg { width: 120%; overflow: visible; fill: #143cff; stroke: #143cff; stroke-width: 1; }

.about-audiences { background: #edf0ff; }
.audience-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1px; background: #aebae2; }
.audience-grid article { min-height: 430px; padding: clamp(2rem, 5vw, 5rem); background: #fff; }
.audience-grid article > span { color: #143cff; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.audience-grid h3 { max-width: 620px; margin: 6rem 0 1.2rem; font-size: clamp(2.3rem, 4vw, 4.5rem); line-height: .98; letter-spacing: -.055em; font-weight: 500; }.audience-grid p { max-width: 610px; color: #515b73; font-size: 1.05rem; line-height: 1.7; }.audience-grid strong { display: block; margin-top: 2rem; font-size: .77rem; letter-spacing: .11em; text-transform: uppercase; }
.audience-talent { background: #143cff !important; color: #fff; }.audience-talent > span { color: #fff !important; opacity: .7; }.audience-talent p { color: rgba(255,255,255,.76); }

.about-leadership { background: #fff; }
.leadership-note { display: grid; grid-template-columns: 1fr .8fr; gap: 4rem; align-items: end; padding-top: 2.5rem; border-top: 1px solid #ccd3e2; }
.leadership-note h2 { max-width: 760px; margin: 1rem 0 0; font-size: clamp(2.7rem,4.7vw,5.3rem); line-height: .98; letter-spacing: -.06em; font-weight: 500; }.leadership-note > p { max-width: 560px; margin: 0; color: #59627a; line-height: 1.7; }
.leadership-wide-media { position: relative; height: clamp(360px, 48vw, 660px); margin-top: clamp(3rem, 6vw, 6rem); overflow: hidden; background: #dfe4ee; }
.leadership-wide-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.78) contrast(1.04); transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.leadership-wide-media:hover img { transform: scale(1.025); }
.leadership-wide-media figcaption { position: absolute; left: 1.25rem; bottom: 1.25rem; padding: .55rem .7rem; background: rgba(5,13,35,.82); color: #fff; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.about-contact { margin-top: 0; }

@media (max-width: 900px) {
  .about-hero-grid, .about-position-grid, .about-story-grid, .leadership-note { grid-template-columns: 1fr; }
  .about-hero-media, .about-hero-media img { min-height: 364px; }
  .about-position-copy { border-left: 0; border-top: 1px solid #cfd5e3; }
  .principles-grid { grid-template-columns: repeat(2,1fr); }
  .operating-model { grid-template-columns: 1fr; }
  .model-connection { min-height: 110px; transform: rotate(90deg); }.model-connection svg { width: 140px; }
  .audience-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .about-page .section { padding: 4.5rem 0; }
  .about-hero { padding-top: 2.25rem; }
  .about-hero-grid { grid-template-columns: minmax(0,1fr); gap: 2.5rem; }
  .about-hero-copy h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .about-hero-actions { align-items: stretch; flex-direction: column; }.about-hero-actions .button { justify-content: space-between; }
  .about-hero-media, .about-hero-media img { min-height: 315px; height: 315px; }
  .about-hero-media figcaption { left: 1.2rem; bottom: 1.2rem; }
  .about-position-copy { min-height: auto; padding: 1.5rem; }
  .about-position-media, .about-position-media img { min-height: 320px; height: 320px; }
  .about-service-item { grid-template-columns: 32px 44px minmax(0,1fr); gap: .8rem; padding: 1.35rem 0; }
  .about-service-item > span:nth-child(3) { grid-template-columns: 1fr; gap: .5rem; }.about-service-item > svg { display: none; }
  .about-service-item:hover { padding-inline: .7rem; }
  .about-story-media, .about-story-media img { min-height: 440px; height: 440px; }.about-story-media figcaption { right: 0; bottom: 0; }
  .principles-grid { grid-template-columns: 1fr; }.principles-grid article { min-height: 230px; }.principles-grid h3 { margin-top: 3.5rem; }
  .operating-model h3 { margin-top: 4rem; }.operating-model article { min-height: 320px; }
  .audience-grid article { min-height: 380px; padding: 1.6rem; }.audience-grid h3 { margin-top: 5rem; }
  .leadership-note { gap: 2rem; }
  .leadership-wide-media { height: 300px; margin-top: 2.5rem; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(20, 60, 255, 0.35);
  outline-offset: 4px;
}

main {
  min-width: 0;
  overflow: clip;
}

/* Skilligent talent-gateway preloader */
.preloader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: #030711;
}

.preloader__shutter {
  position: absolute;
  z-index: 1;
  background: #030711;
  will-change: transform;
}
.preloader__shutter--top { inset: 0 0 50%; border-bottom: 1px solid rgba(255,255,255,.07); }
.preloader__shutter--bottom { inset: 50% 0 0; border-top: 1px solid rgba(255,255,255,.07); }
.preloader__shutter--left { z-index: 2; inset: 0 50% 0 0; clip-path: polygon(0 0, 100% 0, 100% 38%, 70% 50%, 100% 62%, 100% 100%, 0 100%); }
.preloader__shutter--right { z-index: 2; inset: 0 0 0 50%; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 62%, 30% 50%, 0 38%); }

.preloader__portal {
  position: absolute;
  z-index: 3;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 0 0 1px rgba(20,60,255,.36), 0 0 90px rgba(20,60,255,.24), inset 0 0 55px rgba(20,60,255,.12);
  pointer-events: none;
}
.preloader__portal::before,
.preloader__portal::after { position: absolute; width: 18px; height: 18px; border-color: var(--blue); content: ""; }
.preloader__portal::before { top: -1px; left: -1px; border-top: 2px solid var(--blue); border-left: 2px solid var(--blue); }
.preloader__portal::after { right: -1px; bottom: -1px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); }

.preloader__stage {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(84vw, 940px);
  gap: 34px;
  will-change: transform, opacity;
}

.preloader__meta {
  display: grid;
  grid-template-columns: auto minmax(150px, 320px) auto;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: rgba(255,255,255,.5);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
}
.preloader__meta svg { width: 100%; overflow: visible; }
.preloader__route { fill: none; stroke: rgba(255,255,255,.42); stroke-width: 1; }
.preloader__signal { fill: var(--blue); filter: drop-shadow(0 0 7px var(--blue)); }

.preloader__word {
  display: flex;
  justify-content: center;
  font-family: var(--display);
  font-size: clamp(48px, 9.8vw, 132px);
  font-weight: 500;
  line-height: .84;
  letter-spacing: -.08em;
}
.preloader__word > span { display: block; overflow: hidden; padding: .08em .012em .14em; }
.preloader__word-letter { display: block; font-style: normal; will-change: transform; }
.preloader__word > span:nth-child(6) .preloader__word-letter { color: var(--blue); }

.preloader__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 14px;
  color: rgba(255,255,255,.44);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.preloader__footer strong { color: var(--white); font-family: var(--display); font-size: 18px; font-weight: 500; letter-spacing: -.03em; }

@media (max-width: 560px) {
  .preloader__stage { width: calc(100vw - 40px); gap: 24px; }
  .preloader__word { font-size: 48px; }
  .preloader__meta { grid-template-columns: auto minmax(100px, 1fr) auto; }
}

.shell {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.utility-bar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.utility-inner {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(8, 17, 39, 0.1);
  background: rgba(244, 246, 250, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  position: relative;
  display: grid;
  min-height: 78px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand-link {
  width: max-content;
  background: transparent;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #05070d;
}

.brand-symbol {
  width: 37px;
  height: 42px;
  overflow: visible;
}

.brand-symbol .brand-wing {
  fill: currentColor;
  will-change: transform, opacity;
}

.brand-symbol .brand-core {
  fill: var(--blue);
  will-change: transform;
}

.brand-name {
  display: inline-flex;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.brand-letter-mask {
  display: inline-block;
  overflow: hidden;
  padding-block: .08em;
}

.brand-letter {
  display: inline-block;
  will-change: transform, opacity;
}

.brand-lockup.compact .brand-symbol {
  width: 30px;
  height: 34px;
}

.brand-lockup.compact .brand-name {
  font-size: 18px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  font-weight: 500;
}

.desktop-nav > a,
.nav-dropdown > summary {
  transition: color 180ms ease;
}

.desktop-nav > a:hover,
.nav-dropdown > summary:hover,
.nav-dropdown[open] > summary {
  color: var(--blue);
}

.nav-dropdown {
  position: static;
}

.nav-dropdown > summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  align-items: center;
  gap: 5px;
}

.nav-dropdown > summary::-webkit-details-marker,
.mobile-navigation > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown > summary > svg {
  transition: transform 180ms ease;
}

.nav-dropdown[open] > summary > svg {
  transform: rotate(180deg);
}

.mega-menu,
.company-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  border-top: 1px solid rgba(8, 17, 39, 0.08);
  border-bottom: 1px solid rgba(8, 17, 39, 0.12);
  background: var(--white);
  box-shadow: 0 28px 80px rgba(8, 17, 39, 0.12);
}

.mega-menu {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 0;
  padding: 16px;
}

.mega-feature {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 26px;
  background: linear-gradient(145deg, var(--navy), #0c1d49);
  color: var(--white);
}

.mega-feature-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  background: var(--blue);
  color: var(--white);
}

.menu-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mega-feature .menu-kicker {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.48);
}

.mega-feature h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.mega-feature p {
  max-width: 255px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.6;
}

.mega-feature > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding-bottom: 4px;
  color: var(--white);
  font-size: 14px;
}

.mega-services {
  padding: 10px 10px 10px 26px;
}

.mega-services-heading {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mega-services-heading span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mega-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.mega-service-card {
    position: relative;
    display: grid;
    min-height: 100px;
    grid-template-columns: 46px 1fr auto;
    align-items: start;
    gap: 12px;
    padding: 14px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--white);
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mega-service-card:hover {
  z-index: 2;
  transform: translateY(-2px);
  background: #f7f8ff;
  box-shadow: 0 16px 32px rgba(8, 17, 39, 0.08);
}

.mega-service-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: rgba(20, 60, 255, 0.08);
  color: var(--blue);
  transition: background 180ms ease, color 180ms ease;
}

.mega-service-card:hover .mega-service-icon {
  background: var(--blue);
  color: var(--white);
}

.mega-service-content,
.mega-service-content > span,
.mega-service-content > strong,
.mega-service-content > small {
  display: block;
}

.mega-service-content small {
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mega-service-content strong {
  margin-bottom: 5px;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.mega-service-content > span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mega-service-card > svg {
  margin-top: 3px;
  color: var(--muted);
  transition: color 180ms ease, transform 180ms ease;
}

.mega-service-card:hover > svg {
  transform: translate(2px, -2px);
  color: var(--blue);
}

.company-menu {
  top: calc(100% + 14px);
  right: auto;
  left: 50%;
  display: grid;
  width: 340px;
  padding: 10px;
  transform: translateX(-50%);
}

.company-dropdown { position: relative; }

.company-menu a {
  display: grid;
  min-height: 66px;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  transition: background 160ms ease, color 160ms ease;
}

.company-menu a:last-child {
  border-bottom: 0;
}

.company-menu a:hover {
  background: #f7f8ff;
  color: var(--blue);
}

.company-menu a > svg:first-child {
  color: var(--blue);
}

.company-menu a > svg:last-child {
  color: var(--muted);
}

.company-menu a span {
  display: grid;
  gap: 2px;
}

.company-menu strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 600;
}

.company-menu small {
  color: var(--muted);
  font-size: 12px;
}

.header-cta {
  justify-self: end;
}

.button {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: var(--white);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform 220ms ease, border-color 220ms ease, color 220ms ease;
}

.button::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 380ms cubic-bezier(.77, 0, .18, 1);
}

.button:hover::before { transform: scaleX(1); transform-origin: left; }

.button:hover {
  transform: translateY(-2px);
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: inset 0 0 0 1px var(--blue);
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 13px;
}

.button-white {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.button-white:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--white);
  box-shadow: inset 0 0 0 1px var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
}

.mobile-navigation {
  display: none;
}

.hero {
  position: relative;
  padding: 92px 0 78px;
}

.hero::before {
  position: absolute;
  top: -120px;
  right: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 60, 255, 0.11), transparent 66%);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 78px;
}

.eyebrow {
  display: flex;
  margin: 0 0 22px;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 24px;
  height: 2px;
  background: var(--blue);
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.56);
}

.eyebrow.light > span { background: currentColor; }

.hero h1,
.section h2,
.capability-section h2,
.why-section h2,
.careers-section h2,
.contact-section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(52px, 5.4vw, 82px);
  line-height: 0.98;
}

.hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.hero-lede {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  margin-top: 36px;
  align-items: center;
  gap: 28px;
}

.engagement-tags {
  display: flex;
  margin-top: 42px;
  flex-wrap: wrap;
  gap: 9px;
}

.engagement-tags span {
  padding: 7px 11px;
  border: 1px solid rgba(8, 17, 39, 0.13);
  background: rgba(255, 255, 255, 0.55);
  color: var(--muted);
  font-size: 11px;
}

.system-visual {
  position: relative;
  border: 1px solid rgba(8, 17, 39, 0.13);
  background: var(--white);
  box-shadow: 0 34px 90px rgba(8, 17, 39, 0.12);
}

.system-topline,
.system-footer {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.system-topline {
  border-bottom: 1px solid var(--line);
}

.system-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 500;
}

.system-title i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(20, 60, 255, 0.1);
}

.system-canvas {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.system-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(8, 17, 39, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 17, 39, 0.045) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
}

.system-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 122px;
  height: 122px;
  transform: translate(-50%, -50%);
  place-items: center;
  background: var(--blue);
  box-shadow: 0 20px 46px rgba(20, 60, 255, 0.3);
  color: var(--white);
}

.system-core::before,
.system-core::after {
  position: absolute;
  border: 1px solid rgba(20, 60, 255, 0.18);
  content: "";
  animation: systemPulse 3.6s ease-out infinite;
}

.system-core::before {
  inset: -18px;
}

.system-core::after {
  inset: -34px;
  animation-delay: 1.2s;
}

.system-core > span {
  position: absolute;
  top: 18px;
  left: 18px;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.system-core small {
  align-self: end;
  justify-self: start;
  margin: 0 0 16px 18px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.system-node {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 142px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(8, 17, 39, 0.08);
  animation: nodeFloat 5s ease-in-out infinite;
}

.system-node span {
  color: var(--blue);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 600;
}

.system-node strong {
  font-size: 11px;
  font-weight: 500;
}

.node-one { top: 54px; left: 34px; }
.node-two { top: 62px; right: 28px; animation-delay: -1.6s; }
.node-three { bottom: 62px; left: 25px; animation-delay: -2.8s; }
.node-four { right: 36px; bottom: 52px; animation-delay: -4s; }

.system-route {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  transform-origin: left;
  animation: routeSignal 2.8s ease-in-out infinite;
}

.route-one { top: 138px; left: 130px; width: 230px; transform: rotate(21deg); }
.route-two { top: 266px; left: 105px; width: 280px; transform: rotate(-20deg); animation-delay: -1s; }
.route-three { top: 218px; left: 160px; width: 220px; animation-delay: -2s; }

.system-footer {
  border-top: 1px solid var(--line);
}

.system-footer .system-line {
  display: flex;
  height: 1px;
  flex: 1;
  margin: 0 15px;
  align-items: center;
  background: var(--line);
}

.system-line i {
  width: 35%;
  height: 1px;
  background: var(--blue);
  animation: coverageSignal 3s ease-in-out infinite;
}

.signal-strip {
  border-top: 1px solid rgba(8, 17, 39, 0.1);
  border-bottom: 1px solid rgba(8, 17, 39, 0.1);
  background: rgba(255, 255, 255, 0.48);
}

.signal-inner {
  display: grid;
  min-height: 112px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.signal-inner article {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-left: 1px solid var(--line);
}

.signal-inner article:first-child {
  padding-left: 0;
  border-left: 0;
}

.signal-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(20,60,255,.18);
  border-radius: 50%;
  background: rgba(20,60,255,.065);
  color: var(--blue);
  transition: border-color 240ms ease, background 240ms ease, color 240ms ease, transform 320ms cubic-bezier(.2,.8,.2,1);
}

.signal-inner article:hover .signal-icon {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
  transform: translateY(-3px) rotate(-5deg);
}

.signal-inner article > span:last-child {
  display: grid;
  gap: 3px;
}

.signal-inner strong {
  font-family: var(--display);
  font-size: 14px;
  font-weight: 500;
}

.signal-inner small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
}

.section {
  padding: 118px 0;
}

.section-heading h2,
.model-intro h2,
.dedicated-copy h2,
.process-section h2,
.proof-heading h2,
.why-section h2,
.capability-section h2,
.careers-section h2,
.contact-section h2 {
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.07;
}

.split-heading {
  display: grid;
  margin-bottom: 52px;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 80px;
}

.split-heading > p,
.why-heading > p,
.section-heading > p,
.model-intro > p,
.dedicated-copy > p,
.proof-heading > p,
.careers-layout > div > p,
.contact-action > p {
  color: var(--muted);
  line-height: 1.75;
}

.services-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.services-section > .shell {
  position: relative;
  z-index: 2;
}

.services-tech-grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(20,60,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,60,255,.12) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 78% 72% at 50% 54%, #000 8%, rgba(0,0,0,.9) 38%, transparent 82%);
  pointer-events: none;
}

.services-tech-grid__signal {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(20,60,255,.09), 0 0 13px rgba(20,60,255,.68);
  opacity: 0;
  will-change: transform, opacity;
}

.services-tech-grid .signal-a { top: 240px; left: calc(50% - 480px); animation: serviceSignalX 7s 1.2s ease-in-out infinite; }
.services-tech-grid .signal-b { top: 560px; left: calc(50% - 280px); animation: serviceSignalX 9s 4.5s ease-in-out infinite; }
.services-tech-grid .signal-c { top: 160px; left: calc(50% + 360px); animation: serviceSignalY 8s 2.8s ease-in-out infinite; }
.services-tech-grid .signal-d { top: 320px; left: calc(50% + 40px); animation: serviceSignalY 10s 6.2s ease-in-out infinite; }

@keyframes serviceSignalX {
  0%, 14% { opacity: 0; transform: translateX(0); }
  22% { opacity: 1; }
  68% { opacity: .95; }
  82%, 100% { opacity: 0; transform: translateX(640px); }
}

@keyframes serviceSignalY {
  0%, 18% { opacity: 0; transform: translateY(0); }
  27% { opacity: 1; }
  70% { opacity: .9; }
  84%, 100% { opacity: 0; transform: translateY(420px); }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid var(--line);
}

.service-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  z-index: 2;
  transform: translateY(-5px);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(8, 17, 39, 0.11);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-card-top > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-glyph {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: rgba(20, 60, 255, 0.08);
  color: var(--blue);
  transition: background 180ms ease, color 180ms ease;
}

.service-card:hover .service-glyph {
  background: var(--blue);
  color: var(--white);
}

.service-number {
  color: var(--blue);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 600;
}

.service-card-top a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  transition: background 180ms ease, color 180ms ease;
}

.service-card:hover .service-card-top a {
  background: var(--blue);
  color: var(--white);
}

.service-card h3 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.service-card p {
  max-width: 490px;
  margin: 0;
  color: var(--muted);
}

.service-diagram {
  width: min(100%, 220px);
  height: 118px;
  margin: 12px 0 4px auto;
  overflow: visible;
  fill: none;
  stroke: rgba(20, 60, 255, .72);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 450ms cubic-bezier(.2,.8,.2,1), stroke 250ms ease;
}

.service-diagram circle,
.service-diagram rect { fill: rgba(20, 60, 255, .055); }
.service-card:hover .service-diagram { transform: translateX(-8px) scale(1.04); stroke: var(--blue); }

.service-meta {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.model-section {
  position: relative;
  overflow: hidden;
  border-top: 0;
  background: linear-gradient(120deg, #ffffff 0 46%, #f2f4f9 46% 100%);
}

.model-section::before {
  position: absolute;
  top: 13%;
  right: 0;
  width: 7px;
  height: 42%;
  background: var(--blue);
  content: "";
  pointer-events: none;
}

.model-section::after {
  position: absolute;
  top: 58px;
  right: 5vw;
  color: rgba(8,17,39,.035);
  content: "01—04";
  font-family: var(--display);
  font-size: clamp(100px, 14vw, 220px);
  font-weight: 500;
  letter-spacing: -.09em;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.model-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(52px, 7vw, 100px);
}

.model-intro {
  align-self: start;
}

.model-intro > p {
  margin: 25px 0 28px;
}

.model-cta {
  position: relative;
  display: flex;
  width: min(100%, 410px);
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--ink);
  padding-left: 22px;
  background: transparent;
  color: var(--ink);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 600;
  isolation: isolate;
}
.model-cta::before { position: absolute; z-index: -1; inset: 0; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 480ms cubic-bezier(.77,0,.18,1); }
.model-cta > span { transition: color 260ms ease, transform 420ms cubic-bezier(.2,.8,.2,1); }
.model-cta i { display: grid; width: 65px; min-height: 64px; place-items: center; border-left: 1px solid var(--ink); font-style: normal; transition: color 260ms ease, transform 420ms cubic-bezier(.2,.8,.2,1), border-color 260ms ease; }
.model-cta:hover::before { transform: scaleX(1); transform-origin: left; }
.model-cta:hover { color: var(--white); }
.model-cta:hover > span { transform: translateX(7px); }
.model-cta:hover i { border-color: rgba(255,255,255,.28); transform: translateX(4px); }

.model-media {
  position: relative;
  height: 360px;
  margin: 42px 0 0;
  overflow: hidden;
  clip-path: polygon(0 0, 82% 0, 100% 18%, 100% 100%, 0 100%);
  background: var(--navy);
}
.model-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform 900ms cubic-bezier(.2,.8,.2,1), filter 500ms ease; }
.model-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(3,7,17,.86)); content: ""; }
.model-media:hover img { transform: scale(1.055); filter: saturate(.95) contrast(1.04); }
.model-media figcaption { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: grid; gap: 3px; color: white; }
.model-media figcaption span { color: #7890ff; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.model-media figcaption strong { max-width: 300px; font-family: var(--display); font-size: 18px; font-weight: 500; }

.model-list {
  position: relative;
  padding: 42px 0 0 30px;
}

.model-list::before {
  position: absolute;
  top: 56px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(20,60,255,.7) 12%, rgba(20,60,255,.7) 88%, transparent);
  content: "";
}

.model-list::after {
  position: absolute;
  top: 52px;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(20,60,255,.09);
  content: "";
}

.model-row {
  position: relative;
  display: grid;
  min-height: 158px;
  grid-template-columns: 58px 1fr auto 42px;
  align-items: center;
  gap: 24px;
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(8,17,39,.14);
  padding: 24px 22px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 10px 35px rgba(8,17,39,.025);
  transition: color 350ms ease, background 350ms ease, border-color 350ms ease, transform 450ms cubic-bezier(.2,.8,.2,1), box-shadow 450ms ease;
}

.model-row:nth-child(even) { margin-left: 34px; }
.model-row::before { position: absolute; inset: 0; background: var(--blue); content: ""; transform: translateX(-101%); transition: transform 520ms cubic-bezier(.77,0,.18,1); }
.model-row > * { position: relative; z-index: 1; }
.model-row:hover { border-color: var(--blue); color: var(--white); transform: translateX(-8px); box-shadow: 0 24px 60px rgba(20,60,255,.18); }
.model-row:hover::before { transform: translateX(0); }

.model-row:last-child {
  margin-bottom: 0;
}

.model-index {
  color: var(--blue);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 600;
}
.model-row:hover .model-index { color: rgba(255,255,255,.72); }

.model-row div {
  display: grid;
  gap: 4px;
}

.model-row strong {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.model-row div span,
.model-row > span:last-child {
  color: var(--muted);
  font-size: 14px;
}

.model-row:hover div span { color: rgba(255,255,255,.68); }

.model-ownership {
  padding: 9px 12px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
  transition: color 260ms ease, border-color 260ms ease;
}
.model-row:hover .model-ownership { color: var(--white); border-color: rgba(255,255,255,.32); }
.model-row-arrow { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: rgba(20,60,255,.08); color: var(--blue); font-style: normal; transition: background 260ms ease, color 260ms ease, transform 420ms cubic-bezier(.2,.8,.2,1); }
.model-row:hover .model-row-arrow { background: var(--white); color: var(--blue); transform: translateX(4px) rotate(-8deg); }

.capability-section {
  position: relative;
  overflow: hidden;
  padding: 122px 0;
  background: #ecece8;
  color: var(--ink);
}

.why-section .shell,
.contact-section .shell { position: relative; z-index: 2; }

.section-blueprint {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -3%;
  width: 106%;
  height: 78%;
  opacity: .55;
  pointer-events: none;
  transform: translateY(-50%);
  will-change: transform;
}

.section-blueprint path,
.section-blueprint circle { fill: none; stroke: rgba(255,255,255,.38); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.section-blueprint .svg-draw { stroke: rgba(255,255,255,.72); stroke-width: 1.4; }
.section-blueprint .svg-draw--ghost { stroke: rgba(255,255,255,.14); stroke-width: 10; }
.section-blueprint .blueprint-node circle:first-child { fill: var(--white); stroke: none; }
.section-blueprint .blueprint-node circle:last-child { stroke: rgba(255,255,255,.5); }
.section-blueprint .blueprint-orbit { stroke-dasharray: 7 8; }

.capability-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  align-items: start;
  gap: clamp(54px, 8vw, 124px);
}

.capability-story h2 {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 20px 0 22px;
  font-size: clamp(47px, 5.4vw, 78px);
  line-height: .98;
  letter-spacing: -.065em;
}

.capability-story > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 42px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.capability-photo {
  position: relative;
  height: 430px;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}
.capability-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.18) saturate(.72); transition: transform 900ms cubic-bezier(.2,.8,.2,1), filter 500ms ease; }
.capability-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3,7,17,.82)); content: ""; }
.capability-photo:hover img { transform: scale(1.045); filter: grayscale(0) saturate(.92); }
.capability-photo figcaption { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; display: grid; gap: 4px; color: white; }
.capability-photo figcaption span { color: #8195ff; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.capability-photo figcaption strong { max-width: 460px; font-family: var(--display); font-size: 19px; font-weight: 500; }

.capability-index {
  position: sticky;
  top: 116px;
  align-self: start;
  counter-reset: capability;
  padding: 0 0 4px;
}

.capability-index-head {
  display: flex;
  min-height: 52px;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(8,17,39,.2);
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.capability-index::before {
  position: absolute;
  top: 76px;
  bottom: 30px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(20,60,255,.6) 8%, rgba(20,60,255,.6) 92%, transparent);
  content: "";
  transform: translateX(-50%);
}

.capability-index article {
  position: relative;
  display: flex;
  width: 50%;
  min-height: 92px;
  align-items: center;
  gap: 14px;
  padding: 12px 18px 12px 0;
  transition: transform 360ms cubic-bezier(.2,.8,.2,1);
}

.capability-index article:nth-of-type(odd) { flex-direction: row-reverse; text-align: right; }
.capability-index article:nth-of-type(even) { margin-left: 50%; padding: 12px 0 12px 18px; }
.capability-index article:hover { transform: translateY(-3px); }

.capability-index article > span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(20,60,255,.32);
  border-radius: 50%;
  background: #ecece8;
  color: var(--blue);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 600;
  transition: background 260ms ease, color 260ms ease, box-shadow 260ms ease, transform 320ms ease;
}
.capability-index article:hover > span { background: var(--blue); color: white; box-shadow: 0 0 0 6px rgba(20,60,255,.09); transform: scale(1.08); }

.capability-index article > div { display: grid; gap: 4px; }
.capability-index strong {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -.035em;
}
.capability-index small { color: var(--muted); font-size: 10px; line-height: 1.35; letter-spacing: .025em; }

@media (max-width: 980px) {
  .capability-editorial { grid-template-columns: 1fr; gap: 56px; }
  .capability-photo { height: 500px; }
  .capability-index { position: relative; top: auto; width: min(100%, 720px); max-width: 720px; margin-left: auto; }
}

@media (max-width: 600px) {
  .capability-section { padding: 82px 0; }
  .capability-story h2 { font-size: 48px; }
  .capability-photo { height: 350px; }
  .capability-index { width: 100%; margin-left: 0; }
  .capability-index::before { left: 19px; }
  .capability-index article,
  .capability-index article:nth-of-type(odd),
  .capability-index article:nth-of-type(even) { width: 100%; margin-left: 0; padding: 12px 0; flex-direction: row; text-align: left; }
}

.dedicated-section {
  background: var(--paper);
}

.dedicated-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
}

.dedicated-copy > p {
  max-width: 720px;
  margin: 25px 0 40px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.benefit-grid span {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.benefit-grid i {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border: 1px solid rgba(20, 60, 255, 0.28);
  color: var(--blue);
  font-size: 10px;
  font-style: normal;
}

.scope-card {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background: var(--navy);
  color: var(--white);
}

.scope-label {
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scope-card h3 {
  margin: auto 0 20px;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.scope-card p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.process-section {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.centered-heading {
  max-width: 770px;
  margin: 0 auto 58px;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

.centered-heading > p {
  max-width: 600px;
  margin: 22px auto 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-card {
  position: relative;
  min-height: 320px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-card::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 34%;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.process-card:hover::before {
  transform: scaleX(1);
}

.process-card > span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 600;
}

.process-diagram {
  display: block;
  width: 100%;
  height: 92px;
  margin: 4px 0 26px;
  overflow: visible;
  fill: none;
  stroke: rgba(20,60,255,.66);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 420ms cubic-bezier(.2,.8,.2,1), stroke 220ms ease;
}
.process-diagram circle { fill: var(--white); }
.process-card:hover .process-diagram { transform: translateY(-4px); stroke: var(--blue); }

.process-card h3 {
  margin: 0 0 13px;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.why-section {
  position: relative;
  overflow: hidden;
  padding: 116px 0;
  background: var(--navy);
  color: var(--white);
}

.why-heading {
  display: grid;
  margin-bottom: 60px;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
}

.why-heading > p {
  color: rgba(255, 255, 255, 0.6);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.why-grid article {
  min-height: 245px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.why-grid article > span {
  color: var(--blue);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
}

.why-grid h3 {
  margin: 74px 0 10px;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 500;
}

.why-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.proof-section {
  padding: 76px 0;
  background: var(--paper);
}

.proof-layout {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
}

.proof-heading > p {
  margin-top: 24px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.proof-grid article {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.document-lines {
  display: grid;
  width: 100%;
  height: 120px;
  margin-bottom: 36px;
  align-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  padding: 18px;
  background: var(--paper);
}

.document-lines i {
  display: block;
  height: 5px;
  background: #cbd1de;
}

.document-lines i:nth-child(1) { width: 78%; }
.document-lines i:nth-child(2) { width: 92%; }
.document-lines i:nth-child(3) { width: 56%; background: var(--blue); }

.proof-grid h3 {
  margin: 0 0 11px;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.proof-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.proof-grid article > span {
  margin-top: auto;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.careers-section {
  padding: 92px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.careers-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 100px;
}

.careers-layout > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.proof-carousel { min-width: 0; }

.proof-carousel__toolbar {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
}

.proof-carousel__toolbar > span {
  color: var(--muted);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: .12em;
}

.proof-carousel__toolbar b { color: var(--blue); font-weight: 600; }
.proof-carousel__toolbar > div { display: flex; gap: 8px; }

.proof-carousel__toolbar button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.proof-carousel__toolbar button:hover {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-2px);
}

.proof-carousel__viewport {
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.proof-carousel__viewport::-webkit-scrollbar { display: none; }

.proof-carousel__track {
  display: flex;
  gap: 16px;
}

.proof-carousel article {
  display: flex;
  min-width: calc((100% - 82px) / 2);
  min-height: 420px;
  flex: 0 0 calc((100% - 82px) / 2);
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
  scroll-snap-align: start;
  transform: translate(0, 0) !important;
  transition: border-color 300ms ease, transform 400ms cubic-bezier(.2,.8,.2,1);
}

.proof-carousel article.is-active { border-color: rgba(20,60,255,.72); }

.proof-card__image {
  position: relative;
  height: 195px;
  overflow: hidden;
  background: #dce0e8;
}

.proof-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.04);
  transition: transform 750ms cubic-bezier(.2,.8,.2,1), filter 400ms ease;
}

.proof-carousel article:hover .proof-card__image img { transform: scale(1.045); filter: saturate(.9) contrast(1.04); }

.proof-card__image > span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 9px;
  background: var(--blue);
  color: var(--white);
  font-family: var(--display);
  font-size: 11px;
}

.proof-card__body {
  display: flex;
  min-height: 225px;
  flex: 1;
  flex-direction: column;
  padding: 25px;
}

.proof-card__body h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -.035em;
}

.proof-card__body p { margin: 0; color: var(--muted); font-size: 14px; }

.proof-card__body > span {
  margin-top: auto;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.proof-carousel__dots { display: flex; margin-top: 18px; gap: 7px; }
.proof-carousel__dots button { width: 30px; height: 3px; border: 0; background: #cbd1de; transition: width 260ms ease, background 260ms ease; }
.proof-carousel__dots button.is-active { width: 62px; background: var(--blue); }

.careers-layout { align-items: end; }
.careers-media {
  position: relative;
  grid-column: 1 / -1;
  height: clamp(390px, 52vw, 720px);
  margin-top: 54px;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  background: var(--navy);
  transform-origin: center bottom;
}

.careers-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.78) contrast(1.04);
}

.careers-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(3,7,17,.76));
  content: "";
}

.careers-media > span {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  color: var(--white);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.global-bridge__world image {
  filter: brightness(0) invert(1) opacity(0.3);
}

.global-bridge__map-shape text {
  font-family: var(--manrope);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.2em;
  fill: var(--white);
  text-anchor: middle;
}

.global-bridge__map-note {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.1em;
  fill: var(--muted) !important;
}

/* Operational model graphic */
.operating-model-graphic {
    /* placeholder for any specific styles if needed */
}

@media (max-width: 760px) {
  .proof-carousel article { min-width: 88%; flex-basis: 88%; min-height: 440px; }
  .proof-card__image { height: 210px; }
  .proof-card__body { min-height: 230px; }
  .careers-media { height: 430px; margin-top: 20px; }
  .careers-media > span { right: 16px; bottom: 16px; }
}

.career-path {
  display: flex;
  margin: 12px 0 28px;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
}

.career-path i {
  color: var(--blue);
  font-style: normal;
}

.insights-section {
  background: var(--paper);
}

.insights-carousel { margin-top: 52px; }

.insights-carousel__controls {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: flex-end;
}
.insights-carousel__controls > div { display: flex; gap: 8px; }

.insights-carousel__controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.insights-carousel__controls button:hover { background: var(--ink); color: var(--white); transform: translateY(-2px); }

.insights-carousel__viewport {
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.insights-carousel__track { display: flex; gap: 18px; }

.insights-carousel article {
  display: flex;
  min-width: calc((100% - 54px) / 4);
  flex: 0 0 calc((100% - 54px) / 4);
  flex-direction: column;
  padding-bottom: 1px;
  scroll-snap-align: start;
}

.insights-carousel .insight-category {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: block;
  margin: 0;
  padding: 8px 10px;
  background: var(--white);
  color: var(--blue);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.insight-card__image {
  position: relative;
  height: 210px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #dce0e8;
}

.insight-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.04);
  transition: transform 700ms cubic-bezier(.2,.8,.2,1), filter 400ms ease;
}

.insights-carousel article:hover .insight-card__image img { transform: scale(1.045); filter: saturate(.92) contrast(1.04); }

.insights-carousel h3 {
  display: -webkit-box;
  min-height: 48px;
  margin: 0 0 13px;
  overflow: hidden;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.insights-carousel article > p {
  display: -webkit-box;
  min-height: 92px;
  margin: 0 0 22px;
  overflow: hidden;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.insight-card__cta {
  display: flex;
  min-height: 38px;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  padding: 0 2px 10px 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  transition: color 280ms ease, border-color 280ms ease;
}

.insight-card__cta span { transition: transform 320ms cubic-bezier(.2,.8,.2,1); }
.insight-card__cta svg { transform: rotate(45deg); transition: transform 360ms cubic-bezier(.2,.8,.2,1); }
.insight-card__cta:hover { color: var(--blue); border-color: var(--blue); }
.insight-card__cta:hover span { transform: translateX(4px); }
.insight-card__cta:hover svg { transform: rotate(0deg); }

.insight-card__image-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.insights-carousel h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 220ms ease;
}

.insights-carousel h3 a:hover {
  color: var(--blue);
}

@media (max-width: 1024px) {
  .insights-carousel article {
    min-width: calc((100% - 36px) / 3);
    flex: 0 0 calc((100% - 36px) / 3);
  }
}

@media (max-width: 768px) {
  .insights-carousel article {
    min-width: 100%;
    flex: 0 0 100%;
  }
  .insight-card__image {
    height: 210px;
  }
  .insights-carousel h3 {
    min-height: auto;
  }
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.insights-grid article {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ink);
}

.insight-visual {
  position: relative;
  height: 260px;
  margin-bottom: 22px;
  overflow: hidden;
  background: var(--white);
}

.insight-visual::before,
.insight-visual::after,
.insight-visual span,
.insight-visual i {
  position: absolute;
  content: "";
}

.visual-1::before {
  inset: 28px;
  border: 1px solid var(--line);
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 24px 24px;
}

.visual-1 span {
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  background: var(--blue);
}

.visual-2::before {
  top: 34px;
  right: 34px;
  bottom: 34px;
  left: 34px;
  border: 1px solid var(--line);
}

.visual-2 span,
.visual-2 i {
  left: 55px;
  height: 12px;
  background: var(--ink);
}

.visual-2 span { top: 82px; width: 58%; }
.visual-2 i { top: 112px; width: 38%; background: var(--blue); }

.visual-3::before {
  top: 35px;
  bottom: 35px;
  left: 50%;
  width: 1px;
  background: var(--line);
}

.visual-3 span,
.visual-3 i {
  top: 50%;
  width: 68px;
  height: 68px;
  transform: translateY(-50%);
}

.visual-3 span { right: calc(50% + 18px); border: 1px solid var(--ink); }
.visual-3 i { left: calc(50% + 18px); background: var(--blue); }

.insight-category {
  color: var(--blue);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insights-grid h3 {
  min-height: 78px;
  margin: 12px 0 18px;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.insights-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: var(--blue);
  color: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 100px;
}

.contact-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Bangalore-to-US operating bridge */
.global-bridge {
  position: relative;
  overflow: hidden;
  padding: 112px 0 42px;
  background: #030711;
  color: var(--white);
}

.global-bridge::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 60%, rgba(20,60,255,.2), transparent 26%), radial-gradient(circle at 28% 45%, rgba(20,60,255,.1), transparent 22%);
  content: "";
  pointer-events: none;
}

.global-bridge__heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr .65fr;
  align-items: end;
  gap: 90px;
}

.global-bridge h2 {
  max-width: 780px;
  margin: 18px 0 0;
  font-family: var(--display);
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.065em;
}

.global-bridge__heading > p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 16px;
  line-height: 1.72;
}

.global-bridge__visual {
  position: relative;
  z-index: 2;
  width: min(100% - 24px, 1440px);
  margin: 48px auto 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(5,10,24,.72);
}

.global-bridge__visual svg { display: block; width: 100%; height: auto; min-height: 520px; }
.global-bridge__grid path { fill: none; stroke: rgba(255,255,255,.045); stroke-width: 1; }
.global-bridge__map-shape { transform-box: fill-box; transform-origin: center; }
.global-bridge__map-shape > image { overflow: visible; }
.global-bridge__map-shape text { fill: rgba(255,255,255,.88); font-family: var(--display); font-size: 24px; font-weight: 500; letter-spacing: -.03em; }
.global-bridge__map-shape .global-bridge__map-note { fill: rgba(255,255,255,.43); font-family: var(--body); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.global-bridge__route { fill: none; stroke: var(--blue); stroke-width: 2; vector-effect: non-scaling-stroke; filter: url(#bridge-glow); }
.global-bridge__route--dim { stroke: rgba(255,255,255,.25); stroke-width: 1; stroke-dasharray: 5 8; filter: none; }
.global-bridge__signal { fill: var(--white); filter: url(#bridge-glow); }
.global-bridge__signal--2,
.global-bridge__signal--3 { fill: var(--blue); }
.global-bridge__location > circle:last-child { fill: var(--blue); stroke: white; stroke-width: 2; }
.global-bridge__pulse-ring { fill: none; stroke: var(--blue); stroke-width: 1.3; }

.global-bridge__label {
  position: absolute;
  display: grid;
  min-width: 190px;
  gap: 3px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(3,7,17,.8);
  box-shadow: 0 20px 55px rgba(0,0,0,.32);
  backdrop-filter: blur(16px);
}
.global-bridge__label span { color: #6680ff; font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.global-bridge__label strong { font-family: var(--display); font-size: 15px; font-weight: 500; }
.global-bridge__label small { color: rgba(255,255,255,.48); font-size: 11px; }
.global-bridge__label--us { left: 26%; top: 42%; }
.global-bridge__label--blr { right: 10%; bottom: 18%; }

.global-bridge__center-label {
  position: absolute;
  top: 54%;
  left: 50%;
  display: flex;
  width: 270px;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.44);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-5deg);
}
.global-bridge__center-label i { height: 1px; flex: 1; background: rgba(255,255,255,.24); }
.global-bridge__mobile-points { display: none; }

.global-bridge__footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  color: rgba(255,255,255,.54);
  font-size: 13px;
}
.global-bridge__footer > span { letter-spacing: .05em; }
.global-bridge__footer a { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.52); padding-bottom: 5px; color: white; font-family: var(--display); font-size: 16px; }

@media (max-width: 860px) {
  .global-bridge { padding-top: 82px; }
  .global-bridge__heading { grid-template-columns: 1fr; gap: 24px; }
  .global-bridge__heading > p { max-width: 620px; }
  .global-bridge__visual { overflow: hidden; }
  .global-bridge__visual svg { width: 128%; margin-left: -14%; }
  .global-bridge__label--us { left: 15%; }
  .global-bridge__label--blr { right: 4%; }
}

@media (max-width: 560px) {
  .global-bridge h2 { font-size: 47px; }
  .global-bridge__visual { width: calc(100% - 32px); min-height: 0; padding: 10px 0 0; }
  .global-bridge__visual svg { width: 100%; height: clamp(220px, 66vw, 270px); min-height: 0; margin: 0; }
  .global-bridge__map-shape text { display: none; }
  .global-bridge__label { display: none; }
  .global-bridge__center-label { display: none; }
  .global-bridge__mobile-points { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,.14); }
  .global-bridge__mobile-points > div { display: grid; gap: 3px; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .global-bridge__mobile-points span { color: #6680ff; font-size: 10px; font-weight: 600; letter-spacing: .16em; }
  .global-bridge__mobile-points strong { font-family: var(--display); font-size: 16px; font-weight: 500; }
  .global-bridge__mobile-points small { color: rgba(255,255,255,.48); font-size: 11px; }
  .global-bridge__footer { align-items: flex-start; flex-direction: column; gap: 22px; }
}

.contact-action > p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer {
  padding: 82px 0 24px;
  background: #040a1c;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 0.7fr);
  gap: 70px;
  padding-bottom: 70px;
}

.footer-brand .brand-link {
  display: inline-block;
  text-decoration: none;
}

.footer-brand .brand-lockup {
  color: var(--white);
}

.footer-brand .brand-custom-logo,
.footer-brand .footer-custom-logo {
  display: block;
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.footer-brand p {
  max-width: 340px;
  margin: 26px 0 18px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.footer-brand > span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.footer-socials a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-socials a:hover {
  border-color: #143cff;
  background: #143cff;
  color: var(--white);
  transform: translateY(-3px);
}

.footer-socials svg {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  stroke-width: 1.8;
}

.footer-socials i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
}

.footer-grid strong {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 600;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.56);
  transition: color 160ms ease;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.36);
  font-size: 9px;
  letter-spacing: 0.04em;
}

.footer-bottom a {
  justify-self: end;
}

@keyframes systemPulse {
  0% { opacity: 0; transform: scale(0.9); }
  45% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.15); }
}

@keyframes nodeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes routeSignal {
  0%, 100% { opacity: 0.18; background-position: -200px 0; }
  50% { opacity: 0.9; background-position: 200px 0; }
}

@keyframes coverageSignal {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(185%); }
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-navigation {
    position: static;
    display: block;
    justify-self: end;
  }

  .mobile-navigation > summary {
    display: grid;
    width: 42px;
    height: 42px;
    cursor: pointer;
    list-style: none;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line);
    background: var(--white);
  }

  .mobile-menu-toggle {
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
  }

  .mobile-menu-toggle i {
    position: absolute;
    right: 0;
    display: block;
    width: 20px;
    height: 1.5px;
    background: currentColor;
    transition: top 260ms cubic-bezier(.22, 1, .36, 1), transform 260ms cubic-bezier(.22, 1, .36, 1), opacity 160ms ease, width 220ms ease;
  }

  .mobile-menu-toggle i:nth-child(1) { top: 1px; }
  .mobile-menu-toggle i:nth-child(2) { top: 7px; width: 14px; }
  .mobile-menu-toggle i:nth-child(3) { top: 13px; }

  .mobile-navigation[open] .mobile-menu-toggle i:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  .mobile-navigation[open] .mobile-menu-toggle i:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  .mobile-navigation[open] .mobile-menu-toggle i:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  .mobile-navigation[open] > summary {
    border-color: var(--blue);
    color: var(--blue);
  }

  .mobile-menu-panel {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: auto;
    display: grid;
    width: min(300px, calc(100vw - 24px));
    max-height: calc(90dvh - 86px);
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 14px 18px 24px;
    border: 1px solid var(--line);
    border-top: 0;
    background: var(--white);
    box-shadow: 0 26px 60px rgba(8, 17, 39, 0.12);
    font-size: 14px;
    animation: mobileMenuReveal 460ms cubic-bezier(.16, 1, .3, 1) both;
    transform-origin: top center;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(20,60,255,.55) transparent;
  }

  .mobile-menu-section {
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu-section > summary {
    display: flex;
    min-height: 58px;
    cursor: pointer;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    font-family: var(--display);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.025em;
  }

  .mobile-menu-section > summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu-section > summary svg {
    color: var(--muted);
    transition: transform 220ms ease, color 180ms ease;
  }

  .mobile-menu-section[open] > summary {
    color: var(--blue);
  }

  .mobile-menu-section[open] > summary svg {
    transform: rotate(180deg);
    color: var(--blue);
  }

  .mobile-mega-content,
  .mobile-company-list {
    animation: mobileSubmenuReveal 360ms cubic-bezier(.22, 1, .36, 1) both;
  }

  .mobile-mega-content {
    padding: 2px 0 20px;
  }

  .mobile-mega-intro {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    margin-bottom: 12px;
    padding: 18px;
    background: var(--navy);
    color: var(--white);
  }

  .mobile-mega-intro-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    background: var(--blue);
  }

  .mobile-mega-intro .menu-kicker {
    margin-bottom: 7px;
    color: rgba(255,255,255,.48);
    font-size: 9px;
  }

  .mobile-mega-intro strong {
    display: block;
    font-family: var(--display);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
  }

  .mobile-mega-intro p {
    margin: 7px 0 0;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    line-height: 1.5;
  }

  .mobile-service-list {
    display: grid;
    border-top: 1px solid var(--line);
  }

  .mobile-service-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: start;
    gap: 13px;
    padding: 16px 4px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-service-card > svg {
    margin-top: 3px;
    color: var(--muted);
  }

  .mobile-service-card .mega-service-content > span {
    -webkit-line-clamp: 3;
  }

  .mobile-compare-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 17px;
    border-bottom: 1px solid currentColor;
    padding-bottom: 4px;
    font-weight: 500;
  }

  .mobile-company-list {
    display: grid;
    padding-bottom: 14px;
  }

  .mobile-company-list a {
    display: grid;
    min-height: 64px;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--line);
  }

  .mobile-company-list a > svg:first-child {
    color: var(--blue);
  }

  .mobile-company-list a > svg:last-child {
    color: var(--muted);
  }

  .mobile-company-list a span {
    display: grid;
    gap: 2px;
  }

  .mobile-company-list strong {
    font-family: var(--display);
    font-size: 16px;
  }

  .mobile-company-list small {
    color: var(--muted);
    font-size: 12px;
  }

  .mobile-primary-links {
    display: grid;
  }

  .mobile-primary-links a {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 17px;
    font-weight: 600;
  }

  .mobile-primary-links a:last-child {
    border-bottom: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .hero-copy {
    max-width: 850px;
  }

  .system-visual {
    max-width: 720px;
  }

  .model-layout,
  .capability-layout,
  .dedicated-layout,
  .proof-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .model-intro {
    position: static;
  }

  .scope-card {
    min-height: 380px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-grid {
    max-width: 900px;
  }
}

@keyframes mobileMenuReveal {
  from { opacity: 0; transform: translateY(-24px) scaleY(.94); }
  to { opacity: 1; transform: translateY(0) scaleY(1); }
}

@keyframes mobileSubmenuReveal {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 32px, 1240px);
  }

  .utility-location {
    display: none;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-lockup.compact .brand-symbol {
    width: 30px;
    height: 30px;
  }

  .brand-lockup.compact .brand-name {
    font-size: 15px;
  }

  .hero {
    padding: 66px 0 54px;
  }

  .hero h1 {
    font-size: clamp(43px, 14vw, 62px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .engagement-tags {
    margin-top: 32px;
  }

  .system-canvas {
    min-height: 410px;
  }

  .system-node {
    min-width: 124px;
    padding: 11px;
  }

  .node-one { top: 44px; left: 14px; }
  .node-two { top: 62px; right: 10px; }
  .node-three { bottom: 62px; left: 10px; }
  .node-four { right: 12px; bottom: 42px; }

  .system-core {
    width: 102px;
    height: 102px;
  }

  .signal-inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px 0;
  }

  .signal-inner article {
    min-height: 72px;
    padding: 0 16px;
  }

  .signal-inner article:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .signal-inner strong {
    font-size: 13px;
  }

  .section,
  .why-section {
    padding: 82px 0;
  }

  .split-heading,
  .why-heading,
  .careers-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .services-grid,
  .capability-grid,
  .process-grid,
  .why-grid,
  .proof-grid,
  .insights-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 300px;
  }

  .model-row {
    grid-template-columns: 42px 1fr 42px;
    gap: 14px;
    padding: 18px;
  }

  .model-row:nth-child(even) { margin-left: 0; }

  .model-ownership {
    grid-column: 2;
    justify-self: start;
  }

  .model-row-arrow { grid-column: 3; grid-row: 1; }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-card {
    min-height: 280px;
  }

  .proof-grid article {
    min-height: 320px;
  }

  .insight-visual {
    height: 230px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom a {
    justify-self: start;
  }
}

@media (max-width: 440px) {
  .signal-inner { grid-template-columns: 1fr; }
  .signal-inner article,
  .signal-inner article:nth-child(odd) { padding: 14px 0; border-left: 0; border-top: 1px solid var(--line); }
  .signal-inner article:first-child { border-top: 0; }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Motion-led editorial hero */
.hero-motion {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 32%, rgba(20, 60, 255, .25), transparent 28%),
    linear-gradient(132deg, #07122f 0%, #050a18 58%, #02040b 100%);
  color: var(--white);
  isolation: isolate;
}

.hero-motion__canvas,
.hero-motion__grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-motion__canvas { opacity: .72; }

.hero-motion__grain {
  z-index: 1;
  opacity: .18;
  background-image:
    repeating-linear-gradient(103deg, transparent 0 3px, rgba(255,255,255,.018) 3px 4px),
    radial-gradient(rgba(255,255,255,.12) .45px, transparent .7px);
  background-size: auto, 5px 5px;
  mix-blend-mode: soft-light;
}

.hero-motion__shell { position: relative; z-index: 2; padding-top: 38px; }

.hero-motion__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-motion__eyebrow,
.hero-motion__coverage { display: flex; align-items: center; gap: 10px; margin: 0; }
.hero-motion__eyebrow span,
.hero-motion__coverage i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 20px rgba(20,60,255,.9); }

.hero-motion__layout {
  display: grid;
  min-height: 674px;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
  align-items: center;
  gap: 22px;
  padding: 34px 0 82px;
}

.hero-motion__copy { position: relative; z-index: 4; }
.hero-motion h1 { margin: 0; font-family: var(--display); font-size: clamp(68px, 7.1vw, 112px); font-weight: 500; line-height: .86; letter-spacing: -.074em; }
.hero-motion__line { display: block; overflow: hidden; padding: 0 .08em .09em 0; }
.hero-motion__line-inner { display: block; transform-origin: left bottom; }
.hero-motion__line--blue { color: #5270ff; margin-left: clamp(34px, 7vw, 104px); }

.hero-motion__copy-bottom {
  display: grid;
  grid-template-columns: minmax(270px, 430px) auto;
  align-items: end;
  gap: 34px;
  margin-top: 34px;
}

.hero-motion__lede { margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }
.hero-motion__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.hero-motion__primary { white-space: nowrap; background: var(--blue); }
.hero-motion__secondary { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.84); font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.34); padding-bottom: 5px; }

.hero-motion__visual { position: relative; min-height: 590px; }
.hero-motion__portrait {
  position: absolute;
  inset: 25px 12px 28px 60px;
  overflow: hidden;
  clip-path: polygon(0 9%, 19% 9%, 25% 0, 100% 0, 100% 86%, 88% 100%, 0 100%);
  background: #131b31;
}
.hero-motion__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; filter: saturate(.78) contrast(1.04); }
.hero-motion__portrait-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,18,47,.08), transparent 48%, rgba(7,18,47,.68)); }
.hero-motion__portrait-index { position: absolute; right: 20px; bottom: 18px; display: flex; gap: 13px; font-size: 9px; letter-spacing: .15em; }
.hero-motion__svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.hero-motion__route { fill: none; stroke: rgba(255,255,255,.54); stroke-width: 1.2; }
.hero-motion__traveller { fill: var(--blue); filter: drop-shadow(0 0 8px var(--blue)); }
.hero-motion__endpoint { fill: white; }

.hero-motion__float-card {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 178px;
  gap: 3px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(5,10,24,.84);
  box-shadow: 0 22px 55px rgba(0,0,0,.26);
  backdrop-filter: blur(14px);
}
.hero-motion__float-card span { color: #6f85ff; font-size: 9px; letter-spacing: .12em; }
.hero-motion__float-card strong { font-family: var(--display); font-size: 14px; font-weight: 500; }
.hero-motion__float-card small { color: rgba(255,255,255,.52); font-size: 10px; }
.hero-motion__float-card--top { top: 67px; right: -8px; }
.hero-motion__float-card--bottom { bottom: 8px; left: 4px; }

.hero-motion__stamp {
  position: absolute;
  z-index: 3;
  right: 7px;
  bottom: 92px;
  display: grid;
  width: 76px;
  height: 76px;
  place-content: center;
  border-radius: 50%;
  background: var(--blue);
  text-align: center;
  transform: rotate(8deg);
}
.hero-motion__stamp span { font-family: var(--display); font-size: 27px; line-height: 1; letter-spacing: -.06em; }
.hero-motion__stamp small { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }

.hero-motion__ticker { position: absolute; z-index: 4; bottom: 0; left: 0; width: 100%; overflow: hidden; border-top: 1px solid rgba(255,255,255,.14); background: rgba(3,7,17,.82); }
.hero-motion__ticker-track { display: flex; width: max-content; will-change: transform; }
.hero-motion__ticker-group { display: flex; flex: 0 0 auto; align-items: center; gap: 28px; padding: 17px 28px; white-space: nowrap; color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hero-motion__ticker-group i { width: 6px; height: 6px; background: var(--blue); transform: rotate(45deg); }

@media (max-width: 1080px) {
  .hero-motion__layout { grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); }
  .hero-motion h1 { font-size: clamp(64px, 8vw, 88px); }
  .hero-motion__copy-bottom { grid-template-columns: 1fr; }
  .hero-motion__visual { min-height: 520px; }
  .hero-motion__portrait { left: 30px; }
}

@media (max-width: 760px) {
  .hero-motion { min-height: 1100px; }
  .hero-motion__shell { padding-top: 28px; }
  .hero-motion__coverage { display: none; }
  .hero-motion__layout { grid-template-columns: 1fr; align-items: start; gap: 20px; padding-top: 45px; }
  .hero-motion h1 { font-size: clamp(58px, 16.5vw, 86px); }
  .hero-motion__line--blue { margin-left: 8vw; }
  .hero-motion__copy-bottom { margin-top: 25px; gap: 24px; }
  .hero-motion__lede { max-width: 520px; }
  .hero-motion__actions { flex-direction: row; align-items: center; flex-wrap: wrap; }
  .hero-motion__visual { min-height: 480px; margin-top: 10px; }
  .hero-motion__portrait { inset: 0 4px 22px 22px; }
  .hero-motion__float-card--top { top: 25px; right: -5px; }
  .hero-motion__float-card--bottom { bottom: 0; left: 0; }
  .hero-motion__stamp { right: 4px; bottom: 74px; width: 66px; height: 66px; }
}

@media (max-width: 440px) {
  .hero-motion { min-height: 1060px; }
  .hero-motion h1 { font-size: 55px; }
  .hero-motion__layout { padding-top: 36px; }
  .hero-motion__copy-bottom { grid-template-columns: 1fr; }
  .hero-motion__actions { align-items: flex-start; }
  .hero-motion__visual { min-height: 410px; }
  .hero-motion__portrait { left: 0; }
  .hero-motion__float-card { min-width: 155px; padding: 12px; }
  .hero-motion__float-card--top { top: 20px; }
}

/* Unified section-heading scale */
main h2 {
  font-size: clamp(38px, 4.45vw, 64px) !important;
  line-height: 1.04 !important;
}

@media (max-width: 1024px) {
  main h2 { font-size: 52px !important; }
}

@media (max-width: 760px) {
  main h2 { font-size: 44px !important; }
}

@media (max-width: 440px) {
  main h2 { font-size: 38px !important; }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .proof-layout {
    grid-template-columns: minmax(245px, .7fr) minmax(0, 1.3fr);
    gap: 38px;
  }

  .proof-heading h2 { font-size: 48px !important; }
  .proof-heading > p { font-size: 14px; }
}

/* How We Work — differentiated section language */
.process-page .process-stages { background: #ffffff; }
.process-page .stage-track {
  display: block;
  border: 0;
  border-top: 1px solid #bfc8db;
  background: transparent;
}
.process-page .stage-track::before { width: 100%; height: 1px; background: linear-gradient(90deg,#143cff 0 20%,#bfc8db 20% 100%); }
.process-page .stage-track article {
  display: grid;
  grid-template-columns: 90px minmax(150px,.45fr) minmax(190px,.55fr) minmax(260px,1fr);
  gap: clamp(1.2rem,3vw,4rem);
  align-items: center;
  min-height: 150px;
  padding: 1.6rem 0;
  border: 0;
  border-bottom: 1px solid #cbd2e1;
  background: transparent;
}
.process-page .stage-track article:hover { transform: none; background: transparent; color: inherit; }
.process-page .stage-index { align-items: center; justify-content: flex-start; gap: 1.1rem; }
.process-page .stage-track h3 { margin: 0; font-size: clamp(1.7rem,2.5vw,2.7rem); }
.process-page .stage-track strong { color: #35415e; }
.process-page .stage-track p { margin: 0; color: #626b80; font-size: .95rem; }
.process-page .stage-track article:hover .stage-index { color: #143cff; }
.process-page .stage-track article:hover strong { color: #35415e; }
.process-page .stage-track article:hover p { color: #626b80; }

.process-page .process-inputs { position: relative; overflow: hidden; background: #eef1ff; }
.process-page .process-inputs::before { content: "BRIEF"; position: absolute; right: -1vw; top: 1vw; color: rgba(20,60,255,.045); font-size: clamp(10rem,25vw,28rem); line-height: .8; letter-spacing: -.08em; font-weight: 700; pointer-events: none; }
.process-page .process-inputs .shell { position: relative; }
.process-page .input-grid { gap: clamp(2rem,5vw,6rem); background: transparent; }
.process-page .input-grid article { position: relative; min-height: 280px; padding: 2rem 0 0; border-top: 2px solid #143cff; background: transparent; }
.process-page .input-grid article:hover { background: transparent; }
.process-page .input-grid article::after { content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; border-radius: 50%; background: #143cff; box-shadow: 0 0 0 7px rgba(20,60,255,.1); }
.process-page .input-grid h3 { margin: 4.7rem 0 .8rem; }

.process-page .process-readiness { position: relative; overflow: hidden; background: #143cff; color: #fff; }
.process-page .process-readiness::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at center,#000,transparent 80%); }
.process-page .process-readiness .shell { position: relative; }
.process-page .process-readiness .section-heading h2,.process-page .process-readiness .section-heading p { color: #fff; }
.process-page .process-readiness .eyebrow { color: rgba(255,255,255,.72); }.process-page .process-readiness .eyebrow span { background: #fff; }
.readiness-field { position: relative; }
.process-page .readiness-grid { grid-template-columns: 1fr 1fr; gap: 1px; padding: 0; background: rgba(255,255,255,.28); }
.process-page .readiness-grid article { min-height: 290px; padding: 2rem; background: rgba(8,18,45,.22); backdrop-filter: blur(4px); }
.process-page .readiness-grid article:nth-child(odd) { padding-right: clamp(4rem,9vw,9rem); }.process-page .readiness-grid article:nth-child(even) { padding-left: clamp(4rem,9vw,9rem); }
.process-page .readiness-grid article > div { color: rgba(255,255,255,.75); }.process-page .readiness-grid h3 { margin: 4.7rem 0 .8rem; }.process-page .readiness-grid p { max-width: 380px; color: rgba(255,255,255,.72); }
.readiness-core { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 164px; aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.68); border-radius: 50%; background: #143cff; box-shadow: 0 0 0 18px rgba(20,60,255,.58),0 0 0 19px rgba(255,255,255,.18); }
.readiness-core span { font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }.readiness-core strong { font-size: 1.4rem; font-weight: 500; }

.process-page .process-artifacts { background: #07112a; }
.process-page .artifact-list article { grid-template-columns: 80px 1fr; min-height: 250px; padding: 2.5rem 0; }
.process-page .artifact-list article:nth-child(2) { margin-left: 7%; }.process-page .artifact-list article:nth-child(3) { margin-left: 14%; }
.process-page .artifact-icon { border-radius: 50%; background: transparent; border: 1px solid #4564ff; color: #8da1ff; }

.process-page .process-governance { background: #ebece7; }
.process-page .governance-grid { grid-template-columns: 1.35fr .65fr; gap: clamp(1.2rem,2.5vw,2.5rem); align-items: stretch; background: transparent; }
.process-page .governance-grid article { position: relative; overflow: hidden; border: 0; }
.process-page .governance-primary { min-height: 560px; background: #fff; }
.process-page .governance-secondary { min-height: 480px; margin-top: 80px; background: #07112a; color: #fff; }
.process-page .governance-secondary p { color: #aab5ce; }
.process-page .governance-code { display: block; margin-top: 2rem; color: #7890ff; font-size: .65rem; letter-spacing: .14em; }
.process-page .governance-orbit { position: absolute; width: 330px; aspect-ratio: 1; right: -80px; top: -75px; border: 1px solid #d6dbea; border-radius: 50%; }
.process-page .governance-orbit::before,.process-page .governance-orbit::after { content: ""; position: absolute; inset: 42px; border: 1px solid #d6dbea; border-radius: 50%; }.process-page .governance-orbit::after { inset: 96px; background: #143cff; border: 0; }
.process-page .governance-orbit i,.process-page .governance-orbit b,.process-page .governance-orbit em { position: absolute; width: 10px; aspect-ratio: 1; border-radius: 50%; background: #143cff; }.process-page .governance-orbit i { left: 24px; top: 92px; }.process-page .governance-orbit b { right: 64px; bottom: 28px; }.process-page .governance-orbit em { left: 78px; bottom: 60px; background: #07112a; }

@media (max-width: 900px) {
  .process-page .stage-track article { grid-template-columns: 70px 1fr; gap: 1rem 2rem; }.process-page .stage-track article h3 { grid-column: 2; }.process-page .stage-track article strong { grid-column: 2; }.process-page .stage-track article p { grid-column: 2; }
  .process-page .artifact-list article:nth-child(2),.process-page .artifact-list article:nth-child(3) { margin-left: 0; }
  .process-page .governance-grid { grid-template-columns: 1fr; }.process-page .governance-secondary { margin-top: 0; }
}
@media (max-width: 620px) {
  .process-page .stage-track article { grid-template-columns: 52px 1fr; min-height: 230px; padding: 1.4rem 0; }
  .process-page .input-grid { gap: 2.5rem; }
  .process-page .readiness-grid { grid-template-columns: 1fr; gap: 1px; }.process-page .readiness-grid article:nth-child(n) { min-height: 250px; padding: 1.5rem 1.5rem 4.5rem; }.process-page .readiness-grid h3 { margin-top: 3rem; }
  .readiness-core { position: relative; left: auto; top: auto; width: 130px; margin: -48px auto 0; transform: none; }
  .process-page .governance-primary,.process-page .governance-secondary { min-height: 420px; }.process-page .governance-orbit { width: 250px; }
}

/* Engagement accordion — final content alignment */
.stage-accordion[open] .stage-panel {
  grid-template-columns: minmax(0,1fr) minmax(280px,360px);
  align-items: start;
  gap: clamp(2rem,7vw,8rem);
  max-height: 560px;
  padding: 0 0 40px 0;
  display: grid;
}
.stage-accordion[open] .stage-panel-copy {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 1.35rem;
  width: 100%;
  max-width: none;
}
.stage-accordion[open] .stage-panel-copy > div,
.stage-accordion[open] .stage-panel-secondary {
  width: 100%;
  max-width: none;
}

@media (max-width: 900px) {
  .stage-accordion[open] .stage-panel {
    grid-template-columns: minmax(0,1fr) minmax(240px,300px);
    gap: 2rem;
  }
}

@media (max-width: 620px) {
  .stage-accordion[open] .stage-panel {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    max-height: none;
    padding: 0 0 32px;
  }
}

/* Client inputs — brief dossier cards */
.process-page .input-grid {
  gap: clamp(1rem,2vw,1.75rem);
  align-items: stretch;
}
.process-page .input-grid article {
  isolation: isolate;
  min-height: 350px;
  padding: clamp(1.5rem,2.3vw,2.25rem);
  border: 1px solid rgba(20,60,255,.18);
  border-top: 1px solid rgba(20,60,255,.18);
  background: rgba(255,255,255,.8);
  box-shadow: 0 20px 55px rgba(7,17,42,.055);
  overflow: hidden;
  transition: transform .45s cubic-bezier(.2,.7,.2,1), border-color .35s ease, box-shadow .45s ease;
}
.process-page .input-grid article::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -72px;
  bottom: -88px;
  width: 210px;
  aspect-ratio: 1;
  border: 1px solid rgba(20,60,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(20,60,255,.035), 0 0 0 68px rgba(20,60,255,.02);
  transition: transform .65s cubic-bezier(.2,.7,.2,1);
}
.process-page .input-grid article::after { display: none; }
.process-page .input-grid article:nth-child(2) { transform: translateY(22px); }
.process-page .input-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(20,60,255,.52);
  background: rgba(255,255,255,.94);
  box-shadow: 0 28px 70px rgba(7,17,42,.11);
}
.process-page .input-grid article:nth-child(2):hover { transform: translateY(14px); }
.process-page .input-grid article:hover::before { transform: translate(-18px,-16px) scale(1.08); }
.input-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.input-card-icon {
  display: grid;
  place-items: center;
  width: 72px;
  aspect-ratio: 1;
  border: 1px solid rgba(20,60,255,.24);
  background: #eef1ff;
  color: #143cff;
}
.input-card-icon svg { width: 35px; height: 35px; }
.input-card-code { color: #143cff; font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.process-page .input-grid .input-card-copy { margin-top: auto; padding-top: 6rem; }
.process-page .input-grid h3 { margin: 0 0 .9rem; font-size: clamp(1.55rem,2.2vw,2.15rem); letter-spacing: -.035em; }
.process-page .input-grid p { max-width: 390px; font-size: .96rem; }
.input-card-arrow { position: absolute; right: 2rem; bottom: 2rem; width: 24px; height: 24px; color: #143cff; opacity: 0; transform: translate(-8px,8px); transition: opacity .3s ease, transform .35s ease; }
.process-page .input-grid article:hover .input-card-arrow { opacity: 1; transform: translate(0); }

@media (max-width: 900px) {
  .process-page .input-grid { gap: 1rem; }
  .process-page .input-grid article,
  .process-page .input-grid article:nth-child(2) { min-height: 290px; transform: none; }
  .process-page .input-grid article:hover,
  .process-page .input-grid article:nth-child(2):hover { transform: translateY(-5px); }
  .process-page .input-grid .input-card-copy { padding-top: 4rem; }
}

@media (max-width: 620px) {
  .process-page .input-grid article { min-height: 280px; padding: 1.4rem; }
  .input-card-icon { width: 60px; }
  .input-card-icon svg { width: 30px; height: 30px; }
  .process-page .input-grid .input-card-copy { padding-top: 3.5rem; }
  .input-card-arrow { display: none; }
}

/* Governance — image-led weekly review card */
.process-page .governance-primary { min-height: 790px; padding-bottom: 310px; }
.governance-primary-image {
  position: absolute;
  left: clamp(2rem,4vw,4rem);
  right: clamp(2rem,4vw,4rem);
  bottom: clamp(2rem,4vw,4rem);
  height: 235px;
  margin: 0;
  overflow: hidden;
  background: #dce2ef;
}
.governance-primary-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; filter: saturate(.72) contrast(1.05); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.governance-primary:hover .governance-primary-image img { transform: scale(1.035); }
.governance-primary-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(5,13,35,.72)); }
.governance-primary-image figcaption { position: absolute; z-index: 1; left: 1.25rem; right: 1.25rem; bottom: 1rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; color: #fff; }
.governance-primary-image figcaption span { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.governance-primary-image figcaption small { color: rgba(255,255,255,.76); font-size: .68rem; letter-spacing: .06em; }

@media (max-width: 900px) {
  .process-page .governance-primary { min-height: 720px; padding-bottom: 280px; }
  .governance-primary-image { height: 220px; }
}

@media (max-width: 620px) {
  .process-page .governance-primary { min-height: 640px; padding-bottom: 240px; }
  .governance-primary-image { left: 1.6rem; right: 1.6rem; bottom: 1.6rem; height: 190px; }
  .governance-primary-image figcaption { align-items: flex-start; flex-direction: column; gap: .35rem; }
}

/* Governance orbit — continuous technical motion */
.process-page .governance-orbit {
  transform-origin: 50% 50%;
  animation: governance-orbit-spin 18s linear infinite;
  will-change: transform;
}
.process-page .governance-orbit::before { animation: governance-orbit-counterspin 12s linear infinite; }
.process-page .governance-orbit::after {
  transform-origin: 50% 50%;
  animation: governance-core-breathe 4.2s ease-in-out infinite;
  will-change: transform, box-shadow;
}
.process-page .governance-orbit i { animation: governance-node-pulse 2.8s ease-in-out infinite; }
.process-page .governance-orbit b { animation: governance-node-pulse 2.8s .9s ease-in-out infinite; }
.process-page .governance-orbit em { animation: governance-node-pulse 2.8s 1.7s ease-in-out infinite; }

@keyframes governance-orbit-spin {
  to { transform: rotate(360deg); }
}
@keyframes governance-orbit-counterspin {
  to { transform: rotate(-360deg); }
}
@keyframes governance-core-breathe {
  0%,100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(20,60,255,0); }
  50% { transform: scale(.94); box-shadow: 0 0 0 14px rgba(20,60,255,.055); }
}
@keyframes governance-node-pulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.55); opacity: .55; }
}

@media (prefers-reduced-motion: reduce) {
  .process-page .governance-orbit,
  .process-page .governance-orbit::before,
  .process-page .governance-orbit::after,
  .process-page .governance-orbit i,
  .process-page .governance-orbit b,
  .process-page .governance-orbit em { animation: none; }
}

/* Governance decision card — soft white treatment */
.process-page .governance-secondary {
  background: #07112a;
  color: #fff;
  box-shadow: none;
}
.process-page .governance-secondary p { color: rgba(255,255,255,.76); }
.process-page .governance-secondary > span,
.process-page .governance-secondary .governance-code { color: #fff; }

/* Why Skilligent page */
.why-page { background: #f5f6f8; color: #07112a; }
.why-hero { padding: clamp(3.5rem,7vw,7.5rem) 0 0; background: #f7f8fb; overflow: hidden; }
.why-hero-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(440px,.78fr); gap: clamp(3rem,7vw,8rem); align-items: center; }
.why-hero-copy h1 { max-width: 850px; margin: 1.4rem 0 1.8rem; font-size: clamp(4rem,6.8vw,7.8rem); line-height: .92; letter-spacing: -.072em; font-weight: 500; }
.why-hero-lead { max-width: 690px; margin: 0; color: #4f5b75; font-size: clamp(1.05rem,1.5vw,1.3rem); line-height: 1.75; }
.why-hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.5rem; }.why-hero-actions .text-link { display: inline-flex; align-items: center; gap: .55rem; padding: .75rem 0; border-bottom: 1px solid #07112a; }
.why-hero-media { position: relative; height: min(650px,66vw); min-height: 530px; margin: 0; overflow: hidden; background: #dfe4ee; }
.why-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }.why-hero-media:hover img { transform: scale(1.035); }
.why-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(7,17,42,.02) 45%,rgba(7,17,42,.68)); }
.why-hero-media figcaption { position: absolute; z-index: 2; left: 2rem; right: 2rem; bottom: 1.8rem; display: flex; justify-content: space-between; color: #fff; }.why-hero-media figcaption span { font-size: .68rem; letter-spacing: .14em; }.why-hero-media figcaption small { color: rgba(255,255,255,.72); }
.why-hero-signal { position: absolute; z-index: 2; right: -85px; top: -85px; width: 270px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; animation: why-signal-spin 16s linear infinite; }.why-hero-signal::before { content: ""; position: absolute; inset: 48px; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; }.why-hero-signal i,.why-hero-signal b,.why-hero-signal em { position: absolute; width: 11px; aspect-ratio: 1; border-radius: 50%; background: #fff; }.why-hero-signal i { left: 20px; top: 92px; }.why-hero-signal b { right: 70px; bottom: 12px; background: #143cff; }.why-hero-signal em { right: 4px; top: 118px; }
@keyframes why-signal-spin { to { transform: rotate(360deg); } }
.why-trust-rail { display: grid; grid-template-columns: repeat(4,1fr); margin-top: clamp(3rem,6vw,6rem); border-top: 1px solid #cdd4e1; }.why-trust-rail span { position: relative; padding: 1.4rem 1.5rem 1.4rem 2rem; border-right: 1px solid #cdd4e1; color: #3c4862; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }.why-trust-rail span::before { content: ""; position: absolute; left: .5rem; top: 50%; width: 7px; aspect-ratio: 1; transform: translateY(-50%); border-radius: 50%; background: #143cff; }
.why-signal-strip { margin-top: clamp(3rem,6vw,6rem); background: rgba(255,255,255,.7); }
.why-signal-strip .signal-inner { min-height: 140px; }
.why-signal-strip .signal-inner article { min-height: 76px; }
.why-signal-strip .signal-icon { width: 56px; height: 56px; flex-basis: 56px; }
.why-signal-strip .signal-inner strong { font-size: 1rem; }
.why-signal-strip .signal-inner small { font-size: .75rem; }

.why-foundation { background: #07112a; color: #fff; }
.why-foundation-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.16); }
.why-foundation-grid article { position: relative; min-height: 330px; padding: 1.7rem; overflow: hidden; background: #0b1733; transition: background .35s ease; }.why-foundation-grid article:hover { background: #102047; }.why-foundation-grid .foundation-feature { grid-column: span 2; }
.foundation-top { display: flex; justify-content: space-between; color: #7890ff; }.foundation-top span { font-size: .66rem; letter-spacing: .12em; }.foundation-top svg { width: 34px; height: 34px; }
.why-foundation-grid h3 { max-width: 420px; margin: 6rem 0 .8rem; font-size: clamp(1.6rem,2.4vw,2.6rem); font-weight: 500; letter-spacing: -.04em; }.why-foundation-grid p { max-width: 470px; margin: 0; color: #aeb8ce; line-height: 1.7; }
.why-evidence { background: #eef1ff; }
.why-evidence-head { display: grid; grid-template-columns: 1fr .55fr; gap: 4rem; align-items: end; }.why-evidence-head h2 { max-width: 950px; margin: 1rem 0 0; font-size: clamp(3.4rem,5.8vw,6.8rem); line-height: .95; letter-spacing: -.065em; font-weight: 500; }.why-evidence-head > p { max-width: 540px; margin: 0; color: #526078; line-height: 1.75; }
.evidence-desk { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 1px; margin-top: 4.5rem; padding: 1px; overflow: hidden; background: #aeb9d0; box-shadow: 0 32px 80px rgba(7,17,42,.1); }
.evidence-desk::before { content: "OPERATING EVIDENCE / REVIEW SET"; position: absolute; z-index: 3; top: 0; right: 0; padding: .72rem 1rem; background: #143cff; color: #fff; font-size: .58rem; letter-spacing: .14em; }
.evidence-sheet { position: relative; min-height: 390px; padding: clamp(1.5rem,2.4vw,2.5rem); overflow: hidden; border: 0; background: #fff; box-shadow: none; transition: background-color .35s ease,color .35s ease; }
.evidence-sheet::after { content: ""; position: absolute; right: -110px; bottom: -110px; width: 220px; aspect-ratio: 1; border: 1px solid #d8deec; border-radius: 50%; transition: transform .7s cubic-bezier(.2,.7,.2,1),border-color .35s ease; }
.evidence-scorecard { grid-column: 1 / -1; min-height: 330px; padding-right: 48%; }
.evidence-scorecard::before { content: "CALIBRATION\A COMMUNICATION\A CONTEXT FIT"; white-space: pre; position: absolute; top: 0; right: 0; bottom: 0; display: grid; align-content: center; width: 42%; padding: 2.5rem; background: #07112a; color: #fff; font-size: clamp(1.15rem,2vw,2rem); line-height: 1.8; letter-spacing: .04em; }
.evidence-sop { background: #143cff; color: #fff; }
.evidence-report { background: #f8f9ff; }
.evidence-sheet:hover::after { transform: scale(1.35) translate(-12px,-12px); border-color: #143cff; }
.evidence-sheet-top { position: relative; z-index: 1; display: flex; justify-content: space-between; color: #143cff; }.evidence-sheet-top span { font-size: .65rem; letter-spacing: .12em; }.evidence-sheet-top svg { width: 31px; height: 31px; }
.evidence-sop .evidence-sheet-top,.evidence-sop > p,.evidence-sop > small { color: rgba(255,255,255,.78); }
.evidence-sheet h3 { position: relative; z-index: 1; margin: 4.2rem 0 .4rem; font-size: clamp(1.8rem,2.5vw,2.7rem); line-height: 1.05; font-weight: 500; letter-spacing: -.035em; }.evidence-scorecard h3 { margin-top: 3rem; }.evidence-sheet > p { position: relative; z-index: 1; margin: 0; color: #687289; }.evidence-sheet > small { position: relative; z-index: 1; display: block; margin-top: 1.5rem; color: #758097; font-size: .58rem; letter-spacing: .1em; }
.scorecard-ui { position: relative; display: grid; gap: 10px; margin-top: 2.4rem; }.scorecard-ui span { display: block; height: 8px; background: linear-gradient(90deg,#dce2ef 62%,transparent 62%); }.scorecard-ui span:nth-child(2) { background: linear-gradient(90deg,#dce2ef 82%,transparent 82%); }.scorecard-ui span:nth-child(3) { background: linear-gradient(90deg,#dce2ef 48%,transparent 48%); }.scorecard-ui span:nth-child(4) { background: linear-gradient(90deg,#dce2ef 72%,transparent 72%); }.scorecard-ui b { position: absolute; right: 0; top: -4px; width: 52px; aspect-ratio: 1; border: 1px solid #143cff; border-radius: 50%; }
.sop-ui { position: relative; z-index: 1; display: grid; grid-template-columns: 20px 1fr 20px 1fr 20px 1fr; align-items: center; gap: .45rem; margin-top: 4.5rem; }.sop-ui i,.sop-ui b,.sop-ui em { width: 18px; aspect-ratio: 1; border: 1px solid #fff; border-radius: 50%; }.sop-ui b { background: #fff; }.sop-ui span { padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .6rem; letter-spacing: .08em; }
.report-ui { position: relative; display: grid; grid-template-columns: repeat(4,1fr); align-items: end; gap: 10px; height: 135px; margin-top: 2.7rem; padding-bottom: 1rem; border-bottom: 1px solid #bdc6d9; }.report-ui span { height: 35%; background: #cfd7ea; }.report-ui span:nth-child(2) { height: 72%; }.report-ui span:nth-child(3) { height: 52%; }.report-ui span:nth-child(4) { height: 92%; background: #143cff; }.report-ui i { position: absolute; left: 0; right: 0; top: 38%; height: 1px; background: #143cff; transform: rotate(-9deg); }

/* Why Skilligent — concise 50/50 evidence cards */
.evidence-desk { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; padding: 1px; background: #b9c3d8; box-shadow: none; }
.evidence-desk::before { display: none; }
.evidence-sheet,.evidence-scorecard { grid-column: auto; min-height: 340px; padding: clamp(1.7rem,3vw,3rem); padding-right: clamp(1.7rem,3vw,3rem); background: #fff; color: #07112a; }
.evidence-sheet::before,.evidence-sheet::after { display: none; }
.evidence-sop { background: #143cff; color: #fff; }
.evidence-report { background: #07112a; color: #fff; }
.evidence-sheet-top { color: #143cff; }
.evidence-sop .evidence-sheet-top,.evidence-report .evidence-sheet-top { color: #fff; }
.evidence-sheet h3,.evidence-scorecard h3 { max-width: 520px; margin: clamp(4.5rem,8vw,7.5rem) 0 1rem; font-size: clamp(2rem,3.4vw,3.7rem); }
.evidence-sheet > p,.evidence-sop > p,.evidence-report > p { max-width: 600px; margin: 0; color: #526078; font-size: 1.03rem; line-height: 1.7; }
.evidence-sop > p,.evidence-report > p { color: rgba(255,255,255,.75); }
.evidence-sheet:hover { background: #f8f9ff; }
.evidence-sop:hover { background: #0f33e6; }
.evidence-report:hover { background: #0b1735; }
.evidence-image { position: relative; min-height: 340px; margin: 0; overflow: hidden; background: #07112a; }
.evidence-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(7,17,42,.18),rgba(20,60,255,.38)); mix-blend-mode: multiply; pointer-events: none; }
.evidence-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.06); transition: transform 1s cubic-bezier(.2,.7,.2,1),filter .7s ease; }
.evidence-image:hover img { transform: scale(1.055); filter: grayscale(35%) contrast(1.04); }

.why-governance { background: #f2f2ee; }
.why-governance-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(4rem,9vw,10rem); }
.why-governance-copy { position: sticky; top: 150px; align-self: start; }.why-governance-copy h2 { max-width: 690px; margin: 1rem 0 1.6rem; font-size: clamp(3.5rem,5.4vw,6.2rem); line-height: .95; letter-spacing: -.065em; font-weight: 500; }.why-governance-copy > p:last-of-type { max-width: 570px; color: #59647a; line-height: 1.75; }
.governance-compass { position: relative; display: grid; place-items: center; width: 150px; aspect-ratio: 1; margin-top: 4rem; border: 1px solid #c3cad8; border-radius: 50%; color: #143cff; animation: why-compass 12s linear infinite; }.governance-compass::before { content: ""; position: absolute; inset: 26px; border: 1px solid #c3cad8; border-radius: 50%; }.governance-compass svg { width: 32px; }.governance-compass i,.governance-compass b { position: absolute; width: 8px; aspect-ratio: 1; border-radius: 50%; background: #143cff; }.governance-compass i { top: 14px; left: 43px; }.governance-compass b { right: 16px; bottom: 38px; background: #07112a; }
@keyframes why-compass { to { transform: rotate(360deg); } }
.decision-path { position: relative; }.decision-path article { display: grid; grid-template-columns: 76px 1fr; gap: 2rem; min-height: 390px; padding: 2.4rem; background: #fff; }.decision-path article > span { color: #143cff; font-size: .74rem; }.decision-path article small { color: #143cff; letter-spacing: .12em; }.decision-path h3 { max-width: 650px; margin: 4rem 0 1rem; font-size: clamp(2.4rem,4vw,4.7rem); line-height: .95; letter-spacing: -.055em; font-weight: 500; }.decision-path p { max-width: 650px; color: #59647a; line-height: 1.72; }.decision-path ul { display: flex; flex-wrap: wrap; gap: .7rem; margin: 2rem 0 0; padding: 0; list-style: none; }.decision-path li { display: flex; align-items: center; gap: .45rem; padding: .6rem .75rem; border: 1px solid #d2d8e4; color: #36415a; font-size: .75rem; }.decision-path li svg { width: 15px; color: #143cff; }
.decision-connector { position: relative; height: 90px; margin-left: 75px; }.decision-connector::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: #143cff; }.decision-connector::after { content: ""; position: absolute; left: -5px; bottom: -1px; width: 11px; aspect-ratio: 1; border-radius: 50%; background: #143cff; }.decision-connector i { position: absolute; left: 0; top: 50%; width: 50%; height: 1px; background: linear-gradient(90deg,#143cff,transparent); }

.why-questions { background: #07112a; color: #fff; }
.question-list { margin-top: 4rem; border-top: 1px solid #35415c; }.question-list details { border-bottom: 1px solid #35415c; }.question-list summary { display: grid; grid-template-columns: 90px 1fr 130px 30px; gap: 2rem; align-items: center; min-height: 145px; list-style: none; cursor: pointer; }.question-list summary::-webkit-details-marker { display: none; }.question-list summary > span { color: #7890ff; }.question-list h3 { margin: 0; font-size: clamp(1.65rem,3vw,3.2rem); font-weight: 500; letter-spacing: -.04em; }.question-list summary i { color: #aab5ce; font-size: .68rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }.question-list summary b { display: grid; place-items: center; width: 30px; aspect-ratio: 1; border: 1px solid #52607d; border-radius: 50%; font-size: 1.1rem; font-weight: 400; transition: transform .35s ease,background .35s ease; }.question-list details[open] summary b { transform: rotate(45deg); background: #143cff; border-color: #143cff; }.question-list details > div { max-width: 930px; padding: 0 0 2.5rem 122px; }.question-list details p { margin: 0; color: #b3bdd2; font-size: 1.05rem; line-height: 1.75; }

.why-contact { padding: clamp(5rem,9vw,9rem) 0; background: #143cff; color: #fff; }.why-contact-layout { display: grid; grid-template-columns: 1.2fr .55fr; gap: 5rem; align-items: end; }.why-contact h2 { max-width: 1050px; margin: 1rem 0 0; font-size: clamp(3.7rem,6.5vw,7.5rem); line-height: .92; letter-spacing: -.07em; font-weight: 500; }.why-contact-layout > div:last-child p { margin: 0 0 2rem; color: rgba(255,255,255,.78); line-height: 1.75; }

@media (max-width: 1050px) {
  .why-hero-grid { grid-template-columns: 1fr 420px; gap: 3rem; }.why-foundation-grid { grid-template-columns: repeat(2,1fr); }.why-foundation-grid .foundation-feature { grid-column: span 1; }.why-evidence-head,.why-governance-layout { grid-template-columns: 1fr; }.why-governance-copy { position: static; }.governance-compass { display: none; }
}
@media (max-width: 820px) {
  .why-hero-grid { grid-template-columns: 1fr; }.why-hero-media { height: 520px; min-height: 0; }.why-trust-rail { grid-template-columns: repeat(2,1fr); }.evidence-desk { grid-template-columns: 1fr; }.evidence-sheet:nth-child(n) { grid-column: auto; min-height: 340px; padding: 1.8rem; transform: none; }.evidence-image { min-height: 340px; }.why-contact-layout { grid-template-columns: 1fr; }.question-list summary { grid-template-columns: 55px 1fr 28px; }.question-list summary i { display: none; }.question-list details > div { padding-left: 87px; }
}
@media (max-width: 620px) {
  .why-hero { padding-top: 2.7rem; }.why-hero-copy h1 { font-size: clamp(3.3rem,15vw,5rem); }.why-hero-actions { align-items: stretch; flex-direction: column; }.why-hero-actions .button { justify-content: space-between; }.why-hero-actions .text-link { align-self: flex-start; }.why-hero-media { height: 420px; }.why-hero-media figcaption { align-items: flex-start; flex-direction: column; gap: .4rem; left: 1.25rem; right: 1.25rem; }.why-trust-rail span { padding-left: 1.7rem; font-size: .64rem; }.why-foundation-grid { grid-template-columns: 1fr; }.why-foundation-grid article { min-height: 300px; }.why-foundation-grid h3 { margin-top: 5rem; }.why-evidence-head { gap: 2rem; }.why-evidence-head h2,.why-governance-copy h2 { font-size: clamp(3.1rem,14vw,4.8rem); }.evidence-sheet { padding: 1.4rem; }.decision-path article { grid-template-columns: 1fr; min-height: 0; padding: 1.5rem; }.decision-path h3 { margin-top: 2.5rem; }.decision-connector { height: 65px; margin-left: 1.5rem; }.question-list summary { grid-template-columns: 42px 1fr 28px; gap: .7rem; min-height: 120px; }.question-list h3 { font-size: 1.6rem; }.question-list details > div { padding: 0 0 2rem 49px; }.why-contact h2 { font-size: clamp(3.2rem,14vw,5rem); }
}
@media (prefers-reduced-motion: reduce) { .why-hero-signal,.governance-compass { animation: none; } }

/* Why Skilligent hero — balanced display scale */
.why-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.5rem,5vw,4.5rem);
  line-height: .98;
  letter-spacing: -.055em;
}
@media (max-width: 620px) {
  .why-hero-copy h1 { font-size: clamp(3rem,12vw,4rem); }
}

/* Services page */
.services-page { background: #f5f7fc; color: #07112a; }
.services-hero { padding: clamp(3rem,7vw,7rem) 0 clamp(4.5rem,7vw,7rem); background: #f5f7fc; }
.services-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem,7vw,8rem); align-items: center; }
.services-hero-copy h1 { max-width: 780px; margin: 1rem 0 1.7rem; font-size: clamp(3.6rem,4.75vw,5.25rem); line-height: .95; letter-spacing: -.06em; font-weight: 500; }
.services-hero-copy > p:last-of-type { max-width: 680px; color: #4d5b76; font-size: 1.08rem; line-height: 1.75; }
.services-hero-actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 2.4rem; }
.services-hero-media { position: relative; height: min(650px,68vh); min-height: 520px; margin: 0; overflow: hidden; background: #07112a; }
.services-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 42%,rgba(7,17,42,.82)); pointer-events: none; }
.services-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: transform 1.2s cubic-bezier(.2,.7,.2,1),filter .7s ease; }.services-hero-media:hover img { transform: scale(1.045); filter: grayscale(35%); }
.services-hero-overlay { position: absolute; z-index: 2; top: 2rem; left: 2rem; right: 2rem; display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(255,255,255,.38); }.services-hero-overlay span { padding: .7rem; background: rgba(7,17,42,.75); color: #fff; font-size: .58rem; letter-spacing: .12em; backdrop-filter: blur(8px); }
.services-hero-media figcaption { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; left: 2rem; display: flex; justify-content: space-between; align-items: center; color: #fff; }.services-hero-media figcaption strong { font-size: 1rem; font-weight: 500; }.services-hero-media figcaption span { color: rgba(255,255,255,.7); font-size: .7rem; letter-spacing: .08em; }
.services-section-head { display: grid; grid-template-columns: .42fr 1fr; gap: 3rem; align-items: start; }.services-section-head > div { display: grid; grid-template-columns: 1fr .55fr; gap: 4rem; align-items: end; }.services-section-head h2 { max-width: 870px; margin: 0; font-size: clamp(3.2rem,5.1vw,5.8rem); line-height: .95; letter-spacing: -.062em; font-weight: 500; }.services-section-head > div > p { max-width: 480px; margin: 0; color: #536079; line-height: 1.72; }.services-section-head.light { color: #fff; }.services-section-head.light > div > p { color: #aeb8ce; }
.services-split-intro { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(3rem,10vw,10rem); align-items: end; margin-bottom: clamp(4rem,7vw,7rem); }
.services-split-intro > div { min-width: 0; }
.services-split-intro .eyebrow { margin: 0 0 clamp(2rem,4vw,3.5rem); }
.services-split-intro h2 { max-width: 880px; margin: 0; font-size: clamp(3.5rem,5.2vw,5.9rem); line-height: .94; letter-spacing: -.062em; font-weight: 500; }
.services-split-intro > p { max-width: 470px; margin: 0 0 .35rem; color: #536079; font-size: clamp(1.05rem,1.3vw,1.24rem); line-height: 1.72; }
.process-intro,.confidence-intro { color: #fff; }
.process-intro > p { color: rgba(255,255,255,.76); }
.confidence-intro > p { color: #aeb8ce; }
.services-collection { background: #fff; }
.service-model-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 0; background: #c7cfdf; }
.service-model-card { position: relative; min-height: 410px; padding: clamp(1.7rem,3vw,3rem); overflow: hidden; background: #f8f9fd; color: #07112a; text-decoration: none; transition: background .35s ease,color .35s ease; }.service-model-card:nth-child(2),.service-model-card:nth-child(3) { background: #eef1ff; }.service-model-card:hover { background: #143cff; color: #fff; }
.service-model-top { display: flex; justify-content: space-between; align-items: flex-start; color: #143cff; }.service-model-card:hover .service-model-top { color: #fff; }.service-model-top span { font-size: .65rem; letter-spacing: .12em; }.service-model-top svg { width: 38px; height: 38px; }
.service-model-card small { display: block; margin-top: 4rem; color: #62708b; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }.service-model-card:hover small,.service-model-card:hover p,.service-model-card:hover footer { color: rgba(255,255,255,.78); }
.service-model-card h3 { max-width: 620px; margin: .7rem 0 .8rem; font-size: clamp(2.2rem,3.5vw,4rem); line-height: 1; letter-spacing: -.05em; font-weight: 500; }.service-model-card p { max-width: 600px; margin: 0; color: #526078; line-height: 1.7; }
.service-model-card footer { position: absolute; right: 2.5rem; bottom: 2rem; left: 2.5rem; display: flex; justify-content: space-between; align-items: center; color: #46536d; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }.service-model-card footer svg { transition: transform .3s ease; }.service-model-card:hover footer svg { transform: translate(4px,-4px); }
.services-comparison { background: #07112a; color: #fff; }
.services-comparison-intro { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(3rem,10vw,10rem); align-items: end; margin-bottom: clamp(4rem,7vw,7rem); }
.services-comparison-intro > div { min-width: 0; }
.services-comparison-intro .eyebrow { margin: 0 0 clamp(2rem,4vw,3.5rem); }
.services-comparison-intro h2 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(3.5rem,5.2vw,5.9rem); line-height: .94; letter-spacing: -.062em; font-weight: 500; }
.services-comparison-intro > p { max-width: 470px; margin: 0 0 .35rem; color: #aeb8ce; font-size: clamp(1.08rem,1.35vw,1.3rem); line-height: 1.72; }
.comparison-table { margin-top: 4rem; border-top: 1px solid #35415d; border-left: 1px solid #35415d; overflow-x: auto; }.comparison-row { display: grid; grid-template-columns: .68fr repeat(8,1fr); min-width: 1400px; }.comparison-row > * { min-height: 105px; padding: 1.3rem; border-right: 1px solid #35415d; border-bottom: 1px solid #35415d; display: flex; align-items: center; }.comparison-row > strong:first-child { color: #7890ff; font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; }.comparison-row span { color: #bac3d7; font-size: .88rem; line-height: 1.5; }.comparison-header > * { min-height: 130px; align-items: flex-end; color: #fff; font-size: 1.05rem; font-weight: 500; }.comparison-header strong:nth-child(2) { background: #143cff; }
.services-guide { background: #f2f2ee; }
.requirements-choice { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 0; background: #c6cdd9; }
.requirements-choice article { min-height: 480px; padding: clamp(2rem,4vw,4rem); background: #fff; }.requirements-choice .choice-team { background: #143cff; color: #fff; }.requirements-choice article > span { color: #143cff; font-size: .66rem; letter-spacing: .12em; }.requirements-choice .choice-team > span { color: #fff; }.requirements-choice h3 { max-width: 650px; margin: 5rem 0 2rem; font-size: clamp(2.4rem,4vw,4.8rem); line-height: .95; letter-spacing: -.055em; font-weight: 500; }.requirements-choice ul { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }.requirements-choice li { display: flex; align-items: flex-start; gap: .65rem; color: #526078; line-height: 1.55; }.requirements-choice .choice-team li { color: rgba(255,255,255,.78); }.requirements-choice li svg { flex: 0 0 auto; width: 18px; color: #143cff; }.requirements-choice .choice-team li svg { color: #fff; }.requirements-choice small { display: block; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid #d6dbe5; color: #66738d; }.requirements-choice .choice-team small { border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.7); }
.services-process { overflow: hidden; background: #143cff; color: #fff; }
.services-timeline { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(.65rem,1.1vw,1rem); margin-top: 0; padding: clamp(.7rem,1.3vw,1rem); background: rgba(7,17,42,.16); border: 1px solid rgba(255,255,255,.34); }
.services-timeline::before { content: ""; position: absolute; top: 50%; right: 2rem; left: 2rem; height: 1px; background: rgba(255,255,255,.25); transform: translateY(-50%); pointer-events: none; }
.services-timeline article { position: relative; z-index: 1; min-height: 350px; padding: clamp(1.5rem,2.2vw,2rem); background: #f8f9fd; color: #07112a; box-shadow: 0 18px 45px rgba(7,17,42,.12); transition: transform .4s cubic-bezier(.2,.75,.2,1),box-shadow .4s ease,background .35s ease,color .35s ease; }
.services-timeline article:nth-child(even) { background: #eef1ff; }
.services-timeline article:hover { z-index: 2; transform: translateY(-10px); background: #07112a; color: #fff; box-shadow: 0 28px 60px rgba(7,17,42,.28); }
.services-timeline article > div { display: flex; justify-content: space-between; color: #143cff; }
.services-timeline article:hover > div { color: #7890ff; }
.services-timeline article svg { width: 38px; height: 38px; stroke-width: 1.35; transition: transform .4s cubic-bezier(.2,.75,.2,1); }
.services-timeline article:hover svg { transform: translateY(-3px) rotate(-4deg); }
.services-timeline h3 { margin: 7.5rem 0 .8rem; font-size: clamp(1.8rem,2.2vw,2.35rem); font-weight: 500; letter-spacing: -.045em; }
.services-timeline p { margin: 0; color: #526078; line-height: 1.65; transition: color .35s ease; }
.services-timeline article:hover p { color: #b7c1d7; }
.services-confidence { background: #07112a; color: #fff; }
.confidence-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 0; background: #35415d; }.confidence-grid article { min-height: 230px; padding: 1.5rem; background: #0b1733; transition: background .3s ease; }.confidence-grid article:hover { background: #102047; }.confidence-grid article > span { color: #7890ff; font-size: .62rem; letter-spacing: .1em; }.confidence-grid article > svg { float: right; width: 30px; height: 30px; color: #7890ff; stroke-width: 1.4; }.confidence-grid article div { clear: both; padding-top: 4.5rem; }.confidence-grid h3 { margin: 0 0 .5rem; font-size: 1.45rem; font-weight: 500; }.confidence-grid p { margin: 0; color: #aeb8ce; font-size: .86rem; }
.services-contact { padding: clamp(1rem,2vw,2rem) 0; background: #f5f7fc; }
.services-contact-frame { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); min-height: 650px; padding: 0; overflow: hidden; background: #07112a; color: #fff; }
.services-contact-media { position: relative; min-height: 650px; margin: 0; overflow: hidden; }
.services-contact-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(7,17,42,.08) 35%,rgba(7,17,42,.8)); pointer-events: none; }
.services-contact-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transform: scale(1.035); transition: transform 1.2s cubic-bezier(.2,.72,.2,1),filter .8s ease; }
.services-contact-frame:hover .services-contact-media img { transform: scale(1.085); filter: grayscale(35%); }
.services-contact-media figcaption { position: absolute; z-index: 2; right: clamp(1.5rem,3vw,3rem); bottom: clamp(1.5rem,3vw,3rem); left: clamp(1.5rem,3vw,3rem); display: flex; justify-content: space-between; gap: 2rem; align-items: flex-end; color: #fff; }
.services-contact-media figcaption span { font-size: .62rem; letter-spacing: .14em; }
.services-contact-media figcaption strong { font-size: 1rem; font-weight: 500; }
.services-contact-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem,6vw,7rem); overflow: hidden; }
.services-contact-copy::after { content: ""; position: absolute; right: -120px; bottom: -180px; width: 360px; height: 360px; border: 1px solid rgba(120,144,255,.28); border-radius: 50%; box-shadow: 0 0 0 65px rgba(120,144,255,.05),0 0 0 130px rgba(120,144,255,.035); pointer-events: none; }
.services-contact-copy > * { position: relative; z-index: 1; }
.services-contact h2 { max-width: 760px; margin: clamp(2rem,4vw,4rem) 0 1.6rem; font-size: clamp(3.5rem,5vw,5.9rem); line-height: .94; letter-spacing: -.065em; font-weight: 500; }
.services-contact-copy > p:not(.eyebrow) { max-width: 580px; margin: 0 0 2.4rem; color: #b7c1d7; font-size: 1.05rem; line-height: 1.75; }
.services-contact-copy .button { align-self: flex-start; }
@media (max-width: 1050px) { .services-hero-grid { grid-template-columns: 1fr 430px; }.services-section-head { grid-template-columns: 1fr; }.services-section-head > div { grid-template-columns: 1fr; gap: 1.5rem; }.services-comparison-intro,.services-split-intro { grid-template-columns: 1fr; gap: 2rem; align-items: start; }.services-comparison-intro > p,.services-split-intro > p { max-width: 620px; }.services-timeline { grid-template-columns: repeat(2,1fr); }.services-timeline::before { display: none; } }
@media (max-width: 820px) { .services-hero-grid,.requirements-choice,.services-contact-frame { grid-template-columns: 1fr; }.services-hero-media { height: 520px; min-height: 0; }.service-model-grid,.confidence-grid { grid-template-columns: 1fr; }.services-contact-media { min-height: 480px; }.services-contact-copy { min-height: 520px; }.comparison-table { margin-right: calc(var(--shell-pad) * -1); }.services-section-head { gap: 2rem; } }
@media (max-width: 620px) { .services-hero-copy h1 { font-size: clamp(3.2rem,14vw,4.7rem); }.services-hero-actions { flex-direction: column; align-items: stretch; }.services-hero-actions .text-link { align-self: flex-start; }.services-hero-media { height: 420px; }.services-hero-media figcaption { align-items: flex-start; flex-direction: column; gap: .35rem; }.service-model-card { min-height: 380px; }.service-model-card footer { right: 1.7rem; left: 1.7rem; }.services-timeline { grid-template-columns: 1fr; }.services-section-head h2,.services-comparison-intro h2,.services-split-intro h2 { font-size: clamp(3rem,13vw,4.5rem); }.requirements-choice article { min-height: 420px; }.services-contact { padding: 0; }.services-contact-media { min-height: 390px; }.services-contact-media figcaption { flex-direction: column; align-items: flex-start; gap: .4rem; }.services-contact-copy { min-height: 480px; padding: 2rem; }.services-contact h2 { font-size: clamp(3rem,13vw,4.4rem); } }

/* Service detail pages */
.service-detail-page { background: #f5f7fc; color: #07112a; }
.detail-hero { padding: clamp(3rem,6vw,6rem) 0 clamp(4rem,7vw,7rem); }
.detail-hero-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(3rem,7vw,8rem); align-items: center; }
.detail-hero-copy h1 { max-width: 820px; margin: 1rem 0 1.5rem; font-size: clamp(3.6rem,5vw,5.7rem); line-height: .94; letter-spacing: -.064em; font-weight: 500; }
.detail-hero-copy > p:last-of-type { max-width: 680px; color: #526078; font-size: 1.06rem; line-height: 1.75; }
.detail-hero-actions { display: flex; align-items: center; gap: 1.7rem; margin-top: 2.4rem; }
.detail-hero-media { position: relative; height: 580px; margin: 0; overflow: hidden; background: #07112a; }
.detail-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(7,17,42,.82)); pointer-events: none; }
.detail-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: transform 1.1s cubic-bezier(.2,.7,.2,1),filter .7s ease; }.detail-hero-media:hover img { transform: scale(1.05); filter: grayscale(25%); }
.detail-hero-gridlines { position: absolute; z-index: 2; inset: 2rem; border: 1px solid rgba(255,255,255,.45); pointer-events: none; }.detail-hero-gridlines i { position: absolute; background: rgba(255,255,255,.36); }.detail-hero-gridlines i:nth-child(1) { top: 33%; left: 0; right: 0; height: 1px; }.detail-hero-gridlines i:nth-child(2) { top: 66%; left: 0; right: 0; height: 1px; }.detail-hero-gridlines i:nth-child(3) { top: 0; bottom: 0; left: 50%; width: 1px; }
.detail-hero-media figcaption { position: absolute; z-index: 3; right: 3rem; bottom: 3rem; left: 3rem; display: flex; justify-content: space-between; color: #fff; }.detail-hero-media figcaption span { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }.detail-hero-media figcaption small { color: rgba(255,255,255,.7); }
.detail-service-rail { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: clamp(3rem,6vw,6rem); background: #cad1df; }.detail-service-rail a { display: grid; grid-template-columns: 34px 1fr 18px; gap: .65rem; align-items: center; min-height: 90px; padding: 1rem; background: #fff; color: #07112a; text-decoration: none; font-size: .77rem; }.detail-service-rail a > span { color: #143cff; font-size: .62rem; }.detail-service-rail a svg { width: 15px; }.detail-service-rail a.active { background: #143cff; color: #fff; }.detail-service-rail a.active > span { color: #fff; }
.detail-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(3rem,9vw,9rem); align-items: end; }.detail-heading > div { min-width: 0; }.detail-heading .eyebrow { margin: 0 0 clamp(2rem,4vw,3.5rem); }.detail-heading h2 { max-width: 900px; margin: 0; font-size: clamp(3.1rem,5vw,5.7rem); line-height: .95; letter-spacing: -.06em; font-weight: 500; }.detail-heading > p { max-width: 500px; margin: 0 0 .35rem; color: #526078; font-size: clamp(1.02rem,1.25vw,1.18rem); line-height: 1.72; }.detail-heading.light { color: #fff; }.detail-heading.light > p { color: #aeb8ce; }
.detail-model { background: #fff; }.detail-model-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 4rem; background: #c7cfdf; }.detail-model-grid article { min-height: 360px; padding: 1.8rem; background: #f8f9fd; }.detail-model-grid article:nth-child(2) { background: #eef1ff; }.detail-model-grid article > div { display: flex; justify-content: space-between; color: #143cff; }.detail-model-grid article svg { width: 34px; height: 34px; stroke-width: 1.35; }.detail-model-grid h3 { margin: 7rem 0 .8rem; font-size: clamp(2rem,3vw,3.3rem); line-height: 1; letter-spacing: -.05em; font-weight: 500; }.detail-model-grid p { margin: 0; color: #526078; line-height: 1.7; }
.detail-capabilities { background: #07112a; color: #fff; }.detail-capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 4rem; background: #35415d; }.detail-capability-grid article { min-height: 240px; padding: 1.5rem; background: #0b1733; }.detail-capability-grid span { color: #7890ff; font-size: .62rem; }.detail-capability-grid h3 { margin: 5rem 0 .6rem; font-size: 1.55rem; font-weight: 500; }.detail-capability-grid p { margin: 0; color: #aeb8ce; font-size: .86rem; line-height: 1.6; }
.detail-ownership { background: #f2f2ee; }.detail-ownership-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 4rem; background: #c6cdd9; }.detail-ownership-grid article { position: relative; min-height: 360px; padding: 1.8rem; overflow: hidden; background: #fff; }.detail-ownership-grid article:nth-child(2) { background: #143cff; color: #fff; }.detail-ownership-grid article > span { color: #143cff; font-size: .62rem; }.detail-ownership-grid article:nth-child(2) > span { color: #fff; }.detail-ownership-grid h3 { margin: 6rem 0 .8rem; font-size: clamp(2rem,3vw,3.2rem); line-height: 1; letter-spacing: -.05em; font-weight: 500; }.detail-ownership-grid p { margin: 0; color: #526078; line-height: 1.65; }.detail-ownership-grid article:nth-child(2) p { color: rgba(255,255,255,.75); }.detail-ownership-grid article > svg { position: absolute; right: -35px; bottom: -35px; width: 150px; height: 150px; color: rgba(20,60,255,.12); stroke-width: .7; }.detail-ownership-grid article:nth-child(2) > svg { color: rgba(255,255,255,.15); }
.detail-process { background: #143cff; color: #fff; }.detail-process-head { display: grid; grid-template-columns: .4fr 1fr; gap: 3rem; }.detail-process-head h2 { max-width: 1000px; margin: 0; font-size: clamp(3.2rem,5vw,5.7rem); line-height: .95; letter-spacing: -.06em; font-weight: 500; }.detail-process-track { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 4rem; background: rgba(255,255,255,.3); }.detail-process-track article { min-height: 320px; padding: 1.5rem; background: #143cff; }.detail-process-track article:nth-child(even) { background: #1034e7; }.detail-process-track article > div { display: flex; justify-content: space-between; color: rgba(255,255,255,.78); }.detail-process-track svg { width: 29px; stroke-width: 1.4; }.detail-process-track h3 { margin: 7rem 0 .7rem; font-size: 1.8rem; font-weight: 500; }.detail-process-track p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }
.detail-proof { background: #f5f7fc; }.detail-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 4rem; background: #c9d1e0; }.detail-proof-grid article { min-height: 300px; padding: 1.7rem; background: #fff; }.detail-proof-grid article > div { display: flex; justify-content: space-between; color: #143cff; }.detail-proof-grid svg { width: 31px; height: 31px; stroke-width: 1.35; }.detail-proof-grid h3 { margin: 5rem 0 .7rem; font-size: 1.8rem; font-weight: 500; letter-spacing: -.035em; }.detail-proof-grid p { margin: 0; color: #526078; line-height: 1.65; }
.detail-inquiry { background: #eef1ff; }.detail-inquiry-head { display: grid; grid-template-columns: .4fr 1fr; gap: 3rem; }.detail-inquiry-head h2 { margin: 0; font-size: clamp(3.1rem,5vw,5.6rem); line-height: .95; letter-spacing: -.06em; font-weight: 500; }.detail-inquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1px; margin-top: 4rem; background: #bec8dc; }.detail-inquiry-grid aside,.detail-inquiry-grid form,.detail-inquiry-grid .detail-inquiry-form-wrap { min-height: 430px; padding: clamp(1.7rem,3vw,3rem); background: #fff; }.detail-inquiry-grid .detail-inquiry-form-wrap { display: flex; flex-direction: column; justify-content: stretch; }.detail-inquiry-grid .detail-inquiry-form-wrap .wpcf7 { width: 100%; }.detail-inquiry-grid aside > span { color: #143cff; font-size: .64rem; letter-spacing: .12em; }.detail-inquiry-grid aside > p { max-width: 520px; margin: 4rem 0 2rem; font-size: 1.35rem; line-height: 1.55; }.detail-inquiry-grid ul { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }.detail-inquiry-grid li { display: flex; gap: .55rem; color: #526078; font-size: .88rem; }.detail-inquiry-grid li svg { flex: 0 0 auto; width: 17px; color: #143cff; }.detail-inquiry-grid label { display: grid; gap: .45rem; align-content: start; }.detail-inquiry-grid label span { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }.detail-inquiry-grid input,.detail-inquiry-grid select,.detail-inquiry-grid textarea { width: 100%; padding: .9rem; border: 1px solid #c7cfdf; border-radius: 0; background: #f8f9fd; color: #07112a; font: inherit; }.detail-inquiry-grid .full { grid-column: 1 / -1; }.detail-inquiry-grid button,.detail-inquiry-grid input[type="submit"] { align-self: end; justify-self: start; border: 0; background: #143cff; color: #fff; padding: 1rem 1.8rem; font: inherit; cursor: pointer; }

/* Contact Form 7 - Global Field Wrappers & Elements */
.wpcf7-form-control-wrap { display: block !important; position: relative; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; display: block; }

/* Contact Form 7 - Skilligent Form System */
.skilligent-form { width: 100%; box-sizing: border-box; }
.skilligent-form br { display: none !important; }
.skilligent-form p { margin: 0; padding: 0; }
.skilligent-form .row { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.1rem; margin-bottom: 1.1rem; }
.skilligent-form .row:last-child { margin-bottom: 0; }
.skilligent-form .col-6 { grid-column: span 6; display: flex; flex-direction: column; }
.skilligent-form .col-12 { grid-column: span 12; display: flex; flex-direction: column; }
.skilligent-form .col-6 > p,
.skilligent-form .col-12 > p { display: flex; flex-direction: column; width: 100%; height: 100%; margin: 0; }
.skilligent-form label { display: grid; gap: .45rem; align-content: start; width: 100%; margin: 0; font-weight: normal; box-sizing: border-box; }
.skilligent-form label > span:first-child { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: #526078; font-weight: 500; }
.skilligent-form .wpcf7-form-control-wrap { display: block !important; position: relative; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
.skilligent-form input[type="text"],
.skilligent-form input[type="email"],
.skilligent-form input[type="tel"],
.skilligent-form input[type="url"],
.skilligent-form select,
.skilligent-form textarea { width: 100% !important; max-width: 100% !important; min-width: 100% !important; box-sizing: border-box !important; display: block; padding: .9rem; border: 1px solid #c7cfdf; border-radius: 0; background: #f8f9fd; color: #07112a; font: inherit; font-size: .95rem; line-height: 1.4; outline: 0; transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease; }
.skilligent-form input[type="text"]:focus,
.skilligent-form input[type="email"]:focus,
.skilligent-form input[type="tel"]:focus,
.skilligent-form input[type="url"]:focus,
.skilligent-form select:focus,
.skilligent-form textarea:focus { border-color: #143cff; background: #fff; box-shadow: 0 0 0 1px #143cff; }
.skilligent-form select { appearance: auto; cursor: pointer; }
.skilligent-form textarea { resize: vertical; min-height: 115px; }
.skilligent-form input[type="submit"],
.skilligent-form .wpcf7-submit,
.skilligent-form .button { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; min-height: 50px; padding: .95rem 2rem; border: 0; border-radius: 0; background: #143cff; color: #fff; font: inherit; font-size: .88rem; font-weight: 500; cursor: pointer; text-decoration: none; transition: background-color .25s ease, transform .2s ease; }
.skilligent-form input[type="submit"]:hover,
.skilligent-form .wpcf7-submit:hover,
.skilligent-form .button:hover { background: #0f2fd9; }
.skilligent-form .wpcf7-spinner { margin-left: .8rem; vertical-align: middle; }
.skilligent-form .wpcf7-not-valid-tip { margin-top: .35rem; color: #dc2626; font-size: .75rem; font-weight: 500; }
.wpcf7 form .wpcf7-response-output { margin: 1.2rem 0 0; padding: .85rem 1.1rem; border: 1px solid #143cff; border-radius: 0; font-size: .86rem; line-height: 1.5; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { border-color: #dc2626; color: #dc2626; background: #fef2f2; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #16a34a; color: #16a34a; background: #f0fdf4; }

@media (max-width: 820px) {
  .skilligent-form .row { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1rem; }
  .skilligent-form .col-6,
  .skilligent-form .col-12 { grid-column: 1 / -1; }
}
.detail-final { padding: clamp(5rem,9vw,9rem) 0; background: #07112a; color: #fff; }.detail-final .shell > div { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; }.detail-final h2 { max-width: 1100px; margin: 1rem 0 0; font-size: clamp(3.3rem,5.7vw,6.5rem); line-height: .93; letter-spacing: -.065em; font-weight: 500; }
.service-detail-navy .detail-hero-media,.service-detail-navy .detail-final { background: #07112a; }.service-detail-split .detail-model-grid article:nth-child(2) { background: #143cff; color: #fff; }.service-detail-split .detail-model-grid article:nth-child(2) p { color: rgba(255,255,255,.75); }
@media (max-width: 1050px) { .detail-hero-grid { grid-template-columns: 1fr 430px; }.detail-heading,.detail-process-head,.detail-inquiry-head { grid-template-columns: 1fr; }.detail-heading > p { max-width: 650px; }.detail-service-rail { grid-template-columns: repeat(2,1fr); }.detail-process-track { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 820px) { .detail-hero-grid,.detail-inquiry-grid { grid-template-columns: 1fr; }.detail-hero-media { height: 510px; }.detail-model-grid,.detail-capability-grid,.detail-ownership-grid,.detail-proof-grid { grid-template-columns: 1fr; }.detail-final .shell > div { grid-template-columns: 1fr; }.detail-inquiry-grid .full { grid-column: auto; } }
@media (max-width: 620px) { .detail-hero-copy h1 { font-size: clamp(3.1rem,13vw,4.6rem); }.detail-hero-actions { flex-direction: column; align-items: stretch; }.detail-hero-actions .text-link { align-self: flex-start; }.detail-hero-media { height: 400px; }.detail-hero-media figcaption { right: 1.5rem; bottom: 1.5rem; left: 1.5rem; flex-direction: column; gap: .35rem; }.detail-service-rail { grid-template-columns: 1fr; }.detail-service-rail a { min-height: 70px; }.detail-heading h2,.detail-process-head h2,.detail-inquiry-head h2 { font-size: clamp(3rem,13vw,4.4rem); }.detail-process-track { grid-template-columns: 1fr; }.detail-final h2 { font-size: clamp(3.1rem,13vw,4.5rem); } }

/* Distinct art direction for each service */
.detail-model-grid article,.detail-capability-grid article,.detail-ownership-grid article,.detail-proof-grid article { transition: transform .45s cubic-bezier(.2,.7,.2,1),background-color .35s ease,color .35s ease; }
.detail-model-grid article:hover,.detail-proof-grid article:hover { z-index: 2; transform: translateY(-8px); }
.detail-hero-gridlines { animation: detail-lines-drift 8s ease-in-out infinite alternate; }
@keyframes detail-lines-drift { to { transform: translate3d(0,12px,0); opacity: .72; } }

/* Technology staffing — precise editorial system */
.service-detail-blue .detail-hero { background-image: linear-gradient(rgba(20,60,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(20,60,255,.045) 1px,transparent 1px); background-size: 72px 72px; }
.service-detail-blue .detail-hero-media { clip-path: none; transform: none; }
.service-detail-blue .detail-hero-media img { clip-path: none; transform: none; }
.service-detail-blue .detail-hero-media:hover img { transform: scale(1.05); }
.service-detail-blue .detail-process-head,.service-detail-blue .detail-inquiry-head { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(3rem,9vw,9rem); align-items: end; }
.service-detail-blue .detail-process-head > div,.service-detail-blue .detail-inquiry-head > div { min-width: 0; }
.service-detail-blue .detail-process-head .eyebrow,.service-detail-blue .detail-inquiry-head .eyebrow { margin: 0 0 clamp(2rem,4vw,3.5rem); }
.service-detail-blue .detail-process-head > p,.service-detail-blue .detail-inquiry-head > p { max-width: 500px; margin: 0 0 .35rem; line-height: 1.72; }
.service-detail-blue .detail-process-head > p { color: rgba(255,255,255,.76); }
.service-detail-blue .detail-inquiry-head > p { color: #526078; }
.service-detail-blue .detail-model-grid { grid-template-columns: 1.25fr .8fr .95fr; gap: 14px; background: transparent; }.service-detail-blue .detail-model-grid article { border: 1px solid #c7cfdf; background: #fff; color: #07112a; }.service-detail-blue .detail-model-grid article:first-child { background: #fff; color: #07112a; }.service-detail-blue .detail-model-grid article:first-child p,.service-detail-blue .detail-model-grid article:first-child > div { color: #526078; }.service-detail-blue .detail-model-grid article:hover,.service-detail-blue .detail-model-grid article:focus-within { background: #143cff; color: #fff; }.service-detail-blue .detail-model-grid article:hover p,.service-detail-blue .detail-model-grid article:hover > div,.service-detail-blue .detail-model-grid article:focus-within p,.service-detail-blue .detail-model-grid article:focus-within > div { color: rgba(255,255,255,.82); }
.service-detail-blue .detail-capability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; overflow: visible; border: 0; border-top: 1px solid #35415d; background: transparent; }.service-detail-blue .detail-capability-grid article,.service-detail-blue .detail-capability-grid article:first-child,.service-detail-blue .detail-capability-grid article:last-child { display: grid; grid-template-columns: 56px minmax(0,1fr); grid-template-rows: auto auto; column-gap: clamp(1.25rem,2.5vw,2.5rem); align-content: center; min-height: 190px; padding: clamp(1.7rem,2.5vw,2.6rem) clamp(1rem,2vw,2rem); border: 0; border-right: 1px solid #35415d; border-bottom: 1px solid #35415d; background: transparent; }.service-detail-blue .detail-capability-grid article:nth-child(2n) { border-right: 0; }.service-detail-blue .detail-capability-grid article::before,.service-detail-blue .detail-capability-grid article::after { display: none; }.service-detail-blue .detail-capability-grid span { grid-row: 1 / 3; align-self: start; width: auto; min-width: 0; padding: .25rem 0 0; border: 0; color: #7890ff; font-size: .68rem; letter-spacing: .08em; }.service-detail-blue .detail-capability-grid h3 { grid-column: 2; max-width: none; margin: 0 0 .65rem; font-size: clamp(1.45rem,1.8vw,1.9rem); line-height: 1.15; letter-spacing: -.035em; }.service-detail-blue .detail-capability-grid p { grid-column: 2; max-width: 560px; margin: 0; color: #aeb8ce; font-size: .9rem; line-height: 1.65; }.service-detail-blue .detail-capability-grid article:hover { transform: none; background: rgba(20,60,255,.08); }
.detail-proof-composition.has-image { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(0,1.45fr); min-height: 500px; margin-top: 3rem; background: #fff; }.detail-proof-image { position: relative; min-height: 500px; margin: 0; overflow: hidden; }.detail-proof-image::after { position: absolute; inset: 0; background: linear-gradient(to top,rgba(7,17,42,.9) 0%,rgba(7,17,42,.18) 62%,transparent 100%); content: ""; }.detail-proof-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(25%); transition: transform .8s cubic-bezier(.2,.75,.2,1),filter .5s ease; }.detail-proof-image:hover img { transform: scale(1.035); filter: grayscale(0%); }.detail-proof-image > div { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; left: 2rem; color: #fff; }.detail-proof-image span { display: block; margin-bottom: .85rem; color: #9fb0ff; font-size: .68rem; letter-spacing: .12em; }.detail-proof-image strong { display: block; max-width: 420px; font-size: clamp(1.35rem,1.8vw,2rem); line-height: 1.25; letter-spacing: -.025em; font-weight: 500; }.service-detail-blue .detail-proof-composition .detail-proof-grid { grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 0; }.service-detail-blue .detail-proof-grid article { min-height: 250px; padding: 1.6rem; background: #fff; color: #07112a; }.service-detail-blue .detail-proof-grid article:first-child { background: #fff; color: #07112a; }.service-detail-blue .detail-proof-grid article:first-child p,.service-detail-blue .detail-proof-grid article:first-child > div { color: #526078; }.service-detail-blue .detail-proof-grid article:hover,.service-detail-blue .detail-proof-grid article:focus-within { background: #143cff; color: #fff; }.service-detail-blue .detail-proof-grid article:hover p,.service-detail-blue .detail-proof-grid article:hover > div,.service-detail-blue .detail-proof-grid article:focus-within p,.service-detail-blue .detail-proof-grid article:focus-within > div { color: rgba(255,255,255,.82); }.service-detail-blue .detail-proof-grid h3 { margin-top: 3.8rem; }
.detail-proof-grid article { translate: none !important; transform: none !important; opacity: 1 !important; }
.service-detail-blue .detail-proof-grid article:last-child:nth-child(odd) { grid-column: 1 / -1; }
.service-detail-blue .detail-process { padding-top: clamp(3.5rem,5vw,5rem); padding-bottom: clamp(3.5rem,5vw,5rem); background: #f2f2ee; color: #07112a; }.service-detail-blue .detail-process .eyebrow { color: #07112a; }.service-detail-blue .detail-process-head > p { color: #526078; }.process-editorial-panel { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.42fr); min-height: 330px; margin-top: clamp(2rem,3vw,3rem); overflow: hidden; border-radius: 0; background: #fff; }.process-editorial-panel figure { position: relative; min-height: 330px; margin: 0; overflow: hidden; border-radius: 0; }.process-editorial-panel figure::after { position: absolute; inset: 0; background: linear-gradient(to top,rgba(7,17,42,.7),transparent 45%); content: ""; }.process-editorial-panel img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(15%); transition: transform .8s cubic-bezier(.2,.75,.2,1); }.process-editorial-panel:hover img { transform: scale(1.025); }.process-editorial-panel figcaption { position: absolute; z-index: 2; bottom: 1.25rem; left: 1.25rem; color: #fff; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }.process-editorial-panel > div { display: flex; padding: clamp(1.75rem,3vw,3rem); flex-direction: column; justify-content: center; }.process-editorial-panel > div > span { color: #143cff; font-size: .68rem; letter-spacing: .11em; }.process-editorial-panel blockquote { max-width: 760px; margin: clamp(1.25rem,2vw,2rem) 0 1.5rem; font-size: clamp(1.75rem,2.5vw,3rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; }.process-editorial-panel > div > p { margin: 0; color: #526078; }.service-detail-blue .detail-process-track { gap: 12px; margin-top: 12px; background: transparent; }.service-detail-blue .detail-process-track::before { display: none; }.service-detail-blue .detail-process-track article,.service-detail-blue .detail-process-track article:nth-child(even) { min-height: 178px; padding: 1.3rem; border: 0; border-radius: 0; background: #fff; color: #07112a; transition: transform .4s cubic-bezier(.2,.75,.2,1),box-shadow .35s ease; }.service-detail-blue .detail-process-track article::before { display: none; }.service-detail-blue .detail-process-track article > div { color: #143cff; }.service-detail-blue .detail-process-track h3 { margin: 2.65rem 0 .45rem; font-size: clamp(1.35rem,1.6vw,1.65rem); }.service-detail-blue .detail-process-track p { color: #526078; line-height: 1.5; }.service-detail-blue .detail-process-track article:hover { transform: translateY(-4px); background: #fff; box-shadow: 0 14px 36px rgba(7,17,42,.09); }
.service-detail-blue .ownership-image-grid { gap: 18px; background: transparent; }.service-detail-blue .ownership-image-card,.service-detail-blue .ownership-image-card:nth-child(2) { position: relative; min-height: 460px; padding: 0; overflow: hidden; border: 0; background: #07112a; color: #fff; outline: none; isolation: isolate; }.ownership-image-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(35%); transition: transform .8s cubic-bezier(.2,.75,.2,1),filter .5s ease; }.ownership-image-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(to top,rgba(3,9,24,.96) 0%,rgba(3,9,24,.7) 29%,rgba(3,9,24,.08) 68%,rgba(3,9,24,.03) 100%); transition: background .55s ease; }.ownership-image-content { position: absolute; right: clamp(1.5rem,2.5vw,2.5rem); bottom: clamp(1.5rem,2.5vw,2.5rem); left: clamp(1.5rem,2.5vw,2.5rem); display: flex; flex-direction: column; }.ownership-image-content > span { margin-bottom: .9rem; color: #8fa2ff; font-size: .65rem; letter-spacing: .08em; }.ownership-image-content h3 { max-width: 94%; margin: 0; color: #fff; font-size: clamp(2rem,3vw,3.15rem); line-height: .98; letter-spacing: -.05em; font-weight: 500; }.ownership-image-content p { max-width: 520px; max-height: 0; margin: 0; overflow: hidden; color: rgba(255,255,255,.8); line-height: 1.65; opacity: 0; transform: translateY(18px); transition: max-height .55s ease,margin-top .55s ease,opacity .4s ease,transform .55s cubic-bezier(.2,.75,.2,1); }.ownership-image-card:hover .ownership-image-overlay,.ownership-image-card:focus-visible .ownership-image-overlay { background: linear-gradient(to top,rgba(3,9,24,.98) 0%,rgba(3,9,24,.92) 50%,rgba(3,9,24,.52) 82%,rgba(3,9,24,.22) 100%); }.ownership-image-card:hover > img,.ownership-image-card:focus-visible > img { transform: scale(1.055); filter: grayscale(5%); }.ownership-image-card:hover .ownership-image-content p,.ownership-image-card:focus-visible .ownership-image-content p { max-height: 140px; margin-top: 1rem; opacity: 1; transform: translateY(0); }

/* Dedicated resources — calm, people-first composition */
.service-detail-light .detail-hero { background: #f2f2ee; }.service-detail-light .detail-hero-grid { grid-template-columns: .88fr 1.12fr; }.service-detail-light .detail-hero-copy { order: 2; }.service-detail-light .detail-hero-media { order: 1; height: 640px; }.service-detail-light .detail-hero-media img { filter: grayscale(25%) saturate(.8); }.service-detail-light .detail-hero-gridlines { inset: auto 2rem 2rem auto; width: 40%; height: 38%; border-color: rgba(255,255,255,.65); }
.service-detail-light .detail-model { background: #eef1ff; }.service-detail-light .detail-model-grid { grid-template-columns: .9fr 1.2fr .9fr; gap: 16px; background: transparent; }.service-detail-light .detail-model-grid article { border: 0; background: #fff; }.service-detail-light .detail-model-grid article:nth-child(2) { transform: translateY(3rem); background: #07112a; color: #fff; }.service-detail-light .detail-model-grid article:nth-child(2) p,.service-detail-light .detail-model-grid article:nth-child(2) > div { color: rgba(255,255,255,.76); }
.service-detail-light .detail-capabilities { background: #fff; color: #07112a; }.service-detail-light .detail-heading.light { color: #07112a; }.service-detail-light .detail-heading.light > p { color: #526078; }.service-detail-light .detail-capability-grid { grid-template-columns: repeat(4,1fr); gap: 0; background: transparent; border-top: 1px solid #c7cfdf; }.service-detail-light .detail-capability-grid article { min-height: 300px; border-right: 1px solid #c7cfdf; border-bottom: 1px solid #c7cfdf; background: transparent; }.service-detail-light .detail-capability-grid span { color: #143cff; }.service-detail-light .detail-capability-grid p { color: #526078; }
.service-detail-light .detail-process { background: #07112a; }.service-detail-light .detail-process-track { background: #35415d; }.service-detail-light .detail-process-track article,.service-detail-light .detail-process-track article:nth-child(even) { background: #0b1733; }.service-detail-light .detail-process-track article:hover { background: #143cff; }

/* White-labeled teams — layered brand/client composition */
.service-detail-split .detail-hero { padding-top: 0; background: #07112a; color: #fff; }.service-detail-split .detail-hero-grid { position: relative; display: block; max-width: none; padding: 0; }.service-detail-split .detail-hero-media { height: min(760px,78vh); }.service-detail-split .detail-hero-media::after { background: linear-gradient(90deg,rgba(7,17,42,.92) 0%,rgba(7,17,42,.65) 46%,rgba(7,17,42,.12) 75%); }.service-detail-split .detail-hero-copy { position: absolute; z-index: 4; top: 50%; left: max(var(--shell-pad),calc((100vw - 1580px)/2)); width: min(720px,43vw); transform: translateY(-50%); }.service-detail-split .detail-hero-copy h1 { color: #fff; }.service-detail-split .detail-hero-copy > p:last-of-type { color: rgba(255,255,255,.76); }.service-detail-split .detail-hero-copy .eyebrow,.service-detail-split .detail-hero-copy .text-link { color: #fff; }.service-detail-split .detail-hero-copy .text-link { border-color: #fff; }.service-detail-split .detail-service-rail { position: relative; z-index: 5; margin-top: -1px; }
.service-detail-split .detail-model { background: #f2f2ee; }.service-detail-split .detail-model-grid { grid-template-columns: 1fr; gap: 0; background: transparent; }.service-detail-split .detail-model-grid article { display: grid; grid-template-columns: 100px .75fr 1fr; align-items: center; min-height: 220px; border-top: 1px solid #bfc7d5; background: transparent; }.service-detail-split .detail-model-grid article:nth-child(2) { background: #143cff; }.service-detail-split .detail-model-grid h3 { margin: 0; }.service-detail-split .detail-model-grid p { max-width: 620px; }
.service-detail-split .detail-capability-grid { grid-template-columns: 1.2fr .8fr 1fr; gap: 14px; background: transparent; }.service-detail-split .detail-capability-grid article { min-height: 360px; border: 1px solid #35415d; }.service-detail-split .detail-capability-grid article:nth-child(2) { transform: translateY(2.5rem); background: #143cff; }
.service-detail-split .detail-ownership-grid { grid-template-columns: 1.2fr .8fr; gap: 1px; }.service-detail-split .detail-ownership-grid article:first-child { grid-row: span 2; min-height: 721px; }.service-detail-split .detail-ownership-grid article:nth-child(2),.service-detail-split .detail-ownership-grid article:nth-child(3) { min-height: 360px; }.service-detail-split .detail-ownership-grid article:nth-child(3) { grid-column: 2; }

/* Execution teams — dark operational architecture */
.service-detail-navy { background: #07112a; }.service-detail-navy .detail-hero { background: #07112a; color: #fff; }.service-detail-navy .detail-hero-copy h1 { color: #fff; }.service-detail-navy .detail-hero-copy > p:last-of-type { color: #aeb8ce; }.service-detail-navy .detail-hero-copy .eyebrow,.service-detail-navy .detail-hero-copy .text-link { color: #fff; }.service-detail-navy .detail-hero-copy .text-link { border-color: #fff; }.service-detail-navy .detail-hero-media { transform: translateY(3rem); box-shadow: 32px -32px 0 #143cff; }.service-detail-navy .detail-service-rail { margin-top: 8rem; background: #35415d; }.service-detail-navy .detail-service-rail a { background: #0b1733; color: #fff; }.service-detail-navy .detail-service-rail a.active { background: #143cff; }
.service-detail-navy .detail-model { background: #eef1ff; }.service-detail-navy .detail-model-grid { grid-template-columns: .9fr 1.2fr .9fr; gap: 20px; background: transparent; }.service-detail-navy .detail-model-grid article { background: #fff; }.service-detail-navy .detail-model-grid article:nth-child(2) { min-height: 440px; background: #143cff; color: #fff; }.service-detail-navy .detail-model-grid article:nth-child(2) p,.service-detail-navy .detail-model-grid article:nth-child(2) > div { color: rgba(255,255,255,.75); }
.service-detail-navy .detail-capability-grid { grid-template-columns: repeat(2,1fr); gap: 1px; }.service-detail-navy .detail-capability-grid article { min-height: 200px; }.service-detail-navy .detail-capability-grid article:nth-child(1),.service-detail-navy .detail-capability-grid article:nth-child(6) { grid-column: span 2; background: #143cff; }.service-detail-navy .detail-capability-grid article:nth-child(1) p,.service-detail-navy .detail-capability-grid article:nth-child(6) p,.service-detail-navy .detail-capability-grid article:nth-child(1) span,.service-detail-navy .detail-capability-grid article:nth-child(6) span { color: rgba(255,255,255,.78); }
.service-detail-navy .detail-ownership { background: #07112a; color: #fff; }.service-detail-navy .detail-ownership .detail-heading { color: #fff; }.service-detail-navy .detail-ownership .detail-heading > p { color: #aeb8ce; }.service-detail-navy .detail-ownership-grid { grid-template-columns: 1fr; background: #35415d; }.service-detail-navy .detail-ownership-grid article { display: grid; grid-template-columns: 70px .65fr 1fr; align-items: center; min-height: 190px; background: #0b1733; color: #fff; }.service-detail-navy .detail-ownership-grid article:nth-child(2) { background: #143cff; }.service-detail-navy .detail-ownership-grid h3 { margin: 0; }.service-detail-navy .detail-ownership-grid p { color: #aeb8ce; }.service-detail-navy .detail-ownership-grid article:nth-child(2) p { color: rgba(255,255,255,.75); }
.service-detail-navy .detail-process { background: #f5f7fc; color: #07112a; }.service-detail-navy .detail-process .eyebrow { color: #07112a; }.service-detail-navy .detail-process-track { grid-template-columns: repeat(4,1fr); background: #c7cfdf; }.service-detail-navy .detail-process-track article,.service-detail-navy .detail-process-track article:nth-child(even) { background: #fff; color: #07112a; }.service-detail-navy .detail-process-track article > div { color: #143cff; }.service-detail-navy .detail-process-track p { color: #526078; }.service-detail-navy .detail-process-track article:hover { background: #143cff; color: #fff; }.service-detail-navy .detail-process-track article:hover p,.service-detail-navy .detail-process-track article:hover > div { color: rgba(255,255,255,.8); }

@media (max-width: 1050px) {
  .service-detail-blue .detail-model-grid,.service-detail-light .detail-model-grid,.service-detail-navy .detail-model-grid { grid-template-columns: repeat(3,1fr); }
  .service-detail-blue .detail-capability-grid,.service-detail-light .detail-capability-grid { grid-template-columns: repeat(2,1fr); }
  .service-detail-blue .detail-capability-grid article:first-child,.service-detail-blue .detail-capability-grid article:last-child { grid-row: auto; min-height: 240px; }
  .service-detail-blue .detail-process-head,.service-detail-blue .detail-inquiry-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-detail-blue .detail-process-head > p,.service-detail-blue .detail-inquiry-head > p { max-width: 650px; }
}
@media (max-width: 820px) {
  .service-detail-light .detail-hero-copy { order: 1; }.service-detail-light .detail-hero-media { order: 2; height: 510px; }
  .service-detail-split .detail-hero { padding-top: 0; }.service-detail-split .detail-hero-media { height: 650px; }.service-detail-split .detail-hero-copy { top: auto; right: var(--shell-pad); bottom: 5rem; left: var(--shell-pad); width: auto; transform: none; }
  .service-detail-blue .detail-model-grid,.service-detail-light .detail-model-grid,.service-detail-navy .detail-model-grid,.service-detail-blue .detail-capability-grid,.service-detail-light .detail-capability-grid,.service-detail-split .detail-capability-grid { grid-template-columns: 1fr; }
  .service-detail-light .detail-model-grid article:nth-child(2),.service-detail-split .detail-capability-grid article:nth-child(2) { transform: none; }
  .service-detail-split .detail-model-grid article,.service-detail-navy .detail-ownership-grid article { grid-template-columns: 60px 1fr; }.service-detail-split .detail-model-grid article p,.service-detail-navy .detail-ownership-grid article p { grid-column: 2; }
  .service-detail-split .detail-ownership-grid { grid-template-columns: 1fr; }.service-detail-split .detail-ownership-grid article:first-child { grid-row: auto; min-height: 360px; }.service-detail-split .detail-ownership-grid article:nth-child(3) { grid-column: auto; }
  .service-detail-navy .detail-capability-grid article:nth-child(1),.service-detail-navy .detail-capability-grid article:nth-child(6) { grid-column: auto; }
  .service-detail-navy .detail-process-track { grid-template-columns: repeat(2,1fr); }
  .service-detail-blue .detail-capability-grid article { border-right: 0; }
  .service-detail-blue .ownership-image-grid { grid-template-columns: 1fr; }.service-detail-blue .ownership-image-card { min-height: 390px; }.ownership-image-content p { max-height: 150px; margin-top: .85rem; opacity: 1; transform: none; }
  .service-detail-blue .detail-process-track { grid-template-columns: repeat(2,1fr); row-gap: 54px; }.service-detail-blue .detail-process-track::before { display: none; }.service-detail-blue .detail-process-track article::before { top: -28px; }
  .process-editorial-panel { grid-template-columns: 1fr; }.process-editorial-panel figure { min-height: 300px; }
}
@media (max-width: 620px) { .service-detail-split .detail-hero-media { height: 720px; }.service-detail-split .detail-hero-copy { bottom: 3rem; }.service-detail-split .detail-hero-copy h1 { font-size: clamp(3rem,13vw,4.4rem); }.service-detail-navy .detail-hero-media { transform: none; box-shadow: 12px -12px 0 #143cff; }.service-detail-navy .detail-service-rail { margin-top: 4rem; }.service-detail-navy .detail-process-track,.service-detail-blue .detail-process-track { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .detail-hero-gridlines { animation: none; }.detail-model-grid article,.detail-capability-grid article,.detail-ownership-grid article,.detail-proof-grid article,.ownership-image-card > img,.ownership-image-overlay,.ownership-image-content p { transition: none; } }
@media (max-width: 900px) { .detail-proof-composition.has-image { grid-template-columns: 1fr; }.detail-proof-image { min-height: 380px; }.service-detail-blue .detail-proof-composition .detail-proof-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px) { .detail-proof-image { min-height: 320px; }.service-detail-blue .detail-proof-composition .detail-proof-grid { grid-template-columns: 1fr; }.service-detail-blue .detail-proof-grid article { min-height: 220px; } }

/* Compact technology-staffing editorial panel */
.service-detail-blue .process-editorial-panel { height: 360px; min-height: 0; grid-template-columns: minmax(270px,.68fr) minmax(0,1.5fr); }
.service-detail-blue .process-editorial-panel figure { height: 360px; min-height: 0; }
.service-detail-blue .process-editorial-panel img { object-position: center 44%; }
.service-detail-blue .process-editorial-panel > div { padding: clamp(1.5rem,2.5vw,2.5rem); }
.service-detail-blue .process-editorial-panel blockquote { max-width: 720px; margin: 1rem 0 1.15rem; font-size: clamp(1.55rem,2.15vw,2.6rem); line-height: 1.03; }
.service-detail-blue .process-editorial-panel > div > p { font-size: .92rem; }
@media (max-width: 820px) { .service-detail-blue .process-editorial-panel { height: auto; grid-template-columns: 1fr; }.service-detail-blue .process-editorial-panel figure { height: 260px; min-height: 0; } }

/* Insights index */
.insights-page,.article-page { background: #f5f7fc; color: #07112a; }
.insights-hero { padding: clamp(4rem,8vw,8rem) 0 0; overflow: hidden; }.insights-hero-grid { display: grid; grid-template-columns: 1.1fr .55fr; gap: 5rem; align-items: end; }.insights-hero h1 { max-width: 1100px; margin: 1.2rem 0 0; font-size: clamp(4rem,6.5vw,7.2rem); line-height: .92; letter-spacing: -.07em; font-weight: 500; }.insights-hero-grid > p { max-width: 520px; margin: 0 0 .6rem; color: #526078; font-size: 1.08rem; line-height: 1.75; }
.insights-topics-nav { display: flex; gap: 0; margin-top: clamp(4rem,7vw,7rem); border-top: 1px solid #c5cedf; border-bottom: 1px solid #c5cedf; overflow-x: auto; }.insights-topics-nav a { min-width: 210px; padding: 1.2rem 1.5rem; border-right: 1px solid #c5cedf; color: #526078; font-size: .72rem; text-decoration: none; white-space: nowrap; }.insights-topics-nav a:first-child { color: #fff; background: #143cff; }
.insights-feature { background: #fff; }.insights-section-intro { display: grid; grid-template-columns: .35fr 1fr .5fr; gap: 3rem; align-items: end; }.insights-section-intro > span { color: #143cff; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }.insights-section-intro h2 { max-width: 900px; margin: 0; font-size: clamp(3.1rem,5vw,5.5rem); line-height: .95; letter-spacing: -.06em; font-weight: 500; }.insights-section-intro > p { margin: 0; color: #526078; line-height: 1.7; }
.featured-insight { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 570px; margin-top: 4rem; border: 1px solid #c7cfdf; color: #07112a; text-decoration: none; }.featured-insight figure { position: relative; margin: 0; overflow: hidden; background: #07112a; }.featured-insight figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 58%,rgba(7,17,42,.7)); }.featured-insight img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: transform 1s cubic-bezier(.2,.7,.2,1),filter .6s ease; }.featured-insight:hover img { transform: scale(1.045); filter: grayscale(20%); }.featured-insight figure > span { position: absolute; z-index: 2; bottom: 1.7rem; left: 1.7rem; color: #fff; font-size: .66rem; letter-spacing: .12em; }.featured-insight article { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,4vw,4.5rem); background: #eef1ff; }.featured-insight article small { color: #143cff; letter-spacing: .08em; text-transform: uppercase; }.featured-insight h3 { max-width: 620px; margin: 3rem 0 1rem; font-size: clamp(2.5rem,4vw,4.6rem); line-height: .96; letter-spacing: -.055em; font-weight: 500; }.featured-insight p { max-width: 570px; margin: 0; color: #526078; line-height: 1.7; }.featured-insight strong { display: inline-flex; align-items: center; gap: .5rem; margin-top: 3rem; font-size: .76rem; }
.insights-topic-section { background: #eef1ff; }.insights-topic-section > .shell > h2 { max-width: 1000px; margin: 1rem 0 0; font-size: clamp(3.3rem,5.4vw,6rem); line-height: .94; letter-spacing: -.065em; font-weight: 500; }.insights-topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 4rem; background: #bac4d7; }.insights-topic-grid article { min-height: 400px; padding: 1.8rem; background: #fff; transition: transform .4s cubic-bezier(.2,.7,.2,1),background .3s ease,color .3s ease; }.insights-topic-grid article:nth-child(2) { background: #143cff; color: #fff; }.insights-topic-grid article:hover { z-index: 2; transform: translateY(-9px); }.insights-topic-grid article > div { display: flex; justify-content: space-between; color: #143cff; }.insights-topic-grid article:nth-child(2) > div { color: #fff; }.insights-topic-grid svg { width: 34px; height: 34px; stroke-width: 1.35; }.insights-topic-grid h3 { margin: 7rem 0 .8rem; font-size: 2rem; font-weight: 500; letter-spacing: -.04em; }.insights-topic-grid p { min-height: 80px; margin: 0; color: #526078; line-height: 1.65; }.insights-topic-grid article:nth-child(2) p { color: rgba(255,255,255,.75); }.insights-topic-grid a { display: inline-flex; align-items: center; gap: .5rem; margin-top: 2rem; color: inherit; font-size: .74rem; text-decoration: none; }
.insights-latest { background: #f8f9fd; }.insights-index { margin-top: 4rem; border-top: 1px solid #c5cedf; }.insights-index a { display: grid; grid-template-columns: 60px .65fr 1.55fr .55fr 90px; gap: 1.5rem; align-items: center; min-height: 130px; border-bottom: 1px solid #c5cedf; color: #07112a; text-decoration: none; transition: padding .35s ease,background .35s ease; }.insights-index a:hover { padding: 0 1.2rem; background: #eef1ff; }.insights-index a > span,.insights-index small { color: #143cff; font-size: .64rem; letter-spacing: .08em; }.insights-index h3 { margin: 0; font-size: 1.35rem; font-weight: 500; }.insights-index em { color: #526078; font-size: .75rem; font-style: normal; }.insights-index strong { display: flex; align-items: center; gap: .35rem; font-size: .7rem; }
.insights-subscribe { padding: clamp(5rem,9vw,9rem) 0; background: #07112a; color: #fff; }.insights-subscribe-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 6rem; align-items: end; }.insights-subscribe h2 { max-width: 860px; margin: 1rem 0 0; font-size: clamp(3.2rem,5.4vw,6rem); line-height: .94; letter-spacing: -.065em; font-weight: 500; }.insights-subscribe form > p { max-width: 550px; color: #aeb8ce; line-height: 1.7; }.insights-subscribe label { display: grid; grid-template-columns: 1fr auto; margin-top: 2rem; border-bottom: 1px solid rgba(255,255,255,.5); }.insights-subscribe label > span { grid-column: 1 / -1; color: #aeb8ce; font-size: .68rem; }.insights-subscribe input { min-width: 0; padding: 1rem 0; border: 0; outline: 0; background: transparent; color: #fff; font: inherit; }.insights-subscribe button { display: inline-flex; align-items: center; gap: .5rem; padding: 0 1.4rem; border: 0; background: #143cff; color: #fff; }

/* Article detail */
.article-header { padding: clamp(3.5rem,7vw,7rem) 0 clamp(3rem,5vw,5rem); }.article-breadcrumb { display: inline-block; margin-bottom: 3rem; color: #526078; font-size: .72rem; }.article-header-grid { display: grid; grid-template-columns: 1fr 260px; gap: clamp(4rem,9vw,10rem); }.article-header h1 { max-width: 1120px; margin: 1rem 0 1.5rem; font-size: clamp(4rem,6.5vw,7.4rem); line-height: .92; letter-spacing: -.07em; font-weight: 500; }.article-deck { max-width: 760px; color: #526078; font-size: 1.16rem; line-height: 1.7; }.article-author { display: flex; gap: .8rem; align-items: center; margin-top: 2.2rem; }.article-author > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #143cff; color: #fff; font-size: .7rem; }.article-author div { display: grid; gap: .2rem; }.article-author small { color: #68758e; }.article-header-grid > aside { align-self: end; display: grid; gap: 1rem; padding-left: 1.5rem; border-left: 1px solid #c5cedf; }.article-header-grid > aside > span { color: #143cff; font-size: .62rem; letter-spacing: .1em; }.article-header-grid > aside a { color: #526078; font-size: .78rem; text-decoration: none; }
.article-hero-image { position: relative; height: min(720px,66vw); min-height: 500px; margin: 0 auto; max-width: 1800px; overflow: hidden; background: #07112a; }.article-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(7,17,42,.75)); }.article-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(75%); }.article-hero-image figcaption { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; left: 2rem; display: flex; justify-content: space-between; color: #fff; }.article-hero-image figcaption span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }.article-hero-image figcaption small { color: rgba(255,255,255,.72); }
.article-body-grid { display: grid; grid-template-columns: 230px minmax(0,780px); justify-content: center; gap: clamp(4rem,8vw,9rem); padding-top: clamp(5rem,9vw,9rem); padding-bottom: clamp(5rem,9vw,9rem); }.article-sticky { position: sticky; top: 150px; align-self: start; display: grid; gap: .8rem; padding-top: 1rem; border-top: 1px solid #143cff; }.article-sticky span { color: #143cff; font-size: .62rem; letter-spacing: .1em; }.article-sticky strong { font-size: 1rem; }.article-sticky a { display: flex; align-items: center; gap: .4rem; color: #07112a; font-size: .74rem; text-decoration: none; }
.article-content { color: #24304a; font-size: 1.05rem; line-height: 1.82; }.article-content > p,.article-content section > p { max-width: 740px; }.article-content .article-lead { color: #07112a; font-size: 1.35rem; line-height: 1.65; }.article-content section { padding-top: 3rem; scroll-margin-top: 130px; }.article-content h2 { margin: 0 0 1rem; color: #07112a; font-size: clamp(2.4rem,4vw,4rem); line-height: 1; letter-spacing: -.05em; font-weight: 500; }.article-content blockquote { display: grid; grid-template-columns: 42px 1fr; gap: 1.2rem; margin: 3rem 0; padding: 2rem; border-left: 3px solid #143cff; background: #eef1ff; }.article-content blockquote svg { color: #143cff; }.article-content blockquote p { margin: 0; color: #07112a; font-size: 1.35rem; line-height: 1.55; }.article-checklist { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin: 2.5rem 0; background: #c6cfdf; }.article-checklist article { min-height: 230px; padding: 1.4rem; background: #fff; }.article-checklist span { color: #143cff; font-size: .62rem; }.article-checklist h3 { margin: 4rem 0 .5rem; color: #07112a; font-size: 1.35rem; }.article-checklist p { margin: 0; color: #526078; font-size: .88rem; line-height: 1.6; }.article-takeaway { display: grid; grid-template-columns: 54px 1fr; gap: 1.2rem; margin-top: 2.5rem; padding: 2rem; background: #143cff; color: #fff; }.article-takeaway svg { width: 34px; }.article-takeaway span { font-size: .62rem; letter-spacing: .1em; }.article-takeaway p { margin: .6rem 0 0; font-size: 1.08rem; line-height: 1.6; }.article-share { display: flex; align-items: center; gap: .7rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid #c5cedf; }.article-share > span { margin-right: auto; color: #526078; font-size: .75rem; }.article-share a,.article-share button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #c5cedf; background: transparent; color: #07112a; }.article-share svg { width: 17px; }
.article-related { background: #eef1ff; }.article-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 4rem; background: #bac4d7; }.article-related-grid a { min-height: 300px; padding: 1.6rem; background: #fff; color: #07112a; text-decoration: none; transition: background .3s ease,color .3s ease; }.article-related-grid a:hover { background: #143cff; color: #fff; }.article-related-grid span { color: #143cff; font-size: .62rem; }.article-related-grid a:hover span { color: #fff; }.article-related-grid h3 { margin: 5rem 0 3rem; font-size: 1.7rem; line-height: 1.1; font-weight: 500; }.article-related-grid strong { display: flex; align-items: center; gap: .4rem; font-size: .72rem; }.article-cta { padding: clamp(5rem,9vw,9rem) 0; background: #07112a; color: #fff; }.article-cta .shell > div { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: end; }.article-cta h2 { max-width: 1150px; margin: 1rem 0 0; font-size: clamp(3.3rem,5.8vw,6.4rem); line-height: .93; letter-spacing: -.065em; font-weight: 500; }
@media (max-width: 1050px) { .insights-hero-grid,.insights-subscribe-grid { grid-template-columns: 1fr; gap: 2rem; }.insights-section-intro { grid-template-columns: .35fr 1fr; }.insights-section-intro > p { grid-column: 2; }.article-header-grid { grid-template-columns: 1fr; }.article-header-grid > aside { grid-template-columns: repeat(3,1fr); }.article-header-grid > aside > span { grid-column: 1 / -1; } }
@media (max-width: 820px) { .featured-insight,.article-body-grid { grid-template-columns: 1fr; }.featured-insight figure { min-height: 440px; }.insights-topic-grid,.article-related-grid { grid-template-columns: 1fr; }.insights-index a { grid-template-columns: 46px 1fr 80px; padding: 1rem 0; }.insights-index small { grid-column: 2; }.insights-index h3 { grid-column: 2; }.insights-index em { grid-column: 2; }.insights-index strong { grid-column: 3; grid-row: 1 / 4; }.article-sticky { position: static; grid-template-columns: 1fr auto; }.article-sticky span { grid-column: 1 / -1; }.article-cta .shell > div { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .insights-hero h1,.article-header h1 { font-size: clamp(3.2rem,14vw,4.7rem); }.insights-section-intro { grid-template-columns: 1fr; }.insights-section-intro > p { grid-column: auto; }.featured-insight { min-height: 0; }.featured-insight figure { min-height: 320px; }.insights-topic-section > .shell > h2,.insights-section-intro h2,.insights-subscribe h2 { font-size: clamp(3rem,13vw,4.4rem); }.article-header-grid > aside { grid-template-columns: 1fr; }.article-header-grid > aside > span { grid-column: auto; }.article-hero-image { min-height: 400px; height: 115vw; }.article-checklist { grid-template-columns: 1fr; }.article-content blockquote { grid-template-columns: 1fr; }.article-cta h2 { font-size: clamp(3rem,13vw,4.5rem); }.insights-subscribe label { grid-template-columns: 1fr; }.insights-subscribe button { min-height: 50px; justify-content: center; } }

/* Editorial article — compact, publication-led single post */
.article-page .article-header{padding:clamp(2.4rem,4vw,4.5rem) 0 2.2rem;background:#f5f7fc}
.article-page .article-breadcrumb{margin-bottom:clamp(2rem,4vw,3.5rem);font-size:.72rem;letter-spacing:.03em}
.article-title-row{display:grid;grid-template-columns:minmax(0,980px) 210px;gap:clamp(3rem,8vw,9rem);align-items:end}
.article-page .article-header h1{max-width:900px;margin:.8rem 0 1.1rem;font-size:clamp(2.75rem,4.3vw,5rem);line-height:.98;letter-spacing:-.055em}
.article-page .article-deck{max-width:720px;font-size:1rem;line-height:1.65}
.article-meta{display:grid;gap:1.25rem;padding-bottom:.3rem;color:#526078;font-size:.72rem}
.article-meta>div{display:flex;gap:.5rem}.article-meta a,.article-meta button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #c5cedf;background:transparent;color:#07112a;cursor:pointer;transition:all .2s ease}.article-meta button:hover{border-color:#143cff;color:#143cff}.article-meta button.is-copied{background:#143cff;border-color:#143cff;color:#fff}.article-meta svg{width:15px}
.article-page .article-hero-image{width:min(calc(100% - 3rem),1560px);height:clamp(360px,43vw,650px);min-height:0}
.article-page .article-body-grid{grid-template-columns:minmax(0,780px) 260px;gap:clamp(4rem,8vw,9rem);align-items:start;padding-top:clamp(4rem,7vw,7rem)}
.article-rail{position:sticky;top:130px;display:grid;gap:2.5rem;min-width:0}.article-rail nav,.article-rail>div{display:grid;gap:.85rem;padding-top:1rem;border-top:1px solid #aeb9cc;min-width:0}.article-rail span{color:#143cff;font-size:.62rem;letter-spacing:.12em}.article-rail a{display:flex;align-items:center;gap:.35rem;color:#526078;font-size:.75rem;line-height:1.45;text-decoration:none}.article-rail nav .article-toc-list{display:grid;gap:.85rem;min-width:0}.article-rail nav a,.article-toc-link{display:block!important;width:100%;max-width:100%;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#526078;font-size:.75rem;line-height:1.45;text-decoration:none;transition:color .2s ease}.article-rail nav a:hover,.article-toc-link:hover{color:#143cff}.article-rail nav a.is-active,.article-toc-link.is-active{color:#143cff;font-weight:600}.article-rail strong{font-size:1rem;font-weight:500}.article-rail svg{width:15px}
.article-page .article-content{font-size:1rem;line-height:1.78}.article-page .article-content .article-lead{font-size:1.25rem}.article-page .article-content h2{font-size:clamp(2rem,3vw,3.2rem);line-height:1.04}.article-page .article-content section{padding-top:2.5rem}.article-page .article-content h2,.article-page .article-content section,.article-page .article-content [id]{scroll-margin-top:120px}
.article-author-card{display:grid;grid-template-columns:48px 1fr;gap:1rem;align-items:start;margin-top:4rem;padding:1.4rem 0;border-top:1px solid #c5cedf;border-bottom:1px solid #c5cedf}.article-author-card>span{display:grid;place-items:center;width:44px;height:44px;background:#143cff;color:white;border-radius:50%;font-size:.68rem}.article-author-card div{display:grid;gap:.2rem}.article-author-card small{color:#68758e;font-size:.68rem}.article-author-card strong{color:#07112a}.article-author-card p{margin:.25rem 0 0;color:#526078;font-size:.8rem;line-height:1.5}
@media(max-width:900px){.article-title-row,.article-page .article-body-grid{grid-template-columns:1fr}.article-meta{grid-template-columns:1fr auto;align-items:center}.article-rail{position:static;grid-row:1;grid-template-columns:1fr 1fr}.article-page .article-hero-image{width:100%}.article-page .article-content h2,.article-page .article-content section,.article-page .article-content [id]{scroll-margin-top:100px}}
@media(max-width:620px){.article-page .article-header h1{font-size:clamp(2.45rem,12vw,3.6rem)}.article-page .article-hero-image{height:72vw;min-height:280px}.article-rail{grid-template-columns:1fr}.article-page .article-body-grid{padding-top:3rem}.article-page .article-content{font-size:.96rem}}

/* Gutenberg block reference inside the single article */
.gutenberg-library{margin-top:2rem}.gutenberg-library .wp-kicker{margin:0 0 .8rem;color:#143cff;font-size:.66rem;letter-spacing:.14em}.wp-heading-scale{margin:2rem 0;padding:clamp(1.5rem,3vw,2.5rem);border:1px solid #c5cedf;background:#fff}.wp-heading-scale h3,.wp-heading-scale h4,.wp-heading-scale h5,.wp-heading-scale h6{margin:1.5rem 0 .35rem;color:#07112a;letter-spacing:-.03em}.wp-heading-scale h3{font-size:2rem}.wp-heading-scale h4{font-size:1.55rem}.wp-heading-scale h5{font-size:1.2rem}.wp-heading-scale h6{font-size:.95rem;letter-spacing:.02em;text-transform:uppercase}.wp-heading-scale p{margin:0;color:#68758e;font-size:.85rem}.wp-separator{margin:3rem 0;border:0;border-top:1px solid #aeb9cc}.gutenberg-library mark{padding:.05em .25em;background:#dce3ff;color:#07112a}.gutenberg-library code{padding:.12em .3em;background:#e8ecf5;color:#143cff;font-size:.88em}.wp-columns{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:2rem 0;background:#c5cedf}.wp-columns>div{padding:1.5rem 1.7rem;background:#fff}.wp-columns h4{margin:0 0 1rem;font-size:1.15rem}.wp-columns ul,.wp-columns ol{margin:0;padding-left:1.25rem}.wp-image{margin:3rem 0}.wp-image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.wp-image figcaption{padding:.7rem 0;color:#68758e;font-size:.72rem}.wp-gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:3rem 0}.wp-gallery figure{margin:0}.wp-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.article-content .wp-pullquote{display:block;margin:3rem 0;padding:2.5rem 0;border:0;border-top:1px solid #143cff;border-bottom:1px solid #143cff;background:transparent;text-align:center}.article-content .wp-pullquote p{margin:0 auto;max-width:650px;font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.18}.wp-pullquote cite{display:block;margin-top:1rem;color:#68758e;font-size:.72rem;font-style:normal}.wp-table-wrap{margin:1.5rem 0 3rem;overflow-x:auto}.wp-table-wrap table{width:100%;border-collapse:collapse;background:#fff;font-size:.84rem}.wp-table-wrap th,.wp-table-wrap td{padding:1rem;border:1px solid #c5cedf;text-align:left;vertical-align:top}.wp-table-wrap th{background:#07112a;color:#fff;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase}.wp-accordions{margin:1.5rem 0 3rem;border-top:1px solid #aeb9cc}.wp-accordions details{border-bottom:1px solid #aeb9cc}.wp-accordions summary{position:relative;padding:1.25rem 3rem 1.25rem 0;color:#07112a;font-size:1.02rem;font-weight:500;cursor:pointer;list-style:none}.wp-accordions summary::-webkit-details-marker{display:none}.wp-accordions summary::after{content:"+";position:absolute;right:.25rem;top:1rem;color:#143cff;font-size:1.5rem;font-weight:300}.wp-accordions details[open] summary::after{content:"−"}.wp-accordions details div{padding:0 3rem 1.25rem 0;color:#526078}.wp-accordions details div p{margin:0}.wp-cover{position:relative;min-height:420px;margin:3rem 0;overflow:hidden;background:#07112a}.wp-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,17,42,.88),rgba(7,17,42,.2))}.wp-cover>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.wp-cover>div{position:relative;z-index:1;display:flex;min-height:420px;max-width:610px;padding:2.5rem;flex-direction:column;justify-content:flex-end;color:#fff}.wp-cover span,.wp-media-text span{font-size:.65rem;letter-spacing:.12em}.wp-cover h3{margin:.7rem 0 0;font-size:clamp(2rem,4vw,3.6rem);line-height:1}.wp-media-text{display:grid;grid-template-columns:1fr 1fr;margin:3rem 0;background:#fff}.wp-media-text figure{margin:0}.wp-media-text img{display:block;width:100%;height:100%;min-height:340px;object-fit:cover}.wp-media-text>div{display:flex;padding:2.2rem;flex-direction:column;justify-content:center}.wp-media-text span{color:#143cff}.wp-media-text h3{margin:.7rem 0 1rem;font-size:2rem;line-height:1.08}.wp-media-text p{margin:0}.wp-preformatted{margin:3rem 0;padding:1.5rem 1.8rem;overflow-x:auto;background:#07112a;color:#fff;font-size:.88rem;line-height:1.7}.wp-preformatted code{padding:0;background:transparent;color:inherit}.wp-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin:2.5rem 0}.wp-buttons .button{display:inline-flex;align-items:center;gap:.65rem}.wp-buttons .button-outline{border:1px solid #07112a;background:transparent;color:#07112a}
@media(max-width:700px){.wp-columns,.wp-gallery,.wp-media-text{grid-template-columns:1fr}.wp-cover,.wp-cover>div{min-height:340px}.wp-media-text img{min-height:260px}.wp-table-wrap{margin-right:-1rem}.wp-buttons{display:grid}.wp-buttons .button{justify-content:center}}

/* Restore Gutenberg list markers after the global UI reset */
.article-page .gutenberg-library .wp-columns ul{display:block;padding-left:1.45rem;list-style:disc outside}
.article-page .gutenberg-library .wp-columns ol{display:block;padding-left:1.45rem;list-style:decimal outside}
.article-page .gutenberg-library .wp-columns li{display:list-item;margin:.38rem 0;padding-left:.25rem}
.article-page .gutenberg-library .wp-columns ul li::marker{color:#143cff;font-size:.9em}
.article-page .gutenberg-library .wp-columns ol li::marker{color:#143cff;font-weight:600;font-variant-numeric:tabular-nums}

/* Gutenberg inline hyperlinks: unmistakable in every state */
.article-page .article-content p a:not(.button),
.article-page .article-content li a:not(.button){
  color:#143cff;
  font-weight:500;
  text-decoration-line:underline;
  text-decoration-thickness:1.5px;
  text-underline-offset:.18em;
  text-decoration-color:rgba(20,60,255,.55);
  transition:color .2s ease,text-decoration-color .2s ease,background-size .25s ease;
}
.article-page .article-content p a:not(.button):hover,
.article-page .article-content li a:not(.button):hover{
  color:#07112a;
  text-decoration-color:#07112a;
}
.article-page .article-content p a:not(.button):focus-visible,
.article-page .article-content li a:not(.button):focus-visible{
  outline:2px solid #143cff;
  outline-offset:3px;
  border-radius:1px;
}

/* Contact page */
.contact-page { background:#f5f7fc; color:#07112a; }
.contact-hero { position:relative; overflow:hidden; border-bottom:1px solid #c7cfdf; }
.contact-hero::before { position:absolute; inset:0 50% 0 0; background-image:linear-gradient(rgba(20,60,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(20,60,255,.055) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(90deg,#000,transparent); content:""; }
.contact-hero-grid { position:relative; display:grid; grid-template-columns:.92fr 1.08fr; min-height:690px; align-items:stretch; }
.contact-hero-copy { display:flex; padding:clamp(4.5rem,8vw,8rem) clamp(2rem,5vw,5rem) clamp(4rem,7vw,7rem) 0; flex-direction:column; justify-content:center; }
.contact-hero h1 { max-width:780px; margin:1.2rem 0 1.5rem; font-size:clamp(4rem,6.1vw,6.8rem); line-height:.92; letter-spacing:-.07em; font-weight:500; }
.contact-hero-copy>p:not(.eyebrow) { max-width:680px; margin:0; color:#526078; font-size:1.08rem; line-height:1.72; }
.contact-hero-actions { display:flex; gap:1.6rem; align-items:center; margin-top:2.6rem; }
.contact-hero-media { position:relative; min-height:690px; margin:0; overflow:hidden; background:#07112a; }
.contact-hero-media::after,.candidate-image::after { position:absolute; inset:0; background:linear-gradient(to top,rgba(7,17,42,.78),transparent 55%); content:""; }
.contact-hero-media img { width:100%; height:100%; object-fit:cover; filter:grayscale(45%); transition:transform 1s cubic-bezier(.2,.75,.2,1),filter .6s ease; }
.contact-hero-media:hover img { transform:scale(1.045); filter:grayscale(10%); }
.contact-hero-media figcaption { position:absolute; z-index:2; right:1.8rem; bottom:1.7rem; left:1.8rem; display:flex; justify-content:space-between; gap:1rem; color:#fff; font-size:.68rem; letter-spacing:.09em; text-transform:uppercase; }
.contact-hero-media figcaption small { color:rgba(255,255,255,.7); font-size:inherit; }
.contact-section-head { display:grid; grid-template-columns:.36fr 1fr .55fr; gap:clamp(2rem,5vw,6rem); align-items:end; }
.contact-section-head h2 { max-width:880px; margin:0; font-size:clamp(3.2rem,5vw,5.7rem); line-height:.94; letter-spacing:-.065em; font-weight:500; }
.contact-section-head>p:last-child { margin:0; color:#526078; line-height:1.7; }
.contact-route-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; margin-top:4rem; background:#bfc9dc; }
.contact-route-grid>a { position:relative; display:grid; min-height:420px; padding:clamp(1.6rem,3vw,3rem); overflow:hidden; background:#fff; color:#07112a; text-decoration:none; transition:background .4s ease,color .4s ease; }
.contact-route-grid>a>span { color:#143cff; font-size:.65rem; letter-spacing:.1em; }
.contact-route-grid svg { position:absolute; top:2rem; right:2rem; width:46px; height:46px; stroke-width:1.25; color:#143cff; }
.contact-route-grid h3 { align-self:end; max-width:600px; margin:5rem 0 .9rem; font-size:clamp(2.4rem,3.7vw,4.2rem); line-height:1; letter-spacing:-.055em; font-weight:500; }
.contact-route-grid p { max-width:640px; margin:0; color:#526078; line-height:1.7; }
.contact-route-grid strong { display:inline-flex; gap:.55rem; align-items:center; margin-top:2.3rem; font-size:.73rem; font-weight:600; }
.contact-route-grid strong svg { position:static; width:16px; height:16px; color:inherit; }
.contact-route-grid>a:hover { background:#143cff; color:#fff; }
.contact-route-grid>a:hover>span,.contact-route-grid>a:hover>svg,.contact-route-grid>a:hover p { color:rgba(255,255,255,.82); }
.contact-inquiry { padding:clamp(5rem,9vw,9rem) 0; }
.contact-client { background:#07112a; color:#fff; }
.contact-candidate { background:#f2f2ee; }
.contact-inquiry-grid { display:grid; grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr); gap:clamp(4rem,8vw,9rem); align-items:start; }
.contact-inquiry aside { position:sticky; top:150px; }
.contact-inquiry aside h2 { max-width:750px; margin:1.2rem 0 1.5rem; font-size:clamp(3.2rem,5vw,5.6rem); line-height:.94; letter-spacing:-.065em; font-weight:500; }
.contact-inquiry aside>p:not(.eyebrow) { max-width:620px; color:#aeb8ce; line-height:1.75; }
.contact-candidate aside>p:not(.eyebrow) { color:#526078; }
.contact-inquiry aside ul { display:grid; gap:1rem; margin:2.5rem 0 0; padding:0; list-style:none; color:#dce3f3; }
.contact-inquiry aside li { display:flex; gap:.8rem; align-items:center; }
.contact-inquiry aside li svg { width:20px; color:#7890ff; }
.contact-inquiry-form-wrap { min-height: 430px; padding: 0; background: transparent; box-shadow: none; color: #07112a; display: flex; flex-direction: column; justify-content: stretch; }
.contact-inquiry-form-wrap .wpcf7 { width: 100%; }
.contact-inquiry .wpcf7-form { display: block; border: 0; background: transparent; box-shadow: none; padding: 0; }

/* Contact Form 7 - Client & Candidate Contact Forms */
.skilligent-form-contact-client,
.skilligent-form-contact-candidate { display: block; overflow: hidden; border: 1px solid rgba(174,185,205,.72); background: #fff; box-shadow: 0 26px 70px rgba(0,0,0,.13); width: 100%; }
.skilligent-form-contact-client br,
.skilligent-form-contact-candidate br { display: none !important; }
.skilligent-form-contact-client p,
.skilligent-form-contact-candidate p { margin: 0; padding: 0; }
.skilligent-form-contact-client .contact-form-heading,
.skilligent-form-contact-candidate .contact-form-heading { position: relative; padding: 1.45rem 1.65rem 1.55rem; background: linear-gradient(110deg,#143cff 0%,#143cff 66%,#0f2fd9 100%); color: #fff; }
.skilligent-form-contact-client .contact-form-heading::after,
.skilligent-form-contact-candidate .contact-form-heading::after { position: absolute; right: -30px; bottom: -70px; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; }
.skilligent-form-contact-client .contact-form-heading p,
.skilligent-form-contact-candidate .contact-form-heading p { display: flex; flex-direction: column; gap: .75rem; margin: 0; }
.skilligent-form-contact-client .contact-form-heading span,
.skilligent-form-contact-candidate .contact-form-heading span { font-size: .64rem; letter-spacing: .1em; }
.skilligent-form-contact-client .contact-form-heading strong,
.skilligent-form-contact-candidate .contact-form-heading strong { max-width: 720px; font-size: clamp(1.4rem,1.8vw,1.85rem); letter-spacing: -.025em; font-weight: 500; }
.skilligent-form-contact-client .contact-form-heading small,
.skilligent-form-contact-candidate .contact-form-heading small { position: absolute; top: 1.5rem; right: 1.65rem; color: rgba(255,255,255,.68); font-size: .62rem; letter-spacing: .12em; }
.skilligent-form-contact-client .row,
.skilligent-form-contact-candidate .row { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0; margin: 0; }
.skilligent-form-contact-client .col-6,
.skilligent-form-contact-candidate .col-6 { grid-column: span 6; display: flex; flex-direction: column; }
.skilligent-form-contact-client .col-12,
.skilligent-form-contact-candidate .col-12 { grid-column: span 12; display: flex; flex-direction: column; }
.skilligent-form-contact-client .col-6 > p,
.skilligent-form-contact-candidate .col-6 > p,
.skilligent-form-contact-client .col-12 > p,
.skilligent-form-contact-candidate .col-12 > p { display: flex; flex-direction: column; width: 100%; height: 100%; margin: 0; }
.skilligent-form-contact-client label,
.skilligent-form-contact-candidate label { position: relative; min-height: 118px; padding: 1.2rem 1.65rem 1rem; border-right: 1px solid #d7deeb; border-bottom: 1px solid #d7deeb; background: #fff; color: #07112a; display: flex; flex-direction: column; justify-content: space-between; margin: 0; width: 100%; height: 100%; box-sizing: border-box; transition: background .28s ease; }
.skilligent-form-contact-client .col-6:nth-child(2) label,
.skilligent-form-contact-client .col-6:last-child label,
.skilligent-form-contact-candidate .col-6:nth-child(2) label,
.skilligent-form-contact-candidate .col-6:last-child label { border-right: 0; }
.skilligent-form-contact-client .col-12 label,
.skilligent-form-contact-candidate .col-12 label { min-height: 190px; border-right: 0; background: #f6f8ff; }
.skilligent-form-contact-client label > span:first-child,
.skilligent-form-contact-candidate label > span:first-child { position: relative; z-index: 1; color: #263553; font-size: .66rem; letter-spacing: .065em; text-transform: uppercase; transition: color .25s ease; }
.skilligent-form-contact-client .wpcf7-form-control-wrap,
.skilligent-form-contact-candidate .wpcf7-form-control-wrap { display: block !important; position: relative; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-top: auto; }
.skilligent-form-contact-client input[type="text"],
.skilligent-form-contact-client input[type="email"],
.skilligent-form-contact-client input[type="tel"],
.skilligent-form-contact-client input[type="url"],
.skilligent-form-contact-client select,
.skilligent-form-contact-client textarea,
.skilligent-form-contact-candidate input[type="text"],
.skilligent-form-contact-candidate input[type="email"],
.skilligent-form-contact-candidate input[type="tel"],
.skilligent-form-contact-candidate input[type="url"],
.skilligent-form-contact-candidate select,
.skilligent-form-contact-candidate textarea { width: 100% !important; max-width: 100% !important; min-width: 100% !important; box-sizing: border-box !important; display: block; margin-top: auto; padding: .55rem 0 .7rem; border: 0; border-bottom: 1px solid #9eabc1; outline: 0; background: transparent; color: #07112a; font: inherit; font-size: .98rem; line-height: 1.45; border-radius: 0; transition: border-color .25s ease; }
.skilligent-form-contact-client select,
.skilligent-form-contact-candidate select { appearance: auto; cursor: pointer; }
.skilligent-form-contact-client textarea,
.skilligent-form-contact-candidate textarea { resize: vertical; }
.skilligent-form-contact-client input::placeholder,
.skilligent-form-contact-client textarea::placeholder,
.skilligent-form-contact-candidate input::placeholder,
.skilligent-form-contact-candidate textarea::placeholder { color: #98a3b5; opacity: 1; }
.skilligent-form-contact-client label::after,
.skilligent-form-contact-candidate label::after { position: absolute; right: 1.65rem; bottom: 0; left: 1.65rem; height: 2px; background: #143cff; content: ""; transform: scaleX(0); transform-origin: left; transition: transform .35s cubic-bezier(.2,.75,.2,1); }
.skilligent-form-contact-client label:focus-within,
.skilligent-form-contact-candidate label:focus-within { background: #eef1ff; }
.skilligent-form-contact-client label:focus-within::after,
.skilligent-form-contact-candidate label:focus-within::after { transform: scaleX(1); }
.skilligent-form-contact-client label:focus-within > span:first-child,
.skilligent-form-contact-candidate label:focus-within > span:first-child { color: #143cff; }
.skilligent-form-contact-client label:focus-within input,
.skilligent-form-contact-client label:focus-within select,
.skilligent-form-contact-client label:focus-within textarea,
.skilligent-form-contact-candidate label:focus-within input,
.skilligent-form-contact-candidate label:focus-within select,
.skilligent-form-contact-candidate label:focus-within textarea { border-color: #143cff; }
.skilligent-form-contact-client .form-consent,
.skilligent-form-contact-candidate .form-consent { margin: 0; padding: 1rem 1.65rem; border-bottom: 1px solid #d7deeb; background: #fff; color: #68758e; font-size: .72rem; line-height: 1.55; }
.skilligent-form-contact-client .contact-form-submit,
.skilligent-form-contact-candidate .contact-form-submit { display: flex; min-height: 86px; padding: 1rem 1.4rem; align-items: center; justify-content: space-between; gap: 1.2rem; background: #07112a; box-sizing: border-box; width: 100%; }
.skilligent-form-contact-client .contact-form-submit > p,
.skilligent-form-contact-candidate .contact-form-submit > p { display: flex; align-items: center; justify-content: space-between; width: 100%; margin: 0; gap: 1.2rem; }
.skilligent-form-contact-client .contact-form-submit input[type="submit"],
.skilligent-form-contact-client .contact-form-submit .button,
.skilligent-form-contact-candidate .contact-form-submit input[type="submit"],
.skilligent-form-contact-candidate .contact-form-submit .button { position: relative; min-width: 230px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #143cff; background: #143cff; color: #fff; padding: 1rem 1.8rem; font: inherit; font-size: .88rem; font-weight: 500; cursor: pointer; text-decoration: none; border-radius: 0; z-index: 0; transition: background-color .25s ease, color .25s ease; }
.skilligent-form-contact-client .contact-form-submit input[type="submit"]:hover,
.skilligent-form-contact-client .contact-form-submit .button:hover,
.skilligent-form-contact-candidate .contact-form-submit input[type="submit"]:hover,
.skilligent-form-contact-candidate .contact-form-submit .button:hover { background: #0f2fd9; border-color: #0f2fd9; color: #fff; }
.skilligent-form-contact-client .contact-form-submit span:not(.wpcf7-spinner),
.skilligent-form-contact-candidate .contact-form-submit span:not(.wpcf7-spinner) { color: #9eaac0; font-size: .68rem; letter-spacing: .04em; }
.skilligent-form-contact-client .contact-form-submit a,
.skilligent-form-contact-candidate .contact-form-submit a { color: #9eaac0; font-size: .68rem; letter-spacing: .04em; display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; transition: color .25s; }
.skilligent-form-contact-client .contact-form-submit a:hover,
.skilligent-form-contact-candidate .contact-form-submit a:hover { color: #fff; }
.skilligent-form-contact-client .wpcf7-spinner,
.skilligent-form-contact-candidate .wpcf7-spinner { margin-left: .5rem; vertical-align: middle; }
.skilligent-form-contact-client .wpcf7-not-valid-tip,
.skilligent-form-contact-candidate .wpcf7-not-valid-tip { margin-top: .35rem; color: #dc2626; font-size: .75rem; font-weight: 500; }

@media (max-width: 760px) {
  .skilligent-form-contact-client .row,
  .skilligent-form-contact-candidate .row { grid-template-columns: 1fr; }
  .skilligent-form-contact-client .col-6,
  .skilligent-form-contact-client .col-12,
  .skilligent-form-contact-candidate .col-6,
  .skilligent-form-contact-candidate .col-12 { grid-column: 1 / -1; }
  .skilligent-form-contact-client label,
  .skilligent-form-contact-candidate label { min-height: 105px; border-right: 0; }
  .skilligent-form-contact-client .col-12 label,
  .skilligent-form-contact-candidate .col-12 label { min-height: 170px; }
  .skilligent-form-contact-client .contact-form-submit > p,
  .skilligent-form-contact-candidate .contact-form-submit > p { flex-direction: column; align-items: flex-start; gap: .8rem; }
  .skilligent-form-contact-client .contact-form-submit input[type="submit"],
  .skilligent-form-contact-client .contact-form-submit .button,
  .skilligent-form-contact-candidate .contact-form-submit input[type="submit"],
  .skilligent-form-contact-candidate .contact-form-submit .button { width: 100%; }
  .skilligent-form-contact-client .contact-form-heading small,
  .skilligent-form-contact-candidate .contact-form-heading small { display: none; }
}
.contact-inquiry form:not(.wpcf7-form) { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; background:#c6cfdf; border:1px solid #c6cfdf; }
.contact-form-heading { grid-column:1/-1; display:grid; gap:.75rem; padding:1.5rem; background:#143cff; color:#fff; }
.contact-form-heading span { font-size:.64rem; letter-spacing:.1em; }
.contact-form-heading strong { max-width:720px; font-size:1.35rem; font-weight:500; }
.contact-inquiry label { display:flex; flex-direction:column; justify-content:space-between; gap:.55rem; padding:1.2rem 1.35rem; background:#fff; color:#07112a; }
.contact-inquiry label>span { color:#526078; font-size:.68rem; letter-spacing:.05em; }
.contact-inquiry input,.contact-inquiry select,.contact-inquiry textarea { width:100%; padding:.55rem 0; border:0; border-bottom:1px solid #aeb9cd; outline:0; background:transparent; color:#07112a; font:inherit; border-radius:0; }
.contact-inquiry textarea { resize:vertical; }
.contact-inquiry label:focus-within { background:#eef1ff; }
.contact-inquiry label:focus-within input,.contact-inquiry label:focus-within select,.contact-inquiry label:focus-within textarea { border-color:#143cff; }
.contact-inquiry .full,.form-consent,.contact-inquiry form>.button { grid-column:1/-1; }
.form-consent { margin:0; padding:1rem 1.35rem; background:#fff; color:#68758e; font-size:.72rem; line-height:1.55; }
.contact-inquiry form>.button { justify-self:start; margin:1.25rem; border:0; }
.candidate-layout { grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr); }
.candidate-layout form, .candidate-layout .contact-inquiry-form-wrap { order:1; }.candidate-layout aside { order:2; }
.candidate-image { position:relative; height:330px; margin-top:2.4rem; overflow:hidden; }
.candidate-image img { width:100%; height:100%; object-fit:cover; filter:grayscale(35%); transition:transform .8s ease; }
.candidate-image:hover img { transform:scale(1.04); }
.contact-section-head.compact { grid-template-columns:.35fr 1fr .55fr; }
.contact-detail-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:4rem; background:#c4ccdb; }
.contact-detail-grid a { position:relative; display:grid; min-height:280px; padding:1.6rem; background:#fff; color:#07112a; text-decoration:none; transition:background .35s,color .35s; }
.contact-detail-grid a>span { color:#143cff; font-size:.64rem; }.contact-detail-grid a>svg { position:absolute; top:1.5rem; right:1.5rem; color:#143cff; }
.contact-detail-grid small { align-self:end; color:#526078; }.contact-detail-grid strong { margin-top:.6rem; font-size:1.35rem; font-weight:500; }.contact-detail-grid a>svg:last-child { top:auto; bottom:1.5rem; opacity:0; transform:translate(-8px,8px); transition:.35s; }
.contact-detail-grid a:hover { background:#143cff; color:#fff; }.contact-detail-grid a:hover small,.contact-detail-grid a:hover>span,.contact-detail-grid a:hover>svg { color:#fff; }.contact-detail-grid a:hover>svg:last-child { opacity:1; transform:none; }
.contact-routing { padding:clamp(5rem,9vw,9rem) 0; background:#143cff; color:#fff; }
.contact-routing-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(4rem,8vw,10rem); }
.contact-routing h2 { max-width:760px; margin:1.2rem 0 0; font-size:clamp(3.2rem,5vw,5.7rem); line-height:.94; letter-spacing:-.065em; font-weight:500; }
.routing-list { border-top:1px solid rgba(255,255,255,.4); }
.routing-list article { display:grid; grid-template-columns:42px 1fr; column-gap:1.3rem; padding:1.6rem 0; border-bottom:1px solid rgba(255,255,255,.35); }
.routing-list article>svg { grid-row:1/3; width:28px; color:#fff; }.routing-list h3 { margin:0 0 .45rem; font-size:1.35rem; font-weight:500; }.routing-list p { grid-column:2; margin:0; color:rgba(255,255,255,.76); line-height:1.6; }.routing-list a { color:#fff; }
@media(max-width:1050px){.contact-hero-grid{grid-template-columns:1fr 1fr}.contact-section-head,.contact-section-head.compact{grid-template-columns:.35fr 1fr}.contact-section-head>p:last-child{grid-column:2}.contact-inquiry-grid,.candidate-layout,.contact-routing-grid{grid-template-columns:1fr}.contact-inquiry aside{position:static}.candidate-layout form,.candidate-layout .contact-inquiry-form-wrap{order:2}.candidate-layout aside{order:1}.contact-detail-grid{grid-template-columns:1fr 1fr}.contact-detail-grid a:last-child{grid-column:1/-1}}
@media(max-width:760px){.contact-hero-grid{grid-template-columns:1fr}.contact-hero-copy{padding-right:0}.contact-hero-media{min-height:500px}.contact-route-grid,.contact-detail-grid{grid-template-columns:1fr}.contact-detail-grid a:last-child{grid-column:auto}.contact-inquiry form:not(.wpcf7-form){grid-template-columns:1fr}.contact-section-head,.contact-section-head.compact{grid-template-columns:1fr;gap:1.5rem}.contact-section-head>p:last-child{grid-column:auto}.contact-hero-actions{align-items:flex-start;flex-direction:column}.contact-hero h1{font-size:clamp(3.5rem,15vw,5rem)}.contact-inquiry aside h2,.contact-section-head h2,.contact-routing h2{font-size:clamp(3rem,13vw,4.6rem)}}

/* Contact hero — compact editorial scale */
.contact-hero-grid { min-height: 540px; }
.contact-hero-copy { padding-top: clamp(3.25rem,5vw,5rem); padding-bottom: clamp(3.25rem,5vw,5rem); }
.contact-hero h1 { max-width: 690px; font-size: clamp(3.75rem,4.15vw,4.5rem); line-height: .95; }
.contact-hero-media { min-height: 540px; max-height: 540px; }
@media (max-width:1050px) { .contact-hero-grid { min-height:500px; }.contact-hero-media { min-height:500px; max-height:500px; }.contact-hero h1 { font-size:clamp(3.4rem,6vw,4.25rem); } }
@media (max-width:760px) { .contact-hero-grid { min-height:0; }.contact-hero-media { min-height:340px; height:82vw; max-height:460px; }.contact-hero h1 { font-size:clamp(3rem,12vw,4rem); }.contact-hero-copy { padding-top:3.5rem; padding-bottom:3.5rem; } }

/* Contact forms — refined interaction system */
.contact-inquiry form:not(.wpcf7-form) { gap:0; overflow:hidden; border-color:rgba(174,185,205,.72); background:#fff; box-shadow:0 26px 70px rgba(0,0,0,.13); }
.contact-form-heading { position:relative; padding:1.45rem 1.65rem 1.55rem; background:linear-gradient(110deg,#143cff 0%,#143cff 66%,#0f2fd9 100%); }
.contact-form-heading::after { position:absolute; right:-30px; bottom:-70px; width:180px; height:180px; border:1px solid rgba(255,255,255,.25); border-radius:50%; content:""; }
.contact-form-heading strong { font-size:clamp(1.4rem,1.8vw,1.85rem); letter-spacing:-.025em; }
.contact-form-heading small { position:absolute; top:1.5rem; right:1.65rem; color:rgba(255,255,255,.68); font-size:.62rem; letter-spacing:.12em; }
.contact-inquiry label { position:relative; min-height:118px; padding:1.2rem 1.65rem 1rem; border-right:1px solid #d7deeb; border-bottom:1px solid #d7deeb; transition:background .28s ease; }
.contact-inquiry label:nth-of-type(2n) { border-right:0; }
.contact-inquiry label.full { min-height:190px; border-right:0; background:#f6f8ff; }
.contact-inquiry label>span { position:relative; z-index:1; color:#263553; font-size:.66rem; letter-spacing:.065em; text-transform:uppercase; transition:color .25s ease; }
.contact-inquiry input,.contact-inquiry select,.contact-inquiry textarea { margin-top:auto; padding:.55rem 0 .7rem; border-bottom:1px solid #9eabc1; font-size:.98rem; line-height:1.45; transition:border-color .25s ease; }
.contact-inquiry input::placeholder,.contact-inquiry textarea::placeholder { color:#98a3b5; opacity:1; }
.contact-inquiry label::after { position:absolute; right:1.65rem; bottom:0; left:1.65rem; height:2px; background:#143cff; content:""; transform:scaleX(0); transform-origin:left; transition:transform .35s cubic-bezier(.2,.75,.2,1); }
.contact-inquiry label:focus-within { background:#eef1ff; }
.contact-inquiry label:focus-within::after { transform:scaleX(1); }
.contact-inquiry label:focus-within>span { color:#143cff; }
.form-consent { padding:1rem 1.65rem; border-bottom:1px solid #d7deeb; background:#fff; }
.contact-form-submit { grid-column:1/-1; display:flex; min-height:86px; padding:1rem 1.4rem; align-items:center; justify-content:space-between; gap:1.2rem; background:#07112a; }
.contact-form-submit .button { position:relative; min-width:230px; justify-content:space-between; overflow:hidden; border:1px solid #143cff; z-index:0; }
.contact-form-submit .button::before { position:absolute; z-index:-1; inset:0; background:#fff; content:""; transform:translateX(-101%); transition:transform .4s cubic-bezier(.2,.75,.2,1); }
.contact-form-submit .button:hover { color:#07112a; }
.contact-form-submit .button:hover::before { transform:translateX(0); }
.contact-form-submit>span,.contact-form-submit>a { color:#9eaac0; font-size:.68rem; letter-spacing:.04em; }
.contact-form-submit>a { display:inline-flex; align-items:center; gap:.45rem; text-decoration:none; transition:color .25s; }
.contact-form-submit>a:hover { color:#fff; }
.contact-inquiry form>.button { display:none; }
@media(max-width:760px){.contact-inquiry label{min-height:105px;border-right:0}.contact-inquiry label.full{min-height:170px}.contact-form-submit{align-items:flex-start;flex-direction:column}.contact-form-submit .button{width:100%}.contact-form-heading small{display:none}}

/* Skilligent journal archive */
.journal-page{background:#f7f8fc;color:#07112a}.journal-head{padding:clamp(4rem,7vw,7rem) 0 clamp(3.5rem,6vw,6rem);background:#fff;border-bottom:1px solid #cbd3e1}.journal-title-row{display:grid;grid-template-columns:1fr .55fr;gap:4rem;align-items:end;margin-top:1.3rem}.journal-title-row h1{margin:0;font-size:clamp(4.6rem,8vw,8.8rem);line-height:.84;letter-spacing:-.08em;font-weight:500}.journal-title-row p{max-width:520px;margin:0;color:#526078;font-size:1.04rem;line-height:1.7}.journal-search{display:grid;grid-template-columns:24px 1fr 28px;gap:.8rem;align-items:center;margin-top:clamp(3rem,5vw,5rem);padding:.9rem 1.1rem;border:1px solid #c7cfdf;background:#fff}.journal-search svg{width:18px;color:#526078}.journal-search input{border:0;outline:0;background:transparent;color:#07112a;font:inherit}.journal-search input::placeholder{color:#8b96aa}.journal-search kbd{display:grid;place-items:center;width:24px;height:24px;border:1px solid #d6dce7;color:#68758e;font:inherit;font-size:.68rem}.journal-category-cloud{display:flex;flex-wrap:wrap;gap:.1em .42em;margin-top:2rem;align-items:baseline}.journal-category-cloud a{color:#9ca4b2;font-size:clamp(2.35rem,4.2vw,5rem);line-height:1.05;letter-spacing:-.055em;text-decoration:none;transition:color .3s ease}.journal-category-cloud a:hover,.journal-category-cloud a.active{color:#07112a}.journal-category-cloud sup{margin-left:.35rem;color:#68758e;font-size:.62rem;letter-spacing:0;vertical-align:top}.journal-archive{padding:clamp(4rem,7vw,7rem) 0 clamp(5rem,9vw,9rem)}.journal-archive-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid #c7cfdf}.journal-archive-head span{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.journal-archive-head p{max-width:430px;margin:0;color:#68758e;font-size:.77rem;line-height:1.55}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(2.8rem,4vw,5rem) clamp(1rem,1.6vw,1.6rem)}.journal-card{color:#07112a;text-decoration:none}.journal-card figure{position:relative;aspect-ratio:1.6/1;margin:0;overflow:hidden;background:#07112a}.journal-card figure::after{position:absolute;inset:0;background:linear-gradient(to top,rgba(7,17,42,.5),transparent 55%);content:"";opacity:.55;transition:opacity .4s ease}.journal-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:transform .7s cubic-bezier(.2,.75,.2,1),filter .5s ease}.journal-card figure>span{position:absolute;z-index:2;top:1rem;left:1rem;color:#fff;font-size:.62rem;letter-spacing:.1em}.journal-card figure>i{position:absolute;z-index:2;right:1rem;bottom:1rem;display:grid;place-items:center;width:42px;height:42px;background:#143cff;color:#fff;font-style:normal;opacity:0;transform:translate(-8px,8px);transition:opacity .35s ease,transform .35s ease}.journal-card:hover img{transform:scale(1.045);filter:grayscale(15%)}.journal-card:hover figure::after{opacity:1}.journal-card:hover figure>i{opacity:1;transform:none}.journal-card>div{padding-top:.8rem}.journal-card small{color:#526078;font-size:.64rem}.journal-card h2{max-width:450px;margin:.35rem 0 0;font-size:clamp(1.12rem,1.35vw,1.5rem);line-height:1.14;letter-spacing:-.03em;font-weight:500}.journal-pagination{display:flex;justify-content:center;gap:.35rem;align-items:center;margin-top:clamp(5rem,8vw,8rem)}.journal-pagination a,.journal-pagination button{display:grid;place-items:center;width:34px;height:34px;border:0;background:transparent;color:#526078;text-decoration:none;font:inherit;font-size:.75rem}.journal-pagination a.active{background:#07112a;color:#fff}.journal-pagination button:last-child{margin-left:.5rem;background:#e6e9df}.journal-pagination button:disabled{opacity:.3}.journal-pagination svg{width:15px}.journal-subscribe{padding:clamp(5rem,8vw,8rem) 0;background:#143cff;color:#fff}.journal-subscribe>.shell{display:grid;grid-template-columns:1fr .75fr;gap:clamp(4rem,8vw,9rem);align-items:end}.journal-subscribe h2{max-width:850px;margin:1.1rem 0 0;font-size:clamp(3.1rem,5vw,5.5rem);line-height:.94;letter-spacing:-.06em;font-weight:500}.journal-subscribe form>p{max-width:520px;color:rgba(255,255,255,.76);line-height:1.65}.journal-subscribe label{display:grid;grid-template-columns:1fr auto;margin-top:2rem;border-bottom:1px solid rgba(255,255,255,.65)}.journal-subscribe input{min-width:0;padding:1rem 0;border:0;outline:0;background:transparent;color:#fff;font:inherit}.journal-subscribe input::placeholder{color:rgba(255,255,255,.7)}.journal-subscribe button{display:inline-flex;gap:.5rem;align-items:center;padding:0 1.4rem;border:0;background:#fff;color:#07112a;font:inherit;font-size:.75rem}
@media(max-width:1000px){.journal-title-row,.journal-subscribe>.shell{grid-template-columns:1fr;gap:2rem}.journal-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.journal-title-row h1{font-size:clamp(4rem,21vw,6.2rem)}.journal-category-cloud{gap:.35em .5em}.journal-category-cloud a{font-size:clamp(2rem,10vw,3.5rem)}.journal-grid{grid-template-columns:1fr}.journal-archive-head{align-items:flex-start;flex-direction:column}.journal-card h2{font-size:1.35rem}.journal-subscribe h2{font-size:clamp(3rem,13vw,4.3rem)}.journal-subscribe label{grid-template-columns:1fr}.journal-subscribe button{min-height:52px;justify-content:center}}

/* Compact journal card typography */
.journal-card>div{padding-top:.55rem}.journal-card small{font-size:.55rem;letter-spacing:.015em}.journal-grid{row-gap:clamp(2rem,3vw,3.2rem)}
.journal-card h2,
.journal-grid .journal-card h2,
.article-related .journal-card h2,
.article-related .journal-grid .journal-card h2,
.article-page .journal-card h2,
.article-page .journal-grid .journal-card h2,
.journal-page .journal-archive .journal-grid .journal-card h2{
  font-size:clamp(18px,1.15vw,22px)!important;
  line-height:1.18!important;
  letter-spacing:-.02em!important;
  font-weight:500!important;
  max-width:390px;
  margin:.22rem 0 0;
  transform:none!important;
  scale:none!important;
}
@media(max-width:650px){
  .journal-card h2,
  .journal-grid .journal-card h2,
  .article-related .journal-card h2,
  .article-related .journal-grid .journal-card h2,
  .article-page .journal-card h2,
  .article-page .journal-grid .journal-card h2,
  .journal-page .journal-archive .journal-grid .journal-card h2{
    font-size:18px!important;
  }
  .journal-card small{font-size:.58rem}
}

/* Careers and job detail */
.careers-page,.job-detail-page{background:#f5f7fc;color:#07112a}.careers-hero{padding:clamp(3rem,6vw,6rem) 0;border-bottom:1px solid #c5cedf}.careers-hero-grid{display:grid;grid-template-columns:1fr .78fr;gap:clamp(3rem,7vw,8rem);align-items:center}.careers-hero h1{max-width:900px;margin:1.2rem 0 1.5rem;font-size:clamp(3.4rem,5.8vw,6.6rem);line-height:.93;letter-spacing:-.065em;font-weight:500}.careers-hero p:not(.eyebrow){max-width:700px;margin:0 0 2rem;color:#526078;font-size:1.05rem;line-height:1.7}.careers-hero figure{position:relative;height:clamp(420px,47vw,650px);margin:0;overflow:hidden;background:#07112a}.careers-hero img{width:100%;height:100%;object-fit:cover;filter:grayscale(75%)}.careers-hero figure::after{position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(7,17,42,.78));content:""}.careers-hero figcaption{position:absolute;z-index:1;right:1.5rem;bottom:1.5rem;left:1.5rem;display:flex;justify-content:space-between;color:#fff;font-size:.72rem;letter-spacing:.06em}.career-intro{display:grid;grid-template-columns:.45fr 1fr .7fr;gap:2rem;align-items:end;margin-bottom:3rem}.career-intro .eyebrow{align-self:start}.career-intro h2{margin:0;font-size:clamp(2.6rem,4.8vw,5.1rem);line-height:.96;letter-spacing:-.055em;font-weight:500}.career-intro>p:not(.eyebrow){margin:0;color:#526078;line-height:1.65}.career-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#c5cedf}.career-benefit-grid article{position:relative;min-height:340px;padding:1.7rem;background:#fff}.career-benefit-grid svg{position:absolute;right:1.7rem;top:1.5rem;width:28px;color:#143cff}.career-benefit-grid>article>span{color:#143cff;font-size:.65rem}.career-benefit-grid h3{margin:8rem 0 .8rem;font-size:1.55rem}.career-benefit-grid p{margin:0;color:#526078;line-height:1.6}.career-listings{background:#07112a;color:#fff}.career-listings .career-intro>p:not(.eyebrow){color:#aeb9cc}.job-list{border-top:1px solid #34415d}.job-list>a{display:grid;grid-template-columns:60px 1fr 1fr 150px;gap:2rem;align-items:center;padding:1.55rem 0;border-bottom:1px solid #34415d;color:#fff;text-decoration:none;transition:padding .3s ease,background .3s ease}.job-list>a:hover{padding-right:1.2rem;padding-left:1.2rem;background:#143cff}.job-list>a>span{color:#8093ff;font-size:.68rem}.job-list small{color:#9eaac0}.job-list h3{margin:.25rem 0 0;font-size:1.45rem;font-weight:500}.job-meta{display:flex;gap:1rem;flex-wrap:wrap;color:#c6cede;font-size:.72rem}.job-meta span{display:flex;gap:.35rem;align-items:center}.job-meta svg{width:14px}.job-list>a>strong{display:flex;gap:.45rem;align-items:center;justify-content:flex-end;font-size:.75rem}.career-process-grid{display:grid;grid-template-columns:.75fr 1fr;gap:clamp(4rem,9vw,10rem)}.career-process-grid h2{font-size:clamp(2.8rem,4.5vw,4.8rem);line-height:.97;letter-spacing:-.055em;font-weight:500}.career-process-grid>div>p:not(.eyebrow){color:#526078;line-height:1.65}.career-process ol{margin:0;padding:0;border-top:1px solid #c5cedf;list-style:none}.career-process li{display:grid;grid-template-columns:50px 1fr 30px;align-items:center;padding:1.35rem 0;border-bottom:1px solid #c5cedf}.career-process li span{color:#143cff;font-size:.65rem}.career-process li svg{width:18px}.career-cta{padding:clamp(4rem,7vw,7rem) 0;background:#143cff;color:#fff}.career-cta>.shell{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:end}.career-cta span{font-size:.65rem;letter-spacing:.12em}.career-cta h2{max-width:1050px;margin:.8rem 0 0;font-size:clamp(3rem,5vw,5.5rem);line-height:.94;letter-spacing:-.06em;font-weight:500}
.job-hero{padding:clamp(3rem,6vw,6rem) 0;background:#fff;border-bottom:1px solid #c5cedf}.job-hero>.shell>a:first-child{display:block;margin-bottom:3rem;color:#68758e;font-size:.72rem;text-decoration:none}.job-hero h1{max-width:1100px;margin:1rem 0 2rem;font-size:clamp(3.4rem,6vw,7rem);line-height:.92;letter-spacing:-.065em;font-weight:500}.job-facts{display:flex;gap:1px;margin:0 0 2rem;background:#c5cedf;width:max-content;max-width:100%}.job-facts span{display:flex;align-items:center;gap:.5rem;padding:1rem 1.2rem;background:#f5f7fc;font-size:.78rem}.job-facts svg{width:16px;color:#143cff}.job-layout{display:grid;grid-template-columns:minmax(0,760px) 230px;justify-content:center;gap:clamp(5rem,10vw,11rem);padding-top:clamp(4rem,8vw,8rem);padding-bottom:clamp(4rem,8vw,8rem)}.job-content section{padding:0 0 3rem;scroll-margin-top:130px}.job-content h2{margin:0 0 1rem;font-size:clamp(2.2rem,3.5vw,3.8rem);line-height:1;letter-spacing:-.05em;font-weight:500}.job-content p,.job-content li{color:#34415d;line-height:1.75}.job-content ul{padding-left:1.4rem;list-style:disc outside}.job-content li{display:list-item;margin:.5rem 0}.job-content li::marker{color:#143cff}.job-content blockquote{margin:2rem 0;padding:1.5rem 1.8rem;border-left:3px solid #143cff;background:#fff;font-size:1.25rem}.job-side{position:sticky;top:130px;align-self:start;display:grid;gap:.75rem;padding:1.4rem;border:1px solid #c5cedf;background:#fff}.job-side>span{color:#143cff;font-size:.62rem;letter-spacing:.1em}.job-side p{margin:0;color:#526078;font-size:.8rem;line-height:1.65}.job-side a{display:flex;justify-content:space-between;color:#07112a;font-size:.75rem;text-decoration:none}.job-process{background:#eef1ff}.job-process h2{max-width:900px;font-size:clamp(2.7rem,4.8vw,5.2rem);line-height:.96;letter-spacing:-.055em;font-weight:500}.job-process .shell>div{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:3rem;background:#c5cedf}.job-process article{min-height:260px;padding:1.5rem;background:#fff}.job-process article span{color:#143cff;font-size:.65rem}.job-process article h3{margin:6rem 0 .6rem;font-size:1.25rem}.job-process article p{margin:0;color:#526078;font-size:.82rem;line-height:1.55}.job-application{background:#07112a}.application-form{max-width:1100px;margin:0 auto;background:#fff}.application-form-head{padding:clamp(2rem,4vw,3.5rem);background:#143cff;color:#fff}.application-form-head span{font-size:.65rem;letter-spacing:.12em}.application-form-head h2{margin:.8rem 0 .45rem;font-size:clamp(2.5rem,4vw,4.4rem);line-height:.95;letter-spacing:-.05em;font-weight:500}.application-form-head p{margin:0;color:rgba(255,255,255,.72)}.application-fields{display:grid;grid-template-columns:1fr 1fr}.application-fields label{display:grid;gap:.6rem;min-height:130px;padding:1.25rem 1.5rem;border-right:1px solid #d0d8e6;border-bottom:1px solid #d0d8e6}.application-fields label:nth-child(2n){border-right:0}.application-fields label.full{grid-column:1/-1;border-right:0}.application-fields label>span{color:#526078;font-size:.68rem;letter-spacing:.055em;text-transform:uppercase}.application-fields input,.application-fields select,.application-fields textarea{width:100%;margin-top:auto;padding:.65rem 0;border:0;border-bottom:1px solid #9eabc1;outline:0;background:transparent;color:#07112a;font:inherit}.application-fields input:focus,.application-fields select:focus,.application-fields textarea:focus{border-color:#143cff}.application-fields textarea{resize:vertical}.application-fields .file-field{position:relative;align-content:center;min-height:170px;background:#f5f7fc}.file-field>svg{width:28px;color:#143cff}.file-field input{margin:0;border:0;font-size:.78rem}.file-field small{color:#8b96aa;font-size:.65rem}.application-consent{display:flex;gap:.7rem;padding:1.2rem 1.5rem;color:#526078;font-size:.72rem;line-height:1.5}.application-consent input{accent-color:#143cff}.application-submit{width:100%;min-height:76px;justify-content:space-between;border:0}.application-success{display:grid;grid-template-columns:48px 1fr;gap:1.2rem;max-width:900px;margin:0 auto;padding:2.5rem;background:#fff}.application-success svg{width:42px;color:#143cff}.application-success strong{font-size:1.5rem}.application-success p{color:#526078}
@media(max-width:950px){.careers-hero-grid,.career-intro,.career-process-grid,.job-layout{grid-template-columns:1fr}.career-intro{align-items:start}.job-list>a{grid-template-columns:45px 1fr 120px}.job-meta{grid-column:2}.job-side{position:static;grid-row:1}.job-process .shell>div{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.careers-hero h1,.job-hero h1{font-size:clamp(2.8rem,14vw,4.4rem)}.careers-hero figure{height:110vw;max-height:520px}.career-benefit-grid,.application-fields{grid-template-columns:1fr}.career-benefit-grid article{min-height:270px}.career-benefit-grid h3{margin-top:5rem}.job-list>a{grid-template-columns:36px 1fr}.job-list>a>strong{grid-column:2;justify-content:flex-start}.job-meta{grid-column:2}.career-cta>.shell{grid-template-columns:1fr}.job-facts{display:grid;width:100%}.job-process .shell>div{grid-template-columns:1fr}.application-fields label,.application-fields label:nth-child(2n){border-right:0}.application-fields label.full{grid-column:auto}}

/* Careers application journey — compact editorial scale */
.career-process{padding:clamp(4rem,5.5vw,5.5rem) 0}
.career-process-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(3rem,6vw,7rem);align-items:start}
.career-process-grid h2{max-width:620px;margin:1rem 0 .9rem;font-size:clamp(2.45rem,3.35vw,3.7rem);line-height:1;letter-spacing:-.045em}
.career-process-grid>div>p:not(.eyebrow){max-width:580px;margin:0}
.career-process li{padding:1.15rem 0}
@media(max-width:950px){.career-process{padding:4rem 0}.career-process-grid{grid-template-columns:1fr;gap:2.5rem}.career-process-grid h2{font-size:clamp(2.35rem,7vw,3.5rem)}}

/* AJAX Insights Filtering & Search Interactions */
.journal-grid {
    transition: opacity .25s ease;
}
.journal-grid.is-loading {
    opacity: 0.4;
    pointer-events: none;
}
.journal-category-cloud a {
    cursor: pointer;
    user-select: none;
    transition: opacity .2s ease, color .2s ease;
}
.journal-category-cloud a sup {
    pointer-events: none;
}
.journal-pagination a,
.journal-pagination button {
    cursor: pointer;
    user-select: none;
}
.journal-pagination button[disabled] {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}
.journal-no-results {
    transition: all .3s ease;
}
.journal-search {
    position: relative;
    max-width: 600px !important;
    width: 100%;
}
.journal-search input[type="search"]::-webkit-search-cancel-button {
    cursor: pointer;
}

/* Live Search Dropdown Under Search Box */
.journal-search-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    background: #ffffff;
    border: 1px solid #d7deeb;
    border-radius: 6px;
    box-shadow: 0 16px 36px rgba(7, 17, 42, 0.14), 0 4px 12px rgba(7, 17, 42, 0.06);
    z-index: 999;
    overflow: hidden;
    display: none;
    text-align: left;
}

.journal-search-dropdown.is-open {
    display: block;
}

.journal-search-dropdown__list {
    max-height: 380px;
    overflow-y: auto;
    overscroll-behavior: contain;
    margin: 0;
    padding: 6px 0;
    list-style: none;
}

.journal-search-dropdown__list::-webkit-scrollbar {
    width: 6px;
}

.journal-search-dropdown__list::-webkit-scrollbar-thumb {
    background: #c4ccdb;
    border-radius: 3px;
}

.journal-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: #07112a;
    text-decoration: none;
    border-bottom: 1px solid #edf1f7;
    transition: background 0.18s ease, color 0.18s ease;
    cursor: pointer;
}

.journal-search-item:last-child {
    border-bottom: 0;
}

.journal-search-item:hover,
.journal-search-item:focus,
.journal-search-item.is-selected {
    background: #f2f5fb;
    outline: none;
}

.journal-search-item__thumb {
    width: 56px;
    height: 42px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
    background: #eaedf4;
}

.journal-search-item__content {
    flex: 1;
    min-width: 0; /* Essential for CSS single-line truncation inside flexbox */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.journal-search-item__title {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    font-size: 0.92rem;
    font-weight: 500;
    color: #07112a;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.journal-search-item:hover .journal-search-item__title,
.journal-search-item:focus .journal-search-item__title,
.journal-search-item.is-selected .journal-search-item__title {
    color: #143cff;
}

.journal-search-item__meta {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 0.72rem;
    color: #68758e;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.journal-search-item__arrow {
    display: inline-flex;
    align-items: center;
    color: #143cff;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.journal-search-item:hover .journal-search-item__arrow,
.journal-search-item:focus .journal-search-item__arrow,
.journal-search-item.is-selected .journal-search-item__arrow {
    opacity: 1;
    transform: translateX(0);
}

.journal-search-dropdown__empty,
.journal-search-dropdown__loading {
    padding: 18px 14px;
    text-align: center;
    color: #68758e;
    font-size: 0.88rem;
}

.journal-search-dropdown__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 14px;
    background: #f8fafc;
    border-top: 1px solid #d7deeb;
    color: #143cff;
    font-size: 0.78rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.18s ease;
}

.journal-search-dropdown__footer:hover {
    background: #eef2ff;
}
