:root {
            --primary: #d13a2c;
            --primary-glow: rgba(209, 58, 44, 0.4);
            --bg: #0b0c10;
            --vault-bg: #1a1c23;
            --accent: #ff4d3d;
            --radius: 14px;
            --txt-main: #e0e0e0;
            --txt-dim: #999;
        }

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

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

        /* 顶部导航复用 */
        .topa {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(11, 12, 16, 0.85);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .stor {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

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

        .signa img {
            height: 28px;
            display: block;
        }

        .wayz {
            display: flex;
            gap: 32px;
        }

        .hyper {
            color: var(--txt-main);
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: color 0.3s;
            position: relative;
        }

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

        .hyper.active {
            color: var(--primary);
        }

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

        /* 主体内容 */
        .holda {
            padding-top: 72px;
        }

        .vivid {
            padding: 120px 0 80px;
            text-align: center;
            position: relative;
        }

        .vivid::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100vw;
            height: 100%;
            background: radial-gradient(circle at center, rgba(209, 58, 44, 0.08) 0%, transparent 70%);
            pointer-events: none;
        }

        .focal-titl {
            font-size: clamp(2.5rem, 6vw, 4.5rem);
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.1;
            margin-bottom: 24px;
            color: #fff;
        }

        .txto-lead {
            font-size: 1.25rem;
            color: var(--txt-dim);
            max-width: 700px;
            margin: 0 auto 50px;
        }

        /* 下载矩阵容器 */
        .vault {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 24px;
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .glif {
            background: var(--vault-bg);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: var(--radius);
            padding: 48px 40px;
            transition: all 0.35s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .glif:hover {
            transform: translateY(-10px);
            border-color: rgba(209, 58, 44, 0.3);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        }

        .glyph-vault {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            color: var(--primary);
        }

        .titl-accent {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #fff;
        }

        .txto-ver {
            font-size: 14px;
            color: var(--txt-dim);
            background: rgba(255, 255, 255, 0.05);
            padding: 4px 12px;
            border-radius: 20px;
            margin-bottom: 24px;
        }

        .tapp {
            background: var(--primary);
            color: #fff;
            padding: 14px 40px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
            box-shadow: 0 10px 20px rgba(209, 58, 44, 0.2);
            width: 100%;
            display: block;
        }

        .tapp:hover {
            background: var(--accent);
            box-shadow: 0 10px 30px var(--primary-glow);
            transform: scale(1.02);
        }

        /* 更新日志块 */
        .encl-dual {
            display: grid;
            grid-template-columns: 1fr 1fr;
            max-width: 1200px;
            margin: 100px auto;
            gap: 60px;
            padding: 0 20px;
            align-items: center;
        }

        .vizo-band {
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.05);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
        }

        .vizo-band img {
            width: 100%;
            height: auto;
            display: block;
            filter: brightness(0.9);
        }

        .clust-note {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .objt-log {
            padding: 20px;
            background: rgba(255, 255, 255, 0.02);
            border-radius: 12px;
            border-left: 3px solid var(--primary);
        }

        .objt-log h4 {
            font-size: 17px;
            margin-bottom: 8px;
            color: #fff;
        }

        .objt-log p {
            font-size: 14px;
            color: var(--txt-dim);
        }

        /* 极速安装流程 */
        .band-steps {
            background: #111218;
            padding: 100px 0;
        }

        .clust-flow {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .objt-flow {
            flex: 1;
            min-width: 260px;
            text-align: center;
            position: relative;
        }

        .objt-flow::after {
            content: '→';
            position: absolute;
            right: -25px;
            top: 30px;
            font-size: 24px;
            color: rgba(255, 255, 255, 0.1);
        }

        .objt-flow:last-child::after {
            display: none;
        }

        .glyph-num {
            width: 64px;
            height: 64px;
            background: linear-gradient(135deg, var(--primary), #7a1d15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            font-size: 24px;
            font-weight: 800;
            color: #fff;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }

        .titl-step {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 12px;
            word-break: keep-all;
        }

        .txto-desc {
            font-size: 14px;
            color: var(--txt-dim);
            padding: 0 20px;
        }

        /* 页脚区域 */
        .botm {
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding: 80px 0 40px;
        }

        .basix {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 60px;
            padding: 0 20px;
        }

        .final-brand {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
        }

        .lsti-rootz {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .hyper-botm {
            color: var(--txt-dim);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }

        .hyper-botm:hover {
            color: #fff;
        }

        .rootz-info {
            width: 100%;
            padding-top: 60px;
            text-align: center;
            color: #555;
            font-size: 13px;
            letter-spacing: 0.5px;
        }

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

        @media (max-width: 768px) {
            .objt-flow::after {
                display: none;
            }
            .wayz {
                display: none;
            }
            .vivid {
                padding: 80px 0 40px;
            }
            .glif {
                padding: 30px;
            }
        }

.patho-topa .patho-stor{ max-width: 1100px; margin: 0 auto; padding: 0 30px; }

.patho-topa{
            background: rgba(11, 12, 16, 0.85);
            backdrop-filter: blur(20px);
            position: fixed;
            top: 0; width: 100%; z-index: 1000;
            border-bottom: 1px solid rgba(255,255,255,0.08);
        }

.patho-topa .patho-patho{
            display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
            height: 80px;
        }

.patho-topa .patho-signa{ display: flex; align-items: center; }

.patho-topa .patho-signa img{ height: 32px; width: auto; }

.patho-topa .patho-wayz{ display: flex; flex-wrap: wrap; gap: 40px; }

.patho-topa .patho-wayz .patho-hyper{
            color: #9499a1;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: 0.35s ease;
        }

.patho-topa .patho-wayz .patho-hyper:hover, .patho-topa .patho-wayz .patho-hyper.active{
            color: #ff4d3d;
        }

@media (max-width: 768px){.patho-topa .patho-patho{ height: auto; padding: 20px 0; }

.patho-topa .patho-wayz{ width: 100%; gap: 15px; margin-top: 20px; justify-content: center; }}

.patho-topa {
    background: rgb(11, 12, 16);
    background-image: none;
}

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

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

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

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

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

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

.basix-vault .basix-stor{ max-width: 1100px; margin: 0 auto; padding: 0 30px; }

.basix-vault .basix-topa{
            background: rgba(11, 12, 16, 0.85);
            backdrop-filter: blur(20px);
            position: fixed;
            top: 0; width: 100%; z-index: 1000;
            border-bottom: 1px solid rgba(255,255,255,0.08);
        }

.basix-vault .basix-patho{
            display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
            height: 80px;
        }

.basix-vault .basix-signa{ display: flex; align-items: center; }

.basix-vault .basix-signa img{ height: 32px; width: auto; }

.basix-vault .basix-wayz{ display: flex; flex-wrap: wrap; gap: 40px; }

.basix-vault .basix-wayz .basix-hyper{
            color: #9499a1;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: 0.35s ease;
        }

.basix-vault .basix-wayz .basix-hyper:hover, .basix-vault .basix-wayz .basix-hyper.active{
            color: #ff4d3d;
        }

.basix-vault .basix-vivid{
            padding: 200px 0 120px;
            text-align: center;
            position: relative;
        }

.basix-vault .basix-focal-titl{
            font-size: clamp(3rem, 8vw, 6.5rem);
            line-height: 1.1;
            font-weight: 800;
            background: linear-gradient(135deg, #ffffff 30%, #ff7a6b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 30px;
            letter-spacing: -2px;
            word-break: break-word;
        }

.basix-vault .basix-fronta-txto{
            max-width: 700px; margin: 0 auto 50px;
            font-size: 20px; color: #9499a1;
        }

.basix-vault .basix-trig-holda{ display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }

.basix-vault .basix-tapp{
            background: #d13a2c;
            color: #fff;
            padding: 16px 45px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            transition: 0.35s ease;
            box-shadow: 0 10px 30px rgba(209, 58, 44, 0.3);
        }

.basix-vault .basix-tapp:hover{
            transform: translateY(-3px);
            background: #ff4d3d;
            box-shadow: 0 15px 40px rgba(209, 58, 44, 0.4);
        }

.basix-vault .basix-capability{ padding: 100px 0; background: radial-gradient(circle at top right, rgba(209, 58, 44, 0.05), transparent 40%); }

.basix-vault .basix-band-titl{ font-size: 40px; text-align: center; margin-bottom: 70px; }

.basix-vault .basix-clust-glif{ display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; }

.basix-vault .basix-glif{
            background: #1a1c23;
            padding: 45px;
            border-radius: 14px;
            border: 1px solid rgba(255,255,255,0.05);
            transition: 0.35s ease;
        }

.basix-vault .basix-glif:hover{
            border-color: rgba(209, 58, 44, 0.3);
            transform: translateY(-10px);
            background: #23262e;
        }

.basix-vault .basix-glyph-encl{
            width: 60px; height: 60px;
            background: rgba(209, 58, 44, 0.1);
            border-radius: 12px;
            display: flex; align-items: center; justify-content: center;
            margin-bottom: 25px;
        }

.basix-vault .basix-glyph-encl svg{ width: 32px; height: 32px; fill: #d13a2c; }

.basix-vault .basix-glif-titl{ font-size: 22px; margin-bottom: 15px; }

.basix-vault .basix-glif-txto{ color: #9499a1; font-size: 15px; }

.basix-vault .basix-front-holda{ padding: 100px 0; }

.basix-vault .basix-front-band{
            display: flex; flex-wrap: wrap; align-items: center; gap: 60px;
            background: #12141a; padding: 60px; border-radius: 24px;
            border: 1px solid rgba(255,255,255,0.03);
        }

.basix-vault .basix-vizo-holda{ flex: 1; min-width: 320px; }

.basix-vault .basix-vizo-holda img{ width: 100%; border-radius: 16px; object-fit: cover; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }

.basix-vault .basix-txto-holda{ flex: 1; min-width: 320px; }

.basix-vault .basix-txto-holda h2{ font-size: 32px; margin-bottom: 25px; color: #fff; }

.basix-vault .basix-txto-holda p{ font-size: 17px; color: #9499a1; margin-bottom: 30px; }

.basix-vault .basix-pathway{ padding: 100px 0; border-top: 1px solid rgba(255,255,255,0.05); }

.basix-vault .basix-phraz-clust{ display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }

.basix-vault .basix-phraz{ position: relative; }

.basix-vault .basix-phraz-titl{ font-size: 14px; text-transform: uppercase; color: #d13a2c; letter-spacing: 2px; margin-bottom: 15px; font-weight: 700; }

.basix-vault .basix-phraz-txto{ font-size: 24px; color: #fff; margin-bottom: 20px; font-weight: 500; }

.basix-vault .basix-phraz-sub{ font-size: 15px; color: #9499a1; margin-bottom: 25px; }

.basix-vault .basix-acta-hyper{ color: #fff; text-decoration: none; font-size: 16px; border-bottom: 2px solid #d13a2c; padding-bottom: 4px; transition: 0.3s; }

.basix-vault .basix-acta-hyper:hover{ color: #d13a2c; }

.basix-vault .basix-botm{ background: #08090c; padding: 100px 0 60px; border-top: 1px solid rgba(255,255,255,0.05); }

.basix-vault .basix-final-grid{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 60px; }

.basix-vault .basix-basix-info{ flex: 1; min-width: 250px; }

.basix-vault .basix-basix-titl{ font-size: 24px; color: #fff; font-weight: 700; margin-bottom: 20px; }

.basix-vault .basix-basix-txto{ color: #9499a1; margin-bottom: 30px; max-width: 300px; }

.basix-vault .basix-rootz-lsti{ flex: 2; display: flex; flex-wrap: wrap; gap: 80px; min-width: 300px; }

.basix-vault .basix-lsti-clust h4{ color: #fff; margin-bottom: 25px; font-size: 16px; }

.basix-vault .basix-lsti-clust a{ display: block; color: #9499a1; text-decoration: none; margin-bottom: 15px; transition: 0.3s; font-size: 15px; }

.basix-vault .basix-lsti-clust a:hover{ color: #ff4d3d; }

.basix-vault .basix-rootz-band{ margin-top: 80px; text-align: center; border-top: 1px solid rgba(255,255,255,0.03); padding-top: 40px; color: #444; font-size: 13px; }

@media (max-width: 768px){.basix-vault .basix-patho{ height: auto; padding: 20px 0; }

.basix-vault .basix-wayz{ width: 100%; gap: 15px; margin-top: 20px; justify-content: center; }

.basix-vault .basix-vivid{ padding-top: 150px; }

.basix-vault .basix-front-band{ padding: 30px; }

.basix-vault .basix-rootz-lsti{ gap: 40px; }}