:root {
            --primary: #d13a2c;
            --bg: #0b0c10;
            --vault-bg: #1a1c23;
            --txto-main: #e0e0e0;
            --txto-dim: #9499a1;
            --accent: #ff4d3d;
            --radius: 14px;
            --transition: 0.35s ease;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { 
            background-color: var(--bg); 
            color: var(--txto-main); 
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.7;
            overflow-x: hidden;
            word-break: keep-all;
        }

        .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 {
            display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
            height: 80px;
        }
        .signa { display: flex; align-items: center; }
        .signa img { height: 32px; width: auto; }
        .wayz { display: flex; flex-wrap: wrap; gap: 40px; }
        .wayz .hyper {
            color: var(--txto-dim);
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: var(--transition);
        }
        .wayz .hyper:hover, .wayz .hyper.active {
            color: var(--accent);
        }

        /* 首屏展示 vivid */
        .vivid {
            padding: 200px 0 120px;
            text-align: center;
            position: relative;
        }
        .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;
        }
        .fronta-txto {
            max-width: 700px; margin: 0 auto 50px;
            font-size: 20px; color: var(--txto-dim);
        }
        .trig-holda { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
        .tapp {
            background: var(--primary);
            color: #fff;
            padding: 16px 45px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            transition: var(--transition);
            box-shadow: 0 10px 30px rgba(209, 58, 44, 0.3);
        }
        .tapp:hover {
            transform: translateY(-3px);
            background: var(--accent);
            box-shadow: 0 15px 40px rgba(209, 58, 44, 0.4);
        }

        /* 功能矩阵 lext */
        .capability { padding: 100px 0; background: radial-gradient(circle at top right, rgba(209, 58, 44, 0.05), transparent 40%); }
        .band-titl { font-size: 40px; text-align: center; margin-bottom: 70px; }
        .clust-glif { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; }
        .glif {
            background: var(--vault-bg);
            padding: 45px;
            border-radius: var(--radius);
            border: 1px solid rgba(255,255,255,0.05);
            transition: var(--transition);
        }
        .glif:hover {
            border-color: rgba(209, 58, 44, 0.3);
            transform: translateY(-10px);
            background: #23262e;
        }
        .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;
        }
        .glyph-encl svg { width: 32px; height: 32px; fill: var(--primary); }
        .glif-titl { font-size: 22px; margin-bottom: 15px; }
        .glif-txto { color: var(--txto-dim); font-size: 15px; }

        /* 产品洞察 insight */
        .front-holda { padding: 100px 0; }
        .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);
        }
        .vizo-holda { flex: 1; min-width: 320px; }
        .vizo-holda img { width: 100%; border-radius: 16px; object-fit: cover; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
        .txto-holda { flex: 1; min-width: 320px; }
        .txto-holda h2 { font-size: 32px; margin-bottom: 25px; color: #fff; }
        .txto-holda p { font-size: 17px; color: var(--txto-dim); margin-bottom: 30px; }

        /* 站内路径 pathway */
        .pathway { padding: 100px 0; border-top: 1px solid rgba(255,255,255,0.05); }
        .phraz-clust { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
        .phraz { position: relative; }
        .phraz-titl { font-size: 14px; text-transform: uppercase; color: var(--primary); letter-spacing: 2px; margin-bottom: 15px; font-weight: 700; }
        .phraz-txto { font-size: 24px; color: #fff; margin-bottom: 20px; font-weight: 500; }
        .phraz-sub { font-size: 15px; color: var(--txto-dim); margin-bottom: 25px; }
        .acta-hyper { color: #fff; text-decoration: none; font-size: 16px; border-bottom: 2px solid var(--primary); padding-bottom: 4px; transition: 0.3s; }
        .acta-hyper:hover { color: var(--primary); }

        /* 页脚 rootz */
        .botm { background: #08090c; padding: 100px 0 60px; border-top: 1px solid rgba(255,255,255,0.05); }
        .final-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 60px; }
        .basix-info { flex: 1; min-width: 250px; }
        .basix-titl { font-size: 24px; color: #fff; font-weight: 700; margin-bottom: 20px; }
        .basix-txto { color: var(--txto-dim); margin-bottom: 30px; max-width: 300px; }
        .rootz-lsti { flex: 2; display: flex; flex-wrap: wrap; gap: 80px; min-width: 300px; }
        .lsti-clust h4 { color: #fff; margin-bottom: 25px; font-size: 16px; }
        .lsti-clust a { display: block; color: var(--txto-dim); text-decoration: none; margin-bottom: 15px; transition: 0.3s; font-size: 15px; }
        .lsti-clust a:hover { color: var(--accent); }
        .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) {
            .patho { height: auto; padding: 20px 0; }
            .wayz { width: 100%; gap: 15px; margin-top: 20px; justify-content: center; }
            .vivid { padding-top: 150px; }
            .front-band { padding: 30px; }
            .rootz-lsti { gap: 40px; }
        }

.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; }}