:root {
    color-scheme: dark;
    --bg: #07060c;
    --panel: rgba(20, 18, 31, .78);
    --panel-strong: rgba(28, 24, 44, .96);
    --line: rgba(226, 214, 255, .16);
    --line-strong: rgba(226, 214, 255, .30);
    --text: #fbf8ff;
    --muted: rgba(243, 236, 255, .72);
    --soft: rgba(243, 236, 255, .52);
    --purple: #8b5cf6;
    --purple-2: #a855f7;
    --purple-3: #d8b4fe;
    --green: #b8ff7a;
    --blue: #7dd3fc;
    --shadow: 0 26px 90px rgba(0, 0, 0, .48);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}

body::selection {
    background: rgba(168, 85, 247, .42);
}

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.nova-home-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 0%, rgba(139, 92, 246, .34), transparent 34%),
        radial-gradient(circle at 85% 10%, rgba(168, 85, 247, .22), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(79, 70, 229, .18), transparent 40%),
        #07060c;
}

.nova-orb {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    filter: blur(20px);
    opacity: .38;
    animation: novaFloat 11s ease-in-out infinite;
}

.nova-orb-one {
    left: -120px;
    top: 160px;
    background: rgba(139, 92, 246, .52);
}

.nova-orb-two {
    right: -130px;
    bottom: 110px;
    background: rgba(216, 180, 254, .28);
    animation-delay: -4s;
}

.nova-grid-glow {
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(circle at 50% 18%, black, transparent 68%);
}

.nova-home-shell {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    padding: 18px 0 34px;
}

.nova-home-nav {
    position: sticky;
    top: 12px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(10, 9, 16, .72);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, .30);
}

.nova-home-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: max-content;
}

.nova-home-brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .34), transparent 34%),
        linear-gradient(135deg, var(--purple), #5036cb);
    color: white;
    font-weight: 950;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .12),
        0 0 30px rgba(139, 92, 246, .52);
}

.nova-home-brand-copy {
    display: grid;
    gap: 2px;
}

.nova-home-brand-copy strong {
    font-size: 17px;
    line-height: 1;
    letter-spacing: -.03em;
}

.nova-home-brand-copy em {
    color: var(--soft);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.nova-home-nav-links,
.nova-home-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nova-home-nav-links a,
.nova-home-ghost {
    padding: 10px 11px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.nova-home-nav-links a:hover,
.nova-home-ghost:hover {
    color: white;
    background: rgba(255, 255, 255, .07);
}

.nova-home-open,
.nova-home-primary,
.nova-home-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 999px;
    font-weight: 950;
}

.nova-home-open,
.nova-home-primary {
    padding: 0 18px;
    background:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .30), transparent 34%),
        linear-gradient(135deg, var(--purple), #5136cc);
    color: white;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .10),
        0 0 28px rgba(139, 92, 246, .42),
        0 12px 28px rgba(0, 0, 0, .30);
}

.nova-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(380px, .82fr);
    align-items: center;
    gap: 30px;
    padding: 72px 0 50px;
}

.nova-hero-copy {
    min-width: 0;
}

.nova-home-pill {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.nova-home-pill span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 18px rgba(184, 255, 122, .76);
}

.nova-hero h1 {
    margin: 0;
    max-width: 880px;
    font-size: clamp(45px, 7.4vw, 91px);
    line-height: .90;
    letter-spacing: -.082em;
}

.nova-hero-lede {
    margin: 23px 0 0;
    max-width: 720px;
    color: var(--muted);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.55;
    font-weight: 650;
}

.nova-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
}

.nova-home-primary,
.nova-home-secondary {
    padding: 0 22px;
}

.nova-home-secondary {
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, .06);
    color: white;
}

.nova-signal-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 700px;
    margin-top: 28px;
}

.nova-signal-row div {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 19px;
    background: rgba(255, 255, 255, .045);
}

.nova-signal-row strong,
.nova-signal-row span {
    display: block;
}

.nova-signal-row strong {
    font-size: 15px;
}

.nova-signal-row span {
    margin-top: 5px;
    color: var(--soft);
    font-size: 12px;
    font-weight: 750;
}

.nova-command-card {
    position: relative;
    padding: 15px;
    border: 1px solid var(--line-strong);
    border-radius: 32px;
    background:
        radial-gradient(circle at 0% 0%, rgba(139, 92, 246, .30), transparent 42%),
        linear-gradient(145deg, rgba(30, 26, 48, .97), rgba(9, 9, 15, .98));
    box-shadow:
        var(--shadow),
        0 0 80px rgba(139, 92, 246, .24);
    overflow: hidden;
}

.nova-command-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 74% 12%, rgba(216, 180, 254, .22), transparent 29%),
        linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 28%);
}

.nova-window-top,
.nova-mission-head,
.nova-command-stack,
.nova-ai-preview,
.nova-command-input {
    position: relative;
    z-index: 1;
}

.nova-window-top {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 4px 4px 13px;
}

.nova-window-top span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .24);
}

.nova-window-top em {
    margin-left: auto;
    color: var(--soft);
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
}

.nova-mission-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 23px;
    background: rgba(255, 255, 255, .06);
}

.nova-mission-head p,
.nova-mission-head h2 {
    margin: 0;
}

.nova-mission-head p {
    color: var(--soft);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.nova-mission-head h2 {
    margin-top: 6px;
    font-size: 19px;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.nova-mission-head strong {
    height: 32px;
    display: inline-grid;
    place-items: center;
    padding: 0 11px;
    border: 1px solid rgba(184, 255, 122, .30);
    border-radius: 999px;
    background: rgba(184, 255, 122, .13);
    color: #ddffc4;
    font-size: 11px;
    letter-spacing: .08em;
}

.nova-command-stack {
    display: grid;
    gap: 11px;
    margin-top: 14px;
}

.nova-command-line {
    display: grid;
    grid-template-columns: 13px 1fr;
    gap: 11px;
    padding: 13px;
    border: 1px solid rgba(226, 214, 255, .13);
    border-radius: 19px;
    background: rgba(255, 255, 255, .045);
}

.nova-dot {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    border-radius: 999px;
}

.nova-dot.purple {
    background: var(--purple-3);
    box-shadow: 0 0 18px rgba(216, 180, 254, .58);
}

.nova-dot.green {
    background: var(--green);
    box-shadow: 0 0 18px rgba(184, 255, 122, .58);
}

.nova-dot.blue {
    background: var(--blue);
    box-shadow: 0 0 18px rgba(125, 211, 252, .58);
}

.nova-command-line strong,
.nova-command-line p {
    display: block;
    margin: 0;
}

.nova-command-line strong {
    font-size: 13px;
}

.nova-command-line p {
    margin-top: 4px;
    color: var(--soft);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 650;
}

.nova-ai-preview {
    display: grid;
    gap: 10px;
    margin: 14px 0;
}

.nova-message {
    width: fit-content;
    max-width: 88%;
    padding: 12px 13px;
    border-radius: 18px;
    font-size: 13px;
    line-height: 1.38;
    font-weight: 700;
}

.nova-message.user {
    justify-self: end;
    background: linear-gradient(135deg, #8b5cf6, #5936d8);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .26);
}

.nova-message.ai {
    justify-self: start;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .07);
    color: var(--muted);
}

.nova-command-input {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(0, 0, 0, .24);
}

.nova-command-input span {
    flex: 1;
    min-width: 0;
    padding-left: 8px;
    color: var(--soft);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nova-command-input button {
    height: 36px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: white;
    color: #2b195d;
    font-weight: 950;
}

.nova-section,
.nova-workflow,
.nova-builder {
    margin-top: 26px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 34px;
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
}

.nova-section-head {
    max-width: 760px;
}

.nova-section-head.compact {
    max-width: 650px;
}

.nova-section-head p,
.nova-workflow-copy p,
.nova-builder-card p {
    margin: 0 0 9px;
    color: var(--purple-3);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nova-section-head h2,
.nova-workflow-copy h2,
.nova-builder-card h2 {
    margin: 0;
    font-size: clamp(31px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -.052em;
}

.nova-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.nova-why-grid article,
.nova-system-grid article,
.nova-steps article {
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 0% 0%, rgba(139, 92, 246, .15), transparent 38%),
        rgba(255, 255, 255, .045);
}

.nova-why-grid article {
    min-height: 230px;
    padding: 21px;
    border-radius: 25px;
}

.nova-why-grid span {
    color: var(--purple-3);
    font-size: 13px;
    font-weight: 950;
}

.nova-why-grid h3,
.nova-system-grid h3,
.nova-steps h3 {
    margin: 15px 0 8px;
    font-size: 19px;
    letter-spacing: -.025em;
}

.nova-why-grid p,
.nova-system-grid p,
.nova-steps p,
.nova-workflow-copy span,
.nova-builder-card span {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.56;
    font-weight: 650;
}

.nova-system-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.nova-system-grid article {
    min-height: 214px;
    padding: 20px;
    border-radius: 25px;
}

.nova-icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(139, 92, 246, .20);
    border: 1px solid rgba(226, 214, 255, .15);
}

.nova-workflow {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 18px;
    align-items: stretch;
}

.nova-workflow-copy {
    padding: 8px 6px;
}

.nova-workflow-copy span {
    display: block;
    margin-top: 15px;
    max-width: 500px;
}

.nova-steps {
    display: grid;
    gap: 12px;
}

.nova-steps article {
    padding: 18px;
    border-radius: 24px;
}

.nova-steps strong {
    color: var(--purple-3);
    font-size: 13px;
    font-weight: 950;
}

.nova-builder {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .62fr);
    gap: 18px;
    background:
        radial-gradient(circle at 0% 0%, rgba(139, 92, 246, .27), transparent 42%),
        rgba(255, 255, 255, .045);
}

.nova-builder-card {
    padding: 8px 6px;
}

.nova-builder-card span {
    display: block;
    margin-top: 15px;
    max-width: 760px;
}

.nova-builder-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 23px;
}

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

.nova-builder-stats div {
    display: grid;
    align-content: end;
    min-height: 130px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 25px;
    background: rgba(0, 0, 0, .18);
}

.nova-builder-stats strong {
    display: block;
    font-size: 22px;
    letter-spacing: -.04em;
}

.nova-builder-stats span {
    display: block;
    margin-top: 5px;
    color: var(--soft);
    font-size: 13px;
    font-weight: 800;
}

.nova-footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 6px 0;
    color: var(--soft);
}

.nova-footer strong,
.nova-footer span {
    display: block;
}

.nova-footer strong {
    color: white;
}

.nova-footer span {
    margin-top: 4px;
    font-size: 13px;
}

.nova-footer div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 13px;
    font-weight: 800;
}

[data-nova-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity .55s ease,
        transform .55s ease;
}

[data-nova-reveal="in"] {
    opacity: 1;
    transform: translateY(0);
}

@keyframes novaFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(18px, -20px, 0) scale(1.06);
    }
}

@media (max-width: 960px) {
    .nova-home-shell {
        width: min(100% - 18px, 760px);
        padding-top: 9px;
    }

    .nova-home-nav {
        top: 8px;
        border-radius: 22px;
    }

    .nova-home-nav-links,
    .nova-home-ghost {
        display: none;
    }

    .nova-home-open {
        min-height: 40px;
        padding: 0 14px;
        font-size: 13px;
    }

    .nova-hero {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 42px 0 28px;
    }

    .nova-hero h1 {
        font-size: clamp(43px, 14vw, 72px);
    }

    .nova-signal-row,
    .nova-why-grid,
    .nova-system-grid,
    .nova-workflow,
    .nova-builder {
        grid-template-columns: 1fr;
    }

    .nova-section,
    .nova-workflow,
    .nova-builder {
        padding: 18px;
        border-radius: 27px;
    }

    .nova-why-grid article,
    .nova-system-grid article {
        min-height: auto;
    }

    .nova-builder-stats {
        grid-template-columns: 1fr;
    }

    .nova-builder-stats div {
        min-height: 104px;
    }

    .nova-footer {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .nova-home-brand-copy em {
        display: none;
    }

    .nova-home-open {
        padding: 0 12px;
    }

    .nova-command-card {
        border-radius: 26px;
    }

    .nova-window-top em {
        display: none;
    }

    .nova-hero-actions,
    .nova-builder-actions {
        display: grid;
    }

    .nova-home-primary,
    .nova-home-secondary {
        width: 100%;
    }
}

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

    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }
}

/* NOVA_LANDING_CONVERSION_POLISH_20260709 */
.nova-conversion-band {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    gap: 22px;
    align-items: center;
    margin: 28px 0;
    padding: 28px;
    border: 1px solid rgba(167, 139, 250, 0.28);
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(139, 92, 246, 0.18), transparent 34%),
        rgba(15, 23, 42, 0.72);
    box-shadow: 0 24px 90px rgba(15, 23, 42, 0.42);
}

.nova-conversion-copy h2,
.nova-after-contact h2 {
    margin: 8px 0 12px;
    letter-spacing: -0.04em;
}

.nova-conversion-copy span,
.nova-fit-grid span,
.nova-after-contact span {
    display: block;
    color: rgba(226, 232, 240, 0.72);
    line-height: 1.7;
}

.nova-conversion-actions {
    display: grid;
    gap: 12px;
}

.nova-conversion-primary,
.nova-conversion-secondary,
.nova-after-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
}

.nova-conversion-primary,
.nova-after-contact a {
    color: #ffffff;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    box-shadow: 0 18px 44px rgba(139, 92, 246, 0.30);
}

.nova-conversion-secondary {
    color: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.16);
    background: rgba(255, 255, 255, 0.06);
}

.nova-fit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.nova-fit-grid article {
    padding: 22px;
    border: 1px solid rgba(226, 232, 240, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
}

.nova-fit-grid p {
    margin: 0 0 8px;
    color: rgba(196, 181, 253, 0.92);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}

.nova-fit-grid h3 {
    margin: 0 0 10px;
    letter-spacing: -0.03em;
}

.nova-after-contact {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin: 28px 0 34px;
    padding: 24px;
    border: 1px solid rgba(52, 211, 153, 0.18);
    border-radius: 28px;
    background: rgba(6, 78, 59, 0.18);
}

.nova-after-contact > div {
    max-width: 780px;
}

@media (max-width: 860px) {
    .nova-conversion-band,
    .nova-fit-grid {
        grid-template-columns: 1fr;
    }

    .nova-after-contact {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /NOVA_LANDING_CONVERSION_POLISH_20260709 */

/* NOVA_LANDING_HOME_ENDGAME_20260711 */

.nova-home-nav {
    padding: 10px 12px;
}

.nova-home-nav-links {
    gap: 4px;
}

.nova-home-nav-actions {
    margin-left: auto;
}

.nova-home-open {
    min-width: 132px;
}

.nova-hero {
    min-height: calc(100vh - 110px);
    padding-top: 54px;
    padding-bottom: 54px;
}

.nova-hero-copy {
    position: relative;
    z-index: 2;
}

.nova-hero h1 {
    max-width: 820px;
    text-wrap: balance;
}

.nova-hero-lede {
    max-width: 680px;
    text-wrap: pretty;
}

.nova-home-primary,
.nova-home-open {
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        filter .18s ease;
}

.nova-home-primary:hover,
.nova-home-open:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .14),
        0 0 38px rgba(139, 92, 246, .50),
        0 18px 38px rgba(0, 0, 0, .36);
}

.nova-home-primary:focus-visible,
.nova-home-secondary:focus-visible,
.nova-home-open:focus-visible,
.nova-home-ghost:focus-visible,
.nova-home-nav-links a:focus-visible {
    outline: 3px solid rgba(216, 180, 254, .82);
    outline-offset: 3px;
}

@media (max-width: 960px) {
    .nova-hero {
        min-height: auto;
    }

    .nova-home-nav-actions {
        margin-left: auto;
    }
}

@media (max-width: 520px) {
    .nova-home-brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 14px;
    }

    .nova-home-open {
        min-width: 0;
        padding: 0 13px;
    }

    .nova-hero {
        padding-top: 34px;
    }

    .nova-hero h1 {
        font-size: clamp(42px, 14vw, 66px);
        line-height: .94;
        letter-spacing: -.07em;
    }

    .nova-hero-lede {
        font-size: 17px;
    }
}

/* /NOVA_LANDING_HOME_ENDGAME_20260711 */

.nova-intelligence-map {

    padding:
        100px 0;

}


.nova-brain-map {

    position:
        relative;

    min-height:
        520px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

}


.nova-brain-node {

    position:
        absolute;

    padding:
        24px;

    border-radius:
        24px;

    background:
        rgba(
            255,
            255,
            255,
            0.06
        );

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.15
        );

    backdrop-filter:
        blur(20px);

    text-align:
        center;

}


.nova-brain-node strong {

    display:
        block;

    font-size:
        22px;

}


.nova-brain-node span {

    opacity:
        0.7;

}


.nova-brain-node.main {

    width:
        220px;

    height:
        120px;

    display:
        flex;

    flex-direction:
        column;

    justify-content:
        center;

    box-shadow:
        0 0 60px
        rgba(
            74,
            222,
            128,
            0.25
        );

}


.nova-brain-node.memory {

    top:
        40px;

    left:
        20%;

}


.nova-brain-node.reasoning {

    top:
        40px;

    right:
        20%;

}


.nova-brain-node.planning {

    bottom:
        90px;

    left:
        25%;

}


.nova-brain-node.execution {

    bottom:
        90px;

    right:
        25%;

}


.nova-brain-node.learning {

    bottom:
        10px;

}

.nova-intelligence-map {

    padding:
        100px 0;

}


.nova-brain-map {

    position:
        relative;

    min-height:
        520px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

}


.nova-brain-node {

    position:
        absolute;

    padding:
        24px;

    min-width:
        180px;

    border-radius:
        24px;

    text-align:
        center;

    background:
        rgba(
            255,
            255,
            255,
            0.06
        );

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.15
        );

    backdrop-filter:
        blur(20px);

}


.nova-brain-node strong {

    display:
        block;

    font-size:
        22px;

}


.nova-brain-node span {

    opacity:
        0.7;

}


.nova-brain-node.main {

    position:
        relative;

    min-width:
        240px;

    min-height:
        130px;

    display:
        flex;

    flex-direction:
        column;

    justify-content:
        center;

    box-shadow:
        0 0 60px
        rgba(
            74,
            222,
            128,
            0.3
        );

}


.nova-brain-node.memory {

    top:
        40px;

    left:
        18%;

}


.nova-brain-node.reasoning {

    top:
        40px;

    right:
        18%;

}


.nova-brain-node.planning {

    bottom:
        90px;

    left:
        22%;

}


.nova-brain-node.execution {

    bottom:
        90px;

    right:
        22%;

}


.nova-brain-node.learning {

    bottom:
        10px;

}

.nova-core-visual {

    padding:
        120px 0;

}


.nova-core-stage {

    position:
        relative;

    height:
        620px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

}


.nova-core-glow {

    position:
        absolute;

    width:
        420px;

    height:
        420px;

    border-radius:
        50%;

    background:
        radial-gradient(
            circle,
            rgba(
                139,
                92,
                246,
                0.45
            ),
            transparent 70%
        );

    animation:
        novaPulseCore 5s infinite;

}


@keyframes novaPulseCore {

    0% {

        transform:
            scale(
                0.9
            );

        opacity:
            0.5;

    }


    50% {

        transform:
            scale(
                1.1
            );

        opacity:
            1;

    }


    100% {

        transform:
            scale(
                0.9
            );

        opacity:
            0.5;

    }

}


.nova-core-orb {

    position:
        relative;

    z-index:
        2;

    width:
        220px;

    height:
        220px;

    border-radius:
        50%;

    display:
        flex;

    flex-direction:
        column;

    justify-content:
        center;

    align-items:
        center;

    background:
        rgba(
            255,
            255,
            255,
            0.08
        );

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.25
        );

    backdrop-filter:
        blur(
            25px
        );

}


.nova-core-orb strong {

    font-size:
        42px;

    letter-spacing:
        8px;

}


.nova-core-orb span {

    opacity:
        0.7;

}


.nova-core-node {

    position:
        absolute;

    padding:
        22px;

    width:
        180px;

    border-radius:
        20px;

    background:
        rgba(
            255,
            255,
            255,
            0.08
        );

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.15
        );

    backdrop-filter:
        blur(
            20px
        );

}


.nova-core-node strong {

    display:
        block;

}


.nova-core-node span {

    opacity:
        0.7;

}


.node-memory {

    top:
        40px;

    left:
        15%;

}


.node-reasoning {

    top:
        40px;

    right:
        15%;

}


.node-planning {

    bottom:
        100px;

    left:
        18%;

}


.node-execution {

    bottom:
        100px;

    right:
        18%;

}


.node-learning {

    bottom:
        10px;

    left:
        50%;

    transform:
        translateX(
            -50%
        );

}