.solution-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.95fr);
  gap: 28px;
  align-items: center;
  margin: 0 0 26px;
  padding: 30px 28px 28px;
  color: #102f4c;
  background: #f3f9fe;
  border: 1px solid #d8e9f5;
  border-radius: 12px;
  box-sizing: border-box;
}

.solution-showcase-copy {
  min-width: 0;
}

.solution-showcase-kicker {
  margin: 0 0 12px;
  color: #0088d6;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.solution-showcase h1 {
  margin: 0;
  color: #0a2b49;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.solution-showcase-lead {
  margin: 16px 0 0;
  color: #4b6580;
  font-size: 16px;
  line-height: 1.85;
}

.solution-showcase-problems {
  margin-top: 18px;
}

.solution-showcase-problems h2 {
  margin: 0 0 10px;
  padding-bottom: 8px;
  color: #087fbd;
  font-size: 15px;
  line-height: 1.4;
  border-bottom: 1px solid #cfe3f1;
}

.solution-showcase-problem {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 0 10px;
}

.solution-showcase-problem img {
  width: 22px;
  height: 22px;
  margin: 3px 0 0 9px;
  filter: invert(41%) sepia(91%) saturate(1669%) hue-rotate(170deg) brightness(91%) contrast(101%);
}

.solution-showcase-problem p {
  margin: 0;
  color: #38536e;
  font-size: 14px;
  line-height: 1.65;
}

.solution-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.solution-showcase-actions a {
  display: inline-block;
  min-width: 104px;
  height: 40px;
  padding: 0 16px;
  color: #087fbd;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #82bee0;
  border-radius: 5px;
  box-sizing: border-box;
}

.solution-showcase-actions a.primary {
  color: #fff;
  background: #0088d6;
  border-color: #0088d6;
}

.solution-showcase-actions a:hover,
.solution-showcase-actions a:focus {
  color: #006fae;
  border-color: #0088d6;
  text-decoration: none;
  outline: 2px solid rgba(0, 136, 214, 0.18);
  outline-offset: 2px;
}

.solution-showcase-actions a.primary:hover,
.solution-showcase-actions a.primary:focus {
  color: #fff;
  background: #0076ba;
}

.solution-showcase-visual {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c7deed;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(15, 66, 105, 0.13);
}

.solution-showcase-visual a {
  display: block;
  line-height: 0;
}

.solution-showcase-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.solution-showcase-visual figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 14px 12px;
  color: #587087;
  font-size: 12px;
  line-height: 1.55;
  background: #fff;
}

.solution-showcase-visual figcaption strong {
  flex: 0 0 auto;
  color: #173f61;
  font-size: 13px;
}

.solution-decision-path {
  margin: 0 0 30px;
  padding: 24px 26px 26px;
  background: #fff;
  border: 1px solid #dbe7f0;
  border-radius: 12px;
  box-sizing: border-box;
}

.solution-decision-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 20px;
}

.solution-decision-heading > div > p {
  margin: 0 0 5px;
  color: #0088d6;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.solution-decision-heading h2 {
  margin: 0;
  color: #0f2f4d;
  font-size: 24px;
  line-height: 1.35;
}

.solution-decision-heading > p {
  max-width: 470px;
  margin: 0;
  color: #60758a;
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

.solution-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.solution-decision-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 18px;
  background: #f8fbfe;
  border-top: 3px solid #1b9ce2;
  border-radius: 8px;
  box-sizing: border-box;
}

.solution-decision-number {
  width: 44px;
  height: 44px;
  color: #087fbd;
  font-size: 15px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  background: #e5f4fd;
  border-radius: 50%;
}

.solution-decision-card h3 {
  margin: 0;
  color: #153c5e;
  font-size: 18px;
  line-height: 1.4;
}

.solution-decision-note {
  min-height: 42px;
  margin: 4px 0 10px;
  color: #718398;
  font-size: 13px;
  line-height: 1.6;
}

.solution-decision-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-decision-card li {
  position: relative;
  margin: 0;
  padding: 9px 0 9px 14px;
  color: #425c74;
  font-size: 13px;
  line-height: 1.65;
  border-top: 1px solid #dbe6ef;
  list-style: none !important;
}

.solution-decision-card li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #1b9ce2;
  border-radius: 50%;
}

@media screen and (max-width: 980px) {
  .solution-showcase {
    grid-template-columns: 1fr;
  }

  .solution-showcase-visual {
    max-width: 760px;
  }

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

  .solution-decision-note {
    min-height: 0;
  }
}

@media screen and (max-width: 768px) {
  .solution-page-shell,
  .solution-showcase,
  .solution-showcase-copy,
  .solution-showcase-visual,
  .solution-decision-path,
  .solution-story {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .solution-showcase {
    gap: 22px;
    margin-bottom: 16px;
    padding: 20px 16px 18px;
    border-radius: 8px;
  }

  .solution-showcase h1 {
    font-size: 28px;
    line-height: 1.28;
  }

  .solution-showcase-lead {
    font-size: 15px;
    line-height: 1.75;
  }

  .solution-showcase-problem {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .solution-showcase-problem img {
    margin-left: 4px;
  }

  .solution-showcase-actions a {
    min-width: 0;
    width: 100%;
    padding: 0 10px;
  }

  .solution-showcase-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-showcase-actions a:last-child {
    grid-column: 1 / -1;
  }

  .solution-showcase-visual img {
    width: 100%;
    max-width: 100%;
  }

  .solution-showcase-visual figcaption {
    display: block;
  }

  .solution-showcase-visual figcaption span {
    display: block;
    margin-top: 3px;
  }

  .solution-decision-path {
    margin-bottom: 18px;
    padding: 18px 14px;
    border-radius: 8px;
  }

  .solution-decision-heading {
    display: block;
    margin-bottom: 15px;
  }

  .solution-decision-heading h2 {
    font-size: 21px;
  }

  .solution-decision-heading > p {
    margin-top: 8px;
    text-align: left;
  }

  .solution-decision-grid {
    gap: 12px;
  }

  .solution-decision-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 12px;
  }

  .solution-decision-number {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solution-showcase-actions a {
    scroll-behavior: auto;
  }
}

.solution-story {
  color: #173b5b;
}

.solution-story-nav {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin: 0 0 34px;
  padding: 13px 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce8f1;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(20, 65, 99, 0.08);
}

.solution-story-nav span {
  color: #0b7fbd;
  font-size: 13px;
  font-weight: 700;
}

.solution-story-nav a {
  color: #425f77;
  font-size: 13px;
  line-height: 1.5;
}

.solution-story-nav a:hover,
.solution-story-nav a:focus {
  color: #0088d6;
  text-decoration: none;
}

.solution-story-section {
  margin: 0 0 58px;
  scroll-margin-top: 76px;
}

.solution-story-heading {
  max-width: 820px;
  margin: 0 0 24px;
}

.solution-story-heading > p {
  margin: 0 0 8px;
  color: #0088d6;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.solution-story-heading h2 {
  margin: 0;
  color: #0b2e4b;
  font-size: 28px;
  line-height: 1.35;
}

.solution-story-heading > span {
  display: block;
  margin-top: 10px;
  color: #60778c;
  font-size: 15px;
  line-height: 1.8;
}

.solution-fit-grid,
.solution-boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.solution-panel {
  min-width: 0;
  padding: 24px;
  background: #f8fbfe;
  border: 1px solid #dbe7f0;
  border-radius: 10px;
  box-sizing: border-box;
}

.solution-panel-accent {
  background: #eef8fd;
  border-color: #c9e5f4;
}

.solution-panel h3 {
  margin: 0 0 16px;
  color: #123a5b;
  font-size: 20px;
  line-height: 1.4;
}

.solution-panel > p {
  margin: 16px 0 0;
  padding-top: 14px;
  color: #5a7085;
  font-size: 13px;
  line-height: 1.75;
  border-top: 1px solid #cee1ed;
}

.solution-check-list,
.solution-outcome-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-check-list li,
.solution-outcome-list li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 20px;
  color: #3f5c74;
  font-size: 14px;
  line-height: 1.65;
  border-top: 1px solid #dde8f0;
  list-style: none !important;
}

.solution-check-list li:first-child,
.solution-outcome-list li:first-child {
  border-top: 0;
}

.solution-check-list li::before,
.solution-outcome-list li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 2px;
  width: 7px;
  height: 7px;
  background: #1b9ce2;
  border-radius: 50%;
}

.solution-layer-grid,
.solution-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.solution-layer-grid article,
.solution-scenario-grid article {
  min-width: 0;
  padding: 22px 18px;
  background: #fff;
  border: 1px solid #dbe7f0;
  border-top: 3px solid #1b9ce2;
  border-radius: 8px;
  box-sizing: border-box;
}

.solution-layer-grid article > span,
.solution-scenario-grid article > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #0b84c5;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.solution-layer-grid h3,
.solution-scenario-grid h3 {
  margin: 0 0 9px;
  color: #143b5c;
  font-size: 17px;
  line-height: 1.45;
}

.solution-layer-grid p,
.solution-scenario-grid p {
  margin: 0;
  color: #60758a;
  font-size: 13px;
  line-height: 1.75;
}

.solution-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  overflow: hidden;
  background: #0f3d5e;
  border-radius: 10px;
}

.solution-workflow > div {
  min-width: 0;
  padding: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  box-sizing: border-box;
}

.solution-workflow > div:first-child {
  border-left: 0;
}

.solution-workflow strong,
.solution-workflow span,
.solution-workflow small {
  display: block;
}

.solution-workflow strong {
  margin-bottom: 8px;
  color: #58c5ff;
  font-size: 12px;
}

.solution-workflow span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.solution-workflow small {
  margin-top: 5px;
  color: #bed2e2;
  font-size: 12px;
  line-height: 1.6;
}

.solution-definition-list {
  margin: 0;
}

.solution-definition-list > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #dde8f0;
}

.solution-definition-list > div:first-child {
  border-top: 0;
}

.solution-definition-list dt {
  color: #147fb8;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

.solution-definition-list dd {
  margin: 0;
  color: #536c82;
  font-size: 13px;
  line-height: 1.75;
}

.solution-delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.solution-delivery-grid article {
  padding: 19px 20px;
  background: #eef8fd;
  border-left: 3px solid #1898dc;
  border-radius: 6px;
}

.solution-delivery-grid span {
  color: #0b82c2;
  font-size: 12px;
  font-weight: 700;
}

.solution-delivery-grid p {
  margin: 8px 0 0;
  color: #3f5d75;
  font-size: 13px;
  line-height: 1.7;
}

.solution-acceptance-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #dbe6ef;
  border-radius: 8px;
}

.solution-acceptance-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.solution-acceptance-table th,
.solution-acceptance-table td {
  padding: 13px 16px;
  color: #50687d;
  font-size: 13px;
  line-height: 1.65;
  text-align: left;
  border-top: 1px solid #e0e8ef;
}

.solution-acceptance-table thead th {
  color: #183e5e;
  font-weight: 700;
  background: #f2f7fb;
  border-top: 0;
}

.solution-acceptance-table tbody th {
  width: 120px;
  color: #147fb8;
  white-space: nowrap;
}

.solution-metric-strip {
  display: grid;
  grid-template-columns: 150px repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  margin-top: 18px;
  padding: 20px;
  background: #f8fbfe;
  border: 1px solid #dbe7f0;
  border-radius: 8px;
}

.solution-metric-strip h3 {
  margin: 0;
  color: #123a5b;
  font-size: 18px;
}

.solution-metric-strip p {
  margin: 0;
  color: #4d687f;
  font-size: 13px;
  line-height: 1.7;
}

.solution-metric-strip small {
  grid-column: 2 / -1;
  color: #7b8d9d;
  font-size: 12px;
  line-height: 1.6;
}

.solution-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.solution-case-grid a {
  display: block;
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #d9e6ef;
  border-radius: 8px;
  box-sizing: border-box;
}

.solution-case-grid a:hover,
.solution-case-grid a:focus {
  border-color: #47aee4;
  box-shadow: 0 10px 26px rgba(20, 85, 128, 0.11);
  text-decoration: none;
}

.solution-case-grid span {
  display: inline-block;
  margin-bottom: 9px;
  padding: 3px 8px;
  color: #0c7fba;
  font-size: 11px;
  line-height: 1.5;
  background: #eaf6fc;
  border-radius: 3px;
}

.solution-case-grid strong {
  display: block;
  color: #153b5c;
  font-size: 16px;
  line-height: 1.5;
}

.solution-case-grid p {
  margin: 7px 0 0;
  color: #65798b;
  font-size: 13px;
  line-height: 1.7;
}

.solution-faq-list {
  border-top: 1px solid #dbe6ef;
}

.solution-faq-list details {
  padding: 0;
  border-bottom: 1px solid #dbe6ef;
}

.solution-faq-list summary {
  position: relative;
  padding: 17px 34px 17px 0;
  color: #173d5e;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  cursor: pointer;
}

.solution-faq-list details p {
  max-width: 900px;
  margin: -3px 0 17px;
  color: #5d7387;
  font-size: 14px;
  line-height: 1.8;
}

.solution-related {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 0 0 18px;
  padding: 24px;
  color: #fff;
  background: #0f3d5e;
  border-radius: 10px;
}

.solution-related > div > p {
  margin: 0 0 5px;
  color: #70cbfa;
  font-size: 12px;
  font-weight: 700;
}

.solution-related h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.solution-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.solution-related-links a {
  color: #d4e7f3;
  font-size: 13px;
  line-height: 1.6;
}

.solution-related-links a:hover,
.solution-related-links a:focus {
  color: #fff;
}

.solution-related-cta {
  display: inline-block;
  padding: 10px 15px;
  color: #0d527d;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
  white-space: nowrap;
}

.solution-related-cta:hover,
.solution-related-cta:focus {
  color: #087fbd;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .solution-layer-grid,
  .solution-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .solution-metric-strip small {
    grid-column: auto;
  }

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

  .solution-related-cta {
    justify-self: start;
  }
}

@media screen and (max-width: 768px) {
  .solution-story-nav {
    position: static;
    gap: 8px 14px;
    margin-bottom: 26px;
    padding: 12px 14px;
  }

  .solution-story-nav span {
    width: 100%;
  }

  .solution-story-section {
    margin-bottom: 42px;
    scroll-margin-top: 16px;
  }

  .solution-story-heading h2 {
    font-size: 23px;
  }

  .solution-story-heading > span {
    font-size: 14px;
  }

  .solution-fit-grid,
  .solution-boundary-grid,
  .solution-layer-grid,
  .solution-scenario-grid,
  .solution-delivery-grid,
  .solution-case-grid,
  .solution-workflow {
    grid-template-columns: 1fr;
  }

  .solution-panel {
    padding: 19px 16px;
  }

  .solution-workflow > div {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .solution-workflow > div:first-child {
    border-top: 0;
  }

  .solution-related {
    padding: 20px 16px;
  }
}
