/* 小程序页：字号对齐首页 / mall 规范（仅 page-mini-program 作用域，布局沿用 app.css） */

.page-mini-program {
	font-family: "IBMPlexSansSC-Light", "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
	font-weight: 300;
	background: #fff;
	color: #161616;
}

.page-mini-program .page-wrapper {
	overflow-x: hidden;
}

.page-mini-program .container-1200 {
	width: 12rem;
	margin: 0 auto;
}

.page-mini-program .hero-copy h1 {
	font-size: 0.6rem;
	line-height: 0.9rem;
	font-weight: 300;
}

.page-mini-program .hero-copy p {
	max-width: 8.4rem;
	font-size: 0.22rem;
	line-height: 0.38rem;
	font-weight: 300;
}

.page-mini-program .hero-section .btn-red,
.page-mini-program .hero-copy .btn-red {
	font-size: 0.21rem;
}

.page-mini-program .section-title {
	text-align: center;
	font-size: 0.64rem;
	line-height: 0.8rem;
	font-weight: 300;
	color: #000;
	margin-bottom: 0.36rem;
}

.page-mini-program .section-block {
	padding: 0.56rem 0;
}

.page-mini-program .stats-section .stat-item strong {
	font-weight: 300;
}

.page-mini-program .stats-section .stat-item span {
	font-size: 0.2rem;
	font-weight: 300;
}

.page-mini-program .solution-card h3,
.page-mini-program .adv-card h3 {
	font-size: 0.26rem;
	line-height: 0.36rem;
	font-weight: 300;
}

.page-mini-program .solution-card p,
.page-mini-program .adv-card p,
.page-mini-program .module-item p {
	font-size: 0.16rem;
	font-weight: 300;
}

.page-mini-program .cta-inner h2 {
	font-size: 0.36rem;
	font-weight: 300;
}

.page-mini-program .cta-inner p {
	font-size: 0.24rem;
	font-weight: 300;
}

.mp-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.12rem;
	max-width: 9.6rem;
	margin-bottom: 0.12rem;
}

.mp-hero-tags span {
	display: inline-flex;
	align-items: center;
	padding: 0.06rem 0.14rem;
	font-size: 0.15rem;
	line-height: 0.24rem;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.08);
	border-radius: 0;
	font-weight: 300;
}

/* ---------- 通用区块 ---------- */
.mp-section {
	padding: 0.56rem 0;
}

.mp-section-desc {
	text-align: center;
	max-width: 10rem;
	margin: -0.04rem auto 0.28rem;
	font-size: 0.24rem;
	line-height: 0.36rem;
	color: #555;
	font-weight: 300;
}

/* ---------- 核心能力 ---------- */
.mp-caps {
	background: #f5f6f8;
}

.mp-cap-board {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.16rem;
}

.mp-cap-card {
	position: relative;
	padding: 0.28rem 0.2rem 0.26rem;
	background: #fff;
	border: 1px solid #d5d8de;
	box-sizing: border-box;
	min-height: 2.6rem;
}

.mp-cap-card__no {
	position: absolute;
	top: 0.16rem;
	right: 0.16rem;
	font-size: 0.22rem;
	line-height: 1;
	font-weight: 300;
	color: rgba(254, 0, 0, 0.28);
}

.mp-cap-card img {
	width: 0.44rem;
	height: 0.44rem;
	object-fit: contain;
	display: block;
}

.mp-cap-card h3 {
	margin: 0.16rem 0 0;
	font-size: 0.22rem;
	line-height: 1.3;
	font-weight: 300;
	color: #1a1a1a;
}

.mp-cap-card > p {
	margin: 0.08rem 0 0;
	font-size: 0.14rem;
	line-height: 1.45;
	font-weight: 300;
	color: #666;
	min-height: 0.4rem;
}

.mp-cap-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.08rem;
	margin-top: 0.18rem;
	padding-top: 0.16rem;
	border-top: 1px solid #eceef1;
}

.mp-cap-card__tags span {
	display: inline-flex;
	align-items: center;
	padding: 0.04rem 0.1rem;
	font-size: 0.13rem;
	line-height: 1.4;
	color: #444;
	background: #f5f6f8;
	border: 1px solid #e4e6ea;
	font-weight: 300;
}

/* ---------- 系统架构 ---------- */
.mp-arch {
	background: #fff;
}

.mp-arch-frame {
	position: relative;
	padding: 0.28rem 0.32rem 0.32rem;
	background:
		linear-gradient(180deg, #fafbfc 0%, #fff 48%, #fff8f8 100%);
	border: 1px solid #e8eaee;
	box-sizing: border-box;
}

.mp-arch-frame::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0.04rem;
	background: linear-gradient(90deg, #fe0000 0%, rgba(254, 0, 0, 0.2) 55%, transparent 100%);
}

.mp-arch-stack {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.16rem;
	padding-left: 0.28rem;
}

.mp-arch-stack::before {
	content: "";
	position: absolute;
	top: 0.28rem;
	bottom: 0.28rem;
	left: 0.08rem;
	width: 1px;
	background: linear-gradient(180deg, #fe0000 0%, rgba(254, 0, 0, 0.25) 100%);
}

.mp-arch-layer {
	position: relative;
	display: grid;
	grid-template-columns: 2.7rem 1fr;
	align-items: center;
	gap: 0.2rem;
	min-height: 1.08rem;
	padding: 0.2rem 0.24rem;
	background: #fff;
	border: 1px solid #e4e6ea;
	box-sizing: border-box;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.mp-arch-layer::before {
	content: "";
	position: absolute;
	left: -0.28rem;
	top: 50%;
	width: 0.1rem;
	height: 0.1rem;
	margin-top: -0.05rem;
	border-radius: 50%;
	background: #fe0000;
	box-shadow: 0 0 0 0.04rem #fff, 0 0 0 0.05rem rgba(254, 0, 0, 0.35);
	z-index: 1;
}

.mp-arch-layer:hover {
	border-color: rgba(254, 0, 0, 0.4);
	box-shadow: 0 0.08rem 0.2rem rgba(22, 22, 22, 0.05);
	transform: translateX(0.04rem);
}

.mp-arch-layer--top {
	border-color: rgba(254, 0, 0, 0.28);
	background: linear-gradient(90deg, #fff8f8 0%, #fff 42%);
}

.mp-arch-layer--base {
	background: linear-gradient(90deg, #f7f8fa 0%, #fff 50%);
	border-color: #d8dbe2;
}

.mp-arch-layer__head {
	display: flex;
	align-items: center;
	gap: 0.12rem;
	min-width: 0;
}

.mp-arch-layer__idx {
	flex-shrink: 0;
	font-size: 0.28rem;
	line-height: 1;
	font-weight: 300;
	color: rgba(254, 0, 0, 0.55);
	letter-spacing: 0.02em;
}

.mp-arch-layer__title {
	display: flex;
	flex-direction: column;
	gap: 0.04rem;
	min-width: 0;
}

.mp-arch-layer__label {
	font-size: 0.18rem;
	line-height: 1.3;
	font-weight: 300;
	color: #1a1a1a;
}

.mp-arch-layer__hint {
	font-size: 0.12rem;
	line-height: 1.3;
	color: #8a8f98;
	font-weight: 300;
	white-space: nowrap;
}

.mp-arch-layer__items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.08rem;
}

.mp-arch-layer__items span {
	display: inline-flex;
	align-items: center;
	padding: 0.08rem 0.16rem;
	font-size: 0.18rem;
	line-height: 1.3;
	color: #333;
	background: #f7f8fa;
	border: 1px solid transparent;
	border-bottom: 1px solid #e2e4e8;
	font-weight: 300;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mp-arch-layer:hover .mp-arch-layer__items span {
	background: #fff;
	border-color: #e8eaee;
	border-bottom-color: #e8eaee;
}

.mp-arch-layer__items span:hover {
	color: #fe0000;
	border-color: rgba(254, 0, 0, 0.35);
	background: #fff5f5;
}

/* ---------- 核心优势（浅色） ---------- */
.mp-adv {
	background: #f5f6f8;
	padding: 0.56rem 0;
}

.page-mini-program .mp-adv .section-title {
	color: #000;
}

.page-mini-program .mp-adv .mp-section-desc {
	color: #555;
	margin-bottom: 0.28rem;
}

.mp-adv-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.14rem;
}

.mp-adv-grid article {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0.28rem 0.18rem 0.26rem;
	background: #fff;
	border: 1px solid #d5d8de;
	border-top: 0.04rem solid #fe0000;
	box-sizing: border-box;
	transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.mp-adv-grid article:hover {
	border-color: rgba(254, 0, 0, 0.45);
	box-shadow: 0 0.06rem 0.16rem rgba(22, 22, 22, 0.06);
	transform: translateY(-0.03rem);
}

.mp-adv-no {
	position: absolute;
	top: 0.12rem;
	right: 0.14rem;
	font-size: 0.26rem;
	line-height: 1;
	font-weight: 300;
	color: rgba(254, 0, 0, 0.22);
}

.mp-adv-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.64rem;
	height: 0.64rem;
	background: #fff5f5;
	border: 1px solid rgba(254, 0, 0, 0.28);
}

.mp-adv-icon img {
	width: 0.36rem;
	height: 0.36rem;
	object-fit: contain;
	display: block;
}

.mp-adv-tag {
	display: inline-block;
	margin: 0.12rem 0 0;
	padding: 0.03rem 0.12rem;
	font-size: 0.13rem;
	line-height: 1.4;
	color: #fe0000;
	border: 1px solid rgba(254, 0, 0, 0.35);
	background: rgba(254, 0, 0, 0.06);
}

.mp-adv-grid h3 {
	margin: 0.12rem 0 0;
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 300;
	color: #1a1a1a;
}

.mp-adv-grid p {
	margin: 0.1rem 0 0;
	font-size: 0.14rem;
	line-height: 1.55;
	font-weight: 300;
	color: #555;
}

/* ---------- 答疑保障：问题 → 答案 ---------- */
.mp-promise {
	background: #fff;
}

.mp-promise-list {
	display: flex;
	flex-direction: column;
	gap: 0.14rem;
}

.mp-promise-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 0.48rem minmax(0, 1.2fr);
	align-items: stretch;
	min-height: 1.08rem;
	border: 1px solid #d5d8de;
	background: #fff;
	box-shadow: 0 0.04rem 0.12rem rgba(22, 22, 22, 0.04);
}

.mp-promise-item__q {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.2rem 0.28rem;
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 300;
	color: #333;
	background: #f3f4f6;
	box-sizing: border-box;
	text-align: center;
}

.mp-promise-item__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: linear-gradient(90deg, #f3f4f6 0%, #fff5f5 100%);
}

.mp-promise-item__arrow::before {
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	background: #fe0000;
	box-shadow: 0 0 0 0.06rem rgba(254, 0, 0, 0.12);
}

.mp-promise-item__arrow::after {
	content: "";
	position: absolute;
	width: 0.08rem;
	height: 0.08rem;
	border-top: 0.02rem solid #fff;
	border-right: 0.02rem solid #fff;
	transform: rotate(45deg);
	margin-left: -0.02rem;
}

.mp-promise-item__a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.18rem 0.24rem;
	border-left: 0.04rem solid #fe0000;
	box-sizing: border-box;
}

.mp-promise-item__a strong {
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 300;
	color: #fe0000;
}

.mp-promise-item__a p {
	margin: 0.04rem 0 0;
	font-size: 0.15rem;
	line-height: 1.5;
	font-weight: 300;
	color: #555;
}

.mp-promise-cta {
	display: flex;
	justify-content: center;
	margin-top: 0.32rem;
}

.mp-promise-cta .btn-red {
	margin-top: 0;
}

/* ---------- 交付步骤 ---------- */
.mp-delivery {
	background: #f5f6f8;
}

.mp-delivery-board {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.mp-delivery-phase {
	background: #fff;
	border: 1px solid #d5d8de;
	box-shadow: 0 0.04rem 0.14rem rgba(22, 22, 22, 0.04);
}

.mp-delivery-phase__head {
	display: flex;
	align-items: center;
	gap: 0.14rem;
	padding: 0.16rem 0.24rem;
	border-bottom: 1px solid #eceef1;
	background: linear-gradient(90deg, rgba(254, 0, 0, 0.08) 0%, transparent 55%);
}

.mp-delivery-phase__head span {
	display: inline-flex;
	align-items: center;
	padding: 0.04rem 0.12rem;
	font-size: 0.14rem;
	line-height: 1.3;
	color: #fff;
	background: #fe0000;
	font-weight: 300;
}

.mp-delivery-phase__head strong {
	font-size: 0.22rem;
	line-height: 1.3;
	font-weight: 300;
	color: #1a1a1a;
}

.mp-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.mp-steps li {
	position: relative;
	margin: 0 !important;
	padding: 0.28rem 0.22rem 0.3rem !important;
	border-right: 1px solid #eceef1;
	box-sizing: border-box;
	text-align: left;
	min-height: 1.6rem;
}

.mp-steps li:last-child {
	border-right: none;
}

.mp-steps li::after {
	content: "";
	position: absolute;
	top: 0.42rem;
	right: -0.06rem;
	width: 0.12rem;
	height: 0.12rem;
	border-top: 0.02rem solid #fe0000;
	border-right: 0.02rem solid #fe0000;
	transform: rotate(45deg);
	background: #fff;
	z-index: 1;
}

.mp-steps li:last-child::after {
	display: none;
}

.mp-steps li i {
	display: block;
	font-style: normal;
	font-size: 0.36rem;
	line-height: 1;
	color: #fe0000;
	font-weight: 300;
}

.mp-steps h3 {
	margin: 0.14rem 0 0;
	font-size: 0.22rem;
	line-height: 1.35;
	font-weight: 300;
	color: #1a1a1a;
}

.mp-steps p {
	margin: 0.1rem 0 0;
	font-size: 0.15rem;
	line-height: 1.5;
	color: #555;
	font-weight: 300;
}

@media (max-width: 1024px) {
	.mp-cap-board {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mp-adv-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mp-adv-grid article:nth-child(2n) {
		border-right: none;
	}

	.mp-adv-grid article:nth-child(-n + 2) {
		border-bottom: none;
	}

	.mp-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mp-steps li:nth-child(2n) {
		border-right: none;
	}

	.mp-steps li:nth-child(2n)::after {
		display: none;
	}

	.mp-steps li:nth-child(n + 3) {
		border-top: 1px solid #eceef1;
	}
}

@media (max-width: 900px) {
	.mp-cap-board {
		grid-template-columns: 1fr;
	}

	.mp-promise-item {
		grid-template-columns: 1fr;
	}

	.mp-promise-item__arrow {
		display: none;
	}

	.mp-promise-item__a {
		border-left: none;
		border-top: 0.04rem solid #fe0000;
	}

	.mp-arch-frame {
		padding: 0.2rem 0.16rem 0.22rem;
	}

	.mp-arch-stack {
		padding-left: 0.22rem;
	}

	.mp-arch-layer {
		grid-template-columns: 1fr;
		gap: 0.12rem;
		padding: 0.16rem 0.16rem 0.18rem;
	}

	.mp-arch-layer__hint {
		white-space: normal;
	}
}
