body.ng-contact-active {
  background: #06111d !important;
}

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

.ng-contact-redesign {
  --ng-navy: #06111d;
  --ng-navy-2: #0b1f33;
  --ng-blue: #079cff;
  --ng-blue-2: #1ab7ff;
  --ng-line: rgba(130, 207, 255, 0.22);
  --ng-text: #f7fbff;
  --ng-muted: #b8cadc;
  background:
    linear-gradient(180deg, rgba(4, 12, 22, 0.92), rgba(6, 17, 29, 0.97)),
    radial-gradient(circle at 12% 12%, rgba(7, 156, 255, 0.28), transparent 34%),
    #06111d;
  color: var(--ng-text);
  font-family: "Plus Jakarta Sans", "Inter", Arial, sans-serif;
  overflow: hidden;
  position: relative;
}

.ng-contact-redesign,
.ng-contact-redesign * {
  box-sizing: border-box;
}

.ng-contact-redesign a {
  color: inherit;
  text-decoration: none;
}

.ng-contact-redesign::before {
  background-image:
    linear-gradient(rgba(130, 207, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 207, 255, 0.08) 1px, transparent 1px);
  background-size: 88px 88px;
  content: "";
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
}

.ng-contact-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding: 54px 24px 72px;
  position: relative;
  z-index: 1;
}

.ng-contact-hero {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: 640px;
}

.ng-contact-brief,
.ng-contact-panel,
.ng-contact-card,
.ng-contact-footer-strip {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: linear-gradient(145deg, rgba(13, 32, 51, 0.78), rgba(6, 15, 27, 0.84));
  border: 1px solid rgba(139, 212, 255, 0.2);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.ng-contact-brief {
  align-content: end;
  background:
    linear-gradient(180deg, rgba(5, 15, 27, 0.18), rgba(5, 15, 27, 0.96)),
    url("nexguard-media/hero-security-desktop-final.jpg") center / cover no-repeat;
  border-radius: 28px;
  display: grid;
  min-height: 640px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.ng-contact-brief::before {
  background: linear-gradient(115deg, rgba(7, 156, 255, 0.4), transparent 36%);
  content: "";
  inset: 0;
  opacity: 0.65;
  pointer-events: none;
  position: absolute;
}

.ng-contact-brief::after {
  background: linear-gradient(90deg, transparent, rgba(26, 183, 255, 0.58), transparent);
  bottom: 168px;
  content: "";
  height: 1px;
  left: -24%;
  position: absolute;
  transform: rotate(-12deg);
  width: 86%;
}

.ng-contact-brief-inner {
  position: relative;
  z-index: 1;
}

.ng-contact-kicker {
  align-items: center;
  color: var(--ng-blue-2);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.ng-contact-kicker::before {
  background: linear-gradient(90deg, var(--ng-blue), rgba(26, 183, 255, 0.08));
  content: "";
  height: 3px;
  width: 42px;
}

.ng-contact-brief h1 {
  color: #ffffff;
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 620px;
}

.ng-contact-brief p {
  color: rgba(247, 251, 255, 0.84);
  font-size: 19px;
  line-height: 1.65;
  margin: 22px 0 0;
  max-width: 590px;
}

.ng-contact-live {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ng-contact-live span {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  padding: 11px 14px;
}

.ng-contact-live i {
  color: var(--ng-blue-2);
}

.ng-contact-panel {
  border-radius: 28px;
  display: grid;
  gap: 26px;
  grid-template-rows: auto 1fr;
  padding: 30px;
}

.ng-contact-panel-head {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
}

.ng-contact-panel-head h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.08;
  margin: 0;
}

.ng-contact-panel-head p {
  color: var(--ng-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 12px 0 0;
}

.ng-contact-status-pill {
  align-items: center;
  background: rgba(7, 156, 255, 0.16);
  border: 1px solid rgba(26, 183, 255, 0.42);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  padding: 10px 13px;
  white-space: nowrap;
}

.ng-contact-status-pill::before {
  animation: ng-contact-pulse 1.9s ease-in-out infinite;
  background: var(--ng-blue-2);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(26, 183, 255, 0.95);
  content: "";
  height: 9px;
  width: 9px;
}

@keyframes ng-contact-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

.ng-contact-actions {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ng-contact-action {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(139, 212, 255, 0.16);
  border-radius: 18px;
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 18px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ng-contact-action:hover,
.ng-contact-action:focus-visible {
  border-color: rgba(26, 183, 255, 0.68);
  box-shadow: 0 0 28px rgba(7, 156, 255, 0.22);
  outline: none;
  transform: translateY(-2px);
}

.ng-contact-action small {
  color: var(--ng-blue-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ng-contact-action strong {
  color: #ffffff;
  display: block;
  font-size: 19px;
  line-height: 1.25;
}

.ng-contact-action span {
  color: var(--ng-muted);
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.ng-contact-form {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.965);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
  color: #092137;
  display: grid;
  gap: 18px;
  padding: 26px;
}

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

.ng-contact-field {
  display: grid;
  gap: 8px;
}

.ng-contact-field label,
.ng-contact-service legend {
  color: #08253d;
  font-size: 14px;
  font-weight: 900;
}

.ng-contact-field input,
.ng-contact-field textarea {
  background: #f4f8fc;
  border: 1px solid #c8d9ea;
  border-radius: 14px;
  color: #0a2238;
  font: inherit;
  font-size: 15px;
  outline: none;
  padding: 15px 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  width: 100%;
}

.ng-contact-field textarea {
  min-height: 126px;
  resize: vertical;
}

.ng-contact-field input:focus,
.ng-contact-field textarea:focus {
  background: #ffffff;
  border-color: var(--ng-blue);
  box-shadow: 0 0 0 4px rgba(7, 156, 255, 0.14);
}

.ng-contact-service {
  border: 0;
  margin: 0;
  padding: 0;
}

.ng-contact-service-options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
}

.ng-contact-service label {
  align-items: center;
  background: #eef6fd;
  border: 1px solid #c8d9ea;
  border-radius: 999px;
  color: #143958;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  text-align: center;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ng-contact-service input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.ng-contact-service label:has(input:checked) {
  background: linear-gradient(135deg, #0088ec, #14baff);
  border-color: #079cff;
  box-shadow: 0 14px 26px rgba(7, 156, 255, 0.24);
  color: #ffffff;
}

.ng-contact-submit-row {
  align-items: center;
  display: grid;
  gap: 13px;
  grid-template-columns: minmax(0, 220px) 1fr;
}

.ng-contact-submit {
  background: linear-gradient(135deg, #0088ec, #14baff) !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 34px rgba(7, 156, 255, 0.25) !important;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 900 !important;
  min-height: 56px;
  padding: 0 22px !important;
  transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.ng-contact-submit:hover,
.ng-contact-submit:focus-visible {
  box-shadow: 0 0 30px rgba(26, 183, 255, 0.48) !important;
  filter: brightness(1.04);
  outline: none;
  transform: translateY(-1px);
}

.ng-contact-submit:disabled {
  cursor: wait;
  filter: grayscale(0.3);
  opacity: 0.7;
  transform: none;
}

.nexguard-form-status {
  color: #44617a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  min-height: 20px;
}

.nexguard-form-status-success {
  color: #096b3d;
}

.nexguard-form-status-error {
  color: #a82a2a;
}

.nexguard-form-status a {
  color: #0079d6;
  font-weight: 900;
  text-decoration: underline;
}

.ng-contact-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.ng-contact-card {
  border-radius: 24px;
  min-height: 180px;
  padding: 24px;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ng-contact-card:hover {
  border-color: rgba(26, 183, 255, 0.62);
  box-shadow: 0 0 34px rgba(7, 156, 255, 0.2);
  transform: translateY(-3px);
}

.ng-contact-card-icon {
  align-items: center;
  background: rgba(7, 156, 255, 0.16);
  border: 1px solid rgba(26, 183, 255, 0.34);
  border-radius: 18px;
  color: var(--ng-blue-2);
  display: flex;
  font-size: 21px;
  height: 54px;
  justify-content: center;
  margin-bottom: 20px;
  width: 54px;
}

.ng-contact-card h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ng-contact-card p {
  color: var(--ng-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.ng-contact-card strong,
.ng-contact-card a {
  color: #ffffff;
}

.ng-contact-footer-strip {
  align-items: center;
  border-radius: 22px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 22px;
  padding: 22px 24px;
}

.ng-contact-footer-strip h3 {
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  margin: 0;
}

.ng-contact-footer-strip p {
  color: var(--ng-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 5px 0 0;
}

.ng-contact-footer-strip a {
  align-items: center;
  background: linear-gradient(135deg, #0088ec, #14baff);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(7, 156, 255, 0.26);
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
}

.ng-contact-honeypot {
  display: none !important;
}

@media (max-width: 1120px) {
  .ng-contact-shell {
    padding-top: 42px;
  }

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

  .ng-contact-brief {
    min-height: 500px;
  }
}

@media (max-width: 820px) {
  .ng-contact-shell {
    padding: 28px 16px 48px;
  }

  .ng-contact-brief,
  .ng-contact-panel {
    border-radius: 22px;
    min-height: auto;
    padding: 24px;
  }

  .ng-contact-brief {
    min-height: 460px;
  }

  .ng-contact-brief h1 {
    font-size: 42px;
  }

  .ng-contact-brief p {
    font-size: 17px;
  }

  .ng-contact-panel-head,
  .ng-contact-submit-row,
  .ng-contact-cards,
  .ng-contact-footer-strip {
    grid-template-columns: 1fr;
  }

  .ng-contact-panel-head {
    display: grid;
  }

  .ng-contact-status-pill {
    justify-self: start;
  }

  .ng-contact-form-grid,
  .ng-contact-actions {
    grid-template-columns: 1fr;
  }

  .ng-contact-service-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ng-contact-footer-strip {
    align-items: stretch;
    display: grid;
  }
}

@media (max-width: 520px) {
  .ng-contact-shell {
    padding-inline: 12px;
  }

  .ng-contact-brief,
  .ng-contact-panel,
  .ng-contact-form,
  .ng-contact-card,
  .ng-contact-footer-strip {
    border-radius: 18px;
  }

  .ng-contact-brief {
    min-height: 420px;
    padding: 20px;
  }

  .ng-contact-brief h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  .ng-contact-panel {
    padding: 18px;
  }

  .ng-contact-panel-head h2 {
    font-size: 28px;
  }

  .ng-contact-form {
    padding: 18px;
  }

  .ng-contact-service-options {
    grid-template-columns: 1fr;
  }

  .ng-contact-card {
    min-height: 0;
  }
}

.ng-contact-consent-row {
  margin-bottom: 20px;
}
.ng-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--ng-muted);
  cursor: pointer;
  user-select: none;
}
.ng-consent-label input[type="checkbox"] {
  margin: 3px 0 0 0;
  cursor: pointer;
  flex-shrink: 0;
}
.ng-consent-label span {
  line-height: 1.4;
}
