
        :root {
            --i_v9rhf6-primary: #0052cc;
            --i_v9rhf6-accent: #7000ff;
            --i_v9rhf6-text: #1d1d1f;
            --i_v9rhf6-bg: #ffffff;
            --i_v9rhf6-soft: #f5f5f7;
            --i_v9rhf6-gradient: linear-gradient(135deg, #0052cc 0%, #7000ff 100%);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-font-smoothing: antialiased;
        }

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

        /* 强制导航栏样式复用 */
        .i_v9rhf6-bajic {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
            width: 100%;
        }
        .i_v9rhf6-nojipur {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .i_v9rhf6-logo {
            padding: 16px 0;
            display: flex;
            align-items: center;
        }
        .i_v9rhf6-logo img {
            height: 32px;
            width: auto;
        }
        .i_v9rhf6-avixi {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
            min-width: 0;
        }
        .i_v9rhf6-avixi a {
            text-decoration: none;
            color: #424245;
            font-size: 14px;
            font-weight: 500;
            padding: 20px 0;
            transition: color 0.3s;
            white-space: nowrap;
        }
        .i_v9rhf6-avixi a:hover, .i_v9rhf6-avixi a.active {
            color: var(--i_v9rhf6-primary);
        }

        /* 独特展示区域 - Patifut (Hero) */
        .i_v9rhf6-patifut {
            padding: 96px 24px;
            background: radial-gradient(circle at 80% 20%, rgba(112, 0, 255, 0.05) 0%, transparent 50%),
                        radial-gradient(circle at 20% 80%, rgba(0, 82, 204, 0.05) 0%, transparent 50%);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .i_v9rhf6-uher {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        .i_v9rhf6-patifut h1 {
            font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
            line-height: 1.1;
            font-weight: 800;
            margin-bottom: 24px;
            background: var(--i_v9rhf6-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            word-break: keep-all;
        }
        .i_v9rhf6-patifut p {
            font-size: clamp(1.1rem, 1.5vw + 0.5rem, 1.4rem);
            color: #6e6e73;
            max-width: 800px;
            margin: 0 auto 40px;
            word-break: break-word;
        }

        /* 按钮组件 - Ajekadu / Ileco */
        .i_v9rhf6-ajekadu {
            display: inline-block;
            background: var(--i_v9rhf6-gradient);
            color: #fff;
            padding: 16px 40px;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 10px 20px rgba(0, 82, 204, 0.2);
            margin: 10px;
            min-width: 0;
        }
        .i_v9rhf6-ajekadu:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(0, 82, 204, 0.3);
        }
        .i_v9rhf6-ileco {
            display: inline-block;
            background: #fff;
            color: var(--i_v9rhf6-primary);
            padding: 16px 40px;
            border: 2px solid var(--i_v9rhf6-primary);
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
            margin: 10px;
            min-width: 0;
        }
        .i_v9rhf6-ileco:hover {
            background: rgba(0, 82, 204, 0.05);
            transform: translateY(-2px);
        }

        /* 功能卡片区域 - Kaqiti / Ufap */
        .i_v9rhf6-kaqiti {
            padding: 80px 24px;
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            justify-content: center;
        }
        .i_v9rhf6-ufap {
            flex: 1;
            min-width: 320px;
            max-width: 420px;
            background: #fff;
            padding: 48px;
            border-radius: 32px;
            border: 1px solid #f0f0f0;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            display: flex;
            flex-direction: column;
            word-break: break-word;
        }
        .i_v9rhf6-ufap:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0,0,0,0.08);
            border-color: rgba(112, 0, 255, 0.1);
        }
        .i_v9rhf6-sefaq {
            margin-top: 24px;
        }
        .i_v9rhf6-sefaq h3 {
            font-size: 24px;
            margin-bottom: 16px;
            color: #1d1d1f;
        }
        .i_v9rhf6-sefaq p {
            color: #86868b;
            font-size: 16px;
            line-height: 1.7;
        }
        .i_v9rhf6-icon-box {
            font-size: 40px;
            margin-bottom: 10px;
        }

        /* 交互展示区 - Ifike */
        .i_v9rhf6-ifike {
            background: #000;
            color: #fff;
            padding: 96px 24px;
            border-radius: 64px;
            margin: 40px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            overflow: hidden;
        }
        .i_v9rhf6-ifike .i_v9rhf6-uher {
            flex: 1;
            min-width: 300px;
            text-align: left;
            padding: 40px;
        }
        .i_v9rhf6-ifike h2 {
            font-size: clamp(2rem, 3vw + 1rem, 3rem);
            margin-bottom: 24px;
            line-height: 1.2;
        }
        .i_v9rhf6-ifike .i_v9rhf6-tag {
            display: inline-block;
            padding: 8px 16px;
            background: rgba(255,255,255,0.1);
            border-radius: 8px;
            font-size: 14px;
            margin-bottom: 20px;
            color: #00d4ff;
        }

        /* CTA 区域 - Hahip */
        .i_v9rhf6-hahip {
            padding: 120px 24px;
            text-align: center;
            background: var(--i_v9rhf6-soft);
        }
        .i_v9rhf6-hahip h2 {
            font-size: clamp(2rem, 4vw, 3.5rem);
            margin-bottom: 32px;
        }

        /* 页脚区域 - Afob / Codine */
        .i_v9rhf6-afob {
            background: #fafafa;
            padding: 80px 24px 40px;
            border-top: 1px solid #f0f0f0;
        }
        .i_v9rhf6-codine {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 40px;
        }
        .i_v9rhf6-footer-col {
            flex: 1;
            min-width: 200px;
        }
        .i_v9rhf6-footer-col h4 {
            font-size: 16px;
            margin-bottom: 24px;
            color: #1d1d1f;
        }
        .i_v9rhf6-footer-col a {
            display: block;
            text-decoration: none;
            color: #6e6e73;
            font-size: 14px;
            margin-bottom: 12px;
            transition: color 0.3s;
        }
        .i_v9rhf6-footer-col a:hover {
            color: var(--i_v9rhf6-primary);
        }
        .i_v9rhf6-copyright {
            width: 100%;
            margin-top: 60px;
            padding-top: 24px;
            border-top: 1px solid #e5e5e5;
            color: #86868b;
            font-size: 12px;
            text-align: center;
        }

        @media (max-width: 768px) {
            .i_v9rhf6-avixi {
                display: none; /* 简化移动端，通常会有汉堡菜单 */
            }
            .i_v9rhf6-patifut {
                padding: 64px 20px;
            }
            .i_v9rhf6-ifike {
                border-radius: 32px;
                margin: 20px 10px;
            }
            .i_v9rhf6-ufap {
                min-width: 100%;
            }
        }
    