/* AeroSetu product-neutral landing.
   The fixed WebGL nexus is intentionally visible through every section: the page
   reads as one continuous airspace rather than stacked marketing panels. */

[data-product="platform"] .landing-shell {
    --platform-blue: #4aa8ff;
    --platform-blue-strong: #167fe2;
    --platform-teal: #45dfc6;
    --platform-teal-strong: #13a995;
    --platform-ice: #dff7ff;
    --platform-grid: rgba(112, 190, 225, 0.12);
    background: #02070d;
}

[data-product="platform"] .landing-backdrop {
    background:
        radial-gradient(ellipse 74% 58% at 70% 25%, rgba(19, 169, 149, 0.13), transparent 68%),
        radial-gradient(ellipse 72% 72% at 14% 8%, rgba(22, 127, 226, 0.2), transparent 64%),
        linear-gradient(180deg, #020912 0%, #02070d 68%, #01050a 100%);
}

[data-product="platform"] .landing-backdrop-fade {
    background:
        linear-gradient(90deg, rgba(2, 7, 13, 0.74) 0%, rgba(2, 7, 13, 0.28) 43%, transparent 72%),
        linear-gradient(180deg, transparent 52%, rgba(2, 7, 13, 0.72) 100%);
}

.platform-main {
    position: relative;
    z-index: 1;
    overflow: clip;
}

/* Navigation ------------------------------------------------------------- */

.platform-nav {
    border-bottom-color: rgba(131, 207, 235, 0.12);
    background: rgba(2, 8, 14, 0.74);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px) saturate(125%);
}

.platform-nav .landing-nav-inner {
    min-height: 72px;
}

.platform-brand > img {
    width: 46px;
    height: 46px;
    filter: drop-shadow(0 0 22px rgba(69, 216, 196, 0.24));
}

.platform-brand strong {
    font-size: 0.98rem;
    letter-spacing: -0.01em;
}

.platform-brand small {
    color: #7691a8;
    letter-spacing: 0.19em;
}

.platform-nav-status {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #81a1b7;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.platform-nav-status > span,
.platform-console-head i,
.platform-airbridge-head i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--platform-teal);
    box-shadow: 0 0 0 4px rgba(69, 223, 198, 0.1), 0 0 16px var(--platform-teal);
    animation: platform-signal-pulse 2.2s ease-in-out infinite;
}

@keyframes platform-signal-pulse {
    50% { opacity: 0.45; transform: scale(0.76); }
}

/* Hero ------------------------------------------------------------------- */

.platform-hero {
    position: relative;
    display: grid;
    align-content: center;
    min-height: min(94vh, 920px);
    padding: clamp(5.2rem, 10vh, 8rem) 0 clamp(7.6rem, 14vh, 10rem);
    isolation: isolate;
}

.platform-hero::before {
    left: max(1.2rem, calc(50% - 620px));
    top: 6%;
    bottom: 10%;
    opacity: 0.45;
    background: linear-gradient(transparent, var(--platform-blue), transparent);
}

.platform-hero::after {
    right: max(1.2rem, calc(50% - 620px));
    top: 6%;
    bottom: 10%;
    opacity: 0.38;
    background: linear-gradient(transparent, var(--platform-teal), transparent);
}

.platform-hero-inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    width: 100%;
}

.platform-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 48rem;
    padding-block: 1rem;
}

.platform-hero h1 {
    max-width: 8.5ch;
    margin: 0 0 1.05rem;
    font-size: clamp(3.1rem, 6.4vw, 6.5rem);
    line-height: 0.88;
    letter-spacing: -0.068em;
}

.platform-hero h1 span {
    display: block;
    padding-bottom: 0.08em;
    background: linear-gradient(95deg, #84c8ff 2%, #e7f8ff 48%, #67ead4 98%);
    background-clip: text;
    -webkit-background-clip: text;
}

.platform-hero-statement {
    max-width: 30ch;
    margin-bottom: 1.05rem !important;
    color: #e8f4fb;
    font-size: clamp(1.2rem, 2vw, 1.75rem);
    line-height: 1.3;
}

.platform-hero-lede {
    max-width: 41rem;
    margin-bottom: 1.75rem;
    color: #a7bfd1;
    font-size: clamp(0.98rem, 1.35vw, 1.12rem);
    line-height: 1.72;
}

.platform-hero-facts {
    display: flex;
    align-items: stretch;
    margin-top: clamp(1.8rem, 4vh, 3rem);
    border-top: 1px solid rgba(116, 191, 222, 0.16);
    border-bottom: 1px solid rgba(116, 191, 222, 0.12);
}

.platform-hero-facts > span {
    display: grid;
    flex: 1 1 0;
    gap: 0.15rem;
    padding: 0.9rem clamp(0.65rem, 1.6vw, 1.2rem);
    border-right: 1px solid rgba(116, 191, 222, 0.12);
}

.platform-hero-facts > span:first-child { padding-left: 0; }
.platform-hero-facts > span:last-child { border-right: 0; }

.platform-hero-facts strong {
    color: var(--platform-ice);
    font-family: var(--font-display, "Sora", sans-serif);
    font-size: 1.15rem;
    letter-spacing: -0.03em;
}

.platform-hero-facts small {
    color: #668399;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Airspace console ------------------------------------------------------- */

.platform-airspace-console {
    position: relative;
    z-index: 2;
    align-self: center;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(138, 211, 237, 0.22);
    border-radius: 4px 28px 4px 28px;
    background: rgba(2, 12, 20, 0.56);
    box-shadow: 0 38px 100px rgba(0, 0, 0, 0.38), inset 0 0 70px rgba(26, 130, 180, 0.05);
    backdrop-filter: blur(7px);
    transform: perspective(1200px) rotateY(-3deg) translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
}

.platform-airspace-console::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0 49%, rgba(105, 217, 238, 0.06) 50%, transparent 51%);
    background-size: 100% 7px;
    opacity: 0.28;
}

.platform-console-head,
.platform-console-foot,
.platform-airbridge-head,
.platform-airbridge-foot {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.72rem 0.9rem;
    background: rgba(2, 10, 17, 0.72);
    color: #7f9eb3;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.platform-console-head {
    border-bottom: 1px solid rgba(138, 211, 237, 0.16);
}

.platform-console-head > span,
.platform-airbridge-head > span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #b9d7e5;
}

.platform-radar {
    position: relative;
    min-height: clamp(380px, 35vw, 500px);
    overflow: hidden;
    background:
        linear-gradient(rgba(99, 187, 220, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 187, 220, 0.055) 1px, transparent 1px),
        radial-gradient(circle at 56% 51%, rgba(36, 147, 171, 0.13), transparent 46%);
    background-size: 42px 42px, 42px 42px, 100% 100%;
}

.platform-radar::before {
    content: "AIRSPACE / OPERATIONAL OVERLAY";
    position: absolute;
    top: 0.8rem;
    left: 0.9rem;
    color: rgba(141, 204, 224, 0.35);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.platform-radar-ring {
    position: absolute;
    left: 56%;
    top: 51%;
    aspect-ratio: 1;
    border: 1px solid rgba(92, 205, 220, 0.16);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.platform-radar-ring.ring-one { width: 74%; }
.platform-radar-ring.ring-two { width: 44%; }

.platform-radar-sweep {
    position: absolute;
    left: 56%;
    top: 51%;
    width: 38%;
    aspect-ratio: 1;
    border-radius: 100% 0 0;
    opacity: 0.55;
    background: conic-gradient(from 258deg, transparent 0deg, rgba(77, 229, 203, 0.02) 34deg, rgba(77, 229, 203, 0.28) 47deg, transparent 50deg);
    transform-origin: 0 0;
    animation: platform-radar-sweep 7s linear infinite;
}

@keyframes platform-radar-sweep {
    to { transform: rotate(360deg); }
}

.platform-radar-crosshair {
    position: absolute;
    left: 56%;
    top: 51%;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(205, 247, 255, 0.68);
    border-radius: 50%;
    box-shadow: 0 0 28px rgba(69, 223, 198, 0.9);
    transform: translate(-50%, -50%);
}

.platform-radar-crosshair::before,
.platform-radar-crosshair::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(139, 218, 234, 0.24);
    transform: translate(-50%, -50%);
}

.platform-radar-crosshair::before { width: 270px; height: 1px; }
.platform-radar-crosshair::after { width: 1px; height: 270px; }

.platform-route-map {
    position: absolute;
    inset: 5% 3%;
    width: 94%;
    height: 90%;
    overflow: visible;
}

.platform-route-map .route {
    fill: none;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-dasharray: 5 11;
    animation: platform-route-flow 3.4s linear infinite;
}

.platform-route-map .route-camfly { stroke: rgba(74, 168, 255, 0.74); }
.platform-route-map .route-storetrek { stroke: rgba(69, 223, 198, 0.68); animation-direction: reverse; }
.platform-route-map .route-shared { stroke: rgba(206, 245, 255, 0.28); animation-duration: 5s; }
.platform-route-map circle { fill: #d8f7ff; filter: drop-shadow(0 0 5px #55d7ed); }

@keyframes platform-route-flow {
    to { stroke-dashoffset: -64; }
}

.platform-radar-node,
.platform-radar-core,
.platform-track {
    position: absolute;
    z-index: 3;
}

.platform-radar-node {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    min-width: 142px;
    padding: 0.46rem 0.55rem;
    border: 1px solid currentColor;
    background: rgba(2, 12, 20, 0.82);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(10px);
}

.platform-radar-node img {
    grid-row: 1 / span 2;
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
}

.platform-radar-node b {
    color: #eefaff;
    font-family: var(--font-display, "Sora", sans-serif);
    font-size: 0.7rem;
}

.platform-radar-node small {
    color: #7494aa;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.platform-radar-node.node-camfly {
    left: 5%;
    top: 54%;
    color: rgba(74, 168, 255, 0.64);
}

.platform-radar-node.node-storetrek {
    right: 4%;
    bottom: 13%;
    color: rgba(69, 223, 198, 0.64);
}

.platform-radar-core {
    left: 56%;
    top: 51%;
    display: grid;
    place-items: center;
    gap: 0.15rem;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(191, 235, 246, 0.24);
    border-radius: 50%;
    background: rgba(2, 13, 21, 0.88);
    box-shadow: 0 0 52px rgba(62, 207, 211, 0.24);
    transform: translate(-50%, -50%);
}

.platform-radar-core img { width: 40px; height: 40px; }
.platform-radar-core small {
    color: #85a6b9;
    font-size: 0.45rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.platform-track {
    padding: 0.3rem 0.4rem;
    border-left: 2px solid currentColor;
    background: rgba(1, 8, 14, 0.64);
    color: #75baff;
    font-family: "Consolas", monospace;
    font-size: 0.52rem;
    letter-spacing: 0.06em;
}

.platform-track b { color: #d7f3ff; font-weight: 500; }
.platform-track.track-one { right: 13%; top: 12%; }
.platform-track.track-two { left: 20%; top: 22%; color: #67e8d3; }

.platform-aircraft {
    position: absolute;
    z-index: 3;
    color: #dff8ff;
    font-size: 0.9rem;
    filter: drop-shadow(0 0 8px #68d7f2);
}

.platform-aircraft.aircraft-one {
    offset-path: path("M 40 305 C 154 270 190 112 330 138 S448 226 522 74");
    animation: platform-aircraft-track 12s linear infinite;
}

.platform-aircraft.aircraft-two {
    offset-path: path("M 28 110 C160 160 190 330 348 286 S458 216 538 340");
    animation: platform-aircraft-track 14s -6s linear infinite reverse;
}

@keyframes platform-aircraft-track {
    from { offset-distance: 0%; }
    to { offset-distance: 100%; }
}

.platform-console-foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    border-top: 1px solid rgba(138, 211, 237, 0.16);
}

.platform-console-foot > span {
    display: grid;
    gap: 0.14rem;
    padding: 0.72rem 0.85rem;
    border-right: 1px solid rgba(138, 211, 237, 0.12);
}

.platform-console-foot > span:last-child { border-right: 0; }
.platform-console-foot small { color: #5d788b; font-size: 0.5rem; }
.platform-console-foot strong { color: #c8ecf4; font-size: 0.68rem; }

.platform-flight-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 3vw, 3rem);
    padding: 0.75rem 1rem;
    overflow: hidden;
    border-top: 1px solid rgba(116, 191, 222, 0.13);
    border-bottom: 1px solid rgba(116, 191, 222, 0.1);
    background: rgba(1, 8, 14, 0.54);
    color: #637f92;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    white-space: nowrap;
}

.platform-flight-strip i {
    width: 54px;
    height: 1px;
    background: linear-gradient(90deg, var(--platform-blue), var(--platform-teal));
    box-shadow: 0 0 10px rgba(69, 223, 198, 0.4);
}

.platform-scroll-cue { bottom: 1.25rem; }

/* Product flight decks --------------------------------------------------- */

.platform-products {
    position: relative;
    padding-block: clamp(6rem, 11vw, 10rem);
    border-top-color: rgba(121, 197, 225, 0.14);
    background: linear-gradient(180deg, rgba(2, 8, 14, 0.72), rgba(2, 9, 15, 0.88));
    backdrop-filter: blur(3px);
}

.platform-products::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 49.95%, rgba(128, 206, 230, 0.09) 50%, transparent 50.05%),
        radial-gradient(ellipse 42% 34% at 24% 38%, rgba(31, 111, 235, 0.09), transparent 70%),
        radial-gradient(ellipse 42% 34% at 76% 62%, rgba(15, 159, 145, 0.08), transparent 70%);
}

.platform-section-head {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.platform-section-head h2 {
    max-width: 14ch;
    font-size: clamp(2.4rem, 4.9vw, 4.4rem);
    line-height: 1.03;
}

.platform-product-grid {
    position: relative;
    z-index: 1;
    gap: clamp(1.1rem, 2.5vw, 2rem);
}

.platform-product-card {
    min-height: 570px;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    border-radius: 3px 30px 3px 30px;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--product-accent) 12%, transparent), transparent 38%),
        rgba(3, 14, 23, 0.76);
    backdrop-filter: blur(12px);
    transition: border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.platform-product-card:hover {
    border-color: color-mix(in srgb, var(--product-accent) 68%, transparent);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34), inset 0 0 60px color-mix(in srgb, var(--product-accent) 5%, transparent);
    transform: translateY(-5px);
}

.platform-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.36;
    background:
        linear-gradient(color-mix(in srgb, var(--product-accent) 16%, transparent) 1px, transparent 1px),
        linear-gradient(90deg, color-mix(in srgb, var(--product-accent) 16%, transparent) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(135deg, black, transparent 56%);
}

.platform-product-card::after {
    right: -18%;
    bottom: -25%;
    width: 72%;
    box-shadow: 0 0 0 38px color-mix(in srgb, var(--product-accent) 4%, transparent),
                0 0 0 76px color-mix(in srgb, var(--product-accent) 2.5%, transparent);
}

.platform-product-route {
    position: absolute;
    right: -5%;
    top: 23%;
    width: 54%;
    height: 110px;
    overflow: hidden;
    border-top: 1px dashed color-mix(in srgb, var(--product-accent) 40%, transparent);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.platform-product-route span {
    position: absolute;
    top: -9px;
    color: var(--product-accent);
    filter: drop-shadow(0 0 8px var(--product-accent));
    animation: platform-card-flight 7s linear infinite;
}

.platform-product-card.is-storetrek .platform-product-route span {
    animation-delay: -3.5s;
}

@keyframes platform-card-flight {
    from { left: -5%; transform: rotate(9deg); }
    to { left: 105%; transform: rotate(9deg); }
}

.platform-product-head { position: relative; z-index: 2; }

.platform-product-logo {
    width: clamp(170px, 17vw, 215px);
    height: 58px;
    place-items: center start;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.platform-product-logo img {
    width: 100%;
    height: auto;
    max-height: 58px;
    object-position: left center;
}

.platform-product-head > div:nth-child(2) {
    position: absolute;
    left: 0;
    top: 4.7rem;
}

.platform-product-kicker { margin-bottom: 0 !important; }
.platform-product-card h3 { display: none; }

.platform-product-index {
    padding: 0.35rem 0.45rem;
    border: 1px solid color-mix(in srgb, var(--product-accent) 30%, transparent);
    color: color-mix(in srgb, var(--product-accent) 75%, white);
    font-size: 0.56rem;
}

.platform-product-position {
    position: relative;
    z-index: 1;
    margin-top: 2.5rem;
    max-width: 34rem;
    font-size: 1.06rem;
}

.platform-product-signal {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    margin: 0 0 1.4rem !important;
    padding: 0.42rem 0.58rem;
    border: 1px solid color-mix(in srgb, var(--product-accent) 30%, transparent);
    background: color-mix(in srgb, var(--product-accent) 6%, rgba(2, 10, 17, 0.8));
    color: color-mix(in srgb, var(--product-accent) 74%, white);
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.platform-product-signal span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--product-accent);
    box-shadow: 0 0 10px var(--product-accent);
}

.platform-product-card ul { position: relative; z-index: 1; }

/* Airbridge -------------------------------------------------------------- */

.platform-together {
    position: relative;
    padding-block: clamp(6rem, 12vw, 11rem);
    border-top-color: rgba(121, 197, 225, 0.13);
    background: rgba(1, 7, 12, 0.72);
    backdrop-filter: blur(3px);
}

.platform-together::before,
.platform-together::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.platform-together::before {
    inset: 0;
    background: linear-gradient(115deg, rgba(31, 111, 235, 0.08), transparent 42%, rgba(15, 159, 145, 0.08));
}

.platform-together::after {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(transparent, rgba(138, 217, 235, 0.2), transparent);
}

.platform-together-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(260px, 0.68fr) minmax(600px, 1.32fr);
    gap: clamp(2.5rem, 5vw, 5.5rem);
}

.platform-together-copy h2 {
    max-width: 12ch;
    margin-bottom: 1.4rem;
    font-size: clamp(2.3rem, 4.6vw, 4.1rem);
    line-height: 1.02;
}

.platform-together-copy .landing-lede {
    max-width: 37rem;
    color: #96afc1;
}

.platform-airbridge {
    overflow: hidden;
    border: 1px solid rgba(138, 211, 237, 0.2);
    border-radius: 4px 26px 4px 26px;
    background: rgba(2, 13, 21, 0.76);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
}

.platform-airbridge-head { border-bottom: 1px solid rgba(138, 211, 237, 0.13); }
.platform-airbridge-route {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 0.45rem;
    padding: clamp(1.4rem, 3vw, 2.4rem) clamp(1rem, 2vw, 1.8rem);
    background:
        linear-gradient(rgba(99, 187, 220, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 187, 220, 0.045) 1px, transparent 1px);
    background-size: 32px 32px;
}

.airbridge-step {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 0.28rem;
    min-width: 0;
    text-align: center;
}

.airbridge-step > b {
    position: absolute;
    top: -0.8rem;
    right: 0;
    color: #526f83;
    font-size: 0.48rem;
    letter-spacing: 0.1em;
}

.airbridge-step img,
.airbridge-release-mark {
    width: 54px;
    height: 54px;
    margin-bottom: 0.3rem;
}

.airbridge-release-mark {
    display: grid;
    place-items: center;
    border: 1px solid rgba(83, 224, 191, 0.55);
    border-radius: 15px;
    background: rgba(21, 128, 99, 0.2);
    color: #75f0ce;
    font-size: 1.5rem;
    box-shadow: inset 0 0 24px rgba(48, 207, 165, 0.08);
}

.airbridge-step strong {
    color: #e7f6fb;
    font-family: var(--font-display, "Sora", sans-serif);
    font-size: 0.72rem;
}

.airbridge-step small {
    color: #68869a;
    font-size: 0.5rem;
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase;
}

.airbridge-link {
    position: relative;
    width: clamp(24px, 4vw, 56px);
    height: 1px;
    overflow: visible;
    background: linear-gradient(90deg, #318fe6, #42dac2);
}

.airbridge-link i {
    position: absolute;
    top: -3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d9f9ff;
    box-shadow: 0 0 12px #5ce6da;
    animation: platform-airbridge-packet 2.4s linear infinite;
}

.airbridge-link:nth-of-type(2) i { animation-delay: -0.8s; }
.airbridge-link:nth-of-type(3) i { animation-delay: -1.6s; }

@keyframes platform-airbridge-packet {
    from { left: 0; }
    to { left: calc(100% - 7px); }
}

.platform-airbridge-foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 0;
    border-top: 1px solid rgba(138, 211, 237, 0.12);
}

.platform-airbridge-foot span {
    padding: 0.7rem 0.75rem;
    border-right: 1px solid rgba(138, 211, 237, 0.1);
    color: #708da0;
    text-align: center;
}

.platform-airbridge-foot span:last-child { border-right: 0; }

/* Contact and footer remain in the same airspace ------------------------- */

.platform-main .landing-contact {
    border-top: 1px solid rgba(121, 197, 225, 0.13);
    background: linear-gradient(180deg, rgba(2, 8, 14, 0.84), rgba(1, 6, 11, 0.94));
}

.platform-main .landing-contact-card {
    border-color: rgba(127, 203, 229, 0.2);
    background: rgba(3, 14, 23, 0.78);
    backdrop-filter: blur(14px);
}

.platform-footer {
    position: relative;
    z-index: 2;
    border-top-color: rgba(121, 197, 225, 0.13);
    background: rgba(1, 5, 9, 0.96);
}

/* Responsive ------------------------------------------------------------- */

@media (max-width: 1080px) {
    .platform-hero-inner {
        grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    }

    .platform-together-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .platform-together-copy h2 { max-width: 16ch; }
}

@media (max-width: 900px) {
    .platform-nav-status { display: none; }

    .platform-hero {
        min-height: auto;
        padding-top: 5.5rem;
    }

    .platform-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .platform-hero-copy { max-width: 46rem; }
    .platform-hero h1 { max-width: 9ch; }

    .platform-airspace-console {
        width: min(100%, 680px);
        justify-self: center;
        transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
    }

    .platform-flight-strip { position: relative; bottom: auto; margin-top: 3rem; }
    .platform-scroll-cue { display: none; }

    .platform-product-grid { grid-template-columns: minmax(0, 1fr); }
    .platform-product-card { min-height: 530px; }
}

@media (max-width: 680px) {
    .platform-nav .landing-nav-links { display: none; }
    .platform-hero { padding-top: 4rem; padding-bottom: 4rem; }
    .platform-hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
    .platform-hero-statement { font-size: 1.15rem; }

    .platform-hero-facts small { letter-spacing: 0.04em; }

    .platform-airspace-console { border-radius: 3px 20px 3px 20px; }
    .platform-radar { min-height: 360px; }
    .platform-track { display: none; }
    .platform-radar-node { min-width: 118px; }
    .platform-radar-node.node-camfly { left: 3%; }
    .platform-radar-node.node-storetrek { right: 2%; }

    .platform-flight-strip {
        justify-content: flex-start;
        overflow: hidden;
    }

    .platform-flight-strip span:nth-of-type(2),
    .platform-flight-strip i:nth-of-type(2) { display: none; }

    .platform-product-card { min-height: auto; }
    .platform-product-head { grid-template-columns: 1fr auto; }
    .platform-product-logo { width: min(190px, 66vw); }

    .platform-airbridge-route {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .airbridge-link {
        justify-self: center;
        width: 1px;
        height: 30px;
        background: linear-gradient(#318fe6, #42dac2);
    }

    .airbridge-link i {
        left: -3px;
        animation-name: platform-airbridge-packet-vertical;
    }

    @keyframes platform-airbridge-packet-vertical {
        from { top: 0; }
        to { top: calc(100% - 7px); }
    }

    .airbridge-step > b { right: calc(50% + 42px); }
    .platform-airbridge-foot { grid-template-columns: 1fr; }
    .platform-airbridge-foot span { border-right: 0; border-bottom: 1px solid rgba(138, 211, 237, 0.1); }
}

@media (max-width: 440px) {
    .platform-brand > img { width: 38px; height: 38px; }
    .platform-brand strong { font-size: 0.78rem; }
    .platform-brand small { display: none; }

    .platform-hero-facts { flex-wrap: wrap; }
    .platform-hero-facts > span { min-width: 50%; }
    .platform-hero-facts > span:last-child { border-top: 1px solid rgba(116, 191, 222, 0.12); }

    .platform-radar { min-height: 320px; }
    .platform-radar-core { width: 62px; height: 62px; }
    .platform-radar-core img { width: 32px; height: 32px; }
    .platform-radar-node { min-width: 106px; padding: 0.38rem; }
    .platform-radar-node img { width: 25px; height: 25px; }
    .platform-radar-node small { display: none; }
    .platform-console-head small { display: none; }
    .platform-console-foot > span { padding-inline: 0.45rem; }
    .platform-console-foot strong { font-size: 0.58rem; }
}

@media (prefers-reduced-motion: reduce) {
    .platform-radar-sweep,
    .platform-route-map .route,
    .platform-aircraft,
    .platform-product-route span,
    .airbridge-link i,
    .platform-nav-status > span,
    .platform-console-head i,
    .platform-airbridge-head i {
        animation: none !important;
    }

    .platform-product-card { transition: none; }
}

@media (forced-colors: active) {
    .platform-airspace-console,
    .platform-airbridge,
    .platform-product-card {
        border-color: CanvasText;
    }
}
