.legacy-protection-section {
  display: none !important;
}

.ng-defense {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 7vw, 8.5rem);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 28%, rgba(137, 172, 91, .075), transparent 25rem),
    linear-gradient(180deg, #070a08 0%, #040605 100%);
}

.ng-defense-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .23;
  background-image:
    linear-gradient(rgba(184, 217, 134, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 217, 134, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
}

.ng-defense::before {
  content: "NG // DEFENSE MATRIX";
  position: absolute;
  top: 2.4rem;
  right: clamp(1.5rem, 7vw, 8.5rem);
  color: var(--dim);
  font: 500 .5rem var(--mono);
  letter-spacing: .16em;
}

.ng-defense-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: end;
  gap: clamp(2.5rem, 7vw, 8rem);
}

.ng-defense-intro .section-index {
  margin-bottom: 2.5rem;
}

.ng-defense-intro h2 {
  max-width: 950px;
  margin: 0;
  color: #e4e9e0;
  font: 750 clamp(3.2rem, 6.2vw, 7rem)/.9 var(--condensed);
  letter-spacing: -.035em;
}

.ng-defense-lead {
  margin: 0 0 .35rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.9;
}

.ng-command {
  display: grid;
  grid-template-columns: minmax(390px, 1.03fr) minmax(420px, .97fr);
  min-height: 470px;
  margin-top: clamp(3.5rem, 6vw, 6rem);
  border: 1px solid var(--line-strong);
  background: #070a08;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.ng-command-core {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-width: 0;
  padding: clamp(2.2rem, 5vw, 5rem);
  border-right: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(112, 146, 70, .15), transparent 55%),
    #080c09;
}

.ng-command-core::after {
  content: "90";
  position: absolute;
  right: -1.2rem;
  bottom: -3.5rem;
  color: rgba(184, 217, 134, .025);
  font: 800 18rem/.8 var(--condensed);
  pointer-events: none;
}

.ng-live-label {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--green-soft);
  font: 550 .52rem var(--mono);
  letter-spacing: .15em;
}

.ng-live-label i,
.ng-defense-card-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(184, 217, 134, .55);
}

.ng-core-count {
  margin-top: 2.4rem;
  color: var(--green);
  font: 780 clamp(7rem, 11vw, 11rem)/.72 var(--condensed);
  letter-spacing: -.055em;
}

.ng-core-count sup {
  position: relative;
  top: -2.5rem;
  margin-left: .15rem;
  font-size: .3em;
  letter-spacing: 0;
}

.ng-command-core h3 {
  max-width: 430px;
  margin: 2.5rem 0 .8rem;
  color: #dce4d7;
  font: 680 clamp(1.35rem, 2.2vw, 2rem)/1.1 var(--condensed);
  letter-spacing: .025em;
}

.ng-command-core > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.75;
}

.ng-core-line {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.2rem;
  color: var(--dim);
  font: 500 .48rem var(--mono);
  letter-spacing: .13em;
}

.ng-core-line span {
  width: 55px;
  height: 1px;
  background: var(--green-dark);
}

.ng-command-systems {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  min-width: 0;
}

.ng-system-row {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  padding: 1.7rem 2rem;
  border-bottom: 1px solid var(--line);
  transition: background .25s ease;
}

.ng-system-row:last-child {
  border-bottom: 0;
}

.ng-system-row:hover {
  background: rgba(184, 217, 134, .035);
}

.ng-system-key {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: .45rem;
  padding-right: 1.5rem;
  border-right: 1px solid var(--line);
}

.ng-system-key b {
  color: var(--green);
  font: 750 2.6rem/.85 var(--condensed);
  letter-spacing: -.025em;
}

.ng-system-key small {
  color: var(--dim);
  font: 500 .44rem/1.4 var(--mono);
  letter-spacing: .12em;
}

.ng-system-copy {
  min-width: 0;
  display: grid;
  gap: .7rem;
  padding-left: 1.8rem;
}

.ng-system-copy > span {
  color: #d5dcd1;
  font: 650 1rem/1.2 var(--condensed);
  letter-spacing: .045em;
}

.ng-system-copy p {
  margin: 0;
  color: var(--dim);
  font: 500 .52rem/1.6 var(--mono);
  letter-spacing: .08em;
}

.ng-mode-list {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.ng-mode-list i {
  padding: .25rem .4rem;
  border: 1px solid var(--line);
  color: #7f8a7c;
  background: #050806;
  font: 500 .43rem var(--mono);
  letter-spacing: .07em;
  font-style: normal;
}

.ng-defense-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 1px;
  border: 1px solid var(--line-strong);
  background: var(--line);
}

.ng-defense-card {
  position: relative;
  min-width: 0;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 1.8rem;
  background: #080c09;
  transition: transform .25s ease, background .25s ease;
}

.ng-defense-card:hover {
  z-index: 2;
  background: #0d130e;
  transform: translateY(-4px);
}

.ng-defense-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}

.ng-defense-card-top span {
  color: var(--green);
  font: 650 .62rem var(--mono);
}

.ng-defense-card-top small {
  color: var(--dim);
  font: 500 .48rem var(--mono);
  letter-spacing: .14em;
}

.ng-defense-card h3 {
  margin: 2.6rem 0 1rem;
  color: #dce3d8;
  font: 650 1.5rem var(--condensed);
}

.ng-defense-card > p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.75;
}

.ng-defense-card-state {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--green-soft);
  font: 550 .47rem var(--mono);
  letter-spacing: .1em;
}

.ng-defense-card-state i {
  width: 4px;
  height: 4px;
}

.ng-defense-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1px;
  padding: 1.6rem 1.8rem;
  border: 1px solid var(--line-strong);
  background: linear-gradient(90deg, rgba(184, 217, 134, .075), rgba(5, 8, 6, .92));
}

.ng-defense-footer > div {
  display: grid;
  gap: .5rem;
}

.ng-defense-footer small {
  color: var(--dim);
  font: 500 .5rem var(--mono);
  letter-spacing: .13em;
}

.ng-defense-footer strong {
  color: #d4dbd0;
  font: 600 1.15rem var(--condensed);
}

.ng-defense-footer .button {
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .ng-defense-head {
    grid-template-columns: 1fr;
  }

  .ng-defense-lead {
    max-width: 720px;
  }

  .ng-command {
    grid-template-columns: 1fr;
  }

  .ng-command-core {
    min-height: 470px;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .ng-defense-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .ng-defense {
    padding: 5.5rem 1.25rem;
  }

  .ng-defense-intro h2 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .ng-command-core {
    min-height: 430px;
    padding: 2rem 1.5rem;
  }

  .ng-core-count {
    font-size: clamp(6rem, 28vw, 8rem);
  }

  .ng-system-row {
    grid-template-columns: 105px minmax(0, 1fr);
    padding: 1.35rem 1.15rem;
  }

  .ng-system-key {
    padding-right: 1rem;
  }

  .ng-system-key b {
    font-size: 2rem;
  }

  .ng-system-copy {
    padding-left: 1.1rem;
  }

  .ng-defense-categories {
    grid-template-columns: 1fr;
  }

  .ng-defense-card {
    min-height: 280px;
  }

  .ng-defense-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .ng-defense-footer .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .ng-system-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ng-system-key {
    grid-template-columns: auto 1fr;
    align-items: end;
    padding: 0 0 .9rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ng-system-copy {
    padding-left: 0;
  }
}
