:root {
  --np-green: #009123;
  --np-green-bright: #00b84a;
  --np-blue: #0c8adf;
  --np-teal: #00b7c7;
  --np-dark: #03111f;
  --np-dark-2: #071c2d;
  --np-card: #0a2134;
  --np-card-2: #0d2940;
  --np-white: #ffffff;
  --np-light: #dce8f0;
  --np-muted: #afc0ce;
  --np-dim: #7890a2;
  --np-text: #c8d7e2;
  --np-line: rgba(135, 177, 205, 0.18);
  --np-line-strong: rgba(135, 177, 205, 0.32);
  --np-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --np-radius: 22px;
  --np-header-offset: 96px;
  --np-body-font: var(--global-body-font-family, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  --np-heading-font: var(--global-heading-font-family, Manrope, Inter, ui-sans-serif, system-ui, sans-serif);
}

html {
  scroll-behavior: smooth;
}

body.netpulse-homepage-active {
  overflow-x: hidden;
  background: var(--np-dark);
}

/* Keep the Kadence header permanently visible. Fixed positioning is used
   instead of theme-dependent sticky behaviour. */
body.netpulse-homepage-active #page,
body.netpulse-homepage-active .site,
body.netpulse-homepage-active #wrapper,
body.netpulse-homepage-active #inner-wrap {
  overflow: visible !important;
  transform: none !important;
}

body.netpulse-homepage-active #masthead.site-header {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  margin: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  background: rgba(3, 17, 31, 0.94) !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.netpulse-homepage-active #masthead .site-main-header-wrap,
body.netpulse-homepage-active #masthead .site-header-row-container-inner,
body.netpulse-homepage-active #masthead .site-header-section,
body.netpulse-homepage-active #masthead .site-header-row {
  background: rgba(3, 17, 31, 0.94) !important;
}

body.admin-bar.netpulse-homepage-active #masthead.site-header {
  top: 32px;
}

body.netpulse-homepage-active #masthead a.np-current-section,
body.netpulse-homepage-active #masthead .current-menu-item > a {
  color: var(--np-green-bright) !important;
}

@media (max-width: 782px) {
  body.admin-bar.netpulse-homepage-active #masthead.site-header {
    top: 46px;
  }
}

body.netpulse-homepage-active .entry-header,
body.netpulse-homepage-active .entry-title,
body.netpulse-homepage-active .site-footer {
  display: none !important;
}

body.netpulse-homepage-active .content-area,
body.netpulse-homepage-active .site-main,
body.netpulse-homepage-active .entry-content,
body.netpulse-homepage-active .content-container,
body.netpulse-homepage-active .entry-content-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.netpulse-homepage-active .site-container,
body.netpulse-homepage-active .site-content {
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.np-site,
.np-site * {
  box-sizing: border-box;
}

.np-site {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--np-light);
  background: var(--np-dark);
  font-family: var(--np-body-font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.np-site img {
  max-width: 100%;
}

.np-site a {
  color: inherit;
  text-decoration: none;
}

.np-site button,
.np-site input,
.np-site textarea {
  font: inherit;
}

.np-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.np-section {
  position: relative;
  padding: 118px 0;
  scroll-margin-top: calc(var(--np-header-offset) + 18px);
}

.np-kicker,
.np-eyebrow {
  margin: 0 0 18px;
  color: var(--np-green-bright);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.np-section-heading {
  max-width: 790px;
  margin-bottom: 54px;
}

.np-section-heading--compact {
  max-width: 680px;
  margin-bottom: 42px;
}

.np-section-heading h2,
.np-about-copy h2,
.np-contact-copy h2 {
  margin: 0;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.np-section-heading > p:last-child,
.np-contact-copy > p,
.np-about-copy__lead,
.np-about-copy > p {
  max-width: 750px;
  margin: 24px 0 0;
  color: var(--np-muted);
  font-size: 1.07rem;
  line-height: 1.8;
}

/* Hero */
.np-hero {
  position: relative;
  min-height: 820px;
  padding: calc(var(--np-header-offset) + 58px) 0 82px;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 34%, rgba(12, 138, 223, 0.18), transparent 30%),
    radial-gradient(circle at 28% 20%, rgba(0, 145, 35, 0.12), transparent 34%),
    linear-gradient(135deg, #03111f 0%, #041624 46%, #061a2a 100%);
}

.np-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 180px;
  background: linear-gradient(to bottom, transparent, rgba(3, 17, 31, 0.98));
  pointer-events: none;
}

.np-hero__grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(104, 160, 195, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 160, 195, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 90%);
  pointer-events: none;
}

.np-hero__orb {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.14;
  pointer-events: none;
}

.np-hero__orb--green {
  top: 3%;
  left: -180px;
  background: var(--np-green-bright);
}

.np-hero__orb--blue {
  right: -140px;
  bottom: 4%;
  background: var(--np-blue);
}

.np-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(450px, 0.98fr);
  gap: 62px;
  align-items: center;
}

.np-hero__copy {
  position: relative;
  z-index: 5;
  max-width: 700px;
  padding: 24px 0;
}

.np-eyebrow {
  display: inline-flex;
  max-width: 620px;
  align-items: center;
  gap: 12px;
  color: #9ad5e9;
}

.np-eyebrow > span {
  position: relative;
  flex: 0 0 31px;
  width: 31px;
  height: 1px;
  background: var(--np-green-bright);
  box-shadow: 10px 0 24px var(--np-green-bright);
}

.np-eyebrow > span::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--np-green-bright);
  box-shadow: 0 0 14px var(--np-green-bright);
}

.np-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: clamp(3.35rem, 5.6vw, 5.45rem);
  font-weight: 760;
  letter-spacing: -0.062em;
  line-height: 0.99;
}

.np-hero__tagline {
  margin: 31px 0 0;
  perspective: 600px;
}

.np-hero__tagline span {
  position: relative;
  display: inline-block;
  color: transparent;
  background: linear-gradient(180deg, #c9ffd6 0%, #39dc68 36%, #009123 75%, #00691b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--np-heading-font);
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  font-weight: 780;
  letter-spacing: -0.025em;
  line-height: 1.15;
  text-shadow:
    0 1px 0 rgba(0, 102, 26, 0.9),
    0 2px 0 rgba(0, 87, 22, 0.86),
    0 3px 0 rgba(0, 73, 18, 0.8),
    0 7px 18px rgba(0, 184, 74, 0.32),
    0 14px 34px rgba(0, 145, 35, 0.18);
  transform: rotateX(5deg);
  transform-origin: left center;
}

.np-hero__tagline span::after {
  content: "";
  position: absolute;
  inset: -6px -12px;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.28;
  background: radial-gradient(ellipse, rgba(0, 184, 74, 0.25), transparent 66%);
  filter: blur(10px);
}

.np-hero__description {
  max-width: 670px;
  margin: 22px 0 0;
  color: var(--np-muted);
  font-size: 1.08rem;
  line-height: 1.78;
}

.np-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.np-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.96rem;
  font-weight: 680;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.np-button:hover,
.np-button:focus-visible {
  transform: translateY(-2px);
}

.np-button--primary {
  color: var(--np-white) !important;
  background: linear-gradient(135deg, var(--np-green) 0%, var(--np-green-bright) 100%);
  box-shadow: 0 14px 35px rgba(0, 145, 35, 0.25);
}

.np-button--primary:hover,
.np-button--primary:focus-visible {
  box-shadow: 0 18px 42px rgba(0, 184, 74, 0.33);
}

.np-button--green-alt {
  color: var(--np-white) !important;
  border-color: rgba(0, 184, 74, 0.34);
  background: linear-gradient(135deg, #075d25 0%, #008a30 54%, #00a849 100%);
  box-shadow: 0 14px 35px rgba(0, 105, 34, 0.22);
}

.np-button--green-alt:hover,
.np-button--green-alt:focus-visible {
  border-color: rgba(97, 255, 145, 0.48);
  box-shadow: 0 18px 42px rgba(0, 145, 35, 0.3);
}

.np-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
  color: #8ea5b5;
  font-size: 0.79rem;
}

.np-hero__signals span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.np-hero__signals i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--np-teal);
  box-shadow: 0 0 10px rgba(0, 183, 199, 0.8);
}

/* Animated hero network visual */
.np-pulse-card {
  position: relative;
  z-index: 4;
  min-width: 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(124, 173, 205, 0.22);
  border-radius: 28px;
  background: linear-gradient(150deg, rgba(12, 41, 63, 0.75), rgba(5, 23, 37, 0.55));
  box-shadow: var(--np-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.np-pulse-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 184, 74, 0.14), transparent 36%, rgba(12, 138, 223, 0.2));
  pointer-events: none;
}

.np-pulse-card__bar,
.np-pulse-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 5px 8px 13px;
  color: var(--np-dim);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.np-pulse-card__bar > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #bcd3e1;
  font-weight: 700;
}

.np-pulse-card__bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--np-green-bright);
  box-shadow: 0 0 12px rgba(0, 184, 74, 0.9);
}

.np-pulse-map {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  border: 1px solid rgba(110, 165, 200, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 47%, rgba(0, 184, 74, 0.13), transparent 23%),
    radial-gradient(circle at 50% 50%, rgba(12, 138, 223, 0.1), transparent 50%),
    linear-gradient(rgba(104, 160, 195, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 160, 195, 0.045) 1px, transparent 1px),
    #020c16;
  background-size: auto, auto, 32px 32px, 32px 32px, auto;
}

.np-pulse-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(2, 12, 22, 0.58), transparent 17%, transparent 83%, rgba(2, 12, 22, 0.68));
}

.np-pulse-map__links {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.np-pulse-link {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 9 13;
  opacity: 0.72;
  filter: url(#np-glow);
  animation: np-flow 4.2s linear infinite;
}

.np-pulse-link--green { stroke: url(#np-line-green); }
.np-pulse-link--blue { stroke: url(#np-line-blue); animation-duration: 5s; }
.np-pulse-link--teal { stroke: var(--np-teal); animation-duration: 3.7s; }

.np-pulse-dot {
  fill: var(--np-green-bright);
  filter: url(#np-glow);
  transform-origin: center;
  animation: np-dot-pulse 2.4s ease-in-out infinite;
}

.np-pulse-dot--2,
.np-pulse-dot--4 { fill: var(--np-blue); animation-delay: 0.5s; }
.np-pulse-dot--3 { animation-delay: 0.9s; }
.np-pulse-dot--5 { fill: var(--np-teal); animation-delay: 1.2s; }

.np-pulse-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 168px;
  height: 168px;
  transform: translate(-50%, -50%);
}

.np-pulse-core__ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 184, 74, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(0, 184, 74, 0.12);
  animation: np-core-ring 3.6s ease-out infinite;
}

.np-pulse-core__ring--2 {
  inset: 18px;
  border-color: rgba(12, 138, 223, 0.48);
  animation-delay: 1.15s;
}

.np-pulse-core__inner {
  position: absolute;
  inset: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(121, 223, 255, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, rgba(0, 184, 74, 0.4), rgba(3, 26, 42, 0.96) 63%);
  box-shadow: 0 0 35px rgba(0, 184, 74, 0.24), inset 0 0 24px rgba(12, 138, 223, 0.18);
}

.np-pulse-core__inner strong {
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: 0.9rem;
  letter-spacing: 0.09em;
}

.np-pulse-core__inner span {
  margin-top: 5px;
  color: #8edbb1;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.np-pulse-node {
  position: absolute;
  z-index: 3;
  width: 170px;
  padding: 13px 15px;
  border: 1px solid rgba(118, 169, 201, 0.2);
  border-radius: 12px;
  background: rgba(7, 28, 45, 0.92);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.04);
  animation: np-float 5s ease-in-out infinite;
}

.np-pulse-node i {
  display: block;
  margin-bottom: 5px;
  color: var(--np-green-bright);
  font-size: 0.59rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.np-pulse-node strong {
  display: block;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: 0.83rem;
  line-height: 1.2;
}

.np-pulse-node span {
  display: block;
  margin-top: 5px;
  color: var(--np-dim);
  font-size: 0.66rem;
  line-height: 1.3;
}

.np-pulse-node--carrier { top: 7%; left: 3%; }
.np-pulse-node--cloud { top: 7%; right: 3%; animation-delay: 0.8s; }
.np-pulse-node--enterprise { bottom: 13%; left: 2%; animation-delay: 1.4s; }
.np-pulse-node--infra { right: 2%; bottom: 13%; animation-delay: 2s; }
.np-pulse-node--global { bottom: 2%; left: 50%; transform: translateX(-50%); animation: none; }

.np-pulse-card__footer {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 13px 8px 4px;
  letter-spacing: 0;
  text-transform: none;
}

.np-pulse-card__footer span {
  position: relative;
  padding-left: 12px;
}

.np-pulse-card__footer span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--np-teal);
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(0, 183, 199, 0.75);
}

/* Services */
.np-section--services {
  background: linear-gradient(180deg, #03111f 0%, #061928 100%);
}

.np-section--services::before {
  content: "";
  position: absolute;
  top: 78px;
  right: -170px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(0, 183, 199, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(0, 183, 199, 0.025), 0 0 0 150px rgba(0, 183, 199, 0.015);
}

.np-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.np-service-card {
  position: relative;
  min-height: 390px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(121, 170, 201, 0.17);
  border-radius: 19px;
  background: linear-gradient(155deg, rgba(10, 33, 52, 0.95), rgba(5, 23, 37, 0.93));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.np-service-card::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  opacity: 0;
  background: linear-gradient(90deg, var(--np-green-bright), var(--np-blue));
  transition: opacity 220ms ease;
}

.np-service-card:hover {
  border-color: rgba(0, 184, 74, 0.38);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.27);
  transform: translateY(-6px);
}

.np-service-card:hover::before {
  opacity: 1;
}

.np-service-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.np-service-card__top > span {
  color: #4f7187;
  font-family: var(--np-heading-font);
  font-size: 0.75rem;
  font-weight: 700;
}

.np-service-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(0, 184, 74, 0.24);
  border-radius: 14px;
  background: rgba(0, 145, 35, 0.09);
  color: var(--np-green-bright);
}

.np-service-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-service-card__products {
  margin: 28px 0 0 !important;
  color: var(--np-green-bright) !important;
  font-size: 0.7rem !important;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.45 !important;
  text-transform: uppercase;
}

.np-service-card h3 {
  margin: 10px 0 0;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.np-service-card > p:not(.np-service-card__products) {
  margin: 18px 0 0;
  color: var(--np-dim);
  font-size: 0.88rem;
  line-height: 1.72;
}

.np-service-card > a {
  position: absolute;
  bottom: 28px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c6d8e4;
  font-size: 0.78rem;
  font-weight: 650;
}

.np-service-card > a span {
  color: var(--np-green-bright);
  transition: transform 180ms ease;
}

.np-service-card > a:hover span,
.np-service-card > a:focus-visible span {
  transform: translate(2px, -2px);
}

/* Customer segments */
.np-section--segments {
  background: #061928;
}

.np-segments-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--np-line);
  border-left: 1px solid var(--np-line);
}

.np-segment {
  position: relative;
  min-height: 246px;
  padding: 36px 28px;
  border-right: 1px solid var(--np-line);
  border-bottom: 1px solid var(--np-line);
  background: rgba(5, 23, 37, 0.35);
}

.np-segment > span {
  display: block;
  width: 38px;
  height: 2px;
  margin-bottom: 46px;
  background: linear-gradient(90deg, var(--np-green-bright), var(--np-blue));
}

.np-segment h3 {
  margin: 0;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: 1.08rem;
  font-weight: 680;
  line-height: 1.35;
}

.np-segment p {
  margin: 17px 0 0;
  color: var(--np-dim);
  font-size: 0.87rem;
  line-height: 1.72;
}

/* Global Network Reach */
.np-section--network {
  background:
    radial-gradient(circle at 8% 64%, rgba(0, 145, 35, 0.1), transparent 30%),
    linear-gradient(180deg, #041522 0%, #03111f 100%);
}

.np-network-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.np-network-summary {
  min-width: 0;
}

.np-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(115, 165, 196, 0.17);
  border-radius: 18px;
  background: rgba(7, 28, 45, 0.76);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.np-stat {
  position: relative;
  min-height: 128px;
  padding: 26px 28px;
  border-right: 1px solid var(--np-line);
  border-bottom: 1px solid var(--np-line);
}

.np-stat:nth-child(2n) { border-right: 0; }
.np-stat:nth-last-child(-n + 2) { border-bottom: 0; }

.np-stat strong {
  display: block;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: 2.25rem;
  font-weight: 740;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.np-stat span {
  display: block;
  margin-top: 10px;
  color: var(--np-dim);
  font-size: 0.73rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

.np-network-features {
  display: grid;
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 16px;
  background: var(--np-line);
}

.np-network-features > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 18px 20px;
  background: rgba(5, 23, 37, 0.95);
}

.np-network-features > div > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(0, 184, 74, 0.25);
  border-radius: 50%;
  color: var(--np-green-bright);
  font-size: 0.65rem;
  font-weight: 800;
}

.np-network-features p {
  margin: 0;
  color: var(--np-dim);
  font-size: 0.82rem;
  line-height: 1.6;
}

.np-network-features strong {
  display: block;
  margin-bottom: 3px;
  color: var(--np-light);
  font-size: 0.84rem;
}

.np-network-note {
  margin: 20px 0 0;
  color: #6f899b;
  font-size: 0.74rem;
  line-height: 1.6;
}

.np-network-note strong {
  color: #9ab4c4;
}

/* Globe */
.np-globe-card {
  position: relative;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(124, 173, 205, 0.2);
  border-radius: 28px;
  background: linear-gradient(150deg, rgba(12, 41, 63, 0.68), rgba(5, 23, 37, 0.42));
  box-shadow: var(--np-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.np-globe-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 184, 74, 0.12), transparent 36%, rgba(12, 138, 223, 0.18));
  pointer-events: none;
}

.np-globe-card__header,
.np-globe-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 5px 8px 13px;
  color: var(--np-dim);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.np-globe-card__header > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.np-globe-card__header strong {
  color: #bcd3e1;
  font-size: 0.72rem;
  font-weight: 700;
}

.np-status-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--np-green-bright);
  box-shadow: 0 0 10px rgba(0, 184, 74, 0.85);
}

.np-status-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(0, 184, 74, 0.38);
  border-radius: 50%;
  animation: np-status-pulse 2s ease-out infinite;
}

.np-globe-stage {
  position: relative;
  width: 100%;
  height: 540px;
  min-height: 540px;
  max-height: 540px;
  overflow: hidden;
  contain: size layout paint style;
  border: 1px solid rgba(110, 165, 200, 0.11);
  border-radius: 20px;
  background: radial-gradient(circle at 50% 45%, rgba(12, 138, 223, 0.12), transparent 45%), #020c16;
  cursor: grab;
  isolation: isolate;
}

.np-globe-stage:active { cursor: grabbing; }

.np-globe-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(2, 12, 22, 0.58), transparent 18%, transparent 80%, rgba(2, 12, 22, 0.64)),
    linear-gradient(90deg, rgba(2, 12, 22, 0.4), transparent 16%, transparent 84%, rgba(2, 12, 22, 0.4));
}

.np-globe-stage > div {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}

.np-globe-stage canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}

.np-globe-loading,
.np-globe-fallback {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  color: var(--np-dim);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  pointer-events: none;
}

.np-globe-loading span {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(12, 138, 223, 0.22);
  border-top-color: var(--np-blue);
  border-radius: 50%;
  animation: np-spin 0.9s linear infinite;
}

.np-globe-stage.is-loaded .np-globe-loading {
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.np-globe-stage.is-fallback .np-globe-loading {
  max-width: 320px;
  margin: auto;
  padding: 24px;
  text-align: center;
  text-transform: none;
}

.np-globe-card__footer {
  justify-content: flex-start;
  gap: 22px;
  padding: 13px 8px 4px;
  letter-spacing: 0;
  text-transform: none;
}

.np-globe-card__footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.np-key {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.np-key--green {
  background: var(--np-green-bright);
  box-shadow: 0 0 9px rgba(0, 184, 74, 0.8);
}

.np-key--blue {
  background: var(--np-blue);
  box-shadow: 0 0 9px rgba(12, 138, 223, 0.8);
}

.np-globe-pin {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  border-radius: 50% 50% 50% 0;
  outline: none;
  background: var(--np-green-bright);
  box-shadow: 0 0 0 4px rgba(0, 184, 74, 0.14), 0 0 18px rgba(0, 184, 74, 0.8);
  transform: rotate(-45deg);
  cursor: pointer;
}

.np-globe-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #eafff0;
}

.np-globe-pin__label {
  position: absolute;
  bottom: 24px;
  left: 50%;
  min-width: max-content;
  padding: 6px 9px;
  border: 1px solid rgba(132, 180, 210, 0.28);
  border-radius: 6px;
  color: var(--np-white);
  background: rgba(3, 17, 31, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
  font-family: var(--np-body-font);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) rotate(45deg) translateY(5px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.np-globe-pin:hover .np-globe-pin__label,
.np-globe-pin:focus-visible .np-globe-pin__label {
  opacity: 1;
  transform: translateX(-50%) rotate(45deg) translateY(0);
}

/* About / NetPulse Edge */
.np-section--about {
  background:
    radial-gradient(circle at 85% 32%, rgba(12, 138, 223, 0.11), transparent 30%),
    linear-gradient(180deg, #03111f 0%, #061928 100%);
}

.np-about-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.1fr) minmax(0, 0.9fr);
  gap: 74px;
  align-items: center;
}

.np-edge-card {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(119, 169, 201, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 46%, rgba(0, 184, 74, 0.14), transparent 27%),
    radial-gradient(circle at 50% 50%, rgba(12, 138, 223, 0.11), transparent 55%),
    #041522;
  box-shadow: var(--np-shadow), inset 0 1px rgba(255, 255, 255, 0.04);
}

.np-edge-card::before,
.np-edge-card::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(0, 184, 74, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.np-edge-card::after {
  width: 480px;
  height: 480px;
  border-color: rgba(12, 138, 223, 0.12);
}

.np-edge-card__grid {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(104, 160, 195, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 160, 195, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 50% 48%, black, transparent 77%);
}

.np-edge-card__core {
  position: absolute;
  top: 47%;
  left: 50%;
  z-index: 4;
  display: flex;
  width: 178px;
  height: 178px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 184, 74, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 25%, rgba(0, 184, 74, 0.45), rgba(4, 28, 45, 0.97) 63%);
  box-shadow: 0 0 0 18px rgba(0, 184, 74, 0.04), 0 0 55px rgba(0, 184, 74, 0.25), inset 0 0 28px rgba(12, 138, 223, 0.2);
  transform: translate(-50%, -50%);
}

.np-edge-card__core > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: 0.9rem;
  font-weight: 800;
}

.np-edge-card__core strong {
  margin-top: 12px;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.np-edge-card__core small {
  margin-top: 5px;
  color: #7fcfa0;
  font-size: 0.56rem;
}

.np-edge-item {
  position: absolute;
  z-index: 5;
  width: 195px;
  padding: 13px 15px;
  border: 1px solid rgba(119, 169, 201, 0.19);
  border-radius: 12px;
  background: rgba(7, 28, 45, 0.94);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}

.np-edge-item::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 118px;
  height: 1px;
  opacity: 0.58;
  background: linear-gradient(90deg, var(--np-green-bright), transparent);
  transform-origin: left center;
}

.np-edge-item i {
  color: var(--np-green-bright);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.np-edge-item strong {
  display: block;
  margin-top: 4px;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: 0.8rem;
  line-height: 1.25;
}

.np-edge-item span {
  display: block;
  margin-top: 4px;
  color: var(--np-dim);
  font-size: 0.63rem;
}

.np-edge-item--presence { top: 8%; left: 5%; }
.np-edge-item--presence::before { right: -105px; transform: rotate(24deg); }
.np-edge-item--tailored { top: 10%; right: 4%; }
.np-edge-item--tailored::before { left: -95px; transform: rotate(155deg); }
.np-edge-item--partners { bottom: 11%; left: 3%; }
.np-edge-item--partners::before { right: -103px; transform: rotate(-26deg); }
.np-edge-item--performance { right: 2%; bottom: 13%; }
.np-edge-item--performance::before { left: -96px; transform: rotate(207deg); }
.np-edge-item--expertise { bottom: 2%; left: 50%; transform: translateX(-50%); }
.np-edge-item--expertise::before { top: -54px; left: 50%; width: 72px; transform: rotate(-90deg); }

.np-about-copy__lead {
  font-size: 1.12rem;
}

.np-vision-panel {
  position: relative;
  margin-top: 36px;
  padding: 25px 27px 25px 31px;
  overflow: hidden;
  border: 1px solid rgba(0, 184, 74, 0.22);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 145, 35, 0.11), rgba(12, 138, 223, 0.08));
}

.np-vision-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(var(--np-green-bright), var(--np-blue));
}

.np-vision-panel > span {
  color: var(--np-green-bright);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.np-vision-panel p {
  margin: 11px 0 0;
  color: var(--np-light);
  font-family: var(--np-heading-font);
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.55;
}

/* Contact */
.np-section--contact {
  background:
    radial-gradient(circle at 16% 45%, rgba(0, 145, 35, 0.12), transparent 31%),
    radial-gradient(circle at 88% 30%, rgba(12, 138, 223, 0.1), transparent 31%),
    #03111f;
}

.np-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: 82px;
  align-items: start;
}

.np-contact-copy {
  position: sticky;
  top: calc(var(--np-header-offset) + 34px);
}

.np-contact-email {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 35px;
  padding: 14px 17px;
  border: 1px solid var(--np-line);
  border-radius: 12px;
  background: rgba(7, 28, 45, 0.55);
}

.np-contact-email > span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 9px;
  color: var(--np-white);
  background: var(--np-green);
  font-weight: 800;
}

.np-contact-email small,
.np-contact-email strong {
  display: block;
}

.np-contact-email small {
  color: var(--np-dim);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.np-contact-email strong {
  margin-top: 2px;
  color: var(--np-light);
  font-size: 0.84rem;
}

.np-contact-card {
  padding: 34px;
  border: 1px solid rgba(123, 172, 202, 0.2);
  border-radius: 23px;
  background: linear-gradient(150deg, rgba(10, 33, 52, 0.96), rgba(5, 23, 37, 0.95));
  box-shadow: var(--np-shadow);
}

.np-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.np-contact-form label {
  display: block;
}

.np-contact-form label > span {
  display: block;
  margin-bottom: 8px;
  color: #a9bfcd;
  font-size: 0.72rem;
  font-weight: 650;
}

.np-contact-form em {
  color: var(--np-green-bright);
  font-style: normal;
}

.np-contact-form input,
.np-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(125, 170, 198, 0.22);
  border-radius: 9px;
  outline: 0;
  color: var(--np-white);
  background: rgba(2, 15, 25, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.np-contact-form input {
  height: 49px;
  padding: 0 14px;
}

.np-contact-form textarea {
  min-height: 146px;
  padding: 13px 14px;
  resize: vertical;
}

.np-contact-form input:focus,
.np-contact-form textarea:focus {
  border-color: rgba(0, 184, 74, 0.65);
  background: rgba(3, 20, 32, 0.95);
  box-shadow: 0 0 0 3px rgba(0, 184, 74, 0.09);
}

.np-form-message {
  margin-top: 18px;
}

.np-form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
}

.np-form-submit p {
  max-width: 360px;
  margin: 0;
  color: var(--np-dim);
  font-size: 0.68rem;
  line-height: 1.6;
}

.np-form-submit button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.np-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.np-form-notice {
  margin-bottom: 22px;
  padding: 13px 15px;
  border-radius: 9px;
  font-size: 0.8rem;
}

.np-form-notice--success {
  border: 1px solid rgba(0, 184, 74, 0.35);
  color: #baf3c9;
  background: rgba(0, 145, 35, 0.12);
}

.np-form-notice--error {
  border: 1px solid rgba(255, 99, 99, 0.32);
  color: #ffd0d0;
  background: rgba(155, 38, 38, 0.14);
}

/* Footer */
.np-footer {
  position: relative;
  border-top: 1px solid var(--np-line);
  background: #020d17;
}

.np-footer__main {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 70px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 42px;
}

.np-footer__brand img {
  width: 180px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.np-footer__brand p {
  margin: 14px 0 0;
  color: var(--np-dim);
  font-size: 0.8rem;
}

.np-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: #a4bac8;
  font-size: 0.79rem;
  font-weight: 600;
}

.np-footer__nav a:hover,
.np-footer__nav a:focus-visible {
  color: var(--np-green-bright);
}

.np-footer__social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--np-line);
  border-radius: 9px;
  color: var(--np-white);
  background: rgba(10, 33, 52, 0.65);
  font-weight: 800;
}

.np-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 19px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(135, 177, 205, 0.11);
  color: #5d788b;
  font-size: 0.68rem;
}

.np-footer__bottom > div {
  display: flex;
  gap: 18px;
}

.np-footer__bottom a:hover,
.np-footer__bottom a:focus-visible {
  color: #9fb8c8;
}

/* Reveal motion */
body.np-motion-ready .np-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.np-motion-ready .np-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes np-spin { to { transform: rotate(360deg); } }
@keyframes np-status-pulse { 0% { opacity: 0.8; transform: scale(0.7); } 70%, 100% { opacity: 0; transform: scale(1.7); } }
@keyframes np-flow { to { stroke-dashoffset: -44; } }
@keyframes np-dot-pulse { 0%, 100% { opacity: 0.55; transform: scale(0.75); } 50% { opacity: 1; transform: scale(1.45); } }
@keyframes np-core-ring { 0% { opacity: 0.7; transform: scale(0.72); } 100% { opacity: 0; transform: scale(1.25); } }
@keyframes np-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* Tablet */
@media (max-width: 1080px) {
  .np-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
    gap: 34px;
  }

  .np-pulse-map { height: 500px; }
  .np-pulse-node { width: 150px; padding: 11px 12px; }
  .np-pulse-node--enterprise { bottom: 14%; }
  .np-pulse-node--infra { bottom: 14%; }

  .np-network-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(470px, 1.18fr);
    gap: 42px;
  }

  .np-globe-stage {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  .np-about-layout,
  .np-contact-layout { gap: 52px; }
  .np-about-layout { grid-template-columns: minmax(470px, 1fr) minmax(0, 1fr); }
  .np-contact-layout { grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr); }
}

@media (max-width: 920px) {
  .np-section { padding: 94px 0; }

  .np-hero {
    min-height: auto;
    padding-bottom: 62px;
  }

  .np-hero__layout,
  .np-network-layout,
  .np-about-layout,
  .np-contact-layout {
    grid-template-columns: 1fr;
  }

  .np-hero__layout { gap: 38px; }
  .np-hero__copy { max-width: 780px; }
  .np-pulse-card { width: min(690px, 100%); margin-inline: auto; }
  .np-pulse-map { height: 540px; }

  .np-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .np-segments-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .np-network-layout { gap: 44px; }
  .np-network-summary { order: 1; }
  .np-globe-card { order: 2; width: min(720px, 100%); margin-inline: auto; }
  .np-globe-stage { height: 520px; min-height: 520px; max-height: 520px; }

  .np-about-layout { gap: 52px; }
  .np-edge-card { width: min(700px, 100%); margin-inline: auto; }
  .np-about-copy { max-width: 780px; }

  .np-contact-copy { position: static; }
  .np-contact-card { max-width: 780px; }
}

/* Mobile */
@media (max-width: 700px) {
  :root { --np-header-offset: 82px; }

  .np-shell { width: min(100% - 30px, 1180px); }
  .np-section { padding: 76px 0; }
  .np-section-heading { margin-bottom: 36px; }

  .np-section-heading h2,
  .np-about-copy h2,
  .np-contact-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .np-hero {
    padding-top: calc(var(--np-header-offset) + 38px);
    padding-bottom: 48px;
  }

  .np-hero__copy { padding-top: 8px; }
  .np-eyebrow { align-items: flex-start; font-size: 0.65rem; }
  .np-eyebrow > span { margin-top: 7px; }
  .np-hero h1 { font-size: clamp(2.9rem, 14vw, 4.25rem); }
  .np-hero__tagline span { font-size: clamp(1.35rem, 7vw, 1.8rem); }
  .np-hero__description { font-size: 1rem; }

  .np-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .np-button { width: 100%; }
  .np-hero__signals { display: grid; gap: 10px; }

  .np-pulse-card { padding: 10px; border-radius: 22px; }
  .np-pulse-card__bar > small { display: none; }
  .np-pulse-map { height: 510px; border-radius: 16px; }
  .np-pulse-core { width: 144px; height: 144px; }
  .np-pulse-core__inner { inset: 30px; }
  .np-pulse-node { width: 135px; padding: 10px; }
  .np-pulse-node strong { font-size: 0.72rem; }
  .np-pulse-node span { font-size: 0.57rem; }
  .np-pulse-node--carrier { top: 5%; left: 2%; }
  .np-pulse-node--cloud { top: 5%; right: 2%; }
  .np-pulse-node--enterprise { bottom: 15%; left: 1%; }
  .np-pulse-node--infra { right: 1%; bottom: 15%; }
  .np-pulse-node--global { bottom: 2%; }
  .np-pulse-card__footer { font-size: 0.65rem; }

  .np-services-grid,
  .np-segments-grid,
  .np-form-grid { grid-template-columns: 1fr; }

  .np-service-card { min-height: 340px; padding: 27px; }
  .np-service-card > a { left: 27px; }
  .np-segment { min-height: 220px; }

  .np-stats { border-radius: 14px; }
  .np-stat { min-height: 112px; padding: 21px 20px; }
  .np-stat strong { font-size: 1.78rem; }
  .np-stat span { font-size: 0.65rem; }

  .np-globe-card { padding: 10px; border-radius: 22px; }
  .np-globe-card__header > span { display: none; }
  .np-globe-stage { height: 390px; min-height: 390px; max-height: 390px; border-radius: 16px; }
  .np-globe-card__footer { flex-wrap: wrap; gap: 8px 16px; padding-left: 4px; font-size: 0.66rem; }

  .np-network-features > div { grid-template-columns: 40px 1fr; padding: 17px; }

  .np-edge-card {
    display: grid;
    min-height: 0;
    gap: 10px;
    padding: 24px 18px;
  }

  .np-edge-card::before,
  .np-edge-card::after,
  .np-edge-item::before { display: none; }

  .np-edge-card__grid { opacity: 0.23; }

  .np-edge-card__core,
  .np-edge-item {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .np-edge-card__core {
    height: 156px;
    margin-bottom: 8px;
    border-radius: 16px;
  }

  .np-edge-item {
    padding: 14px 16px;
  }

  .np-contact-card { padding: 24px 19px; border-radius: 19px; }
  .np-form-submit { display: grid; }
  .np-form-submit p { max-width: none; }

  .np-footer__main { grid-template-columns: 1fr; gap: 28px; }
  .np-footer__nav { display: grid; grid-template-columns: repeat(2, max-content); }
  .np-footer__bottom { display: grid; }
}

@media (max-width: 420px) {
  .np-shell { width: min(100% - 24px, 1180px); }
  .np-hero h1 { font-size: 2.72rem; }
  .np-pulse-map { height: 470px; }
  .np-pulse-node { width: 118px; }
  .np-pulse-node span { display: none; }
  .np-pulse-core { width: 128px; height: 128px; }
  .np-pulse-core__inner { inset: 25px; }
  .np-globe-stage { height: 345px; min-height: 345px; max-height: 345px; }
  .np-stat span { font-size: 0.61rem; }
  .np-contact-email { width: 100%; }
  .np-contact-email strong { font-size: 0.77rem; }
}



/* =============================================
   v2.0.0 Singapore About + modal contact form
   ============================================= */
.np-section--about {
  position: relative;
  overflow: hidden;
  padding-top: 112px;
  padding-bottom: 112px;
  background:
    radial-gradient(circle at 18% 54%, rgba(0, 183, 199, 0.08), transparent 34%),
    radial-gradient(circle at 86% 30%, rgba(12, 138, 223, 0.08), transparent 32%),
    linear-gradient(180deg, #03111f 0%, #041522 100%);
}

.np-section--about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(113, 168, 202, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 168, 202, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 28% 54%, #000 0%, transparent 64%);
}

.np-about-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr);
  gap: clamp(54px, 6vw, 94px);
  align-items: center;
}

.np-about-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
}

.np-about-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 20%;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 183, 199, 0.13);
  filter: blur(90px);
}

.np-about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 17, 31, 0.48) 0%, transparent 12%, transparent 82%, rgba(3, 17, 31, 0.62) 100%),
    linear-gradient(180deg, rgba(3, 17, 31, 0.8) 0%, transparent 15%, transparent 82%, rgba(4, 21, 34, 0.72) 100%);
}

.np-about-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: var(--np-about-fit, contain);
  object-position: var(--np-about-position, center center);
  filter: saturate(1.06) contrast(1.02);
}

.np-about-copy {
  max-width: 650px;
}

.np-about-copy .np-kicker {
  margin-bottom: 18px;
  color: var(--np-green-bright);
  letter-spacing: 0.22em;
}

.np-about-copy h2 {
  max-width: 690px;
  margin-bottom: 30px;
  font-size: clamp(3rem, 4.6vw, 5rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.np-about-copy__lead,
.np-about-copy > p {
  max-width: 640px;
  color: #afc0ce;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.72;
}

.np-about-copy__lead {
  margin-bottom: 22px;
}

.np-about-cta {
  width: auto;
  min-width: 190px;
  margin-top: 34px;
}

body.np-modal-open {
  overflow: hidden;
}

.np-contact-modal[hidden] {
  display: none;
}

.np-contact-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.np-contact-modal.is-open {
  opacity: 1;
}

.np-contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 8, 16, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.np-contact-modal__dialog {
  position: relative;
  width: min(900px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  padding: clamp(28px, 4vw, 48px);
  overflow: auto;
  border: 1px solid rgba(104, 170, 207, 0.24);
  border-radius: 26px;
  outline: none;
  background:
    radial-gradient(circle at 90% 8%, rgba(12, 138, 223, 0.14), transparent 32%),
    radial-gradient(circle at 4% 94%, rgba(0, 184, 74, 0.12), transparent 34%),
    linear-gradient(145deg, #081f32 0%, #041522 100%);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.62), inset 0 1px rgba(255, 255, 255, 0.04);
  transform: translateY(18px) scale(0.985);
  transition: transform 180ms ease;
}

.np-contact-modal.is-open .np-contact-modal__dialog {
  transform: translateY(0) scale(1);
}

.np-contact-modal__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(130, 176, 205, 0.24);
  border-radius: 50%;
  color: var(--np-white);
  background: rgba(3, 17, 31, 0.72);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.np-contact-modal__close:hover,
.np-contact-modal__close:focus-visible {
  border-color: rgba(0, 184, 74, 0.7);
  background: rgba(0, 145, 35, 0.2);
  transform: rotate(4deg);
}

.np-contact-modal__header {
  max-width: 720px;
  padding-right: 46px;
}

.np-contact-modal__header .np-kicker {
  color: var(--np-green-bright);
}

.np-contact-modal__header h2 {
  margin: 12px 0 14px;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.np-contact-modal__header > p:last-of-type {
  max-width: 680px;
  margin-bottom: 12px;
  color: var(--np-text);
  line-height: 1.65;
}

.np-contact-modal__email {
  display: inline-block;
  color: #7fd9ec;
  font-weight: 650;
}

.np-contact-modal .np-form-notice {
  margin-top: 24px;
}

.np-contact-modal .np-contact-form {
  margin-top: 30px;
}

.np-contact-modal .np-form-submit .np-button {
  flex: 0 0 auto;
}

@media (max-width: 1080px) {
  .np-about-layout {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
    gap: 48px;
  }

  .np-about-visual {
    min-height: 570px;
  }
}

@media (max-width: 920px) {
  .np-section--about {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .np-about-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .np-about-copy {
    order: 1;
    max-width: 760px;
  }

  .np-about-visual {
    order: 2;
    width: min(720px, 100%);
    min-height: 570px;
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .np-section--about {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .np-about-copy h2 {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
  }

  .np-about-visual {
    min-height: 455px;
  }

  .np-about-cta {
    width: 100%;
  }

  .np-contact-modal {
    align-items: end;
    padding: 0;
  }

  .np-contact-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 16px);
    padding: 30px 18px 24px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
  }

  .np-contact-modal__close {
    top: 14px;
    right: 14px;
  }

  .np-contact-modal__header {
    padding-right: 42px;
  }

  .np-contact-modal .np-form-grid {
    grid-template-columns: 1fr;
  }

  .np-contact-modal .np-form-submit {
    display: grid;
  }
}

@media (max-width: 420px) {
  .np-about-visual {
    min-height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .np-site *,
  .np-site *::before,
  .np-site *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  body.np-motion-ready .np-reveal {
    opacity: 1;
    transform: none;
  }
}

/* =============================================
   v1.2 hero refresh and configurable artwork
   ============================================= */
.np-hero__copy {
  max-width: 620px;
  padding: 18px 0 16px;
}

.np-hero__layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 54px;
  align-items: center;
}

.np-eyebrow {
  max-width: 680px;
  color: #9ad5e9;
}

.np-hero h1 {
  max-width: 620px;
  font-size: clamp(3rem, 5.15vw, 5rem);
  font-weight: 760;
  letter-spacing: -0.058em;
  line-height: 1.02;
}

.np-hero__tagline {
  margin: 38px 0 0;
  perspective: none;
}

.np-hero__tagline span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, var(--np-green-bright) 0%, var(--np-teal) 50%, var(--np-blue) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--np-heading-font);
  font-size: clamp(1.55rem, 2.45vw, 2.35rem);
  font-weight: 780;
  line-height: 1.14;
  letter-spacing: -0.03em;
  text-shadow: none;
  transform: none;
}

.np-hero__tagline span::after {
  display: none;
}

.np-hero__description {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--np-muted);
  font-size: 1.1rem;
  line-height: 1.78;
}

.np-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.np-hero__signals {
  display: none !important;
}

.np-button {
  min-width: 184px;
  border-radius: 10px;
}

.np-button--primary,
.np-button--green-alt {
  color: var(--np-white) !important;
  border: 1px solid rgba(97, 255, 145, 0.18);
  background: linear-gradient(135deg, #14a43f 0%, #1fc44e 100%);
  box-shadow: 0 14px 32px rgba(0, 145, 35, 0.24);
}

.np-button--primary:hover,
.np-button--primary:focus-visible,
.np-button--green-alt:hover,
.np-button--green-alt:focus-visible {
  border-color: rgba(140, 255, 178, 0.28);
  box-shadow: 0 18px 40px rgba(0, 184, 74, 0.3);
}

.np-hero-visual {
  position: relative;
  min-width: 0;
}

.np-hero-visual__frame {
  position: relative;
  min-height: 620px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(124, 173, 205, 0.2);
  border-radius: 30px;
  background: linear-gradient(155deg, rgba(10, 37, 56, 0.86), rgba(3, 18, 31, 0.72));
  box-shadow: var(--np-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.np-hero-visual__frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 184, 74, 0.14), transparent 34%, rgba(12, 138, 223, 0.22));
}

.np-hero-visual__frame picture,
.np-hero-visual__image {
  display: block;
  width: 100%;
  height: 100%;
}

.np-hero-visual__image {
  min-height: 588px;
  border-radius: 22px;
  object-fit: var(--np-hero-fit, contain);
  object-position: var(--np-hero-position, center right);
  filter: saturate(1.05) contrast(1.02);
}

@media (max-width: 1080px) {
  .np-hero__layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 34px;
  }

  .np-hero-visual__frame {
    min-height: 560px;
  }

  .np-hero-visual__image {
    min-height: 528px;
  }
}

@media (max-width: 920px) {
  .np-hero__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .np-hero__copy {
    max-width: 760px;
  }

  .np-hero-visual {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .np-hero-visual__frame {
    min-height: 520px;
  }

  .np-hero-visual__image {
    min-height: 488px;
  }
}

@media (max-width: 700px) {
  .np-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .np-hero__tagline {
    margin-top: 28px;
  }

  .np-hero__tagline span {
    font-size: clamp(1.55rem, 7.4vw, 2rem);
  }

  .np-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .np-hero-visual__frame {
    min-height: auto;
    padding: 12px;
    border-radius: 24px;
  }

  .np-hero-visual__image {
    min-height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }
}

/* =============================================
   v1.3 art-directed hero: approved mockup layout
   ============================================= */
.np-hero {
  min-height: 790px;
  padding: calc(var(--np-header-offset) + 28px) 0 54px;
  background:
    radial-gradient(circle at 24% 22%, rgba(0, 145, 35, 0.09), transparent 30%),
    radial-gradient(circle at 80% 38%, rgba(12, 138, 223, 0.08), transparent 34%),
    linear-gradient(120deg, #020b15 0%, #03111f 48%, #041523 100%);
}

.np-hero::after {
  height: 110px;
}

.np-hero .np-shell {
  width: min(1360px, calc(100% - 64px));
}

.np-hero__grid-lines {
  opacity: 0.16;
}

.np-hero__layout {
  position: relative;
  display: block;
  min-height: 690px;
}

.np-hero__copy {
  position: relative;
  z-index: 5;
  width: 54%;
  max-width: 740px;
  padding: 76px 0 30px;
}

.np-eyebrow {
  max-width: 680px;
  margin-bottom: 28px;
  color: #9ad5e9;
  font-size: 0.76rem;
  letter-spacing: 0.17em;
}

.np-hero h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(3.35rem, 4.35vw, 4.45rem);
  font-weight: 720;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.np-hero__tagline {
  margin-top: 36px;
}

.np-hero__tagline span {
  font-size: clamp(1.75rem, 2.55vw, 2.4rem);
  font-weight: 690;
  letter-spacing: -0.032em;
  background: linear-gradient(90deg, #00b84a 0%, #00b7c7 54%, #0c8adf 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.np-hero__description {
  max-width: 620px;
  margin-top: 30px;
  color: #bccbd6;
  font-size: 1.08rem;
  line-height: 1.82;
}

.np-hero__actions {
  gap: 20px;
  margin-top: 42px;
}

.np-hero__actions .np-button {
  min-width: 190px;
  min-height: 54px;
  padding: 15px 26px;
  border-radius: 8px;
}

.np-hero-visual {
  position: absolute;
  top: 8px;
  right: -5%;
  bottom: -22px;
  z-index: 1;
  width: 72%;
  min-width: 0;
  pointer-events: none;
}

.np-hero-visual__frame {
  position: absolute;
  inset: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.np-hero-visual__frame::before {
  display: none;
}

.np-hero-visual__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(3, 17, 31, var(--np-hero-overlay, 0.24)) 0%,
    rgba(3, 17, 31, 0.12) 17%,
    transparent 43%
  );
  pointer-events: none;
}

.np-hero-visual__frame picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.np-hero-visual__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  object-fit: var(--np-hero-fit, cover);
  object-position: var(--np-hero-position, center center);
  filter: saturate(1.08) contrast(1.03);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 10%, #000 23%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 10%, #000 23%, #000 100%);
}

@media (max-width: 1180px) {
  .np-hero .np-shell {
    width: min(1120px, calc(100% - 48px));
  }

  .np-hero__copy {
    width: 55%;
    padding-top: 62px;
  }

  .np-hero h1 {
    font-size: clamp(3rem, 4.8vw, 4rem);
  }

  .np-hero-visual {
    right: -8%;
    width: 74%;
  }
}

@media (max-width: 920px) {
  .np-hero {
    min-height: auto;
    padding-bottom: 68px;
  }

  .np-hero .np-shell {
    width: min(100% - 36px, 820px);
  }

  .np-hero__layout {
    min-height: 0;
  }

  .np-hero__copy {
    width: 100%;
    max-width: 760px;
    padding: 44px 0 24px;
  }

  .np-hero h1 {
    max-width: 720px;
    font-size: clamp(3rem, 8vw, 4.2rem);
  }

  .np-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 520px;
    margin: 18px auto 0;
  }

  .np-hero-visual__frame {
    position: relative;
    height: 100%;
  }

  .np-hero-visual__frame::after {
    background: linear-gradient(180deg, rgba(3, 17, 31, 0.18), transparent 24%);
  }

  .np-hero-visual__image {
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 92%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 92%, transparent 100%);
  }
}

@media (max-width: 700px) {
  .np-hero .np-shell {
    width: min(100% - 28px, 680px);
  }

  .np-hero__copy {
    padding-top: 32px;
  }

  .np-eyebrow {
    margin-bottom: 22px;
    font-size: 0.63rem;
  }

  .np-hero h1 {
    font-size: clamp(2.55rem, 12.5vw, 3.7rem);
    line-height: 1.06;
  }

  .np-hero__tagline {
    margin-top: 28px;
  }

  .np-hero__tagline span {
    font-size: clamp(1.5rem, 7.3vw, 2rem);
  }

  .np-hero__description {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.75;
  }

  .np-hero__actions {
    gap: 12px;
    margin-top: 32px;
  }

  .np-hero-visual {
    height: 390px;
    margin-top: 8px;
  }
}

@media (max-width: 420px) {
  .np-hero h1 {
    font-size: 2.5rem;
  }

  .np-hero-visual {
    height: 330px;
  }
}

.np-hero h1 > span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .np-hero h1 > span {
    white-space: normal;
  }
}

/* =============================================
   v1.3.1 hero spacing and colour integration
   ============================================= */
:root {
  --np-dark: #020d1a;
}

body.netpulse-homepage-active,
body.netpulse-homepage-active #masthead.site-header,
body.netpulse-homepage-active #masthead .site-main-header-wrap,
body.netpulse-homepage-active #masthead .site-header-row-container-inner,
body.netpulse-homepage-active #masthead .site-header-section,
body.netpulse-homepage-active #masthead .site-header-row {
  background: rgba(2, 13, 26, 0.96) !important;
}

body.netpulse-homepage-active #masthead .site-header-row-container-inner,
body.netpulse-homepage-active #masthead .site-main-header-inner-wrap {
  min-height: 82px !important;
}

body.netpulse-homepage-active #masthead .site-branding,
body.netpulse-homepage-active #masthead .site-branding a,
body.netpulse-homepage-active #masthead .site-branding .brand {
  min-height: 0 !important;
}

body.netpulse-homepage-active #masthead .custom-logo,
body.netpulse-homepage-active #masthead .site-branding img,
body.netpulse-homepage-active #masthead .brand img {
  width: auto !important;
  max-width: 200px !important;
  max-height: 58px !important;
  object-fit: contain;
}

.np-hero {
  min-height: 730px;
  padding: calc(var(--np-header-offset) + 8px) 0 48px;
  background:
    radial-gradient(circle at 76% 38%, rgba(12, 138, 223, 0.075), transparent 34%),
    radial-gradient(circle at 56% 48%, rgba(0, 145, 35, 0.035), transparent 28%),
    #020d1a;
}

.np-hero::after {
  height: 96px;
  background: linear-gradient(to bottom, transparent, rgba(2, 13, 26, 0.98));
}

.np-hero__layout {
  min-height: 650px;
}

.np-hero__copy {
  padding: 22px 0 30px;
}

.np-eyebrow {
  margin-bottom: 26px;
}

.np-hero__actions .np-button,
.np-button--primary,
.np-button--green-alt {
  border-color: rgba(0, 184, 74, 0.3);
  background: #009123;
  box-shadow: 0 14px 32px rgba(0, 145, 35, 0.22);
}

.np-hero__actions .np-button:hover,
.np-hero__actions .np-button:focus-visible,
.np-button--primary:hover,
.np-button--primary:focus-visible,
.np-button--green-alt:hover,
.np-button--green-alt:focus-visible {
  border-color: rgba(97, 255, 145, 0.42);
  background: #00b84a;
  box-shadow: 0 18px 40px rgba(0, 184, 74, 0.3);
}

.np-hero-visual {
  top: -6px;
  bottom: -12px;
}

.np-hero-visual__frame::after {
  background:
    linear-gradient(
      90deg,
      #020d1a 0%,
      rgba(2, 13, 26, 0.86) 8%,
      rgba(2, 13, 26, 0.34) 24%,
      transparent 44%
    ),
    linear-gradient(
      180deg,
      rgba(2, 13, 26, 0.68) 0%,
      transparent 11%,
      transparent 88%,
      rgba(2, 13, 26, 0.76) 100%
    );
}

.np-hero-visual__image {
  filter: saturate(1.02) contrast(1.02) brightness(0.96);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.32) 9%, #000 28%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.32) 9%, #000 28%, #000 100%);
}

@media (max-width: 1180px) {
  .np-hero__copy {
    padding-top: 18px;
  }
}

@media (max-width: 920px) {
  .np-hero {
    padding-top: calc(var(--np-header-offset) + 12px);
  }

  .np-hero__copy {
    padding-top: 20px;
  }

  .np-hero-visual__frame::after {
    background:
      linear-gradient(180deg, rgba(2, 13, 26, 0.58) 0%, transparent 14%, transparent 88%, rgba(2, 13, 26, 0.72) 100%);
  }
}

@media (max-width: 700px) {
  body.netpulse-homepage-active #masthead .site-header-row-container-inner,
  body.netpulse-homepage-active #masthead .site-main-header-inner-wrap {
    min-height: 74px !important;
  }

  body.netpulse-homepage-active #masthead .custom-logo,
  body.netpulse-homepage-active #masthead .site-branding img,
  body.netpulse-homepage-active #masthead .brand img {
    max-height: 50px !important;
  }

  .np-hero {
    padding-top: calc(var(--np-header-offset) + 4px);
  }

  .np-hero__copy {
    padding-top: 16px;
  }
}

/* =============================================
   v1.4 services refresh
   ============================================= */
.np-section--services {
  padding-top: 74px;
  padding-bottom: 108px;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 145, 35, 0.055), transparent 28%),
    linear-gradient(180deg, #020d1a 0%, #041522 100%);
}

/* Match services section width to the art-directed hero section width. */
.np-section--services .np-shell {
  width: min(1360px, calc(100% - 64px));
}

.np-section--services::before {
  display: none;
}

.np-section-heading--services {
  max-width: 760px;
  margin-bottom: 48px;
}

.np-section-heading--services h2 {
  max-width: 690px;
}

.np-section-heading--services > p:last-child {
  max-width: 760px;
  margin-top: 22px;
}

.np-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.np-service-card {
  display: flex;
  min-width: 0;
  min-height: 520px;
  padding: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(12, 138, 223, 0.28);
  border-left-color: rgba(0, 184, 74, 0.34);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(6, 27, 43, 0.98), rgba(2, 15, 27, 0.98));
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.2);
}

.np-service-card::before {
  display: none;
}

.np-service-card:hover {
  border-color: rgba(12, 138, 223, 0.5);
  border-left-color: rgba(0, 184, 74, 0.52);
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.np-service-card__art {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 7 / 6;
  overflow: hidden;
  background: #020d1a;
}

.np-service-card__art::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(to bottom, transparent, rgba(2, 13, 26, 0.98));
  pointer-events: none;
}

.np-service-card__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.np-service-card:hover .np-service-card__art img {
  transform: scale(1.035);
}

.np-service-card__body {
  display: flex;
  min-height: 245px;
  padding: 24px 25px 28px;
  flex: 1 1 auto;
  flex-direction: column;
}

.np-service-card__body::before {
  content: "";
  width: 62px;
  height: 2px;
  margin-bottom: 19px;
  background: linear-gradient(90deg, var(--np-green-bright), var(--np-blue));
  box-shadow: 0 0 16px rgba(0, 183, 199, 0.24);
}

.np-service-card h3 {
  margin: 0;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: clamp(1.25rem, 1.55vw, 1.55rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.np-service-card__body > p {
  margin: 18px 0 0;
  color: var(--np-muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

/* Who We Connect now lives inside Global Network Reach. */
.np-network-audiences {
  margin-top: 76px;
  padding-top: 62px;
  border-top: 1px solid var(--np-line);
}

.np-network-audiences__heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.np-network-audiences__heading .np-kicker {
  margin-bottom: 14px;
}

.np-network-audiences__heading h3 {
  margin: 0;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 720;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.np-network-audiences .np-segments-grid {
  border-top-color: rgba(135, 177, 205, 0.16);
  border-left-color: rgba(135, 177, 205, 0.16);
}

.np-network-audiences .np-segment {
  min-height: 220px;
  background: rgba(4, 23, 38, 0.52);
}

.np-network-audiences .np-segment h4 {
  margin: 0;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: 1.04rem;
  font-weight: 680;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .np-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .np-service-card {
    min-height: 500px;
  }

  .np-service-card__art {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 700px) {
  .np-section--services {
    padding-top: 58px;
    padding-bottom: 78px;
  }

  .np-section-heading--services {
    margin-bottom: 34px;
  }

  .np-services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .np-service-card {
    min-height: 0;
  }

  .np-service-card__art {
    aspect-ratio: 16 / 10;
  }

  .np-service-card__body {
    min-height: 0;
    padding: 23px 23px 27px;
  }

  .np-network-audiences {
    margin-top: 56px;
    padding-top: 46px;
  }
}


/* =============================================
   v1.4.2 alignment + tighter hero/services spacing
   ============================================= */
.np-hero {
  padding-bottom: 28px;
}

.np-section--services {
  margin-top: -6px;
  padding-top: 38px;
}

/* Keep the services content on the exact same shell width system as the hero. */
.np-section--services .np-shell {
  width: min(1360px, calc(100% - 64px));
}

@media (max-width: 1180px) {
  .np-section--services .np-shell {
    width: min(1120px, calc(100% - 48px));
  }

  .np-section--services {
    padding-top: 34px;
  }
}

@media (max-width: 920px) {
  .np-section--services .np-shell {
    width: min(100% - 36px, 820px);
  }

  .np-hero {
    padding-bottom: 40px;
  }

  .np-section--services {
    margin-top: 0;
    padding-top: 26px;
  }
}

@media (max-width: 700px) {
  .np-section--services .np-shell {
    width: min(100% - 28px, 680px);
  }

  .np-section--services {
    padding-top: 18px;
  }
}


/* =============================================
   v1.5.0 network refresh + section alignment
   ============================================= */
.np-hero {
  padding-bottom: 44px;
}

.np-section--services {
  margin-top: 0;
  padding-top: 56px;
}

.np-section--services .np-shell,
.np-section--network .np-shell,
.np-section--about .np-shell,
.np-section--contact .np-shell,
.np-footer .np-shell {
  width: min(1360px, calc(100% - 64px));
}

.np-section--network {
  padding-top: 108px;
  background:
    radial-gradient(circle at 82% 34%, rgba(12, 138, 223, 0.1), transparent 28%),
    radial-gradient(circle at 16% 18%, rgba(0, 145, 35, 0.08), transparent 26%),
    linear-gradient(180deg, #041522 0%, #03111f 100%);
}

.np-network-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.np-stats {
  border-color: rgba(122, 174, 206, 0.18);
  background: rgba(7, 28, 45, 0.62);
}

.np-stat strong {
  background: linear-gradient(135deg, #ffffff 0%, #d9eefc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.np-network-features {
  margin-top: 28px;
}

.np-globe-wrap {
  min-width: 0;
}

.np-globe-stage {
  height: 560px;
  min-height: 560px;
  max-height: 560px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: radial-gradient(circle at 50% 46%, rgba(10, 72, 118, 0.16), transparent 34%);
}

.np-globe-stage::before {
  display: none;
}

.np-globe-stage > div,
.np-globe-stage canvas {
  overflow: visible !important;
}

.np-globe-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 14px;
  color: var(--np-dim);
  font-size: 0.74rem;
}

.np-globe-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.np-key--white {
  background: #ffffff;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.72);
}

.np-globe-pin {
  width: 28px;
  height: 28px;
  box-shadow: 0 0 0 4px rgba(0, 184, 74, 0.16), 0 0 18px rgba(0, 184, 74, 0.65);
}

.np-globe-pin::after {
  inset: 4px;
  background: #effbf3;
}

.np-globe-pin__flag {
  position: absolute;
  inset: 4px;
  display: grid;
  place-items: center;
  font-size: 13px;
  line-height: 1;
  transform: rotate(45deg);
  z-index: 2;
}

.np-globe-pin__label {
  bottom: 36px;
  left: 50%;
}

.np-network-audiences {
  margin-top: 68px;
  padding-top: 0;
  border-top: 0;
}

.np-network-audiences__heading {
  max-width: 880px;
  margin-bottom: 30px;
}

.np-network-audiences__heading h3 {
  display: inline-block;
  background: linear-gradient(90deg, var(--np-green-bright) 0%, var(--np-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.np-network-audiences .np-segment {
  min-height: 205px;
  background: rgba(4, 23, 38, 0.42);
}

@media (max-width: 1180px) {
  .np-section--services .np-shell,
  .np-section--network .np-shell,
  .np-section--about .np-shell,
  .np-section--contact .np-shell,
  .np-footer .np-shell {
    width: min(1120px, calc(100% - 48px));
  }

  .np-network-layout {
    gap: 44px;
  }

  .np-globe-stage {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }
}

@media (max-width: 920px) {
  .np-section--services .np-shell,
  .np-section--network .np-shell,
  .np-section--about .np-shell,
  .np-section--contact .np-shell,
  .np-footer .np-shell {
    width: min(100% - 36px, 820px);
  }

  .np-hero {
    padding-bottom: 40px;
  }

  .np-section--services {
    padding-top: 44px;
  }

  .np-network-layout {
    grid-template-columns: 1fr;
  }

  .np-globe-stage {
    height: 450px;
    min-height: 450px;
    max-height: 450px;
  }

  .np-network-audiences {
    margin-top: 54px;
  }
}

@media (max-width: 700px) {
  .np-section--services .np-shell,
  .np-section--network .np-shell,
  .np-section--about .np-shell,
  .np-section--contact .np-shell,
  .np-footer .np-shell {
    width: min(100% - 28px, 680px);
  }

  .np-section--services {
    padding-top: 32px;
  }

  .np-section--network {
    padding-top: 88px;
  }

  .np-globe-stage {
    height: 370px;
    min-height: 370px;
    max-height: 370px;
  }

  .np-globe-pin {
    width: 24px;
    height: 24px;
  }

  .np-globe-pin__flag {
    font-size: 11px;
  }
}


/* =============================================
   v1.5.1 network behaviour fixes
   ============================================= */
.np-network-summary .np-network-note {
  max-width: 520px;
  margin-top: 22px;
}

.np-network-layout {
  align-items: start;
}

.np-globe-wrap {
  align-self: center;
}

.np-globe-stage {
  filter: drop-shadow(0 28px 58px rgba(0, 0, 0, 0.22));
}

.np-countup {
  min-width: 3.2ch;
  font-variant-numeric: tabular-nums;
}

@media (min-width: 921px) {
  .np-network-summary {
    padding-top: 26px;
  }
}


/* =============================================
   v1.6.0 exact network composition
   ============================================= */
.np-section--network {
  padding: 104px 0 112px;
  background:
    radial-gradient(circle at 78% 40%, rgba(12, 138, 223, 0.09), transparent 30%),
    linear-gradient(180deg, #020d1a 0%, #03111f 100%);
}

.np-network-composition {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(520px, 1.02fr);
  gap: 34px;
  align-items: center;
}

.np-network-left {
  min-width: 0;
}

.np-section-heading--network {
  max-width: 640px;
  margin-bottom: 36px;
}

.np-section-heading--network h2 {
  font-size: clamp(2.75rem, 4.15vw, 4.55rem);
  line-height: 0.98;
}

.np-section-heading--network > p:last-child {
  max-width: 620px;
  margin-top: 28px;
  font-size: 1rem;
  line-height: 1.72;
}

.np-stats--network {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.np-stats--network .np-stat {
  min-height: 132px;
  padding: 24px 18px 22px;
  border: 1px solid rgba(125, 174, 207, 0.26) !important;
  border-radius: 11px;
  background: linear-gradient(155deg, rgba(7, 28, 45, 0.78), rgba(3, 17, 31, 0.78));
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
}

.np-stats--network .np-stat strong {
  font-size: clamp(2.15rem, 3vw, 3.1rem);
  line-height: 1;
}

.np-stats--network .np-stat span {
  max-width: 150px;
  margin: 13px auto 0;
  color: #9cb2c1;
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  line-height: 1.55;
}

.np-stats--network .np-stat:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 48%;
  bottom: -2px;
  left: 48%;
  height: 2px;
  border-radius: 99px;
  background: var(--np-green-bright);
  box-shadow: 0 0 13px rgba(0, 184, 74, 0.8);
}

.np-network-audiences {
  margin-top: 34px;
  padding-top: 0;
  border-top: 0;
}

.np-network-audiences__heading {
  max-width: 720px;
  margin-bottom: 18px;
}

.np-network-audiences__heading h3 {
  display: block;
  margin: 0;
  color: var(--np-white);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1.08;
}

.np-network-audiences .np-segments-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  border: 0;
}

.np-network-audiences .np-segment {
  display: flex;
  min-height: 232px;
  padding: 18px 15px 14px;
  flex-direction: column;
  border: 1px solid rgba(125, 174, 207, 0.24);
  border-radius: 8px;
  background: rgba(4, 23, 38, 0.44);
}

.np-network-audiences .np-segment > span {
  width: 22px;
  height: 2px;
  margin-bottom: 24px;
}

.np-network-audiences .np-segment h4 {
  font-size: 0.84rem;
  line-height: 1.25;
}

.np-network-audiences .np-segment p {
  margin-top: 12px;
  color: #91a9b9;
  font-size: 0.72rem;
  line-height: 1.65;
}

.np-segment__icon {
  width: 44px;
  height: 44px;
  margin-top: auto;
  color: #48c9ff;
}

.np-segment__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(0, 183, 199, 0.28));
}

.np-segment:nth-child(1) .np-segment__icon,
.np-segment:nth-child(4) .np-segment__icon {
  color: var(--np-green-bright);
}

.np-globe-wrap {
  min-width: 0;
  align-self: center;
}

.np-globe-stage {
  width: 100%;
  height: 660px;
  min-height: 660px;
  max-height: 660px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: radial-gradient(circle at 50% 48%, rgba(12, 138, 223, 0.11), transparent 43%);
  filter: drop-shadow(0 28px 72px rgba(0, 0, 0, 0.3));
}

.np-globe-stage::before {
  display: none;
}

.np-globe-stage > div,
.np-globe-stage canvas {
  overflow: visible !important;
}

.np-globe-legend {
  display: flex;
  justify-content: center;
  margin-top: -18px;
  color: #839aaa;
  font-size: 0.72rem;
}

.np-route-key {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 2px;
  margin-right: 7px;
  background: repeating-linear-gradient(90deg, #fff 0 8px, transparent 8px 13px);
  filter: drop-shadow(0 0 5px rgba(255,255,255,0.7));
}

.np-route-key::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px rgba(255,255,255,0.9);
}

.np-globe-pin {
  width: 30px;
  height: 30px;
  background: #00b84a;
  box-shadow: 0 0 0 4px rgba(0,184,74,0.16), 0 0 20px rgba(0,184,74,0.75);
}

.np-globe-pin::after {
  inset: 4px;
  background: #f4fff7;
}

.np-globe-pin__flag {
  inset: 4px;
  font-size: 14px;
}

.np-globe-pin:hover,
.np-globe-pin:focus-visible {
  transform: rotate(-45deg) scale(1.12);
}

.np-countup {
  min-width: 3.2ch;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1180px) {
  .np-network-composition {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.96fr);
    gap: 24px;
  }

  .np-network-audiences .np-segments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .np-network-audiences .np-segment {
    min-height: 190px;
  }

  .np-globe-stage {
    height: 580px;
    min-height: 580px;
    max-height: 580px;
  }
}

@media (max-width: 920px) {
  .np-network-composition {
    grid-template-columns: 1fr;
  }

  .np-globe-wrap {
    order: 2;
  }

  .np-globe-stage {
    height: 560px;
    min-height: 560px;
    max-height: 560px;
  }
}

@media (max-width: 700px) {
  .np-section--network {
    padding: 82px 0 88px;
  }

  .np-section-heading--network h2 {
    font-size: clamp(2.45rem, 11vw, 3.5rem);
  }

  .np-stats--network {
    grid-template-columns: 1fr;
  }

  .np-stats--network .np-stat {
    min-height: 110px;
  }

  .np-network-audiences .np-segments-grid {
    grid-template-columns: 1fr;
  }

  .np-network-audiences .np-segment {
    min-height: 175px;
  }

  .np-globe-stage {
    height: 410px;
    min-height: 410px;
    max-height: 410px;
  }

  .np-globe-pin {
    width: 25px;
    height: 25px;
  }

  .np-globe-pin__flag {
    font-size: 11px;
  }
}

/* =============================================
   v1.7.0 network controls, icons and settings
   ============================================= */
.np-section-heading--network h2 span {
  display: block;
}

.np-globe-pin {
  pointer-events: none;
  cursor: default;
}

.np-globe-pin__label {
  display: none !important;
}

.np-globe-pin:hover,
.np-globe-pin:focus-visible {
  transform: rotate(-45deg);
}

.np-route-key {
  height: 1px;
  opacity: 0.68;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.82) 0 6px, transparent 6px 11px);
  filter: drop-shadow(0 0 3px rgba(255,255,255,0.45));
}

.np-route-key::after {
  top: -1.5px;
  width: 4px;
  height: 4px;
  opacity: 0.72;
  box-shadow: 0 0 5px rgba(255,255,255,0.55);
}

.np-network-audiences .np-segment {
  min-height: 258px;
  overflow: visible;
  padding-bottom: 20px;
}

.np-segment__icon {
  width: 62px;
  height: 62px;
  margin-top: 18px;
  flex: 0 0 62px;
  overflow: visible;
}

.np-segment__icon svg,
.np-segment__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: visible;
}

.np-segment__icon img {
  filter: drop-shadow(0 0 9px rgba(0, 183, 199, 0.26));
}

.np-countup {
  display: inline-block;
  min-width: 4ch;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1180px) {
  .np-network-audiences .np-segment {
    min-height: 230px;
  }
}

@media (max-width: 700px) {
  .np-network-audiences .np-segment {
    min-height: 210px;
  }
}


/* =============================================
   v1.8.0 looping counters, configurable routes and audience artwork
   ============================================= */
.np-network-audiences .np-segments-grid {
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.np-network-audiences .np-segment {
  display: grid;
  min-height: 292px;
  height: 100%;
  padding: 18px 15px 14px;
  grid-template-rows: 2px minmax(42px, auto) 1fr 88px;
  align-content: stretch;
}

.np-network-audiences .np-segment > span {
  margin-bottom: 0;
}

.np-network-audiences .np-segment h4 {
  min-height: 42px;
  margin-top: 22px;
  align-self: start;
}

.np-network-audiences .np-segment p {
  margin-top: 12px;
  align-self: start;
}

.np-segment__icon {
  position: relative;
  display: grid;
  width: 100%;
  height: 88px;
  margin-top: 0;
  flex: none;
  place-items: end center;
  overflow: visible;
  border-top: 1px solid rgba(120, 174, 207, 0.11);
  background: radial-gradient(circle at 50% 100%, rgba(12, 138, 223, 0.12), transparent 62%);
}

.np-segment__icon svg,
.np-segment__icon img {
  width: 100%;
  height: 82px;
  object-fit: contain;
  object-position: center bottom;
}

.np-audience-svg {
  overflow: visible;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  filter: drop-shadow(0 0 8px rgba(0, 183, 199, 0.2));
}

.np-audience-svg .np-icon-green {
  stroke: #00b84a;
}

.np-audience-svg .np-icon-blue {
  stroke: #0c8adf;
}

.np-audience-svg .np-icon-teal {
  stroke: #00b7c7;
}

.np-audience-svg .np-icon-node {
  fill: #dff7ff;
  stroke: #00b7c7;
}

.np-route-key {
  opacity: 0.58;
}

@media (max-width: 1180px) {
  .np-network-audiences .np-segment {
    min-height: 276px;
  }
}

@media (max-width: 700px) {
  .np-network-audiences .np-segment {
    min-height: 258px;
  }
}


/* =============================================
   v1.9.0 fuller route mesh + visual audience cards
   ============================================= */
.np-network-audiences .np-segments-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  border: 0;
}

.np-network-audiences .np-segment {
  display: flex;
  min-width: 0;
  min-height: 350px;
  height: 100%;
  padding: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(117, 174, 207, 0.26);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(6, 27, 43, 0.98), rgba(2, 15, 27, 0.98));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.np-network-audiences .np-segment:hover {
  border-color: rgba(12, 138, 223, 0.46);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.27);
  transform: translateY(-4px);
}

.np-network-audiences .np-segment > span,
.np-segment__icon {
  display: none !important;
}

.np-segment__art {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #020d1a;
}

.np-segment__art::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32%;
  background: linear-gradient(to bottom, transparent, rgba(2, 13, 26, 0.94));
  pointer-events: none;
}

.np-segment__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.np-network-audiences .np-segment:hover .np-segment__art img {
  transform: scale(1.035);
}

.np-segment__body {
  display: flex;
  min-height: 190px;
  padding: 18px 15px 16px;
  flex: 1 1 auto;
  flex-direction: column;
  border-top: 1px solid rgba(120, 174, 207, 0.1);
}

.np-network-audiences .np-segment h4 {
  min-height: 0;
  margin: 0;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.28;
}

.np-network-audiences .np-segment p {
  margin: 11px 0 0;
  color: #91a9b9;
  font-size: 0.72rem;
  line-height: 1.62;
}

.np-segment__arrow {
  display: inline-flex;
  width: 30px;
  height: 22px;
  margin-top: auto;
  align-items: center;
  color: var(--np-green-bright);
  font-size: 1.25rem;
  line-height: 1;
  filter: drop-shadow(0 0 6px rgba(0, 184, 74, 0.34));
}

/* Clean static flag markers: no pulsing or blinking effects. */
.np-globe-pin {
  width: 25px;
  height: 25px;
  border: 2px solid #00b84a;
  border-radius: 50%;
  background: #f5fff8;
  box-shadow: 0 0 8px rgba(0, 184, 74, 0.42);
  transform: none;
  pointer-events: none;
}

.np-globe-pin::after {
  display: none;
}

.np-globe-pin__flag {
  position: absolute;
  inset: 1px;
  display: grid;
  place-items: center;
  font-size: 14px;
  line-height: 1;
  transform: none;
}

.np-globe-pin:hover,
.np-globe-pin:focus-visible {
  transform: none;
}

.np-route-key {
  height: 1px;
  opacity: 0.72;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.88) 0 6px, transparent 6px 11px);
  filter: drop-shadow(0 0 2px rgba(255,255,255,0.36));
}

.np-route-key::after {
  display: none;
}

@media (max-width: 1180px) {
  .np-network-audiences .np-segments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .np-network-audiences .np-segment {
    min-height: 340px;
  }
}

@media (max-width: 700px) {
  .np-network-audiences .np-segments-grid {
    grid-template-columns: 1fr;
  }

  .np-network-audiences .np-segment {
    min-height: 0;
  }

  .np-segment__art {
    aspect-ratio: 16 / 9;
  }

  .np-segment__body {
    min-height: 170px;
    padding: 20px 19px 18px;
  }

  .np-globe-pin {
    width: 22px;
    height: 22px;
  }

  .np-globe-pin__flag {
    font-size: 12px;
  }
}

/* =============================================
   v2.0.1 responsive ordering, artwork blending,
   inline contact section and footer refinements
   ============================================= */

/* Keep desktop content deliberately centred while section backgrounds stay full width. */
.np-section--services .np-shell,
.np-section--network .np-shell,
.np-section--about .np-shell,
.np-section--contact .np-shell,
.np-footer .np-shell {
  width: min(calc(100% - 48px), 1360px);
}

/* Hero content is split internally so mobile can place the artwork between the tagline and copy. */
.np-hero__intro,
.np-hero__details {
  max-width: 640px;
}

.np-hero__details {
  margin-top: 28px;
}

/* Feather image edges into the live page background instead of showing a rectangular image tone. */
.np-hero-visual__frame picture {
  -webkit-mask-image: radial-gradient(ellipse 96% 92% at 50% 50%, #000 54%, rgba(0, 0, 0, 0.94) 70%, transparent 100%);
  mask-image: radial-gradient(ellipse 96% 92% at 50% 50%, #000 54%, rgba(0, 0, 0, 0.94) 70%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.np-hero-visual__frame::after {
  background:
    linear-gradient(90deg, #020d1a 0%, rgba(2, 13, 26, 0.3) 14%, transparent 34%, transparent 70%, rgba(2, 13, 26, 0.34) 88%, #020d1a 100%),
    linear-gradient(180deg, #020d1a 0%, transparent 18%, transparent 78%, #020d1a 100%);
  opacity: 0.74;
}

/* Desktop network remains a two-column composition. Audience cards stay below the summary. */
.np-network-composition {
  grid-template-areas:
    "summary globe"
    "audiences globe";
  align-items: start;
}

.np-network-summary-v201 {
  grid-area: summary;
  min-width: 0;
}

.np-network-audiences {
  grid-area: audiences;
  min-width: 0;
}

.np-globe-wrap {
  grid-area: globe;
  align-self: center;
}

.np-globe-stage {
  background:
    radial-gradient(circle at 50% 48%, rgba(12, 138, 223, 0.065), rgba(2, 13, 26, 0.02) 43%, transparent 67%);
  filter: drop-shadow(0 28px 66px rgba(0, 0, 0, 0.24));
}

/* Blend the Singapore illustration into the About section. */
.np-about-visual {
  background: transparent;
}

.np-about-visual img {
  -webkit-mask-image: radial-gradient(ellipse 96% 91% at 50% 50%, #000 55%, rgba(0, 0, 0, 0.92) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 96% 91% at 50% 50%, #000 55%, rgba(0, 0, 0, 0.92) 72%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.np-about-visual::after {
  background:
    linear-gradient(90deg, rgba(3, 17, 31, 0.76) 0%, transparent 18%, transparent 80%, rgba(3, 17, 31, 0.7) 100%),
    linear-gradient(180deg, rgba(3, 17, 31, 0.88) 0%, transparent 17%, transparent 80%, rgba(4, 21, 34, 0.86) 100%);
}

.np-about-copy__body {
  max-width: 640px;
  margin: 0;
  color: #afc0ce;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.72;
}

/* Expandable inline Contact section. */
.np-contact-panel[hidden] {
  display: none !important;
}

.np-contact-panel {
  position: relative;
  padding: 94px 0 104px;
  overflow: hidden;
  border-top: 1px solid rgba(111, 169, 204, 0.15);
  opacity: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(0, 145, 35, 0.13), transparent 34%),
    radial-gradient(circle at 88% 28%, rgba(12, 138, 223, 0.1), transparent 32%),
    linear-gradient(180deg, #03111f 0%, #041522 100%);
  transition: opacity 180ms ease;
}

.np-contact-panel.is-open {
  opacity: 1;
}

.np-contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(113, 168, 202, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 168, 202, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 18% 25%, #000 0%, transparent 66%);
}

.np-contact-panel__bar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.np-contact-panel__close {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(130, 176, 205, 0.25);
  border-radius: 999px;
  color: #9eb5c4;
  background: rgba(3, 17, 31, 0.62);
  font: inherit;
  font-size: 0.72rem;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.np-contact-panel__close span {
  color: var(--np-green-bright);
  font-size: 1.05rem;
  line-height: 1;
}

.np-contact-panel__close:hover,
.np-contact-panel__close:focus-visible {
  border-color: rgba(0, 184, 74, 0.6);
  color: var(--np-white);
  background: rgba(0, 145, 35, 0.12);
}

.np-contact-panel .np-contact-layout {
  position: relative;
  z-index: 1;
}

.np-contact-panel .np-contact-copy h2 {
  margin: 13px 0 20px;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.np-contact-panel .np-contact-copy > p:last-of-type {
  max-width: 520px;
  color: var(--np-text);
  line-height: 1.72;
}

.np-contact-panel .np-contact-card {
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.025);
}

.np-contact-panel .np-form-notice {
  margin-top: 0;
}

.np-contact-panel .np-form-submit .np-button {
  flex: 0 0 auto;
}

.np-footer__brand p {
  max-width: 430px;
  color: #829aaa;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

@media (max-width: 920px) {
  .np-section--services .np-shell,
  .np-section--network .np-shell,
  .np-section--about .np-shell,
  .np-section--contact .np-shell,
  .np-footer .np-shell {
    width: min(calc(100% - 34px), 760px);
  }

  /* Mobile Hero order: eyebrow/title/tagline, artwork, description/actions. */
  .np-hero__layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .np-hero__copy {
    display: contents;
  }

  .np-hero__intro {
    order: 1;
  }

  .np-hero-visual {
    order: 2;
    width: min(720px, 100%);
    height: 440px;
    min-height: 440px;
    margin: 12px auto 0;
  }

  .np-hero__details {
    order: 3;
    max-width: 720px;
    margin-top: 0;
  }

  /* Mobile Network order: summary and stats, globe, audience cards. */
  .np-network-composition {
    grid-template-columns: 1fr;
    grid-template-areas:
      "summary"
      "globe"
      "audiences";
    row-gap: 42px;
  }

  .np-network-audiences {
    margin-top: 0;
  }

  .np-globe-wrap {
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .np-globe-stage {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  /* Mobile About order: heading, Singapore artwork, body copy and CTA. */
  .np-about-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .np-about-copy {
    display: contents;
  }

  .np-about-intro {
    order: 1;
    max-width: 760px;
  }

  .np-about-visual {
    order: 2;
    width: min(720px, 100%);
    min-height: 500px;
    margin-inline: auto;
  }

  .np-about-details {
    order: 3;
    max-width: 760px;
  }

  .np-about-intro h2 {
    margin-bottom: 0;
  }

  .np-contact-panel .np-contact-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .np-contact-panel .np-contact-copy {
    position: static;
  }
}

@media (max-width: 700px) {
  .np-section--services .np-shell,
  .np-section--network .np-shell,
  .np-section--about .np-shell,
  .np-section--contact .np-shell,
  .np-footer .np-shell {
    width: min(calc(100% - 28px), 680px);
  }

  .np-hero-visual {
    height: 330px;
    min-height: 330px;
    margin-top: 2px;
  }

  .np-hero-visual__frame {
    min-height: 330px;
  }

  .np-hero__details {
    margin-top: 2px;
  }

  .np-globe-stage {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
  }

  .np-globe-legend {
    margin-top: -8px;
  }

  .np-about-layout {
    gap: 28px;
  }

  .np-about-visual {
    min-height: 390px;
  }

  .np-about-visual img {
    -webkit-mask-image: radial-gradient(ellipse 98% 92% at 50% 50%, #000 58%, rgba(0, 0, 0, 0.9) 75%, transparent 100%);
    mask-image: radial-gradient(ellipse 98% 92% at 50% 50%, #000 58%, rgba(0, 0, 0, 0.9) 75%, transparent 100%);
  }

  .np-contact-panel {
    padding: 70px 0 78px;
  }

  .np-contact-panel__bar {
    margin-bottom: 15px;
  }

  .np-contact-panel .np-contact-card {
    padding: 26px 20px;
  }

  .np-contact-panel .np-form-grid {
    grid-template-columns: 1fr;
  }

  .np-contact-panel .np-form-submit {
    display: grid;
  }

  .np-contact-panel .np-form-submit .np-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .np-hero-visual,
  .np-hero-visual__frame {
    height: 290px;
    min-height: 290px;
  }

  .np-about-visual {
    min-height: 350px;
  }
}

/* Final spacing correction for the desktop Network grid. */
.np-network-composition {
  column-gap: 34px;
  row-gap: 0;
}

@media (max-width: 920px) {
  .np-network-composition {
    row-gap: 42px;
  }
}

/* Preserve original text rhythm after splitting the Hero copy into mobile-orderable groups. */
.np-hero__details {
  margin-top: 0;
}

@media (max-width: 920px) {
  .np-hero__intro {
    padding-top: 20px;
  }
}

@media (max-width: 700px) {
  .np-hero__intro {
    padding-top: 16px;
  }
}

@media (max-width: 920px) {
  .np-hero__intro,
  .np-hero__details {
    position: relative;
    z-index: 5;
  }
}


/* =============================================
   v2.0.2 spacing, navigation and visual polish
   ============================================= */

/* Match the approved Hero-to-Services rhythm across all later section transitions. */
.np-section--services {
  padding-top: 56px;
  padding-bottom: 72px;
}

.np-section--network {
  padding-top: 56px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 83% 34%, rgba(12, 138, 223, 0.065), transparent 28%),
    radial-gradient(circle at 13% 16%, rgba(0, 145, 35, 0.045), transparent 25%),
    #020d1a;
}

.np-section--about {
  padding-top: 56px;
  padding-bottom: 64px;
  background:
    radial-gradient(circle at 18% 54%, rgba(0, 183, 199, 0.045), transparent 34%),
    radial-gradient(circle at 86% 30%, rgba(12, 138, 223, 0.045), transparent 32%),
    #020d1a;
}

.np-contact-panel {
  padding-top: 72px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 14% 22%, rgba(0, 145, 35, 0.09), transparent 34%),
    radial-gradient(circle at 88% 28%, rgba(12, 138, 223, 0.065), transparent 32%),
    #020d1a;
}

.np-footer {
  background: #020d1a;
}

/* 60:40 Network composition, with a quieter globe. */
.np-network-composition {
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  column-gap: 48px;
}

.np-globe-wrap {
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.np-globe-stage {
  height: 540px;
  min-height: 540px;
  max-height: 540px;
  background: radial-gradient(circle at 50% 48%, rgba(12, 138, 223, 0.05), rgba(2, 13, 26, 0.015) 43%, transparent 68%);
  filter: drop-shadow(0 22px 54px rgba(0, 0, 0, 0.21));
}

.np-segment__arrow {
  display: none !important;
}

.np-network-audiences .np-segment {
  min-height: 326px;
}

.np-segment__body {
  min-height: 164px;
  padding-bottom: 19px;
}

/* About content spacing and a shorter, content-led section height. */
.np-about-visual {
  min-height: 560px;
  background: #020d1a;
}

.np-about-copy h2 {
  margin-bottom: 0;
}

.np-about-details {
  margin-top: 38px;
}

.np-about-copy__lead {
  margin: 0 0 22px;
}

.np-about-copy__body {
  margin: 0;
}

.np-about-visual::after {
  background:
    linear-gradient(90deg, #020d1a 0%, rgba(2, 13, 26, 0.18) 14%, transparent 30%, transparent 72%, rgba(2, 13, 26, 0.18) 88%, #020d1a 100%),
    linear-gradient(180deg, #020d1a 0%, transparent 15%, transparent 82%, #020d1a 100%);
}

.np-hero-visual__frame::after {
  background:
    linear-gradient(90deg, #020d1a 0%, rgba(2, 13, 26, 0.2) 14%, transparent 34%, transparent 74%, rgba(2, 13, 26, 0.16) 90%, #020d1a 100%),
    linear-gradient(180deg, #020d1a 0%, transparent 16%, transparent 82%, #020d1a 100%);
  opacity: 0.58;
}

/* Larger desktop branding while retaining the approved mobile size. */
@media (min-width: 921px) {
  body.netpulse-homepage-active #masthead .site-header-row-container-inner,
  body.netpulse-homepage-active #masthead .site-main-header-inner-wrap {
    min-height: 90px !important;
  }

  body.netpulse-homepage-active #masthead .custom-logo,
  body.netpulse-homepage-active #masthead .site-branding img,
  body.netpulse-homepage-active #masthead .brand img {
    max-width: 232px !important;
    max-height: 68px !important;
  }
}

/* Let JavaScript own the one-page active state; WordPress page classes stay neutral. */
body.netpulse-homepage-active #masthead .current-menu-item > a,
body.netpulse-homepage-active #masthead .current_page_item > a,
body.netpulse-homepage-active #masthead .current-menu-ancestor > a,
body.netpulse-homepage-active #masthead .current_page_ancestor > a {
  color: var(--np-light) !important;
}

body.netpulse-homepage-active #masthead a.np-current-section,
body.netpulse-homepage-active #masthead a[aria-current="location"] {
  color: var(--np-green-bright) !important;
}

/* Contact controls now live inside the contact heading. */
.np-contact-panel__heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.np-contact-panel__heading-row .np-kicker {
  margin: 0;
}

.np-contact-panel__close {
  flex: 0 0 auto;
  padding: 8px 12px 8px 9px;
}

.np-contact-panel__close > span:last-child {
  color: inherit;
  font-size: inherit;
}

.np-contact-panel__close-icon {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgba(0, 184, 74, 0.36);
  border-radius: 50%;
  color: var(--np-green-bright);
  background: rgba(0, 145, 35, 0.1);
  font-size: 1rem;
  line-height: 1;
}

/* Themed, readable contact row. */
.np-contact-email {
  display: grid;
  width: min(100%, 380px);
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  margin-top: 36px;
  padding: 13px 15px;
  border-color: rgba(0, 183, 199, 0.25);
  background: linear-gradient(135deg, rgba(7, 35, 50, 0.88), rgba(4, 23, 38, 0.78));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), 0 16px 36px rgba(0, 0, 0, 0.14);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.np-contact-email:hover,
.np-contact-email:focus-visible {
  border-color: rgba(0, 184, 74, 0.58);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 20px 42px rgba(0, 145, 35, 0.14);
  transform: translateY(-2px);
}

.np-contact-email > span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

.np-contact-email__icon {
  display: grid !important;
  width: 54px !important;
  height: 54px !important;
  place-items: center;
  border: 1px solid rgba(81, 229, 255, 0.25) !important;
  border-radius: 14px !important;
  background: linear-gradient(145deg, rgba(0, 145, 35, 0.96), rgba(0, 183, 199, 0.88)) !important;
  box-shadow: 0 0 28px rgba(0, 183, 199, 0.15);
}

.np-contact-email__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-contact-email__text {
  min-width: 0;
}

.np-contact-email small {
  color: var(--np-green-bright);
  font-weight: 720;
  letter-spacing: 0.11em;
}

.np-contact-email strong {
  margin-top: 4px;
  color: var(--np-white);
  font-size: 0.94rem;
  white-space: nowrap;
}

.np-contact-email__arrow {
  color: var(--np-green-bright) !important;
  font-size: 1.25rem;
  filter: drop-shadow(0 0 7px rgba(0, 184, 74, 0.32));
}

.np-form-submit p a {
  color: #a9c7d8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.np-form-submit p a:hover,
.np-form-submit p a:focus-visible {
  color: var(--np-white);
}

.np-footer__brand p {
  color: #96adbb;
  font-size: 0.88rem;
  font-weight: 650;
}

@media (max-width: 1180px) and (min-width: 921px) {
  .np-network-composition {
    grid-template-columns: minmax(0, 3fr) minmax(410px, 2fr);
    column-gap: 34px;
  }

  .np-globe-wrap {
    max-width: 500px;
  }

  .np-globe-stage {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  body.netpulse-homepage-active #masthead .custom-logo,
  body.netpulse-homepage-active #masthead .site-branding img,
  body.netpulse-homepage-active #masthead .brand img {
    max-width: 215px !important;
    max-height: 62px !important;
  }
}

@media (max-width: 920px) {
  .np-section--services {
    padding-top: 44px;
    padding-bottom: 60px;
  }

  .np-section--network,
  .np-section--about {
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .np-network-composition {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .np-globe-wrap {
    max-width: 720px;
    justify-self: center;
  }

  .np-globe-stage {
    height: 470px;
    min-height: 470px;
    max-height: 470px;
  }

  .np-about-visual {
    min-height: 460px;
  }

  .np-about-details {
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  .np-section--services {
    padding-top: 32px;
    padding-bottom: 52px;
  }

  .np-section--network,
  .np-section--about {
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .np-network-audiences .np-segment {
    min-height: 0;
  }

  .np-segment__body {
    min-height: 150px;
  }

  .np-globe-stage {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }

  .np-about-visual {
    min-height: 350px;
  }

  .np-contact-panel {
    padding-top: 58px;
    padding-bottom: 66px;
  }

  .np-contact-panel__heading-row {
    align-items: flex-start;
  }

  .np-contact-panel__close {
    padding-right: 9px;
  }

  .np-contact-panel__close > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .np-contact-email {
    width: 100%;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 12px;
  }

  .np-contact-email__icon {
    width: 50px !important;
    height: 50px !important;
  }

  .np-contact-email strong {
    font-size: 0.87rem;
  }
}

@media (max-width: 420px) {
  .np-globe-stage {
    height: 330px;
    min-height: 330px;
    max-height: 330px;
  }

  .np-about-visual {
    min-height: 325px;
  }

  .np-contact-email strong {
    font-size: 0.8rem;
  }
}


/* =============================================
   v2.0.3 active navigation, About artwork,
   audience interactions and legal-page polish
   ============================================= */

/* Remove the hard separator between About and the footer. */
.np-footer {
  border-top: 0 !important;
}

.np-section--about {
  border-bottom: 0;
}

/* Make the Singapore artwork a hero-like visual rather than a restricted image box. */
@media (min-width: 921px) {
  .np-about-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(430px, 0.9fr);
    gap: clamp(30px, 3.6vw, 58px);
  }

  .np-about-visual {
    min-height: 660px;
    margin-left: clamp(-72px, -4vw, -34px);
    overflow: visible;
  }

  .np-about-visual img {
    top: -2%;
    right: auto;
    bottom: auto;
    left: -4%;
    width: 112%;
    height: 104%;
    max-width: none;
    object-fit: contain;
    -webkit-mask-image: none;
    mask-image: none;
    filter: saturate(1.08) contrast(1.04) drop-shadow(0 28px 54px rgba(0, 0, 0, 0.22));
  }

  .np-about-visual::after {
    right: -4%;
    left: -4%;
    background:
      linear-gradient(90deg, transparent 0%, transparent 72%, rgba(2, 13, 26, 0.62) 94%, #020d1a 100%),
      linear-gradient(180deg, #020d1a 0%, transparent 10%, transparent 90%, #020d1a 100%);
  }
}

/* Gradient statistics: visual emphasis without shimmer or continuous motion. */
.np-stats--network .np-stat strong {
  color: transparent;
  background: linear-gradient(110deg, #76ff9d 0%, #00d39d 38%, #00b7c7 66%, #45a9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 7px 18px rgba(0, 183, 199, 0.16));
}

/* Premium audience cards: artwork-led at rest, description reveal on hover/focus. */
@media (min-width: 921px) {
  .np-network-audiences .np-segment {
    position: relative;
    min-height: 352px;
    outline: none;
    isolation: isolate;
  }

  .np-network-audiences .np-segment:focus-visible {
    border-color: rgba(0, 184, 74, 0.72);
    box-shadow: 0 0 0 3px rgba(0, 184, 74, 0.16), 0 24px 58px rgba(0, 0, 0, 0.27);
  }

  .np-segment__art {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
  }

  .np-segment__art::after {
    height: 76%;
    background: linear-gradient(to bottom, transparent 18%, rgba(2, 13, 26, 0.28) 48%, rgba(2, 13, 26, 0.98) 100%);
  }

  .np-segment__art img {
    object-fit: cover;
    transform: scale(1.015);
  }

  .np-segment__body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    min-height: 94px;
    padding: 25px 18px 20px;
    justify-content: flex-end;
    border-top: 0;
    background: linear-gradient(to top, rgba(2, 13, 26, 0.99) 12%, rgba(2, 13, 26, 0.86) 64%, transparent 100%);
    transition: min-height 300ms cubic-bezier(0.22, 1, 0.36, 1), background 220ms ease;
  }

  .np-network-audiences .np-segment h4 {
    font-size: 1rem;
    transition: transform 260ms ease;
  }

  .np-network-audiences .np-segment p {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: max-height 300ms ease, margin-top 260ms ease, opacity 220ms ease, transform 260ms ease;
  }

  .np-network-audiences .np-segment:hover .np-segment__body,
  .np-network-audiences .np-segment:focus .np-segment__body,
  .np-network-audiences .np-segment:focus-within .np-segment__body {
    min-height: 202px;
    background: linear-gradient(to top, rgba(2, 13, 26, 1) 22%, rgba(3, 24, 39, 0.95) 72%, rgba(3, 24, 39, 0.54) 100%);
  }

  .np-network-audiences .np-segment:hover p,
  .np-network-audiences .np-segment:focus p,
  .np-network-audiences .np-segment:focus-within p {
    max-height: 128px;
    margin-top: 13px;
    opacity: 1;
    transform: translateY(0);
  }

  .np-network-audiences .np-segment:hover .np-segment__art img,
  .np-network-audiences .np-segment:focus .np-segment__art img,
  .np-network-audiences .np-segment:focus-within .np-segment__art img {
    transform: scale(1.065) translateY(-2%);
  }
}

/* Touch layouts keep descriptions visible; no information depends on hover. */
@media (max-width: 920px) {
  .np-network-audiences .np-segment {
    outline: none;
  }

  .np-network-audiences .np-segment p {
    opacity: 1;
  }

  .np-about-visual img {
    -webkit-mask-image: none;
    mask-image: none;
    object-fit: contain;
  }
}

/* Ensure theme current-page classes never compete with the JS reading-line state. */
body.netpulse-homepage-active #masthead li.current-menu-item > a:not(.np-current-section),
body.netpulse-homepage-active #masthead li.current_page_item > a:not(.np-current-section),
body.netpulse-homepage-active #masthead li.current-menu-ancestor > a:not(.np-current-section),
body.netpulse-homepage-active #masthead li.current_page_ancestor > a:not(.np-current-section) {
  color: var(--np-light) !important;
}

/* =============================================
   v2.0.4 approved network artwork, looping stats,
   immersive Singapore About visual and phone field
   ============================================= */

/* Optional phone field spans the form cleanly without forcing an uneven row. */
.np-form-grid .np-form-field--full {
  grid-column: 1 / -1;
}

.np-form-grid .np-form-field--full small {
  color: #7890a2;
  font-size: 0.76em;
  font-weight: 600;
}

/* Approved premium audience artwork and fixed-height reveal interaction. */
@media (min-width: 921px) {
  .np-network-audiences .np-segment {
    min-height: 398px;
    border-color: rgba(69, 169, 255, 0.26);
    background: #03111f;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.02), 0 18px 44px rgba(0, 0, 0, 0.18);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  }

  .np-network-audiences .np-segment:hover,
  .np-network-audiences .np-segment:focus,
  .np-network-audiences .np-segment:focus-within {
    border-color: rgba(0, 211, 157, 0.78);
    box-shadow: 0 0 0 1px rgba(0, 211, 157, 0.13), 0 24px 62px rgba(0, 183, 199, 0.14);
    transform: translateY(-3px);
  }

  .np-segment__art {
    overflow: hidden;
    background: #020d1a;
  }

  .np-segment__art::after {
    height: 72%;
    background: linear-gradient(to bottom, transparent 18%, rgba(2, 13, 26, 0.18) 48%, rgba(2, 13, 26, 0.98) 100%);
    transition: height 300ms cubic-bezier(0.22, 1, 0.36, 1), background 250ms ease;
  }

  .np-segment__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.015) translateY(0);
    filter: brightness(1) saturate(1.03);
    transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), filter 260ms ease;
  }

  .np-segment__body {
    min-height: 104px;
    padding: 27px 20px 21px;
    background: linear-gradient(to top, rgba(2, 13, 26, 1) 18%, rgba(2, 13, 26, 0.9) 66%, transparent 100%);
  }

  .np-network-audiences .np-segment h4 {
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    line-height: 1.13;
  }

  .np-network-audiences .np-segment:hover .np-segment__art::after,
  .np-network-audiences .np-segment:focus .np-segment__art::after,
  .np-network-audiences .np-segment:focus-within .np-segment__art::after {
    height: 96%;
    background: linear-gradient(to bottom, rgba(2, 13, 26, 0.02) 8%, rgba(2, 13, 26, 0.42) 45%, rgba(2, 13, 26, 1) 90%);
  }

  .np-network-audiences .np-segment:hover .np-segment__art img,
  .np-network-audiences .np-segment:focus .np-segment__art img,
  .np-network-audiences .np-segment:focus-within .np-segment__art img {
    transform: scale(1.075) translateY(-3%);
    filter: brightness(0.72) saturate(0.96);
  }

  .np-network-audiences .np-segment:hover .np-segment__body,
  .np-network-audiences .np-segment:focus .np-segment__body,
  .np-network-audiences .np-segment:focus-within .np-segment__body {
    min-height: 218px;
    background: linear-gradient(to top, rgba(2, 13, 26, 1) 28%, rgba(3, 24, 39, 0.98) 76%, rgba(3, 24, 39, 0.38) 100%);
  }
}

/* Mobile and tablet: descriptions remain visible and artwork keeps the approved cinematic crop. */
@media (max-width: 920px) {
  .np-segment__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* Approved About composition: larger, brighter and integrated like the Hero artwork. */
.np-section--about {
  background:
    radial-gradient(circle at 28% 48%, rgba(0, 183, 199, 0.075), transparent 36%),
    linear-gradient(180deg, #020d1a 0%, #03111f 48%, #020d1a 100%);
}

@media (min-width: 921px) {
  .np-about-layout {
    grid-template-columns: minmax(0, 1.38fr) minmax(410px, 0.92fr);
    gap: clamp(28px, 3.2vw, 54px);
    min-height: 720px;
    align-items: center;
  }

  .np-about-visual {
    min-height: 720px;
    margin-left: clamp(-105px, -5.6vw, -52px);
    overflow: visible;
  }

  .np-about-visual--builtin img {
    top: -5%;
    left: -8%;
    width: 121%;
    height: 112%;
    max-width: none;
    object-fit: contain;
    object-position: center;
    filter: brightness(1.10) saturate(1.12) contrast(1.06) drop-shadow(0 30px 68px rgba(0, 0, 0, 0.2));
  }

  .np-about-visual--builtin::after {
    inset: -4% -8% -4% -8%;
    background:
      linear-gradient(90deg, transparent 0%, transparent 73%, rgba(2, 13, 26, 0.5) 91%, #020d1a 100%),
      linear-gradient(180deg, #020d1a 0%, transparent 8%, transparent 91%, #020d1a 100%);
    pointer-events: none;
  }

  .np-about-copy {
    position: relative;
    z-index: 2;
    max-width: 560px;
    padding: 34px 0;
  }

  .np-about-copy::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -8% -14% -8% -12%;
    background: radial-gradient(ellipse at center, rgba(2, 13, 26, 0.83) 0%, rgba(2, 13, 26, 0.52) 58%, transparent 82%);
    filter: blur(8px);
    pointer-events: none;
  }
}

@media (max-width: 920px) {
  .np-about-visual--builtin {
    min-height: 480px;
    overflow: hidden;
  }

  .np-about-visual--builtin img {
    width: 112%;
    height: 108%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    transform: translateX(-5%);
    filter: brightness(1.08) saturate(1.1) contrast(1.04);
  }

  .np-about-visual--builtin::after {
    background: linear-gradient(180deg, #020d1a 0%, transparent 8%, transparent 88%, #020d1a 100%);
  }
}

@media (max-width: 700px) {
  .np-about-visual--builtin {
    min-height: 390px;
  }

  .np-about-visual--builtin img {
    width: 122%;
    height: 112%;
    transform: translateX(-9%);
  }
}

@media (max-width: 460px) {
  .np-about-visual--builtin {
    min-height: 345px;
  }
}


/* =============================================
   v2.0.5 reliable counter trigger and restrained
   Singapore artwork blend
   ============================================= */

/* Reduce the empty strip beneath About while retaining a deliberate section transition. */
@media (min-width: 921px) {
  .np-section--about {
    padding-bottom: clamp(56px, 4.6vw, 76px);
  }

  .np-about-layout {
    min-height: 0;
    align-items: center;
  }

  .np-about-visual--builtin {
    min-height: clamp(590px, 45vw, 680px);
    margin-left: clamp(-92px, -5vw, -48px);
    overflow: hidden;
  }

  .np-about-visual--builtin img {
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 49%;
    transform: none;
    filter: brightness(0.93) saturate(1) contrast(0.99) drop-shadow(0 24px 54px rgba(0, 0, 0, 0.18));
  }

  /* Right-edge blend only: removing the previous bottom fade eliminates the dark band. */
  .np-about-visual--builtin::after {
    inset: 0;
    background:
      linear-gradient(90deg, rgba(2, 13, 26, 0.07) 0%, transparent 58%, rgba(2, 13, 26, 0.24) 78%, rgba(2, 13, 26, 0.82) 96%, #020d1a 100%),
      linear-gradient(rgba(2, 13, 26, 0.08), rgba(2, 13, 26, 0.08));
  }

  .np-about-copy {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

@media (max-width: 920px) {
  .np-section--about {
    padding-bottom: 64px;
  }

  .np-about-visual--builtin img {
    filter: brightness(0.94) saturate(1) contrast(0.99);
  }

  .np-about-visual--builtin::after {
    background: linear-gradient(rgba(2, 13, 26, 0.07), rgba(2, 13, 26, 0.07));
  }
}

/* Stable numeric width prevents card movement while the values loop. */
.np-stats--network .np-countup {
  min-width: 4ch;
  font-variant-numeric: tabular-nums;
}

/* =============================================
   v2.0.6 Space Grotesk typography and seamless
   multi-edge Singapore artwork integration
   ============================================= */

:root {
  --np-body-font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --np-heading-font: "Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif;
}

.netpulse-homepage,
.netpulse-homepage button,
.netpulse-homepage input,
.netpulse-homepage textarea,
.netpulse-homepage select,
body.netpulse-homepage-active #masthead {
  font-family: var(--np-body-font);
}

.netpulse-homepage h1,
.netpulse-homepage h2,
.netpulse-homepage h3,
.netpulse-homepage h4,
.netpulse-homepage .np-countup {
  font-family: var(--np-heading-font);
  font-optical-sizing: auto;
  font-synthesis: none;
}

.netpulse-homepage h1,
.netpulse-homepage h2 {
  letter-spacing: -0.045em;
}

.netpulse-homepage h3,
.netpulse-homepage h4,
.netpulse-homepage .np-countup {
  letter-spacing: -0.025em;
}

/* Use exactly the same navy beneath the alpha-feathered artwork. */
.np-section--about,
.np-about-visual--builtin {
  background-color: #020d1a;
}

.np-section--about {
  background:
    radial-gradient(circle at 25% 46%, rgba(0, 183, 199, 0.055), transparent 36%),
    linear-gradient(180deg, #020d1a 0%, #03111f 48%, #020d1a 100%);
}

@media (min-width: 921px) {
  .np-about-visual--builtin {
    min-height: clamp(570px, 42vw, 650px);
    overflow: visible;
    isolation: isolate;
  }

  .np-about-visual--builtin::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 7% -4% 4% 4%;
    border-radius: 50%;
    background: radial-gradient(ellipse at 54% 52%, rgba(0, 183, 199, 0.09), rgba(12, 138, 223, 0.035) 44%, transparent 72%);
    filter: blur(26px);
    pointer-events: none;
  }

  .np-about-visual--builtin img {
    inset: -2% -4% -4% -3%;
    width: 109%;
    height: 106%;
    object-fit: cover;
    object-position: 50% 48%;
    filter: brightness(0.93) saturate(1) contrast(0.99) drop-shadow(0 24px 54px rgba(0, 0, 0, 0.16));
  }

  /* The WebP already contains alpha feathering; this only eases the handoff into the text column. */
  .np-about-visual--builtin::after {
    inset: -2% -4% -4% -3%;
    background:
      linear-gradient(90deg, transparent 0%, transparent 73%, rgba(2, 13, 26, 0.18) 84%, rgba(2, 13, 26, 0.74) 96%, #020d1a 100%);
    pointer-events: none;
  }
}

@media (max-width: 920px) {
  .np-about-visual--builtin {
    background: #020d1a;
    isolation: isolate;
  }

  .np-about-visual--builtin img {
    width: 108%;
    height: 106%;
    object-fit: cover;
    object-position: 50% 48%;
    transform: translateX(-4%);
    filter: brightness(0.94) saturate(1) contrast(0.99);
  }

  .np-about-visual--builtin::after {
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 13, 26, 0.06) 0%, transparent 18%, transparent 72%, rgba(2, 13, 26, 0.18) 88%, #020d1a 100%);
  }
}

@media (max-width: 700px) {
  .np-about-visual--builtin img {
    width: 116%;
    height: 108%;
    transform: translateX(-8%);
  }
}


/* v2.0.7 approved content-support styles */
.np-network-reach-note {
  max-width: 560px;
  margin: 12px auto 0;
  color: #71899a;
  font-size: 0.68rem;
  line-height: 1.55;
  text-align: center;
}

.np-footer__location {
  display: block;
  margin-top: 7px;
  color: #667f90;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}


/* =============================================
   v2.0.8 final branding and interactive-services
   refinement
   ============================================= */

/* Hero artwork dissolves into the same navy on every edge. */
.np-hero-visual__frame::after {
  background:
    linear-gradient(90deg, #020d1a 0%, rgba(2, 13, 26, 0.82) 9%, rgba(2, 13, 26, 0.28) 25%, transparent 43%),
    linear-gradient(270deg, #020d1a 0%, rgba(2, 13, 26, 0.72) 7%, rgba(2, 13, 26, 0.18) 18%, transparent 34%),
    linear-gradient(0deg, #020d1a 0%, rgba(2, 13, 26, 0.48) 8%, transparent 22%),
    linear-gradient(180deg, rgba(2, 13, 26, 0.26) 0%, transparent 11%);
}

.np-hero-visual__image {
  filter: brightness(0.95) saturate(1.01) contrast(1.01);
  -webkit-mask-image: none;
  mask-image: none;
}

/* Alphabetical Services cards: title only at rest, full copy on interaction. */
.np-services-grid {
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.np-service-card {
  position: relative;
  min-height: 520px;
  height: 100%;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  isolation: isolate;
  border-color: rgba(69, 169, 255, 0.24);
  background: #03111f;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.np-service-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 184, 74, 0.17), 0 26px 66px rgba(0, 0, 0, 0.28);
}

.np-service-card__art {
  position: absolute;
  inset: 0;
  height: 100%;
  overflow: hidden;
  background: #020d1a;
}

.np-service-card__art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(2, 13, 26, 0.98) 2%, rgba(2, 13, 26, 0.82) 22%, rgba(2, 13, 26, 0.16) 52%, transparent 72%);
  transition: background 320ms ease;
}

.np-service-card__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015) translateY(0);
  filter: brightness(0.98) saturate(1.02);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 280ms ease;
}

.np-service-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  min-height: 118px;
  padding: 28px 26px 24px;
  border-top: 0;
  background: linear-gradient(to top, rgba(2, 13, 26, 1) 20%, rgba(2, 13, 26, 0.88) 64%, transparent 100%);
  transition: min-height 330ms cubic-bezier(0.22, 1, 0.36, 1), background 260ms ease;
}

.np-service-card__accent {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #00b84a, #00b7c7, #0c8adf);
  box-shadow: 0 0 13px rgba(0, 183, 199, 0.36);
}

.np-service-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.32rem, 1.7vw, 1.72rem);
  line-height: 1.12;
}

.np-service-card__details {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(14px);
  transition: max-height 340ms ease, margin-top 280ms ease, opacity 240ms ease, transform 300ms ease;
}

.np-service-card__details > p:not(.np-service-card__types) {
  margin: 0;
  color: #c3d2dc;
  font-size: 0.93rem;
  line-height: 1.68;
}

.np-service-card__types {
  margin: 19px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 183, 199, 0.28);
  color: #55e69c;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.015em;
  line-height: 1.65;
}

@media (min-width: 921px) {
  .np-service-card:hover,
  .np-service-card:focus,
  .np-service-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(0, 211, 157, 0.8);
    box-shadow: 0 0 0 1px rgba(0, 211, 157, 0.12), 0 28px 68px rgba(0, 183, 199, 0.14);
  }

  .np-service-card:hover .np-service-card__body,
  .np-service-card:focus .np-service-card__body,
  .np-service-card:focus-within .np-service-card__body {
    min-height: 330px;
    background: linear-gradient(to top, rgba(2, 13, 26, 1) 34%, rgba(3, 24, 39, 0.98) 78%, rgba(3, 24, 39, 0.42) 100%);
  }

  .np-service-card:hover .np-service-card__details,
  .np-service-card:focus .np-service-card__details,
  .np-service-card:focus-within .np-service-card__details {
    max-height: 260px;
    margin-top: 18px;
    opacity: 1;
    transform: translateY(0);
  }

  .np-service-card:hover .np-service-card__art::after,
  .np-service-card:focus .np-service-card__art::after,
  .np-service-card:focus-within .np-service-card__art::after {
    background: linear-gradient(to top, rgba(2, 13, 26, 1) 8%, rgba(2, 13, 26, 0.76) 50%, rgba(2, 13, 26, 0.18) 78%, transparent 100%);
  }

  .np-service-card:hover .np-service-card__art img,
  .np-service-card:focus .np-service-card__art img,
  .np-service-card:focus-within .np-service-card__art img {
    transform: scale(1.075) translateY(-3%);
    filter: brightness(0.67) saturate(0.94);
  }
}

/* Touch layouts use explicit tap-to-expand and keep one fixed card height. */
@media (max-width: 920px), (hover: none) {
  .np-service-card {
    min-height: 470px;
  }

  .np-service-card.is-open {
    border-color: rgba(0, 211, 157, 0.8);
    box-shadow: 0 0 0 1px rgba(0, 211, 157, 0.12), 0 24px 60px rgba(0, 183, 199, 0.13);
  }

  .np-service-card.is-open .np-service-card__body {
    min-height: 330px;
    background: linear-gradient(to top, rgba(2, 13, 26, 1) 34%, rgba(3, 24, 39, 0.98) 78%, rgba(3, 24, 39, 0.44) 100%);
  }

  .np-service-card.is-open .np-service-card__details {
    max-height: 270px;
    margin-top: 18px;
    opacity: 1;
    transform: translateY(0);
  }

  .np-service-card.is-open .np-service-card__art img {
    transform: scale(1.06) translateY(-2%);
    filter: brightness(0.68) saturate(0.94);
  }
}

@media (max-width: 520px) {
  .np-service-card {
    min-height: 440px;
  }

  .np-service-card__body {
    padding: 25px 22px 22px;
  }

  .np-service-card.is-open .np-service-card__body {
    min-height: 350px;
  }
}

/* Globe is centred in its visual column; the short route legend remains. */
.np-globe-wrap {
  display: flex;
  min-width: 0;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.np-globe-stage {
  width: min(100%, 610px);
  margin-right: auto;
  margin-left: auto;
  background: radial-gradient(circle at 50% 50%, rgba(12, 138, 223, 0.11), transparent 43%);
}

.np-globe-legend {
  width: 100%;
  justify-content: center;
}

.np-network-reach-note {
  display: none !important;
}

/* Audience art now uses a deliberate mockup-style crop instead of an overly narrow full-height slice. */
@media (min-width: 921px) {
  .np-network-audiences .np-segment {
    min-height: 360px;
  }

  .np-network-audiences .np-segment__art {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 67%;
  }

  .np-network-audiences .np-segment__art img {
    object-fit: cover;
    object-position: center 45%;
    transform: scale(1.01);
  }

  .np-network-audiences .np-segment__body {
    min-height: 112px;
    padding: 28px 20px 20px;
  }

  .np-network-audiences .np-segment:hover .np-segment__body,
  .np-network-audiences .np-segment:focus .np-segment__body,
  .np-network-audiences .np-segment:focus-within .np-segment__body {
    min-height: 218px;
  }
}

/* Preserve the full Merlion and give the artwork room before the text fade begins. */
@media (min-width: 921px) {
  .np-about-layout {
    grid-template-columns: minmax(0, 1.44fr) minmax(410px, 0.88fr);
    gap: clamp(20px, 2.1vw, 38px);
  }

  .np-about-visual--builtin {
    min-height: clamp(585px, 43vw, 665px);
    margin-left: clamp(-94px, -5vw, -48px);
  }

  .np-about-visual--builtin img {
    inset: -2% -8% -4% -2%;
    width: 114%;
    height: 106%;
    object-fit: cover;
    object-position: 47% 48%;
  }

  .np-about-visual--builtin::after {
    inset: -2% -8% -4% -2%;
    background: linear-gradient(90deg, transparent 0%, transparent 87%, rgba(2, 13, 26, 0.2) 93%, rgba(2, 13, 26, 0.74) 98%, #020d1a 100%);
  }
}

@media (max-width: 920px) {
  .np-about-visual--builtin img {
    width: 112%;
    height: 106%;
    object-position: 46% 48%;
    transform: translateX(-3%);
  }
}

/* v2.0.8 conflict guards for earlier service-card rules. */
.np-service-card__body::before {
  display: none !important;
  content: none !important;
}

.np-service-card__art::after {
  height: auto;
}


/* v2.0.9 service-card composition refinements and stacked service-type lines. */
.np-service-card__types {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.np-service-card__types span {
  display: block;
}

.np-service-card--cloud-access .np-service-card__art img {
  object-position: 50% 42%;
}

.np-service-card--global-capacity .np-service-card__art img {
  object-position: 52% 47%;
}

.np-service-card--internet-services .np-service-card__art img {
  object-position: 51% 46%;
}

.np-service-card--local-access .np-service-card__art img {
  object-position: 50% 45%;
}

@media (min-width: 921px) {
  .np-service-card__art img {
    transform: scale(1.005) translateY(0);
  }

  .np-service-card:hover .np-service-card__art img,
  .np-service-card:focus .np-service-card__art img,
  .np-service-card:focus-within .np-service-card__art img {
    transform: scale(1.028) translateY(-1.25%);
    filter: brightness(0.76) saturate(0.98);
  }

  .np-service-card:hover .np-service-card__body,
  .np-service-card:focus .np-service-card__body,
  .np-service-card:focus-within .np-service-card__body {
    min-height: 336px;
  }

  .np-network-audiences .np-segment {
    min-height: 390px;
  }

  .np-network-audiences .np-segment__art {
    height: 69%;
  }

  .np-network-audiences .np-segment__art img {
    object-position: 50% 42%;
    transform: scale(1.008) translateY(0);
  }

  .np-network-audiences .np-segment--carriers-service-providers .np-segment__art img {
    object-position: 49% 44%;
  }

  .np-network-audiences .np-segment--cloud-digital-platforms .np-segment__art img {
    object-position: 50% 40%;
  }

  .np-network-audiences .np-segment--enterprises .np-segment__art img {
    object-position: 50% 43%;
  }

  .np-network-audiences .np-segment--infrastructure-partners .np-segment__art img {
    object-position: 50% 45%;
  }

  .np-network-audiences .np-segment__body {
    min-height: 110px;
  }

  .np-network-audiences .np-segment:hover .np-segment__art img,
  .np-network-audiences .np-segment:focus .np-segment__art img,
  .np-network-audiences .np-segment:focus-within .np-segment__art img {
    transform: scale(1.04) translateY(-1.5%);
    filter: brightness(0.76) saturate(0.98);
  }
}

@media (max-width: 920px) {
  .np-network-audiences .np-segment--cloud-digital-platforms .np-segment__art img {
    object-position: 50% 40%;
  }
}


/* v2.1.1 services artwork alignment refinements */
.np-service-card__art img {
  object-fit: cover !important;
  object-position: 50% 50% !important;
  transform: scale(1) translateY(0) !important;
  filter: brightness(0.97) saturate(1) !important;
}

.np-service-card--cloud-access .np-service-card__art img,
.np-service-card--global-capacity .np-service-card__art img,
.np-service-card--internet-services .np-service-card__art img,
.np-service-card--local-access .np-service-card__art img {
  object-position: 50% 50% !important;
}

@media (min-width: 921px) {
  .np-service-card:hover .np-service-card__art img,
  .np-service-card:focus .np-service-card__art img,
  .np-service-card:focus-within .np-service-card__art img {
    transform: scale(1.016) translateY(-0.8%) !important;
    filter: brightness(0.74) saturate(0.98) !important;
  }
}

@media (max-width: 920px), (hover: none) {
  .np-service-card.is-open .np-service-card__art img {
    transform: scale(1.012) translateY(-0.5%) !important;
    filter: brightness(0.75) saturate(0.98) !important;
  }
}


/* v2.1.2 hero blend polish and services framing correction */
.np-homepage-hero,
.np-homepage-hero .np-hero-visual,
.np-homepage-hero .np-hero-visual__frame {
  background: #020d1a;
}

.np-hero-visual__frame {
  overflow: hidden;
}

.np-hero-visual__frame::after {
  background:
    linear-gradient(90deg, #020d1a 0%, rgba(2, 13, 26, 0.88) 9%, rgba(2, 13, 26, 0.36) 21%, transparent 34%),
    linear-gradient(270deg, #020d1a 0%, rgba(2, 13, 26, 0.62) 5%, rgba(2, 13, 26, 0.16) 13%, transparent 24%),
    linear-gradient(0deg, #020d1a 0%, rgba(2, 13, 26, 0.98) 7%, rgba(2, 13, 26, 0.78) 14%, rgba(2, 13, 26, 0.34) 28%, transparent 46%),
    linear-gradient(180deg, rgba(2, 13, 26, 0.22) 0%, transparent 12%);
}

.np-hero-visual__image {
  filter: brightness(0.95) saturate(1.02) contrast(1.01);
}

.np-service-card__art {
  background: #020d1a;
}

.np-service-card__art::after {
  background: linear-gradient(to top, rgba(2, 13, 26, 0.985) 4%, rgba(2, 13, 26, 0.86) 22%, rgba(2, 13, 26, 0.20) 54%, transparent 73%) !important;
}

.np-service-card__art img {
  object-fit: cover !important;
  object-position: 50% 0% !important;
  transform: scale(1) translateY(0) !important;
  filter: brightness(0.98) saturate(1.01) !important;
}

@media (min-width: 921px) {
  .np-service-card:hover .np-service-card__art img,
  .np-service-card:focus .np-service-card__art img,
  .np-service-card:focus-within .np-service-card__art img {
    transform: scale(1.012) translateY(-0.45%) !important;
    filter: brightness(0.76) saturate(0.98) !important;
  }
}

@media (max-width: 920px), (hover: none) {
  .np-service-card.is-open .np-service-card__art img {
    transform: scale(1.008) translateY(-0.35%) !important;
    filter: brightness(0.76) saturate(0.98) !important;
  }
}


/* v2.1.4 definitive Services framing and Hero blend */
.np-hero,
.np-hero .np-shell,
.np-hero-visual,
.np-hero-visual__frame {
  background-color: #020d1a !important;
}

.np-hero-visual__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, #020d1a 0%, rgba(2,13,26,.86) 8%, rgba(2,13,26,.26) 23%, transparent 38%),
    linear-gradient(270deg, #020d1a 0%, rgba(2,13,26,.56) 5%, rgba(2,13,26,.12) 13%, transparent 24%),
    linear-gradient(0deg, #020d1a 0%, rgba(2,13,26,.96) 8%, rgba(2,13,26,.48) 22%, transparent 40%) !important;
}

.np-hero-visual__image {
  filter: brightness(.96) saturate(1.02) contrast(1.01) !important;
}

.np-service-card__art {
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  height: calc(100% - 112px) !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  background: #020d1a !important;
}

.np-service-card__art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, #020d1a 0%, rgba(2,13,26,.72) 9%, rgba(2,13,26,.12) 24%, transparent 43%) !important;
}

.np-service-card__art img,
.np-service-card--cloud-access .np-service-card__art img,
.np-service-card--global-capacity .np-service-card__art img,
.np-service-card--internet-services .np-service-card__art img,
.np-service-card--local-access .np-service-card__art img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center top !important;
  transform: none !important;
  filter: brightness(.98) saturate(1.02) !important;
}

.np-service-card__body {
  min-height: 126px !important;
  background: linear-gradient(to top, #020d1a 28%, rgba(2,13,26,.94) 72%, rgba(2,13,26,.18) 100%) !important;
}

@media (min-width: 921px) {
  .np-service-card:hover .np-service-card__body,
  .np-service-card:focus .np-service-card__body,
  .np-service-card:focus-within .np-service-card__body {
    min-height: 336px !important;
  }

  .np-service-card:hover .np-service-card__art img,
  .np-service-card:focus .np-service-card__art img,
  .np-service-card:focus-within .np-service-card__art img {
    transform: scale(1.018) translateY(-.6%) !important;
    filter: brightness(.72) saturate(.98) !important;
  }
}

@media (max-width: 920px), (hover: none) {
  .np-service-card__art {
    height: calc(100% - 104px) !important;
  }
  .np-service-card.is-open .np-service-card__art img {
    transform: scale(1.012) translateY(-.4%) !important;
    filter: brightness(.73) saturate(.98) !important;
  }
}


/* ======================================================
   v2.1.5 verified artwork normalisation and Hero blending
   ====================================================== */
.np-hero,
.np-hero .np-shell,
.np-hero-visual,
.np-hero-visual__frame,
.np-hero-visual__frame picture {
  background: #020d1a !important;
}

.np-hero-visual__frame {
  overflow: hidden !important;
}

.np-hero-visual__frame::before {
  opacity: 0 !important;
}

.np-hero-visual__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, #020d1a 0%, rgba(2,13,26,.82) 8%, rgba(2,13,26,.25) 22%, transparent 37%),
    linear-gradient(0deg, #020d1a 0%, rgba(2,13,26,.91) 7%, rgba(2,13,26,.42) 21%, transparent 39%) !important;
}

.np-hero-visual__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: var(--np-hero-fit, cover) !important;
  object-position: var(--np-hero-position, center) !important;
  filter: brightness(.96) saturate(1.02) contrast(1.01) !important;
  transform: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.np-service-card__art {
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  height: calc(100% - 118px) !important;
  display: block !important;
  overflow: hidden !important;
  background: #020d1a !important;
}

.np-service-card__art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, #020d1a 0%, rgba(2,13,26,.76) 8%, rgba(2,13,26,.13) 23%, transparent 40%) !important;
}

.np-service-card__art img,
.np-service-card--cloud-access .np-service-card__art img,
.np-service-card--global-capacity .np-service-card__art img,
.np-service-card--internet-services .np-service-card__art img,
.np-service-card--local-access .np-service-card__art img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
  transform: none !important;
  filter: brightness(.98) saturate(1.01) !important;
}

.np-service-card__body {
  min-height: 126px !important;
  background: linear-gradient(to top, #020d1a 30%, rgba(2,13,26,.95) 72%, rgba(2,13,26,.18) 100%) !important;
}

@media (min-width: 921px) {
  .np-service-card:hover .np-service-card__body,
  .np-service-card:focus .np-service-card__body,
  .np-service-card:focus-within .np-service-card__body {
    min-height: 336px !important;
  }

  .np-service-card:hover .np-service-card__art img,
  .np-service-card:focus .np-service-card__art img,
  .np-service-card:focus-within .np-service-card__art img {
    transform: scale(1.008) translateY(-.25%) !important;
    filter: brightness(.74) saturate(.98) !important;
  }
}

@media (max-width: 920px), (hover: none) {
  .np-service-card__art {
    height: calc(100% - 108px) !important;
  }

  .np-service-card.is-open .np-service-card__art img {
    transform: scale(1.006) translateY(-.2%) !important;
    filter: brightness(.75) saturate(.98) !important;
  }
}

/* ======================================================
   v2.1.6 structural Hero and Services correction
   ====================================================== */

/* Keep the Kadence header inset balanced without changing the approved logo size. */
body.netpulse-homepage-active #masthead .site-main-header-inner-wrap {
  box-sizing: border-box;
  padding-right: 12px !important;
  padding-left: 12px !important;
}

/* The shell must stay transparent. v2.1.5 coloured the full shell and created
   a visible vertical strip at its left edge, especially on mobile. */
.np-hero .np-shell {
  background: transparent !important;
}

.np-hero-visual {
  background: transparent !important;
}

.np-hero-visual__frame,
.np-hero-visual__frame picture {
  background: #020d1a !important;
}

/* Earlier aspect-ratio declarations remained active on the absolutely
   positioned artwork frame. That made the art layer wider than its card
   (for example about 467px inside a 327px desktop card), so each image was
   clipped differently before object-fit was even applied. */
.np-service-card__art {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: auto !important;
  box-sizing: border-box !important;
}

.np-service-card__art img,
.np-service-card--cloud-access .np-service-card__art img,
.np-service-card--global-capacity .np-service-card__art img,
.np-service-card--internet-services .np-service-card__art img,
.np-service-card--local-access .np-service-card__art img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
}


/* ======================================================
   v2.2.0 coordinated artwork and mobile polish
   ====================================================== */

/* The v2.2.0 files are composed for the exact card frame, so neutral
   positioning keeps the visual scale consistent across all four cards. */
.np-service-card__art img,
.np-service-card--cloud-access .np-service-card__art img,
.np-service-card--global-capacity .np-service-card__art img,
.np-service-card--internet-services .np-service-card__art img,
.np-service-card--local-access .np-service-card__art img {
  object-position: 50% 50% !important;
  filter: brightness(1.04) saturate(1.04) contrast(1.02) !important;
}

.np-service-card__toggle {
  display: none;
}

/* Cloud & Digital Platforms now uses the same cloud/network visual language
   as the Services family and no longer reads as a cybersecurity card. */
.np-network-audiences .np-segment--cloud-digital-platforms .np-segment__art img {
  object-position: 50% 48% !important;
}

@media (max-width: 920px), (hover: none) {
  .np-service-card__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #62e6b0;
    font-size: 0.76rem;
    font-weight: 680;
    letter-spacing: 0.01em;
    line-height: 1.2;
  }

  .np-service-card__toggle b {
    display: inline-grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border: 1px solid rgba(98, 230, 176, 0.34);
    border-radius: 50%;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1;
  }

  /* Blend the built-in Singapore artwork into the section on all four edges.
     The image itself remains unchanged so the full Merlion and skyline stay visible. */
  .np-about-visual--builtin {
    min-height: clamp(390px, 78vw, 535px) !important;
    overflow: hidden !important;
    background: #020d1a !important;
  }

  .np-about-visual--builtin img {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 48% 48% !important;
    transform: none !important;
    filter: brightness(0.98) saturate(1.02) !important;
  }

  .np-about-visual--builtin::after {
    content: "";
    position: absolute;
    inset: 0 !important;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(90deg, #020d1a 0%, rgba(2,13,26,.66) 4%, rgba(2,13,26,.12) 13%, transparent 24%, transparent 76%, rgba(2,13,26,.12) 87%, rgba(2,13,26,.66) 96%, #020d1a 100%),
      linear-gradient(180deg, #020d1a 0%, rgba(2,13,26,.60) 5%, rgba(2,13,26,.10) 14%, transparent 25%, transparent 72%, rgba(2,13,26,.28) 86%, #020d1a 100%) !important;
  }

  /* Footer links retain their compact appearance while meeting a more
     forgiving finger target on phones and tablets. */
  .np-footer__nav a,
  .np-footer__bottom a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 8px 4px;
  }
}

@media (max-width: 520px) {
  /* Shorter collapsed cards reduce the full-page scroll length. Expanded
     cards gain only the height needed for their approved detail copy. */
  .np-service-card {
    min-height: 390px !important;
  }

  .np-service-card.is-open {
    min-height: 458px !important;
  }

  .np-service-card__body {
    min-height: 112px !important;
    padding: 22px 20px 20px !important;
  }

  .np-service-card.is-open .np-service-card__body {
    min-height: 346px !important;
  }

  .np-service-card__art {
    height: calc(100% - 98px) !important;
  }

  .np-section--services,
  .np-section--about {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }

  .np-network-audiences {
    margin-top: 58px !important;
  }

  .np-network-audiences .np-segment {
    min-height: 322px !important;
  }

  .np-network-audiences .np-segment__art {
    height: 62% !important;
  }

  .np-about-visual--builtin {
    min-height: clamp(350px, 88vw, 430px) !important;
  }

  .np-footer__main {
    gap: 20px !important;
    padding-top: 38px !important;
    padding-bottom: 30px !important;
  }

  .np-footer__nav {
    gap: 2px 18px !important;
  }

  .np-footer__bottom {
    gap: 10px !important;
    padding-top: 12px !important;
    padding-bottom: 18px !important;
  }

  .np-footer__bottom > div {
    gap: 2px 14px !important;
    flex-wrap: wrap;
  }
}

/* v2.2.0 final mobile geometry corrections after browser QA. */
@media (max-width: 920px), (hover: none) {
  .np-services-grid {
    grid-auto-rows: auto !important;
    align-items: start !important;
  }

  .np-about-visual--builtin {
    background: transparent !important;
  }

  .np-about-visual--builtin img {
    -webkit-mask-image: radial-gradient(ellipse 86% 88% at 50% 50%, #000 58%, rgba(0,0,0,.95) 70%, rgba(0,0,0,.56) 84%, transparent 100%) !important;
    mask-image: radial-gradient(ellipse 86% 88% at 50% 50%, #000 58%, rgba(0,0,0,.95) 70%, rgba(0,0,0,.56) 84%, transparent 100%) !important;
  }

  .np-about-visual--builtin::after {
    background:
      linear-gradient(90deg, rgba(2,13,26,.72) 0%, rgba(2,13,26,.18) 8%, transparent 18%, transparent 82%, rgba(2,13,26,.18) 92%, rgba(2,13,26,.72) 100%),
      linear-gradient(180deg, rgba(2,13,26,.78) 0%, rgba(2,13,26,.16) 9%, transparent 21%, transparent 76%, rgba(2,13,26,.24) 88%, rgba(2,13,26,.82) 100%) !important;
  }
}

/* v2.2.0 final transparent About artwork treatment. */
@media (max-width: 920px), (hover: none) {
  .np-about-visual--builtin {
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .np-about-visual--builtin img {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .np-about-visual--builtin::after {
    display: none !important;
    content: none !important;
  }
}

/* ======================================================
   v2.2.1 navigation visibility and Hero rhythm
   ====================================================== */

/* Keep normal mobile navigation links clearly legible against Kadence's
   dark off-canvas drawer. These selectors intentionally cover the standard
   Kadence drawer variants used across recent theme releases. */
@media (max-width: 920px) {
  body.netpulse-homepage-active #mobile-drawer .mobile-navigation a,
  body.netpulse-homepage-active #mobile-drawer .mobile-navigation a:visited,
  body.netpulse-homepage-active .popup-drawer .mobile-navigation a,
  body.netpulse-homepage-active .popup-drawer .mobile-navigation a:visited,
  body.netpulse-homepage-active #masthead .mobile-navigation a,
  body.netpulse-homepage-active #masthead .mobile-navigation a:visited,
  body.netpulse-homepage-active .mobile-menu-container a,
  body.netpulse-homepage-active .mobile-menu-container a:visited {
    color: #ffffff !important;
    opacity: 1 !important;
  }

  body.netpulse-homepage-active #mobile-drawer .mobile-navigation a.np-current-section,
  body.netpulse-homepage-active #mobile-drawer .mobile-navigation a[aria-current="location"],
  body.netpulse-homepage-active #mobile-drawer .mobile-navigation .current-menu-item > a,
  body.netpulse-homepage-active .popup-drawer .mobile-navigation a.np-current-section,
  body.netpulse-homepage-active .popup-drawer .mobile-navigation a[aria-current="location"],
  body.netpulse-homepage-active .popup-drawer .mobile-navigation .current-menu-item > a,
  body.netpulse-homepage-active #masthead .mobile-navigation a.np-current-section,
  body.netpulse-homepage-active #masthead .mobile-navigation a[aria-current="location"],
  body.netpulse-homepage-active #masthead .mobile-navigation .current-menu-item > a {
    color: var(--np-green-bright) !important;
  }

  body.netpulse-homepage-active #mobile-drawer .drawer-toggle,
  body.netpulse-homepage-active #mobile-drawer .menu-toggle-close,
  body.netpulse-homepage-active #mobile-drawer .toggle-close-bar,
  body.netpulse-homepage-active .popup-drawer .drawer-toggle,
  body.netpulse-homepage-active .popup-drawer .menu-toggle-close,
  body.netpulse-homepage-active .popup-drawer .toggle-close-bar {
    color: #ffffff !important;
    opacity: 1 !important;
  }

  body.netpulse-homepage-active #mobile-drawer .drawer-toggle svg,
  body.netpulse-homepage-active #mobile-drawer .menu-toggle-close svg,
  body.netpulse-homepage-active .popup-drawer .drawer-toggle svg,
  body.netpulse-homepage-active .popup-drawer .menu-toggle-close svg {
    fill: currentColor !important;
    stroke: currentColor !important;
  }
}

/* Add a little more breathing room to the Hero copy while preserving the
   approved order and artwork positioning. */
.np-hero .np-eyebrow {
  margin-bottom: 30px !important;
}

.np-hero h1 {
  line-height: 1.1 !important;
}

.np-hero__tagline {
  margin-top: 42px !important;
}

.np-hero__details {
  margin-top: 0 !important;
}

.np-hero__description {
  margin-top: 36px !important;
}

.np-hero__actions {
  margin-top: 46px !important;
}

@media (max-width: 920px) {
  .np-hero .np-eyebrow {
    margin-bottom: 27px !important;
  }

  .np-hero h1 {
    line-height: 1.11 !important;
  }

  .np-hero__tagline {
    margin-top: 32px !important;
  }

  /* The artwork remains between the tagline and supporting copy on mobile. */
  .np-hero__description {
    margin-top: 28px !important;
  }

  .np-hero__actions {
    margin-top: 36px !important;
  }
}



/* ======================================================
   v2.2.2 commercial CTA colour hierarchy
   ====================================================== */

/* Header navigation is intentionally left to the approved v2.2.0 theme
   treatment. Blue is reserved for contact actions within page content. */
.np-button--contact,
.np-hero__actions .np-button--contact {
  color: var(--np-white) !important;
  border-color: rgba(96, 199, 255, 0.54) !important;
  background: linear-gradient(135deg, #0878c9 0%, var(--np-blue) 54%, #18a7eb 100%) !important;
  box-shadow: 0 14px 35px rgba(12, 138, 223, 0.27) !important;
}

.np-button--contact:hover,
.np-button--contact:focus-visible,
.np-hero__actions .np-button--contact:hover,
.np-hero__actions .np-button--contact:focus-visible {
  color: var(--np-white) !important;
  border-color: rgba(152, 222, 255, 0.82) !important;
  background: linear-gradient(135deg, #0a86d9 0%, #169be8 58%, #26b4ef 100%) !important;
  box-shadow: 0 18px 42px rgba(12, 138, 223, 0.36) !important;
}

/* ======================================================
   v2.3.0 selected legal-page integration
   ====================================================== */
body.netpulse-legal-page-active {
  overflow-x: hidden;
  background: var(--np-dark);
  color: var(--np-light);
}

body.netpulse-legal-page-active #page,
body.netpulse-legal-page-active .site,
body.netpulse-legal-page-active #wrapper,
body.netpulse-legal-page-active #inner-wrap {
  overflow: visible !important;
  transform: none !important;
  background: var(--np-dark) !important;
}

body.netpulse-legal-page-active #masthead.site-header {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  margin: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  background: rgba(2, 13, 26, 0.96) !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-family: var(--np-body-font);
}

body.netpulse-legal-page-active #masthead .site-main-header-wrap,
body.netpulse-legal-page-active #masthead .site-header-row-container-inner,
body.netpulse-legal-page-active #masthead .site-header-section,
body.netpulse-legal-page-active #masthead .site-header-row {
  background: rgba(2, 13, 26, 0.96) !important;
}

/* Legal pages use the same full-browser header geometry as the homepage,
   while the legal prose below remains deliberately constrained. */
body.netpulse-legal-page-active #masthead .site-header-row-container-inner,
body.netpulse-legal-page-active #masthead .site-main-header-inner-wrap {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  min-height: 90px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
}

body.netpulse-legal-page-active #masthead .site-branding,
body.netpulse-legal-page-active #masthead .site-branding a,
body.netpulse-legal-page-active #masthead .site-branding .brand {
  min-height: 0 !important;
}

body.netpulse-legal-page-active #masthead .custom-logo,
body.netpulse-legal-page-active #masthead .site-branding img,
body.netpulse-legal-page-active #masthead .brand img {
  width: auto !important;
  max-width: 232px !important;
  max-height: 68px !important;
  object-fit: contain;
}

body.admin-bar.netpulse-legal-page-active #masthead.site-header {
  top: 32px;
}

body.netpulse-legal-page-active .entry-header,
body.netpulse-legal-page-active .entry-title,
body.netpulse-legal-page-active .site-footer {
  display: none !important;
}

body.netpulse-legal-page-active .content-area,
body.netpulse-legal-page-active .site-main,
body.netpulse-legal-page-active .entry-content,
body.netpulse-legal-page-active .content-container,
body.netpulse-legal-page-active .entry-content-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.netpulse-legal-page-active .site-container,
body.netpulse-legal-page-active .site-content {
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.np-legal-site {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--np-light);
  background: #020d1a;
  font-family: var(--np-body-font);
}

.np-legal-page {
  min-height: 70vh;
  padding: calc(var(--np-header-offset) + 72px) 0 112px;
  background:
    radial-gradient(circle at 14% 5%, rgba(0, 184, 74, 0.075), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(12, 138, 223, 0.08), transparent 31%),
    linear-gradient(180deg, #020d1a 0%, #031421 58%, #020d1a 100%);
}

.np-legal-shell {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 56px));
  margin-inline: auto;
}

.np-legal-hero {
  max-width: 920px;
  margin-bottom: 52px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--np-line);
}

.np-legal-hero .np-kicker {
  margin-bottom: 18px;
}

.np-legal-hero h1 {
  margin: 0;
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-size: clamp(2.75rem, 5.2vw, 5rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.np-legal-updated {
  margin: 24px 0 0;
  color: #84d7ff;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.np-legal-content {
  max-width: 920px;
  color: #c8d7e2;
  font-size: 1.075rem;
  line-height: 1.78;
}

.np-legal-content > :first-child {
  margin-top: 0;
}

.np-legal-content p,
.np-legal-content ul,
.np-legal-content ol,
.np-legal-content blockquote,
.np-legal-content table {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.np-legal-content h2,
.np-legal-content h3,
.np-legal-content h4 {
  color: var(--np-white);
  font-family: var(--np-heading-font);
  font-weight: 620;
  letter-spacing: -0.028em;
  line-height: 1.18;
}

.np-legal-content h2 {
  margin: 2.05em 0 0.72em;
  font-size: clamp(1.72rem, 2.65vw, 2.45rem);
}

.np-legal-content h3 {
  margin: 1.8em 0 0.68em;
  font-size: clamp(1.3rem, 2vw, 1.72rem);
}

.np-legal-content h4 {
  margin: 1.6em 0 0.62em;
  font-size: 1.18rem;
}

.np-legal-content a {
  color: #63c7ff;
  text-decoration: underline;
  text-decoration-color: rgba(99, 199, 255, 0.45);
  text-underline-offset: 0.18em;
}

.np-legal-content a:hover,
.np-legal-content a:focus-visible {
  color: #88dbff;
  text-decoration-color: currentColor;
}

.np-legal-content strong {
  color: #edf7fc;
  font-weight: 650;
}

.np-legal-content li + li {
  margin-top: 0.48em;
}

.np-legal-content ul,
.np-legal-content ol {
  padding-left: 1.35em;
}

.np-legal-content blockquote {
  padding: 20px 24px;
  border-left: 3px solid var(--np-green-bright);
  background: rgba(10, 33, 52, 0.54);
}

.np-legal-content hr {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid var(--np-line);
}

.np-legal-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 12px;
}

.np-legal-content th,
.np-legal-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--np-line);
  text-align: left;
  vertical-align: top;
}

.np-legal-content th {
  color: var(--np-white);
  background: rgba(10, 33, 52, 0.78);
}

.np-legal-footer {
  border-top: 1px solid rgba(135, 177, 205, 0.12);
}

@media (max-width: 782px) {
  body.admin-bar.netpulse-legal-page-active #masthead.site-header {
    top: 46px;
  }
}

@media (max-width: 920px) {
  body.netpulse-legal-page-active #masthead .site-header-row-container-inner,
  body.netpulse-legal-page-active #masthead .site-main-header-inner-wrap {
    min-height: 74px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  body.netpulse-legal-page-active #masthead .custom-logo,
  body.netpulse-legal-page-active #masthead .site-branding img,
  body.netpulse-legal-page-active #masthead .brand img {
    max-height: 50px !important;
  }

  body.netpulse-legal-page-active #mobile-drawer .mobile-navigation a,
  body.netpulse-legal-page-active #mobile-drawer .mobile-navigation a:visited,
  body.netpulse-legal-page-active .popup-drawer .mobile-navigation a,
  body.netpulse-legal-page-active .popup-drawer .mobile-navigation a:visited,
  body.netpulse-legal-page-active #masthead .mobile-navigation a,
  body.netpulse-legal-page-active #masthead .mobile-navigation a:visited,
  body.netpulse-legal-page-active .mobile-menu-container a,
  body.netpulse-legal-page-active .mobile-menu-container a:visited {
    color: #ffffff !important;
    opacity: 1 !important;
  }

  body.netpulse-legal-page-active #mobile-drawer .drawer-toggle,
  body.netpulse-legal-page-active #mobile-drawer .menu-toggle-close,
  body.netpulse-legal-page-active #mobile-drawer .toggle-close-bar,
  body.netpulse-legal-page-active .popup-drawer .drawer-toggle,
  body.netpulse-legal-page-active .popup-drawer .menu-toggle-close,
  body.netpulse-legal-page-active .popup-drawer .toggle-close-bar {
    color: #ffffff !important;
    opacity: 1 !important;
  }

  body.netpulse-legal-page-active #mobile-drawer .drawer-toggle svg,
  body.netpulse-legal-page-active #mobile-drawer .menu-toggle-close svg,
  body.netpulse-legal-page-active .popup-drawer .drawer-toggle svg,
  body.netpulse-legal-page-active .popup-drawer .menu-toggle-close svg {
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .np-legal-page {
    padding-top: calc(var(--np-header-offset) + 48px);
    padding-bottom: 88px;
  }

  .np-legal-shell {
    width: min(100% - 40px, 920px);
  }

  .np-legal-hero {
    margin-bottom: 42px;
    padding-bottom: 30px;
  }

  .np-legal-content {
    font-size: 1.025rem;
    line-height: 1.72;
  }
}

@media (max-width: 520px) {
  .np-legal-page {
    padding-top: calc(var(--np-header-offset) + 34px);
    padding-bottom: 72px;
  }

  .np-legal-shell {
    width: calc(100% - 34px);
  }

  .np-legal-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    line-height: 1.04;
  }

  .np-legal-content {
    font-size: 1rem;
    line-height: 1.68;
  }

  .np-legal-content h2 {
    margin-top: 1.75em;
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .np-legal-content h3 {
    font-size: 1.3rem;
  }

  .np-legal-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Keep desktop legal-page navigation readable regardless of Kadence palette
   settings inherited from the page template. */
body.netpulse-legal-page-active #masthead .main-navigation a,
body.netpulse-legal-page-active #masthead .primary-menu-container a,
body.netpulse-legal-page-active #masthead nav a {
  color: var(--np-light) !important;
}

body.netpulse-legal-page-active #masthead .main-navigation a:hover,
body.netpulse-legal-page-active #masthead .main-navigation a:focus-visible,
body.netpulse-legal-page-active #masthead .primary-menu-container a:hover,
body.netpulse-legal-page-active #masthead .primary-menu-container a:focus-visible {
  color: var(--np-green-bright) !important;
}

/* v2.3.0 final header geometry: avoid compounded Kadence row padding. */
body.netpulse-legal-page-active #masthead .site-header-row-container-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.netpulse-legal-page-active #masthead .site-main-header-inner-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
}

@media (max-width: 920px) {
  body.netpulse-legal-page-active #masthead .site-main-header-inner-wrap {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}


/* =============================================
   v2.4.0 production finalization
   Header parity, Hero background correction and
   regulatory trust-line treatment.
   ============================================= */

/* The approved artwork already supplies the blue energy. Keep the section
   background quiet so no separate light-blue patch appears behind it. */
.np-hero {
  background:
    radial-gradient(circle at 12% 35%, rgba(0, 145, 35, 0.032), transparent 30%),
    #020d1a !important;
}

.np-hero__orb--blue {
  display: none !important;
}

/* Subtle About trust mark. */
.np-about-licence {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 22px 0 0;
  padding: 8px 12px;
  border: 1px solid rgba(0, 184, 74, 0.22);
  border-radius: 999px;
  color: #b9cbd7;
  background: rgba(0, 145, 35, 0.06);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.np-about-licence span {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(0, 184, 74, 0.34);
  border-radius: 50%;
  color: var(--np-green-bright);
  font-size: 0.68rem;
  line-height: 1;
}

/* Desktop header: normalize Kadence settings to the approved staging geometry. */
@media (min-width: 1025px) {
  body.netpulse-homepage-active #masthead .site-header-row-container-inner,
  body.netpulse-homepage-active #masthead .site-main-header-inner-wrap,
  body.netpulse-legal-page-active #masthead .site-header-row-container-inner,
  body.netpulse-legal-page-active #masthead .site-main-header-inner-wrap {
    min-height: 110px !important;
  }

  body.netpulse-homepage-active #masthead .custom-logo,
  body.netpulse-homepage-active #masthead .site-branding img,
  body.netpulse-homepage-active #masthead .brand img,
  body.netpulse-legal-page-active #masthead .custom-logo,
  body.netpulse-legal-page-active #masthead .site-branding img,
  body.netpulse-legal-page-active #masthead .brand img {
    width: auto !important;
    max-width: 245px !important;
    max-height: 70px !important;
    height: auto !important;
  }

  body.netpulse-homepage-active #masthead .header-navigation .header-menu-container > ul > li > a,
  body.netpulse-homepage-active #masthead .main-navigation .primary-menu-container > ul > li > a,
  body.netpulse-homepage-active #masthead .header-menu-container ul.menu > li > a,
  body.netpulse-legal-page-active #masthead .header-navigation .header-menu-container > ul > li > a,
  body.netpulse-legal-page-active #masthead .main-navigation .primary-menu-container > ul > li > a,
  body.netpulse-legal-page-active #masthead .header-menu-container ul.menu > li > a {
    color: #dce3ea !important;
    opacity: 1 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
  }

  body.netpulse-homepage-active #masthead .header-navigation .header-menu-container > ul > li > a:hover,
  body.netpulse-homepage-active #masthead .header-navigation .header-menu-container > ul > li > a:focus-visible,
  body.netpulse-homepage-active #masthead .main-navigation .primary-menu-container > ul > li > a:hover,
  body.netpulse-homepage-active #masthead .main-navigation .primary-menu-container > ul > li > a:focus-visible,
  body.netpulse-legal-page-active #masthead .header-navigation .header-menu-container > ul > li > a:hover,
  body.netpulse-legal-page-active #masthead .header-navigation .header-menu-container > ul > li > a:focus-visible,
  body.netpulse-legal-page-active #masthead .main-navigation .primary-menu-container > ul > li > a:hover,
  body.netpulse-legal-page-active #masthead .main-navigation .primary-menu-container > ul > li > a:focus-visible {
    color: #ffffff !important;
  }

  body.netpulse-homepage-active #masthead a.np-current-section,
  body.netpulse-homepage-active #masthead a[aria-current="location"] {
    color: var(--np-green-bright) !important;
  }
}

/* Tablet. */
@media (min-width: 768px) and (max-width: 1024px) {
  body.netpulse-homepage-active #masthead .site-header-row-container-inner,
  body.netpulse-homepage-active #masthead .site-main-header-inner-wrap,
  body.netpulse-legal-page-active #masthead .site-header-row-container-inner,
  body.netpulse-legal-page-active #masthead .site-main-header-inner-wrap {
    min-height: 92px !important;
  }

  body.netpulse-homepage-active #masthead .custom-logo,
  body.netpulse-homepage-active #masthead .site-branding img,
  body.netpulse-homepage-active #masthead .brand img,
  body.netpulse-legal-page-active #masthead .custom-logo,
  body.netpulse-legal-page-active #masthead .site-branding img,
  body.netpulse-legal-page-active #masthead .brand img {
    width: auto !important;
    max-width: 205px !important;
    max-height: 60px !important;
    height: auto !important;
  }

  body.netpulse-homepage-active #masthead .main-navigation a,
  body.netpulse-legal-page-active #masthead .main-navigation a {
    color: #dce3ea !important;
    opacity: 1 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
  }

  body.netpulse-homepage-active .mobile-navigation a,
  body.netpulse-homepage-active .drawer-nav-drop-wrap a,
  body.netpulse-homepage-active .popup-drawer .drawer-inner a,
  body.netpulse-legal-page-active .mobile-navigation a,
  body.netpulse-legal-page-active .drawer-nav-drop-wrap a,
  body.netpulse-legal-page-active .popup-drawer .drawer-inner a {
    color: #ffffff !important;
    opacity: 1 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
  }
}

/* Mobile matches the approved compact staging header and white drawer links. */
@media (max-width: 767px) {
  body.netpulse-homepage-active #masthead .site-header-row-container-inner,
  body.netpulse-homepage-active #masthead .site-main-header-inner-wrap,
  body.netpulse-legal-page-active #masthead .site-header-row-container-inner,
  body.netpulse-legal-page-active #masthead .site-main-header-inner-wrap {
    min-height: 74px !important;
  }

  body.netpulse-homepage-active #masthead .custom-logo,
  body.netpulse-homepage-active #masthead .site-branding img,
  body.netpulse-homepage-active #masthead .brand img,
  body.netpulse-legal-page-active #masthead .custom-logo,
  body.netpulse-legal-page-active #masthead .site-branding img,
  body.netpulse-legal-page-active #masthead .brand img {
    width: auto !important;
    max-width: 150px !important;
    max-height: 50px !important;
    height: auto !important;
  }

  body.netpulse-homepage-active .mobile-navigation a,
  body.netpulse-homepage-active .mobile-navigation a:visited,
  body.netpulse-homepage-active .drawer-nav-drop-wrap a,
  body.netpulse-homepage-active .popup-drawer .drawer-inner a,
  body.netpulse-legal-page-active .mobile-navigation a,
  body.netpulse-legal-page-active .mobile-navigation a:visited,
  body.netpulse-legal-page-active .drawer-nav-drop-wrap a,
  body.netpulse-legal-page-active .popup-drawer .drawer-inner a {
    color: #ffffff !important;
    opacity: 1 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
  }

  body.netpulse-homepage-active .mobile-navigation a.np-current-section,
  body.netpulse-homepage-active .mobile-navigation a[aria-current="location"] {
    color: var(--np-green-bright) !important;
  }

  .np-about-licence {
    margin-top: 18px;
    font-size: 0.74rem;
  }
}


/* ======================================================
   v2.4.1 production corrections
   - Keep contact form text legible in focus/autofill states.
   - Give the JavaScript section state precedence over Kadence navigation rules.
   ====================================================== */

body.netpulse-homepage-active .np-contact-form input,
body.netpulse-homepage-active .np-contact-form textarea,
body.netpulse-homepage-active .np-contact-form input:focus,
body.netpulse-homepage-active .np-contact-form textarea:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  opacity: 1 !important;
}

body.netpulse-homepage-active .np-contact-form input::placeholder,
body.netpulse-homepage-active .np-contact-form textarea::placeholder {
  color: rgba(220, 227, 234, 0.46) !important;
  -webkit-text-fill-color: rgba(220, 227, 234, 0.46) !important;
  opacity: 1 !important;
}

body.netpulse-homepage-active .np-contact-form input:-webkit-autofill,
body.netpulse-homepage-active .np-contact-form input:-webkit-autofill:hover,
body.netpulse-homepage-active .np-contact-form input:-webkit-autofill:focus,
body.netpulse-homepage-active .np-contact-form textarea:-webkit-autofill,
body.netpulse-homepage-active .np-contact-form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 1000px #031420 inset !important;
  box-shadow: 0 0 0 1000px #031420 inset !important;
  transition: background-color 9999s ease-out 0s;
}

/* Desktop active state: deliberately more specific than Kadence's base menu rule. */
@media (min-width: 1025px) {
  body.netpulse-homepage-active #masthead .header-navigation .header-menu-container > ul > li > a.np-current-section,
  body.netpulse-homepage-active #masthead .main-navigation .primary-menu-container > ul > li > a.np-current-section,
  body.netpulse-homepage-active #masthead .header-menu-container ul.menu > li > a.np-current-section,
  body.netpulse-homepage-active #masthead .header-navigation .header-menu-container > ul > li > a[aria-current="location"],
  body.netpulse-homepage-active #masthead .main-navigation .primary-menu-container > ul > li > a[aria-current="location"] {
    color: var(--np-green-bright) !important;
    opacity: 1 !important;
  }
}

/* Tablet/compact header. */
@media (min-width: 768px) and (max-width: 1024px) {
  body.netpulse-homepage-active #masthead .main-navigation a.np-current-section,
  body.netpulse-homepage-active #masthead .main-navigation a[aria-current="location"] {
    color: var(--np-green-bright) !important;
  }
}

/* Mobile drawer: only the section selected by the NetPulse tracker is green.
   WordPress/Kadence's current-page class must not leave Home green as well. */
@media (max-width: 920px) {
  body.netpulse-homepage-active #mobile-drawer .mobile-navigation .current-menu-item > a:not(.np-current-section),
  body.netpulse-homepage-active #mobile-drawer .mobile-navigation .current_page_item > a:not(.np-current-section),
  body.netpulse-homepage-active .popup-drawer .mobile-navigation .current-menu-item > a:not(.np-current-section),
  body.netpulse-homepage-active .popup-drawer .mobile-navigation .current_page_item > a:not(.np-current-section),
  body.netpulse-homepage-active .mobile-menu-container .current-menu-item > a:not(.np-current-section),
  body.netpulse-homepage-active .mobile-menu-container .current_page_item > a:not(.np-current-section) {
    color: #ffffff !important;
  }

  body.netpulse-homepage-active #mobile-drawer .mobile-navigation a.np-current-section,
  body.netpulse-homepage-active #mobile-drawer .mobile-navigation a[aria-current="location"],
  body.netpulse-homepage-active .popup-drawer .mobile-navigation a.np-current-section,
  body.netpulse-homepage-active .popup-drawer .mobile-navigation a[aria-current="location"],
  body.netpulse-homepage-active .mobile-menu-container a.np-current-section,
  body.netpulse-homepage-active .mobile-menu-container a[aria-current="location"] {
    color: var(--np-green-bright) !important;
  }
}


/* =============================================
   v2.4.2 performance pass
   Above-the-fold Hero content must remain paintable immediately.
   ============================================= */
body.np-motion-ready .np-hero .np-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}


/* =============================================
   v2.4.3 production performance/accessibility polish
   ============================================= */

/* Raise the remaining small-print text above WCAG AA contrast thresholds on
   the dark corporate surfaces without changing the visual hierarchy. */
.np-footer__bottom,
.np-footer__location,
.np-network-note,
.np-network-reach-note,
.np-service-card__top > span {
  color: #829aaa;
}

/* Intrinsic dimensions are now emitted in markup; preserve responsive sizing. */
body.netpulse-homepage-active .np-site img,
body.netpulse-legal-page-active .np-site img {
  max-width: 100%;
  height: auto;
}
