:root {
  --bg: #06080d;
  --bg-alt: #0a0f18;
  --text: #edf1f8;
  --muted: #98a4bc;
  --line: rgba(255, 255, 255, 0.14);
  --line-soft: rgba(255, 255, 255, 0.08);
  --cyan: #14d9ff;
  --cyan-soft: rgba(20, 217, 255, 0.2);
  --red: #ff3b3b;
  --amber: #ffb84c;
  --panel: rgba(9, 14, 24, 0.8);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
}

*,
*::before,
*::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; }
html { scroll-behavior: smooth; }
body {
  font-family: "Rajdhani", sans-serif;
  color: var(--text);
  background: radial-gradient(1000px 600px at 12% -10%, rgba(20, 217, 255, 0.15), transparent 60%),
              radial-gradient(800px 480px at 90% 5%, rgba(255, 59, 59, 0.17), transparent 60%),
              var(--bg);
  line-height: 1.45;
  overflow-x: hidden;
  overflow-x: clip;
}

.bg-grid {
  position: fixed;
  inset: -50%;
  pointer-events: none;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: pan-grid 20s linear infinite;
  transform-origin: center;
}

@keyframes pan-grid {
  0% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-3%, -3%) rotate(0.5deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

.bg-vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.9);
}

.container {
  width: min(1140px, calc(100% - 4rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
  background: rgba(6, 8, 13, 0.68);
  border-bottom: 1px solid var(--line-soft);
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

body.is-ready .site-header {
  opacity: 1;
  transform: translateY(0);
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text);
  min-width: 0;
  flex: 1 1 auto;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 16px rgba(255, 184, 76, 0.2));
}

.brand-tag {
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--amber);
  text-shadow: 0 0 20px rgba(255, 184, 76, 0.55);
  animation: title-glow 4.4s ease-in-out infinite;
}

.brand-name {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.09em;
  font-size: 0.94rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-nav {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  gap: 1rem;
}

.header-cta {
  white-space: nowrap;
  flex: 0 0 auto;
  padding-inline: 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.header-cta .cta-short {
  display: none;
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  transition: color .2s ease;
}

.main-nav a:visited {
  color: var(--muted);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--cyan);
}

.text-link {
  color: var(--cyan);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.text-link:visited {
  color: var(--cyan);
}

.text-link:hover,
.text-link:focus-visible {
  color: #7fe9ff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(23rem, 25.5rem);
  gap: 2rem;
  align-items: center;
  padding: 5.4rem 0 3.6rem;
}

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

.eyebrow {
  font-family: "JetBrains Mono", monospace;
  color: var(--cyan);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  margin-bottom: 0.8rem;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  display: grid;
  gap: 0.45rem;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5.8vw, 4.35rem);
  text-transform: uppercase;
}

.hero-copy {
  max-width: 41rem;
}

.hero-name {
  display: inline-flex;
  align-items: baseline;
  gap: clamp(0.38rem, 1vw, 0.9rem);
  position: relative;
  width: fit-content;
  max-width: 100%;
  line-height: 0.92;
  text-shadow: 0 0 26px rgba(255, 255, 255, 0.18);
}

.hero-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.18em;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 184, 76, 0), rgba(255, 184, 76, 0.9), rgba(20, 217, 255, 0.85), rgba(20, 217, 255, 0));
  opacity: 0.75;
  animation: header-scan 5.6s linear infinite;
}

h1 .accent {
  color: var(--red);
  text-shadow: 0 0 26px rgba(255, 59, 59, 0.42);
  font-size: clamp(1.05rem, 2.3vw, 1.8rem);
  letter-spacing: 0.2em;
  animation: accent-breathe 3.8s ease-in-out infinite;
}

.hero-name-24 {
  color: var(--amber);
  text-shadow: 0 0 20px rgba(255, 184, 76, 0.55);
  animation: title-glow 4.2s ease-in-out infinite;
}

.accent-24 {
  color: var(--amber);
  text-shadow: 0 0 16px rgba(255, 184, 76, 0.42);
}

.hero-name-main {
  background: linear-gradient(180deg, #f7f9fd 12%, #d0d7e7 56%, #b5bfd1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-name-llc {
  font-size: 0.82em;
  color: #cbd3e2;
  opacity: 0.92;
}

.lead {
  margin-top: 1.35rem;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.22rem;
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-copy .btn[type="button"] {
  appearance: none;
  cursor: pointer;
}

.inline-contact-shell {
  margin-top: 1rem;
  max-width: 100%;
  border: 1px solid rgba(111, 151, 205, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 14, 24, 0.96), rgba(6, 10, 17, 0.98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.inline-contact-shell.is-open {
  opacity: 1;
  transform: translateY(0);
}

.contact-shell-bottom {
  margin: 1.15rem auto 0;
  max-width: 54rem;
  text-align: left;
}

.inline-contact-topbar {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.72rem 0.88rem;
  border-bottom: 1px solid rgba(111, 151, 205, 0.14);
  background: linear-gradient(180deg, rgba(16, 25, 41, 0.96), rgba(10, 16, 27, 0.88));
}

.inline-contact-topbar span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.inline-contact-topbar span:nth-child(1) { background: #ff5b5b; }
.inline-contact-topbar span:nth-child(2) { background: #f7bd63; }
.inline-contact-topbar span:nth-child(3) { background: #54dfff; }

.inline-contact-topbar strong {
  margin-left: 0.45rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(228, 237, 248, 0.86);
}

.inline-contact-form {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.field {
  display: grid;
  gap: 0.38rem;
}

.field span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(149, 214, 239, 0.76);
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(111, 151, 205, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(12, 20, 33, 0.92), rgba(8, 14, 24, 0.98));
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.04rem;
  padding: 0.85rem 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(20, 217, 255, 0.46);
  box-shadow: 0 0 0 3px rgba(20, 217, 255, 0.12);
  transform: translateY(-1px);
}

.inline-contact-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.contact-feedback {
  margin: 0;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.contact-feedback.is-error {
  color: #ff9a9a;
}

.contact-feedback.is-success {
  color: #95f6b8;
}

.contact-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.86rem 1.25rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.btn.primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--red), #ff6565);
  color: #fff;
  box-shadow: 0 12px 34px rgba(255, 59, 59, 0.35);
}

.btn.primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-20deg);
  animation: button-sheen 4.5s ease-in-out infinite;
}

@keyframes button-sheen {
  0%, 75% { left: -100%; }
  100% { left: 200%; }
}

.btn.ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255,255,255,0.02);
}

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

.btn:focus-visible {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(20, 217, 255, 0.16);
}

.hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--panel);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 1rem;
  transform: translateZ(0);
  overflow: hidden;
}

.terminal-shell {
  position: relative;
  border: 1px solid rgba(111, 151, 205, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(8, 13, 23, 0.97), rgba(6, 10, 17, 0.98)),
    radial-gradient(circle at top left, rgba(20, 217, 255, 0.08), transparent 40%);
  overflow: hidden;
}

.terminal-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 22px, 22px 100%;
  opacity: 0.28;
}

.terminal-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.02));
  mix-blend-mode: screen;
}

.terminal-topbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.8rem 0.95rem;
  border-bottom: 1px solid rgba(111, 151, 205, 0.16);
  background: linear-gradient(180deg, rgba(15, 24, 40, 0.94), rgba(9, 15, 25, 0.88));
}

.terminal-dots {
  display: inline-flex;
  gap: 0.42rem;
}

.terminal-dots span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
}

.dot-red { background: #ff5757; box-shadow: 0 0 10px rgba(255, 87, 87, 0.5); }
.dot-amber { background: #f0b55a; box-shadow: 0 0 10px rgba(240, 181, 90, 0.45); }
.dot-cyan { background: #4be0ff; box-shadow: 0 0 10px rgba(75, 224, 255, 0.45); }

.terminal-title,
.terminal-session {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.terminal-title {
  color: rgba(219, 230, 247, 0.86);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.terminal-session {
  color: var(--cyan);
  justify-self: end;
}

.ops-clock {
  position: relative;
  min-height: 15.8rem;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.55rem;
  padding: 1.15rem 0.85rem 1.05rem;
  overflow: hidden;
}

.ops-clock::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.07) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: ops-scan 6.8s linear infinite;
}

.ops-clock::after {
  content: "";
  position: absolute;
  inset: 15% 4%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 76, 76, 0.18), transparent 58%),
    radial-gradient(ellipse at 20% 30%, rgba(20, 217, 255, 0.14), transparent 44%);
  filter: blur(16px);
}

.agent-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.agent-lane {
  position: absolute;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(147, 239, 255, 0.42), transparent);
  opacity: 0.78;
}

.lane-a { top: 28%; }
.lane-b { top: 50%; }
.lane-c { top: 72%; }

.agent-lane span {
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffb84c;
  box-shadow: 0 0 10px rgba(255, 184, 76, 0.85);
  animation: lane-run 3.8s linear infinite;
}

.agent-lane span:nth-child(2) {
  animation-delay: -1.2s;
}

.agent-lane span:nth-child(3) {
  animation-delay: -2.4s;
}

.lane-b span {
  background: #7fe9ff;
  box-shadow: 0 0 10px rgba(127, 233, 255, 0.8);
  animation-duration: 4.4s;
}

.lane-c span {
  background: #ff6a6a;
  box-shadow: 0 0 10px rgba(255, 106, 106, 0.82);
  animation-duration: 3.2s;
}

.clock-tag {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  color: rgba(237, 241, 248, 0.88);
}

.live-pill {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #ff5252;
  box-shadow: 0 0 12px rgba(255, 82, 82, 0.86);
  animation: live-blink 1s steps(2, end) infinite;
}

.clock-timer {
  position: relative;
  z-index: 2;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(2.2rem, 6.2vw, 3.9rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 0.95;
  color: #ffc268;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 22px rgba(255, 170, 62, 0.8), 0 0 2px rgba(255, 255, 255, 0.72);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clock-meta {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  color: rgba(173, 225, 255, 0.88);
}

.clock-mode {
  position: relative;
  z-index: 2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: #8ad6ea;
  text-align: center;
  max-width: 100%;
}

.ops-clock.is-tick .clock-timer {
  transform: scale(1.016);
  text-shadow: 0 0 28px rgba(255, 170, 62, 0.95), 0 0 6px rgba(255, 255, 255, 0.8);
}

.terminal-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 0.9rem;
  padding: 0 0.85rem 0.95rem;
}

.stream-panel,
.telemetry-panel {
  min-width: 0;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.55rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(151, 223, 244, 0.76);
}

.panel-head strong {
  font-weight: 700;
  color: #e0edf9;
}

.stream-list {
  display: grid;
  gap: 0.42rem;
}

.stream-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(111, 151, 205, 0.16);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(12, 20, 33, 0.85), rgba(8, 14, 23, 0.94));
  font-family: "JetBrains Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

.stream-line:hover {
  transform: translateX(2px);
  border-color: rgba(20, 217, 255, 0.34);
}

.stream-time {
  color: rgba(255, 191, 106, 0.88);
}

.stream-text {
  color: rgba(222, 233, 246, 0.85);
  min-width: 0;
}

.stream-state {
  color: var(--cyan);
}

.telemetry-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.telemetry-card,
.throughput-panel {
  border: 1px solid rgba(111, 151, 205, 0.16);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(12, 20, 33, 0.85), rgba(8, 14, 23, 0.96));
  overflow: hidden;
}

.telemetry-card {
  padding: 0.75rem 0.78rem;
}

.telemetry-card span {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.54rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(146, 205, 228, 0.7);
}

.telemetry-card strong {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  color: #f3f7fb;
}

.throughput-panel {
  margin-top: 0.7rem;
  padding: 0.75rem 0.78rem 0.85rem;
}

.throughput-bars {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 0.35rem;
  min-height: 5.3rem;
}

.throughput-bars span {
  display: block;
  height: var(--bar);
  min-height: 16%;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, rgba(20, 217, 255, 0.95), rgba(20, 217, 255, 0.12));
  box-shadow: 0 0 12px rgba(20, 217, 255, 0.2);
  transform-origin: bottom;
  animation: bar-pulse 3.8s ease-in-out infinite;
}

.throughput-bars span:nth-child(3n) {
  background: linear-gradient(180deg, rgba(255, 184, 76, 0.95), rgba(255, 184, 76, 0.1));
  box-shadow: 0 0 12px rgba(255, 184, 76, 0.16);
}

.throughput-bars span:nth-child(4n) {
  animation-duration: 4.6s;
}

.throughput-bars span:nth-child(5n) {
  animation-duration: 3s;
}

@keyframes bar-pulse {
  0%, 100% { transform: scaleY(0.92); opacity: 0.82; }
  50% { transform: scaleY(1.04); opacity: 1; }
}

@keyframes lane-run {
  0% { left: -3%; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { left: 98%; opacity: 0; }
}

@keyframes ops-scan {
  to { transform: translateX(120%); }
}

@keyframes live-blink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0.28; }
}

.section { padding: 4rem 0; }
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.section-head h2,
.contact h2 {
  text-wrap: balance;
}

.section h2 {
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.3rem, 3.2vw, 2.4rem);
  letter-spacing: 0.04em;
}

.card-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(20, 26, 38, 0.85), rgba(8, 12, 20, 0.93));
  border-radius: 16px;
  padding: 1rem;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 217, 255, 0.4);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(800px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(20, 217, 255, 0.12), transparent 40%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.card:hover::before {
  opacity: 1;
}

.card h3, .card p {
  position: relative;
  z-index: 1;
}

.card h3 {
  font-family: "Orbitron", sans-serif;
  font-size: 1.07rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.card p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.timeline-wrap {
  background: linear-gradient(180deg, rgba(255,255,255,.01), rgba(255,255,255,.03));
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.timeline {
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.timeline li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(10, 15, 25, 0.78);
  padding: 0.92rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.04rem;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.timeline li:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 184, 76, 0.3);
  background: rgba(12, 18, 29, 0.9);
}

.timeline span {
  min-width: 2rem;
  text-align: center;
  border-radius: 8px;
  font-family: "JetBrains Mono", monospace;
  color: var(--red);
  border: 1px solid rgba(255, 59, 59, 0.45);
  padding: 0.2rem 0.3rem;
}

.related-section {
  padding-top: 3.2rem;
}

.related-copy {
  max-width: 760px;
  margin: 1rem auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 1.06rem;
}

.team-section {
  position: relative;
}

.team-section::before {
  content: "";
  position: absolute;
  inset: 1.4rem 0 auto;
  height: 18rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(20, 217, 255, 0.1), transparent 42%),
    radial-gradient(circle at 82% 12%, rgba(255, 184, 76, 0.1), transparent 36%);
  filter: blur(18px);
}

.team-head {
  position: relative;
  z-index: 1;
  text-align: center;
}

.team-intro,
.team-story {
  max-width: 48rem;
  margin: 0.9rem auto 0;
}

.team-intro {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(180, 233, 247, 0.88);
}

.team-story {
  color: var(--muted);
  font-size: 1.05rem;
}

.team-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.team-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(111, 151, 205, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(10, 16, 27, 0.96), rgba(7, 11, 19, 0.98)),
    radial-gradient(circle at top left, rgba(20, 217, 255, 0.06), transparent 44%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 26px, 26px 100%;
  opacity: 0.22;
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 217, 255, 0.34);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.team-card-media {
  position: relative;
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  border-bottom: 1px solid rgba(111, 151, 205, 0.16);
  background: rgba(7, 11, 18, 0.92);
}

.team-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(5, 8, 14, 0.78));
}

.team-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.45s ease;
}

.team-card:hover .team-card-media img {
  transform: scale(1.05);
}

.team-card-body {
  position: relative;
  z-index: 1;
  padding: 1.45rem 1.35rem 1.5rem;
}

.team-card-body h3 {
  font-size: 2rem;
}

.team-role {
  margin: 0.35rem 0 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
}

.team-bio {
  margin: 1rem 0 0;
  color: rgba(228, 234, 244, 0.8);
  font-size: 1.03rem;
}

.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.team-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.82rem;
  border: 1px solid rgba(20, 217, 255, 0.18);
  border-radius: 999px;
  background: rgba(20, 217, 255, 0.07);
  color: rgba(214, 244, 255, 0.92);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.faq-grid {
  margin-top: 1.6rem;
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(10, 15, 25, 0.78);
  padding: 0.9rem 1rem;
  transition: border-color 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 217, 255, 0.28);
  background: rgba(12, 18, 29, 0.9);
}

.faq-item summary {
  cursor: pointer;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
}

.faq-item p {
  color: var(--muted);
  margin: 0.7rem 0 0;
  font-size: 1.02rem;
}

.contact {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20,217,255,.08), rgba(255,59,59,.08));
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.08) 48%, transparent 66%);
  transform: translateX(-130%);
  animation: ops-scan 7.5s linear infinite;
  pointer-events: none;
}

.contact h2 { margin-top: 0.3rem; }
.contact p {
  color: var(--muted);
  margin: 0.8rem auto 1.1rem;
  max-width: 66ch;
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1rem 0 1.4rem;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
}

.footer-wrap p {
  margin: 0;
  overflow-wrap: anywhere;
}

@keyframes header-scan {
  0% { transform: translateX(-30%); opacity: 0; }
  8% { opacity: 0.8; }
  50% { opacity: 0.8; }
  100% { transform: translateX(30%); opacity: 0; }
}

@keyframes title-glow {
  0%, 100% { text-shadow: 0 0 20px rgba(255, 184, 76, 0.4); }
  50% { text-shadow: 0 0 28px rgba(255, 184, 76, 0.75), 0 0 42px rgba(255, 184, 76, 0.16); }
}

@keyframes accent-breathe {
  0%, 100% { opacity: 0.92; text-shadow: 0 0 22px rgba(255, 59, 59, 0.32); }
  50% { opacity: 1; text-shadow: 0 0 34px rgba(255, 59, 59, 0.58); }
}

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  filter: blur(10px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              filter 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, filter;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
}

@media (max-width: 900px) {
  .container {
    width: min(1140px, calc(100% - 2rem));
  }

  .nav-wrap {
    flex-wrap: nowrap;
    gap: 0.7rem;
    padding: 0.8rem 0;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding-top: 3.8rem;
  }

  .hero-copy {
    max-width: none;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .lead { font-size: 1.1rem; }

  .field-row {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2rem, 8vw, 3.4rem);
    min-width: 0;
  }

  .hero-name {
    gap: 0.35rem;
  }

  .brand {
    flex: 1 1 auto;
    gap: 0.55rem;
    min-width: 0;
  }

  .brand-tag {
    font-size: 1.3rem;
  }

  .brand-name {
    font-size: 0.78rem;
    letter-spacing: 0.045em;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    padding: 0.64rem 0.8rem;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .ops-clock {
    min-height: 14.8rem;
    padding-top: 1rem;
  }

  .clock-timer {
    font-size: clamp(2rem, 11vw, 3rem);
    letter-spacing: 0.08em;
  }

  .clock-meta {
    gap: 0.42rem;
    font-size: 0.52rem;
  }

  .terminal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(1140px, calc(100% - 1rem));
  }

  .nav-wrap {
    gap: 0.42rem;
  }

  .brand-tag {
    font-size: 1.12rem;
  }

  .brand-name {
    font-size: 0.68rem;
    letter-spacing: 0.03em;
  }

  .header-cta {
    padding: 0.5rem 0.58rem;
    font-size: 0.58rem;
    letter-spacing: 0.015em;
  }

  .header-cta .cta-full {
    display: none;
  }

  .header-cta .cta-short {
    display: inline;
  }

  .inline-contact-form {
    padding: 0.85rem;
  }

  .inline-contact-actions {
    align-items: stretch;
  }

  .inline-contact-actions .btn {
    width: 100%;
  }

  .contact-feedback {
    width: 100%;
  }

  .terminal-topbar {
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
  }

  .terminal-session {
    display: none;
  }

  .telemetry-cards {
    grid-template-columns: 1fr 1fr;
  }

  .team-card-body {
    padding: 1.2rem 1rem 1.25rem;
  }

  .team-card-body h3 {
    font-size: 1.7rem;
  }

  .team-story {
    font-size: 0.98rem;
  }

  h1 {
    font-size: clamp(1.5rem, 7.1vw, 2.15rem);
  }

  .hero-name {
    gap: 0.26rem;
  }

  .hero-name-llc {
    font-size: 0.76em;
  }

  .clock-timer {
    font-size: clamp(1.65rem, 9.7vw, 2.35rem);
    letter-spacing: 0.06em;
  }

  .clock-meta {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  .stream-line {
    grid-template-columns: 1fr;
    gap: 0.22rem;
  }

  .stream-state {
    justify-self: start;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(1140px, calc(100% - 0.8rem));
  }

  h1 {
    font-size: clamp(1.28rem, 7vw, 1.7rem);
  }

  .hero-name {
    gap: 0.2rem;
  }

  .header-cta {
    padding: 0.48rem 0.52rem;
    font-size: 0.56rem;
    letter-spacing: 0;
  }

  .brand-name {
    font-size: 0.62rem;
    letter-spacing: 0.015em;
  }

  .team-intro {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .team-card-body h3 {
    font-size: 1.5rem;
  }

  .team-bio {
    font-size: 0.96rem;
  }

  .terminal-title {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  .telemetry-cards {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bg-grid,
  .brand-tag,
  .hero-name::after,
  h1 .accent,
  .btn.primary::before,
  .contact::before,
  .ops-clock::before,
  .agent-lane span,
  .live-pill,
  .throughput-bars span {
    animation: none;
  }

  .site-header,
  .reveal {
    transition: none;
    transform: none;
    opacity: 1;
    filter: none;
  }
}
