:root {
            --aura-primary: #e8a868;
            --aura-primary-dark: #d09050;
            --aura-primary-light: #fdf3e9;
            --aura-bg: #f9f8f6;
            --aura-surface: #ffffff;
            --aura-text-main: #1a1b1e;
            --aura-text-cipher: #4a4d55;
            --aura-text-muted: #8a8d95;
            --aura-radius: 8px;
            --aura-shadow: 0 10px 30px rgba(0,0,0,0.03);
            --aura-border: 1px solid rgba(232, 168, 104, 0.2);
            --aura-transition: 0.25s ease;
        }

        *, *::before, *::after {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: var(--aura-bg);
            color: var(--aura-text-main);
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
        }

        /* 强制排版规则 */
        p, h1, h2, h3, span, div, a {
            word-break: keep-all;
            overflow-wrap: break-word;
        }

        /* 强制Flexbox规则 */
        .flex-veil,
        .helm-mesh,
        .portal-tunnel,
        .nexus-cluster,
        .vault-cluster,
        .pod-mesh,
        .root-tunnel,
        .root-mesh {
            display: flex;
            flex-wrap: wrap;
        }

        .flex-veil > *,
        .helm-mesh > *,
        .portal-tunnel > *,
        .nexus-cluster > *,
        .vault-cluster > *,
        .pod-mesh > *,
        .root-tunnel > *,
        .root-mesh > * {
            min-width: 0;
        }

        /* 全局版心 */
        .global-cloak {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 5vw;
        }

        /* 导航栏样式 (复用首页基因) */
        .apex-veil {
            background-color: var(--aura-bg);
            position: sticky;
            top: 0;
            z-index: 100;
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        .apex-tunnel {
            justify-content: space-between;
            align-items: center;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
        }

        .crest img {
            height: 32px;
            display: block;
        }

        .helm-mesh {
            gap: 2rem;
            align-items: center;
        }

        .helm-wire {
            text-decoration: none;
            color: var(--aura-text-cipher);
            font-weight: 500;
            font-size: 1rem;
            transition: color var(--aura-transition);
        }

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

        /* 主体布局 */
        .veil-veil {
            display: block;
            padding-bottom: 6rem;
        }

        /* Section 1: Hero (intro) */
        .portal-veil {
            padding: 6rem 0 4rem;
        }

        .portal-tunnel {
            align-items: center;
            gap: 4rem;
            justify-content: space-between;
        }

        .portal-cipher-cluster {
            flex: 1 1 500px;
        }

        .portal-peak {
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -0.02em;
            margin: 0 0 1.5rem;
            color: var(--aura-text-main);
            white-space: normal;
        }

        .portal-cipher {
            font-size: 1.25rem;
            color: var(--aura-text-cipher);
            margin: 0 0 2.5rem;
            line-height: 1.6;
        }

        .ping-latch {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 1rem 2.5rem;
            background: var(--aura-primary);
            color: #fff;
            font-weight: 600;
            font-size: 1.1rem;
            text-decoration: none;
            border-radius: var(--aura-radius);
            border: 1px solid var(--aura-primary);
            transition: all var(--aura-transition);
            cursor: pointer;
        }

        .ping-latch:hover,
        .ping-latch:focus {
            background: var(--aura-primary-dark);
            border-color: var(--aura-primary-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(232, 168, 104, 0.3);
        }

        .portal-mask-cluster {
            flex: 1 1 400px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .portal-glyph {
            width: 100%;
            max-width: 480px;
            height: auto;
            filter: drop-shadow(0 20px 40px rgba(232, 168, 104, 0.15));
        }

        /* Section 2: Showcase (proof) */
        .nexus-veil {
            padding: 5rem 0;
            background: var(--aura-surface);
        }

        .nexus-peak {
            text-align: center;
            font-size: 2.25rem;
            font-weight: 700;
            margin: 0 0 3.5rem;
            letter-spacing: -0.01em;
        }

        .nexus-cluster {
            gap: 2rem;
            justify-content: center;
        }

        .node-cell {
            flex: 1 1 300px;
            background: var(--aura-surface);
            border-radius: var(--aura-radius);
            padding: 2.5rem 2rem;
            box-shadow: var(--aura-shadow);
            border: var(--aura-border);
            transition: transform var(--aura-transition), box-shadow var(--aura-transition);
        }

        .node-cell:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.06);
        }

        .node-glyph-veil {
            width: 56px;
            height: 56px;
            border-radius: 12px;
            background: var(--aura-primary-light);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: var(--aura-primary);
        }

        .node-glyph-veil svg {
            width: 28px;
            height: 28px;
            fill: currentColor;
        }

        .node-peak {
            font-size: 1.25rem;
            font-weight: 600;
            margin: 0 0 1rem;
        }

        .node-cipher {
            color: var(--aura-text-cipher);
            font-size: 1rem;
            margin: 0;
            line-height: 1.6;
        }

        /* Section 3: Performance (proof) */
        .vault-veil {
            padding: 6rem 0;
            background: var(--aura-primary-light);
            margin: 4rem 0;
            border-radius: 24px;
        }

        .vault-cluster {
            align-items: center;
            gap: 4rem;
        }

        .vault-cipher-cluster {
            flex: 1 1 400px;
        }

        .vault-peak {
            font-size: 2.25rem;
            font-weight: 700;
            margin: 0 0 1.5rem;
        }

        .vault-cipher {
            color: var(--aura-text-cipher);
            font-size: 1.125rem;
            margin: 0 0 2rem;
        }

        .vault-metric-mesh {
            display: flex;
            gap: 2rem;
            flex-wrap: wrap;
        }

        .vault-metric-drop {
            flex: 1 1 140px;
            min-width: 0;
        }

        .metric-peak {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--aura-primary-dark);
            margin: 0 0 0.25rem;
            line-height: 1;
        }

        .metric-cipher {
            font-size: 0.9rem;
            color: var(--aura-text-cipher);
            font-weight: 500;
        }

        .vault-mask-cluster {
            flex: 1 1 400px;
            background: var(--aura-surface);
            border-radius: var(--aura-radius);
            padding: 3rem;
            box-shadow: var(--aura-shadow);
            border: var(--aura-border);
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .vault-mask-glyph {
            width: 120px;
            height: 120px;
            margin-bottom: 2rem;
            color: var(--aura-primary);
        }

        /* Section 4: Platforms (faq role) */
        .pod-veil {
            padding: 4rem 0;
            text-align: center;
        }

        .pod-peak {
            font-size: 2rem;
            font-weight: 700;
            margin: 0 0 2.5rem;
        }

        .pod-mesh {
            justify-content: center;
            gap: 1.5rem;
        }

        .pod-drop {
            background: var(--aura-surface);
            border: var(--aura-border);
            padding: 1rem 2rem;
            border-radius: 100px;
            font-weight: 600;
            color: var(--aura-text-main);
            font-size: 1.125rem;
            box-shadow: var(--aura-shadow);
            transition: all var(--aura-transition);
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .pod-drop:hover {
            border-color: var(--aura-primary);
            color: var(--aura-primary);
            transform: translateY(-2px);
        }

        .pod-drop svg {
            width: 24px;
            height: 24px;
            fill: currentColor;
        }

        /* 页脚 */
        .root-anchor {
            background: var(--aura-surface);
            border-top: 1px solid rgba(0,0,0,0.05);
            padding: 4rem 0 2rem;
        }

        .root-tunnel {
            justify-content: space-between;
            gap: 3rem;
            margin-bottom: 3rem;
        }

        .root-brand {
            flex: 1 1 250px;
        }

        .root-peak {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--aura-text-main);
            margin: 0 0 1rem;
        }

        .root-cipher {
            color: var(--aura-text-muted);
            font-size: 0.95rem;
        }

        .root-mesh {
            flex: 2 1 500px;
            gap: 4rem;
            justify-content: flex-end;
        }

        .root-cluster {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            min-width: 0;
        }

        .root-cluster-peak {
            font-weight: 600;
            margin: 0 0 0.5rem;
            color: var(--aura-text-main);
        }

        .root-wire {
            text-decoration: none;
            color: var(--aura-text-cipher);
            font-size: 0.95rem;
            transition: color var(--aura-transition);
        }

        .root-wire:hover,
        .root-wire:focus {
            color: var(--aura-primary);
        }

        .root-belt {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
            color: var(--aura-text-muted);
            font-size: 0.85rem;
        }

        /* 响应式断点 */
        @media (max-width: 1024px) {
            .portal-tunnel {
                flex-direction: column-reverse;
                text-align: center;
            }
            .portal-mask-cluster {
                margin-bottom: 2rem;
            }
            .vault-cluster {
                flex-direction: column;
            }
            .root-mesh {
                justify-content: flex-start;
            }
        }

        @media (max-width: 768px) {
            .helm-mesh {
                display: none; /* 移动端导航简化处理，保持HTML结构重点 */
            }
            .global-cloak {
                padding: 0 1.5rem;
            }
            .portal-peak {
                font-size: 2.25rem;
            }
            .nexus-cluster {
                flex-direction: column;
            }
            .node-cell {
                flex: 1 1 auto;
            }
            .vault-veil {
                margin: 2rem 1.5rem;
                padding: 3rem 1.5rem;
            }
            .pod-mesh {
                flex-direction: column;
            }
            .pod-drop {
                justify-content: center;
            }
        }

.route-apex-veil .route-flex-veil{
            display: flex;
            flex-wrap: wrap;
        }

.route-apex-veil .route-flex-veil > *{
            min-width: 0;
        }

.route-apex-veil .route-global-cloak{
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 5vw;
        }

.route-apex-veil{
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(249, 248, 246, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
            padding: 1.2rem 0;
        }

.route-apex-veil .route-apex-tunnel{
            justify-content: space-between;
            align-items: center;
        }

.route-apex-veil .route-crest{
            display: flex;
            align-items: center;
        }

.route-apex-veil .route-crest img{
            height: 32px;
            width: auto;
        }

.route-apex-veil .route-helm-mesh{
            display: flex;
            gap: 2.5rem;
            align-items: center;
        }

.route-apex-veil .route-helm-wire{
            font-size: 0.95rem;
            font-weight: 500;
            color: #4a4d55;
            position: relative;
            padding: 0.5rem 0;
        }

.route-apex-veil .route-helm-wire:hover{
            color: #e8a868;
        }

.route-apex-veil .route-helm-wire.active{
            color: #e8a868;
        }

.route-apex-veil .route-helm-wire.active::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #e8a868;
            border-radius: 2px;
        }

@media (max-width: 768px){.route-apex-veil .route-helm-mesh{ display: none;  }}

.route-apex-veil {
    background: rgb(249, 248, 246);
    background-image: none;
}

.anchor-core-anchor {
    font-family: var(--font-cipher);
    line-height: 1.7;
    color: var(--aura-text-main);
}
.anchor-core-anchor,
.anchor-core-anchor *,
.anchor-core-anchor *::before,
.anchor-core-anchor *::after {
    box-sizing: border-box;
}

.anchor-core-anchor nav,
.anchor-core-anchor div,
.anchor-core-anchor section,
.anchor-core-anchor article,
.anchor-core-anchor aside,
.anchor-core-anchor p,
.anchor-core-anchor h1,
.anchor-core-anchor h2,
.anchor-core-anchor h3,
.anchor-core-anchor h4,
.anchor-core-anchor h5,
.anchor-core-anchor h6,
.anchor-core-anchor a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

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

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

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

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

.anchor-core-anchor .anchor-flex-veil{
            display: flex;
            flex-wrap: wrap;
        }

.anchor-core-anchor .anchor-flex-veil > *{
            min-width: 0;
        }

.anchor-core-anchor .anchor-global-cloak{
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 5vw;
        }

.anchor-core-anchor{
            background: #f9f8f6;
            padding: 4rem 0 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
        }

.anchor-core-anchor .anchor-core-tunnel{
            justify-content: space-between;
            align-items: flex-start;
            gap: 3rem;
            margin-bottom: 3rem;
        }

.anchor-core-anchor .anchor-brand-cipher{
            font-family: "Playfair Display", "Noto Serif SC", serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: #1a1b1e;
            margin-bottom: 1rem;
            display: block;
        }

.anchor-core-anchor .anchor-core-desc{
            max-width: 300px;
            font-size: 0.9rem;
        }

.anchor-core-anchor .anchor-root-cluster{
            display: flex;
            gap: 4rem;
            flex-wrap: wrap;
        }

.anchor-core-anchor .anchor-root-column{
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

.anchor-core-anchor .anchor-root-peak{
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

.anchor-core-anchor .anchor-root-wire{
            font-size: 0.9rem;
            color: #4a4d55;
        }

.anchor-core-anchor .anchor-root-wire:hover{
            color: #e8a868;
        }

.anchor-core-anchor .anchor-core-bottom{
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
            font-size: 0.85rem;
            color: #8a8d95;
        }

@media (max-width: 768px){.anchor-core-anchor .anchor-root-cluster{ gap: 2rem; flex-direction: column; }}