:root {
    --bg: #020b1d;
    --bg-2: #071833;
    --ink: #f6fbff;
    --paper: #f6fbff;
    --paper-2: #d8e8ff;
    --muted: #9db1ca;
    --muted-dark: #9db1ca;
    --line: rgba(216, 232, 255, 0.13);
    --line-dark: rgba(216, 232, 255, 0.16);
    --green: #2778ff;
    --green-2: #1261e4;
    --cyan: #22d7e8;
    --coral: #7d8dff;
    --gold: #5ba3ff;
    --surface: rgba(8, 24, 52, 0.78);
    --surface-soft: #06142b;
    --radius: 8px;
    --shadow-soft: 0 24px 76px rgba(0, 4, 16, 0.26);
    --shadow-strong: 0 28px 90px rgba(0, 4, 16, 0.34);
    --header-height: 76px;
    --max: 1160px;
}

* {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

.anchor-target {
    display: block;
    scroll-margin-top: calc(var(--header-height) + 16px);
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    letter-spacing: 0;
}

body.nav-open {
    overflow: hidden;
}

img,
canvas,
video {
    max-width: 100%;
}

main,
section,
footer,
.site-header,
.hero-inner,
.cta-inner,
.proof-demo-board,
.why-comparison,
.how-card,
.proof-card,
.connection-item,
.developer-card,
.faq-item,
.product-screen,
.resources-panel,
.pipe-visual,
.connections-section,
.connections-map,
.source-node,
.outcome-node,
.connections-api-strip,
.research-section,
.research-card,
.research-flow-panel,
.research-feature-strip {
    min-width: 0;
}

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

button,
input {
    font: inherit;
    letter-spacing: 0;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: grid;
    width: 100%;
    height: var(--header-height);
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 0 clamp(18px, 4vw, 64px);
    border-bottom: 1px solid rgba(216, 232, 255, 0.08);
    background: rgba(2, 11, 29, 0.86);
    backdrop-filter: blur(18px);
    transition: background 160ms ease, border-color 160ms ease;
}

.site-header.is-scrolled {
    border-color: rgba(216, 232, 255, 0.14);
    background: rgba(2, 11, 29, 0.96);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: max-content;
    font-weight: 800;
}

.brand-mark {
    position: relative;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    flex: 0 0 46px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(39, 120, 255, 0.22);
}

.brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-name {
    color: var(--paper);
    font-size: 1.62rem;
    font-weight: 820;
    line-height: 1;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 1.1vw, 16px);
}

.site-nav a,
.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 0 7px;
    border-radius: var(--radius);
    color: rgba(246, 251, 255, 0.8);
    font-size: 0.96rem;
    font-weight: 700;
    transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-link:hover,
.nav-link:focus-visible {
    background: rgba(246, 251, 255, 0.08);
    color: var(--paper);
}

.site-nav .mobile-nav-action {
    display: none;
}

.site-nav .mobile-demo-link {
    justify-content: center;
    background: var(--green);
    color: #ffffff;
}

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: max-content;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    min-height: 48px;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: normal;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button-small {
    min-height: 40px;
    padding: 0 16px;
    font-size: 0.9rem;
}

.button-primary {
    background: var(--green);
    color: #ffffff;
    box-shadow: 0 18px 46px rgba(39, 120, 255, 0.3);
}

.button-primary:hover,
.button-primary:focus-visible {
    background: #338aff;
}

.button-secondary,
.button-outline {
    border-color: rgba(216, 232, 255, 0.22);
    background: rgba(216, 232, 255, 0.07);
    color: var(--paper);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-outline:hover,
.button-outline:focus-visible {
    border-color: rgba(34, 215, 232, 0.54);
}

.button-icon,
.button-arrow {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    flex: 0 0 20px;
}

.button-icon svg,
.button-arrow svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.menu-toggle {
    position: fixed;
    top: 13px;
    right: 18px;
    z-index: 32;
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    justify-self: end;
    border: 1px solid rgba(246, 251, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(246, 251, 255, 0.06);
    color: var(--paper);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
    transition: transform 160ms ease;
}

.menu-toggle span + span {
    margin-top: 5px;
}

@media (min-width: 1121px) {
    .menu-toggle {
        display: none;
    }
}

.nav-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}

.nav-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
    position: relative;
    display: flex;
    min-height: 700px;
    align-items: center;
    overflow: hidden;
    padding: calc(var(--header-height) + 54px) clamp(18px, 5vw, 72px) 96px;
    background:
        radial-gradient(circle at 78% 44%, rgba(39, 120, 255, 0.22), transparent 34%),
        radial-gradient(circle at 34% 52%, rgba(34, 215, 232, 0.08), transparent 28%),
        linear-gradient(180deg, #020b1d 0%, #031226 100%);
    isolation: isolate;
}

.hero-canvas,
.hero-scrim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-canvas {
    z-index: -4;
    opacity: 0.62;
}

.hero-scrim {
    z-index: -3;
    background: linear-gradient(90deg, rgba(2, 11, 29, 0.92) 0%, rgba(2, 11, 29, 0.8) 40%, rgba(2, 11, 29, 0.22) 68%, rgba(2, 11, 29, 0.34) 100%);
}

.hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 1px;
    background: rgba(246, 251, 255, 0.12);
    content: "";
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: min(100%, var(--max));
    margin: 0 auto;
    min-width: 0;
    padding-right: min(43vw, 520px);
}

.hero-badge,
.yc-badge,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid rgba(39, 120, 255, 0.34);
    border-radius: var(--radius);
    background: rgba(7, 22, 52, 0.76);
    color: #b9dcff;
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
}

.hero-badge {
    margin-bottom: 22px;
    color: #8dc7ff;
}

.hero-badge span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 16px rgba(34, 215, 232, 0.9);
}

.hero h1 {
    max-width: 660px;
    margin: 0;
    color: var(--paper);
    font-size: 3.42rem;
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: 0;
    text-shadow: 0 14px 38px rgba(0, 4, 16, 0.72);
}

.hero h1 > span {
    display: block;
}

.hero h1 > span:nth-child(2) {
    white-space: nowrap;
}

.hero-company-lockup {
    position: relative;
    display: inline-block;
    margin-left: 0.08em;
    line-height: inherit;
    vertical-align: baseline;
}

.hero-company-your {
    position: absolute;
    top: -0.36em;
    left: 0.08em;
    color: #8fc8ff;
    font-size: 0.22em;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
}

.hero-company-text {
    display: inline;
    line-height: inherit;
}

.hero h1 em {
    background: linear-gradient(90deg, #2778ff 0%, #22d7e8 96%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: normal;
}

.hero-copy {
    max-width: 500px;
    margin: 24px 0 0;
    color: rgba(246, 251, 255, 0.78);
    font-size: 1.02rem;
    line-height: 1.68;
    text-shadow: 0 10px 28px rgba(0, 4, 16, 0.68);
}

.hero-subcopy {
    max-width: 480px;
    margin: 28px 0 0;
    color: rgba(246, 251, 255, 0.84);
    font-size: 1.16rem;
    font-weight: 720;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 26px;
}

.hero-availability {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 500px;
    margin: 18px 0 0;
    color: rgba(246, 251, 255, 0.82);
    font-size: 1rem;
    font-weight: 650;
}

.hero-availability span {
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    flex: 0 0 21px;
    border: 2px solid var(--cyan);
    border-radius: 50%;
    color: var(--cyan);
}

.hero-availability svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 820px;
    margin-top: 34px;
}

.hero-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(246, 251, 255, 0.13);
    border-radius: var(--radius);
    background: rgba(246, 251, 255, 0.06);
    color: rgba(246, 251, 255, 0.72);
    font-size: 0.86rem;
    font-weight: 700;
}

.hero-proof strong {
    margin-right: 5px;
    color: var(--paper);
}

.hero-visual {
    position: absolute;
    right: clamp(18px, 4vw, 72px);
    bottom: 50px;
    z-index: 1;
    width: min(760px, 48vw);
    height: 575px;
    opacity: 0.86;
    pointer-events: none;
}

.hero-flow {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 4;
    display: flex;
    width: min(720px, 100%);
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 8px;
    border: 1px solid rgba(216, 232, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(3, 15, 38, 0.88);
    box-shadow: 0 22px 70px rgba(0, 4, 16, 0.36);
    backdrop-filter: blur(18px);
}

.hero-flow-item {
    display: flex;
    min-width: 0;
    align-items: center;
    flex: 1 1 0;
    gap: 6px;
}

.hero-flow-item-decision,
.hero-flow-item-approve,
.hero-flow-item-model {
    min-width: 0;
}

.hero-flow-item div {
    min-width: 0;
}

.hero-flow-item strong {
    display: block;
    color: var(--paper);
    font-size: clamp(0.62rem, 0.72vw, 0.75rem);
    line-height: 1.15;
    white-space: nowrap;
}

.hero-flow-item-model strong {
    line-height: 1.08;
}

.hero-flow-item em {
    display: none;
}

.hero-flow-icon {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    flex: 0 0 28px;
    border: 1px solid rgba(34, 215, 232, 0.42);
    border-radius: var(--radius);
    background: rgba(34, 215, 232, 0.08);
    box-shadow: inset 0 0 24px rgba(34, 215, 232, 0.12), 0 0 24px rgba(34, 215, 232, 0.1);
}

.hero-flow-icon svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: var(--cyan);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.hero-flow-icon-decision {
    border-color: rgba(39, 120, 255, 0.44);
    background: rgba(39, 120, 255, 0.1);
}

.hero-flow-icon-decision svg {
    stroke: #58a4ff;
}

.hero-flow-icon-run {
    border-color: rgba(125, 141, 255, 0.48);
    background: rgba(125, 141, 255, 0.12);
}

.hero-flow-icon-approve {
    border-color: rgba(42, 234, 147, 0.42);
    background: rgba(42, 234, 147, 0.09);
}

.hero-flow-icon-approve svg {
    stroke: #42eaa4;
}

.hero-flow-icon-run svg {
    stroke: #9da8ff;
}

.hero-flow-icon-model {
    border-color: rgba(34, 215, 232, 0.44);
    background: rgba(14, 217, 186, 0.1);
}

.hero-flow-icon-model svg {
    stroke: #2af0d0;
}

.hero-flow i {
    flex: 0 0 auto;
    color: var(--cyan);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 850;
}

.visual-orbit {
    position: absolute;
    left: 17%;
    top: 180px;
    width: 68%;
    height: 190px;
    border: 1px solid rgba(34, 215, 232, 0.32);
    border-radius: 50%;
    box-shadow: 0 0 44px rgba(39, 120, 255, 0.12);
    display: none;
}

.visual-arc-map {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 430px;
    overflow: visible;
    opacity: 0.72;
}

.visual-arc {
    fill: none;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.visual-arc-top {
    stroke: rgba(39, 120, 255, 0.82);
}

.visual-arc-mid,
.visual-arc-center {
    stroke: rgba(34, 215, 232, 0.34);
}

.visual-arc-left {
    stroke: rgba(34, 215, 232, 0.76);
}

.visual-arc-right {
    stroke: rgba(125, 141, 255, 0.68);
}

.arc-node {
    fill: #2778ff;
    filter: drop-shadow(0 0 9px rgba(39, 120, 255, 0.86));
}

.node-cyan {
    fill: var(--cyan);
    filter: drop-shadow(0 0 9px rgba(34, 215, 232, 0.9));
}

.node-purple {
    fill: var(--coral);
    filter: drop-shadow(0 0 9px rgba(125, 141, 255, 0.9));
}

.visual-orbit-one {
    transform: rotate(6deg);
}

.visual-orbit-two {
    transform: rotate(-18deg);
}

.visual-platform {
    position: absolute;
    right: 0;
    bottom: 62px;
    left: 0;
    height: 320px;
}

.platform-back,
.platform-front {
    position: absolute;
    left: 50%;
    border: 2px solid rgba(39, 120, 255, 0.78);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(13, 55, 112, 0.92), rgba(4, 19, 45, 0.94));
    box-shadow: 0 34px 70px rgba(0, 3, 16, 0.5), inset 0 1px 0 rgba(246, 251, 255, 0.1);
    transform: translateX(-50%) skewX(-16deg) rotate(-1.5deg);
}

.platform-back {
    z-index: 1;
    bottom: 0;
    width: 84%;
    height: 104px;
    opacity: 0.86;
}

.platform-front {
    z-index: 2;
    bottom: 56px;
    width: 72%;
    height: 112px;
    border-color: rgba(34, 215, 232, 0.7);
    background: linear-gradient(180deg, rgba(15, 69, 130, 0.94), rgba(6, 25, 57, 0.96));
}

.platform-disc {
    position: absolute;
    left: 50%;
    bottom: 134px;
    z-index: 3;
    width: 260px;
    height: 72px;
    border: 1px solid rgba(34, 215, 232, 0.6);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(39, 120, 255, 0.34), rgba(4, 18, 44, 0.8) 68%);
    box-shadow: inset 0 0 28px rgba(34, 215, 232, 0.18), 0 16px 36px rgba(0, 4, 16, 0.28);
    transform: translateX(-50%);
}

.platform-glow {
    position: absolute;
    left: 50%;
    bottom: 164px;
    z-index: 4;
    width: 220px;
    height: 44px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 215, 232, 0.95), rgba(39, 120, 255, 0.22) 52%, transparent 72%);
    filter: blur(1px);
    transform: translateX(-50%);
}

.platform-logo {
    position: absolute;
    left: 50%;
    bottom: 138px;
    z-index: 5;
    width: 178px;
    height: 178px;
    overflow: visible;
    filter: drop-shadow(0 28px 34px rgba(0, 7, 24, 0.42));
    transform: translateX(-50%);
}

.platform-wing {
    transform-origin: center;
}

.platform-wing-blue {
    fill: url(#platformBlue);
}

.platform-wing-cyan {
    fill: url(#platformCyan);
}

.visual-bubble {
    position: absolute;
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    border: 2px solid rgba(83, 159, 255, 0.72);
    border-radius: 50%;
    background: rgba(4, 18, 44, 0.72);
    box-shadow: 0 0 32px rgba(39, 120, 255, 0.2), inset 0 0 28px rgba(39, 120, 255, 0.12);
    backdrop-filter: blur(10px);
}

.visual-node {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 178px;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.visual-node .visual-bubble {
    position: relative;
    inset: auto;
    width: 82px;
    height: 82px;
    transform: none;
}

.visual-node .visual-bubble::after {
    display: none;
}

.visual-bubble::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 120px;
    border-radius: 99px;
    background: linear-gradient(180deg, rgba(34, 215, 232, 0.9), rgba(39, 120, 255, 0.1));
    content: "";
    transform-origin: top center;
}

.visual-bubble svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: #7ab8ff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.visual-bubble-person {
    top: 190px;
    left: 4%;
    border-color: rgba(34, 215, 232, 0.86);
    box-shadow: 0 0 34px rgba(34, 215, 232, 0.22), inset 0 0 30px rgba(34, 215, 232, 0.14);
}

.visual-bubble-person::after {
    height: 138px;
    transform: rotate(-38deg);
}

.visual-bubble-agent {
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
}

.visual-bubble-agent::after {
    height: 132px;
}

.visual-bubble-chart {
    top: 190px;
    right: 0;
    border-color: rgba(125, 141, 255, 0.82);
    box-shadow: 0 0 34px rgba(125, 141, 255, 0.22), inset 0 0 30px rgba(125, 141, 255, 0.14);
}

.visual-bubble-chart::after {
    height: 138px;
    transform: rotate(38deg);
}

.visual-node-people {
    top: 174px;
    left: -16px;
}

.visual-node-agents {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.visual-node-software {
    top: 174px;
    right: -16px;
}

.visual-node-copy strong {
    display: block;
    color: var(--paper);
    font-size: 0.88rem;
    line-height: 1.1;
    text-shadow: 0 8px 24px rgba(0, 4, 16, 0.48);
}

.visual-node-copy span {
    display: none;
}

.hero-console {
    position: absolute;
    right: clamp(18px, 5vw, 72px);
    bottom: 92px;
    z-index: 1;
    width: min(420px, 35vw);
    overflow: hidden;
    border: 1px solid rgba(246, 251, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(4, 18, 44, 0.76);
    box-shadow: var(--shadow-strong);
    backdrop-filter: blur(18px);
}

.console-header,
.screen-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(246, 251, 255, 0.1);
    color: rgba(246, 251, 255, 0.72);
    font-size: 0.82rem;
    font-weight: 800;
}

.console-header strong {
    color: var(--green);
    text-transform: uppercase;
}

.console-alert {
    padding: 18px;
    border-bottom: 1px solid rgba(246, 251, 255, 0.1);
}

.console-alert span,
.console-metrics span,
.console-feed div,
.brain-row span,
.brain-row strong,
.module-heading span,
.contract-row span,
.scenario span,
.flow-step span,
.state-row span,
.resource-panel div,
.pipe-visual span {
    color: rgba(246, 251, 255, 0.58);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.console-alert strong {
    display: block;
    margin-top: 8px;
    color: var(--paper);
    line-height: 1.25;
}

.console-alert p {
    margin: 8px 0 0;
    color: rgba(246, 251, 255, 0.62);
    font-size: 0.88rem;
}

.console-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid rgba(246, 251, 255, 0.1);
}

.console-tabs span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(246, 251, 255, 0.1);
    color: rgba(246, 251, 255, 0.62);
    font-size: 0.78rem;
    font-weight: 850;
}

.console-tabs span:first-child {
    background: rgba(39, 120, 255, 0.09);
    color: var(--green);
}

.console-tabs span:last-child {
    border-right: 0;
}

.console-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid rgba(246, 251, 255, 0.1);
}

.console-metrics div {
    min-height: 78px;
    padding: 14px;
    border-right: 1px solid rgba(246, 251, 255, 0.1);
}

.console-metrics div:last-child {
    border-right: 0;
}

.console-metrics strong {
    display: block;
    margin-top: 8px;
    color: var(--paper);
    font-size: 1.08rem;
}

.console-progress {
    padding: 14px;
    border-bottom: 1px solid rgba(246, 251, 255, 0.1);
}

.console-progress span {
    color: rgba(246, 251, 255, 0.56);
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
}

.console-progress strong {
    display: block;
    margin-top: 7px;
    color: var(--paper);
}

.console-progress i {
    display: block;
    height: 7px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(246, 251, 255, 0.1);
}

.console-progress b {
    display: block;
    width: 83%;
    height: 100%;
    border-radius: inherit;
    background: var(--green);
}

.console-feed {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.console-feed div {
    display: flex;
    align-items: center;
    gap: 9px;
    text-transform: none;
}

.dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 2px;
}

.dot-green {
    background: var(--green);
}

.dot-cyan {
    background: var(--cyan);
}

.dot-gold {
    background: var(--gold);
}

.live-example-section {
    padding: 76px clamp(18px, 5vw, 72px) 88px;
    border-top: 1px solid rgba(216, 232, 255, 0.08);
    background:
        radial-gradient(circle at 74% 8%, rgba(39, 120, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #031226 0%, #020b1d 100%);
}

.example-heading,
.example-layout {
    width: min(100%, var(--max));
    margin: 0 auto;
}

.example-heading {
    display: grid;
    max-width: var(--max);
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
    gap: 28px;
    align-items: end;
}

.example-heading .section-kicker {
    justify-self: start;
}

.example-heading h2 {
    grid-column: 1;
    max-width: 690px;
    margin: 18px 0 0;
    color: var(--paper);
    font-size: 3.35rem;
    font-weight: 850;
    line-height: 1.02;
}

.example-heading p:not(.section-kicker) {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    color: rgba(216, 232, 255, 0.7);
    font-size: 1rem;
    line-height: 1.65;
}

.example-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-top: 34px;
}

.example-tabs {
    display: grid;
    gap: 10px;
}

.example-tabs button {
    display: grid;
    gap: 8px;
    width: 100%;
    min-height: 126px;
    padding: 18px;
    border: 1px solid rgba(216, 232, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(3, 15, 38, 0.62);
    color: var(--paper);
    cursor: pointer;
    text-align: left;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.example-tabs button:hover,
.example-tabs button:focus-visible,
.example-tabs button.is-active {
    border-color: rgba(34, 215, 232, 0.42);
    background: rgba(39, 120, 255, 0.11);
}

.example-tabs button:hover,
.example-tabs button:focus-visible {
    transform: translateY(-1px);
}

.example-tabs span,
.example-panel-top span,
.example-alert span,
.example-card span,
.example-model-update span {
    display: block;
    color: rgba(216, 232, 255, 0.58);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.example-tabs strong {
    color: var(--paper);
    font-size: 1.05rem;
    line-height: 1.2;
}

.example-tabs em {
    color: rgba(216, 232, 255, 0.66);
    font-size: 0.92rem;
    font-style: normal;
    font-weight: 650;
    line-height: 1.45;
}

.example-stage {
    min-width: 0;
}

.example-panel {
    display: none;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(216, 232, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(3, 15, 38, 0.74);
    box-shadow: 0 28px 90px rgba(0, 4, 16, 0.26);
    backdrop-filter: blur(18px);
}

.example-panel.is-active {
    display: block;
}

.example-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(216, 232, 255, 0.08);
}

.example-panel-top strong {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(34, 215, 232, 0.34);
    border-radius: var(--radius);
    background: rgba(34, 215, 232, 0.08);
    color: var(--cyan);
    font-size: 0.78rem;
    text-transform: uppercase;
}

.example-alert {
    padding: 22px 22px 6px;
}

.example-alert h3 {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--paper);
    font-size: 2rem;
    line-height: 1.08;
}

.example-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 12px;
    padding: 18px 22px 22px;
}

.example-card {
    min-width: 0;
    min-height: 166px;
    padding: 18px;
    border: 1px solid rgba(216, 232, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(216, 232, 255, 0.045);
}

.example-card ul {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.example-card li {
    position: relative;
    padding-left: 18px;
    color: rgba(246, 251, 255, 0.82);
    font-size: 0.94rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.example-card li::before {
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 12px rgba(34, 215, 232, 0.65);
    content: "";
}

.example-card strong {
    display: block;
    margin-top: 14px;
    color: var(--paper);
    font-size: 1rem;
    line-height: 1.42;
    overflow-wrap: anywhere;
}

.example-card p {
    margin: 12px 0 0;
    color: rgba(216, 232, 255, 0.68);
    font-size: 0.93rem;
    line-height: 1.58;
    overflow-wrap: anywhere;
}

.recommended-card {
    grid-column: 1 / -1;
    min-height: 0;
    border-color: rgba(39, 120, 255, 0.24);
    background: rgba(39, 120, 255, 0.08);
}

.model-impact-card {
    border-color: rgba(34, 215, 232, 0.18);
}

.rules-card {
    border-color: rgba(34, 215, 232, 0.2);
}

.run-card {
    border-color: rgba(125, 141, 255, 0.22);
}

.example-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0 16px;
}

.example-options li {
    min-height: 38px;
    padding: 9px 10px 9px 24px;
    border: 1px solid rgba(216, 232, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(216, 232, 255, 0.045);
    color: rgba(246, 251, 255, 0.78);
    font-size: 0.84rem;
    font-weight: 750;
    line-height: 1.25;
}

.example-options li::before {
    top: 15px;
    left: 10px;
    width: 6px;
    height: 6px;
}

.example-options + span {
    margin-top: 2px;
}

.example-model-update {
    display: grid;
    gap: 8px;
    padding: 18px 22px;
    border-top: 1px solid rgba(216, 232, 255, 0.09);
    background: rgba(34, 215, 232, 0.07);
}

.example-model-update strong {
    color: var(--paper);
    font-size: 1rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.proof-demo-section {
    padding: 76px clamp(18px, 5vw, 72px) 84px;
    border-top: 1px solid rgba(216, 232, 255, 0.08);
    background:
        radial-gradient(circle at 50% 0%, rgba(39, 120, 255, 0.18), transparent 30%),
        radial-gradient(circle at 50% 76%, rgba(34, 215, 232, 0.08), transparent 36%),
        linear-gradient(180deg, #020b1d 0%, #031226 54%, #020b1d 100%);
    color: var(--paper);
}

.proof-demo-heading {
    width: min(100%, 1000px);
    margin: 0 auto 28px;
    text-align: center;
}

.proof-demo-heading p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #2b86ff;
    font-size: 0.9rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.proof-demo-heading p::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 18px rgba(39, 120, 255, 0.9);
    content: "";
}

.proof-demo-heading h2 {
    margin: 16px auto 0;
    color: var(--paper);
    font-size: 3.08rem;
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: 0;
    text-shadow: 0 18px 44px rgba(0, 4, 16, 0.58);
}

.proof-demo-heading span {
    display: block;
    max-width: 760px;
    margin: 14px auto 0;
    color: rgba(246, 251, 255, 0.72);
    font-size: 1.18rem;
    line-height: 1.55;
}

.proof-demo-board {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 24px 20px 20px;
    border: 1px solid rgba(216, 232, 255, 0.14);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 10% 10%, rgba(39, 120, 255, 0.08), transparent 24%),
        radial-gradient(circle at 90% 0%, rgba(34, 215, 232, 0.06), transparent 26%),
        rgba(3, 15, 38, 0.78);
    box-shadow: 0 28px 90px rgba(0, 4, 16, 0.34);
    backdrop-filter: blur(18px);
}

.proof-step-row {
    display: grid;
    grid-template-columns: 1fr 64px 1fr 64px 1fr 64px 1fr;
    align-items: center;
    gap: 10px;
    padding: 0 8px 18px;
}

.proof-step {
    display: grid;
    justify-items: center;
    gap: 12px;
    min-width: 0;
    text-align: center;
}

.proof-step strong {
    color: var(--paper);
    font-size: 1.02rem;
    line-height: 1.2;
}

.proof-step-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1.5px solid rgba(39, 120, 255, 0.82);
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.08);
    box-shadow: inset 0 0 24px rgba(39, 120, 255, 0.14), 0 0 30px rgba(39, 120, 255, 0.18);
}

.proof-step-icon svg,
.proof-card-icon svg,
.proof-demo-actions p svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.proof-step-signal .proof-step-icon,
.proof-card-signal .proof-card-icon {
    color: #2b86ff;
}

.proof-step-model .proof-step-icon,
.proof-card-model .proof-card-icon {
    border-color: rgba(34, 215, 232, 0.72);
    color: var(--cyan);
}

.proof-step-decision .proof-step-icon,
.proof-card-decision .proof-card-icon {
    border-color: rgba(151, 95, 255, 0.78);
    color: #a06bff;
}

.proof-step-run .proof-step-icon,
.proof-card-run .proof-card-icon {
    border-color: rgba(42, 234, 147, 0.78);
    color: #2aef9b;
}

.proof-step-row > i {
    position: relative;
    display: block;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(39, 120, 255, 0.9), transparent);
}

.proof-step-row > i::after {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #2778ff;
    border-right: 2px solid #2778ff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.proof-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.proof-card {
    display: flex;
    min-width: 0;
    min-height: 320px;
    flex-direction: column;
    padding: 18px;
    border: 1px solid rgba(216, 232, 255, 0.13);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 50% 0%, rgba(246, 251, 255, 0.055), transparent 36%),
        rgba(8, 24, 52, 0.72);
    box-shadow: inset 0 1px 0 rgba(246, 251, 255, 0.04), 0 16px 52px rgba(0, 4, 16, 0.2);
}

.proof-card-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(39, 120, 255, 0.28);
    border-radius: var(--radius);
    background: rgba(39, 120, 255, 0.18);
    color: #7ab8ff;
    box-shadow: inset 0 0 22px rgba(39, 120, 255, 0.1);
}

.proof-card h3 {
    margin: 16px 0 0;
    color: var(--paper);
    font-size: 1.14rem;
    line-height: 1.2;
}

.proof-card h3 b {
    color: #a06bff;
    font-weight: 850;
}

.proof-card dl {
    display: grid;
    gap: 0;
    margin: 14px 0 0;
}

.proof-card dl div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    min-height: 42px;
    border-top: 1px solid rgba(216, 232, 255, 0.1);
}

.proof-card dt {
    color: rgba(216, 232, 255, 0.72);
    font-size: 0.9rem;
}

.proof-card dd {
    margin: 0;
    color: var(--paper);
    font-size: 0.95rem;
    font-weight: 850;
    text-align: right;
    white-space: nowrap;
}

.proof-card dd.positive,
.proof-card-run h3,
.proof-card-run li::before {
    color: #2aef9b;
}

.proof-card dd.warning {
    color: #ffcf4c;
}

.proof-card em {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 30px;
    align-items: center;
    margin-top: auto;
    padding: 0 10px;
    border-radius: var(--radius);
    background: rgba(39, 120, 255, 0.16);
    color: #8fc8ff;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 760;
}

.proof-card-model em,
.proof-card-run em {
    background: rgba(42, 234, 147, 0.12);
    color: #2aef9b;
}

.proof-card-decision em {
    background: rgba(151, 95, 255, 0.16);
    color: #c19bff;
}

.proof-card-run ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 14px;
    padding: 0;
    list-style: none;
}

.proof-card-run li {
    position: relative;
    padding-left: 26px;
    color: rgba(246, 251, 255, 0.84);
    font-size: 0.92rem;
    line-height: 1.35;
}

.proof-card-run li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    content: "";
}

.proof-card-run li::after {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 5px;
    height: 8px;
    border-right: 1.5px solid #2aef9b;
    border-bottom: 1.5px solid #2aef9b;
    content: "";
    transform: rotate(42deg);
}

.proof-chart {
    margin-top: auto;
}

.proof-chart svg {
    display: block;
    width: 100%;
    height: 58px;
}

.proof-chart path:first-child {
    fill: none;
    stroke: #2aef9b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.proof-chart path:last-child {
    fill: rgba(42, 234, 147, 0.14);
}

.proof-demo-actions {
    display: grid;
    justify-items: center;
    gap: 18px;
    margin-top: 18px;
}

.proof-demo-actions .button {
    min-width: 330px;
    min-height: 56px;
    font-size: 1rem;
}

.proof-demo-actions p {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: rgba(216, 232, 255, 0.62);
    font-size: 1rem;
}

.proof-demo-actions p svg {
    width: 20px;
    height: 20px;
    color: rgba(216, 232, 255, 0.5);
}

.why-veldovo-section {
    padding: 72px clamp(18px, 5vw, 72px);
    border-top: 1px solid rgba(216, 232, 255, 0.08);
    background:
        radial-gradient(circle at 50% 24%, rgba(39, 120, 255, 0.16), transparent 34%),
        radial-gradient(circle at 86% 46%, rgba(14, 217, 186, 0.08), transparent 30%),
        radial-gradient(circle at 12% 54%, rgba(39, 120, 255, 0.08), transparent 30%),
        linear-gradient(180deg, #020b1d 0%, #031226 52%, #020b1d 100%);
    color: var(--paper);
}

.why-heading {
    width: min(100%, 1120px);
    margin: 0 auto;
    text-align: center;
}

.why-heading p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #2b86ff;
    font-size: 0.92rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.why-heading p span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2b86ff;
    box-shadow: 0 0 18px rgba(39, 120, 255, 0.75);
}

.why-heading h2 {
    margin: 14px auto 0;
    color: var(--paper);
    font-size: 2.92rem;
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: 0;
}

.why-heading h2 span,
.why-heading h2 em {
    display: block;
}

.why-heading h2 em {
    background: linear-gradient(90deg, #2778ff 0%, #22d7e8 55%, #2af0d0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: normal;
}

.why-heading strong {
    display: block;
    max-width: 720px;
    margin: 14px auto 0;
    color: rgba(246, 251, 255, 0.72);
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.55;
}

.why-comparison {
    display: grid;
    width: min(100%, 1280px);
    margin: 30px auto 0;
    grid-template-columns: minmax(300px, 0.95fr) minmax(330px, 1.1fr) minmax(300px, 0.95fr);
    gap: 24px;
    align-items: center;
}

.why-panel {
    min-height: 0;
    padding: 20px 22px;
    border: 1px solid rgba(39, 120, 255, 0.38);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 50% 0%, rgba(39, 120, 255, 0.1), transparent 34%),
        rgba(3, 15, 38, 0.8);
    box-shadow: inset 0 1px 0 rgba(246, 251, 255, 0.045), 0 24px 80px rgba(0, 4, 16, 0.26);
}

.why-panel-with {
    border-color: rgba(14, 217, 186, 0.42);
    background:
        radial-gradient(circle at 50% 0%, rgba(14, 217, 186, 0.08), transparent 34%),
        rgba(3, 15, 38, 0.8);
}

.why-panel h3 {
    margin: 0 0 12px;
    color: #58a4ff;
    font-size: 0.9rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: uppercase;
}

.why-panel-with h3 {
    color: #2af0d0;
}

.why-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(216, 232, 255, 0.09);
}

.why-item:last-child {
    border-bottom: 0;
}

.why-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1.5px solid rgba(39, 120, 255, 0.66);
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.08);
    color: #8fc8ff;
    box-shadow: inset 0 0 22px rgba(39, 120, 255, 0.1), 0 0 24px rgba(39, 120, 255, 0.1);
}

.why-panel-with .why-icon {
    border-color: rgba(14, 217, 186, 0.68);
    background: rgba(14, 217, 186, 0.08);
    color: #2af0d0;
}

.why-icon svg,
.why-action-node svg,
.why-strip-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.why-icon circle {
    fill: currentColor;
    stroke: none;
}

.why-item h4 {
    margin: 0;
    color: var(--paper);
    font-size: 0.96rem;
    line-height: 1.25;
}

.why-item p {
    margin: 5px 0 0;
    color: rgba(216, 232, 255, 0.7);
    font-size: 0.88rem;
    line-height: 1.42;
}

.why-bridge {
    display: grid;
    grid-template-columns: 72px 38px minmax(104px, 1fr) 38px 72px;
    grid-template-rows: auto auto;
    align-items: center;
    justify-items: center;
    gap: 10px 0;
    min-height: 250px;
}

.why-source-node,
.why-action-node {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1px solid rgba(216, 232, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(8, 24, 52, 0.82);
}

.why-source-node {
    position: relative;
}

.why-source-node span {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(143, 200, 255, 0.68);
}

.why-source-node span:nth-child(1) { left: 19px; top: 18px; }
.why-source-node span:nth-child(2) { right: 18px; top: 19px; }
.why-source-node span:nth-child(3) { left: 15px; top: 50%; }
.why-source-node span:nth-child(4) { right: 16px; top: 50%; }
.why-source-node span:nth-child(5) { left: 23px; bottom: 18px; }
.why-source-node span:nth-child(6) { right: 24px; bottom: 16px; }

.why-bridge > i {
    position: relative;
    display: block;
    width: 38px;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(39, 120, 255, 0.22), #22a0ff);
}

.why-bridge > i::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 2px solid #22a0ff;
    border-right: 2px solid #22a0ff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.why-bridge > i:nth-of-type(2) {
    background: linear-gradient(90deg, rgba(14, 217, 186, 0.22), #2af0d0);
}

.why-bridge > i:nth-of-type(2)::after {
    border-color: #2af0d0;
}

.why-brain-node {
    display: grid;
    justify-items: center;
    text-align: center;
}

.why-v-mark {
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    border: 1px solid rgba(39, 120, 255, 0.58);
    border-radius: 50%;
    background: rgba(7, 28, 64, 0.72);
    box-shadow: inset 0 0 38px rgba(39, 120, 255, 0.12), 0 0 42px rgba(39, 120, 255, 0.18);
}

.why-v-mark img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.why-brain-node strong {
    margin-top: 10px;
    color: var(--paper);
    font-size: 1.08rem;
    font-weight: 850;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.why-brain-node em {
    margin-top: 2px;
    color: #2b86ff;
    font-size: 0.86rem;
    font-style: normal;
    font-weight: 760;
}

.why-action-node {
    border-color: rgba(14, 217, 186, 0.22);
    background: rgba(14, 217, 186, 0.08);
    color: #2af0d0;
}

.why-action-node svg {
    width: 32px;
    height: 32px;
}

.why-bridge > span {
    max-width: 118px;
    color: rgba(216, 232, 255, 0.64);
    font-size: 0.78rem;
    line-height: 1.35;
    text-align: center;
}

.why-bridge > span:first-of-type {
    grid-column: 1 / 2;
    grid-row: 2;
}

.why-bridge > span:last-child {
    grid-column: 5 / 6;
    grid-row: 2;
    color: #2af0d0;
    font-weight: 760;
}

.why-proof-strip {
    display: grid;
    width: min(100%, 1280px);
    margin: 20px auto 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(216, 232, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(3, 15, 38, 0.76);
    box-shadow: 0 22px 72px rgba(0, 4, 16, 0.24);
}

.why-proof-strip div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 62px;
    padding: 12px 20px;
    border-right: 1px solid rgba(216, 232, 255, 0.12);
}

.why-proof-strip div:last-child {
    border-right: 0;
}

.why-strip-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1.5px solid rgba(39, 120, 255, 0.64);
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.09);
    color: #58a4ff;
}

.why-proof-strip div:nth-child(3) .why-strip-icon {
    border-color: rgba(14, 217, 186, 0.68);
    color: #2af0d0;
}

.why-proof-strip strong {
    color: var(--paper);
    font-size: 0.96rem;
    line-height: 1.25;
}

.section {
    padding: 96px clamp(18px, 5vw, 72px);
}

.section-light {
    background: #031226;
    color: var(--paper);
}

.section-muted {
    background: var(--surface-soft);
    color: var(--paper);
}

.section-dark {
    background: var(--bg);
    color: var(--paper);
}

.section-heading {
    width: min(100%, var(--max));
    margin: 0 auto 40px;
    text-align: center;
}

.section-heading.align-left {
    margin-left: 0;
    text-align: left;
}

.section-heading.compact {
    margin-bottom: 0;
}

.section-heading .section-kicker {
    background: rgba(39, 120, 255, 0.11);
    color: #b9dcff;
}

.section-dark .section-heading .section-kicker,
.cta-section .section-kicker {
    background: rgba(39, 120, 255, 0.08);
    color: #b9dcff;
}

.section-heading h2,
.cta-inner h2 {
    max-width: 920px;
    margin: 18px auto 0;
    font-size: 3.45rem;
    font-weight: 850;
    line-height: 1.02;
}

.section-heading.align-left h2 {
    margin-left: 0;
}

.section-heading p:not(.section-kicker),
.cta-inner > p {
    max-width: 720px;
    margin: 18px auto 0;
    color: rgba(216, 232, 255, 0.72);
    font-size: 1.05rem;
    line-height: 1.7;
}

.section-heading .section-kicker,
.yc-badge {
    box-shadow: 0 12px 34px rgba(0, 4, 16, 0.16);
}

.section-heading.align-left p:not(.section-kicker) {
    margin-left: 0;
}

.section-dark .section-heading p:not(.section-kicker),
.cta-inner > p {
    color: rgba(246, 251, 255, 0.72);
}

.brain-layout,
.contract-layout,
.live-model-layout,
.faq-layout,
.buyer-layout {
    display: grid;
    width: min(100%, var(--max));
    margin: 0 auto;
    gap: 28px;
}

.brain-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: stretch;
}

.brain-list {
    display: grid;
    gap: 10px;
}

.brain-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
    min-height: 104px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 16px 52px rgba(0, 4, 16, 0.18);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.brain-row:hover {
    border-color: rgba(39, 120, 255, 0.28);
    box-shadow: var(--shadow-soft);
    transform: translateY(-1px);
}

.brain-row span,
.brain-row strong {
    color: rgba(216, 232, 255, 0.66);
}

.brain-row h3 {
    margin: 8px 0 0;
    font-size: 1.02rem;
    line-height: 1.25;
}

.brain-row p {
    margin: 8px 0 0;
    color: rgba(216, 232, 255, 0.68);
    font-size: 0.92rem;
    line-height: 1.55;
}

.brain-row > strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(39, 120, 255, 0.24);
    border-radius: var(--radius);
    background: rgba(39, 120, 255, 0.08);
    color: #b9dcff;
    white-space: nowrap;
}

.product-screen {
    overflow: hidden;
    border: 1px solid rgba(216, 232, 255, 0.14);
    border-radius: var(--radius);
    background: #06142b;
    color: var(--paper);
    box-shadow: 0 30px 90px rgba(0, 4, 16, 0.28);
}

.screen-top {
    color: rgba(246, 251, 255, 0.7);
}

.screen-top strong {
    color: var(--paper);
}

.screen-body {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 448px;
    background: rgba(246, 251, 255, 0.02);
}

.screen-primary {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    border-right: 1px solid rgba(246, 251, 255, 0.1);
}

.screen-primary span,
.screen-side span {
    color: rgba(246, 251, 255, 0.58);
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
}

.screen-primary strong {
    display: block;
    margin-top: 12px;
    font-size: 1.85rem;
    line-height: 1.06;
}

.screen-primary p {
    margin: 12px 0 0;
    color: rgba(246, 251, 255, 0.66);
}

.screen-primary em {
    display: inline-flex;
    width: max-content;
    min-height: 34px;
    align-items: center;
    margin-top: 22px;
    padding: 0 12px;
    border-radius: var(--radius);
    background: var(--green);
    color: #ffffff;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 850;
}

.screen-primary::before {
    display: block;
    width: 62px;
    height: 62px;
    margin-bottom: auto;
    border: 1px solid rgba(39, 120, 255, 0.34);
    border-radius: var(--radius);
    background: rgba(39, 120, 255, 0.08);
    box-shadow: inset 18px 16px 0 -12px var(--green), inset -16px 22px 0 -12px var(--cyan), inset 24px -18px 0 -12px var(--coral);
    content: "";
}

.screen-side {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
}

.screen-side div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 18px;
    border-bottom: 1px solid rgba(246, 251, 255, 0.1);
}

.screen-side div:last-child {
    border-bottom: 0;
}

.screen-side strong {
    font-size: 1.04rem;
}

.module-grid {
    display: grid;
    width: min(100%, var(--max));
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.module-loop {
    display: flex;
    width: min(100%, var(--max));
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: -16px auto 30px;
    padding: 14px;
    border: 1px solid rgba(216, 232, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(216, 232, 255, 0.045);
    box-shadow: 0 16px 52px rgba(0, 4, 16, 0.18);
}

.module-loop span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 11px;
    border: 1px solid rgba(216, 232, 255, 0.12);
    border-radius: var(--radius);
    background: var(--surface);
    color: var(--paper);
    font-size: 0.84rem;
    font-weight: 850;
}

.module-loop i {
    display: block;
    width: 24px;
    height: 1px;
    background: rgba(216, 232, 255, 0.24);
}

.module-panel {
    scroll-margin-top: calc(var(--header-height) + 16px);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 16px 52px rgba(0, 4, 16, 0.18);
    transition: box-shadow 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.module-panel:hover {
    border-color: rgba(39, 120, 255, 0.28);
    box-shadow: var(--shadow-soft);
    transform: translateY(-1px);
}

.module-panel:nth-child(2n) {
    border-color: rgba(34, 215, 232, 0.24);
}

.module-panel:nth-child(3n) {
    border-color: rgba(125, 141, 255, 0.22);
}

.module-heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
    border-bottom: 1px solid var(--line);
}

.module-heading span {
    color: #8fc8ff;
}

.module-heading h3 {
    margin: 0;
    font-size: 1.28rem;
    line-height: 1.16;
}

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

.module-columns > div {
    padding: 22px;
}

.module-columns > div:first-child {
    border-right: 1px solid var(--line);
}

.module-columns strong {
    display: block;
    margin-bottom: 12px;
    font-size: 0.82rem;
    font-weight: 850;
    text-transform: uppercase;
}

.module-columns ul,
.check-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-columns li {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(216, 232, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(216, 232, 255, 0.055);
    color: rgba(216, 232, 255, 0.72);
    font-size: 0.9rem;
    font-weight: 700;
}

.buyer-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
}

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

.buyer-card {
    min-height: 176px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 16px 52px rgba(0, 4, 16, 0.18);
}

.buyer-card:nth-child(2n) {
    border-color: rgba(34, 215, 232, 0.24);
}

.buyer-card:nth-child(3n) {
    border-color: rgba(125, 141, 255, 0.22);
}

.buyer-card h3 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.22;
}

.buyer-card p {
    margin: 14px 0 0;
    color: rgba(216, 232, 255, 0.68);
    font-size: 0.94rem;
    line-height: 1.62;
}

.contract-section {
    position: relative;
    overflow: hidden;
}

.contract-layout {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    align-items: start;
}

.contract-table,
.scenario-stack,
.model-state,
.resources-panel {
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    background: rgba(246, 251, 255, 0.06);
    box-shadow: var(--shadow-strong);
    backdrop-filter: blur(16px);
}

.contract-table {
    overflow: hidden;
}

.contract-row {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 18px;
    padding: 18px;
    border-bottom: 1px solid rgba(246, 251, 255, 0.1);
}

.contract-row:last-child {
    border-bottom: 0;
}

.contract-row span {
    color: rgba(246, 251, 255, 0.52);
}

.contract-row strong {
    color: rgba(246, 251, 255, 0.88);
    font-size: 0.96rem;
    line-height: 1.5;
}

.scenario-stack {
    display: grid;
    gap: 0;
    overflow: hidden;
}

.scenario {
    padding: 18px;
    border-bottom: 1px solid rgba(246, 251, 255, 0.1);
}

.scenario:last-child {
    border-bottom: 0;
}

.scenario span {
    color: rgba(246, 251, 255, 0.54);
}

.scenario strong {
    display: block;
    margin-top: 7px;
    font-size: 1rem;
}

.scenario p {
    margin: 8px 0 0;
    color: rgba(246, 251, 255, 0.64);
    font-size: 0.93rem;
}

.scenario.selected {
    border-left: 3px solid var(--green);
    background: rgba(39, 120, 255, 0.08);
}

.scenario.blocked {
    border-left: 3px solid var(--coral);
}

.how-section {
    padding: 126px clamp(18px, 5vw, 72px) 104px;
    border-top: 1px solid rgba(216, 232, 255, 0.08);
    background:
        radial-gradient(circle at 50% 5%, rgba(39, 120, 255, 0.16), transparent 30%),
        radial-gradient(circle at 18% 48%, rgba(34, 215, 232, 0.075), transparent 28%),
        radial-gradient(circle at 84% 58%, rgba(125, 141, 255, 0.07), transparent 30%),
        linear-gradient(180deg, #020b1d 0%, #031226 54%, #020b1d 100%);
    color: var(--paper);
}

.how-heading {
    width: min(100%, 1060px);
    margin: 0 auto 42px;
    text-align: center;
}

.how-heading p {
    margin: 0;
    color: #2b86ff;
    font-size: 0.9rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.how-heading h2 {
    margin: 14px auto 0;
    color: var(--paper);
    font-size: 3.5rem;
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: 0;
}

.how-heading h2 em {
    background: linear-gradient(90deg, #2778ff 0%, #22d7e8 96%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: normal;
}

.how-heading span {
    display: block;
    max-width: 760px;
    margin: 18px auto 0;
    color: rgba(216, 232, 255, 0.72);
    font-size: 1.1rem;
    line-height: 1.65;
}

.how-card-grid {
    display: grid;
    width: min(100%, 1360px);
    margin: 0 auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.how-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 520px;
    flex-direction: column;
    padding: 26px;
    border: 1px solid rgba(216, 232, 255, 0.16);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 50% 0%, rgba(39, 120, 255, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(8, 27, 58, 0.86), rgba(3, 15, 38, 0.78));
    box-shadow: inset 0 1px 0 rgba(246, 251, 255, 0.055), 0 24px 74px rgba(0, 4, 16, 0.25);
    backdrop-filter: blur(14px);
}

.how-card:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -28px;
    z-index: 2;
    width: 30px;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(34, 215, 232, 0.15), #22a0ff);
    content: "";
}

.how-card:not(:last-child)::before {
    position: absolute;
    top: calc(50% - 6px);
    right: -28px;
    z-index: 3;
    width: 12px;
    height: 12px;
    border-top: 2px solid #22a0ff;
    border-right: 2px solid #22a0ff;
    content: "";
    transform: rotate(45deg);
}

.how-card-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.how-card-title span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    flex: 0 0 46px;
    border: 1px solid rgba(39, 120, 255, 0.58);
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.18);
    color: #7ab8ff;
    font-weight: 850;
    font-size: 1.15rem;
    box-shadow: inset 0 0 24px rgba(39, 120, 255, 0.18), 0 0 30px rgba(39, 120, 255, 0.18);
}

.how-card:nth-child(2) .how-card-title span,
.how-card:nth-child(4) .how-card-title span {
    border-color: rgba(34, 215, 232, 0.58);
    background: rgba(34, 215, 232, 0.12);
    color: var(--cyan);
}

.how-card:nth-child(3) .how-card-title span {
    border-color: rgba(125, 141, 255, 0.62);
    background: rgba(125, 141, 255, 0.14);
    color: #a7a8ff;
}

.how-card-title h3 {
    margin: 0;
    color: var(--paper);
    font-size: 1.58rem;
    line-height: 1.16;
}

.how-card > p {
    margin: 16px 0 0;
    color: rgba(246, 251, 255, 0.78);
    font-size: 1rem;
    line-height: 1.58;
}

.connect-map,
.model-map {
    position: relative;
    display: grid;
    min-height: 260px;
    margin: 22px 0 0;
    place-items: center;
}

.connect-map::before,
.connect-map::after {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px dashed rgba(39, 120, 255, 0.32);
    border-radius: 50%;
    content: "";
}

.connect-map::after {
    width: 112px;
    height: 112px;
    border-style: solid;
    border-color: rgba(34, 215, 232, 0.12);
}

.connect-core {
    position: relative;
    z-index: 2;
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    border-radius: 50%;
    background: rgba(7, 28, 64, 0.86);
    box-shadow: inset 0 0 30px rgba(39, 120, 255, 0.12), 0 0 44px rgba(39, 120, 255, 0.28);
}

.connect-core svg {
    width: 62px;
    height: 62px;
}

.connect-core path:first-child {
    fill: #2778ff;
}

.connect-core path:last-child {
    fill: #22d7e8;
}

.connect-node {
    position: absolute;
    z-index: 2;
    display: grid;
    min-width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(39, 120, 255, 0.3);
    border-radius: var(--radius);
    background: rgba(39, 120, 255, 0.16);
    color: #a8d1ff;
    font-size: 0.9rem;
    font-weight: 850;
}

.connect-node svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.node-erp {
    top: 10px;
    left: 34px;
    background: rgba(125, 141, 255, 0.18);
    color: #b7b7ff;
}

.node-cloud {
    top: 10px;
    right: 34px;
    background: rgba(34, 215, 232, 0.16);
    color: #7df2ff;
}

.node-db {
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.node-api {
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.node-agent {
    bottom: 12px;
    left: 34px;
    background: rgba(125, 141, 255, 0.18);
    color: #b7b7ff;
}

.node-people {
    right: 34px;
    bottom: 12px;
    background: rgba(34, 215, 232, 0.16);
    color: #7df2ff;
}

.model-map {
    min-height: 290px;
    align-items: center;
}

.model-map::before,
.model-map::after {
    position: absolute;
    z-index: 1;
    content: "";
}

.model-map::before {
    left: 38px;
    right: 38px;
    top: 50%;
    height: 1px;
    background: repeating-linear-gradient(90deg, rgba(34, 215, 232, 0.3) 0 4px, transparent 4px 8px);
}

.model-map::after {
    top: 42px;
    bottom: 42px;
    left: 50%;
    width: 1px;
    background: repeating-linear-gradient(180deg, rgba(34, 215, 232, 0.24) 0 4px, transparent 4px 8px);
}

.model-core {
    position: relative;
    display: grid;
    width: 180px;
    height: 164px;
    place-items: center;
}

.model-core svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: rgba(39, 120, 255, 0.16);
    stroke: rgba(34, 215, 232, 0.74);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    filter: drop-shadow(0 0 28px rgba(34, 215, 232, 0.28));
}

.model-core b {
    z-index: 2;
    background: linear-gradient(90deg, #2778ff, #22d7e8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2.45rem;
    line-height: 1;
}

.model-map > span {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(216, 232, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(8, 24, 52, 0.82);
    color: rgba(246, 251, 255, 0.82);
    font-size: 0.84rem;
}

.model-map > span:nth-child(1) {
    top: 34px;
    left: 0;
}

.model-map > span:nth-child(2) {
    top: 34px;
    right: 0;
}

.model-map > span:nth-child(3) {
    top: 90px;
    left: 4px;
}

.model-map > span:nth-child(4) {
    top: 90px;
    right: 4px;
}

.model-map > span:nth-child(5) {
    bottom: 62px;
    left: 0;
}

.model-map > span:nth-child(6) {
    right: 4px;
    bottom: 62px;
}

.model-map > span:nth-child(7) {
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.decision-contract,
.run-panel {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(216, 232, 255, 0.16);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 50% 0%, rgba(246, 251, 255, 0.045), transparent 34%),
        rgba(8, 24, 52, 0.84);
    box-shadow: inset 0 1px 0 rgba(246, 251, 255, 0.04);
}

.decision-contract > strong,
.run-panel > strong {
    display: block;
    color: var(--paper);
    font-size: 0.98rem;
}

.decision-option {
    display: grid;
    grid-template-columns: minmax(96px, 1fr) 82px 16px;
    gap: 8px;
    align-items: center;
    min-height: 48px;
    margin-top: 10px;
    padding: 0 8px;
    border: 1px solid rgba(216, 232, 255, 0.08);
    border-radius: var(--radius);
    background: rgba(216, 232, 255, 0.04);
}

.decision-option.is-selected {
    border-color: rgba(125, 141, 255, 0.62);
    background: rgba(125, 141, 255, 0.14);
}

.decision-option::after {
    color: rgba(216, 232, 255, 0.18);
    content: "☆";
    font-size: 1.2rem;
    line-height: 1;
}

.decision-option.is-selected::after {
    color: #c6b3ff;
}

.decision-option span {
    color: var(--paper);
    font-size: 0.84rem;
    line-height: 1.15;
}

.decision-option em {
    display: block;
    color: rgba(216, 232, 255, 0.62);
    font-style: normal;
}

.decision-option b {
    display: block;
    height: 5px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(39, 120, 255, 0.14);
}

.decision-option b::before {
    display: block;
    width: 56%;
    height: 100%;
    border-radius: inherit;
    background: #6e7cff;
    content: "";
}

.decision-option.is-selected b::before {
    width: 62%;
    background: #9a65ff;
}

.decision-check,
.run-panel > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    border-top: 1px solid rgba(216, 232, 255, 0.08);
    color: rgba(216, 232, 255, 0.74);
    font-size: 0.9rem;
}

.decision-check strong,
.run-panel > div strong {
    color: #2aef9b;
}

.decision-check .warning {
    color: #ffcf4c;
}

.run-panel ul {
    display: grid;
    gap: 13px;
    margin: 22px 0 16px;
    padding: 0;
    list-style: none;
}

.run-panel li {
    position: relative;
    padding-left: 26px;
    color: rgba(246, 251, 255, 0.82);
    font-size: 0.94rem;
    line-height: 1.3;
}

.run-panel li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1.5px solid #2aef9b;
    border-radius: 50%;
    content: "";
}

.run-panel li::after {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 5px;
    height: 8px;
    border-right: 1.5px solid #2aef9b;
    border-bottom: 1.5px solid #2aef9b;
    content: "";
    transform: rotate(42deg);
}

.how-card-footer {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(216, 232, 255, 0.1);
}

.how-card-footer strong {
    display: block;
    color: var(--paper);
    font-size: 0.98rem;
}

.how-card-footer div {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 12px;
}

.how-card-footer span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    padding: 0 10px;
    border-left: 1px solid rgba(216, 232, 255, 0.1);
    color: rgba(216, 232, 255, 0.74);
    font-size: 0.84rem;
}

.how-card-footer span:first-child {
    padding-left: 0;
    border-left: 0;
}

.how-card-footer span::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(34, 215, 232, 0.62);
    border-radius: 2px;
    content: "";
}

.how-card-footer span:nth-child(2)::before {
    border-radius: 50%;
    border-color: rgba(39, 120, 255, 0.66);
}

.how-card-footer span:nth-child(3)::before {
    border-color: rgba(151, 95, 255, 0.72);
    transform: rotate(45deg);
}

.how-card-footer span:nth-child(4)::before {
    border-radius: 50%;
    background: rgba(34, 215, 232, 0.2);
}

.how-loop {
    display: grid;
    width: min(100%, 1000px);
    margin: 22px auto 0;
    grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr 44px 1fr 44px 1fr;
    align-items: center;
    gap: 8px;
    padding: 20px 24px;
    border: 1px solid rgba(216, 232, 255, 0.13);
    border-radius: var(--radius);
    background: rgba(3, 15, 38, 0.76);
    box-shadow: 0 18px 58px rgba(0, 4, 16, 0.24);
}

.how-loop div {
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.how-loop-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1.5px solid rgba(34, 215, 232, 0.72);
    border-radius: 50%;
    background: rgba(34, 215, 232, 0.08);
    color: var(--cyan);
}

.how-loop-decision {
    border-color: rgba(125, 141, 255, 0.72);
    color: #a7a8ff;
}

.how-loop-icon svg,
.how-cta svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.how-loop strong {
    color: rgba(246, 251, 255, 0.86);
    font-size: 0.86rem;
    line-height: 1.2;
}

.how-loop > i {
    position: relative;
    display: block;
    height: 1px;
    background: #22a0ff;
}

.how-loop > i::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #22a0ff;
    border-right: 2px solid #22a0ff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.how-cta {
    display: flex;
    width: min(100%, 760px);
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 34px auto 0;
    color: rgba(216, 232, 255, 0.7);
}

.how-cta span,
.how-cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.how-cta a {
    color: #2b86ff;
    font-weight: 760;
}

.flow-timeline {
    display: grid;
    width: min(100%, var(--max));
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.flow-step {
    position: relative;
    min-height: 196px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 16px 52px rgba(0, 4, 16, 0.18);
}

.flow-step::after {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--green);
    content: "";
}

.flow-step:nth-child(2n)::after {
    background: var(--cyan);
}

.flow-step:nth-child(3n)::after {
    background: var(--coral);
}

.flow-step:nth-child(5n)::after {
    background: var(--gold);
}

.flow-step span {
    color: #8fc8ff;
}

.flow-step h3 {
    margin: 32px 0 0;
    font-size: 1.1rem;
    line-height: 1.18;
}

.flow-step p {
    margin: 12px 0 0;
    color: rgba(216, 232, 255, 0.68);
    font-size: 0.93rem;
    line-height: 1.62;
}

.live-model-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    align-items: center;
}

.model-state {
    overflow: hidden;
}

.state-row {
    display: grid;
    grid-template-columns: 96px 1fr auto;
    align-items: center;
    gap: 14px;
    min-height: 64px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(246, 251, 255, 0.1);
}

.state-row:last-child {
    border-bottom: 0;
}

.state-row span {
    color: rgba(246, 251, 255, 0.54);
}

.state-row strong {
    font-size: 0.96rem;
}

.state-row em {
    color: var(--green);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 850;
}

.resources-panel {
    width: min(100%, var(--max));
    margin: 30px auto 0;
    overflow: hidden;
}

.resource-tabs {
    display: flex;
    border-bottom: 1px solid rgba(246, 251, 255, 0.1);
}

.resource-tabs button {
    min-height: 48px;
    flex: 1;
    border: 0;
    border-right: 1px solid rgba(246, 251, 255, 0.1);
    background: transparent;
    color: rgba(246, 251, 255, 0.66);
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 850;
}

.resource-tabs button:last-child {
    border-right: 0;
}

.resource-tabs button[aria-selected="true"] {
    background: rgba(39, 120, 255, 0.1);
    color: var(--green);
}

.resource-panel {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.resource-panel.is-active {
    display: grid;
}

.resource-panel div {
    min-height: 92px;
    padding: 18px;
    border-right: 1px solid rgba(246, 251, 255, 0.1);
    color: rgba(246, 251, 255, 0.76);
    text-transform: none;
}

.resource-panel div:last-child {
    border-right: 0;
}

.connection-grid {
    display: grid;
    width: min(100%, var(--max));
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.connection-item {
    min-height: 184px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 16px 52px rgba(0, 4, 16, 0.18);
    transition: box-shadow 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.connection-item:hover {
    border-color: rgba(39, 120, 255, 0.28);
    box-shadow: var(--shadow-soft);
    transform: translateY(-1px);
}

.connection-item:nth-child(2n) {
    border-color: rgba(34, 215, 232, 0.24);
}

.connection-item:nth-child(3n) {
    border-color: rgba(125, 141, 255, 0.22);
}

.connection-item h3 {
    margin: 0;
    font-size: 1.2rem;
}

.connection-item p {
    margin: 14px 0 0;
    color: rgba(216, 232, 255, 0.68);
    font-size: 0.94rem;
    line-height: 1.62;
}

.pipe-visual {
    display: grid;
    width: min(100%, var(--max));
    margin: 18px auto 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 16px 52px rgba(0, 4, 16, 0.18);
}

.pipe-visual div {
    min-height: 102px;
    padding: 18px;
    border-right: 1px solid var(--line);
}

.pipe-visual div:last-child {
    border-right: 0;
}

.pipe-visual span {
    color: rgba(216, 232, 255, 0.64);
}

.pipe-visual strong {
    display: block;
    margin-top: 10px;
    line-height: 1.35;
}

.connections-section {
    position: relative;
    overflow: hidden;
    padding: 102px clamp(18px, 5vw, 72px) 92px;
    border-top: 1px solid rgba(216, 232, 255, 0.08);
    background:
        linear-gradient(180deg, #020b1d 0%, #04152f 48%, #020b1d 100%);
    color: var(--paper);
}

.connections-section::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(39, 120, 255, 0.08), transparent 22%, transparent 78%, rgba(34, 215, 232, 0.07)),
        linear-gradient(180deg, rgba(246, 251, 255, 0.035), transparent 30%);
    content: "";
    pointer-events: none;
}

.connections-heading,
.connections-map,
.connections-api-strip {
    position: relative;
    z-index: 1;
}

.connections-heading {
    width: min(100%, 1260px);
    margin: 0 auto;
    text-align: center;
}

.connections-heading p {
    margin: 0;
    color: #2b86ff;
    font-size: 0.9rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.connections-heading h2 {
    margin: 14px auto 0;
    color: var(--paper);
    font-size: 3.45rem;
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: 0;
}

.connections-heading h2 em,
.connections-heading h2 strong {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: normal;
}

.connections-heading h2 em {
    background-image: linear-gradient(90deg, #2778ff 0%, #5ba3ff 100%);
}

.connections-heading h2 strong {
    background-image: linear-gradient(90deg, #22d7e8 0%, #27f1ed 100%);
}

.connections-heading > span {
    display: block;
    max-width: 680px;
    margin: 20px auto 0;
    color: rgba(216, 232, 255, 0.82);
    font-size: 1.1rem;
    line-height: 1.58;
}

.connections-map {
    width: min(100%, 1360px);
    height: 560px;
    margin: 20px auto 0;
}

.connections-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.connections-lines path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#connectionArrowCyan path {
    fill: none;
    stroke: #22d7e8;
    stroke-width: 2.2;
}

#connectionArrowPurple path {
    fill: none;
    stroke: #8b65ff;
    stroke-width: 2.2;
}

.connection-loop {
    stroke: rgba(34, 215, 232, 0.7);
    stroke-width: 1.6;
}

.connection-stream {
    stroke: url(#connectionLineCyan);
    stroke-width: 2;
    stroke-dasharray: 2 12;
}

.connection-output {
    opacity: 0.98;
    stroke-width: 2.4;
}

.connection-output-top,
.connection-output-bottom {
    marker-end: url(#connectionArrowCyan);
    stroke: #22d7e8;
}

.connection-output-mid {
    marker-end: url(#connectionArrowPurple);
    stroke: url(#connectionLinePurple);
}

.connection-dots circle {
    fill: #2b86ff;
    opacity: 0.9;
}

.connection-dots circle:nth-child(3n) {
    fill: #22d7e8;
}

.connection-dots circle:nth-child(5n) {
    fill: #7d8dff;
}

.connections-data-label {
    position: absolute;
    left: 176px;
    top: 252px;
    color: #27f1ed;
    font-size: 1.05rem;
    font-weight: 850;
    line-height: 1.25;
    text-transform: uppercase;
}

.connections-data-label span {
    display: block;
}

.connection-sources {
    position: absolute;
    inset: 0;
}

.source-node {
    position: absolute;
    display: grid;
    width: 128px;
    justify-items: center;
    gap: 10px;
    color: rgba(246, 251, 255, 0.94);
    text-align: center;
}

.source-node > span {
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    border: 1px solid rgba(39, 120, 255, 0.55);
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.08);
    color: #bed0ff;
    box-shadow: inset 0 0 32px rgba(39, 120, 255, 0.12), 0 0 38px rgba(39, 120, 255, 0.12);
}

.source-node svg,
.outcome-node svg,
.connections-api-strip svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.source-node svg {
    width: 34px;
    height: 34px;
}

.source-node strong {
    display: block;
    font-size: 0.92rem;
    line-height: 1.2;
}

.source-databases {
    left: 218px;
    top: 30px;
}

.source-cloud {
    left: 60px;
    top: 128px;
}

.source-people {
    left: 24px;
    top: 280px;
}

.source-agents {
    left: 126px;
    top: 416px;
}

.source-apis {
    left: 292px;
    top: 440px;
}

.connections-core {
    position: absolute;
    left: 50%;
    top: 262px;
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.connections-core-ring {
    position: absolute;
    top: -24px;
    left: 50%;
    z-index: -1;
    width: 202px;
    height: 202px;
    border: 2px solid rgba(39, 120, 255, 0.9);
    border-radius: 50%;
    box-shadow: inset 0 0 34px rgba(39, 120, 255, 0.16), 0 0 38px rgba(39, 120, 255, 0.28);
    transform: translateX(-50%);
}

.connections-core-ring::after {
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(39, 120, 255, 0.24);
    border-radius: inherit;
    content: "";
}

.connections-core-mark {
    display: grid;
    width: 158px;
    height: 158px;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 45%, rgba(39, 120, 255, 0.16), transparent 58%),
        rgba(4, 17, 39, 0.86);
}

.connections-core-mark img {
    display: block;
    width: 124px;
    height: 124px;
    object-fit: cover;
}

.connections-core strong {
    margin-top: 14px;
    color: var(--paper);
    font-size: 1.65rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.connections-core em {
    color: #2b86ff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 760;
    line-height: 1.2;
}

.connection-outcomes {
    position: absolute;
    top: 62px;
    right: 0;
    display: grid;
    width: 356px;
    gap: 22px;
}

.outcome-node {
    display: grid;
    grid-template-columns: 86px 1fr;
    align-items: center;
    gap: 16px;
    min-height: 104px;
    padding: 18px 24px 18px 18px;
    border: 1px solid rgba(39, 120, 255, 0.48);
    border-radius: 64px;
    background: rgba(8, 24, 52, 0.72);
    box-shadow: inset 0 1px 0 rgba(246, 251, 255, 0.05), 0 20px 60px rgba(0, 4, 16, 0.24);
}

.outcome-node > span {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border: 1px solid rgba(39, 120, 255, 0.58);
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.1);
    color: #4b99ff;
}

.outcome-node svg {
    width: 38px;
    height: 38px;
}

.outcome-node h3 {
    margin: 0;
    color: var(--paper);
    font-size: 1rem;
    line-height: 1.2;
}

.outcome-node p {
    margin: 8px 0 0;
    color: rgba(216, 232, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.42;
}

.outcome-actions {
    border-color: rgba(34, 215, 232, 0.56);
}

.outcome-actions > span {
    border-color: rgba(34, 215, 232, 0.66);
    background: rgba(34, 215, 232, 0.1);
    color: #27f1ed;
}

.outcome-governance {
    border-color: rgba(139, 101, 255, 0.56);
}

.outcome-governance > span {
    border-color: rgba(139, 101, 255, 0.66);
    background: rgba(139, 101, 255, 0.12);
    color: #a179ff;
}

.connections-api-strip {
    display: flex;
    width: min(100%, 1040px);
    min-height: 90px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 18px auto 0;
    padding: 18px 28px;
    border: 1px solid rgba(216, 232, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(8, 27, 58, 0.64);
    box-shadow: inset 0 1px 0 rgba(246, 251, 255, 0.04), 0 20px 64px rgba(0, 4, 16, 0.22);
    text-align: center;
}

.connections-api-strip span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    flex: 0 0 54px;
    border: 1px solid rgba(39, 120, 255, 0.58);
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.12);
    color: #2b86ff;
}

.connections-api-strip svg {
    width: 28px;
    height: 28px;
}

.connections-api-strip strong {
    display: block;
    color: var(--paper);
    font-size: 1.14rem;
    line-height: 1.25;
    text-align: center;
}

.research-section {
    position: relative;
    overflow: hidden;
    padding: 102px clamp(18px, 5vw, 72px) 108px;
    border-top: 1px solid rgba(216, 232, 255, 0.08);
    background:
        linear-gradient(180deg, #020b1d 0%, #04152f 48%, #020b1d 100%);
    color: var(--paper);
}

.research-section::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(39, 120, 255, 0.08), transparent 18%, transparent 82%, rgba(34, 215, 232, 0.06)),
        linear-gradient(180deg, rgba(246, 251, 255, 0.035), transparent 28%);
    content: "";
    pointer-events: none;
}

.research-heading,
.research-card-grid,
.research-flow-panel,
.research-feature-strip {
    position: relative;
    z-index: 1;
}

.research-heading {
    width: min(100%, 1060px);
    margin: 0 auto 30px;
    text-align: center;
}

.research-heading p {
    margin: 0;
    color: #2b86ff;
    font-size: 0.9rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.research-heading h2 {
    margin: 12px auto 0;
    color: var(--paper);
    font-size: 3.45rem;
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: 0;
}

.research-heading h2 em {
    background: linear-gradient(90deg, #2778ff 0%, #22d7e8 96%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: normal;
}

.research-heading > span {
    display: block;
    max-width: 760px;
    margin: 14px auto 0;
    color: rgba(216, 232, 255, 0.74);
    font-size: 1.08rem;
    line-height: 1.6;
}

.research-trust-line {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    padding: 0 13px;
    border: 1px solid rgba(91, 163, 255, 0.25);
    border-radius: 999px;
    background: rgba(39, 120, 255, 0.075);
    color: rgba(216, 232, 255, 0.72);
    font-size: 0.7rem;
    font-weight: 800;
}

.research-trust-line strong {
    color: #8fc8ff;
}

.research-trust-line span {
    color: #42eaa4;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.research-trust-line i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(216, 232, 255, 0.36);
}

.research-card-grid {
    display: grid;
    width: min(100%, 1360px);
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.research-card {
    position: relative;
    display: flex;
    min-height: 368px;
    flex-direction: column;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(216, 232, 255, 0.14);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(8, 27, 58, 0.78), rgba(3, 15, 38, 0.72));
    box-shadow: inset 0 1px 0 rgba(246, 251, 255, 0.05), 0 22px 70px rgba(0, 4, 16, 0.25);
}

.research-card::after {
    position: absolute;
    inset: auto 18px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(34, 215, 232, 0.34), transparent);
    content: "";
}

.research-card-head {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: start;
}

.research-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(39, 120, 255, 0.48);
    border-radius: var(--radius);
    background: rgba(39, 120, 255, 0.12);
    color: #56a7ff;
    box-shadow: inset 0 0 28px rgba(39, 120, 255, 0.16), 0 0 30px rgba(39, 120, 255, 0.14);
}

.research-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.research-icon-stack {
    border-color: rgba(34, 215, 232, 0.5);
    background: rgba(34, 215, 232, 0.1);
    color: #3fe2ed;
}

.research-icon-physics {
    border-color: rgba(125, 141, 255, 0.58);
    background: rgba(125, 141, 255, 0.12);
    color: #a79aff;
}

.research-icon-shield {
    border-color: rgba(34, 215, 232, 0.54);
    background: rgba(14, 217, 186, 0.1);
    color: #28e7e0;
}

.research-card h3 {
    margin: 0;
    color: var(--paper);
    font-size: 1.2rem;
    font-weight: 850;
    line-height: 1.2;
}

.research-card p {
    margin: 9px 0 0;
    color: rgba(246, 251, 255, 0.74);
    font-size: 0.94rem;
    line-height: 1.55;
}

.research-world-visual,
.research-physics-visual,
.research-contract-flow {
    position: relative;
    margin-top: auto;
}

.research-world-visual {
    height: 202px;
    margin-top: 18px;
}

.world-stack {
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 186px;
    height: 166px;
    transform: translateX(-50%);
}

.world-stack span {
    position: absolute;
    left: 50%;
    display: block;
    height: 60px;
    clip-path: polygon(50% 0, 100% 31%, 50% 100%, 0 31%);
    transform: translateX(-50%);
    box-shadow: 0 18px 30px rgba(0, 4, 16, 0.3);
}

.world-stack span:nth-child(1) {
    bottom: 0;
    width: 168px;
    background: linear-gradient(145deg, #6045ff, #0f65d8 58%, #16316d);
}

.world-stack span:nth-child(2) {
    bottom: 24px;
    width: 144px;
    background: linear-gradient(145deg, #286fff, #19b4e7 62%, #102f68);
}

.world-stack span:nth-child(3) {
    bottom: 49px;
    width: 120px;
    background: linear-gradient(145deg, #23e0de, #177ecf 62%, #0b285e);
}

.world-stack span:nth-child(4) {
    bottom: 74px;
    width: 96px;
    background: linear-gradient(145deg, #38edf0, #1b88d2 62%, #0a285e);
}

.world-stack span:nth-child(5) {
    bottom: 100px;
    width: 72px;
    background: linear-gradient(145deg, #42f1ef, #1aa7db 70%);
    filter: drop-shadow(0 0 18px rgba(34, 215, 232, 0.34));
}

.world-label {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(246, 251, 255, 0.86);
    font-size: 0.83rem;
    line-height: 1;
    white-space: nowrap;
}

.world-label::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4c96ff;
    box-shadow: 0 0 11px rgba(39, 120, 255, 0.9);
    content: "";
}

.world-label::after {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 1px;
    background: repeating-linear-gradient(90deg, rgba(39, 120, 255, 0.56) 0 4px, transparent 4px 8px);
    content: "";
}

.world-label-work {
    top: 36px;
    left: 4px;
}

.world-label-people {
    top: 86px;
    left: 0;
}

.world-label-resources {
    bottom: 40px;
    left: 0;
}

.world-label-work::after,
.world-label-people::after,
.world-label-resources::after {
    left: calc(100% + 7px);
}

.world-label-rules {
    top: 36px;
    right: 4px;
    flex-direction: row-reverse;
}

.world-label-risks {
    top: 86px;
    right: 4px;
    flex-direction: row-reverse;
}

.world-label-commitments {
    right: 0;
    bottom: 40px;
    flex-direction: row-reverse;
}

.world-label-rules::after,
.world-label-risks::after,
.world-label-commitments::after {
    right: calc(100% + 7px);
}

.world-label:nth-of-type(3n)::before {
    background: #7d8dff;
}

.world-label:nth-of-type(2n)::before {
    background: #22d7e8;
}

.research-physics-visual {
    display: grid;
    height: 202px;
    place-items: center;
}

.physics-orbit,
.physics-core,
.physics-label {
    position: absolute;
}

.physics-orbit {
    left: 50%;
    top: 50%;
    width: 230px;
    height: 92px;
    border: 1px dashed rgba(39, 120, 255, 0.36);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-8deg);
}

.physics-orbit-two {
    border-color: rgba(125, 141, 255, 0.38);
    transform: translate(-50%, -50%) rotate(23deg);
}

.physics-core {
    display: grid;
    left: 50%;
    top: 50%;
    width: 118px;
    height: 118px;
    place-items: center;
    border: 1px solid rgba(39, 120, 255, 0.62);
    border-radius: 50%;
    background:
        radial-gradient(circle at 70% 20%, rgba(151, 95, 255, 0.48), transparent 38%),
        radial-gradient(circle at 32% 68%, rgba(34, 215, 232, 0.34), transparent 36%),
        rgba(9, 27, 61, 0.92);
    box-shadow: inset 0 0 34px rgba(39, 120, 255, 0.28), 0 0 52px rgba(39, 120, 255, 0.3);
    transform: translate(-50%, -50%);
}

.physics-core svg {
    width: 76px;
    height: 48px;
    fill: none;
    stroke: #8b65ff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
    filter: drop-shadow(0 0 9px rgba(125, 141, 255, 0.72));
}

.physics-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(246, 251, 255, 0.9);
    font-size: 0.84rem;
    line-height: 1;
    white-space: nowrap;
}

.physics-label::before {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(125, 141, 255, 0.68);
    border-radius: 50%;
    background: rgba(125, 141, 255, 0.1);
    color: #b498ff;
    font-weight: 850;
    content: "";
}

.physics-label-time {
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.physics-label-time::before {
    content: "t";
}

.physics-label-cost {
    left: 7px;
    top: 64px;
}

.physics-label-cost::before {
    content: "$";
}

.physics-label-capacity {
    right: 2px;
    top: 64px;
}

.physics-label-capacity::before {
    content: "%";
}

.physics-label-risk {
    left: 14px;
    bottom: 24px;
}

.physics-label-risk::before {
    content: "!";
}

.physics-label-constraints {
    right: 0;
    bottom: 24px;
}

.physics-label-constraints::before {
    content: "c";
}

.research-contract-flow {
    display: grid;
    min-height: 202px;
    grid-template-columns: minmax(62px, 1fr) 22px minmax(62px, 1fr) 22px minmax(62px, 1fr) 22px minmax(62px, 1fr);
    align-items: center;
    gap: 4px;
    padding-top: 14px;
}

.research-contract-flow div {
    display: grid;
    justify-items: center;
    gap: 13px;
    min-width: 0;
    text-align: center;
}

.research-contract-flow span {
    position: relative;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1.5px solid rgba(39, 120, 255, 0.68);
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.1);
    color: #58a4ff;
}

.research-contract-flow div:nth-of-type(3) span,
.research-contract-flow div:nth-of-type(4) span {
    border-color: rgba(34, 215, 232, 0.7);
    background: rgba(34, 215, 232, 0.1);
    color: var(--cyan);
}

.research-contract-flow span::after {
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 12px currentColor;
    content: "";
    transform: translateX(-50%);
}

.research-contract-flow svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.research-contract-flow strong {
    display: block;
    width: 100%;
    color: rgba(246, 251, 255, 0.9);
    font-size: 0.72rem;
    line-height: 1.2;
    overflow-wrap: normal;
    white-space: nowrap;
}

.research-contract-flow i {
    position: relative;
    display: block;
    height: 1px;
    background: #20bde2;
}

.research-contract-flow i::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #20bde2;
    border-right: 1.5px solid #20bde2;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.research-pill {
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    min-height: 38px;
    margin-top: 4px;
    padding: 0 18px;
    border: 1px solid rgba(34, 215, 232, 0.16);
    border-radius: 999px;
    background: rgba(34, 215, 232, 0.08);
    color: #27f1ed;
    font-size: 0.88rem;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
}

.research-pill svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.research-pill-purple {
    border-color: rgba(125, 141, 255, 0.2);
    background: rgba(125, 141, 255, 0.1);
    color: #b498ff;
}

.research-flow-panel {
    display: grid;
    width: min(100%, 1360px);
    margin: 18px auto 0;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.42fr);
    gap: 30px;
    align-items: center;
    min-height: 216px;
    padding: 28px;
    border: 1px solid rgba(216, 232, 255, 0.14);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(8, 27, 58, 0.72), rgba(3, 15, 38, 0.72));
    box-shadow: inset 0 1px 0 rgba(246, 251, 255, 0.045), 0 20px 68px rgba(0, 4, 16, 0.22);
}

.research-flow-copy h3 {
    margin: 0;
    color: var(--paper);
    font-size: 1.7rem;
    font-weight: 850;
    line-height: 1.12;
}

.research-flow-copy p {
    max-width: 560px;
    margin: 16px 0 0;
    color: rgba(216, 232, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.65;
}

.research-flow-copy a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #2b86ff;
    font-size: 1rem;
    font-weight: 760;
}

.research-flow-copy a svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.research-layer-flow {
    position: relative;
    display: grid;
    grid-template-columns: 116px 150px minmax(188px, 1fr) 146px 92px;
    align-items: center;
    gap: 18px;
    min-height: 164px;
}

.research-layer-flow::before {
    position: absolute;
    right: 80px;
    left: 84px;
    top: 50%;
    height: 1px;
    background: repeating-linear-gradient(90deg, rgba(39, 120, 255, 0.62) 0 6px, transparent 6px 14px);
    content: "";
    opacity: 0.62;
}

.research-signal-node,
.research-approved,
.research-runs {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 4px;
    text-align: center;
}

.research-signal-node > span,
.research-approved > span {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.1);
    color: #77b6ff;
}

.research-signal-node svg,
.research-approved svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.research-signal-node strong,
.research-approved strong,
.research-runs strong {
    margin-top: 4px;
    color: rgba(246, 251, 255, 0.9);
    font-size: 0.88rem;
    line-height: 1.18;
}

.research-signal-node em,
.research-approved em,
.research-runs em {
    color: rgba(246, 251, 255, 0.72);
    font-size: 0.84rem;
    font-style: normal;
    line-height: 1.22;
}

.research-layer-stack {
    position: relative;
    z-index: 1;
    height: 150px;
}

.research-layer-stack span {
    position: absolute;
    left: 50%;
    display: block;
    height: 54px;
    clip-path: polygon(50% 0, 100% 31%, 50% 100%, 0 31%);
    transform: translateX(-50%);
}

.research-layer-stack span:nth-child(1) {
    top: 0;
    width: 116px;
    background: rgba(34, 215, 232, 0.18);
    border: 1px solid rgba(34, 215, 232, 0.82);
}

.research-layer-stack span:nth-child(2) {
    top: 38px;
    width: 108px;
    background: linear-gradient(145deg, rgba(125, 82, 255, 0.8), rgba(23, 71, 191, 0.84));
}

.research-layer-stack span:nth-child(3) {
    top: 76px;
    width: 116px;
    background: linear-gradient(145deg, rgba(39, 120, 255, 0.86), rgba(9, 36, 96, 0.86));
}

.research-layer-stack span:nth-child(4) {
    top: 112px;
    width: 128px;
    background: rgba(34, 215, 232, 0.16);
    border: 1px solid rgba(34, 215, 232, 0.78);
}

.research-layer-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.research-layer-list li {
    position: relative;
    min-width: 0;
    padding-left: 16px;
}

.research-layer-list li::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22d7e8;
    box-shadow: 0 0 12px rgba(34, 215, 232, 0.72);
    content: "";
}

.research-layer-list li:nth-child(2)::before {
    background: #8b65ff;
    box-shadow: 0 0 12px rgba(139, 101, 255, 0.7);
}

.research-layer-list li:nth-child(3)::before {
    background: #2b86ff;
}

.research-layer-list li:nth-child(4)::before {
    background: #27f1ed;
}

.research-layer-list strong {
    display: block;
    color: rgba(246, 251, 255, 0.92);
    font-size: 0.8rem;
    line-height: 1.2;
}

.research-layer-list span {
    display: block;
    margin-top: 2px;
    color: rgba(216, 232, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.2;
}

.research-approved > span {
    border: 1px solid rgba(39, 120, 255, 0.62);
    background: rgba(39, 120, 255, 0.12);
    color: #77aaff;
}

.research-approved svg {
    width: 42px;
    height: 42px;
    stroke-width: 1.9;
}

.research-runs {
    grid-template-columns: repeat(3, 13px);
    justify-content: center;
    gap: 8px 9px;
}

.research-runs span {
    display: block;
    width: 12px;
    height: 12px;
    border: 1.5px solid #6aa9ff;
    border-radius: 4px;
    background: rgba(39, 120, 255, 0.12);
}

.research-runs span:nth-child(2n) {
    border-color: #a78dff;
}

.research-runs strong,
.research-runs em {
    grid-column: 1 / -1;
}

.research-feature-strip {
    display: grid;
    width: min(100%, 1360px);
    margin: 18px auto 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(216, 232, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(8, 27, 58, 0.62);
    box-shadow: 0 18px 58px rgba(0, 4, 16, 0.2);
}

.research-feature-strip > div {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 86px;
    padding: 16px 24px;
    border-right: 1px solid rgba(216, 232, 255, 0.14);
}

.research-feature-strip > div:last-child {
    border-right: 0;
}

.research-feature-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.1);
    color: #5ba3ff;
}

.research-feature-icon svg {
    width: 33px;
    height: 33px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.research-feature-strip p {
    margin: 0;
}

.research-feature-strip strong {
    display: block;
    color: var(--paper);
    font-size: 0.98rem;
    line-height: 1.18;
}

.research-feature-strip span:not(.research-feature-icon) {
    display: block;
    margin-top: 4px;
    color: rgba(216, 232, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.28;
}

.developers-section {
    background:
        radial-gradient(circle at 78% 14%, rgba(34, 215, 232, 0.12), transparent 28%),
        radial-gradient(circle at 18% 85%, rgba(39, 120, 255, 0.12), transparent 30%),
        #020b1d;
}

.developer-grid {
    display: grid;
    width: min(100%, var(--max));
    margin: 0 auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.developer-card {
    min-height: 184px;
    padding: 22px;
    border: 1px solid rgba(216, 232, 255, 0.13);
    border-radius: var(--radius);
    background: rgba(216, 232, 255, 0.055);
    box-shadow: 0 16px 52px rgba(0, 4, 16, 0.2);
}

.developer-card:nth-child(2n) {
    border-color: rgba(34, 215, 232, 0.24);
}

.developer-card h3 {
    margin: 0;
    font-size: 1.16rem;
}

.developer-card p {
    margin: 14px 0 0;
    color: rgba(216, 232, 255, 0.68);
    font-size: 0.94rem;
    line-height: 1.62;
}

.developer-strip {
    display: flex;
    width: min(100%, var(--max));
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 18px auto 0;
    padding: 14px;
    border: 1px solid rgba(216, 232, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(216, 232, 255, 0.045);
}

.developer-strip span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 11px;
    border: 1px solid rgba(216, 232, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(8, 24, 52, 0.78);
    color: rgba(246, 251, 255, 0.86);
    font-size: 0.84rem;
    font-weight: 850;
}

.developer-strip i {
    display: block;
    width: 24px;
    height: 1px;
    background: rgba(216, 232, 255, 0.24);
}

.faq-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 10px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 16px 52px rgba(0, 4, 16, 0.18);
}

.faq-item button {
    display: grid;
    width: 100%;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 70px;
    padding: 0 20px;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 800;
    text-align: left;
}

.faq-item button span {
    color: #8fc8ff;
    font-size: 0.8rem;
}

.faq-answer {
    display: none;
    padding: 0 20px 20px 76px;
}

.faq-item.is-open .faq-answer {
    display: block;
}

.faq-answer p {
    margin: 0;
    color: rgba(216, 232, 255, 0.68);
    line-height: 1.7;
}

.cta-section {
    position: relative;
    overflow: hidden;
    padding: 108px clamp(18px, 5vw, 72px);
    background: var(--bg);
    color: var(--paper);
}

.cta-inner {
    width: min(100%, 820px);
    margin: 0 auto;
    padding: 52px;
    border: 1px solid rgba(246, 251, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(246, 251, 255, 0.045);
    box-shadow: var(--shadow-strong);
    text-align: center;
}

.demo-form {
    max-width: 610px;
    margin: 30px auto 0;
}

.demo-form label {
    display: block;
    margin-bottom: 10px;
    color: rgba(246, 251, 255, 0.62);
    font-size: 0.8rem;
    font-weight: 850;
    text-align: left;
    text-transform: uppercase;
}

.demo-form div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.demo-form .form-honeypot {
    position: absolute;
    left: -9999px;
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.demo-form input {
    min-width: 0;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(246, 251, 255, 0.16);
    border-radius: var(--radius);
    outline: 0;
    background: rgba(246, 251, 255, 0.07);
    color: var(--paper);
}

.demo-form input:focus {
    border-color: rgba(39, 120, 255, 0.54);
}

.demo-form input::placeholder {
    color: rgba(246, 251, 255, 0.42);
}

.form-message {
    min-height: 24px;
    margin: 12px 0 0;
    color: var(--green);
    font-size: 0.9rem;
    text-align: left;
}

.form-message.is-error {
    color: #ffb4a8;
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: start;
    padding: 38px clamp(18px, 5vw, 72px);
    border-top: 1px solid rgba(246, 251, 255, 0.1);
    background: #010818;
    color: var(--paper);
}

.site-footer p {
    max-width: 400px;
    margin: 16px 0 0;
    color: rgba(246, 251, 255, 0.56);
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 18px;
}

.site-footer nav a {
    color: rgba(246, 251, 255, 0.66);
    font-size: 0.9rem;
    font-weight: 750;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
    color: var(--paper);
}

@media (max-width: 1120px) {
    .site-header {
        grid-template-columns: minmax(0, 1fr) auto;
        justify-content: space-between;
    }

    .site-nav {
        position: fixed;
        top: var(--header-height);
        right: clamp(18px, 4vw, 64px);
        left: clamp(18px, 4vw, 64px);
        display: grid;
        gap: 4px;
        padding: 12px;
        border: 1px solid rgba(246, 251, 255, 0.14);
        border-radius: var(--radius);
        background: rgba(3, 15, 38, 0.97);
        box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .nav-open .site-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav a {
        justify-content: flex-start;
        min-height: 46px;
    }

    .site-nav .mobile-nav-action {
        display: inline-flex;
    }

    .site-nav .mobile-demo-link {
        justify-content: center;
        margin-top: 6px;
    }

    .nav-actions {
        display: none;
    }

    .hero-inner {
        padding-right: 0;
    }

    .hero h1 {
        font-size: 3.95rem;
    }

    .hero-console,
    .hero-visual {
        display: none;
    }

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

    .why-comparison {
        width: min(100%, 760px);
        grid-template-columns: 1fr;
    }

    .why-bridge {
        display: grid;
        grid-template-columns: 58px 32px minmax(76px, 1fr) 32px 58px;
        grid-template-rows: auto auto;
        min-height: 0;
        gap: 8px 0;
        padding: 0;
    }

    .why-source-node,
    .why-action-node {
        width: 58px;
        height: 58px;
    }

    .why-bridge > i {
        width: 32px;
        height: 1.5px;
        background: linear-gradient(90deg, rgba(39, 120, 255, 0.24), #22a0ff);
    }

    .why-bridge > i::after {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        transform: translateY(-50%) rotate(45deg);
    }

    .why-bridge > i:nth-of-type(2) {
        background: linear-gradient(90deg, rgba(14, 217, 186, 0.24), #2af0d0);
    }

    .why-source-node,
    .why-bridge > span:first-of-type,
    .why-bridge > i:nth-of-type(1),
    .why-brain-node,
    .why-bridge > i:nth-of-type(2),
    .why-action-node,
    .why-bridge > span:last-child {
        order: initial;
    }

    .why-source-node {
        grid-column: auto;
        grid-row: auto;
    }

    .why-bridge > span:first-of-type {
        grid-column: 1 / 2;
        grid-row: 2;
    }

    .why-bridge > i:nth-of-type(1) {
        grid-column: auto;
        grid-row: auto;
    }

    .why-brain-node {
        grid-column: auto;
        grid-row: auto;
    }

    .why-bridge > i:nth-of-type(2) {
        grid-column: auto;
        grid-row: auto;
    }

    .why-action-node {
        grid-column: auto;
        grid-row: auto;
    }

    .why-bridge > span:last-child {
        grid-column: 5 / 6;
        grid-row: 2;
    }

    .why-v-mark {
        width: 70px;
        height: 70px;
    }

    .why-v-mark img {
        width: 44px;
        height: 44px;
    }

    .why-brain-node strong {
        margin-top: 7px;
        font-size: 0.88rem;
    }

    .why-brain-node em {
        font-size: 0.72rem;
    }

    .why-action-node svg {
        width: 28px;
        height: 28px;
    }

    .why-proof-strip {
        width: min(100%, 760px);
        grid-template-columns: 1fr;
    }

    .why-proof-strip div {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid rgba(216, 232, 255, 0.12);
    }

    .why-proof-strip div:last-child {
        border-bottom: 0;
    }

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

    .connections-map,
    .connections-api-strip {
        width: min(100%, 760px);
    }

    .connections-map {
        display: grid;
        height: auto;
        gap: 18px;
        margin-top: 34px;
    }

    .connections-lines {
        display: none;
    }

    .connections-data-label,
    .connection-sources,
    .connections-core,
    .connection-outcomes {
        position: static;
    }

    .connections-data-label {
        text-align: center;
    }

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

    .source-node {
        position: static;
        display: grid;
        width: 100%;
        grid-template-columns: 56px 1fr;
        align-items: center;
        justify-items: start;
        gap: 12px;
        min-height: 78px;
        padding: 12px;
        border: 1px solid rgba(216, 232, 255, 0.12);
        border-radius: var(--radius);
        background: rgba(8, 24, 52, 0.72);
        text-align: left;
    }

    .source-node > span {
        width: 52px;
        height: 52px;
    }

    .source-node svg {
        width: 24px;
        height: 24px;
    }

    .connections-core {
        left: auto;
        top: auto;
        margin: 18px auto 10px;
        transform: none;
    }

    .connection-outcomes {
        display: grid;
        width: 100%;
        gap: 12px;
    }

    .outcome-node {
        grid-template-columns: 64px 1fr;
        min-height: 0;
        padding: 16px;
        border-radius: var(--radius);
    }

    .outcome-node > span {
        width: 56px;
        height: 56px;
    }

    .outcome-node svg {
        width: 30px;
        height: 30px;
    }

    .connections-api-strip {
        margin-top: 24px;
    }

    .research-card-grid,
    .research-flow-panel,
    .research-feature-strip {
        width: min(100%, 760px);
    }

    .research-card-grid,
    .research-flow-panel {
        grid-template-columns: 1fr;
    }

    .research-layer-flow {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 18px;
    }

    .research-layer-flow::before {
        display: none;
    }

    .research-layer-list {
        width: min(100%, 360px);
    }

    .research-feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .research-feature-strip > div:nth-child(2n) {
        border-right: 0;
    }

    .research-feature-strip > div:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(216, 232, 255, 0.14);
    }

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

    .how-card:not(:last-child)::before,
    .how-card:not(:last-child)::after {
        display: none;
    }

    .how-loop {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .how-loop > i {
        display: none;
    }

    .proof-step-row {
        grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr;
    }

    .example-heading,
    .example-layout {
        grid-template-columns: 1fr;
    }

    .example-heading p:not(.section-kicker) {
        grid-column: auto;
        grid-row: auto;
        margin-top: 4px;
    }
}

@media (max-width: 960px) {
    .hero h1 {
        font-size: 3.35rem;
    }

    .section-heading h2,
    .cta-inner h2,
    .research-heading h2,
    .connections-heading h2 {
        font-size: 2.72rem;
    }

    .site-header {
        gap: 14px;
    }

    .site-nav a,
    .nav-link {
        padding-inline: 9px;
    }

    .brain-layout,
    .contract-layout,
    .live-model-layout,
    .faq-layout,
    .buyer-layout {
        grid-template-columns: 1fr;
    }

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

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

    .module-grid {
        grid-template-columns: 1fr;
    }

    .module-loop,
    .developer-strip {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .module-loop i,
    .developer-strip i {
        display: none;
    }
}

@media (max-width: 800px) {
    :root {
        --header-height: 68px;
    }

    .site-header {
        grid-template-columns: minmax(0, 1fr) auto;
        justify-content: space-between;
        padding-inline: 18px;
    }

    .brand {
        min-width: 0;
    }

    .menu-toggle {
        position: fixed;
        top: 13px;
        right: 18px;
        z-index: 32;
        display: inline-grid;
        border-color: rgba(34, 215, 232, 0.28);
        background: rgba(39, 120, 255, 0.12);
        box-shadow: 0 12px 32px rgba(0, 4, 16, 0.22);
    }

    .site-nav {
        position: fixed;
        top: var(--header-height);
        right: 14px;
        left: 14px;
        display: grid;
        gap: 4px;
        padding: 12px;
        border: 1px solid rgba(246, 251, 255, 0.14);
        border-radius: var(--radius);
        background: rgba(3, 15, 38, 0.97);
        box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .nav-open .site-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav a {
        justify-content: flex-start;
        min-height: 46px;
    }

    .site-nav .mobile-nav-action {
        display: inline-flex;
    }

    .site-nav .mobile-demo-link {
        justify-content: center;
        margin-top: 6px;
    }

    .nav-actions {
        display: none;
    }

    .hero {
        display: block;
        min-height: auto;
        padding: calc(var(--header-height) + 42px) 18px 52px;
    }

    .hero-scrim {
        background: rgba(2, 11, 29, 0.68);
    }

    .hero-inner,
    .hero h1,
    .hero-copy,
    .hero-subcopy {
        width: auto;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .hero-inner {
        padding-right: 0;
    }

    .hero-badge,
    .yc-badge,
    .section-kicker {
        min-height: 30px;
        padding-inline: 10px;
        font-size: 0.68rem;
    }

    .hero h1 {
        margin-top: 20px;
        font-size: 2.52rem;
        line-height: 1;
    }

    .hero h1 > span:nth-child(2) {
        white-space: normal;
    }

    .hero-copy {
        max-width: 36ch;
        margin-top: 22px;
        font-size: 1rem;
        line-height: 1.65;
    }

    .hero-subcopy {
        margin-top: 22px;
        font-size: 1.02rem;
        line-height: 1.5;
    }

    .hero-availability {
        align-items: flex-start;
        max-width: 36ch;
        font-size: 0.94rem;
        line-height: 1.45;
        overflow-wrap: break-word;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 360px;
        margin-top: 26px;
    }

    .hero-actions .button,
    .demo-form .button {
        width: 100%;
    }

    .hero-proof {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 26px;
    }

    .hero-proof span {
        display: block;
        width: 100%;
        min-height: 0;
        padding-block: 9px;
        font-size: 0.8rem;
        line-height: 1.35;
        overflow-wrap: break-word;
        text-align: center;
    }

    .hero-proof strong {
        display: block;
        margin: 0 0 2px;
    }

    .live-example-section {
        padding: 50px 18px 54px;
    }

    .proof-demo-section {
        padding: 52px 18px 56px;
    }

    .why-veldovo-section {
        padding: 44px 18px 48px;
    }

    .connections-section {
        padding: 52px 18px 56px;
    }

    .connections-heading {
        text-align: left;
    }

    .connections-heading p {
        font-size: 0.72rem;
    }

    .connections-heading h2 {
        margin-top: 12px;
        font-size: 2.08rem;
        line-height: 1.08;
    }

    .connections-heading > span {
        max-width: 34ch;
        margin-left: 0;
        font-size: 1rem;
        line-height: 1.58;
    }

    .connections-map {
        width: 100%;
        gap: 14px;
        margin-top: 22px;
    }

    .connections-data-label {
        font-size: 0.9rem;
        text-align: left;
    }

    .connection-sources {
        grid-template-columns: 1fr;
    }

    .source-node {
        grid-template-columns: 46px 1fr;
        gap: 10px;
        min-height: 64px;
        padding: 10px 12px;
    }

    .source-node > span {
        width: 44px;
        height: 44px;
    }

    .source-node svg {
        width: 22px;
        height: 22px;
    }

    .connections-core {
        gap: 5px;
        margin: 12px auto;
    }

    .connections-core-ring {
        display: none;
    }

    .connections-core-mark {
        width: 98px;
        height: 98px;
        border: 1px solid rgba(39, 120, 255, 0.42);
    }

    .connections-core-mark img {
        width: 78px;
        height: 78px;
    }

    .connections-core strong {
        margin-top: 6px;
        font-size: 1.1rem;
    }

    .connections-core em {
        font-size: 0.78rem;
    }

    .outcome-node {
        grid-template-columns: 44px 1fr;
        gap: 10px;
        padding: 12px;
    }

    .outcome-node > span {
        width: 42px;
        height: 42px;
    }

    .outcome-node svg {
        width: 23px;
        height: 23px;
    }

    .outcome-node h3 {
        font-size: 0.96rem;
    }

    .outcome-node p {
        margin-top: 4px;
        font-size: 0.82rem;
        line-height: 1.36;
    }

    .connections-api-strip {
        gap: 10px;
        min-height: 0;
        margin-top: 16px;
        padding: 12px;
        text-align: center;
    }

    .connections-api-strip span {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .connections-api-strip svg {
        width: 22px;
        height: 22px;
    }

    .research-section {
        padding: 52px 18px 56px;
    }

    .research-heading {
        margin-bottom: 22px;
        text-align: left;
    }

    .research-heading p {
        font-size: 0.72rem;
    }

    .research-heading h2 {
        margin-top: 12px;
        font-size: 2.08rem;
        line-height: 1.08;
    }

    .research-heading > span {
        max-width: 34ch;
        margin-left: 0;
        font-size: 1rem;
        line-height: 1.58;
    }

    .research-card {
        min-height: 0;
        padding: 16px;
    }

    .research-card-head {
        grid-template-columns: 42px 1fr;
        gap: 12px;
    }

    .research-icon {
        width: 42px;
        height: 42px;
    }

    .research-icon svg {
        width: 24px;
        height: 24px;
    }

    .research-card h3 {
        font-size: 1.08rem;
    }

    .research-card p {
        margin-top: 6px;
        font-size: 0.88rem;
        line-height: 1.45;
    }

    .research-world-visual,
    .research-physics-visual {
        height: 168px;
        margin-top: 14px;
    }

    .world-label {
        gap: 5px;
        font-size: 0.68rem;
    }

    .world-label::before {
        width: 6px;
        height: 6px;
    }

    .world-label::after {
        display: none;
    }

    .world-stack {
        bottom: 16px;
        width: 116px;
        height: 112px;
    }

    .world-stack span:nth-child(1) {
        width: 112px;
    }

    .world-stack span:nth-child(2) {
        bottom: 18px;
        width: 96px;
    }

    .world-stack span:nth-child(3) {
        bottom: 36px;
        width: 80px;
    }

    .world-stack span:nth-child(4) {
        bottom: 54px;
        width: 64px;
    }

    .world-stack span:nth-child(5) {
        bottom: 72px;
        width: 48px;
    }

    .world-label-work,
    .world-label-rules {
        top: 8px;
    }

    .world-label-people,
    .world-label-risks {
        top: 44px;
    }

    .world-label-resources,
    .world-label-commitments {
        bottom: 4px;
    }

    .physics-orbit {
        width: 166px;
        height: 70px;
    }

    .physics-core {
        width: 82px;
        height: 82px;
    }

    .physics-core svg {
        width: 54px;
    }

    .physics-label {
        font-size: 0.68rem;
    }

    .physics-label::before {
        width: 24px;
        height: 24px;
    }

    .physics-label-time {
        top: 2px;
    }

    .physics-label-cost,
    .physics-label-capacity {
        top: 54px;
    }

    .physics-label-risk,
    .physics-label-constraints {
        bottom: 12px;
    }

    .research-contract-flow {
        min-height: 0;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        padding: 14px 0 8px;
    }

    .research-contract-flow i {
        display: none;
    }

    .research-contract-flow span {
        width: 48px;
        height: 48px;
    }

    .research-contract-flow strong {
        font-size: 0.66rem;
        white-space: normal;
    }

    .research-pill {
        align-self: stretch;
        min-height: 34px;
        margin-top: 12px;
        padding: 7px 10px;
        font-size: 0.8rem;
    }

    .research-flow-panel {
        gap: 18px;
        margin-top: 14px;
        padding: 16px;
    }

    .research-flow-copy h3 {
        font-size: 1.28rem;
    }

    .research-flow-copy p {
        margin-top: 10px;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .research-flow-copy a {
        margin-top: 14px;
    }

    .research-layer-flow {
        gap: 12px;
        min-height: 0;
    }

    .research-signal-node > span,
    .research-approved > span {
        width: 56px;
        height: 56px;
    }

    .research-layer-stack {
        height: 116px;
    }

    .research-layer-stack span {
        height: 42px;
    }

    .research-layer-stack span:nth-child(1) {
        width: 96px;
    }

    .research-layer-stack span:nth-child(2) {
        top: 28px;
        width: 90px;
    }

    .research-layer-stack span:nth-child(3) {
        top: 56px;
        width: 96px;
    }

    .research-layer-stack span:nth-child(4) {
        top: 84px;
        width: 104px;
    }

    .research-feature-strip {
        grid-template-columns: 1fr;
    }

    .research-feature-strip > div,
    .research-feature-strip > div:nth-child(2n) {
        border-right: 0;
    }

    .research-feature-strip > div:nth-child(-n + 3) {
        border-bottom: 1px solid rgba(216, 232, 255, 0.14);
    }

    .research-feature-strip > div {
        grid-template-columns: 42px 1fr;
        gap: 12px;
        min-height: 0;
        padding: 12px 14px;
    }

    .research-feature-icon {
        width: 40px;
        height: 40px;
    }

    .research-feature-icon svg {
        width: 24px;
        height: 24px;
    }

    .research-feature-strip strong {
        font-size: 0.9rem;
    }

    .research-feature-strip span:not(.research-feature-icon) {
        font-size: 0.8rem;
    }

    .why-heading {
        text-align: left;
    }

    .why-heading p {
        font-size: 0.72rem;
    }

    .why-heading h2 {
        margin-top: 10px;
        font-size: 1.82rem;
        line-height: 1.08;
    }

    .why-heading strong {
        max-width: 34ch;
        margin-top: 12px;
        margin-left: 0;
        font-size: 0.92rem;
        line-height: 1.48;
    }

    .why-comparison {
        margin-top: 18px;
        gap: 12px;
    }

    .why-panel {
        min-height: 0;
        padding: 14px;
    }

    .why-panel h3 {
        margin-bottom: 8px;
        font-size: 0.78rem;
        letter-spacing: 0.1em;
        text-align: left;
    }

    .why-item {
        grid-template-columns: 34px 1fr;
        gap: 10px;
        padding: 10px 0;
    }

    .why-icon {
        width: 34px;
        height: 34px;
    }

    .why-icon svg {
        width: 17px;
        height: 17px;
    }

    .why-item h4 {
        font-size: 0.92rem;
    }

    .why-item p {
        margin-top: 3px;
        font-size: 0.82rem;
        line-height: 1.36;
    }

    .why-bridge {
        min-height: 0;
        margin-block: 2px;
        padding: 10px 8px;
        border: 1px solid rgba(216, 232, 255, 0.1);
        border-radius: var(--radius);
        background: rgba(8, 24, 52, 0.46);
    }

    .why-v-mark {
        width: 68px;
        height: 68px;
    }

    .why-v-mark img {
        width: 42px;
        height: 42px;
    }

    .why-proof-strip {
        margin-top: 14px;
    }

    .why-proof-strip div {
        min-height: 50px;
        padding: 10px 12px;
    }

    .why-strip-icon {
        width: 32px;
        height: 32px;
    }

    .why-proof-strip strong {
        font-size: 0.9rem;
    }

    .how-section {
        padding: 52px 18px 56px;
    }

    .how-heading {
        margin-bottom: 22px;
        text-align: left;
    }

    .how-heading p {
        font-size: 0.72rem;
    }

    .how-heading h2 {
        margin-top: 12px;
        font-size: 2.08rem;
        line-height: 1.08;
    }

    .how-heading span {
        max-width: 34ch;
        margin-left: 0;
        font-size: 1rem;
        line-height: 1.58;
    }

    .how-card-grid {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        gap: 14px;
    }

    .how-card {
        width: 100%;
        max-width: 100%;
        min-height: 0;
        padding: 16px;
    }

    .how-card-title {
        gap: 12px;
    }

    .how-card-title span {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 1rem;
    }

    .how-card-title h3 {
        font-size: 1.32rem;
    }

    .how-card > p {
        max-width: 100%;
        margin-top: 10px;
        font-size: 0.94rem;
        line-height: 1.5;
        overflow-wrap: break-word;
    }

    .connect-map,
    .model-map {
        width: min(100%, 280px);
        min-height: 214px;
        margin-right: auto;
        margin-left: auto;
    }

    .connect-map::before {
        width: 124px;
        height: 124px;
    }

    .connect-map::after {
        width: 92px;
        height: 92px;
    }

    .connect-core {
        width: 76px;
        height: 76px;
    }

    .connect-core svg {
        width: 52px;
        height: 52px;
    }

    .connect-node {
        min-width: 44px;
        height: 44px;
        font-size: 0.72rem;
    }

    .connect-node svg {
        width: 20px;
        height: 20px;
    }

    .node-erp,
    .node-agent {
        left: 24px;
    }

    .node-cloud,
    .node-people {
        right: 24px;
    }

    .node-db {
        left: 0;
    }

    .node-api {
        right: 0;
    }

    .model-map {
        width: min(100%, 300px);
    }

    .model-core {
        width: 132px;
        height: 122px;
    }

    .model-core b {
        font-size: 2rem;
    }

    .model-map > span {
        min-height: 28px;
        padding: 0 8px;
        font-size: 0.72rem;
    }

    .model-map > span:nth-child(1),
    .model-map > span:nth-child(2) {
        top: 36px;
    }

    .model-map > span:nth-child(3),
    .model-map > span:nth-child(4) {
        top: 80px;
    }

    .model-map > span:nth-child(5),
    .model-map > span:nth-child(6) {
        bottom: 60px;
    }

    .decision-contract,
    .run-panel {
        margin-top: 14px;
        padding: 14px;
    }

    .run-panel ul {
        gap: 9px;
        margin: 14px 0 12px;
    }

    .run-panel li {
        font-size: 0.88rem;
        line-height: 1.28;
    }

    .how-card-footer {
        margin-top: 16px;
        padding-top: 14px;
    }

    .decision-option {
        display: block;
        min-height: 0;
        padding: 10px;
    }

    .decision-option::after {
        display: none;
    }

    .decision-option b {
        width: 100%;
        margin-top: 8px;
    }

    .how-loop {
        grid-template-columns: 1fr;
        justify-items: start;
        width: 100%;
        max-width: 100%;
        margin-top: 16px;
        padding: 14px;
    }

    .how-loop div {
        grid-template-columns: 42px 1fr;
        align-items: center;
        justify-items: start;
        text-align: left;
    }

    .how-loop-icon {
        width: 42px;
        height: 42px;
    }

    .how-cta {
        display: grid;
        justify-content: start;
        gap: 12px;
        margin-top: 22px;
    }

    .proof-demo-heading {
        margin-bottom: 22px;
        text-align: left;
    }

    .proof-demo-heading p {
        justify-content: flex-start;
        font-size: 0.72rem;
    }

    .proof-demo-heading h2 {
        max-width: 9.5em;
        margin-top: 16px;
        font-size: 2rem;
        line-height: 1.08;
        overflow-wrap: normal;
    }

    .proof-demo-heading span {
        max-width: 32ch;
        margin-left: 0;
        font-size: 1rem;
        line-height: 1.58;
        overflow-wrap: break-word;
    }

    .proof-demo-board {
        padding: 16px;
    }

    .proof-step-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 10px;
        padding: 0 0 14px;
    }

    .proof-step-row > i {
        display: none;
    }

    .proof-step {
        align-content: start;
        justify-items: start;
        gap: 8px;
        text-align: left;
    }

    .proof-step-icon {
        width: 46px;
        height: 46px;
    }

    .proof-card-grid {
        grid-template-columns: 1fr;
    }

    .proof-card {
        min-height: 0;
        padding: 16px;
    }

    .proof-card-icon {
        width: 38px;
        height: 38px;
    }

    .proof-card h3 {
        margin-top: 12px;
        font-size: 1.04rem;
    }

    .proof-card dl {
        margin-top: 10px;
    }

    .proof-card dl div {
        grid-template-columns: 1fr;
        gap: 4px;
        align-items: start;
        min-height: 0;
        padding: 9px 0;
    }

    .proof-card dd {
        text-align: left;
    }

    .proof-demo-actions .button {
        width: 100%;
        min-width: 0;
    }

    .proof-card-run ul {
        gap: 8px;
        margin: 12px 0;
    }

    .proof-card-run li {
        font-size: 0.88rem;
        line-height: 1.3;
    }

    .proof-chart svg {
        height: 46px;
    }

    .proof-demo-actions,
    .proof-demo-actions p,
    .how-cta,
    .how-cta span,
    .how-cta a {
        width: 100%;
        max-width: 100%;
    }

    .proof-demo-actions p,
    .how-cta span,
    .how-cta a {
        align-items: flex-start;
        overflow-wrap: anywhere;
        text-align: left;
    }

    .example-heading h2 {
        max-width: 9em;
        margin-top: 18px;
        font-size: 2.2rem;
        overflow-wrap: normal;
    }

    .example-heading p:not(.section-kicker) {
        max-width: 36ch;
        overflow-wrap: break-word;
    }

    .example-layout {
        width: min(100%, 320px);
        max-width: 320px;
        margin: 26px 0 0;
    }

    .example-tabs,
    .example-stage,
    .example-panel {
        width: 100%;
        max-width: 100%;
    }

    .example-tabs button {
        min-height: 0;
        padding: 16px;
    }

    .example-panel-top {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
        padding: 16px;
    }

    .example-alert {
        padding: 18px 16px 4px;
    }

    .example-alert h3 {
        font-size: 1.45rem;
    }

    .example-proof-grid {
        grid-template-columns: minmax(0, 1fr);
        padding: 14px 16px 16px;
    }

    .example-options {
        grid-template-columns: 1fr;
    }

    .example-card {
        min-height: 0;
        padding: 16px;
    }

    .example-model-update {
        padding: 16px;
    }

    .section {
        padding: 56px 18px;
    }

    .section-heading,
    .section-heading.align-left {
        text-align: left;
    }

    .section-heading h2,
    .section-heading.align-left h2,
    .section-heading p:not(.section-kicker),
    .section-heading.align-left p:not(.section-kicker),
    .cta-inner h2,
    .cta-inner > p {
        margin-left: 0;
        margin-right: 0;
    }

    .brain-row {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .brain-row > strong {
        width: max-content;
    }

    .screen-body,
    .outcome-grid,
    .module-grid,
    .module-heading,
    .module-columns,
    .buyer-grid,
    .contract-row,
    .state-row,
    .resource-panel,
    .connection-grid,
    .developer-grid,
    .pipe-visual,
    .flow-timeline {
        grid-template-columns: 1fr;
    }

    .module-loop,
    .developer-strip {
        display: grid;
        grid-template-columns: 1fr;
    }

    .module-loop span,
    .developer-strip span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .screen-primary,
    .module-columns > div:first-child,
    .pipe-visual div,
    .resource-panel div {
        border-right: 0;
    }

    .screen-primary,
    .module-columns > div:first-child,
    .pipe-visual div,
    .resource-panel div:not(:last-child) {
        border-bottom: 1px solid rgba(216, 232, 255, 0.1);
    }

    .product-screen .screen-primary,
    .resources-panel .resource-panel div:not(:last-child) {
        border-bottom-color: rgba(246, 251, 255, 0.1);
    }

    .state-row {
        align-items: start;
        gap: 6px;
        padding-block: 16px;
    }

    .state-row em {
        justify-self: start;
    }

    .brain-row,
    .module-panel,
    .buyer-card,
    .contract-row,
    .state-row,
    .connection-item,
    .source-node,
    .outcome-node,
    .connections-api-strip,
    .developer-card,
    .faq-item,
    .pipe-visual div,
    .resource-panel div,
    .proof-card,
    .research-card,
    .research-flow-panel,
    .research-feature-strip div,
    .why-panel,
    .how-card {
        overflow-wrap: anywhere;
    }

    .resource-tabs {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .resource-tabs::-webkit-scrollbar {
        display: none;
    }

    .resource-tabs button {
        min-width: 112px;
    }

    .demo-form div {
        grid-template-columns: 1fr;
    }

    .demo-form input,
    .demo-form .button {
        width: 100%;
    }

    .faq-layout {
        gap: 22px;
    }

    .cta-section {
        padding-block: 58px;
    }

    .cta-inner {
        padding: 24px 18px;
    }

    .demo-form {
        margin-top: 22px;
    }

    .faq-item button {
        grid-template-columns: 32px 1fr;
        min-height: 58px;
        padding-inline: 16px;
        font-size: 0.94rem;
    }

    .faq-answer {
        padding: 0 16px 18px 60px;
    }

    .site-footer {
        grid-template-columns: 1fr;
    }

    .site-footer nav {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .menu-toggle {
        right: 14px;
        left: auto;
    }

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

    .brand {
        gap: 10px;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 10px;
    }

    .brand-name {
        font-size: 1.34rem;
    }

    .hero h1 {
        font-size: clamp(1.86rem, 10vw, 2.04rem);
    }

    .proof-demo-section,
    .how-section,
    .connections-section,
    .research-section,
    .cta-section {
        padding: 44px 14px 48px;
    }

    .why-veldovo-section {
        padding: 38px 14px 42px;
    }

    .section {
        padding: 48px 14px;
    }

    .section-heading h2,
    .cta-inner h2,
    .proof-demo-heading h2,
    .why-heading h2,
    .how-heading h2,
    .research-heading h2,
    .connections-heading h2 {
        font-size: 1.86rem;
    }

    .proof-demo-heading span,
    .why-heading strong,
    .how-heading span,
    .research-heading > span,
    .connections-heading > span,
    .section-heading p:not(.section-kicker),
    .cta-inner > p {
        font-size: 0.92rem;
        line-height: 1.48;
    }

    .screen-primary strong {
        font-size: 1.46rem;
    }

    .proof-demo-heading h2,
    .example-heading h2 {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .why-bridge {
        grid-template-columns: 46px 24px minmax(58px, 1fr) 24px 46px;
        grid-template-rows: auto;
    }

    .why-bridge > span {
        display: none;
    }

    .why-source-node,
    .why-action-node {
        width: 46px;
        height: 46px;
    }

    .why-source-node span {
        width: 5px;
        height: 5px;
    }

    .why-source-node span:nth-child(1) { left: 13px; top: 12px; }
    .why-source-node span:nth-child(2) { right: 12px; top: 13px; }
    .why-source-node span:nth-child(3) { left: 10px; top: 50%; }
    .why-source-node span:nth-child(4) { right: 11px; top: 50%; }
    .why-source-node span:nth-child(5) { left: 16px; bottom: 12px; }
    .why-source-node span:nth-child(6) { right: 16px; bottom: 11px; }

    .why-bridge > i {
        width: 24px;
    }

    .why-v-mark {
        width: 58px;
        height: 58px;
    }

    .why-v-mark img {
        width: 36px;
        height: 36px;
    }

    .why-brain-node strong {
        margin-top: 6px;
        font-size: 0.72rem;
    }

    .why-brain-node em,
    .why-bridge > span {
        font-size: 0.62rem;
        line-height: 1.22;
    }

    .why-action-node svg {
        width: 22px;
        height: 22px;
    }

    .connect-map,
    .model-map {
        min-height: 164px;
    }

    .connect-map::before {
        width: 120px;
        height: 120px;
    }

    .connect-map::after {
        width: 90px;
        height: 90px;
    }

    .connect-core {
        width: 74px;
        height: 74px;
    }

    .connect-core svg {
        width: 50px;
        height: 50px;
    }

    .connect-node {
        min-width: 38px;
        height: 38px;
        font-size: 0.68rem;
    }

    .connect-node svg {
        width: 20px;
        height: 20px;
    }

    .node-erp,
    .node-agent {
        left: 14px;
    }

    .node-cloud,
    .node-people {
        right: 14px;
    }

    .node-db {
        left: 0;
    }

    .node-api {
        right: 0;
    }

    .model-map::before {
        left: 20px;
        right: 20px;
    }

    .model-map::after {
        top: 30px;
        bottom: 30px;
    }

    .model-core {
        width: 132px;
        height: 120px;
    }

    .model-core b {
        font-size: 2rem;
    }

    .model-map > span {
        min-height: 24px;
        padding: 0 6px;
        font-size: 0.62rem;
    }

    .model-map > span:nth-child(1),
    .model-map > span:nth-child(2) {
        top: 18px;
    }

    .model-map > span:nth-child(3),
    .model-map > span:nth-child(4) {
        top: 64px;
    }

    .model-map > span:nth-child(5),
    .model-map > span:nth-child(6) {
        bottom: 48px;
    }

    .model-map > span:nth-child(7) {
        bottom: 10px;
    }

    .decision-check,
    .run-panel > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        padding-block: 10px;
    }

    .site-footer nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .module-heading,
    .module-columns > div,
    .outcome-card,
    .buyer-card,
    .flow-step,
    .connection-item,
    .developer-card {
        padding: 20px;
    }

    .proof-demo-board,
    .proof-card,
    .research-card,
    .research-flow-panel,
    .cta-inner {
        padding: 14px;
    }

    .research-world-visual,
    .research-physics-visual {
        height: 144px;
    }

    .world-label,
    .physics-label {
        display: none;
    }

    .world-stack {
        bottom: 8px;
    }
    }

    .world-label-work,
    .world-label-people,
    .world-label-resources {
        left: 0;
    }

    .world-label-rules,
    .world-label-risks,
    .world-label-commitments {
        right: 0;
    }

    .world-label-commitments {
        bottom: 30px;
    }

    .world-label-resources {
        bottom: 30px;
    }

    .physics-label-cost {
        left: 0;
    }

    .physics-label-capacity {
        right: 0;
    }

    .physics-label-risk {
        left: 0;
        bottom: 18px;
    }

    .physics-label-constraints {
        right: 0;
        bottom: 18px;
    }

    .research-feature-strip > div {
        grid-template-columns: 40px 1fr;
        gap: 12px;
        padding: 12px 14px;
    }

    .research-feature-icon {
        width: 38px;
        height: 38px;
    }

    .source-node {
        grid-template-columns: 40px 1fr;
        min-height: 58px;
        padding: 9px 10px;
    }

    .source-node > span,
    .outcome-node > span {
        width: 38px;
        height: 38px;
    }

    .source-node strong {
        font-size: 0.86rem;
    }

    .outcome-node {
        grid-template-columns: 40px 1fr;
        padding: 10px;
    }

    .connections-api-strip strong {
        font-size: 0.94rem;
    }

    .connections-api-strip {
        align-items: center;
    }

    .resource-tabs button {
        min-width: 96px;
        font-size: 0.82rem;
    }
}

@media (max-width: 360px) {
    .site-header {
        padding-inline: 12px;
    }

    .brand {
        gap: 8px;
    }

    .brand-mark {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .brand-name {
        font-size: 1.16rem;
    }

    .menu-toggle {
        right: 12px;
        width: 40px;
        height: 40px;
    }

    .hero,
    .section,
    .proof-demo-section,
    .why-veldovo-section,
    .how-section,
    .connections-section,
    .research-section,
    .cta-section {
        padding-right: 14px;
        padding-left: 14px;
    }

    .proof-demo-board,
    .why-panel,
    .how-card,
    .proof-card,
    .research-card,
    .research-flow-panel,
    .cta-inner {
        padding-right: 14px;
        padding-left: 14px;
    }

    .why-bridge {
        grid-template-columns: 42px 18px minmax(48px, 1fr) 18px 42px;
    }

    .why-bridge > span {
        display: none;
    }

    .why-source-node,
    .why-action-node {
        width: 42px;
        height: 42px;
    }

    .why-v-mark {
        width: 52px;
        height: 52px;
    }

    .why-v-mark img {
        width: 32px;
        height: 32px;
    }

    .why-brain-node strong {
        font-size: 0.66rem;
    }

    .why-brain-node em {
        font-size: 0.58rem;
    }

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

    .connections-heading h2,
    .research-heading h2,
    .how-heading h2,
    .proof-demo-heading h2,
    .why-heading h2,
    .section-heading h2,
    .cta-inner h2 {
        font-size: 1.68rem;
    }

    .source-node,
    .outcome-node,
    .research-feature-strip > div {
        grid-template-columns: 36px 1fr;
    }

    .source-node > span,
    .outcome-node > span,
    .research-feature-icon {
        width: 34px;
        height: 34px;
    }

    .site-footer nav {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Interactive decision workspace */
.proof-demo-board[data-decision-demo] {
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.demo-workspace-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 2px 2px 18px;
}

.demo-workspace-topbar > div:first-child {
    display: grid;
    gap: 3px;
}

.demo-overline,
.demo-state-kicker,
.demo-drawer-head > div > span,
.demo-run-heading > div > span,
.demo-actual-comparison > span {
    color: #70aefd;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.demo-workspace-topbar > div:first-child > strong {
    color: rgba(246, 251, 255, 0.92);
    font-size: 0.96rem;
}

.demo-phase-track {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.demo-phase-track span {
    position: relative;
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 9px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: rgba(216, 232, 255, 0.42);
    font-size: 0.7rem;
    font-weight: 760;
    white-space: nowrap;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.demo-phase-track i {
    width: 13px;
    height: 1px;
    background: rgba(216, 232, 255, 0.18);
}

.demo-phase-track[data-demo-phase="projected"] [data-demo-phase-item="current"],
.demo-phase-track[data-demo-phase="projected"] [data-demo-phase-item="projected"],
.demo-phase-track[data-demo-phase="running"] [data-demo-phase-item="current"],
.demo-phase-track[data-demo-phase="running"] [data-demo-phase-item="projected"],
.demo-phase-track[data-demo-phase="committed"] span {
    color: rgba(246, 251, 255, 0.8);
}

.demo-phase-track[data-demo-phase="projected"] [data-demo-phase-item="projected"],
.demo-phase-track[data-demo-phase="running"] [data-demo-phase-item="projected"] {
    border-color: rgba(39, 120, 255, 0.5);
    background: rgba(39, 120, 255, 0.12);
    color: #8fc8ff;
}

.demo-phase-track[data-demo-phase="committed"] [data-demo-phase-item="committed"] {
    border-color: rgba(42, 234, 147, 0.45);
    background: rgba(42, 234, 147, 0.1);
    color: #39eba0;
}

.demo-scenario-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 6px;
    border: 1px solid rgba(216, 232, 255, 0.11);
    border-radius: 10px;
    background: rgba(0, 7, 23, 0.5);
}

.demo-scenario-tabs button {
    display: grid;
    min-width: 0;
    min-height: 66px;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding: 8px 11px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    background: transparent;
    color: rgba(216, 232, 255, 0.62);
    cursor: pointer;
    text-align: left;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.demo-scenario-tabs button:hover {
    background: rgba(39, 120, 255, 0.07);
    color: var(--paper);
}

.demo-scenario-tabs button:focus-visible,
.demo-option-actions button:focus-visible,
.demo-text-button:focus-visible,
.demo-drawer-head button:focus-visible {
    outline: 2px solid #5ba3ff;
    outline-offset: 2px;
}

.demo-scenario-tabs button.is-active {
    border-color: rgba(39, 120, 255, 0.48);
    background: linear-gradient(135deg, rgba(39, 120, 255, 0.18), rgba(34, 215, 232, 0.07));
    color: var(--paper);
    box-shadow: inset 0 1px 0 rgba(246, 251, 255, 0.06), 0 8px 24px rgba(0, 5, 18, 0.22);
}

.demo-tab-icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(91, 163, 255, 0.25);
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.08);
    color: #79b8ff;
}

.demo-tab-icon svg,
.demo-card-label svg,
.demo-state-icon svg,
.demo-text-button svg,
.demo-drawer-head button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.demo-scenario-tabs button > span:last-child {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.demo-scenario-tabs strong {
    color: inherit;
    font-size: 0.88rem;
    line-height: 1.2;
}

.demo-scenario-tabs em {
    overflow: hidden;
    color: rgba(216, 232, 255, 0.48);
    font-size: 0.7rem;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demo-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.26fr) minmax(340px, 0.74fr);
    gap: 14px;
    margin-top: 14px;
}

.demo-workspace-left,
.demo-workspace-right {
    display: grid;
    min-width: 0;
    align-content: start;
    gap: 14px;
}

.demo-stage,
.demo-state-card {
    min-width: 0;
    border: 1px solid rgba(216, 232, 255, 0.12);
    border-radius: 10px;
    background: rgba(6, 20, 43, 0.72);
    box-shadow: inset 0 1px 0 rgba(246, 251, 255, 0.04), 0 18px 48px rgba(0, 4, 16, 0.2);
}

.demo-stage {
    padding: 16px;
}

.demo-stage-heading {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.demo-stage-heading > span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(39, 120, 255, 0.52);
    border-radius: 50%;
    background: rgba(39, 120, 255, 0.12);
    color: #85c2ff;
    font-size: 0.72rem;
    font-weight: 850;
}

.demo-stage-heading p,
.demo-stage-heading h3 {
    margin: 0;
}

.demo-stage-heading p {
    color: rgba(216, 232, 255, 0.46);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.demo-stage-heading h3 {
    margin-top: 1px;
    color: var(--paper);
    font-size: 1rem;
    line-height: 1.25;
}

.demo-stage-heading > em {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    padding: 0 8px;
    border: 1px solid rgba(91, 163, 255, 0.24);
    border-radius: 999px;
    background: rgba(39, 120, 255, 0.08);
    color: #8fc8ff;
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 780;
}

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

.demo-context-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 13px;
    border: 1px solid rgba(216, 232, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(0, 8, 26, 0.38);
}

.demo-context-calculated {
    border-color: rgba(34, 215, 232, 0.2);
    background: linear-gradient(145deg, rgba(34, 215, 232, 0.075), rgba(0, 8, 26, 0.4));
}

.demo-card-label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(246, 251, 255, 0.78);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.demo-card-label > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5ba3ff;
    box-shadow: 0 0 12px rgba(91, 163, 255, 0.8);
}

.demo-card-label > em {
    font-style: normal;
}

.demo-card-label svg {
    width: 16px;
    height: 16px;
    color: var(--cyan);
}

.demo-data-list,
.demo-impact-list,
.demo-contract dl,
.demo-actual-comparison dl {
    display: grid;
    margin: 10px 0 0;
}

.demo-data-list > div,
.demo-contract dl > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
    padding: 7px 0;
    border-top: 1px solid rgba(216, 232, 255, 0.075);
}

.demo-data-list dt,
.demo-contract dt {
    color: rgba(216, 232, 255, 0.58);
    font-size: 0.7rem;
    line-height: 1.35;
}

.demo-data-list dd,
.demo-contract dd {
    margin: 0;
    color: rgba(246, 251, 255, 0.9);
    font-size: 0.72rem;
    font-weight: 780;
    line-height: 1.35;
    text-align: right;
}

.demo-data-list dd.is-missing {
    color: #f2c85b;
    font-weight: 700;
}

.demo-context-card > p {
    margin: auto 0 0;
    padding-top: 10px;
    border-top: 1px solid rgba(216, 232, 255, 0.075);
    color: rgba(216, 232, 255, 0.42);
    font-size: 0.62rem;
    line-height: 1.45;
}

.demo-context-calculated > p {
    color: rgba(104, 221, 232, 0.58);
}

.demo-truth-gate {
    display: grid;
    gap: 9px;
    margin-top: 11px;
    padding: 12px;
    border: 1px solid rgba(255, 207, 76, 0.3);
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(255, 207, 76, 0.085), rgba(0, 8, 26, 0.46));
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.demo-truth-gate.is-attention {
    border-color: rgba(255, 207, 76, 0.78);
    box-shadow: 0 0 0 3px rgba(255, 207, 76, 0.09), 0 16px 40px rgba(0, 4, 16, 0.24);
}

.demo-truth-gate.is-resolved {
    border-color: rgba(42, 234, 147, 0.28);
    background: linear-gradient(135deg, rgba(42, 234, 147, 0.075), rgba(0, 8, 26, 0.44));
}

.demo-truth-status,
.demo-truth-confirmed {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}

.demo-truth-status > span,
.demo-truth-confirmed > span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid rgba(255, 207, 76, 0.48);
    border-radius: 50%;
    color: #ffcf4c;
    font-size: 0.74rem;
    font-weight: 900;
}

.demo-truth-status strong,
.demo-truth-confirmed strong {
    color: rgba(246, 251, 255, 0.94);
    font-size: 0.74rem;
}

.demo-truth-status p,
.demo-truth-confirmed p {
    margin: 1px 0 0;
    color: rgba(216, 232, 255, 0.52);
    font-size: 0.64rem;
    line-height: 1.4;
}

.demo-truth-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 11px;
    border: 1px solid rgba(216, 232, 255, 0.11);
    border-radius: var(--radius);
    background: rgba(0, 8, 26, 0.46);
}

.demo-truth-question > div {
    display: grid;
    gap: 2px;
}

.demo-truth-question span {
    color: rgba(216, 232, 255, 0.45);
    font-size: 0.6rem;
}

.demo-truth-question strong {
    color: var(--paper);
    font-size: 0.82rem;
}

.demo-confirm-button {
    min-height: 35px;
    padding: 0 12px;
    border: 1px solid rgba(91, 163, 255, 0.42);
    border-radius: var(--radius);
    background: rgba(39, 120, 255, 0.14);
    color: #9aceff;
    cursor: pointer;
    font-size: 0.66rem;
    font-weight: 820;
    white-space: nowrap;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.demo-confirm-button:hover,
.demo-confirm-button:focus-visible {
    border-color: rgba(91, 163, 255, 0.72);
    background: rgba(39, 120, 255, 0.24);
    color: var(--paper);
}

.demo-confirm-button:focus-visible {
    outline: 2px solid #5ba3ff;
    outline-offset: 2px;
}

.demo-truth-confirmed > span {
    border-color: rgba(42, 234, 147, 0.5);
    color: #42eaa4;
}

.demo-stage-footer .button:disabled {
    cursor: not-allowed;
    filter: saturate(0.45);
    opacity: 0.54;
    transform: none;
}

.demo-option-list {
    display: grid;
    gap: 8px;
}

.demo-option {
    position: relative;
    min-width: 0;
    padding: 12px 12px 9px;
    border: 1px solid rgba(216, 232, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(0, 8, 26, 0.42);
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.demo-option:hover {
    border-color: rgba(91, 163, 255, 0.26);
}

.demo-option.is-selected {
    border-color: rgba(39, 120, 255, 0.62);
    background: linear-gradient(135deg, rgba(39, 120, 255, 0.13), rgba(0, 8, 26, 0.48));
    box-shadow: inset 3px 0 0 #3b8cff, 0 10px 30px rgba(0, 5, 18, 0.22);
}

.demo-option-list.is-revising .demo-option:not(.is-selected) {
    animation: demo-option-pulse 850ms ease;
}

.demo-option-main {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
}

.demo-option-radio {
    position: relative;
    width: 13px;
    height: 13px;
    padding: 0;
    border: 1.5px solid rgba(216, 232, 255, 0.34);
    border-radius: 50%;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.demo-option-radio:focus-visible {
    outline: 2px solid #5ba3ff;
    outline-offset: 3px;
}

.demo-option.is-selected .demo-option-radio {
    border-color: #5ba3ff;
}

.demo-option.is-selected .demo-option-radio::after {
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #5ba3ff;
    content: "";
}

.demo-option-title {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
}

.demo-option-title > span:first-child {
    color: #70aefd;
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.demo-recommended-badge {
    display: inline-flex;
    min-height: 19px;
    align-items: center;
    padding: 0 6px;
    border: 1px solid rgba(42, 234, 147, 0.3);
    border-radius: 999px;
    background: rgba(42, 234, 147, 0.08);
    color: #39eba0;
    font-size: 0.56rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.demo-option h4 {
    margin: 1px 0 0;
    color: var(--paper);
    font-size: 0.9rem;
    line-height: 1.25;
}

.demo-governance-pill,
.demo-contract-status {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(42, 234, 147, 0.1);
    color: #3beaa0;
    font-size: 0.58rem;
    font-weight: 850;
    white-space: nowrap;
}

.demo-option-exception .demo-governance-pill,
.demo-contract-status[data-status="exception"] {
    background: rgba(255, 207, 76, 0.1);
    color: #ffcf4c;
}

.demo-option-blocked .demo-governance-pill,
.demo-contract-status[data-status="blocked"] {
    background: rgba(255, 104, 122, 0.1);
    color: #ff7e8d;
}

.demo-option-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 9px;
    padding-left: 23px;
}

.demo-option-metrics > div {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.demo-option-metrics span {
    color: rgba(216, 232, 255, 0.42);
    font-size: 0.6rem;
}

.demo-option-metrics strong {
    overflow: hidden;
    color: rgba(246, 251, 255, 0.86);
    font-size: 0.69rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demo-option-metrics strong.demo-risk-blocked {
    color: #ff7e8d;
}

.demo-option-metrics strong.demo-risk-exception {
    color: #ffcf4c;
}

.demo-option-metrics strong.demo-risk-compliant {
    color: #39eba0;
}

.demo-option-actions {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    padding: 7px 0 0 23px;
    border-top: 1px solid rgba(216, 232, 255, 0.07);
    color: rgba(216, 232, 255, 0.28);
}

.demo-option-actions button,
.demo-text-button,
.demo-drawer-head button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #75b6ff;
    cursor: pointer;
    font-size: 0.66rem;
    font-weight: 800;
}

.demo-option-actions button:hover,
.demo-text-button:hover {
    color: var(--paper);
}

.demo-state-card {
    position: sticky;
    top: 94px;
    padding: 16px;
    overflow: hidden;
    transition: border-color 180ms ease, background 180ms ease;
}

.demo-state-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #2778ff, #22d7e8, transparent 86%);
    content: "";
}

.demo-state-card.is-committed {
    border-color: rgba(42, 234, 147, 0.34);
    background: linear-gradient(155deg, rgba(42, 234, 147, 0.075), rgba(6, 20, 43, 0.8) 38%);
}

.demo-state-card.is-committed::before {
    background: linear-gradient(90deg, #2aeb98, #22d7e8, transparent 86%);
}

.demo-state-card.is-blocked {
    border-color: rgba(255, 104, 122, 0.42);
}

.demo-state-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    align-items: start;
    gap: 12px;
}

.demo-state-head h3 {
    margin: 3px 0 0;
    color: var(--paper);
    font-size: 1.22rem;
    line-height: 1.2;
}

.demo-state-icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(39, 120, 255, 0.28);
    border-radius: var(--radius);
    background: rgba(39, 120, 255, 0.1);
    color: #75b6ff;
}

.demo-state-card.is-committed .demo-state-icon {
    border-color: rgba(42, 234, 147, 0.28);
    background: rgba(42, 234, 147, 0.08);
    color: #39eba0;
}

.demo-projection-notice {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 11px;
    padding: 8px 9px;
    border: 1px solid rgba(91, 163, 255, 0.17);
    border-radius: var(--radius);
    background: rgba(39, 120, 255, 0.06);
    color: #91caff;
    font-size: 0.64rem;
    font-weight: 720;
    line-height: 1.35;
}

.demo-projection-notice > span {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #5ba3ff;
    box-shadow: 0 0 12px rgba(91, 163, 255, 0.9);
}

.demo-state-card.is-committed .demo-projection-notice {
    border-color: rgba(42, 234, 147, 0.18);
    background: rgba(42, 234, 147, 0.06);
    color: #65edaf;
}

.demo-state-card.is-committed .demo-projection-notice > span {
    background: #2aeb98;
    box-shadow: 0 0 12px rgba(42, 234, 147, 0.9);
}

.demo-state-card.is-blocked .demo-projection-notice {
    border-color: rgba(255, 104, 122, 0.24);
    background: rgba(255, 104, 122, 0.07);
    color: #ff9aa7;
}

.demo-state-card.is-blocked .demo-projection-notice > span {
    background: #ff687a;
}

.demo-impact-list {
    margin-top: 11px;
}

.demo-impact-list > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 37px;
    border-top: 1px solid rgba(216, 232, 255, 0.08);
}

.demo-impact-list dt {
    color: rgba(216, 232, 255, 0.58);
    font-size: 0.71rem;
}

.demo-impact-list dd {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: rgba(246, 251, 255, 0.92);
    font-size: 0.73rem;
    font-weight: 800;
    text-align: right;
}

.demo-impact-list dd span {
    color: rgba(216, 232, 255, 0.4);
    font-weight: 650;
}

.demo-impact-list dd i {
    color: #5ba3ff;
    font-style: normal;
}

.demo-state-card.is-committed .demo-impact-list dd {
    color: #4cebaa;
}

.demo-text-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 9px;
    font-size: 0.7rem;
}

.demo-text-button svg {
    width: 15px;
    height: 15px;
}

.demo-contract {
    margin-top: 13px;
    padding: 12px;
    border: 1px solid rgba(151, 95, 255, 0.23);
    border-radius: var(--radius);
    background: linear-gradient(145deg, rgba(151, 95, 255, 0.075), rgba(0, 8, 26, 0.3));
}

.demo-contract-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.demo-contract-heading > div {
    display: grid;
    gap: 1px;
}

.demo-contract-heading > div > span {
    color: #bb97ff;
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.demo-contract-heading > div > strong {
    color: rgba(246, 251, 255, 0.8);
    font-size: 0.72rem;
}

.demo-contract dl {
    margin-top: 8px;
}

.demo-contract dl > div {
    padding: 5px 0;
}

.demo-contract dd {
    max-width: 360px;
}

.demo-governance-note {
    margin-top: 8px;
    padding: 7px 8px;
    border-left: 2px solid #2aeb98;
    background: rgba(42, 234, 147, 0.055);
    color: rgba(168, 245, 206, 0.75);
    font-size: 0.62rem;
    line-height: 1.4;
}

.demo-governance-note[data-status="exception"] {
    border-color: #ffcf4c;
    background: rgba(255, 207, 76, 0.055);
    color: rgba(255, 226, 143, 0.78);
}

.demo-governance-note[data-status="blocked"] {
    border-color: #ff687a;
    background: rgba(255, 104, 122, 0.055);
    color: rgba(255, 164, 174, 0.8);
}

.demo-run-button {
    width: 100%;
    min-height: 43px;
    margin-top: 10px;
    font-size: 0.74rem;
}

.demo-run-button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.demo-run-log {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid rgba(34, 215, 232, 0.2);
    border-radius: var(--radius);
    background: rgba(34, 215, 232, 0.045);
}

.demo-run-heading {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}

.demo-run-heading > div {
    display: grid;
    gap: 1px;
}

.demo-run-heading strong {
    color: rgba(246, 251, 255, 0.84);
    font-size: 0.68rem;
    line-height: 1.35;
}

.demo-run-spinner {
    width: 25px;
    height: 25px;
    border: 2px solid rgba(34, 215, 232, 0.18);
    border-top-color: #22d7e8;
    border-radius: 50%;
    animation: demo-spin 800ms linear infinite;
}

.demo-state-card.is-committed .demo-run-spinner {
    position: relative;
    border-color: #2aeb98;
    animation: none;
}

.demo-state-card.is-committed .demo-run-spinner::after {
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #2aeb98;
    border-bottom: 2px solid #2aeb98;
    content: "";
    transform: rotate(42deg);
}

.demo-run-log ol {
    display: grid;
    gap: 6px;
    margin: 11px 0 0;
    padding: 0;
    list-style: none;
}

.demo-run-log li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    color: rgba(216, 232, 255, 0.35);
}

.demo-run-log li > span {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(216, 232, 255, 0.18);
    border-radius: 50%;
}

.demo-run-log li strong {
    font-size: 0.64rem;
    font-weight: 680;
}

.demo-run-log li.is-complete {
    color: #4cebaa;
}

.demo-run-log li.is-complete > span {
    border-color: #2aeb98;
    background: rgba(42, 234, 147, 0.12);
}

.demo-run-log li.is-complete > span::after {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border-right: 1.5px solid #2aeb98;
    border-bottom: 1.5px solid #2aeb98;
    content: "";
    transform: rotate(42deg);
}

.demo-actual-comparison {
    margin-top: 12px;
    padding: 10px 11px;
    border: 1px solid rgba(42, 234, 147, 0.16);
    border-radius: var(--radius);
    background: rgba(42, 234, 147, 0.045);
}

.demo-actual-comparison > span {
    color: #4cebaa;
}

.demo-actual-comparison dl {
    gap: 5px;
    margin-top: 7px;
}

.demo-actual-comparison dl > div {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 8px;
    align-items: start;
}

.demo-actual-comparison dt {
    color: rgba(216, 232, 255, 0.5);
    font-size: 0.62rem;
}

.demo-actual-comparison dd {
    display: grid;
    gap: 1px;
    margin: 0;
    text-align: right;
}

.demo-actual-comparison dd span {
    color: rgba(216, 232, 255, 0.45);
    font-size: 0.58rem;
}

.demo-actual-comparison dd strong {
    color: #4cebaa;
    font-size: 0.65rem;
}

.demo-audit-drawer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    width: min(590px, 92%);
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    border-left: 1px solid rgba(91, 163, 255, 0.28);
    background: rgba(3, 15, 38, 0.98);
    box-shadow: -30px 0 80px rgba(0, 3, 14, 0.62);
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.demo-audit-drawer.is-open {
    opacity: 1;
    transform: translateX(0);
}

.demo-drawer-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(216, 232, 255, 0.1);
}

.demo-drawer-head h3 {
    margin: 3px 0 0;
    color: var(--paper);
    font-size: 1.32rem;
    line-height: 1.2;
}

.demo-drawer-head button {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(216, 232, 255, 0.13);
    border-radius: 50%;
    color: rgba(216, 232, 255, 0.7);
}

.demo-audit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 14px;
}

.demo-audit-grid section {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    padding: 11px;
    border: 1px solid rgba(216, 232, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(8, 24, 52, 0.62);
}

.demo-audit-grid section.is-wide {
    grid-column: 1 / -1;
}

.demo-audit-grid section[data-audit-kind="projected"] {
    border-color: rgba(255, 191, 92, 0.2);
    background: rgba(67, 44, 9, 0.18);
}

.demo-audit-grid section[data-audit-kind="blocked"] {
    border-color: rgba(255, 106, 128, 0.22);
}

.demo-audit-grid section[data-audit-kind="exception"] {
    border-color: rgba(255, 191, 92, 0.22);
}

.demo-audit-grid section > span {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid rgba(91, 163, 255, 0.42);
    border-radius: 50%;
}

.demo-audit-grid section > span::after {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 4px;
    height: 7px;
    border-right: 1.5px solid #5ba3ff;
    border-bottom: 1.5px solid #5ba3ff;
    content: "";
    transform: rotate(42deg);
}

.demo-audit-grid h4 {
    margin: 0;
    color: rgba(246, 251, 255, 0.9);
    font-size: 0.76rem;
    line-height: 1.3;
}

.demo-audit-grid ul,
.demo-audit-grid ol {
    display: grid;
    gap: 4px;
    margin: 7px 0 0;
    padding-left: 14px;
    color: rgba(216, 232, 255, 0.58);
    font-size: 0.65rem;
    line-height: 1.45;
}

.demo-audit-grid ol {
    padding-left: 18px;
}

.demo-audit-grid .has-pairs {
    gap: 0;
    padding-left: 0;
}

.demo-audit-pair {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3px 10px;
    padding: 7px 0;
    border-top: 1px solid rgba(216, 232, 255, 0.075);
    list-style: none;
}

.demo-audit-pair > span {
    color: rgba(216, 232, 255, 0.52);
}

.demo-audit-pair > strong {
    color: rgba(246, 251, 255, 0.88);
    font-weight: 760;
    text-align: right;
}

.demo-audit-pair > small {
    grid-column: 1 / -1;
    color: rgba(91, 163, 255, 0.62);
    font-size: 0.56rem;
}

.demo-audit-footnote {
    margin: 14px 0 0;
    padding: 9px 10px;
    border-left: 2px solid #22d7e8;
    background: rgba(34, 215, 232, 0.05);
    color: rgba(164, 236, 243, 0.65);
    font-size: 0.66rem;
}

@keyframes demo-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes demo-option-pulse {
    0%, 100% {
        border-color: rgba(216, 232, 255, 0.1);
    }
    50% {
        border-color: rgba(91, 163, 255, 0.55);
        transform: translateX(3px);
    }
}

@media (max-width: 960px) {
    .demo-workspace-topbar {
        display: grid;
    }

    .demo-phase-track {
        justify-content: flex-start;
    }

    .demo-workspace {
        grid-template-columns: 1fr;
    }

    .demo-state-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 800px) {
    .proof-demo-board[data-decision-demo] {
        padding: 14px;
    }

    .demo-scenario-tabs {
        display: flex;
        padding: 5px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .demo-scenario-tabs button {
        min-width: 218px;
        scroll-snap-align: start;
    }

    .demo-context-grid {
        grid-template-columns: 1fr;
    }

    .demo-audit-drawer {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .demo-workspace-topbar {
        gap: 12px;
        padding-bottom: 14px;
    }

    .demo-workspace-topbar > div:first-child > strong {
        font-size: 0.84rem;
    }

    .demo-phase-track {
        width: 100%;
        gap: 5px;
    }

    .demo-phase-track span {
        min-height: 25px;
        padding: 0 6px;
        font-size: 0.58rem;
    }

    .demo-phase-track i {
        width: 7px;
    }

    .demo-workspace {
        gap: 10px;
        margin-top: 10px;
    }

    .demo-stage,
    .demo-state-card {
        padding: 12px;
    }

    .demo-stage-heading {
        grid-template-columns: 28px minmax(0, 1fr);
        margin-bottom: 11px;
    }

    .demo-stage-heading > em {
        grid-column: 2;
        width: max-content;
    }

    .demo-option {
        padding: 11px 10px 8px;
    }

    .demo-option-main {
        grid-template-columns: 14px minmax(0, 1fr);
    }

    .demo-governance-pill {
        grid-column: 2;
        width: max-content;
        margin-top: 3px;
    }

    .demo-option-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px 12px;
    }

    .demo-option-metrics strong {
        white-space: normal;
    }

    .demo-impact-list > div {
        align-items: start;
        min-height: 0;
        padding: 8px 0;
    }

    .demo-impact-list dd {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .demo-contract-heading {
        align-items: flex-start;
    }

    .demo-contract dl > div {
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    }

    .demo-contract dd {
        max-width: none;
        white-space: normal;
    }

    .demo-audit-drawer {
        padding: 14px;
    }

    .demo-audit-grid {
        grid-template-columns: 1fr;
    }

    .proof-demo-actions p {
        font-size: 0.8rem;
        line-height: 1.45;
    }
}

@media (max-width: 360px) {
    .proof-demo-board[data-decision-demo] {
        padding: 10px;
    }

    .demo-phase-track span {
        padding: 0 4px;
        font-size: 0.52rem;
    }

    .demo-phase-track i {
        display: none;
    }

    .demo-scenario-tabs button {
        min-width: 205px;
    }

    .demo-state-head h3 {
        font-size: 1.06rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .demo-run-spinner,
    .demo-option-list.is-revising .demo-option:not(.is-selected) {
        animation: none;
    }
}

/* Compact disclosure controls keep the demo focused until visitors ask for detail. */
.demo-context-raw:not(.is-expanded) .demo-data-list > div:nth-child(n+5),
.demo-context-calculated:not(.is-expanded) .demo-data-list > div:nth-child(n+6),
.demo-option:not(.is-selected) .demo-option-metrics {
    display: none;
}

.demo-context-toggle,
.demo-contract-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    background: transparent;
    color: #75b6ff;
    cursor: pointer;
    font-size: 0.65rem;
    font-weight: 800;
    text-align: left;
}

.demo-context-toggle {
    margin-top: 5px;
    padding: 7px 0 2px;
    border-top: 1px solid rgba(216, 232, 255, 0.075);
}

.demo-context-toggle svg,
.demo-contract-toggle svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 160ms ease;
}

.demo-context-toggle[aria-expanded="true"] svg,
.demo-contract-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.demo-context-toggle:hover,
.demo-contract-toggle:hover {
    color: var(--paper);
}

.demo-context-toggle:focus-visible,
.demo-contract-toggle:focus-visible {
    outline: 2px solid #5ba3ff;
    outline-offset: 3px;
}

.demo-context-card > p {
    margin-top: 7px;
}

.demo-option:not(.is-selected) .demo-option-actions {
    margin-top: 5px;
}

.demo-contract-toggle {
    min-height: 36px;
    margin-top: 9px;
    padding: 7px 8px;
    border: 1px solid rgba(151, 95, 255, 0.2);
    border-radius: var(--radius);
    background: rgba(151, 95, 255, 0.055);
    color: #c2a4ff;
}

.demo-contract-body {
    padding-top: 1px;
}

/* One-step-at-a-time workspace */
.demo-phase-track[data-demo-phase="current"] [data-demo-phase-item="current"] {
    border-color: rgba(91, 163, 255, 0.4);
    background: rgba(39, 120, 255, 0.09);
    color: #9aceff;
}

.demo-workflow-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
}

.demo-workflow-tabs button {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 54px;
    grid-template-columns: 27px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 8px;
    padding: 7px 10px;
    border: 1px solid rgba(216, 232, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(0, 8, 26, 0.38);
    color: rgba(216, 232, 255, 0.48);
    cursor: pointer;
    text-align: left;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.demo-workflow-tabs button::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 1px;
    height: 7px;
    background: transparent;
    content: "";
}

.demo-workflow-tabs button:hover {
    border-color: rgba(91, 163, 255, 0.3);
    color: rgba(246, 251, 255, 0.82);
}

.demo-workflow-tabs button[aria-disabled="true"]:not(.is-active) {
    cursor: not-allowed;
    opacity: 0.58;
}

.demo-workflow-tabs button.is-active {
    border-color: rgba(39, 120, 255, 0.62);
    background: linear-gradient(135deg, rgba(39, 120, 255, 0.16), rgba(34, 215, 232, 0.055));
    color: var(--paper);
    box-shadow: inset 0 -2px 0 #398aff;
}

.demo-workflow-tabs button.is-active::after {
    background: #398aff;
}

.demo-workflow-tabs button.is-complete {
    border-color: rgba(42, 234, 147, 0.2);
}

.demo-workflow-tabs button > span {
    display: grid;
    width: 25px;
    height: 25px;
    grid-row: 1 / span 2;
    place-items: center;
    border: 1px solid rgba(91, 163, 255, 0.32);
    border-radius: 50%;
    color: #7dbbff;
    font-size: 0.64rem;
    font-weight: 850;
}

.demo-workflow-tabs button.is-complete > span {
    border-color: rgba(42, 234, 147, 0.36);
    color: #42eaa4;
}

.demo-workflow-tabs strong {
    align-self: end;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demo-workflow-tabs em {
    align-self: start;
    overflow: hidden;
    color: rgba(216, 232, 255, 0.36);
    font-size: 0.58rem;
    font-style: normal;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demo-workflow-tabs button:focus-visible {
    outline: 2px solid #5ba3ff;
    outline-offset: 2px;
}

.demo-option-title {
    flex-wrap: wrap;
}

.demo-fit-badge {
    display: inline-flex;
    min-height: 19px;
    align-items: center;
    padding: 0 6px;
    border: 1px solid rgba(91, 163, 255, 0.24);
    border-radius: 999px;
    background: rgba(91, 163, 255, 0.07);
    color: #8fc8ff;
    font-size: 0.56rem;
    font-weight: 850;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.demo-option-metrics {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.demo-option-metrics strong {
    white-space: normal;
}

.demo-workspace.is-single-view {
    display: block;
    margin-top: 14px;
}

.demo-workspace.is-single-view .demo-workspace-left {
    display: block;
}

.demo-workspace.is-single-view .demo-options-stage {
    width: min(100%, 900px);
    margin-inline: auto;
}

.demo-workspace.is-single-view .demo-workspace-right {
    display: block;
    width: min(100%, 800px);
    margin-inline: auto;
}

.demo-workspace.is-single-view .demo-state-card {
    position: relative;
    top: auto;
}

.demo-stage-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 12px;
    padding-top: 11px;
    border-top: 1px solid rgba(216, 232, 255, 0.08);
}

.demo-stage-footer > span {
    color: rgba(216, 232, 255, 0.48);
    font-size: 0.68rem;
}

.demo-stage-footer .button,
.demo-state-actions .button {
    min-height: 39px;
    padding: 0 14px;
    font-size: 0.68rem;
}

.demo-stage-footer .button svg,
.demo-state-actions .button svg {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.demo-state-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 10px;
}

.demo-state-actions .demo-text-button {
    margin-top: 0;
}

.demo-state-card[data-demo-state-view="impact"] .demo-contract {
    display: none;
}

.demo-state-card[data-demo-state-view="approve"] .demo-state-actions,
.demo-state-card[data-demo-state-view="approve"]:not(.is-committed) .demo-impact-list {
    display: none;
}

.demo-state-card[data-demo-state-view="approve"] .demo-contract {
    margin-top: 12px;
}

@media (max-width: 800px) {
    .demo-workflow-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .demo-workflow-tabs button::after {
        display: none;
    }

    .demo-stage-footer,
    .demo-state-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .demo-stage-footer .button,
    .demo-state-actions .button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .demo-workflow-tabs button {
        min-height: 46px;
        grid-template-columns: 23px minmax(0, 1fr);
        padding: 6px 7px;
    }

    .demo-workflow-tabs button > span {
        width: 21px;
        height: 21px;
        font-size: 0.58rem;
    }

    .demo-workflow-tabs strong {
        align-self: center;
        grid-row: 1 / span 2;
        font-size: 0.68rem;
    }

    .demo-workflow-tabs em {
        display: none;
    }

    .demo-stage-footer > span {
        font-size: 0.62rem;
        line-height: 1.4;
    }

    .demo-truth-question {
        align-items: stretch;
        flex-direction: column;
    }

    .demo-confirm-button {
        width: 100%;
        white-space: normal;
    }

    .demo-option-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
