/* IOIntegrated site styles — Last modified: 2026-09-06T11:40:00+02:00 */
:root {
  --ink: #0c1728;
  --ink-2: #213047;
  --navy: #07111f;
  --navy-2: #0b1b30;
  --paper: #f5f4ef;
  --paper-2: #ecebe5;
  --white: #ffffff;
  --blue: #5f8dff;
  --blue-2: #9ab8ff;
  --cyan: #7de3d4;
  --line: rgba(12, 23, 40, 0.14);
  --line-light: rgba(255, 255, 255, 0.15);
  --muted: #607087;
  --shadow: 0 26px 80px rgba(2, 10, 23, 0.18);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--white);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  color: var(--white);
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(7, 17, 31, 0.88);
  box-shadow: 0 1px 0 rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
}
.nav-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.brand-mark {
  width: 28px;
  height: 28px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 8px;
  transform: rotate(45deg);
}
.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  content: "";
  position: absolute;
  background: var(--cyan);
  border-radius: 999px;
}
.brand-mark::before { width: 4px; height: 14px; }
.brand-mark::after { width: 14px; height: 4px; }
.brand-mark span { width: 4px; height: 4px; background: var(--white); }
.brand-name {
  font-size: .84rem;
  letter-spacing: .15em;
  font-weight: 500;
}
.brand-name strong { font-weight: 800; }
.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: .9rem;
  color: rgba(255,255,255,.78);
}
.primary-nav a { transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.nav-cta {
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: var(--white) !important;
  background: rgba(255,255,255,.06);
}
.menu-toggle {
  display: none;
  border: 0;
  padding: 8px;
  background: transparent;
  color: var(--white);
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 10%, rgba(95,141,255,.12), transparent 36%),
    linear-gradient(120deg, #07111f 0%, #09182b 54%, #07111f 100%);
}
.hero-grid,
.contact-grid {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%);
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .22;
}
.hero-orb-one {
  width: 440px;
  height: 440px;
  right: -170px;
  top: 110px;
  background: radial-gradient(circle, rgba(125,227,212,.46), transparent 68%);
}
.hero-orb-two {
  width: 360px;
  height: 360px;
  left: 44%;
  bottom: -200px;
  background: radial-gradient(circle, rgba(95,141,255,.36), transparent 70%);
}
.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
}
.eyebrow {
  margin: 0 0 22px;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .19em;
  color: var(--cyan);
}
.eyebrow.dark { color: #315f76; }
.eyebrow.light { color: var(--cyan); }
.hero h1,
.section h2,
.contact h2 {
  margin: 0;
  letter-spacing: -.048em;
  line-height: 1.02;
  font-weight: 660;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 6.6vw, 6.35rem);
}
.hero-lead {
  max-width: 710px;
  margin: 30px 0 0;
  font-size: clamp(1.06rem, 1.45vw, 1.28rem);
  line-height: 1.7;
  color: rgba(255,255,255,.7);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .94rem;
  font-weight: 760;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #07111f;
  background: var(--cyan);
  box-shadow: 0 12px 35px rgba(125,227,212,.17);
}
.button-primary:hover { box-shadow: 0 16px 42px rgba(125,227,212,.28); }
.button-ghost {
  color: var(--white);
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.045);
}
.button-ghost:hover { background: rgba(255,255,255,.09); }
.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 45px;
  color: rgba(255,255,255,.54);
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.trust-line span { position: relative; }
.trust-line span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--cyan);
}

.hero-panel {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 25px;
  background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.hero-panel::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  border-radius: 18px;
  box-shadow: inset 0 0 80px rgba(95,141,255,.08);
}
.panel-topline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: .74rem;
  color: rgba(255,255,255,.72);
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(125,227,212,.10);
}
.panel-label {
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.5);
}
.signal-list { padding: 8px 0 6px; }
.signal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.signal-row > div { display: flex; align-items: center; gap: 12px; }
.signal-index { color: rgba(255,255,255,.34); font-size: .72rem; }
.signal-row strong { font-size: .82rem; font-weight: 620; color: rgba(255,255,255,.86); }
.signal-tag {
  font-size: .64rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--blue-2);
}
.system-map {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(2,8,17,.28);
}
.system-node {
  padding: 14px;
  border-radius: 13px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}
.system-node span { display: block; font-size: .69rem; letter-spacing: .12em; font-weight: 800; }
.system-node small { display: block; margin-top: 4px; color: rgba(255,255,255,.48); font-size: .68rem; }
.modern-node { border-color: rgba(125,227,212,.25); background: rgba(125,227,212,.055); }
.system-bridge {
  position: relative;
  min-height: 96px;
  display: grid;
  place-items: center;
}
.bridge-line {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  width: 1px;
  background: linear-gradient(var(--blue), var(--cyan));
}
.ai-node {
  position: relative;
  z-index: 2;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(125,227,212,.58);
  border-radius: 12px;
  color: var(--navy);
  background: var(--cyan);
  box-shadow: 0 0 24px rgba(125,227,212,.25);
  font-size: .72rem;
  font-weight: 900;
}
.system-bridge small {
  position: absolute;
  right: 0;
  width: 42%;
  color: rgba(255,255,255,.43);
  font-size: .62rem;
  line-height: 1.4;
}
.panel-footnote { margin: 14px 2px 0; color: rgba(255,255,255,.45); font-size: .7rem; }

.credibility-strip {
  border-bottom: 1px solid var(--line);
  background: #faf9f5;
}
.credibility-layout {
  min-height: 106px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.credibility-layout p {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 730;
  letter-spacing: -.02em;
}
.credibility-layout span {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  color: var(--muted);
}

.section { padding: 130px 0; }
.section-heading {
  display: grid;
  grid-template-columns: 1.08fr .75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}
.section h2,
.contact h2 {
  font-size: clamp(2.6rem, 5vw, 5.15rem);
}
.section-intro {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.problem-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.52);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.problem-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -110px;
  bottom: -130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95,141,255,.14), transparent 70%);
}
.problem-card:hover {
  transform: translateY(-6px);
  border-color: rgba(49,95,118,.36);
  box-shadow: 0 24px 54px rgba(12,23,40,.08);
}
.card-number {
  position: absolute;
  right: 24px;
  top: 22px;
  color: #a6adb8;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.card-icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  margin-bottom: 52px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
}
.card-icon svg {
  width: 30px;
  fill: none;
  stroke: #315f76;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.problem-card h3 {
  margin: 0 0 16px;
  font-size: 1.34rem;
  line-height: 1.25;
  letter-spacing: -.025em;
}
.problem-card p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}
.card-outcome {
  margin-top: auto;
  padding-top: 28px;
  font-size: .76rem;
  font-weight: 820;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #315f76;
}

.approach {
  color: var(--white);
  background: var(--navy);
}
.approach-layout {
  display: grid;
  grid-template-columns: .78fr 1.15fr;
  align-items: start;
  gap: clamp(55px, 9vw, 130px);
}
.approach-sticky {
  position: sticky;
  top: 130px;
}
.approach-sticky > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 1rem;
}
.principle-box {
  margin-top: 44px;
  padding: 24px;
  border: 1px solid rgba(125,227,212,.22);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(125,227,212,.08), rgba(255,255,255,.03));
}
.principle-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .14em;
}
.principle-box strong { display: block; font-size: 1rem; line-height: 1.5; }
.principle-box p { margin: 13px 0 0; color: rgba(255,255,255,.5); font-size: .82rem; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 35px 0 42px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.process-step:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.step-number {
  color: var(--cyan);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
}
.process-step h3 {
  margin: 0 0 13px;
  font-size: 1.42rem;
  letter-spacing: -.02em;
}
.process-step p { margin: 0; max-width: 650px; color: rgba(255,255,255,.58); }
.step-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 19px;
}
.step-meta span {
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.55);
  font-size: .67rem;
}

.platform-section { background: #faf9f5; }
.platform-layout {
  display: grid;
  grid-template-columns: 1.1fr .85fr;
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}
.platform-visual {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(12,23,40,.10);
}
.scan-header {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-bottom: 1px solid #e7e9ed;
  color: #667085;
  font-size: .7rem;
}
.scan-header div { display: flex; gap: 5px; }
.scan-header i { width: 7px; height: 7px; border-radius: 50%; background: #d8dce3; }
.scan-body { min-height: 420px; display: grid; grid-template-columns: 62px 1fr; background: #f7f8fa; }
.scan-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding-top: 24px;
  border-right: 1px solid #e7e9ed;
  background: #fbfcfd;
}
.scan-sidebar span { width: 20px; height: 20px; border: 1px solid #d8dce3; border-radius: 6px; }
.scan-sidebar .active { border-color: #87a7fb; background: #eaf0ff; }
.scan-main { position: relative; padding: 42px 40px; overflow: hidden; }
.scan-title { width: 42%; height: 15px; border-radius: 4px; background: #1b2b41; }
.scan-row { width: 63%; height: 7px; margin-top: 14px; border-radius: 999px; background: #dfe3e9; }
.scan-row.wide { width: 84%; margin-top: 22px; }
.scan-row.short { width: 39%; }
.scan-graph {
  position: relative;
  height: 190px;
  margin: 35px 0 28px;
  border: 1px solid #e2e6eb;
  border-radius: 16px;
  background:
    linear-gradient(#eef1f5 1px, transparent 1px),
    linear-gradient(90deg, #eef1f5 1px, transparent 1px),
    #ffffff;
  background-size: 26px 26px;
}
.dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #dce6ff;
  border-radius: 50%;
  background: #5f8dff;
  box-shadow: 0 4px 15px rgba(95,141,255,.22);
}
.d1 { left: 13%; top: 54%; }
.d2 { left: 36%; top: 26%; }
.d3 { left: 53%; top: 63%; }
.d4 { left: 72%; top: 34%; }
.d5 { left: 87%; top: 57%; background: #56cdbb; border-color: #d7f7f1; }
.link { position: absolute; height: 2px; background: #b9c7e9; transform-origin: left center; }
.l1 { width: 25%; left: 16%; top: 56%; transform: rotate(-31deg); }
.l2 { width: 24%; left: 39%; top: 30%; transform: rotate(38deg); }
.l3 { width: 25%; left: 56%; top: 63%; transform: rotate(-35deg); }
.l4 { width: 20%; left: 75%; top: 38%; transform: rotate(31deg); }
.scan-note {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 16px;
  color: #506079;
  font-size: .72rem;
}
.scan-note span { width: 7px; height: 7px; border-radius: 50%; background: #56cdbb; }
.platform-copy h2 { font-size: clamp(2.4rem, 4.3vw, 4.4rem); }
.platform-copy > p:not(.eyebrow):not(.platform-note) { margin: 26px 0 0; color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; }
.check-list li {
  position: relative;
  padding: 14px 0 14px 31px;
  border-top: 1px solid var(--line);
  font-size: .91rem;
}
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 21px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #318c7e;
  border-bottom: 2px solid #318c7e;
  transform: rotate(-45deg);
}
.platform-note { margin: 22px 0 0; color: #778397; font-size: .75rem; }

.proof { background: var(--paper-2); }
.proof-heading { margin-bottom: 48px; }
.case-study {
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 80px rgba(12,23,40,.08);
}
.case-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.case-challenge,
.case-solution { min-height: 280px; padding: 40px; }
.case-challenge { background: #0b1728; color: white; }
.case-solution { background: #e7f5f1; }
.case-label { font-size: .68rem; font-weight: 850; letter-spacing: .15em; color: var(--cyan); }
.case-solution .case-label { color: #246b61; }
.case-main p { margin: 38px 0 0; font-size: 1.16rem; line-height: 1.75; letter-spacing: -.01em; }
.case-challenge p { color: rgba(255,255,255,.75); }
.case-solution p { color: #24423e; }
.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.metric { min-height: 185px; padding: 34px 38px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong {
  display: block;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.metric span { display: block; margin-top: 16px; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.case-disclaimer { margin: 0; padding: 14px 38px; border-top: 1px solid var(--line); color: #7c8797; font-size: .68rem; }

.reasons { background: #faf9f5; }
.reasons-layout { display: grid; grid-template-columns: .72fr 1.2fr; gap: 90px; }
.reasons-title h2 { font-size: clamp(2.5rem, 4.2vw, 4.2rem); }
.reason-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.reason { min-height: 285px; padding: 34px; background: #faf9f5; }
.reason > span { color: #78909d; font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.reason h3 { margin: 52px 0 14px; font-size: 1.2rem; line-height: 1.3; letter-spacing: -.02em; }
.reason p { margin: 0; color: var(--muted); font-size: .9rem; }

.contact {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  color: var(--white);
  background: linear-gradient(135deg, #07111f 0%, #0a1a2e 100%);
}
.contact-grid { opacity: .14; mask-image: linear-gradient(to right, transparent, black, transparent); }
.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .87fr 1fr;
  gap: clamp(55px, 9vw, 120px);
  align-items: center;
}
.contact-copy > p:not(.eyebrow) { margin: 28px 0 0; max-width: 520px; color: rgba(255,255,255,.62); }
.contact-points { display: grid; gap: 13px; margin-top: 35px; }
.contact-points span { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.68); font-size: .83rem; }
.contact-points i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(125,227,212,.09); }
.contact-form {
  padding: 31px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.065);
  box-shadow: var(--shadow);
  backdrop-filter: blur(15px);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 17px; }
.contact-form label > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.7); font-size: .76rem; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 11px;
  color: var(--white);
  background: rgba(0,0,0,.18);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form input { min-height: 48px; padding: 0 13px; }
.contact-form textarea { resize: vertical; min-height: 130px; padding: 13px; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(125,227,212,.11); }
.contact-form textarea::placeholder { color: rgba(255,255,255,.34); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 13px 0 0; color: rgba(255,255,255,.36); font-size: .66rem; text-align: center; }
.form-note strong { font-weight: 600; }

.site-footer { padding: 34px 0; color: rgba(255,255,255,.65); background: #040b14; }
.footer-layout { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; }
.footer-brand .brand-mark { width: 25px; height: 25px; }
.footer-layout > p { margin: 0; text-align: center; font-size: .73rem; }
.footer-meta { display: flex; gap: 15px; font-size: .68rem; }
.footer-meta a { color: var(--cyan); }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-panel { max-width: 650px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem-card:last-child { grid-column: span 2; min-height: 320px; }
  .approach-layout { grid-template-columns: 1fr; }
  .approach-sticky { position: static; }
  .approach-sticky > p:not(.eyebrow) { max-width: 720px; }
  .platform-layout { grid-template-columns: 1fr; }
  .platform-visual { order: 2; }
  .platform-copy { max-width: 760px; }
  .reasons-layout { grid-template-columns: 1fr; gap: 45px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { max-width: 760px; }
  .contact-form { max-width: 760px; }
  .footer-layout { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 820px) {
  .nav-shell { min-height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(3) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 90px 30px;
    background: rgba(7,17,31,.98);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .3s ease, visibility .3s ease;
    font-size: 1.4rem;
  }
  .menu-open .primary-nav { transform: translateX(0); visibility: visible; }
  .nav-cta { margin-top: 10px; font-size: 1rem; }
  .hero { padding-top: 120px; }
  .credibility-layout { grid-template-columns: 1fr; gap: 12px; padding: 27px 0; }
  .section { padding: 95px 0; }
  .case-main { grid-template-columns: 1fr; }
  .case-challenge, .case-solution { min-height: auto; }
  .case-metrics { grid-template-columns: 1fr; }
  .metric { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding: 118px 0 72px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .trust-line { gap: 8px 18px; }
  .hero-panel { padding: 16px; }
  .signal-row { align-items: flex-start; }
  .signal-row > div { align-items: flex-start; }
  .signal-tag { display: none; }
  .system-bridge small { position: relative; width: auto; margin: 62px 0 0 14px; }
  .section-heading { margin-bottom: 45px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card:last-child { grid-column: auto; }
  .problem-card { min-height: 355px; padding: 25px; }
  .process-step { grid-template-columns: 38px 1fr; gap: 13px; }
  .scan-body { grid-template-columns: 45px 1fr; min-height: 350px; }
  .scan-main { padding: 28px 18px; }
  .scan-graph { height: 160px; }
  .platform-visual { padding: 7px; }
  .case-challenge, .case-solution { padding: 30px 24px; }
  .case-main p { margin-top: 28px; font-size: 1rem; }
  .metric { padding: 28px 24px; }
  .case-disclaimer { padding: 14px 24px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason { min-height: 250px; }
  .contact { padding: 95px 0; }
  .contact-form { padding: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-meta { flex-direction: column; align-items: center; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   IOIntegrated additions — services, products, proof grid,
   subpage layouts, footer navigation.
   Last modified: 2026-09-05T04:40:00+02:00
   ============================================================ */

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #315f76;
  transition: gap .2s ease, color .2s ease;
}
.text-link:hover, .text-link:focus-visible { gap: 12px; color: var(--ink); }
.text-link.light { color: var(--cyan); }
.text-link.light:hover, .text-link.light:focus-visible { color: var(--white); }

/* Services */
.services { background: #faf9f5; border-top: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(49,95,118,.36);
  box-shadow: 0 24px 54px rgba(12,23,40,.08);
}
.service-card .card-number { position: static; margin-bottom: 44px; }
.service-card h3 { margin: 0 0 16px; font-size: 1.36rem; line-height: 1.22; letter-spacing: -.025em; }
.service-card h3 a { color: inherit; }
.service-card > p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-fit {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-left: 2px solid var(--cyan);
  background: #f2f6f5;
  color: #35505f;
  font-size: .82rem;
  line-height: 1.55;
}
.service-card .text-link { margin-top: auto; padding-top: 28px; }

/* Products */
.products { background: var(--paper); }
.product-row {
  display: grid;
  grid-template-columns: 1.1fr .85fr;
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
  padding: 70px 0;
  border-top: 1px solid var(--line);
}
.product-row:first-of-type { border-top: 0; padding-top: 0; }
.product-row.flip { grid-template-columns: .85fr 1.1fr; }
.product-row.flip .product-visual { order: 2; }
.product-copy h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.05; letter-spacing: -.04em; font-weight: 660; }
.product-copy > p:not(.eyebrow):not(.platform-note) { margin: 24px 0 0; color: var(--muted); }
.product-copy .text-link { margin-top: 30px; }
.product-kicker { margin: 0 0 18px; font-size: .73rem; font-weight: 800; letter-spacing: .19em; color: #315f76; }

.anchor-stack {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(12,23,40,.10);
}
.anchor-layer {
  position: relative;
  padding: 18px 20px 18px 22px;
  border: 1px solid #e2e6eb;
  border-radius: 14px;
  background: #f7f8fa;
}
.anchor-layer + .anchor-layer { margin-top: 10px; }
.anchor-layer span { display: block; font-size: .7rem; letter-spacing: .12em; font-weight: 850; color: var(--ink); }
.anchor-layer small { display: block; margin-top: 5px; color: #667085; font-size: .75rem; line-height: 1.45; }
.anchor-layer.is-anchor { border-color: rgba(49,140,126,.45); background: #e9f6f2; }
.anchor-layer.is-anchor::after {
  content: "ANCHOR";
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #318c7e;
  color: var(--white);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .12em;
}
.anchor-layer.is-fluid { border-style: dashed; }
.anchor-layer.is-fluid::after {
  content: "GENERATED";
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid #b9c7e9;
  color: #4a63a8;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .12em;
}
.anchor-owner {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e7e9ed;
  color: #506079;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Proof grid */
.case-links { display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.proof-card {
  display: flex;
  flex-direction: column;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(12,23,40,.05);
}
.proof-card .eyebrow { margin-bottom: 18px; }
.proof-card h3 { margin: 0 0 18px; font-size: 1.7rem; line-height: 1.15; letter-spacing: -.03em; }
.proof-card h3 a { color: inherit; }
.proof-outcome {
  margin: 0 0 20px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #e7f5f1;
  color: #24423e;
  font-size: .96rem;
  font-weight: 650;
  line-height: 1.5;
}
.proof-outcome small { display: block; margin-bottom: 6px; color: #246b61; font-size: .64rem; font-weight: 850; letter-spacing: .15em; }
.proof-card > p { margin: 0; color: var(--muted); font-size: .93rem; }
.proof-card .case-links { margin-top: auto; padding-top: 26px; }

/* Footer navigation */
.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-nav h4 { margin: 0 0 12px; color: rgba(255,255,255,.45); font-size: .64rem; font-weight: 850; letter-spacing: .15em; }
.footer-nav a { display: block; padding: 4px 0; color: rgba(255,255,255,.72); font-size: .8rem; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--white); }

/* Subpages */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 10%, rgba(125,227,212,.10), transparent 40%),
    linear-gradient(120deg, #07111f 0%, #09182b 54%, #07111f 100%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { margin: 0; max-width: 900px; font-size: clamp(2.6rem, 5.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 660; }
.page-hero .hero-lead { max-width: 760px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; color: rgba(255,255,255,.5); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; }
.crumbs a { color: rgba(255,255,255,.7); }
.crumbs a:hover { color: var(--white); }
.crumbs span::before { content: "/"; margin-right: 8px; color: rgba(255,255,255,.3); }
.page-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.page-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.7);
  font-size: .72rem;
  letter-spacing: .04em;
}

.article { padding: 100px 0; }
.article-layout { display: grid; grid-template-columns: .62fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.article-aside { position: sticky; top: 120px; }
.fact-box {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}
.fact-box + .fact-box { margin-top: 16px; }
.fact-box h2 { margin: 0 0 6px; font-size: .68rem; font-weight: 850; letter-spacing: .15em; color: #315f76; text-transform: uppercase; }
.fact-box dl { margin: 0; }
.fact-box dt { margin-top: 14px; color: var(--muted); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.fact-box dd { margin: 4px 0 0; font-weight: 650; font-size: .95rem; line-height: 1.5; }
.fact-box .text-link { margin-top: 20px; }
.fact-box.dark { color: var(--white); background: #0b1728; border-color: rgba(255,255,255,.1); }
.fact-box.dark h2 { color: var(--cyan); }
.fact-box.dark p { margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: .92rem; line-height: 1.65; }
.fact-box.dark .text-link { color: var(--cyan); }

.prose h2 { margin: 0 0 22px; font-size: clamp(1.9rem, 3.2vw, 2.9rem); line-height: 1.08; letter-spacing: -.035em; font-weight: 660; }
.prose h3 { margin: 40px 0 12px; font-size: 1.25rem; letter-spacing: -.02em; }
.prose p { margin: 0 0 18px; color: #3a4a5e; font-size: 1.04rem; line-height: 1.78; }
.prose p.lede { font-size: 1.22rem; color: var(--ink); letter-spacing: -.01em; }
.prose .check-list { margin: 10px 0 30px; }
.prose blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  border-left: 3px solid var(--cyan);
  background: #f2f6f5;
  color: #24423e;
  font-size: 1.08rem;
  line-height: 1.65;
}
.prose blockquote p { margin: 0; color: inherit; font-size: inherit; }
.prose-block { margin-top: 64px; padding-top: 56px; border-top: 1px solid var(--line); }
.prose-block:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.step-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 26px 0 8px; }
.step-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.step-card span { display: block; margin-bottom: 12px; color: #315f76; font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.step-card strong { display: block; margin-bottom: 8px; font-size: 1rem; letter-spacing: -.015em; }
.step-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.related { padding: 0 0 110px; }
.related h2 { margin: 0 0 26px; font-size: .7rem; font-weight: 850; letter-spacing: .16em; color: var(--muted); text-transform: uppercase; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-card { display: block; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.related-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(12,23,40,.08); }
.related-card span { display: block; margin-bottom: 10px; color: #315f76; font-size: .64rem; font-weight: 850; letter-spacing: .14em; }
.related-card strong { display: block; font-size: 1.05rem; line-height: 1.3; letter-spacing: -.02em; }
.related-card p { margin: 10px 0 0; color: var(--muted); font-size: .85rem; }

.cta-band { padding: 110px 0; color: var(--white); background: linear-gradient(135deg, #07111f 0%, #0a1a2e 100%); }
.cta-layout { display: grid; grid-template-columns: 1.1fr .8fr; gap: 50px; align-items: center; }
.cta-band h2 { margin: 0; font-size: clamp(2.2rem, 4.4vw, 4rem); line-height: 1.04; letter-spacing: -.04em; font-weight: 660; }
.cta-band p { margin: 22px 0 0; max-width: 560px; color: rgba(255,255,255,.62); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; }

@media (max-width: 1020px) {
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: span 2; min-height: 320px; }
  .product-row, .product-row.flip { grid-template-columns: 1fr; }
  .product-row.flip .product-visual { order: 0; }
  .product-visual { order: 2; }
  .product-copy { max-width: 760px; }
  .proof-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; }
  .article-aside { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  .cta-layout { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 820px) {
  .footer-nav { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .page-hero { padding: 130px 0 70px; }
  .article { padding: 70px 0; }
  .step-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { min-height: auto; padding: 26px; }
  .proof-card { padding: 26px; }
  .proof-card h3 { font-size: 1.45rem; }
  .anchor-stack { padding: 14px; }
  .cta-band { padding: 80px 0; }
}

/* Proof metrics: word-based values ("Deterministic") must never overflow their column */
.metric strong { font-size: clamp(2.1rem, 3.3vw, 3.3rem); overflow-wrap: anywhere; }

/* Language switch (EN | FR) — Last modified: 2026-09-05T05:20:00+02:00 */
.lang-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  overflow: hidden;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.lang-switch a { padding: 7px 11px; color: rgba(255,255,255,.6); transition: background-color .2s ease, color .2s ease; }
.lang-switch a + a { border-left: 1px solid rgba(255,255,255,.16); }
.lang-switch a.is-active { color: var(--white); background: rgba(255,255,255,.14); }
.lang-switch a:hover, .lang-switch a:focus-visible { color: var(--white); }
@media (max-width: 820px) {
  .primary-nav .lang-switch { margin-top: 18px; font-size: .85rem; }
  .primary-nav .lang-switch a { padding: 9px 16px; }
}
/* French variants of CSS-generated labels */
.anchor-layer.is-anchor:lang(fr)::after { content: "ANCRAGE"; }
.anchor-layer.is-fluid:lang(fr)::after { content: "GÉNÉRÉE"; }

/* Brand logo (IOIntegrated mark) — Last modified: 2026-09-05T05:35:00+02:00 */
.brand-logo { width: 34px; height: auto; flex: 0 0 auto; filter: drop-shadow(0 0 1px rgba(255,255,255,.55)); }
.footer-brand .brand-logo { width: 28px; }

/* Hero headline sized for the longer sentence-style message — Last modified: 2026-09-05T06:25:00+02:00 */
.hero h1 { max-width: 820px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
@media (max-width: 640px) { .hero h1 { font-size: clamp(2.3rem, 10.5vw, 3.4rem); } }

/* Credibility strip: single statement, partner line removed — Last modified: 2026-09-05T06:55:00+02:00 */
.credibility-layout { grid-template-columns: 1fr; }
.credibility-layout p { max-width: 960px; }

/* Jitterbit logo in the featured case card, linking to the press release — Last modified: 2026-09-05T07:25:00+02:00 */
.case-solution { position: relative; }
.case-partner { position: absolute; top: 34px; right: 36px; z-index: 2; display: inline-block; line-height: 0; opacity: .92; transition: opacity .2s ease, transform .2s ease; }
.case-partner:hover, .case-partner:focus-visible { opacity: 1; transform: translateY(-1px); }
.case-partner img { width: 118px; height: auto; }
@media (max-width: 640px) { .case-partner { top: 26px; right: 22px; } .case-partner img { width: 96px; } }

/* Legal pages + footer legal links + placeholders to complete — Last modified: 2026-09-05T08:00:00+02:00 */
.legal-layout { max-width: 860px; }
.legal-list { margin: 0; display: grid; grid-template-columns: 220px 1fr; gap: 12px 24px; }
.legal-list dt { color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; padding-top: 4px; }
.legal-list dd { margin: 0; font-size: 1rem; line-height: 1.6; }
.legal-updated { color: #778397; font-size: .8rem; }
mark.todo { background: #fff3c4; color: #5a4300; padding: 1px 6px; border-radius: 4px; font-style: italic; }
.form-note a { color: var(--cyan); text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 640px) { .legal-list { grid-template-columns: 1fr; gap: 2px 0; } .legal-list dd { margin-bottom: 12px; } }

/* Contact form: backend submission states + honeypot — Last modified: 2026-09-05T10:20:00+02:00 */
.contact-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 14px 0 0; padding: 12px 14px; border-radius: 11px; font-size: .84rem; line-height: 1.5; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: rgba(255,255,255,.85); }
.form-status.is-success { border-color: rgba(125,227,212,.5); background: rgba(125,227,212,.12); color: var(--cyan); }
.form-status.is-error { border-color: rgba(255,140,120,.5); background: rgba(255,140,120,.10); color: #ffb3a5; }
.contact-form.is-sent input, .contact-form.is-sent textarea, .contact-form.is-sent .form-submit { opacity: .45; }

/* "Two ways in" band under the services grid + Jitterbit follow-up line — Last modified: 2026-09-05T15:00:00+02:00 */
.ways-in { margin-top: 60px; padding-top: 50px; border-top: 1px solid var(--line); }
.ways-heading { display: grid; grid-template-columns: 1.08fr .75fr; gap: 40px; align-items: end; margin-bottom: 26px; }
.ways-heading h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.08; letter-spacing: -.035em; font-weight: 660; }
.ways-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.ways-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.way-card { display: flex; flex-direction: column; padding: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); background: #0b1728; color: var(--white); transition: transform .28s ease, box-shadow .28s ease; }
.way-card:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(12,23,40,.18); }
.way-question { margin: 0 0 12px; color: var(--cyan); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.way-card h4 { margin: 0 0 14px; font-size: 1.45rem; line-height: 1.2; letter-spacing: -.025em; }
.way-card h4 a { color: inherit; }
.way-card > p:not(.way-question):not(.service-fit) { margin: 0; color: rgba(255,255,255,.7); font-size: .94rem; }
.way-card .service-fit { background: rgba(255,255,255,.06); color: rgba(255,255,255,.82); border-left-color: var(--cyan); }
.way-card .text-link { margin-top: auto; padding-top: 28px; color: var(--cyan); }
.way-card .text-link:hover, .way-card .text-link:focus-visible { color: var(--white); }
.case-followup { margin: 0; padding: 18px 38px 0; color: var(--muted); font-size: .9rem; }
.case-followup .text-link { margin-left: 10px; }
@media (max-width: 1020px) { .ways-heading { grid-template-columns: 1fr; gap: 12px; } }
@media (max-width: 820px) { .ways-grid { grid-template-columns: 1fr; } .case-followup { padding: 18px 24px 0; } }

/* Hero headline accent words — Last modified: 2026-09-05T16:10:00+02:00 */
.hero h1 .accent { color: var(--cyan); }

/* Mobile menu fix — Last modified: 2026-09-06T10:15:00+02:00
   The scrolled header's backdrop-filter turns it into the containing block of the
   fixed-position menu, collapsing the overlay to the header's height (first link
   pushed off-screen on iOS). Drop the filter while the menu is open, size the
   overlay to the viewport explicitly, and list links from the top so nothing is unreachable. */
@media (max-width: 820px) {
  body.menu-open .site-header,
  body.menu-open .site-header.scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .primary-nav {
    top: 0; left: 0; right: auto; bottom: auto;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    justify-content: flex-start;
    padding: 100px 30px 48px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background: var(--navy);
  }
}

/* Keep quoted words on one line in headlines — Last modified: 2026-09-06T11:40:00+02:00 */
.nowrap { white-space: nowrap; }
