:root {
  --ngd-ink: #061728;
  --ngd-navy: #08233d;
  --ngd-blue: #078ff0;
  --ngd-blue-bright: #20b7ff;
  --ngd-mist: #edf6fc;
  --ngd-line: #cfe0ec;
  --ngd-text: #17324a;
  --ngd-muted: #5f7487;
}

body.ng-service-detail-active {
  overflow-x: hidden;
  background: #fff;
}

body.ng-service-detail-active > [data-elementor-type="wp-page"] {
  display: none !important;
}

.ngd-page,
.ngd-page * {
  box-sizing: border-box;
}

.ngd-page {
  color: var(--ngd-text);
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.65;
}

.ngd-page a {
  text-decoration: none;
}

.ngd-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.ngd-hero {
  position: relative;
  min-height: 580px;
  display: grid;
  align-items: start;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: var(--ngd-ink);
}

.ngd-hero-media,
.ngd-hero-shade,
.ngd-hero-grid {
  position: absolute;
  inset: 0;
}

.ngd-hero-media {
  z-index: -3;
  background-position: center;
  background-size: cover;
  transform: scale(1.025);
  animation: ngdHeroSettle 1.4s ease-out forwards;
}

.ngd-theme-traffic .ngd-hero-media {
  background-position: center left;
}

.ngd-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 13, 25, .96) 0%, rgba(3, 18, 33, .89) 42%, rgba(3, 18, 33, .34) 78%, rgba(3, 18, 33, .16) 100%),
    linear-gradient(0deg, rgba(3, 18, 33, .92) 0%, transparent 50%);
}

.ngd-hero-grid {
  z-index: -1;
  opacity: .24;
  background-image:
    linear-gradient(rgba(57, 174, 255, .2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 174, 255, .2) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.ngd-hero-inner {
  padding: 88px 0 52px;
}

.ngd-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  font-weight: 600;
}

.ngd-breadcrumbs a {
  color: #fff;
}

.ngd-breadcrumbs i {
  color: var(--ngd-blue-bright);
  font-size: 10px;
}

.ngd-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(220px, 1fr);
  align-items: end;
  gap: 70px;
}

.ngd-kicker,
.ngd-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ngd-blue-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ngd-kicker::before,
.ngd-section-kicker::before {
  width: 34px;
  height: 2px;
  content: "";
  background: currentColor;
}

.ngd-hero h1 {
  max-width: 800px;
  margin: 16px 0 20px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.ngd-hero-copy {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.75;
}

.ngd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ngd-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.ngd-button:hover {
  color: #fff;
  transform: translateY(-2px);
}

.ngd-button-primary {
  background: var(--ngd-blue);
  box-shadow: 0 12px 34px rgba(0, 143, 240, .27);
}

.ngd-button-primary:hover {
  background: #0aa5ff;
  box-shadow: 0 16px 42px rgba(0, 143, 240, .38);
}

.ngd-button-ghost {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
}

.ngd-button-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .13);
}

.ngd-hero-rail {
  padding-left: 25px;
  border-left: 1px solid rgba(94, 193, 255, .5);
}

.ngd-hero-rail strong {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.ngd-rail-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
}

.ngd-rail-item i {
  color: var(--ngd-blue-bright);
  font-size: 18px;
}

.ngd-brand-stamp {
  position: absolute;
  top: 34px;
  right: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ngd-brand-stamp img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.ngd-proof {
  position: relative;
  z-index: 3;
  color: #fff;
  background: var(--ngd-navy);
  border-top: 1px solid rgba(45, 169, 255, .5);
}

.ngd-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ngd-proof-item {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px 25px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.ngd-proof-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.ngd-proof-item i {
  color: var(--ngd-blue-bright);
  font-size: 25px;
}

.ngd-proof-item strong,
.ngd-proof-item span {
  display: block;
}

.ngd-proof-item strong {
  color: #fff;
  font-size: 15px;
}

.ngd-proof-item span {
  margin-top: 2px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

.ngd-section {
  padding: 96px 0;
}

.ngd-section-soft {
  background: var(--ngd-mist);
}

.ngd-section-dark {
  color: #fff;
  background: var(--ngd-ink);
}

.ngd-overview {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: 70px;
}

.ngd-overview-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 70px rgba(8, 35, 61, .16);
}

.ngd-overview-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 18, 33, .64), transparent 56%);
}

.ngd-media-note {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.ngd-copy {
  align-self: center;
}

.ngd-copy h2,
.ngd-heading h2,
.ngd-standards h2,
.ngd-related h2,
.ngd-faq h2,
.ngd-cta h2 {
  margin: 13px 0 20px;
  color: var(--ngd-navy);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ngd-section-dark h2,
.ngd-section-dark .ngd-section-kicker {
  color: #fff;
}

.ngd-copy > p,
.ngd-heading p,
.ngd-standards > div > p,
.ngd-related > p,
.ngd-faq-intro {
  color: var(--ngd-muted);
  font-size: 16px;
}

.ngd-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 24px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ngd-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ngd-navy);
  font-size: 14px;
  font-weight: 700;
}

.ngd-checks i {
  margin-top: 4px;
  color: var(--ngd-blue);
}

.ngd-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

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

.ngd-capability {
  min-height: 265px;
  padding: 28px;
  border: 1px solid var(--ngd-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8, 35, 61, .07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ngd-capability:hover {
  transform: translateY(-6px);
  border-color: #78caff;
  box-shadow: 0 24px 58px rgba(8, 35, 61, .13);
}

.ngd-capability-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 6px;
  color: #fff;
  background: var(--ngd-blue);
  font-size: 20px;
  box-shadow: 0 10px 26px rgba(0, 143, 240, .24);
}

.ngd-capability h3 {
  margin: 0 0 12px;
  color: var(--ngd-navy);
  font-size: 19px;
  line-height: 1.3;
}

.ngd-capability p {
  margin: 0;
  color: var(--ngd-muted);
  font-size: 14px;
}

.ngd-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  counter-reset: ngd-step;
}

.ngd-step {
  position: relative;
  min-height: 220px;
  padding: 32px 30px;
  border-top: 1px solid rgba(255, 255, 255, .19);
  border-right: 1px solid rgba(255, 255, 255, .12);
  counter-increment: ngd-step;
}

.ngd-step:first-child {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.ngd-step::before {
  display: block;
  margin-bottom: 38px;
  content: "0" counter(ngd-step);
  color: var(--ngd-blue-bright);
  font-size: 13px;
  font-weight: 800;
}

.ngd-step h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
}

.ngd-step p {
  margin: 0;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
}

.ngd-standards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
  gap: 70px;
  align-items: center;
}

.ngd-standard-list {
  border-top: 1px solid var(--ngd-line);
}

.ngd-standard-row {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--ngd-line);
}

.ngd-standard-row i {
  color: var(--ngd-blue);
  font-size: 20px;
}

.ngd-standard-row strong,
.ngd-standard-row span {
  display: block;
}

.ngd-standard-row strong {
  color: var(--ngd-navy);
  font-size: 15px;
}

.ngd-standard-row span {
  margin-top: 3px;
  color: var(--ngd-muted);
  font-size: 13px;
}

.ngd-assurance {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 36px;
  border-radius: 8px;
  color: #fff;
  background: var(--ngd-navy);
}

.ngd-assurance::before {
  position: absolute;
  top: -80px;
  right: -70px;
  width: 250px;
  height: 250px;
  content: "";
  border: 1px solid rgba(56, 183, 255, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(56, 183, 255, .05), 0 0 0 100px rgba(56, 183, 255, .03);
}

.ngd-assurance i {
  position: relative;
  color: var(--ngd-blue-bright);
  font-size: 42px;
}

.ngd-assurance strong {
  position: relative;
  max-width: 340px;
  display: block;
  margin-top: 26px;
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
}

.ngd-assurance span {
  position: relative;
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .67);
  font-size: 14px;
}

.ngd-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.ngd-related-card {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--ngd-line);
  border-radius: 8px;
  color: var(--ngd-navy);
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.ngd-related-card:hover {
  color: var(--ngd-blue);
  transform: translateY(-4px);
  border-color: var(--ngd-blue);
}

.ngd-related-card i {
  color: var(--ngd-blue);
  font-size: 22px;
}

.ngd-related-card strong {
  color: inherit;
  font-size: 16px;
  line-height: 1.35;
}

.ngd-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
  gap: 80px;
}

.ngd-faq-list {
  border-top: 1px solid var(--ngd-line);
}

.ngd-faq-item {
  border-bottom: 1px solid var(--ngd-line);
}

.ngd-faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: 20px;
  padding: 23px 0;
  border: 0;
  color: var(--ngd-navy);
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.ngd-faq-question i {
  color: var(--ngd-blue);
  transition: transform .2s ease;
}

.ngd-faq-answer {
  max-height: 0;
  overflow: hidden;
  color: var(--ngd-muted);
  font-size: 14px;
  transition: max-height .3s ease, padding .3s ease;
}

.ngd-faq-item.is-open .ngd-faq-answer {
  max-height: 240px;
  padding: 0 45px 24px 0;
}

.ngd-faq-item.is-open .ngd-faq-question i {
  transform: rotate(45deg);
}

.ngd-cta {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  color: #fff;
  background: var(--ngd-navy);
}

.ngd-cta::after {
  position: absolute;
  inset: 0 0 0 auto;
  width: 44%;
  content: "";
  opacity: .38;
  background-image:
    linear-gradient(rgba(46, 177, 255, .2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 177, 255, .2) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.ngd-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.ngd-cta h2 {
  max-width: 720px;
  margin-bottom: 8px;
  color: #fff;
}

.ngd-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
}

.ngd-reveal {
  opacity: 1;
  transform: none;
}

.ngd-motion-ready .ngd-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

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

@keyframes ngdHeroSettle {
  to { transform: scale(1); }
}

@media (max-width: 1024px) {
  .ngd-hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ngd-hero-rail {
    max-width: 720px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(94, 193, 255, .5);
  }

  .ngd-hero-rail strong {
    grid-column: 1 / -1;
    margin: 18px 0 0;
  }

  .ngd-rail-item {
    padding-right: 18px;
  }

  .ngd-proof-grid,
  .ngd-capability-grid,
  .ngd-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ngd-overview,
  .ngd-standards {
    gap: 42px;
  }

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

  .ngd-step:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, .12);
  }

  .ngd-faq-layout {
    gap: 45px;
  }
}

@media (max-width: 767px) {
  .ngd-shell {
    width: min(100% - 32px, 1180px);
  }

  .ngd-hero {
    min-height: 600px;
    align-items: start;
  }

  .ngd-hero-inner {
    padding: 70px 0 36px;
  }

  .ngd-brand-stamp {
    top: 20px;
    right: 18px;
  }

  .ngd-brand-stamp span {
    display: none;
  }

  .ngd-breadcrumbs {
    margin-bottom: 19px;
  }

  .ngd-hero h1 {
    font-size: clamp(37px, 11vw, 52px);
  }

  .ngd-hero-copy {
    font-size: 15px;
  }

  .ngd-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ngd-button {
    width: 100%;
  }

  .ngd-hero-rail {
    display: none;
  }

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

  .ngd-proof-item {
    min-height: 94px;
    padding: 17px 14px;
  }

  .ngd-proof-item:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, .1);
  }

  .ngd-proof-item i {
    font-size: 20px;
  }

  .ngd-proof-item strong {
    font-size: 13px;
  }

  .ngd-proof-item span {
    font-size: 10px;
  }

  .ngd-section {
    padding: 68px 0;
  }

  .ngd-overview,
  .ngd-standards,
  .ngd-faq-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ngd-overview-media {
    min-height: 340px;
  }

  .ngd-copy h2,
  .ngd-heading h2,
  .ngd-standards h2,
  .ngd-related h2,
  .ngd-faq h2,
  .ngd-cta h2 {
    font-size: clamp(29px, 9vw, 40px);
  }

  .ngd-checks,
  .ngd-capability-grid,
  .ngd-process-grid,
  .ngd-related-grid {
    grid-template-columns: 1fr;
  }

  .ngd-capability {
    min-height: 0;
  }

  .ngd-step,
  .ngd-step:nth-child(3) {
    min-height: 0;
    border-left: 1px solid rgba(255, 255, 255, .12);
  }

  .ngd-step::before {
    margin-bottom: 24px;
  }

  .ngd-assurance {
    min-height: 350px;
    padding: 28px;
  }

  .ngd-related-card {
    min-height: 130px;
  }

  .ngd-cta-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
  }

  .ngd-cta::after {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ngd-hero-media,
  .ngd-reveal,
  .ngd-capability,
  .ngd-related-card,
  .ngd-button {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
