:root {
    --bg-0: #060b14;
    --bg-1: #0b1320;
    --bg-2: #111c2e;
    --glass: rgba(255, 255, 255, 0.1);
    --glass-strong: rgba(255, 255, 255, 0.16);
    --glass-border: rgba(255, 255, 255, 0.18);
    --metal-dark: #29384c;
    --metal-mid: #56677d;
    --metal-light: #b4c0ce;
    --cyan: #63d5ff;
    --steel: #dbe5f0;
    --text: #f4f8fc;
    --muted: #b3c0cf;
    --shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --header-offset: 108px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 15% 15%, rgba(99, 213, 255, 0.18), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(170, 188, 214, 0.16), transparent 28%),
        linear-gradient(180deg, #09111c 0%, #0b1320 44%, #08101b 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

html.modal-open,
body.modal-open {
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 35%),
        repeating-linear-gradient(
            115deg,
            rgba(255, 255, 255, 0.02) 0,
            rgba(255, 255, 255, 0.02) 1px,
            transparent 1px,
            transparent 7px
        );
    mix-blend-mode: screen;
    opacity: 0.55;
}

a {
    color: inherit;
}

.page-shell {
    position: relative;
    padding-top: var(--header-offset);
}

.page-shell > *:not(.display-orbit):not(.site-header) {
    position: relative;
    z-index: 1;
}

.display-orbit {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.floating-display {
    position: absolute;
    width: 230px;
    opacity: 0.72;
    filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.28));
    animation: float-display 9s ease-in-out infinite;
}

.display-left {
    top: 160px;
    left: max(-28px, calc(50% - 760px));
    transform: rotate(-8deg);
}

.display-right {
    top: 520px;
    right: max(-22px, calc(50% - 760px));
    width: 270px;
    transform: rotate(7deg);
    animation-delay: -2.8s;
}

.display-lower {
    top: 1540px;
    left: max(0px, calc(50% - 720px));
    width: 210px;
    transform: rotate(-6deg);
    animation-delay: -5.4s;
}

.display-bezel {
    position: relative;
    padding: 11px;
    border-radius: 24px;
    background:
        linear-gradient(150deg, rgba(234, 240, 246, 0.3), rgba(88, 102, 123, 0.3) 38%, rgba(15, 26, 39, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        inset 0 -16px 24px rgba(0, 0, 0, 0.22),
        0 14px 28px rgba(0, 0, 0, 0.28);
}

.display-bezel::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.display-tv {
    border-radius: 30px;
}

.display-screen {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    overflow: hidden;
    background:
        radial-gradient(circle at 24% 22%, rgba(99, 213, 255, 0.28), transparent 34%),
        linear-gradient(145deg, rgba(10, 18, 31, 0.96), rgba(12, 30, 50, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.display-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 34%),
        repeating-linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.03) 0,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 7px
        );
    mix-blend-mode: screen;
}

.screen-grid {
    padding: 18px 16px;
}

.screen-alert {
    background:
        radial-gradient(circle at 26% 24%, rgba(255, 197, 129, 0.32), transparent 30%),
        linear-gradient(145deg, rgba(30, 11, 13, 0.96), rgba(68, 24, 18, 0.92));
}

.screen-ticker {
    padding: 18px 16px;
}

.screen-badge,
.screen-line,
.screen-wave,
.screen-chip {
    position: absolute;
}

.screen-badge {
    top: 14px;
    left: 14px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #06101c;
    background: linear-gradient(135deg, #dff9ff, #7fdcff);
}

.alert-badge {
    background: linear-gradient(135deg, #ffd9c4, #ff9c6e);
}

.screen-line {
    left: 16px;
    right: 34px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(99, 213, 255, 0.92), rgba(219, 229, 240, 0.2));
}

.screen-line-long {
    top: 56px;
}

.screen-grid .screen-line:nth-of-type(2) {
    top: 76px;
}

.screen-grid .screen-line:nth-of-type(3) {
    top: 96px;
}

.screen-line-short {
    right: 78px;
}

.screen-wave {
    inset: auto 18px 20px 18px;
    height: 66px;
    border-radius: 999px 999px 0 0;
    background:
        radial-gradient(circle at 10% 80%, rgba(255, 166, 117, 0.06), transparent 16%),
        linear-gradient(180deg, rgba(255, 163, 120, 0.06), rgba(255, 163, 120, 0.4));
    clip-path: polygon(0 68%, 12% 44%, 21% 55%, 34% 22%, 47% 54%, 60% 30%, 73% 50%, 84% 18%, 100% 46%, 100% 100%, 0 100%);
}

.screen-chip {
    top: 18px;
    left: 18px;
    width: 52px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(99, 213, 255, 0.84), rgba(116, 140, 255, 0.28));
}

.screen-chip-alt {
    left: 78px;
    background: linear-gradient(135deg, rgba(255, 182, 117, 0.82), rgba(255, 110, 110, 0.24));
}

.screen-ticker .screen-line:nth-of-type(3) {
    top: 72px;
}

.screen-ticker .screen-line:nth-of-type(4) {
    top: 92px;
}

.display-stand {
    position: relative;
    width: 32%;
    height: 14px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(214, 223, 233, 0.76), rgba(57, 70, 87, 0.88));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 10px 18px rgba(0, 0, 0, 0.28);
}

.display-stand::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 12px;
    height: 26px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(202, 212, 223, 0.82), rgba(73, 87, 107, 0.92));
}

.display-stand-wide {
    width: 40%;
}

@keyframes float-display {
    0%,
    100% {
        transform: translateY(0) rotate(var(--display-tilt, 0deg));
    }

    50% {
        transform: translateY(-14px) rotate(var(--display-tilt, 0deg));
    }
}

.display-left {
    --display-tilt: -8deg;
}

.display-right {
    --display-tilt: 7deg;
}

.display-lower {
    --display-tilt: -6deg;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 18px 24px 0;
}

.site-header.scrolled .header-inner {
    background: rgba(10, 16, 28, 0.72);
    border-color: rgba(255, 255, 255, 0.2);
}

.zone-logo {
    position: absolute;
    width: 160px;
    opacity: 0.8;
    top: 250px;
}

.header-inner {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(10, 16, 28, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(22px) saturate(155%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    transition: background 220ms ease, border-color 220ms ease;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    min-width: 0;
}

.brand-mark {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 16px;
    color: #06101c;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(178, 196, 216, 0.95)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.1));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -12px 24px rgba(53, 71, 92, 0.2),
        0 12px 30px rgba(0, 0, 0, 0.25);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.brand-copy strong,
.eyebrow,
h1,
h2,
h3 {
    font-family: "Space Grotesk", sans-serif;
}

.brand-copy strong {
    font-size: 0.98rem;
}

.brand-copy span {
    color: var(--muted);
    font-size: 0.78rem;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--muted);
    font-weight: 600;
    padding: 12px 2px 14px;
    transition: color 220ms ease, transform 220ms ease;
}

.site-nav a:not(.nav-cta)::before,
.site-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 220ms ease, transform 220ms ease, width 220ms ease;
}

.site-nav a:not(.nav-cta)::before {
    top: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(99, 213, 255, 0.2), rgba(99, 213, 255, 0.95), rgba(219, 229, 240, 0.6));
    transform: scaleX(0.25);
    transform-origin: center;
}

.site-nav a:not(.nav-cta)::after {
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(99, 213, 255, 0.95), rgba(219, 229, 240, 0.92));
    transform: scaleX(0);
    transform-origin: left center;
}

.site-nav a:hover {
    color: var(--text);
    transform: translateY(-1px);
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-nav a.is-active {
    color: var(--text);
}

.site-nav a.is-active::before {
    opacity: 1;
    transform: scaleX(1);
}

.site-nav a.is-active::after {
    left: 50%;
    width: 18px;
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
    transform-origin: center;
}

.nav-cta {
    padding: 11px 16px !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    color: var(--text) !important;
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}

.hero-section,
.capabilities-section,
.control-room-section,
.operations-section,
.faq-section,
.cta-section {
    max-width: 1220px;
    margin: 0 auto;
    padding: 32px 24px 0;
}

.hero-section {
    padding-top: 20px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: center;
}

.hero-copy,
.hero-panel,
.glass-card,
.metal-console,
.glass-timeline,
.metric-card,
.faq-item,
.cta-shell,
.proof-bar {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    backdrop-filter: blur(18px) saturate(140%);
    box-shadow: var(--shadow);
}

.hero-copy {
    padding: 34px;
}

.hero-noise {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 30%, rgba(99, 213, 255, 0.12), transparent 26%),
        radial-gradient(circle at 82% 30%, rgba(219, 229, 240, 0.12), transparent 24%);
    pointer-events: none;
}

.eyebrow {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #d8e4ef;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
}

h1 span {
    display: block;
    color: #9adfff;
}

.hero-copy p,
.section-heading p,
.cta-shell p,
.faq-item p,
.metric-card p,
.glass-card p,
.metal-console p,
.glass-timeline li {
    color: var(--muted);
    line-height: 1.75;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 14px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.01em;
    overflow: hidden;
    isolation: isolate;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.btn::before {
    content: "";
    position: absolute;
    inset: -1px auto -1px -30%;
    width: 34%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    opacity: 0;
    transform: skewX(-20deg) translateX(-130%);
    transition: transform 320ms ease, opacity 220ms ease;
}

.btn:hover {
    transform: translateY(-3px) scale(1.015);
}

.btn:hover::before,
.btn:focus-visible::before {
    opacity: 1;
    transform: skewX(-20deg) translateX(460%);
}

.btn-primary {
    color: #07111f;
    background:
        linear-gradient(135deg, rgba(243, 248, 252, 0.98), rgba(156, 211, 244, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -10px 20px rgba(65, 92, 121, 0.18),
        0 14px 30px rgba(0, 0, 0, 0.28);
}

.btn-secondary {
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -10px 20px rgba(65, 92, 121, 0.18),
        0 18px 36px rgba(0, 0, 0, 0.34);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
    border-color: rgba(99, 213, 255, 0.4);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.hero-points {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: grid;
    gap: 10px;
    color: #d8e4ef;
}

.hero-points li {
    position: relative;
    padding-left: 20px;
}

.hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--cyan);
    box-shadow: 0 0 20px rgba(99, 213, 255, 0.75);
}

.hero-panel {
    padding: 20px;
}

.panel-metal,
.metal-console,
.metric-card {
    background:
        linear-gradient(160deg, rgba(230, 238, 246, 0.16), rgba(86, 103, 125, 0.16) 45%, rgba(16, 27, 42, 0.6) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -40px 80px rgba(0, 0, 0, 0.14),
        var(--shadow);
}

.panel-metal {
    padding: 18px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.panel-topbar,
.console-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.signal {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    color: #dbe6f1;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.signal-live {
    color: #09111b;
    background: linear-gradient(135deg, #d8f3ff, #8ae2ff);
}

.screen-wall {
    display: grid;
    gap: 16px;
}

.screen-card {
    border-radius: 24px;
    padding: 16px;
    background:
        linear-gradient(180deg, rgba(10, 17, 30, 0.92), rgba(17, 29, 46, 0.86)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.screen-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #d8e4ef;
    font-size: 0.86rem;
    margin-bottom: 14px;
}

.screen-layout {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 12px;
}

.zone,
.status-tile {
    border-radius: 18px;
    padding: 18px;
    min-height: 112px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.zone span,
.status-tile span,
.metric-card span {
    display: block;
    color: var(--muted);
    font-size: 0.82rem;
}

.zone strong,
.status-tile strong,
.metric-card strong {
    display: block;
    margin-top: 10px;
    font-size: 1.15rem;
}

.zone-primary {
    background:
        linear-gradient(180deg, rgba(99, 213, 255, 0.18), rgba(255, 255, 255, 0.04)),
        rgba(255, 255, 255, 0.07);
}

.zone-stack {
    display: grid;
    gap: 12px;
}

.zone-alert {
    background:
        linear-gradient(180deg, rgba(255, 176, 120, 0.18), rgba(255, 255, 255, 0.04)),
        rgba(255, 255, 255, 0.07);
}

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

.warning {
    background:
        linear-gradient(180deg, rgba(255, 188, 112, 0.18), rgba(255, 255, 255, 0.05)),
        rgba(255, 255, 255, 0.07);
}

.proof-bar {
    max-width: 1220px;
    margin: 30px auto 0;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.proof-chip {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #d8e4ef;
    font-size: 0.88rem;
}

.display-marquee {
    max-width: 1220px;
    margin: 22px auto 0;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mini-display {
    position: relative;
}

.mini-display-frame {
    padding: 10px;
    border-radius: 24px;
    background:
        linear-gradient(155deg, rgba(230, 238, 246, 0.18), rgba(86, 103, 125, 0.18) 40%, rgba(12, 22, 34, 0.94) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 20px 38px rgba(0, 0, 0, 0.24);
}

.mini-display-screen {
    position: relative;
    aspect-ratio: 16 / 7;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(145deg, rgba(9, 19, 30, 0.98), rgba(13, 28, 43, 0.92));
}

.mini-display-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.18), transparent 36%),
        repeating-linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.03) 0,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 8px
        );
}

.mini-display-label {
    position: absolute;
    top: 12px;
    left: 14px;
    z-index: 1;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #06101c;
    background: linear-gradient(135deg, #eaf7ff, #94ddff);
}

.mini-strip,
.mini-zone,
.mini-alert-bar {
    position: absolute;
}

.mini-strip {
    left: 14px;
    right: 92px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(99, 213, 255, 0.95), rgba(219, 229, 240, 0.14));
}

.mini-strip-wide {
    right: 54px;
}

.mini-display-playlist .mini-strip-wide {
    top: 54px;
}

.mini-display-playlist .mini-strip {
    top: 74px;
}

.mini-display-zones {
    background:
        radial-gradient(circle at 22% 24%, rgba(99, 213, 255, 0.24), transparent 26%),
        linear-gradient(145deg, rgba(10, 18, 31, 0.98), rgba(14, 29, 45, 0.92));
}

.mini-zone {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-zone-main {
    inset: 50px 110px 16px 14px;
    background: linear-gradient(145deg, rgba(99, 213, 255, 0.24), rgba(11, 28, 43, 0.12));
}

.mini-zone-side {
    top: 50px;
    right: 14px;
    width: 82px;
    bottom: 48px;
    background: linear-gradient(145deg, rgba(169, 183, 255, 0.24), rgba(13, 24, 40, 0.12));
}

.mini-zone-bottom {
    right: 14px;
    bottom: 16px;
    width: 82px;
    height: 26px;
    background: linear-gradient(145deg, rgba(255, 173, 116, 0.24), rgba(36, 17, 14, 0.12));
}

.mini-display-ticker {
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 166, 117, 0.22), transparent 26%),
        linear-gradient(145deg, rgba(24, 9, 12, 0.98), rgba(57, 17, 19, 0.92));
}

.mini-alert-bar {
    left: 14px;
    right: 14px;
    top: 52px;
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 166, 117, 0.96), rgba(255, 107, 107, 0.6));
    box-shadow: 0 0 24px rgba(255, 116, 95, 0.24);
}

.mini-display-ticker .mini-strip-wide {
    top: 82px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 24px;
}

h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
}

.capability-grid,
.operations-grid,
.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.capability-grid-wide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.glass-card,
.metric-card,
.faq-item {
    padding: 24px;
}

.capability-card {
    min-height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.capability-card:hover,
.capability-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(99, 213, 255, 0.38);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
    outline: none;
}

.capability-card h3 {
    margin: 0;
    max-width: 14ch;
    font-size: 1.15rem;
    line-height: 1.15;
}

.capability-card .card-icon {
    margin-bottom: 18px;
}

.capability-detail {
    display: none;
}

.operation-card {
    min-height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.operation-card:hover,
.operation-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(99, 213, 255, 0.38);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
    outline: none;
}

.operation-card span {
    margin-bottom: 10px;
}

.operation-card strong {
    margin-top: 0;
    font-size: 1.35rem;
    line-height: 1.15;
    max-width: 16ch;
}

.operation-detail {
    display: none;
}

.card-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 14px;
    color: #08111c;
    font-weight: 800;
    background: linear-gradient(135deg, #e6f0f7, #8ddfff);
}

.control-room-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
}

.architecture-section,
.database-section {
    max-width: 1220px;
    margin: 0 auto;
    padding: 32px 24px 0;
}

.architecture-grid,
.database-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
}

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

.compact-grid {
    margin-top: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-list {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.75;
}

.detail-list li + li {
    margin-top: 8px;
}

.metal-console,
.glass-timeline {
    padding: 26px;
}

.console-list {
    display: grid;
    gap: 18px;
}

.console-list strong,
.faq-item h3,
.glass-card h3,
.glass-timeline h3 {
    font-size: 1.15rem;
    margin: 0 0 8px;
}

.glass-timeline ol {
    margin: 16px 0 0;
    padding-left: 20px;
}

.glass-timeline li + li {
    margin-top: 12px;
}

.metric-card strong {
    font-size: 1.7rem;
}

.operation-card strong {
    font-size: 1.35rem;
}

.cta-section {
    padding-bottom: 24px;
}

.cta-shell {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.faq-section {
    padding-bottom: 72px;
}

.faq-item h3 {
    margin-bottom: 10px;
}

.faq-card {
    position: relative;
    min-height: 118px;
    cursor: pointer;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.faq-card:hover,
.faq-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(99, 213, 255, 0.34);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
    outline: none;
}

.faq-card::after {
    content: "+";
    position: absolute;
    top: 22px;
    right: 22px;
    color: #9adfff;
    font-size: 1.4rem;
    line-height: 1;
    transition: transform 220ms ease, color 220ms ease;
}

.faq-card.is-open::after {
    transform: rotate(45deg);
    color: var(--steel);
}

.faq-card h3 {
    margin: 0;
    padding-right: 36px;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 240ms ease, margin-top 240ms ease;
}

.faq-answer p {
    overflow: hidden;
    margin: 0;
}

.faq-card.is-open .faq-answer {
    grid-template-rows: 1fr;
    margin-top: 14px;
}

.capability-modal[hidden] {
    display: none;
}

.capability-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    padding: 28px;
}

.capability-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 8, 18, 0.72);
    backdrop-filter: blur(18px);
}

.capability-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background:
        linear-gradient(160deg, rgba(229, 237, 246, 0.16), rgba(86, 103, 125, 0.16) 42%, rgba(11, 18, 31, 0.9) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        inset 0 -36px 80px rgba(0, 0, 0, 0.18),
        0 30px 80px rgba(0, 0, 0, 0.44);
    backdrop-filter: blur(24px) saturate(150%);
    padding: 22px;
}

.capability-modal-close {
    margin-left: auto;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.capability-modal-close:hover,
.capability-modal-close:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(99, 213, 255, 0.38);
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}

.capability-modal-content {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    padding: 28px;
}

.capability-modal-icon {
    margin-bottom: 20px;
}

.capability-modal-content h3 {
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.capability-modal-body {
    color: var(--muted);
    line-height: 1.8;
}

.capability-modal-body p {
    margin: 0;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 500ms ease, transform 500ms ease;
}

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

@media (max-width: 1100px) {
    .display-right,
    .display-lower {
        opacity: 0.44;
    }

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

    .hero-content,
    .control-room-layout,
    .architecture-grid,
    .database-layout,
    .capability-grid,
    .operations-grid,
    .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-content {
        align-items: stretch;
    }
}

@media (max-width: 820px) {
    :root {
        --header-offset: 96px;
    }

    .display-orbit {
        display: none;
    }

    .site-header {
        padding: 14px 14px 0;
    }

    .header-inner {
        gap: 14px 12px;
        padding: 12px 14px;
        border-radius: 24px;
        align-items: center;
        flex-wrap: wrap;
    }

    .brand {
        flex: 1 1 auto;
        gap: 12px;
    }

    .brand-mark {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .brand-copy strong {
        font-size: 0.92rem;
        line-height: 1.1;
    }

    .brand-copy span {
        font-size: 0.72rem;
        line-height: 1.1;
    }

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 44px;
        height: 44px;
        margin-left: auto;
    }

    .site-nav {
        order: 3;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-top: 8px;
    }

    .site-nav.is-open {
        display: flex;
    }

    .hero-content,
    .architecture-grid,
    .database-layout,
    .capability-grid,
    .operations-grid,
    .faq-grid,
    .control-room-layout,
    .display-marquee {
        grid-template-columns: 1fr;
    }

    .hero-copy,
    .hero-panel,
    .metal-console,
    .glass-timeline,
    .cta-shell {
        padding: 24px;
    }

    .cta-shell {
        flex-direction: column;
        align-items: flex-start;
    }

    .capability-modal {
        padding: 16px;
    }

    .capability-modal-dialog {
        padding: 16px;
        border-radius: 24px;
    }

    .capability-modal-content {
        padding: 22px;
    }

    .faq-card::after {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 560px) {
    :root {
        --header-offset: 90px;
    }

    .header-inner {
        gap: 12px 10px;
        padding: 10px 12px;
    }

    .brand {
        gap: 10px;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

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

    .brand-copy span {
        display: none;
    }

    .nav-toggle {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .nav-toggle span {
        width: 18px;
        margin: 3px auto;
    }

    .hero-section,
    .capabilities-section,
    .control-room-section,
    .architecture-section,
    .operations-section,
    .database-section,
    .faq-section,
    .cta-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .proof-bar {
        margin-left: 14px;
        margin-right: 14px;
    }

    .display-marquee {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-copy,
    .hero-panel,
    .glass-card,
    .metal-console,
    .glass-timeline,
    .metric-card,
    .faq-item,
    .cta-shell {
        border-radius: 22px;
    }

    .screen-layout,
    .status-grid {
        grid-template-columns: 1fr;
    }

    .btn {
        width: 100%;
    }
}
