.elementor-9 .elementor-element.elementor-element-b964ca3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-86ee7f9 */:root {
  --nqx-dark: #03111f;
  --nqx-navy: #061a2d;
  --nqx-deep: #020812;
  --nqx-blue: #0b4f8a;
  --nqx-cyan: #20d7ff;
  --nqx-aqua: #22f2c7;
  --nqx-white: #ffffff;
  --nqx-soft: #e8f8ff;
  --nqx-muted: #9fb7c9;
  --nqx-border: rgba(255, 255, 255, 0.14);
  --nqx-border-strong: rgba(255, 255, 255, 0.22);
  --nqx-glass: rgba(255, 255, 255, 0.075);
  --nqx-glass-strong: rgba(255, 255, 255, 0.115);
  --nqx-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  --nqx-shadow-soft: 0 22px 60px rgba(0, 0, 0, 0.26);
  --nqx-radius: 28px;
}

/* GLOBAL */

.nqx-home,
.nqx-home * {
  box-sizing: border-box;
}

.nqx-home {
  margin: 0;
  overflow: hidden;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: var(--nqx-dark);
  color: var(--nqx-white);
}

.nqx-home a {
  color: inherit;
  text-decoration: none;
}

.nqx-home button {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.nqx-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* HERO */

.nqx-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px 0 95px;
  background:
    radial-gradient(circle at 74% 24%, rgba(32, 215, 255, 0.22), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(34, 242, 199, 0.12), transparent 28%),
    linear-gradient(135deg, #03111f 0%, #061a2d 48%, #020812 100%);
}

.nqx-hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #03111f;
}

.nqx-hero-video {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(1.28) contrast(1.08) brightness(1.14);
  transform: scale(1.015);
  transition: opacity 0.7s ease, filter 0.7s ease;
}

.nqx-home.nqx-video-ready .nqx-hero-video {
  opacity: 0.78;
}

.nqx-home.nqx-video-error .nqx-hero-video {
  opacity: 0;
}

.nqx-hero-video-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 55% 45%, rgba(32, 215, 255, 0.22), transparent 22%),
    linear-gradient(130deg, rgba(3, 17, 31, 0.04), rgba(3, 17, 31, 0.52)),
    url("https://images.unsplash.com/photo-1567899378494-47b22a2ae96a?auto=format&fit=crop&w=2000&q=85");
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  transition: opacity 0.7s ease;
}

.nqx-home.nqx-video-ready .nqx-hero-video-fallback {
  opacity: 0.08;
}

.nqx-home.nqx-video-error .nqx-hero-video-fallback {
  opacity: 0.62;
}

.nqx-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(3, 17, 31, 0.74) 0%,
      rgba(3, 17, 31, 0.48) 38%,
      rgba(3, 17, 31, 0.28) 63%,
      rgba(3, 17, 31, 0.52) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 17, 31, 0.10) 0%,
      rgba(3, 17, 31, 0.18) 48%,
      rgba(3, 17, 31, 0.82) 100%
    );
}

.nqx-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 82%);
  opacity: 0.24;
  pointer-events: none;
}

.nqx-cursor-glow {
  --x: 50vw;
  --y: 50vh;
  position: fixed;
  left: var(--x);
  top: var(--y);
  z-index: 4;
  width: 440px;
  height: 440px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(32, 215, 255, 0.12), transparent 66%);
  mix-blend-mode: screen;
  opacity: 0.8;
}

.nqx-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 4;
  height: 190px;
  background: linear-gradient(to bottom, transparent, var(--nqx-dark));
  pointer-events: none;
}

.nqx-hero-content {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 60px;
}

.nqx-hero-copy {
  max-width: 820px;
}

.nqx-eyebrow,
.nqx-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nqx-aqua);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nqx-eyebrow {
  padding: 10px 14px;
  border: 1px solid rgba(34, 242, 199, 0.22);
  border-radius: 999px;
  background: rgba(3, 17, 31, 0.28);
  backdrop-filter: blur(14px);
}

.nqx-eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--nqx-aqua);
  box-shadow: 0 0 22px rgba(34, 242, 199, 0.9);
}

.nqx-hero h1 {
  margin: 24px 0 24px;
  max-width: 850px;
  font-size: clamp(46px, 7vw, 96px);
  line-height: 0.93;
  letter-spacing: -0.078em;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.48);
}

.nqx-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(135deg, #ffffff 0%, #b8f5ff 34%, var(--nqx-cyan) 62%, var(--nqx-aqua) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.nqx-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(232, 248, 255, 0.91);
  font-size: 18px;
  line-height: 1.75;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
}

.nqx-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.nqx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.nqx-btn-primary {
  color: #02111d;
  background: linear-gradient(135deg, var(--nqx-aqua), var(--nqx-cyan));
  box-shadow: 0 20px 50px rgba(32, 215, 255, 0.28);
}

.nqx-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 65px rgba(32, 215, 255, 0.4);
}

.nqx-btn-secondary {
  color: var(--nqx-white);
  background: rgba(3, 17, 31, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
}

.nqx-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-3px);
}

.nqx-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
  max-width: 790px;
}

.nqx-hero-trust div {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(3, 17, 31, 0.34);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.nqx-hero-trust strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.nqx-hero-trust span {
  display: block;
  color: rgba(232, 248, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

/* HERO CARD */

.nqx-hero-card {
  display: flex;
  justify-content: flex-end;
}

.nqx-scan-card {
  position: relative;
  width: min(430px, 100%);
  padding: 22px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)),
    rgba(3, 17, 31, 0.52);
  box-shadow: var(--nqx-shadow);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.nqx-scan-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 50% 0%, rgba(32, 215, 255, 0.32), transparent 35%),
    radial-gradient(circle at 100% 100%, rgba(34, 242, 199, 0.16), transparent 30%);
  pointer-events: none;
}

.nqx-scan-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.nqx-scan-top span {
  color: rgba(232, 248, 255, 0.68);
  font-size: 13px;
}

.nqx-scan-top strong {
  color: var(--nqx-aqua);
  font-size: 13px;
}

.nqx-drone-visual {
  position: relative;
  height: 360px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(32, 215, 255, 0.25), transparent 27%),
    radial-gradient(circle at 42% 78%, rgba(34, 242, 199, 0.15), transparent 28%),
    linear-gradient(180deg, rgba(7, 74, 112, 0.62), rgba(1, 15, 28, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nqx-hull-shadow {
  position: absolute;
  left: 50%;
  bottom: 54px;
  width: 330px;
  height: 58px;
  transform: translateX(-50%) rotate(-4deg);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  opacity: 0.6;
}

.nqx-radar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(34, 242, 199, 0.3);
  border-radius: 999px;
  animation: nqxPulse 3.2s ease-in-out infinite;
}

.nqx-radar::before,
.nqx-radar::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: 1px solid rgba(34, 242, 199, 0.2);
}

.nqx-radar::before {
  inset: 42px;
}

.nqx-radar::after {
  inset: 84px;
}

.nqx-drone {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 108px;
  height: 58px;
  transform: translate(-50%, -50%);
  border-radius: 22px;
  background: linear-gradient(135deg, #e9fcff, #57e8ff);
  box-shadow: 0 0 44px rgba(32, 215, 255, 0.56);
  animation: nqxDroneFloat 4s ease-in-out infinite;
}

.nqx-drone::before,
.nqx-drone::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 42px;
  height: 22px;
  border-radius: 999px;
  background: rgba(34, 242, 199, 0.85);
  filter: blur(1px);
}

.nqx-drone::before {
  left: -35px;
}

.nqx-drone::after {
  right: -35px;
}

.nqx-drone span {
  position: absolute;
  left: 50%;
  bottom: -58px;
  width: 3px;
  height: 74px;
  background: linear-gradient(to bottom, rgba(34, 242, 199, 0.9), transparent);
  transform: translateX(-50%);
}

.nqx-scan-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--nqx-aqua), transparent);
  box-shadow: 0 0 24px rgba(34, 242, 199, 0.9);
  animation: nqxScan 3.5s ease-in-out infinite;
}

.nqx-bubbles {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow:
    28px 40px 0 rgba(255, 255, 255, 0.35),
    -34px 70px 0 rgba(255, 255, 255, 0.25),
    15px 115px 0 rgba(255, 255, 255, 0.4);
  animation: nqxBubbles 6s linear infinite;
}

.nqx-bubbles-one {
  left: 22%;
  bottom: -20px;
}

.nqx-bubbles-two {
  right: 24%;
  bottom: -60px;
  animation-delay: 1.7s;
}

.nqx-scan-data {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.nqx-scan-data div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nqx-scan-data span {
  display: block;
  color: rgba(232, 248, 255, 0.62);
  font-size: 12px;
  margin-bottom: 5px;
}

.nqx-scan-data strong {
  display: block;
  font-size: 14px;
}

/* STATS */

.nqx-stats {
  position: relative;
  z-index: 8;
  padding: 0 0 70px;
  margin-top: -35px;
  background: var(--nqx-dark);
}

.nqx-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--nqx-border);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  box-shadow: var(--nqx-shadow);
}

.nqx-stat {
  padding: 30px 26px;
  border-right: 1px solid var(--nqx-border);
}

.nqx-stat:last-child {
  border-right: 0;
}

.nqx-stat strong {
  display: block;
  margin-bottom: 7px;
  font-size: 42px;
  letter-spacing: -0.06em;
  color: var(--nqx-aqua);
}

.nqx-stat span {
  color: rgba(232, 248, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

/* GENERAL */

.nqx-section {
  position: relative;
  padding: 105px 0;
}

.nqx-section h2 {
  margin: 14px 0 18px;
  color: var(--nqx-white);
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.nqx-section p {
  color: rgba(232, 248, 255, 0.76);
  font-size: 17px;
  line-height: 1.75;
}

.nqx-section-head {
  max-width: 790px;
  margin-bottom: 46px;
}

.nqx-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

/* INTRO */

.nqx-intro {
  background:
    radial-gradient(circle at 15% 20%, rgba(34, 242, 199, 0.1), transparent 28%),
    linear-gradient(180deg, var(--nqx-dark), var(--nqx-navy));
}

.nqx-intro-panel {
  position: relative;
  padding: 38px;
  border-radius: var(--nqx-radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  border: 1px solid var(--nqx-border);
  box-shadow: var(--nqx-shadow-soft);
  overflow: hidden;
}

.nqx-panel-glow {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(32, 215, 255, 0.22);
  filter: blur(24px);
}

.nqx-intro-panel h3 {
  position: relative;
  margin: 0 0 22px;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.nqx-intro-panel ul {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nqx-intro-panel li {
  position: relative;
  padding-left: 28px;
  color: rgba(232, 248, 255, 0.84);
  line-height: 1.55;
}

.nqx-intro-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--nqx-aqua);
  box-shadow: 0 0 18px rgba(34, 242, 199, 0.72);
}

/* TECHNOLOGY */

.nqx-technology {
  background:
    radial-gradient(circle at 78% 18%, rgba(32, 215, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #061a2d, #03111f);
}

.nqx-tech-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}

.nqx-tech-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid var(--nqx-border);
  background:
    radial-gradient(circle at 30% 10%, rgba(34, 242, 199, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: var(--nqx-shadow);
}

.nqx-tech-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.nqx-tech-top span {
  color: rgba(232, 248, 255, 0.68);
  font-size: 13px;
}

.nqx-tech-top strong {
  color: var(--nqx-aqua);
  font-size: 13px;
}

.nqx-kit {
  position: relative;
  height: 360px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 55% 45%, rgba(32, 215, 255, 0.22), transparent 35%),
    linear-gradient(180deg, rgba(9, 51, 81, 0.8), rgba(1, 10, 20, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.nqx-kit-glow {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(32, 215, 255, 0.18);
  filter: blur(28px);
}

.nqx-kit-case {
  position: absolute;
  left: 42px;
  bottom: 55px;
  width: 118px;
  height: 150px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent),
    linear-gradient(180deg, #28313a, #0b1118);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.42);
}

.nqx-kit-case::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -18px;
  width: 62px;
  height: 24px;
  border: 8px solid #1c252e;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}

.nqx-kit-drone {
  position: absolute;
  right: 62px;
  bottom: 82px;
  width: 158px;
  height: 92px;
  border-radius: 22px;
  background: linear-gradient(135deg, #f1fbff, #8eeeff);
  box-shadow: 0 0 46px rgba(32, 215, 255, 0.45);
  animation: nqxKitFloat 4.4s ease-in-out infinite;
}

.nqx-kit-drone::before,
.nqx-kit-drone::after {
  content: "";
  position: absolute;
  top: 23px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 8px solid #18232b;
  background: repeating-conic-gradient(from 0deg, #0c1319 0deg 20deg, #ffffff 20deg 40deg);
}

.nqx-kit-drone::before {
  left: 20px;
}

.nqx-kit-drone::after {
  right: 20px;
}

.nqx-kit-drone span {
  position: absolute;
  bottom: -24px;
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}

.nqx-kit-drone span:first-child {
  left: 22px;
}

.nqx-kit-drone span:last-child {
  right: 22px;
}

.nqx-kit-controller {
  position: absolute;
  left: 170px;
  bottom: 62px;
  width: 82px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(180deg, #e8f8ff, #5edfff);
  box-shadow: 0 0 38px rgba(32, 215, 255, 0.36);
}

.nqx-kit-controller::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 52px;
  height: 28px;
  border-radius: 8px;
  background: #0b2233;
}

.nqx-tech-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.nqx-tech-metrics div {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.nqx-tech-metrics strong,
.nqx-tech-metrics span {
  display: block;
}

.nqx-tech-metrics strong {
  margin-bottom: 5px;
}

.nqx-tech-metrics span {
  color: var(--nqx-muted);
  font-size: 13px;
  line-height: 1.45;
}

.nqx-lux-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.nqx-lux-list div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--nqx-border);
}

.nqx-lux-list span {
  grid-row: span 2;
  color: var(--nqx-aqua);
  font-weight: 900;
}

.nqx-lux-list strong {
  display: block;
}

.nqx-lux-list p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

/* IMPACT */

.nqx-impact {
  background:
    radial-gradient(circle at 15% 40%, rgba(34, 242, 199, 0.11), transparent 30%),
    linear-gradient(180deg, #03111f, #071d31);
}

.nqx-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nqx-impact-card {
  position: relative;
  min-height: 360px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--nqx-border);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.nqx-impact-card::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(32, 215, 255, 0.14);
  filter: blur(18px);
}

.nqx-impact-card:hover {
  transform: translateY(-8px);
  border-color: rgba(34, 242, 199, 0.35);
  background: rgba(255, 255, 255, 0.09);
}

.nqx-impact-card-featured {
  background:
    radial-gradient(circle at 70% 12%, rgba(34, 242, 199, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.09);
  border-color: rgba(34, 242, 199, 0.28);
}

.nqx-impact-level {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: #02111d;
  background: linear-gradient(135deg, var(--nqx-aqua), var(--nqx-cyan));
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nqx-impact-card h3 {
  position: relative;
  margin: 22px 0 10px;
  font-size: 28px;
  letter-spacing: -0.05em;
}

.nqx-impact-card p {
  position: relative;
  margin: 0 0 26px;
  font-size: 15px;
}

.nqx-impact-numbers {
  position: relative;
  display: grid;
  gap: 12px;
}

.nqx-impact-numbers div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(2, 11, 19, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nqx-impact-numbers span {
  display: block;
  margin-bottom: 6px;
  color: rgba(232, 248, 255, 0.62);
  font-size: 13px;
}

.nqx-impact-numbers strong {
  display: block;
  color: var(--nqx-aqua);
  font-size: 26px;
  letter-spacing: -0.05em;
}

.nqx-impact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--nqx-border);
}

.nqx-impact-strip strong {
  color: var(--nqx-aqua);
}

.nqx-impact-strip span {
  color: rgba(232, 248, 255, 0.84);
}

/* SERVICES */

.nqx-services {
  background:
    radial-gradient(circle at 80% 10%, rgba(32, 215, 255, 0.12), transparent 30%),
    #03111f;
}

.nqx-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nqx-service-card {
  position: relative;
  padding: 28px;
  min-height: 330px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--nqx-border);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.nqx-service-card::before {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(34, 242, 199, 0.12);
  filter: blur(18px);
  transition: 0.3s ease;
}

.nqx-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(34, 242, 199, 0.4);
  background: rgba(255, 255, 255, 0.095);
}

.nqx-service-card:hover::before {
  background: rgba(34, 242, 199, 0.18);
}

.nqx-service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 18px;
  color: #02111d;
  background: linear-gradient(135deg, var(--nqx-aqua), var(--nqx-cyan));
  font-weight: 900;
}

.nqx-service-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
  letter-spacing: -0.04em;
}

.nqx-service-card p {
  margin: 0 0 24px;
  font-size: 15px;
}

.nqx-service-card a {
  position: absolute;
  left: 28px;
  bottom: 28px;
  color: var(--nqx-aqua);
  font-weight: 900;
  font-size: 14px;
}

/* PROTOCOL */

.nqx-protocol {
  background: linear-gradient(180deg, #03111f, #061a2d);
}

.nqx-protocol-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 38px;
  align-items: center;
  padding: 44px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 15% 20%, rgba(32, 215, 255, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  border: 1px solid var(--nqx-border);
  box-shadow: var(--nqx-shadow);
}

.nqx-protocol-copy h2 {
  font-size: clamp(32px, 3.4vw, 52px);
}

.nqx-protocol-table-wrap {
  overflow-x: auto;
}

.nqx-protocol-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(2, 11, 19, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nqx-protocol-table th,
.nqx-protocol-table td {
  padding: 18px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nqx-protocol-table th {
  color: var(--nqx-aqua);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(32, 215, 255, 0.08);
}

.nqx-protocol-table td {
  color: rgba(232, 248, 255, 0.82);
  font-size: 14px;
}

.nqx-protocol-table tr:last-child td {
  border-bottom: 0;
}

/* INSPECTION */

.nqx-inspection {
  background: linear-gradient(180deg, #061a2d, #071d31);
}

.nqx-device {
  padding: 22px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--nqx-border);
  box-shadow: var(--nqx-shadow);
}

.nqx-device-screen {
  overflow: hidden;
  border-radius: 25px;
  background: #020b13;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nqx-device-top {
  display: flex;
  gap: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.nqx-device-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.nqx-underwater-view {
  position: relative;
  height: 390px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(32, 215, 255, 0.22), transparent 27%),
    linear-gradient(180deg, #0b4f8a, #02111d);
}

.nqx-hull {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 520px;
  height: 125px;
  transform: translateX(-50%) rotate(-5deg);
  border-radius: 55% 55% 45% 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(120, 158, 176, 0.86));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.nqx-clean-path {
  position: absolute;
  left: 22%;
  top: 51%;
  width: 250px;
  height: 36px;
  transform: rotate(-5deg);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 242, 199, 0.9), rgba(32, 215, 255, 0.1));
  filter: blur(2px);
  animation: nqxCleanPath 3s ease-in-out infinite;
}

.nqx-mini-drone {
  position: absolute;
  left: 58%;
  top: 62%;
  width: 74px;
  height: 38px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--nqx-aqua), var(--nqx-cyan));
  box-shadow: 0 0 36px rgba(34, 242, 199, 0.58);
  animation: nqxMiniDroneFloat 4s ease-in-out infinite;
}

.nqx-water-particles {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    radial-gradient(circle, rgba(34, 242, 199, 0.26) 1px, transparent 1px);
  background-size: 70px 70px, 110px 110px;
  animation: nqxParticles 10s linear infinite;
  opacity: 0.35;
}

.nqx-check-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.nqx-check-list div {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--nqx-border);
}

.nqx-check-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--nqx-white);
}

.nqx-check-list span {
  color: var(--nqx-muted);
  line-height: 1.55;
}

/* PLAN */

.nqx-plan {
  background:
    radial-gradient(circle at 12% 25%, rgba(34, 242, 199, 0.11), transparent 30%),
    #03111f;
}

.nqx-plan-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nqx-plan-timeline::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(34, 242, 199, 0.6), transparent);
}

.nqx-plan-step {
  position: relative;
  padding: 28px;
  min-height: 240px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--nqx-border);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.nqx-plan-step:hover {
  transform: translateY(-8px);
  border-color: rgba(34, 242, 199, 0.38);
}

.nqx-plan-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border-radius: 18px;
  color: #02111d;
  background: linear-gradient(135deg, var(--nqx-aqua), var(--nqx-cyan));
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(32, 215, 255, 0.2);
}

.nqx-plan-step strong {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.nqx-plan-step p {
  margin: 0;
  font-size: 15px;
}

/* PROCESS */

.nqx-process {
  background:
    radial-gradient(circle at 10% 50%, rgba(34, 242, 199, 0.12), transparent 30%),
    #03111f;
}

.nqx-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nqx-process-step {
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--nqx-border);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.nqx-process-step:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 242, 199, 0.32);
  background: rgba(255, 255, 255, 0.09);
}

.nqx-process-step span {
  display: inline-flex;
  margin-bottom: 40px;
  color: var(--nqx-aqua);
  font-size: 14px;
  font-weight: 900;
}

.nqx-process-step h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.nqx-process-step p {
  margin: 0;
  font-size: 15px;
}

/* MODELS */

.nqx-models {
  background: linear-gradient(180deg, #03111f, #061a2d);
}

.nqx-models-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
  padding: 48px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 80% 20%, rgba(32, 215, 255, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  border: 1px solid var(--nqx-border);
  box-shadow: var(--nqx-shadow);
}

.nqx-model-bars {
  display: grid;
  gap: 16px;
}

.nqx-model-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  padding: 18px;
  border-radius: 18px;
  background: rgba(2, 11, 19, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.nqx-model-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 72%;
  background: linear-gradient(90deg, rgba(34, 242, 199, 0.22), rgba(32, 215, 255, 0.16));
}

.nqx-model-bar span,
.nqx-model-bar strong {
  position: relative;
  z-index: 2;
}

.nqx-model-bar span {
  color: rgba(232, 248, 255, 0.84);
  font-weight: 900;
}

.nqx-model-bar strong {
  color: var(--nqx-aqua);
  text-align: right;
}

/* B2B */

.nqx-b2b {
  background:
    radial-gradient(circle at 78% 32%, rgba(34, 242, 199, 0.12), transparent 28%),
    linear-gradient(180deg, #061a2d, #03111f);
}

.nqx-b2b-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.nqx-b2b-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(232, 248, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--nqx-border);
  font-size: 13px;
  font-weight: 800;
}

.nqx-b2b-panel {
  display: grid;
  gap: 16px;
}

.nqx-b2b-card {
  padding: 26px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 20%, rgba(32, 215, 255, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.065);
  border: 1px solid var(--nqx-border);
  box-shadow: var(--nqx-shadow-soft);
}

.nqx-b2b-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.nqx-b2b-card span {
  display: block;
  color: var(--nqx-muted);
  line-height: 1.55;
}

/* REPORTING */

.nqx-reporting {
  background: linear-gradient(180deg, #03111f, #061a2d);
}

.nqx-report-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
  padding: 48px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 20% 10%, rgba(34, 242, 199, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  border: 1px solid var(--nqx-border);
  box-shadow: var(--nqx-shadow);
}

.nqx-report-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.nqx-report-points span {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(232, 248, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--nqx-border);
  font-size: 13px;
  font-weight: 800;
}

.nqx-report-ui {
  padding: 26px;
  border-radius: 28px;
  background: rgba(2, 11, 19, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nqx-report-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.nqx-report-header strong {
  font-size: 18px;
}

.nqx-report-header span {
  color: var(--nqx-aqua);
  font-size: 13px;
  font-weight: 900;
}

.nqx-report-bars {
  display: grid;
  gap: 12px;
}

.nqx-report-bars div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nqx-report-bars span {
  color: var(--nqx-muted);
}

.nqx-report-bars strong {
  color: var(--nqx-white);
}

/* FINAL CTA */

.nqx-contact {
  background:
    radial-gradient(circle at 70% 30%, rgba(32, 215, 255, 0.15), transparent 30%),
    linear-gradient(180deg, #061a2d, #020812);
}

.nqx-final-cta {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 42px;
  align-items: center;
  padding: 54px;
  border-radius: 40px;
  border: 1px solid var(--nqx-border);
  background:
    radial-gradient(circle at 80% 20%, rgba(34, 242, 199, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: var(--nqx-shadow);
}

.nqx-final-cta h2 {
  font-size: clamp(36px, 4.5vw, 66px);
}

.nqx-final-actions {
  display: grid;
  gap: 14px;
}

.nqx-final-mini {
  margin-top: 8px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(2, 11, 19, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nqx-final-mini strong,
.nqx-final-mini span {
  display: block;
}

.nqx-final-mini strong {
  margin-bottom: 7px;
}

.nqx-final-mini span {
  color: var(--nqx-muted);
  line-height: 1.55;
}

/* REVEAL */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ANIMATIONS */

@keyframes nqxDroneFloat {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-16px);
  }
}

@keyframes nqxKitFloat {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}

@keyframes nqxMiniDroneFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

@keyframes nqxScan {
  0%, 100% {
    top: 18%;
    opacity: 0.45;
  }

  50% {
    top: 80%;
    opacity: 1;
  }
}

@keyframes nqxBubbles {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    transform: translateY(-420px);
    opacity: 0;
  }
}

@keyframes nqxCleanPath {
  0%, 100% {
    opacity: 0.25;
    transform: translateX(-25px) rotate(-5deg);
  }

  50% {
    opacity: 1;
    transform: translateX(45px) rotate(-5deg);
  }
}

@keyframes nqxPulse {
  0%, 100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.96);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes nqxParticles {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 0 -220px, 0 -340px;
  }
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .nqx-hero-content,
  .nqx-two-col,
  .nqx-tech-grid,
  .nqx-protocol-card,
  .nqx-models-card,
  .nqx-report-card,
  .nqx-final-cta {
    grid-template-columns: 1fr;
  }

  .nqx-hero-card {
    justify-content: flex-start;
  }

  .nqx-services-grid,
  .nqx-process-grid,
  .nqx-plan-timeline,
  .nqx-impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nqx-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nqx-stat:nth-child(2) {
    border-right: 0;
  }

  .nqx-stat:nth-child(1),
  .nqx-stat:nth-child(2) {
    border-bottom: 1px solid var(--nqx-border);
  }

  .nqx-plan-timeline::before {
    display: none;
  }
}

@media (max-width: 860px) {
  .nqx-cursor-glow {
    display: none;
  }

  .nqx-hero {
    min-height: auto;
    padding: 95px 0 80px;
  }

  .nqx-hero-content {
    gap: 42px;
  }

  .nqx-hero p {
    font-size: 16px;
  }

  .nqx-hero-trust {
    grid-template-columns: 1fr;
  }

  .nqx-section {
    padding: 78px 0;
  }

  .nqx-protocol-card,
  .nqx-models-card,
  .nqx-report-card,
  .nqx-final-cta {
    padding: 30px;
  }

  .nqx-hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(3, 17, 31, 0.78) 0%,
        rgba(3, 17, 31, 0.52) 55%,
        rgba(3, 17, 31, 0.44) 100%
      ),
      linear-gradient(
        180deg,
        rgba(3, 17, 31, 0.12) 0%,
        rgba(3, 17, 31, 0.22) 52%,
        rgba(3, 17, 31, 0.86) 100%
      );
  }
}

@media (max-width: 640px) {
  .nqx-container {
    width: min(100% - 28px, 1180px);
  }

  .nqx-hero h1 {
    font-size: clamp(42px, 15vw, 62px);
  }

  .nqx-hero-buttons {
    display: grid;
  }

  .nqx-btn {
    width: 100%;
  }

  .nqx-services-grid,
  .nqx-process-grid,
  .nqx-plan-timeline,
  .nqx-impact-grid,
  .nqx-stats-grid,
  .nqx-scan-data,
  .nqx-tech-metrics {
    grid-template-columns: 1fr;
  }

  .nqx-stat {
    border-right: 0;
    border-bottom: 1px solid var(--nqx-border);
  }

  .nqx-stat:last-child {
    border-bottom: 0;
  }

  .nqx-service-card {
    min-height: 290px;
  }

  .nqx-drone-visual,
  .nqx-kit {
    height: 300px;
  }

  .nqx-underwater-view {
    height: 310px;
  }

  .nqx-kit-case {
    left: 24px;
    transform: scale(0.82);
    transform-origin: bottom left;
  }

  .nqx-kit-controller {
    left: 128px;
    transform: scale(0.82);
    transform-origin: bottom left;
  }

  .nqx-kit-drone {
    right: 24px;
    transform: scale(0.82);
    transform-origin: bottom right;
  }

  .nqx-report-card,
  .nqx-protocol-card,
  .nqx-models-card,
  .nqx-final-cta,
  .nqx-intro-panel,
  .nqx-tech-card {
    padding: 24px;
    border-radius: 24px;
  }

  .nqx-report-bars div,
  .nqx-model-bar {
    display: grid;
    gap: 5px;
  }

  .nqx-model-bar strong {
    text-align: left;
  }

  .nqx-impact-card {
    min-height: auto;
  }
}/* End custom CSS */