.is-home-immersive .site-main--immersive {
    gap: 96px;
    padding-top: 28px;
    padding-bottom: 24px;
}

.reveal-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-up.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

.immersive-hero,
.immersive-flow,
.immersive-bento,
.immersive-scenarios,
.immersive-comparison,
.immersive-trust {
    position: relative;
}

.immersive-hero {
    min-height: calc(100vh - 120px);
    padding: 72px 0 24px;
    overflow: hidden;
}

.immersive-hero__bg-grid,
.immersive-hero__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.immersive-hero__bg-grid {
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.1) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center top, rgba(0, 0, 0, 0.95), transparent 80%);
    -webkit-mask-image: radial-gradient(circle at center top, rgba(0, 0, 0, 0.95), transparent 80%);
}

.immersive-hero__glow {
    inset: auto;
    top: 80px;
    left: 50%;
    width: 760px;
    height: 760px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle, rgba(96, 165, 250, 0.22) 0%, rgba(129, 140, 248, 0.16) 34%, rgba(244, 114, 182, 0.1) 52%, transparent 72%);
    filter: blur(72px);
    animation: immersiveBreathe 10s ease-in-out infinite alternate;
}

.immersive-hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 28px;
    justify-items: center;
    text-align: center;
}

.immersive-hero__content h1 {
    max-width: none;
    font-size: clamp(52px, 6vw, 68px);
    font-weight: 800;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.typewriter-text {
    display: inline-block;
    min-width: 4.2em;
    color: #2563eb;
}

.typewriter-text .wrap {
    border-right: 2px solid rgba(37, 99, 235, 0.7);
    padding-right: 4px;
    animation: immersiveBlink 0.8s step-end infinite;
}

.immersive-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.ecosystems-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1040px;
}

.ecosystem-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(18px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.ecosystem-badge.is-active {
    color: #1d4ed8;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(124, 58, 237, 0.1));
    border-color: rgba(96, 165, 250, 0.22);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.08);
    transform: translateY(-1px);
}

.immersive-hero__visual {
    width: 100%;
    margin-top: 8px;
}

.hero-parallax {
    width: min(1160px, calc(100% - 24px));
    margin: 0 auto;
    padding: 18px;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.66));
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 30px 80px rgba(37, 99, 235, 0.14);
    overflow: hidden;
    backdrop-filter: blur(20px);
}

.hero-demo {
    display: grid;
    gap: 18px;
    padding: 12px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.18), transparent 26%),
        radial-gradient(circle at bottom left, rgba(167, 139, 250, 0.14), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 247, 255, 0.92));
}

.hero-demo__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 12px 14px 0;
}

.hero-demo__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-demo__header h2 {
    font-size: 24px;
    letter-spacing: -0.03em;
}

.hero-demo__steps {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hero-demo__steps span,
.mobile-hero-demo__steps span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.16);
    color: #475569;
    font-size: 12px;
    font-weight: 600;
}

.hero-demo__body {
    display: grid;
    grid-template-columns: minmax(300px, 0.4fr) minmax(0, 0.6fr);
    gap: 18px;
}

.hero-demo__faq-list,
.hero-demo__workspace,
.hero-demo__answer,
.mobile-hero-demo,
.mobile-hero-demo__answer {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(16px);
}

.hero-demo__faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
    border-radius: 22px;
}

.hero-demo__faq-title {
    grid-column: 1 / -1;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 2px 4px 8px;
}

.hero-demo__faq-item {
    display: grid;
    gap: 6px;
    min-height: 104px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.12);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.hero-demo__faq-item.is-active {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.08));
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.08), inset 0 0 0 1px rgba(96, 165, 250, 0.16);
}

.hero-demo__faq-scene {
    color: #2563eb;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-demo__faq-item h3 {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: -0.02em;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-demo__workspace {
    position: relative;
    display: grid;
    gap: 14px;
    align-content: start;
    min-height: 360px;
    padding: 18px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(255, 255, 255, 0.9));
}

.hero-demo__workspace::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.5) 24%, transparent 48%);
    transform: translateX(-100%);
    animation: heroDemoSweep 5s ease-in-out infinite;
    pointer-events: none;
}

.hero-demo__searchbar {
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.14);
}

.hero-demo__search-label {
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-demo__search-field {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.14);
}

.hero-demo__search-icon {
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid #2563eb;
    border-radius: 50%;
    flex-shrink: 0;
}

.hero-demo__search-icon::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -4px;
    width: 6px;
    height: 2px;
    border-radius: 999px;
    background: #2563eb;
    transform: rotate(45deg);
}

.hero-demo__input-value {
    min-width: 1ch;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-demo__input-cursor {
    width: 2px;
    height: 16px;
    background: #2563eb;
    animation: immersiveBlink 0.8s step-end infinite;
}

.hero-demo__search-hint {
    color: #64748b;
    font-size: 12px;
    line-height: 1.7;
}

.hero-demo__search-pulse {
    margin-left: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.38);
    animation: heroDemoPulse 1.8s ease-out infinite;
}

.hero-demo__stage {
    display: grid;
    gap: 14px;
}

.hero-demo__status {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hero-demo__status-item {
    display: grid;
    gap: 6px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.14);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.hero-demo__status-item strong {
    font-size: 13px;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.hero-demo__status-item span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.6;
}

.hero-demo__workspace.is-searching .hero-demo__status-item:nth-child(-n+2) {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.06));
    border-color: rgba(96, 165, 250, 0.2);
    box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.16);
    transform: translateY(-1px);
}

.hero-demo__workspace:not(.is-searching) .hero-demo__status-item {
    background: rgba(255, 255, 255, 0.82);
}

.hero-demo__workspace:not(.is-searching) .hero-demo__status-item:nth-child(3) {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(124, 58, 237, 0.08));
    border-color: rgba(96, 165, 250, 0.18);
    box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.14);
}

.hero-demo__results {
    display: grid;
}

.hero-demo__answer {
    position: relative;
    align-content: start;
    gap: 16px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.12);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.06);
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    display: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-demo__answer.is-active {
    display: grid;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.hero-demo__workspace.is-searching .hero-demo__answer.is-active {
    opacity: 0.42;
    transform: translateY(8px);
}

.hero-demo__answer.is-ready {
    opacity: 1;
    transform: translateY(0);
}

.hero-demo__question-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    width: fit-content;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}

.hero-demo__progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hero-demo__progress span {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
    overflow: hidden;
}

.hero-demo__progress span::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #38bdf8, #2563eb, #7c3aed);
    transform: translateX(-100%);
    animation: heroDemoProgress 4.8s linear infinite;
}

.hero-demo__progress span:nth-child(2)::after { animation-delay: 0.45s; }
.hero-demo__progress span:nth-child(3)::after { animation-delay: 0.9s; }

.hero-demo__answer-text {
    color: #334155;
    font-size: 15px;
    line-height: 1.85;
}

.hero-demo__meta {
    display: grid;
    gap: 10px;
}

.hero-demo__source {
    display: grid;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.9), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.hero-demo__source strong {
    font-size: 12px;
    color: #1d4ed8;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-demo__source span,
.hero-demo__source-note {
    font-size: 13px;
    color: #475569;
    line-height: 1.7;
}

.hero-demo__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-demo__badges span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.16);
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

.immersive-flow__container,
.immersive-scenarios__container {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
}

.immersive-flow__header,
.immersive-bento__header,
.immersive-comparison__header {
    display: grid;
    gap: 14px;
    justify-items: center;
    text-align: center;
}

.immersive-flow__header {
    margin-bottom: 38px;
}

.immersive-flow__header h2,
.immersive-bento__header h2,
.immersive-comparison__header h2 {
    font-size: clamp(38px, 4vw, 46px);
    letter-spacing: -0.04em;
}

.immersive-flow__header p,
.immersive-bento__header p {
    max-width: 760px;
    font-size: 15px;
    color: #64748b;
}

.knowledge-pipeline {
    display: grid;
    grid-template-columns: 1.1fr 0.7fr 1fr;
    gap: 24px;
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 248, 255, 0.86));
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.pipeline-sources {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-content: flex-start;
}

.source-node {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.node-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #7c3aed);
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.14);
}

.pipeline-streams {
    position: relative;
    min-height: 220px;
    overflow: visible;
}

.pipeline-streams::before {
    content: "";
    position: absolute;
    inset: 50% 16px auto 16px;
    height: 1px;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0.08), rgba(96, 165, 250, 0.16), rgba(124, 58, 237, 0.14));
    transform: translateY(-50%);
}

.pipeline-branches,
.pipeline-trunk {
    position: absolute;
    inset: 0;
}

.pipeline-branch {
    position: absolute;
    left: 0;
    width: 68%;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.08), rgba(129, 140, 248, 0.16));
    overflow: visible;
}

.pipeline-branch::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% - 2px);
    width: 66px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.18), rgba(124, 58, 237, 0.22));
    transform-origin: left center;
}

.pipeline-branch--top {
    top: 18%;
}

.pipeline-branch--top::after {
    transform: rotate(31deg);
}

.pipeline-branch--upper {
    top: 36%;
}

.pipeline-branch--upper::after {
    transform: rotate(13deg);
}

.pipeline-branch--lower {
    top: 64%;
}

.pipeline-branch--lower::after {
    transform: rotate(-13deg);
}

.pipeline-branch--bottom {
    top: 82%;
}

.pipeline-branch--bottom::after {
    transform: rotate(-31deg);
}

.branch-water {
    position: absolute;
    inset: 0 auto 0 -28%;
    width: 34%;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent 0%, rgba(56, 189, 248, 0.9) 22%, rgba(37, 99, 235, 0.95) 54%, rgba(124, 58, 237, 0.88) 82%, transparent 100%);
    box-shadow: 0 0 18px rgba(37, 99, 235, 0.32);
    animation: branchFlow 3.2s linear infinite;
}

.pipeline-branch--upper .branch-water {
    animation-duration: 2.7s;
    animation-delay: 0.2s;
}

.pipeline-branch--lower .branch-water {
    animation-duration: 2.9s;
    animation-delay: 0.5s;
}

.pipeline-branch--bottom .branch-water {
    animation-duration: 2.5s;
    animation-delay: 0.35s;
}

.pipeline-trunk {
    top: 50%;
    left: 68%;
    right: 0;
    bottom: auto;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.16), rgba(124, 58, 237, 0.22));
    transform: translateY(-50%);
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.08);
}

.pipeline-trunk::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.9) 0%, rgba(124, 58, 237, 0.6) 52%, rgba(124, 58, 237, 0) 72%);
    transform: translateY(-50%);
    filter: blur(1px);
}

.trunk-water {
    position: absolute;
    inset: 0 auto 0 -18%;
    width: 36%;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent 0%, rgba(125, 211, 252, 0.92) 20%, rgba(59, 130, 246, 0.98) 52%, rgba(139, 92, 246, 0.92) 82%, transparent 100%);
    box-shadow: 0 0 22px rgba(37, 99, 235, 0.36);
    animation: trunkFlow 2.4s linear infinite;
}

.trunk-water--delay {
    animation-delay: 1.1s;
    opacity: 0.7;
}

.pipeline-hub {
    display: grid;
    gap: 24px;
    align-content: center;
    justify-items: center;
}

.hub-core {
    position: relative;
    width: 220px;
    height: 220px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    box-shadow: 0 28px 60px rgba(37, 99, 235, 0.24);
    overflow: visible;
}

.hub-core::before,
.hub-core::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    pointer-events: none;
}

.hub-core::before {
    background: radial-gradient(circle, rgba(96, 165, 250, 0.24) 0%, rgba(96, 165, 250, 0.14) 36%, rgba(37, 99, 235, 0.08) 52%, rgba(255, 255, 255, 0) 72%);
    filter: blur(8px);
    opacity: 0.95;
}

.hub-core::after {
    inset: -24px;
    border: 2px solid rgba(147, 197, 253, 0.34);
    box-shadow:
        0 0 28px rgba(96, 165, 250, 0.3),
        0 0 72px rgba(59, 130, 246, 0.22);
    opacity: 0;
    animation: coreHaloBurst 3.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.hub-core h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 28px;
    letter-spacing: -0.03em;
}

.hub-core__rings {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hub-core__rings span {
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    border: 1px solid rgba(147, 197, 253, 0.16);
    background: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
    opacity: 0;
    animation: outerRingPulse 3.6s ease-out infinite;
}

.hub-core__rings span::before,
.hub-core__rings span::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    pointer-events: none;
}

.hub-core__rings span::before {
    background: radial-gradient(circle, rgba(125, 211, 252, 0.16) 0%, rgba(125, 211, 252, 0.08) 34%, rgba(255, 255, 255, 0) 70%);
    filter: blur(10px);
    opacity: 0.45;
}

.hub-core__rings span::after {
    inset: -18px;
    border: 1px solid rgba(191, 219, 254, 0.18);
    opacity: 0.35;
}

.hub-core__rings span:nth-child(2) {
    inset: -34px;
    border-color: rgba(196, 181, 253, 0.14);
    animation-delay: 1.1s;
}

.hub-core__rings span:nth-child(3) {
    inset: -52px;
    border-color: rgba(147, 197, 253, 0.12);
    animation-delay: 2.2s;
}

.hub-processes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.process-tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #475569;
    font-size: 13px;
    font-weight: 600;
}

.immersive-bento {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
    display: grid;
    gap: 30px;
}

.immersive-bento__highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.immersive-bento__highlights span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

.bento-overview {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 4px;
}

.bento-overview__item {
    display: grid;
    gap: 6px;
    justify-items: center;
    padding: 18px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(241, 245, 255, 0.82));
    border: 1px solid rgba(148, 163, 184, 0.12);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.04);
}

.bento-overview__item strong {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bento-overview__item span {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.bento-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.82fr);
    gap: 20px;
    min-height: 320px;
    padding: 24px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(96, 165, 250, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 255, 0.86));
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.bento-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent 46%);
    pointer-events: none;
}

.bento-card--large {
    grid-column: span 2;
    min-height: 420px;
}

.bento-card--medium {
    grid-template-columns: 1fr;
    align-content: start;
}

.bento-card--ui_search {
    min-height: 258px;
    gap: 14px;
}

.bento-card--ui_security {
    min-height: 188px;
    gap: 12px;
}

.bento-card--ui_citation {
    grid-column: span 3;
    grid-template-columns: minmax(0, 0.96fr) minmax(280px, 1.04fr);
    gap: 18px;
    align-items: stretch;
    min-height: 294px;
}

.bento-card--wide {
    grid-column: span 3;
    grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
    min-height: 380px;
}

.bento-card__copy,
.bento-card__visual {
    position: relative;
    z-index: 1;
}

.bento-card__copy {
    display: grid;
    align-content: flex-start;
    gap: 14px;
}

.bento-card__eyebrow {
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bento-card__header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bento-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb, #8b5cf6);
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.2);
}

.bento-icon svg {
    width: 22px;
    height: 22px;
}

.bento-card__copy h3 {
    font-size: 26px;
    letter-spacing: -0.03em;
}

.bento-card__copy p {
    font-size: 14px;
    line-height: 1.75;
}

.bento-metric-wrap {
    display: inline-grid;
    gap: 4px;
    justify-items: start;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.14);
    width: fit-content;
}

.bento-metric-val {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bento-metric-lbl {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bento-tags,
.bento-formats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bento-tag,
.format-badge,
.bento-citation-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

.bento-features {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bento-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.icon-check,
.icon-quote {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.icon-check::before {
    content: "";
    position: absolute;
    inset: 2px 1px 4px 5px;
    border-right: 2px solid #2563eb;
    border-bottom: 2px solid #2563eb;
    transform: rotate(45deg);
}

.icon-quote::before {
    content: "";
    position: absolute;
    inset: 3px 2px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(124, 58, 237, 0.16));
}

.bento-points {
    display: grid;
    gap: 10px;
}

.bento-point {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #475569;
    font-size: 13px;
    line-height: 1.65;
}

.bento-point__dot {
    width: 8px;
    height: 8px;
    margin-top: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #7c3aed);
    box-shadow: 0 0 0 6px rgba(96, 165, 250, 0.12);
    flex-shrink: 0;
}

.bento-card__visual {
    display: grid;
    align-items: stretch;
    min-height: 100%;
}

.bento-card--medium .bento-card__visual {
    min-height: 216px;
}

.bento-card--ui_citation .bento-card__visual {
    min-height: auto;
}

.bento-card--large .bento-card__copy {
    grid-template-columns: 1fr;
}

.bento-card--ui_search .bento-card__copy,
.bento-card--ui_security .bento-card__copy {
    gap: 8px;
}

.bento-card--ui_search .bento-card__copy h3 {
    font-size: 22px;
}

.bento-card--ui_search .bento-card__copy p,
.bento-card--ui_security .bento-card__copy p {
    font-size: 13px;
    line-height: 1.65;
}

.bento-card--ui_search .bento-metric-wrap,
.bento-card--ui_security .bento-metric-wrap {
    padding: 10px 12px;
    border-radius: 16px;
}

.bento-card--ui_search .bento-metric-val {
    font-size: 24px;
}

.bento-card--ui_security .bento-metric-val {
    font-size: 20px;
}

.bento-card--ui_search .bento-metric-lbl,
.bento-card--ui_security .bento-metric-lbl {
    font-size: 10px;
}

.bento-card--ui_search .bento-tag,
.bento-card--ui_security .bento-features li,
.bento-card--ui_search .bento-point,
.bento-card--ui_security .bento-point,
.bento-card--ui_search .bento-summary,
.bento-card--ui_security .bento-summary {
    font-size: 12px;
}

.bento-card--ui_search .bento-tags {
    gap: 8px;
}

.bento-card--ui_search .bento-tag {
    min-height: 28px;
    padding: 0 10px;
}

.bento-card--ui_search .bento-points,
.bento-card--ui_security .bento-points,
.bento-card--ui_security .bento-features {
    gap: 6px;
}

.bento-card--ui_search .bento-summary,
.bento-card--ui_security .bento-summary {
    padding: 10px 12px;
    line-height: 1.55;
}

.bento-card--medium .bento-card__copy h3 {
    font-size: 22px;
}

.bento-card--ui_citation .bento-card__copy h3 {
    font-size: 24px;
}

.bento-card--medium .bento-card__copy p {
    font-size: 13px;
    line-height: 1.72;
}

.bento-card--ui_citation .bento-card__copy p {
    font-size: 14px;
    line-height: 1.75;
}

.bento-card--ui_citation .bento-card__copy {
    gap: 12px;
}

.bento-card--ui_citation .bento-summary {
    margin-top: 0;
}

.bento-card--wide .bento-card__copy h3 {
    font-size: 24px;
}

.bento-card__visual--ui_search,
.bento-card__visual--ui_security,
.bento-card__visual--ui_citation,
.bento-card__visual--ui_parsing {
    padding: 6px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(239, 246, 255, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.bento-summary {
    margin-top: 2px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.9), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(148, 163, 184, 0.12);
    color: #334155;
    font-size: 13px;
    line-height: 1.7;
}

.interactive-demo-search,
.wireframe-security,
.wireframe-citation,
.wireframe-parsing {
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
}

.interactive-demo-search {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 16px;
    padding: 18px;
    background:
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.28), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 255, 0.92));
}

.bento-card--ui_search .interactive-demo-search {
    gap: 8px;
    padding: 10px;
}

.bento-card--ui_search .demo-search-header {
    gap: 8px;
}

.bento-card--ui_search .demo-mac-dots span {
    width: 8px;
    height: 8px;
}

.demo-search-header {
    display: grid;
    gap: 14px;
}

.demo-mac-dots {
    display: flex;
    gap: 8px;
}

.demo-mac-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fda4af;
}

.demo-mac-dots span:nth-child(2) { background: #fcd34d; }
.demo-mac-dots span:nth-child(3) { background: #86efac; }

.demo-search-input,
.demo-answer-box,
.citation-stage__answer,
.citation-evidence-item,
.security-panel,
.wf-doc-preview,
.wf-json-output {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(16px);
}

.demo-search-input {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 18px;
}

.bento-card--ui_search .demo-search-input {
    min-height: 42px;
    gap: 8px;
    padding: 0 12px;
    border-radius: 14px;
}

.search-icon {
    width: 18px;
    height: 18px;
    color: #2563eb;
    flex-shrink: 0;
}

.typing-container {
    display: flex;
    align-items: center;
    gap: 3px;
    min-height: 24px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
}

.bento-card--ui_search .typing-container {
    min-height: 18px;
    font-size: 12px;
}

.typing-text::before {
    content: "2026年出差报销标准是什么？";
}

.cursor {
    width: 2px;
    height: 16px;
    background: #2563eb;
    animation: immersiveBlink 0.8s step-end infinite;
}

.demo-search-body {
    position: relative;
    min-height: 180px;
}

.bento-card--ui_search .demo-search-body {
    min-height: 84px;
}

.demo-search-step {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: start;
    gap: 14px;
}

.demo-step-1 {
    animation: demoFadeOne 8s infinite;
}

.demo-step-2 {
    opacity: 0;
    animation: demoFadeTwo 8s infinite;
}

.demo-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(37, 99, 235, 0.18);
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

.demo-step-1 span {
    color: #475569;
    font-size: 13px;
    font-weight: 600;
}

.bento-card--ui_search .demo-step-1 span {
    font-size: 11px;
}

.demo-answer-box {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
}

.bento-card--ui_search .demo-answer-box {
    gap: 10px;
    padding: 10px 12px;
    border-radius: 16px;
}

.demo-answer-box p {
    color: #334155;
    font-size: 14px;
}

.bento-card--ui_search .demo-answer-box p {
    font-size: 12px;
    line-height: 1.55;
}

.highlight-text {
    color: #1d4ed8;
}

.demo-source-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    width: fit-content;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}

.demo-source-tag svg {
    width: 14px;
    height: 14px;
}

.demo-search-prompts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.demo-search-prompts span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.16);
    color: #475569;
    font-size: 12px;
    font-weight: 600;
}

.bento-card--ui_search .demo-search-prompts {
    gap: 6px;
}

.bento-card--ui_search .demo-search-prompts span {
    min-height: 24px;
    padding: 0 8px;
    font-size: 11px;
}

.wireframe-security {
    position: relative;
    display: grid;
    gap: 20px;
    padding: 20px;
    background:
        radial-gradient(circle at top left, rgba(16, 185, 129, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 250, 0.92));
}

.bento-card--ui_security .wireframe-security {
    gap: 10px;
    padding: 10px;
}

.security-panel {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-radius: 22px;
}

.bento-card--ui_security .security-panel {
    grid-template-columns: 64px 1fr;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 16px;
}

.security-panel__shield {
    position: relative;
    width: 94px;
    height: 112px;
    border-radius: 26px 26px 34px 34px;
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.18), rgba(37, 99, 235, 0.2));
    clip-path: polygon(50% 0%, 88% 16%, 88% 58%, 50% 100%, 12% 58%, 12% 16%);
    box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.18);
}

.bento-card--ui_security .security-panel__shield {
    width: 56px;
    height: 68px;
}

.security-panel__shield::before {
    content: "";
    position: absolute;
    inset: 27px 30px 38px;
    border-right: 3px solid #0f766e;
    border-bottom: 3px solid #0f766e;
    transform: rotate(45deg);
}

.bento-card--ui_security .security-panel__shield::before {
    inset: 16px 16px 22px;
}

.security-panel__stats {
    display: grid;
    gap: 12px;
}

.bento-card--ui_security .security-panel__stats {
    gap: 8px;
}

.security-panel__stats div {
    display: grid;
    gap: 4px;
}

.security-panel__stats strong {
    font-size: 18px;
    letter-spacing: -0.03em;
}

.bento-card--ui_security .security-panel__stats strong {
    font-size: 14px;
}

.security-panel__stats span {
    color: #64748b;
    font-size: 13px;
}

.bento-card--ui_security .security-panel__stats span {
    font-size: 11px;
}

.wf-lines {
    display: grid;
    gap: 12px;
}

.bento-card--ui_security .wf-lines {
    gap: 10px;
}

.wf-lines span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.22), rgba(59, 130, 246, 0.14));
}

.bento-card--ui_security .wf-lines span {
    height: 8px;
}

.wf-lines span:nth-child(2) { width: 86%; }
.wf-lines span:nth-child(3) { width: 72%; }

.wireframe-citation {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
    background:
        radial-gradient(circle at top left, rgba(196, 181, 253, 0.28), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 245, 255, 0.92));
}

.citation-stage {
    display: grid;
    gap: 12px;
}

.citation-stage__answer {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 20px;
}

.citation-stage__label {
    color: #7c3aed;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.citation-stage__answer p {
    color: #334155;
    font-size: 14px;
}

.citation-stage__sources {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.citation-stage__sources span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.08);
    color: #6d28d9;
    font-size: 12px;
    font-weight: 700;
}

.citation-evidence-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.citation-evidence-item {
    display: grid;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 18px;
}

.citation-evidence-item h4 {
    margin: 0;
    font-size: 15px;
    letter-spacing: -0.02em;
}

.citation-evidence-item p {
    font-size: 13px;
    line-height: 1.7;
}

.wireframe-parsing {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    padding: 20px;
    background:
        radial-gradient(circle at bottom right, rgba(251, 191, 36, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 235, 0.92));
}

.wf-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.wf-panel-head span:first-child {
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wf-panel-head span:last-child {
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
}

.wf-doc-preview,
.wf-json-output {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
}

.wf-doc-preview {
    min-height: 248px;
}

.wf-doc-canvas {
    position: relative;
    display: grid;
    gap: 14px;
}

.wf-doc-img {
    height: 92px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(96, 165, 250, 0.16), rgba(124, 58, 237, 0.12)),
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background-size: auto, 180px 100%;
    animation: docShimmer 3.2s linear infinite;
}

.wf-doc-table {
    height: 110px;
    border-radius: 16px;
    background:
        linear-gradient(rgba(148, 163, 184, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.16) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.88));
    background-size: 100% 28px, 56px 100%, auto;
}

.wf-doc-scan {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 72px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(251, 191, 36, 0), rgba(251, 191, 36, 0.95), rgba(59, 130, 246, 0.88), rgba(251, 191, 36, 0));
    box-shadow: 0 0 18px rgba(251, 191, 36, 0.4);
    animation: docScan 2.8s ease-in-out infinite;
}

.wf-arrow {
    display: grid;
    justify-items: center;
    gap: 10px;
    min-width: 116px;
}

.wf-arrow__label {
    color: #c2410c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wf-arrow strong {
    color: #c2410c;
    font-size: 36px;
    font-weight: 700;
    animation: parseArrowFlow 1.8s ease-in-out infinite;
}

.wf-arrow__chips {
    display: grid;
    gap: 8px;
}

.wf-arrow__chips span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #92400e;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.08);
}

.wf-arrow__chips span:nth-child(1) { animation: chipPulse 2.4s ease-in-out infinite; }
.wf-arrow__chips span:nth-child(2) { animation: chipPulse 2.4s ease-in-out infinite 0.35s; }
.wf-arrow__chips span:nth-child(3) { animation: chipPulse 2.4s ease-in-out infinite 0.7s; }

.wf-json-output {
    min-height: 248px;
}

.wf-json-lines {
    display: grid;
    gap: 8px;
}

.wf-json-output code {
    color: #0f172a;
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
    font-size: 13px;
    padding: 2px 0;
}

.wf-json-lines code:nth-child(2),
.wf-json-lines code:nth-child(4) {
    color: #1d4ed8;
    animation: jsonHighlight 2.8s ease-in-out infinite;
}

.wf-json-lines code:nth-child(3) {
    color: #7c3aed;
    animation: jsonHighlight 2.8s ease-in-out infinite 0.4s;
}

.wf-json-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wf-json-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #334155;
    font-size: 11px;
    font-weight: 700;
}

.immersive-scenarios {
    padding: 16px 0 0;
}

.immersive-scenarios__header {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto 24px;
    display: grid;
    gap: 14px;
    text-align: center;
}

.immersive-scenarios__header h2 {
    margin: 0;
    font-size: clamp(36px, 4vw, 44px);
    letter-spacing: -0.04em;
}

.immersive-scenarios__header p {
    width: min(760px, 100%);
    margin: 0 auto;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.immersive-scenarios__highlights {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.immersive-scenarios__highlights span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.immersive-scenarios__container {
    display: grid;
    grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
    gap: 24px;
}

.scenarios-sidebar,
.scenarios-display,
.comparison-card,
.trust-stat {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(18px);
}

.scenarios-sidebar {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 18px;
    border-radius: 30px;
}

.scenario-tab {
    display: grid;
    gap: 10px;
    padding: 18px 18px 16px;
    text-align: left;
    border: 0;
    border-radius: 22px;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.scenario-tab.is-active {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(124, 58, 237, 0.12));
    box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.16);
    transform: translateX(4px);
}

.scenario-tab__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.scenario-tab__desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.scenario-tab__meta {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.scenario-tab__meta strong {
    color: #2563eb;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.scenario-tab__meta span {
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.scenarios-display {
    position: relative;
    min-height: auto;
    padding: 18px;
    border-radius: 30px;
    overflow: visible;
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.14), transparent 28%),
        radial-gradient(circle at bottom left, rgba(124, 58, 237, 0.12), transparent 26%),
        rgba(255, 255, 255, 0.84);
}

.scenario-visual {
    display: none;
}

.scenario-visual.is-active {
    display: block;
    animation: scenarioReveal 0.38s ease;
}

.scenario-console {
    display: grid;
    gap: 16px;
    min-height: 100%;
    padding: 18px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.06);
}

.scenario-console__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
}

.scenario-console__eyebrow,
.scenario-console__label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.scenario-console__hero h3 {
    margin: 10px 0 0;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.scenario-console__metric {
    display: grid;
    gap: 6px;
    min-width: 136px;
    padding: 16px 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.08));
    border: 1px solid rgba(96, 165, 250, 0.16);
    text-align: right;
}

.scenario-console__metric strong {
    color: #0f172a;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.scenario-console__metric span {
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.scenario-console__query,
.scenario-console__answer,
.scenario-console__card {
    display: grid;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.14);
}

.scenario-console__insights {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 16px;
    align-items: stretch;
}

.scenario-console__query p,
.scenario-console__answer p {
    margin: 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.85;
}

.scenario-console__query {
    align-content: start;
    gap: 12px;
    padding: 14px 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.9));
}

.scenario-console__query .scenario-console__label {
    background: rgba(15, 23, 42, 0.05);
    color: #475569;
}

.scenario-console__query p {
    color: #475569;
    font-size: 13px;
    line-height: 1.8;
}

.scenario-console__answer {
    position: relative;
    overflow: hidden;
    gap: 12px;
    align-content: start;
    padding: 18px 20px;
    background:
        linear-gradient(180deg, rgba(239, 246, 255, 0.92), rgba(255, 255, 255, 0.96));
    box-shadow:
        inset 0 0 0 1px rgba(96, 165, 250, 0.1),
        0 16px 36px rgba(37, 99, 235, 0.08);
}

.scenario-console__answer-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.scenario-console__status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.scenario-console__answer::after {
    content: "";
    position: absolute;
    inset: auto -18% -10% auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.18), rgba(96, 165, 250, 0));
    pointer-events: none;
}

.scenario-console__answer-body {
    position: relative;
    z-index: 1;
    padding: 16px 18px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72));
    border: 1px solid rgba(96, 165, 250, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.56),
        0 10px 24px rgba(148, 163, 184, 0.08);
}

.scenario-console__answer-body p {
    color: #1e293b;
    font-size: 14px;
    line-height: 1.9;
}

.scenario-console__source {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(96, 165, 250, 0.12);
}

.scenario-console__source-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.scenario-console__source-text {
    color: #64748b;
    font-size: 12px;
    line-height: 1.8;
    word-break: break-word;
}

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

.scenario-console__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.scenario-console__chips span,
.scenario-console__list-item {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.04);
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.scenario-console__chips--accent span {
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
}

.scenario-console__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.comparison-grid {
    width: min(1240px, calc(100% - 56px));
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.immersive-comparison__header {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
    display: grid;
    gap: 14px;
    text-align: center;
}

.immersive-comparison__header h2 {
    margin: 0;
    font-size: clamp(36px, 4vw, 44px);
    letter-spacing: -0.04em;
}

.immersive-comparison__header p {
    width: min(760px, 100%);
    margin: 0 auto;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.immersive-comparison__highlights {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.immersive-comparison__highlights span,
.comparison-card__improvements span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.comparison-summary {
    width: min(980px, calc(100% - 56px));
    margin: 24px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.comparison-summary__item {
    display: grid;
    gap: 8px;
    padding: 20px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
    text-align: center;
}

.comparison-summary__item strong {
    color: #0f172a;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.comparison-summary__item span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.comparison-card {
    display: grid;
    gap: 16px;
    padding: 28px;
    border-radius: 28px;
    text-align: left;
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.06);
}

.comparison-card__label {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.comparison-card__flow {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 12px;
    align-items: center;
}

.comparison-card__before {
    color: #94a3b8;
    font-size: 18px;
    text-decoration: line-through;
}

.comparison-card__arrow {
    color: #cbd5e1;
    font-size: 24px;
}

.comparison-card__after {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.comparison-card__detail {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.8;
}

.comparison-card__improvements {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.immersive-trust {
    padding: 72px 0 18px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(241, 245, 249, 0.24) 0%, rgba(255, 255, 255, 0.88) 18%, rgba(248, 250, 252, 0.98) 100%);
}

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

.immersive-trust::before {
    inset: 18px 4% auto;
    height: 280px;
    background:
        radial-gradient(circle at 14% 30%, rgba(56, 189, 248, 0.18), transparent 28%),
        radial-gradient(circle at 50% 10%, rgba(99, 102, 241, 0.12), transparent 30%),
        radial-gradient(circle at 82% 22%, rgba(244, 114, 182, 0.12), transparent 26%);
    filter: blur(8px);
    opacity: 0.9;
}

.immersive-trust::after {
    inset: 0;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 78%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 78%);
}

.immersive-trust__header {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
    display: grid;
    gap: 14px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.immersive-trust__header h2 {
    margin: 0;
    font-size: clamp(36px, 4vw, 44px);
    letter-spacing: -0.04em;
}

.immersive-trust__header p {
    width: min(860px, 100%);
    margin: 0 auto;
    color: #64748b;
    font-size: 15px;
    line-height: 1.85;
}

.immersive-trust__highlights {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.immersive-trust__highlights span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.client-grid {
    width: min(1240px, calc(100% - 56px));
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 14px;
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.client-grid::before {
    content: "";
    position: absolute;
    inset: -20px;
    z-index: -1;
    border-radius: 32px;
    background: radial-gradient(circle at var(--grid-mouse-x, 50%) var(--grid-mouse-y, 50%), rgba(255, 255, 255, 0.72), rgba(191, 219, 254, 0.18) 16%, transparent 36%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.client-grid:hover::before {
    opacity: 1;
}

.client-card {
    --client-glow: rgba(96, 165, 250, 0.18);
    --client-art:
        radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.56) 0 10%, transparent 11%),
        linear-gradient(135deg, rgba(59, 130, 246, 0.08), transparent 58%);
    display: grid;
    place-items: center;
    min-height: 56px;
    padding: 4px 0;
    perspective: 900px;
    animation:
        clientCardRise 0.7s ease both,
        clientCardFloat 5.4s ease-in-out infinite;
    animation-delay: var(--client-delay), calc(var(--client-delay) + 0.7s);
}

.client-card::before {
    content: none;
}

.client-card::after {
    content: none;
}

.client-card__name {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    max-width: 100%;
    padding: 0 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.96));
    border: 1px solid rgba(203, 213, 225, 0.72);
    box-shadow:
        0 8px 14px rgba(148, 163, 184, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform:
        perspective(900px)
        rotateX(var(--client-tilt-y, 0deg))
        rotateY(var(--client-tilt-x, 0deg))
        translateY(var(--client-lift, 0px));
    transition:
        transform 0.18s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.client-card__name::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.32) 18%, transparent 52%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 62%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.client-card:hover {
    transform: translateY(-2px);
}

.client-card:hover .client-card__name {
    --client-lift: -2px;
    border-color: rgba(148, 163, 184, 0.82);
    box-shadow:
        0 14px 22px rgba(148, 163, 184, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.client-card:hover .client-card__name::before {
    opacity: 1;
}

.client-card--manufacturing {
    --client-glow: rgba(14, 165, 233, 0.18);
    --client-art:
        radial-gradient(circle at 22% 68%, rgba(14, 165, 233, 0.14) 0 8%, transparent 9%),
        radial-gradient(circle at 38% 68%, rgba(14, 165, 233, 0.12) 0 12%, transparent 13%),
        linear-gradient(90deg, transparent 0 18%, rgba(14, 165, 233, 0.12) 18% 22%, transparent 22% 38%, rgba(14, 165, 233, 0.1) 38% 42%, transparent 42%),
        linear-gradient(135deg, rgba(14, 165, 233, 0.1), transparent 58%);
}

.client-card--finance {
    --client-glow: rgba(59, 130, 246, 0.18);
    --client-art:
        linear-gradient(180deg, transparent 18%, rgba(59, 130, 246, 0.12) 18% 20%, transparent 20%),
        linear-gradient(90deg, transparent 16%, rgba(59, 130, 246, 0.12) 16% 21%, transparent 21% 36%, rgba(59, 130, 246, 0.1) 36% 42%, transparent 42% 57%, rgba(59, 130, 246, 0.14) 57% 64%, transparent 64% 100%),
        linear-gradient(135deg, transparent 60%, rgba(96, 165, 250, 0.16) 60% 64%, transparent 64% 100%),
        radial-gradient(circle at 76% 28%, rgba(59, 130, 246, 0.1) 0 10%, transparent 11%);
}

.client-card--healthcare {
    --client-glow: rgba(34, 197, 94, 0.18);
    --client-art:
        linear-gradient(90deg, transparent 42%, rgba(34, 197, 94, 0.14) 42% 58%, transparent 58%),
        linear-gradient(180deg, transparent 30%, rgba(34, 197, 94, 0.14) 30% 46%, transparent 46% 54%, rgba(34, 197, 94, 0.14) 54% 70%, transparent 70%),
        radial-gradient(circle at 70% 28%, rgba(34, 197, 94, 0.1) 0 12%, transparent 13%),
        linear-gradient(135deg, rgba(74, 222, 128, 0.08), transparent 62%);
}

.client-card--education {
    --client-glow: rgba(245, 158, 11, 0.18);
    --client-art:
        linear-gradient(90deg, transparent 26%, rgba(245, 158, 11, 0.12) 26% 30%, transparent 30% 70%, rgba(245, 158, 11, 0.12) 70% 74%, transparent 74%),
        linear-gradient(180deg, transparent 24%, rgba(245, 158, 11, 0.08) 24% 28%, transparent 28% 72%, rgba(245, 158, 11, 0.08) 72% 76%, transparent 76%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0 32%, rgba(245, 158, 11, 0.08) 32% 68%, rgba(255, 255, 255, 0) 68% 100%),
        radial-gradient(circle at 72% 26%, rgba(251, 191, 36, 0.12) 0 10%, transparent 11%);
}

.client-card--retail {
    --client-glow: rgba(236, 72, 153, 0.16);
    --client-art:
        linear-gradient(180deg, transparent 18%, rgba(236, 72, 153, 0.12) 18% 26%, transparent 26%),
        linear-gradient(90deg, transparent 24%, rgba(236, 72, 153, 0.1) 24% 72%, transparent 72%),
        radial-gradient(circle at 34% 30%, rgba(236, 72, 153, 0.12) 0 7%, transparent 8%),
        radial-gradient(circle at 64% 30%, rgba(236, 72, 153, 0.12) 0 7%, transparent 8%),
        linear-gradient(135deg, rgba(244, 114, 182, 0.1), transparent 60%);
}

.client-card--technology {
    --client-glow: rgba(99, 102, 241, 0.18);
    --client-art:
        radial-gradient(circle at 24% 34%, rgba(99, 102, 241, 0.16) 0 5%, transparent 6%),
        radial-gradient(circle at 62% 24%, rgba(99, 102, 241, 0.14) 0 5%, transparent 6%),
        radial-gradient(circle at 74% 60%, rgba(99, 102, 241, 0.14) 0 6%, transparent 7%),
        linear-gradient(90deg, transparent 0 23%, rgba(99, 102, 241, 0.12) 23% 26%, transparent 26% 60%, rgba(99, 102, 241, 0.1) 60% 63%, transparent 63%),
        linear-gradient(180deg, transparent 0 34%, rgba(99, 102, 241, 0.1) 34% 37%, transparent 37% 66%, rgba(99, 102, 241, 0.1) 66% 69%, transparent 69%),
        linear-gradient(135deg, rgba(129, 140, 248, 0.1), transparent 62%);
}

@keyframes immersiveBreathe {
    0% { transform: translateX(-50%) scale(0.94); opacity: 0.7; }
    100% { transform: translateX(-50%) scale(1.06); opacity: 1; }
}

@keyframes heroDemoSweep {
    0%, 18% { transform: translateX(-100%); }
    32%, 100% { transform: translateX(180%); }
}

@keyframes heroDemoPulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.38); }
    70% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@keyframes heroDemoProgress {
    0%, 20% { transform: translateX(-100%); }
    40%, 100% { transform: translateX(0%); }
}

@keyframes immersiveBlink {
    50% { border-color: transparent; opacity: 0; }
}

@keyframes branchFlow {
    0% { transform: translateX(0); opacity: 0; }
    12% { opacity: 1; }
    88% { opacity: 1; }
    100% { transform: translateX(325%); opacity: 0; }
}

@keyframes trunkFlow {
    0% { transform: translateX(0); opacity: 0; }
    16% { opacity: 1; }
    84% { opacity: 1; }
    100% { transform: translateX(345%); opacity: 0; }
}

@keyframes pulseRing {
    0% { transform: scale(0.84); opacity: 0; }
    40% { opacity: 1; }
    100% { transform: scale(1.12); opacity: 0; }
}

@keyframes solarPulse {
    0% {
        transform: scale(0.82);
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    58% {
        opacity: 0.72;
    }
    100% {
        transform: scale(1.24);
        opacity: 0;
    }
}

@keyframes coreHaloBurst {
    0% {
        transform: scale(0.92);
        opacity: 0;
    }
    18% {
        opacity: 0.9;
    }
    52% {
        opacity: 0.4;
    }
    100% {
        transform: scale(1.42);
        opacity: 0;
    }
}

@keyframes outerRingPulse {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    24% {
        opacity: 0.7;
    }
    70% {
        opacity: 0.18;
    }
    100% {
        transform: scale(1.22);
        opacity: 0;
    }
}

@keyframes docShimmer {
    0% { background-position: 0 0, -180px 0; }
    100% { background-position: 0 0, 220px 0; }
}

@keyframes docScan {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.4;
    }
    50% {
        transform: translateY(114px);
        opacity: 1;
    }
}

@keyframes parseArrowFlow {
    0%, 100% {
        transform: translateX(0);
        opacity: 0.72;
    }
    50% {
        transform: translateX(6px);
        opacity: 1;
    }
}

@keyframes chipPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.72;
    }
    50% {
        transform: scale(1.04);
        opacity: 1;
    }
}

@keyframes jsonHighlight {
    0%, 100% {
        opacity: 0.72;
        transform: translateX(0);
    }
    50% {
        opacity: 1;
        transform: translateX(2px);
    }
}

@keyframes scenarioReveal {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes clientCardRise {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes clientCardFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes clientCardSweep {
    0% {
        transform: translateX(-140%);
    }
    100% {
        transform: translateX(140%);
    }
}

@keyframes demoFadeOne {
    0%, 42% { opacity: 1; transform: translateY(0); }
    50%, 100% { opacity: 0; transform: translateY(-10px); }
}

@keyframes demoFadeTwo {
    0%, 45% { opacity: 0; transform: translateY(10px); }
    55%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes marquee {
    to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
    .knowledge-pipeline,
    .immersive-scenarios__container,
    .bento-card,
    .bento-card--wide {
        grid-template-columns: 1fr;
    }

    .pipeline-streams {
        min-height: 120px;
    }

    .bento-grid,
    .bento-overview,
    .comparison-summary,
    .comparison-grid,
    .client-grid,
    .trust-stats {
        grid-template-columns: 1fr;
    }

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

    .bento-card--large,
    .bento-card--wide {
        grid-column: span 1;
    }

    .bento-card--ui_citation {
        grid-column: span 1;
    }

    .wireframe-citation,
    .citation-evidence-list {
        grid-template-columns: 1fr;
    }

    .scenario-visual {
        position: relative;
        inset: auto;
        display: none;
        min-height: auto;
    }

    .scenario-visual.is-active {
        display: block;
    }

    .scenarios-display {
        min-height: auto;
    }

    .scenario-console__grid {
        grid-template-columns: 1fr;
    }

    .scenario-console__insights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1280px) {
    .scenario-console__insights {
        grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
    }
}

@media (max-width: 768px) {
    .is-home-immersive .site-main--immersive {
        gap: 72px;
    }

    .immersive-hero {
        min-height: auto;
        padding-top: 42px;
    }

    .immersive-hero__content h1 {
        font-size: 42px;
        white-space: normal;
    }

    .hero-parallax,
    .immersive-flow__container,
    .immersive-bento,
    .immersive-scenarios__container,
    .comparison-summary,
    .comparison-grid,
    .client-grid,
    .trust-stats {
        width: min(100%, calc(100% - 32px));
    }

    .knowledge-pipeline,
    .bento-card,
    .comparison-card,
    .trust-stat {
        padding: 22px;
    }

    .hero-demo__header,
    .hero-demo__body {
        grid-template-columns: 1fr;
        display: grid;
    }

    .hero-demo__faq-list {
        grid-template-columns: 1fr;
    }

    .hero-demo__steps {
        justify-content: flex-start;
    }

    .hero-demo__status {
        grid-template-columns: 1fr;
    }

    .hero-demo__workspace {
        min-height: auto;
    }

    .wireframe-parsing {
        grid-template-columns: 1fr;
    }

    .wf-arrow {
        transform: rotate(90deg);
        justify-self: center;
    }

    .immersive-flow__header h2,
    .immersive-bento__header h2,
    .immersive-scenarios__header h2,
    .immersive-comparison__header h2 {
        font-size: 34px;
    }

    .scenario-console {
        padding: 16px;
    }

    .scenario-console__hero {
        grid-template-columns: 1fr;
    }

    .scenario-console__metric {
        text-align: left;
    }

    .scenario-console__source {
        grid-template-columns: 1fr;
    }

    .scenario-console__answer-head {
        flex-direction: column;
        align-items: flex-start;
    }

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