#index-page {
    min-height: 100%;
    background: #03031E;
    color: #fff;
    overflow-x: clip;
}

#body-container {
    background:
        radial-gradient(circle at 8% 62%, rgba(92, 63, 255, 0.34), rgba(0, 2, 14, 0) 18rem),
        radial-gradient(circle at 94% 82%, rgba(116, 69, 255, 0.32), rgba(0, 2, 14, 0) 20rem),
        radial-gradient(circle at 52% 54%, rgba(22, 86, 218, 0.12), rgba(0, 2, 14, 0) 28rem),
        #00020E;
}

.home-ai-hero {
    --home-hero-core-x: 68.1%;
    --home-hero-core-y: 53.6%;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: clamp(5.2rem, 8vw, 7.8rem) clamp(3rem, 4.1vw, 4.2rem) clamp(4.2rem, 6vw, 5.8rem);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.18) 66%, rgba(0, 0, 0, 0.04) 100%),
        #03031E;
    background-position: center;
    background-size: cover;
    isolation: isolate;
    overflow: hidden;
}

.home-ai-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 70% 48%, rgba(94, 48, 255, 0.32), rgba(0, 0, 0, 0) 35%),
        radial-gradient(circle at 54% 54%, rgba(0, 115, 255, 0.2), rgba(0, 0, 0, 0) 32%),
        #03031E;
}

.home-ai-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        radial-gradient(circle, rgba(99, 120, 255, 0.72) 0 1px, transparent 1.35px),
        radial-gradient(circle, rgba(194, 94, 255, 0.5) 0 1px, transparent 1.4px);
    background-position:
        9% 18%,
        68% 12%;
    background-size:
        8rem 8rem,
        10rem 10rem;
    opacity: 0.35;
    pointer-events: none;
}

.home-ai-hero[data-gw-bg-var-path]::before,
.home-ai-hero[data-gw-bg-var-path]::after {
    content: none;
}

.home-ai-hero[data-gw-bg-var-path] {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.48) 26%, rgba(0, 0, 0, 0.14) 56%, rgba(0, 0, 0, 0.02) 100%),
        var(--home-hero-bg-image),
        #000;
    background-position: center;
    background-size: cover;
}

.home-ai-hero__content {
    position: relative;
    z-index: 2;
    width: min(38rem, 48vw);
    transform: translateY(-2rem);
}

.home-ai-hero__title {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    margin: 0;
    color: #fff;
    font-family: "Source Han Sans CN", "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: clamp(3.45rem, 5.85vw, 6.2rem);
    font-style: normal;
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.015em;
    text-shadow: none;
    transform: skewX(-8deg);
    transform-origin: left center;
    white-space: nowrap;
}

.home-ai-hero__title::after {
    content: none;
}

.home-ai-hero__title span {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.home-ai-hero__title strong {
    color: #005dff;
    font: inherit;
    font-size: 1.02em;
    font-weight: 900;
    letter-spacing: -0.01em;
    text-shadow: none;
    -webkit-text-fill-color: #005dff;
}

.home-ai-hero__subtitle {
    margin: clamp(2.1rem, 3.1vw, 3rem) 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.2rem, 1.55vw, 1.72rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.home-ai-hero__actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: clamp(3.4rem, 4.9vw, 5rem);
}

.home-ai-hero__button {
    min-width: 7rem;
    min-height: 2.32rem;
    padding: 0 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 0.28rem;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.home-ai-hero__button:hover,
.home-ai-hero__button:focus-visible {
    border-color: rgba(58, 187, 255, 0.9);
    background: rgba(18, 75, 255, 0.26);
    box-shadow: 0 0 1.3rem rgba(43, 113, 255, 0.38);
    outline: none;
}

.home-ai-hero__button--ghost {
    background: rgba(0, 0, 0, 0.28);
}

.home-ai-hero__background {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
}

.home-ai-hero__background::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg,
            rgba(3, 3, 30, 0) 0%,
            rgba(3, 3, 30, 0.1) 50%,
            rgba(3, 3, 30, 0.82) 76%,
            #03031E 90%,
            #03031E 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.58) 33%, rgba(0, 0, 0, 0.08) 63%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(circle at var(--home-hero-core-x) var(--home-hero-core-y), rgba(106, 75, 255, 0.18), rgba(0, 0, 0, 0) 26rem);
}

.home-ai-hero__vortex {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    opacity: 1;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.92) 78%, rgba(0, 0, 0, 0.35) 92%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.92) 78%, rgba(0, 0, 0, 0.35) 92%, transparent 100%);
}

.home-ai-hero[data-gw-bg-var-path] .home-ai-hero__background {
    display: none;
}

.home-ai-hero__orbit {
    display: none;
    position: absolute;
    inset: 50% auto auto 50%;
    border-radius: 50%;
    border: 1px solid rgba(90, 132, 255, 0.28);
    box-shadow:
        inset 0 0 2.4rem rgba(65, 82, 255, 0.18),
        0 0 2.6rem rgba(107, 59, 255, 0.22);
    transform: translate(-50%, -50%);
}

.home-ai-hero__orbit--outer {
    width: 92%;
    height: 54%;
    border-color: rgba(65, 101, 255, 0.32);
    background:
        radial-gradient(ellipse at center, rgba(141, 75, 255, 0.18), rgba(0, 0, 0, 0) 48%),
        conic-gradient(from 10deg, transparent 0 20%, rgba(36, 125, 255, 0.55) 25%, transparent 36%, rgba(198, 61, 255, 0.62) 50%, transparent 66%, rgba(34, 201, 255, 0.46) 79%, transparent 100%);
    filter: blur(0.1px);
}

.home-ai-hero__orbit--middle {
    width: 66%;
    height: 39%;
    border-color: rgba(200, 87, 255, 0.45);
    box-shadow:
        inset 0 0 2.2rem rgba(200, 87, 255, 0.25),
        0 0 3.6rem rgba(143, 76, 255, 0.42);
}

.home-ai-hero__orbit--inner {
    width: 36%;
    height: 21%;
    border-color: rgba(255, 191, 255, 0.72);
    box-shadow:
        inset 0 0 1.8rem rgba(255, 255, 255, 0.55),
        0 0 4.4rem rgba(159, 83, 255, 0.72);
}

.home-ai-hero__beam {
    display: none;
    position: absolute;
    left: 49%;
    top: -7%;
    width: 0.09rem;
    height: 78%;
    background: linear-gradient(180deg, rgba(52, 103, 255, 0), rgba(111, 77, 255, 0.9) 45%, rgba(255, 255, 255, 0.95) 72%, rgba(179, 86, 255, 0));
    box-shadow: 0 0 1.25rem rgba(124, 89, 255, 0.86);
    transform: rotate(9deg);
}

.home-ai-hero__capabilities {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.home-ai-hero__capability {
    position: absolute;
    left: var(--home-hero-core-x);
    top: var(--home-hero-core-y);
    width: var(--beam-length);
    height: 0;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left center;
    animation: homeCapabilityEnter 0.7s cubic-bezier(0.2, 0.9, 0.24, 1) forwards;
    animation-delay: calc(0.15s + var(--beam-delay, 0s));
}

.home-ai-hero__capability-line {
    position: absolute;
    left: clamp(3.6rem, 4.8vw, 5.2rem);
    right: 1.9rem;
    top: -0.04rem;
    height: 0.1rem;
    border-radius: 999px;
    background: linear-gradient(90deg,
        rgba(88, 157, 255, 0.08) 0%,
        rgba(170, 205, 255, 0.62) 24%,
        rgba(255, 255, 255, 1) 50%,
        rgba(170, 205, 255, 0.62) 76%,
        rgba(88, 157, 255, 0.08) 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    box-shadow: none;
    opacity: 1;
    transform-origin: left center;
}

.home-ai-hero__capability-line::before {
    content: "";
    position: absolute;
    inset: -0.2rem -0.12rem;
    border-radius: 999px;
    background: linear-gradient(90deg,
        rgba(84, 176, 255, 0) 0%,
        rgba(120, 175, 255, 0.55) 30%,
        rgba(200, 170, 255, 0.82) 50%,
        rgba(120, 175, 255, 0.55) 70%,
        rgba(84, 176, 255, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
    filter: blur(0.38rem);
}

.home-ai-hero__capability-line::after {
    content: "";
    position: absolute;
    inset: -0.42rem -0.24rem;
    border-radius: 999px;
    background: linear-gradient(90deg,
        rgba(98, 163, 255, 0) 0%,
        rgba(98, 163, 255, 0.42) 38%,
        rgba(147, 81, 255, 0.48) 50%,
        rgba(98, 163, 255, 0.42) 62%,
        rgba(98, 163, 255, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
    filter: blur(0.72rem);
    opacity: 0.95;
}

.home-ai-hero__capability-node {
    position: absolute;
    left: 100%;
    top: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    padding: 0.28rem 0.72rem 0.28rem 0.36rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(0.78rem, 0.92vw, 0.98rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-shadow: 0 0 0.55rem rgba(129, 181, 255, 0.72);
    white-space: nowrap;
    box-shadow: none;
    transform: translate(-50%, -50%) rotate(var(--label-angle));
    opacity: 0;
    pointer-events: auto;
    cursor: pointer;
    transition:
        color 0.2s ease,
        text-shadow 0.2s ease,
        filter 0.2s ease;
    animation: homeCapabilityNodeEnter 0.3s cubic-bezier(0.2, 0.9, 0.24, 1) forwards;
    animation-delay: calc(0.55s + var(--beam-delay, 0s));
}

.home-ai-hero__capability-node:hover,
.home-ai-hero__capability-node:focus-visible {
    color: #fff;
    text-shadow:
        0 0 0.7rem rgba(160, 205, 255, 0.95),
        0 0 1.2rem rgba(147, 81, 255, 0.72);
    filter: brightness(1.12);
    outline: none;
}

.home-ai-hero__capability-node:hover i,
.home-ai-hero__capability-node:focus-visible i {
    box-shadow:
        0 0 0 0.34rem rgba(55, 102, 255, 0.36),
        0 0 1.2rem rgba(87, 141, 255, 1),
        0 0 2rem rgba(160, 75, 255, 0.82);
}

.home-ai-hero__capability-node i {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 0.92rem;
    height: 0.92rem;
    border: 0.18rem solid rgba(174, 206, 255, 0.98);
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0 18%, #5f8cff 28%, #1d37a4 64%, rgba(10, 15, 58, 0.82) 100%);
    box-shadow:
        0 0 0 0.28rem rgba(55, 102, 255, 0.28),
        0 0 1rem rgba(87, 141, 255, 0.96),
        0 0 1.8rem rgba(160, 75, 255, 0.7);
}

.home-ai-hero__capability-node i::after {
    content: "";
    position: absolute;
    inset: -0.52rem;
    border: 1px solid rgba(102, 139, 255, 0.28);
    border-radius: 50%;
}

.home-ai-hero__mark {
    position: absolute;
    z-index: 3;
    left: var(--home-hero-core-x);
    top: var(--home-hero-core-y);
    display: block;
    width: clamp(6rem, 8.6vw, 9.2rem);
    height: auto;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
    animation: homeMarkEnter 0.5s cubic-bezier(0.2, 0.9, 0.24, 1) forwards;
    animation-delay: 0.08s;
    filter:
        drop-shadow(0 0 0.9rem rgba(255, 255, 255, 0.72))
        drop-shadow(0 0 2.4rem rgba(82, 124, 255, 0.86))
        drop-shadow(0 0 4rem rgba(178, 79, 255, 0.66));
}

@keyframes homeCapabilityEnter {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
    }

    18% {
        opacity: 0.45;
    }

    100% {
        opacity: 1;
        transform: rotate(var(--beam-angle));
    }
}

@keyframes homeCapabilityNodeEnter {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(var(--label-angle)) scale(0.55);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(var(--label-angle)) scale(1);
    }
}

@keyframes homeMarkEnter {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.72);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-ai-hero__capability,
    .home-ai-hero__capability-node,
    .home-ai-hero__mark {
        animation: none;
        opacity: 1;
    }

    .home-ai-hero__capability {
        transform: rotate(var(--beam-angle));
    }

    .home-ai-hero__capability-node {
        transform: translate(-50%, -50%) rotate(var(--label-angle));
    }

    .home-ai-hero__mark {
        transform: translate(-50%, -50%) scale(1);
    }
}

