html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.no-public-site {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  color: #e7fbff;
  background:
    radial-gradient(circle at 24% 16%, rgba(45, 255, 236, 0.055), transparent 32rem),
    radial-gradient(circle at 82% 4%, rgba(49, 91, 132, 0.075), transparent 30rem),
    linear-gradient(135deg, #02070a 0%, #030b10 48%, #010408 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.no-public-site *,
.no-public-site *::before,
.no-public-site *::after {
  box-sizing: border-box;
}

.no-shell {
  width: calc(100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
}

.no-public-site section,
.no-public-site footer,
.no-shell,
.no-hud,
.no-radar,
.no-status-card,
.no-product-strip,
.no-feature-grid,
.no-shot-grid,
.no-shot-card,
.no-shot-frame,
.no-availability-grid,
.no-platform-list,
.no-vision-grid,
.no-vision-image {
  max-width: 100%;
}

.no-hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
}

.no-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(91, 244, 233, 0.001) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 244, 233, 0.001) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 86%);
}

.no-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 92vh;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: center;
  padding: 58px 0 48px;
}

.no-hero-copy,
.no-section-heading,
.no-status-card,
.no-vision-grid {
  min-width: 0;
  overflow-wrap: anywhere;
}

.no-hero-grid > * {
  min-width: 0;
}

.no-eyebrow {
  margin: 0 0 14px;
  color: #6ff7e8;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.no-hero h1,
.no-policy-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 2.08rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-shadow: 0 0 34px rgba(108, 255, 242, 0.28);
}

.no-subtitle {
  max-width: 18rem;
  margin: 18px 0 0;
  color: #d4fbff;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.28;
}

.no-lede,
.no-section-heading p:not(.no-eyebrow),
.no-about p,
.no-policy-content p {
  color: rgba(218, 242, 246, 0.78);
  font-size: 1rem;
  line-height: 1.75;
}

.no-lede {
  max-width: 18rem;
  margin: 18px 0 0;
  font-size: 0.9rem;
}

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

.no-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.no-button:hover {
  transform: translateY(-1px);
}

.no-button-primary {
  color: #041112;
  background: #69f7e8;
  box-shadow: 0 16px 42px rgba(77, 239, 225, 0.2);
}

.no-button-secondary {
  color: #e7fbff;
  border-color: rgba(112, 255, 244, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.no-hud {
  position: relative;
  width: 100%;
  max-width: 520px;
  min-width: 0;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(104, 255, 243, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 42% 28%, rgba(88, 255, 242, 0.055), transparent 24rem),
    linear-gradient(180deg, rgba(8, 22, 28, 0.92), rgba(2, 7, 10, 0.98));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), inset 0 0 60px rgba(93, 255, 242, 0.07);
}

.no-hud::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0.001) 50%, transparent 50%);
  background-size: 100% 10px;
  opacity: 0.08;
}

.no-hud-topline,
.no-hud-panels {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  color: #7df8eb;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.no-hud-topline {
  align-items: flex-start;
  flex-direction: column;
}

.no-radar {
  position: relative;
  width: calc(100% - 28px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(109, 255, 244, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(103, 255, 240, 0.07), transparent 58%),
    linear-gradient(180deg, rgba(4, 16, 20, 0.74), rgba(2, 8, 11, 0.9));
}

.no-range {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(115, 255, 246, 0.28);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.no-range-one {
  width: 28%;
  height: 28%;
}

.no-range-two {
  width: 56%;
  height: 56%;
}

.no-range-three {
  width: 84%;
  height: 84%;
}

.no-sweep {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 48%;
  height: 2px;
  background: linear-gradient(90deg, #76fff0, transparent);
  box-shadow: 0 0 20px rgba(118, 255, 240, 0.65);
  transform-origin: left center;
  animation: no-radar-sweep 6s linear infinite;
}

.no-track {
  position: absolute;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border: 1px solid rgba(120, 255, 244, 0.36);
  border-radius: 4px;
  padding: 0 8px;
  color: #eaffff;
  background: rgba(5, 23, 28, 0.84);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 0 18px rgba(104, 255, 244, 0.16);
}

.no-track::before {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  content: "";
  border-radius: 999px;
  background: #7affef;
  box-shadow: 0 0 12px #7affef;
}

.no-track-a {
  top: 26%;
  left: 18%;
}

.no-track-b {
  top: 54%;
  right: 12%;
}

.no-track-c {
  right: 28%;
  bottom: 18%;
}

.no-hud-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.no-hud-panels div,
.no-product-strip div,
.no-feature-card {
  border: 1px solid rgba(121, 255, 244, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.no-hud-panels div {
  padding: 12px;
}

.no-hud-panels span,
.no-hud-panels strong {
  display: block;
}

.no-hud-panels strong {
  margin-top: 6px;
  color: #ffffff;
  font-size: 0.9rem;
}

.no-status-band {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  padding-bottom: 34px;
}

.no-status-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(121, 255, 244, 0.24);
  border-radius: 8px;
  padding: 22px;
  background:
    radial-gradient(circle at 8% 0%, rgba(106, 255, 240, 0.045), transparent 32rem),
    linear-gradient(135deg, rgba(5, 17, 22, 0.95), rgba(2, 7, 11, 0.97));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.no-status-card h2 {
  max-width: 18rem;
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.2;
}

.no-status-card p:last-child {
  max-width: 18rem;
  margin: 0;
  color: rgba(218, 242, 246, 0.78);
  line-height: 1.68;
}

.no-section {
  padding: 72px 0;
}

.no-section-heading {
  max-width: 760px;
}

.no-section-heading h2,
.no-about h2,
.no-contact h2,
.no-policy-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.18;
}

.no-section-heading p:not(.no-eyebrow),
.no-about p,
.no-policy-content p {
  margin: 18px 0 0;
}

.no-product {
  background: rgba(255, 255, 255, 0.025);
}

.no-preview {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 8%, rgba(105, 247, 232, 0.035), transparent 28rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(255, 255, 255, 0.012));
}

.no-product-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 30px;
}

.no-product-strip div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 16px;
  color: #eefeff;
  font-weight: 800;
}

.no-symbol {
  display: inline-flex;
  min-width: 54px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(114, 255, 240, 0.3);
  border-radius: 6px;
  color: #72fff0;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
}

.no-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 30px;
}

.no-feature-card {
  padding: 22px;
}

.no-feature-card h3 {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 1.08rem;
}

.no-feature-card p {
  margin: 10px 0 0;
  color: rgba(218, 242, 246, 0.74);
  line-height: 1.66;
}

.no-shot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 34px;
}

.no-shot-card {
  margin: 0;
}

.no-shot-frame {
  position: relative;
  overflow: hidden;
  height: clamp(220px, 58vw, 280px);
  border: 1px solid rgba(116, 255, 243, 0.2);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.no-shot-frame::before {
  position: absolute;
  inset: 12px;
  z-index: 1;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(122, 255, 239, 0.12);
  border-radius: 6px;
}

.no-shot-frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 24%;
  transition: transform 240ms ease, filter 240ms ease;
}

.no-shot-card:nth-child(2) .no-shot-frame img {
  object-position: 50% 72%;
}

.no-shot-card:nth-child(3) .no-shot-frame img {
  object-position: 50% 50%;
}

.no-shot-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.015);
}

.no-shot-card figcaption {
  display: grid;
  gap: 7px;
  padding: 14px 2px 0;
}

.no-shot-card strong {
  color: #ffffff;
  font-size: 1rem;
}

.no-shot-card span {
  color: rgba(218, 242, 246, 0.68);
  font-size: 0.9rem;
  line-height: 1.5;
}

.no-availability {
  border-top: 1px solid rgba(120, 255, 244, 0.14);
  background: rgba(255, 255, 255, 0.025);
}

.no-availability-grid,
.no-vision-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.no-platform-list {
  display: grid;
  gap: 12px;
}

.no-platform-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  border: 1px solid rgba(121, 255, 244, 0.16);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.no-platform-list span {
  color: #ffffff;
  font-weight: 850;
}

.no-platform-list strong {
  color: #7affef;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.no-vision {
  overflow: hidden;
}

.no-vision h2 {
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.18;
}

.no-vision p {
  margin: 18px 0 0;
  color: rgba(218, 242, 246, 0.78);
  line-height: 1.75;
}

.no-vision-note {
  border-left: 2px solid rgba(122, 255, 239, 0.52);
  padding-left: 14px;
  color: rgba(218, 242, 246, 0.62) !important;
  font-size: 0.92rem;
}

.no-vision-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(121, 255, 244, 0.2);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.no-vision-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.no-about {
  border-top: 1px solid rgba(120, 255, 244, 0.14);
  border-bottom: 1px solid rgba(120, 255, 244, 0.14);
  background:
    linear-gradient(90deg, rgba(106, 255, 240, 0.035), transparent 58%),
    rgba(0, 0, 0, 0.24);
}

.no-about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.no-contact {
  text-align: center;
}

.no-contact a,
.no-policy-content a,
.no-footer a,
.no-policy-back {
  color: #7affef;
  font-weight: 800;
  text-decoration: none;
}

.no-contact a {
  display: inline-flex;
  margin-top: 18px;
  border-bottom: 1px solid rgba(122, 255, 239, 0.42);
  font-size: 1.08rem;
}

.no-footer {
  border-top: 1px solid rgba(120, 255, 244, 0.14);
  padding: 24px 0;
  color: rgba(218, 242, 246, 0.68);
  background: rgba(0, 0, 0, 0.2);
}

.no-footer .no-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: center;
  font-size: 0.86rem;
}

.no-policy-hero {
  padding: 54px 0 42px;
  border-bottom: 1px solid rgba(120, 255, 244, 0.16);
}

.no-policy-back {
  display: inline-flex;
  margin-bottom: 36px;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
}

.no-policy-hero h1 {
  font-size: 2.7rem;
}

.no-policy-hero p:last-child {
  margin: 14px 0 0;
  color: rgba(218, 242, 246, 0.72);
}

.no-policy-content {
  padding: 52px 0 72px;
}

.no-policy-content article {
  max-width: 820px;
}

.no-policy-content h2 {
  margin-top: 36px;
  font-size: 1.28rem;
}

.no-policy-content h2:first-child {
  margin-top: 0;
}

@keyframes no-radar-sweep {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 720px) {
  .no-shell {
    width: calc(100% - 56px);
    max-width: 1120px;
  }

  .no-hero::before {
    background-image: linear-gradient(90deg, rgba(91, 244, 233, 0.001) 1px, transparent 1px);
  }

  .no-hero h1 {
    font-size: 5.9rem;
  }

  .no-subtitle {
    max-width: none;
    font-size: 1.58rem;
    line-height: 1.28;
  }

  .no-lede {
    max-width: 42rem;
    font-size: 1rem;
  }

  .no-hud-topline {
    align-items: center;
    flex-direction: row;
  }

  .no-product-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .no-status-card {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    padding: 26px 30px;
  }

  .no-status-card h2,
  .no-status-card p:last-child {
    max-width: none;
  }

  .no-shot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .no-availability-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
    align-items: center;
  }

  .no-about-grid {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: start;
  }
}

@media (min-width: 980px) {
  .no-hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  }

  .no-shot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .no-shot-frame {
    height: clamp(220px, 18vw, 260px);
  }

  .no-feature-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .no-vision-grid {
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
    align-items: center;
  }
}

@media (max-width: 719px) {
  .no-hero-grid {
    gap: 70px;
  }

  .no-status-band {
    margin-top: 8px;
  }
}

@media (max-width: 420px) {
  .no-shell {
    width: calc(100% - 40px);
    max-width: 1120px;
  }

  .no-hero {
    min-height: auto;
  }

  .no-hero-grid {
    min-height: auto;
    padding-top: 44px;
  }

  .no-hero h1 {
    font-size: 2.08rem;
  }

  .no-subtitle {
    max-width: 18rem;
    font-size: 0.94rem;
    line-height: 1.28;
  }

  .no-lede {
    max-width: 18rem;
    font-size: 0.9rem;
  }

  .no-status-card h2,
  .no-section-heading h2,
  .no-about h2,
  .no-contact h2,
  .no-vision h2 {
    font-size: 1.55rem;
  }

  .no-hud-topline,
  .no-hud-panels {
    gap: 8px;
    padding: 10px;
    font-size: 0.62rem;
  }

  .no-hud-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .no-radar {
    width: calc(100% - 20px);
  }

  .no-button {
    width: 100%;
  }

  .no-hud-panels {
    grid-template-columns: 1fr;
  }

  .no-platform-list div {
    align-items: flex-start;
    flex-direction: column;
  }

  .no-section {
    padding: 56px 0;
  }
}
