/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout — Landing page shell: no sidebar, transparent appbar */

[b-irzsbjzxeh] .mud-appbar {
    transition: background 0.3s ease;
    animation: navbar-slide-down-b-irzsbjzxeh 0.6s ease-out both;
}

@keyframes navbar-slide-down-b-irzsbjzxeh {
    from { opacity: 0; transform: translateY(-100%); }
    to   { opacity: 1; transform: translateY(0); }
}

[b-irzsbjzxeh] .mud-main-content {
    padding-top: 0 !important;
}

/* Smooth scrolling for anchor links */
:global(html)[b-irzsbjzxeh] {
    scroll-behavior: smooth;
}

/* Footer entrance animation */
[b-irzsbjzxeh] footer {
    animation: footer-rise-b-irzsbjzxeh 0.8s ease-out 0.3s both;
}

@keyframes footer-rise-b-irzsbjzxeh {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Nav link hover underline animation */
[b-irzsbjzxeh] .mud-appbar .mud-button-text {
    position: relative;
}

[b-irzsbjzxeh] .mud-appbar .mud-button-text::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 1.5px;
    background: linear-gradient(90deg, var(--mud-palette-primary), rgba(208, 188, 255, 0.8));
    transition: width 0.3s ease, left 0.3s ease;
    border-radius: 2px;
}

[b-irzsbjzxeh] .mud-appbar .mud-button-text:hover::after {
    width: 60%;
    left: 20%;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1gtdlze8bi],
.components-reconnect-repeated-attempt-visible[b-1gtdlze8bi],
.components-reconnect-failed-visible[b-1gtdlze8bi],
.components-pause-visible[b-1gtdlze8bi],
.components-resume-failed-visible[b-1gtdlze8bi],
.components-rejoining-animation[b-1gtdlze8bi] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1gtdlze8bi],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1gtdlze8bi],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1gtdlze8bi],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1gtdlze8bi],
#components-reconnect-modal.components-reconnect-retrying[b-1gtdlze8bi],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1gtdlze8bi],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1gtdlze8bi],
#components-reconnect-modal.components-reconnect-failed[b-1gtdlze8bi],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1gtdlze8bi] {
    display: block;
}


#components-reconnect-modal[b-1gtdlze8bi] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1gtdlze8bi 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1gtdlze8bi 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1gtdlze8bi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1gtdlze8bi]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1gtdlze8bi 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1gtdlze8bi {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1gtdlze8bi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1gtdlze8bi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1gtdlze8bi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1gtdlze8bi] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1gtdlze8bi] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1gtdlze8bi] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1gtdlze8bi] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1gtdlze8bi] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1gtdlze8bi] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1gtdlze8bi 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1gtdlze8bi] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1gtdlze8bi {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.nexus-landing[b-g7ra8f0pun] {
    position: relative;
    background:
        radial-gradient(circle at 50% 15%, color-mix(in srgb, var(--tenant-primary) 12%, transparent) 0%, transparent 28%),
        linear-gradient(180deg, #0a0e18 0%, #0f131d 100%);
    color: #dfe2f1;
    overflow: hidden;
}

.nexus-landing[b-g7ra8f0pun]::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(0, 218, 243, 0.12) 0, transparent 2px),
        radial-gradient(circle at 80% 30%, rgba(0, 218, 243, 0.16) 0, transparent 1.5px),
        radial-gradient(circle at 40% 70%, rgba(0, 218, 243, 0.14) 0, transparent 1.5px);
    background-size: 220px 220px, 280px 280px, 320px 320px;
    opacity: 0.55;
    pointer-events: none;
    animation: starfield-drift-b-g7ra8f0pun 60s linear infinite;
}

@keyframes starfield-drift-b-g7ra8f0pun {
    0%   { background-position: 0 0, 0 0, 0 0; }
    100% { background-position: 220px 220px, -280px 280px, 320px -320px; }
}

.particle-layer[b-g7ra8f0pun] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 218, 243, 0.06) 0%, transparent 60%);
    filter: blur(40px);
    pointer-events: none;
    animation: particle-drift-b-g7ra8f0pun 12s ease-in-out infinite alternate;
}

@keyframes particle-drift-b-g7ra8f0pun {
    0%   { background-position: 50% 40%; opacity: 0.6; }
    50%  { background-position: 40% 55%; opacity: 1; }
    100% { background-position: 60% 35%; opacity: 0.7; }
}

.glass-panel[b-g7ra8f0pun] {
    background: rgba(38, 42, 53, 0.78);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 16px 42px rgba(0, 218, 243, 0.06);
    position: relative;
    overflow: hidden;
}

.glass-panel[b-g7ra8f0pun]::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        115deg,
        transparent 0%,
        transparent 40%,
        rgba(255, 255, 255, 0.03) 45%,
        rgba(255, 255, 255, 0.06) 50%,
        rgba(255, 255, 255, 0.03) 55%,
        transparent 60%,
        transparent 100%
    );
    transition: transform 0.8s ease;
    transform: translateX(-100%) rotate(0deg);
    pointer-events: none;
}

.glass-panel:hover[b-g7ra8f0pun]::before {
    transform: translateX(100%) rotate(0deg);
}

.section-label[b-g7ra8f0pun] {
    display: inline-block;
    margin: 0 0 1rem;
    color: #9cf0ff;
    font: 600 0.7rem/1 Inter, system-ui, sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    animation: label-glow-b-g7ra8f0pun 3s ease-in-out infinite, fade-slide-up-b-g7ra8f0pun 0.7s ease-out 0.2s both;
}

@keyframes label-glow-b-g7ra8f0pun {
    0%, 100% { text-shadow: 0 0 8px rgba(156, 240, 255, 0.0); }
    50% { text-shadow: 0 0 16px rgba(156, 240, 255, 0.35), 0 0 32px rgba(0, 218, 243, 0.15); }
}

.nexus-button[b-g7ra8f0pun] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 52px;
    padding: 0.75rem 2rem;
    border-radius: 0.6rem;
    font: 700 1rem/1 Inter, system-ui, sans-serif;
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease,
                box-shadow 0.2s ease, filter 0.2s ease;
}

.nexus-button:hover[b-g7ra8f0pun] {
    transform: translateY(-2px);
}

.nexus-button--primary[b-g7ra8f0pun] {
    color: #fff;
    background: var(--tenant-primary);
    border: 1px solid transparent;
}

.nexus-button--primary:hover[b-g7ra8f0pun] {
    filter: brightness(1.1);
    box-shadow: 0 6px 28px color-mix(in srgb, var(--tenant-primary) 45%, transparent);
}

.nexus-button--secondary[b-g7ra8f0pun] {
    color: var(--tenant-primary);
    background: transparent;
    border: 1px solid var(--tenant-primary);
}

.nexus-button--secondary:hover[b-g7ra8f0pun] {
    background: color-mix(in srgb, var(--tenant-primary) 10%, transparent);
    color: #fff;
    border-color: var(--tenant-primary);
}

.nexus-hero-section[b-g7ra8f0pun] {
    position: relative;
    min-height: 100vh;
    padding: 6rem 0 4rem;
    text-align: center;
}

.system-badge[b-g7ra8f0pun] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.95rem;
    margin: 0 auto 2.2rem;
    border-radius: 999px;
    background: rgba(23, 27, 38, 0.92);
    border: 1px solid rgba(34, 197, 94, 0.22);
    color: rgba(255, 255, 255, 0.75);
    font: 600 0.62rem/1 Inter, system-ui, sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    animation: fade-slide-down-b-g7ra8f0pun 0.8s ease-out both;
}

.system-badge__dot[b-g7ra8f0pun] {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 999px;
    background: #22c55e;
    animation: green-pulse-b-g7ra8f0pun 2.2s ease-in-out infinite;
}

@keyframes green-pulse-b-g7ra8f0pun {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
    50%       { box-shadow: 0 0 6px 3px rgba(34, 197, 94, 0.45); }
}

.nexus-hero-title[b-g7ra8f0pun] {
    margin: 0;
    color: transparent;
    background: linear-gradient(135deg, var(--tenant-primary) 0%, #d0bcff 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    font: 700 clamp(3.8rem, 10vw, 7.8rem)/0.92 "Space Grotesk", Inter, sans-serif;
    letter-spacing: -0.05em;
    animation: fade-slide-up-b-g7ra8f0pun 1s ease-out 0.2s both, gradient-shift-b-g7ra8f0pun 8s ease-in-out infinite;
}

@keyframes gradient-shift-b-g7ra8f0pun {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.nexus-hero-subtitle[b-g7ra8f0pun] {
    max-width: 54rem;
    margin: 1.5rem auto 0;
    color: #c6c6cc;
    font: 300 clamp(1.05rem, 2vw, 1.6rem)/1.6 Inter, system-ui, sans-serif;
    animation: fade-slide-up-b-g7ra8f0pun 1s ease-out 0.5s both;
}

.nexus-hero-subtitle span[b-g7ra8f0pun] {
    color: #fff;
}

.nexus-hero-actions[b-g7ra8f0pun] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2.25rem;
    animation: fade-slide-up-b-g7ra8f0pun 1s ease-out 0.8s both;
}

.nexus-diagram-shell[b-g7ra8f0pun] {
    position: relative;
    width: min(100%, 70rem);
    height: 38rem;
    margin: 2rem auto 0;
    animation: fade-scale-in-b-g7ra8f0pun 1.2s ease-out 1.1s both;
}

.diagram-caption[b-g7ra8f0pun] {
    margin: 1.75rem auto 0;
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.32);
    font: 400 0.82rem/1.65 Inter, system-ui, sans-serif;
    text-align: center;
    letter-spacing: 0.01em;
    animation: fade-slide-up-b-g7ra8f0pun 1s ease-out 1.5s both;
}

.nexus-connections[b-g7ra8f0pun] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.nexus-connections line[b-g7ra8f0pun] {
    stroke: color-mix(in srgb, var(--tenant-primary) 75%, transparent);
    stroke-width: 1.2;
    stroke-dasharray: 8 12;
    animation: flow-line-b-g7ra8f0pun 4s linear infinite, line-pulse-b-g7ra8f0pun 3s ease-in-out infinite;
}

.nexus-connections line:nth-child(1)[b-g7ra8f0pun] { animation-delay: 0s, 0s; }
.nexus-connections line:nth-child(2)[b-g7ra8f0pun] { animation-delay: 0.3s, 0.5s; }
.nexus-connections line:nth-child(3)[b-g7ra8f0pun] { animation-delay: 0.6s, 1s; }
.nexus-connections line:nth-child(4)[b-g7ra8f0pun] { animation-delay: 0.9s, 1.5s; }
.nexus-connections line:nth-child(5)[b-g7ra8f0pun] { animation-delay: 1.2s, 2s; }
.nexus-connections line:nth-child(6)[b-g7ra8f0pun] { animation-delay: 1.5s, 2.5s; }

@keyframes line-pulse-b-g7ra8f0pun {
    0%, 100% { stroke-opacity: 0.6; stroke-width: 1.2; }
    50% { stroke-opacity: 1; stroke-width: 2; }
}

.nexus-node[b-g7ra8f0pun] {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 5.8rem;
    min-height: 3.4rem;
    padding: 0.75rem 1rem;
    color: #dfe2f1;
    background: rgba(38, 42, 53, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0.85rem;
    box-shadow: 0 0 18px rgba(0, 218, 243, 0.06);
    font: 700 0.62rem/1 Space Grotesk, Inter, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: box-shadow 0.3s ease;
}

.nexus-node:hover[b-g7ra8f0pun] {
    box-shadow: 0 0 28px rgba(0, 218, 243, 0.22);
}

[b-g7ra8f0pun] .node-icon {
    font-size: 1.25rem !important;
    color: var(--tenant-primary);
    opacity: 0.85;
}

.nexus-node--center[b-g7ra8f0pun]  .node-icon {
    font-size: 1.8rem !important;
    opacity: 1;
}

.nexus-node--center[b-g7ra8f0pun] {
    top: 50%;
    left: 50%;
    width: 7rem;
    height: 7rem;
    border-radius: 1rem;
    transform: translate(-50%, -50%);
    color: var(--tenant-primary);
    background: rgba(38, 42, 53, 0.86);
    font-size: 0.85rem;
    box-shadow: 0 0 30px rgba(0, 218, 243, 0.18);
    animation: float-center-b-g7ra8f0pun 6s ease-in-out infinite, glow-pulse-b-g7ra8f0pun 4s ease-in-out infinite;
    cursor: help;
}

.nexus-node--center:focus[b-g7ra8f0pun] {
    outline: none;
}

.nexus-node--center:focus-visible[b-g7ra8f0pun] {
    outline: 2px solid var(--tenant-primary);
    outline-offset: 4px;
}

.mcp-tooltip[b-g7ra8f0pun] {
    position: absolute;
    bottom: calc(100% + 0.85rem);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: max-content;
    max-width: min(18rem, 82vw);
    padding: 0.7rem 0.95rem;
    background: rgba(13, 15, 24, 0.97);
    border: 1px solid color-mix(in srgb, var(--tenant-primary) 35%, transparent);
    border-radius: 0.7rem;
    color: #dfe2f1;
    font: 400 0.78rem/1.58 Inter, system-ui, sans-serif;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.55);
    z-index: 30;
}

.mcp-tooltip strong[b-g7ra8f0pun] {
    display: block;
    color: var(--tenant-primary);
    font: 600 0.72rem/1.3 Inter, system-ui, sans-serif;
    letter-spacing: 0.03em;
    margin-bottom: 0.3rem;
}

.mcp-tooltip[b-g7ra8f0pun]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: rgba(13, 15, 24, 0.97);
}

.nexus-node--center:hover .mcp-tooltip[b-g7ra8f0pun],
.nexus-node--center:focus .mcp-tooltip[b-g7ra8f0pun] {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
}

@keyframes glow-pulse-b-g7ra8f0pun {
    0%, 100% { box-shadow: 0 0 30px rgba(0, 218, 243, 0.18); }
    50% { box-shadow: 0 0 50px rgba(0, 218, 243, 0.35), 0 0 80px rgba(0, 218, 243, 0.12); }
}

.nexus-node--top[b-g7ra8f0pun] {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: float-top-b-g7ra8f0pun 7s ease-in-out infinite;
}

.nexus-node--top-left[b-g7ra8f0pun] {
    top: 8rem;
    left: 10%;
    animation: float-top-left-b-g7ra8f0pun 8s ease-in-out 0.6s infinite;
}

.nexus-node--top-right[b-g7ra8f0pun] {
    top: 8rem;
    right: 10%;
    animation: float-top-right-b-g7ra8f0pun 7.5s ease-in-out 1s infinite;
}

.nexus-node--bottom-left[b-g7ra8f0pun] {
    bottom: 8rem;
    left: 8%;
    animation: float-bottom-left-b-g7ra8f0pun 8.5s ease-in-out 0.3s infinite;
}

.nexus-node--bottom[b-g7ra8f0pun] {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: float-bottom-b-g7ra8f0pun 6.5s ease-in-out 1.4s infinite;
}

.nexus-node--bottom-right[b-g7ra8f0pun] {
    bottom: 8rem;
    right: 8%;
    animation: float-bottom-right-b-g7ra8f0pun 7.8s ease-in-out 0.8s infinite;
}

/* Each node floats in its own unique direction / orbit */
@keyframes float-top-b-g7ra8f0pun {
    0%   { transform: translateX(-50%) translate(0, 0); }
    25%  { transform: translateX(-50%) translate(10px, -14px); }
    50%  { transform: translateX(-50%) translate(-6px, -8px); }
    75%  { transform: translateX(-50%) translate(8px, 4px); }
    100% { transform: translateX(-50%) translate(0, 0); }
}

@keyframes float-top-left-b-g7ra8f0pun {
    0%   { transform: translate(0, 0); }
    25%  { transform: translate(-14px, -10px); }
    50%  { transform: translate(-8px, 12px); }
    75%  { transform: translate(6px, -6px); }
    100% { transform: translate(0, 0); }
}

@keyframes float-top-right-b-g7ra8f0pun {
    0%   { transform: translate(0, 0); }
    25%  { transform: translate(12px, -8px); }
    50%  { transform: translate(6px, 14px); }
    75%  { transform: translate(-10px, -4px); }
    100% { transform: translate(0, 0); }
}

@keyframes float-bottom-left-b-g7ra8f0pun {
    0%   { transform: translate(0, 0); }
    25%  { transform: translate(-10px, 12px); }
    50%  { transform: translate(8px, 6px); }
    75%  { transform: translate(-6px, -14px); }
    100% { transform: translate(0, 0); }
}

@keyframes float-bottom-b-g7ra8f0pun {
    0%   { transform: translateX(-50%) translate(0, 0); }
    25%  { transform: translateX(-50%) translate(-8px, 10px); }
    50%  { transform: translateX(-50%) translate(12px, 6px); }
    75%  { transform: translateX(-50%) translate(-4px, -12px); }
    100% { transform: translateX(-50%) translate(0, 0); }
}

@keyframes float-bottom-right-b-g7ra8f0pun {
    0%   { transform: translate(0, 0); }
    25%  { transform: translate(14px, 8px); }
    50%  { transform: translate(-6px, 12px); }
    75%  { transform: translate(10px, -10px); }
    100% { transform: translate(0, 0); }
}

@keyframes float-center-b-g7ra8f0pun {
    0%   { transform: translate(-50%, -50%) scale(1) rotate(0deg); }
    25%  { transform: translate(-50%, -50%) scale(1.03) rotate(1deg) translateY(-4px); }
    50%  { transform: translate(-50%, -50%) scale(1.05) rotate(0deg) translateY(-8px); }
    75%  { transform: translate(-50%, -50%) scale(1.03) rotate(-1deg) translateY(-4px); }
    100% { transform: translate(-50%, -50%) scale(1) rotate(0deg); }
}

.reasoning-section[b-g7ra8f0pun],
.feature-grid-section[b-g7ra8f0pun],
.landing-cta-section[b-g7ra8f0pun] {
    position: relative;
    padding: 0 0 6rem;
    animation: section-reveal-b-g7ra8f0pun 0.9s ease-out both;
}

.reasoning-section[b-g7ra8f0pun] { animation-delay: 0.1s; }
.feature-grid-section[b-g7ra8f0pun] { animation-delay: 0.15s; }
.landing-cta-section[b-g7ra8f0pun] { animation-delay: 0.2s; }

.reasoning-grid[b-g7ra8f0pun] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    align-items: stretch;
}

.reasoning-copy[b-g7ra8f0pun],
.reasoning-console[b-g7ra8f0pun],
.feature-card[b-g7ra8f0pun],
.landing-cta[b-g7ra8f0pun] {
    border-radius: 1.8rem;
}

.reasoning-copy[b-g7ra8f0pun] {
    padding: 2.4rem;
    animation: fade-slide-left-b-g7ra8f0pun 0.8s ease-out 0.3s both;
}

.reasoning-copy h2[b-g7ra8f0pun],
.landing-cta h2[b-g7ra8f0pun] {
    margin: 0 0 1rem;
    color: #fff;
    font: 700 clamp(2rem, 4vw, 3rem)/1.05 "Space Grotesk", Inter, sans-serif;
    letter-spacing: -0.03em;
    animation: fade-slide-up-b-g7ra8f0pun 0.8s ease-out 0.4s both;
}

.reasoning-copy p[b-g7ra8f0pun] {
    margin: 0;
    color: #c6c6cc;
    font: 400 1rem/1.75 Inter, system-ui, sans-serif;
    animation: fade-slide-up-b-g7ra8f0pun 0.8s ease-out 0.55s both;
}

.reasoning-steps[b-g7ra8f0pun] {
    display: grid;
    gap: 0.9rem;
    margin-top: 2.2rem;
}

.reasoning-step[b-g7ra8f0pun] {
    display: flex;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 0.75rem;
    background: rgba(49, 53, 64, 0.55);
    color: #909096;
    animation: fade-slide-up-b-g7ra8f0pun 0.6s ease-out both;
}

.reasoning-step:nth-child(1)[b-g7ra8f0pun] { animation-delay: 0.4s; }
.reasoning-step:nth-child(2)[b-g7ra8f0pun] { animation-delay: 0.6s; }
.reasoning-step:nth-child(3)[b-g7ra8f0pun] { animation-delay: 0.8s; }

.reasoning-step--active[b-g7ra8f0pun] {
    background: rgba(49, 53, 64, 0.9);
    border-left: 2px solid var(--tenant-primary);
    color: #dfe2f1;
    box-shadow: -4px 0 20px color-mix(in srgb, var(--tenant-primary) 12%, transparent);
}

.reasoning-step span[b-g7ra8f0pun] {
    color: var(--tenant-primary);
    font: 700 0.82rem/1 Inter, system-ui, sans-serif;
    letter-spacing: 0.08em;
}

.reasoning-step strong[b-g7ra8f0pun],
.reasoning-step small[b-g7ra8f0pun] {
    display: block;
}

.reasoning-step strong[b-g7ra8f0pun] {
    margin-bottom: 0.2rem;
    color: inherit;
    font: 600 0.95rem/1.2 Inter, system-ui, sans-serif;
}

.reasoning-step small[b-g7ra8f0pun] {
    color: inherit;
    opacity: 0.72;
    font: 400 0.8rem/1.4 Inter, system-ui, sans-serif;
}

.reasoning-console[b-g7ra8f0pun] {
    padding: 2rem;
    animation: fade-slide-right-b-g7ra8f0pun 0.8s ease-out 0.5s both;
}

.console-header[b-g7ra8f0pun],
.console-agent[b-g7ra8f0pun],
.console-sources[b-g7ra8f0pun],
.console-actions[b-g7ra8f0pun],
.feature-signal__meta[b-g7ra8f0pun],
.delivery-metrics[b-g7ra8f0pun],
.progress-panel__header[b-g7ra8f0pun],
.landing-cta__actions[b-g7ra8f0pun] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.console-agent[b-g7ra8f0pun] {
    gap: 0.75rem;
    justify-content: flex-start;
}

.console-agent__badge[b-g7ra8f0pun] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: rgba(0, 218, 243, 0.16);
    color: var(--tenant-primary);
    font: 700 0.65rem/1 Inter, system-ui, sans-serif;
    animation: badge-pulse-b-g7ra8f0pun 2s ease-in-out infinite;
}

@keyframes badge-pulse-b-g7ra8f0pun {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 218, 243, 0.3); }
    50% { box-shadow: 0 0 0 6px rgba(0, 218, 243, 0); }
}

.console-agent strong[b-g7ra8f0pun],
.console-version[b-g7ra8f0pun] {
    font-family: "Space Grotesk", Inter, sans-serif;
}

.console-agent strong[b-g7ra8f0pun] {
    color: #fff;
    font-size: 0.95rem;
}

.console-version[b-g7ra8f0pun] {
    color: #909096;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    animation: version-flicker-b-g7ra8f0pun 5s ease-in-out infinite;
}

@keyframes version-flicker-b-g7ra8f0pun {
    0%, 90%, 100% { opacity: 1; }
    92% { opacity: 0.3; }
    94% { opacity: 0.8; }
    96% { opacity: 0.4; }
    98% { opacity: 1; }
}

.console-question[b-g7ra8f0pun],
.console-answer[b-g7ra8f0pun] {
    margin-top: 1.35rem;
    padding: 1.15rem 1.25rem;
    border-radius: 1rem;
    background: rgba(49, 53, 64, 0.72);
    color: #dfe2f1;
    font: 400 0.95rem/1.65 Inter, system-ui, sans-serif;
    animation: message-pop-b-g7ra8f0pun 0.5s ease-out both;
}

.console-question[b-g7ra8f0pun] { animation-delay: 0.8s; }
.console-answer[b-g7ra8f0pun] { animation-delay: 1.4s; }

@keyframes message-pop-b-g7ra8f0pun {
    from { opacity: 0; transform: translateY(16px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.console-question[b-g7ra8f0pun] {
    margin-left: auto;
    max-width: 82%;
}

.console-sources[b-g7ra8f0pun] {
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 1.15rem;
    color: var(--tenant-primary);
    font: 600 0.64rem/1 Inter, system-ui, sans-serif;
    letter-spacing: 0.14em;
    animation: message-pop-b-g7ra8f0pun 0.5s ease-out 1.1s both;
}

.console-sources span[b-g7ra8f0pun] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.6rem;
    border-radius: 0.35rem;
    background: rgba(0, 218, 243, 0.08);
    border: 1px solid rgba(0, 218, 243, 0.12);
    animation: source-blink-b-g7ra8f0pun 2.5s ease-in-out infinite;
}

.console-sources span:nth-child(2)[b-g7ra8f0pun] {
    animation-delay: 0.3s;
}

@keyframes source-blink-b-g7ra8f0pun {
    0%, 100% { border-color: rgba(0, 218, 243, 0.12); }
    50% { border-color: rgba(0, 218, 243, 0.35); }
}

.console-answer[b-g7ra8f0pun] {
    border: 1px solid color-mix(in srgb, var(--tenant-primary) 28%, transparent);
    background: rgba(0, 218, 243, 0.05);
}

.console-actions[b-g7ra8f0pun] {
    justify-content: flex-start;
    gap: 0.6rem;
    margin-top: 1rem;
}

.console-actions button[b-g7ra8f0pun] {
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0.4rem;
    background: rgba(15, 19, 29, 0.8);
    color: #c6c6cc;
    font: 600 0.7rem/1 Inter, system-ui, sans-serif;
    cursor: pointer;
    transition: all 0.25s ease;
    animation: fade-slide-up-b-g7ra8f0pun 0.4s ease-out both;
}

.console-actions button:nth-child(1)[b-g7ra8f0pun] { animation-delay: 1.6s; }
.console-actions button:nth-child(2)[b-g7ra8f0pun] { animation-delay: 1.8s; }

.console-actions button:hover[b-g7ra8f0pun] {
    border-color: var(--tenant-primary);
    color: var(--tenant-primary);
    background: rgba(0, 218, 243, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 218, 243, 0.12);
}

.feature-grid[b-g7ra8f0pun] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.feature-card[b-g7ra8f0pun] {
    padding: 2rem;
    animation: card-rise-b-g7ra8f0pun 0.7s ease-out both;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-card:nth-child(1)[b-g7ra8f0pun] { animation-delay: 0.1s; }
.feature-card:nth-child(2)[b-g7ra8f0pun] { animation-delay: 0.25s; }
.feature-card:nth-child(3)[b-g7ra8f0pun] { animation-delay: 0.4s; }
.feature-card:nth-child(4)[b-g7ra8f0pun] { animation-delay: 0.55s; }

.feature-card:hover[b-g7ra8f0pun] {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0, 218, 243, 0.12);
}

@keyframes card-rise-b-g7ra8f0pun {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
}

.feature-card--wide[b-g7ra8f0pun] {
    grid-column: span 1;
}

.feature-card--full[b-g7ra8f0pun] {
    grid-column: span 1;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    align-items: center;
}

.feature-icon--amber[b-g7ra8f0pun] {
    color: #ffc400;
    background: rgba(255, 196, 0, 0.10);
}

.policy-panel[b-g7ra8f0pun] {
    margin-top: 2rem;
    padding: 1rem;
    background: rgba(10, 14, 24, 0.8);
    border-radius: 0.9rem;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.feature-card:hover .policy-panel[b-g7ra8f0pun] {
    border-color: rgba(0, 218, 243, 0.12);
}

.policy-panel__query[b-g7ra8f0pun] {
    margin: 0 0 0.65rem;
    color: rgba(255, 255, 255, 0.72);
    font: 400 0.88rem/1.6 Inter, system-ui, sans-serif;
    font-style: italic;
}

.policy-panel__source[b-g7ra8f0pun] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.policy-panel__source span[b-g7ra8f0pun] {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.6rem;
    border-radius: 0.35rem;
    background: rgba(255, 196, 0, 0.08);
    border: 1px solid rgba(255, 196, 0, 0.22);
    color: #ffc400;
    font: 600 0.62rem/1 Inter, system-ui, sans-serif;
    letter-spacing: 0.12em;
    animation: source-blink-b-g7ra8f0pun 2.5s ease-in-out infinite;
}

.policy-panel__answer[b-g7ra8f0pun] {
    margin: 0;
    color: #c6c6cc;
    font: 400 0.84rem/1.65 Inter, system-ui, sans-serif;
}

.feature-icon[b-g7ra8f0pun] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover .feature-icon[b-g7ra8f0pun] {
    transform: scale(1.12) rotate(-4deg);
}

.feature-icon--cyan[b-g7ra8f0pun] {
    color: var(--tenant-primary);
    background: rgba(0, 218, 243, 0.12);
}

.feature-icon--violet[b-g7ra8f0pun] {
    color: #d0bcff;
    background: rgba(208, 188, 255, 0.12);
}

.feature-card h3[b-g7ra8f0pun] {
    margin: 0 0 0.75rem;
    color: #fff;
    font: 700 2rem/1.05 "Space Grotesk", Inter, sans-serif;
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
}

.feature-card:hover h3[b-g7ra8f0pun] {
    background: linear-gradient(135deg, var(--tenant-primary) 0%, #d0bcff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-card p[b-g7ra8f0pun],
.feature-signal p[b-g7ra8f0pun],
.progress-panel ul[b-g7ra8f0pun],
.delivery-metrics small[b-g7ra8f0pun],
.code-sample[b-g7ra8f0pun] {
    color: #c6c6cc;
    font-family: Inter, system-ui, sans-serif;
}

.feature-card p[b-g7ra8f0pun] {
    margin: 0;
    line-height: 1.7;
}

.feature-signal[b-g7ra8f0pun],
.progress-panel[b-g7ra8f0pun],
.code-sample[b-g7ra8f0pun] {
    margin-top: 2rem;
    padding: 1rem;
    background: rgba(10, 14, 24, 0.8);
    border-radius: 0.9rem;
    transition: border-color 0.3s ease;
    border: 1px solid transparent;
}

.feature-card:hover .feature-signal[b-g7ra8f0pun],
.feature-card:hover .progress-panel[b-g7ra8f0pun],
.feature-card:hover .code-sample[b-g7ra8f0pun] {
    border-color: rgba(0, 218, 243, 0.12);
}

.feature-signal__meta[b-g7ra8f0pun],
.progress-panel__header[b-g7ra8f0pun] {
    color: #909096;
    font: 600 0.62rem/1 Inter, system-ui, sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.feature-signal__bar[b-g7ra8f0pun],
.progress-panel__track[b-g7ra8f0pun] {
    height: 0.35rem;
    margin: 0.8rem 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.feature-signal__bar span[b-g7ra8f0pun],
.progress-panel__track span[b-g7ra8f0pun] {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--tenant-primary), #d0bcff);
    background-size: 200% 100%;
    animation: bar-shimmer-b-g7ra8f0pun 2.5s ease-in-out infinite;
}

.feature-signal__bar span[b-g7ra8f0pun] { width: 68%; animation: bar-fill-68-b-g7ra8f0pun 1.2s ease-out 0.5s both, bar-shimmer-b-g7ra8f0pun 2.5s ease-in-out 1.7s infinite; }
.progress-panel__track span[b-g7ra8f0pun] { width: 85%; animation: bar-fill-85-b-g7ra8f0pun 1.2s ease-out 0.5s both, bar-shimmer-b-g7ra8f0pun 2.5s ease-in-out 1.7s infinite; }

@keyframes bar-fill-68-b-g7ra8f0pun {
    from { width: 0%; }
    to   { width: 68%; }
}

@keyframes bar-fill-85-b-g7ra8f0pun {
    from { width: 0%; }
    to   { width: 85%; }
}

@keyframes bar-shimmer-b-g7ra8f0pun {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.feature-signal p[b-g7ra8f0pun] {
    margin: 0;
    color: var(--tenant-primary);
    font-size: 0.78rem;
    font-style: italic;
    animation: text-shimmer-b-g7ra8f0pun 4s ease-in-out infinite;
}

@keyframes text-shimmer-b-g7ra8f0pun {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; text-shadow: 0 0 12px rgba(0, 218, 243, 0.25); }
}

.progress-panel ul[b-g7ra8f0pun] {
    margin: 1rem 0 0;
    padding-left: 1rem;
    line-height: 1.8;
    font-size: 0.84rem;
}

.progress-panel li[b-g7ra8f0pun] {
    animation: check-slide-b-g7ra8f0pun 0.5s ease-out both;
}

.progress-panel li:nth-child(1)[b-g7ra8f0pun] { animation-delay: 0.6s; }
.progress-panel li:nth-child(2)[b-g7ra8f0pun] { animation-delay: 0.8s; }
.progress-panel li:nth-child(3)[b-g7ra8f0pun] { animation-delay: 1.0s; }

@keyframes check-slide-b-g7ra8f0pun {
    from { opacity: 0; transform: translateX(-16px); }
    to   { opacity: 1; transform: translateX(0); }
}

.delivery-metrics[b-g7ra8f0pun] {
    justify-content: flex-start;
    gap: 2rem;
    margin-top: 2rem;
}

.delivery-metrics > div[b-g7ra8f0pun] {
    animation: metric-pop-b-g7ra8f0pun 0.6s ease-out both;
}

.delivery-metrics > div:nth-child(1)[b-g7ra8f0pun] { animation-delay: 0.3s; }
.delivery-metrics > div:nth-child(2)[b-g7ra8f0pun] { animation-delay: 0.5s; }

@keyframes metric-pop-b-g7ra8f0pun {
    from { opacity: 0; transform: scale(0.5) translateY(14px); }
    60%  { transform: scale(1.08) translateY(-2px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}

.delivery-metrics strong[b-g7ra8f0pun] {
    display: block;
    color: var(--tenant-primary);
    font: 700 2rem/1 "Space Grotesk", Inter, sans-serif;
    transition: text-shadow 0.3s ease;
}

.feature-card:hover .delivery-metrics strong[b-g7ra8f0pun] {
    text-shadow: 0 0 20px color-mix(in srgb, var(--tenant-primary) 40%, transparent);
}

.delivery-metrics small[b-g7ra8f0pun] {
    display: block;
    margin-top: 0.2rem;
    color: #909096;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.code-sample[b-g7ra8f0pun] {
    margin: 0;
    white-space: pre-wrap;
    color: #dfe2f1;
    font: 400 0.82rem/1.7 "SFMono-Regular", Consolas, monospace;
    position: relative;
    overflow: hidden;
}

.code-sample[b-g7ra8f0pun]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 1.2em;
    background: var(--tenant-primary);
    animation: cursor-blink-b-g7ra8f0pun 1s steps(2, end) infinite;
}

@keyframes cursor-blink-b-g7ra8f0pun {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.landing-cta[b-g7ra8f0pun] {
    padding: 4.5rem 2rem;
    text-align: center;
    animation: fade-scale-in-b-g7ra8f0pun 0.8s ease-out 0.2s both;
}

.landing-cta__actions[b-g7ra8f0pun] {
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    animation: fade-slide-up-b-g7ra8f0pun 0.8s ease-out 0.5s both;
}

@keyframes flow-line-b-g7ra8f0pun {
    from { stroke-dashoffset: 40; }
    to { stroke-dashoffset: 0; }
}

/* ── Entrance animations ── */
@keyframes fade-slide-up-b-g7ra8f0pun {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fade-slide-down-b-g7ra8f0pun {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fade-slide-left-b-g7ra8f0pun {
    from { opacity: 0; transform: translateX(-40px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes fade-slide-right-b-g7ra8f0pun {
    from { opacity: 0; transform: translateX(40px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes fade-scale-in-b-g7ra8f0pun {
    from { opacity: 0; transform: scale(0.92); }
    to   { opacity: 1; transform: scale(1); }
}

@keyframes section-reveal-b-g7ra8f0pun {
    from { opacity: 0; transform: translateY(50px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1200px) {
    .nexus-diagram-shell[b-g7ra8f0pun] {
        height: 34rem;
    }
}

@media (max-width: 960px) {
    .reasoning-grid[b-g7ra8f0pun],
    .feature-grid[b-g7ra8f0pun] {
        grid-template-columns: 1fr;
    }

    .feature-card--wide[b-g7ra8f0pun],
    .feature-card--full[b-g7ra8f0pun] {
        grid-column: span 1;
    }

    .nexus-diagram-shell[b-g7ra8f0pun] {
        height: 30rem;
    }

    .nexus-node[b-g7ra8f0pun] {
        font-size: 0.62rem;
    }
}

@media (max-width: 640px) {
    .nexus-hero-section[b-g7ra8f0pun] {
        padding-top: 5rem;
    }

    .nexus-hero-title[b-g7ra8f0pun] {
        font-size: clamp(2.8rem, 18vw, 4.8rem);
    }

    .nexus-hero-subtitle[b-g7ra8f0pun] {
        font-size: 1rem;
    }

    .reasoning-copy[b-g7ra8f0pun],
    .reasoning-console[b-g7ra8f0pun],
    .feature-card[b-g7ra8f0pun],
    .landing-cta[b-g7ra8f0pun] {
        padding: 1.5rem;
        border-radius: 1.2rem;
    }

    .nexus-diagram-shell[b-g7ra8f0pun] {
        height: 24rem;
    }

    .nexus-node--center[b-g7ra8f0pun] {
        width: 5.2rem;
        height: 5.2rem;
    }

    .nexus-node--top-left[b-g7ra8f0pun] { left: 2%; }
    .nexus-node--top-right[b-g7ra8f0pun] { right: 2%; }
    .nexus-node--bottom-left[b-g7ra8f0pun] { left: 0%; }
    .nexus-node--bottom-right[b-g7ra8f0pun] { right: 0%; }
}

@media (max-width: 480px) {
    /* Float animations can displace nodes ±14px; nudge inward so they stay on-screen */
    .nexus-node--top-left[b-g7ra8f0pun]  { left: 8%; }
    .nexus-node--top-right[b-g7ra8f0pun] { right: 8%; }
    .nexus-node--bottom-left[b-g7ra8f0pun]  { left: 8%; }
    .nexus-node--bottom-right[b-g7ra8f0pun] { right: 8%; }

    .nexus-diagram-shell[b-g7ra8f0pun] {
        height: 20rem;
    }

    .nexus-node--center[b-g7ra8f0pun] {
        width: 4.8rem;
        height: 4.8rem;
    }

    /* Tighten node chrome so labels stay visible at reduced diagram height */
    .nexus-node[b-g7ra8f0pun] {
        min-width: 4.2rem;
        min-height: 2.6rem;
        padding: 0.45rem 0.55rem;
        gap: 0.2rem;
        border-radius: 0.55rem;
    }

    /* Keep tooltip usable on small screens */
    .mcp-tooltip[b-g7ra8f0pun] {
        max-width: 90vw;
    }

    .diagram-caption[b-g7ra8f0pun] {
        font-size: 0.76rem;
    }
}

/* ══════════════════════════════════════════════════════
   How It Works
   ══════════════════════════════════════════════════════ */

.how-it-works-section[b-g7ra8f0pun] {
    position: relative;
    padding: 5rem 0 6rem;
    animation: section-reveal-b-g7ra8f0pun 0.9s ease-out 0.1s both;
}

.hiw-heading[b-g7ra8f0pun] {
    margin: 0.5rem 0 3rem;
    color: #fff;
    font: 700 clamp(1.8rem, 3.5vw, 2.6rem)/1.1 "Space Grotesk", Inter, sans-serif;
    letter-spacing: -0.02em;
}

.hiw-steps[b-g7ra8f0pun] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.hiw-step[b-g7ra8f0pun] {
    flex: 1;
    max-width: 320px;
    border-radius: 1.5rem;
    padding: 2.2rem 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: card-rise-b-g7ra8f0pun 0.7s ease-out both;
}

.hiw-step:nth-child(1)[b-g7ra8f0pun] { animation-delay: 0.05s; }
.hiw-step:nth-child(3)[b-g7ra8f0pun] { animation-delay: 0.18s; }
.hiw-step:nth-child(5)[b-g7ra8f0pun] { animation-delay: 0.31s; }

.hiw-step:hover[b-g7ra8f0pun] {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 218, 243, 0.1);
}

.hiw-number[b-g7ra8f0pun] {
    position: absolute;
    top: -0.75rem;
    left: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tenant-primary, #00daf3), var(--tenant-secondary, #a78bfa));
    color: #0a0a0f;
    font: 700 0.75rem/1 Inter, system-ui, sans-serif;
}

.hiw-icon[b-g7ra8f0pun] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.75rem;
    transition: transform 0.3s ease;
}

.hiw-step:hover .hiw-icon[b-g7ra8f0pun] {
    transform: scale(1.1) rotate(-4deg);
}

.hiw-step-title[b-g7ra8f0pun] {
    margin: 0;
    color: #fff;
    font: 600 1.05rem/1.3 Inter, system-ui, sans-serif;
}

.hiw-step-desc[b-g7ra8f0pun] {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font: 400 0.88rem/1.6 Inter, system-ui, sans-serif;
}

.hiw-connector[b-g7ra8f0pun] {
    flex-shrink: 0;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.25rem;
}

.hiw-connector svg[b-g7ra8f0pun] {
    width: 100%;
    height: 24px;
}

@media (max-width: 960px) {
    .hiw-steps[b-g7ra8f0pun] {
        flex-direction: column;
        gap: 1.25rem;
    }

    .hiw-step[b-g7ra8f0pun] {
        max-width: 100%;
        width: 100%;
    }

    .hiw-connector[b-g7ra8f0pun] {
        width: 24px;
        height: 48px;
        transform: rotate(90deg);
    }
}

/* ══════════════════════════════════════════════════════
   Persona Cards
   ══════════════════════════════════════════════════════ */

.personas-section[b-g7ra8f0pun] {
    position: relative;
    padding: 0 0 6rem;
    animation: section-reveal-b-g7ra8f0pun 0.9s ease-out 0.1s both;
}

.personas-heading[b-g7ra8f0pun] {
    margin: 0.5rem 0 2.5rem;
    color: #fff;
    font: 700 clamp(1.8rem, 3.5vw, 2.6rem)/1.1 "Space Grotesk", Inter, sans-serif;
    letter-spacing: -0.02em;
}

.personas-grid[b-g7ra8f0pun] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.persona-card[b-g7ra8f0pun] {
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: card-rise-b-g7ra8f0pun 0.7s ease-out both;
}

.persona-card:nth-child(1)[b-g7ra8f0pun] { animation-delay: 0.05s; }
.persona-card:nth-child(2)[b-g7ra8f0pun] { animation-delay: 0.18s; }
.persona-card:nth-child(3)[b-g7ra8f0pun] { animation-delay: 0.31s; }

.persona-card:hover[b-g7ra8f0pun] {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 218, 243, 0.1);
}

.persona-icon[b-g7ra8f0pun] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.6rem;
    transition: transform 0.3s ease;
}

.persona-card:hover .persona-icon[b-g7ra8f0pun] {
    transform: scale(1.1) rotate(-4deg);
}

.persona-role[b-g7ra8f0pun] {
    margin: 0;
    color: #fff;
    font: 700 1.05rem/1.2 "Space Grotesk", Inter, sans-serif;
    letter-spacing: -0.01em;
}

.persona-pain[b-g7ra8f0pun] {
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font: 400 0.88rem/1.6 Inter, system-ui, sans-serif;
    border-left: 2px solid rgba(255, 255, 255, 0.08);
    padding-left: 0.75rem;
}

.persona-solution[b-g7ra8f0pun] {
    margin: 0;
    color: rgba(223, 226, 241, 0.82);
    font: 400 0.92rem/1.65 Inter, system-ui, sans-serif;
}

@media (max-width: 960px) {
    .personas-grid[b-g7ra8f0pun] {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════
   Logo Bar
   ══════════════════════════════════════════════════════ */

.logo-bar-section[b-g7ra8f0pun] {
    padding: 1.5rem 0 0;
    text-align: center;
    animation: fade-slide-up-b-g7ra8f0pun 1s ease-out 1.2s both;
}

.logo-bar-heading[b-g7ra8f0pun] {
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.28);
    font: 500 0.66rem/1 Inter, system-ui, sans-serif;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.logo-bar-track-wrapper[b-g7ra8f0pun] {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

.logo-bar-track[b-g7ra8f0pun] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.logo-item[b-g7ra8f0pun] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.logo-item:hover[b-g7ra8f0pun] {
    color: rgba(255, 255, 255, 0.5);
}

.logo-item--dupe[b-g7ra8f0pun] {
    display: none;
}

.logo-name[b-g7ra8f0pun] {
    font: 700 0.76rem/1 "Space Grotesk", Inter, sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

@keyframes logo-marquee-b-g7ra8f0pun {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 640px) {
    .logo-bar-track[b-g7ra8f0pun] {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 2.5rem;
        padding: 0;
        width: max-content;
        animation: logo-marquee-b-g7ra8f0pun 22s linear infinite;
    }

    .logo-item--dupe[b-g7ra8f0pun] {
        display: inline-flex;
    }
}

/* ══════════════════════════════════════════════════════
   Testimonials
   ══════════════════════════════════════════════════════ */

.testimonials-section[b-g7ra8f0pun] {
    position: relative;
    padding: 0 0 6rem;
    animation: section-reveal-b-g7ra8f0pun 0.9s ease-out 0.2s both;
}

.testimonials-grid[b-g7ra8f0pun] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.testimonial-card[b-g7ra8f0pun] {
    border-radius: 1.25rem;
    padding: 2rem;
    background: #1e2235;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    animation: card-rise-b-g7ra8f0pun 0.7s ease-out both;
}

.testimonial-card:nth-child(1)[b-g7ra8f0pun] { animation-delay: 0.1s; }
.testimonial-card:nth-child(2)[b-g7ra8f0pun] { animation-delay: 0.25s; }
.testimonial-card:nth-child(3)[b-g7ra8f0pun] { animation-delay: 0.4s; }

.testimonial-card:hover[b-g7ra8f0pun] {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.testimonial-quote-mark[b-g7ra8f0pun] {
    display: block;
    color: var(--tenant-primary);
    font: 400 3.5rem/0.85 Georgia, serif;
    opacity: 0.45;
    margin-bottom: 0.4rem;
}

.testimonial-quote[b-g7ra8f0pun] {
    margin: 0 0 auto;
    padding-bottom: 1.75rem;
    color: rgba(223, 226, 241, 0.78);
    font: 400 0.95rem/1.75 Inter, system-ui, sans-serif;
    flex: 1;
}

.testimonial-footer[b-g7ra8f0pun] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.testimonial-avatar[b-g7ra8f0pun] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 0.8rem/1 Inter, system-ui, sans-serif;
    letter-spacing: 0.04em;
}

.testimonial-name[b-g7ra8f0pun] {
    margin: 0;
    color: #fff;
    font: 600 0.9rem/1.3 Inter, system-ui, sans-serif;
}

.testimonial-role[b-g7ra8f0pun] {
    margin: 0.2rem 0 0;
    color: rgba(255, 255, 255, 0.38);
    font: 400 0.76rem/1.4 Inter, system-ui, sans-serif;
}

@media (max-width: 960px) {
    .testimonials-grid[b-g7ra8f0pun] {
        grid-template-columns: 1fr;
    }
}
