:root {
            --z_getv-primary: #d26b46;
            --z_getv-primary-soft: #fdf6f2;
            --z_getv-primary-deep: #b05536;
            --z_getv-text: #2d2d2d;
            --z_getv-text-light: #666666;
            --z_getv-bg: #ffffff;
            --z_getv-radius: 20px;
            --z_getv-shadow: 0 10px 30px rgba(210, 107, 70, 0.08);
            --z_getv-transition: 0.35s ease;
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
            color: var(--z_getv-text);
            line-height: 1.6;
            background-color: var(--z_getv-bg);
            word-break: keep-all;
            overflow-wrap: break-word;
        }

        /* 复用首页导航栏风格 */
        .z_getv-sogate {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 72px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            z-index: 1000;
            border-bottom: 1px solid rgba(210, 107, 70, 0.1);
        }

        .z_getv-vesslo {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 100%;
        }

        .z_getv-logo {
            height: 32px;
            flex-shrink: 0;
        }

        .z_getv-logo img {
            height: 100%;
            display: block;
        }

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

        .z_getv-hitly {
            text-decoration: none;
            color: var(--z_getv-text);
            font-size: 16px;
            font-weight: 500;
            transition: var(--z_getv-transition);
            position: relative;
        }

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

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

        /* Hero区: Mosaic Collage 结构 */
        .z_getv-skinglo {
            padding: 140px 24px 80px;
            background: radial-gradient(circle at top right, var(--z_getv-primary-soft) 0%, #fff 60%);
            min-height: 90vh;
            display: flex;
            align-items: center;
        }

        .z_getv-lexihub {
            max-width: 1300px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            grid-auto-rows: minmax(100px, auto);
            gap: 20px;
            width: 100%;
        }

        .z_getv-shino {
            grid-column: span 6;
            grid-row: span 3;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-right: 40px;
        }

        .z_getv-shino h1 {
            font-size: clamp(32px, 5vw, 56px);
            line-height: 1.2;
            margin-bottom: 24px;
            color: var(--z_getv-text);
        }

        .z_getv-shino p {
            font-size: 18px;
            color: var(--z_getv-text-light);
            margin-bottom: 40px;
            max-width: 500px;
        }

        .z_getv-peakly {
            grid-column: span 3;
            grid-row: span 2;
            background: var(--z_getv-bg);
            border-radius: var(--z_getv-radius);
            padding: 30px;
            box-shadow: var(--z_getv-shadow);
            display: flex;
            flex-direction: column;
            gap: 15px;
            transition: transform 0.35s ease;
        }

        .z_getv-peakly:hover {
            transform: translateY(-8px);
        }

        .z_getv-peakly svg {
            width: 48px;
            height: 48px;
            fill: var(--z_getv-primary);
        }

        .z_getv-lexia {
            grid-column: span 3;
            grid-row: span 2;
            background: var(--z_getv-primary);
            border-radius: var(--z_getv-radius);
            padding: 30px;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .z_getv-keybit {
            grid-column: span 3;
            grid-row: span 1;
            background: rgba(210, 107, 70, 0.05);
            border-radius: var(--z_getv-radius);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            color: var(--z_getv-primary);
            border: 1px dashed var(--z_getv-primary);
        }

        .z_getv-tappit {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--z_getv-primary);
            color: #fff;
            padding: 16px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            transition: var(--z_getv-transition);
            width: fit-content;
        }

        .z_getv-tappit:hover {
            background: var(--z_getv-primary-deep);
            box-shadow: 0 8px 20px rgba(210, 107, 70, 0.3);
        }

        /* 核心优势 Section */
        .z_getv-sheller {
            padding: 100px 24px;
            background: #fff;
        }

        .z_getv-peak-head {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 60px;
        }

        .z_getv-peak-head h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }

        .z_getv-sheller-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .z_getv-lexia-feat {
            flex: 1;
            min-width: 300px;
            background: var(--z_getv-primary-soft);
            padding: 40px;
            border-radius: var(--z_getv-radius);
            transition: var(--z_getv-transition);
        }

        .z_getv-lexia-feat:hover {
            background: #fff;
            box-shadow: var(--z_getv-shadow);
        }

        .z_getv-lexia-feat h3 {
            font-size: 24px;
            margin: 20px 0 15px;
            color: var(--z_getv-primary);
        }

        /* 平台支持 */
        .z_getv-sheller-alt {
            padding: 80px 24px;
            background: #fafafa;
        }

        .z_getv-lexihub-mini {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .z_getv-os-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            min-width: 120px;
        }

        .z_getv-os-item svg {
            width: 40px;
            height: 40px;
            fill: var(--z_getv-text-light);
            transition: var(--z_getv-transition);
        }

        .z_getv-os-item:hover svg {
            fill: var(--z_getv-primary);
            transform: scale(1.1);
        }

        /* 页脚 */
        .z_getv-tailer {
            background: var(--z_getv-text);
            color: rgba(255, 255, 255, 0.7);
            padding: 80px 24px 40px;
        }

        .z_getv-tailer-top {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            padding-bottom: 60px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .z_getv-rooton {
            font-size: 24px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .z_getv-tailer-links {
            display: flex;
            gap: 60px;
            flex-wrap: wrap;
        }

        .z_getv-link-col {
            display: flex;
            flex-direction: column;
            gap: 12px;
            min-width: 120px;
        }

        .z_getv-link-col b {
            color: #fff;
            margin-bottom: 8px;
        }

        .z_getv-link-col a {
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            transition: var(--z_getv-transition);
        }

        .z_getv-link-col a:hover {
            color: var(--z_getv-primary);
        }

        .z_getv-tailer-bottom {
            max-width: 1200px;
            margin: 40px auto 0;
            text-align: center;
            font-size: 14px;
        }

        @media (max-width: 1024px) {
            .z_getv-lexihub {
                grid-template-columns: repeat(6, 1fr);
            }
            .z_getv-shino {
                grid-column: span 6;
                padding-right: 0;
                text-align: center;
                align-items: center;
            }
            .z_getv-peakly, .z_getv-lexia, .z_getv-keybit {
                grid-column: span 3;
            }
        }

        @media (max-width: 768px) {
            .z_getv-keyway {
                display: none;
            }
            .z_getv-lexihub {
                display: flex;
                flex-direction: column;
            }
            .z_getv-shino h1 {
                font-size: 32px;
            }
            .z_getv-sheller-grid {
                flex-direction: column;
            }
            .z_getv-tailer-top {
                flex-direction: column;
            }
        }

.z_getv-hdr-sogate {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--z_getv-text-dark);
}
.z_getv-hdr-sogate,
.z_getv-hdr-sogate *,
.z_getv-hdr-sogate *::before,
.z_getv-hdr-sogate *::after {
    box-sizing: border-box;
}

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

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

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

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

.z_getv-hdr-sogate a.z_getv-hdr-hitly {
    --aisite-shell-nav-padding: 0;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.z_getv-hdr-sogate a.z_getv-hdr-hitly,
.z_getv-hdr-sogate a.z_getv-hdr-hitly:hover,
.z_getv-hdr-sogate a.z_getv-hdr-hitly:focus,
.z_getv-hdr-sogate a.z_getv-hdr-hitly:active,
.z_getv-hdr-sogate a.z_getv-hdr-hitly.active,
.z_getv-hdr-sogate a.z_getv-hdr-hitly[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.z_getv-hdr-sogate{
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(15px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

.z_getv-hdr-sogate .z_getv-hdr-vesslo{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 25px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            min-width: 0;
        }

.z_getv-hdr-sogate .z_getv-hdr-logo{
            padding: 18px 0;
            min-width: 0;
        }

.z_getv-hdr-sogate .z_getv-hdr-logo img{
            height: 32px;
            width: auto;
        }

.z_getv-hdr-sogate .z_getv-hdr-keyway{
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

.z_getv-hdr-sogate .z_getv-hdr-keyway a{
            padding: 25px 20px;
            font-weight: 500;
            color: #666666;
            position: relative;
        }

.z_getv-hdr-sogate .z_getv-hdr-keyway a:hover, .z_getv-hdr-sogate .z_getv-hdr-keyway a.active{
            color: #d26b46;
        }

.z_getv-hdr-sogate .z_getv-hdr-keyway a.active::after{
            content: '';
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #d26b46;
        }

@media (max-width: 768px){.z_getv-hdr-sogate .z_getv-hdr-keyway{ display: none; }}

.z_getv-hdr-sogate {
    background: rgb(255, 255, 255);
    background-image: none;
}

.z_getv-ftr-tailer {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--z_getv-text-dark);
}
.z_getv-ftr-tailer,
.z_getv-ftr-tailer *,
.z_getv-ftr-tailer *::before,
.z_getv-ftr-tailer *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.z_getv-ftr-tailer .z_getv-ftr-vesslo{
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 25px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            min-width: 0;
        }

.z_getv-ftr-tailer{
            padding: 80px 0 40px;
            background: #222;
            color: #aaa;
        }

.z_getv-ftr-tailer .z_getv-ftr-tailer-grid{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            border-bottom: 1px solid #333;
            padding-bottom: 50px;
            margin-bottom: 30px;
        }

.z_getv-ftr-tailer .z_getv-ftr-tailer-brand h2{
            color: white;
            margin-bottom: 20px;
        }

.z_getv-ftr-tailer .z_getv-ftr-tailer-links h5{
            color: white;
            margin-bottom: 20px;
            font-size: 1.1rem;
        }

.z_getv-ftr-tailer .z_getv-ftr-tailer-links ul{
            list-style: none;
        }

.z_getv-ftr-tailer .z_getv-ftr-tailer-links li{
            margin-bottom: 12px;
        }

.z_getv-ftr-tailer .z_getv-ftr-tailer-links a:hover{
            color: white;
        }

.z_getv-ftr-tailer .z_getv-ftr-tailer-bottom{
            text-align: center;
            font-size: 0.9rem;
        }