.ai-hero {
    background: #0a0a14;
    padding: clamp(72px, 9vw, 120px) 0 clamp(56px, 7vw, 96px);
    overflow: hidden;
    position: relative;
}
.ai-hero::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -150px;
    width: 760px;
    height: 760px;
    background: radial-gradient(circle, rgba(91, 91, 255, .42) 0%, transparent 60%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    animation: float1 14s ease-in-out infinite;
}
.ai-hero::after {
    content: '';
    position: absolute;
    top: 80px;
    right: -220px;
    width: 820px;
    height: 820px;
    background: radial-gradient(circle, rgba(139, 92, 246, .36) 0%, transparent 60%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    animation: float2 18s ease-in-out infinite;
}
.hero-cyan {
    position: absolute;
    bottom: -180px;
    left: 38%;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(34, 211, 238, .28) 0%, transparent 60%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    animation: float3 12s ease-in-out infinite;
    z-index: 0;
}
@keyframes float1 {
    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }
    50% {
        transform: translate(50px, 30px) scale(1.1)
    }
}
@keyframes float2 {
    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }
    50% {
        transform: translate(-40px, 50px) scale(1.15)
    }
}
@keyframes float3 {
    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }
    50% {
        transform: translate(30px, -40px) scale(1.08)
    }
}
@keyframes aipulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .55;
        transform: scale(1.4)
    }
}
.hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 85%)
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr minmax(360px, 440px);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
    position: relative;
    z-index: 1
}
.hero-center {
    text-align: left;
    max-width: none;
    position: relative;
    z-index: 1
}
.eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ai-cyan);
    margin-bottom: 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px 6px 10px;
    background: rgba(91, 91, 255, .12);
    border: 1px solid rgba(91, 91, 255, .25);
    border-radius: 980px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}
.eyebrow .sparkle {
    width: 14px;
    height: 14px;
    display: inline-flex
}
.eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ai-cyan);
    box-shadow: 0 0 10px var(--ai-cyan);
    animation: aipulse 1.6s infinite
}
h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.045em;
    color: #fff;
    line-height: 1.02;
    margin-bottom: 22px;
    max-width: 740px
}
h1 .ai {
    font-style: normal;
    background: linear-gradient(135deg, #c4b5fd 0%, var(--ai-violet) 40%, var(--ai-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}
.hero-p {
    font-size: 19px;
    font-weight: 300;
    color: rgba(255, 255, 255, .72);
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 560px;
    letter-spacing: .005em
}
.hero-p strong {
    color: #fff;
    font-weight: 600
}
.hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px
}
.hero-chks {
    display: flex;
    gap: 22px;
    flex-wrap: wrap
}
.hero-chks span {
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400
}
.hero-chks span::before {
    content: '✓';
    color: #2dd4bf;
    font-weight: 600
}
/* Hero orbit visual — circular agent constellation */
/* ── ORBIT VISUAL (animated, lively) ── */
.orbit-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 440px;
    margin: 0 auto;
    overflow: visible
}
/* Outer aura halos (concentric breathing rings around the core) */
.orbit-aura {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    filter: blur(8px)
}
.orbit-aura-1 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(139, 92, 246, .35), transparent 65%);
    animation: auraPulse1 4s ease-in-out infinite
}
.orbit-aura-2 {
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(34, 211, 238, .22), transparent 65%);
    animation: auraPulse2 5s ease-in-out infinite
}
@keyframes auraPulse1 {
    0%,
    100% {
        opacity: .55;
        transform: translate(-50%, -50%) scale(1)
    }
    50% {
        opacity: .95;
        transform: translate(-50%, -50%) scale(1.18)
    }
}
@keyframes auraPulse2 {
    0%,
    100% {
        opacity: .4;
        transform: translate(-50%, -50%) scale(1.05)
    }
    50% {
        opacity: .75;
        transform: translate(-50%, -50%) scale(.88)
    }
}
/* Core orb */
.orbit-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(196, 181, 253, .95), rgba(139, 92, 246, .85) 45%, rgba(34, 211, 238, .75));
    transform: translate(-50%, -50%);
    box-shadow: 0 0 80px rgba(139, 92, 246, .55), inset 0 2px 0 rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    z-index: 6;
    animation: coreBreathe 4s ease-in-out infinite
}
@keyframes coreBreathe {
    0%,
    100% {
        box-shadow: 0 0 80px rgba(139, 92, 246, .55), inset 0 2px 0 rgba(255, 255, 255, .3);
        transform: translate(-50%, -50%) scale(1)
    }
    50% {
        box-shadow: 0 0 140px rgba(139, 92, 246, .9), 0 0 60px rgba(34, 211, 238, .5), inset 0 2px 0 rgba(255, 255, 255, .5);
        transform: translate(-50%, -50%) scale(1.04)
    }
}
/* Conic shimmer overlay on the core */
.orbit-core::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(255, 255, 255, .5) 60deg, transparent 120deg, transparent 240deg, rgba(34, 211, 238, .4) 300deg, transparent 360deg);
    mask: radial-gradient(circle, transparent 56px, #000 58px);
    -webkit-mask: radial-gradient(circle, transparent 56px, #000 58px);
    animation: coreShimmer 6s linear infinite;
    z-index: 1
}
@keyframes coreShimmer {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
.orbit-core>* {
    position: relative;
    z-index: 2
}
.orbit-core-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .92)
}
.orbit-core-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-top: 2px
}
/* Rings — different speeds & directions for visual depth */

.orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px dashed rgba(139, 92, 246, .28);
    transform: translate(-50%, -50%);
    pointer-events: none
}

.orbit-r1 {
    width: 62%;
    height: 62%;
    animation: ringSpin 38s linear infinite
}

.orbit-r2 {
    width: 96%;
    height: 96%;
    animation: ringSpin 60s linear infinite reverse;
    border-style: dotted;
    border-color: rgba(34, 211, 238, .22)
}

.orbit-r3 {
    width: 78%;
    height: 78%;
    animation: ringSpin 48s linear infinite;
    border-color: rgba(196, 181, 253, .15)
}

@keyframes ringSpin {
    from {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}


/* Traveling "energy dots" that ride the rings (a child of each ring rotates with it) */

.orbit-ring::before,
.orbit-ring::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ai-cyan);
    box-shadow: 0 0 10px var(--ai-cyan), 0 0 20px var(--ai-cyan)
}

.orbit-r1::before {
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    background: #c4b5fd;
    box-shadow: 0 0 10px #c4b5fd, 0 0 20px rgba(196, 181, 253, .7)
}

.orbit-r1::after {
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ai-cyan);
    box-shadow: 0 0 10px var(--ai-cyan), 0 0 20px rgba(34, 211, 238, .6)
}

.orbit-r2::before {
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px
}

.orbit-r2::after {
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #c4b5fd;
    box-shadow: 0 0 10px #c4b5fd
}

.orbit-r3::before {
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: rgba(196, 181, 253, .85);
    box-shadow: 0 0 8px rgba(196, 181, 253, .6)
}


/* Connecting beams (SVG) from core to nodes — pulsing energy lines */

.orbit-beams {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2
}

.orbit-beams line {
    stroke: url(#beamGrad);
    stroke-width: 1.5;
    stroke-linecap: round;
    opacity: .55;
    stroke-dasharray: 4 6;
    animation: beamFlow 3s linear infinite
}

.orbit-beams line:nth-child(2) {
    animation-delay: .4s
}

.orbit-beams line:nth-child(3) {
    animation-delay: .8s
}

.orbit-beams line:nth-child(4) {
    animation-delay: 1.2s
}

.orbit-beams line:nth-child(5) {
    animation-delay: 1.6s
}

.orbit-beams line:nth-child(6) {
    animation-delay: 2s
}

@keyframes beamFlow {
    from {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: -30
    }
}


/* Ambient floating particles (between rings) */

.orbit-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--ai-cyan);
    box-shadow: 0 0 6px var(--ai-cyan);
    opacity: .7;
    pointer-events: none;
    z-index: 3
}

.orbit-particle.p1 {
    top: 18%;
    left: 32%;
    animation: particleDrift 9s ease-in-out infinite
}

.orbit-particle.p2 {
    top: 30%;
    right: 22%;
    animation: particleDrift 11s ease-in-out infinite reverse;
    background: #c4b5fd;
    box-shadow: 0 0 6px #c4b5fd
}

.orbit-particle.p3 {
    bottom: 24%;
    left: 18%;
    animation: particleDrift 10s ease-in-out infinite;
    animation-delay: 1.5s
}

.orbit-particle.p4 {
    bottom: 18%;
    right: 30%;
    animation: particleDrift 12s ease-in-out infinite reverse;
    animation-delay: .8s;
    background: #c4b5fd;
    box-shadow: 0 0 6px #c4b5fd
}

.orbit-particle.p5 {
    top: 50%;
    left: 14%;
    animation: particleDrift 13s ease-in-out infinite;
    animation-delay: 2.5s;
    width: 2px;
    height: 2px
}

.orbit-particle.p6 {
    top: 46%;
    right: 14%;
    animation: particleDrift 8s ease-in-out infinite reverse;
    animation-delay: .4s;
    width: 2px;
    height: 2px
}

@keyframes particleDrift {
    0%,
    100% {
        transform: translate(0, 0);
        opacity: .3
    }
    25% {
        transform: translate(14px, -12px);
        opacity: .9
    }
    50% {
        transform: translate(-6px, -22px);
        opacity: .6
    }
    75% {
        transform: translate(-18px, -8px);
        opacity: .9
    }
}


/* Nodes — float + subtle rotation, with glow halos and pulsing "live" dots */

.orbit-node {
    position: absolute;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(139, 92, 246, .35);
    border-radius: 14px;
    padding: 9px 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .4), 0 0 0 0 rgba(139, 92, 246, 0);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 4;
    animation: nodeFloat 6s ease-in-out infinite;
    transition: box-shadow .4s, border-color .4s
}

.orbit-node.live {
    border-color: rgba(34, 211, 238, .45);
    background: linear-gradient(135deg, rgba(91, 91, 255, .18), rgba(34, 211, 238, .12))
}

.orbit-node.live::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(91, 91, 255, .4), rgba(34, 211, 238, .4));
    z-index: -1;
    opacity: 0;
    filter: blur(8px);
    animation: nodeHalo 4s ease-in-out infinite
}

@keyframes nodeHalo {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: .8
    }
}

@keyframes nodeFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg)
    }
    50% {
        transform: translateY(-8px) rotate(.6deg)
    }
}

.orbit-node img {
    width: 14px;
    height: 14px;
    stroke: #c4b5fd;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: iconBobble 3s ease-in-out infinite
}

.orbit-node.live svg {
    stroke: var(--ai-cyan)
}

@keyframes iconBobble {
    0%,
    100% {
        transform: scale(1) rotate(0deg)
    }
    50% {
        transform: scale(1.12) rotate(-4deg)
    }
}

.orbit-node-name {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.01em
}

.orbit-node-status {
    font-size: 9px;
    color: var(--ai-cyan);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 1px
}

.orbit-node-status::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ai-cyan);
    box-shadow: 0 0 0 0 var(--ai-cyan);
    animation: liveDot 1.6s ease-in-out infinite
}

.orbit-node:not(.live) .orbit-node-status::before {
    background: #c4b5fd;
    animation: liveDot 2.2s ease-in-out infinite
}

@keyframes liveDot {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 211, 238, .7)
    }
    70% {
        box-shadow: 0 0 0 7px rgba(34, 211, 238, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(34, 211, 238, 0)
    }
}


/* Position each node + stagger its float */

.orbit-n1 {
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s
}

.orbit-n2 {
    top: 28%;
    right: 0%;
    animation-delay: .8s
}

.orbit-n3 {
    bottom: 28%;
    right: 0%;
    animation-delay: 1.6s
}

.orbit-n4 {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 2.4s
}

.orbit-n5 {
    bottom: 28%;
    left: 0%;
    animation-delay: 3.2s
}

.orbit-n6 {
    top: 28%;
    left: 0%;
    animation-delay: 4s
}


/* Make sure transform-origin on translateX nodes still floats correctly */

.orbit-n1,
.orbit-n4 {
    animation-name: nodeFloatCenter
}

@keyframes nodeFloatCenter {
    0%,
    100% {
        transform: translateX(-50%) translateY(0) rotate(0deg)
    }
    50% {
        transform: translateX(-50%) translateY(-8px) rotate(.6deg)
    }
}


/* ── METRICS BAND (impact strip) ── */

.impact {
    background: linear-gradient(135deg, #0a0a14 0%, #15152a 100%);
    padding: 48px 0;
    border-top: 1px solid rgba(139, 92, 246, .18);
    border-bottom: 1px solid rgba(139, 92, 246, .18);
    position: relative;
    overflow: hidden
}

.impact::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 30%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(91, 91, 255, .25), transparent 60%);
    filter: blur(40px);
    pointer-events: none
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    z-index: 1
}

.impact-cell {
    padding: 8px 28px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    text-align: center
}

.impact-cell:last-child {
    border-right: none
}

.impact-v {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.04em;
    background: linear-gradient(135deg, #c4b5fd 0%, var(--ai-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1
}

.impact-l {
    font-size: 13px;
    color: rgba(255, 255, 255, .55);
    margin-top: 8px;
    font-weight: 400;
    letter-spacing: .005em
}

@media(max-width:980px) {
    h1 {
        font-size: 38px;
    }
    .hero-grid,
    .agents-wrap,
    .feature-block,
    .feature-block.flip,
    .roadmap-grid,
    .faq-cols {
        grid-template-columns: 1fr;
        direction: ltr
    }
    .impact-grid {
        grid-template-columns: 1fr 1fr
    }
    .impact-cell {
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        padding: 18px 24px
    }
    .impact-cell:nth-child(2n) {
        border-right: none
    }
    .impact-cell:nth-last-child(-n+2) {
        border-bottom: none
    }
}

@media(max-width:560px) {
    .impact-grid {
        grid-template-columns: 1fr
    }
    .impact-cell {
        border-right: none
    }
}

.cta-ai:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(91, 91, 255, .45);
}