:root {
  --bg: #070b12;
  --bg-2: #0b1220;
  --surface: #101927;
  --surface-2: #151f2d;
  --surface-3: #0d1522;
  --text: #eef6fb;
  --muted: #9eacba;
  --muted-2: #6f7d8c;
  --line: rgba(141, 178, 210, 0.2);
  --line-strong: rgba(93, 214, 245, 0.42);
  --cyan: #42d9f4;
  --cyan-soft: rgba(66, 217, 244, 0.12);
  --blue: #2b73d6;
  --green: #79e6b2;
  --amber: #f2c36b;
  --graphite: #1a2029;
  --paper: #f7fbfe;
  --dark-ink: #111721;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgba(66, 217, 244, 0.035) 0 1px, transparent 1px 100%) 0 0 / 96px 96px,
    linear-gradient(180deg, #05080e 0%, var(--bg) 46%, #0b111b 100%);
  color: var(--text);
  font-family:
    "Avenir Next",
    "Helvetica Neue",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(66, 217, 244, 0.055) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(180deg, rgba(66, 217, 244, 0.045) 1px, transparent 1px) 0 0 / 76px 76px,
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px);
  mask-image: linear-gradient(180deg, #000 0%, transparent 84%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 24px 24px 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(150px, 18vw, 206px);
  min-width: 0;
}

.brand-lockup {
  filter: drop-shadow(0 0 18px rgba(66, 217, 244, 0.14));
}

.brand-compact {
  display: none;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 740;
  min-width: 0;
}

.site-nav a,
.contact-card a,
.profile-grid a,
.footer-details a,
.footer-links a {
  text-underline-offset: 4px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"],
.contact-card a:hover,
.contact-card a:focus-visible,
.profile-grid a:hover,
.profile-grid a:focus-visible,
.footer-details a:hover,
.footer-details a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cyan);
  text-decoration: underline;
}

.status-badge,
.console-mode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(66, 217, 244, 0.45);
  border-radius: 6px;
  color: #b9f4ff;
  background: rgba(66, 217, 244, 0.08);
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.68fr);
  align-items: end;
  gap: clamp(30px, 5vw, 74px);
  max-width: 1220px;
  margin: 30px auto 0;
  padding: clamp(42px, 7vw, 86px) 24px 82px;
  overflow: hidden;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  top: 44px;
  right: 24px;
  width: min(42vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0.75;
}

.hero-identity {
  grid-column: 1 / -1;
  width: min(760px, 88vw);
  margin-bottom: clamp(22px, 4vw, 42px);
}

.hero-identity img {
  filter:
    drop-shadow(0 20px 44px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 28px rgba(66, 217, 244, 0.2));
}

.hero-copy,
.section-copy {
  position: relative;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.02;
}

.home-title {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
}

h2 {
  margin: 0;
  max-width: 760px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.02;
}

h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-lede {
  max-width: 720px;
  margin: 28px 0 0;
  color: #d7e7f0;
  font-size: clamp(1.14rem, 1.7vw, 1.44rem);
  line-height: 1.35;
  font-weight: 620;
}

.hero-support,
.identity-note,
.section-copy p,
.progress-note p,
.service-item p,
.preview-card p,
.text-stack p,
.signal-panel p,
.process-steps p,
.console-panel p,
.form-note {
  color: var(--muted);
}

.hero-support {
  max-width: 620px;
  margin: 16px 0 0;
  font-size: 1rem;
}

.identity-note {
  max-width: 650px;
  margin: 18px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--line-strong);
  font-size: 0.94rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible,
.preview-card:hover,
.preview-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(66, 217, 244, 0.16);
}

.button.primary {
  background: var(--cyan);
  color: #031018;
  border-color: var(--cyan);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #9af2ff;
  border-color: #9af2ff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #d7eef7;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: var(--cyan);
  color: #ffffff;
}

.hero-media,
.section-image,
.contact-card {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  background: var(--graphite);
}

.hero-media::after,
.section-image::after,
.contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(6, 10, 16, 0.1) 54%, rgba(6, 10, 16, 0.72) 100%),
    linear-gradient(90deg, rgba(66, 217, 244, 0.18), transparent 28%, transparent 70%, rgba(43, 115, 214, 0.16));
}

.hero-media img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.section-grid,
.company-profile,
.page-preview,
.progress-note,
.content-band,
.academy-band,
.operator-console {
  max-width: 1220px;
  margin: 0 auto;
  padding: 88px 24px;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(30px, 6vw, 92px);
}

.page-hero {
  position: relative;
  padding-top: 78px;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.section-copy p {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.section-image img {
  aspect-ratio: 770 / 478;
  object-fit: cover;
}

.section-heading {
  display: grid;
  gap: 2px;
  margin-bottom: 34px;
}

.page-preview {
  padding-top: 42px;
}

.focus-index {
  padding-top: 32px;
  padding-bottom: 32px;
}

.focus-index .preview-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.focus-index .preview-card,
.focus-index .preview-card:nth-child(3n) {
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.focus-index .preview-card:last-child {
  border-right: 0;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(66, 217, 244, 0.1), transparent 34%),
    rgba(12, 19, 30, 0.82);
}

.preview-card {
  display: grid;
  align-content: start;
  min-height: 224px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.preview-card:nth-child(3n) {
  border-right: 0;
}

.preview-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.preview-card:hover,
.preview-card:focus-visible {
  background: rgba(66, 217, 244, 0.055);
  outline: none;
}

.preview-card span,
.service-number,
.process-steps span {
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 800;
}

.preview-card h3 {
  margin-top: 32px;
}

.preview-card p {
  margin: 12px 0 0;
}

.company-profile {
  padding-top: 34px;
}

.profile-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.72fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 217, 244, 0.1), transparent 35%),
    rgba(12, 19, 30, 0.82);
  overflow: hidden;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-right: 1px solid var(--line);
}

.profile-grid div {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.profile-grid div:nth-child(2n),
.profile-grid div:last-child {
  border-right: 0;
}

.profile-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.profile-grid dt,
.contact-card dt,
.status-list dt {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.profile-grid dd,
.contact-card dd,
.status-list dd {
  margin: 0;
  color: var(--text);
  font-weight: 720;
  overflow-wrap: anywhere;
}

.public-note {
  align-self: stretch;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 26px;
  color: #c5d5df;
  background:
    linear-gradient(180deg, rgba(21, 31, 45, 0.58), rgba(7, 11, 18, 0.42)),
    rgba(255, 255, 255, 0.025);
  font-size: 0.98rem;
  line-height: 1.55;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 217, 244, 0.1), transparent 34%),
    rgba(12, 19, 30, 0.82);
  overflow: hidden;
}

.compact-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}

.service-item {
  display: grid;
  gap: 28px;
  align-content: start;
  min-height: 250px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.service-item:last-child {
  border-right: 0;
}

.service-item p {
  margin: 12px 0 0;
  max-width: 560px;
}

.osint-hero {
  padding-bottom: 54px;
}

.osint-image {
  max-width: 560px;
}

.osint-image img {
  aspect-ratio: 1100 / 720;
}

.osint-service-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 44px;
}

.osint-service-list .service-item {
  min-height: 285px;
}

.osint-boundary {
  margin-top: 0;
}

.progress-note {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(280px, 1fr);
  gap: 32px;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
  border-block: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, rgba(66, 217, 244, 0.13), transparent 38%),
    linear-gradient(180deg, rgba(21, 31, 45, 0.76), rgba(10, 16, 25, 0.68));
}

.progress-note h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
}

.progress-note p:last-child {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1.04rem, 1.7vw, 1.25rem);
}

.content-band {
  padding-top: 42px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.text-stack {
  display: grid;
  gap: 18px;
}

.text-stack p {
  margin: 0;
  font-size: clamp(1.02rem, 1.55vw, 1.2rem);
}

.contact-card dl {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 24px 10px;
  background: rgba(10, 16, 25, 0.92);
}

.contact-card img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.contact-card div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.contact-card div:last-child {
  border-bottom: 0;
}

.signal-panel {
  margin-top: 44px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 19, 30, 0.82);
}

.signal-header,
.panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.signal-header strong,
.panel-heading strong {
  color: var(--text);
  text-align: right;
}

.signal-bars,
.waveform {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  min-height: 180px;
  margin: 26px 0 18px;
  padding: 18px;
  border: 1px solid rgba(66, 217, 244, 0.18);
  background:
    linear-gradient(90deg, rgba(66, 217, 244, 0.055) 1px, transparent 1px) 0 0 / 42px 42px,
    rgba(4, 9, 15, 0.46);
}

.signal-bars span,
.waveform span {
  display: block;
  height: var(--level, var(--height, 50%));
  min-height: 14px;
  background: linear-gradient(180deg, var(--cyan), rgba(43, 115, 214, 0.36));
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 18px rgba(66, 217, 244, 0.14);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.process-steps article {
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(66, 217, 244, 0.09), transparent 42%),
    rgba(12, 19, 30, 0.94);
}

.process-steps h3 {
  margin-top: 24px;
}

.process-steps p {
  margin: 12px 0 0;
}

.training-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 44px;
}

.training-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #d8ecf5;
  background: rgba(66, 217, 244, 0.07);
  font-weight: 760;
}

.academy-band {
  padding-top: 40px;
}

.academy-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(280px, 0.72fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: end;
  padding: 38px 0 42px;
  border-top: 1px solid var(--line-strong);
}

.academy-summary {
  display: grid;
  gap: 22px;
  justify-items: start;
}

.academy-summary p,
.academy-track p,
.academy-contact p {
  margin: 0;
  color: var(--muted);
}

.academy-summary p {
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
}

.academy-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(121, 230, 178, 0.46);
  border-radius: 4px;
  color: var(--green);
  background: rgba(121, 230, 178, 0.07);
  font-size: 0.72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.academy-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.academy-track::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--line-strong);
}

.academy-track li {
  position: relative;
  min-width: 0;
  padding: 28px 24px 30px;
  border-right: 1px solid var(--line);
}

.academy-track li:first-child {
  padding-left: 0;
}

.academy-track li:last-child {
  padding-right: 0;
  border-right: 0;
}

.academy-track li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  color: #031018;
  background: var(--cyan);
  font-size: 0.7rem;
  font-weight: 850;
}

.academy-track h3 {
  margin-top: 26px;
  font-size: 0.98rem;
}

.academy-track p {
  margin-top: 10px;
  font-size: 0.92rem;
}

.academy-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px 0 0;
}

.academy-contact p {
  max-width: 620px;
}

.academy-contact .button {
  flex: 0 0 auto;
}

.simulator-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: stretch;
  max-width: 1220px;
  margin: 0 auto;
  padding: 78px 24px 42px;
}

.resm-hero {
  align-items: end;
  gap: clamp(18px, 3vw, 42px);
  padding-top: 24px;
  padding-bottom: 10px;
}

.resm-hero h1 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
}

.resm-hero .section-copy p {
  max-width: 620px;
  margin-top: 14px;
  font-size: clamp(0.98rem, 1.22vw, 1.08rem);
}

.simulator-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.simulator-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(66, 217, 244, 0.32);
  border-radius: 6px;
  color: #d8f7ff;
  background:
    linear-gradient(180deg, rgba(66, 217, 244, 0.12), rgba(66, 217, 244, 0.045)),
    rgba(4, 9, 15, 0.46);
  font-size: 0.7rem;
  font-weight: 830;
  text-transform: uppercase;
}

.disclaimer-panel,
.console-panel,
.scanner-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 217, 244, 0.095), transparent 34%),
    rgba(12, 19, 30, 0.9);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
}

.disclaimer-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
}

.disclaimer-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.operator-console {
  padding-top: 10px;
}

.console-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 10px;
}

.resm-console {
  padding-bottom: 42px;
}

.resm-console h2 {
  font-size: clamp(1.58rem, 2.45vw, 2.55rem);
}

.console-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(280px, 1fr) minmax(240px, 0.72fr);
  gap: 16px;
}

.resm-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(260px, 0.52fr);
  gap: 12px;
  align-items: stretch;
}

.scanner-panel {
  min-width: 0;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(66, 217, 244, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(16, 25, 39, 0.98), rgba(4, 9, 15, 0.94));
}

.scanner-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.scanner-toolbar div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.scanner-toolbar strong {
  color: var(--text);
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.scanner-action {
  flex: 0 0 auto;
  min-height: 36px;
  padding-inline: 12px;
  font-size: 0.78rem;
}

.scanner-frame {
  position: relative;
  min-height: clamp(300px, 35vw, 440px);
  border: 1px solid rgba(53, 190, 120, 0.42);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 15, 25, 0.98), rgba(3, 8, 13, 0.98)),
    rgba(4, 9, 15, 0.96);
  box-shadow:
    inset 0 0 0 1px rgba(66, 217, 244, 0.1),
    inset 0 0 52px rgba(0, 255, 210, 0.06),
    0 22px 60px rgba(0, 0, 0, 0.28);
}

.sdr-status-bar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(53, 190, 120, 0.22);
  background:
    linear-gradient(180deg, rgba(6, 10, 17, 0.94), rgba(8, 13, 22, 0.86)),
    rgba(4, 9, 15, 0.94);
  color: #d8e4ec;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: clamp(0.54rem, 0.72vw, 0.65rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  pointer-events: none;
}

.sdr-status-bar span {
  min-width: 0;
  white-space: nowrap;
}

.sdr-status-bar span:first-child {
  flex: 0 0 auto;
  color: #eef6fb;
  text-shadow: 0 0 10px rgba(66, 217, 244, 0.2);
}

.sdr-status-bar span:last-child {
  flex: 1 1 auto;
  color: #9aa8ba;
  text-align: right;
}

.scanner-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 4px),
    linear-gradient(90deg, rgba(66, 217, 244, 0.12), transparent 18%, transparent 82%, rgba(53, 190, 120, 0.12));
  opacity: 0.78;
}

.scanner-frame canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.canvas-readout {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #c8f6ff;
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
  pointer-events: none;
}

.canvas-readout span {
  min-width: 0;
  padding: 5px 7px;
  border: 1px solid rgba(66, 217, 244, 0.26);
  border-radius: 5px;
  background: rgba(4, 9, 15, 0.72);
  overflow-wrap: anywhere;
  line-height: 1.1;
}

.event-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.event-card {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 84px;
  padding: 11px;
  border: 1px solid rgba(141, 178, 210, 0.2);
  border-radius: 6px;
  color: #d5e5ee;
  background: rgba(4, 9, 15, 0.42);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.event-card:hover,
.event-card:focus-visible,
.event-card.is-active {
  border-color: rgba(66, 217, 244, 0.58);
  background: rgba(66, 217, 244, 0.09);
  outline: none;
  transform: translateY(-1px);
}

.event-card span,
.event-card small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 820;
  text-transform: uppercase;
}

.event-card strong {
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1.22;
}

.telemetry-column {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.console-panel {
  padding: 14px;
}

.console-panel.spectrum,
.console-panel.notes {
  grid-column: span 2;
}

.readiness-ring {
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  margin: 28px auto 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(12, 19, 30, 0.95) 0 55%, transparent 56%),
    conic-gradient(var(--cyan) 0 82%, rgba(141, 178, 210, 0.18) 82% 100%);
  box-shadow: inset 0 0 26px rgba(66, 217, 244, 0.08);
}

.readiness-ring span {
  color: var(--paper);
  font-size: 2rem;
  font-weight: 850;
}

.module-list,
.status-list {
  display: grid;
  gap: 0;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.module-list li,
.status-list div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: #d5e5ee;
  font-size: 0.9rem;
}

.module-list li:last-child,
.status-list div:last-child {
  border-bottom: 0;
}

.module-list span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(66, 217, 244, 0.45);
}

.module-list strong {
  color: var(--green);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.waveform {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  min-height: 210px;
}

.status-list div {
  grid-template-columns: minmax(0, 1fr) auto;
}

.status-list dt {
  text-transform: none;
}

.telemetry-list {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
  padding: 0;
}

.telemetry-list div {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.telemetry-list div:last-child {
  border-bottom: 0;
}

.telemetry-list dt {
  color: var(--muted-2);
  font-size: 0.68rem;
  font-weight: 820;
  text-transform: uppercase;
}

.telemetry-list dd {
  margin: 0;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 760;
  overflow-wrap: anywhere;
}

.processing-panel {
  min-height: 210px;
}

.processing-panel pre {
  min-height: 138px;
  margin: 14px 0 0;
  padding: 12px;
  border: 1px solid rgba(66, 217, 244, 0.18);
  border-radius: 6px;
  color: #cff5ff;
  background:
    linear-gradient(90deg, rgba(66, 217, 244, 0.045) 1px, transparent 1px) 0 0 / 32px 32px,
    rgba(4, 9, 15, 0.72);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.74rem;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 18px 24px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 24px 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-weight: 760;
}

.footer-brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: invert(1);
}

.footer-brand span {
  display: grid;
  gap: 1px;
}

.footer-brand strong {
  font-size: 0.92rem;
  line-height: 1.1;
}

.footer-brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-links,
.footer-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  min-width: 0;
}

.footer-links {
  grid-column: 2;
}

.footer-details {
  grid-column: 1 / -1;
}

.footer-details span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.footer-details span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.82em;
  margin-left: 16px;
  background: var(--line);
  vertical-align: -0.12em;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    justify-content: flex-start;
    grid-column: 1 / -1;
    grid-row: 2;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .hero,
  .section-grid,
  .profile-panel,
  .progress-note,
  .academy-intro,
  .two-column,
  .simulator-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 36px;
  }

  .hero-media img {
    min-height: 320px;
  }

  .section-image {
    max-width: 640px;
  }

  .profile-grid {
    border-right: 0;
  }

  .service-list,
  .osint-service-list,
  .preview-grid,
  .focus-index .preview-grid,
  .compact-list,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-item:nth-child(2n),
  .preview-card:nth-child(2n) {
    border-right: 0;
  }

  .osint-service-list .service-item {
    min-height: 240px;
  }

  .osint-service-list .service-item:nth-child(2) {
    border-right: 0;
  }

  .service-item:nth-child(2),
  .preview-card:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .preview-card:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .preview-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .focus-index .preview-card {
    border-bottom: 1px solid var(--line);
  }

  .focus-index .preview-card:nth-child(2n) {
    border-right: 0;
  }

  .focus-index .preview-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .console-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resm-layout {
    grid-template-columns: 1fr;
  }

  .console-panel.spectrum,
  .console-panel.notes {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-top: 18px;
    gap: 14px;
  }

  .brand {
    width: auto;
    max-width: 210px;
  }

  .brand-lockup {
    display: none;
  }

  .brand-compact {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
  }

  .brand-compact img {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: invert(1) drop-shadow(0 0 14px rgba(66, 217, 244, 0.16));
  }

  .brand-compact span {
    display: grid;
    min-width: 0;
    gap: 1px;
  }

  .brand-compact strong {
    color: var(--paper);
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .brand-compact small {
    color: var(--muted);
    font-size: 0.56rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .status-badge {
    min-height: 30px;
    padding-inline: 9px;
    font-size: 0.67rem;
  }

  .site-nav {
    gap: 18px;
    font-size: 0.84rem;
    padding-top: 0;
    flex-wrap: wrap;
    overflow-x: visible;
    row-gap: 8px;
  }

  .hero,
  .section-grid,
  .company-profile,
  .page-preview,
  .progress-note,
  .content-band,
  .academy-band,
  .operator-console,
  .simulator-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    margin-top: 12px;
    padding-bottom: 62px;
  }

  .hero::before,
  .page-hero::before {
    top: 20px;
    right: 18px;
    width: 64vw;
  }

  .hero-identity {
    width: 100%;
    margin-bottom: 28px;
  }

  h1 {
    font-size: clamp(1.95rem, 8.8vw, 2.82rem);
    overflow-wrap: anywhere;
  }

  .home-title {
    max-width: 100%;
    font-size: clamp(1.9rem, 10vw, 2.75rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 2.75rem);
  }

  .hero-lede,
  .section-copy p {
    font-size: 1.08rem;
  }

  .button {
    width: 100%;
  }

  .section-grid,
  .company-profile,
  .page-preview,
  .progress-note,
  .content-band,
  .operator-console,
  .simulator-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .resm-hero {
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .resm-console {
    padding-top: 8px;
    padding-bottom: 42px;
  }

  .service-list,
  .osint-service-list,
  .preview-grid,
  .focus-index .preview-grid,
  .compact-list,
  .profile-grid,
  .process-steps,
  .console-grid {
    grid-template-columns: 1fr;
  }

  .academy-intro {
    padding-top: 32px;
  }

  .academy-track {
    grid-template-columns: 1fr;
  }

  .academy-track::before {
    top: 0;
    bottom: 0;
    left: 16px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .academy-track li,
  .academy-track li:first-child,
  .academy-track li:last-child {
    padding: 24px 0 24px 54px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .academy-track li:last-child {
    border-bottom: 0;
  }

  .academy-track li > span {
    position: absolute;
    top: 24px;
    left: 0;
  }

  .academy-track h3 {
    margin-top: 0;
  }

  .academy-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .profile-grid div,
  .profile-grid div:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 20px;
  }

  .profile-grid div:last-child {
    border-bottom: 0;
  }

  .public-note {
    padding: 24px 20px;
  }

  .service-item,
  .service-item:nth-child(2),
  .service-item:nth-child(2n),
  .preview-card,
  .preview-card:nth-child(2n),
  .preview-card:nth-child(3n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-item:last-child,
  .preview-card:last-child,
  .focus-index .preview-card:last-child {
    border-bottom: 0;
  }

  .osint-service-list .service-item {
    min-height: auto;
  }

  .focus-index .preview-card,
  .focus-index .preview-card:nth-child(2n),
  .focus-index .preview-card:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .focus-index .preview-card:last-child {
    border-bottom: 0;
  }

  .contact-card dl {
    padding-inline: 18px;
  }

  .contact-card div,
  .module-list li,
  .status-list div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 20px 0;
  }

  .signal-header,
  .panel-heading,
  .console-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .signal-header strong,
  .panel-heading strong {
    text-align: left;
  }

  .signal-bars,
  .waveform {
    gap: 6px;
    padding: 12px;
  }

  .scanner-toolbar,
  .canvas-readout {
    align-items: flex-start;
    flex-direction: column;
  }

  .scanner-action {
    width: 100%;
  }

  .scanner-frame {
    min-height: 270px;
  }

  .sdr-status-bar {
    min-height: 62px;
    padding: 10px 12px;
    flex-direction: column;
    gap: 5px;
    font-size: 0.62rem;
    line-height: 1.18;
  }

  .sdr-status-bar span {
    white-space: normal;
  }

  .sdr-status-bar span:last-child {
    text-align: left;
  }

  .canvas-readout {
    right: auto;
    max-width: calc(100% - 28px);
    gap: 6px;
    font-size: 0.61rem;
    line-height: 1.12;
  }

  .canvas-readout span {
    padding: 5px 6px;
  }

  .event-strip,
  .telemetry-list div {
    grid-template-columns: 1fr;
  }

  .telemetry-list div {
    gap: 6px;
    padding: 9px 0;
  }

  .telemetry-list dt {
    color: #94a7b8;
    font-size: 0.7rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .telemetry-list dd {
    font-size: 0.96rem;
    line-height: 1.25;
  }

  .event-card {
    min-height: auto;
  }

  .console-panel.spectrum,
  .console-panel.notes {
    grid-column: auto;
  }

  .training-strip span {
    width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
    padding-inline: 18px;
  }

  .footer-links,
  .footer-details {
    grid-column: auto;
    justify-content: flex-start;
  }

  .footer-brand {
    gap: 10px;
  }

  .footer-brand img {
    width: 36px;
    height: 36px;
  }

  .footer-brand strong {
    font-size: 0.98rem;
  }

  .footer-details span:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .site-header {
    column-gap: 8px;
  }

  .brand-compact {
    gap: 7px;
  }

  .brand-compact img {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .brand-compact strong {
    font-size: 0.78rem;
  }

  .brand-compact small {
    font-size: 0.49rem;
  }

  .status-badge {
    padding-inline: 7px;
    font-size: 0.61rem;
  }

  .site-nav {
    gap: 8px 13px;
    font-size: 0.78rem;
  }
}
