.solution-focus {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

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

.experience-strip {
  display: block;
  background: #fff8f9;
  border-bottom: 1px solid #f0cbd1;
}

.experience-strip > .wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.experience-strip > .wrap > b {
  color: var(--red);
  font-size: 34px;
  line-height: 1;
}

.experience-strip span span {
  display: flex;
  flex-direction: column;
}

.experience-strip strong {
  font-size: 17px;
}

.experience-strip small {
  color: var(--muted);
  font-size: 14px;
}

.experience-strip em {
  color: var(--red);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.network-grid {
  gap: 14px !important;
}

.network-card {
  min-width: 0;
  padding: 20px !important;
  background: #fff;
  border: 1px solid var(--line) !important;
}

.network-card > span:first-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.network-card small {
  margin-bottom: 4px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.network-card strong {
  overflow-wrap: anywhere;
}

.network-card > b {
  color: var(--red);
  font-size: 20px;
}

.solution-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 38px;
}

.solution-head p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

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

.solution-path article {
  min-width: 0;
  padding: 27px 23px;
  border-right: 1px solid var(--line);
}

.solution-path article:last-child {
  border-right: 0;
}

.solution-path b {
  color: var(--red);
  font-size: 12px;
  letter-spacing: .12em;
}

.solution-path h3 {
  margin: 12px 0 10px;
  font-size: 21px;
}

.solution-path p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.inspection-boundary {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 45px;
  align-items: start;
  margin-top: 26px;
  padding: 28px 30px;
  background: var(--soft);
  border-left: 4px solid var(--red);
}

.inspection-boundary strong {
  color: var(--red);
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.inspection-boundary h3 {
  margin: 8px 0 0;
}

.inspection-boundary p {
  margin: 0;
  color: var(--muted);
}

.attention-panel {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 45px;
  margin-top: 26px;
  padding: 32px;
  background: #2b2d31;
  color: #fff;
}

.attention-panel > span {
  align-self: start;
  padding-top: 4px;
  color: #ff8797;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.attention-panel h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 26px;
}

.attention-panel p {
  max-width: 800px;
  margin: 0 0 15px;
  color: #dfe0e2;
}

.attention-panel a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ff8797;
  text-underline-offset: 4px;
}

.lexicon-scope {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 28px;
  margin: -10px 0 28px;
  padding: 19px 21px;
  background: var(--soft);
  border-left: 4px solid var(--red);
}

.lexicon-scope span {
  color: var(--muted);
}

@media (max-width: 980px) {
  .solution-head {
    gap: 35px;
  }

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

  .solution-path article:nth-child(2) {
    border-right: 0;
  }

  .solution-path article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .solution-head,
  .inspection-boundary,
  .attention-panel,
  .lexicon-scope {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solution-path {
    grid-template-columns: 1fr;
  }

  .solution-path article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .solution-path article:last-child {
    border-bottom: 0;
  }

  .attention-panel {
    padding: 26px 23px;
  }

  .experience-strip > .wrap {
    grid-template-columns: auto 1fr;
    gap: 14px;
  }

  .experience-strip em {
    grid-column: 1 / -1;
  }
}
