:root {
  --ntw-navy: #1a334f;
  --ntw-blue: #1e4a7a;
  --ntw-blue-hover: #163a60;
  --ntw-blue-light: #e8eef5;
  --ntw-text: #1a1a2e;
  --ntw-muted: #5a6270;
  --ntw-border: #e2e8f0;
  --ntw-bg: #f4f7fb;
  --ntw-white: #ffffff;
}

* { box-sizing: border-box; }

body.ntw-app {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ntw-text);
  background: var(--ntw-bg);
  line-height: 1.55;
}

.ntw-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.ntw-mesh-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #ffffff;
}

.ntw-mesh-bg--dark {
  background: #050508;
}

.ntw-page-home-dev {
  background: #ffffff;
}

.ntw-page-home-dev .ntw-shell {
  position: relative;
  z-index: 1;
  background: transparent;
}

.ntw-page-home-dev .ntw-main {
  background: transparent;
}

.ntw-page-home-dev .ntw-quiz-panel {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 28px rgba(26, 51, 79, 0.08);
}

.ntw-topnav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-bottom: 1px solid rgba(26, 51, 79, 0.15);
  padding: 0.75rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.ntw-topnav-left {
  justify-self: start;
  min-width: 0;
}

.ntw-topnav-center {
  justify-self: center;
}

.ntw-topnav-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ntw-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  line-height: 1.25;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(30, 74, 122, 0.25);
}

.ntw-brand {
  font-weight: 700;
  color: #000;
  text-decoration: none;
  font-size: 2.36rem;
  line-height: 1.1;
}

.ntw-nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-self: end;
  margin-left: 0;
}

.ntw-nav-links a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.ntw-nav-links a.ntw-topnav-cta {
  font-size: 0.85rem;
  line-height: 1.25;
}

.ntw-nav-links a.active,
.ntw-nav-links a:hover {
  color: var(--ntw-blue);
}

.ntw-topnav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ntw-blue);
  color: #fff !important;
  padding: 0.5rem 0.95rem;
  min-height: 2.25rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  line-height: 1.25;
  box-sizing: border-box;
}

.ntw-topnav-cta:hover,
.ntw-topnav-cta.active {
  background: var(--ntw-blue-hover);
  color: #fff !important;
}

.ntw-main {
  flex: 1;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem;
}

.ntw-main--home-dev {
  max-width: none;
  width: 100%;
  padding: 1.25rem 4.5rem;
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 0;
}

.ntw-home-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4.5rem 6rem;
  width: 100%;
  max-width: none;
  margin: 0;
  align-items: center;
}

.ntw-hero {
  padding: 0;
  max-width: none;
  width: 100%;
  justify-self: stretch;
}

.ntw-hero-title {
  font-size: clamp(2.15rem, 4.5vw, 3.3rem);
  font-weight: 700;
  color: var(--ntw-navy);
  line-height: 1.15;
  margin: 0 0 1.1rem;
}

.ntw-hero-subhead {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 600;
  color: var(--ntw-navy);
  margin: 0 0 1.1rem;
  line-height: 1.4;
}

.ntw-hero-body {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--ntw-muted);
  margin: 0 0 1.6rem;
  line-height: 1.6;
}

.ntw-main--home-dev .ntw-cta-row .ntw-btn {
  font-size: 1.05rem;
  padding: 0.75rem 1.4rem;
}

.ntw-quiz-panel {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  align-self: center;
  margin-top: 0;
  padding: 2.25rem 2.5rem;
}

.ntw-page-home-dev .ntw-quiz-panel .ntw-panel-subhead {
  font-size: 1.25rem;
}

.ntw-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.ntw-panel {
  background: var(--ntw-white);
  border: 1px solid var(--ntw-border);
  border-radius: 10px;
  padding: 1.5rem;
}

.ntw-panel h1 {
  font-size: 1.5rem;
  color: var(--ntw-navy);
  margin: 0 0 0.75rem;
}

.ntw-panel p {
  color: var(--ntw-muted);
  margin: 0 0 1rem;
}

.ntw-btn {
  display: inline-block;
  background: var(--ntw-blue);
  color: #fff;
  padding: 0.65rem 1.25rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
}

.ntw-btn:hover {
  background: var(--ntw-blue-hover);
}

.ntw-btn-secondary {
  background: transparent;
  color: var(--ntw-blue);
  border: 1px solid var(--ntw-blue);
}

.ntw-btn-secondary:hover {
  background: var(--ntw-blue-light);
}

.hp-quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hp-quiz-page-title {
  display: none;
}

.hp-quiz-question {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ntw-navy);
  margin: 0 0 1rem;
  line-height: 1.4;
}

.hp-quiz-option {
  display: block;
  padding: 0.75rem 1rem;
  border: 1px solid var(--ntw-border);
  border-radius: 6px;
  cursor: pointer;
  background: var(--ntw-bg);
}

.hp-quiz-nav {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.hp-quiz-nav-back,
.hp-quiz-nav-next,
.hp-quiz-nav .hp-quiz-nav-back,
.hp-quiz-nav .hp-quiz-nav-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.5rem 1.1rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  border: 1px solid var(--ntw-blue);
}

.hp-quiz-nav-back {
  background: transparent;
  color: var(--ntw-blue);
}

.hp-quiz-nav-next {
  background: var(--ntw-blue);
  color: #fff;
  border-color: var(--ntw-blue);
}

.hp-quiz-nav-back:hover {
  background: var(--ntw-blue-light);
}

.hp-quiz-nav-next:hover {
  background: var(--ntw-blue-hover);
}

.ntw-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ntw-blue);
  margin: 0 0 0.75rem;
}

.ntw-panel-subhead {
  font-size: 1.05rem;
  color: var(--ntw-navy);
  margin: 0 0 0.75rem;
}

.ntw-funnel-lead {
  margin: 0 0 1.25rem;
  color: var(--ntw-muted);
  line-height: 1.5;
}

.ntw-funnel-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: flex-start;
}

.ntw-btn-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.85;
  cursor: wait;
}

.ntw-spinner {
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: ntw-spin 0.8s linear infinite;
}

@keyframes ntw-spin {
  to { transform: rotate(360deg); }
}

.ntw-panel-lead {
  font-size: 0.9rem;
  color: var(--ntw-muted);
  margin: 0 0 1rem;
}

.ntw-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.ntw-expect-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--ntw-muted);
  font-size: 0.9rem;
}

.ntw-expect-list li {
  margin-bottom: 0.4rem;
}

.ntw-blog-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ntw-blog-list li,
.ntw-blog-item {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--ntw-border);
}

.ntw-blog-list a {
  color: var(--ntw-navy);
  font-weight: 600;
  text-decoration: none;
}

.ntw-blog-meta {
  font-size: 0.85rem;
  color: var(--ntw-muted);
  margin: 0.35rem 0 0.5rem;
}

.ntw-blog-excerpt {
  font-size: 0.9rem;
  color: var(--ntw-muted);
  margin: 0;
  line-height: 1.5;
}

.ntw-post-body {
  color: var(--ntw-text);
  font-size: 0.95rem;
  line-height: 1.65;
}

.ntw-post-body p,
.ntw-post-body ul,
.ntw-post-body ol {
  margin: 0 0 1rem;
}

.ntw-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.ntw-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: var(--ntw-navy);
  font-weight: 600;
}

.ntw-field input,
.ntw-field textarea {
  font: inherit;
  font-weight: 400;
  color: var(--ntw-text);
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--ntw-border);
  border-radius: 6px;
  background: var(--ntw-bg);
}

.ntw-field textarea {
  resize: vertical;
  min-height: 6rem;
}

.ntw-form-note {
  background: var(--ntw-blue-light);
  color: var(--ntw-navy);
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 0.85rem;
  margin: 0 0 1rem;
}

.ntw-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a1624;
  color: rgba(255, 255, 255, 0.75);
}

.ntw-bottom-bar-inner {
  width: 100%;
  margin: 0;
  padding: 0.65rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem 1.5rem;
  font-size: 0.8rem;
}

.ntw-bottom-bar-left {
  justify-self: start;
  text-align: left;
}

.ntw-bottom-bar-right {
  justify-self: end;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ntw-bottom-copy {
  color: rgba(255, 255, 255, 0.75);
}

.ntw-bottom-bar a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.ntw-bottom-bar a:hover {
  color: #fff;
}

.ntw-bottom-bar-btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ntw-bottom-bar-btn:hover {
  color: #fff;
}

.ntw-bottom-bar-btn:disabled {
  opacity: 0.5;
  cursor: wait;
}

@media (max-width: 640px) {
  .ntw-bottom-bar-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .ntw-bottom-bar-left,
  .ntw-bottom-bar-right {
    justify-self: center;
    text-align: center;
  }
}

.ntw-sitemap--page {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 1.75rem 2rem;
  margin-top: 1.5rem;
}

.ntw-sitemap--four {
  grid-template-columns: repeat(4, minmax(120px, 1fr));
}

.ntw-sitemap-heading {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ntw-navy);
}

.ntw-sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ntw-sitemap-list a {
  color: var(--ntw-muted);
  text-decoration: none;
}

.ntw-sitemap-list a:hover {
  color: var(--ntw-blue);
}

.ntw-nl-bar {
  background: var(--ntw-navy);
  color: #fff;
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.ntw-nl-copy {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

.ntw-nl-form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.ntw-nl-form input[type="text"] {
  min-width: 140px;
}

.ntw-nl-form input[type="email"] {
  min-width: 200px;
}

.ntw-nl-form input {
  padding: 0.55rem 0.75rem;
  border: none;
  border-radius: 6px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ntw-topnav--solid {
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(26, 51, 79, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ntw-page-home {
  background: #050508;
}

.ntw-page-home .ntw-shell {
  position: relative;
  z-index: 1;
  background: transparent;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

.ntw-page-home .ntw-main {
  background: transparent;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.ntw-page-home .ntw-topnav {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.ntw-page-home .ntw-brand {
  color: #ffffff;
}

.ntw-page-home .ntw-nav-links a:not(.ntw-topnav-cta) {
  color: #ffffff;
}

.ntw-page-home .ntw-nav-links a:not(.ntw-topnav-cta):hover,
.ntw-page-home .ntw-nav-links a:not(.ntw-topnav-cta).active {
  color: rgba(255, 255, 255, 0.82);
}

.ntw-page-home .ntw-nl-bar {
  background: #0f1228;
  border-top: 1px solid rgba(74, 63, 212, 0.18);
}

.ntw-page-home .ntw-bottom-bar {
  background: #030306;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ntw-main--home {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.ntw-page-home .ntw-hero-band {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  padding: 2rem 4.5rem;
  overflow-y: auto;
}

.ntw-page-home .ntw-hero-band-inner {
  max-width: 1080px;
  width: 100%;
}

.ntw-page-home .ntw-hero-band-headline {
  margin-bottom: 1.25rem;
}

.ntw-page-home .ntw-hero-band-body {
  margin-bottom: 0.9rem;
  line-height: 1.55;
}

.ntw-page-home .ntw-hero-band-cta-row {
  margin-top: 1.25rem;
}

.ntw-hero-band {
  background: transparent;
  color: #ffffff;
  padding: 3rem 4.5rem 4rem;
  min-height: calc(100vh - 4.5rem);
  position: relative;
  z-index: 1;
}

.ntw-hero-band-inner {
  max-width: 900px;
  margin: 0 auto;
}

.ntw-hero-band-headline {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.75rem;
  color: #ffffff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.ntw-hero-band-body {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.65;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.ntw-hero-band-cta-row {
  margin: 2rem 0 0;
}

.ntw-btn-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #241fc4 !important;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
}

.ntw-btn-hero-cta:hover {
  background: #f0f0ff;
  color: #1a1599 !important;
}

@media (max-width: 900px) {
  .ntw-brand {
    font-size: 1.24rem;
  }

  .ntw-topnav {
    padding: 0.65rem 1rem;
    gap: 0.5rem;
    grid-template-columns: 1fr auto;
  }

  .ntw-topnav-center {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .ntw-topnav-preview {
    font-size: 0.72rem;
    padding: 0.35rem 0.65rem;
  }

  .ntw-main--home-dev {
    padding: 1rem 1.5rem;
    min-height: 0;
    align-items: stretch;
  }

  .ntw-home-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: stretch;
  }

  .ntw-hero-title {
    font-size: clamp(1.85rem, 7vw, 2.4rem);
  }

  .ntw-hero-subhead {
    font-size: 1.15rem;
  }

  .ntw-hero-body {
    font-size: 1rem;
  }

  .ntw-main--home-dev .ntw-cta-row .ntw-btn {
    font-size: 0.95rem;
    padding: 0.65rem 1.15rem;
  }

  .ntw-quiz-panel {
    padding: 1.5rem;
  }

  .ntw-hero-band {
    padding: 2rem 1.5rem 3rem;
    min-height: 0;
  }

  .ntw-page-home .ntw-shell {
    height: auto;
    overflow: visible;
  }

  .ntw-page-home .ntw-hero-band {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .ntw-split { grid-template-columns: 1fr; }

  .ntw-brand {
    font-size: 1.01rem;
  }

  .ntw-nav-links {
    gap: 0.65rem;
  }

  .ntw-sitemap--page,
  .ntw-sitemap--four {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
