/* 基础变量与重置 */
        :root {
            --bg-core: #050608;
            --bg-surface: #0d1017;
            --bg-elevated: #151923;
            --primary: #851af6;
            --primary-glow: rgba(133, 26, 246, 0.4);
            --primary-dark: #6b12cc;
            --text-main: #f8fafc;
            --text-muted: #94a3b8;
            --radius-lg: 24px;
            --radius-md: 16px;
            --radius-sm: 8px;
            --max-width: 1320px;
            --transition: all 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-core);
            color: var(--text-main);
            line-height: 1.7;
            word-break: break-word;
            overflow-wrap: break-word;
            -webkit-font-smoothing: antialiased;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        /* 强制Flex规范 */
        .pack {
            display: flex;
            flex-wrap: wrap;
        }
        .pack > * {
            min-width: 0;
        }

        /* 容器通用 */
        .tunnel {
            width: 100%;
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 0 24px;
        }

        /* 排版系统 */
        .apex-mega {
            font-size: clamp(2.5rem, 5vw, 4.5rem);
            line-height: 1.1;
            font-weight: 800;
            letter-spacing: -0.03em;
            color: var(--text-main);
            white-space: normal;
            margin-bottom: 24px;
        }

        .apex-major {
            font-size: clamp(2rem, 4vw, 3rem);
            line-height: 1.2;
            font-weight: 700;
            letter-spacing: -0.02em;
            color: var(--text-main);
            white-space: normal;
            margin-bottom: 20px;
        }

        .apex-minor {
            font-size: 1.5rem;
            line-height: 1.3;
            font-weight: 600;
            color: var(--text-main);
            white-space: normal;
            margin-bottom: 16px;
        }

        .cipher-lead {
            font-size: clamp(1.125rem, 2vw, 1.25rem);
            color: var(--text-muted);
            margin-bottom: 32px;
            word-break: keep-all;
        }

        .cipher-base {
            font-size: 1rem;
            color: var(--text-muted);
        }

        .cipher-highlight {
            color: var(--primary);
            font-weight: 600;
        }

        /* 按钮与交互元素 */
        .warp {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 16px 32px;
            background: linear-gradient(135deg, #a14cfb, var(--primary));
            color: #fff;
            font-weight: 600;
            border-radius: var(--radius-md);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 8px 20px var(--primary-glow);
            transition: var(--transition);
            cursor: pointer;
            text-align: center;
        }

        .warp:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 28px var(--primary-glow);
            background: linear-gradient(135deg, #b066ff, var(--primary-dark));
        }

        .warp-ghost {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: none;
        }

        .warp-ghost:hover {
            background: rgba(255, 255, 255, 0.05);
            box-shadow: none;
            border-color: rgba(255, 255, 255, 0.4);
        }

        /* === 导航栏 (复用首页结构) === */
        .crown {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 100;
            background: rgba(5, 6, 8, 0.85);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .steer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 72px;
        }

        .seal {
            display: flex;
            align-items: center;
            height: 32px;
        }

        .seal img {
            height: 100%;
            width: auto;
            object-fit: contain;
        }

        .mesh {
            display: flex;
            align-items: center;
            gap: 32px;
        }

        .mesh-wire {
            font-size: 0.95rem;
            color: var(--text-muted);
            font-weight: 500;
            transition: var(--transition);
        }

        .mesh-wire:hover,
        .mesh-wire.active {
            color: var(--text-main);
        }

        /* 移动端导航适配 */
        @media (max-width: 768px) {
            .mesh {
                display: none; /* 移动端简化 */
            }
        }

        /* === 区块 1: Hero (asymmetric_grid 变体) === */
        .cloak {
            padding: 160px 0 100px;
            background: radial-gradient(circle at 70% 30%, rgba(133, 26, 246, 0.15) 0%, transparent 60%);
        }

        .cloak-grid {
            gap: 64px;
            align-items: center;
        }

        .cloak-cipher {
            flex: 1 1 500px;
        }

        .cloak-data {
            flex: 1 1 400px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Data UI 视觉承载 */
        .data-lens {
            background: var(--bg-surface);
            border-radius: var(--radius-lg);
            border: 1px solid rgba(133, 26, 246, 0.3);
            padding: 40px;
            box-shadow: inset 0 0 40px rgba(0,0,0,0.5), 0 20px 40px rgba(0,0,0,0.4), 0 0 60px rgba(133, 26, 246, 0.1);
            position: relative;
            width: 100%;
            max-width: 480px;
            text-align: center;
        }

        .data-lens::before {
            content: '';
            position: absolute;
            top: -2px; left: -2px; right: -2px; bottom: -2px;
            background: linear-gradient(135deg, rgba(133, 26, 246, 0.5), transparent 50%);
            border-radius: 26px;
            z-index: -1;
        }

        .data-price-huge {
            font-size: 4.5rem;
            font-weight: 800;
            line-height: 1;
            background: linear-gradient(135deg, #fff, #a14cfb);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 8px;
            display: inline-block;
        }

        .data-flag {
            position: absolute;
            top: -15px;
            right: -15px;
            background: var(--primary);
            color: #fff;
            padding: 8px 16px;
            border-radius: 20px;
            font-weight: 700;
            font-size: 1.1rem;
            box-shadow: 0 4px 15px rgba(133, 26, 246, 0.5);
            transform: rotate(5deg);
        }

        /* === 区块 2: 订阅计划 (Comparison) === */
        .nexus {
            padding: 100px 0;
            background: var(--bg-core);
            position: relative;
        }
        
        .nexus-crown {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 64px;
        }

        .pod-pack {
            gap: 24px;
            justify-content: center;
            align-items: stretch;
        }

        .pod {
            flex: 1 1 320px;
            background: var(--bg-surface);
            border-radius: var(--radius-lg);
            border: 1px solid rgba(255, 255, 255, 0.05);
            padding: 40px 32px;
            display: flex;
            flex-direction: column;
            transition: var(--transition);
            position: relative;
        }

        .pod:hover {
            transform: translateY(-8px);
            background: var(--bg-elevated);
            border-color: rgba(255, 255, 255, 0.1);
        }

        .pod.featured {
            background: var(--bg-elevated);
            border: 1px solid rgba(133, 26, 246, 0.5);
            box-shadow: 0 20px 40px rgba(0,0,0,0.4), inset 0 0 20px rgba(133, 26, 246, 0.05);
            transform: scale(1.02);
            z-index: 2;
        }

        .pod.featured:hover {
            transform: scale(1.02) translateY(-8px);
        }

        .pod-tag {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            background: var(--primary);
            color: #fff;
            padding: 4px 16px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 700;
            letter-spacing: 0.05em;
        }

        .pod-price {
            display: flex;
            align-items: baseline;
            margin: 24px 0 16px;
        }

        .pod-currency {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-muted);
        }

        .pod-amount {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1;
            color: var(--text-main);
        }

        .pod-period {
            font-size: 1rem;
            color: var(--text-muted);
            margin-left: 8px;
        }

        .pod-divider {
            height: 1px;
            background: rgba(255, 255, 255, 0.05);
            margin: 32px 0;
            width: 100%;
        }

        .pod-features {
            list-style: none;
            flex-grow: 1;
            margin-bottom: 32px;
        }

        .pod-hop {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 16px;
        }

        .pod-glyph {
            color: var(--primary);
            flex-shrink: 0;
            margin-top: 4px;
        }

        .pod-pulse {
            width: 100%;
        }

        /* === 区块 3: 价值对比 (Article) === */
        .vault {
            padding: 100px 0;
            background: linear-gradient(to bottom, var(--bg-core), var(--bg-surface));
        }

        .relay-pack {
            gap: 32px;
        }

        .relay {
            flex: 1 1 300px;
            background: rgba(255, 255, 255, 0.02);
            border-radius: var(--radius-md);
            padding: 32px;
            border: 1px solid rgba(255, 255, 255, 0.03);
            transition: var(--transition);
        }

        .relay:hover {
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(255, 255, 255, 0.08);
        }

        .relay-glyph-wrap {
            width: 56px;
            height: 56px;
            border-radius: 12px;
            background: rgba(133, 26, 246, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            color: var(--primary);
        }

        /* === 区块 4: 退款保证 (Div) === */
        .zone {
            padding: 80px 0;
            background: var(--bg-core);
        }

        .zone-layer {
            background: linear-gradient(135deg, var(--bg-surface), rgba(133, 26, 246, 0.05));
            border-radius: var(--radius-lg);
            border: 1px solid rgba(133, 26, 246, 0.2);
            padding: 64px 40px;
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

        .zone-layer::before {
            content: '';
            position: absolute;
            top: -50%; left: -50%; width: 200%; height: 200%;
            background: radial-gradient(circle, rgba(133, 26, 246, 0.1) 0%, transparent 60%);
            z-index: 0;
            pointer-events: none;
        }

        .zone-layer {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .shield-glyph {
            color: var(--primary);
            margin-bottom: 24px;
            filter: drop-shadow(0 0 20px rgba(133, 26, 246, 0.4));
        }

        /* === 页脚 === */
        .tail {
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding: 60px 0;
            background: var(--bg-core);
            text-align: center;
        }

        .tail-brand {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--text-main);
            margin-bottom: 16px;
        }

        .tail-links {
            gap: 24px;
            justify-content: center;
            margin-bottom: 24px;
        }

        .tail-links a {
            color: var(--text-muted);
            font-size: 0.9rem;
            transition: var(--transition);
        }

        .tail-links a:hover {
            color: var(--text-main);
        }

        /* 响应式调整 */
        @media (max-width: 1024px) {
            .pod.featured {
                transform: scale(1);
            }
            .pod.featured:hover {
                transform: translateY(-8px);
            }
        }

        @media (max-width: 768px) {
            .apex-mega { font-size: 2.5rem; }
            .cloak { padding: 120px 0 60px; }
            .cloak-data { margin-top: 40px; }
            .nexus, .vault, .zone { padding: 60px 0; }
            .zone-layer { padding: 40px 24px; }
        }

.steer-crown .steer-pack{
            display: flex;
            flex-wrap: wrap;
        }

.steer-crown .steer-pack > *{
            min-width: 0;
        }

.steer-crown .steer-tunnel{
            max-width: 1320px;
            margin: 0 auto;
            padding-left: 5vw;
            padding-right: 5vw;
        }

.steer-crown{
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(5, 6, 8, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid #232836;
            padding: 16px 0;
        }

.steer-crown .steer-steer{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            min-width: 0;
        }

.steer-crown .steer-seal{
            display: flex;
            align-items: center;
            min-width: 0;
        }

.steer-crown .steer-seal img{
            height: 32px;
            width: auto;
        }

.steer-crown .steer-mesh{
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            align-items: center;
            min-width: 0;
        }

.steer-crown .steer-mesh-wire{
            color: #94a3b8;
            font-size: 0.95rem;
            font-weight: 500;
            transition: all 0.25s ease;
            padding: 8px 12px;
            border-radius: 8px;
        }

.steer-crown .steer-mesh-wire:hover, .steer-crown .steer-mesh-wire.active{
            color: #f8fafc;
            background: rgba(255, 255, 255, 0.05);
        }

.steer-crown .steer-mesh-wire.active{
            color: #851af6;
        }

.steer-crown .steer-warp{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 32px;
            background: linear-gradient(135deg, #a14cfb, #851af6);
            color: #fff;
            font-weight: 600;
            font-size: 1.05rem;
            border-radius: 16px;
            transition: all 0.25s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 8px 20px rgba(133, 26, 246, 0.4);
            cursor: pointer;
        }

.steer-crown .steer-warp:hover{
            transform: translateY(-3px);
            box-shadow: 0 12px 28px rgba(133, 26, 246, 0.6);
            background: linear-gradient(135deg, #b570fb, #9333f7);
        }

@media (max-width: 768px){.steer-crown .steer-mesh{
                display: none; 
            }

.steer-crown .steer-tunnel{
                padding-left: 20px;
                padding-right: 20px;
            }}

.steer-crown {
    background: rgb(5, 6, 8);
    background-image: none;
}

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

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

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

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

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

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

.anchor-tail .anchor-tunnel{
            max-width: 1320px;
            margin: 0 auto;
            padding-left: 5vw;
            padding-right: 5vw;
        }

.anchor-tail{
            background: #000;
            padding: 80px 0 40px;
            border-top: 1px solid #232836;
        }

.anchor-tail .anchor-anchor{
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 60px;
            margin-bottom: 60px;
        }

.anchor-tail .anchor-anchor-brand{
            font-size: 1.8rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.05em;
            margin-bottom: 16px;
            display: inline-block;
        }

.anchor-tail .anchor-anchor-desc{
            color: #94a3b8;
            font-size: 0.95rem;
            max-width: 300px;
        }

.anchor-tail .anchor-anchor-col h4{
            color: #fff;
            font-size: 1.05rem;
            margin-bottom: 20px;
            font-weight: 600;
        }

.anchor-tail .anchor-anchor-wire{
            display: block;
            color: #94a3b8;
            margin-bottom: 12px;
            font-size: 0.95rem;
            transition: all 0.25s ease;
        }

.anchor-tail .anchor-anchor-wire:hover{
            color: #851af6;
        }

.anchor-tail .anchor-crypt{
            border-top: 1px solid rgba(255,255,255,0.05);
            padding-top: 32px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            color: #64748b;
            font-size: 0.85rem;
        }

@media (max-width: 1024px){.anchor-tail .anchor-anchor{
                grid-template-columns: 1fr 1fr;
                gap: 40px;
            }}

@media (max-width: 768px){.anchor-tail .anchor-anchor{
                grid-template-columns: 1fr;
            }

.anchor-tail .anchor-crypt{
                flex-direction: column;
                gap: 16px;
                text-align: center;
            }

.anchor-tail .anchor-tunnel{
                padding-left: 20px;
                padding-right: 20px;
            }}