/*
 * WW高端海外内部 - 自定义样式
 */

/* 全局样式 - 超科幻风格（平衡版） */
body {
	font-family: 'Orbitron', 'Exo 2', 'Rajdhani', sans-serif;
	color: #4dd0e1;
	background-color: #0a0f1f;
	background-image: 
		linear-gradient(rgba(77, 208, 225, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(77, 208, 225, 0.02) 1px, transparent 1px),
		radial-gradient(circle at 20% 50%, rgba(77, 208, 225, 0.08) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(138, 43, 226, 0.08) 0%, transparent 50%),
		radial-gradient(circle at 50% 50%, rgba(77, 208, 225, 0.03) 0%, transparent 70%);
	background-size: 50px 50px, 50px 50px, 100% 100%, 100% 100%, 100% 100%;
	background-attachment: fixed;
	position: relative;
	overflow-x: hidden;
	animation: hologram 3s ease-in-out infinite;
}

body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 2px,
			rgba(77, 208, 225, 0.02) 2px,
			rgba(77, 208, 225, 0.02) 4px
		);
	pointer-events: none;
	z-index: 1;
	animation: scanline 8s linear infinite;
}

@keyframes scanline {
	0% { transform: translateY(0); }
	100% { transform: translateY(100px); }
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.section {
	padding: 80px 0;
}

.section-title {
	font-size: 42px;
	margin-bottom: 20px;
	color: #4dd0e1;
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.8),
		0 0 15px rgba(77, 208, 225, 0.6),
		0 0 25px rgba(77, 208, 225, 0.4),
		0 0 35px rgba(38, 198, 218, 0.3);
	animation: titleGlow 2s ease-in-out infinite alternate;
	position: relative;
}

@keyframes titleGlow {
	0% {
		text-shadow: 
			0 0 8px rgba(77, 208, 225, 0.8),
			0 0 15px rgba(77, 208, 225, 0.6),
			0 0 25px rgba(77, 208, 225, 0.4),
			0 0 35px rgba(38, 198, 218, 0.3);
	}
	100% {
		text-shadow: 
			0 0 15px rgba(77, 208, 225, 1),
			0 0 25px rgba(77, 208, 225, 0.8),
			0 0 35px rgba(77, 208, 225, 0.6),
			0 0 45px rgba(38, 198, 218, 0.5);
	}
}

.section-subtitle {
	font-size: 18px;
	margin-bottom: 50px;
	color: #66d9ef;
	font-family: 'Exo 2', sans-serif;
	letter-spacing: 3px;
	text-shadow: 0 0 8px rgba(102, 217, 239, 0.6);
}

/* 导航栏 - 超科幻风格（平衡版） */
.header {
	background: linear-gradient(180deg, rgba(10, 15, 31, 0.98) 0%, rgba(15, 20, 40, 0.95) 100%);
	padding: 15px 0;
	transition: all 0.3s ease;
	box-shadow: 
		0 2px 20px rgba(77, 208, 225, 0.2),
		inset 0 1px 0 rgba(77, 208, 225, 0.08);
	border-bottom: 2px solid rgba(77, 208, 225, 0.25);
	backdrop-filter: blur(10px);
	position: relative;
}

.header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(77, 208, 225, 0.6), transparent);
	box-shadow: 0 0 8px rgba(77, 208, 225, 0.4);
}

.header .navbar-brand {
	color: #4dd0e1 !important;
	font-size: 26px;
	font-weight: 900;
	font-family: 'Orbitron', sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.8),
		0 0 15px rgba(77, 208, 225, 0.6),
		0 0 25px rgba(0, 128, 255, 0.4);
	transition: all 0.3s ease;
	position: relative;
}

.header .navbar-brand:hover {
	text-shadow: 
		0 0 15px rgba(77, 208, 225, 1),
		0 0 25px rgba(77, 208, 225, 0.8),
		0 0 35px rgba(77, 208, 225, 0.6),
		0 0 45px rgba(0, 128, 255, 0.5);
	transform: scale(1.05);
}

.header .navbar-nav > li > a {
	color: #66d9ef !important;
	font-size: 16px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	padding: 15px 20px;
	transition: all 0.3s ease;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	text-shadow: 0 0 5px rgba(102, 217, 239, 0.4);
}

.header .navbar-nav > li > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #4dd0e1, transparent);
	transform: translateX(-50%);
	transition: width 0.3s ease;
	box-shadow: 0 0 8px rgba(77, 208, 225, 0.6);
}

.header .navbar-nav > li > a:hover {
	color: #4dd0e1 !important;
	background-color: transparent;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.8),
		0 0 15px rgba(77, 208, 225, 0.6);
}

.header .navbar-nav > li > a:hover::before {
	width: 80%;
}

.header .navbar-nav > li.active > a {
	color: #4dd0e1 !important;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.8),
		0 0 15px rgba(77, 208, 225, 0.6);
}

.header .navbar-nav > li.active > a::before {
	width: 80%;
}

/* 首页横幅 - 超科幻风格（平衡版） */
.hero-section {
	background: 
		linear-gradient(135deg, #0a0f1f 0%, #0f1525 25%, #0a0f1f 50%, #0f1525 75%, #0a0f1f 100%),
		radial-gradient(circle at 30% 30%, rgba(77, 208, 225, 0.12) 0%, transparent 50%),
		radial-gradient(circle at 70% 70%, rgba(138, 43, 226, 0.12) 0%, transparent 50%),
		linear-gradient(rgba(77, 208, 225, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(77, 208, 225, 0.03) 1px, transparent 1px);
	background-size: 100% 100%, 100% 100%, 100% 100%, 50px 50px, 50px 50px;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding-top: 80px;
	position: relative;
	overflow: hidden;
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 2px,
			rgba(77, 208, 225, 0.03) 2px,
			rgba(77, 208, 225, 0.03) 4px
		);
	pointer-events: none;
	animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
	0% { transform: translateY(0); }
	100% { transform: translateY(50px); }
}

.hero-section::after {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: 
		radial-gradient(circle, rgba(0, 255, 255, 0.1) 1px, transparent 1px),
		radial-gradient(circle, rgba(138, 43, 226, 0.1) 1px, transparent 1px);
	background-size: 100px 100px, 150px 150px;
	animation: particles 30s linear infinite;
	pointer-events: none;
}

@keyframes particles {
	0% { transform: rotate(0deg) translate(0, 0); }
	100% { transform: rotate(360deg) translate(50px, 50px); }
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.hero-section .container {
	position: relative;
	z-index: 2;
}

.hero-title {
	font-size: 72px;
	font-weight: 900;
	margin-bottom: 20px;
	font-family: 'Orbitron', sans-serif;
	text-transform: uppercase;
	letter-spacing: 8px;
	background: linear-gradient(135deg, #4dd0e1 0%, #26c6da 50%, #7b68ee 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	position: relative;
	animation: titlePulse 3s ease-in-out infinite;
	filter: drop-shadow(0 0 20px rgba(77, 208, 225, 0.6));
}

.hero-title::before {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(135deg, #00ffff 0%, #0080ff 50%, #8a2be2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	filter: blur(10px);
	opacity: 0.5;
}

@keyframes titlePulse {
	0%, 100% {
		filter: drop-shadow(0 0 20px rgba(77, 208, 225, 0.6)) drop-shadow(0 0 40px rgba(38, 198, 218, 0.4));
		transform: scale(1);
	}
	50% {
		filter: drop-shadow(0 0 30px rgba(77, 208, 225, 0.8)) drop-shadow(0 0 60px rgba(38, 198, 218, 0.6));
		transform: scale(1.02);
	}
}

.hero-subtitle {
	font-size: 28px;
	margin-bottom: 40px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	letter-spacing: 5px;
	color: #66d9ef;
	text-transform: uppercase;
	text-shadow: 
		0 0 8px rgba(102, 217, 239, 0.6),
		0 0 15px rgba(102, 217, 239, 0.4);
	animation: subtitleGlow 2s ease-in-out infinite alternate;
}

@keyframes subtitleGlow {
	0% {
		text-shadow: 
			0 0 8px rgba(102, 217, 239, 0.6),
			0 0 15px rgba(102, 217, 239, 0.4);
	}
	100% {
		text-shadow: 
			0 0 15px rgba(102, 217, 239, 0.8),
			0 0 25px rgba(102, 217, 239, 0.6),
			0 0 35px rgba(38, 198, 218, 0.4);
	}
}

.stability-counter {
	background: 
		linear-gradient(135deg, rgba(10, 15, 31, 0.9) 0%, rgba(15, 20, 40, 0.9) 100%);
	padding: 50px 40px;
	border-radius: 15px;
	backdrop-filter: blur(20px);
	margin-top: 40px;
	border: 2px solid rgba(77, 208, 225, 0.4);
	box-shadow: 
		0 0 30px rgba(77, 208, 225, 0.3),
		inset 0 0 30px rgba(77, 208, 225, 0.08),
		0 0 60px rgba(38, 198, 218, 0.15);
	position: relative;
	overflow: hidden;
}

.stability-counter::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(77, 208, 225, 0.15), transparent);
	animation: rotate 8s linear infinite;
}

.stability-counter::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(77, 208, 225, 0.25);
	border-radius: 15px;
	box-shadow: 
		inset 0 0 20px rgba(77, 208, 225, 0.15),
		0 0 20px rgba(77, 208, 225, 0.08);
	pointer-events: none;
}

@keyframes rotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.counter-title {
	font-size: 32px;
	margin-bottom: 40px;
	color: #4dd0e1;
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
	z-index: 1;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.8),
		0 0 15px rgba(77, 208, 225, 0.6),
		0 0 25px rgba(38, 198, 218, 0.4);
	animation: counterTitleGlow 2s ease-in-out infinite alternate;
}

@keyframes counterTitleGlow {
	0% {
		text-shadow: 
			0 0 8px rgba(77, 208, 225, 0.8),
			0 0 15px rgba(77, 208, 225, 0.6),
			0 0 25px rgba(38, 198, 218, 0.4);
	}
	100% {
		text-shadow: 
			0 0 15px rgba(77, 208, 225, 1),
			0 0 25px rgba(77, 208, 225, 0.8),
			0 0 35px rgba(77, 208, 225, 0.6),
			0 0 45px rgba(38, 198, 218, 0.5);
	}
}

.counter-display {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	margin: 40px 0;
	position: relative;
	z-index: 1;
}

.counter-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: 
		linear-gradient(135deg, rgba(10, 15, 31, 0.8) 0%, rgba(15, 20, 40, 0.8) 100%);
	padding: 20px 25px;
	border-radius: 10px;
	border: 2px solid rgba(77, 208, 225, 0.5);
	box-shadow: 
		0 0 25px rgba(77, 208, 225, 0.4),
		inset 0 0 25px rgba(77, 208, 225, 0.08),
		0 0 50px rgba(38, 198, 218, 0.25);
	min-width: 100px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.counter-item::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(45deg, #4dd0e1, #26c6da, #7b68ee, #4dd0e1);
	background-size: 400% 400%;
	border-radius: 10px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease;
	animation: borderGlow 3s linear infinite;
}

@keyframes borderGlow {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}

.counter-item:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 
		0 0 40px rgba(77, 208, 225, 0.6),
		inset 0 0 40px rgba(77, 208, 225, 0.15),
		0 0 80px rgba(38, 198, 218, 0.4);
	border-color: rgba(77, 208, 225, 0.8);
}

.counter-item:hover::before {
	opacity: 0.4;
}

.counter-number {
	font-size: 64px;
	font-weight: 900;
	color: #4dd0e1;
	font-family: 'Orbitron', sans-serif;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.8),
		0 0 15px rgba(77, 208, 225, 0.6),
		0 0 25px rgba(77, 208, 225, 0.4),
		0 0 35px rgba(38, 198, 218, 0.3),
		0 0 55px rgba(38, 198, 218, 0.2);
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 4px;
	transition: all 0.3s ease;
	filter: drop-shadow(0 0 15px rgba(77, 208, 225, 0.6));
}

.counter-number.pulse {
	animation: pulse 0.3s ease;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		text-shadow: 
			0 0 8px rgba(77, 208, 225, 0.8),
			0 0 15px rgba(77, 208, 225, 0.6),
			0 0 25px rgba(77, 208, 225, 0.4),
			0 0 35px rgba(38, 198, 218, 0.3);
		filter: drop-shadow(0 0 15px rgba(77, 208, 225, 0.6));
	}
	50% {
		transform: scale(1.15);
		text-shadow: 
			0 0 20px rgba(77, 208, 225, 1),
			0 0 35px rgba(77, 208, 225, 0.8),
			0 0 50px rgba(77, 208, 225, 0.6),
			0 0 70px rgba(38, 198, 218, 0.5),
			0 0 90px rgba(38, 198, 218, 0.4);
		filter: drop-shadow(0 0 30px rgba(77, 208, 225, 0.8));
	}
}

.counter-label {
	font-size: 16px;
	color: #66d9ef;
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-shadow: 
		0 0 8px rgba(102, 217, 239, 0.6),
		0 0 15px rgba(102, 217, 239, 0.4);
}

.counter-separator {
	font-size: 56px;
	color: #4dd0e1;
	font-weight: 900;
	font-family: 'Orbitron', sans-serif;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.8),
		0 0 15px rgba(77, 208, 225, 0.6),
		0 0 25px rgba(38, 198, 218, 0.4);
	line-height: 1;
	position: relative;
	top: -10px;
	animation: separatorBlink 1s ease-in-out infinite;
}

@keyframes separatorBlink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.6; }
}

.stability-text {
	font-size: 18px;
	margin-top: 30px;
	color: #66d9ef;
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	letter-spacing: 4px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	text-shadow: 
		0 0 8px rgba(102, 217, 239, 0.6),
		0 0 15px rgba(102, 217, 239, 0.4);
}

/* 系统支持部分 */
.systems-section {
	background-color: #0a0f1f;
	background-image: 
		linear-gradient(rgba(77, 208, 225, 0.015) 1px, transparent 1px),
		linear-gradient(90deg, rgba(77, 208, 225, 0.015) 1px, transparent 1px),
		radial-gradient(circle at 20% 50%, rgba(77, 208, 225, 0.05) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(138, 43, 226, 0.05) 0%, transparent 50%);
	background-size: 50px 50px, 50px 50px, 100% 100%, 100% 100%;
	position: relative;
}

.systems-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid rgba(0, 255, 255, 0.2);
	border-bottom: 1px solid rgba(0, 255, 255, 0.2);
	pointer-events: none;
}

.system-item {
	margin-bottom: 30px;
}

.system-box {
	background: 
		linear-gradient(135deg, rgba(10, 15, 31, 0.9) 0%, rgba(15, 20, 40, 0.9) 100%);
	border: 2px solid rgba(77, 208, 225, 0.25);
	padding: 40px 20px;
	border-radius: 10px;
	box-shadow: 
		0 5px 20px rgba(0, 0, 0, 0.4),
		0 0 25px rgba(77, 208, 225, 0.15),
		inset 0 0 25px rgba(77, 208, 225, 0.04);
	transition: all 0.3s ease;
	height: 100%;
	backdrop-filter: blur(10px);
	position: relative;
	overflow: hidden;
}

.system-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.1), transparent);
	transition: left 0.5s ease;
}

.system-box:hover::before {
	left: 100%;
}

.system-box:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 
		0 10px 40px rgba(0, 0, 0, 0.6),
		0 0 60px rgba(0, 255, 255, 0.5),
		inset 0 0 60px rgba(0, 255, 255, 0.1),
		0 0 100px rgba(0, 128, 255, 0.3);
	border-color: rgba(0, 255, 255, 0.8);
}

.system-box i {
	color: #4dd0e1;
	margin-bottom: 20px;
	filter: drop-shadow(0 0 8px rgba(77, 208, 225, 0.6));
	transition: all 0.3s ease;
}

.system-box:hover i {
	filter: drop-shadow(0 0 15px rgba(77, 208, 225, 0.8));
	transform: scale(1.1) rotate(5deg);
}

.system-box h3 {
	color: #4dd0e1;
	margin-bottom: 15px;
	font-size: 22px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.6),
		0 0 15px rgba(77, 208, 225, 0.4);
	letter-spacing: 2px;
}

.system-box p {
	color: #66d9ef;
	font-size: 14px;
	font-family: 'Exo 2', sans-serif;
	text-shadow: 0 0 4px rgba(102, 217, 239, 0.4);
}

/* 优势部分 - 超科幻风格（平衡版） */
.advantages-section {
	background: 
		linear-gradient(135deg, #0a0f1f 0%, #0f1525 50%, #0a0f1f 100%),
		radial-gradient(circle at 50% 50%, rgba(77, 208, 225, 0.06) 0%, transparent 70%),
		linear-gradient(rgba(77, 208, 225, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(77, 208, 225, 0.02) 1px, transparent 1px);
	background-size: 100% 100%, 100% 100%, 50px 50px, 50px 50px;
	position: relative;
}

.advantages-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 2px,
			rgba(77, 208, 225, 0.03) 2px,
			rgba(77, 208, 225, 0.03) 4px
		);
	pointer-events: none;
	animation: gridMove 20s linear infinite;
}

.advantages-section .container {
	position: relative;
	z-index: 2;
}

.advantage-item {
	background: 
		linear-gradient(135deg, rgba(10, 15, 31, 0.8) 0%, rgba(15, 20, 40, 0.8) 100%);
	border: 2px solid rgba(77, 208, 225, 0.25);
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	box-shadow: 
		0 0 20px rgba(77, 208, 225, 0.15),
		inset 0 0 20px rgba(77, 208, 225, 0.04);
	position: relative;
	overflow: hidden;
}

.advantage-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(77, 208, 225, 0.6), transparent);
	transform: translateX(-100%);
	transition: transform 0.5s ease;
}

.advantage-item:hover::before {
	transform: translateX(100%);
}

.advantage-item:hover {
	background: 
		linear-gradient(135deg, rgba(15, 20, 40, 0.9) 0%, rgba(20, 25, 50, 0.9) 100%);
	border-color: rgba(77, 208, 225, 0.6);
	transform: translateY(-5px) scale(1.02);
	box-shadow: 
		0 0 35px rgba(77, 208, 225, 0.4),
		inset 0 0 35px rgba(77, 208, 225, 0.08),
		0 0 70px rgba(38, 198, 218, 0.25);
}

.advantage-item i {
	color: #4dd0e1;
	margin-bottom: 20px;
	filter: drop-shadow(0 0 12px rgba(77, 208, 225, 0.6));
	transition: all 0.3s ease;
}

.advantage-item:hover i {
	filter: drop-shadow(0 0 20px rgba(77, 208, 225, 0.8));
	transform: scale(1.2) rotate(10deg);
}

.advantage-item h3 {
	color: #4dd0e1;
	margin-bottom: 15px;
	font-size: 22px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.6),
		0 0 15px rgba(77, 208, 225, 0.4);
	letter-spacing: 2px;
}

.advantage-item p {
	color: #66d9ef;
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
	text-shadow: 0 0 4px rgba(102, 217, 239, 0.4);
}

/* 截图展示 */
.screenshots-section {
	background-color: #0a0f1f;
	background-image: 
		linear-gradient(rgba(77, 208, 225, 0.015) 1px, transparent 1px),
		linear-gradient(90deg, rgba(77, 208, 225, 0.015) 1px, transparent 1px),
		radial-gradient(circle at 50% 50%, rgba(77, 208, 225, 0.05) 0%, transparent 70%);
	background-size: 50px 50px, 50px 50px, 100% 100%;
}

.screenshot-item {
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.screenshot-item:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.screenshot-item img {
	width: 100%;
	height: auto;
	display: block;
}

.screenshot-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
	padding: 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.screenshot-item:hover .screenshot-overlay {
	opacity: 1;
}

.screenshot-overlay h4 {
	color: #fff;
	margin: 0;
	font-size: 18px;
}

/* 功能列表表格 */
.features-section {
	background: 
		linear-gradient(135deg, #0a0f1f 0%, #0f1525 50%, #0a0f1f 100%),
		radial-gradient(circle at 50% 50%, rgba(138, 43, 226, 0.06) 0%, transparent 70%),
		linear-gradient(rgba(77, 208, 225, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(77, 208, 225, 0.02) 1px, transparent 1px);
	background-size: 100% 100%, 100% 100%, 50px 50px, 50px 50px;
	position: relative;
}

.features-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 2px,
			rgba(138, 43, 226, 0.03) 2px,
			rgba(138, 43, 226, 0.03) 4px
		);
	pointer-events: none;
}

.features-section .container {
	position: relative;
	z-index: 2;
}

.features-table {
	background: 
		linear-gradient(135deg, rgba(10, 15, 31, 0.9) 0%, rgba(15, 20, 40, 0.9) 100%);
	border: 2px solid rgba(77, 208, 225, 0.25);
	border-radius: 10px;
	backdrop-filter: blur(10px);
	box-shadow: 
		0 0 25px rgba(77, 208, 225, 0.25),
		inset 0 0 25px rgba(77, 208, 225, 0.04);
	overflow: hidden;
}

.features-table td {
	padding: 20px;
	color: #66d9ef;
	border-bottom: 1px solid rgba(77, 208, 225, 0.15);
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
	transition: all 0.3s ease;
	text-shadow: 0 0 4px rgba(102, 217, 239, 0.4);
}

.features-table tr:hover td {
	background: rgba(77, 208, 225, 0.04);
	color: #4dd0e1;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.6),
		0 0 15px rgba(77, 208, 225, 0.4);
}

.features-table tr:last-child td {
	border-bottom: none;
}

.features-table strong {
	color: #4dd0e1;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.6),
		0 0 15px rgba(77, 208, 225, 0.4);
	letter-spacing: 1px;
}

/* 价格部分 */
.pricing-section {
	background-color: #0a0f1f;
	background-image: 
		linear-gradient(rgba(77, 208, 225, 0.015) 1px, transparent 1px),
		linear-gradient(90deg, rgba(77, 208, 225, 0.015) 1px, transparent 1px),
		radial-gradient(circle at 50% 50%, rgba(77, 208, 225, 0.04) 0%, transparent 70%);
	background-size: 50px 50px, 50px 50px, 100% 100%;
}

.pricing-box {
	background: 
		linear-gradient(135deg, rgba(0, 0, 17, 0.9) 0%, rgba(0, 0, 34, 0.9) 100%);
	border: 2px solid rgba(0, 255, 255, 0.3);
	border-radius: 10px;
	box-shadow: 
		0 5px 20px rgba(0, 0, 0, 0.5),
		0 0 30px rgba(0, 255, 255, 0.2),
		inset 0 0 30px rgba(0, 255, 255, 0.05);
	padding: 40px 30px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
	position: relative;
	height: 100%;
	backdrop-filter: blur(10px);
	overflow: hidden;
}

.pricing-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #00ffff, transparent);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.pricing-box:hover::before {
	opacity: 1;
}

.pricing-box:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 
		0 10px 40px rgba(0, 0, 0, 0.6),
		0 0 60px rgba(0, 255, 255, 0.5),
		inset 0 0 60px rgba(0, 255, 255, 0.1),
		0 0 100px rgba(0, 128, 255, 0.3);
	border-color: rgba(0, 255, 255, 0.8);
}

.pricing-box.featured {
	border: 3px solid #55acee;
	transform: scale(1.05);
}

.popular-badge {
	position: absolute;
	top: -15px;
	right: 20px;
	background: #55acee;
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 700;
}

.pricing-header {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.pricing-header h3 {
	color: #4dd0e1;
	font-size: 24px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.6),
		0 0 15px rgba(77, 208, 225, 0.4);
	letter-spacing: 2px;
}

.price {
	margin: 20px 0;
}

.old-price {
	text-decoration: line-through;
	color: #666;
	font-size: 24px;
	margin-right: 10px;
	font-family: 'Exo 2', sans-serif;
}

.new-price {
	color: #4dd0e1;
	font-size: 56px;
	font-weight: 900;
	font-family: 'Orbitron', sans-serif;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.8),
		0 0 15px rgba(77, 208, 225, 0.6),
		0 0 25px rgba(38, 198, 218, 0.4);
	letter-spacing: 2px;
}

.save {
	color: #4caf50;
	font-size: 16px;
	margin-top: 10px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	text-shadow: 
		0 0 8px rgba(76, 175, 80, 0.6),
		0 0 15px rgba(76, 175, 80, 0.4);
	letter-spacing: 1px;
}

.pricing-features {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.pricing-features li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(77, 208, 225, 0.15);
	color: #66d9ef;
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
	text-shadow: 0 0 4px rgba(102, 217, 239, 0.4);
	transition: all 0.3s ease;
}

.pricing-features li:hover {
	color: #4dd0e1;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.6),
		0 0 15px rgba(77, 208, 225, 0.4);
	padding-left: 10px;
}

.pricing-features li:last-child {
	border-bottom: none;
}

.pricing-features li::before {
	content: "\f00c";
	font-family: "FontAwesome";
	color: #4dd0e1;
	margin-right: 10px;
	text-shadow: 
		0 0 8px rgba(77, 208, 225, 0.6),
		0 0 15px rgba(77, 208, 225, 0.4);
	filter: drop-shadow(0 0 4px rgba(77, 208, 225, 0.6));
}

/* 按钮样式 - 超科幻风格（平衡版） */
.btn-primary {
	background: linear-gradient(135deg, #4dd0e1 0%, #26c6da 100%);
	border: 2px solid rgba(77, 208, 225, 0.6);
	color: #000;
	padding: 12px 30px;
	font-size: 16px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 2px;
	box-shadow: 
		0 0 15px rgba(77, 208, 225, 0.4),
		inset 0 0 15px rgba(255, 255, 255, 0.08);
	position: relative;
	overflow: hidden;
}

.btn-primary::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
	transition: left 0.5s ease;
}

.btn-primary:hover {
	background: linear-gradient(135deg, #26c6da 0%, #4dd0e1 100%);
	border-color: rgba(77, 208, 225, 0.8);
	color: #000;
	transform: translateY(-2px);
	box-shadow: 
		0 0 30px rgba(77, 208, 225, 0.6),
		0 0 60px rgba(38, 198, 218, 0.4),
		inset 0 0 25px rgba(255, 255, 255, 0.15);
}

.btn-primary:hover::before {
	left: 100%;
}

.btn-lg {
	padding: 15px 50px;
	font-size: 20px;
}

/* 下载部分 */
.download-section {
	background: 
		linear-gradient(135deg, #0a0f1f 0%, #0f1525 50%, #0a0f1f 100%),
		radial-gradient(circle at 50% 50%, rgba(138, 43, 226, 0.06) 0%, transparent 70%),
		linear-gradient(rgba(77, 208, 225, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(77, 208, 225, 0.02) 1px, transparent 1px);
	background-size: 100% 100%, 100% 100%, 50px 50px, 50px 50px;
	position: relative;
}

.download-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 2px,
			rgba(138, 43, 226, 0.03) 2px,
			rgba(138, 43, 226, 0.03) 4px
		);
	pointer-events: none;
}

.download-section .container {
	position: relative;
	z-index: 2;
}

/* 页脚 */
.footer {
	background-color: #0a0f1f;
	border-top: 2px solid rgba(77, 208, 225, 0.25);
	color: #fff;
	padding: 40px 0;
	text-align: center;
	position: relative;
	box-shadow: 
		0 -5px 20px rgba(77, 208, 225, 0.15),
		inset 0 5px 20px rgba(77, 208, 225, 0.04);
}

.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(77, 208, 225, 0.6), transparent);
	box-shadow: 0 0 8px rgba(77, 208, 225, 0.4);
}

.footer p {
	margin: 10px 0;
	color: #66d9ef;
	font-size: 14px;
	font-family: 'Exo 2', sans-serif;
	text-shadow: 0 0 4px rgba(102, 217, 239, 0.4);
	letter-spacing: 1px;
}

/* 响应式设计 */
@media (max-width: 991px) {
	.pricing-box.featured {
		transform: scale(1);
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.popular-badge {
		right: 10px;
		font-size: 12px;
		padding: 5px 15px;
	}
}

@media (max-width: 768px) {
	.hero-title {
		font-size: 36px;
	}

	.hero-subtitle {
		font-size: 20px;
	}

	.counter-display {
		font-size: 32px;
	}

	.section-title {
		font-size: 32px;
	}
	
	.section {
		padding: 60px 0;
	}
	
	.stability-counter {
		padding: 30px 20px;
	}
	
	.features-table td {
		padding: 15px 10px;
		font-size: 14px;
		display: block;
		border-bottom: none;
	}
	
	.features-table tr {
		display: block;
		margin-bottom: 20px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 5px;
		padding: 10px;
	}
	
	.features-table tr:last-child {
		margin-bottom: 0;
	}
	
	.features-table td:first-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.hero-title {
		font-size: 28px;
	}

	.hero-subtitle {
		font-size: 18px;
	}

	.counter-display {
		gap: 10px;
	}
	
	.counter-item {
		min-width: 70px;
		padding: 15px 15px;
	}
	
	.counter-number {
		font-size: 36px;
	}
	
	.counter-label {
		font-size: 12px;
	}
	
	.counter-separator {
		font-size: 32px;
		top: -5px;
	}

	.section-title {
		font-size: 28px;
	}
	
	.section-subtitle {
		font-size: 16px;
	}
	
	.stability-counter h2 {
		font-size: 24px;
	}
	
	.stability-text {
		font-size: 16px;
	}
	
	.system-box,
	.advantage-item,
	.pricing-box {
		padding: 30px 20px;
	}
	
	.new-price {
		font-size: 36px;
	}
	
	.old-price {
		font-size: 20px;
	}
}

/* 平滑滚动 */
html {
	scroll-behavior: smooth;
}

/* 固定头部样式 */
.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.98);
	padding: 10px 0;
	box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

/* 加载动画 */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.animate-fade-in {
	animation: fadeInUp 0.6s ease-out;
}

/* 科幻特效 */
@keyframes hologram {
	0%, 100% {
		opacity: 1;
		filter: brightness(1) contrast(1);
	}
	50% {
		opacity: 0.95;
		filter: brightness(1.1) contrast(1.1);
	}
}

@keyframes dataStream {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translateY(100vh);
		opacity: 0;
	}
}

/* 添加数据流效果 */
body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 10%;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #00ffff, transparent);
	opacity: 0.3;
	animation: dataStream 10s linear infinite;
	pointer-events: none;
	z-index: 0;
}

/* 按钮悬停效果增强 */
.btn-primary:active {
	transform: translateY(0);
}

/* 表格响应式优化 */
@media (max-width: 768px) {
	.features-table {
		overflow-x: auto;
	}
}

/* 导航栏移动端优化 */
@media (max-width: 767px) {
	.header .navbar-nav {
		background: linear-gradient(180deg, rgba(0, 0, 17, 0.98) 0%, rgba(0, 0, 34, 0.95) 100%);
		border: 1px solid rgba(0, 255, 255, 0.3);
		box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
		margin-top: 10px;
		padding: 10px 0;
	}
	
	.header .navbar-nav > li > a {
		padding: 10px 20px;
	}
}

/* 额外的科幻效果 */
.section {
	position: relative;
	z-index: 2;
}

.section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
	box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

/* 增强所有文本的科幻感 */
p, span, li, td {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
