:root {
  --npd-ink: #102033;
  --npd-muted: #5d6b7c;
  --npd-blue: #1f6fd1;
  --npd-blue-dark: #164c91;
  --npd-teal: #0f9488;
  --npd-green: #1b9a59;
  --npd-violet: #6657c8;
  --npd-amber: #d88716;
  --npd-red: #c2413b;
  --npd-line: #d9e2ec;
  --npd-paper: #ffffff;
  --npd-soft: #f5f8fb;
  --npd-blue-soft: #eaf3ff;
  --npd-teal-soft: #e8f7f4;
  --npd-green-soft: #eaf7ef;
  --npd-violet-soft: #f0effc;
  --npd-amber-soft: #fff5e4;
}

body.npd-pro-page {
  background: var(--npd-soft);
}

body.npd-pro-page #header {
  height: 80px;
  background:
    linear-gradient(90deg, rgba(31, 111, 209, 0.07), rgba(255, 255, 255, 0) 36%),
    rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 12px 32px rgba(16, 32, 51, 0.06);
}

body.npd-pro-page #header.header-scrolled {
  height: 80px;
}

body.npd-pro-page #header .container {
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 28px;
  justify-content: space-between !important;
}

body.npd-pro-page #header .logo img {
  height: 66px;
  max-height: 66px;
  width: auto;
}

body.npd-pro-page .navbar a,
body.npd-pro-page .navbar a:focus {
  padding-left: 20px;
  color: var(--npd-ink);
  font-size: 14px;
  font-weight: 700;
}

body.npd-pro-page .navbar a:hover,
body.npd-pro-page .navbar .active,
body.npd-pro-page .navbar .active:focus {
  color: var(--npd-blue);
}

.npd-site-search {
  width: 190px;
  min-width: 150px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(16, 32, 51, 0.14);
  background: #fff;
}

.npd-site-search input {
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 0 8px 0 10px;
  border: 0;
  outline: 0;
  color: var(--npd-ink);
  font-size: 13px;
}

.npd-site-search button {
  width: 36px;
  height: 34px;
  flex: 0 0 36px;
  border: 0;
  background: linear-gradient(135deg, var(--npd-blue-dark), var(--npd-teal));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.npd-pro {
  color: var(--npd-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.npd-pro h1,
.npd-pro h2,
.npd-pro h3,
.npd-pro h4,
.npd-pro p {
  letter-spacing: 0;
}

.npd-hero {
  min-height: calc(100vh - 80px);
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(360px, 0.7fr) minmax(640px, 1.3fr);
  gap: clamp(34px, 4vw, 72px);
  align-items: center;
  padding: 58px clamp(24px, 5vw, 88px);
  background:
    linear-gradient(90deg, rgba(245, 248, 251, 0.98) 0%, rgba(245, 248, 251, 0.92) 48%, rgba(245, 248, 251, 0.65) 100%),
    var(--npd-hero-image) center / cover no-repeat;
}

.npd-hero::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -220px;
  top: 110px;
  border: 1px solid rgba(31, 111, 209, 0.18);
  background: radial-gradient(circle, rgba(31, 111, 209, 0.09), rgba(15, 148, 136, 0.035) 48%, transparent 70%);
  pointer-events: none;
}

.npd-hero__content,
.npd-hero__media {
  position: relative;
  z-index: 1;
}

.npd-eyebrow {
  margin: 0 0 12px;
  color: var(--npd-blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.npd-eyebrow::before {
  content: "";
  width: 26px;
  height: 3px;
  background: linear-gradient(90deg, var(--npd-blue), var(--npd-teal));
}

.npd-hero h1,
.npd-page-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #17314d;
  font-size: clamp(2.25rem, 4.1vw, 4.35rem);
  font-weight: 750;
  line-height: 1.08;
}

.npd-page-hero h1 {
  max-width: 980px;
  font-size: clamp(2rem, 3.45vw, 3.65rem);
  line-height: 1.12;
}

.npd-page-hero--search {
  padding-bottom: 48px;
}

.npd-hero__lead,
.npd-page-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--npd-muted);
  font-size: 1.13rem;
  line-height: 1.65;
}

.npd-hero__media {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.npd-flow {
  position: relative;
  width: 100%;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(210px, 1fr) minmax(150px, 0.8fr);
  gap: 18px;
  align-items: center;
  padding: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 78, 121, 0.16);
  box-shadow: 0 24px 70px rgba(16, 32, 51, 0.14);
}

.npd-flow::before,
.npd-flow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(31, 111, 209, 0.42), transparent);
  overflow: hidden;
}

.npd-flow::before {
  left: 19%;
}

.npd-flow::after {
  right: 19%;
}

.npd-flow__sources,
.npd-flow__outputs {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.npd-flow-card {
  min-height: 86px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(31, 78, 121, 0.14);
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.08);
  animation: npd-card-breathe 5.8s ease-in-out infinite;
}

.npd-flow-card:nth-child(2) {
  animation-delay: -1.5s;
}

.npd-flow-card:nth-child(3) {
  animation-delay: -3s;
}

.npd-flow-card i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  background: #eef5fc;
  color: var(--npd-blue-dark);
  font-size: 1.25rem;
}

.npd-flow-card span {
  color: var(--npd-ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.npd-flow-card--output i {
  background: #eaf8f6;
  color: var(--npd-teal);
}

.npd-flow__center {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.npd-flow-ring {
  position: absolute;
  inset: 0;
}

.npd-flow-ring span {
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(31, 111, 209, 0.18);
  animation: npd-ring 5.2s ease-out infinite;
}

.npd-flow-ring span:nth-child(2) {
  animation-delay: 1.7s;
}

.npd-flow-ring span:nth-child(3) {
  animation-delay: 3.4s;
}

.npd-flow-core {
  width: min(100%, 230px);
  min-height: 230px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, var(--npd-blue-dark), var(--npd-teal));
  color: #fff;
  box-shadow: 0 18px 50px rgba(31, 111, 209, 0.22);
}

.npd-flow-core strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 800;
}

.npd-flow-core span {
  display: block;
  margin-top: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  opacity: 0.9;
}

.npd-integration-map {
  position: relative;
  width: 100%;
  min-height: min(700px, calc(100vh - 150px));
  display: grid;
  grid-template-columns: 1.05fr 70px 0.78fr 78px 1.46fr 78px 1.02fr;
  gap: 10px;
  align-items: center;
  padding: clamp(24px, 2.2vw, 38px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.npd-map-stage {
  position: relative;
  z-index: 1;
  --npd-map-stage-delay: 0s;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transform: translateX(-18px);
  animation: none;
}

.npd-map-ready .npd-map-stage {
  animation: npd-map-stage-in 0.62s ease forwards;
  animation-delay: var(--npd-map-stage-delay);
}

.npd-map-stage--integration { --npd-map-stage-delay: 0s; }
.npd-map-stage--platform { --npd-map-stage-delay: 2.4s; }
.npd-map-stage--outcomes { --npd-map-stage-delay: 3.55s; }

.npd-map-stage h3 {
  margin: 0 0 6px;
  padding: 9px 10px;
  background: #dfeaf4;
  border: 1px solid #c5d4e3;
  color: var(--npd-blue-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.npd-map-stage h3 span {
  display: block;
  margin-top: 3px;
  color: var(--npd-muted);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.25;
}

.npd-map-item {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 78, 121, 0.18);
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.08);
  backdrop-filter: blur(4px);
}

.npd-map-item i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  background: #eef5fc;
  color: var(--npd-blue);
  font-size: 1rem;
}

.npd-map-item span {
  color: var(--npd-ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.npd-map-item--energy,
.npd-map-energy {
  border-style: dashed;
  border-color: rgba(15, 148, 136, 0.55);
}

.npd-map-item--energy i,
.npd-map-item--out i,
.npd-map-energy i {
  background: #eaf8f6;
  color: var(--npd-teal);
}

.npd-map-stage--integration {
  align-items: center;
  text-align: center;
  opacity: 1;
  transform: none;
}

.npd-map-ready .npd-map-stage--integration {
  animation: none;
}

.npd-map-stage--integration h3,
.npd-map-integration-group,
.npd-map-item--energy {
  opacity: 0;
  transform: translateX(-14px);
  animation: none;
}

.npd-map-ready .npd-map-stage--integration h3,
.npd-map-ready .npd-map-integration-group--winguard {
  animation: npd-map-stage-in 0.62s ease forwards;
  animation-delay: 1s;
}

.npd-map-ready .npd-map-integration-group--energy,
.npd-map-ready .npd-map-item--energy {
  animation: npd-map-stage-in 0.62s ease forwards;
  animation-delay: 1.68s;
}

.npd-map-shield {
  width: 78px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 88% 18%, 88% 57%, 50% 100%, 12% 57%, 12% 18%);
  background: var(--npd-blue-dark);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(16, 32, 51, 0.18);
}

.npd-map-integration-group--winguard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.npd-map-integration-group--winguard strong {
  color: var(--npd-blue-dark);
  font-size: 0.92rem;
  line-height: 1.05;
}

.npd-map-integration-group--winguard span {
  color: var(--npd-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.npd-map-advancis-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 78, 121, 0.14);
  box-shadow: 0 8px 18px rgba(16, 32, 51, 0.08);
}

.npd-map-advancis-link img {
  display: block;
  width: 100%;
  height: auto;
}

.npd-map-energy {
  width: 136px;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 26px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.72);
  border-width: 1px;
  backdrop-filter: blur(4px);
}

.npd-map-energy i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.npd-map-energy span {
  color: var(--npd-ink);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.npd-map-stage--platform {
  align-items: center;
  text-align: center;
}

.npd-map-platform-ring {
  width: min(118%, 430px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(31, 111, 209, 0.3);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 111, 209, 0.08), transparent 68%);
  box-shadow: 0 0 0 18px rgba(31, 111, 209, 0.045);
  animation: npd-map-ring 5.5s ease-in-out infinite;
}

.npd-map-platform-ring::before,
.npd-map-platform-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.npd-map-platform-ring::before {
  width: 76%;
  height: 76%;
  border: 1px dashed rgba(31, 111, 209, 0.32);
  animation: npd-map-orbit 14s linear infinite;
}

.npd-map-platform-ring::after {
  width: 118%;
  height: 118%;
  border: 1px solid rgba(15, 148, 136, 0.16);
}

.npd-map-monitor {
  width: 78%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 78, 121, 0.16);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.14);
  backdrop-filter: blur(4px);
}

.npd-map-monitor img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.npd-map-stage--platform strong {
  color: var(--npd-blue-dark);
  font-size: 1.18rem;
}

.npd-map-stage--platform > span {
  color: var(--npd-muted);
  font-size: 0.76rem;
  font-weight: 700;
  opacity: 0;
  animation: none;
}

.npd-map-ready .npd-map-stage--platform > span {
  animation: npd-map-detail-in 0.36s ease forwards;
  animation-delay: 4.6s;
}

.npd-map-capabilities {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  opacity: 0;
  animation: none;
}

.npd-map-ready .npd-map-capabilities {
  animation: npd-map-detail-in 0.36s ease forwards;
  animation-delay: 4.72s;
}

.npd-map-capabilities li {
  padding: 5px 8px;
  background: #eef5fc;
  color: var(--npd-blue-dark);
  font-size: 0.66rem;
  font-weight: 800;
}

.npd-map-rail {
  position: relative;
  height: 64px;
  opacity: 1;
}

.npd-map-rail--one { animation-delay: 0.38s; }
.npd-map-rail--two { animation-delay: 1s; }
.npd-map-rail--three { animation-delay: 1.62s; }

.npd-map-rail::before {
  content: none;
}

.npd-map-rail::after {
  content: none;
}

.npd-map-rail b {
  display: none;
}

.npd-map-rail b::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid rgba(31, 111, 209, 0.58);
}

.npd-map-rail b:nth-of-type(1) {
  top: calc(50% - 58px);
  transform: rotate(-8deg);
}

.npd-map-rail b:nth-of-type(2) {
  top: calc(50% + 28px);
  transform: rotate(8deg);
}

.npd-map-rail span {
  display: none;
}

.npd-map-rail--two span { animation-delay: 0.18s; }
.npd-map-rail--three span { animation-delay: 0.35s; }

.npd-map-connectors {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}

.npd-map-path {
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  opacity: 0;
  animation: none;
}

.npd-map-path--blue {
  stroke: #1f6fd1;
  marker-end: url("#npd-arrow-blue");
}

.npd-map-path--green {
  stroke: #0f9488;
  marker-end: url("#npd-arrow-green");
}

.npd-map-path--source-winguard {
  animation-delay: 1s;
}

.npd-map-path--source-energy {
  animation-delay: 1.68s;
}

.npd-map-path--middle {
  animation-delay: 2.4s;
}

.npd-map-path--out {
  animation-delay: 3.55s;
}

.npd-map-ready .npd-map-path {
  animation-name: npd-map-draw;
  animation-duration: 0.62s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.npd-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.npd-search-page-form {
  max-width: 760px;
  margin-top: 28px;
  display: flex;
  gap: 12px;
}

.npd-search-page-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--npd-line);
  color: var(--npd-ink);
}

.npd-search-results {
  display: grid;
  gap: 16px;
}

.npd-search-results article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--npd-line);
  box-shadow: 0 12px 34px rgba(16, 32, 51, 0.055);
}

.npd-search-results h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.npd-search-results h3 a {
  color: var(--npd-blue-dark);
  text-decoration: none;
}

.npd-search-results p {
  margin: 0;
  color: var(--npd-muted);
  line-height: 1.55;
}

.npd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  color: var(--npd-ink);
}

.npd-btn--primary {
  background: linear-gradient(135deg, var(--npd-blue), var(--npd-blue-dark));
  color: #fff;
  box-shadow: 0 12px 26px rgba(31, 111, 209, 0.22);
}

.npd-btn--secondary {
  background: var(--npd-blue-soft);
  border-color: rgba(31, 111, 209, 0.2);
  color: var(--npd-blue-dark);
}

.npd-btn--light {
  background: #fff;
  color: var(--npd-blue-dark);
}

.npd-btn:hover {
  color: inherit;
  transform: translateY(-1px);
}

.npd-btn--primary:hover {
  color: #fff;
}

.npd-section,
.npd-page-hero {
  padding: 84px clamp(32px, 7vw, 120px);
}

.npd-page {
  margin-top: 80px;
}

.npd-page-hero {
  background:
    linear-gradient(135deg, rgba(234, 243, 255, 0.95), rgba(255, 255, 255, 0.94) 44%, rgba(232, 247, 244, 0.92)),
    #fff;
  border-bottom: 1px solid var(--npd-line);
  position: relative;
  overflow: hidden;
}

.npd-page-hero::after {
  content: none;
}

.npd-section__heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.npd-section__heading--split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.npd-section h2,
.npd-band h2 {
  margin: 0;
  color: var(--npd-ink);
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 800;
  line-height: 1.08;
}

.npd-section p,
.npd-band p {
  color: var(--npd-muted);
  line-height: 1.6;
}

.npd-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.npd-stat {
  padding: 26px;
  background: linear-gradient(180deg, #fff, var(--npd-blue-soft));
  border: 1px solid var(--npd-line);
  border-top: 4px solid var(--npd-blue);
  text-decoration: none;
}

.npd-stat strong {
  display: block;
  color: var(--npd-blue-dark);
  font-size: 2.1rem;
  line-height: 1;
}

.npd-stat span {
  display: block;
  margin-top: 10px;
  color: var(--npd-muted);
  font-weight: 700;
}

.npd-stat small {
  display: block;
  margin-top: 8px;
  color: var(--npd-blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.npd-stat--linked {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.npd-stat--linked:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 111, 209, 0.3);
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.1);
}

.npd-stat-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.npd-canada-flag {
  width: 58px;
  height: 34px;
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.14);
  background: #fff;
  box-shadow: 0 6px 14px rgba(16, 32, 51, 0.08);
}

.npd-canada-flag::before,
.npd-canada-flag::after {
  content: "";
  background: #d52b1e;
}

.npd-canada-flag span {
  position: relative;
  margin: 0;
}

.npd-canada-flag span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 18px;
  background: #d52b1e;
  transform: translate(-50%, -50%);
  clip-path: polygon(50% 0, 58% 24%, 78% 14%, 70% 38%, 96% 42%, 74% 56%, 82% 82%, 56% 68%, 50% 100%, 44% 68%, 18% 82%, 26% 56%, 4% 42%, 30% 38%, 22% 14%, 42% 24%);
}

.npd-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.npd-card-grid--products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.npd-solution-subhead {
  max-width: 900px;
  margin: 0 0 18px;
}

.npd-solution-subhead h3 {
  margin: 0;
  color: var(--npd-blue-dark);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 800;
}

.npd-solution-subhead h3::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--npd-blue), var(--npd-teal));
}

.npd-solution-subhead p {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--npd-muted);
  line-height: 1.55;
}

.npd-solution-subhead--tools,
.npd-solution-subhead--visitor {
  margin-top: 32px;
}

.npd-solution-subhead--tools,
.npd-supporting-tools--home {
  margin-left: clamp(20px, 4vw, 56px);
  margin-right: clamp(20px, 4vw, 56px);
  padding-left: clamp(18px, 2.5vw, 34px);
  border-left: 4px solid rgba(102, 87, 200, 0.34);
  background: linear-gradient(90deg, rgba(240, 239, 252, 0.64), rgba(255, 255, 255, 0));
}

.npd-card,
.npd-solution,
.npd-price-card,
.npd-video-card,
.npd-contact-card {
  background: #fff;
  border: 1px solid var(--npd-line);
  border-top: 4px solid rgba(31, 111, 209, 0.78);
  box-shadow: 0 16px 40px rgba(16, 32, 51, 0.06);
}

.npd-card,
.npd-solution,
.npd-price-card,
.npd-video-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.npd-card:hover,
.npd-solution:hover,
.npd-price-card:hover,
.npd-video-card:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 111, 209, 0.32);
  box-shadow: 0 24px 60px rgba(16, 32, 51, 0.12);
}

.npd-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.npd-card--product {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1fr);
  align-items: stretch;
  border-top-color: var(--npd-blue);
  background: linear-gradient(180deg, #fff, rgba(234, 243, 255, 0.5));
}

.npd-card--product img {
  height: 100%;
  min-height: 190px;
  aspect-ratio: auto;
}

.npd-card--product div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.npd-card--tool {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  background: linear-gradient(180deg, #fff, var(--npd-violet-soft));
  border-top-color: var(--npd-violet);
}

.npd-card--tool img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.npd-card--visitor {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1fr);
  width: calc((100% - 18px) / 2);
  border-top-color: var(--npd-red);
  background: linear-gradient(180deg, #fff, #fff0f0);
}

.npd-card--visitor img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.npd-card--visitor div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.npd-card div {
  padding: 22px;
}

.npd-card h3,
.npd-solution h2,
.npd-price-card h2,
.npd-video-card h2 {
  margin: 0 0 10px;
  color: var(--npd-ink);
  font-size: 1.2rem;
  font-weight: 800;
}

.npd-card h3::before,
.npd-solution h2::before,
.npd-price-card h2::before,
.npd-video-card h2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 9px;
  background: var(--npd-blue);
  vertical-align: 1px;
}

.npd-card--tool h3::before {
  background: var(--npd-violet);
}

.npd-card--visitor h3::before {
  background: var(--npd-red);
}

.npd-card p {
  margin: 0;
}

.npd-text-link {
  color: var(--npd-blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.npd-band {
  margin: 0 clamp(32px, 7vw, 120px) 84px;
  padding: 44px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background:
    linear-gradient(135deg, rgba(22, 76, 145, 0.97), rgba(15, 148, 136, 0.96)),
    var(--npd-blue-dark);
  color: #fff;
}

.npd-band--myopsview {
  margin: 32px clamp(20px, 4vw, 56px) 0;
  padding: 34px;
}

.npd-band::after {
  content: "";
  position: absolute;
  inset: auto -80px -160px auto;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(16deg);
}

.npd-band > * {
  position: relative;
  z-index: 1;
}

.npd-band .npd-eyebrow,
.npd-band h2,
.npd-band p {
  color: #fff;
}

.npd-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.npd-band__actions .npd-btn {
  white-space: nowrap;
}

.npd-partner-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(320px, 100%);
  margin: 24px 0 0;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid rgba(31, 78, 121, 0.14);
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.1);
}

.npd-partner-logo-link img {
  display: block;
  width: 100%;
  height: auto;
}

.npd-partner-logo-link--mpl {
  width: min(360px, 100%);
  padding: 14px 18px;
}

.npd-architecture-static {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 42px minmax(180px, 1fr) 42px minmax(220px, 1.2fr) 42px minmax(180px, 1fr);
  align-items: stretch;
  gap: 12px;
}

.npd-architecture-column {
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--npd-line);
  border-left: 5px solid var(--npd-blue);
  box-shadow: 0 16px 40px rgba(16, 32, 51, 0.06);
}

.npd-architecture-column h3 {
  margin: 0 0 16px;
  color: var(--npd-blue-dark);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.npd-architecture-column ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.npd-architecture-column li,
.npd-architecture-column span,
.npd-architecture-column strong {
  color: var(--npd-ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.npd-architecture-column li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.npd-architecture-column i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  background: var(--npd-blue-soft);
  color: var(--npd-blue);
}

.npd-architecture-energy i,
.npd-architecture-column--outcomes i {
  background: var(--npd-teal-soft);
  color: var(--npd-teal);
}

.npd-architecture-column--integration {
  border-left-color: var(--npd-violet);
  text-align: center;
}

.npd-architecture-column--platform {
  border-left-color: var(--npd-blue-dark);
  text-align: center;
}

.npd-architecture-column--outcomes {
  border-left-color: var(--npd-teal);
}

.npd-architecture-logo {
  display: inline-flex;
  width: min(160px, 100%);
  margin: 0 auto 14px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid rgba(31, 78, 121, 0.14);
}

.npd-architecture-logo img {
  width: 100%;
  height: auto;
}

.npd-architecture-column--integration strong,
.npd-architecture-column--platform strong {
  display: block;
  margin-top: 8px;
}

.npd-architecture-column--integration span,
.npd-architecture-column--platform span {
  display: block;
  margin-top: 8px;
  color: var(--npd-muted);
  font-size: 0.8rem;
}

.npd-architecture-meter {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 10px;
  background: var(--npd-teal-soft);
  color: var(--npd-teal) !important;
}

.npd-architecture-column--platform img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(31, 78, 121, 0.14);
}

.npd-architecture-arrow {
  position: relative;
  align-self: center;
  height: 3px;
  background: linear-gradient(90deg, var(--npd-blue), var(--npd-teal));
}

.npd-architecture-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid var(--npd-teal);
  transform: translateY(-50%);
}

.npd-architecture-rich {
  position: relative;
  margin-top: 44px;
  padding: clamp(24px, 3vw, 42px);
  background:
    radial-gradient(circle at left bottom, rgba(31, 111, 209, 0.08), transparent 22%),
    linear-gradient(135deg, #fff, rgba(234, 243, 255, 0.72));
  border: 1px solid rgba(31, 111, 209, 0.16);
  box-shadow: 0 24px 70px rgba(16, 32, 51, 0.09);
  overflow: hidden;
}

.npd-architecture-connectors {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.npd-architecture-rich > *:not(.npd-architecture-connectors) {
  position: relative;
  z-index: 1;
}

.npd-architecture-connector-path {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.9;
}

.npd-architecture-connector-path--blue {
  stroke: var(--npd-blue);
  stroke-dasharray: 6 6;
  marker-end: url("#npd-arch-arrow-blue");
}

.npd-architecture-connector-path--green {
  stroke: var(--npd-teal);
  stroke-dasharray: 6 6;
  marker-end: url("#npd-arch-arrow-green");
}

.npd-architecture-rich__title {
  text-align: center;
  margin-bottom: 28px;
}

.npd-architecture-rich__title h3 {
  margin: 0;
  color: var(--npd-blue-dark);
  font-size: clamp(2rem, 3.3vw, 3.45rem);
  font-weight: 800;
  line-height: 1.05;
}

.npd-architecture-value {
  float: left;
  width: min(250px, 22%);
  min-height: 520px;
  padding: 26px 26px 26px 0;
  border-right: 1px solid rgba(31, 111, 209, 0.26);
}

.npd-architecture-value h4 {
  margin: 0 0 38px;
  color: var(--npd-blue);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.4;
}

.npd-architecture-value ul {
  list-style: none;
  display: grid;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.npd-architecture-value li {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 16px;
  color: var(--npd-blue);
  font-size: 1rem;
  font-weight: 800;
}

.npd-architecture-value i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--npd-blue-soft);
  color: var(--npd-blue);
  border-radius: 50%;
  font-size: 1.55rem;
}

.npd-architecture-flow {
  margin-left: min(290px, 25%);
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(150px, 0.82fr) minmax(270px, 1.45fr) minmax(180px, 1.08fr);
  gap: clamp(16px, 2vw, 28px);
  position: relative;
}

.npd-architecture-flow::before,
.npd-architecture-flow::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.npd-architecture-lane {
  min-width: 0;
  position: relative;
}

.npd-architecture-lane h4 {
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 12px;
  background: rgba(234, 243, 255, 0.85);
  border: 1px solid rgba(31, 111, 209, 0.14);
  color: var(--npd-blue-dark);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.npd-architecture-lane h4 span {
  margin-top: 3px;
  color: var(--npd-muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.npd-architecture-source-list,
.npd-architecture-outcome-list {
  display: grid;
  gap: 12px;
}

.npd-architecture-node,
.npd-architecture-outcome {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 111, 209, 0.13);
  box-shadow: 0 10px 26px rgba(16, 32, 51, 0.055);
}

.npd-architecture-node i,
.npd-architecture-outcome i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  background: var(--npd-blue-soft);
  color: var(--npd-blue);
  font-size: 1.25rem;
}

.npd-architecture-node span,
.npd-architecture-outcome span {
  color: var(--npd-ink);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
}

.npd-architecture-node::after,
.npd-architecture-hub--winguard::after,
.npd-architecture-hub--energy::after,
.npd-architecture-platform::after {
  content: none;
  position: absolute;
  left: calc(100% + 1px);
  top: 50%;
  width: clamp(18px, 2.2vw, 34px);
  border-top: 2px dashed var(--npd-blue);
}

.npd-architecture-node::before,
.npd-architecture-hub--winguard::before,
.npd-architecture-hub--energy::before,
.npd-architecture-platform::before {
  content: none;
  position: absolute;
  left: calc(100% + clamp(18px, 2.2vw, 34px));
  top: calc(50% - 5px);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--npd-blue);
}

.npd-architecture-node--energy {
  margin-top: 64px;
  border-color: rgba(15, 148, 136, 0.34);
}

.npd-architecture-node--energy i,
.npd-architecture-outcome i {
  background: var(--npd-teal-soft);
  color: var(--npd-teal);
}

.npd-architecture-node--energy::after {
  border-top-color: var(--npd-teal);
}

.npd-architecture-node--energy::before {
  border-left-color: var(--npd-teal);
}

.npd-architecture-lane--integration {
  display: grid;
  grid-template-rows: auto 1fr 1fr;
  align-items: center;
}

.npd-architecture-hub {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 144px;
  padding: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 111, 209, 0.13);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.06);
}

.npd-architecture-hub strong {
  color: var(--npd-blue-dark);
  font-size: 1rem;
}

.npd-architecture-hub span {
  color: var(--npd-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.npd-architecture-shield {
  width: 58px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 88% 18%, 88% 57%, 50% 100%, 12% 57%, 12% 18%);
  background: linear-gradient(135deg, var(--npd-blue-dark), var(--npd-blue));
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.npd-architecture-hub--energy {
  min-height: 124px;
  border-style: dashed;
  border-color: rgba(15, 148, 136, 0.42);
}

.npd-architecture-hub--energy i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background: var(--npd-teal);
  color: #fff;
  border-radius: 50%;
}

.npd-architecture-hub--energy::after {
  border-top-color: var(--npd-teal);
}

.npd-architecture-hub--energy::before {
  border-left-color: var(--npd-teal);
}

.npd-architecture-platform {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px);
  text-align: center;
  border: 3px solid rgba(31, 111, 209, 0.32);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 243, 255, 0.98), rgba(255, 255, 255, 0.92));
}

.npd-architecture-screen {
  width: min(280px, 78%);
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(31, 78, 121, 0.14);
  box-shadow: 0 16px 36px rgba(16, 32, 51, 0.14);
}

.npd-architecture-screen img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.npd-architecture-platform strong {
  margin-top: 18px;
  color: var(--npd-blue-dark);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 900;
}

.npd-architecture-platform span {
  margin-top: 5px;
  color: var(--npd-blue);
  font-size: 0.88rem;
  font-weight: 800;
}

.npd-architecture-capabilities {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 14px -12px 0;
  padding: 0;
}

.npd-architecture-capabilities li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--npd-blue-dark);
  font-size: 0.67rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.npd-architecture-capabilities i {
  color: var(--npd-blue);
  font-size: 1.25rem;
}

.npd-architecture-lane--outcomes {
  position: relative;
}

.npd-architecture-outcome {
  min-height: 78px;
  border-color: rgba(15, 148, 136, 0.18);
}

.npd-architecture-outcome small {
  display: block;
  margin-top: 3px;
  color: var(--npd-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.npd-architecture-ribbon {
  clear: both;
  width: min(900px, 72%);
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 34px auto 0;
  padding: 16px 22px;
  background: #fff;
  border: 1px solid rgba(31, 111, 209, 0.24);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.065);
}

.npd-architecture-ribbon i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  background: linear-gradient(135deg, var(--npd-blue), var(--npd-blue-dark));
  color: #fff;
  border-radius: 50%;
  font-size: 1.35rem;
}

.npd-architecture-ribbon strong {
  color: var(--npd-blue);
  font-size: 1.14rem;
  font-weight: 900;
}

.npd-architecture-ribbon span {
  margin-left: auto;
  padding-left: 18px;
  border-left: 1px solid rgba(31, 111, 209, 0.18);
  color: var(--npd-ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.npd-solution-list {
  display: grid;
  gap: 24px;
}

.npd-solution {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 28px;
  padding: 18px;
  border-top-color: var(--npd-blue);
}

.npd-solution:nth-child(2n) {
  border-top-color: var(--npd-teal);
}

.npd-solution img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.npd-solution ul,
.npd-price-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.npd-solution li,
.npd-price-card li {
  color: var(--npd-muted);
  font-weight: 700;
}

.npd-solution li i {
  color: #16a34a;
  margin-right: 8px;
}

.npd-section--service-portal {
  background: linear-gradient(135deg, #fff, rgba(240, 239, 252, 0.48));
  border-top: 1px solid var(--npd-line);
}

.npd-section--service-portal + .npd-section--service-portal {
  background: linear-gradient(135deg, rgba(255, 245, 228, 0.58), var(--npd-soft));
}

.npd-section--supporting-tools {
  background: linear-gradient(135deg, #fff, rgba(240, 239, 252, 0.54));
  border-top: 1px solid var(--npd-line);
}

.npd-section__heading--compact {
  max-width: 900px;
}

.npd-section__heading--compact h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
}

.npd-supporting-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.npd-supporting-tools article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--npd-line);
  border-left: 4px solid var(--npd-violet);
}

.npd-supporting-tools h3 {
  margin: 0 0 8px;
  color: var(--npd-blue-dark);
  font-size: 1.05rem;
  font-weight: 800;
}

.npd-supporting-tools p {
  margin: 0;
  color: var(--npd-muted);
  line-height: 1.55;
}

.npd-supporting-tools ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--npd-muted);
  line-height: 1.55;
}

.npd-supporting-tools li + li {
  margin-top: 6px;
}

.npd-supporting-tools--home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.npd-supporting-tools--home .npd-card {
  box-shadow: 0 10px 28px rgba(16, 32, 51, 0.055);
}

.npd-supporting-tools--home .npd-card div {
  padding: 20px;
}

.npd-supporting-tools--home .npd-card h3 {
  font-size: 1.06rem;
}

.npd-supporting-tools--media article {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: start;
}

.npd-supporting-tools--media img {
  width: 100%;
  height: 132px;
  object-fit: cover;
}

.npd-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.npd-service-grid article {
  padding: 26px;
  background: linear-gradient(180deg, #fff, var(--npd-blue-soft));
  border: 1px solid var(--npd-line);
  border-top: 4px solid var(--npd-blue);
}

.npd-service-grid article:nth-child(2n) {
  background: linear-gradient(180deg, #fff, var(--npd-teal-soft));
  border-top-color: var(--npd-teal);
}

.npd-service-grid h3 {
  margin: 0 0 10px;
  color: var(--npd-ink);
  font-size: 1.12rem;
  font-weight: 800;
}

.npd-service-grid p {
  margin: 0;
  color: var(--npd-muted);
  line-height: 1.55;
}

.npd-pricing-grid,
.npd-video-grid,
.npd-company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.npd-pricing-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.npd-pricing-model-grid article {
  padding: 24px;
  background: linear-gradient(180deg, #fff, var(--npd-blue-soft));
  border: 1px solid var(--npd-line);
  border-top: 4px solid var(--npd-blue);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
}

.npd-pricing-model-grid article:nth-child(2n) {
  background: linear-gradient(180deg, #fff, var(--npd-teal-soft));
  border-top-color: var(--npd-teal);
}

.npd-pricing-model-grid article:nth-child(3n) {
  background: linear-gradient(180deg, #fff, var(--npd-amber-soft));
  border-top-color: var(--npd-amber);
}

.npd-pricing-model-grid h3 {
  margin: 0 0 10px;
  color: var(--npd-blue-dark);
  font-size: 1.08rem;
  font-weight: 800;
}

.npd-pricing-model-grid p {
  margin: 0;
  color: var(--npd-muted);
  line-height: 1.55;
}

.npd-section--pricing-detail {
  padding-top: 20px;
}

.npd-price-card {
  padding: 28px;
  border-top-color: var(--npd-blue);
  background: linear-gradient(180deg, #fff, rgba(234, 243, 255, 0.42));
}

.npd-pricing-grid .npd-price-card:nth-child(2n) {
  border-top-color: var(--npd-teal);
  background: linear-gradient(180deg, #fff, rgba(232, 247, 244, 0.5));
}

.npd-price-card__top p {
  margin-bottom: 22px;
}

.npd-price {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(31, 111, 209, 0.18);
  border-left: 4px solid var(--npd-amber);
}

.npd-price span {
  display: block;
  color: var(--npd-muted);
  font-weight: 800;
}

.npd-price strong {
  display: block;
  margin-top: 6px;
  color: var(--npd-blue-dark);
  font-size: 2.4rem;
  line-height: 1;
}

.npd-tier-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
}

.npd-tier-row span {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--npd-blue-soft);
  color: var(--npd-blue-dark);
  font-size: 0.85rem;
  font-weight: 800;
  text-align: center;
}

.npd-tier-row--energy span {
  background: var(--npd-teal-soft);
  color: #0f766e;
}

.npd-video-card {
  padding: 18px;
  border-top-color: var(--npd-violet);
}

.npd-video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.npd-video-card h2 {
  margin-top: 18px;
}

.npd-company-grid h2 {
  margin-top: 0;
}

.npd-stat-grid--compact {
  margin-top: 26px;
}

.npd-contact-card {
  padding: 28px;
  border-top-color: var(--npd-teal);
  background: linear-gradient(180deg, #fff, rgba(232, 247, 244, 0.48));
}

.npd-contact-card .form-control {
  border-radius: 0;
  min-height: 44px;
  border-color: var(--npd-line);
}

.npd-contact-card .npd-btn {
  width: 100%;
}

@media (max-width: 1100px) {
  .npd-site-search {
    width: 160px;
  }

  .npd-hero,
  .npd-card-grid,
  .npd-pricing-grid,
  .npd-pricing-model-grid,
  .npd-supporting-tools,
  .npd-video-grid,
  .npd-company-grid {
    grid-template-columns: 1fr;
  }

  .npd-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .npd-stat-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .npd-card--product,
  .npd-card--tool,
  .npd-card--visitor {
    grid-template-columns: 1fr;
  }

  .npd-card--visitor {
    width: 100%;
  }

  .npd-service-grid {
    grid-template-columns: 1fr;
  }

  .npd-solution {
    grid-template-columns: 1fr;
  }

  .npd-supporting-tools--media article {
    grid-template-columns: 1fr;
  }

  .npd-flow {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .npd-flow::before,
  .npd-flow::after {
    display: none;
  }

  .npd-flow__center {
    min-height: 250px;
  }

  .npd-integration-map {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .npd-architecture-static {
    grid-template-columns: 1fr;
  }

  .npd-architecture-value {
    float: none;
    width: 100%;
    min-height: auto;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 111, 209, 0.18);
  }

  .npd-architecture-value ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .npd-architecture-flow {
    margin-left: 0;
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .npd-architecture-node::after,
  .npd-architecture-node::before,
  .npd-architecture-hub--winguard::after,
  .npd-architecture-hub--winguard::before,
  .npd-architecture-hub--energy::after,
  .npd-architecture-hub--energy::before,
  .npd-architecture-platform::after,
  .npd-architecture-platform::before {
    content: none;
  }

  .npd-architecture-lane--integration {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .npd-architecture-lane--integration h4 {
    grid-column: 1 / -1;
  }

  .npd-architecture-platform {
    min-height: auto;
    border-radius: 18px;
  }

  .npd-architecture-ribbon {
    width: 100%;
    flex-wrap: wrap;
  }

  .npd-architecture-ribbon span {
    width: 100%;
    margin-left: 62px;
    padding-left: 0;
    border-left: 0;
  }

  .npd-architecture-arrow {
    width: 3px;
    height: 34px;
    justify-self: center;
    background: linear-gradient(180deg, var(--npd-blue), var(--npd-teal));
  }

  .npd-architecture-arrow::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -1px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid var(--npd-teal);
    border-bottom: 0;
    transform: translateX(-50%);
  }

  .npd-map-stage {
    min-height: auto;
  }

  .npd-map-rail {
    width: 3px;
    height: 42px;
    justify-self: center;
    transform-origin: top center;
  }

  .npd-map-rail::before {
    width: 3px;
    height: 42px;
    border-top: 0;
    border-right: 3px solid rgba(31, 111, 209, 0.48);
    border-radius: 0;
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%);
  }

  .npd-map-rail::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid rgba(31, 111, 209, 0.72);
    border-bottom: 0;
    transform: translateX(-50%);
  }

  .npd-map-rail b {
    display: none;
  }
}

@media (max-width: 760px) {
  body.npd-pro-page #header {
    height: auto;
    min-height: 80px;
  }

  body.npd-pro-page #header .container {
    flex-wrap: wrap;
    gap: 10px;
  }

  .npd-site-search {
    order: 3;
    width: 100%;
    margin: 0 20px 8px;
  }

  .npd-search-page-form {
    flex-direction: column;
  }

  .npd-hero,
  .npd-section,
  .npd-page-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .npd-card-grid,
  .npd-stat-grid {
    grid-template-columns: 1fr;
  }

  .npd-band {
    margin-left: 20px;
    margin-right: 20px;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
  }

  .npd-flow {
    padding: 18px;
  }

  .npd-flow-core {
    min-height: 190px;
  }

  .npd-architecture-rich {
    padding: 20px;
  }

  .npd-architecture-connectors {
    display: none;
  }

  .npd-architecture-value ul,
  .npd-architecture-lane--integration,
  .npd-architecture-capabilities {
    grid-template-columns: 1fr;
  }

  .npd-architecture-value li {
    grid-template-columns: 46px 1fr;
  }

  .npd-architecture-value i {
    width: 46px;
    height: 46px;
  }

  .npd-architecture-ribbon {
    align-items: flex-start;
  }

  .npd-architecture-ribbon span {
    margin-left: 0;
  }
}

@keyframes npd-ring {
  0% { transform: scale(0.72); opacity: 0; }
  18% { opacity: 0.82; }
  100% { transform: scale(1.24); opacity: 0; }
}

@keyframes npd-card-breathe {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes npd-map-stage-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes npd-map-detail-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes npd-map-rail-in {
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes npd-map-packet {
  0% { left: 0; opacity: 0; }
  18% { opacity: 1; }
  82% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

@keyframes npd-map-draw {
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes npd-map-ring {
  0%, 100% { box-shadow: 0 0 0 18px rgba(31, 111, 209, 0.045); }
  50% { box-shadow: 0 0 0 30px rgba(31, 111, 209, 0.075); }
}

@keyframes npd-map-orbit {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .npd-hero::after,
  .npd-flow-ring span,
  .npd-flow-card,
  .npd-map-stage,
  .npd-map-integration-group,
  .npd-map-item--energy,
  .npd-map-rail,
  .npd-map-rail span,
  .npd-map-path,
  .npd-map-stage--platform > span,
  .npd-map-capabilities,
  .npd-map-platform-ring,
  .npd-card,
  .npd-solution,
  .npd-price-card,
  .npd-video-card {
    animation: none;
    transition: none;
  }

  .npd-map-stage,
  .npd-map-integration-group,
  .npd-map-item--energy,
  .npd-map-rail,
  .npd-map-path,
  .npd-map-stage--platform > span,
  .npd-map-capabilities {
    opacity: 1;
    transform: none;
    stroke-dashoffset: 0;
  }

  .npd-card:hover,
  .npd-solution:hover,
  .npd-price-card:hover,
  .npd-video-card:hover {
    transform: none;
  }
}


/* === COLOR PASS BACKOUT START
   Neutralizes the exploratory color accents while preserving layout changes. === */
body.npd-pro-page #header {
  background: rgba(255, 255, 255, 0.96);
}

.npd-site-search button {
  background: var(--npd-blue-dark);
}

.npd-eyebrow {
  display: block;
}

.npd-eyebrow::before,
.npd-solution-subhead h3::after,
.npd-card h3::before,
.npd-solution h2::before,
.npd-price-card h2::before,
.npd-video-card h2::before,
.npd-card::after,
.npd-solution::after,
.npd-price-card::after,
.npd-pricing-model-grid article::after,
.npd-supporting-tools article::after {
  content: none;
}

.npd-btn--primary {
  background: var(--npd-blue);
  box-shadow: none;
}

.npd-btn--secondary {
  background: #fff;
  border-color: rgba(16, 32, 51, 0.18);
  color: var(--npd-ink);
}

.npd-page-hero {
  background: #fff;
}

.npd-stat,
.npd-card,
.npd-solution,
.npd-price-card,
.npd-video-card,
.npd-contact-card,
.npd-pricing-model-grid article,
.npd-service-grid article,
.npd-supporting-tools article,
.npd-card--product,
.npd-card--tool,
.npd-card--visitor {
  background: #fff;
}

.npd-card,
.npd-solution,
.npd-price-card,
.npd-video-card,
.npd-contact-card,
.npd-pricing-model-grid article,
.npd-service-grid article,
.npd-supporting-tools article,
.npd-card--product,
.npd-card--tool,
.npd-card--visitor {
  border: 1px solid var(--npd-line);
  border-top: 0;
  border-left: 0;
}

.npd-stat {
  border: 1px solid var(--npd-line);
}

.npd-solution-subhead--tools,
.npd-supporting-tools--home {
  border-left: 3px solid rgba(31, 111, 209, 0.2);
  background: transparent;
}

.npd-solution-subhead--visitor h3 {
  color: var(--npd-blue-dark);
}

.npd-section--service-portal,
.npd-section--service-portal + .npd-section--service-portal,
.npd-section--supporting-tools {
  background: #fff;
}

.npd-pricing-model-grid article:nth-child(2n),
.npd-pricing-model-grid article:nth-child(3n),
.npd-pricing-grid .npd-price-card:nth-child(2n),
.npd-service-grid article:nth-child(2n) {
  background: #fff;
  border-color: var(--npd-line);
}

.npd-supporting-tools article {
  border-left: 0;
}

.npd-price {
  background: var(--npd-soft);
  border: 1px solid var(--npd-line);
}
/* === COLOR PASS BACKOUT END === */

/* === ENTERPRISE COLOR PASS START
   Controlled color layer. Remove this block to return to the neutral backout. === */
body.npd-pro-page {
  background:
    linear-gradient(180deg, #f7faff 0%, #f5f8fb 420px, #f5f8fb 100%);
}

body.npd-pro-page #header {
  background: rgba(255, 255, 255, 0.98);
  border-top: 3px solid var(--npd-blue-dark);
  border-bottom: 1px solid rgba(22, 76, 145, 0.16);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.075);
}

body.npd-pro-page .navbar a:hover,
body.npd-pro-page .navbar .active,
body.npd-pro-page .navbar .active:focus {
  color: var(--npd-blue-dark);
}

.npd-site-search {
  border-color: rgba(22, 76, 145, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.npd-site-search button {
  background: var(--npd-blue-dark);
}

.npd-page-hero {
  background:
    linear-gradient(135deg, rgba(234, 243, 255, 0.72), rgba(255, 255, 255, 0.96) 44%, rgba(232, 247, 244, 0.62)),
    #fff;
  border-bottom-color: rgba(22, 76, 145, 0.14);
}

.npd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--npd-blue-dark);
}

.npd-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--npd-blue), var(--npd-teal));
}

.npd-section__heading {
  position: relative;
}

.npd-section__heading::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 4px;
  width: 4px;
  height: 54px;
  background: linear-gradient(180deg, var(--npd-blue), var(--npd-teal));
}

.npd-section__heading--split::before {
  top: 8px;
}

.npd-card,
.npd-solution,
.npd-price-card,
.npd-video-card,
.npd-contact-card,
.npd-pricing-model-grid article,
.npd-service-grid article,
.npd-supporting-tools article,
.npd-card--product,
.npd-card--tool,
.npd-card--visitor {
  border: 1px solid rgba(16, 32, 51, 0.11);
  border-top: 3px solid rgba(31, 111, 209, 0.46);
  box-shadow: 0 16px 42px rgba(16, 32, 51, 0.07);
}

.npd-card--product {
  border-top-color: var(--npd-blue);
  background: linear-gradient(180deg, #fff 0%, rgba(234, 243, 255, 0.38) 100%);
}

.npd-card--tool,
.npd-supporting-tools article {
  border-top-color: rgba(102, 87, 200, 0.62);
  background: linear-gradient(180deg, #fff 0%, rgba(240, 239, 252, 0.34) 100%);
}

.npd-card--visitor {
  border-top-color: rgba(194, 65, 59, 0.72);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 240, 240, 0.38) 100%);
}

.npd-solution-subhead h3::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--npd-blue), var(--npd-teal));
}

.npd-solution-subhead--tools,
.npd-supporting-tools--home {
  border-left: 4px solid rgba(102, 87, 200, 0.34);
  background: linear-gradient(90deg, rgba(240, 239, 252, 0.42), rgba(255, 255, 255, 0));
}

.npd-solution-subhead--visitor h3 {
  color: #9f2f2a;
}

.npd-btn--primary {
  background: var(--npd-blue-dark);
  box-shadow: 0 12px 26px rgba(22, 76, 145, 0.18);
}

.npd-btn--secondary {
  background: #f5f9ff;
  border-color: rgba(31, 111, 209, 0.22);
  color: var(--npd-blue-dark);
}

.npd-band,
.npd-band--myopsview {
  background:
    linear-gradient(135deg, rgba(22, 76, 145, 0.98), rgba(15, 148, 136, 0.96)),
    var(--npd-blue-dark);
  box-shadow: 0 20px 52px rgba(22, 76, 145, 0.16);
}

.npd-price {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 245, 228, 0.64) 100%);
  border: 1px solid rgba(216, 135, 22, 0.22);
  border-left: 4px solid var(--npd-amber);
}

.npd-price strong {
  color: var(--npd-blue-dark);
}

.npd-stat {
  background: linear-gradient(180deg, #fff 0%, rgba(234, 243, 255, 0.46) 100%);
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-top: 3px solid rgba(31, 111, 209, 0.54);
}

.npd-text-link,
.npd-search-results h3 a {
  color: var(--npd-blue-dark);
}

@media (max-width: 767px) {
  .npd-section__heading::before {
    left: 0;
    top: -14px;
    width: 46px;
    height: 3px;
    background: linear-gradient(90deg, var(--npd-blue), var(--npd-teal));
  }
}
/* === ENTERPRISE COLOR PASS END === */

/* === EXPLORE MYOPSVIEW 3 START
   Review feature: remove this block plus mov_explore_myopsview.php and route/header links to back out. === */
.npd-explore-hero {
  min-height: calc(100vh - 80px);
  box-sizing: border-box;
  display: grid;
  align-content: center;
  gap: 14px;
  padding-top: clamp(34px, 5vh, 64px);
  padding-bottom: clamp(28px, 4vh, 56px);
}

.npd-explore-hero > p {
  max-width: 920px;
  margin-bottom: 0;
}

.npd-workflow-form--hero {
  max-width: 1180px;
  margin-top: 12px;
  padding: clamp(18px, 2.4vw, 30px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-top: 4px solid var(--npd-blue);
  box-shadow: 0 22px 58px rgba(16, 32, 51, 0.1);
}

.npd-explore-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.npd-explore-page footer {
  display: none;
}

.npd-explore-section {
  padding-top: 72px;
}

.npd-explore-layout {
  display: grid;
  grid-template-columns: minmax(248px, 0.3fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.npd-explore-nav {
  display: grid;
  gap: 10px;
  position: sticky;
  top: 104px;
}

.npd-explore-nav button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 6px 12px;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  color: var(--npd-ink);
  font-family: inherit;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.11);
  border-left: 4px solid rgba(31, 111, 209, 0.22);
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.045);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.npd-explore-nav button:hover,
.npd-explore-nav button:focus-visible,
.npd-explore-nav button.is-active {
  border-left-color: var(--npd-blue);
  box-shadow: 0 16px 34px rgba(16, 32, 51, 0.08);
  transform: translateX(2px);
}

.npd-explore-nav i {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--npd-blue-dark);
  background: var(--npd-blue-soft);
  border: 1px solid rgba(31, 111, 209, 0.16);
}

.npd-explore-nav span {
  color: var(--npd-ink);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
}

.npd-explore-nav small {
  color: var(--npd-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.npd-explore-panel {
  scroll-margin-top: 106px;
  padding: clamp(24px, 3vw, 38px);
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.11);
  border-top: 4px solid var(--npd-blue);
  box-shadow: 0 20px 52px rgba(16, 32, 51, 0.07);
}

.npd-explore-panel[hidden] {
  display: none;
}

.npd-explore-panel__title {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.npd-explore-panel__title > i {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.45rem;
  background: linear-gradient(135deg, var(--npd-blue-dark), var(--npd-teal));
}

.npd-explore-panel__title h2 {
  margin: 4px 0 0;
  color: var(--npd-ink);
  font-size: clamp(1.7rem, 2.3vw, 2.55rem);
  font-weight: 800;
  line-height: 1.08;
}

.npd-explore-panel__lead {
  max-width: 920px;
  margin: 0 0 26px;
  color: var(--npd-muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.npd-explore-panel__body {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.9fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
}

.npd-explore-panel--comparison .npd-explore-panel__body {
  grid-template-columns: 1fr;
}

.npd-explore-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.npd-explore-detail-grid section {
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, rgba(234, 243, 255, 0.36) 100%);
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-top: 3px solid rgba(31, 111, 209, 0.38);
}

.npd-explore-detail-grid h3 {
  margin: 0 0 10px;
  color: var(--npd-blue-dark);
  font-size: 1.05rem;
  font-weight: 800;
}

.npd-explore-detail-grid p {
  margin: 0;
  color: var(--npd-muted);
  line-height: 1.58;
}

.npd-explore-flow,
.npd-explore-gallery {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(16, 32, 51, 0.1);
}

.npd-explore-panel__body .npd-explore-gallery {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.npd-explore-flow > h3,
.npd-explore-gallery > h3 {
  margin: 0 0 10px;
  color: var(--npd-ink);
  font-size: 1.18rem;
  font-weight: 800;
}

.npd-explore-flow ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: document-flow;
}

.npd-explore-flow li {
  counter-increment: document-flow;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.1);
}

.npd-explore-flow li::before {
  content: counter(document-flow, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--npd-blue-dark);
  font-size: 0.8rem;
  font-weight: 900;
  background: var(--npd-blue-soft);
}

.npd-explore-flow strong {
  color: var(--npd-ink);
  font-size: 0.98rem;
  line-height: 1.35;
}

.npd-workflow-options {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.npd-workflow-options button {
  min-height: 34px;
  padding: 0 11px;
  color: var(--npd-blue-dark);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  background: #fff;
  border: 1px solid rgba(31, 111, 209, 0.22);
}

.npd-workflow-options button:hover,
.npd-workflow-options button:focus-visible,
.npd-workflow-options button.is-active {
  color: #fff;
  background: var(--npd-blue-dark);
}

.npd-workflow-preview {
  margin-top: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.1);
}

.npd-workflow-preview p {
  margin: 0 0 12px;
  color: var(--npd-muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.npd-workflow-preview > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.npd-workflow-preview .npd-explore-image-open {
  border: 1px solid rgba(16, 32, 51, 0.1);
  background: #f8fbff;
}

.npd-workflow-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.npd-workflow-form {
  display: grid;
  gap: 18px;
}

.npd-workflow-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.npd-workflow-form fieldset {
  margin: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.1);
}

.npd-workflow-form legend {
  width: auto;
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  padding: 0;
  color: var(--npd-blue-dark);
  font-size: 0.98rem;
  font-weight: 900;
}

.npd-feature-comparison-open {
  min-height: 34px;
  padding: 0 12px;
  color: var(--npd-blue-dark);
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
  background: #eef5ff;
  border: 1px solid rgba(31, 111, 209, 0.24);
}

.npd-feature-comparison-open:hover,
.npd-feature-comparison-open:focus-visible {
  color: #fff;
  background: var(--npd-blue-dark);
}

.npd-workflow-form label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 8px 0 0;
  color: var(--npd-ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.npd-workflow-form input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  accent-color: var(--npd-blue-dark);
}

.npd-workflow-form .npd-btn {
  justify-self: start;
}

.npd-explore-gallery > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.npd-explore-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.12);
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.055);
}

.npd-explore-image-open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.npd-explore-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #f8fbff;
  border-bottom: 1px solid rgba(16, 32, 51, 0.08);
}

.npd-explore-image-open::after {
  content: "Click to view";
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 8px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  background: rgba(22, 76, 145, 0.9);
  pointer-events: none;
}

.npd-explore-image-open:hover img,
.npd-explore-image-open:focus-visible img {
  filter: contrast(1.03) saturate(1.02);
}

.npd-explore-image-open:focus-visible {
  outline: 3px solid rgba(31, 111, 209, 0.35);
  outline-offset: 3px;
}

.npd-explore-gallery figcaption {
  min-height: 46px;
  padding: 9px 11px;
  color: var(--npd-ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.npd-explore-gallery__hint {
  margin: 0 0 12px;
  color: var(--npd-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.npd-explore-comparison {
  display: grid;
  gap: 28px;
}

.npd-feature-build {
  padding: clamp(20px, 3vw, 30px);
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.11);
  border-top: 4px solid rgba(31, 111, 209, 0.52);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.055);
}

.npd-feature-build__heading {
  max-width: 920px;
  margin-bottom: 20px;
}

.npd-feature-build__heading h3 {
  margin: 0 0 8px;
  color: var(--npd-ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 800;
}

.npd-feature-build__heading p {
  margin: 0;
  color: var(--npd-muted);
  line-height: 1.58;
}

.npd-feature-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.npd-feature-tier-grid article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, rgba(234, 243, 255, 0.34) 100%);
  border: 1px solid rgba(16, 32, 51, 0.1);
}

.npd-feature-tier-grid article:nth-child(2) {
  background: linear-gradient(180deg, #fff 0%, rgba(232, 247, 244, 0.42) 100%);
  border-top: 3px solid rgba(15, 148, 136, 0.48);
}

.npd-feature-tier-grid article:nth-child(3) {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 245, 228, 0.52) 100%);
  border-top: 3px solid rgba(216, 135, 22, 0.58);
}

.npd-feature-tier-grid h4 {
  margin: 0 0 14px;
  color: var(--npd-blue-dark);
  font-size: 1.05rem;
  font-weight: 900;
}

.npd-feature-tier-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.npd-feature-tier-grid li {
  position: relative;
  padding-left: 22px;
  color: var(--npd-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.npd-feature-tier-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 9px;
  height: 9px;
  background: var(--npd-green);
}

.npd-feature-gallery-open {
  margin-top: auto;
  align-self: flex-start;
  min-height: 40px;
  padding: 0 15px;
  color: var(--npd-blue-dark);
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  background: #fff;
  border: 1px solid rgba(31, 111, 209, 0.24);
  box-shadow: 0 8px 18px rgba(16, 32, 51, 0.055);
}

.npd-feature-gallery-open:hover,
.npd-feature-gallery-open:focus-visible {
  color: #fff;
  background: var(--npd-blue-dark);
}

.npd-feature-gallery-placeholder {
  margin-top: auto;
  align-self: flex-start;
  min-height: 40px;
  padding: 10px 15px;
  color: var(--npd-muted);
  font-size: 0.84rem;
  font-weight: 900;
  background: rgba(245, 248, 251, 0.9);
  border: 1px dashed rgba(16, 32, 51, 0.22);
}

.npd-explore-tier-note {
  margin-top: 22px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-left: 4px solid var(--npd-blue);
}

.npd-explore-tier-note h3 {
  margin: 0 0 8px;
  color: var(--npd-ink);
  font-size: 1.15rem;
  font-weight: 800;
}

.npd-explore-tier-note p {
  margin: 0 0 16px;
  color: var(--npd-muted);
  line-height: 1.58;
}

.npd-lightbox-open {
  overflow: hidden;
}

.npd-explore-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 1.8vw, 24px);
  background: rgba(8, 18, 30, 0.86);
}

.npd-explore-lightbox.is-open {
  display: flex;
}

.npd-explore-lightbox figure {
  width: min(1880px, 98.5vw);
  height: 96vh;
  max-height: 96vh;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.npd-explore-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  background: #f8fbff;
}

.npd-explore-lightbox__viewport {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  background: #f8fbff;
}

.npd-explore-lightbox__media {
  position: relative;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  max-width: 100%;
  max-height: 100%;
  line-height: 0;
}

.npd-explore-lightbox__viewport > img,
.npd-explore-lightbox__media > img {
  display: block;
}

.npd-explore-hotspot-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
}

.npd-explore-hotspot-zoom {
  position: absolute;
  z-index: 4;
  width: min(620px, 48vw);
  min-width: 420px;
  display: none;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  color: var(--npd-ink);
  background: #fff;
  border: 2px solid var(--npd-blue);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  pointer-events: none;
}

.npd-explore-hotspot {
  position: absolute;
  z-index: 2;
  padding: 0;
  cursor: zoom-in;
  pointer-events: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.npd-explore-hotspot::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0);
  opacity: 0;
  transition: opacity 0.18s ease, border-color 0.18s ease;
}

.npd-explore-lightbox--hotspot-hover-outline .npd-explore-hotspot:hover::after,
.npd-explore-lightbox--hotspot-hover-outline .npd-explore-hotspot:focus-visible::after {
  border-color: rgba(11, 77, 134, 0.85);
  opacity: 1;
}

.npd-explore-hotspot:focus-visible {
  outline: 2px solid rgba(11, 77, 134, 0.9);
  outline-offset: 2px;
}

.npd-explore-lightbox--hotspot-hover-outline .npd-explore-hotspot:focus-visible::after {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.9);
}

/* Dev: always show hotspot grid cells (see params explore_hotspot_debug_outlines). */
.npd-explore-lightbox--hotspot-debug .npd-explore-hotspot {
  background: rgba(255, 138, 0, 0.14);
}

.npd-explore-lightbox--hotspot-debug .npd-explore-hotspot::after {
  border: 2px solid #ff8a00;
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.npd-explore-lightbox--hotspot-debug .npd-explore-hotspot::before {
  content: attr(data-hotspot-code);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(calc(-100% - 1px));
  padding: 1px 5px;
  font-size: 9px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  background: #e67300;
  border-radius: 2px 2px 0 0;
  white-space: nowrap;
  pointer-events: none;
  z-index: 3;
}

.npd-explore-lightbox--hotspot-debug .npd-explore-hotspot-layer::after {
  content: attr(data-hotspot-count);
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 6;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: rgba(230, 115, 0, 0.94);
  border-radius: 4px;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.npd-explore-hotspot-zoom.is-left {
  transform: translateX(-100%);
}

.npd-explore-hotspot-zoom.is-inside {
  width: min(560px, calc(100% - 16px));
  min-width: 0;
  grid-template-columns: minmax(160px, 44%) minmax(0, 1fr);
}

.npd-explore-hotspot-zoom.is-visible {
  display: grid;
}

.npd-explore-hotspot-zoom--text-only {
  grid-template-columns: 1fr;
  width: min(320px, 30vw);
}

.npd-explore-hotspot-zoom--object {
  width: min(560px, 52vw);
  min-width: min(420px, 92vw);
  grid-template-columns: minmax(180px, 44%) minmax(0, 1fr);
}

.npd-explore-hotspot-zoom--object.is-inside {
  width: min(540px, calc(100% - 20px));
  min-width: 0;
}

.npd-explore-hotspot-zoom--object .npd-explore-hotspot-zoom__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  max-height: 220px;
  padding: 6px;
}

.npd-explore-hotspot-zoom--object .npd-explore-hotspot-zoom__crop {
  display: block;
  width: 100%;
  height: auto;
  max-height: 210px;
  object-fit: contain;
  object-position: center;
}

.npd-explore-hotspot-zoom--logo {
  width: min(360px, 38vw);
  min-width: 0;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
}

.npd-explore-hotspot-zoom--logo .npd-explore-hotspot-zoom__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  max-height: 80px;
  padding: 4px;
  background-color: #fff;
}

.npd-explore-hotspot-zoom--logo .npd-explore-hotspot-zoom__crop {
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.npd-explore-hotspot-zoom--icon {
  width: min(300px, 34vw);
  min-width: 0;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
}

.npd-explore-hotspot-zoom--icon .npd-explore-hotspot-zoom__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  max-height: 96px;
  padding: 6px;
  background-color: #f4f8fc;
}

.npd-explore-hotspot-zoom__crop {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 84px;
  object-fit: contain;
  object-position: center;
}

.npd-explore-hotspot-zoom__crop[hidden] {
  display: none;
}

.npd-explore-hotspot-zoom__vector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 84px;
}

.npd-explore-hotspot-zoom__vector[hidden] {
  display: none;
}

.npd-explore-hotspot-zoom__vector svg {
  width: 72px;
  height: 72px;
}

.npd-explore-hotspot-zoom__image {
  min-height: 244px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eef5fb;
  border: 1px solid rgba(16, 32, 51, 0.16);
}

.npd-explore-hotspot-zoom__image.is-hidden {
  display: none;
}

.npd-explore-hotspot-zoom__text strong {
  display: block;
  margin-bottom: 5px;
  color: var(--npd-blue-dark);
  font-size: 0.96rem;
  line-height: 1.2;
}

.npd-explore-hotspot-zoom__text p,
.npd-explore-hotspot-zoom__text ul {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.35;
}

.npd-explore-hotspot-zoom__text p + p,
.npd-explore-hotspot-zoom__text p + ul,
.npd-explore-hotspot-zoom__text ul + p,
.npd-explore-hotspot-zoom__text ul + ul {
  margin-top: 8px;
}

.npd-explore-hotspot-zoom__text ul {
  padding-left: 18px;
}

.npd-explore-hotspot-zoom__text li + li {
  margin-top: 4px;
}

.npd-explore-lightbox figcaption {
  display: none;
  padding: 12px 18px;
  color: var(--npd-ink);
  font-weight: 800;
  line-height: 1.35;
  border-top: 1px solid rgba(16, 32, 51, 0.1);
}

.npd-explore-lightbox__close {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 10020;
  min-width: 108px;
  height: 46px;
  gap: 8px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: inherit;
  font-weight: 900;
  background: var(--npd-blue-dark);
  border: 2px solid #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

.npd-explore-lightbox__close:hover,
.npd-explore-lightbox__close:focus-visible {
  color: var(--npd-blue-dark);
  background: #fff;
  border-color: var(--npd-blue-dark);
}

.npd-explore-lightbox__nav {
  position: fixed;
  top: 50%;
  z-index: 10015;
  min-width: 118px;
  min-height: 54px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-family: inherit;
  font-weight: 900;
  background: var(--npd-blue-dark);
  border: 2px solid #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
  transform: translateY(-50%);
}

.npd-explore-lightbox__nav--prev {
  left: 14px;
}

.npd-explore-lightbox__nav--next {
  right: 14px;
}

.npd-explore-lightbox__nav:hover,
.npd-explore-lightbox__nav:focus-visible {
  color: var(--npd-blue-dark);
  background: #fff;
  border-color: var(--npd-blue-dark);
}

.npd-explore-lightbox__nav:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.npd-explore-lightbox__count {
  display: none;
  min-height: 24px;
  padding: 0 18px 10px;
  color: var(--npd-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: right;
}

.npd-tier-gallery {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(8, 18, 30, 0.86);
}

.npd-tier-gallery.is-open {
  display: flex;
}

.npd-tier-gallery.is-suspended {
  display: none;
}

.npd-tier-gallery__shell {
  width: min(1880px, 98vw);
  height: 96vh;
  overflow: auto;
  padding: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  scroll-snap-type: y proximity;
}

.npd-tier-gallery__stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.npd-gallery-summary {
  padding: clamp(24px, 4vw, 54px);
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-top: 4px solid var(--npd-blue);
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.08);
}

.npd-gallery-summary > p:first-child {
  margin: 0 0 12px;
  color: var(--npd-blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.npd-gallery-summary h2 {
  max-width: 980px;
  margin: 0 0 12px;
  color: var(--npd-ink);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
}

.npd-gallery-summary__description {
  max-width: 940px;
  margin: 0 0 22px;
  color: var(--npd-muted);
  font-size: 1.06rem;
  line-height: 1.6;
}

.npd-gallery-summary ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 1100px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.npd-gallery-summary li {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  color: var(--npd-ink);
  font-size: 0.96rem;
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-left: 4px solid rgba(31, 111, 209, 0.44);
}

.npd-gallery-summary li span {
  color: var(--npd-muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.npd-gallery-summary li strong {
  color: var(--npd-ink);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  font-weight: 900;
  line-height: 1.24;
}

.npd-gallery-summary__facts {
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
  gap: 12px;
}

.npd-gallery-summary__facts span {
  padding: 14px 16px;
  color: var(--npd-blue-dark);
  font-weight: 900;
  line-height: 1.45;
  background: rgba(234, 243, 255, 0.72);
  border: 1px solid rgba(31, 111, 209, 0.16);
}

.npd-gallery-index {
  width: min(980px, 100%);
  padding: clamp(18px, 2.4vw, 30px);
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.11);
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.06);
}

.npd-gallery-index h3 {
  margin: 0 0 14px;
  color: var(--npd-ink);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 800;
}

.npd-gallery-index__group {
  margin-top: 12px;
}

.npd-gallery-index__group:first-of-type {
  margin-top: 0;
}

.npd-gallery-index__group h4 {
  margin: 0 0 5px;
  color: var(--npd-blue-dark);
  font-size: 0.96rem;
  font-weight: 900;
}

.npd-gallery-index__group h4 a {
  color: inherit;
  text-decoration: none;
}

.npd-gallery-index__group h4 a:hover,
.npd-gallery-index__group h4 a:focus-visible {
  color: var(--npd-blue);
}

.npd-gallery-index__table {
  --npd-gallery-index-font-size: 0.875rem;
  display: grid;
  font-size: var(--npd-gallery-index-font-size);
  border: 1px solid rgba(16, 32, 51, 0.1);
}

.npd-gallery-index__head,
.npd-gallery-index__row {
  display: grid;
  grid-template-columns: minmax(11.5rem, 0.26fr) minmax(6.5rem, 0.18fr) minmax(220px, 1fr);
  align-items: center;
  column-gap: 12px;
}

.npd-gallery-index__head {
  padding: 7px 10px;
  color: var(--npd-blue-dark);
  font-size: inherit;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(234, 243, 255, 0.75);
}

.npd-gallery-index__row {
  padding: 6px 10px;
  color: var(--npd-muted);
  font-size: inherit;
  border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.npd-gallery-index__title {
  color: var(--npd-ink);
  font-size: inherit;
  font-weight: 500;
}

.npd-gallery-index__title--primary {
  font-weight: 800;
}

.npd-gallery-index__actions {
  display: flex;
  gap: 6px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.npd-gallery-index__content,
.npd-gallery-index__head-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: clamp(18px, 2.4vw, 32px);
  padding-right: clamp(18px, 2.4vw, 32px);
}

.npd-gallery-index__actions .npd-gallery-jump,
.npd-gallery-index__actions .npd-gallery-index__view {
  box-sizing: border-box;
  flex-shrink: 0;
  min-width: 3.4rem;
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: var(--npd-blue-dark);
  font-family: inherit;
  font-size: inherit;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(31, 111, 209, 0.22);
}

.npd-gallery-index__actions .npd-gallery-index__view.npd-gallery-thumb {
  width: auto;
  padding: 0 10px;
  border: 1px solid rgba(31, 111, 209, 0.22);
  cursor: pointer;
}

.npd-gallery-index__actions .npd-gallery-jump:hover,
.npd-gallery-index__actions .npd-gallery-jump:focus-visible,
.npd-gallery-index__actions .npd-gallery-index__view:hover,
.npd-gallery-index__actions .npd-gallery-index__view:focus-visible {
  color: #fff;
  background: var(--npd-blue-dark);
}

.npd-gallery-group {
  padding: clamp(18px, 2.4vw, 30px);
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.11);
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.06);
}

.npd-gallery-group__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(16, 32, 51, 0.1);
}

.npd-gallery-group__heading h3 {
  margin: 0;
  color: var(--npd-ink);
  font-size: clamp(1.55rem, 2.6vw, 2.5rem);
  font-weight: 800;
}

.npd-gallery-group__heading span {
  color: var(--npd-blue-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.npd-gallery-group__intro {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: clamp(18px, 2.4vw, 28px);
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-left: 4px solid var(--npd-blue);
}

.npd-gallery-group__intro p {
  max-width: 980px;
  margin: 0;
  color: var(--npd-ink);
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  font-weight: 800;
  line-height: 1.5;
}

.npd-gallery-group__intro strong {
  max-width: 980px;
  color: var(--npd-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.npd-gallery-group__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.npd-gallery-card {
  margin: 0;
  background: #f8fbff;
  border: 1px solid rgba(16, 32, 51, 0.1);
  box-shadow: 0 10px 22px rgba(16, 32, 51, 0.055);
}

.npd-gallery-card .npd-gallery-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 0;
  cursor: zoom-in;
}

.npd-gallery-card .npd-gallery-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #f8fbff;
}

.npd-gallery-img--placeholder {
  object-fit: cover;
  background: #eef2f6;
}

.npd-gallery-placeholder-note {
  display: block;
  margin-top: 0.25rem;
  color: #6b7c93;
  font-size: 0.78rem;
  font-weight: 600;
}

.npd-gallery-card .npd-gallery-thumb::after {
  content: "View full screen";
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 8px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  background: rgba(22, 76, 145, 0.9);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.npd-gallery-index__view::after {
  content: none;
}

.npd-gallery-card .npd-gallery-thumb:hover::after,
.npd-gallery-card .npd-gallery-thumb:focus-visible::after {
  opacity: 1;
}

.npd-gallery-card .npd-gallery-thumb:focus-visible {
  outline: 3px solid rgba(31, 111, 209, 0.35);
  outline-offset: 3px;
}

.npd-gallery-card figcaption {
  min-height: 48px;
  padding: 10px 12px;
  color: var(--npd-ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  background: #fff;
  border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.npd-tier-gallery__image {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(16, 32, 51, 0.12);
  background: #f8fbff;
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.08);
  scroll-snap-align: start;
}

.npd-tier-gallery__image img {
  display: block;
  width: 100%;
  max-height: calc(96vh - 94px);
  object-fit: contain;
}

.npd-tier-gallery__slide {
  min-height: min(620px, calc(96vh - 94px));
  padding: clamp(28px, 5vw, 72px);
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(16, 32, 51, 0.12);
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.08);
  scroll-snap-align: start;
}

.npd-tier-gallery__slide > p {
  margin: 0 0 14px;
  color: var(--npd-blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.npd-tier-gallery__slide h3 {
  max-width: 820px;
  margin: 0 0 24px;
  color: var(--npd-ink);
  font-size: clamp(2rem, 4vw, 4.25rem);
  font-weight: 800;
}

.npd-tier-gallery__slide ul {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.npd-tier-gallery__slide li {
  position: relative;
  padding-left: 28px;
  color: var(--npd-muted);
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  line-height: 1.55;
}

.npd-tier-gallery__slide li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 10px;
  height: 10px;
  background: var(--npd-green);
}

.npd-tier-gallery__controls {
  position: fixed;
  top: 38px;
  right: 42px;
  z-index: 10010;
  width: 148px;
  display: grid;
  gap: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 32, 51, 0.15);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
  touch-action: none;
}

.npd-tier-gallery__handle {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--npd-blue-dark);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(234, 243, 255, 0.74);
  cursor: move;
  user-select: none;
}

.npd-tier-gallery__close,
.npd-tier-gallery__index,
.npd-tier-gallery__pricing {
  width: 100%;
  min-width: 0;
  height: 40px;
  gap: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 900;
}

.npd-tier-gallery__close {
  color: #fff;
  background: var(--npd-blue-dark);
  border: 1px solid var(--npd-blue-dark);
}

.npd-tier-gallery__index {
  color: var(--npd-blue-dark);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 32, 51, 0.16);
}

.npd-tier-gallery__pricing {
  color: #fff;
  background: var(--npd-green);
  border: 1px solid var(--npd-green);
}

.npd-tier-gallery__pricing:hover,
.npd-tier-gallery__pricing:focus-visible {
  color: var(--npd-green);
  background: #fff;
  border-color: var(--npd-green);
}

.npd-tier-gallery__index:hover,
.npd-tier-gallery__index:focus-visible {
  color: #fff;
  background: var(--npd-blue-dark);
  border-color: #fff;
}

.npd-tier-gallery__close:hover,
.npd-tier-gallery__close:focus-visible {
  color: var(--npd-blue-dark);
  background: #fff;
  border-color: var(--npd-blue-dark);
}

.npd-feature-modal {
  position: fixed;
  inset: 0;
  z-index: 9997;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 2vw, 28px);
  background: rgba(8, 18, 30, 0.86);
}

.npd-feature-modal.is-open {
  display: flex;
}

.npd-feature-modal__shell {
  width: min(1460px, 96vw);
  max-height: 92vh;
  overflow: auto;
  padding: clamp(20px, 3vw, 34px);
  background: #f7f9fc;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.npd-feature-modal__shell > h2 {
  margin: 0 0 8px;
  color: var(--npd-ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
}

.npd-feature-modal__shell > p {
  max-width: 900px;
  margin: 0 0 24px;
  color: var(--npd-muted);
  line-height: 1.58;
}

.npd-feature-modal__close {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 10010;
  min-width: 108px;
  height: 46px;
  gap: 8px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: inherit;
  font-weight: 900;
  background: var(--npd-blue-dark);
  border: 2px solid #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

.npd-feature-modal__close:hover,
.npd-feature-modal__close:focus-visible {
  color: var(--npd-blue-dark);
  background: #fff;
  border-color: var(--npd-blue-dark);
}

.npd-pricing-modal {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 2vw, 28px);
  background: rgba(8, 18, 30, 0.86);
}

.npd-pricing-modal.is-open {
  display: flex;
}

.npd-pricing-modal__shell {
  width: min(980px, 96vw);
  max-height: 90vh;
  overflow: auto;
  padding: clamp(18px, 2.4vw, 30px);
  background: #fff;
  border-top: 5px solid var(--npd-green);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.npd-pricing-modal__shell h2 {
  max-width: 780px;
  margin: 0 0 8px;
  color: var(--npd-ink);
  font-size: clamp(1.6rem, 2.5vw, 2.55rem);
  font-weight: 800;
  line-height: 1.05;
}

.npd-pricing-modal__shell > p:not(.npd-eyebrow):not(.npd-pricing-modal__note) {
  max-width: 920px;
  margin: 0 0 16px;
  color: var(--npd-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.npd-pricing-channel-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.npd-pricing-channel-strip article {
  padding: 12px;
  background: #f8fbff;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-top: 3px solid rgba(15, 148, 136, 0.55);
}

.npd-pricing-channel-strip h3,
.npd-pricing-components h3 {
  margin: 0 0 8px;
  color: var(--npd-ink);
  font-size: 1rem;
  font-weight: 900;
}

.npd-pricing-channel-strip p,
.npd-pricing-modal__note {
  margin: 0;
  color: var(--npd-muted);
  line-height: 1.55;
}

.npd-pricing-channel-strip p {
  font-size: 0.88rem;
}

.npd-pricing-components {
  margin: 12px 0;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-left: 4px solid var(--npd-blue);
}

.npd-pricing-components ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.npd-pricing-components li {
  position: relative;
  padding-left: 20px;
  color: var(--npd-muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.npd-pricing-components li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 8px;
  height: 8px;
  background: var(--npd-green);
}

.npd-pricing-modal__note {
  max-width: 920px;
  padding: 10px 12px;
  color: var(--npd-blue-dark);
  font-weight: 900;
  background: rgba(234, 243, 255, 0.72);
  border: 1px solid rgba(31, 111, 209, 0.16);
}

.npd-pricing-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.npd-pricing-modal__close {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 10040;
  min-width: 108px;
  height: 46px;
  gap: 8px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: inherit;
  font-weight: 900;
  background: var(--npd-blue-dark);
  border: 2px solid #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

.npd-pricing-modal__close:hover,
.npd-pricing-modal__close:focus-visible {
  color: var(--npd-blue-dark);
  background: #fff;
  border-color: var(--npd-blue-dark);
}

.npd-explore-path {
  background: #fff;
}

.npd-explore-path ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: explore-path;
}

.npd-explore-path li {
  counter-increment: explore-path;
  min-height: 132px;
  padding: 22px;
  color: var(--npd-ink);
  font-weight: 800;
  line-height: 1.28;
  background: #fff;
  border: 1px solid rgba(16, 32, 51, 0.11);
  border-top: 3px solid rgba(15, 148, 136, 0.48);
  box-shadow: 0 14px 32px rgba(16, 32, 51, 0.055);
}

.npd-explore-path li::before {
  content: counter(explore-path, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  color: var(--npd-teal);
  font-size: 0.86rem;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .npd-feature-tier-grid,
  .npd-explore-path ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .npd-gallery-group__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .npd-pricing-channel-strip {
    grid-template-columns: 1fr;
  }

  .npd-pricing-components ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .npd-explore-layout {
    grid-template-columns: 1fr;
  }

  .npd-explore-panel__body {
    grid-template-columns: 1fr;
  }

  .npd-explore-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .npd-gallery-summary ul,
  .npd-gallery-summary__facts {
    grid-template-columns: 1fr;
  }

  .npd-gallery-index__head {
    display: none;
  }

  .npd-gallery-index__row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .npd-gallery-index__actions {
    justify-content: flex-start;
  }

  .npd-gallery-group__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .npd-tier-gallery__controls {
    width: 136px;
  }
}

@media (max-width: 640px) {
  .npd-explore-nav,
  .npd-explore-detail-grid,
  .npd-explore-gallery > div,
  .npd-feature-tier-grid,
  .npd-explore-path ol {
    grid-template-columns: 1fr;
  }

  .npd-explore-flow li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .npd-workflow-preview > div {
    grid-template-columns: 1fr;
  }

  .npd-workflow-form__grid {
    grid-template-columns: 1fr;
  }

  .npd-tier-gallery__stage,
  .npd-gallery-group__items {
    grid-template-columns: 1fr;
  }

  .npd-explore-panel__title {
    display: block;
  }

  .npd-explore-panel__title > i {
    margin-bottom: 16px;
  }

  .npd-tier-gallery__controls {
    top: 22px;
    right: 22px;
    width: 128px;
  }

  .npd-tier-gallery__close,
  .npd-tier-gallery__index,
  .npd-tier-gallery__pricing {
    height: 38px;
    font-size: 0.82rem;
  }

  .npd-explore-lightbox__nav {
    top: auto;
    bottom: 12px;
    min-width: 102px;
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.82rem;
    transform: none;
  }

  .npd-explore-lightbox__nav--prev {
    left: 12px;
  }

  .npd-explore-lightbox__nav--next {
    right: 12px;
  }

  .npd-explore-lightbox__count {
    padding-bottom: 58px;
  }

  .npd-explore-hotspot-zoom {
    width: min(88vw, 340px);
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .npd-explore-hotspot-zoom--object {
    width: min(92vw, 520px);
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .npd-explore-hotspot-zoom--object .npd-explore-hotspot-zoom__image {
    min-height: 140px;
    max-height: 180px;
  }

  .npd-explore-hotspot-zoom--object .npd-explore-hotspot-zoom__crop {
    max-height: 170px;
  }

  .npd-explore-hotspot-zoom__image {
    min-height: 120px;
  }

  .npd-explore-hotspot-zoom--icon .npd-explore-hotspot-zoom__image {
    min-height: 72px;
    max-height: 88px;
  }

  .npd-explore-hotspot-zoom--icon .npd-explore-hotspot-zoom__crop {
    max-height: 76px;
  }
}
/* === EXPLORE MYOPSVIEW 3 END === */
