﻿/* ============================================================
   JENRIX — SYSTEMS ARCHITECTURE FRAMEWORK V4
   COMPLETE PAGE CSS
   Save as:
   wwwroot/css/pages/systems-architecture-framework.css
   ============================================================ */

.jxa-main {
    --jxa-bg: #050706;
    --jxa-bg2: #080b09;
    --jxa-panel: #090d0a;
    --jxa-panel2: #0b100c;
    --jxa-lime: #a8ff16;
    --jxa-text: #eef2ee;
    --jxa-soft: #c8cec9;
    --jxa-muted: #858e86;
    --jxa-dim: #626b63;
    --jxa-line: rgba(255,255,255,.085);
    --jxa-line-lime: rgba(168,255,22,.18);
    background: var(--jxa-bg);
    color: var(--jxa-text);
}

    .jxa-main *,
    .jxa-main *::before,
    .jxa-main *::after {
        box-sizing: border-box;
    }

    .jxa-main img {
        max-width: 100%;
    }

    .jxa-main a {
        -webkit-tap-highlight-color: transparent;
    }

.jxa-section,
.jxa-definition,
.jxa-faq,
.jxa-related {
    position: relative;
}

.jxa-section,
.jxa-faq,
.jxa-related {
    padding: clamp(78px,8vw,126px) 0;
}

.jxa-dark {
    background: radial-gradient(circle at 84% 14%,rgba(168,255,22,.025),transparent 25%), var(--jxa-bg2);
}

/* ============================================================
   HERO
   ============================================================ */

.jxa-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(92px,8vw,132px) 0 clamp(90px,8vw,122px);
    background: radial-gradient(circle at 82% 30%,rgba(168,255,22,.06),transparent 30%), radial-gradient(circle at 8% 86%,rgba(168,255,22,.018),transparent 24%), #050706;
}

.jxa-gridbg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(168,255,22,.025) 1px,transparent 1px), linear-gradient(90deg,rgba(168,255,22,.025) 1px,transparent 1px);
    background-size: 50px 50px;
    animation: jxaHeroGrid 18s linear infinite;
}

@keyframes jxaHeroGrid {
    to {
        background-position: 50px 50px,50px 50px
    }
}

.jxa-scan {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: -8%;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg,transparent,var(--jxa-lime),transparent);
    opacity: .38;
    animation: jxaHeroScan 9s linear infinite;
}

@keyframes jxaHeroScan {
    to {
        top: 108%
    }
}

.jxa-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0,.88fr) minmax(620px,1.12fr);
    gap: clamp(48px,5vw,84px);
    align-items: center;
}

.jxa-copy {
    min-width: 0;
}

.jxa-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #9ba49c;
    font-size: 8px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .16em;
}

    .jxa-kicker i {
        width: 42px;
        height: 2px;
        flex: 0 0 auto;
        background: var(--jxa-lime);
    }

.jxa-copy h1 {
    max-width: 850px;
    margin: 24px 0 0;
    font-family: "Space Grotesk",Inter,sans-serif;
    font-size: clamp(56px,5.35vw,92px);
    line-height: .94;
    font-weight: 600;
    letter-spacing: -.064em;
}

    .jxa-copy h1 span {
        display: block;
        margin-top: 8px;
        color: var(--jxa-lime);
    }

.jxa-lead {
    max-width: 760px;
    margin: 30px 0 0;
    color: #c9d0ca;
    font-size: clamp(17px,1.24vw,20px);
    line-height: 1.57;
}

.jxa-body {
    max-width: 730px;
    margin: 16px 0 0;
    color: var(--jxa-muted);
    font-size: 13px;
    line-height: 1.72;
}

.jxa-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}

.jxa-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid transparent;
    color: #e8ece9;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .01em;
    text-decoration: none;
    transition: transform .25s ease,border-color .25s ease,background .25s ease;
}

    .jxa-btn:hover {
        transform: translateY(-3px);
    }

.jxa-btn--primary {
    background: var(--jxa-lime);
    color: #050706;
}

    .jxa-btn--primary:hover {
        background: #b7ff39;
    }

.jxa-btn--text {
    min-height: auto;
    padding: 8px 0;
    color: #e8ece9;
}

    .jxa-btn--text span {
        color: var(--jxa-lime);
    }

.jxa-signals {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 36px;
    color: #687169;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: .11em;
}

    .jxa-signals i {
        width: 5px;
        height: 5px;
        flex: 0 0 auto;
        border-radius: 50%;
        background: var(--jxa-lime);
    }

/* ============================================================
   ARCHITECTURE CONSOLE
   ============================================================ */

.jxa-console--advanced {
    position: relative;
    overflow: hidden;
    min-width: 0;
    isolation: isolate;
    background: #070a08;
    border: 1px solid rgba(168,255,22,.19);
    box-shadow: 0 32px 90px rgba(0,0,0,.28);
}

.jxa-console__head {
    min-height: 62px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--jxa-line);
    background: #080b09;
}

    .jxa-console__head small,
    .jxa-console__head strong {
        display: block;
    }

    .jxa-console__head small {
        color: #687169;
        font-size: 7px;
        letter-spacing: .12em;
    }

    .jxa-console__head strong {
        margin-top: 5px;
        color: #d9dfda;
        font-size: 11px;
    }

.jxa-live {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #8c958d;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .11em;
    white-space: nowrap;
}

    .jxa-live i {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--jxa-lime);
        box-shadow: 0 0 12px rgba(168,255,22,.78);
        animation: jxaLivePulse 1.6s ease-in-out infinite;
    }

@keyframes jxaLivePulse {
    50% {
        opacity: .3;
        transform: scale(1.35)
    }
}

.jxa-architecture-telemetry {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    background: #080b09;
    border-bottom: 1px solid var(--jxa-line);
}

    .jxa-architecture-telemetry > div {
        min-width: 0;
        padding: 10px 12px;
        border-right: 1px solid var(--jxa-line);
    }

        .jxa-architecture-telemetry > div:last-child {
            border-right: 0;
        }

    .jxa-architecture-telemetry small,
    .jxa-architecture-telemetry strong {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .jxa-architecture-telemetry small {
        color: #555e56;
        font-size: 6px;
        letter-spacing: .13em;
    }

    .jxa-architecture-telemetry strong {
        margin-top: 5px;
        color: #aab3ab;
        font-size: 7px;
        letter-spacing: .08em;
    }

.jxa-telemetry-state {
    color: var(--jxa-lime) !important;
}

.jxa-architecture-map {
    position: relative !important;
    min-height: 660px !important;
    overflow: hidden !important;
    background: radial-gradient(circle at 50% 50%,rgba(168,255,22,.026),transparent 26%), #070a08;
}

.jxa-console__grid {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0;
    background-image: linear-gradient(rgba(168,255,22,.028) 1px,transparent 1px), linear-gradient(90deg,rgba(168,255,22,.028) 1px,transparent 1px);
    background-size: 46px 46px !important;
    animation: jxaGridMove 12s linear infinite !important;
}

@keyframes jxaGridMove {
    to {
        background-position: 46px 46px,46px 46px
    }
}

.jxa-architecture-scanner {
    position: absolute !important;
    z-index: 30 !important;
    left: 0 !important;
    right: 0 !important;
    top: -90px !important;
    height: 90px !important;
    pointer-events: none;
    background: linear-gradient( 180deg, transparent 0%, rgba(168,255,22,.02) 25%, rgba(168,255,22,.13) 78%, transparent 100% ) !important;
    border-bottom: 1px solid rgba(168,255,22,.58) !important;
    box-shadow: 0 8px 32px rgba(168,255,22,.07);
    animation: jxaScanner 5.5s linear infinite !important;
}

@keyframes jxaScanner {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(820px)
    }
}

.jxa-radar {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 440px;
    height: 440px;
    transform: translate(-50%,-50%);
    pointer-events: none;
}

.jxa-radar__ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid rgba(168,255,22,.08);
    transform: translate(-50%,-50%);
}

.jxa-radar__ring--1 {
    width: 220px;
    height: 220px;
    animation: jxaRadar 4.8s ease-out infinite;
}

.jxa-radar__ring--2 {
    width: 325px;
    height: 325px;
    animation: jxaRadar 4.8s ease-out 1.6s infinite;
}

.jxa-radar__ring--3 {
    width: 430px;
    height: 430px;
    animation: jxaRadar 4.8s ease-out 3.2s infinite;
}

@keyframes jxaRadar {
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(.72)
    }

    20% {
        opacity: .55
    }

    100% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1.18)
    }
}

.jxa-lines--advanced {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.jxa-path {
    fill: none;
    stroke: rgba(168,255,22,.36) !important;
    stroke-width: 1.15 !important;
    stroke-dasharray: 8 11 !important;
    animation: jxaDash 4.5s linear infinite !important;
}

.jxa-path--secondary {
    stroke: rgba(168,255,22,.12) !important;
    animation-duration: 8s !important;
}

@keyframes jxaDash {
    to {
        stroke-dashoffset: -190
    }
}

.jxa-core--advanced {
    position: absolute;
    z-index: 8;
    left: 50%;
    top: 50%;
    width: 218px;
    height: 218px;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: visible;
    background: radial-gradient(circle,rgba(168,255,22,.105),rgba(8,13,9,.98) 65%);
    border: 1px solid rgba(168,255,22,.47);
    box-shadow: inset 0 0 45px rgba(168,255,22,.035);
    animation: jxaCoreBreath 3.8s ease-in-out infinite !important;
}

@keyframes jxaCoreBreath {
    0%,100% {
        transform: translate(-50%,-50%) scale(1)
    }

    50% {
        transform: translate(-50%,-50%) scale(1.03)
    }
}

.jxa-core--advanced > small {
    color: #687169;
    font-size: 6px;
    letter-spacing: .12em;
}

.jxa-core--advanced > strong {
    margin-top: 8px;
    color: #f0f3f0;
    font-family: "Space Grotesk",Inter,sans-serif;
    font-size: 31px;
    line-height: 1;
    animation: jxaCoreText 2.8s ease-in-out infinite;
}

@keyframes jxaCoreText {
    50% {
        opacity: .58
    }
}

.jxa-core--advanced > span {
    margin-top: 7px;
    color: #687169;
    font-size: 5.6px;
    letter-spacing: .08em;
}

.jxa-core-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid rgba(168,255,22,.14);
    pointer-events: none;
}

    .jxa-core-orbit::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--jxa-lime);
        box-shadow: 0 0 14px rgba(168,255,22,.95);
    }

.jxa-core-orbit--outer {
    width: 185px;
    height: 185px;
    margin: -92.5px 0 0 -92.5px;
    animation: jxaOrbit 12s linear infinite !important;
}

.jxa-core-orbit--middle {
    width: 145px;
    height: 145px;
    margin: -72.5px 0 0 -72.5px;
    animation: jxaOrbitReverse 8s linear infinite !important;
}

.jxa-core-orbit--inner {
    width: 102px;
    height: 102px;
    margin: -51px 0 0 -51px;
    animation: jxaOrbit 5s linear infinite !important;
}

@keyframes jxaOrbit {
    to {
        transform: rotate(360deg)
    }
}

@keyframes jxaOrbitReverse {
    to {
        transform: rotate(-360deg)
    }
}

.jxa-ring--pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    border-radius: 50%;
    border: 1px solid rgba(168,255,22,.18);
    animation: jxaWave 4.5s ease-out infinite !important;
}

    .jxa-ring--pulse.pulse-2 {
        animation-delay: 1.5s !important
    }

    .jxa-ring--pulse.pulse-3 {
        animation-delay: 3s !important
    }

@keyframes jxaWave {
    0% {
        opacity: .55;
        transform: scale(.65)
    }

    100% {
        opacity: 0;
        transform: scale(4)
    }
}

.jxa-core-status {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6d766e;
    font-size: 5.5px;
    font-weight: 700;
    letter-spacing: .12em;
    white-space: nowrap;
}

    .jxa-core-status i {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--jxa-lime);
        box-shadow: 0 0 8px rgba(168,255,22,.65);
        animation: jxaCoreStatus 1.2s ease-in-out infinite;
    }

@keyframes jxaCoreStatus {
    50% {
        opacity: .25;
        transform: scale(.8)
    }
}

.jxa-node--advanced {
    position: absolute;
    z-index: 6;
    width: 205px;
    min-height: 116px;
    padding: 14px 15px;
    overflow: hidden;
    background: rgba(8,13,9,.97);
    border: 1px solid rgba(168,255,22,.18);
    transition: border-color .3s ease,background .3s ease,transform .3s ease,box-shadow .3s ease;
}

    .jxa-node--advanced::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0;
        background: linear-gradient(110deg,transparent 20%,rgba(168,255,22,.055) 50%,transparent 80%);
        transform: translateX(-100%);
    }

    .jxa-node--advanced.jxa-node-active {
        border-color: rgba(168,255,22,.8) !important;
        background: #0c130d !important;
        box-shadow: inset 0 0 30px rgba(168,255,22,.04),0 0 20px rgba(168,255,22,.025);
        animation: jxaNodeActive .72s ease both;
    }

@keyframes jxaNodeActive {
    45% {
        filter: brightness(1.35)
    }
}

.jxa-node--advanced.jxa-node-active::before {
    opacity: 1;
    animation: jxaNodeSweep 1.3s ease;
}

@keyframes jxaNodeSweep {
    to {
        transform: translateX(100%)
    }
}

.jxa-node__state {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    color: #596159;
    font-size: 5.5px;
    font-weight: 700;
    letter-spacing: .12em;
}

    .jxa-node__state i {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #6c756d;
    }

.jxa-node-active .jxa-node__state i {
    background: var(--jxa-lime) !important;
    box-shadow: 0 0 13px rgba(168,255,22,.9);
    animation: jxaNodeLamp .8s ease-in-out infinite alternate;
}

@keyframes jxaNodeLamp {
    from {
        opacity: .35;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1.35)
    }
}

.jxa-node--advanced > span,
.jxa-node--advanced > strong,
.jxa-node--advanced > small {
    display: block;
}

.jxa-node--advanced > span {
    color: #687169;
    font-size: 6px;
    letter-spacing: .1em;
}

.jxa-node--advanced > strong {
    margin-top: 7px;
    color: #e9eeea;
    font-family: "Space Grotesk",Inter,sans-serif;
    font-size: 12px;
    line-height: 1.25;
}

.jxa-node--advanced > small {
    margin-top: 5px;
    color: #687169;
    font-size: 6px;
}

.jxa-node__signal {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--jxa-lime);
    box-shadow: 0 0 8px rgba(168,255,22,.6);
}

.jxa-node-active .jxa-node__signal {
    animation: jxaNodeBar 1.5s ease !important;
}

@keyframes jxaNodeBar {
    0% {
        left: 0;
        width: 0
    }

    55% {
        left: 0;
        width: 100%
    }

    100% {
        left: 100%;
        width: 0
    }
}

.jxa-architecture-map .node-business {
    left: 4%;
    top: 10%
}

.jxa-architecture-map .node-app {
    right: 4%;
    top: 10%
}

.jxa-architecture-map .node-auto {
    left: 4%;
    bottom: 10%
}

.jxa-architecture-map .node-ai {
    right: 4%;
    bottom: 10%
}

.jxa-architecture-map .node-data {
    left: 50%;
    top: 4%;
    transform: translateX(-50%)
}

.jxa-architecture-map .node-infra {
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%)
}

/* packets */

.jxa-data-packet,
.jxa-micro-packet {
    position: absolute;
    z-index: 12;
    border-radius: 50%;
    pointer-events: none;
    background: var(--jxa-lime) !important;
    box-shadow: 0 0 16px rgba(168,255,22,.95) !important;
}

.jxa-data-packet {
    width: 8px !important;
    height: 8px !important;
}

.jxa-micro-packet {
    width: 4px;
    height: 4px;
    opacity: .65;
}

.jxa-data-packet--1 {
    left: 21%;
    top: 25%;
    animation: jxaP1 4s linear infinite !important
}

.jxa-data-packet--2 {
    right: 21%;
    top: 25%;
    animation: jxaP2 4.4s linear .8s infinite !important
}

.jxa-data-packet--3 {
    left: 50%;
    top: 50%;
    animation: jxaP3 4.2s linear 1.6s infinite !important
}

.jxa-data-packet--4 {
    left: 50%;
    top: 50%;
    animation: jxaP4 4.6s linear 2.1s infinite !important
}

.jxa-data-packet--5 {
    left: 50%;
    top: 20%;
    animation: jxaP5 3.8s linear 1.1s infinite !important
}

.jxa-data-packet--6 {
    left: 50%;
    top: 50%;
    animation: jxaP6 4s linear 2.8s infinite !important
}

@keyframes jxaP1 {
    0% {
        opacity: 0;
        transform: translate(0,0)
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(240px,175px)
    }
}

@keyframes jxaP2 {
    0% {
        opacity: 0;
        transform: translate(0,0)
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-240px,175px)
    }
}

@keyframes jxaP3 {
    0% {
        opacity: 0;
        transform: translate(0,0)
    }

    10% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-245px,180px)
    }
}

@keyframes jxaP4 {
    0% {
        opacity: 0;
        transform: translate(0,0)
    }

    10% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(245px,180px)
    }
}

@keyframes jxaP5 {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    10% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(195px)
    }
}

@keyframes jxaP6 {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    10% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(200px)
    }
}

.micro-1 {
    left: 29%;
    top: 50%;
    animation: jxaMicroH 6s linear infinite
}

.micro-2 {
    left: 62%;
    top: 50%;
    animation: jxaMicroH 6.8s linear 2s infinite
}

.micro-3 {
    left: 50%;
    top: 29%;
    animation: jxaMicroV 5.9s linear 1.4s infinite
}

@keyframes jxaMicroH {
    from {
        transform: translateX(-80px)
    }

    to {
        transform: translateX(80px)
    }
}

@keyframes jxaMicroV {
    from {
        transform: translateY(-70px)
    }

    to {
        transform: translateY(140px)
    }
}

.jxa-architecture-activity {
    position: absolute;
    z-index: 20;
    left: 18px;
    bottom: 17px;
    min-width: 220px;
    padding: 10px 12px;
    background: rgba(5,7,6,.9);
    border: 1px solid rgba(168,255,22,.15);
    backdrop-filter: blur(8px);
}

    .jxa-architecture-activity span,
    .jxa-architecture-activity strong {
        display: block;
    }

    .jxa-architecture-activity span {
        color: #596159;
        font-size: 5.5px;
        letter-spacing: .13em;
    }

    .jxa-architecture-activity strong {
        margin-top: 5px;
        color: var(--jxa-lime);
        font-size: 7px;
        letter-spacing: .08em;
        animation: jxaActivity 1.8s ease-in-out infinite;
    }

@keyframes jxaActivity {
    50% {
        opacity: .5
    }
}

.jxa-console__foot {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    border-top: 1px solid var(--jxa-line);
    background: #080b09;
}

    .jxa-console__foot > div {
        min-width: 0;
        padding: 11px 12px;
        border-right: 1px solid var(--jxa-line);
    }

        .jxa-console__foot > div:last-child {
            border-right: 0;
        }

    .jxa-console__foot span,
    .jxa-console__foot strong {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .jxa-console__foot span {
        color: #596159;
        font-size: 5.8px;
    }

    .jxa-console__foot strong {
        margin-top: 4px;
        color: #a8b0a9;
        font-size: 6.8px;
    }

/* ============================================================
   COMMON SECTION HEADINGS
   ============================================================ */

.jxa-heading {
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr);
    gap: clamp(42px,6vw,92px);
    align-items: end;
    margin-bottom: clamp(44px,5vw,66px);
}

    .jxa-heading > div {
        min-width: 0;
    }

    .jxa-heading h2 {
        max-width: 930px;
        margin: 16px 0 0;
        font-family: "Space Grotesk",Inter,sans-serif;
        font-size: clamp(42px,4.65vw,72px);
        line-height: .99;
        font-weight: 600;
        letter-spacing: -.055em;
    }

        .jxa-heading h2 span {
            color: #747d75;
        }

    .jxa-heading > p {
        max-width: 600px;
        margin: 0;
        color: var(--jxa-muted);
        font-size: 13px;
        line-height: 1.75;
    }

/* ============================================================
   DEFINITION STRIP
   ============================================================ */

.jxa-definition {
    padding: clamp(64px,6.5vw,98px) 0;
    background: var(--jxa-lime);
    color: #050706;
}

.jxa-definition__grid {
    display: grid;
    grid-template-columns: 110px minmax(0,1.18fr) minmax(280px,.82fr);
    gap: clamp(28px,4vw,52px);
    align-items: start;
}

.jxa-definition__index small {
    display: block;
    color: rgba(5,7,6,.55);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .13em;
}

.jxa-definition__index strong {
    display: block;
    margin-top: 20px;
    font-family: "Space Grotesk",Inter,sans-serif;
    font-size: 48px;
    line-height: 1;
}

.jxa-definition__copy h2 {
    margin: 0;
    font-family: "Space Grotesk",Inter,sans-serif;
    font-size: clamp(38px,3.8vw,60px);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.055em;
}

    .jxa-definition__copy h2 span {
        display: block;
        margin-top: 5px;
        color: rgba(5,7,6,.48);
    }

.jxa-definition__copy p {
    max-width: 800px;
    margin: 24px 0 0;
    color: rgba(5,7,6,.67);
    font-size: 14px;
    line-height: 1.72;
}

.jxa-definition__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(5,7,6,.22);
    border-left: 1px solid rgba(5,7,6,.22);
}

    .jxa-definition__facts > div {
        min-height: 86px;
        padding: 16px;
        border-right: 1px solid rgba(5,7,6,.22);
        border-bottom: 1px solid rgba(5,7,6,.22);
    }

    .jxa-definition__facts small,
    .jxa-definition__facts strong {
        display: block;
    }

    .jxa-definition__facts small {
        color: rgba(5,7,6,.5);
        font-size: 6px;
        letter-spacing: .12em;
    }

    .jxa-definition__facts strong {
        margin-top: 7px;
        font-family: "Space Grotesk",Inter,sans-serif;
        font-size: 14px;
        line-height: 1.2;
    }

/* ============================================================
   COMPARE
   ============================================================ */

.jxa-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--jxa-line);
    border-left: 1px solid var(--jxa-line);
}

.jxa-compare__column {
    min-height: 410px;
    padding: clamp(26px,3vw,38px);
    border-right: 1px solid var(--jxa-line);
    border-bottom: 1px solid var(--jxa-line);
    background: linear-gradient(180deg,#080b09,#070908);
}

.jxa-compare__column--active {
    background: linear-gradient(180deg,rgba(168,255,22,.028),rgba(168,255,22,.012)), #080b09;
}

.jxa-compare__column > small {
    color: #687169;
    font-size: 7px;
    letter-spacing: .13em;
}

.jxa-compare__column--active > small {
    color: var(--jxa-lime);
}

.jxa-compare__column h3 {
    max-width: 500px;
    margin: 20px 0 0;
    font-family: "Space Grotesk",Inter,sans-serif;
    font-size: clamp(27px,2.4vw,36px);
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: -.035em;
}

.jxa-compare__column ul {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
}

.jxa-compare__column li {
    position: relative;
    padding: 15px 0 15px 24px;
    color: #8b948c;
    font-size: 11px;
    line-height: 1.55;
    border-top: 1px solid rgba(255,255,255,.07);
}

    .jxa-compare__column li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 21px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #687169;
    }

.jxa-compare__column--active li::before {
    background: var(--jxa-lime);
    box-shadow: 0 0 8px rgba(168,255,22,.35);
}

/* ============================================================
   7 PHASE FRAMEWORK
   ============================================================ */

.jxa-phase-rail {
    min-height: 58px;
    padding: 12px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid var(--jxa-line);
    border-bottom: 0;
    color: #697269;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: .11em;
}

    .jxa-phase-rail i {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--jxa-lime);
    }

.jxa-phases {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    border-top: 1px solid var(--jxa-line);
    border-left: 1px solid var(--jxa-line);
}

    .jxa-phases article {
        position: relative;
        min-height: 320px;
        padding: 26px;
        border-right: 1px solid var(--jxa-line);
        border-bottom: 1px solid var(--jxa-line);
        background: #070a08;
        transition: transform .25s ease,background .25s ease,border-color .25s ease;
    }

        .jxa-phases article:hover {
            z-index: 2;
            transform: translateY(-4px);
            background: #0d120e;
            border-color: rgba(168,255,22,.2);
        }

        .jxa-phases article > span {
            color: var(--jxa-lime);
            font-size: 8px;
        }

        .jxa-phases article > small {
            display: block;
            margin-top: 6px;
            color: #596159;
            font-size: 6px;
            letter-spacing: .11em;
        }

    .jxa-phases h3 {
        max-width: 260px;
        margin: 44px 0 0;
        font-family: "Space Grotesk",Inter,sans-serif;
        font-size: 20px;
        line-height: 1.08;
        font-weight: 600;
        letter-spacing: -.025em;
    }

    .jxa-phases p {
        margin: 12px 0 0;
        color: #7c857d;
        font-size: 9.8px;
        line-height: 1.62;
    }

    .jxa-phases em {
        display: block;
        margin-top: 22px;
        color: var(--jxa-lime);
        font-size: 6px;
        font-style: normal;
        letter-spacing: .1em;
    }

    /* make the 7th card feel deliberate rather than orphaned */
    .jxa-phases article:nth-child(7) {
        grid-column: 3 / 5;
    }

/* ============================================================
   ARCHITECTURE STACK
   ============================================================ */

.jxa-stack {
    overflow: hidden;
    border: 1px solid var(--jxa-line-lime);
    background: #070a08;
}

.jxa-stack__head {
    min-height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--jxa-line);
    background: #080b09;
}

    .jxa-stack__head > span {
        color: #687169;
        font-size: 7px;
        letter-spacing: .12em;
    }

    .jxa-stack__head > div {
        display: flex;
        align-items: center;
        gap: 7px;
        color: #8c958d;
        font-size: 7px;
        letter-spacing: .11em;
    }

    .jxa-stack__head i {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--jxa-lime);
        box-shadow: 0 0 10px rgba(168,255,22,.6);
        animation: jxaStackPulse 2s ease-in-out infinite;
    }

@keyframes jxaStackPulse {
    50% {
        opacity: .3
    }
}

.jxa-stack__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

    .jxa-stack__grid > div {
        position: relative;
        min-height: 118px;
        padding: 22px 22px 20px;
        border-right: 1px solid var(--jxa-line);
        border-bottom: 1px solid var(--jxa-line);
        transition: background .25s ease;
    }

        .jxa-stack__grid > div:nth-child(2n) {
            border-right: 0;
        }

        .jxa-stack__grid > div:hover {
            background: #0d120e;
        }

    .jxa-stack__grid small,
    .jxa-stack__grid strong {
        display: block;
    }

    .jxa-stack__grid small {
        color: var(--jxa-lime);
        font-size: 6.5px;
        letter-spacing: .12em;
    }

    .jxa-stack__grid strong {
        margin-top: 20px;
        color: #dce2dd;
        font-family: "Space Grotesk",Inter,sans-serif;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 600;
    }

/* ============================================================
   REFERENCE IMAGE
   ============================================================ */

.jxa-reference {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--jxa-line-lime);
    background: #070a08;
    box-shadow: 0 24px 70px rgba(0,0,0,.2);
}

.jxa-reference__chrome {
    min-height: 58px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--jxa-line);
    color: #687169;
    font-size: 7px;
    letter-spacing: .11em;
    background: #080b09;
}

    .jxa-reference__chrome > div {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .jxa-reference__chrome i {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--jxa-lime);
        box-shadow: 0 0 10px rgba(168,255,22,.6);
        animation: jxaRefPulse 2s ease-in-out infinite;
    }

@keyframes jxaRefPulse {
    50% {
        opacity: .3
    }
}

.jxa-reference img {
    display: block;
    width: 100%;
    height: auto;
    filter: saturate(.72) brightness(.84) contrast(1.04);
    transform: scale(1.001);
    transition: transform .75s ease,filter .45s ease;
}

.jxa-reference:hover img {
    transform: scale(1.014);
    filter: saturate(.82) brightness(.9) contrast(1.04);
}

/* ============================================================
   OUTCOMES
   ============================================================ */

.jxa-outcomes {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    border-top: 1px solid var(--jxa-line);
    border-left: 1px solid var(--jxa-line);
}

    .jxa-outcomes a {
        position: relative;
        min-height: 290px;
        padding: 26px;
        color: inherit;
        text-decoration: none;
        border-right: 1px solid var(--jxa-line);
        border-bottom: 1px solid var(--jxa-line);
        background: linear-gradient(180deg,#080b09,#070908);
        transition: transform .25s ease,background .25s ease,border-color .25s ease;
    }

        .jxa-outcomes a:hover {
            z-index: 2;
            transform: translateY(-4px);
            background: #0d120e;
            border-color: rgba(168,255,22,.2);
        }

        .jxa-outcomes a > span {
            color: var(--jxa-lime);
            font-size: 8px;
        }

    .jxa-outcomes small,
    .jxa-outcomes strong,
    .jxa-outcomes p {
        display: block;
    }

    .jxa-outcomes small {
        margin-top: 6px;
        color: #596159;
        font-size: 6px;
        letter-spacing: .12em;
    }

    .jxa-outcomes strong {
        max-width: 310px;
        margin-top: 44px;
        font-family: "Space Grotesk",Inter,sans-serif;
        font-size: 21px;
        line-height: 1.08;
        font-weight: 600;
    }

    .jxa-outcomes p {
        margin: 12px 0 0;
        color: #7e877f;
        font-size: 9.8px;
        line-height: 1.62;
    }

/* ============================================================
   DECISIONS
   ============================================================ */

.jxa-decisions {
    border-top: 1px solid var(--jxa-line);
}

    .jxa-decisions > div {
        min-height: 104px;
        padding: 22px 0;
        display: grid;
        grid-template-columns: 88px 1fr;
        gap: 22px;
        align-items: center;
        border-bottom: 1px solid var(--jxa-line);
        transition: padding .25s ease,background .25s ease;
    }

        .jxa-decisions > div:hover {
            padding-left: 18px;
            background: rgba(168,255,22,.018);
        }

    .jxa-decisions span {
        color: var(--jxa-lime);
        font-size: 8px;
    }

    .jxa-decisions strong {
        font-family: "Space Grotesk",Inter,sans-serif;
        font-size: clamp(20px,1.9vw,29px);
        line-height: 1.12;
        font-weight: 500;
        letter-spacing: -.025em;
    }

/* ============================================================
   FIT
   ============================================================ */

.jxa-fit {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border-top: 1px solid var(--jxa-line);
    border-left: 1px solid var(--jxa-line);
}

    .jxa-fit article {
        min-height: 290px;
        padding: 30px;
        border-right: 1px solid var(--jxa-line);
        border-bottom: 1px solid var(--jxa-line);
        background: #070908;
        transition: background .25s ease,transform .25s ease;
    }

        .jxa-fit article:hover {
            transform: translateY(-3px);
            background: #0d120e;
        }

    .jxa-fit small {
        color: var(--jxa-lime);
        font-size: 7px;
        letter-spacing: .13em;
    }

    .jxa-fit h3 {
        max-width: 520px;
        margin: 44px 0 0;
        font-family: "Space Grotesk",Inter,sans-serif;
        font-size: clamp(22px,2vw,28px);
        line-height: 1.08;
        font-weight: 600;
        letter-spacing: -.03em;
    }

    .jxa-fit p {
        max-width: 560px;
        margin: 12px 0 0;
        color: #7c857d;
        font-size: 10px;
        line-height: 1.62;
    }

/* ============================================================
   FAQ
   ============================================================ */

.jxa-faq {
    background: #050706;
}

.jxa-faq__list {
    border-top: 1px solid var(--jxa-line);
}

    .jxa-faq__list details {
        border-bottom: 1px solid var(--jxa-line);
    }

    .jxa-faq__list summary {
        list-style: none;
        min-height: 88px;
        padding: 22px 0;
        display: grid;
        grid-template-columns: minmax(0,1fr) 34px;
        gap: 24px;
        align-items: center;
        cursor: pointer;
        color: #e9eeea;
        font-family: "Space Grotesk",Inter,sans-serif;
        font-size: clamp(18px,1.65vw,24px);
        line-height: 1.25;
    }

        .jxa-faq__list summary::-webkit-details-marker {
            display: none;
        }

        .jxa-faq__list summary i {
            width: 34px;
            height: 34px;
            display: grid;
            place-items: center;
            color: var(--jxa-lime);
            border: 1px solid rgba(168,255,22,.2);
            font-style: normal;
            transition: transform .25s ease,border-color .25s ease;
        }

        .jxa-faq__list summary:hover i {
            border-color: rgba(168,255,22,.45);
        }

    .jxa-faq__list details[open] summary i {
        transform: rotate(45deg);
    }

    .jxa-faq__list p {
        max-width: 940px;
        margin: 0;
        padding: 0 58px 28px 0;
        color: var(--jxa-muted);
        font-size: 13px;
        line-height: 1.74;
    }

/* ============================================================
   RELATED
   ============================================================ */

.jxa-related {
    background: var(--jxa-bg2);
}

.jxa-related__grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    border-top: 1px solid var(--jxa-line);
    border-left: 1px solid var(--jxa-line);
}

    .jxa-related__grid a {
        min-height: 240px;
        padding: 26px;
        display: flex;
        flex-direction: column;
        color: inherit;
        text-decoration: none;
        border-right: 1px solid var(--jxa-line);
        border-bottom: 1px solid var(--jxa-line);
        background: #070908;
        transition: background .25s ease,transform .25s ease;
    }

        .jxa-related__grid a:hover {
            transform: translateY(-3px);
            background: #0d120e;
        }

    .jxa-related__grid small,
    .jxa-related__grid strong,
    .jxa-related__grid span,
    .jxa-related__grid em {
        display: block;
    }

    .jxa-related__grid small {
        color: var(--jxa-lime);
        font-size: 6px;
        letter-spacing: .11em;
    }

    .jxa-related__grid strong {
        margin-top: 46px;
        font-family: "Space Grotesk",Inter,sans-serif;
        font-size: 21px;
        line-height: 1.08;
    }

    .jxa-related__grid span {
        margin-top: 9px;
        color: #7d867e;
        font-size: 8.8px;
        line-height: 1.55;
    }

    .jxa-related__grid em {
        margin-top: auto;
        padding-top: 20px;
        color: #a9b1aa;
        font-size: 7px;
        font-style: normal;
        font-weight: 700;
    }

/* ============================================================
   FINAL CTA
   ============================================================ */

.jxa-final {
    padding: 0 0 clamp(90px,8vw,118px);
    background: #050706;
}

.jxa-final__box {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 50px;
    align-items: end;
    padding: clamp(38px,5vw,66px);
    background: var(--jxa-lime);
    color: #050706;
}

    .jxa-final__box::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: linear-gradient(rgba(5,7,6,.07) 1px,transparent 1px), linear-gradient(90deg,rgba(5,7,6,.07) 1px,transparent 1px);
        background-size: 48px 48px;
        animation: jxaFinalGrid 16s linear infinite;
    }

@keyframes jxaFinalGrid {
    to {
        background-position: 48px 48px,48px 48px
    }
}

.jxa-final__box > * {
    position: relative;
    z-index: 1;
}

.jxa-final__box small {
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .15em;
}

.jxa-final__box h2 {
    max-width: 880px;
    margin: 16px 0 0;
    font-family: "Space Grotesk",Inter,sans-serif;
    font-size: clamp(44px,4.8vw,74px);
    line-height: .96;
    font-weight: 600;
    letter-spacing: -.06em;
}

    .jxa-final__box h2 span {
        color: rgba(5,7,6,.5);
    }

.jxa-final__box p {
    max-width: 760px;
    margin: 20px 0 0;
    color: rgba(5,7,6,.66);
    font-size: 13px;
    line-height: 1.7;
}

.jxa-final__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.jxa-btn--dark {
    background: #050706;
    color: #fff;
}

.jxa-final__link {
    color: #050706;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
}

/* ============================================================
   REVEALS
   ============================================================ */

[data-jxa-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .72s ease, transform .72s cubic-bezier(.2,.75,.2,1);
}

    [data-jxa-reveal].jxa-visible {
        opacity: 1;
        transform: none;
    }

/* ============================================================
   RESPONSIVE — LAPTOP / TABLET
   ============================================================ */

@media(max-width:1280px) {
    .jxa-hero__layout {
        grid-template-columns: minmax(0,.9fr) minmax(560px,1.1fr);
        gap: 48px;
    }

    .jxa-copy h1 {
        font-size: clamp(52px,5vw,78px);
    }

    .jxa-node--advanced {
        width: 190px;
    }
}

@media(max-width:1120px) {
    .jxa-hero__layout {
        grid-template-columns: 1fr;
    }

    .jxa-copy {
        max-width: 900px;
    }

    .jxa-console--advanced {
        width: 100%;
        max-width: 980px;
    }

    .jxa-definition__grid {
        grid-template-columns: 90px 1fr;
    }

    .jxa-definition__facts {
        grid-column: 2;
        max-width: 700px;
    }

    .jxa-phases {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

        .jxa-phases article:nth-child(7) {
            grid-column: 1 / 3;
        }

    .jxa-related__grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media(max-width:900px) {
    .jxa-section,
    .jxa-faq,
    .jxa-related {
        padding: 76px 0;
    }

    .jxa-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

        .jxa-heading > p {
            max-width: 740px;
        }

    .jxa-compare,
    .jxa-fit {
        grid-template-columns: 1fr;
    }

    .jxa-outcomes {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .jxa-architecture-telemetry {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .jxa-console__foot {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .jxa-final__box {
        grid-template-columns: 1fr;
    }

    .jxa-final__actions {
        align-items: flex-start;
    }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media(max-width:680px) {
    .jxa-hero {
        padding: 76px 0 78px;
    }

    .jxa-copy h1 {
        font-size: clamp(46px,13vw,68px);
        line-height: .95;
    }

    .jxa-lead {
        font-size: 16px;
    }

    .jxa-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .jxa-btn--primary {
        width: 100%;
    }

    .jxa-signals {
        gap: 8px;
    }

    .jxa-architecture-telemetry {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .jxa-architecture-map {
        min-height: auto !important;
        padding: 14px;
        display: grid;
        gap: 10px;
    }

    .jxa-radar,
    .jxa-architecture-scanner,
    .jxa-data-packet,
    .jxa-micro-packet,
    .jxa-lines--advanced {
        display: none !important;
    }

    .jxa-core--advanced,
    .jxa-node--advanced {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        transform: none !important;
        margin: 0 !important;
    }

    .jxa-core--advanced {
        height: 220px;
    }

    .jxa-console__foot {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .jxa-architecture-activity {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        min-width: 0;
        margin-top: 2px;
    }

    .jxa-definition {
        padding: 58px 0;
    }

    .jxa-definition__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .jxa-definition__facts {
        grid-column: auto;
        grid-template-columns: 1fr 1fr;
        max-width: none;
    }

    .jxa-phases,
    .jxa-stack__grid,
    .jxa-outcomes,
    .jxa-related__grid {
        grid-template-columns: 1fr;
    }

        .jxa-phases article:nth-child(7) {
            grid-column: auto;
        }

        .jxa-stack__grid > div,
        .jxa-stack__grid > div:nth-child(2n) {
            border-right: 0;
        }

    .jxa-decisions > div {
        grid-template-columns: 42px 1fr;
        gap: 12px;
    }

    .jxa-reference__chrome {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 14px 16px;
    }

    .jxa-faq__list p {
        padding-right: 0;
    }

    .jxa-final__box {
        padding: 34px 26px;
    }
}

/* ============================================================
   VERY SMALL DEVICES
   ============================================================ */

@media(max-width:420px) {
    .jxa-definition__facts {
        grid-template-columns: 1fr;
    }

    .jxa-architecture-telemetry,
    .jxa-console__foot {
        grid-template-columns: 1fr 1fr;
    }

    .jxa-console__head {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 16px;
    }

    .jxa-live {
        padding-bottom: 4px;
    }
}
