:root {
  --nsv2-blue: #075d94;
  --nsv2-teal: #0f6f73;
  --nsv2-orange: #ea580c;
}

/* Keep wide grids and media inside the visible page at every browser width. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.nsv2-static-main,
.nsv2-static-main section,
.nsv2-static-main section > div {
  min-width: 0;
}

.nsv2-static-main img,
.nsv2-static-main video,
.nsv2-static-main iframe {
  max-width: 100%;
}

/* Service-support side navigation shares the product-download visual system. */
.nsv2-support-library-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.nsv2-support-left-menu {
  display: grid;
  align-self: start;
  gap: .6rem;
  overflow: visible;
  border: 1px solid #bae6fd;
  border-radius: .9rem;
  background: #f0f9ff;
  padding: .75rem;
  box-shadow: none;
}

.nsv2-support-left-menu nav,
.nsv2-video-sidebar.nsv2-support-left-menu .nsv2-video-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .6rem;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.nsv2-support-left-menu button,
.nsv2-video-sidebar.nsv2-support-left-menu .nsv2-video-filter button {
  display: flex;
  width: 100%;
  min-height: 3.15rem;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  border: 1px solid #bae6fd;
  border-radius: .6rem;
  background: #fff;
  padding: .75rem 1rem;
  color: #334155;
  font-family: inherit;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.nsv2-support-left-menu button:hover,
.nsv2-support-left-menu button:focus-visible {
  border-color: #0284c7;
  background: #fff;
  color: #075d94;
  outline: none;
}

.nsv2-support-left-menu button[aria-selected="true"] {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
}

.nsv2-support-left-menu button small,
.nsv2-support-left-menu button > span[data-video-count] {
  display: inline;
  min-width: auto;
  height: auto;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: .78rem;
}

.nsv2-support-left-menu .nsv2-technical-nav-group {
  display: grid;
  gap: .6rem;
}

.nsv2-support-left-menu .nsv2-technical-nav-group + .nsv2-technical-nav-group {
  margin-top: .35rem;
  border: 0;
  border-top: 1px solid #bae6fd;
  padding: .9rem 0 0;
}

.nsv2-support-left-menu .nsv2-technical-nav-heading {
  margin: 0;
  border-color: #7dd3fc;
  background: #e0f2fe;
  color: #075d94;
  font-size: 1rem;
  font-weight: 800;
}

.nsv2-support-left-menu .nsv2-technical-nav-heading:hover {
  background: #d8effc;
}

.nsv2-support-left-menu .nsv2-technical-nav-heading[aria-selected="true"] {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
}

.nsv2-faq-content {
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: .9rem;
  background: #fff;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .nsv2-solution-download-layout,
  .nsv2-video-library-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .nsv2-support-left-menu {
    position: sticky;
    top: 6.5rem;
  }
}

@media (max-width: 1023px) {
  .nsv2-support-library-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .nsv2-support-left-menu,
  .nsv2-support-left-menu nav,
  .nsv2-video-sidebar.nsv2-support-left-menu .nsv2-video-filter {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsv2-technical-doc-sidebar.nsv2-support-left-menu {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsv2-technical-doc-sidebar.nsv2-support-left-menu nav {
    grid-template-columns: repeat(2, minmax(17rem, 1fr));
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .nsv2-support-left-menu button,
  .nsv2-video-sidebar.nsv2-support-left-menu .nsv2-video-filter button {
    min-height: 3.25rem;
    padding: .65rem .75rem;
    font-size: .88rem;
    text-align: center;
  }

  .nsv2-faq-content {
    padding: 1rem;
  }
}

/* Use the campus-solution banner artwork and overlay across secondary pages. */
.nsv2-static-main > section:first-child,
.nsv2-static-main > div:first-child > section:first-child {
  background-color: #020f2e !important;
  background-image:
    linear-gradient(90deg, rgba(1, 19, 60, .90) 0%, rgba(2, 19, 62, .72) 56%, rgba(2, 19, 62, .45) 100%),
    url("/images/home-banner.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* Keep every secondary-page banner compact while preserving the large home banner. */
.nsv2-static-main > section:first-child:not(:has(> [class*="min-h-[680px]"])) > .mx-auto,
.nsv2-static-main > section:first-child:not(:has(> [class*="min-h-[680px]"])) > div.mx-auto,
.product-detail > section:first-child > .mx-auto,
.capability-detail > section:first-child > .mx-auto {
  min-height: 15rem;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

@media (min-width: 768px) {
  .nsv2-static-main > section:first-child:not(:has(> [class*="min-h-[680px]"])) > .mx-auto,
  .nsv2-static-main > section:first-child:not(:has(> [class*="min-h-[680px]"])) > div.mx-auto,
  .product-detail > section:first-child > .mx-auto,
  .capability-detail > section:first-child > .mx-auto {
    min-height: 16rem;
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .nsv2-static-main > section:first-child:has(a[href="/get-plan/"]):not(:has(> [class*="min-h-[680px]"])) h1 {
    font-size: 3rem !important;
  }

  .nsv2-static-main > section:first-child:has(a[href="/get-plan/"]):not(:has(> [class*="min-h-[680px]"])) h1 + p {
    line-height: 1.75rem !important;
  }

  .nsv2-static-main > section:first-child:has(a[href="/get-plan/"]):not(:has(> [class*="min-h-[680px]"])) > .mx-auto {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .nsv2-static-main > section:first-child.bg-\[\#05253f\] > .mx-auto {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .nsv2-static-main > .nsv2-article-hero:first-child > .mx-auto,
  .nsv2-static-main > .nsv2-contact-hero:first-child > .mx-auto {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .nsv2-article-hero h1 {
    font-size: 2.75rem;
  }
}

@media (max-width: 767px) {
  .nsv2-static-main > section:first-child:not(:has(> [class*="min-h-[680px]"])) h1 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }

  .nsv2-static-main > section:first-child:not(:has(> [class*="min-h-[680px]"])) h1 + p {
    display: none !important;
  }
}

.nsv2-solution-download-layout {
  display: grid;
  gap: 1.5rem;
}

.nsv2-solution-download-sidebar {
  align-self: start;
  overflow: hidden;
  border: 1px solid #bae6fd;
  border-radius: 1rem;
  background: #fff;
}

.nsv2-solution-download-sidebar > div {
  border-bottom: 1px solid #e2e8f0;
  padding: 1.25rem;
}

.nsv2-solution-download-sidebar > div p {
  color: #0369a1;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.nsv2-solution-download-sidebar > div h2 {
  margin-top: .35rem;
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 800;
}

.nsv2-solution-download-sidebar nav {
  display: grid;
  gap: .45rem;
  padding: .75rem;
}

.nsv2-solution-download-sidebar button {
  display: flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  border-radius: .6rem;
  padding: .65rem .8rem;
  color: #334155;
  font-size: .88rem;
  font-weight: 700;
  text-align: left;
}

.nsv2-solution-download-sidebar button:hover {
  background: #f0f9ff;
  color: #075d94;
}

.nsv2-solution-download-sidebar button[aria-selected="true"] {
  background: #075d94;
  color: #fff;
}

.nsv2-solution-download-sidebar button small {
  display: grid;
  min-width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075d94;
  font-size: .72rem;
}

.nsv2-solution-download-sidebar button[aria-selected="true"] small {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.nsv2-technical-nav-group {
  display: grid;
  gap: .45rem;
}

.nsv2-technical-nav-group + .nsv2-technical-nav-group {
  margin-top: .7rem;
  border-top: 1px solid #e2e8f0;
  padding-top: .9rem;
}

.nsv2-technical-nav-group > .nsv2-technical-nav-heading {
  margin-bottom: .2rem;
  border: 1px solid #bae6fd;
  border-radius: .65rem;
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
  padding: .85rem 1rem;
  color: #075d94;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
}

.nsv2-technical-nav-group > .nsv2-technical-nav-heading:hover {
  background: linear-gradient(135deg, #bae6fd 0%, #e0f2fe 100%);
}

.nsv2-technical-nav-group > .nsv2-technical-nav-heading[aria-selected="true"] {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
}

.nsv2-technical-doc-sidebar > div {
  display: none;
}

@media (min-width: 1024px) {
  .nsv2-technical-doc-sidebar .nsv2-technical-nav-group + .nsv2-technical-nav-group {
    margin-top: 1rem;
    border-top: 0;
    padding-top: 0;
  }
}

.nsv2-solution-download-toolbar {
  display: grid;
  gap: 1.25rem;
  border: 1px solid #bae6fd;
  border-radius: 1rem;
  background: #fff;
  padding: 1.25rem;
}

.nsv2-solution-download-toolbar > div p,
.nsv2-solution-download-toolbar label > span {
  color: #64748b;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.nsv2-solution-download-toolbar h2 {
  margin-top: .35rem;
  color: #0f172a;
  font-size: 1.45rem;
  font-weight: 800;
}

.nsv2-solution-download-toolbar > div > span {
  display: block;
  margin-top: .5rem;
  color: #64748b;
  font-size: .88rem;
  line-height: 1.65;
}

.nsv2-solution-download-toolbar label {
  display: grid;
  gap: .45rem;
}

.nsv2-solution-download-toolbar input {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #cbd5e1;
  border-radius: .65rem;
  background: #fff;
  padding: 0 .9rem;
  color: #0f172a;
}

.nsv2-solution-download-toolbar input:focus {
  border-color: #0284c7;
  outline: 3px solid rgba(14, 165, 233, .15);
}

.nsv2-solution-download-summary {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 .25rem;
  color: #64748b;
  font-size: .85rem;
}

.nsv2-solution-download-summary strong {
  color: #0f172a;
}

.nsv2-solution-download-summary button {
  color: #075d94;
  font-weight: 700;
}

.nsv2-solution-download-list {
  display: grid;
  gap: .85rem;
}

.nsv2-solution-download-card {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid #dbeafe;
  border-radius: .9rem;
  background: #fff;
  padding: 1.15rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.nsv2-solution-download-card:hover {
  border-color: #38bdf8;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
}

.nsv2-solution-filetype {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border-radius: .75rem;
  background: #e0f2fe;
  color: #075d94;
  font-size: .78rem;
  font-weight: 900;
}

.nsv2-solution-download-copy {
  min-width: 0;
}

.nsv2-solution-download-copy > p {
  color: #0369a1;
  font-size: .72rem;
  font-weight: 800;
}

.nsv2-solution-download-copy h2 {
  margin-top: .3rem;
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.55;
}

.nsv2-solution-download-copy > span {
  display: block;
  margin-top: .35rem;
  color: #64748b;
  font-size: .82rem;
  line-height: 1.65;
}

.nsv2-solution-download-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: .6rem;
  color: #94a3b8;
  font-size: .72rem;
}

.nsv2-solution-download-copy b {
  font-weight: 700;
}

.nsv2-solution-download-card > a {
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  justify-content: center;
  border-radius: .6rem;
  background: #075d94;
  padding: .65rem 1rem;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  white-space: nowrap;
}

.nsv2-solution-download-card > a:hover {
  background: #064d79;
}

.nsv2-technical-doc-card .nsv2-solution-download-copy > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nsv2-technical-doc-detail {
  overflow: hidden;
  border: 1px solid #bae6fd;
  border-radius: 1rem;
  background: #fff;
  padding: 1.25rem;
}

.nsv2-technical-doc-back {
  display: inline-flex;
  align-items: center;
  color: #075d94;
  font-size: .88rem;
  font-weight: 800;
}

.nsv2-technical-doc-back:hover {
  color: #064d79;
}

.nsv2-technical-doc-detail > header {
  margin-top: 1rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1.25rem;
}

.nsv2-technical-doc-detail > header > p {
  color: #0284c7;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.nsv2-technical-doc-detail > header h1 {
  margin-top: .55rem;
  color: #0f172a;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 850;
  line-height: 1.35;
}

.nsv2-technical-doc-detail > header > span {
  display: block;
  margin-top: .7rem;
  color: #64748b;
  font-size: .95rem;
  line-height: 1.75;
}

.nsv2-technical-doc-detail > header time {
  display: block;
  margin-top: .7rem;
  color: #94a3b8;
  font-size: .78rem;
}

.nsv2-technical-doc-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin: 1.25rem 0;
}

.nsv2-technical-doc-downloads a {
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  justify-content: center;
  border-radius: .6rem;
  background: #075d94;
  padding: .65rem 1rem;
  color: #fff;
  font-size: .84rem;
  font-weight: 800;
}

.nsv2-technical-doc-detail > .nsv2-richtext {
  max-width: none;
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .nsv2-technical-doc-detail {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .nsv2-solution-download-layout {
    grid-template-columns: 15rem minmax(0, 1fr);
    align-items: start;
  }

  .nsv2-solution-download-sidebar {
    position: sticky;
    top: 6.5rem;
  }

  .nsv2-solution-download-toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, .75fr);
    align-items: end;
  }
}

@media (max-width: 1023px) {
  .nsv2-solution-download-sidebar nav {
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .nsv2-solution-download-sidebar button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .nsv2-technical-doc-sidebar nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(17rem, 1fr));
    overflow-x: auto;
  }

  .nsv2-technical-doc-sidebar button {
    width: 100%;
    white-space: normal;
  }

  .nsv2-technical-nav-group + .nsv2-technical-nav-group {
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid #e2e8f0;
    padding-top: 0;
    padding-left: .75rem;
  }
}

@media (max-width: 640px) {
  .nsv2-solution-download-card {
    grid-template-columns: 3.25rem minmax(0, 1fr);
    align-items: start;
    padding: 1rem;
  }

  .nsv2-solution-filetype {
    width: 3.25rem;
    height: 3.25rem;
  }

  .nsv2-solution-download-card > a {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Product and capability maps remain in the detail content; the banner stays concise. */
.product-detail > section:first-child > .mx-auto,
.capability-detail > section:first-child > .mx-auto {
  display: block !important;
}

.product-detail > section:first-child .product-signal-panel,
.capability-detail > section:first-child aside {
  display: none !important;
}

.product-detail > section:first-child > .mx-auto > div:first-of-type,
.capability-detail > section:first-child > .mx-auto > div:first-of-type {
  max-width: 64rem;
}

.product-detail > section:first-child > .mx-auto > div:first-of-type > a:first-child,
.capability-detail > section:first-child > .mx-auto > div:first-of-type > a:first-child,
.product-detail > section:first-child > .mx-auto > div:first-of-type > p:nth-of-type(2),
.capability-detail > section:first-child > .mx-auto > div:first-of-type > p:nth-of-type(2),
.product-detail > section:first-child > .mx-auto > div:first-of-type > div:last-child,
.capability-detail > section:first-child > .mx-auto > div:first-of-type > div:last-child {
  display: none !important;
}

.product-detail > section:first-child > .mx-auto > div:first-of-type > p:first-of-type,
.capability-detail > section:first-child > .mx-auto > div:first-of-type > p:first-of-type {
  margin-top: 0 !important;
}

.product-detail > section:first-child > .mx-auto > div:first-of-type > p:nth-of-type(3),
.capability-detail > section:first-child > .mx-auto > div:first-of-type > p:nth-of-type(3) {
  max-width: 64rem !important;
  color: #e0f2fe !important;
  font-size: 1.125rem !important;
}

/* Scene detail banners use only the category, title and introductory copy. */
.nsv2-static-main > section:first-child div:has(> a[href="/get-plan/"]),
.nsv2-static-main > section:first-child p.border-l-2,
.nsv2-static-main > section:first-child > .mx-auto.grid > div:last-child:not(:first-child) {
  display: none !important;
}

.nsv2-static-main > section:first-child.bg-\[\#041a33\] > .mx-auto.grid {
  display: block !important;
}

.nsv2-static-main > section:first-child.bg-\[\#041a33\] > .mx-auto.grid > div:first-child,
.nsv2-static-main > section:first-child.bg-\[\#041a33\] h1 {
  max-width: 64rem !important;
}

.nsv2-tab-panel[hidden] {
  display: none !important;
}

.nsv2-section-tabs {
  margin-top: 2rem;
}

.nsv2-section-tabs.nsv2-filter-tabs {
  margin-bottom: 2rem;
}

/* Unified spacing and secondary navigation for support/resource pages. */
.nsv2-support-section {
  padding-top: 3.5rem !important;
  padding-bottom: 5rem !important;
}

.nsv2-filter-tabs {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem !important;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1.25rem;
}

.nsv2-filter-tabs > a,
.nsv2-filter-tabs > button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border: 1px solid #bae6fd !important;
  border-radius: 1rem !important;
  background: #f0f9ff !important;
  padding: .72rem 1.3rem !important;
  color: #0c4a6e !important;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  white-space: normal;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nsv2-filter-tabs > a:hover,
.nsv2-filter-tabs > a:focus-visible,
.nsv2-filter-tabs > button:hover,
.nsv2-filter-tabs > button:focus-visible {
  border-color: #0284c7 !important;
  background: #e0f2fe !important;
  color: #075985 !important;
  outline: none;
  box-shadow: 0 8px 20px rgba(7, 93, 148, .1);
  transform: translateY(-1px);
}

.nsv2-filter-tabs > a[aria-current="page"],
.nsv2-filter-tabs > button[aria-selected="true"],
.nsv2-filter-tabs > button[aria-pressed="true"] {
  border-color: #075d94 !important;
  background: #075d94 !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(7, 93, 148, .18);
}

.nsv2-case-tabs {
  flex-wrap: nowrap !important;
  gap: .625rem !important;
  overflow-x: auto;
  scrollbar-width: thin;
}

.nsv2-case-tabs > a,
.nsv2-case-tabs > button {
  min-width: max-content;
  flex: 1 0 auto;
  padding-inline: .8rem !important;
  font-size: .84rem;
  white-space: nowrap;
}

.nsv2-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.nsv2-case-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dbe5ee;
  border-radius: .8rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.nsv2-case-card[hidden] {
  display: none !important;
}

.nsv2-case-card:hover,
.nsv2-case-card:focus-visible {
  transform: translateY(-2px);
  border-color: #38a9df;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .11);
}

.nsv2-case-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #075d94, #0f6f73);
}

.nsv2-case-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.nsv2-case-card:hover .nsv2-case-card-media img {
  transform: scale(1.025);
}

.nsv2-case-card-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 1rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
}

.nsv2-case-card-body {
  display: flex;
  min-height: 13.5rem;
  flex: 1;
  flex-direction: column;
  padding: 1.1rem;
}

.nsv2-case-card-category {
  color: #0369a1;
  font-size: .75rem;
  font-weight: 800;
}

.nsv2-case-card-body h3 {
  display: -webkit-box;
  overflow: hidden;
  margin-top: .45rem;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nsv2-case-card-description {
  display: -webkit-box;
  overflow: hidden;
  margin-top: .55rem;
  color: #64748b;
  font-size: .875rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nsv2-case-card-link {
  margin-top: auto;
  padding-top: .8rem;
  color: #075d94;
  font-size: .875rem;
  font-weight: 800;
  text-align: right;
}

.nsv2-news-list {
  display: grid;
  gap: .75rem;
}

.nsv2-news-card {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  height: 9.5rem;
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: .9rem;
  background: #fff;
  color: inherit;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .045);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nsv2-news-card:hover,
.nsv2-news-card:focus-visible {
  border-color: #38bdf8;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .1);
  transform: translateY(-2px);
  outline: none;
}

.nsv2-news-card-media {
  display: block;
  width: 9.5rem;
  height: 9.5rem;
  overflow: hidden;
  background: #f1f5f9;
}

.nsv2-news-card-media img {
  width: 100%;
  height: 9.5rem;
  padding: .35rem;
  object-fit: contain;
  transition: transform .22s ease;
}

.nsv2-news-card:hover .nsv2-news-card-media img,
.nsv2-news-card:focus-visible .nsv2-news-card-media img {
  transform: scale(1.025);
}

.nsv2-news-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: .6rem .95rem;
}

.nsv2-news-card-meta {
  color: #0369a1;
  font-size: .74rem;
  font-weight: 800;
}

.nsv2-news-card-title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: .3rem;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.nsv2-news-card-description {
  display: -webkit-box;
  overflow: hidden;
  margin-top: .35rem;
  color: #64748b;
  font-size: .84rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nsv2-news-card-link {
  margin-top: auto;
  padding-top: .35rem;
  color: #075d94;
  font-size: .85rem;
  font-weight: 800;
  text-align: right;
}

.nsv2-news-detail-tabs {
  padding-top: 3rem;
}

.nsv2-news-detail-main .nsv2-content-shell {
  padding-top: 0;
}

.product-console-section,
.product-family-section {
  padding: 4rem 0 6rem;
}

.product-console-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.product-console-card-wide {
  grid-column: 1 / -1;
}

.product-console-card {
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.product-console-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f8fafc;
  object-fit: contain;
}

.product-console-card figcaption,
.product-visual-card figcaption {
  display: grid;
  gap: .35rem;
}

.product-console-card figcaption {
  padding: 1.1rem 1.25rem 1.25rem;
}

.product-console-card figcaption strong {
  color: #0f172a;
}

.product-console-card figcaption span {
  color: #64748b;
  font-size: .875rem;
  line-height: 1.65;
}

.product-family-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 2rem;
}

.product-family-tabs button {
  min-height: 3.5rem;
  border: 1px solid #bae6fd;
  border-radius: .75rem;
  background: #f0f9ff;
  color: #075985;
  font-weight: 800;
  transition: .18s ease;
}

.product-family-tabs button:hover,
.product-family-tabs button.is-active {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
}

.product-family-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .9fr);
  gap: 2rem;
  align-items: center;
  margin-top: 1rem;
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  padding: 2rem;
  background: linear-gradient(135deg, #fff 0%, #f0f9ff 100%);
}

.product-family-panel[hidden] {
  display: none !important;
}

.product-family-kicker {
  color: #0284c7;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.product-family-panel h3 {
  margin-top: .65rem;
  color: #0f172a;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.35;
}

.product-family-panel p:not(.product-family-kicker) {
  margin-top: 1rem;
  color: #475569;
  line-height: 1.85;
}

.product-family-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem 1rem;
  margin-top: 1.25rem;
  color: #334155;
  font-size: .9rem;
}

.product-family-panel li::before {
  margin-right: .45rem;
  color: #0284c7;
  content: "✓";
  font-weight: 900;
}

.product-family-panel figure {
  overflow: hidden;
  border-radius: .85rem;
  background: #fff;
}

.product-family-panel figure > img {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: contain;
}

.product-family-panel figcaption {
  padding: .75rem 1rem 1rem;
  color: #64748b;
  font-size: .8rem;
  text-align: center;
}

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

.product-family-product-grid > img {
  height: 17rem !important;
}

.product-family-product-grid figcaption {
  grid-column: 1 / -1;
}

.nsv2-footer-shell {
  width: min(100% - 2.5rem, 1180px);
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 2rem;
}

.nsv2-footer-grid {
  grid-template-columns: minmax(15rem, 1.25fr) repeat(3, minmax(0, 1fr));
}

.nsv2-directory-subfilter-shell {
  margin: 1rem 0 1.25rem;
  border: 1px solid #dbeafe;
  border-radius: .8rem;
  background: #f8fbff;
  padding: .8rem;
}

.nsv2-directory-subfilters {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.nsv2-directory-subfilters[hidden] {
  display: none !important;
}

.nsv2-directory-subfilters button {
  min-height: 2.5rem;
  border: 1px solid #bae6fd;
  border-radius: 999px;
  background: #fff;
  padding: .5rem .9rem;
  color: #334155;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.25;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.nsv2-directory-subfilters button:hover,
.nsv2-directory-subfilters button:focus-visible,
.nsv2-directory-subfilters button[aria-pressed="true"] {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
  outline: none;
}

.nsv2-customer-groups {
  display: grid;
  gap: 1.25rem;
}

.nsv2-customer-group {
  border: 1px solid #bae6fd;
  border-radius: .8rem;
  background: #fff;
  padding: 1.25rem;
}

.nsv2-customer-group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: .9rem;
}

.nsv2-customer-group-heading h3 {
  color: #075d94;
  font-size: 1.15rem;
  font-weight: 800;
}

.nsv2-customer-group-heading span {
  flex: 0 0 auto;
  color: #64748b;
  font-size: .8rem;
  font-weight: 700;
}

.nsv2-customer-name-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  padding-top: 1rem;
}

.nsv2-customer-name-list > span {
  border: 1px solid #e0f2fe;
  border-radius: .45rem;
  background: #f0f9ff;
  padding: .55rem .75rem;
  color: #334155;
  font-size: .875rem;
  line-height: 1.35;
}

@media (min-width: 640px) {
  .nsv2-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .nsv2-customer-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsv2-customer-groups[data-filtered="true"] {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 1024px) {
  .nsv2-case-tabs > a,
  .nsv2-case-tabs > button {
    min-width: 0;
    flex: 1 1 0;
    padding-inline: .55rem !important;
    font-size: .86rem;
  }

  .nsv2-case-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.nsv2-filter-tabs-wide {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.nsv2-filter-tabs-wide > button {
  width: 100%;
}

.nsv2-filter-tabs-compact {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.nsv2-video-filter.nsv2-filter-tabs {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 1rem 0 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.nsv2-video-filter.nsv2-filter-tabs > button {
  width: 100%;
  min-width: 0;
  min-height: 4.9rem;
  padding-inline: .8rem !important;
}

.nsv2-tab-label {
  display: inline-block;
}

.nsv2-support-section .nsv2-video-filter-shell {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .nsv2-video-filter.nsv2-filter-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .product-detail > section:first-child > .mx-auto > div:first-of-type > p:nth-of-type(3),
  .capability-detail > section:first-child > .mx-auto > div:first-of-type > p:nth-of-type(3) {
    font-size: 1rem !important;
  }

  .nsv2-support-section {
    padding-top: 2.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .nsv2-filter-tabs {
    gap: .75rem !important;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }

  .nsv2-filter-tabs > a,
  .nsv2-filter-tabs > button {
    min-height: 2.9rem;
    padding: .65rem 1rem !important;
    font-size: .88rem;
  }

  .nsv2-video-filter.nsv2-filter-tabs {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsv2-video-filter.nsv2-filter-tabs > button {
    min-height: 3.4rem;
    justify-content: center;
    text-align: center;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  min-width: 320px;
  overflow-x: clip;
}

.nsv2-brand-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: .65rem;
  text-decoration: none;
}

.nsv2-brand-logo img {
  display: block;
  width: 9rem;
  height: auto;
}

.nsv2-brand-logo-registered {
  position: absolute;
  right: 0;
  top: -.15rem;
  color: #475569;
  font-family: Arial, sans-serif;
  font-size: .5rem;
  font-weight: 700;
  line-height: 1;
}

.nsv2-brand-logo:focus-visible {
  border-radius: .35rem;
  outline: 2px solid #0284c7;
  outline-offset: .3rem;
}

@media (max-width: 359px) {
  .nsv2-brand-logo img {
    width: 8.1rem;
  }
}

@media (min-width: 640px) {
  .nsv2-brand-logo img {
    width: 10rem;
  }
}

/*
 * 导航采用“设备类型优先、窗口宽度辅助”的策略：
 * - PHPCMS 的 check_wap() 为手机和平板输出 nsv2-device-mobile；
 * - PC 在 768–1279px 使用紧凑桌面导航，不因窗口稍窄直接变成手机菜单；
 * - PC 小于 768px 时才使用折叠菜单，避免导航发生物理溢出。
 */
html.nsv2-device-mobile .nsv2-desktop-nav {
  display: none !important;
}

html.nsv2-device-mobile .nsv2-mobile-toggle {
  display: grid !important;
}

html.nsv2-device-mobile [data-baidu-event="get-plan-header"] {
  display: none !important;
}

html.nsv2-device-mobile .nsv2-mobile-menu:not(.hidden) {
  display: block !important;
}

html.nsv2-device-desktop .nsv2-mobile-cta {
  display: none !important;
}

html.nsv2-device-desktop body {
  padding-bottom: 0;
}

html.nsv2-device-desktop .nsv2-phone-dial {
  display: none;
}

html.nsv2-device-desktop .nsv2-phone-copy {
  display: inline-flex;
}

html.nsv2-device-mobile .nsv2-phone-dial {
  display: inline;
}

html.nsv2-device-mobile .nsv2-phone-copy {
  display: none;
}

html.nsv2-menu-lock,
html.nsv2-menu-lock body {
  overflow: hidden;
  overscroll-behavior: none;
}

@media (min-width: 768px) and (max-width: 1279px) {
  html.nsv2-device-desktop .nsv2-desktop-nav {
    display: flex !important;
  }

  html.nsv2-device-desktop .nsv2-mobile-toggle,
  html.nsv2-device-desktop .nsv2-mobile-menu {
    display: none !important;
  }

  html.nsv2-device-desktop [data-baidu-event="get-plan-header"] {
    display: none !important;
  }

  html.nsv2-device-desktop [data-site-header] > div {
    gap: .35rem;
    padding-inline: .75rem;
  }

  html.nsv2-device-desktop .nsv2-brand-logo img {
    width: 8rem;
  }

  html.nsv2-device-desktop .nsv2-desktop-nav {
    gap: 0;
  }

  html.nsv2-device-desktop .site-nav-item {
    padding: .45rem .42rem;
    font-size: .82rem;
  }

  html.nsv2-device-desktop .nsv2-search-trigger {
    width: 2.5rem;
    height: 2.5rem;
  }

  html.nsv2-device-desktop body {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  html.nsv2-device-desktop [data-site-header] > div {
    gap: .15rem;
    padding-inline: .5rem;
  }

  html.nsv2-device-desktop .nsv2-brand-logo {
    padding-right: .5rem;
  }

  html.nsv2-device-desktop .nsv2-brand-logo img {
    width: 6.75rem;
  }

  html.nsv2-device-desktop .nsv2-brand-logo-registered {
    font-size: .42rem;
  }

  html.nsv2-device-desktop .site-nav-item {
    padding: .4rem .27rem;
    font-size: .75rem;
  }

  html.nsv2-device-desktop .nsv2-search-trigger {
    width: 2.25rem;
    height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .nsv2-brand-logo img {
    width: 11rem;
  }
}

.nsv2-skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  white-space: nowrap;
  border-radius: .5rem;
  background: #fff;
  padding: .75rem 1rem;
  color: #075d94;
  box-shadow: 0 8px 30px rgba(15, 23, 42, .18);
}

.nsv2-skip-link:focus {
  top: 1rem;
}

.site-nav-item {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  white-space: nowrap;
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  color: #475569;
  transition: background .16s ease, color .16s ease;
}

.site-nav-item:hover,
.site-nav-item:focus-visible,
.nsv2-menu.is-open > .site-nav-item {
  background: var(--nsv2-blue);
  color: #fff;
  outline: none;
}

.nsv2-menu {
  position: relative;
}

.nsv2-menu::after {
  position: absolute;
  z-index: 79;
  top: 100%;
  right: -.5rem;
  left: -.5rem;
  display: none;
  height: 1.35rem;
  content: "";
}

.nsv2-menu:hover::after,
.nsv2-menu:focus-within::after,
.nsv2-menu.is-open::after {
  display: block;
}

.nsv2-menu-panel {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  padding-top: .75rem;
}

.nsv2-menu.is-open .nsv2-menu-panel {
  display: block;
}

.nsv2-menu-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .8rem;
  content: "";
}

.nsv2-menu-card {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  border: 1px solid #bae6fd;
  border-radius: .5rem;
  background: #eff8ff;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #334155;
  transition: border .16s ease, background .16s ease, color .16s ease;
}

.nsv2-menu-card:hover,
.nsv2-menu-card:focus-visible {
  border-color: var(--nsv2-blue);
  background: var(--nsv2-blue);
  color: #fff;
  outline: none;
}

.nsv2-scene-menu {
  width: 26.25rem;
}

.nsv2-product-menu {
  position: fixed;
  left: 50%;
  top: 4.5rem;
  width: min(80rem, calc(100vw - 2rem));
  transform: translateX(-50%);
}

.nsv2-capability-card {
  border-color: #b7ddd8;
  background: #eef8f5;
  color: #315f62;
  font-size: .8125rem;
  white-space: nowrap;
}

.nsv2-case-menu {
  width: 16.25rem;
}

.nsv2-support-menu {
  width: 22.5rem;
}

.nsv2-search-modal:not(.hidden) {
  display: flex;
}

.nsv2-search-suggestion {
  border: 1px solid #bae6fd;
  border-radius: 999px;
  background: #f0f9ff;
  padding: .5rem 1rem;
  color: #0c4a6e;
  font-size: .875rem;
  font-weight: 600;
  transition: border .16s ease, background .16s ease;
}

[role="group"] > [role="note"] {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  cursor: default;
}

[role="group"] > [role="note"]:focus {
  outline: none;
}

.nsv2-search-suggestion:hover,
.nsv2-search-suggestion:focus-visible {
  border-color: var(--nsv2-blue);
  background: #fff;
  outline: none;
}

.nsv2-search-page {
  min-height: 70vh;
  background: #f8fafc;
}

.nsv2-search-container {
  width: min(72rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.nsv2-search-hero {
  background: #08295b;
  color: #fff;
  padding: 3.5rem 0 3.75rem;
}

.nsv2-search-kicker {
  margin: 0 0 .65rem;
  color: #7dd3fc;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.nsv2-search-title {
  max-width: 50rem;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.nsv2-search-intro {
  max-width: 46rem;
  margin: 1rem 0 0;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.9;
}

.nsv2-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
  max-width: 52rem;
  margin-top: 1.6rem;
}

.nsv2-search-input {
  width: 100%;
  min-height: 3.5rem;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: .75rem;
  background: #fff;
  padding: .8rem 1rem;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.5;
  outline: none;
}

.nsv2-search-input:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, .25);
}

.nsv2-search-submit {
  min-height: 3.5rem;
  border-radius: .75rem;
  background: #ea580c;
  padding: .8rem 1.6rem;
  color: #fff;
  font-weight: 700;
  transition: background .16s ease, transform .16s ease;
}

.nsv2-search-submit:hover,
.nsv2-search-submit:focus-visible {
  background: #c2410c;
  outline: none;
}

.nsv2-search-submit:active {
  transform: translateY(1px);
}

.nsv2-search-content {
  padding: 2.75rem 0 4.5rem;
}

.nsv2-search-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.nsv2-search-summary strong {
  color: #075d94;
}

.nsv2-search-meta {
  color: #64748b;
  font-size: .9rem;
}

.nsv2-search-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
}

.nsv2-search-filter-label {
  margin-right: .2rem;
  color: #475569;
  font-size: .875rem;
  font-weight: 700;
}

.nsv2-search-filter {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  padding: .45rem .85rem;
  color: #475569;
  font-size: .85rem;
  font-weight: 600;
  transition: border .16s ease, background .16s ease, color .16s ease;
}

.nsv2-search-filter:hover,
.nsv2-search-filter:focus-visible,
.nsv2-search-filter.is-active {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
  outline: none;
}

.nsv2-search-results {
  display: grid;
  gap: 1rem;
}

.nsv2-search-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  padding: 1.35rem 1.5rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
  transition: border .16s ease, box-shadow .16s ease, transform .16s ease;
}

.nsv2-search-result:hover {
  border-color: #7dd3fc;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
}

.nsv2-search-result-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
}

.nsv2-search-result-main.has-thumb {
  grid-template-columns: auto minmax(0, 1fr);
}

.nsv2-search-thumb {
  width: 7.5rem;
  height: 5rem;
  border-radius: .65rem;
  background: #e2e8f0;
  object-fit: cover;
}

.nsv2-search-result h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.12rem;
  font-weight: 750;
  line-height: 1.55;
}

.nsv2-search-result h2 a:hover,
.nsv2-search-result h2 a:focus-visible {
  color: #075d94;
  outline: none;
}

.nsv2-search-result p {
  display: -webkit-box;
  margin: .45rem 0 0;
  overflow: hidden;
  color: #64748b;
  font-size: .92rem;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nsv2-search-date {
  white-space: nowrap;
  color: #94a3b8;
  font-size: .82rem;
}

.nsv2-search-empty {
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  background: #fff;
  padding: 2.4rem;
  text-align: center;
}

.nsv2-search-empty h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.4rem;
  font-weight: 800;
}

.nsv2-search-empty p {
  max-width: 38rem;
  margin: .8rem auto 0;
  color: #64748b;
  line-height: 1.8;
}

.nsv2-search-quick {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin-top: 1.25rem;
}

.nsv2-search-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .4rem;
  margin-top: 2rem;
}

.nsv2-search-pagination a,
.nsv2-search-pagination span {
  display: inline-flex;
  min-width: 2.4rem;
  min-height: 2.4rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: .5rem;
  background: #fff;
  padding: .35rem .65rem;
  color: #475569;
  font-size: .9rem;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
}

.nsv2-search-pagination .a1 {
  padding-inline: .9rem;
}

.nsv2-search-pagination a:hover,
.nsv2-search-pagination a:focus-visible,
.nsv2-search-pagination span {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
  outline: none;
}

.nsv2-search-related {
  margin-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 1.25rem;
  color: #64748b;
  font-size: .9rem;
}

.nsv2-search-related a {
  margin-right: .8rem;
  color: #075d94;
  font-weight: 600;
}

.nsv2-search-related a:hover,
.nsv2-search-related a:focus-visible {
  text-decoration: underline;
  outline: none;
}

@media (max-width: 767px) {
  .nsv2-search-container {
    width: min(100% - 2rem, 72rem);
  }

  .nsv2-search-hero {
    padding: 2.6rem 0 2.8rem;
  }

  .nsv2-search-title {
    font-size: 2rem;
  }

  .nsv2-search-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsv2-search-submit {
    width: 100%;
  }

  .nsv2-search-content {
    padding: 2rem 0 3.5rem;
  }

  .nsv2-search-result {
    grid-template-columns: minmax(0, 1fr);
    gap: .75rem;
    padding: 1.1rem;
  }

  .nsv2-search-result-main.has-thumb {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsv2-search-thumb {
    width: 100%;
    height: auto;
    max-height: 11rem;
    aspect-ratio: 16 / 9;
  }

  .nsv2-search-date {
    white-space: normal;
  }

  .nsv2-search-empty {
    padding: 2rem 1.1rem;
  }
}

.nsv2-mobile-menu {
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: calc(6rem + env(safe-area-inset-bottom)) !important;
  scroll-padding-bottom: calc(6rem + env(safe-area-inset-bottom));
}

.nsv2-mobile-link,
.nsv2-mobile-section-toggle {
  display: flex;
  min-height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f5f9;
  padding: .75rem 0;
  text-align: left;
  font-weight: 600;
  color: #1e293b;
}

.nsv2-mobile-section-toggle span {
  font-size: .75rem;
  font-weight: 500;
  color: #0369a1;
}

.nsv2-mobile-section-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.nsv2-mobile-section-row > .nsv2-mobile-link {
  min-width: 0;
}

.nsv2-mobile-section-row > .nsv2-mobile-section-toggle {
  width: auto;
  min-width: 4rem;
  justify-content: flex-end;
}

.nsv2-mobile-section-row > .nsv2-mobile-grid {
  grid-column: 1 / -1;
}

.nsv2-mobile-grid {
  gap: .45rem;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: .55rem;
}

.nsv2-mobile-grid:not(.hidden) {
  display: grid;
}

.nsv2-mobile-grid a {
  min-height: 2.75rem;
  border: 1px solid #dbeafe;
  border-radius: .55rem;
  background: #eff8ff;
  padding: .65rem .75rem;
  color: #334155;
}

.nsv2-menu-icon,
.nsv2-menu-icon::before,
.nsv2-menu-icon::after {
  display: block;
  width: 1.25rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform .18s ease;
}

.nsv2-menu-icon::before {
  transform: translateY(-6px);
}

.nsv2-menu-icon::after {
  transform: translateY(4px);
}

.nsv2-mobile-toggle[aria-expanded="true"] .nsv2-menu-icon {
  background: transparent;
}

.nsv2-mobile-toggle[aria-expanded="true"] .nsv2-menu-icon::before {
  transform: translateY(0) rotate(45deg);
}

.nsv2-mobile-toggle[aria-expanded="true"] .nsv2-menu-icon::after {
  transform: translateY(-2px) rotate(-45deg);
}

.nsv2-mobile-cta {
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  border-top: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, .97);
  padding: .65rem max(.75rem, env(safe-area-inset-right)) calc(.65rem + env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));
  box-shadow: 0 -8px 28px rgba(15, 23, 42, .08);
}

.nsv2-mobile-cta-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nsv2-mobile-cta a {
  display: flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  border-radius: .65rem;
  font-size: .9rem;
  font-weight: 700;
}

.nsv2-mobile-cta-primary {
  background: var(--nsv2-orange);
  color: #fff;
}

.nsv2-mobile-cta-secondary {
  border: 1px solid #bae6fd;
  background: #f0f9ff;
  color: #075d94;
}

.nsv2-mobile-cta-consult {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}

.nsv2-desktop-consult {
  position: fixed;
  z-index: 55;
  right: 1.25rem;
  bottom: 7rem;
  display: none;
  min-height: 3rem;
  align-items: center;
  gap: .5rem;
  border-radius: 999px;
  background: #ea580c;
  padding: .75rem 1.05rem;
  color: #fff;
  font-size: .875rem;
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(154, 52, 18, .28);
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.nsv2-desktop-consult:hover {
  transform: translateY(-2px);
  background: #c2410c;
  box-shadow: 0 20px 42px rgba(154, 52, 18, .34);
}

.nsv2-desktop-consult:focus-visible {
  outline: 3px solid #7dd3fc;
  outline-offset: 3px;
}

.nsv2-phone-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
}

.nsv2-phone-copy {
  display: none;
  align-items: center;
  gap: .55rem;
}

.nsv2-phone-copy button {
  min-height: 1.85rem;
  border: 1px solid #475569;
  border-radius: .45rem;
  padding: .2rem .6rem;
  color: #bae6fd;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.nsv2-phone-copy button:hover {
  border-color: #7dd3fc;
  background: rgba(14, 165, 233, .12);
  color: #fff;
}

.nsv2-phone-copy button:focus-visible {
  outline: 2px solid #7dd3fc;
  outline-offset: 3px;
}

.nsv2-image-dialog {
  width: min(72rem, calc(100vw - 2rem));
  max-width: none;
  max-height: calc(100vh - 2rem);
  border: 0;
  border-radius: 1rem;
  background: transparent;
  padding: 0;
  color: #0f172a;
}

.nsv2-image-dialog::backdrop {
  background: rgba(2, 6, 23, .78);
  backdrop-filter: blur(3px);
}

.nsv2-image-dialog-frame {
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 2rem);
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  background: #fff;
  padding: 4rem 1.25rem 1.25rem;
  box-shadow: 0 28px 90px rgba(2, 6, 23, .35);
}

.nsv2-image-dialog-close {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  min-height: 2.5rem;
  border: 1px solid #cbd5e1;
  border-radius: .55rem;
  background: #fff;
  padding: .45rem .9rem;
  color: #0f172a;
  font-weight: 700;
}

.nsv2-image-dialog-close:hover,
.nsv2-image-dialog-close:focus-visible {
  border-color: #0284c7;
  background: #f0f9ff;
  outline: none;
}

.nsv2-image-dialog-content {
  min-width: min(48rem, calc(100vw - 5rem));
}

.nsv2-image-dialog-content > :first-child {
  margin-top: 0;
}

.nsv2-copy-toast {
  position: fixed;
  z-index: 90;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: min(24rem, calc(100vw - 3rem));
  border: 1px solid #334155;
  border-radius: .75rem;
  background: #0f172a;
  padding: .8rem 1rem;
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .28);
}

.nsv2-copy-toast[hidden] {
  display: none;
}

.nsv2-content-shell {
  margin-inline: auto;
  width: 100%;
  max-width: 1180px;
  padding: 3rem 1.25rem 5rem;
}

.nsv2-article-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.nsv2-article-hero {
  background-color: #03123e;
  color: #fff;
}

.nsv2-article-hero > .absolute {
  background:
    radial-gradient(circle at 82% 18%, rgba(14, 165, 233, .2), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(37, 99, 235, .18), transparent 34%);
}

.nsv2-detail-tab {
  display: inline-flex;
  min-height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #bae6fd;
  border-radius: .65rem;
  background: #f0f9ff;
  padding: .65rem 1rem;
  color: #075985;
  font-size: .9rem;
  font-weight: 700;
  white-space: nowrap;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.nsv2-detail-tab:hover,
.nsv2-detail-tab:focus-visible {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
}

.nsv2-breadcrumb {
  margin-bottom: 1.25rem;
  font-size: .82rem;
  color: #64748b;
}

.nsv2-breadcrumb a {
  color: #0369a1;
}

.nsv2-list-head,
.nsv2-article-head {
  max-width: 54rem;
  margin-bottom: 2.25rem;
}

.nsv2-article-context {
  max-width: none;
  margin-bottom: 1.75rem;
}

.nsv2-list-head h1,
.nsv2-article-head h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #0f172a;
}

.nsv2-list-head p,
.nsv2-article-head p {
  margin-top: 1rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #475569;
}

.nsv2-list {
  display: grid;
  gap: 1rem;
}

.nsv2-category-nav {
  margin-block-end: clamp(1.75rem, 3vw, 2.5rem);
}

.nsv2-list-card {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  transition: border .16s ease, box-shadow .16s ease, transform .16s ease;
}

.nsv2-list-card:hover {
  border-color: #7dd3fc;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
}

.nsv2-list-card img {
  width: 100%;
  height: 8.5rem;
  border-radius: .7rem;
  object-fit: cover;
  background: #e2e8f0;
}

.nsv2-list-card h2 {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 800;
  color: #0f172a;
}

.nsv2-list-card p {
  margin-top: .55rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.7;
  color: #64748b;
}

.nsv2-list-card time {
  display: block;
  margin-top: .8rem;
  font-size: .78rem;
  color: #94a3b8;
}

.nsv2-list-compact {
  gap: .65rem;
}

.nsv2-list-compact .nsv2-list-card {
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1rem;
  border-radius: .8rem;
  padding: .75rem;
}

.nsv2-list-compact .nsv2-list-card img {
  height: 5.75rem;
  border-radius: .55rem;
}

.nsv2-list-compact .nsv2-list-card h2 {
  font-size: 1.05rem;
  line-height: 1.4;
}

.nsv2-list-compact .nsv2-list-card p {
  margin-top: .3rem;
  -webkit-line-clamp: 1;
  font-size: .9rem;
  line-height: 1.55;
}

.nsv2-list-compact .nsv2-list-card time {
  margin-top: .45rem;
}

.nsv2-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem;
  margin-top: 2rem;
}

.nsv2-pages a,
.nsv2-pages span {
  display: inline-flex;
  min-width: 2.5rem;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: .45rem;
  padding: .4rem .65rem;
  background: #fff;
  color: #475569;
  font-size: .9rem;
  line-height: 1;
  text-decoration: none;
}

.nsv2-pages a:hover,
.nsv2-pages a:focus-visible,
.nsv2-pages span {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
  outline: none;
}

.nsv2-quick-consult-form {
  display: grid;
  gap: 1rem;
}

.nsv2-quick-consult-fields {
  display: grid;
  gap: 1rem;
}

.nsv2-quick-consult-field {
  display: grid;
  gap: .5rem;
}

.nsv2-quick-consult-field label {
  color: #0f172a;
  font-size: .9rem;
  font-weight: 750;
}

.nsv2-quick-consult-field select,
.nsv2-quick-consult-field input {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid #cbd5e1;
  border-radius: .65rem;
  background: #fff;
  padding: .7rem .85rem;
  color: #0f172a;
  font-size: 1rem;
}

.nsv2-quick-consult-field select:focus,
.nsv2-quick-consult-field input:focus {
  border-color: #0284c7;
  outline: 3px solid rgba(14, 165, 233, .16);
  outline-offset: 1px;
}

.nsv2-quick-consult-submit {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: .65rem;
  background: #ea580c;
  padding: .75rem 1.35rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: background-color .16s ease, transform .16s ease;
}

.nsv2-quick-consult-submit:hover {
  background: #c2410c;
  transform: translateY(-1px);
}

.nsv2-quick-consult-submit:focus-visible {
  outline: 3px solid #7dd3fc;
  outline-offset: 3px;
}

.nsv2-quick-consult-note {
  color: #64748b;
  font-size: .8rem;
  line-height: 1.65;
}

.nsv2-quick-consult-note a {
  color: #0369a1;
  text-decoration: underline;
  text-underline-offset: .18em;
}

@media (min-width: 768px) {
  .nsv2-quick-consult-fields {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr) auto;
    align-items: end;
  }
}

@media (max-width: 640px) {
  .nsv2-list-compact .nsv2-list-card {
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: .75rem;
    padding: .65rem;
  }

  .nsv2-list-compact .nsv2-list-card img {
    height: 5rem;
  }

  .nsv2-list-compact .nsv2-list-card h2 {
    font-size: 1rem;
  }

  .nsv2-list-compact .nsv2-list-card p {
    display: none;
  }

  .nsv2-search-pagination a,
  .nsv2-search-pagination span,
  .nsv2-pages a,
  .nsv2-pages span {
    min-width: 2.75rem;
    min-height: 2.75rem;
  }
}

.nsv2-article-meta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.2rem;
  font-size: .84rem;
  color: #64748b;
}

.nsv2-richtext {
  max-width: 54rem;
  font-size: 1rem;
  line-height: 1.95;
  color: #334155;
}

.nsv2-richtext > * + * {
  margin-top: 1.1em;
}

.nsv2-richtext h2,
.nsv2-richtext h3,
.nsv2-richtext h4 {
  margin-top: 1.8em;
  font-weight: 800;
  line-height: 1.4;
  color: #0f172a;
}

.nsv2-richtext h2 { font-size: 1.65rem; }
.nsv2-richtext h3 { font-size: 1.35rem; }
.nsv2-richtext h4 { font-size: 1.15rem; }

.nsv2-richtext img,
.nsv2-richtext video,
.nsv2-richtext iframe,
.nsv2-richtext table {
  max-width: 100% !important;
}

.nsv2-richtext img {
  height: auto !important;
  border-radius: .75rem;
}

.nsv2-richtext table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}

.nsv2-richtext td,
.nsv2-richtext th {
  border: 1px solid #cbd5e1;
  padding: .55rem .75rem;
}

.nsv2-richtext a {
  color: #0369a1;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.nsv2-article-nav {
  margin-top: 2.5rem;
  display: grid;
  gap: .7rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
  font-size: .92rem;
}

.nsv2-empty {
  border: 1px dashed #cbd5e1;
  border-radius: 1rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: #64748b;
}

.nsv2-static-main [data-content-source],
.nsv2-static-main script,
.nsv2-static-main link[rel="stylesheet"] {
  display: none !important;
}

.nsv2-faq-item {
  border-bottom: 1px solid #e2e8f0;
}

.nsv2-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1.25rem 2.25rem 1.25rem 0;
  font-weight: 700;
  color: #0f172a;
}

.nsv2-faq-item summary::-webkit-details-marker {
  display: none;
}

.nsv2-faq-item summary::after {
  position: absolute;
  right: .25rem;
  top: 1.15rem;
  color: #0369a1;
  content: "+";
  font-size: 1.35rem;
}

.nsv2-faq-item[open] summary::after {
  content: "−";
}

.nsv2-faq-answer {
  padding: 0 0 1.35rem;
  color: #475569;
  font-size: .95rem;
  line-height: 1.8;
}

.nsv2-faq-answer p + p {
  margin-top: .7rem;
  border-left: 3px solid #bae6fd;
  padding-left: .8rem;
  color: #64748b;
  font-size: .86rem;
}

.nsv2-download-library {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.nsv2-download-products {
  display: grid;
  gap: .6rem;
  border: 1px solid #bae6fd;
  border-radius: .9rem;
  background: #f0f9ff;
  padding: .75rem;
}

.nsv2-download-products button {
  min-height: 3.15rem;
  border: 1px solid #bae6fd;
  border-radius: .6rem;
  background: #fff;
  padding: .75rem 1rem;
  color: #334155;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.nsv2-download-products button:hover,
.nsv2-download-products button:focus-visible {
  border-color: #0284c7;
  outline: none;
}

.nsv2-download-products button[aria-selected="true"] {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
}

.nsv2-download-panels {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #e2e8f0;
  border-radius: .9rem;
  background: #fff;
  padding: 1.5rem;
}

.nsv2-download-panels > section {
  order: 2;
  min-width: 0;
}

.nsv2-download-panels > section[hidden],
.nsv2-download-file[hidden] {
  display: none !important;
}

.nsv2-download-panels > section > h2 {
  color: #0f172a;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

.nsv2-download-summary,
.nsv2-download-scenes {
  margin-top: 1rem;
  color: #475569;
  font-size: 1rem;
  line-height: 1.85;
}

.nsv2-download-scenes {
  margin-top: .45rem;
  color: #64748b;
}

.nsv2-download-detail {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  margin-top: 1.15rem;
  border-radius: .55rem;
  background: #075d94;
  padding: .65rem 1rem;
  color: #fff;
  font-weight: 700;
}

.nsv2-download-detail:hover,
.nsv2-download-detail:focus-visible {
  background: #064d7b;
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.nsv2-download-kinds {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1.15rem;
}

.nsv2-download-kinds button,
.nsv2-download-kinds a {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: .45rem;
  background: #f1f5f9;
  padding: .55rem .9rem;
  color: #334155;
  font-size: .9rem;
  font-weight: 700;
}

.nsv2-download-kinds button:hover,
.nsv2-download-kinds button:focus-visible,
.nsv2-download-kinds a:hover,
.nsv2-download-kinds a:focus-visible {
  background: #e0f2fe;
  color: #075985;
  outline: none;
}

.nsv2-download-kinds button[aria-pressed="true"] {
  background: #075d94;
  color: #fff;
}

.nsv2-download-assets {
  display: grid;
  gap: .7rem;
  margin-top: 1.5rem;
  border-top: 1px solid #bae6fd;
  padding-top: 1.25rem;
}

.nsv2-download-file {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .5rem 1rem;
  border: 1px solid #dbeafe;
  border-radius: .7rem;
  background: #fff;
  padding: .85rem 1rem;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.nsv2-download-file:hover,
.nsv2-download-file:focus-visible {
  border-color: #0284c7;
  outline: none;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

.nsv2-download-file strong {
  min-width: 0;
  color: #0f172a;
  line-height: 1.55;
}

.nsv2-download-file span {
  color: #64748b;
  font-size: .82rem;
  line-height: 1.6;
  white-space: nowrap;
}

.nsv2-download-faq {
  display: block;
}

.nsv2-download-faq summary {
  cursor: pointer;
  list-style-position: outside;
  color: #0f172a;
}

.nsv2-download-faq p {
  margin-top: .75rem;
  border-top: 1px solid #e2e8f0;
  padding-top: .75rem;
  color: #475569;
  font-size: .92rem;
  line-height: 1.8;
}

.nsv2-download-empty {
  border-radius: .65rem;
  background: #f8fafc;
  padding: 1rem;
  color: #64748b;
  font-size: .92rem;
  line-height: 1.75;
}

.nsv2-video-filter-shell {
  margin: 2rem 0 1.5rem;
  border: 1px solid #bae6fd;
  border-radius: 1rem;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.nsv2-video-filter-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: .9rem;
}

.nsv2-video-filter-heading strong {
  color: #0f172a;
  font-size: 1rem;
}

.nsv2-video-filter-heading span {
  color: #64748b;
  font-size: .85rem;
}

.nsv2-video-filter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .65rem;
  margin-top: 1rem;
}

.nsv2-video-filter button {
  display: inline-flex;
  min-width: 0;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  border: 1px solid #cbd5e1;
  border-radius: .65rem;
  background: #fff;
  padding: .65rem .8rem;
  color: #334155;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.nsv2-video-filter button:hover,
.nsv2-video-filter button:focus-visible {
  border-color: #0284c7;
  color: #075985;
  outline: none;
}

.nsv2-video-filter button[aria-selected="true"] {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
}

@media (max-width: 1023px) {
  .nsv2-video-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsv2-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.nsv2-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.nsv2-video-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: .9rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.nsv2-video-card[hidden] {
  display: none !important;
}

.nsv2-video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #071d49, #075d94);
}

.nsv2-video-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}

.nsv2-video-thumb:hover > img {
  transform: scale(1.025);
}

.nsv2-video-play {
  position: absolute;
  right: .7rem;
  bottom: .7rem;
  border-radius: 999px;
  background: rgba(7, 29, 73, .88);
  padding: .35rem .65rem;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
}

.nsv2-video-body {
  padding: .85rem;
}

.nsv2-video-kind {
  color: #0369a1;
  font-size: .78rem;
  font-weight: 800;
}

.nsv2-video-body h2 {
  margin-top: .45rem;
  color: #0f172a;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.55;
}

.nsv2-video-body h2 a:hover,
.nsv2-video-body h2 a:focus-visible {
  color: #0369a1;
  outline: none;
}

.nsv2-video-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .65rem;
  margin-top: .9rem;
  color: #64748b;
  font-size: .8rem;
}

.nsv2-video-meta a {
  color: #0369a1;
  font-weight: 700;
}

.nsv2-video-empty {
  margin-top: 1rem;
  border-radius: .75rem;
  background: #f8fafc;
  padding: 1rem;
  color: #64748b;
}

/* Video library: keep the support-page frame while switching categories. */
.nsv2-video-library-layout {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.nsv2-video-sidebar {
  position: sticky;
  top: 6rem;
  overflow: hidden;
  border: 1px solid #bae6fd;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.nsv2-video-sidebar-title {
  padding: 1.1rem 1rem;
  background: #075d94;
  color: #fff;
}

.nsv2-video-sidebar-title strong,
.nsv2-video-sidebar-title span {
  display: block;
}

.nsv2-video-sidebar-title strong {
  font-size: 1.08rem;
}

.nsv2-video-sidebar-title span {
  margin-top: .25rem;
  color: #d9f1ff;
  font-size: .78rem;
}

.nsv2-video-sidebar .nsv2-video-filter {
  display: grid;
  grid-template-columns: 1fr;
  gap: .55rem;
  margin: 0;
  padding: .85rem;
}

.nsv2-video-sidebar .nsv2-video-filter button {
  min-height: 3.4rem;
  justify-content: space-between;
  border-radius: .65rem;
  padding: .7rem .8rem;
  text-align: left;
}

.nsv2-video-content {
  min-width: 0;
  border: 1px solid #dbe3ee;
  border-radius: 1rem;
  background: #fff;
  padding: 1.25rem;
}

.nsv2-video-content-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1rem;
}

.nsv2-video-content-head p {
  color: #0369a1;
  font-size: .78rem;
  font-weight: 800;
}

.nsv2-video-content-head h2 {
  margin-top: .2rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 800;
}

.nsv2-video-content-head > span {
  color: #64748b;
  font-size: .8rem;
}

.nsv2-video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .82);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.product-visual-section {
  padding: 1.5rem 0 4rem;
}

#visual.product-visual-section {
  padding: 4rem 0 6rem;
}

.product-visual-grid,
.product-deployment-gallery {
  display: grid;
  gap: 1.25rem;
}

.product-visual-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-visual-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-deployment-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.product-visual-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.product-visual-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #f8fafc;
}

.product-visual-card figcaption {
  display: grid;
  gap: .4rem;
  border-top: 1px solid #e2e8f0;
  padding: 1rem 1.1rem 1.15rem;
}

.product-visual-card figcaption strong {
  color: #0f172a;
  font-size: 1rem;
}

.product-visual-card figcaption span {
  color: #64748b;
  font-size: .86rem;
  line-height: 1.7;
}

.product-visual-device,
.product-visual-feature {
  display: grid;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  border: 1px solid #bae6fd;
  border-radius: 1rem;
  background: #f0f9ff;
  padding: 1.5rem;
}

.product-visual-device {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .85fr);
}

.product-visual-device > img {
  width: 100%;
  max-height: 15rem;
  object-fit: contain;
}

.product-visual-feature {
  grid-template-columns: minmax(22rem, 1.05fr) minmax(0, .95fr);
}

.product-visual-feature > img {
  width: 100%;
  max-height: 25rem;
  border-radius: .7rem;
  object-fit: cover;
  object-position: top;
}

.product-visual-feature li {
  position: relative;
  padding-left: 1.05rem;
}

.product-visual-feature li::before {
  position: absolute;
  left: 0;
  color: #0284c7;
  content: "•";
  font-weight: 900;
}

/* Case tabs must remain fully visible while hovering. */
.nsv2-case-tabs {
  padding-top: .25rem;
}

.nsv2-case-tabs > a:hover,
.nsv2-case-tabs > a:focus-visible,
.nsv2-case-tabs > button:hover,
.nsv2-case-tabs > button:focus-visible {
  transform: none !important;
}

/* Customer-facing headings wrap only when the available width is exhausted. */
.nsv2-static-main h1,
.nsv2-static-main h2,
.nsv2-static-main h3 {
  text-wrap: wrap;
  word-break: normal;
  overflow-wrap: break-word;
}

.capability-detail section > div > .max-w-5xl,
.capability-detail section .max-w-5xl {
  max-width: none;
}

.capability-detail section h2.text-2xl {
  font-size: clamp(1.5rem, 2.25vw, 2rem);
}

@media (max-width: 1023px) {
  .nsv2-video-library-layout {
    grid-template-columns: 1fr;
  }

  .nsv2-video-sidebar {
    position: static;
  }

  .product-deployment-gallery {
    grid-template-columns: 1fr;
  }

  .product-visual-device,
  .product-visual-feature {
    grid-template-columns: 1fr;
  }

  .nsv2-video-sidebar .nsv2-video-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .product-visual-grid,
  .product-visual-grid-three {
    grid-template-columns: 1fr;
  }

  .nsv2-video-sidebar .nsv2-video-filter,
  .nsv2-video-grid {
    grid-template-columns: 1fr;
  }

  .nsv2-video-content-head {
    align-items: start;
    flex-direction: column;
  }
}

.nsv2-credentials-section {
  overflow: hidden;
}

.nsv2-credential-group {
  margin-top: 3.25rem;
  border-top: 1px solid #cbd5e1;
  padding-top: 2.5rem;
}

.nsv2-credential-group-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 24rem);
  gap: 1.5rem 3rem;
  align-items: end;
}

.nsv2-credential-group-head h3 {
  margin-top: .45rem;
  color: #0f172a;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
}

.nsv2-credential-group-head > p {
  color: #64748b;
  font-size: .9rem;
  line-height: 1.8;
}

.nsv2-credential-kicker {
  color: #0369a1;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.nsv2-credential-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.nsv2-credential-grid-primary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nsv2-credential-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: .9rem;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .05);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nsv2-credential-card:hover {
  border-color: #7dd3fc;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .1);
  transform: translateY(-2px);
}

.nsv2-credential-media {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #f8fafc, #eaf4fb);
}

.nsv2-credential-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .9rem;
}

.nsv2-credential-media:focus-visible,
.nsv2-stack-sheet:focus-visible,
.nsv2-evidence-cover:focus-visible,
.nsv2-copyright-list a:focus-visible {
  outline: 3px solid #f97316;
  outline-offset: -3px;
}

.nsv2-credential-card-body {
  flex: 1;
  border-top: 1px solid #e2e8f0;
  padding: 1.15rem;
}

.nsv2-credential-card-body h4 {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.nsv2-credential-card-body p {
  margin-top: .55rem;
  color: #64748b;
  font-size: .84rem;
  line-height: 1.75;
}

.nsv2-copyright-layout {
  display: grid;
  grid-template-columns: minmax(20rem, .8fr) minmax(0, 1.2fr);
  gap: 2rem;
  margin-top: 1.5rem;
  align-items: center;
}

.nsv2-copyright-stack {
  position: relative;
  min-height: 31rem;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 15% 20%, rgba(14, 165, 233, .16), transparent 32%),
    linear-gradient(145deg, #082f49, #0c4a6e);
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, .25);
}

.nsv2-stack-sheet {
  position: absolute;
  top: 2.1rem;
  width: 57%;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: .35rem;
  background: #fff;
  box-shadow: 0 18px 38px rgba(2, 8, 23, .36);
  transition: transform .2s ease, z-index .2s ease;
}

.nsv2-stack-sheet img {
  display: block;
  width: 100%;
  height: auto;
}

.nsv2-stack-sheet:hover {
  z-index: 10;
  transform: translateY(-8px) rotate(0);
}

.nsv2-stack-sheet-a {
  left: 3%;
  z-index: 1;
  transform: rotate(-5deg);
}

.nsv2-stack-sheet-b {
  left: 17%;
  z-index: 2;
  transform: rotate(-1.5deg);
}

.nsv2-stack-sheet-c {
  left: 31%;
  z-index: 3;
  transform: rotate(2.5deg);
}

.nsv2-stack-sheet-d {
  left: 40%;
  z-index: 4;
  transform: rotate(5deg);
}

.nsv2-copyright-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.nsv2-copyright-list a {
  display: grid;
  min-width: 0;
  min-height: 4.8rem;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
  border: 1px solid #dbe3ee;
  border-radius: .75rem;
  background: #fff;
  padding: .85rem;
  color: #0f172a;
  transition: border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.nsv2-copyright-list a:hover {
  border-color: #38bdf8;
  color: #075985;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
}

.nsv2-copyright-list span {
  color: #0284c7;
  font-size: .72rem;
  font-weight: 800;
}

.nsv2-copyright-list strong {
  min-width: 0;
  font-size: .88rem;
  line-height: 1.6;
}

.nsv2-test-evidence-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nsv2-evidence-card {
  display: grid;
  min-width: 0;
  grid-template-rows: 15.5rem 1fr;
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: .9rem;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .05);
}

.nsv2-evidence-cover {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #eef6fb;
}

.nsv2-evidence-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}

.nsv2-evidence-copy {
  border-top: 1px solid #e2e8f0;
  padding: 1.25rem;
}

.nsv2-evidence-copy .nsv2-evidence-type {
  margin: 0;
  color: #0369a1;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.nsv2-evidence-copy h4 {
  margin-top: .55rem;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.5;
}

.nsv2-evidence-copy p {
  margin-top: .65rem;
  color: #64748b;
  font-size: .86rem;
  line-height: 1.75;
}

.nsv2-evidence-copy > a {
  display: inline-flex;
  margin-top: 1rem;
  color: #075985;
  font-size: .86rem;
  font-weight: 700;
}

.nsv2-evidence-copy > a:hover {
  color: #0c4a6e;
  text-decoration: underline;
}

.nsv2-evidence-boundary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1rem;
  border-left: 4px solid #f97316;
  background: #fff7ed;
  padding: 1rem 1.25rem;
}

.nsv2-evidence-boundary strong {
  color: #9a3412;
  font-size: .85rem;
  white-space: nowrap;
}

.nsv2-evidence-boundary p {
  color: #7c2d12;
  font-size: .84rem;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .nsv2-desktop-nav {
    gap: 0;
  }

  .site-nav-item {
    padding-inline: .5rem;
    font-size: .86rem;
  }

  .nsv2-credential-grid-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsv2-copyright-layout {
    grid-template-columns: minmax(17rem, .7fr) minmax(0, 1.3fr);
  }
}

@media (min-width: 1024px) {
  .nsv2-mobile-cta {
    display: none;
  }

  .nsv2-desktop-consult {
    display: inline-flex;
  }

}

@media (max-width: 1023px) {
  body {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 767px) {
  .nsv2-news-card {
    grid-template-columns: 7.5rem minmax(0, 1fr);
    height: 7.5rem;
  }

  .nsv2-news-card-media {
    width: 7.5rem;
  }

  .nsv2-news-card-media,
  .nsv2-news-card-media img {
    height: 7.5rem;
    min-height: 7.5rem;
    max-height: 7.5rem;
  }

  .nsv2-news-card-body {
    padding: .65rem .75rem;
  }

  .nsv2-news-card-description {
    -webkit-line-clamp: 1;
  }

  .product-console-section,
  .product-family-section {
    padding: 3rem 0;
  }

  .product-console-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-console-card-wide {
    grid-column: auto;
  }

  .product-family-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-family-panel {
    grid-template-columns: minmax(0, 1fr);
    padding: 1.25rem;
  }

  .product-family-panel ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-family-panel figure > img {
    height: 14rem;
  }

  .product-family-product-grid > img {
    height: 9rem !important;
  }

  .nsv2-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsv2-footer-shell {
    padding-inline: 0;
  }

  .nsv2-directory-subfilter-shell {
    overflow: hidden;
    padding: .65rem;
  }

  .nsv2-directory-subfilters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: .2rem;
    scrollbar-width: thin;
  }

  .nsv2-directory-subfilters button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .nsv2-credential-group {
    margin-top: 2.5rem;
    padding-top: 2rem;
  }

  .nsv2-credential-group-head {
    grid-template-columns: minmax(0, 1fr);
    gap: .65rem;
  }

  .nsv2-credential-group-head > p {
    font-size: .88rem;
  }

  .nsv2-credential-grid-primary,
  .nsv2-test-evidence-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsv2-credential-media {
    aspect-ratio: 16 / 10;
  }

  .nsv2-copyright-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .nsv2-copyright-stack {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    padding: .75rem;
  }

  .nsv2-stack-sheet {
    position: static;
    width: 100%;
    border-width: 2px;
    transform: none;
  }

  .nsv2-stack-sheet:hover {
    transform: translateY(-2px);
  }

  .nsv2-copyright-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsv2-copyright-list a {
    min-height: 4.25rem;
  }

  .nsv2-evidence-card {
    grid-template-rows: 14rem 1fr;
  }

  .nsv2-evidence-boundary {
    grid-template-columns: minmax(0, 1fr);
    gap: .35rem;
  }

  .nsv2-evidence-boundary strong {
    white-space: normal;
  }

  .nsv2-download-library {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .nsv2-download-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }

  .nsv2-download-products button {
    min-height: 3.25rem;
    padding: .65rem .75rem;
    font-size: .88rem;
    text-align: center;
  }

  .nsv2-download-panels {
    padding: 1.1rem;
  }

  .nsv2-download-kinds {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsv2-download-kinds button,
  .nsv2-download-kinds a {
    width: 100%;
    min-width: 0;
    padding-inline: .55rem;
    font-size: .84rem;
    text-align: center;
  }

  .nsv2-download-file {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsv2-download-file span {
    white-space: normal;
  }

  .nsv2-video-filter {
    grid-template-columns: minmax(0, 1fr);
    gap: .55rem;
  }

  .nsv2-video-filter button {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }

  .nsv2-video-filter-shell {
    margin-top: 1.5rem;
    padding: 1rem;
  }

  .nsv2-video-filter-heading {
    display: block;
  }

  .nsv2-video-filter-heading span {
    display: block;
    margin-top: .35rem;
  }

  .nsv2-video-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsv2-mobile-cta-three {
    gap: .4rem;
    padding-inline: max(.55rem, env(safe-area-inset-left));
  }

  .nsv2-mobile-cta-three a {
    padding-inline: .35rem;
    font-size: .82rem;
  }

  .nsv2-content-shell {
    padding-top: 2.25rem;
    padding-bottom: 3.5rem;
  }

  .nsv2-list-card {
    grid-template-columns: 1fr;
  }

  .nsv2-list-card img {
    height: 11rem;
  }

  .nsv2-richtext {
    font-size: 1rem;
  }
}
.nsv2-mode-compare {
  display: grid;
  gap: 1rem;
}

.nsv2-mode-compare article {
  border: 1px solid #cbd5e1;
  border-top: 4px solid #0f766e;
  border-radius: 1rem;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.nsv2-mode-compare article > span {
  color: #0f766e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.nsv2-mode-compare h3 {
  margin-top: .65rem;
  color: #0f172a;
  font-size: 1.3rem;
  font-weight: 800;
}

.nsv2-mode-compare article > p {
  margin-top: .75rem;
  min-height: 4.5rem;
  color: #475569;
  font-size: .92rem;
  line-height: 1.75;
}

.nsv2-mode-compare dl {
  margin-top: 1.1rem;
  border-top: 1px solid #e2e8f0;
}

.nsv2-mode-compare dl > div {
  display: grid;
  grid-template-columns: 5.4rem 1fr;
  gap: .75rem;
  padding-top: .75rem;
}

.nsv2-mode-compare dt {
  color: #64748b;
  font-size: .82rem;
  font-weight: 700;
}

.nsv2-mode-compare dd {
  color: #1e293b;
  font-size: .86rem;
  line-height: 1.55;
}

.nsv2-mode-steps {
  display: grid;
  gap: .8rem;
  counter-reset: mode-step;
}

.nsv2-mode-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 0 .8rem 2.5rem;
  counter-increment: mode-step;
}

.nsv2-mode-steps li::before {
  content: counter(mode-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: .05rem;
  color: #0f766e;
  font-size: .78rem;
  font-weight: 900;
}

.nsv2-mode-steps strong {
  color: #0f172a;
  font-size: .92rem;
}

.nsv2-mode-steps span {
  color: #475569;
  font-size: .88rem;
  line-height: 1.7;
}

.nsv2-mode-steps-dark li {
  border-color: rgba(148, 163, 184, .25);
}

.nsv2-mode-steps-dark li::before {
  color: #6ee7b7;
}

.nsv2-mode-steps-dark strong {
  color: #fff;
}

.nsv2-mode-steps-dark span {
  color: #cbd5e1;
}

.nsv2-topology-frame {
  overflow: hidden;
  border: 1px solid #bae6fd;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.nsv2-topology-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 32rem;
  padding: 1.25rem;
  object-fit: contain;
}

.nsv2-topology-frame figcaption {
  border-top: 1px solid #e2e8f0;
  padding: .9rem 1.25rem;
  color: #475569;
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
}

.nsv2-topology-frame-dark {
  border-color: rgba(110, 231, 183, .35);
}

.nsv2-mode-facts {
  display: grid;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  background: #fff;
}

.nsv2-mode-facts > div {
  display: grid;
  gap: .4rem;
  border-bottom: 1px solid #e2e8f0;
  padding: 1.15rem 1.25rem;
}

.nsv2-mode-facts > div:last-child {
  border-bottom: 0;
}

.nsv2-mode-facts strong {
  color: #0f766e;
  font-size: .82rem;
}

.nsv2-mode-facts span {
  color: #334155;
  font-size: .9rem;
  line-height: 1.65;
}

.nsv2-mode-facts-dark {
  border-color: rgba(148, 163, 184, .3);
  background: rgba(15, 23, 42, .28);
}

.nsv2-mode-facts-dark > div {
  border-color: rgba(148, 163, 184, .25);
}

.nsv2-mode-facts-dark strong {
  color: #6ee7b7;
}

.nsv2-mode-facts-dark span {
  color: #cbd5e1;
}

@media (min-width: 768px) {
  .nsv2-mode-compare,
  .nsv2-mode-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nsv2-mode-facts > div {
    border-right: 1px solid #e2e8f0;
    border-bottom: 0;
  }

  .nsv2-mode-facts > div:last-child {
    border-right: 0;
  }

  .nsv2-mode-facts-dark > div {
    border-color: rgba(148, 163, 184, .25);
  }
}

@media (max-width: 767px) {
  .nsv2-mode-steps li {
    grid-template-columns: 1fr;
    gap: .3rem;
  }

  .nsv2-mode-compare article > p {
    min-height: 0;
  }

  .nsv2-topology-frame img {
    max-height: 25rem;
    padding: .75rem;
  }
}

/* Final service-support navigation normalization: match Product Downloads. */
.nsv2-solution-download-layout,
.nsv2-video-library-layout,
.nsv2-support-library-layout {
  align-items: start;
}

.nsv2-support-left-menu {
  display: grid;
  align-self: start;
  gap: .6rem;
  overflow: visible;
  border: 1px solid #bae6fd;
  border-radius: .9rem;
  background: #f0f9ff;
  padding: .75rem;
  box-shadow: none;
}

.nsv2-support-left-menu nav,
.nsv2-video-sidebar.nsv2-support-left-menu .nsv2-video-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .6rem;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.nsv2-support-left-menu button,
.nsv2-video-sidebar.nsv2-support-left-menu .nsv2-video-filter button {
  display: flex;
  width: 100%;
  min-height: 3.15rem;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  border: 1px solid #bae6fd;
  border-radius: .6rem;
  background: #fff;
  padding: .75rem 1rem;
  color: #334155;
  font-family: inherit;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  white-space: normal;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.nsv2-support-left-menu button:hover,
.nsv2-support-left-menu button:focus-visible {
  border-color: #0284c7;
  background: #fff;
  color: #075d94;
  outline: none;
}

.nsv2-support-left-menu button[aria-selected="true"] {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
}

.nsv2-support-left-menu button small,
.nsv2-support-left-menu button > span[data-video-count] {
  display: inline;
  min-width: auto;
  height: auto;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: .78rem;
}

.nsv2-support-left-menu .nsv2-technical-nav-group {
  display: grid;
  gap: .6rem;
}

.nsv2-support-left-menu .nsv2-technical-nav-group + .nsv2-technical-nav-group {
  margin-top: .35rem;
  border: 0;
  border-top: 1px solid #bae6fd;
  padding: .9rem 0 0;
}

.nsv2-support-left-menu .nsv2-technical-nav-heading {
  margin: 0;
  border-color: #7dd3fc;
  background: #e0f2fe;
  color: #075d94;
  font-size: 1rem;
  font-weight: 800;
}

.nsv2-support-left-menu .nsv2-technical-nav-heading:hover {
  background: #d8effc;
}

.nsv2-support-left-menu .nsv2-technical-nav-heading[aria-selected="true"] {
  border-color: #075d94;
  background: #075d94;
  color: #fff;
}

.nsv2-faq-content {
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: .9rem;
  background: #fff;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .nsv2-solution-download-layout,
  .nsv2-video-library-layout,
  .nsv2-support-library-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .nsv2-support-left-menu {
    position: sticky;
    top: 6.5rem;
  }
}

@media (max-width: 1023px) {
  .nsv2-support-library-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .nsv2-support-left-menu,
  .nsv2-support-left-menu nav,
  .nsv2-video-sidebar.nsv2-support-left-menu .nsv2-video-filter {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsv2-technical-doc-sidebar.nsv2-support-left-menu {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsv2-technical-doc-sidebar.nsv2-support-left-menu nav {
    grid-template-columns: repeat(2, minmax(17rem, 1fr));
    overflow-x: auto;
  }

  .nsv2-technical-doc-sidebar.nsv2-support-left-menu .nsv2-technical-nav-group + .nsv2-technical-nav-group {
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid #bae6fd;
    padding-top: 0;
    padding-left: .75rem;
  }
}

@media (max-width: 767px) {
  .nsv2-support-left-menu button,
  .nsv2-video-sidebar.nsv2-support-left-menu .nsv2-video-filter button {
    min-height: 3.25rem;
    padding: .65rem .75rem;
    font-size: .88rem;
    text-align: center;
  }

  .nsv2-faq-content {
    padding: 1rem;
  }
}
