:root {
            --z_getv-primary: #d26b46;
            --z_getv-accent: #f5f0ed;
            --z_getv-text: #2c2c2c;
            --z_getv-text-light: #666666;
            --z_getv-radius: 21px;
            --z_getv-shadow: 0 12px 40px rgba(210, 107, 70, 0.12);
            --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, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
            color: var(--z_getv-text);
            line-height: 1.7;
            background-color: #fff;
            overflow-x: hidden;
        }

        /* 导航栏复用 */
        .z_getv-sogate {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            z-index: 1000;
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        .z_getv-vesslo {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 30px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            min-height: 80px;
        }

        .z_getv-logo {
            flex-shrink: 0;
        }

        .z_getv-logo img {
            height: 36px;
            display: block;
        }

        .z_getv-keyway {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
        }

        .z_getv-hitly {
            text-decoration: none;
            color: var(--z_getv-text);
            font-weight: 500;
            font-size: 16px;
            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;
        }

        /* Mosaic Collage Hero Area */
        .z_getv-skinglo {
            padding: 140px 0 80px;
            background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
            position: relative;
        }

        .z_getv-sheller {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 40px;
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            grid-template-rows: repeat(6, 80px);
            gap: 20px;
        }

        .z_getv-peakly {
            grid-column: 1 / 6;
            grid-row: 2 / 5;
            display: flex;
            flex-direction: column;
            justify-content: center;
            z-index: 10;
        }

        .z_getv-shino-h1 {
            font-size: clamp(2.5rem, 5vw, 3.8rem);
            line-height: 1.1;
            margin-bottom: 24px;
            word-break: keep-all;
            color: #1a1a1a;
        }

        .z_getv-shino-p {
            font-size: 1.1rem;
            color: var(--z_getv-text-light);
            max-width: 480px;
            margin-bottom: 30px;
        }

        /* Mosaic Items */
        .z_getv-lexia-tile {
            border-radius: var(--z_getv-radius);
            overflow: hidden;
            box-shadow: var(--z_getv-shadow);
            transition: transform var(--z_getv-transition);
            background: #fff;
            position: relative;
        }

        .z_getv-lexia-tile:hover {
            transform: translateY(-10px);
        }

        .z_getv-tile-1 { grid-column: 7 / 10; grid-row: 1 / 4; background: var(--z_getv-primary); display: flex; align-items: center; justify-content: center; }
        .z_getv-tile-2 { grid-column: 10 / 13; grid-row: 2 / 4; background: #fff; padding: 20px; }
        .z_getv-tile-3 { grid-column: 6 / 9; grid-row: 4 / 7; background: #2c2c2c; padding: 30px; color: #fff; }
        .z_getv-tile-4 { grid-column: 9 / 13; grid-row: 4 / 6; background: #fefefe; display: flex; align-items: center; justify-content: center; overflow: hidden; }

        /* Icon Styles */
        .z_getv-svg-icon {
            width: 64px;
            height: 64px;
            fill: none;
            stroke: currentColor;
            stroke-width: 1.5;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        /* Platform Grid Section */
        .z_getv-lexihub {
            padding: 100px 0;
            background: #fff;
        }

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

        .z_getv-shino-h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #1a1a1a;
        }

        .z_getv-lexia-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 30px;
        }

        .z_getv-keybit {
            background: #fafafa;
            padding: 40px;
            border-radius: var(--z_getv-radius);
            text-align: center;
            border: 1px solid transparent;
            transition: var(--z_getv-transition);
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .z_getv-keybit:hover {
            border-color: var(--z_getv-primary);
            background: #fff;
            box-shadow: var(--z_getv-shadow);
        }

        .z_getv-keybit-title {
            font-size: 1.5rem;
            margin: 20px 0 10px;
            font-weight: 700;
        }

        .z_getv-keybit-desc {
            font-size: 0.95rem;
            color: var(--z_getv-text-light);
            margin-bottom: 25px;
        }

        .z_getv-tappit {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 32px;
            background: var(--z_getv-primary);
            color: #fff;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: var(--z_getv-transition);
            border: none;
            cursor: pointer;
            width: 100%;
        }

        .z_getv-tappit:hover {
            filter: brightness(1.1);
            transform: scale(1.02);
        }

        .z_getv-tappit-alt {
            background: transparent;
            border: 2px solid var(--z_getv-primary);
            color: var(--z_getv-primary);
        }

        /* Footer Area */
        .z_getv-tailer {
            background: #1a1a1a;
            color: rgba(255,255,255,0.8);
            padding: 80px 0 40px;
        }

        .z_getv-rooton {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 30px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
        }

        .z_getv-brand-info {
            flex: 1;
            min-width: 260px;
        }

        .z_getv-brand-name {
            font-size: 1.8rem;
            color: #fff;
            margin-bottom: 15px;
            font-weight: 700;
        }

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

        .z_getv-link-group {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .z_getv-link-group a {
            color: rgba(255,255,255,0.6);
            text-decoration: none;
            transition: var(--z_getv-transition);
            font-size: 0.9rem;
        }

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

        .z_getv-copyright {
            width: 100%;
            text-align: center;
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            font-size: 0.85rem;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .z_getv-sheller {
                grid-template-columns: repeat(6, 1fr);
                grid-template-rows: auto;
            }
            .z_getv-peakly { grid-column: 1 / 7; grid-row: auto; text-align: center; padding: 40px 0; }
            .z_getv-peakly .z_getv-shino-p { margin: 0 auto 30px; }
            .z_getv-tile-1, .z_getv-tile-2, .z_getv-tile-3, .z_getv-tile-4 { grid-column: span 3; height: 300px; }
        }

        @media (max-width: 768px) {
            .z_getv-vesslo { padding: 15px 20px; }
            .z_getv-keyway { gap: 15px; justify-content: center; margin-top: 15px; }
            .z_getv-hitly { font-size: 14px; }
            .z_getv-tile-1, .z_getv-tile-2, .z_getv-tile-3, .z_getv-tile-4 { grid-column: 1 / 7; height: auto; padding: 40px; }
            .z_getv-shino-h1 { font-size: 2rem; }
            .z_getv-lexia-grid { grid-template-columns: 1fr; }
        }

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