
/* 深色玻璃蒙层（与落地页主题一致），点击空白处关闭 */
.modal-wrap[data-v-573ede0a] {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: stretch;
	justify-content: center;
	background: rgba(7, 12, 20, 0.78);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	animation: modal-fade-in-573ede0a 0.22s ease both;
}
@keyframes modal-fade-in-573ede0a {
from {
		opacity: 0;
}
to {
		opacity: 1;
}
}

/* 居中卡片：H5 全宽，PC 限宽 480 居中、上下留呼吸 */
.modal-card[data-v-573ede0a] {
	position: relative;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.06);
}
@media (min-width: 601px) {
.modal-wrap[data-v-573ede0a] {
		padding: 24px;
		align-items: center;
}
.modal-card[data-v-573ede0a] {
		height: min(720px, calc(100vh - 48px));
		border-radius: 18px;
}
}
@media (max-width: 600px) {
.modal-card[data-v-573ede0a] {
		height: 100%;
}
}

/* 顶部蓝色渐变栏（与下载按钮主色一致） */
.modal-header[data-v-573ede0a] {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	padding: 0.8rem 1rem;
	background: linear-gradient(135deg, #4dabf7 0%, #339af0 50%, #22b8cf 100%);
	color: #fff;
	box-shadow: 0 4px 14px rgba(34, 184, 207, 0.25);
}
.modal-header .android-modal-arrow[data-v-573ede0a],
.modal-header .modal-close[data-v-573ede0a] {
	width: 1.8rem;
	height: 1.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}
.modal-header .android-modal-arrow[data-v-573ede0a]:hover,
.modal-header .modal-close[data-v-573ede0a]:hover {
	background: rgba(255, 255, 255, 0.3);
}
.modal-header .android-modal-arrow[data-v-573ede0a]:active,
.modal-header .modal-close[data-v-573ede0a]:active {
	transform: scale(0.94);
}
.modal-header .android-modal-arrow svg[data-v-573ede0a],
.modal-header .modal-close svg[data-v-573ede0a] {
	width: 1rem;
	height: 1rem;
	display: block;
}
.modal-header .title[data-v-573ede0a] {
	flex: 1;
	text-align: center;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #fff;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/* 内容区：保留白底教程图（教程素材本身就是白底，强行改深色会看不清） */
.modal-content[data-v-573ede0a] {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}
.modal-content .platform-item img[data-v-573ede0a] {
	width: 100%;
	height: auto;
	display: block;
}
.modal-content .modal-common-img[data-v-573ede0a] {
	width: 100%;
	height: auto;
	display: block;
}

.modal-wrap[data-v-5fae3a55] {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99;
	overflow: hidden;
	background-color: white;
	display: flex;
	flex-direction: column;
	left: 0;
}
.modal-wrap .modal-header[data-v-5fae3a55] {
	width: 100vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: black;
	padding: 0.8rem 1.2rem;
	box-sizing: border-box;
	box-shadow: 0 0.15rem 0.25rem rgba(57, 63, 72, 0.1); 
	position: relative;
	z-index: 1;
}
.modal-wrap .modal-header .android-modal-arrow[data-v-5fae3a55] {
	font-size: 1.2rem;
	line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-5fae3a55] {
	height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-5fae3a55] {
	flex: 1;
	text-align: center;
}
.modal-wrap .modal-header .title img[data-v-5fae3a55] {
	height: 0.96rem; 
	margin: 0 auto;
}
.modal-content[data-v-5fae3a55] {
	flex: 1;
	overflow-y: scroll;
}
.modal-content .platform-item img[data-v-5fae3a55] {
	width: 100%;
	height: auto;
}
.modal-content .modal-common-img[data-v-5fae3a55] {
	width: 100%;
	height: auto;
}

.contain-page[data-v-7c5e1cf8] {
    max-width: 37.5rem;
    margin: 0 auto;
    min-height: 100vh;
    overflow-y: scroll;
    background: #fff;
    color: #000;
}
.contain-page .app-info[data-v-7c5e1cf8] {
    display: flex;
    padding: 1rem 0;
    width: 87.5%;
    margin: 0 auto;
    background: #fff;
}
.contain-page .app-info .app-logo[data-v-7c5e1cf8] {
    float: left;
    width: 28%;
    margin-right: 0.5rem;
}
.contain-page .app-info .app-logo img[data-v-7c5e1cf8] {
    display: block;
    width: 100%;
    border-radius: 1rem;
}
.app-info-rig[data-v-7c5e1cf8] {
    flex: 1;
}
.app-info-rig > div[data-v-7c5e1cf8] {
    margin-top: 0.6rem;
}
.app-info-rig > div > span[data-v-7c5e1cf8] {
    font-size: 0.7rem;
}
.app-info-rig strong[data-v-7c5e1cf8] {
    display: block;
    margin-top: 0.3rem;
    margin-left: 3.28358%;
    font-size: 1rem;
    font-weight: bold;
}
.app-info-rig p[data-v-7c5e1cf8] {
    margin: 0.21em 0 0 3.28358%;
    font-size: 0.7rem;
    color: #8a8a90;
}
.arouse[data-v-7c5e1cf8] {
    float: right;
    height: 1rem;
    line-height: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1rem;
    color: red;
}
.btn[data-v-7c5e1cf8] {
    display: block;
    width: 50%;
    padding: 0.2rem 0.75rem;
    background: rgba(4, 119, 249, 1);
    border: rgba(4, 119, 249, 1) 1px solid;
    border-radius: 0.75rem;
    text-align: center;
    color: #fff;
    font-size: 0.7rem;
}
.app-intro[data-v-7c5e1cf8],
.comment-box[data-v-7c5e1cf8],
.information-box[data-v-7c5e1cf8] {
    margin: 0 auto;
    padding: 1rem 0;
    width: 87.5%;
    border-top: 1px solid #e5e5e5;
}
.app-intro .fs10[data-v-7c5e1cf8] {
    font-size: 0.7rem;
    line-height: 1rem;
}
.app-show[data-v-7c5e1cf8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 1rem;
    width: 87.5%;
    margin: 0 auto;
    background: #fff;
    color: #8e8f92;
}
.app-score .score[data-v-7c5e1cf8] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.app-score strong[data-v-7c5e1cf8],
.app-age strong[data-v-7c5e1cf8] {
    font-size: 0.8rem;
}
.app-score .score img[data-v-7c5e1cf8] {
    width: 4rem;
}
.app-score p[data-v-7c5e1cf8],
.app-age p[data-v-7c5e1cf8] {
    color: #d8d8d8;
    font-size: 0.6rem;
    margin-top: 0.3rem;
}
.app-title[data-v-7c5e1cf8] {
    margin-bottom: 0.85rem;
    font-size: 1rem;
}
.app-intro-con[data-v-7c5e1cf8] {
    position: relative;
    line-height: 1.8;
    font-size: 0.7rem;
    height: 3.78rem;
}
.comment-con[data-v-7c5e1cf8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-right[data-v-7c5e1cf8] {
    width: 63.38%;
}
.comment-left strong[data-v-7c5e1cf8] {
    font-size: 3rem;
    color: #4a4a4e;
    font-weight: bold;
    line-height: 2.2rem;
}
.comment-left p[data-v-7c5e1cf8] {
    text-align: center;
    color: #7b7b7b;
    margin-top: 0.5rem;
    font-size: 0.6rem;
}
.comment-star-list[data-v-7c5e1cf8] {
    list-style: none;
}
.comment-star[data-v-7c5e1cf8] {
    position: relative;
    width: 2.3rem;
    height: auto;
}
.comment-star img[data-v-7c5e1cf8] {
    display: block;
    width: 100%;
    height: 100%;
}
.comment-star div[data-v-7c5e1cf8] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
}
.comment-star-list li:nth-child(2) .comment-star div[data-v-7c5e1cf8] {
    width: 20%;
}
.comment-star-list li:nth-child(3) .comment-star div[data-v-7c5e1cf8] {
    width: 40%;
}
.comment-star-list li:nth-child(4) .comment-star div[data-v-7c5e1cf8] {
    width: 60%;
}
.comment-star-list li:nth-child(5) .comment-star div[data-v-7c5e1cf8] {
    width: 80%;
}
.comment-star img[data-v-7c5e1cf8] {
    width: 100%;
    height: auto;
}
.comment-star-list li[data-v-7c5e1cf8] {
    display: flex;
    align-items: center;
    line-height: 1.5;
    height: 0.6rem;
    gap: 0.5rem;
}
.comment-progress[data-v-7c5e1cf8] {
    position: relative;
    width: calc(100% - 2rem);
    height: 2px;
    background: #e9e9ec;
    border-radius: 2px;
}
.comment-progress div[data-v-7c5e1cf8] {
    width: 0;
    height: 2px;
    background: #4a4a4e;
    border-radius: 2px;
}
.comment-star-list li:nth-child(1) .comment-progress div[data-v-7c5e1cf8] {
    width: 90%;
}
.comment-star-list li:nth-child(2) .comment-progress div[data-v-7c5e1cf8] {
    width: 10%;
}
.comment-right > p[data-v-7c5e1cf8] {
    margin-top: 0.25rem;
    font-size: 0.6rem;
    color: #7b7b7b;
    text-align: right;
}
.information-list .row[data-v-7c5e1cf8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    line-height: 3.5;
    font-size: 0.6rem;
}
.information-list .row .l[data-v-7c5e1cf8] {
    color: #737379;
    min-width: 5rem;
}
.safari-modal[data-v-7c5e1cf8] {
    display: block;
    z-index: 999;
    position: relative;
}
.mask-bg[data-v-7c5e1cf8] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}
.mask-pop[data-v-7c5e1cf8] {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 15rem;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
    z-index: 999;
}
.mask-colsed[data-v-7c5e1cf8] {
    z-index: 2;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem;
}
.mask-colsed img[data-v-7c5e1cf8] {
    display: block;
    width: 100%;
}
.copy-url-img[data-v-7c5e1cf8] {
    display: block;
    width: 100%;
}
.copy-url[data-v-7c5e1cf8] {
    position: relative;
    margin: 1rem 1.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    background: #f1f6f9;
    border-radius: 0.9rem;
    padding-left: 0.8rem;
    overflow: hidden;
}
.copy-url .copy-text[data-v-7c5e1cf8] {
    font-size: 0.6rem;
    color: #535352;
}
.copy-btn[data-v-7c5e1cf8] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0.75rem;
    font-size: 0.7rem;
    height: 1.8rem;
    line-height: 1.8rem;
    background: linear-gradient(90deg, rgba(34, 125, 249, 1), rgba(0, 203, 250, 1));
    color: #fff;
    border-radius: 0 0.9rem 0.9rem 0;
    cursor: pointer;
}
:root {
	--base-font-size: calc(0px + (41 - 10) * ((100vw - 0px) / (640 - 0)));
	/* 小蓝落地页迁移：主题变量 */
	--landing-bg: #070c14;
	--landing-bg-light: #0d141d;
	--landing-text: #ffffff;
	--landing-dim: rgba(255, 255, 255, 0.75);
	--landing-glass: rgba(255, 255, 255, 0.08);
	--landing-border: rgba(255, 255, 255, 0.12);
	--landing-primary-blue: #4dabf7;
	--landing-primary-cyan: #22b8cf;
	--landing-glow: rgba(77, 171, 247, 0.35);
}

@media (min-width: 640px) and (max-width: 960px) {
	:root {
		--base-font-size: calc(20px + (12 - 10) * ((100vw - 640px) / (960 - 640)));
	}
}

@media (min-width: 960px) and (max-width: 1200px) {
	:root {
		--base-font-size: calc(15.5px + (12 - 10) * ((100vw - 960px) / (1200 - 960)));
	}
}

@media (min-width: 1200px) {
	:root {
		--base-font-size: 20px;
	}
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: var(--base-font-size);
	font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, sans-serif;
	background: var(--landing-bg);
	color: var(--landing-text);
	overflow-x: hidden;
}

/* /ios 路由进入时切换为浅色主题（与原 web2 项目一致：白底黑字） */
html.ios-page-html,
body.ios-page-body {
	background: #fff;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* 照片拼贴背景（CollageBackground 组件） */
.collage {
	position: fixed;
	inset: 0;
	z-index: 0;
	display: grid;
	grid-template-columns: 1.2fr 1fr 0.9fr 1.1fr;
	grid-template-rows: 1fr 0.8fr 1.2fr;
	gap: 4px;
}

.collage-cell {
	position: relative;
	overflow: hidden;
}

.collage-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(15%) brightness(0.58) contrast(1.05) saturate(0.9);
	transition: transform 8s ease, filter 1s ease;
}

.collage-cell:nth-child(1) img {
	transform: scale(1.1);
}

.collage-cell:nth-child(3) img {
	transform: scale(1.15);
}

.collage-cell:nth-child(6) img {
	transform: scale(1.2);
}

.collage-cell:nth-child(8) img {
	transform: scale(1.1);
}

.collage::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 25% 50%, rgba(7, 12, 20, 0.55) 0%, transparent 55%),
		radial-gradient(ellipse at 85% 20%, rgba(13, 20, 29, 0.35) 0%, transparent 45%),
		linear-gradient(100deg, rgba(7, 12, 20, 0.9) 0%, rgba(7, 12, 20, 0.7) 35%, rgba(7, 12, 20, 0.85) 100%);
	z-index: 1;
	pointer-events: none;
}

.collage::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
	opacity: 0.4;
	z-index: 2;
	pointer-events: none;
}

/* 顶部导航（与 index.html 落地页一致） */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 48px;
	pointer-events: none;
}

.header > * {
	pointer-events: auto;
}

.header-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-logo {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 24px var(--landing-glow);
}

.header-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-brand h2 {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.3px;
	color: #fff;
}

.header-brand p {
	font-size: 12px;
	color: var(--landing-dim);
	margin-top: 2px;
}

.header-right {
	display: flex;
	gap: 12px;
}

.nav-btn {
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	background: var(--landing-glass);
	border: 1px solid var(--landing-border);
	backdrop-filter: blur(12px);
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
}

.nav-btn:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	box-shadow: 0 4px 16px rgba(77, 171, 247, 0.15);
}

/* 落地页主体（HomeLandingMain，对应小蓝落地页 index .wrap；无外层 container） */
.wrap {
	position: relative;
	z-index: 10;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	max-width: 1500px;
	margin: 0 auto;
	padding: 100px 48px 40px;
	gap: 50px;
	box-sizing: border-box;
}

.left {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mega-title {
	font-size: 72px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 16px;
	text-shadow:
		0 2px 10px rgba(0, 0, 0, 0.4),
		0 0 50px rgba(77, 171, 247, 0.25);
}

.mega-title .highlight {
	background: linear-gradient(90deg, #4dabf7 0%, #74c0fc 25%, #339af0 50%, #22b8cf 75%, #4dabf7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: none;
	filter: drop-shadow(0 0 25px rgba(77, 171, 247, 0.35));
}

.sub-bar {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	background: linear-gradient(135deg, rgba(77, 171, 247, 0.15) 0%, rgba(34, 184, 207, 0.1) 100%);
	border: 1px solid rgba(77, 171, 247, 0.25);
	border-radius: 12px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 45px;
	width: fit-content;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(77, 171, 247, 0.1);
	transition: all 0.3s ease;
}

.sub-bar:hover {
	border-color: rgba(77, 171, 247, 0.4);
	background: linear-gradient(135deg, rgba(77, 171, 247, 0.22) 0%, rgba(34, 184, 207, 0.15) 100%);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25), 0 0 25px rgba(77, 171, 247, 0.15);
}

.sub-bar span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.sub-bar span::after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: linear-gradient(135deg, #4dabf7 0%, #22b8cf 100%);
	box-shadow: 0 0 6px rgba(77, 171, 247, 0.6);
}

.sub-bar span:last-child::after {
	display: none;
}

.qr-section {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.qr-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 10px;
	padding: 7px;
	flex-shrink: 0;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
	overflow: hidden;
}

/* 尺寸由脚本按内容区写入 canvas 属性 + style，避免与 100% 叠加导致断点切换时偏大/偏小 */
.qr-box canvas {
	display: block;
	flex: 0 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.qr-text h4 {
	font-size: 18px;
	font-weight: 700;
	color: var(--landing-primary-blue);
	text-shadow: 0 0 15px rgba(77, 171, 247, 0.3);
	margin-bottom: 4px;
}

.qr-text h5 {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.qr-text p {
	font-size: 12px;
	color: var(--landing-dim);
	line-height: 1.7;
	max-width: 400px;
}

.right {
	flex: 1.1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

.carousel-wrap {
	position: relative;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.carousel-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1s ease;
}

.carousel-slide.active {
	opacity: 1;
}

.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
	transition: transform 6s ease;
}

.carousel-slide.active img {
	transform: scale(1);
}

.carousel-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(7, 12, 20, 0.45) 0%, transparent 40%);
	pointer-events: none;
}

.carousel-indicators {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
}

.indicator {
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.35);
	cursor: pointer;
	transition: all 0.35s ease;
}

.indicator.active {
	width: 28px;
	background: linear-gradient(90deg, #4dabf7 0%, #22b8cf 100%);
	box-shadow: 0 0 10px rgba(77, 171, 247, 0.5);
}

.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(7, 12, 20, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 10;
	font-size: 16px;
}

.carousel-wrap:hover .carousel-nav {
	opacity: 1;
}

.carousel-nav:hover {
	background: rgba(77, 171, 247, 0.3);
	border-color: rgba(77, 171, 247, 0.5);
}

.carousel-nav.prev {
	left: 14px;
}

.carousel-nav.next {
	right: 14px;
}

.tag-strip {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 800px;
}

.tag-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background: var(--landing-glass);
	border: 1px solid var(--landing-border);
	backdrop-filter: blur(10px);
	cursor: default;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.tag-pill:hover {
	transform: translateY(-2px);
	border-color: rgba(77, 171, 247, 0.35);
	background: rgba(77, 171, 247, 0.12);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 0 15px rgba(77, 171, 247, 0.15);
}

.tag-pill .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.tag-pill:nth-child(1) .dot {
	background: #4dabf7;
	box-shadow: 0 0 8px rgba(77, 171, 247, 0.5);
}

.tag-pill:nth-child(2) .dot {
	background: #22b8cf;
	box-shadow: 0 0 8px rgba(34, 184, 207, 0.5);
}

.tag-pill:nth-child(3) .dot {
	background: #339af0;
	box-shadow: 0 0 8px rgba(51, 154, 240, 0.5);
}

.tag-pill:nth-child(4) .dot {
	background: #74c0fc;
	box-shadow: 0 0 8px rgba(116, 192, 252, 0.5);
}

.tag-pill:nth-child(5) .dot {
	background: #00ff88;
	box-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
}

.tag-pill:nth-child(6) .dot {
	background: #ff6b6b;
	box-shadow: 0 0 8px rgba(255, 107, 107, 0.5);
}

.tag-pill:nth-child(7) .dot {
	background: #9775fa;
	box-shadow: 0 0 8px rgba(151, 117, 250, 0.5);
}

/* PC 端下载按钮区（位于 .qr-section 下方） */
.download-actions {
	display: flex;
	gap: 14px;
	margin-top: 22px;
	flex-wrap: wrap;
}

.dl-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 200px;
	padding: 12px 22px;
	border-radius: 14px;
	color: #fff;
	text-decoration: none;
	font-family: inherit;
	cursor: pointer;
	user-select: none;
	transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
	-webkit-tap-highlight-color: transparent;
}

.dl-btn .dl-icon {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}

.dl-btn .dl-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.15;
}

.dl-btn .dl-meta small {
	font-size: 11px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.78);
	letter-spacing: 0.4px;
	margin-bottom: 2px;
}

.dl-btn .dl-meta strong {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2px;
}

/* iOS：玻璃质感 + 蓝色描边 */
.dl-btn--ios {
	background: linear-gradient(135deg, rgba(77, 171, 247, 0.18) 0%, rgba(34, 184, 207, 0.12) 100%);
	border: 1px solid rgba(77, 171, 247, 0.45);
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 18px rgba(77, 171, 247, 0.18);
}

.dl-btn--ios:hover {
	transform: translateY(-2px);
	border-color: rgba(77, 171, 247, 0.7);
	background: linear-gradient(135deg, rgba(77, 171, 247, 0.28) 0%, rgba(34, 184, 207, 0.18) 100%);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 22px rgba(77, 171, 247, 0.3);
}

/* Android：实心蓝色渐变 + 光晕 */
.dl-btn--android {
	background: linear-gradient(135deg, #4dabf7 0%, #339af0 50%, #22b8cf 100%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 10px 28px rgba(34, 184, 207, 0.35), 0 0 18px rgba(77, 171, 247, 0.35);
}

.dl-btn--android:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 36px rgba(34, 184, 207, 0.5), 0 0 24px rgba(77, 171, 247, 0.45);
	filter: brightness(1.05);
}

.dl-btn:active {
	transform: translateY(0);
}

/* H5 端固定底部下载条 */
.h5-download-bar {
	display: none;
}

.h5-only {
	display: none;
}

/* 落地页底部条（SiteFooterBar） */
.footer-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	background: linear-gradient(to top, rgba(7, 12, 20, 0.95), transparent);
	z-index: 20;
	pointer-events: none;
}

.footer-bar > * {
	pointer-events: auto;
}

@media (max-width: 1100px) {
	.header {
		padding: 16px 20px;
	}

	.header-brand p {
		display: none;
	}

	.collage {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(4, 1fr);
	}

	.footer-bar {
		position: relative;
		padding: 16px 24px;
		flex-direction: column;
		gap: 8px;
		background: transparent;
	}

	.wrap {
		flex-direction: column;
		padding: 90px 24px 70px;
		text-align: center;
	}

	.left {
		order: 2;
		width: 100%;
		align-items: center;
	}

	.right {
		order: 1;
		width: 100%;
	}

	.mega-title {
		font-size: 48px;
	}

	.sub-bar {
		font-size: 16px;
		margin: 0 auto 32px;
	}

	.qr-section {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 480px) {
	.nav-btn {
		padding: 8px 14px;
		font-size: 12px;
	}

	.mega-title {
		font-size: 36px;
	}

	.sub-bar {
		padding: 12px 20px;
		font-size: 14px;
	}

	.qr-box {
		width: 100px;
		height: 100px;
	}

	.tag-pill {
		font-size: 12px;
		padding: 8px 14px;
	}
}

@media screen and (max-width: 600px) {
	.wrap {
		overflow-x: hidden;
		padding-top: 4.25rem;
		/* 给 H5 固定底部下载条 + 信息条 留出空间 */
		padding-bottom: 8.5rem;
	}

	/* H5 下隐藏 PC 端二维码区（移动端通过底部按钮直接下载，无需扫码） */
	.qr-section {
		display: none !important;
	}

	/* H5 下隐藏 PC 端下载按钮 */
	.pc-only {
		display: none !important;
	}

	/* H5 下展示 H5 下载条 */
	.h5-only {
		display: flex !important;
	}

	.h5-download-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 30;
		display: flex;
		gap: 8px;
		padding: 10px 12px calc(12px + env(safe-area-inset-bottom, 0px));
		background: linear-gradient(to top, rgba(7, 12, 20, 0.96) 0%, rgba(7, 12, 20, 0.86) 70%, rgba(7, 12, 20, 0) 100%);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
	}

	.h5-dl-btn {
		flex: 1;
		min-width: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		height: 44px;
		padding: 0 8px;
		border-radius: 12px;
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		text-decoration: none;
		letter-spacing: 0.2px;
		white-space: nowrap;
		transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
		-webkit-tap-highlight-color: transparent;
	}

	.h5-dl-btn svg {
		width: 18px;
		height: 18px;
		flex-shrink: 0;
	}

	.h5-dl-btn--ios {
		background: linear-gradient(135deg, rgba(77, 171, 247, 0.2) 0%, rgba(34, 184, 207, 0.14) 100%);
		border: 1px solid rgba(77, 171, 247, 0.5);
		box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3), 0 0 14px rgba(77, 171, 247, 0.18);
	}

	.h5-dl-btn--android {
		background: linear-gradient(135deg, #4dabf7 0%, #339af0 50%, #22b8cf 100%);
		border: 1px solid rgba(255, 255, 255, 0.18);
		box-shadow: 0 8px 22px rgba(34, 184, 207, 0.4), 0 0 14px rgba(77, 171, 247, 0.35);
	}

	/* 备用 Android 通道：青绿色渐变（与主题蓝色协调，但区别于主下载按钮） */
	.h5-dl-btn--android2 {
		background: linear-gradient(135deg, #22b8cf 0%, #20c997 60%, #38d9a9 100%);
		border: 1px solid rgba(255, 255, 255, 0.18);
		box-shadow: 0 8px 22px rgba(32, 201, 151, 0.4), 0 0 14px rgba(56, 217, 169, 0.32);
	}

	.h5-dl-btn:active {
		transform: translateY(1px) scale(0.99);
		filter: brightness(0.96);
	}

	/* H5 下信息条改为流式，叠在下载条上方 */
	.footer-bar {
		position: relative;
		z-index: 15;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 6px;
		padding: 8px 16px 0;
		font-size: 11px;
		background: transparent;
	}
}