:root {
            --primary: #f73c6b;
            --primary-soft: #ffedf1;
            --bg: #f9fafb;
            --dark: #1a1a1c;
            --gray: #6b7280;
            --radius: 20px;
            --shadow: 0 10px 30px rgba(247, 60, 107, 0.1);
            --transition: 0.25s ease;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: var(--bg);
            color: var(--dark);
            line-height: 1.7;
            overflow-x: hidden;
            word-break: break-word;
        }

        /* 导航区域 - 复用首页风格 */
        .vortex {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .transit {
            max-width: 1200px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .glyph img {
            height: 40px;
            display: block;
        }

        .ribbon {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

        .wire {
            text-decoration: none;
            color: var(--dark);
            font-weight: 500;
            font-size: 0.95rem;
            transition: var(--transition);
            position: relative;
            padding: 0.5rem 0;
        }

        .wire:hover, .wire.active {
            color: var(--primary);
        }

        .wire.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--primary);
            border-radius: 2px;
        }

        /* 主容器 */
        .matrix {
            padding-top: 80px;
        }

        /* Hero展示区 */
        .zenith {
            padding: 6rem 2rem 4rem;
            background: radial-gradient(circle at top right, #ffedf1, transparent);
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .crest-mega {
            font-size: clamp(2.5rem, 6vw, 4.5rem);
            line-height: 1.1;
            font-weight: 800;
            color: var(--dark);
            max-width: 850px;
            margin-bottom: 1.5rem;
        }

        .echo-prominent {
            font-size: 1.25rem;
            color: var(--gray);
            max-width: 650px;
            margin-bottom: 3rem;
        }

        .jolt-primary {
            background: var(--primary);
            color: white;
            padding: 1.2rem 2.8rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 10px 25px rgba(247, 60, 107, 0.3);
            transition: var(--transition);
            display: inline-block;
        }

        .jolt-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(247, 60, 107, 0.4);
        }

        /* 权益网格 */
        .glare {
            max-width: 1200px;
            margin: 0 auto;
            padding: 5rem 2rem;
        }

        .crest-sub {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 4rem;
        }

        .swarm-nexus {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: center;
        }

        .shard-glass {
            flex: 1;
            min-width: 300px;
            max-width: 360px;
            background: white;
            padding: 3rem 2rem;
            border-radius: var(--radius);
            border: 1px solid rgba(0,0,0,0.03);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .shard-glass:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow);
        }

        .pixel-vault {
            width: 60px;
            height: 60px;
            background: var(--primary-soft);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: var(--primary);
        }

        .crest-pod {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .echo-pod {
            font-size: 1rem;
            color: var(--gray);
        }

        /* 企业定制区 */
        .beacon {
            background: var(--dark);
            color: white;
            padding: 6rem 2rem;
        }

        .swarm-capability {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 4rem;
        }

        .matrix-info {
            flex: 1;
            min-width: 320px;
        }

        .crest-white {
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .echo-white {
            font-size: 1.1rem;
            color: rgba(255,255,255,0.7);
            margin-bottom: 2.5rem;
        }

        .ribbon-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .optic-mesh {
            background: rgba(255,255,255,0.1);
            padding: 0.6rem 1.2rem;
            border-radius: 12px;
            font-size: 0.9rem;
            border: 1px solid rgba(255,255,255,0.1);
        }

        .veil-graphic {
            flex: 1;
            min-width: 320px;
            display: flex;
            justify-content: center;
        }

        .pixel-dynamic {
            width: 100%;
            max-width: 450px;
            height: 350px;
            background: linear-gradient(135deg, var(--primary), #8e24aa);
            border-radius: 30px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 20px 50px rgba(0,0,0,0.3);
        }

        .pixel-dynamic::before {
            content: '';
            position: absolute;
            width: 80%;
            height: 80%;
            border: 2px dashed rgba(255,255,255,0.3);
            border-radius: 20px;
            animation: rotate 20s linear infinite;
        }

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

        /* 页脚区域 */
        .abyss {
            background: white;
            padding: 4rem 2rem 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
        }

        .basis {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            gap: 3rem;
        }

        .brow-brand {
            flex: 1;
            min-width: 200px;
        }

        .crest-brand {
            font-size: 1.8rem;
            font-weight: 800;
            color: var(--primary);
            margin-bottom: 1rem;
        }

        .echo-small {
            font-size: 0.9rem;
            color: var(--gray);
            max-width: 300px;
        }

        .ribbon-links {
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
        }

        .optic-ribbon h4 {
            font-size: 1rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }

        .bead-bead {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

        .wire-blip {
            text-decoration: none;
            color: var(--gray);
            font-size: 0.9rem;
            transition: var(--transition);
        }

        .wire-blip:hover {
            color: var(--primary);
        }

        .blip-copyright {
            max-width: 1200px;
            margin: 3rem auto 0;
            padding-top: 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
            text-align: center;
            font-size: 0.85rem;
            color: var(--gray);
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .transit {
                flex-direction: column;
                gap: 1rem;
            }
            .ribbon {
                justify-content: center;
                gap: 1rem;
            }
            .crest-mega {
                font-size: 2.2rem;
            }
            .shard-glass {
                max-width: 100%;
            }
            .crest-white {
                font-size: 2rem;
            }
            .swarm-capability {
                text-align: center;
                justify-content: center;
            }
            .ribbon-badges {
                justify-content: center;
            }
        }

.vortex-vortex{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

.vortex-vortex .vortex-transit{
            max-width: 1300px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

.vortex-vortex .vortex-glyph{
            height: 40px;
            display: flex;
            align-items: center;
        }

.vortex-vortex .vortex-glyph img{
            height: 100%;
            width: auto;
        }

.vortex-vortex .vortex-ribbon{
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

.vortex-vortex .vortex-wire{
            text-decoration: none;
            color: #1a1a1c;
            font-weight: 500;
            font-size: 0.95rem;
            transition: 0.25s ease;
            position: relative;
        }

.vortex-vortex .vortex-wire:hover, .vortex-vortex .vortex-wire.active{
            color: #f73c6b;
        }

.vortex-vortex .vortex-wire.active::after{
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #f73c6b;
            border-radius: 2px;
        }

@media (max-width: 768px){.vortex-vortex .vortex-transit{ flex-direction: column; gap: 1.5rem; text-align: center; }}

.vortex-vortex {
    background: rgb(255, 255, 255);
    background-image: none;
}

.abyss-abyss {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--dark);
}
.abyss-abyss,
.abyss-abyss *,
.abyss-abyss *::before,
.abyss-abyss *::after {
    box-sizing: border-box;
}

.abyss-abyss [role="navigation"],
.abyss-abyss div,
.abyss-abyss section,
.abyss-abyss article,
.abyss-abyss aside,
.abyss-abyss p,
.abyss-abyss h1,
.abyss-abyss h2,
.abyss-abyss h3,
.abyss-abyss h4,
.abyss-abyss h5,
.abyss-abyss h6,
.abyss-abyss a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.abyss-abyss p,
.abyss-abyss h1,
.abyss-abyss h2,
.abyss-abyss h3,
.abyss-abyss h4,
.abyss-abyss h5,
.abyss-abyss h6 {
    text-decoration: none;
}

.abyss-abyss img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.abyss-abyss {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.abyss-abyss a,
.abyss-abyss a:hover,
.abyss-abyss a:focus,
.abyss-abyss a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.abyss-abyss .abyss-ribbon{
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

.abyss-abyss .abyss-wire{
            text-decoration: none;
            color: #1a1a1c;
            font-weight: 500;
            font-size: 0.95rem;
            transition: 0.25s ease;
            position: relative;
        }

.abyss-abyss .abyss-wire:hover, .abyss-abyss .abyss-wire.active{
            color: #f73c6b;
        }

.abyss-abyss .abyss-wire.active::after{
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #f73c6b;
            border-radius: 2px;
        }

.abyss-abyss{
            background: white;
            padding: 5rem 2rem 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
        }

.abyss-abyss .abyss-blip-inner{
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 3rem;
        }

.abyss-abyss .abyss-echo-copyright{
            color: #666666;
            font-size: 0.9rem;
            margin-top: 4rem;
            text-align: center;
            width: 100%;
        }