/* HOME PAGE */

.home-page {
    --home-blue: var(--accent);
    --home-violet: var(--accent-2);
    --home-cyan: #9fdcff;
    --home-panel: rgba(10, 15, 31, 0.86);
    --home-panel-soft: rgba(255,255,255,0.035);
    --home-border: rgba(255,255,255,0.10);
    --home-border-strong: rgba(170,197,255,0.26);
    position: relative;
    overflow-x: hidden;
    background:
            radial-gradient(circle at 16% 8%, rgba(96,165,250,0.24), transparent 30%),
            radial-gradient(circle at 84% 2%, rgba(155,123,255,0.22), transparent 32%),
            radial-gradient(circle at 45% 55%, rgba(159,220,255,0.08), transparent 34%),
            linear-gradient(180deg, #070b17 0%, #0a0e1d 42%, #070a13 100%);
    color: var(--text);
}

.home-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
            linear-gradient(rgba(255,255,255,0.026) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px);
    background-size: 92px 92px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), transparent 82%);
    pointer-events: none;
}

.home-page .nav {
    background: rgba(7, 11, 23, 0.72);
    border-bottom-color: rgba(255,255,255,0.08);
}

.home-shell {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.home-shell main {
    display: grid;
    gap: 76px;
    padding-bottom: 64px;
}

.home-hero {
    min-height: calc(100vh - 76px);
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 40px;
    align-items: center;
    padding: 72px 0 24px;
}

.home-hero-copy {
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 640px;
    padding-right: 20px;
}

.home-hero h1,
.home-section h2,
.home-final-cta h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.058em;
}

.home-hero h1 {
    max-width: 12.5ch;
    margin-top: 18px;
    color: var(--text);
    font-size: clamp(2.9rem, 4.4vw, 5rem);
    line-height: 0.94;
}

.home-lede {
    max-width: 700px;
    margin: 24px 0 0;
    color: #dbe7ff;
    font-size: clamp(1.14rem, 2vw, 1.5rem);
    line-height: 1.44;
}

.home-note {
    max-width: 660px;
    margin: 18px 0 0;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.home-command-card {
    position: relative;
    min-height: 704px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid var(--home-border);
    border-radius: 40px;
    background:
            radial-gradient(circle at 80% 18%, rgba(155,123,255,0.19), transparent 30%),
            radial-gradient(circle at 12% 82%, rgba(96,165,250,0.18), transparent 26%),
            linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02)),
            var(--home-panel);
    box-shadow: 0 34px 110px rgba(0,0,0,0.34);
}

.home-command-card::before,
.home-command-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.home-command-card::before {
    inset: 96px 42px 104px;
    border: 1px solid rgba(170,197,255,0.14);
    border-radius: 50%;
}

.home-command-card::after {
    inset: 164px 116px 170px;
    border: 1px dashed rgba(155,123,255,0.18);
    border-radius: 50%;
}

.home-panel-header {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 14px;
    border: 1px solid rgba(255,255,255,0.085);
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
}

.home-panel-header span,
.home-panel-header em,
.home-orbit-core span,
.home-orbit-node span,
.home-runtime-receipt span,
.home-capability-strip span,
.home-thesis-board span,
.home-flow-ribbon span,
.home-system-grid span,
.home-metric-grid span {
    display: block;
    color: var(--text-muted);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-panel-header strong {
    display: block;
    margin-top: 4px;
    color: var(--text);
    font-size: 1rem;
}

.home-orbit-map {
    position: relative;
    z-index: 2;
    min-height: 548px;
    margin-top: 22px;
}

.home-orbit-map::before {
    content: "";
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background:
            linear-gradient(90deg, transparent 49.85%, rgba(170,197,255,0.16) 50%, transparent 50.15%),
            linear-gradient(0deg, transparent 49.85%, rgba(170,197,255,0.16) 50%, transparent 50.15%);
    opacity: 0.72;
}

.home-orbit-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 248px;
    min-height: 248px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border: 1px solid rgba(170,197,255,0.34);
    border-radius: 50%;
    background:
            radial-gradient(circle at 50% 36%, rgba(96,165,250,0.25), transparent 58%),
            rgba(8,13,28,0.93);
    box-shadow: 0 0 0 22px rgba(96,165,250,0.024), 0 28px 80px rgba(0,0,0,0.38);
    text-align: center;
    transform: translate(-50%, -50%);
}

.home-orbit-core strong {
    max-width: 170px;
    margin-top: 8px;
    color: var(--text);
    font-size: 2.2rem;
    line-height: 0.95;
    letter-spacing: -0.07em;
}

.home-orbit-node {
    position: absolute;
    width: 214px;
    min-height: 164px;
    padding: 18px;
    border: 1px solid rgba(170,197,255,0.20);
    border-radius: 25px;
    background:
            linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.016)),
            rgba(8,13,28,0.42);
    box-shadow: 0 22px 60px rgba(0,0,0,0.18);
}

.home-orbit-node strong {
    display: block;
    margin: 28px 0 8px;
    color: var(--text);
    font-size: 1.16rem;
}

.home-orbit-node p,
.home-runtime-receipt p,
.home-capability-strip p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.56;
}

.home-orbit-node.input {
    top: 18px;
    left: 16px;
}

.home-orbit-node.knowledge {
    top: 34px;
    right: 8px;
}

.home-orbit-node.route {
    left: 24px;
    bottom: 34px;
}

.home-orbit-node.action {
    right: 18px;
    bottom: 18px;
}

.home-runtime-receipt {
    position: relative;
    z-index: 3;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    background: rgba(255,255,255,0.035);
}

.home-runtime-receipt p {
    margin-top: 6px;
}

.home-capability-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--home-border);
    border-radius: 30px;
    background: rgba(255,255,255,0.026);
}

.home-capability-strip article {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-right: 1px solid rgba(255,255,255,0.075);
    background:
            linear-gradient(135deg, rgba(96,165,250,0.09), transparent 46%),
            rgba(255,255,255,0.018);
}

.home-capability-strip article:last-child {
    border-right: 0;
}

.home-capability-strip strong {
    max-width: 270px;
    color: var(--text);
    font-size: 1.2rem;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.home-section {
    display: grid;
    gap: 26px;
}

.home-thesis-section {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
}

.home-section-copy {
    position: sticky;
    top: 100px;
}

.home-section h2 {
    max-width: 860px;
    margin-top: 10px;
    color: var(--text);
    font-size: clamp(2.7rem, 5.2vw, 5.4rem);
    line-height: 0.92;
}

.home-section p {
    color: var(--text-muted);
    line-height: 1.72;
}

.home-section-copy p,
.home-wide-header p {
    max-width: 710px;
    margin: 16px 0 0;
    font-size: 1.05rem;
}

.home-wide-header {
    max-width: 940px;
}

.home-thesis-board {
    display: grid;
    gap: 14px;
}

.home-thesis-board article {
    min-height: 218px;
    padding: 26px;
    border: 1px solid var(--home-border);
    border-radius: 30px;
    background:
            linear-gradient(90deg, rgba(96,165,250,0.10), transparent 46%),
            var(--home-panel-soft);
}

.home-thesis-board h3,
.home-flow-ribbon h3,
.home-system-grid h3 {
    margin: 14px 0 10px;
    color: var(--text);
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.home-thesis-board p,
.home-flow-ribbon p,
.home-system-grid p,
.home-proof-card p,
.home-metric-grid p {
    margin: 0;
}

.home-flow-ribbon {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.home-flow-ribbon article {
    position: relative;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    border: 1px solid var(--home-border);
    border-radius: 30px;
    background:
            linear-gradient(180deg, rgba(155,123,255,0.09), rgba(255,255,255,0.023)),
            rgba(255,255,255,0.02);
}

.home-flow-ribbon article::after {
    content: "";
    position: absolute;
    top: 34px;
    right: -20px;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, rgba(159,190,255,0.52), transparent);
}

.home-flow-ribbon article:last-child::after {
    display: none;
}

.home-flow-ribbon span {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(170,197,255,0.22);
    border-radius: 15px;
    background: rgba(96,165,250,0.09);
}

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

.home-system-grid article {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    border: 1px solid var(--home-border);
    border-radius: 30px;
    background:
            radial-gradient(circle at 14% 0%, rgba(96,165,250,0.10), transparent 34%),
            rgba(255,255,255,0.024);
}

.home-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
}

.home-demo-video-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
    gap: 24px;
    align-items: center;
    padding: 28px;
    border: 1px solid var(--home-border);
    border-radius: 36px;
    background:
            radial-gradient(circle at 0% 0%, rgba(96,165,250,0.15), transparent 30%),
            linear-gradient(135deg, rgba(155,123,255,0.10), rgba(255,255,255,0.024)),
            rgba(255,255,255,0.02);
}

.home-demo-video-copy h2 {
    max-width: 640px;
    margin: 0;
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.home-demo-video-copy p {
    max-width: 620px;
    margin: 16px 0 0;
    color: var(--text-muted);
    line-height: 1.7;
}

.home-demo-video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 24px;
    background: rgba(5,8,16,0.86);
    box-shadow: 0 28px 80px rgba(0,0,0,0.32);
}

.home-demo-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.home-demo-poster {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    color: var(--text);
    text-decoration: none;
}

.home-demo-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(180deg, rgba(5, 8, 16, 0.08), rgba(5, 8, 16, 0.62)),
            linear-gradient(90deg, rgba(5, 8, 16, 0.38), transparent 48%);
}

.home-demo-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-demo-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(7, 13, 20, 0.72);
    color: #ffffff;
    font-weight: 800;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.home-proof-card {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    border: 1px solid var(--home-border);
    border-radius: 36px;
    background: rgba(255,255,255,0.025);
}

.home-proof-card.security {
    background:
            linear-gradient(135deg, rgba(96,165,250,0.15), transparent 44%),
            rgba(255,255,255,0.025);
}

.home-proof-card.models {
    background:
            linear-gradient(135deg, rgba(155,123,255,0.15), transparent 44%),
            rgba(255,255,255,0.025);
}

.home-proof-card h2 {
    max-width: 620px;
    font-size: clamp(2.2rem, 4.2vw, 4.2rem);
    line-height: 0.94;
}

.home-proof-card p {
    max-width: 640px;
    margin-top: 16px;
}

.home-demo-list {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding-left: 22px;
    color: var(--text-muted);
}

.home-demo-list li {
    padding-left: 6px;
    line-height: 1.58;
}

.home-demo-list li::marker {
    color: #dbe7ff;
    font-weight: 800;
}

.home-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.home-metric-grid article {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    border: 1px solid var(--home-border);
    border-radius: 30px;
    background:
            linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018)),
            rgba(255,255,255,0.018);
}

.home-metric-grid strong {
    display: block;
    margin: 46px 0 12px;
    color: var(--text);
    font-size: 1.45rem;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.home-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 34px;
    border: 1px solid var(--home-border);
    border-radius: 38px;
    background:
            linear-gradient(135deg, rgba(96,165,250,0.16), rgba(155,123,255,0.12)),
            rgba(255,255,255,0.025);
}

.home-final-cta h2 {
    max-width: 780px;
    font-size: clamp(2.2rem, 4.7vw, 4.5rem);
    line-height: 0.94;
}

.home-final-cta p {
    max-width: 720px;
    margin: 16px 0 0;
}

.home-final-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

@media (max-width: 1120px) {
    .home-thesis-section {
        grid-template-columns: 1fr;
    }

    .home-section-copy {
        position: static;
    }

    .home-demo-video-card,
    .home-capability-strip,
    .home-flow-ribbon,
    .home-system-grid,
    .home-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-flow-ribbon article::after {
        display: none;
    }
}

@media (max-width: 720px) {
    .home-shell {
        width: min(100% - 24px, 1240px);
    }

    .home-shell main {
        gap: 56px;
    }

    .home-hero {
        padding-top: 48px;
    }

    .home-hero h1 {
        font-size: clamp(3rem, 15vw, 4.7rem);
    }

    .home-command-card {
        min-height: 0;
        padding: 16px;
        border-radius: 28px;
    }

    .home-command-card::before,
    .home-command-card::after,
    .home-orbit-map::before {
        display: none;
    }

    .home-orbit-map {
        min-height: 0;
        display: grid;
        gap: 12px;
    }

    .home-orbit-core,
    .home-orbit-node {
        position: static;
        width: 100%;
        min-height: 0;
        transform: none;
    }

    .home-orbit-core {
        border-radius: 26px;
    }

    .home-orbit-node {
        border-radius: 22px;
    }

    .home-capability-strip,
    .home-demo-video-card,
    .home-flow-ribbon,
    .home-system-grid,
    .home-proof-grid,
    .home-metric-grid,
    .home-final-cta {
        grid-template-columns: 1fr;
    }

    .home-capability-strip article {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.075);
    }

    .home-capability-strip article:last-child {
        border-bottom: 0;
    }

    .home-section h2 {
        font-size: clamp(2.5rem, 12vw, 3.9rem);
    }

    .home-proof-card,
    .home-final-cta {
        padding: 20px;
    }

    .home-panel-header,
    .home-final-cta .cta-actions {
        justify-content: flex-start;
    }
}

.home-hero > *,
.home-final-cta > * {
    min-width: 0;
    max-width: 100%;
}

@media (max-width: 999px) {
.home-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

.home-hero-copy {
        max-width: none;
        padding-right: 0;
    }
}

@media (max-width: 560px) {
.home-hero h1 {
        max-width: 100%;
        font-size: clamp(2rem, 10.5vw, 3.35rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
        overflow-wrap: break-word;
    }
}

/* HOME PAGE REBUILD */

.home-page {
    --home-mint: #7ddfc2;
    --home-sky: #75b7ff;
    --home-gold: #f2c96b;
    --home-coral: #ff9b85;
    --home-bg: #07100f;
    --home-panel: rgba(13, 23, 22, 0.9);
    --home-panel-alt: rgba(14, 22, 29, 0.88);
    --home-line: rgba(223, 239, 235, 0.14);
    --home-line-strong: rgba(223, 239, 235, 0.24);
    background:
            linear-gradient(135deg, rgba(125, 223, 194, 0.09), transparent 34%),
            linear-gradient(215deg, rgba(117, 183, 255, 0.08), transparent 42%),
            linear-gradient(180deg, #07100f 0%, #0b1118 48%, #080c12 100%);
}

.home-page::before {
    background:
            linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 78%);
}

.home-page .nav {
    background: rgba(6, 12, 14, 0.78);
}

.home-page .logo,
.home-page .logo a,
.home-page .eyebrow,
.home-page .kicker {
    letter-spacing: 0;
}

.home-shell {
    width: min(1180px, calc(100% - 32px));
}

.home-shell main {
    gap: 58px;
    padding-bottom: 66px;
}

.home-hero {
    min-height: 0;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 34px;
    align-items: start;
    padding: 58px 0 8px;
}

.home-hero-copy {
    max-width: 690px;
    padding-right: 0;
}

.home-hero h1,
.home-section h2,
.home-final-cta h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
    letter-spacing: 0;
}

.home-hero h1 {
    max-width: 17ch;
    margin-top: 18px;
    font-size: 3.55rem;
    line-height: 1.01;
}

.home-lede {
    max-width: 680px;
    margin-top: 22px;
    color: #eff7f3;
    font-size: 1.22rem;
    line-height: 1.46;
}

.home-note {
    max-width: 650px;
    margin-top: 16px;
    color: #aebbb8;
    font-size: 1.02rem;
    line-height: 1.72;
}

.home-hero .hero-actions {
    margin-top: 28px;
}

.home-hero-demo {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--home-line-strong);
    border-radius: 8px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
            var(--home-panel-alt);
    box-shadow: 0 28px 86px rgba(0, 0, 0, 0.34);
}

.home-demo-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 4px 12px;
    color: var(--text-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.home-demo-topbar span {
    color: #e5f4ef;
}

.home-demo-topbar a {
    color: var(--home-mint);
    text-decoration: none;
}

.home-demo-topbar a:hover {
    color: var(--text);
}

.home-hero-demo .home-demo-video-frame {
    border-radius: 6px;
}

.home-definition-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.026);
}

.home-definition-strip article {
    min-height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.075);
}

.home-definition-strip article:nth-child(1) {
    background: linear-gradient(180deg, rgba(125, 223, 194, 0.11), rgba(255, 255, 255, 0.012));
}

.home-definition-strip article:nth-child(2) {
    background: linear-gradient(180deg, rgba(117, 183, 255, 0.10), rgba(255, 255, 255, 0.012));
}

.home-definition-strip article:nth-child(3) {
    background: linear-gradient(180deg, rgba(242, 201, 107, 0.10), rgba(255, 255, 255, 0.012));
}

.home-definition-strip article:nth-child(4) {
    border-right: 0;
    background: linear-gradient(180deg, rgba(255, 155, 133, 0.09), rgba(255, 255, 255, 0.012));
}

.home-definition-strip span,
.home-clarity-grid span,
.home-live-grid span,
.home-agent-panel span,
.home-steps span {
    display: block;
    color: var(--text-muted);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-definition-strip strong {
    color: var(--text);
    font-size: 1.15rem;
    line-height: 1.28;
    letter-spacing: 0;
}

.home-section {
    gap: 24px;
}

.home-wide-header {
    max-width: 900px;
}

.home-section h2,
.home-final-cta h2 {
    max-width: 900px;
    margin-top: 8px;
    color: var(--text);
    font-size: 3.25rem;
    line-height: 1.07;
}

.home-section-copy p,
.home-wide-header p,
.home-section p {
    color: #aebbb8;
}

.home-wide-header p {
    max-width: 760px;
    margin-top: 16px;
    font-size: 1.08rem;
    line-height: 1.72;
}

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

.home-clarity-grid article,
.home-live-grid article,
.home-agent-panel article,
.home-steps article {
    min-width: 0;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.014)),
            var(--home-panel);
}

.home-clarity-grid article {
    min-height: 286px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
}

.home-clarity-grid h3,
.home-live-grid h3,
.home-agent-panel h3,
.home-steps h3 {
    margin: 18px 0 10px;
    color: var(--text);
    font-size: 1.35rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.home-clarity-grid p,
.home-live-grid p,
.home-agent-panel p,
.home-steps p {
    margin: 0;
    color: #aebbb8;
    line-height: 1.66;
}

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

.home-live-grid article {
    min-height: 250px;
    padding: 24px;
}

.home-live-grid article:nth-child(1) {
    border-top-color: rgba(125, 223, 194, 0.44);
}

.home-live-grid article:nth-child(2) {
    border-top-color: rgba(117, 183, 255, 0.44);
}

.home-live-grid article:nth-child(3) {
    border-top-color: rgba(242, 201, 107, 0.44);
}

.home-agent-section {
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
    align-items: start;
}

.home-agent-copy {
    position: sticky;
    top: 100px;
}

.home-agent-copy p {
    max-width: 650px;
    margin-top: 16px;
    font-size: 1.08rem;
    line-height: 1.72;
}

.home-agent-panel {
    display: grid;
    gap: 12px;
}

.home-agent-panel article {
    min-height: 188px;
    padding: 24px;
}

.home-agent-panel article:nth-child(1) {
    background:
            linear-gradient(90deg, rgba(125, 223, 194, 0.11), rgba(255, 255, 255, 0.014)),
            var(--home-panel);
}

.home-agent-panel article:nth-child(2) {
    background:
            linear-gradient(90deg, rgba(117, 183, 255, 0.10), rgba(255, 255, 255, 0.014)),
            var(--home-panel);
}

.home-agent-panel article:nth-child(3) {
    background:
            linear-gradient(90deg, rgba(242, 201, 107, 0.10), rgba(255, 255, 255, 0.014)),
            var(--home-panel);
}

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

.home-steps article {
    min-height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.home-steps span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(223, 239, 235, 0.18);
    border-radius: 8px;
    color: #e8f6f0;
    background: rgba(125, 223, 194, 0.08);
}

.home-final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 30px;
    border-color: var(--home-line-strong);
    border-radius: 8px;
    background:
            linear-gradient(135deg, rgba(125, 223, 194, 0.12), rgba(117, 183, 255, 0.09)),
            rgba(255, 255, 255, 0.025);
}

.home-final-cta h2 {
    max-width: 780px;
    font-size: 2.7rem;
}

.home-final-cta p {
    max-width: 680px;
    margin-top: 14px;
    color: #aebbb8;
    line-height: 1.7;
}

.home-final-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 1120px) {
    .home-hero {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .home-hero h1 {
        max-width: 780px;
    }

    .home-hero-demo {
        max-width: 900px;
    }

    .home-definition-strip,
    .home-clarity-grid,
    .home-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-live-grid,
    .home-agent-section {
        grid-template-columns: 1fr;
    }

    .home-agent-copy {
        position: static;
    }
}

@media (max-width: 760px) {
    .home-shell {
        width: min(100% - 24px, 1180px);
    }

    .home-shell main {
        gap: 46px;
    }

    .home-hero {
        padding-top: 42px;
    }

    .home-hero h1 {
        max-width: none;
        font-size: 2.75rem;
        line-height: 1.05;
    }

    .home-lede {
        font-size: 1.16rem;
    }

    .home-section h2 {
        font-size: 2.45rem;
        line-height: 1.1;
    }

    .home-final-cta h2 {
        font-size: 2.2rem;
    }

    .home-definition-strip,
    .home-clarity-grid,
    .home-live-grid,
    .home-steps,
    .home-final-cta {
        grid-template-columns: 1fr;
    }

    .home-definition-strip article {
        min-height: 135px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    }

    .home-definition-strip article:last-child {
        border-bottom: 0;
    }

    .home-clarity-grid article,
    .home-live-grid article,
    .home-agent-panel article,
    .home-steps article {
        min-height: 0;
    }

    .home-final-cta .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .home-hero h1 {
        font-size: 2.35rem;
    }

    .home-section h2,
    .home-final-cta h2 {
        font-size: 2rem;
    }

    .home-hero-demo,
    .home-final-cta,
    .home-clarity-grid article,
    .home-live-grid article,
    .home-agent-panel article,
    .home-steps article {
        padding: 18px;
    }

    .home-hero-demo {
        padding: 10px;
    }

    .home-demo-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}

/* HOME PAGE PREMIUM REDESIGN */

.home-page {
    --home-bg-deep: #070b10;
    --home-bg-soft: #0b1219;
    --home-panel-premium: rgba(12, 18, 27, 0.86);
    --home-panel-muted: rgba(255, 255, 255, 0.026);
    --home-line-premium: rgba(231, 239, 255, 0.12);
    --home-line-strong: rgba(231, 239, 255, 0.2);
    --home-copy: #eef4fb;
    --home-muted: #9ca8b7;
    --home-soft: #747f8d;
    --home-accent: #8db7ff;
    --home-accent-2: #7ddfc2;
    background:
            radial-gradient(circle at 18% 0%, rgba(141, 183, 255, 0.11), transparent 32%),
            radial-gradient(circle at 86% 18%, rgba(125, 223, 194, 0.075), transparent 26%),
            linear-gradient(180deg, var(--home-bg-deep) 0%, var(--home-bg-soft) 48%, #070a0f 100%);
}

.home-page::before {
    background:
            linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 88px 88px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 76%);
}

.home-page .nav {
    background: rgba(6, 10, 15, 0.82);
    border-bottom-color: rgba(231, 239, 255, 0.075);
}

.home-page .logo,
.home-page .logo a,
.home-page .eyebrow,
.home-page .kicker,
.home-page h1,
.home-page h2,
.home-page h3 {
    letter-spacing: 0;
}

.home-shell {
    width: min(1160px, calc(100% - 32px));
}

.home-shell main {
    gap: 78px;
    padding-bottom: 74px;
}

.home-hero {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
    gap: 54px;
    align-items: center;
    padding: 64px 0 18px;
}

.home-hero-copy {
    max-width: 650px;
    padding-right: 0;
}

.home-hero h1,
.home-section h2,
.home-final-cta h2,
.home-deployment-card h2 {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
    color: var(--home-copy);
}

.home-hero h1 {
    max-width: 760px;
    margin-top: 18px;
    font-size: 3.72rem;
    line-height: 1.04;
}

.home-lede {
    max-width: 640px;
    margin: 20px 0 0;
    color: #dbe4ee;
    font-size: 1.18rem;
    line-height: 1.62;
}

.home-hero .hero-actions {
    margin-top: 26px;
}

.home-demo-card {
    min-width: 0;
    scroll-margin-top: 96px;
    padding: 14px;
    border: 1px solid var(--home-line-strong);
    border-radius: 8px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
            rgba(12, 18, 27, 0.9);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.home-demo-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 4px 14px;
}

.home-demo-topbar span,
.home-workflow-toolbar span {
    display: block;
    color: var(--home-soft);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-demo-topbar strong {
    display: block;
    margin-top: 3px;
    color: #edf4fb;
    font-size: 0.98rem;
}

.home-demo-topbar a {
    color: var(--home-accent-2);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 800;
    white-space: nowrap;
}

.home-demo-topbar a:hover {
    color: var(--text);
}

.home-demo-card .home-demo-video-frame {
    border: 1px solid rgba(231, 239, 255, 0.1);
    border-radius: 8px;
    background: #060a11;
    box-shadow: none;
}

.home-demo-card .home-demo-poster::after {
    background:
            linear-gradient(180deg, rgba(5, 8, 16, 0.08), rgba(5, 8, 16, 0.62)),
            linear-gradient(90deg, rgba(5, 8, 16, 0.36), transparent 48%);
}

.home-demo-card .home-demo-play {
    min-height: 48px;
    padding: 0 18px;
    border-color: rgba(231, 239, 255, 0.2);
    background: rgba(8, 13, 20, 0.78);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
}

.home-demo-card .home-demo-play::before {
    content: "";
    width: 0;
    height: 0;
    margin-right: 9px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #ffffff;
}

.home-demo-proof {
    margin: 16px 4px 2px;
    color: var(--home-muted);
    font-size: 0.95rem;
    line-height: 1.62;
}

.home-section {
    display: grid;
    gap: 28px;
}

.home-wide-header,
.home-section-header-row {
    max-width: 780px;
}

.home-section-header-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.home-section h2,
.home-final-cta h2,
.home-deployment-card h2 {
    max-width: 820px;
    margin-top: 8px;
    font-size: 2.65rem;
    line-height: 1.12;
}

.home-wide-header p,
.home-deployment-card p,
.home-final-cta p {
    max-width: 650px;
    margin: 14px 0 0;
    color: var(--home-muted);
    font-size: 1.02rem;
    line-height: 1.68;
}

.home-does-grid,
.home-why-grid {
    display: grid;
    gap: 14px;
}

.home-does-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-does-grid article,
.home-why-grid article {
    min-width: 0;
    border: 1px solid var(--home-line-premium);
    border-radius: 8px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
            var(--home-panel-premium);
}

.home-does-grid article {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
}

.home-does-grid span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(141, 183, 255, 0.24);
    border-radius: 8px;
    color: #dbe8ff;
    background: rgba(141, 183, 255, 0.08);
    font-size: 0.82rem;
    font-weight: 800;
}

.home-does-grid h3,
.home-why-grid h3,
.home-workflow-node strong {
    margin: 0;
    color: var(--home-copy);
    font-size: 1.22rem;
    line-height: 1.24;
}

.home-does-grid p,
.home-why-grid p {
    margin: 12px 0 0;
    color: var(--home-muted);
    line-height: 1.62;
}

.home-runtime-section {
    gap: 24px;
}

.home-workflow-card {
    padding: 18px;
    border: 1px solid var(--home-line-strong);
    border-radius: 8px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.015)),
            rgba(8, 13, 20, 0.86);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.home-workflow-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 4px 4px 16px;
}

.home-workflow-toolbar em {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(125, 223, 194, 0.22);
    border-radius: 999px;
    color: #b8eadb;
    background: rgba(125, 223, 194, 0.07);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
}

.home-workflow-diagram {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
    align-items: center;
    gap: 0;
}

.home-workflow-node {
    min-height: 154px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    border: 1px solid rgba(231, 239, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.028);
}

.home-workflow-node small {
    color: var(--home-soft);
    font-size: 0.76rem;
    font-weight: 900;
}

.home-workflow-node span {
    color: var(--home-muted);
    font-size: 0.92rem;
}

.home-workflow-arrow {
    position: relative;
    height: 1px;
    background: rgba(141, 183, 255, 0.34);
}

.home-workflow-arrow::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(141, 183, 255, 0.6);
    border-right: 1px solid rgba(141, 183, 255, 0.6);
    transform: rotate(45deg);
}

.home-workflow-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(231, 239, 255, 0.08);
}

.home-workflow-tags span,
.home-deployment-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid var(--home-line-premium);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.026);
    color: #c8d3e0;
    font-size: 0.9rem;
    font-weight: 700;
}

.home-why-grid article {
    min-height: 210px;
    padding: 22px;
}

.home-deployment-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 36px;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--home-line-strong);
    border-radius: 8px;
    background:
            linear-gradient(135deg, rgba(141, 183, 255, 0.095), rgba(125, 223, 194, 0.045)),
            rgba(255, 255, 255, 0.022);
}

.home-deployment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.home-deployment-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--home-line-premium);
    border-radius: 8px;
    color: var(--home-copy);
    background: rgba(255, 255, 255, 0.032);
    text-decoration: none;
    font-weight: 800;
}

.home-deployment-actions a:hover {
    border-color: rgba(231, 239, 255, 0.28);
    background: rgba(255, 255, 255, 0.05);
}

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

.home-deployment-grid span:first-child,
.home-deployment-grid span:nth-child(3) {
    border-color: rgba(141, 183, 255, 0.22);
}

.home-deployment-grid span:nth-child(2),
.home-deployment-grid span:nth-child(5) {
    border-color: rgba(125, 223, 194, 0.18);
}

.home-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 32px;
    border: 1px solid var(--home-line-strong);
    border-radius: 8px;
    background:
            linear-gradient(135deg, rgba(141, 183, 255, 0.12), rgba(125, 223, 194, 0.055)),
            rgba(255, 255, 255, 0.024);
}

.home-final-cta h2 {
    max-width: 760px;
    font-size: 2.65rem;
}

.home-final-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

@media (max-width: 1120px) {
    .home-hero,
    .home-deployment-card {
        grid-template-columns: 1fr;
    }

    .home-demo-card {
        max-width: 860px;
    }

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

    .home-workflow-diagram {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-workflow-arrow {
        width: 1px;
        height: 24px;
        margin: 0 auto;
    }

    .home-workflow-arrow::after {
        right: -4px;
        top: auto;
        bottom: -1px;
        transform: rotate(135deg);
    }
}

@media (max-width: 760px) {
    .home-shell {
        width: min(100% - 24px, 1160px);
    }

    .home-shell main {
        gap: 56px;
    }

    .home-hero {
        gap: 30px;
        padding-top: 48px;
    }

    .home-hero h1 {
        max-width: none;
        font-size: 2.7rem;
        line-height: 1.06;
        letter-spacing: 0;
    }

    .home-lede {
        font-size: 1.06rem;
    }

    .home-demo-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .home-section h2,
    .home-final-cta h2,
    .home-deployment-card h2 {
        font-size: 2.1rem;
        line-height: 1.14;
        letter-spacing: 0;
    }

    .home-does-grid,
    .home-why-grid,
    .home-deployment-grid,
    .home-final-cta {
        grid-template-columns: 1fr;
    }

    .home-does-grid article,
    .home-why-grid article,
    .home-workflow-node {
        min-height: 0;
    }

    .home-final-cta .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .home-hero h1 {
        font-size: 2.28rem;
        letter-spacing: 0;
    }

    .home-section h2,
    .home-final-cta h2,
    .home-deployment-card h2 {
        font-size: 1.9rem;
        letter-spacing: 0;
    }

    .home-demo-card,
    .home-workflow-card,
    .home-deployment-card,
    .home-final-cta {
        padding: 16px;
    }

    .home-does-grid article,
    .home-why-grid article,
    .home-workflow-node {
        padding: 18px;
    }

}

/* HOME PAGE AI OPERATING LAYER */

.home-page {
    --home-bg-deep: #070a13;
    --home-bg-mid: #0b1020;
    --home-panel-premium: rgba(12, 18, 32, 0.9);
    --home-panel-soft: rgba(255, 255, 255, 0.035);
    --home-line-premium: rgba(226, 235, 255, 0.12);
    --home-line-strong: rgba(183, 201, 255, 0.22);
    --home-copy: #f3f7ff;
    --home-muted: #a8b3c6;
    --home-soft: #7e8aa0;
    --home-accent: #8bb7ff;
    --home-accent-2: #a98cff;
    --home-accent-3: #78e0c6;
    background:
            radial-gradient(circle at 18% 4%, rgba(139, 183, 255, 0.18), transparent 30%),
            radial-gradient(circle at 82% 8%, rgba(169, 140, 255, 0.18), transparent 30%),
            radial-gradient(circle at 52% 56%, rgba(120, 224, 198, 0.06), transparent 34%),
            linear-gradient(180deg, var(--home-bg-deep) 0%, var(--home-bg-mid) 44%, #070a12 100%);
}

.home-page::before {
    background:
            linear-gradient(rgba(255, 255, 255, 0.021) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.021) 1px, transparent 1px);
    background-size: 86px 86px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 78%);
}

.home-page .nav {
    background: rgba(6, 9, 18, 0.78);
    border-bottom-color: rgba(226, 235, 255, 0.075);
}

.home-shell {
    width: min(1180px, calc(100% - 32px));
}

.home-shell main {
    display: grid;
    gap: 82px;
    padding-bottom: 78px;
}

.home-hero {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
    gap: 54px;
    align-items: center;
    padding: 72px 0 4px;
}

.home-hero-copy {
    order: 1;
    max-width: 670px;
    padding-right: 0;
}

.home-hero h1,
.home-section h2,
.home-final-cta h2 {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
    color: var(--home-copy);
    letter-spacing: 0;
}

.home-hero h1 {
    max-width: 780px;
    margin-top: 18px;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.02;
}

.home-lede {
    max-width: 680px;
    margin: 22px 0 0;
    color: #dce6f5;
    font-size: clamp(1.07rem, 1.7vw, 1.22rem);
    line-height: 1.68;
}

.home-hero .hero-actions,
.home-final-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tertiary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 4px;
    color: #dbe6ff;
    text-decoration: none;
    font-weight: 700;
}

.tertiary-btn:hover {
    color: #ffffff;
}

.home-layer-map {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--home-line-strong);
    border-radius: 8px;
    background:
            radial-gradient(circle at 62% 18%, rgba(169, 140, 255, 0.17), transparent 26%),
            radial-gradient(circle at 20% 86%, rgba(139, 183, 255, 0.14), transparent 28%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)),
            var(--home-panel-premium);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.home-layer-map-topbar,
.home-demo-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.home-layer-map-topbar {
    padding: 4px 4px 16px;
}

.home-layer-map-topbar span,
.home-map-column > span,
.home-map-core > span,
.home-demo-topbar span,
.home-capability-grid article > span,
.home-feature-rows article > span,
.home-stack article > span {
    display: block;
    color: var(--home-soft);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-layer-map-topbar strong,
.home-demo-topbar strong {
    display: block;
    margin-top: 3px;
    color: var(--home-copy);
    font-size: 0.98rem;
}

.home-layer-map-topbar em {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(120, 224, 198, 0.22);
    border-radius: 999px;
    color: #c2efe4;
    background: rgba(120, 224, 198, 0.07);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.home-layer-map-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.28fr) minmax(0, 0.82fr) minmax(0, 0.82fr);
    gap: 10px;
    align-items: stretch;
}

.home-map-column,
.home-map-core {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(226, 235, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
}

.home-map-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.home-map-column strong {
    display: block;
    color: #eaf1ff;
    font-size: 0.96rem;
    line-height: 1.42;
}

.home-map-core {
    position: relative;
    overflow: hidden;
    background:
            linear-gradient(135deg, rgba(139, 183, 255, 0.16), rgba(169, 140, 255, 0.13)),
            rgba(255, 255, 255, 0.04);
}

.home-map-core::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px dashed rgba(226, 235, 255, 0.18);
    border-radius: 8px;
    pointer-events: none;
}

.home-map-core > strong {
    position: relative;
    display: block;
    margin: 10px 0 16px;
    color: var(--home-copy);
    font-size: 1.72rem;
    line-height: 1.1;
}

.home-core-grid,
.home-map-chip-list {
    position: relative;
    display: grid;
    gap: 8px;
}

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

.home-core-grid span,
.home-map-chip-list span,
.home-map-footer span,
.home-stack-links a {
    min-width: 0;
    border: 1px solid rgba(226, 235, 255, 0.12);
    border-radius: 8px;
    background: rgba(5, 9, 18, 0.42);
    color: #d7e2f3;
    font-size: 0.86rem;
    font-weight: 730;
    line-height: 1.3;
}

.home-core-grid span,
.home-map-chip-list span {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 10px;
}

.home-map-runtime {
    border-color: rgba(120, 224, 198, 0.2);
    background: rgba(120, 224, 198, 0.035);
}

.home-map-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(226, 235, 255, 0.09);
}

.home-map-footer span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    color: #bfcbe0;
    font-size: 0.82rem;
}

.home-section {
    display: grid;
    gap: 28px;
}

.home-wide-header,
.home-demo-copy {
    max-width: 790px;
}

.home-section h2,
.home-final-cta h2 {
    max-width: 850px;
    margin-top: 8px;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.12;
}

.home-wide-header p,
.home-demo-copy p,
.home-final-cta p {
    max-width: 700px;
    margin: 14px 0 0;
    color: var(--home-muted);
    font-size: 1.02rem;
    line-height: 1.72;
}

.home-capability-grid,
.home-use-grid {
    display: grid;
    gap: 14px;
}

.home-capability-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-use-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-capability-grid article,
.home-use-grid article {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--home-line-premium);
    border-radius: 8px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
            var(--home-panel-premium);
}

.home-capability-grid article {
    min-height: 286px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-capability-grid h3,
.home-feature-rows h3,
.home-stack h3,
.home-use-grid h3 {
    margin: 0;
    color: var(--home-copy);
    font-size: 1.15rem;
    line-height: 1.28;
}

.home-capability-grid h3 {
    margin-top: 38px;
}

.home-capability-grid p,
.home-feature-rows p,
.home-stack p,
.home-use-grid p {
    margin: 11px 0 0;
    color: var(--home-muted);
    line-height: 1.64;
}

.home-feature-rows {
    display: grid;
    gap: 12px;
}

.home-feature-rows article {
    display: grid;
    grid-template-columns: minmax(190px, 0.36fr) minmax(0, 0.64fr);
    gap: 24px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--home-line-premium);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.026);
}

.home-feature-rows h3 {
    font-size: 1.3rem;
}

.home-stack {
    display: grid;
    gap: 10px;
}

.home-stack article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 18px 20px;
    border: 1px solid var(--home-line-premium);
    border-radius: 8px;
    background:
            linear-gradient(90deg, rgba(139, 183, 255, 0.09), rgba(255, 255, 255, 0.018)),
            rgba(255, 255, 255, 0.026);
}

.home-stack article:nth-child(2) {
    background:
            linear-gradient(90deg, rgba(169, 140, 255, 0.09), rgba(255, 255, 255, 0.018)),
            rgba(255, 255, 255, 0.026);
}

.home-stack article:nth-child(3) {
    background:
            linear-gradient(90deg, rgba(120, 224, 198, 0.08), rgba(255, 255, 255, 0.018)),
            rgba(255, 255, 255, 0.026);
}

.home-stack-foundation {
    border-color: rgba(226, 235, 255, 0.18);
}

.home-stack article > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(226, 235, 255, 0.15);
    border-radius: 8px;
    color: #dbe6ff;
    background: rgba(5, 9, 18, 0.32);
}

.home-stack-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-stack-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    text-decoration: none;
}

.home-stack-links a:hover {
    color: #ffffff;
    border-color: rgba(226, 235, 255, 0.24);
    background: rgba(255, 255, 255, 0.045);
}

.home-use-grid article {
    min-height: 196px;
}

.home-demo-section {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
    scroll-margin-top: 96px;
}

.home-demo-card {
    order: 2;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--home-line-strong);
    border-radius: 8px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
            rgba(12, 18, 32, 0.92);
    box-shadow: 0 26px 76px rgba(0, 0, 0, 0.34);
}

.home-demo-topbar {
    padding: 4px 4px 14px;
}

.home-demo-topbar a {
    color: #c6b8ff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 800;
    white-space: nowrap;
}

.home-demo-topbar a:hover {
    color: #ffffff;
}

.home-demo-video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(226, 235, 255, 0.1);
    border-radius: 8px;
    background: #050912;
}

.home-demo-video-frame iframe,
.home-demo-poster {
    width: 100%;
    height: 100%;
    border: 0;
}

.home-demo-poster {
    position: relative;
    display: block;
    text-decoration: none;
}

.home-demo-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(180deg, rgba(5, 8, 16, 0.08), rgba(5, 8, 16, 0.62)),
            linear-gradient(90deg, rgba(5, 8, 16, 0.36), transparent 48%);
}

.home-demo-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-demo-play {
    position: absolute;
    left: 18px;
    top: auto;
    bottom: 18px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(226, 235, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(8, 13, 24, 0.78);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
    font-weight: 800;
    transform: none;
}

.home-demo-play::before {
    content: "";
    width: 0;
    height: 0;
    margin-right: 9px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #ffffff;
}

.home-demo-proof {
    margin: 16px 4px 2px;
    color: var(--home-muted);
    font-size: 0.95rem;
    line-height: 1.62;
}

.home-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 32px;
    border: 1px solid var(--home-line-strong);
    border-radius: 8px;
    background:
            radial-gradient(circle at 12% 0%, rgba(139, 183, 255, 0.14), transparent 28%),
            linear-gradient(135deg, rgba(139, 183, 255, 0.11), rgba(169, 140, 255, 0.075)),
            rgba(255, 255, 255, 0.026);
}

.home-final-cta .cta-actions {
    justify-content: flex-end;
}

@media (max-width: 1120px) {
    .home-hero,
    .home-demo-section,
    .home-final-cta {
        grid-template-columns: 1fr;
    }

    .home-layer-map {
        max-width: 920px;
    }

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

    .home-final-cta .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 860px) {
    .home-shell {
        width: min(100% - 24px, 1180px);
    }

    .home-shell main {
        gap: 58px;
    }

    .home-hero {
        gap: 32px;
        padding-top: 48px;
    }

    .home-hero h1 {
        font-size: clamp(2.45rem, 10vw, 3.6rem);
        line-height: 1.06;
    }

    .home-lede {
        font-size: 1.04rem;
    }

    .home-layer-map-grid,
    .home-capability-grid,
    .home-use-grid,
    .home-feature-rows article {
        grid-template-columns: 1fr;
    }

    .home-capability-grid article {
        min-height: 0;
    }

    .home-capability-grid h3 {
        margin-top: 28px;
    }

    .home-demo-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 560px) {
    .home-shell main {
        gap: 48px;
    }

    .home-hero {
        padding-top: 38px;
    }

    .home-hero h1 {
        font-size: 2.28rem;
    }

    .hero-actions,
    .home-final-cta .cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .cta,
    .hero-actions .secondary-btn,
    .hero-actions .tertiary-btn,
    .home-final-cta .cta,
    .home-final-cta .secondary-btn {
        width: 100%;
    }

    .home-layer-map,
    .home-demo-card,
    .home-final-cta {
        padding: 14px;
    }

    .home-map-column,
    .home-map-core,
    .home-capability-grid article,
    .home-use-grid article,
    .home-feature-rows article,
    .home-stack article {
        padding: 16px;
    }

    .home-core-grid {
        grid-template-columns: 1fr;
    }

    .home-stack article {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-section h2,
    .home-final-cta h2 {
        font-size: 1.85rem;
    }
}
