﻿/*
Theme Name: 缪驰科技 AI OS (终极版)
Theme URI: https://miaochi.tech
Author: 缪驰科技
Description: 包含 NovaX AI 推演引擎、全站流光动画与完整支付内页的旗舰 WordPress 主题。
Version: 3.0.0
Text Domain: miaochi-ai-os
*/
:root { --primary: #ffffff; --secondary: #9ca3af; --tech-blue: #3b82f6; --tech-blue-dark: #1d4ed8; --tech-purple: #8b5cf6; --tech-purple-light: #c4b5fd; --glass-bg: rgba(255, 255, 255, 0.02); --glass-border: rgba(255, 255, 255, 0.05); --glass-hover-border: rgba(255, 255, 255, 0.15); --neon-blue-shadow: 0 0 25px rgba(59, 130, 246, 0.3); }
* { margin: 0; padding: 0; box-sizing: border-box; cursor: none; }
body { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Noto Sans SC", "Segoe UI", Roboto, sans-serif; color: #E5E7EB; background-color: #030305; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
.ambient-light-1 { position: fixed; top: -10%; left: -10%; width: 50vw; height: 50vw; background: radial-gradient(circle, rgba(29,78,216,0.15) 0%, rgba(0,0,0,0) 70%); filter: blur(80px); animation: pulse-slow 8s infinite alternate; z-index: -2; pointer-events: none; }
.ambient-light-2 { position: fixed; top: 40%; right: -10%; width: 40vw; height: 40vw; background: radial-gradient(circle, rgba(139,92,246,0.1) 0%, rgba(0,0,0,0) 70%); filter: blur(80px); animation: pulse-slow 12s infinite alternate-reverse; z-index: -2; pointer-events: none; }
@keyframes pulse-slow { 0% { transform: scale(1) translate(0, 0); opacity: 0.8; } 100% { transform: scale(1.1) translate(20px, 20px); opacity: 1; } }
.glass { background: var(--glass-bg); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--glass-border); border-radius: 16px; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.glass:hover { border-color: var(--glass-hover-border); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255,255,255,0.05); transform: translateY(-5px); }
.container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.text-gradient-animated { background: linear-gradient(to right, #ffffff, #93c5fd, #c4b5fd, #ffffff); background-size: 200% auto; color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: shine 4s linear infinite; display: inline-block; padding-bottom: 0.15em; margin-bottom: -0.15em; font-weight: 800; }
@keyframes shine { to { background-position: 200% center; } }
.fw-extrabold { font-weight: 800 !important; letter-spacing: -0.5px; } .fw-bold { font-weight: 700 !important; }
.custom-cursor { width: 20px; height: 20px; background-color: var(--tech-blue); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s, background-color 0.3s; mix-blend-mode: screen; box-shadow: var(--neon-blue-shadow); }
.cursor-hover { width: 60px; height: 60px; background-color: var(--tech-purple); opacity: 0.5; }
.spinner { animation: spin 1s linear infinite; display: inline-block; } @keyframes spin { 100% { transform: rotate(360deg); } }
.btn-primary { background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(255,255,255,0.1); padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 1rem; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.btn-primary:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.5); }
.btn-accent { background: linear-gradient(135deg, var(--tech-blue) 0%, var(--tech-blue-dark) 100%); color: #fff; border: none; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 1rem; box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.btn-accent:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5); }
.btn-outline { border: 1px solid var(--tech-blue); color: #93c5fd; padding: 10px 24px; border-radius: 30px; font-weight: 700; transition: all 0.3s; display: inline-block; background: rgba(59, 130, 246, 0.05); }
.btn-outline:hover { background: var(--tech-blue); color: #fff; box-shadow: var(--neon-blue-shadow); transform: translateY(-2px); }
.w-100 { width: 100%; }
header { position: sticky; top: 0; z-index: 100; background: rgba(3, 3, 5, 0.6); backdrop-filter: blur(30px); border-bottom: 1px solid var(--glass-border); padding: 20px 0; }
.nav-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.logo { display: flex; flex-direction: column; }
.logo span:nth-child(1) { font-size: 1.3rem; font-weight: 800; letter-spacing: 2px; background: linear-gradient(to right, #ffffff, #93c5fd, #c4b5fd, #ffffff); background-size: 200% auto; color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: shine 4s linear infinite; }
.logo span:nth-child(2) { font-size: 0.75rem; font-weight: 700; letter-spacing: 1px; background: linear-gradient(to right, #93c5fd, #c4b5fd, #3b82f6, #93c5fd); background-size: 200% auto; color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: shine 5s linear infinite reverse; }
.nav-links { display: flex; gap: 40px; font-size: 0.95rem; font-weight: 700; flex-wrap: wrap; }
.nav-links a { color: var(--secondary); transition: color 0.3s; cursor: pointer; } .nav-links a:hover { color: #fff; } .nav-links a.active { color: #fff; border-bottom: 2px solid var(--tech-blue); padding-bottom: 4px; }
.page-section { animation: fadeIn 0.6s ease-out; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.inner-hero { padding: 80px 0 60px; text-align: center; border-bottom: 1px solid var(--glass-border); margin-bottom: 60px; background: radial-gradient(ellipse at top, rgba(59,130,246,0.05) 0%, transparent 70%); }
.inner-hero h1 { font-size: 3.5rem; margin-bottom: 20px; color: #fff; } .inner-hero p { font-size: 1.2rem; color: var(--secondary); max-width: 800px; margin: 0 auto; line-height: 1.8; }
/* NovaX AI 引擎样式 */
.nova-hero-section { padding: 60px 0 100px; position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; width: 100%; margin-bottom: 40px;}
.nova-header-box { text-align: center; margin-bottom: 50px; } .nova-logo-tag { font-size: 1.2rem; font-weight: 800; color: #fff; display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px;} .nova-logo-icon { width: 32px; height: 32px; background: linear-gradient(135deg, var(--tech-purple), var(--tech-blue)); border-radius: 8px; display: grid; place-items: center; font-size: 1.2rem; }
.nova-main-title { font-size: 4.5rem; line-height: 1.1; margin-bottom: 20px; letter-spacing: 2px;} .nova-subtitle { font-size: 1.5rem; color: #E5E7EB; font-weight: 500; margin-bottom: 30px;}
.nova-tags { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; } .nova-tag { display: flex; align-items: center; gap: 8px; font-size: 1rem; font-weight: 700; color: #fff;} .nova-tag i { color: var(--tech-purple-light); font-size: 1.4rem;}
.nova-flow-grid { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 1400px; gap: 20px; margin-bottom: 60px;} .nova-col { display: flex; flex-direction: column; gap: 12px; flex: 1; z-index: 5;} .nova-col-title { text-align: center; color: #E5E7EB; font-size: 1.1rem; font-weight: 700; margin-bottom: 16px;}
.nova-arrow-col { flex: 0 0 40px; display: flex; justify-content: center; align-items: center; color: var(--tech-blue); font-size: 2rem; opacity: 0.6; animation: pulse-arrow 2s infinite alternate;} @keyframes pulse-arrow { 0% { transform: translateX(-5px); opacity: 0.3;} 100% { transform: translateX(5px); opacity: 1;} }
.nova-item { background: rgba(20, 25, 40, 0.4); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 16px; display: flex; align-items: center; gap: 16px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: none; box-shadow: inset 0 0 20px rgba(0,0,0,0.5);} .nova-item:hover { background: rgba(30, 40, 60, 0.8); border-color: rgba(59, 130, 246, 0.5); transform: translateX(10px) scale(1.02); box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);} .nova-item-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.05); display: grid; place-items: center; font-size: 1.5rem; color: #93c5fd; transition: all 0.3s;} .nova-item:hover .nova-item-icon { background: var(--tech-blue); color: #fff; box-shadow: 0 0 15px var(--tech-blue); } .nova-item-text h4 { font-size: 1rem; color: #fff; margin: 0 0 4px 0; font-weight: 700; transition: color 0.3s;} .nova-item:hover .nova-item-text h4 { color: #93c5fd; } .nova-item-text p { font-size: 0.75rem; color: var(--secondary); margin: 0;}
.nova-center-orb-wrapper { flex: 0 0 380px; height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative;} .nova-orb-stage { position: relative; width: 280px; height: 280px; display: flex; justify-content: center; align-items: center; transform-style: preserve-3d; perspective: 1000px;} .orb-ring { position: absolute; border-radius: 50%; border: 2px solid rgba(59, 130, 246, 0.3); box-shadow: 0 0 25px rgba(59, 130, 246, 0.2), inset 0 0 15px rgba(139, 92, 246, 0.3); } .orb-ring-1 { width: 100%; height: 100%; transform: rotateX(70deg) rotateY(15deg); animation: spin3D_1 12s linear infinite; border-color: rgba(139, 92, 246, 0.5);} .orb-ring-2 { width: 85%; height: 85%; transform: rotateX(60deg) rotateY(-30deg); animation: spin3D_2 8s linear infinite reverse; border-color: rgba(59, 130, 246, 0.6);} .orb-ring-3 { width: 70%; height: 70%; transform: rotateX(80deg) rotateY(45deg); animation: spin3D_3 15s linear infinite; border: 1px dashed rgba(255,255,255,0.4);} @keyframes spin3D_1 { to { transform: rotateX(70deg) rotateY(15deg) rotateZ(360deg); } } @keyframes spin3D_2 { to { transform: rotateX(60deg) rotateY(-30deg) rotateZ(360deg); } } @keyframes spin3D_3 { to { transform: rotateX(80deg) rotateY(45deg) rotateZ(360deg); } } .orb-core-glow { position: absolute; width: 60%; height: 60%; border-radius: 50%; background: radial-gradient(circle, rgba(59,130,246,0.6) 0%, transparent 60%); filter: blur(20px); animation: pulse-core 3s ease-in-out infinite alternate; z-index: 1;} @keyframes pulse-core { 0% { transform: scale(0.8); opacity: 0.5;} 100% { transform: scale(1.2); opacity: 1;} } .orb-text { position: absolute; z-index: 10; font-size: 5rem; font-weight: 800; letter-spacing: 2px; animation: float-ai 4s ease-in-out infinite;} @keyframes float-ai { 0%, 100% { transform: translateY(0); filter: drop-shadow(0 0 10px rgba(59,130,246,0.8));} 50% { transform: translateY(-10px); filter: drop-shadow(0 0 30px rgba(139,92,246,1));} } .orb-pedestal { position: absolute; bottom: -10px; width: 220px; height: 40px; border-radius: 50%; background: radial-gradient(ellipse, rgba(59, 130, 246, 0.2) 0%, transparent 70%); border-top: 2px solid rgba(59, 130, 246, 0.6); box-shadow: 0 -10px 40px rgba(59, 130, 246, 0.5); z-index: 0; } .orb-desc { margin-top: 30px; font-size: 0.8rem; font-weight: 800; color: #93c5fd; letter-spacing: 2px; text-transform: uppercase; text-align: center;}
.nova-final-card { background: linear-gradient(180deg, rgba(20,25,40,0.8) 0%, rgba(10,15,25,0.9) 100%); border: 1px solid rgba(59,130,246,0.3); border-radius: 16px; padding: 40px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,0.5); transition: all 0.4s; cursor: none; position: relative; overflow: hidden;} .nova-final-card::before { content: ''; position: absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(45deg, transparent, rgba(59,130,246,0.1), transparent); transform: translateY(-100%); transition: all 0.6s;} .nova-final-card:hover { border-color: #fff; box-shadow: 0 20px 60px rgba(59, 130, 246, 0.4); transform: translateY(-5px);} .nova-final-card:hover::before { transform: translateY(100%); } .nova-final-icon { font-size: 4rem; color: #93c5fd; margin-bottom: 20px; filter: drop-shadow(0 0 15px rgba(59,130,246,0.5));} .nova-final-card h3 { font-size: 1.8rem; color: #fff; margin-bottom: 10px; line-height: 1.2;} .nova-final-card p { font-size: 0.9rem; color: var(--secondary);}
.nova-stats-bar { display: flex; justify-content: space-between; align-items: center; width: 100%; background: rgba(255,255,255,0.02); border: 1px solid var(--glass-border); border-radius: 16px; padding: 30px 40px; flex-wrap: wrap; gap: 20px;} .nova-stat-item { display: flex; align-items: center; gap: 16px;} .nova-stat-icon { font-size: 2.5rem; color: var(--tech-purple-light);} .nova-stat-text h4 { font-size: 2rem; color: #fff; line-height: 1; margin: 0 0 4px 0; font-weight: 800;} .nova-stat-text p { font-size: 0.85rem; color: var(--secondary); margin: 0; font-weight: 500;} .nova-footer-tagline { width: 100%; text-align: center; margin-top: 40px; font-size: 1.2rem; color: var(--secondary); font-weight: 500; letter-spacing: 2px;} .nova-footer-tagline span { color: var(--tech-purple-light); font-weight: 800;}
@media (max-width: 1200px) { .nova-flow-grid { flex-wrap: wrap; justify-content: center; } .nova-arrow-col { transform: rotate(90deg); margin: 20px 0; } .nova-col { min-width: 300px; } .nova-center-orb-wrapper { width: 100%; margin: 40px 0; } }
/* 继承模块 */
.workflow-metrics-section { display: flex; flex-wrap: wrap; gap: 40px; margin-bottom: 80px; } .workflow-card { flex: 2 1 600px; padding: 50px; overflow-x: auto; } .metrics-card { flex: 1 1 300px; padding: 50px; display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 40px; }
.flow-container { display: flex; justify-content: space-between; align-items: flex-start; position: relative; min-width: 600px; margin-top: 10px; } .flow-line-bg { position: absolute; top: 27px; left: 5%; right: 5%; height: 3px; background: linear-gradient(90deg, transparent, var(--tech-blue), var(--tech-purple), var(--tech-blue), transparent); box-shadow: var(--neon-blue-shadow); opacity: 0.6; z-index: 1; }
.flow-node { z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; background: transparent; } .node-icon { width: 56px; height: 56px; border: 1px solid var(--tech-blue); border-radius: 14px; display: flex; align-items: center; justify-content: center; background: #030305; color: #93c5fd; font-size: 1.8rem; box-shadow: 0 0 20px rgba(59, 130, 246, 0.3), inset 0 0 10px rgba(59, 130, 246, 0.1); transition: all 0.3s; }
.flow-node:hover .node-icon { background: var(--tech-blue); color: #fff; box-shadow: 0 0 30px rgba(59, 130, 246, 0.6); transform: scale(1.1); } .flow-node h4 { font-size: 0.95rem; margin-bottom: -6px; color: #fff; } .flow-node p { font-size: 0.8rem; color: var(--secondary); } .metric-item .value { font-size: 3rem; background: linear-gradient(to right, #93c5fd, #c4b5fd); -webkit-background-clip: text; color: transparent; text-shadow: 0 0 20px rgba(139,92,246,0.3); line-height: 1; }
.ai-simulator-section { margin-bottom: 100px; } .sim-input-group { display: flex; flex-direction: column; gap: 20px; margin-bottom: 24px; } .sim-input-field { width: 100%; padding: 18px 24px; background: #050508; border: 1px solid transparent; border-radius: 8px; color: #fff; outline: none; font-family: -apple-system, sans-serif; font-size: 1rem; transition: border-color 0.3s, box-shadow 0.3s; } .sim-input-field:focus { border-color: rgba(59,130,246,0.3); background: #080a0f; box-shadow: 0 0 15px rgba(59, 130, 246, 0.1); }
.terminal-box { margin-top: 30px; background: #020203; border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; overflow: hidden; max-height: 600px; overflow-y: auto; } .terminal-header { background: #050508; padding: 12px 20px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.05); position: sticky; top: 0; z-index: 10;} .terminal-dot { width: 12px; height: 12px; border-radius: 50%; } .dot-r { background: #ef4444; } .dot-y { background: #eab308; } .dot-g { background: #22c55e; }
.terminal-body { padding: 30px; font-family: monospace; font-size: 0.95rem; line-height: 1.8; } .term-gray { color: #9ca3af; } .term-green { color: #4ade80; } .term-blue { color: #60a5fa; } .term-purple { color: #c084fc; } .term-yellow { color: #facc15; }
.featured-course-wrapper { display: flex; flex-direction: column; gap: 30px; margin-bottom: 120px; } .pricing-layout { display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; width: 100%; height: 100%; } .premium-border-wrap { background: linear-gradient(145deg, #3b82f6, #8b5cf6, #3b82f6); background-size: 200% 200%; animation: gradient-border 4s ease infinite; padding: 2px; border-radius: 18px; box-shadow: 0 0 40px rgba(59, 130, 246, 0.15); margin-bottom: 10px; } .premium-inner { background: #050508; border-radius: 16px; overflow: hidden; width: 100%; height: 100%; }
.course-left { padding: 50px; flex: 1.2; display: flex; flex-direction: column; justify-content: center; z-index: 2; } .course-visual { flex: 1.2; position: relative; padding: 40px; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at center, rgba(59,130,246,0.05) 0%, transparent 70%); } .course-right { padding: 50px; flex: 0.8; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,0.08); background: rgba(0,0,0,0.4); z-index: 2; position: relative;}
.course-tag { font-size: 0.8rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; display: block; color: #93c5fd; } .course-left h2 { font-size: 2.2rem; margin-bottom: 20px; color: #fff; line-height: 1.3;} .course-left p { font-size: 0.95rem; color: var(--secondary); margin-bottom: 30px; max-width: 95%; } .course-features { display: flex; gap: 12px; flex-wrap: wrap; } .course-features span { background: rgba(255,255,255,0.05); border: 1px solid var(--glass-border); padding: 8px 16px; border-radius: 30px; font-size: 0.85rem; font-weight: 700; color: #E5E7EB; display: flex; align-items: center; gap: 8px; }
.mockup-wrapper { position: relative; width: 100%; max-width: 360px; height: 240px; transform: perspective(1000px) rotateY(-12deg) rotateX(5deg); transform-style: preserve-3d; transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); } .pricing-layout:hover .mockup-wrapper { transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.05); } .mockup-img { width: 100%; height: 100%; border-radius: 12px; background-color: #09090b; background-size: cover; background-position: center; border: 1px solid rgba(255,255,255,0.1); box-shadow: -20px 20px 40px rgba(0,0,0,0.8); position: relative; overflow: hidden; }
.float-badge { position: absolute; background: rgba(10,15,25,0.9); border: 1px solid var(--glass-border); padding: 10px 20px; border-radius: 8px; font-size: 0.85rem; color: #fff; font-weight: 700; display: flex; align-items: center; gap: 10px; z-index: 3; box-shadow: 0 10px 20px rgba(0,0,0,0.5); animation: float-badge-anim 4s ease-in-out infinite alternate; } .badge-1 { top: -20px; right: -30px; } .badge-2 { bottom: -30px; left: -30px; animation-delay: -2s; }
.price-tag { font-size: 0.85rem; font-weight: 700; color: var(--secondary); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; display: block; } .price-amount { font-size: 3rem; color: #fff; line-height: 1; margin-bottom: 16px; } .price-desc { font-size: 0.9rem; color: var(--secondary); margin-bottom: 30px; }
.knowledge-section { margin-bottom: 100px; } .knowledge-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; } .kb-card { padding: 30px 24px; display: flex; flex-direction: column; justify-content: space-between; min-height: 250px; background: rgba(255,255,255,0.02); border-radius: 16px; border: 1px solid var(--glass-border); transition: all 0.4s ease; position: relative; overflow: hidden; z-index: 1; } .kb-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 0; opacity: 0.15; filter: grayscale(100%); transition: all 0.4s ease;} .kb-card:hover { border-color: rgba(59, 130, 246, 0.4); transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); } .kb-card:hover::before { opacity: 0.4; transform: scale(1.1); filter: grayscale(0%); mix-blend-mode: screen; } .kb-card > div, .kb-card > span { position: relative; z-index: 2; } .kb-card h4 { font-size: 1.1rem; line-height: 1.5; margin-bottom: 12px; color: #fff; } .kb-card p { font-size: 0.85rem; color: var(--secondary); } .kb-tag { align-self: flex-start; padding: 6px 14px; background: rgba(255,255,255,0.05); border-radius: 20px; font-size: 0.75rem; font-weight: 700; color: #fff; margin-top: 24px; display: inline-block;}
.kb-card:nth-child(1)::before { background-image: url('https://images.unsplash.com/photo-1677442136019-21780ecad995?q=80&w=800&auto=format&fit=crop'); } .kb-card:nth-child(2)::before { background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=800&auto=format&fit=crop'); } .kb-card:nth-child(3)::before { background-image: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?q=80&w=800&auto=format&fit=crop'); } .kb-card:nth-child(4)::before { background-image: url('https://images.unsplash.com/photo-1620712943543-bcc4688e7485?q=80&w=800&auto=format&fit=crop'); } .kb-card:nth-child(5)::before { background-image: url('https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=800&auto=format&fit=crop'); } .kb-card:nth-child(6)::before { background-image: url('https://images.unsplash.com/photo-1633412802994-5c058f151b66?q=80&w=800&auto=format&fit=crop'); } .kb-card:nth-child(7)::before { background-image: url('https://images.unsplash.com/photo-1526374965328-7f61d4dc18c5?q=80&w=800&auto=format&fit=crop'); } .kb-card:nth-child(8)::before { background-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=800&auto=format&fit=crop'); }
.testimonial-marquee-wrapper { position: relative; width: 100vw; margin-left: calc(-50vw + 50%); overflow: hidden; padding: 40px 0 80px 0; background: linear-gradient(90deg, #030305 0%, transparent 10%, transparent 90%, #030305 100%); } .testimonial-marquee-wrapper::before, .testimonial-marquee-wrapper::after { content: ""; position: absolute; top: 0; width: 15%; height: 100%; z-index: 2; pointer-events: none; } .testimonial-marquee-wrapper::before { left: 0; background: linear-gradient(to right, #030305 0%, transparent 100%); } .testimonial-marquee-wrapper::after { right: 0; background: linear-gradient(to left, #030305 0%, transparent 100%); }
.testimonial-track { display: flex; gap: 30px; width: max-content; } .track-left { animation: marqueeLeft 60s linear infinite; margin-bottom: 30px; } .track-right { animation: marqueeRight 60s linear infinite; } .track-left:hover, .track-right:hover { animation-play-state: paused; }
@keyframes marqueeLeft { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-50% - 15px)); } } @keyframes marqueeRight { 0% { transform: translateX(calc(-50% - 15px)); } 100% { transform: translateX(0); } }
.testimonial-card { width: 450px; flex-shrink: 0; padding: 40px; display: flex; flex-direction: column; gap: 20px; border-radius: 16px; background: var(--glass-bg); border: 1px solid var(--glass-border); transition: all 0.3s; } .testimonial-card:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(59, 130, 246, 0.4); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.user-info { display: flex; align-items: center; gap: 16px; } .avatar-wrapper { width: 56px; height: 56px; border-radius: 50%; padding: 2px; background: linear-gradient(135deg, var(--tech-purple), var(--tech-blue)); } .avatar-inner { width: 100%; height: 100%; border-radius: 50%; border: 3px solid #030305; overflow: hidden; } .avatar-inner img { width: 100%; height: 100%; object-fit: cover; }
.user-meta h5 { margin: 0 0 4px 0; color: #fff; font-size: 1.1rem; } .user-meta p { margin: 0; color: var(--secondary); font-size: 0.85rem; font-weight: 600; } .rating { color: #93c5fd; font-size: 1.1rem; margin-bottom: 8px; } .feedback-text { color: #E5E7EB; font-size: 1rem; line-height: 1.8; }
.faq-section { margin: 0 auto 120px; max-width: 1000px; } .faq-title-wrap { text-align: center; margin-bottom: 50px; } .faq-container { padding: 20px 50px; } .faq-item { border-bottom: 1px solid var(--glass-border); } .faq-item:last-child { border-bottom: none; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 30px 0; font-size: 1.15rem; font-weight: 700; color: #fff; transition: color 0.3s ease; cursor: none;} .faq-question:hover { color: #93c5fd; } .faq-icon { font-size: 1.4rem; color: var(--secondary); transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; } .faq-answer-inner { padding: 0 0 30px 20px; color: var(--secondary); font-size: 1rem; line-height: 1.8; border-left: 3px solid transparent; margin-bottom: 10px; transition: border-color 0.4s ease; }
.faq-item.active .faq-question { color: #93c5fd; } .faq-item.active .faq-icon { transform: rotate(45deg); color: #93c5fd; } .faq-item.active .faq-answer-inner { border-left-color: var(--tech-blue); color: #E5E7EB;}
.ultimate-footer { margin-top: 60px; background: #030305; border-top: 1px solid rgba(255,255,255,0.03); position: relative; padding-top: 60px; } .footer-top-bar { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 30px; margin-bottom: 20px; flex-wrap: wrap; gap: 30px;} .ft-logo-area { display: flex; flex-direction: column; gap: 16px; }
.ft-logo { font-size: 2rem; line-height: 1; letter-spacing: 1px; background: linear-gradient(to right, #ffffff, #93c5fd, #c4b5fd, #ffffff); background-size: 200% auto; color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: shine 4s linear infinite; }
.ft-logo span { font-weight: 500; font-size: 1.4rem; background: linear-gradient(to right, #93c5fd, #c4b5fd, #3b82f6, #93c5fd); background-size: 200% auto; color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: shine 5s linear infinite reverse; }
.ft-badges { display: flex; align-items: center; gap: 16px; } .badge-primary { background: rgba(59, 130, 246, 0.1); color: #93c5fd; border: 1px solid rgba(59, 130, 246, 0.4); padding: 8px 16px; border-radius: 6px; font-size: 0.85rem; font-weight: 500; transition: all 0.3s;} .btn-outline-small { border: 1px solid rgba(255,255,255,0.2); color: var(--secondary); padding: 8px 24px; border-radius: 6px; font-size: 0.85rem; transition: all 0.3s; } .btn-outline-small:hover { border-color: #fff; color: #fff; }
.ft-social { display: flex; gap: 30px; align-items: center; margin-top: 10px;} .ft-social a { display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--secondary); font-size: 0.75rem; font-weight: 500; transition: all 0.3s; } .ft-social a .icon-box { width: 48px; height: 48px; border-radius: 12px; background: rgba(255,255,255,0.02); border: 1px solid var(--glass-border); display: grid; place-items: center; font-size: 1.5rem; transition: all 0.3s; } .ft-social a:hover { color: #fff; } .ft-social a:hover .icon-box { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.3); transform: translateY(-3px); color: #fff; }
.footer-mid-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; flex-wrap: wrap; gap: 40px; } .ft-desc { flex: 1; max-width: 600px; color: var(--secondary); font-size: 0.9rem; line-height: 2; } .ft-stat { text-align: right; } .ft-stat .stat-number { font-size: 5.5rem; background: linear-gradient(to right, #93c5fd, #c4b5fd); -webkit-background-clip: text; color: transparent; line-height: 1; text-shadow: 0 0 20px rgba(139,92,246,0.3); margin-bottom: 8px; letter-spacing: -2px;} .ft-stat .stat-label { color: var(--secondary); font-size: 0.85rem; font-weight: 500; letter-spacing: 1px;}
.footer-awards { display: flex; justify-content: space-between; align-items: center; padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.03); flex-wrap: wrap; gap: 20px; margin-bottom: 40px;} .award-item { display: flex; align-items: center; gap: 16px; text-align: center; cursor: none; transition: all 0.3s; flex: 1; min-width: 240px; justify-content: center;} .wheat-ear { width: 20px; height: auto; color: rgba(255,255,255,0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); overflow: visible; } .wheat-right { transform: scaleX(-1); } .award-item:hover .wheat-ear { color: #fff; filter: drop-shadow(0 0 10px rgba(255,255,255,0.3)); transform: scale(1.1); } .award-item:hover .wheat-right { transform: scaleX(-1) scale(1.1); } .award-item div h4 { color: #fff; font-size: 1.05rem; margin-bottom: 4px; font-weight: 700; letter-spacing: 0.5px; transition: color 0.4s;} .award-item:hover div h4 { color: #93c5fd; } .award-item div p { color: var(--secondary); font-size: 0.75rem; margin: 0; }
.footer-bottom-seo { padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.03); } .seo-links { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: center; margin-bottom: 16px;} .seo-title { color: #666; font-size: 0.8rem; font-weight: 500; transition: color 0.3s; } .seo-links a { color: #888; font-size: 0.8rem; font-weight: 500; transition: color 0.3s; } .seo-links a:hover { color: #93c5fd; } .copyright { text-align: center; color: #444; font-size: 0.75rem; font-weight: 400;}
@media (max-width: 1024px) { .footer-mid-bar { flex-direction: column; align-items: flex-start; } .ft-stat { text-align: left; margin-top: 20px; } .footer-awards { justify-content: center; } }
.modal-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.8); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); z-index: 1000; opacity: 0; visibility: hidden; transition: all 0.4s ease; display: flex; justify-content: center; align-items: flex-start; overflow-y: auto; padding: 40px 20px;} .modal-overlay.active { opacity: 1; visibility: visible; }
.modal-panel { background: rgba(10, 15, 25, 0.95); border: 1px solid var(--glass-border); border-radius: 16px; width: 100%; max-width: 900px; transform: translateY(30px); transition: all 0.4s; color: #fff; position: relative; margin: auto; box-shadow: 0 40px 80px rgba(0,0,0,0.8); display: none; overflow: hidden; } .modal-overlay.active .modal-panel.active-panel { display: block; transform: translateY(0); }
.modal-close { position: absolute; top: 24px; right: 24px; background: none; border: none; font-size: 1.8rem; color: var(--secondary); z-index: 10; padding: 8px; line-height: 1; transition: color 0.3s; cursor: pointer;} .modal-close:hover { color: #fff; }
.detail-content { display: flex; flex-wrap: wrap; } .detail-left { flex: 1.5; padding: 50px; border-right: 1px solid rgba(255,255,255,0.05); } .detail-left h1 { font-size: 2.2rem; margin-bottom: 20px; line-height: 1.2; } .detail-left .sub-title { color: var(--tech-blue); font-size: 1.1rem; font-weight: 700; margin-bottom: 40px; display: block; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 30px;} .detail-left p { color: var(--secondary); font-size: 1rem; margin-bottom: 24px; line-height: 1.8; }
.detail-right { flex: 1; padding: 50px; background: rgba(0,0,0,0.5); display: flex; flex-direction: column; justify-content: center;}
.modal-purchase-card { border: 1px solid var(--glass-border); background: rgba(255,255,255,0.03); border-radius: 12px; padding: 30px; border-top: 4px solid var(--tech-blue); box-shadow: 0 10px 30px rgba(0,0,0,0.5);} .modal-purchase-card .tag { font-size: 0.85rem; font-weight: 700; color: #93c5fd; margin-bottom: 16px; display: block; } .modal-purchase-card .price { font-size: 2.5rem; margin-bottom: 16px; line-height: 1; color: #fff;} .modal-purchase-card .desc { font-size: 0.85rem; color: var(--secondary); margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.05); line-height: 1.6;}
.btn-modal-primary { background: linear-gradient(135deg, var(--tech-blue) 0%, var(--tech-blue-dark) 100%); color: #fff; border: none; padding: 14px; border-radius: 8px; font-weight: 700; font-size: 1rem; width: 100%; transition: all 0.3s; margin-bottom: 16px; cursor: pointer; box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);} .btn-modal-primary:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6); } .btn-modal-ghost { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 14px; border-radius: 8px; font-weight: 700; font-size: 1rem; width: 100%; transition: all 0.3s; cursor: pointer; } .btn-modal-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); }
.checkout-header { display: flex; align-items: center; padding: 24px 40px; border-bottom: 1px solid var(--glass-border); background: rgba(255,255,255,0.02); } .checkout-header a { color: #93c5fd; font-size: 0.95rem; font-weight: 700; transition: color 0.3s; text-decoration: none;} .checkout-header a:hover { color: #fff; }
.checkout-content { padding: 40px; max-height: 70vh; overflow-y: auto;} .checkout-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 30px; color: #fff;} .order-summary { background: rgba(0,0,0,0.4); padding: 24px; border-radius: 8px; margin-bottom: 30px; border: 1px solid var(--glass-border);} .summary-row { display: flex; justify-content: space-between; margin-bottom: 16px; color: var(--secondary); font-size: 0.95rem; font-weight: 500;} .summary-row.total { font-size: 1.1rem; color: #fff; font-weight: 700; margin-bottom: 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.1);}
.form-group { margin-bottom: 24px; } .form-group label { display: block; font-size: 0.9rem; font-weight: 700; margin-bottom: 10px; color: #fff; } .form-group label span { color: var(--secondary); font-size: 0.8rem; font-weight: 500; margin-left: 8px;} .form-group input { width: 100%; padding: 14px 16px; background: rgba(255,255,255,0.05); color: #fff; border: 1px solid var(--glass-border); border-radius: 8px; font-size: 0.95rem; outline: none; transition: all 0.3s; } .form-group input:focus { border-color: var(--tech-blue); background: rgba(0,0,0,0.5); box-shadow: 0 0 15px rgba(59, 130, 246, 0.2); }
.coupon-group { display: flex; gap: 12px; } .btn-coupon { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 0 24px; border-radius: 8px; font-weight: 700; transition: all 0.3s; white-space: nowrap; cursor: pointer;} .btn-coupon:hover { background: rgba(255,255,255,0.2); }
.payment-methods { margin: 30px 0; } .payment-methods label { display: block; font-size: 0.9rem; font-weight: 700; margin-bottom: 16px; color: #fff;} .radio-group { display: flex; gap: 30px; align-items: center; } .radio-label { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 0.95rem; font-weight: 700; color: #E5E7EB;} .radio-label input[type="radio"] { accent-color: var(--tech-blue); transform: scale(1.2); }
.qr-content { padding: 60px 40px; text-align: center; } .qr-box { width: 240px; height: 240px; background: #fff; margin: 0 auto 30px; border-radius: 16px; padding: 10px; display: grid; place-items: center; box-shadow: 0 20px 50px rgba(0,0,0,0.5); } .qr-icons { display: flex; justify-content: center; gap: 20px; font-size: 2rem; margin-bottom: 20px;} .qr-icons .wechat { color: #059669; } .qr-icons .alipay { color: #0284c7; }
