:root {
    --bg-0: #02050d;
    --bg-1: #07111f;
    --bg-2: #0d1630;
    --panel: rgba(8, 16, 31, 0.68);
    --panel-strong: rgba(5, 11, 24, 0.84);
    --panel-glass: rgba(14, 26, 48, 0.5);
    --line: rgba(93, 178, 255, 0.2);
    --line-strong: rgba(93, 178, 255, 0.4);
    --text: #eff8ff;
    --text-soft: #96afcc;
    --text-dim: #6881a2;
    --cyan: #52f6ff;
    --blue: #58a6ff;
    --purple: #9362ff;
    --magenta: #ff4fd8;
    --green: #74ffb6;
    --warning: #d7ff6f;
    --danger: #ff7aa2;
    --glow-cyan: 0 0 22px rgba(82, 246, 255, 0.22);
    --glow-magenta: 0 0 22px rgba(255, 79, 216, 0.18);
    --glow-rgb: 0 0 18px rgba(82, 246, 255, 0.18), 0 0 34px rgba(88, 166, 255, 0.14), 0 0 46px rgba(147, 98, 255, 0.12), 0 0 62px rgba(255, 79, 216, 0.1);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --container: 1240px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--text);
    font-family: "Rajdhani", sans-serif;
    background:
        radial-gradient(circle at 15% 12%, rgba(82, 246, 255, 0.16), transparent 18%),
        radial-gradient(circle at 82% 10%, rgba(255, 79, 216, 0.14), transparent 16%),
        radial-gradient(circle at 70% 76%, rgba(116, 255, 182, 0.08), transparent 18%),
        linear-gradient(125deg, #01040b 0%, #05101d 24%, #071427 46%, #090a1b 63%, #061120 80%, #01040b 100%);
    background-size: 100% 100%, 100% 100%, 100% 100%, 180% 180%;
    animation: bodyShift 22s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.6s ease, filter 0.45s ease;
}

body.page-ready {
    opacity: 1;
}

body.page-leaving {
    opacity: 0;
    filter: saturate(1.2) blur(2px);
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

body::before {
    z-index: -4;
    opacity: 0.34;
    background:
        linear-gradient(rgba(84, 178, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(84, 178, 255, 0.12) 1px, transparent 1px),
        linear-gradient(rgba(255, 79, 216, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 79, 216, 0.05) 1px, transparent 1px);
    background-size: 48px 48px, 48px 48px, 120px 120px, 120px 120px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 100%);
    animation: gridDrift 18s linear infinite;
}

body::after {
    z-index: -3;
    opacity: 0.45;
    background:
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 8px),
        linear-gradient(110deg, transparent 22%, rgba(82, 246, 255, 0.06) 40%, transparent 56%),
        linear-gradient(290deg, transparent 26%, rgba(255, 79, 216, 0.06) 50%, transparent 66%);
    animation: scanlineDrift 10s linear infinite, shimmerSweep 14s linear infinite;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

ul {
    list-style: none;
}

.page-shell {
    position: relative;
    isolation: isolate;
}

.ambient,
.grid-overlay,
.circuit-overlay,
.hud-overlay,
.particle-field,
.page-transition,
.cinematic-loader {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.ambient {
    z-index: -2;
}

.ambient::before,
.ambient::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(52px);
    opacity: 0.24;
}

.ambient::before {
    width: 28rem;
    height: 28rem;
    left: -7rem;
    top: 6rem;
    background: rgba(82, 246, 255, 0.7);
    animation: floatOrb 12s ease-in-out infinite;
}

.ambient::after {
    width: 26rem;
    height: 26rem;
    right: -6rem;
    bottom: 4rem;
    background: rgba(147, 98, 255, 0.65);
    animation: floatOrb 14s ease-in-out infinite reverse;
}

.grid-overlay {
    z-index: -1;
    opacity: 0.22;
    background:
        radial-gradient(circle at 22% 18%, rgba(82, 246, 255, 0.2) 0 2px, transparent 3px),
        radial-gradient(circle at 74% 16%, rgba(147, 98, 255, 0.24) 0 2px, transparent 3px),
        radial-gradient(circle at 56% 68%, rgba(116, 255, 182, 0.16) 0 2px, transparent 3px);
}

.circuit-overlay {
    z-index: -1;
    opacity: 0.48;
    background:
        linear-gradient(90deg, transparent 0 8%, rgba(82, 246, 255, 0.08) 8% 8.15%, transparent 8.15% 100%),
        linear-gradient(90deg, transparent 0 34%, rgba(147, 98, 255, 0.08) 34% 34.15%, transparent 34.15% 100%),
        linear-gradient(90deg, transparent 0 72%, rgba(255, 79, 216, 0.08) 72% 72.15%, transparent 72.15% 100%),
        linear-gradient(180deg, transparent 0 16%, rgba(82, 246, 255, 0.08) 16% 16.15%, transparent 16.15% 100%),
        linear-gradient(180deg, transparent 0 48%, rgba(88, 166, 255, 0.08) 48% 48.15%, transparent 48.15% 100%),
        linear-gradient(180deg, transparent 0 74%, rgba(116, 255, 182, 0.08) 74% 74.15%, transparent 74.15% 100%);
}

.circuit-overlay::before,
.circuit-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
}

.circuit-overlay::before {
    background:
        radial-gradient(circle at 8% 16%, rgba(82, 246, 255, 0.28) 0 2px, transparent 3px),
        radial-gradient(circle at 18% 48%, rgba(82, 246, 255, 0.22) 0 2px, transparent 3px),
        radial-gradient(circle at 32% 28%, rgba(147, 98, 255, 0.24) 0 2px, transparent 3px),
        radial-gradient(circle at 52% 62%, rgba(116, 255, 182, 0.2) 0 2px, transparent 3px),
        radial-gradient(circle at 74% 36%, rgba(255, 79, 216, 0.24) 0 2px, transparent 3px),
        radial-gradient(circle at 84% 68%, rgba(82, 246, 255, 0.2) 0 2px, transparent 3px);
    animation: pcbPulse 8s ease-in-out infinite;
}

.circuit-overlay::after {
    background:
        linear-gradient(120deg, transparent 0 48%, rgba(82, 246, 255, 0.1) 48% 48.3%, transparent 48.3% 100%),
        linear-gradient(20deg, transparent 0 54%, rgba(147, 98, 255, 0.08) 54% 54.3%, transparent 54.3% 100%),
        linear-gradient(160deg, transparent 0 40%, rgba(255, 79, 216, 0.08) 40% 40.25%, transparent 40.25% 100%);
    animation: pcbSweep 16s linear infinite;
}

.hud-overlay {
    z-index: -1;
    opacity: 0.26;
    background:
        radial-gradient(circle at center, rgba(82, 246, 255, 0.08), transparent 20%),
        radial-gradient(circle at center, rgba(147, 98, 255, 0.07), transparent 34%);
}

.hud-overlay::before,
.hud-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
}

.hud-overlay::before {
    background:
        radial-gradient(circle at 20% 22%, rgba(82, 246, 255, 0.12) 0 1px, transparent 3px),
        radial-gradient(circle at 76% 28%, rgba(255, 79, 216, 0.14) 0 1px, transparent 3px),
        radial-gradient(circle at 58% 78%, rgba(116, 255, 182, 0.12) 0 1px, transparent 3px);
    animation: hudFloat 14s ease-in-out infinite;
}

.hud-overlay::after {
    inset: 6%;
    border: 1px solid rgba(82, 246, 255, 0.06);
    border-radius: 40px;
    box-shadow: inset 0 0 40px rgba(82, 246, 255, 0.04), 0 0 60px rgba(82, 246, 255, 0.04);
    animation: hudPulse 8s ease-in-out infinite;
}

.particle-field {
    z-index: -1;
    overflow: hidden;
}

.particle-field span {
    position: absolute;
    left: var(--x);
    bottom: -6vh;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(239, 248, 255, 0.95), rgba(82, 246, 255, 0.75) 50%, rgba(82, 246, 255, 0));
    box-shadow: 0 0 14px rgba(82, 246, 255, 0.2), 0 0 24px rgba(147, 98, 255, 0.14);
    opacity: 0.5;
    animation: particleRise var(--duration) linear infinite;
    animation-delay: var(--delay);
}

.page-transition {
    z-index: 110;
    opacity: 0;
    background:
        radial-gradient(circle at center, rgba(82, 246, 255, 0.14), transparent 18%),
        linear-gradient(135deg, rgba(1, 4, 11, 0.1), rgba(4, 12, 24, 0.1));
    transition: opacity 0.45s ease;
}

body.page-leaving .page-transition {
    opacity: 1;
}

.cinematic-loader {
    z-index: 120;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at center, rgba(82, 246, 255, 0.09), transparent 18%),
        linear-gradient(180deg, rgba(1, 4, 11, 0.98), rgba(3, 8, 19, 0.98));
    transition: opacity 0.7s ease, visibility 0.7s ease;
}

.loader-hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-core {
    position: relative;
    display: grid;
    gap: 1rem;
    width: min(92vw, 34rem);
    padding: 2.4rem;
    text-align: center;
    border: 1px solid rgba(82, 246, 255, 0.18);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
        linear-gradient(135deg, rgba(82, 246, 255, 0.08), rgba(147, 98, 255, 0.08), rgba(255, 79, 216, 0.06)),
        rgba(7, 14, 28, 0.9);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55), var(--glow-rgb);
    overflow: hidden;
}

.loader-core::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 7px),
        linear-gradient(110deg, transparent 22%, rgba(82, 246, 255, 0.12) 44%, transparent 66%);
    animation: loaderSweep 3s linear infinite;
}

.loader-rings {
    position: relative;
    width: 11rem;
    height: 11rem;
    margin: 0 auto;
}

.loader-rings span {
    position: absolute;
    inset: 50%;
    border-radius: 50%;
    border: 1px solid rgba(82, 246, 255, 0.24);
    transform: translate(-50%, -50%);
}

.loader-rings span:nth-child(1) {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 0 20px rgba(82, 246, 255, 0.22);
    animation: pulseScale 2.8s ease-in-out infinite;
}

.loader-rings span:nth-child(2) {
    width: 7rem;
    height: 7rem;
    border-style: dashed;
    border-color: rgba(147, 98, 255, 0.26);
    animation: spinLoader 6s linear infinite;
}

.loader-rings span:nth-child(3) {
    width: 10rem;
    height: 10rem;
    border-color: rgba(255, 79, 216, 0.24);
    animation: spinLoaderReverse 9s linear infinite;
}

.loader-drone-path {
    height: 2px;
    width: 100%;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(82, 246, 255, 0), rgba(82, 246, 255, 0.85), rgba(147, 98, 255, 0.85), rgba(255, 79, 216, 0.85), rgba(82, 246, 255, 0));
    background-size: 220% 100%;
    box-shadow: 0 0 14px rgba(82, 246, 255, 0.2);
    animation: loaderPath 2.4s linear infinite;
}

.loader-label,
.brand-text small,
.eyebrow,
.section-kicker,
.micro-label,
.nav-links a,
.nav-code span,
.status-chip,
.btn,
.panel-label,
.stat-label,
.stat-number,
.form-label,
.mini-stat-label,
.info-strip span,
.signal-card span,
.timeline-step,
.metric-value,
.sector-badge,
.service-node span,
.footer-links a {
    font-family: "Orbitron", sans-serif;
}

.loader-label {
    color: var(--text-dim);
    font-size: 0.82rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.loader-title,
h1,
h2,
h3,
.brand-text strong {
    font-family: "Orbitron", sans-serif;
}

.loader-title {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f5fbff;
    text-shadow: 0 0 18px rgba(82, 246, 255, 0.14);
}

.loader-status {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.loader-status span {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(82, 246, 255, 0.16);
    background: rgba(6, 14, 27, 0.7);
    color: var(--text-soft);
    font-family: "Orbitron", sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(82, 246, 255, 0.16);
    backdrop-filter: blur(22px) saturate(1.15);
    background:
        linear-gradient(90deg, rgba(3, 8, 19, 0.92), rgba(8, 13, 28, 0.88), rgba(3, 8, 19, 0.92));
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38), inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}

.navbar,
.section,
.footer-shell {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.45rem 1rem 0.45rem 0.45rem;
    border-radius: 22px;
    border: 1px solid rgba(82, 246, 255, 0.2);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(82, 246, 255, 0.08), rgba(147, 98, 255, 0.08)),
        rgba(7, 16, 31, 0.72);
    box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.03), var(--glow-rgb);
    position: relative;
    overflow: hidden;
}

.brand::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 18%, rgba(82, 246, 255, 0.12) 40%, rgba(255, 79, 216, 0.08) 56%, transparent 74%);
    opacity: 0.8;
}

.brand-mark {
    width: 4.25rem;
    height: 4.25rem;
    padding: 0.42rem;
    border-radius: 18px;
    border: 1px solid rgba(82, 246, 255, 0.35);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, rgba(82, 246, 255, 0.16), rgba(88, 166, 255, 0.16), rgba(147, 98, 255, 0.16));
    box-shadow: 0 0 18px rgba(82, 246, 255, 0.18), 0 0 32px rgba(147, 98, 255, 0.16);
    position: relative;
    z-index: 1;
}

.brand-mark::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(130deg, rgba(82, 246, 255, 0.95), rgba(88, 166, 255, 0.7), rgba(147, 98, 255, 0.8), rgba(255, 79, 216, 0.62), rgba(116, 255, 182, 0.52));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: hueSpin 6s linear infinite;
}

.brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: brightness(1.4) contrast(1.25) saturate(1.1) drop-shadow(0 0 8px rgba(82, 246, 255, 0.3)) drop-shadow(0 0 16px rgba(147, 98, 255, 0.18));
}

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    position: relative;
    z-index: 1;
}

.brand-text strong {
    font-size: 0.98rem;
    letter-spacing: 0.08em;
    color: #f5fbff;
    white-space: nowrap;
}

.brand-text small {
    color: var(--text-soft);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.nav-links a {
    position: relative;
    padding: 0.72rem 0.95rem;
    border-radius: 999px;
    color: var(--text-soft);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    border: 1px solid transparent;
    background: transparent;
    transition: 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--text);
    border-color: rgba(82, 246, 255, 0.18);
    background: linear-gradient(90deg, rgba(82, 246, 255, 0.08), rgba(147, 98, 255, 0.1), rgba(255, 79, 216, 0.08));
    box-shadow: var(--glow-rgb);
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.34rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cyan), var(--blue), var(--purple), var(--magenta), var(--green));
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    transform: scaleX(1);
}

.menu-toggle {
    display: none;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(82, 246, 255, 0.2);
    border-radius: 14px;
    background: rgba(5, 12, 24, 0.9);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 1.3rem;
    height: 2px;
    margin: 0.3rem auto;
    background: var(--text);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

main {
    position: relative;
}

.section {
    position: relative;
    padding: 5rem 0;
}

.section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 20%, rgba(82, 246, 255, 0.08), transparent 22%),
        radial-gradient(circle at 84% 26%, rgba(147, 98, 255, 0.08), transparent 22%),
        radial-gradient(circle at 70% 76%, rgba(255, 79, 216, 0.05), transparent 20%);
    opacity: 0.9;
}

.section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(82, 246, 255, 0.28), rgba(147, 98, 255, 0.2), rgba(255, 79, 216, 0.22), transparent);
}

.hero {
    min-height: calc(100vh - 86px);
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(1.4rem, 2vw, 2.3rem);
    align-items: center;
    padding-top: clamp(2rem, 3vw, 3rem);
    padding-bottom: clamp(2rem, 3vw, 2.75rem);
}

.hero-page {
    min-height: auto;
    padding-top: 4.4rem;
    padding-bottom: 3rem;
}

.hero-copy,
.hero-visual,
.section-split,
.stats-grid,
.panel-grid,
.stack-grid,
.applications-grid,
.contact-grid,
.footer-shell,
.intel-row,
.contact-aside-grid,
.status-row,
.system-meta,
.command-bar,
.lab-matrix,
.service-rail,
.sector-grid,
.hero-status-grid,
.hero-metrics,
.capability-grid,
.flow-grid,
.contact-list,
.hud-mini-grid,
.metric-grid {
    position: relative;
    z-index: 1;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 0.8rem;
    min-width: 0;
    max-width: 39.5rem;
    padding-top: 0.2rem;
}

.hero-company {
    color: rgba(239, 248, 255, 0.9);
    font-family: "Orbitron", sans-serif;
    font-size: 0.86rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-top: -0.15rem;
}

.eyebrow,
.section-kicker,
.micro-label {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
    color: var(--cyan);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

.eyebrow::before,
.section-kicker::before,
.micro-label::before {
    content: "";
    width: 1.8rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(82, 246, 255, 0), rgba(82, 246, 255, 0.9));
}

h1 {
    font-size: clamp(3rem, 5vw, 5.7rem);
    line-height: 0.92;
    letter-spacing: -0.035em;
    margin-bottom: 0.15rem;
    background: linear-gradient(90deg, #f6fbff 0%, #8bf7ff 18%, #8eb7ff 45%, #db9cff 72%, #ff93eb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 30px rgba(82, 246, 255, 0.12);
}

.hero h1 {
    font-size: clamp(2.85rem, 4.35vw, 5rem);
    max-width: 10.5ch;
    text-wrap: balance;
}

h2 {
    font-size: clamp(2rem, 3.2vw, 3.15rem);
    line-height: 1.02;
    margin-bottom: 0.95rem;
    background: linear-gradient(90deg, #eef8ff, #88f7ff, #a4b9ff, #ff90e9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

h3 {
    font-size: 1.08rem;
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
}

p {
    color: var(--text-soft);
    font-size: 1rem;
    line-height: 1.58;
}

.lead {
    max-width: 42rem;
    font-size: 1.08rem;
    margin-top: 0.1rem;
}

.hero-subtitle {
    min-height: 1.7em;
    max-width: 32rem;
    color: #b9fbff;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 0.15rem;
}

.typing-text {
    position: relative;
    display: inline-block;
    font-family: "Orbitron", sans-serif;
}

.typing-text::after {
    content: "";
    display: inline-block;
    width: 0.12em;
    height: 1em;
    margin-left: 0.2em;
    vertical-align: -0.08em;
    background: currentColor;
    box-shadow: 0 0 12px rgba(82, 246, 255, 0.7);
    animation: caretBlink 0.95s steps(1) infinite;
}

.section-heading {
    max-width: 52rem;
    margin-bottom: 1.8rem;
    position: relative;
    z-index: 1;
}

.section-split,
.contact-grid,
.footer-shell {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
}

.panel-grid {
    display: grid;
    gap: 1.2rem;
}

.panel-grid.two-col,
.capability-grid,
.flow-grid,
.contact-aside-grid,
.lab-matrix,
.metric-grid,
.hud-mini-grid,
.system-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel-grid.three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel-grid.four-col,
.stats-grid,
.applications-grid,
.sector-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stack-grid,
.service-rail {
    display: grid;
    gap: 1.2rem;
}

.glass-card,
.command-panel,
.stat-panel,
.system-panel,
.mission-board,
.contact-card,
.contact-form,
.domain-card,
.service-card,
.sector-card,
.mini-panel,
.capability-card,
.flow-card,
.timeline-card,
.signal-card,
.lab-card,
.info-card,
.feature-panel {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(82, 246, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
        linear-gradient(135deg, rgba(82, 246, 255, 0.04), rgba(147, 98, 255, 0.06), rgba(255, 79, 216, 0.04)),
        rgba(5, 12, 24, 0.8);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05), var(--glow-rgb);
    backdrop-filter: blur(20px) saturate(1.15);
}

.glass-card::before,
.command-panel::before,
.stat-panel::before,
.system-panel::before,
.mission-board::before,
.contact-card::before,
.contact-form::before,
.domain-card::before,
.service-card::before,
.sector-card::before,
.mini-panel::before,
.capability-card::before,
.flow-card::before,
.timeline-card::before,
.signal-card::before,
.lab-card::before,
.info-card::before,
.feature-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(118deg, transparent 16%, rgba(255, 255, 255, 0.12) 32%, transparent 48%),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 8px);
    opacity: 0.35;
    animation: glassShift 9s linear infinite;
}

.glass-card::after,
.command-panel::after,
.stat-panel::after,
.system-panel::after,
.mission-board::after,
.contact-card::after,
.contact-form::after,
.domain-card::after,
.service-card::after,
.sector-card::after,
.mini-panel::after,
.capability-card::after,
.flow-card::after,
.timeline-card::after,
.signal-card::after,
.lab-card::after,
.info-card::after,
.feature-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(130deg, rgba(82, 246, 255, 0.75), rgba(88, 166, 255, 0.18), rgba(147, 98, 255, 0.54), rgba(255, 79, 216, 0.36), rgba(116, 255, 182, 0.42));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.58;
    animation: borderPulse 4.6s ease-in-out infinite;
}

.glass-card > *,
.command-panel > *,
.stat-panel > *,
.system-panel > *,
.mission-board > *,
.contact-card > *,
.contact-form > *,
.domain-card > *,
.service-card > *,
.sector-card > *,
.mini-panel > *,
.capability-card > *,
.flow-card > *,
.timeline-card > *,
.signal-card > *,
.lab-card > *,
.info-card > *,
.feature-panel > * {
    position: relative;
    z-index: 1;
}

.hero-console,
.hero-side-card,
.card-pad,
.mini-panel,
.domain-card,
.service-card,
.sector-card,
.stat-panel,
.contact-card,
.contact-form,
.capability-card,
.flow-card,
.timeline-card,
.signal-card,
.lab-card,
.info-card {
    padding: 1.35rem;
}

.command-panel {
    padding: 1.4rem;
}

.panel-topline,
.command-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.panel-topline span,
.panel-label,
.card-kicker,
.timeline-step,
.metric-value,
.mini-stat-label,
.service-node span,
.sector-badge {
    color: var(--text-dim);
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.17em;
}

.panel-topline strong,
.metric-strong {
    color: #f4fbff;
    font-size: 0.8rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 11.5rem;
    padding: 0.95rem 1.35rem;
    border-radius: 999px;
    border: 1px solid rgba(82, 246, 255, 0.28);
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, filter 0.25s ease;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.16) 48%, transparent 72%);
    transform: translateX(-140%);
    transition: transform 0.55s ease;
}

.btn:hover {
    transform: translateY(-3px) scale(1.01);
    filter: brightness(1.08);
    box-shadow: 0 0 0 1px rgba(82, 246, 255, 0.16), 0 0 22px rgba(82, 246, 255, 0.16), 0 0 42px rgba(147, 98, 255, 0.12);
}

.btn:hover::before {
    transform: translateX(140%);
}

.btn-primary {
    color: #02111f;
    border-color: rgba(82, 246, 255, 0.5);
    background: linear-gradient(90deg, #71fbff, #7fc8ff, #9a9aff, #b97fff, #82ffd5);
    box-shadow: 0 0 18px rgba(82, 246, 255, 0.22), 0 0 32px rgba(147, 98, 255, 0.16);
}

.btn-secondary,
.btn-ghost {
    color: var(--text);
    background: linear-gradient(90deg, rgba(82, 246, 255, 0.08), rgba(88, 166, 255, 0.08), rgba(147, 98, 255, 0.1));
}

.btn-ghost {
    min-width: 0;
    padding-inline: 1rem;
}

.hero-actions,
.chip-row,
.nav-code,
.info-strip,
.status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.hero-actions {
    margin: 0.85rem 0 0.45rem;
}

.status-chip,
.visual-tag,
.sector-badge,
.service-node span,
.mini-stat-label,
.info-strip span,
.nav-code span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(82, 246, 255, 0.18);
    background: rgba(5, 13, 27, 0.78);
    color: var(--text);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 0 12px rgba(82, 246, 255, 0.08);
}

.status-chip.cyan {
    color: var(--cyan);
}

.status-chip.magenta {
    color: #ff99ef;
}

.status-chip.green {
    color: var(--green);
}

.nav-code {
    margin-top: 0.65rem;
}

.hero-metrics,
.hero-status-grid,
.stats-grid,
.intel-row,
.metric-grid,
.hud-mini-grid,
.contact-aside-grid {
    display: grid;
    gap: 1rem;
}

.hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.55rem;
    align-items: stretch;
}

.metric-card,
.signal-card,
.info-card {
    min-height: 8.6rem;
}

.metric-card span,
.signal-card span,
.info-card span,
.mini-stat-label {
    display: block;
    margin-bottom: 0.45rem;
}

.metric-card strong,
.signal-card strong,
.info-card strong,
.service-node strong,
.timeline-list strong,
.stat-number,
.mini-stat-value {
    color: #f7fbff;
}

.metric-card strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.3;
}

.metric-card p,
.signal-card p,
.info-card p,
.service-node p,
.timeline-list p {
    font-size: 0.92rem;
}

.stats-grid {
    display: grid;
}

.stat-panel {
    padding: 1.25rem;
    min-height: 13rem;
}

.stat-label {
    display: block;
    margin-bottom: 0.6rem;
    color: var(--cyan);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.stat-number,
.mini-stat-value {
    display: block;
    margin-bottom: 0.7rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.95;
}

.stat-strip {
    padding-top: 1.5rem;
}

.stat-strip .stats-grid {
    gap: 0.9rem;
}

.hero-console,
.hero-side-card {
    height: 100%;
}

.hero-visual {
    min-width: 0;
    display: flex;
    align-items: stretch;
    align-self: center;
}

.hero-console {
    width: 100%;
    padding: 1.2rem;
    display: grid;
    gap: 1rem;
    align-content: start;
    min-width: 0;
}

.mission-stage,
.systems-map,
.lab-stage,
.service-stage,
.sector-stage,
.contact-stage,
.about-stage,
.visual-frame,
.hero-hud {
    position: relative;
    min-height: 25rem;
    border-radius: 24px;
    border: 1px solid rgba(82, 246, 255, 0.18);
    background:
        radial-gradient(circle at 50% 50%, rgba(82, 246, 255, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(4, 11, 23, 0.96), rgba(5, 9, 21, 0.88));
    overflow: hidden;
}

.hero .mission-stage {
    min-height: 35rem;
}

.mission-stage::before,
.systems-map::before,
.lab-stage::before,
.service-stage::before,
.sector-stage::before,
.contact-stage::before,
.about-stage::before,
.visual-frame::before,
.hero-hud::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(82, 246, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(82, 246, 255, 0.06) 1px, transparent 1px),
        linear-gradient(110deg, transparent 18%, rgba(82, 246, 255, 0.1) 42%, transparent 68%);
    background-size: 28px 28px, 28px 28px, 100% 100%;
    opacity: 0.6;
}

.mission-stage::after,
.systems-map::after,
.lab-stage::after,
.service-stage::after,
.sector-stage::after,
.contact-stage::after,
.about-stage::after,
.visual-frame::after,
.hero-hud::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(82, 246, 255, 0.05) 60%, transparent);
    animation: scanPass 4s linear infinite;
}

.visual-tag {
    position: absolute;
    z-index: 2;
}

.mission-dashboard {
    isolation: isolate;
    --parallax-x: 0px;
    --parallax-y: 0px;
    background:
        radial-gradient(circle at 50% 40%, rgba(82, 246, 255, 0.14), transparent 22%),
        radial-gradient(circle at 62% 18%, rgba(150, 178, 255, 0.12), transparent 20%),
        linear-gradient(180deg, rgba(6, 14, 28, 0.72) 0%, rgba(7, 17, 32, 0.78) 18%, rgba(10, 18, 28, 0.9) 55%, rgba(5, 10, 18, 0.98) 100%);
    backface-visibility: hidden;
    transform: translateZ(0);
}

.sky-layer,
.mountain-range,
.terrain-grid,
.satellite-orbit,
.scan-beam,
.radar-station,
.comm-tower,
.tank,
.soldier,
.robotic-arm,
.data-widget,
.coordinate-label,
.target-lock {
    position: absolute;
}

.sky-layer {
    inset: 0;
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.2) 0 1px, transparent 2px),
        radial-gradient(circle at 74% 12%, rgba(82, 246, 255, 0.36) 0 1px, transparent 2px),
        radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.14) 0 1px, transparent 2px),
        linear-gradient(180deg, rgba(95, 124, 184, 0.2), transparent 38%);
    opacity: 0.7;
    transform: translate(calc(var(--parallax-x) * -0.18), calc(var(--parallax-y) * -0.18));
}

.mountain-range {
    left: -4%;
    right: -4%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: drop-shadow(0 0 20px rgba(82, 246, 255, 0.08));
}

.mountain-back {
    bottom: 36%;
    height: 32%;
    opacity: 0.35;
    background:
        linear-gradient(180deg, rgba(166, 194, 255, 0.18), rgba(17, 31, 58, 0.04)),
        linear-gradient(90deg, rgba(82, 246, 255, 0.08), transparent 34%, rgba(147, 98, 255, 0.08) 72%, transparent 100%);
    clip-path: polygon(0 100%, 10% 70%, 18% 82%, 28% 52%, 40% 78%, 52% 42%, 66% 74%, 78% 46%, 92% 80%, 100% 60%, 100% 100%);
    transform: translate(calc(var(--parallax-x) * -0.08), calc(var(--parallax-y) * -0.08));
}

.mountain-mid {
    bottom: 20%;
    height: 40%;
    opacity: 0.55;
    background:
        linear-gradient(180deg, rgba(85, 121, 173, 0.22), rgba(7, 14, 24, 0.06)),
        linear-gradient(180deg, rgba(82, 246, 255, 0.08), transparent 55%);
    clip-path: polygon(0 100%, 9% 74%, 20% 58%, 30% 80%, 41% 50%, 50% 64%, 62% 38%, 73% 66%, 84% 48%, 100% 84%, 100% 100%);
    transform: translate(calc(var(--parallax-x) * -0.12), calc(var(--parallax-y) * -0.12));
}

.mountain-front {
    bottom: 0;
    height: 33%;
    background:
        linear-gradient(180deg, rgba(27, 57, 80, 0.35), rgba(5, 10, 18, 0.96)),
        linear-gradient(90deg, rgba(82, 246, 255, 0.08), transparent 24%, rgba(82, 246, 255, 0.06) 72%, transparent 100%);
    clip-path: polygon(0 100%, 8% 84%, 16% 78%, 26% 88%, 38% 72%, 50% 90%, 61% 70%, 72% 82%, 84% 74%, 100% 88%, 100% 100%);
    transform: translate(calc(var(--parallax-x) * -0.18), calc(var(--parallax-y) * -0.18));
}

.terrain-grid {
    left: 2%;
    right: 2%;
    bottom: 0;
    height: 28%;
    background:
        repeating-linear-gradient(90deg, rgba(82, 246, 255, 0.12) 0 1px, transparent 1px 34px),
        repeating-linear-gradient(180deg, rgba(82, 246, 255, 0.12) 0 1px, transparent 1px 22px);
    clip-path: polygon(0 54%, 14% 38%, 29% 46%, 46% 32%, 58% 42%, 74% 28%, 100% 40%, 100% 100%, 0 100%);
    opacity: 0.32;
    animation: terrainPulse 6s ease-in-out infinite;
    transform: translate(calc(var(--parallax-x) * -0.22), calc(var(--parallax-y) * -0.22));
}

.satellite-orbit {
    top: 7%;
    right: 10%;
    width: 9rem;
    height: 9rem;
    border: 1px dashed rgba(82, 246, 255, 0.24);
    border-radius: 50%;
    opacity: 0.72;
    animation: spinLoader 20s linear infinite;
}

.satellite-body {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1.5rem;
    height: 0.75rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(238, 248, 255, 0.95), rgba(82, 246, 255, 0.72));
    box-shadow: 0 0 14px rgba(82, 246, 255, 0.32);
    transform: translate(-50%, -50%);
}

.satellite-body::before,
.satellite-body::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 1.4rem;
    transform: translateY(-50%);
    border: 1px solid rgba(82, 246, 255, 0.3);
    background: rgba(88, 166, 255, 0.16);
}

.satellite-body::before {
    left: -1rem;
}

.satellite-body::after {
    right: -1rem;
}

.scan-beam {
    left: 50%;
    top: 34%;
    width: 20rem;
    height: 16rem;
    transform: translateX(-50%) translate(calc(var(--parallax-x) * 0.1), calc(var(--parallax-y) * 0.1));
    background: linear-gradient(180deg, rgba(82, 246, 255, 0.16), rgba(82, 246, 255, 0.02) 75%, transparent 100%);
    clip-path: polygon(48% 0, 52% 0, 88% 100%, 12% 100%);
    filter: blur(2px);
    opacity: 0.7;
    animation: scanBeamMove 5.8s ease-in-out infinite;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.signal-wave {
    bottom: 14%;
    width: 10rem;
    height: 4rem;
    background: none;
    border-top: 2px solid rgba(82, 246, 255, 0.3);
    border-radius: 50%;
    opacity: 0.45;
}

.wave-a {
    left: 12%;
    transform: rotate(-6deg);
    animation: signalPulse 3.8s ease-in-out infinite;
}

.wave-b {
    right: 10%;
    bottom: 18%;
    border-top-color: rgba(116, 255, 182, 0.28);
    transform: rotate(8deg);
    animation: signalPulse 4.4s ease-in-out infinite 0.9s;
}

.radar-station,
.comm-tower,
.tank,
.soldier {
    bottom: 16%;
    background: linear-gradient(180deg, rgba(130, 170, 214, 0.3), rgba(8, 14, 22, 0.9));
    box-shadow: 0 0 12px rgba(82, 246, 255, 0.08);
}

.robotic-arm {
    bottom: 18%;
    left: 52%;
    width: 5.5rem;
    height: 4.4rem;
    z-index: 2;
    filter: drop-shadow(0 0 10px rgba(82, 246, 255, 0.12));
    animation: armShift 5.5s ease-in-out infinite;
    backface-visibility: hidden;
    will-change: transform;
}

.arm-base,
.arm-joint,
.arm-claw {
    position: absolute;
    display: block;
    background: linear-gradient(180deg, rgba(170, 209, 255, 0.42), rgba(8, 14, 22, 0.9));
}

.arm-base {
    left: 0.2rem;
    bottom: 0;
    width: 1.25rem;
    height: 1.45rem;
    clip-path: polygon(10% 100%, 0 42%, 24% 12%, 82% 12%, 100% 42%, 92% 100%);
}

.arm-joint {
    height: 0.34rem;
    border-radius: 999px;
    box-shadow: 0 0 10px rgba(82, 246, 255, 0.12);
}

.joint-1 {
    left: 0.9rem;
    bottom: 1.1rem;
    width: 2rem;
    transform: rotate(-26deg);
    transform-origin: left center;
}

.joint-2 {
    left: 2.5rem;
    bottom: 2rem;
    width: 1.75rem;
    transform: rotate(28deg);
    transform-origin: left center;
}

.arm-claw {
    right: 0.15rem;
    bottom: 2.55rem;
    width: 1rem;
    height: 0.9rem;
    clip-path: polygon(0 48%, 40% 0, 52% 24%, 100% 0, 66% 48%, 100% 100%, 48% 72%, 36% 100%);
}

.radar-station {
    width: 2rem;
    height: 2.4rem;
    clip-path: polygon(20% 100%, 44% 30%, 56% 30%, 80% 100%);
}

.radar-station::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -0.8rem;
    width: 1.5rem;
    height: 0.8rem;
    border: 1px solid rgba(82, 246, 255, 0.3);
    border-bottom: 0;
    border-radius: 1.5rem 1.5rem 0 0;
    transform: translateX(-50%);
}

.station-a {
    left: 17%;
    bottom: 27%;
}

.station-b {
    right: 18%;
    bottom: 31%;
}

.comm-tower {
    width: 0.4rem;
    height: 4rem;
    background: rgba(166, 201, 255, 0.3);
}

.comm-tower::before,
.comm-tower::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 2.5rem;
    height: 1.2rem;
    border-top: 1px solid rgba(82, 246, 255, 0.3);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: signalPulse 3.6s ease-in-out infinite;
}

.comm-tower::after {
    top: 0.7rem;
    width: 3.3rem;
    animation-delay: 0.5s;
}

.tower-a {
    left: 31%;
    bottom: 22%;
}

.tower-b {
    right: 29%;
    bottom: 24%;
}

.tank {
    width: 2.9rem;
    height: 1rem;
    clip-path: polygon(0 100%, 8% 56%, 24% 56%, 34% 34%, 66% 34%, 84% 56%, 100% 56%, 100% 100%);
}

.tank::before {
    content: "";
    position: absolute;
    left: 1.3rem;
    top: -0.25rem;
    width: 1rem;
    height: 0.18rem;
    background: rgba(190, 219, 255, 0.5);
}

.tank-a {
    left: 25%;
}

.tank-b {
    right: 23%;
}

.soldier {
    width: 0.6rem;
    height: 1.5rem;
    clip-path: polygon(50% 0, 76% 18%, 72% 46%, 100% 100%, 70% 100%, 54% 66%, 38% 100%, 8% 100%, 28% 46%, 24% 18%);
}

.soldier-a {
    left: 39%;
    bottom: 19%;
    animation: soldierWalk 4.4s ease-in-out infinite;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.soldier-b {
    right: 38%;
    bottom: 21%;
    animation: soldierWalk 4.4s ease-in-out infinite 0.8s;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.data-widget {
    z-index: 3;
    min-width: 8.6rem;
    padding: 0.7rem 0.8rem;
    border-radius: 16px;
    border: 1px solid rgba(82, 246, 255, 0.2);
    background: linear-gradient(180deg, rgba(7, 15, 28, 0.88), rgba(7, 15, 28, 0.52));
    box-shadow: 0 0 18px rgba(82, 246, 255, 0.12);
    backdrop-filter: blur(12px);
    transform: translate(calc(var(--parallax-x) * 0.08), calc(var(--parallax-y) * 0.08));
}

.data-widget span,
.coordinate-label {
    color: var(--text-dim);
    font-family: "Orbitron", sans-serif;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.data-widget strong {
    display: block;
    margin-top: 0.28rem;
    color: #f8fcff;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
}

.widget-a {
    left: 5%;
    top: 14%;
}

.widget-b {
    right: 5%;
    top: 18%;
}

.widget-c {
    left: 7%;
    bottom: 18%;
}

.widget-d {
    right: 6%;
    bottom: 16%;
}

.coordinate-label {
    z-index: 3;
    padding: 0.28rem 0.4rem;
    border-left: 1px solid rgba(82, 246, 255, 0.4);
    background: linear-gradient(90deg, rgba(5, 13, 27, 0.68), transparent);
}

.coord-a {
    left: 16%;
    top: 40%;
}

.coord-b {
    right: 14%;
    top: 48%;
}

.coord-c {
    right: 26%;
    bottom: 34%;
}

.tag-top-left {
    left: 1rem;
    top: 1rem;
}

.tag-top-right {
    right: 1rem;
    top: 1rem;
}

.tag-bottom-left {
    left: 1rem;
    bottom: 1rem;
}

.tag-bottom-right {
    right: 1rem;
    bottom: 1rem;
}

.hud-ring,
.orbital,
.radar-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(82, 246, 255, 0.18);
}

.ring-1 {
    width: 12rem;
    height: 12rem;
    box-shadow: inset 0 0 16px rgba(82, 246, 255, 0.08), 0 0 24px rgba(82, 246, 255, 0.08);
    animation: pulseScale 4.2s ease-in-out infinite;
}

.ring-2 {
    width: 18rem;
    height: 18rem;
    border-style: dashed;
    border-color: rgba(147, 98, 255, 0.24);
    animation: spinLoader 16s linear infinite;
}

.ring-3 {
    width: 24rem;
    height: 24rem;
    border-color: rgba(255, 79, 216, 0.16);
    animation: spinLoaderReverse 26s linear infinite;
}

.ring-4 {
    width: 30rem;
    height: 30rem;
    border-color: rgba(116, 255, 182, 0.1);
    animation: pulseScale 7s ease-in-out infinite;
}

.crosshair {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6rem;
    height: 6rem;
    transform: translate(-50%, -50%);
}

.crosshair::before,
.crosshair::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(82, 246, 255, 0), rgba(82, 246, 255, 0.86), rgba(82, 246, 255, 0));
}

.crosshair::before {
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
}

.crosshair::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}

.radar-sweep {
    position: absolute;
    inset: 7%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(82, 246, 255, 0), rgba(82, 246, 255, 0.28), rgba(82, 246, 255, 0));
    mask: radial-gradient(circle, transparent 0 48%, black 49% 100%);
    animation: spinLoader 8s linear infinite;
}

.drone-shell {
    position: absolute;
    left: 50%;
    top: 42%;
    width: 14rem;
    height: 8rem;
    transform: translate(-50%, -50%);
    animation: droneHover 6s ease-in-out infinite;
    z-index: 4;
    backface-visibility: hidden;
    will-change: transform;
}

.drone-glow {
    left: 50%;
    top: 50%;
    width: 11rem;
    height: 11rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(82, 246, 255, 0.3), rgba(82, 246, 255, 0.08) 48%, transparent 72%);
    filter: blur(10px);
}

.drone-shell span,
.flight-path,
.flight-node,
.data-node,
.diagram-node,
.signal-dot,
.diagram-line,
.beam,
.trace,
.telemetry-link,
.service-link,
.progress-bar span,
.graph-line,
.spark-line,
.signal-wave,
.threat-point,
.route-node,
.status-bar-fill {
    position: absolute;
}

.drone-core {
    left: 50%;
    top: 50%;
    width: 4.1rem;
    height: 2rem;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(82, 246, 255, 0.6), rgba(88, 166, 255, 0.8), rgba(255, 79, 216, 0.55));
    box-shadow: 0 0 20px rgba(82, 246, 255, 0.26), 0 0 28px rgba(147, 98, 255, 0.14);
}

.drone-wing {
    top: 50%;
    width: 5rem;
    height: 0.38rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(82, 246, 255, 0.9), rgba(147, 98, 255, 0.65));
}

.drone-wing.left {
    left: 1.3rem;
    transform: translateY(-50%) rotate(-10deg);
}

.drone-wing.right {
    right: 1.3rem;
    transform: translateY(-50%) rotate(10deg);
}

.drone-tail {
    width: 2.4rem;
    height: 0.3rem;
    background: rgba(116, 255, 182, 0.9);
    top: 65%;
}

.drone-tail.left {
    left: 4rem;
    transform: rotate(24deg);
}

.drone-tail.right {
    right: 4rem;
    transform: rotate(-24deg);
}

.drone-prop {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    border: 1px solid rgba(82, 246, 255, 0.34);
    box-shadow: inset 0 0 16px rgba(82, 246, 255, 0.1), 0 0 12px rgba(82, 246, 255, 0.1);
}

.drone-prop::before,
.drone-prop::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86%;
    height: 1px;
    background: rgba(82, 246, 255, 0.55);
    transform-origin: center;
    animation: spin 1.1s linear infinite;
}

.drone-prop::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.drone-prop::before {
    transform: translate(-50%, -50%);
}

.drone-prop.p1 {
    left: 0.6rem;
    top: 1rem;
}

.drone-prop.p2 {
    right: 0.6rem;
    top: 1rem;
}

.drone-prop.p3 {
    left: 2rem;
    bottom: 0;
}

.drone-prop.p4 {
    right: 2rem;
    bottom: 0;
}

.flight-path {
    border-top: 2px dashed rgba(82, 246, 255, 0.42);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px rgba(82, 246, 255, 0.16));
    overflow: visible;
}

.flight-path::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 24%;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(82, 246, 255, 0), rgba(82, 246, 255, 0.95), rgba(255, 79, 216, 0.9));
    box-shadow: 0 0 12px rgba(82, 246, 255, 0.28);
    animation: flightRunner 4.8s linear infinite;
}

.path-a {
    width: 52%;
    height: 26%;
    left: 8%;
    top: 18%;
    animation: pathPulse 4s ease-in-out infinite;
}

.path-b {
    width: 42%;
    height: 18%;
    right: 10%;
    bottom: 16%;
    border-top-color: rgba(255, 79, 216, 0.42);
    animation: pathPulse 4s ease-in-out infinite 1.2s;
}

.path-b::after {
    animation-delay: 1.1s;
}

.path-c {
    width: 30%;
    height: 14%;
    left: 34%;
    bottom: 28%;
    border-top-color: rgba(116, 255, 182, 0.42);
    animation: pathPulse 4s ease-in-out infinite 2.1s;
}

.path-c::after {
    animation-delay: 2s;
}

.flight-node,
.data-node,
.diagram-node,
.signal-dot,
.threat-point,
.route-node {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #ddfeff;
    box-shadow: 0 0 12px rgba(82, 246, 255, 0.4), 0 0 20px rgba(147, 98, 255, 0.18);
}

.node-a {
    left: 14%;
    top: 26%;
}

.node-b {
    right: 18%;
    top: 18%;
}

.node-c {
    left: 30%;
    bottom: 26%;
}

.node-d {
    right: 24%;
    bottom: 20%;
}

.node-e {
    left: 52%;
    top: 58%;
}

.target-lock {
    z-index: 3;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid rgba(255, 122, 162, 0.55);
    border-radius: 0.45rem;
    box-shadow: 0 0 18px rgba(255, 122, 162, 0.16);
    animation: lockPulse 2.8s ease-in-out infinite;
}

.target-lock::before,
.target-lock::after {
    content: "";
    position: absolute;
    inset: 0.3rem;
    border: 1px solid rgba(82, 246, 255, 0.35);
    border-radius: 0.25rem;
}

.lock-a {
    left: 18%;
    bottom: 25%;
}

.lock-b {
    right: 20%;
    bottom: 28%;
}

.diagram-line,
.beam,
.trace,
.telemetry-link,
.service-link,
.graph-line,
.spark-line,
.signal-wave {
    height: 2px;
    background: linear-gradient(90deg, rgba(82, 246, 255, 0.72), rgba(147, 98, 255, 0.56), rgba(255, 79, 216, 0.4));
    box-shadow: 0 0 10px rgba(82, 246, 255, 0.12);
}

.line-a {
    width: 30%;
    left: 18%;
    top: 30%;
    transform: rotate(22deg);
}

.line-b {
    width: 24%;
    right: 24%;
    top: 36%;
    transform: rotate(-34deg);
}

.line-c {
    width: 42%;
    left: 26%;
    bottom: 26%;
    transform: rotate(-12deg);
}

.line-d {
    width: 20%;
    left: 30%;
    top: 56%;
    transform: rotate(68deg);
}

.center-core,
.ai-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7.5rem;
    height: 7.5rem;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(82, 246, 255, 0.16), rgba(88, 166, 255, 0.14), rgba(147, 98, 255, 0.18));
    border: 1px solid rgba(82, 246, 255, 0.26);
    box-shadow: inset 0 0 20px rgba(82, 246, 255, 0.08), 0 0 28px rgba(147, 98, 255, 0.14);
}

.center-core::before,
.ai-core::before {
    content: "";
    position: absolute;
    inset: 1.1rem;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(8, 17, 32, 0.96), rgba(6, 12, 25, 0.9));
    border: 1px solid rgba(116, 255, 182, 0.22);
}

.mini-stat-grid,
.contact-list,
.timeline-list {
    display: grid;
    gap: 0.8rem;
}

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

.mini-stat {
    padding: 0.9rem;
    border-radius: 16px;
    border: 1px solid rgba(82, 246, 255, 0.12);
    background: rgba(7, 14, 27, 0.66);
    min-width: 0;
}

.info-strip {
    margin-top: 1rem;
}

.data-grid {
    display: grid;
    gap: 0.9rem;
}

.data-grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.data-block {
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(82, 246, 255, 0.14);
    background: linear-gradient(180deg, rgba(7, 15, 28, 0.84), rgba(10, 12, 29, 0.72));
}

.data-block span {
    display: block;
    color: var(--text-dim);
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.45rem;
    font-family: "Orbitron", sans-serif;
}

.data-block strong {
    display: block;
    font-size: 1rem;
    color: var(--text);
    margin-bottom: 0.35rem;
}

@keyframes caretBlink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

@keyframes terrainPulse {
    0%, 100% { opacity: 0.26; transform: translateY(0); }
    50% { opacity: 0.4; transform: translateY(-0.18rem); }
}

@keyframes scanBeamMove {
    0%, 100% { transform: translateX(-50%) rotate(-8deg); opacity: 0.5; }
    50% { transform: translateX(-50%) rotate(9deg); opacity: 0.82; }
}

@keyframes signalPulse {
    0%, 100% { opacity: 0.2; filter: drop-shadow(0 0 0 rgba(82, 246, 255, 0)); }
    50% { opacity: 0.55; filter: drop-shadow(0 0 8px rgba(82, 246, 255, 0.25)); }
}

@keyframes lockPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.08); opacity: 1; }
}

@keyframes armShift {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-0.2rem) rotate(4deg); }
}

@keyframes soldierWalk {
    0%, 100% { transform: translateX(0) scaleY(1); opacity: 0.7; }
    25% { transform: translateX(0.12rem) translateY(-0.04rem) scaleY(0.98); }
    50% { transform: translateX(0.24rem) scaleY(1); opacity: 0.95; }
    75% { transform: translateX(0.12rem) translateY(-0.04rem) scaleY(0.98); }
}

.list {
    display: grid;
    gap: 0.72rem;
}

.list li {
    position: relative;
    padding-left: 1rem;
    color: var(--text-soft);
    line-height: 1.6;
}

.list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--cyan), var(--purple), var(--magenta));
    box-shadow: 0 0 12px rgba(82, 246, 255, 0.28);
}

.domain-card,
.service-card,
.sector-card,
.mini-panel,
.capability-card,
.flow-card {
    min-height: 100%;
}

.domain-card:hover,
.service-card:hover,
.sector-card:hover,
.mini-panel:hover,
.capability-card:hover,
.flow-card:hover,
.signal-card:hover,
.info-card:hover,
.stat-panel:hover,
.feature-panel:hover,
.timeline-card:hover,
.lab-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.42), 0 0 26px rgba(82, 246, 255, 0.16), 0 0 40px rgba(147, 98, 255, 0.14);
}

.domain-icon,
.service-icon,
.sector-icon {
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(82, 246, 255, 0.18);
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), transparent 24%),
        linear-gradient(135deg, rgba(82, 246, 255, 0.14), rgba(147, 98, 255, 0.16), rgba(255, 79, 216, 0.12));
    position: relative;
    box-shadow: var(--glow-cyan);
}

.domain-icon::before,
.domain-icon::after,
.service-icon::before,
.service-icon::after,
.sector-icon::before,
.sector-icon::after {
    content: "";
    position: absolute;
}

.domain-icon::before,
.service-icon::before,
.sector-icon::before {
    inset: 24%;
    border-radius: 10px;
    border: 1px solid rgba(82, 246, 255, 0.26);
}

.domain-icon::after,
.service-icon::after,
.sector-icon::after {
    left: 50%;
    top: 50%;
    width: 1rem;
    height: 1rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(82, 246, 255, 0.8);
    box-shadow: 0 0 12px rgba(82, 246, 255, 0.4);
}

.feature-panel,
.system-panel {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 1.2rem;
    padding: 1.35rem;
    align-items: stretch;
}

.system-panel.purple::after {
    background: linear-gradient(130deg, rgba(147, 98, 255, 0.72), rgba(255, 79, 216, 0.46), rgba(82, 246, 255, 0.22));
}

.system-panel.green::after {
    background: linear-gradient(130deg, rgba(116, 255, 182, 0.72), rgba(82, 246, 255, 0.46), rgba(147, 98, 255, 0.22));
}

.system-panel.blue::after {
    background: linear-gradient(130deg, rgba(82, 246, 255, 0.72), rgba(88, 166, 255, 0.46), rgba(147, 98, 255, 0.22));
}

.system-panel .visual-frame {
    min-height: 20rem;
}

.panel-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.panel-copy p {
    margin-bottom: 1rem;
}

.system-meta {
    display: grid;
    gap: 0.8rem;
    margin: 1rem 0;
}

.meta-box,
.service-node,
.timeline-block {
    padding: 0.95rem;
    border-radius: 16px;
    border: 1px solid rgba(82, 246, 255, 0.12);
    background: rgba(8, 14, 27, 0.66);
}

.service-node {
    min-height: 100%;
}

.status-bar {
    position: relative;
    height: 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    margin-top: 0.55rem;
}

.status-bar-fill {
    inset: 0;
    width: var(--fill, 70%);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--cyan), var(--blue), var(--purple), var(--magenta));
    box-shadow: 0 0 16px rgba(82, 246, 255, 0.28);
    animation: barPulse 3.2s ease-in-out infinite;
}

.graph-line,
.spark-line,
.signal-wave {
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, rgba(82, 246, 255, 0.15), rgba(82, 246, 255, 0.88), rgba(255, 79, 216, 0.76), rgba(116, 255, 182, 0.3));
    box-shadow: 0 0 10px rgba(82, 246, 255, 0.14);
}

.graph-line.g1 {
    top: 24%;
    transform: skewY(-10deg);
}

.graph-line.g2 {
    top: 43%;
    transform: skewY(8deg);
}

.graph-line.g3 {
    top: 62%;
    transform: skewY(-6deg);
}

.spark-line.s1 {
    bottom: 22%;
    transform: rotate(8deg);
}

.spark-line.s2 {
    bottom: 36%;
    transform: rotate(-7deg);
}

.signal-wave {
    top: 50%;
    transform: translateY(-50%);
    animation: waveDrift 3.8s linear infinite;
}

.threat-map,
.network-map,
.timeline-track,
.sector-network {
    position: absolute;
    inset: 0;
}

.threat-point.tp1 {
    left: 22%;
    top: 24%;
}

.threat-point.tp2 {
    right: 18%;
    top: 34%;
}

.threat-point.tp3 {
    left: 42%;
    bottom: 26%;
}

.threat-point.tp4 {
    right: 26%;
    bottom: 18%;
}

.threat-point::after,
.route-node::after {
    content: "";
    position: absolute;
    inset: -0.5rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 79, 216, 0.18);
    animation: pulsePing 2.8s ease-out infinite;
}

.route-node.r1 {
    left: 16%;
    top: 26%;
}

.route-node.r2 {
    left: 42%;
    top: 54%;
}

.route-node.r3 {
    right: 14%;
    bottom: 24%;
}

.route-path {
    position: absolute;
    border-top: 2px dashed rgba(116, 255, 182, 0.44);
    border-radius: 50%;
}

.route-path.p1 {
    width: 36%;
    height: 18%;
    left: 14%;
    top: 28%;
}

.route-path.p2 {
    width: 44%;
    height: 16%;
    left: 40%;
    bottom: 20%;
}

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

.lab-cell,
.lab-card {
    position: relative;
    min-height: 10rem;
    border-radius: 18px;
    border: 1px solid rgba(82, 246, 255, 0.16);
    background: linear-gradient(180deg, rgba(7, 15, 28, 0.86), rgba(8, 12, 27, 0.76));
    overflow: hidden;
    padding: 1rem;
}

.lab-cell::before,
.lab-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(82, 246, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(82, 246, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.45;
}

.lab-cell span,
.lab-card span {
    display: block;
    color: var(--text-dim);
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-family: "Orbitron", sans-serif;
}

.lab-cell strong,
.lab-card strong {
    display: block;
    color: var(--text);
    margin-bottom: 0.55rem;
}

.flow-grid {
    display: grid;
    gap: 1rem;
}

.flow-card {
    min-height: 13rem;
}

.timeline-list {
    counter-reset: item;
}

.timeline-list li {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 0.9rem;
    align-items: start;
}

.timeline-list li::before {
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    border: 1px solid rgba(82, 246, 255, 0.18);
    color: var(--cyan);
    font-family: "Orbitron", sans-serif;
    font-size: 0.72rem;
    background: rgba(7, 15, 28, 0.78);
    box-shadow: var(--glow-cyan);
}

.timeline-rail {
    position: relative;
    display: grid;
    gap: 1rem;
}

.timeline-rail::before {
    content: "";
    position: absolute;
    left: 1.1rem;
    top: 1.4rem;
    bottom: 1.4rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(82, 246, 255, 0.4), rgba(147, 98, 255, 0.3), rgba(116, 255, 182, 0.4));
    box-shadow: 0 0 18px rgba(82, 246, 255, 0.12);
}

.timeline-card {
    display: grid;
    grid-template-columns: 3.4rem 1fr;
    gap: 1rem;
    align-items: start;
}

.timeline-card .timeline-step {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    border: 1px solid rgba(82, 246, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 12, 24, 0.88);
    color: var(--cyan);
    box-shadow: 0 0 16px rgba(82, 246, 255, 0.12);
}

.applications-grid,
.sector-grid {
    display: grid;
    gap: 1rem;
}

.sector-stage .sector-hub,
.sector-hub {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(239, 248, 255, 0.98), rgba(82, 246, 255, 0.82), rgba(88, 166, 255, 0.34));
    box-shadow: 0 0 18px rgba(82, 246, 255, 0.34), 0 0 30px rgba(147, 98, 255, 0.18);
}

.sector-beam {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26%;
    height: 2px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(82, 246, 255, 0.7), rgba(255, 79, 216, 0.4));
    box-shadow: 0 0 12px rgba(82, 246, 255, 0.16);
    animation: beamPulse 3.8s ease-in-out infinite;
}

.sector-beam.b1 {
    transform: rotate(-70deg);
}

.sector-beam.b2 {
    transform: rotate(-24deg);
    animation-delay: 0.7s;
}

.sector-beam.b3 {
    transform: rotate(18deg);
    animation-delay: 1.4s;
}

.sector-beam.b4 {
    transform: rotate(64deg);
    animation-delay: 2.1s;
}

.sector-node {
    position: absolute;
    width: 6rem;
    min-height: 6rem;
    padding: 0.8rem;
    border-radius: 18px;
    border: 1px solid rgba(82, 246, 255, 0.16);
    background: rgba(7, 15, 28, 0.82);
    color: var(--text);
    font-family: "Orbitron", sans-serif;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: var(--glow-rgb);
}

.sector-node strong {
    display: block;
    font-size: 0.68rem;
    margin-bottom: 0.3rem;
}

.sector-node.n1 {
    left: 12%;
    top: 12%;
}

.sector-node.n2 {
    right: 10%;
    top: 16%;
}

.sector-node.n3 {
    right: 12%;
    bottom: 20%;
}

.sector-node.n4 {
    left: 16%;
    bottom: 16%;
}

.contact-grid {
    grid-template-columns: 0.88fr 1.12fr;
}

.contact-card p + p {
    margin-top: 0.45rem;
}

.contact-form .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.2rem 0 1.5rem;
}

.contact-form label {
    display: grid;
    gap: 0.45rem;
}

.form-label {
    color: var(--text);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(88, 166, 255, 0.22);
    background: linear-gradient(180deg, rgba(6, 14, 27, 0.94), rgba(8, 11, 25, 0.84));
    color: var(--text);
    outline: none;
    box-shadow: inset 0 0 18px rgba(82, 246, 255, 0.05);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: rgba(82, 246, 255, 0.42);
    box-shadow: 0 0 0 2px rgba(82, 246, 255, 0.08), 0 0 18px rgba(82, 246, 255, 0.12), inset 0 0 18px rgba(82, 246, 255, 0.06);
}

.full-span {
    grid-column: 1 / -1;
}

.contact-map {
    min-height: 15rem;
    margin-top: 1rem;
}

.contact-map .route-node::after {
    border-color: rgba(116, 255, 182, 0.18);
}

.site-footer {
    margin-top: 2rem;
    border-top: 1px solid rgba(82, 246, 255, 0.14);
    background: linear-gradient(180deg, rgba(3, 7, 18, 0.72), rgba(2, 6, 14, 0.94));
    position: relative;
    overflow: hidden;
}

.site-footer::before,
.site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.site-footer::before {
    background:
        linear-gradient(90deg, transparent 0 12%, rgba(82, 246, 255, 0.08) 12% 12.15%, transparent 12.15% 100%),
        linear-gradient(90deg, transparent 0 74%, rgba(255, 79, 216, 0.08) 74% 74.15%, transparent 74.15% 100%),
        linear-gradient(180deg, transparent 0 36%, rgba(82, 246, 255, 0.08) 36% 36.15%, transparent 36.15% 100%);
    opacity: 0.6;
}

.site-footer::after {
    background:
        radial-gradient(circle at 18% 42%, rgba(82, 246, 255, 0.12), transparent 20%),
        radial-gradient(circle at 86% 24%, rgba(147, 98, 255, 0.14), transparent 20%);
    animation: footerPulse 10s ease-in-out infinite;
}

.footer-shell {
    padding: 2rem 0 2.3rem;
    align-items: center;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.8rem 1.1rem;
}

.footer-links a {
    color: var(--text-soft);
    transition: color 0.25s ease, text-shadow 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
    color: var(--text);
    transform: translateY(-2px);
    text-shadow: 0 0 14px rgba(82, 246, 255, 0.2);
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.hidden-mobile {
    display: block;
}

@keyframes spin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spinLoader {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spinLoaderReverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes droneHover {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-12px); }
}

@keyframes bodyShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes gridDrift {
    from { transform: translateY(0); }
    to { transform: translateY(48px); }
}

@keyframes scanlineDrift {
    from { transform: translateY(0); }
    to { transform: translateY(12px); }
}

@keyframes shimmerSweep {
    0% { opacity: 0.22; }
    50% { opacity: 0.4; }
    100% { opacity: 0.22; }
}

@keyframes hudFloat {
    0%, 100% { transform: translateY(0); opacity: 0.5; }
    50% { transform: translateY(-14px); opacity: 0.8; }
}

@keyframes hudPulse {
    0%, 100% { opacity: 0.34; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(1.01); }
}

@keyframes floatOrb {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-24px) scale(1.05); }
}

@keyframes pcbPulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.9; }
}

@keyframes pcbSweep {
    0% { transform: translateX(-2%) translateY(0); }
    50% { transform: translateX(2%) translateY(1%); }
    100% { transform: translateX(-2%) translateY(0); }
}

@keyframes particleRise {
    0% {
        transform: translate3d(0, 0, 0) scale(0.7);
        opacity: 0;
    }
    12% {
        opacity: 0.55;
    }
    100% {
        transform: translate3d(var(--drift), -115vh, 0) scale(1.05);
        opacity: 0;
    }
}

@keyframes hueSpin {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}

@keyframes pulseScale {
    0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.05); }
}

@keyframes pathPulse {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.75; }
}

@keyframes flightRunner {
    0% { left: -8%; opacity: 0; }
    12% { opacity: 1; }
    88% { opacity: 1; }
    100% { left: 86%; opacity: 0; }
}

@keyframes beamPulse {
    0%, 100% { opacity: 0.45; filter: brightness(1); }
    50% { opacity: 1; filter: brightness(1.25); }
}

@keyframes footerPulse {
    0%, 100% { opacity: 0.65; }
    50% { opacity: 0.95; }
}

@keyframes loaderSweep {
    0% { transform: translateX(-14%); }
    100% { transform: translateX(14%); }
}

@keyframes loaderPath {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

@keyframes glassShift {
    0% { transform: translateX(-8%); }
    100% { transform: translateX(8%); }
}

@keyframes borderPulse {
    0%, 100% { opacity: 0.42; }
    50% { opacity: 0.82; }
}

@keyframes scanPass {
    0% { transform: translateY(-100%); opacity: 0; }
    15% { opacity: 0.32; }
    85% { opacity: 0.32; }
    100% { transform: translateY(100%); opacity: 0; }
}

@keyframes waveDrift {
    0% { clip-path: polygon(0 54%, 12% 38%, 24% 60%, 36% 30%, 48% 67%, 60% 38%, 72% 58%, 84% 34%, 100% 54%, 100% 100%, 0 100%); }
    50% { clip-path: polygon(0 42%, 12% 62%, 24% 36%, 36% 67%, 48% 34%, 60% 62%, 72% 40%, 84% 68%, 100% 46%, 100% 100%, 0 100%); }
    100% { clip-path: polygon(0 54%, 12% 38%, 24% 60%, 36% 30%, 48% 67%, 60% 38%, 72% 58%, 84% 34%, 100% 54%, 100% 100%, 0 100%); }
}

@keyframes pulsePing {
    0% { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(1.8); opacity: 0; }
}

@keyframes barPulse {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.2); }
}

@media (max-width: 1180px) {
    .section-split,
    .feature-panel,
    .system-panel,
    .contact-grid,
    .footer-shell {
        grid-template-columns: 1fr;
    }

    .hero,
    .hero-page {
        min-height: auto;
    }

    .hero {
        grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
        gap: 1.5rem;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

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

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

    .metric-card:last-child {
        grid-column: 1 / -1;
    }

    .stats-grid,
    .panel-grid.four-col,
    .applications-grid,
    .sector-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .panel-grid.three-col,
    .data-grid.two-col,
    .capability-grid,
    .lab-grid,
    .flow-grid,
    .contact-aside-grid,
    .hud-mini-grid,
    .metric-grid,
    .system-meta {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1023px) {
    .navbar {
        flex-wrap: wrap;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
        border-radius: 20px;
        border: 1px solid rgba(82, 246, 255, 0.18);
        background: linear-gradient(180deg, rgba(4, 10, 22, 0.96), rgba(8, 12, 28, 0.94));
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links a {
        text-align: center;
    }

    .brand {
        padding-right: 0.75rem;
    }

    .brand-mark {
        width: 3.7rem;
        height: 3.7rem;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        padding-top: 1.4rem;
        align-items: start;
    }

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

    .hero-visual {
        order: 2;
    }

    .hero-actions {
        width: 100%;
    }

    .hero-console {
        padding: 1rem;
    }

    .hero .mission-stage {
        min-height: 31rem;
    }

    .widget-a,
    .widget-b {
        top: 12%;
    }

    .widget-c,
    .widget-d {
        bottom: 14%;
    }
}

@media (max-width: 760px) {
    .navbar,
    .section,
    .footer-shell {
        width: min(calc(100% - 1.25rem), var(--container));
    }

    .hero-metrics,
    .stats-grid,
    .panel-grid.two-col,
    .panel-grid.three-col,
    .panel-grid.four-col,
    .applications-grid,
    .data-grid.two-col,
    .capability-grid,
    .lab-grid,
    .flow-grid,
    .contact-form .form-grid,
    .contact-aside-grid,
    .hud-mini-grid,
    .metric-grid,
    .system-meta,
    .panel-grid,
    .sector-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 4rem 0;
    }

    .hero {
        gap: 1.2rem;
        padding-top: 1rem;
        padding-bottom: 1.2rem;
    }

    .hero-copy {
        gap: 0.72rem;
        padding-top: 0;
    }

    .hero h1 {
        font-size: clamp(1.92rem, 8.8vw, 2.7rem);
        max-width: none;
    }

    h2 {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        min-height: 2.4em;
        font-size: 0.78rem;
        letter-spacing: 0.04em;
    }

    .lead {
        font-size: 1rem;
    }

    .hero-actions {
        margin: 0.65rem 0 0.3rem;
    }

    .chip-row,
    .nav-code {
        gap: 0.55rem;
    }

    .mission-stage,
    .systems-map,
    .lab-stage,
    .service-stage,
    .sector-stage,
    .contact-stage,
    .about-stage,
    .visual-frame,
    .hero-hud {
        min-height: 23rem;
    }

    .hero .mission-stage {
        min-height: 27rem;
    }

    .visual-tag,
    .coordinate-label {
        font-size: 0.52rem;
    }

    .data-widget {
        min-width: 7.25rem;
        padding: 0.6rem 0.65rem;
    }

    .data-widget strong {
        font-size: 0.76rem;
    }

    .drone-shell {
        width: 11rem;
        height: 6.5rem;
    }

    .robotic-arm {
        left: 54%;
        width: 4.6rem;
        height: 3.8rem;
    }

    .widget-a,
    .widget-b {
        min-width: 6.7rem;
    }

    .ring-1 { width: 9rem; height: 9rem; }
    .ring-2 { width: 14rem; height: 14rem; }
    .ring-3 { width: 18rem; height: 18rem; }
    .ring-4 { width: 22rem; height: 22rem; }

    .sector-node {
        width: 4.8rem;
        min-height: 4.8rem;
        font-size: 0.48rem;
    }

    .footer-links {
        justify-content: flex-start;
    }

    .hidden-mobile {
        display: none;
    }

    .hero-actions .btn,
    .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .navbar,
    .section,
    .footer-shell {
        width: min(calc(100% - 1rem), var(--container));
    }

    .brand {
        gap: 0.75rem;
        padding-right: 0.8rem;
    }

    .brand-text strong {
        font-size: 0.84rem;
    }

    .brand-text small {
        font-size: 0.6rem;
    }

    .hero {
        padding-top: 1rem;
        gap: 1.1rem;
    }

    .hero-console {
        padding: 0.85rem;
    }

    .hero-company,
    .eyebrow {
        font-size: 0.66rem;
        letter-spacing: 0.16em;
    }

    .hero h1 {
        font-size: clamp(1.64rem, 8.2vw, 2.12rem);
    }

    .hero .mission-stage {
        min-height: 23.5rem;
        border-radius: 20px;
    }

    .visual-tag.tag-top-right,
    .visual-tag.tag-bottom-left,
    .coord-b,
    .coord-c,
    .widget-c,
    .widget-d,
    .robotic-arm,
    .soldier-b,
    .tank-b {
        display: none;
    }

    .widget-a {
        left: 4%;
        top: 13%;
    }

    .widget-b {
        right: 4%;
        top: 18%;
    }

    .coord-a {
        left: 10%;
        top: 44%;
    }

    .drone-shell {
        top: 44%;
        width: 9rem;
        height: 5.6rem;
    }

    .drone-core {
        width: 3rem;
        height: 1.5rem;
    }

    .drone-wing {
        width: 3.4rem;
    }

    .drone-tail.left {
        left: 2.7rem;
    }

    .drone-tail.right {
        right: 2.7rem;
    }

    .drone-prop {
        width: 1.7rem;
        height: 1.7rem;
    }

    .drone-prop.p1,
    .drone-prop.p2 {
        top: 1rem;
    }

    .drone-prop.p3,
    .drone-prop.p4 {
        bottom: 0.3rem;
    }

    .mini-stat {
        padding: 0.7rem;
    }

    .mini-stat-value {
        font-size: 1.35rem;
    }
}

@media (max-width: 768px) {
    body,
    body::before,
    body::after,
    .ambient::before,
    .ambient::after,
    .circuit-overlay::before,
    .circuit-overlay::after,
    .hud-overlay::before,
    .hud-overlay::after,
    .glass-card::before,
    .glass-card::after,
    .command-panel::before,
    .command-panel::after,
    .stat-panel::before,
    .stat-panel::after,
    .system-panel::before,
    .system-panel::after,
    .mission-board::before,
    .mission-board::after,
    .contact-card::before,
    .contact-card::after,
    .contact-form::before,
    .contact-form::after,
    .domain-card::before,
    .domain-card::after,
    .service-card::before,
    .service-card::after,
    .sector-card::before,
    .sector-card::after,
    .mini-panel::before,
    .mini-panel::after,
    .capability-card::before,
    .capability-card::after,
    .flow-card::before,
    .flow-card::after,
    .timeline-card::before,
    .timeline-card::after,
    .signal-card::before,
    .signal-card::after,
    .lab-card::before,
    .lab-card::after,
    .info-card::before,
    .info-card::after,
    .feature-panel::before,
    .feature-panel::after,
    .mission-stage::after,
    .systems-map::after,
    .lab-stage::after,
    .service-stage::after,
    .sector-stage::after,
    .contact-stage::after,
    .about-stage::after,
    .visual-frame::after,
    .hero-hud::after {
        animation: none !important;
    }

    body {
        animation: none;
        transition: opacity 0.35s ease;
    }

    body::after,
    .circuit-overlay::after,
    .hud-overlay::before,
    .hud-overlay::after,
    .particle-field {
        display: none;
    }

    .ambient::before,
    .ambient::after {
        filter: blur(34px);
        opacity: 0.16;
    }

    .grid-overlay,
    .circuit-overlay,
    .hud-overlay {
        opacity: 0.12;
    }

    .site-header,
    .glass-card,
    .command-panel,
    .stat-panel,
    .system-panel,
    .mission-board,
    .contact-card,
    .contact-form,
    .domain-card,
    .service-card,
    .sector-card,
    .mini-panel,
    .capability-card,
    .flow-card,
    .timeline-card,
    .signal-card,
    .lab-card,
    .info-card,
    .feature-panel,
    .data-widget {
        backdrop-filter: none;
    }

    .glass-card,
    .command-panel,
    .stat-panel,
    .system-panel,
    .mission-board,
    .contact-card,
    .contact-form,
    .domain-card,
    .service-card,
    .sector-card,
    .mini-panel,
    .capability-card,
    .flow-card,
    .timeline-card,
    .signal-card,
    .lab-card,
    .info-card,
    .feature-panel,
    .data-widget,
    .status-chip,
    .nav-code span,
    .visual-tag,
    .btn,
    .brand,
    .brand-mark,
    .hud-ring,
    .radar-sweep,
    .drone-glow,
    .drone-prop,
    .flight-path,
    .target-lock {
        box-shadow: none !important;
        filter: none !important;
    }

    .mission-dashboard,
    .drone-shell,
    .scan-beam,
    .robotic-arm,
    .soldier-a,
    .soldier-b,
    .data-widget,
    .sky-layer,
    .mountain-back,
    .mountain-mid,
    .mountain-front,
    .terrain-grid {
        transform: translate3d(0, 0, 0) !important;
    }

    .drone-shell {
        animation: droneHover 18s ease-in-out infinite;
    }

    .robotic-arm,
    .soldier-a,
    .soldier-b,
    .radar-sweep,
    .scan-beam,
    .wave-a,
    .wave-b,
    .satellite-orbit,
    .ring-2,
    .ring-3,
    .ring-4,
    .flight-path::after,
    .path-a,
    .path-b,
    .path-c,
    .target-lock {
        animation: none !important;
    }

    .ring-1 {
        animation: pulseScale 14s ease-in-out infinite;
    }

    .mission-stage,
    .hero-console,
    .hero-visual,
    .hero-copy {
        backface-visibility: hidden;
        transform: translateZ(0);
    }
}

@media (max-width: 480px) {
    .grid-overlay,
    .circuit-overlay,
    .hud-overlay {
        opacity: 0.08;
    }

    .ambient::before,
    .ambient::after {
        opacity: 0.1;
        filter: blur(26px);
    }

    .hero-console,
    .mission-stage {
        border-color: rgba(82, 246, 255, 0.14);
    }

    .widget-a,
    .widget-b,
    .coord-a,
    .ring-1,
    .drone-glow {
        opacity: 0.78;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    body,
    body::before,
    body::after,
    .ambient::before,
    .ambient::after,
    .particle-field,
    .circuit-overlay::before,
    .circuit-overlay::after,
    .hud-overlay::before,
    .hud-overlay::after,
    .mission-stage::after,
    .systems-map::after,
    .lab-stage::after,
    .service-stage::after,
    .sector-stage::after,
    .contact-stage::after,
    .about-stage::after,
    .visual-frame::after,
    .hero-hud::after {
        animation: none !important;
    }
}
