@charset "utf-8";
@import "page.css";

:root {
	--wx-blue: #206ae4;
	--wx-blue-dark: #1860d8;
	--wx-blue-light: #4892f0;
	--wx-blue-soft: rgba(32,106,228,.12);
	--wx-grad: linear-gradient(135deg, #4892f0, #206ae4, #1860d8);
	--wx-dark: #0c1a3a;
	--wx-dark2: #081127;
}

/* ================== Hero ================== */
.wx-hero {
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: radial-gradient(140% 140% at 80% 0%, #1a3a7d 0%, #0c1a3a 48%, #070f24 100%);
}
.wx-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.wx-hero-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: .35;
}
.wx-hero-blob.b1 { width: 620px; height: 620px; background: #206ae4; top: -260px; right: -180px; }
.wx-hero-blob.b2 { width: 400px; height: 400px; background: #4892f0; bottom: -160px; left: -100px; opacity: .25; }
.wx-hero-blob.b3 { width: 260px; height: 260px; background: #1f3a78; top: 50%; right: 25%; opacity: .3; }

.wx-hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	width: 100%;
	padding: 80px clamp(20px, 4vw, 60px);
}

.wx-hero-text { flex: 1 1 520px; }
.wx-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.5px;
	color: var(--wx-blue-light);
	margin-bottom: 16px;
	text-transform: uppercase;
}
.wx-hero-text h1 {
	margin: 0 0 18px;
	font-size: clamp(42px, 5vw, 62px);
	font-weight: 800;
	color: #fff;
	line-height: 1.15;
	letter-spacing: -1px;
}
.wx-hero-sub {
	margin: 0 0 14px;
	font-size: clamp(18px, 2vw, 22px);
	color: rgba(255,255,255,.85);
	font-weight: 500;
}
.wx-hero-desc {
	margin: 0 0 36px;
	font-size: 15px;
	color: rgba(255,255,255,.68);
	line-height: 1.8;
	max-width: 520px;
}
.wx-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Buttons */
.wx-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 34px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: .35s cubic-bezier(.2,.7,.2,1);
	cursor: pointer;
}
.wx-btn-fill {
	background: var(--wx-grad);
	color: #fff;
	box-shadow: 0 12px 28px rgba(32,106,228,.35);
}
.wx-btn-fill:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(32,106,228,.5);
	background: #fff;
	color: var(--wx-blue);
}
.wx-btn-fill:hover i { color: var(--wx-blue); }
.wx-btn-ghost {
	color: #fff;
	border: 1.5px solid rgba(255,255,255,.35);
}
.wx-btn-ghost:hover {
	background: rgba(255,255,255,.1);
	border-color: #fff;
	transform: translateY(-3px);
}
.wx-btn-lg { padding: 18px 44px; font-size: 17px; }

/* Phone mockup */
.wx-hero-visual { flex: 0 0 auto; margin-top: 90px; }
.wx-phone { position: relative; perspective: 1000px; }
.wx-phone-body {
	position: relative;
	width: 310px;
	height: 620px;
	background: linear-gradient(160deg, #2a2a30, #1a1a1e 30%, #111 100%);
	border-radius: 48px;
	padding: 12px;
	box-shadow:
		0 60px 120px rgba(4,10,26,.55),
		0 0 0 2px rgba(180,180,190,.25),
		inset 0 0 0 1px rgba(255,255,255,.06);
}
/* 侧边按键 */
.wx-pb-left { position: absolute; left: -2px; top: 120px; z-index: 5; }
.wx-pb-action {
	width: 3px; height: 28px;
	background: linear-gradient(180deg, #555, #333);
	border-radius: 2px 0 0 2px;
	margin-bottom: 18px;
}
.wx-pb-vol-up {
	width: 3px; height: 40px;
	background: linear-gradient(180deg, #555, #333);
	border-radius: 2px 0 0 2px;
	margin-bottom: 6px;
}
.wx-pb-vol-down {
	width: 3px; height: 40px;
	background: linear-gradient(180deg, #555, #333);
	border-radius: 2px 0 0 2px;
}
.wx-pb-right {
	position: absolute;
	right: -2px; 
	top: 140px;
	width: 3px; 
	height: 64px;
	background: linear-gradient(180deg, #555, #333);
	border-radius: 0 2px 2px 0;
	z-index: 5;
}
/* 屏幕区域 */
.wx-phone-screen {
	height: 100%;
	background: #f2f2f2;
	border-radius: 38px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}
/* 灵动岛 */
.wx-island {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 22px;
	background: #111;
	border-radius: 30px;
	z-index: 20;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 8px;
}
.wx-island-cam {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #1a1a2e;
	border: 1px solid rgba(72,146,240,.4);
	box-shadow: inset 0 0 4px rgba(72,146,240,.5);
}
/* 状态栏 */
.wx-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 22px 2px;
	background: #f2f2f2;
}
.wx-bar-time { font-size: 12px; font-weight: 700; color: #111; letter-spacing: .5px; }
.wx-bar-icons { display: flex; align-items: center; gap: 5px; }
.wx-bar-sig { font-size: 10px; color: #111; letter-spacing: -1px; }
.wx-bar-icon { font-size: 10px; color: #111; }
/* 导航栏 */
.wx-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 18px 8px;
	background: #f2f2f2;
}
.wx-nav-back { font-size: 15px; color: #111; width: 28px; }
.wx-nav-title { font-size: 16px; font-weight: 700; color: #111; letter-spacing: 1px; }
.wx-nav-dot { font-size: 15px; color: #111; width: 28px; text-align: right; }
/* 搜索栏 */
.wx-search {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 2px 16px 14px;
	padding: 9px 14px;
	border-radius: 10px;
	background: #fff;
	font-size: 12px;
	color: #b0b0b0;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.wx-search i { font-size: 12px; color: #b0b0b0; }
/* 分组 */
.wx-block { padding: 0 16px; margin-bottom: 16px; }
.wx-block-tit { font-size: 12px; font-weight: 700; color: #999; margin-bottom: 10px; }
.wx-apps { display: flex; gap: 8px; }
.wx-app {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	flex: 1;
}
.wx-app-ic {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.wx-app-ic.c1 { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
.wx-app-ic.c2 { background: linear-gradient(135deg, #ffa502, #ff6348); }
.wx-app-ic.c3 { background: linear-gradient(135deg, #2ed573, #7bed9f); }
.wx-app-ic.c4 { background: linear-gradient(135deg, #1e90ff, #70a1ff); }
.wx-app-ic.c5 { background: linear-gradient(135deg, #206ae4, #4892f0); }
.wx-app-ic.c6 { background: linear-gradient(135deg, #a55eea, #d6a2ff); }
.wx-app-ic.c7 { background: linear-gradient(135deg, #2c3e50, #34495e); }
.wx-app-ic.c8 { background: linear-gradient(135deg, #00b894, #55efc4); }
.wx-app span { font-size: 10px; color: #555; white-space: nowrap; }
/* 底部提示 */
.wx-tip {
	text-align: center;
	font-size: 11px;
	color: #c0c0c0;
	padding: 6px 0 4px;
	margin-top: auto;
}
/* Home 指示条 */
.wx-home-bar {
	width: 100px;
	height: 4px;
	background: #ccc;
	border-radius: 99px;
	margin: 0 auto 6px;
}

/* ================== Tags ================== */
.wx-tags {
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #eef1f7;
	position: sticky;
	top: 0;
	z-index: 50;
}
.wx-wrap {
	width: 100%;
	padding: 0 clamp(16px, 3vw, 40px);
}
.wx-tags-row {
	display: flex;
	gap: 4px;
	overflow-x: auto;
	padding: 12px 0;
	-webkit-overflow-scrolling: touch;
}
.wx-tag-tab {
	flex: none;
	padding: 8px 20px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	text-decoration: none;
	transition: .3s;
	white-space: nowrap;
}
.wx-tag-tab:hover { color: var(--wx-blue); background: #f0f4ff; }
.wx-tag-tab.active { background: var(--wx-grad); color: #fff; }

/* ================== Section Common ================== */
.wx-sec { padding: 100px 0; }
.wx-sec.dark {
	background: radial-gradient(120% 120% at 80% 0%, #16306a 0%, #0c1a3a 48%, #081127 100%);
	color: #fff;
}
.wx-head { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.wx-head .wx-eyebrow { margin-bottom: 12px; }
.wx-head h2 {
	margin: 0 0 14px;
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 800;
	color: #1a1a2e;
	letter-spacing: .5px;
}
.wx-sec.dark .wx-head h2 { color: #fff; }
.wx-head p {
	margin: 0;
	font-size: 15px;
	color: #666;
	line-height: 1.8;
}
.wx-sec.dark .wx-head p { color: rgba(255,255,255,.72); }

/* ================== Advantage ================== */
.wx-advantage { background: #f8faff; }
.wx-adv-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.wx-adv-card {
	position: relative;
	background: #fff;
	border: 1px solid #e8ecf4;
	border-radius: 20px;
	padding: 36px 28px;
	transition: .45s cubic-bezier(.2,.7,.2,1);
	overflow: hidden;
}
.wx-adv-card:hover {
	transform: translateY(-10px);
	border-color: var(--wx-blue-light);
	box-shadow: 0 28px 56px rgba(32,106,228,.14);
}
.wx-adv-no {
	position: absolute;
	top: 18px;
	right: 22px;
	font-size: 56px;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	color: rgba(32,106,228,.06);
}
.wx-adv-ic {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	border-radius: 16px;
	background: var(--wx-grad);
	margin-bottom: 20px;
	box-shadow: 0 10px 22px rgba(32,106,228,.25);
	transition: .4s;
}
.wx-adv-card:hover .wx-adv-ic { transform: rotate(-5deg) scale(1.06); }
.wx-adv-body h3 { margin: 0 0 8px; font-size: 19px; font-weight: 800; color: #1a1a2e; }
.wx-adv-body p { margin: 0; font-size: 14px; line-height: 1.7; color: #666; }

/* ================== Features ================== */
.wx-feat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.wx-feat-card {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 16px;
	align-items: start;
	padding: 28px 26px;
	border-radius: 20px;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: .45s cubic-bezier(.2,.7,.2,1);
	overflow: hidden;
}
.wx-feat-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(180deg, transparent, var(--wx-blue-light), var(--wx-blue), transparent);
	transform: scaleY(0);
	transform-origin: top;
	transition: .5s;
}
.wx-feat-card:hover {
	background: rgba(255,255,255,.09);
	border-color: rgba(32,106,228,.5);
	transform: translateY(-8px);
	box-shadow: 0 30px 60px rgba(4,10,26,.5);
}
.wx-feat-card:hover::before { transform: scaleY(1); }
.wx-feat-ic {
	grid-column: 1;
	grid-row: 1 / 3;
	align-self: start;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--wx-blue-light);
	border-radius: 14px;
	background: var(--wx-blue-soft);
	border: 1px solid rgba(32,106,228,.25);
	transition: .45s;
}
.wx-feat-card:hover .wx-feat-ic {
	background: var(--wx-grad);
	color: #fff;
	transform: rotate(-5deg) scale(1.06);
	box-shadow: 0 12px 26px rgba(32,106,228,.4);
}
.wx-feat-card h3 { grid-column: 2; grid-row: 1; margin: 0 0 5px; font-size: 16px; font-weight: 800; color: #fff; }
.wx-feat-card p { grid-column: 2; grid-row: 2; margin: 0; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.68); }

/* ================== Scenarios ================== */
.wx-scene { background: #f8faff; }
.wx-scene-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.wx-scene-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #e8ecf4;
	transition: .45s cubic-bezier(.2,.7,.2,1);
}
.wx-scene-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 28px 56px rgba(32,106,228,.14);
	border-color: var(--wx-blue-light);
}
.wx-scene-img {
	height: 130px;
	background: linear-gradient(150deg, #1a3a7d, #206ae4);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #fff;
}
.wx-scene-body { padding: 22px 24px 24px; }
.wx-scene-body h3 { margin: 0 0 8px; font-size: 18px; font-weight: 800; color: #1a1a2e; }
.wx-scene-body p { margin: 0 0 14px; font-size: 13.5px; line-height: 1.7; color: #666; }
.wx-scene-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.wx-scene-tags span {
	padding: 5px 13px;
	border-radius: 999px;
	font-size: 11.5px;
	font-weight: 600;
	background: #f0f4ff;
	color: var(--wx-blue);
	transition: .3s;
}
.wx-scene-card:hover .wx-scene-tags span {
	background: var(--wx-grad);
	color: #fff;
}

/* ================== Process ================== */
.wx-process { padding-top: 100px; padding-bottom: 100px; }
.wx-proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.wx-proc-card {
	position: relative;
	padding: 38px 28px 30px;
	border-radius: 20px;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: .45s cubic-bezier(.2,.7,.2,1);
	overflow: hidden;
}
.wx-proc-card::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: var(--wx-grad);
	transform: scaleX(0);
	transition: .5s;
}
.wx-proc-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.09); border-color: rgba(32,106,228,.4); }
.wx-proc-card:hover::before { transform: scaleX(1); }
.wx-proc-no {
	font-size: 48px;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	color: rgba(255,255,255,.1);
	position: absolute;
	top: 14px;
	right: 20px;
}
.wx-proc-ic {
	width: 56px; height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: var(--wx-blue-light);
	border-radius: 16px;
	background: var(--wx-blue-soft);
	border: 1px solid rgba(32,106,228,.3);
	margin-bottom: 20px;
	transition: .45s;
}
.wx-proc-card:hover .wx-proc-ic { background: var(--wx-grad); color: #fff; }
.wx-proc-card h3 { margin: 0 0 10px; font-size: 19px; font-weight: 800; color: #fff; }
.wx-proc-card p { margin: 0; font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,.68); }

/* ================== Why Us ================== */
.wx-why { background: #f8faff; }
.wx-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.wx-why-card {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #e8ecf4;
	border-radius: 20px;
	padding: 28px 26px;
	transition: .45s cubic-bezier(.2,.7,.2,1);
}
.wx-why-card:hover {
	transform: translateY(-8px);
	border-color: var(--wx-blue-light);
	box-shadow: 0 28px 56px rgba(32,106,228,.12);
}
.wx-why-ic {
	width: 50px; height: 50px;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
	border-radius: 14px;
	background: var(--wx-grad);
	box-shadow: 0 8px 20px rgba(32,106,228,.25);
	transition: .4s;
}
.wx-why-card:hover .wx-why-ic { transform: rotate(-5deg) scale(1.06); }
.wx-why-body h3 { margin: 0 0 6px; font-size: 17px; font-weight: 800; color: #1a1a2e; }
.wx-why-body p { margin: 0; font-size: 13px; line-height: 1.7; color: #666; }

/* ================== CTA ================== */
.wx-cta {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background: radial-gradient(140% 140% at 60% 0%, #1a3a7d 0%, #0c1a3a 48%, #070f24 100%);
}
.wx-cta-bg { position: absolute; inset: 0; pointer-events: none; }
.wx-cta-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: .3;
}
.wx-cta-blob.c1 { width: 500px; height: 500px; background: #206ae4; top: -200px; right: -100px; }
.wx-cta-blob.c2 { width: 360px; height: 360px; background: #4892f0; bottom: -140px; left: -80px; opacity: .2; }
.wx-cta-box {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}
.wx-cta-box h2 {
	margin: 0 0 16px;
	font-size: clamp(28px, 3.6vw, 42px);
	font-weight: 800;
	color: #fff;
}
.wx-cta-box > p {
	margin: 0 0 36px;
	font-size: 16px;
	color: rgba(255,255,255,.78);
	line-height: 1.7;
}
.wx-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.wx-cta-checks {
	display: flex;
	gap: 36px;
	justify-content: center;
	flex-wrap: wrap;
	color: rgba(255,255,255,.82);
	font-size: 14px;
}
.wx-cta-checks i { color: #43e97b; margin-right: 6px; }

/* ================== Responsive ================== */
@media (max-width: 1100px) {
	.wx-adv-grid,
	.wx-feat-grid,
	.wx-scene-grid,
	.wx-proc-grid,
	.wx-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.wx-hero { min-height: auto; padding: 40px 0 60px; }
	.wx-hero-inner { flex-direction: column; text-align: center; gap: 40px; }
	.wx-hero-text h1 { font-size: 36px; }
	.wx-hero-desc { max-width: 100%; }
	.wx-hero-btns { justify-content: center; }
	.wx-phone-body { width: 250px; height: 500px; }
	.wx-phone-screen { border-radius: 28px; }
	.wx-island { width: 56px; height: 18px; top: 6px; }
	.wx-island-cam { width: 5px; height: 5px; }
	.wx-bar { padding: 10px 18px 2px; }
	.wx-bar-time { font-size: 10px; }
	.wx-nav { padding: 2px 14px 6px; }
	.wx-nav-title { font-size: 14px; }
	.wx-search { margin: 2px 12px 10px; padding: 7px 12px; font-size: 10px; }
	.wx-block { padding: 0 12px; margin-bottom: 12px; }
	.wx-block-tit { font-size: 10px; }
	.wx-app-ic { width: 36px; height: 36px; font-size: 15px; border-radius: 10px; }
	.wx-app span { font-size: 8px; }
	.wx-tip { font-size: 9px; }
	.wx-home-bar { width: 80px; height: 3px; }
	.wx-pb-action { height: 22px; margin-bottom: 12px; }
	.wx-pb-vol-up, .wx-pb-vol-down { height: 30px; }
	.wx-pb-right { height: 48px; top: 110px; }
	.wx-sec { padding: 64px 0; }
	.wx-head { margin-bottom: 44px; }
	.wx-adv-grid,
	.wx-feat-grid,
	.wx-scene-grid,
	.wx-proc-grid,
	.wx-why-grid { grid-template-columns: 1fr; gap: 16px; }
	.wx-cta { padding: 70px 0; }
}
@media (max-width: 480px) {
	.wx-hero-text h1 { font-size: 28px; }
	.wx-cta-box h2 { font-size: 26px; }
}