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

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

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

.nsv2-skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  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-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;
}

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

.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-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-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: 1200px;
  padding: 3rem 1.25rem 5rem;
}

.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-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-pages {
  margin-top: 2rem;
  overflow-x: auto;
  text-align: center;
}

.nsv2-pages a,
.nsv2-pages span {
  display: inline-flex;
  min-width: 2.5rem;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin: .15rem;
  border: 1px solid #e2e8f0;
  border-radius: .45rem;
  padding: .4rem .65rem;
}

.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;
}

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

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

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

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

  .nsv2-phone-dial {
    display: none;
  }

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

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

@media (max-width: 767px) {
  .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;
  }
}
