:root {
    --text: #eaf6ff;
    --text-soft: #b6d9ee;
    --text-muted: #8fb5cc;
    --line: rgba(162, 217, 255, 0.33);
    --logistics: #00b8e8;
    --it: #ffd24a;
    --ai: #9dffcf;
    --entry-x: 0px;
    --entry-y: 0px;
    --entry-r: 0deg;
    --entry-o: 1;
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
}

body {
    margin: 0;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 22% 18%, rgba(0, 196, 255, 0.22), transparent 34%),
        radial-gradient(circle at 76% 34%, rgba(157, 255, 207, 0.12), transparent 30%),
        radial-gradient(circle at 68% 86%, rgba(255, 210, 74, 0.13), transparent 34%),
        linear-gradient(135deg, #031423 0%, #06243a 45%, #071a2c 100%);
    overflow: hidden;
}

.bg-stage,
.bg-slide,
.fx-canvas,
.scanline,
.scene-glow,
.motion-shell {
    position: fixed;
    inset: 0;
}

.bg-stage {
    z-index: -7;
}

.bg-slide {
    background-image:
        radial-gradient(circle at 18% 22%, rgba(0, 186, 232, 0.32), transparent 34%),
        radial-gradient(circle at 64% 40%, rgba(126, 228, 255, 0.16), transparent 32%),
        radial-gradient(circle at 88% 74%, rgba(255, 210, 74, 0.12), transparent 36%),
        linear-gradient(120deg, rgba(2, 12, 26, 0.92), rgba(4, 36, 58, 0.86) 48%, rgba(5, 13, 32, 0.94));
    background-size: 130% 130%, 120% 120%, 120% 120%, cover;
    background-position: center;
    opacity: 1;
    transform: none;
    transition: none;
}

.bg-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.fx-canvas {
    z-index: -2;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.92;
    transform: translateZ(0);
}

.scene-glow {
    z-index: -5;
    pointer-events: none;
    filter: blur(70px);
    opacity: 0.8;
    animation: drift 12s ease-in-out infinite alternate;
}

.scene-glow--a {
    background: radial-gradient(circle at 24% 32%, rgba(0, 196, 255, 0.42), transparent 58%);
}

.scene-glow--b {
    background: radial-gradient(circle at 76% 76%, rgba(255, 210, 74, 0.3), transparent 56%);
    animation-delay: 1.9s;
}

.scanline {
    z-index: -4;
    pointer-events: none;
    background:
        repeating-linear-gradient(90deg, rgba(145, 222, 255, 0.09) 0 1px, transparent 1px 128px),
        repeating-linear-gradient(0deg, rgba(145, 222, 255, 0.04) 0 1px, transparent 1px 104px);
    mask-image: linear-gradient(transparent, rgba(255, 255, 255, 0.9), transparent);
    animation: scan 8s linear infinite;
}

.motion-shell {
    z-index: -3;
    overflow: hidden;
    pointer-events: none;
    perspective: 900px;
}

.motion-shell::before,
.motion-shell::after {
    position: absolute;
    inset: -20%;
    content: "";
    opacity: 0.38;
    transform: rotate(-14deg);
    background:
        repeating-linear-gradient(90deg, transparent 0 36px, rgba(126, 228, 255, 0.13) 36px 38px, transparent 38px 82px),
        repeating-linear-gradient(0deg, transparent 0 52px, rgba(157, 255, 207, 0.09) 52px 54px, transparent 54px 108px);
    animation: grid-drive 14s linear infinite;
}

.motion-shell::after {
    opacity: 0.24;
    transform: rotate(9deg);
    background:
        repeating-linear-gradient(90deg, transparent 0 70px, rgba(255, 210, 74, 0.16) 70px 72px, transparent 72px 142px);
    animation: grid-drive-reverse 18s linear infinite;
}

.motion-ring {
    position: absolute;
    display: block;
    border: 1px solid rgba(126, 228, 255, 0.28);
    border-top-color: rgba(255, 210, 74, 0.78);
    border-right-color: rgba(255, 210, 74, 0.34);
    border-radius: 50%;
    box-shadow:
        0 0 26px rgba(0, 193, 255, 0.14),
        inset 0 0 26px rgba(0, 193, 255, 0.1);
    opacity: 0.78;
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

.motion-ring--one {
    top: 8%;
    right: -10%;
    width: min(860px, 70vw);
    height: min(330px, 27vw);
    animation: ring-orbit-one 7.6s linear infinite;
}

.motion-ring--two {
    bottom: 8%;
    left: -14%;
    width: min(760px, 64vw);
    height: min(300px, 25vw);
    border-top-color: rgba(126, 228, 255, 0.72);
    border-left-color: rgba(255, 210, 74, 0.34);
    animation: ring-orbit-two 9.4s linear infinite;
}

.motion-ring--three {
    top: 34%;
    left: 42%;
    width: min(620px, 52vw);
    height: min(230px, 19vw);
    opacity: 0.46;
    animation: ring-orbit-three 6.2s linear infinite;
}

.motion-ring--four {
    top: -5%;
    left: 16%;
    width: min(520px, 42vw);
    height: min(190px, 15vw);
    border-top-color: rgba(157, 255, 207, 0.75);
    border-right-color: rgba(126, 228, 255, 0.36);
    opacity: 0.58;
    animation: ring-orbit-four 5.4s linear infinite;
}

.motion-beam {
    position: absolute;
    display: block;
    height: 2px;
    width: min(640px, 56vw);
    background: linear-gradient(90deg, transparent, rgba(126, 228, 255, 0.04), rgba(126, 228, 255, 0.78), rgba(255, 210, 74, 0.5), transparent);
    box-shadow: 0 0 18px rgba(126, 228, 255, 0.36);
    transform: rotate(-16deg);
    opacity: 0;
    will-change: transform, opacity;
}

.motion-beam--one {
    top: 24%;
    left: -20%;
    animation: beam-run 3.2s ease-in-out infinite;
}

.motion-beam--two {
    top: 68%;
    left: -30%;
    width: min(760px, 68vw);
    animation: beam-run 4s ease-in-out 0.7s infinite;
}

.motion-beam--three {
    top: 45%;
    left: -26%;
    width: min(820px, 74vw);
    background: linear-gradient(90deg, transparent, rgba(157, 255, 207, 0.1), rgba(157, 255, 207, 0.9), rgba(126, 228, 255, 0.54), transparent);
    animation: beam-run 2.8s ease-in-out 0.36s infinite;
}

.energy-ribbon {
    position: absolute;
    display: none;
    width: 46vw;
    min-width: 520px;
    height: 3px;
    border-radius: 999px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(126, 228, 255, 0.2), rgba(255, 255, 255, 0.92), rgba(157, 255, 207, 0.72), transparent);
    box-shadow:
        0 0 12px rgba(126, 228, 255, 0.24),
        0 0 26px rgba(157, 255, 207, 0.12);
    filter: blur(0.2px);
    transform: rotate(-18deg);
    animation: ribbon-flight 4.6s cubic-bezier(0.18, 0.82, 0.26, 1) infinite;
}

.energy-ribbon--one {
    top: 16%;
    left: -36%;
}

.energy-ribbon--two {
    top: 38%;
    left: -42%;
    animation-delay: 1.1s;
}

.energy-ribbon--three {
    top: 61%;
    left: -38%;
    animation-delay: 2.2s;
}

.energy-ribbon--four {
    top: 79%;
    left: -46%;
    animation-delay: 3.3s;
}

.motion-panel {
    position: absolute;
    display: block;
    width: 240px;
    height: 78px;
    border: 1px solid rgba(147, 226, 255, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(126, 228, 255, 0.18), transparent 38%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 18px, transparent 18px 34px);
    opacity: 0.2;
    filter: blur(0.1px);
    transform: skewX(-12deg);
    animation: panel-drift 4.4s ease-in-out infinite;
}

.motion-panel::before {
    position: absolute;
    inset: 12px 18px;
    content: "";
    border-top: 1px solid rgba(255, 210, 74, 0.44);
    border-bottom: 1px solid rgba(126, 228, 255, 0.28);
}

.motion-panel--one {
    top: 18%;
    right: 8%;
}

.motion-panel--two {
    right: 18%;
    bottom: 15%;
    width: 300px;
    animation-delay: -1.8s;
}

.motion-panel--three {
    top: 52%;
    right: 6%;
    width: 210px;
    height: 64px;
    opacity: 0.28;
    animation-delay: -2.7s;
}

.signal-wave {
    position: absolute;
    right: 9%;
    top: 24%;
    display: block;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(157, 255, 207, 0.24);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.44);
    animation: signal-wave 4.8s ease-out infinite;
}

.signal-wave--two {
    animation-delay: 1.6s;
}

.signal-wave--three {
    animation-delay: 3.2s;
}

.voice-equalizer {
    position: absolute;
    right: 12%;
    bottom: 21%;
    display: inline-flex;
    height: 96px;
    align-items: center;
    gap: 7px;
    opacity: 0.42;
    transform: skewX(-8deg);
}

.voice-equalizer i {
    display: block;
    width: 5px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(157, 255, 207, 0.95), rgba(126, 228, 255, 0.28));
    box-shadow: 0 0 18px rgba(157, 255, 207, 0.34);
    animation: equalizer-bar 1.35s ease-in-out infinite;
}

.voice-equalizer i:nth-child(2) {
    animation-delay: 0.08s;
}

.voice-equalizer i:nth-child(3) {
    animation-delay: 0.16s;
}

.voice-equalizer i:nth-child(4) {
    animation-delay: 0.24s;
}

.voice-equalizer i:nth-child(5) {
    animation-delay: 0.32s;
}

.voice-equalizer i:nth-child(6) {
    animation-delay: 0.4s;
}

.voice-equalizer i:nth-child(7) {
    animation-delay: 0.48s;
}

.voice-equalizer i:nth-child(8) {
    animation-delay: 0.56s;
}

.orbit-hub {
    position: absolute;
    top: 16%;
    right: 8%;
    display: block;
    width: min(360px, 30vw);
    height: min(360px, 30vw);
    border-radius: 50%;
    opacity: 0.82;
    transform-style: preserve-3d;
    animation: hub-float 4.2s ease-in-out infinite;
}

.hub-core,
.hub-orbit {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.hub-core {
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    margin: -39px 0 0 -39px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 6px, rgba(157, 255, 207, 0.8) 7px 16px, rgba(0, 184, 232, 0.18) 17px 100%);
    box-shadow:
        0 0 28px rgba(157, 255, 207, 0.72),
        0 0 64px rgba(0, 184, 232, 0.36);
    animation: hub-core-pulse 1.05s ease-in-out infinite;
}

.hub-orbit {
    inset: 16%;
    border: 1px solid rgba(157, 255, 207, 0.34);
    box-shadow: inset 0 0 22px rgba(126, 228, 255, 0.1);
    animation: hub-spin 5.2s linear infinite;
}

.hub-orbit--two {
    inset: 26%;
    border-color: rgba(255, 210, 74, 0.34);
    animation-duration: 3.6s;
    animation-direction: reverse;
}

.hub-orbit--three {
    inset: 4%;
    border-color: rgba(126, 228, 255, 0.26);
    animation-duration: 7.4s;
}

.hub-orbit b {
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background: #9dffcf;
    box-shadow: 0 0 18px rgba(157, 255, 207, 0.9);
}

.hub-orbit--two b {
    background: #ffd24a;
    box-shadow: 0 0 18px rgba(255, 210, 74, 0.84);
}

.hub-orbit--three b {
    background: #7ee4ff;
    box-shadow: 0 0 18px rgba(126, 228, 255, 0.84);
}

.data-rain {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    opacity: 0.22;
}

.data-rain i {
    position: absolute;
    top: -22%;
    display: block;
    width: 2px;
    height: 180px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, rgba(126, 228, 255, 0.78), rgba(157, 255, 207, 0.22), transparent);
    box-shadow: 0 0 16px rgba(126, 228, 255, 0.4);
    opacity: 0;
    animation: data-fall 3.8s linear infinite;
}

.data-rain i:nth-child(1) { left: 12%; animation-delay: 0s; }
.data-rain i:nth-child(2) { left: 22%; animation-delay: 0.6s; }
.data-rain i:nth-child(3) { left: 31%; animation-delay: 1.2s; }
.data-rain i:nth-child(4) { left: 43%; animation-delay: 1.8s; }
.data-rain i:nth-child(5) { left: 52%; animation-delay: 2.4s; }
.data-rain i:nth-child(6) { left: 61%; animation-delay: 3s; }
.data-rain i:nth-child(7) { left: 72%; animation-delay: 3.6s; }
.data-rain i:nth-child(8) { left: 81%; animation-delay: 0.9s; }
.data-rain i:nth-child(9) { left: 89%; animation-delay: 1.5s; }
.data-rain i:nth-child(10) { left: 96%; animation-delay: 2.1s; }

.system-mesh {
    position: absolute;
    z-index: 5;
    top: 27%;
    right: 6%;
    display: block;
    width: min(520px, 42vw);
    height: min(360px, 32vw);
    opacity: 1;
    filter: drop-shadow(0 0 22px rgba(0, 194, 255, 0.18));
}

.system-node,
.system-link,
.system-packet {
    position: absolute;
    display: block;
}

.system-node {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(233, 252, 255, 0.72);
    border-radius: 50%;
    background:
        radial-gradient(circle, #ffffff 0 3px, rgba(126, 228, 255, 0.88) 4px 7px, rgba(2, 24, 42, 0.44) 8px 100%);
    box-shadow:
        0 0 22px rgba(126, 228, 255, 0.86),
        0 0 48px rgba(0, 184, 232, 0.32);
    animation: system-node-pulse 1.8s ease-in-out infinite;
}

.system-node--core {
    top: 46%;
    left: 46%;
    width: 54px;
    height: 54px;
    border-color: rgba(157, 255, 207, 0.88);
    background:
        radial-gradient(circle, #ffffff 0 7px, rgba(157, 255, 207, 0.9) 8px 16px, rgba(0, 184, 232, 0.18) 17px 100%);
    animation: system-core-pulse 1.28s ease-in-out infinite;
}

.system-node--logistics {
    top: 14%;
    left: 8%;
}

.system-node--it {
    top: 17%;
    right: 10%;
    animation-delay: 0.32s;
}

.system-node--ai {
    right: 12%;
    bottom: 13%;
    animation-delay: 0.64s;
}

.system-node--ops {
    left: 12%;
    bottom: 16%;
    animation-delay: 0.96s;
}

.system-link {
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(126, 228, 255, 0.06), rgba(126, 228, 255, 0.9), rgba(157, 255, 207, 0.78), rgba(126, 228, 255, 0.06));
    background-size: 220% 100%;
    box-shadow: 0 0 18px rgba(126, 228, 255, 0.62);
    transform-origin: left center;
    animation: system-link-flow 1.6s linear infinite;
}

.system-link--logistics {
    top: 23%;
    left: 13%;
    width: 220px;
    transform: rotate(31deg);
}

.system-link--it {
    top: 52%;
    left: 50%;
    width: 190px;
    transform: rotate(-44deg);
}

.system-link--ai {
    top: 58%;
    left: 52%;
    width: 165px;
    transform: rotate(38deg);
}

.system-link--ops {
    top: 61%;
    left: 17%;
    width: 190px;
    transform: rotate(-21deg);
}

.system-packet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9dffcf;
    box-shadow: 0 0 16px rgba(157, 255, 207, 0.95);
}

.system-packet--one {
    top: 22%;
    left: 13%;
    animation: packet-logistics 1.8s linear infinite;
}

.system-packet--two {
    top: 52%;
    left: 50%;
    animation: packet-it 2s linear 0.28s infinite;
}

.system-packet--three {
    top: 58%;
    left: 52%;
    animation: packet-ai 1.65s linear 0.54s infinite;
}

.system-packet--four {
    top: 61%;
    left: 17%;
    animation: packet-ops 2.2s linear 0.86s infinite;
}

.landing {
    position: relative;
    z-index: 3;
    display: flex;
    width: min(1060px, calc(100% - 56px));
    min-height: 100%;
    margin: 0 auto;
    padding: clamp(24px, 4.8vh, 54px) 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    overflow: visible;
    transform-style: preserve-3d;
    animation: none;
}

.landing::before {
    position: absolute;
    z-index: -1;
    top: 10%;
    left: -6%;
    width: min(820px, 88vw);
    height: min(680px, 74vh);
    content: "";
    background:
        radial-gradient(circle at 36% 34%, rgba(0, 178, 235, 0.24), rgba(0, 178, 235, 0) 56%),
        radial-gradient(circle at 70% 76%, rgba(255, 208, 62, 0.18), rgba(255, 208, 62, 0) 52%);
    filter: blur(16px);
    pointer-events: none;
}

.landing-chrome {
    position: absolute;
    inset: clamp(8px, 2vw, 24px) 0 auto;
    display: flex;
    gap: 10px;
    align-items: center;
    pointer-events: none;
}

.landing-chrome span {
    display: inline-block;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(145, 224, 255, 0.28), rgba(145, 224, 255, 0));
}

.landing-chrome span:nth-child(1) {
    width: 180px;
}

.landing-chrome span:nth-child(2) {
    width: 54px;
    opacity: 0.7;
}

.landing-chrome span:nth-child(3) {
    width: 22px;
    opacity: 0.54;
}

.brand-logo-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    overflow: visible;
    --entry-o: 0;
    opacity: var(--entry-o);
    transform: translate3d(var(--entry-x), var(--entry-y), 0) rotate(var(--entry-r));
    will-change: opacity, transform;
}

.brand-logo-wrap::after {
    position: absolute;
    z-index: -1;
    inset: 18% 4% 16%;
    content: "";
    border-radius: 50%;
    background:
        linear-gradient(90deg, rgba(126, 228, 255, 0.24), rgba(255, 210, 74, 0.2), rgba(126, 228, 255, 0.08));
    filter: blur(26px);
    opacity: 0.84;
    animation: none;
}

.brand-logo {
    width: clamp(190px, 18vw, 252px);
    height: auto;
    display: block;
    opacity: 0.99;
    --lx: 0px;
    --ly: 0px;
    transform: none;
    filter: drop-shadow(0 14px 34px rgba(2, 8, 18, 0.48));
    transition: none;
}

.kicker {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 700;
    text-transform: uppercase;
    --entry-o: 0;
    opacity: var(--entry-o);
    transform: translate3d(var(--entry-x), var(--entry-y), 0) rotate(var(--entry-r));
    will-change: opacity, transform;
}

.kicker-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #7ee4ff;
    box-shadow: 0 0 14px rgba(126, 228, 255, 0.86);
    animation: none;
}

.title {
    margin: 0;
    display: grid;
    gap: 6px;
}

.title-main {
    font-size: clamp(52px, 7.6vw, 102px);
    line-height: 0.93;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 16px 34px rgba(3, 7, 17, 0.7);
    background: linear-gradient(95deg, #f8fcff 3%, #b5e2ff 34%, #ffffff 60%, #dbf2ff 100%);
    background-size: 210% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    --entry-o: 0;
    opacity: var(--entry-o);
    transform: translate3d(var(--entry-x), var(--entry-y), 0) rotate(var(--entry-r));
    will-change: opacity, transform;
}

.title-dynamic {
    min-height: 0.96em;
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 0.95;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(90deg, #7ee4ff 0%, #ffffff 31%, #ffd24a 58%, #7ee4ff 100%);
    background-size: 240% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 20px rgba(0, 193, 255, 0.46);
    transition: none;
    position: relative;
    --entry-o: 0;
    opacity: var(--entry-o);
    transform: translate3d(var(--entry-x), var(--entry-y), 0) rotate(var(--entry-r));
    will-change: opacity, transform;
}

.title-dynamic::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: min(260px, 58%);
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgba(126, 228, 255, 0), rgba(126, 228, 255, 0.95), rgba(255, 210, 74, 0.8), rgba(126, 228, 255, 0));
    box-shadow: 0 0 18px rgba(126, 228, 255, 0.48);
    animation: none;
}

.title-dynamic.is-changing {
    opacity: 1;
    transform: none;
    filter: none;
}

.lead {
    max-width: 660px;
    margin: 4px 0 0;
    color: var(--text-soft);
    font-size: clamp(20px, 2.08vw, 28px);
    line-height: 1.26;
    text-wrap: balance;
    text-shadow: 0 8px 24px rgba(3, 7, 17, 0.6);
    transition: none;
    --entry-o: 0;
    opacity: var(--entry-o);
    transform: translate3d(var(--entry-x), var(--entry-y), 0) rotate(var(--entry-r));
    will-change: opacity, transform;
}

.lead.is-changing {
    opacity: 1;
    transform: none;
}

.lead-alt {
    max-width: 630px;
    margin: 0 0 8px;
    color: #dbedfa;
    font-size: clamp(16px, 1.55vw, 21px);
    line-height: 1.34;
    text-shadow: 0 8px 24px rgba(2, 7, 19, 0.55);
    transition: none;
    --entry-o: 0;
    opacity: var(--entry-o);
    transform: translate3d(var(--entry-x), var(--entry-y), 0) rotate(var(--entry-r));
    will-change: opacity, transform;
}

.lead-alt.is-changing {
    opacity: 1;
    transform: none;
}

.pulse-tags {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
    --entry-o: 0;
    opacity: var(--entry-o);
    transform: translate3d(var(--entry-x), var(--entry-y), 0) rotate(var(--entry-r));
    will-change: opacity, transform;
}

.pulse-tags span {
    padding: 6px 12px;
    border: 1px solid rgba(128, 211, 255, 0.52);
    border-radius: 999px;
    color: #e9f8ff;
    background: rgba(3, 18, 39, 0.57);
    font-size: 12px;
    font-weight: 700;
    animation: none;
}

.pulse-tags span:nth-child(2) {
    animation-delay: 0.32s;
}

.pulse-tags span:nth-child(3) {
    animation-delay: 0.64s;
}

.action-row {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.action-btn {
    position: relative;
    display: inline-flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #f7fcff;
    font-size: clamp(17px, 1.7vw, 22px);
    font-weight: 700;
    text-decoration: none;
    background: rgba(7, 24, 48, 0.56);
    box-shadow: 0 22px 52px rgba(3, 10, 25, 0.34);
    overflow: hidden;
    isolation: isolate;
    --mx: 50%;
    --my: 50%;
    --tx: 0px;
    --ty: 0px;
    --entry-o: 0;
    opacity: var(--entry-o);
    transform: translate3d(calc(var(--entry-x) + var(--tx)), calc(var(--entry-y) + var(--ty)), 0) rotate(var(--entry-r));
    transition: transform 0.2s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
    will-change: opacity, transform;
}

body.is-entering .action-btn {
    transition: none;
}

body.entry-complete .brand-logo-wrap,
body.entry-complete .kicker,
body.entry-complete .title-main,
body.entry-complete .title-dynamic,
body.entry-complete .lead,
body.entry-complete .lead-alt,
body.entry-complete .pulse-tags,
body.entry-complete .action-btn {
    will-change: auto;
}

.action-btn::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    display: none;
    transform: translateX(-100%);
    transition: transform 0.42s ease;
}

.action-btn::after {
    position: absolute;
    inset: -2px;
    z-index: -1;
    content: "";
    display: none;
    opacity: 0;
    background: radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.28), transparent 46%);
    transition: opacity 0.24s ease;
}

.action-btn span {
    position: relative;
}

.action-btn i {
    font-size: 22px;
    animation: none;
}

.action-btn--logistics::before {
    background: linear-gradient(96deg, rgba(0, 184, 232, 0.34), rgba(0, 225, 255, 0.14));
}

.action-btn--it::before {
    background: linear-gradient(96deg, rgba(255, 210, 74, 0.32), rgba(185, 255, 160, 0.12));
}

.action-btn--ai::before {
    background: linear-gradient(96deg, rgba(157, 255, 207, 0.36), rgba(92, 222, 255, 0.13));
}

.action-btn:hover,
.action-btn:focus-visible {
    --ty: -4px;
    box-shadow:
        0 30px 60px rgba(3, 10, 25, 0.5),
        0 0 42px rgba(126, 228, 255, 0.22);
    border-color: rgba(236, 247, 255, 0.78);
    outline: none;
}

.action-btn:hover::before,
.action-btn:focus-visible::before {
    transform: translateX(0);
}

.action-btn:hover::after,
.action-btn:focus-visible::after {
    opacity: 1;
}

.action-btn:active {
    --ty: -1px;
}

.ticker {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 8px;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #fff 12%, #fff 88%, transparent);
}

.ticker-track {
    display: inline-flex;
    gap: 32px;
    white-space: nowrap;
    color: rgba(220, 242, 255, 0.68);
    font-size: 13px;
    text-transform: uppercase;
    animation: none;
}

@media (max-width: 980px) {
    body {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .landing {
        min-height: 100dvh;
        justify-content: flex-start;
        width: min(1060px, calc(100% - 34px));
        padding: 70px 0 40px;
    }

    .landing::before {
        top: 18%;
        left: -20%;
        width: 120%;
        height: 56vh;
    }

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

    .ticker {
        margin-bottom: 20px;
    }
}

@media (max-width: 760px) {
    body {
        background:
            radial-gradient(circle at 28% 16%, rgba(0, 196, 255, 0.18), transparent 34%),
            radial-gradient(circle at 76% 76%, rgba(255, 210, 74, 0.1), transparent 34%),
            linear-gradient(135deg, #031423 0%, #06243a 48%, #071a2c 100%);
    }

    .fx-canvas {
        opacity: 0.86;
    }

    .scanline,
    .scene-glow,
    .motion-shell {
        display: none;
    }

    .landing {
        width: min(100% - 28px, 680px);
        min-height: 100svh;
        padding: 44px 0 30px;
        gap: 8px;
    }

    .landing::before {
        top: 14%;
        left: -10%;
        width: 112%;
        height: 48vh;
        filter: blur(8px);
        opacity: 0.5;
    }

    .landing-chrome {
        display: none;
    }

    .brand-logo-wrap {
        width: min(210px, 58vw);
    }

    .brand-logo-wrap::after,
    .kicker-dot,
    .action-btn i {
        animation: none;
    }

    .brand-logo-wrap::after {
        filter: blur(12px);
        opacity: 0.42;
    }

    .brand-logo {
        width: min(210px, 58vw);
        filter: drop-shadow(0 8px 18px rgba(2, 8, 18, 0.34));
    }

    .title-main {
        font-size: clamp(42px, 15vw, 68px);
        text-shadow: 0 10px 22px rgba(3, 7, 17, 0.56);
    }

    .title-dynamic {
        font-size: clamp(24px, 8.4vw, 38px);
        text-shadow: none;
    }

    .lead {
        font-size: clamp(18px, 5.4vw, 23px);
        line-height: 1.22;
    }

    .lead-alt {
        font-size: clamp(15px, 4.6vw, 18px);
    }

    .pulse-tags {
        gap: 8px;
        margin-bottom: 6px;
    }

    .pulse-tags span {
        padding: 5px 10px;
        background: rgba(3, 18, 39, 0.48);
    }

    .action-row {
        gap: 10px;
    }

    .action-btn {
        min-height: 58px;
        padding: 13px 14px;
        font-size: clamp(16px, 5vw, 19px);
        box-shadow: 0 12px 28px rgba(3, 10, 25, 0.28);
        transform: none;
        transition: none;
    }

    .action-btn:hover,
    .action-btn:focus-visible {
        box-shadow: 0 12px 28px rgba(3, 10, 25, 0.28);
    }
}

@keyframes drift {
    0% {
        transform: translate3d(-3%, -2%, 0) scale(1);
    }
    100% {
        transform: translate3d(3%, 2%, 0) scale(1.08);
    }
}

@keyframes grid-drive {
    0% {
        transform: translate3d(0, 0, 0) rotate(-14deg);
    }
    100% {
        transform: translate3d(86px, 108px, 0) rotate(-14deg);
    }
}

@keyframes grid-drive-reverse {
    0% {
        transform: translate3d(0, 0, 0) rotate(9deg);
    }
    100% {
        transform: translate3d(-142px, 72px, 0) rotate(9deg);
    }
}

@keyframes landing-arrive {
    0% {
        opacity: 0;
        transform: translate3d(0, 18px, 0) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes logo-enter {
    0% {
        opacity: 0;
        transform: translate3d(-14px, 18px, 0);
    }
    32% {
        opacity: 0.34;
        transform: translate3d(-9px, 12px, 0);
    }
    72% {
        opacity: 0.9;
        transform: translate3d(-2px, 3px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes content-enter-left {
    0% {
        opacity: 0;
        transform: translate3d(-10px, 10px, 0);
    }
    34% {
        opacity: 0.32;
        transform: translate3d(-7px, 7px, 0);
    }
    74% {
        opacity: 0.9;
        transform: translate3d(-1px, 2px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes title-enter {
    0% {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
    }
    32% {
        opacity: 0.28;
        transform: translate3d(0, 15px, 0);
    }
    74% {
        opacity: 0.9;
        transform: translate3d(0, 4px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes content-enter-up {
    0% {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }
    34% {
        opacity: 0.3;
        transform: translate3d(0, 10px, 0);
    }
    74% {
        opacity: 0.88;
        transform: translate3d(0, 2px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes buttons-enter {
    0% {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }
    34% {
        opacity: 0.32;
        transform: translate3d(0, 12px, 0);
    }
    74% {
        opacity: 0.9;
        transform: translate3d(0, 3px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ring-orbit-one {
    0% {
        transform: rotateX(62deg) rotateZ(-12deg) translate3d(0, 0, 0);
    }
    50% {
        opacity: 0.98;
        transform: rotateX(62deg) rotateZ(168deg) translate3d(-28px, 18px, 0);
    }
    100% {
        transform: rotateX(62deg) rotateZ(348deg) translate3d(0, 0, 0);
    }
}

@keyframes ring-orbit-two {
    0% {
        transform: rotateX(64deg) rotateZ(18deg) translate3d(0, 0, 0);
    }
    50% {
        opacity: 0.86;
        transform: rotateX(64deg) rotateZ(-162deg) translate3d(34px, -18px, 0);
    }
    100% {
        transform: rotateX(64deg) rotateZ(-342deg) translate3d(0, 0, 0);
    }
}

@keyframes ring-orbit-three {
    0% {
        transform: rotateX(66deg) rotateZ(44deg) scale(1);
    }
    50% {
        transform: rotateX(66deg) rotateZ(224deg) scale(1.08);
    }
    100% {
        transform: rotateX(66deg) rotateZ(404deg) scale(1);
    }
}

@keyframes ring-orbit-four {
    0% {
        transform: rotateX(68deg) rotateZ(-28deg) scale(0.92);
    }
    50% {
        opacity: 0.88;
        transform: rotateX(68deg) rotateZ(152deg) scale(1.12);
    }
    100% {
        transform: rotateX(68deg) rotateZ(332deg) scale(0.92);
    }
}

@keyframes beam-run {
    0% {
        opacity: 0;
        transform: translate3d(-20vw, 0, 0) rotate(-16deg);
    }
    18% {
        opacity: 0.95;
    }
    62% {
        opacity: 0.64;
    }
    100% {
        opacity: 0;
        transform: translate3d(136vw, -18vh, 0) rotate(-16deg);
    }
}

@keyframes ribbon-flight {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(-18deg) scaleX(0.56);
    }
    12% {
        opacity: 1;
    }
    54% {
        opacity: 0.9;
        transform: translate3d(92vw, -20vh, 0) rotate(-18deg) scaleX(1.08);
    }
    100% {
        opacity: 0;
        transform: translate3d(132vw, -32vh, 0) rotate(-18deg) scaleX(0.82);
    }
}

@keyframes panel-drift {
    0%,
    100% {
        opacity: 0.15;
        transform: translate3d(0, 0, 0) skewX(-12deg);
    }
    50% {
        opacity: 0.42;
        transform: translate3d(-22px, -14px, 0) skewX(-12deg);
    }
}

@keyframes signal-wave {
    0% {
        opacity: 0;
        transform: scale(0.28);
    }
    18% {
        opacity: 0.58;
    }
    100% {
        opacity: 0;
        transform: scale(1.42);
    }
}

@keyframes equalizer-bar {
    0%,
    100% {
        height: 18px;
        opacity: 0.42;
    }
    50% {
        height: 86px;
        opacity: 0.95;
    }
}

@keyframes hub-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-18px, 14px, 0) scale(1.04);
    }
}

@keyframes hub-core-pulse {
    0%,
    100% {
        transform: scale(0.86);
        opacity: 0.76;
    }
    50% {
        transform: scale(1.15);
        opacity: 1;
    }
}

@keyframes hub-spin {
    0% {
        transform: rotate(0deg) rotateX(58deg);
    }
    100% {
        transform: rotate(360deg) rotateX(58deg);
    }
}

@keyframes data-fall {
    0% {
        opacity: 0;
        transform: translateY(-15vh);
    }
    14% {
        opacity: 0.82;
    }
    100% {
        opacity: 0;
        transform: translateY(138vh);
    }
}

@keyframes logo-aura {
    0%,
    100% {
        opacity: 0.56;
        transform: scale(0.96);
    }
    50% {
        opacity: 0.95;
        transform: scale(1.08);
    }
}

@keyframes scan {
    0% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(20%);
    }
}

@keyframes system-node-pulse {
    0%,
    100% {
        opacity: 0.62;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.28);
    }
}

@keyframes system-core-pulse {
    0%,
    100% {
        transform: scale(0.94);
        box-shadow:
            0 0 22px rgba(157, 255, 207, 0.58),
            0 0 54px rgba(0, 184, 232, 0.26);
    }
    50% {
        transform: scale(1.08);
        box-shadow:
            0 0 38px rgba(157, 255, 207, 0.88),
            0 0 86px rgba(0, 184, 232, 0.42);
    }
}

@keyframes system-link-flow {
    0% {
        background-position: 220% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes packet-logistics {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
    15%,
    82% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(194px, 116px, 0);
    }
}

@keyframes packet-it {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
    15%,
    82% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(126px, -136px, 0);
    }
}

@keyframes packet-ai {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
    15%,
    82% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(126px, 104px, 0);
    }
}

@keyframes packet-ops {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
    15%,
    82% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(186px, -72px, 0);
    }
}

@keyframes logo-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes dot-pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.88;
    }
    50% {
        transform: scale(1.16);
        opacity: 1;
    }
}

@keyframes title-shimmer {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 210% 50%;
    }
}

@keyframes dynamic-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 240% 50%;
    }
}

@keyframes title-line {
    0%,
    100% {
        opacity: 0.36;
        transform: translateX(0) scaleX(0.82);
    }
    50% {
        opacity: 1;
        transform: translateX(36px) scaleX(1.1);
    }
}

@keyframes word-glow {
    0%,
    100% {
        text-shadow: 0 0 18px rgba(0, 193, 255, 0.45);
    }
    50% {
        text-shadow: 0 0 28px rgba(0, 193, 255, 0.68);
    }
}

@keyframes lead-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

@keyframes tag-pulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 0 0 rgba(0, 194, 255, 0);
    }
    50% {
        transform: translateY(-2px);
        box-shadow: 0 0 22px rgba(0, 194, 255, 0.24);
    }
}

@keyframes button-glow {
    0%,
    100% {
        border-color: rgba(162, 217, 255, 0.33);
        box-shadow: 0 22px 52px rgba(3, 10, 25, 0.34);
    }
    50% {
        border-color: rgba(236, 247, 255, 0.68);
        box-shadow:
            0 28px 62px rgba(3, 10, 25, 0.46),
            0 0 28px rgba(0, 194, 255, 0.16);
    }
}

@keyframes button-sweep {
    0% {
        transform: translateX(-110%);
    }
    42% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(112%);
    }
}

@keyframes button-pulse {
    0%,
    100% {
        opacity: 0.12;
    }
    50% {
        opacity: 0.34;
    }
}

@keyframes icon-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

@keyframes icon-pop {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.22);
    }
}

@keyframes ticker-move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
