.investigation-page .hero h1 {
  max-width: 11ch;
}

.investigation-page .hero-visual .investigation-hero-title {
  fill: #26232b;
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
}

.investigation-page .hero-visual .investigation-hero-copy {
  fill: #5c5078;
  font-size: 11px;
  letter-spacing: 0.7px;
}

.investigation-page .hero-visual .investigation-hero-triage {
  fill: #fff;
}

.investigation-page .hero-visual .investigation-hero-route {
  fill: #403757;
  font-size: 11px;
  letter-spacing: 0.8px;
}

.investigation-page .need .split-copy {
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(42px, 5vw, 70px);
}

.investigation-page .need .large-copy {
  margin-top: 34px;
}

.investigation-direction {
  display: grid;
  min-height: 390px;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 8px;
  padding: 30px;
  background: #403757;
}

.direction-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  background: #e8f0cf;
}

.direction-lead small,
.direction-specialists small {
  color: #5c5078;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.direction-lead strong {
  margin: 48px 0 15px;
  font-size: 28px;
  line-height: 1.08;
}

.direction-lead ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.direction-lead li {
  padding-top: 9px;
  border-top: 1px solid rgba(92, 80, 120, 0.28);
  color: #55515b;
  font-size: 15px;
  line-height: 1.35;
}

.direction-specialists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.direction-specialists article {
  display: flex;
  min-height: 155px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  background: #fff;
}

.direction-specialists article:nth-child(2),
.direction-specialists article:nth-child(3) {
  background: #eeeaf3;
}

.direction-specialists strong {
  font-size: 19px;
  line-height: 1.18;
}

.investigation-ranulph {
  padding: 62px 0;
}

.investigation-ranulph .ranulph-support-layout {
  grid-template-columns: 0.54fr 1.46fr;
  gap: clamp(38px, 6vw, 72px);
}

.investigation-ranulph .ranulph-support-heading h2 {
  max-width: 13ch;
}

.ranulph-investigation-map {
  display: grid;
  grid-template-columns: 1.32fr 0.68fr;
  gap: 12px;
}

.ranulph-visual-column {
  min-width: 0;
}

.ranulph-limit {
  margin: 10px 0 0;
  color: #dde8e1;
  font-size: 13px;
  line-height: 1.45;
}

.fraud-mri-block {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px 24px;
  border: 1px solid rgba(221, 232, 225, 0.35);
  background: #38675e;
}

.investigation-agent-block {
  border: 1px solid rgba(221, 232, 225, 0.35);
}

.agent-label {
  display: block;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(221, 232, 225, 0.24);
  color: #80c480;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.agent-connection {
  padding-top: 14px;
  border-top: 1px solid rgba(221, 232, 225, 0.35);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.fraud-mri-block span,
.ranulph-flow span {
  color: #80c480;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.fraud-mri-block h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
}

.fraud-mri-block p {
  margin: 0;
  color: #dde8e1;
  font-size: 14px;
  line-height: 1.5;
}

.ranulph-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ranulph-flow div {
  display: flex;
  min-height: 110px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 18px;
  border-right: 1px solid rgba(221, 232, 225, 0.24);
  border-bottom: 1px solid rgba(221, 232, 225, 0.24);
}

.ranulph-flow div:nth-child(3n) {
  border-right: 0;
}

.ranulph-flow div:nth-child(n + 4) {
  border-bottom: 0;
}

.ranulph-flow strong {
  color: #fff;
  font-size: 16px;
}

.investigation-method {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 30px;
  background: #403757;
}

.method-phase {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 22px;
  background: #fff;
  color: #26232b;
}

.method-phase:nth-child(2) {
  background: #eeeaf3;
}

.method-phase:nth-child(3) {
  background: #e8f0cf;
}

.method-phase > span {
  color: #5c5078;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.method-phase h3 {
  margin: 42px 0 18px;
  font-size: 23px;
  line-height: 1.1;
}

.method-phase ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.method-phase li {
  padding-top: 9px;
  border-top: 1px solid #c9c3d2;
  color: #55515b;
  font-size: 13px;
  line-height: 1.35;
}

.investigation-page .ways-list {
  grid-template-columns: repeat(3, 1fr);
}

.investigation-page .ways-list li {
  grid-template-columns: 45px 1fr;
}

.investigation-page .ways-list li p {
  grid-column: 2;
  margin: 10px 0 0;
  color: #65616a;
  font-size: 14px;
  line-height: 1.45;
}

.case-example-layout {
  display: grid;
  grid-template-columns: 0.35fr 1.65fr;
  gap: 34px;
  margin-top: 42px;
}

.case-stat-panel {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background: #183b35;
  color: #fff;
}

.case-stat-panel strong {
  color: #a4cc38;
  font-family: Georgia, serif;
  font-size: clamp(82px, 9vw, 120px);
  font-weight: 500;
  line-height: 0.8;
}

.case-stat-panel p {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
}

.case-route-map {
  display: grid;
  grid-template-columns: 0.78fr 0.56fr 1.25fr 0.56fr;
  align-items: stretch;
  gap: 8px;
  padding: 30px;
  border: 3px solid #5c5078;
  background: #fff;
}

.case-sources,
.case-routes {
  display: grid;
  gap: 8px;
}

.case-sources div,
.case-routes div,
.case-end {
  display: flex;
  align-items: center;
  padding: 14px;
  border: 1px solid #c9c3d2;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.case-sources div {
  background: #eeeaf3;
}

.case-routes div:nth-child(1),
.case-routes div:nth-child(3) {
  background: #e8f0cf;
}

.case-triage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  background: #5c5078;
  color: #fff;
  text-align: center;
}

.case-triage strong {
  font-size: 19px;
}

.case-triage span {
  margin-top: 18px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.6;
  text-transform: uppercase;
}

.case-end {
  justify-content: center;
  background: #403757;
  color: #fff;
  text-align: center;
}

.case-arrow {
  position: relative;
  display: grid;
  place-items: center;
}

.case-arrow::before {
  width: 100%;
  height: 3px;
  background: #5c5078;
  content: "";
}

.case-arrow::after {
  position: absolute;
  right: 0;
  border-width: 7px 0 7px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #5c5078;
  content: "";
}

.guide-gate {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  border: 1px solid #d9d6dc;
  background: #fff;
}

.guide-cover-preview {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  background: #403757;
  color: #fff;
}

.guide-cover-preview small {
  color: #a4cc38;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-cover-preview strong {
  max-width: 12ch;
  font-size: 35px;
  line-height: 1.05;
}

.guide-cover-preview span {
  display: inline-flex;
  width: fit-content;
  padding: 9px 12px;
  background: #e8f0cf;
  color: #403757;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-request {
  padding: 42px;
}

.guide-request h3 {
  margin: 0 0 14px;
  font-size: 31px;
  line-height: 1.1;
}

.guide-request > p {
  max-width: 58ch;
  margin: 0 0 25px;
  color: #65616a;
  font-size: 16px;
  line-height: 1.55;
}

.guide-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.guide-honeypot {
  position: absolute;
  left: -9999px;
  margin: 0;
}

.guide-form label {
  display: grid;
  gap: 7px;
  color: #403757;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.guide-form label:last-of-type {
  grid-column: 1 / -1;
}

.guide-form input {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #aaa5ae;
  background: #fff;
  font: inherit;
}

.guide-form .button {
  width: fit-content;
  margin-top: 3px;
  border: 0;
  cursor: pointer;
}

.guide-form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #65616a;
  font-size: 12px;
  line-height: 1.45;
}

.form-status-message {
  grid-column: 1 / -1;
  margin: 0;
  color: #8d2b2b;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .investigation-page .need .split-copy {
    grid-template-columns: 1fr;
  }

  .investigation-ranulph .ranulph-support-layout,
  .ranulph-investigation-map,
  .case-example-layout {
    grid-template-columns: 1fr;
  }

  .fraud-mri-block {
    min-height: 180px;
  }

  .case-stat-panel {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .investigation-direction,
  .investigation-method,
  .guide-gate {
    grid-template-columns: 1fr;
  }

  .method-phase {
    min-height: 230px;
  }

  .case-route-map {
    grid-template-columns: 1fr;
  }

  .case-arrow {
    min-height: 34px;
  }

  .case-arrow::before {
    width: 3px;
    height: 100%;
  }

  .case-arrow::after {
    right: auto;
    bottom: 0;
    border-width: 10px 7px 0;
    border-color: #5c5078 transparent transparent;
  }
}

@media (max-width: 620px) {
  .investigation-page .need .large-copy {
    margin-top: 0;
  }

  .investigation-direction,
  .investigation-method,
  .case-route-map {
    padding: 18px;
  }

  .direction-specialists,
  .ranulph-flow,
  .investigation-page .ways-list,
  .guide-form {
    grid-template-columns: 1fr;
  }

  .direction-specialists article {
    min-height: 120px;
  }

  .ranulph-flow div,
  .ranulph-flow div:nth-child(3n),
  .ranulph-flow div:nth-child(n + 4) {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid rgba(221, 232, 225, 0.24);
  }

  .ranulph-flow div:last-child {
    border-bottom: 0;
  }

  .case-stat-panel,
  .guide-cover-preview {
    min-height: 300px;
  }

  .guide-request {
    padding: 30px 24px;
  }

  .guide-form label:last-of-type {
    grid-column: auto;
  }
}
