/* 0903 solution design alignment: shared by /list/211 through /list/214. */
.nw26-solution-0903 {
  --nw26-solution-ink: #172033;
  --nw26-solution-muted: #5c6b80;
  --nw26-solution-blue: #1684ff;
  --nw26-solution-pale: #f2f7ff;
}

.nw26-solution-0903 .nw26-solution-v2-hero,
.nw26-solution-0903 .nw26-solution-v2-hero .nw26-shell {
  min-height: clamp(460px, 32.03125vw, 615px);
}

.nw26-solution-0903 .nw26-solution-v2-hero {
  background-color: #eef7ff;
  background-image: var(--nw26-solution-hero-desktop);
  background-position: center;
  background-size: cover;
}

.nw26-solution-0903 .nw26-solution-v2-hero::before {
  z-index: 0;
  background: linear-gradient(90deg, rgba(244, 250, 255, .94) 0%, rgba(244, 250, 255, .72) 34%, rgba(244, 250, 255, .14) 58%, rgba(244, 250, 255, 0) 76%);
}

.nw26-solution-0903 .nw26-solution-v2-hero .nw26-reveal {
  width: min(100%, 600px);
}

.nw26-solution-0903 .nw26-solution-tag {
  border: 0;
  border-radius: 4px;
  background: #0877ff;
  color: #fff;
  box-shadow: none;
}

.nw26-solution-0903 .nw26-solution-v2-hero h1 {
  max-width: 600px;
  margin: 20px 0 16px;
  color: #0877ff;
  font-size: 38px;
  line-height: 1.35;
  text-shadow: none;
}

.nw26-solution-0903 .nw26-solution-v2-hero p {
  max-width: 610px;
  margin: 0;
  color: #25364d;
  font-size: 15px;
  line-height: 1.9;
  text-shadow: none;
}

.nw26-solution-0903 .nw26-anchor {
  width: min(620px, calc(100% - 32px));
  margin-top: 44px;
  border: 0;
  background: #e7f0ff;
  box-shadow: none;
}

.nw26-solution-0903 .nw26-anchor.is-stuck {
  width: 100%;
  margin-top: 0;
  box-shadow: 0 10px 28px rgba(40, 85, 140, .12);
}

.nw26-solution-0903 .nw26-heading {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nw26-solution-0903 .nw26-heading h2 {
  color: var(--nw26-solution-blue);
  font-weight: 700;
}

.nw26-solution-0903 .nw26-heading p {
  margin: 0 auto;
  color: var(--nw26-solution-ink);
  white-space: pre-line;
}

.nw26-solution-0903 .nw26-solution-v2-arch .nw26-heading p {
  margin-right: 0;
  margin-left: 0;
  text-align: left !important;
}

.nw26-solution-0903 .nw26-solution-v2-pain {
  background: linear-gradient(135deg, #edf7ff 0%, #f1f7ff 48%, #edf2ff 100%);
}

.nw26-solution-0903 .nw26-pain-grid article {
  display: block;
  min-height: 208px;
  padding: 26px 30px;
  border: 1px solid #e0eaf6;
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
}

.gj-site:not(.gj-cat-205) .nw26-solution-0903 .nw26-pain-grid article:hover {
  border-color: #b8d9ff;
  background: #d8e5ff;
  box-shadow: 0 12px 30px rgba(42, 113, 196, .1);
  transform: translateY(-3px);
}

.nw26-solution-0903 .nw26-pain-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.nw26-solution-0903 .nw26-pain-grid h3 {
  margin: 10px 0 8px;
  color: var(--nw26-solution-ink);
  font-size: 19px;
  line-height: 1.45;
}

.nw26-solution-0903 .nw26-pain-grid p {
  margin: 0;
  color: var(--nw26-solution-muted);
  font-size: 14px;
  line-height: 1.78;
}

.nw26-solution-0903 .nw26-solution-v2-arch {
  background: #f5f7ff;
}

.nw26-solution-0903 .nw26-solution-architecture-graphic {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.nw26-solution-0903 .nw26-solution-architecture-graphic img {
  display: block;
  width: 100%;
  height: auto;
}

.nw26-solution-0903 .nw26-solution-v2-value {
  background: #f8fbff;
}

.nw26-solution-0903 .nw26-solution-value-gallery {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.nw26-solution-0903 .nw26-solution-value-tabs {
  display: grid;
  align-content: center;
}

.nw26-solution-0903 .nw26-solution-value-tabs button {
  display: grid;
  gap: 8px;
  min-height: 72px;
  padding: 16px 20px 16px 18px;
  border: 0;
  border-bottom: 1px solid #dce6f3;
  border-left: 4px solid transparent;
  background: transparent;
  color: var(--nw26-solution-ink);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.nw26-solution-0903 .nw26-solution-value-tabs button:hover {
  background: #edf5ff;
  color: #1268f3;
}

.nw26-solution-0903 .nw26-solution-value-tabs button.active {
  border-left-color: #1268f3;
  background: #edf5ff;
  color: #1268f3;
}

.nw26-solution-0903 .nw26-solution-value-tabs small {
  display: none;
  color: #56667d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.nw26-solution-0903 .nw26-solution-value-tabs button.active small {
  display: block;
}

.nw26-solution-0903 .nw26-solution-value-stage {
  min-width: 0;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #cfe2fb;
  border-radius: 6px;
  background: #eaf4ff;
}

.nw26-solution-0903 .nw26-solution-value-stage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #fff;
  transition: opacity .22s ease, transform .22s ease;
}

.nw26-solution-0903 .nw26-solution-value-stage img[src$=".svg"],
.nw26-solution-0903 .nw26-solution-value-stage img[src*=".svg?"] {
  object-fit: contain;
}

.nw26-solution-0903 .nw26-solution-value-stage img.is-switching {
  opacity: .25;
  transform: translateY(5px);
}

.nw26-solution-0903 .nw26-solution-v2-cases {
  background: linear-gradient(135deg, #edf7ff 0%, #eef3ff 50%, #eaf3ff 100%);
}

.nw26-solution-0903 .nw26-solution-case-grid {
  display: flex;
  gap: 16px;
  align-items: stretch;
  height: 430px;
}

.nw26-solution-0903 .nw26-solution-case-grid article {
  display: flex;
  min-width: 0;
  min-height: 0;
  height: 430px;
  flex: 1 1 0;
  flex-direction: column;
  border: 1px solid #dce8f6;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  transform: none;
  transition: flex-grow .42s cubic-bezier(.2,.75,.25,1), border-color .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.nw26-solution-0903 .nw26-solution-case-grid article.is-active {
  flex-grow: 2;
  border-color: #438dff;
  background: #438dff;
  box-shadow: 0 18px 40px rgba(38, 104, 196, .16);
}

.nw26-solution-0903 .nw26-solution-case-image {
  height: 190px;
  flex: 0 0 auto;
  aspect-ratio: auto;
  border-radius: 0;
  transition: height .42s cubic-bezier(.2,.75,.25,1);
}

.nw26-solution-0903 .nw26-solution-case-grid article.is-active .nw26-solution-case-image {
  height: 270px;
}

.nw26-solution-0903 .nw26-solution-case-content {
  min-height: 0;
  flex: 1;
  overflow: hidden;
  padding: 24px;
  transition: color .3s ease, background-color .3s ease;
}

.nw26-solution-0903 .nw26-solution-case-grid article.is-active h3,
.nw26-solution-0903 .nw26-solution-case-grid article.is-active p,
.nw26-solution-0903 .nw26-solution-case-grid article.is-active .nw26-solution-case-link {
  color: #fff;
}

.nw26-solution-0903 .nw26-solution-case-grid h3 {
  color: var(--nw26-solution-ink);
  font-size: 20px;
  line-height: 1.45;
}

.nw26-solution-0903 .nw26-solution-case-grid p {
  color: #4f5e73;
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 760px) {
  .nw26-solution-0903 .nw26-solution-v2-hero,
  .nw26-solution-0903 .nw26-solution-v2-hero .nw26-shell {
    min-height: 75svh;
  }

  .nw26-solution-0903 .nw26-solution-v2-hero {
    background-color: #edf7ff;
    background-image: var(--nw26-solution-hero-mobile);
    background-position: 66% 100%;
    background-size: auto 52%;
    background-repeat: no-repeat;
  }

  .nw26-solution-0903 .nw26-solution-v2-hero::before {
    background: linear-gradient(180deg, rgba(244, 250, 255, .98) 0%, rgba(244, 250, 255, .94) 48%, rgba(244, 250, 255, .45) 70%, rgba(244, 250, 255, 0) 100%);
  }

  .nw26-solution-0903 .nw26-solution-v2-hero .nw26-shell {
    align-items: start;
    padding-top: 54px;
  }

  .nw26-solution-0903 .nw26-solution-v2-hero h1 {
    margin: 14px 0 12px;
    font-size: 28px;
    line-height: 1.32;
  }

  .nw26-solution-0903 .nw26-solution-v2-hero p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .nw26-solution-0903 .nw26-anchor,
  .nw26-solution-0903 .nw26-anchor.is-stuck {
    width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    padding: 6px 14px;
    border: 1px solid #cbdcf5;
    border-radius: 999px;
  }

  .nw26-solution-0903 .nw26-pain-grid {
    grid-template-columns: 1fr;
  }

  .nw26-solution-0903 .nw26-pain-grid article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 0;
    align-content: start;
    column-gap: 14px;
    padding: 18px;
  }

  .nw26-solution-0903 .nw26-pain-icon {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
  }

  .nw26-solution-0903 .nw26-pain-grid h3 {
    margin-top: 2px;
    font-size: 16px;
  }

  .nw26-solution-0903 .nw26-pain-grid p {
    font-size: 13px;
    line-height: 1.65;
  }

  .nw26-solution-0903 .nw26-solution-architecture-graphic {
    width: 100%;
    overflow: hidden;
  }

  .nw26-solution-0903 .nw26-solution-architecture-graphic img {
    width: 100%;
    max-width: none;
  }

  .nw26-solution-0903 .nw26-solution-value-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nw26-solution-0903 .nw26-solution-value-tabs {
    display: flex;
    gap: 6px;
    padding: 5px;
    overflow-x: auto;
    border: 1px solid #d6e5f7;
    border-radius: 999px;
    background: #edf4fe;
    scrollbar-width: none;
  }

  .nw26-solution-0903 .nw26-solution-value-tabs::-webkit-scrollbar {
    display: none;
  }

  .nw26-solution-0903 .nw26-solution-value-tabs button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 8px 14px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
  }

  .nw26-solution-0903 .nw26-solution-value-tabs button.active {
    border: 0;
    background: #1268f3;
    color: #fff;
  }

  .nw26-solution-0903 .nw26-solution-value-tabs small {
    display: none !important;
  }

  .nw26-solution-0903 .nw26-solution-value-stage {
    padding: 6px;
  }

  .nw26-solution-0903 .nw26-solution-case-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: auto;
  }

  .nw26-solution-0903 .nw26-solution-case-grid article {
    height: auto;
    min-height: 0;
    flex: none;
    border-color: #dce8f6;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s ease;
  }

  .nw26-solution-0903 .nw26-solution-case-grid article:first-child,
  .nw26-solution-0903 .nw26-solution-case-grid article.is-active {
    grid-column: auto;
    border-color: #dce8f6;
    background: #fff;
  }

  .nw26-solution-0903 .nw26-solution-case-image {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .nw26-solution-0903 .nw26-solution-case-grid article.is-active .nw26-solution-case-image {
    height: auto;
  }

  .nw26-solution-0903 .nw26-solution-case-grid article.is-active h3 {
    color: var(--nw26-solution-ink);
  }

  .nw26-solution-0903 .nw26-solution-case-grid article.is-active p {
    color: #4f5e73;
  }

  .nw26-solution-0903 .nw26-solution-case-grid article.is-active .nw26-solution-case-link {
    color: #1268f3;
  }

  .nw26-solution-0903 .nw26-solution-case-content {
    padding: 14px;
  }

  .nw26-solution-0903 .nw26-solution-case-grid h3 {
    font-size: 16px;
  }

  .nw26-solution-0903 .nw26-solution-case-grid p {
    font-size: 13px;
    line-height: 1.55;
  }
}

/* Final shared solution-card contract: pain points remain comparable on mobile. */
@media (max-width: 760px) {
  .nw26-solution-0903 .nw26-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
    align-items: stretch;
  }
  .nw26-solution-0903 .nw26-pain-grid article {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    min-height: 230px;
    padding: 14px;
  }
  .nw26-solution-0903 .nw26-pain-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
  }
  .nw26-solution-0903 .nw26-pain-grid h3 {
    margin: 10px 0 8px;
    font-size: 16px;
    line-height: 1.4;
  }
  .nw26-solution-0903 .nw26-pain-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
  }
}
