        :root {
            --pri: #7c3aed;
            --pri-hover: #6d28d9;
            --pri-light: #ede9fe;
            --accent: #10b981;
            --accent-light: #d1fae5;
            --warm: #f59e0b;
            --warm-light: #fef3c7;
            --bg: #faf9f7;
            --surface: #ffffff;
            --text-dark: #1e1b2e;
            --text-mid: #4a4560;
            --text-light: #6b6680;
            --border: #e8e5f0;
            --border-light: #f3f1f7;
            --shadow-sm: 0 1px 3px rgba(30,27,46,0.04);
            --shadow-md: 0 8px 24px rgba(30,27,46,0.06);
            --shadow-lg: 0 20px 48px rgba(30,27,46,0.08);
            --radius-sm: 14px;
            --radius-md: 20px;
            --radius-lg: 28px;
            --radius-xl: 36px;
            --font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
        }
        *, *::before, *::after { box-sizing: border-box; }
        body {
            margin: 0; padding: 0; font-family: var(--font-stack);
            background: var(--bg); color: var(--text-dark); line-height: 1.7;
            letter-spacing: 0.01em; -webkit-font-smoothing: antialiased;
        }

        /* 导航栏（与首页一致） */
        .navbar {
            position: fixed; top: 0; left: 0; width: 100%; height: 72px;
            background: rgba(255,255,255,0.82); backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid var(--border);
            z-index: 1000; display: flex; align-items: center;
        }
        .nav-container {
            width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px;
            display: flex; align-items: center; justify-content: space-between;
        }
        .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
        .nav-logo img { width: 40px; height: 40px; border-radius: 10px; object-fit: cover; box-shadow: var(--shadow-sm); }
        .nav-logo-text { font-size: 22px; font-weight: 800; color: var(--text-dark); letter-spacing: -0.03em; }
        .nav-badge { background: var(--pri-light); color: var(--pri); font-size: 11px; padding: 4px 10px; border-radius: 20px; font-weight: 700; letter-spacing: 0.04em; }
        .nav-links { display: flex; gap: 36px; list-style: none; margin: 0; padding: 0; }
        .nav-links a { text-decoration: none; color: var(--text-mid); font-size: 15px; font-weight: 600; transition: color 0.2s; position: relative; padding: 6px 0; }
        .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--pri); border-radius: 2px; transition: width 0.25s; }
        .nav-links a:hover, .nav-links a.active { color: var(--pri); }
        .nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
        .nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; width: 28px; height: 20px; padding: 0; }
        .nav-mobile-toggle span { display: block; height: 3px; background: var(--text-dark); border-radius: 2px; transition: all 0.3s; }

        /* 主视觉 */
        .hero-section {
            padding: 160px 24px 100px; max-width: 1280px; margin: 0 auto;
            display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; position: relative;
        }
        .hero-bg-glow {
            position: absolute; top: -60px; right: -80px; width: 520px; height: 520px;
            background: radial-gradient(circle, rgba(124,58,237,0.06) 0%, transparent 70%); border-radius: 50%; pointer-events: none; z-index: 0;
        }
        .hero-left { position: relative; z-index: 1; }
        .hero-tag {
            display: inline-block; background: var(--surface); color: var(--pri); font-size: 13px; font-weight: 700;
            padding: 6px 18px; border-radius: 30px; margin-bottom: 24px; border: 1px solid var(--border); box-shadow: var(--shadow-sm);
        }
        .hero-title { font-size: 46px; font-weight: 900; color: var(--text-dark); line-height: 1.18; margin: 0 0 24px; letter-spacing: -0.04em; }
        .hero-desc { font-size: 15.5px; color: var(--text-mid); margin-bottom: 40px; max-width: 600px; text-align: justify; }
        .hero-buttons { display: flex; gap: 18px; margin-bottom: 28px; flex-wrap: wrap; }
        .btn-primary {
            background: var(--pri); color: #fff; text-decoration: none; padding: 15px 34px; border-radius: 30px;
            font-weight: 700; font-size: 15px; box-shadow: 0 8px 22px rgba(124,58,237,0.22); transition: all 0.25s; display: inline-block; border: none; cursor: pointer;
        }
        .btn-primary:hover { background: var(--pri-hover); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(124,58,237,0.32); }
        .btn-secondary {
            background: var(--surface); color: var(--text-dark); text-decoration: none; padding: 15px 34px;
            border-radius: 30px; font-weight: 700; font-size: 15px; border: 1px solid var(--border); transition: all 0.25s; display: inline-block;
        }
        .btn-secondary:hover { background: #f5f3fa; transform: translateY(-2px); border-color: var(--pri); }
        .hero-mini-stats { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; color: var(--text-light); font-weight: 600; }
        .hero-right-card {
            background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl);
            padding: 44px 38px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; z-index: 1;
        }
        .hero-right-card::before {
            content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%;
            background: linear-gradient(180deg, var(--pri) 0%, #a78bfa 100%); border-radius: 5px 0 0 5px;
        }
        .stat-item { display: flex; align-items: center; justify-content: space-between; }
        .stat-number { font-size: 38px; font-weight: 900; color: var(--text-dark); letter-spacing: -0.03em; line-height: 1; }
        .stat-label { font-size: 14px; font-weight: 600; color: var(--text-light); text-align: right; line-height: 1.5; }
        .divider { height: 1px; background: var(--border-light); margin: 28px 0; }

        /* 通用区块 */
        .section-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
        .section-header { max-width: 780px; margin: 0 auto 56px; text-align: center; }
        .section-header h2 { font-size: 34px; font-weight: 900; color: var(--text-dark); letter-spacing: -0.03em; margin: 0 0 14px; }
        .section-header p { font-size: 15.5px; color: var(--text-light); margin: 0; }

        /* 设置入口快速导览区 */
        .quick-nav-section { padding: 100px 24px; background: var(--surface); border-top: 1px solid var(--border); }
        .quick-nav-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
        .quick-nav-card {
            background: #faf9fb; border: 1px solid var(--border); border-radius: var(--radius-lg);
            padding: 32px 28px; text-align: center; transition: all 0.3s;
        }
        .quick-nav-card:hover { transform: translateY(-4px); border-color: var(--pri); box-shadow: var(--shadow-md); }
        .quick-nav-icon { font-size: 34px; margin-bottom: 16px; }
        .quick-nav-card h4 { font-size: 19px; font-weight: 800; margin: 0 0 8px; color: var(--text-dark); }
        .quick-nav-card p { font-size: 14.5px; color: var(--text-mid); margin: 0; line-height: 1.65; }

        /* 设置项详解区（核心） */
        .settings-detail-section { padding: 100px 24px; background: var(--bg); }
        .settings-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
        .setting-card {
            background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
            padding: 36px 30px; transition: all 0.3s;
        }
        .setting-card:hover { border-color: var(--pri); box-shadow: var(--shadow-md); }
        .setting-card h4 { font-size: 20px; font-weight: 800; margin: 0 0 12px; color: var(--text-dark); display: flex; align-items: center; gap: 10px; }
        .setting-card h4 .icon-dot { width: 12px; height: 12px; background: var(--pri); border-radius: 50%; display: inline-block; }
        .setting-card p { font-size: 14.5px; color: var(--text-mid); margin: 0 0 16px; line-height: 1.7; }
        .setting-card .code-inline { background: var(--pri-light); color: var(--pri); padding: 2px 8px; border-radius: 5px; font-size: 13px; font-weight: 600; }
        .setting-card ul { margin: 8px 0 0; padding-left: 20px; color: var(--text-mid); font-size: 14px; line-height: 1.8; }

        /* 场景模式创意区 */
        .scenario-mode-section { padding: 100px 24px; background: var(--surface); border-top: 1px solid var(--border); }
        .scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
        .scenario-card {
            background: #faf9fb; border: 1px solid var(--border); border-radius: var(--radius-lg);
            padding: 32px 26px; text-align: center; transition: all 0.3s;
        }
        .scenario-card:hover { border-color: var(--warm); box-shadow: var(--shadow-md); }
        .scenario-icon { font-size: 36px; margin-bottom: 14px; }
        .scenario-card h5 { font-size: 18px; font-weight: 800; margin: 0 0 8px; color: var(--text-dark); }
        .scenario-card p { font-size: 14px; color: var(--text-mid); margin: 0; line-height: 1.65; }

        /* 交互式功能流程图 */
        .flow-section { padding: 100px 24px; background: var(--bg); }
        .flow-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; max-width: 1000px; margin: 0 auto; }
        .flow-step {
            background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md);
            padding: 24px 28px; text-align: center; flex: 1 1 200px; position: relative; transition: all 0.3s;
        }
        .flow-step:hover { border-color: var(--pri); box-shadow: var(--shadow-md); }
        .flow-step::after {
            content: '→'; position: absolute; right: -18px; top: 50%; transform: translateY(-50%); font-size: 24px;
            color: var(--pri); font-weight: bold;
        }
        .flow-step:last-child::after { display: none; }
        .flow-step-num { font-size: 28px; font-weight: 900; color: var(--pri); margin-bottom: 8px; }
        .flow-step h5 { font-size: 16px; font-weight: 700; color: var(--text-dark); margin: 0 0 6px; }
        .flow-step p { font-size: 13px; color: var(--text-mid); margin: 0; line-height: 1.6; }

        /* 常见误区与技巧 */
        .tips-section { padding: 100px 24px; background: var(--surface); border-top: 1px solid var(--border); }
        .tips-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
        .tip-item {
            background: #faf9fb; border: 1px solid var(--border); border-radius: var(--radius-md);
            padding: 24px 28px; display: flex; gap: 16px; align-items: flex-start; transition: all 0.2s;
        }
        .tip-item:hover { border-color: var(--pri); }
        .tip-icon { font-size: 28px; flex-shrink: 0; }
        .tip-text h6 { font-size: 16px; font-weight: 700; margin: 0 0 6px; color: var(--text-dark); }
        .tip-text p { font-size: 14px; color: var(--text-mid); margin: 0; line-height: 1.6; }

        /* FAQ */
        .faq-section { padding: 100px 24px; background: var(--bg); }
        .faq-grid { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
        .faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px 28px; transition: 0.2s; }
        .faq-item:hover { border-color: var(--pri); box-shadow: var(--shadow-sm); }
        .faq-item summary { font-size: 16px; font-weight: 700; color: var(--text-dark); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
        .faq-item summary::-webkit-details-marker { display: none; }
        .faq-item summary::after { content: '+'; font-size: 22px; color: var(--pri); font-weight: 600; transition: transform 0.2s; }
        .faq-item[open] summary::after { content: '−'; transform: rotate(180deg); }
        .faq-item p { margin: 16px 0 0; font-size: 14.5px; color: var(--text-mid); line-height: 1.7; }

        /* 页脚（与首页一致） */
        .footer {
            background: #120f1a; color: #9b97a8; padding: 70px 24px 36px; font-size: 13.5px; border-top: 1px solid #1e1a2a;
        }
        .footer-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; margin-bottom: 50px; }
        .footer-brand h4 { color: #fff; font-size: 19px; font-weight: 800; margin: 0 0 16px; letter-spacing: -0.02em; }
        .footer-brand p { line-height: 1.7; margin: 0; font-size: 13.5px; color: #7a7488; }
        .footer-col h5 { color: #fff; font-size: 15px; font-weight: 700; margin: 0 0 16px; }
        .footer-col ul { list-style: none; padding: 0; margin: 0; }
        .footer-col ul li { margin-bottom: 10px; }
        .footer-col ul li a { color: #9b97a8; text-decoration: none; transition: color 0.18s; font-weight: 500; }
        .footer-col ul li a:hover { color: #fff; }
        .footer-bottom { max-width: 1240px; margin: 0 auto; padding-top: 30px; border-top: 1px solid #1e1a2a; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; color: #6b647a; font-weight: 500; font-size: 12.5px; }

        /* 响应式 */
        @media (max-width: 1100px) {
            .hero-section { grid-template-columns: 1fr; padding-top: 130px; }
            .hero-title { font-size: 36px; }
            .quick-nav-grid, .scenario-grid { grid-template-columns: 1fr 1fr; }
            .settings-card-grid { grid-template-columns: 1fr; }
            .flow-step::after { display: none; }
        }
        @media (max-width: 768px) {
            .navbar { height: 64px; }
            .nav-links { display: none; position: absolute; top: 64px; left: 0; width: 100%; background: rgba(255,255,255,0.96); backdrop-filter: blur(18px); flex-direction: column; gap: 0; border-bottom: 1px solid var(--border); }
            .nav-links.nav-open { display: flex; }
            .nav-links a { padding: 15px 24px; border-bottom: 1px solid var(--border-light); }
            .nav-mobile-toggle { display: flex; }
            .hero-section { padding: 120px 16px 60px; gap: 32px; }
            .hero-title { font-size: 30px; }
            .section-header h2 { font-size: 26px; }
            .quick-nav-grid, .scenario-grid, .settings-card-grid, .tips-grid { grid-template-columns: 1fr; }
            .flow-steps { flex-direction: column; align-items: center; }
            .footer-inner { grid-template-columns: 1fr; gap: 30px; }
            .footer-bottom { flex-direction: column; text-align: center; }
            .hero-buttons { flex-direction: column; }
        }