
:root {
  --case-navy: #061b3a;
  --case-ink: #11233d;
  --case-muted: #5d6f87;
  --case-blue: #0b64df;
  --case-cyan: #0ea8d5;
  --case-green: #12845e;
  --case-red: #e0483d;
  --case-soft: #f4f8fc;
  --case-line: #d8e4f2;
  --case-white: #ffffff;
}

html { scroll-behavior: smooth; }
.wils-v2-page {
  margin: 0;
  color: var(--case-ink);
  background: var(--case-white);
  font-family: Inter, Arial, sans-serif;
}
.wils-v2-page *, .wils-v2-page *::before, .wils-v2-page *::after { box-sizing: border-box; }
.wils-v2-page main { overflow: hidden; }
.wils-v2-page img { max-width: 100%; }
.wils-v2-page .shell { width: min(1280px, calc(100% - 48px)); }
.wils-v2-page .desktop-nav a.active { color: var(--case-blue); }
.wils-v2-page .desktop-nav a.active::after {
  width: 100%;
  opacity: 1;
}
.wils-v2-page h1,
.wils-v2-page h2,
.wils-v2-page h3,
.wils-v2-page p { margin-top: 0; }
.wils-v2-page h1,
.wils-v2-page h2,
.wils-v2-page h3 {
  color: var(--case-navy);
  font-family: Montserrat, Inter, sans-serif;
  letter-spacing: 0;
}
.wils-v2-page a { text-underline-offset: 3px; }

.case-hero {
  position: relative;
  border-bottom: 1px solid var(--case-line);
  background: #fff;
}
.case-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  color: #7890aa;
  font-size: 13px;
  font-weight: 650;
}
.case-breadcrumbs a {
  color: #4e6884;
  text-decoration: none;
}
.case-hero-grid {
  display: grid;
  grid-template-columns: 146px minmax(400px, 0.85fr) minmax(500px, 1.15fr);
  gap: 30px;
  min-height: 492px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 32px;
}
.case-index {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  border-right: 1px solid var(--case-line);
  padding-right: 24px;
  padding-left: 14px;
}
.case-index strong {
  margin-bottom: 25px;
  color: var(--case-muted);
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}
.case-index a {
  position: relative;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 6px;
  align-items: center;
  min-height: 38px;
  color: var(--case-muted);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.case-index a::after {
  position: absolute;
  right: -19px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #9bb8da;
  box-shadow: 0 0 0 1px #9bb8da;
  content: "";
}
.case-index a span { color: var(--case-blue); font-size: 10px; }
.case-hero-copy { padding: 16px 0; }
.case-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: var(--case-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}
.case-kicker::before {
  width: 8px;
  height: 27px;
  background: var(--case-blue);
  content: "";
  transform: skew(-16deg);
}
.case-kicker--risk { color: var(--case-red); }
.case-kicker--risk::before { background: var(--case-red); }
.case-kicker--light { color: #71c9ff; }
.case-kicker--light::before { background: #20a8ea; }
.case-hero-copy h1 {
  max-width: 660px;
  margin-bottom: 19px;
  font-size: clamp(38px, 3.18vw, 52px);
  line-height: 1.04;
  font-weight: 800;
}
.case-hero-copy > p {
  max-width: 590px;
  margin-bottom: 25px;
  color: var(--case-muted);
  font-size: 17px;
  line-height: 1.62;
}
.case-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.case-button-outline {
  border: 1px solid #bdd4ef;
  background: #fff;
  color: var(--case-navy);
}
.case-hero-image {
  position: relative;
  align-self: stretch;
  min-height: 402px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--case-soft);
}
.case-hero-image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 30%);
  content: "";
  pointer-events: none;
}
.case-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 402px;
  object-fit: cover;
  object-position: 54% center;
}
.case-hero-image figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 3px;
  min-width: 205px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 8px;
  background: rgba(6,27,58,.88);
  color: #fff;
  backdrop-filter: blur(10px);
}
.case-hero-image figcaption strong { font-size: 14px; }
.case-hero-image figcaption span { color: #bed0e6; font-size: 12px; }

.case-facts { border-bottom: 1px solid var(--case-line); background: #fff; }
.case-facts-inner { padding: 23px 0 21px; }
.case-facts-title {
  display: block;
  margin-bottom: 15px;
  color: var(--case-blue);
  font-size: 12px;
  font-weight: 800;
}
.case-facts-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.case-facts-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  min-height: 72px;
  padding: 5px 24px;
  border-left: 1px solid var(--case-line);
}
.case-facts-grid > div:first-child { border-left: 0; padding-left: 0; }
.case-facts-grid > div:last-child { padding-right: 0; }
.case-facts-grid img {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  margin-top: 2px;
  filter: brightness(0) saturate(100%) invert(35%) sepia(92%) saturate(1778%) hue-rotate(192deg) brightness(98%) contrast(95%);
}
.case-facts-grid > div:nth-child(4) img { filter: brightness(0) saturate(100%) invert(56%) sepia(89%) saturate(940%) hue-rotate(145deg) brightness(91%) contrast(90%); }
.case-facts-grid strong { color: var(--case-navy); font-size: 15px; }
.case-facts-grid span { color: var(--case-muted); font-size: 11px; line-height: 1.4; }

.case-section { padding: 76px 0; }
.case-section--soft { background: var(--case-soft); }
.case-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 80px;
  align-items: end;
  margin-bottom: 42px;
}
.case-heading .case-kicker { margin-bottom: 13px; }
.case-heading h2,
.problem-solution h2,
.management-heading h2,
.request-layout h2 {
  margin-bottom: 0;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 800;
}
.case-heading > p {
  margin-bottom: 3px;
  color: var(--case-muted);
  font-size: 16px;
  line-height: 1.65;
}

.journey-section { padding-top: 38px; padding-bottom: 58px; }
.journey-title { margin: 0 0 24px; font-size: 28px; line-height: 1.2; }
.candidate-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0;
  padding: 0 26px 34px;
  list-style: none;
}
.candidate-journey::before {
  position: absolute;
  z-index: 0;
  top: 42px;
  left: 9%;
  right: 9%;
  height: 2px;
  background: #6ba9ef;
  content: "";
}
.candidate-journey::after {
  position: absolute;
  z-index: 0;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dotted #bdd7f2;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  content: "";
}
.candidate-journey li {
  position: relative;
  z-index: 1;
  padding: 0 27px;
  text-align: center;
}
.journey-icon {
  display: grid;
  width: 86px;
  height: 86px;
  margin: 0 auto 16px;
  place-items: center;
  border: 2px solid #68a8ef;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 8px #fff;
}
.journey-icon img {
  width: 38px;
  height: 38px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(96%) saturate(1661%) hue-rotate(190deg) brightness(96%) contrast(97%);
}
.journey-arrow {
  position: absolute;
  top: 32px;
  right: -28px;
  width: 50px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(35%) sepia(92%) saturate(1778%) hue-rotate(192deg) brightness(98%) contrast(95%);
}
.candidate-journey h3 { max-width: 170px; margin: 0 auto 8px; font-size: 15px; line-height: 1.3; }
.candidate-journey p { max-width: 175px; margin: 0 auto; color: var(--case-muted); font-size: 11px; line-height: 1.45; }

.problem-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--case-line);
  border-radius: 8px;
  background: #fff;
}
.problem-side,
.solution-side { padding: 42px 46px 44px; }
.problem-side { border-right: 1px solid var(--case-line); }
.problem-solution h2 { max-width: 520px; margin-bottom: 29px; font-size: clamp(28px, 2.5vw, 38px); }
.issue-list,
.solution-checks { display: grid; gap: 0; }
.issue-list > div,
.solution-checks > div {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 68px;
  padding: 15px 10px 15px 38px;
  border-top: 1px solid var(--case-line);
}
.issue-list > div::before,
.solution-checks > div::before {
  position: absolute;
  top: 20px;
  left: 7px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.issue-list > div::before { background: #ef6b62; content: "!"; }
.solution-checks > div::before { background: var(--case-green); content: "✓"; }
.issue-list strong, .solution-checks strong { color: var(--case-navy); font-size: 15px; }
.issue-list span, .solution-checks span { color: var(--case-muted); font-size: 13px; line-height: 1.45; }

.compact-section-title {
  margin: 0 0 20px;
  color: var(--case-navy);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.system-section {
  padding-top: 34px;
  padding-bottom: 18px;
  background: #fff;
}
.system-map {
  border: 1px solid var(--case-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.system-row {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  min-height: 70px;
  border-top: 1px solid var(--case-line);
}
.system-row:first-child { border-top: 0; }
.system-row > strong {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-right: 1px solid var(--case-line);
  background: #f1f7fd;
  color: var(--case-blue);
  font-family: Montserrat, Inter, sans-serif;
  font-size: 13px;
}
.system-flow {
  position: relative;
  z-index: 0;
  display: grid;
  align-items: stretch;
  gap: 8px;
  padding: 8px 14px;
}
.system-flow::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5%;
  left: 5%;
  height: 1px;
  background: #6aa8ef;
  content: "";
}
.system-row:not(:last-child) .system-flow::after {
  position: absolute;
  z-index: -1;
  bottom: -8px;
  left: 50%;
  width: 1px;
  height: 16px;
  background: #6aa8ef;
  content: "";
}
.system-flow--7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.system-flow--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.system-flow--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); padding-right: 8%; padding-left: 8%; }
.system-node {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 52px;
  padding: 5px 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #fff;
  color: #254565;
  text-align: center;
}
.system-node::before,
.system-node::after {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #4d9df0;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}
.system-node::before { top: -2px; }
.system-node::after { bottom: -2px; }
.system-node img { width: 22px; height: 22px; filter: brightness(0) saturate(100%) invert(34%) sepia(92%) saturate(1760%) hue-rotate(193deg) brightness(94%) contrast(96%); }
.system-node b {
  display: block;
  max-width: 140px;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 700;
}
.system-row:nth-child(3) .system-node {
  min-height: 43px;
  margin: 5px 0;
  border: 1px solid #cbdced;
  border-radius: 5px;
  color: #264561;
}
.system-row:nth-child(3) .system-node img { display: none; }
.system-row:nth-child(4) .system-node { flex-direction: row; }
.system-row:nth-child(4) .system-node img { width: 19px; height: 19px; }
.system-row:nth-child(5) .system-node img { width: 25px; height: 25px; }

.launch-section {
  padding-top: 16px;
  padding-bottom: 42px;
  background: #fff;
}
.launch-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.launch-timeline::before {
  position: absolute;
  top: 15px;
  left: 3%;
  right: 1%;
  height: 2px;
  background: linear-gradient(90deg, var(--case-blue), #7894b2 46%, #7894b2);
  content: "";
}
.launch-timeline li {
  position: relative;
  z-index: 1;
  min-height: 155px;
  padding: 45px 18px 16px;
  border-right: 1px solid var(--case-line);
}
.launch-timeline li:first-child { background: #f4f9fe; }
.launch-timeline li:last-child { border-right: 0; }
.launch-timeline li > span {
  position: absolute;
  top: 0;
  left: 18px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--case-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 0 0 1px #7894b2;
}
.launch-timeline li:nth-child(1) > span,
.launch-timeline li:nth-child(3) > span { background: var(--case-blue); box-shadow: 0 0 0 1px var(--case-blue); }
.launch-timeline h3 { margin-bottom: 8px; font-size: 14px; line-height: 1.3; }
.launch-timeline p { margin: 0; color: var(--case-muted); font-size: 11px; line-height: 1.5; }

.evidence-section { padding-top: 18px; padding-bottom: 70px; }
.client-proof {
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--case-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(21,50,84,.09);
}
.client-proof > img {
  display: block;
  width: 100%;
  aspect-ratio: 1100 / 541;
  object-fit: cover;
}
.client-proof figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 17px 22px;
  border-top: 1px solid var(--case-line);
  color: var(--case-muted);
  font-size: 13px;
}
.client-proof a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--case-blue);
  font-weight: 800;
  text-decoration: none;
}
.client-proof a img { width: 16px; height: 16px; }

.management-results {
  padding: 42px 0 48px;
  background: #06264a;
  color: #fff;
}
.management-results h2 { margin: 0 0 28px; color: #fff; font-size: 30px; line-height: 1.2; }
.management-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.management-grid > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  min-height: 112px;
  padding: 4px 20px;
  border-left: 1px solid rgba(190,214,239,.36);
}
.management-grid > div:first-child { border-left: 0; padding-left: 0; }
.management-grid > div:last-child { padding-right: 0; }
.management-grid img { width: 38px; height: 38px; filter: brightness(0) invert(1); opacity: .76; }
.management-grid span { display: block; }
.management-grid strong { display: block; margin-bottom: 10px; color: #fff; font-family: Montserrat, Inter, sans-serif; font-size: 14px; line-height: 1.35; }
.management-grid b { display: block; color: #c5d5e7; font-size: 12px; line-height: 1.55; font-weight: 400; }

.request-section { padding: 38px 0; background: #fff; color: #fff; }
.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: clamp(48px, 6vw, 86px);
  align-items: center;
  padding: 34px 46px;
  border: 1px solid #1e527f;
  border-radius: 8px;
  background: #073158;
  box-shadow: 0 14px 34px rgba(6,38,74,.13);
}
.request-layout h2 { max-width: 520px; margin-bottom: 12px; color: #fff; font-size: 34px; }
.request-layout > div > p { max-width: 510px; margin: 0; color: #c8d7e8; font-size: 14px; line-height: 1.55; }
.request-form-wrap {
  justify-self: end;
  width: 100%;
  max-width: 520px;
  min-width: 0;
}
.lead-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 16px 20px;
  border: 1px solid #d8e4f2;
  border-radius: 8px;
  background: #fff;
}
.form-fields { display: grid; grid-column: 1; gap: 10px; }
.lead-form label { display: grid; gap: 5px; color: #667990; font-size: 11px; font-weight: 700; }
.lead-form input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #c9d7e6;
  border-radius: 6px;
  outline: 0;
  background: transparent;
  color: var(--case-navy);
  font: inherit;
}
.lead-form input:focus { border-color: var(--case-blue); box-shadow: 0 0 0 2px rgba(11,100,223,.12); }
.lead-form .button { grid-column: 1; width: 100%; min-height: 52px; margin: 0; }
.lead-form .honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; }
.lead-form [data-lead-status] { grid-column: 1 / -1; }
.request-consent { display: block; margin-top: 8px; color: #9fb6ce; font-size: 10px; line-height: 1.4; }

@media (hover: hover) and (pointer: fine) {
  .case-index a:hover { color: var(--case-blue); }
  .case-button-outline:hover { border-color: var(--case-blue); color: var(--case-blue); }
  .system-row span:hover { border-color: var(--case-blue); }
  .client-proof a:hover { text-decoration: underline; }
}
.wils-v2-page .button:active,
.wils-v2-page .case-index a:active,
.wils-v2-page .client-proof a:active { transform: scale(.97); }

@media (max-width: 1120px) {
  .case-hero-grid {
    grid-template-columns: 118px minmax(330px, .88fr) minmax(420px, 1.12fr);
    gap: 22px;
  }
  .case-hero-copy h1 { font-size: 40px; }
  .case-index strong { font-size: 10px; }
  .case-index a { font-size: 11px; }
  .case-facts-grid > div { padding-inline: 13px; }
  .candidate-journey li { padding-inline: 12px; }
  .problem-side, .solution-side { padding-inline: 32px; }
  .request-layout { gap: 48px; }
}

@media (max-width: 900px) {
  .case-breadcrumbs { padding-top: 18px; }
  .wils-v2-page .shell { width: min(100% - 36px, 760px); }
  .case-hero-grid {
    grid-template-columns: 1fr 1.03fr;
    gap: 24px;
    min-height: auto;
    padding-top: 18px;
  }
  .case-index {
    grid-column: 1 / -1;
    align-self: auto;
    display: grid;
    grid-template-columns: auto repeat(5, 1fr);
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid var(--case-line);
    padding: 0 0 14px;
  }
  .case-index strong { margin: 0 16px 0 0; }
  .case-index a { min-height: 32px; grid-template-columns: 22px 1fr; }
  .case-index a::after { display: none; }
  .case-hero-copy h1 { font-size: 35px; }
  .case-hero-copy > p { font-size: 15px; }
  .case-hero-image, .case-hero-image img { min-height: 390px; }
  .case-facts-grid { grid-template-columns: repeat(3, 1fr); }
  .case-facts-grid > div { border-bottom: 1px solid var(--case-line); }
  .case-facts-grid > div:nth-child(4), .case-facts-grid > div:nth-child(5) { border-bottom: 0; }
  .case-facts-grid > div:last-child { border-right: 0; }
  .case-heading { grid-template-columns: 1fr; gap: 15px; }
  .candidate-journey { grid-template-columns: repeat(3, 1fr); row-gap: 32px; }
  .candidate-journey::before, .candidate-journey::after { display: none; }
  .journey-arrow { display: none; }
  .problem-solution { grid-template-columns: 1fr; }
  .problem-side { border-right: 0; border-bottom: 1px solid var(--case-line); }
  .launch-timeline { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .launch-timeline::before { display: none; }
  .management-grid { grid-template-columns: repeat(3, 1fr); }
  .management-grid > div:nth-child(4) { border-left: 0; border-top: 1px solid rgba(177,207,238,.22); }
  .management-grid > div:nth-child(5) { border-top: 1px solid rgba(177,207,238,.22); }
  .request-layout { grid-template-columns: 1fr; gap: 32px; }
  .request-form-wrap { justify-self: start; max-width: 520px; }
}

@media (max-width: 640px) {
  .case-breadcrumbs { padding-top: 18px; }
  .wils-v2-page .shell { width: min(100% - 28px, 520px); }
  .case-hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 14px;
    padding-bottom: 24px;
  }
  .case-index {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 11px;
    scrollbar-width: none;
  }
  .case-index::-webkit-scrollbar { display: none; }
  .case-index strong { display: none; }
  .case-index a {
    flex: 0 0 auto;
    min-height: 28px;
    padding-right: 16px;
    font-size: 11px;
  }
  .case-hero-copy { padding: 0; }
  .case-kicker { margin-bottom: 12px; font-size: 10px; }
  .case-kicker::before { width: 6px; height: 22px; }
  .case-hero-copy h1 { margin-bottom: 15px; font-size: 34px; line-height: 1.06; }
  .case-hero-copy > p { margin-bottom: 20px; font-size: 15px; line-height: 1.55; }
  .case-hero-actions { display: grid; grid-template-columns: 1fr; }
  .case-hero-actions .button { width: 100%; }
  .case-hero-image { min-height: 300px; }
  .case-hero-image img { min-height: 300px; object-position: 55% center; }
  .case-hero-image figcaption { right: 12px; bottom: 12px; min-width: 182px; padding: 11px 13px; }
  .case-facts-grid { grid-template-columns: 1fr 1fr; }
  .case-facts-grid > div { min-height: 96px; padding: 14px 12px; border-bottom: 1px solid var(--case-line); }
  .case-facts-grid > div:first-child { padding-left: 12px; }
  .case-facts-grid > div:last-child { padding-right: 12px; }
  .case-facts-grid > div:nth-child(2n+1) { border-left: 0; }
  .case-facts-grid > div:nth-child(4) { border-bottom: 1px solid var(--case-line); }
  .case-facts-grid > div:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .case-facts-grid strong { font-size: 14px; }
  .case-facts-grid span { font-size: 11px; }
  .case-section { padding: 54px 0; }
  .case-heading { margin-bottom: 30px; }
  .case-heading h2, .management-heading h2, .request-layout h2 { font-size: 30px; }
  .case-heading > p { font-size: 14px; }
  .candidate-journey {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .candidate-journey::before { display: none; }
  .candidate-journey li {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 17px;
    padding: 0 0 26px;
    text-align: left;
  }
  .candidate-journey li:last-child { padding-bottom: 0; }
  .candidate-journey li:not(:last-child)::before {
    position: absolute;
    z-index: -1;
    top: 58px;
    bottom: 0;
    left: 28px;
    width: 2px;
    background: #6ba9ef;
    content: "";
  }
  .journey-icon { grid-row: 1 / 3; width: 58px; height: 58px; margin: 0; box-shadow: 0 0 0 5px #fff; }
  .journey-icon img { width: 25px; height: 25px; }
  .candidate-journey h3 { align-self: end; margin: 3px 0 5px; }
  .candidate-journey p { grid-column: 2; }
  .problem-solution { width: min(100% - 28px, 520px); }
  .problem-side, .solution-side { padding: 31px 22px 32px; }
  .problem-solution h2 { font-size: 28px; }
  .system-row { grid-template-columns: 1fr; }
  .system-row > strong { min-height: 52px; border-right: 0; border-bottom: 1px solid var(--case-line); padding: 13px 17px; }
  .system-row > div { padding: 14px; }
  .system-row span { min-height: 34px; padding: 7px 10px; font-size: 12px; }
  .launch-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .launch-timeline::before { display: none; }
  .launch-timeline li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 16px;
    padding: 0 0 27px;
  }
  .launch-timeline li:last-child { padding-bottom: 0; }
  .launch-timeline li:not(:last-child)::before {
    position: absolute;
    z-index: -1;
    top: 34px;
    bottom: 0;
    left: 16px;
    width: 2px;
    background: #8cbef4;
    content: "";
  }
  .launch-timeline li > span { margin: 0; box-shadow: 0 0 0 5px var(--case-soft); }
  .launch-timeline h3 { margin-top: 1px; }

  .compact-section-title { margin-bottom: 16px; font-size: 23px; }
  .system-section { padding-top: 30px; padding-bottom: 12px; }
  .system-row { grid-template-columns: 1fr; min-height: 0; }
  .system-row > strong { min-height: 42px; padding: 10px 14px; border-right: 0; border-bottom: 1px solid var(--case-line); font-size: 12px; }
  .system-flow,
  .system-flow--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; padding: 9px; }
  .system-flow::before,
  .system-row:not(:last-child) .system-flow::after,
  .system-node::before,
  .system-node::after { display: none; }
  .system-node,
  .system-row:nth-child(4) .system-node { min-height: 42px; padding: 5px 7px; flex-direction: row; justify-content: flex-start; gap: 7px; border: 1px solid #d8e4f2; border-radius: 5px; text-align: left; }
  .system-row:nth-child(3) .system-node { min-height: 42px; margin: 0; }
  .system-row:nth-child(3) .system-node img { display: block; }
  .system-node img,
  .system-row:nth-child(4) .system-node img,
  .system-row:nth-child(5) .system-node img { width: 18px; height: 18px; flex: 0 0 18px; }
  .system-node b { font-size: 10px; }
  .launch-section { padding-top: 16px; padding-bottom: 28px; }
  .launch-timeline li { position: relative; min-height: 0; padding: 0 0 24px; border-right: 0; background: transparent; }
  .launch-timeline li:first-child { background: transparent; }
  .launch-timeline li > span { position: relative; top: auto; left: auto; width: 34px; height: 34px; }
  .evidence-section { padding-top: 18px; padding-bottom: 52px; }
  .client-proof > img {
    height: calc((100vw - 28px) * .492);
    max-height: 242px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: top center;
  }
  .client-proof figcaption { align-items: flex-start; flex-direction: column; gap: 10px; }
  .management-results { padding: 46px 0; }
  .management-heading { grid-template-columns: 1fr; gap: 0; margin-bottom: 26px; }
  .management-grid { grid-template-columns: 1fr; }
  .management-grid > div {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    min-height: auto;
    padding: 18px 0;
    border-top: 1px solid rgba(177,207,238,.22);
    border-left: 0;
  }
  .management-grid > div:first-child { border-top: 0; }
  .management-grid img { width: 30px; height: 30px; }
  .management-grid strong { margin-bottom: 6px; }
  .request-section { padding: 42px 0; }
  .request-layout { gap: 28px; padding: 27px 18px; }
  .lead-form { grid-template-columns: 1fr; gap: 16px; padding: 16px; }
  .form-fields, .lead-form .button { grid-column: 1; grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wils-v2-page *, .wils-v2-page *::before, .wils-v2-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
