.page-website-build {
	min-width: 19.2rem;
	background: #ffffff;
	color: #161616;
}

.wb-main {
	background: #ffffff;
}

.wb-container {
	width: 17.2rem;
	margin: 0 auto;
}

.wb-hero {
	position: relative;
	padding: 1.2rem 0 1.35rem;
	min-height: 6.4rem;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	background: #0c0e12 url("../img/website-build/pc-hero-bg.png") right center / cover no-repeat;
}

.wb-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(6, 8, 12, 0.92) 0%,
		rgba(6, 8, 12, 0.55) 42%,
		rgba(6, 8, 12, 0.12) 72%,
		transparent 100%
	);
}

.wb-hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

.wb-hero-copy {
	max-width: 10.4rem;
	text-align: left;
}

.wb-kicker {
	margin: 0;
	display: inline-block;
	padding: 0.08rem 0.14rem;
	font-size: 0.14rem;
	letter-spacing: 0.02rem;
	color: #fe0000;
	border: 0.01rem solid rgba(254, 0, 0, 0.25);
	background: rgba(254, 0, 0, 0.06);
}

.wb-hero h1 {
	margin: 0.24rem 0 0;
	font-size: 0.72rem;
	line-height: 0.9rem;
	font-weight: 350;
	color: #ffffff;
}

.wb-hero-desc {
	margin: 0.24rem 0 0;
	max-width: 8.8rem;
	font-size: 0.2rem;
	line-height: 0.34rem;
	color: rgba(255, 255, 255, 0.82);
}

.wb-hero-actions {
	margin-top: 0.26rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.2rem;
}

.wb-btn {
	margin: 0;
	height: 0.52rem;
	padding: 0 0.28rem;
	border: 0.01rem solid transparent;
	font-size: 0.16rem;
	cursor: pointer;
}

.wb-btn--primary {
	background: #fe0000;
	color: #ffffff;
}

.wb-btn--line {
	background: transparent;
	border-color: #fe0000;
	color: #fe0000;
}

.wb-hero .wb-btn--line-on-dark {
	border-color: rgba(255, 255, 255, 0.88);
	color: #ffffff;
}

.wb-hero .wb-btn--line-on-dark:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #ffffff;
}

.wb-services,
.wb-interactive,
.wb-showcase {
	padding: 1rem 0;
}

.wb-section-head{
	text-align: center;
}

.wb-section-head h2 {
	margin: 0;
	font-size: 0.52rem;
	line-height: 0.82rem;
	font-weight: 300;
	color: #111111;
}

.wb-section-head p {
	margin: 0.2rem 0 0;
	max-width: 10rem;
	font-size: 0.19rem;
	line-height: 0.32rem;
	color: #666666;
}

/* 三列 × 573px + 间距：3×5.73 + 2×0.24 = 17.67rem（1920 下 1rem=100px） */
.wb-services .wb-container {
	width: 17.67rem;
	max-width: 100%;
	box-sizing: border-box;
}

.wb-service-grid {
	margin-top: 0.42rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.24rem;
}

.wb-service-card {
	min-height: 6.85rem;
	padding: 0.22rem 0;
	border: 0.01rem solid #ececec;
	background: #ffffff;
	transition: box-shadow 240ms ease;
}

.wb-service-card:hover {
	box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, 0.08);
}

/* 1920 视口（1rem=100px）：573px×542px（图通栏宽 = 列宽 5.73rem） */
.wb-service-cover {
	width: 100%;
	height: 5.42rem;
	display: block;
	object-fit: cover;
	object-position: center;
	margin: 0 0 0.14rem;
}

.wb-service-card h3 {
	margin: 0;
	padding: 0 0.22rem;
	font-size: 0.22rem;
	line-height: 0.32rem;
	color: #111111;
	font-weight: 400;
}

.wb-service-card p {
	margin: 0.16rem 0 0;
	padding: 0 0.22rem 0.22rem;
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #666666;
}

.wb-interactive {
	background: #fff8f8;
}

.wb-lab-flat {
	margin-top: 0.42rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.3rem;
}

.wb-lab-card {
	border: 0.01rem solid #f0d8d8;
	background: #ffffff;
	padding: 0.18rem;
}

.wb-lab-card img {
	width: 100%;
	height: 4.2rem;
	display: block;
	object-fit: cover;
	object-position: center;
}

.wb-lab-card h3 {
	margin: 0.18rem 0 0;
	font-size: 0.28rem;
	line-height: 0.38rem;
	font-weight: 300;
	color: #111111;
}

.wb-lab-card p {
	margin: 0.14rem 0 0;
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: #666666;
}

.wb-showcase .cases-grid {
	margin-top: 0.42rem;
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.wb-showcase .cases-grid .cases-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	width: 100%;
}

.wb-showcase .cases-grid .case-stack {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* 与首页 .cases-section 案例大图一致：比例格子 + 灰底 + contain（首页 logo/文案层已隐藏，仅大图可见） */
.wb-showcase .cases-grid .case-item1 {
	width: 100%;
	height: auto;
	aspect-ratio: 860 / 406;
	min-height: 0;
	position: relative;
	overflow: hidden;
}

.wb-showcase .cases-grid .case-item2 {
	width: 100%;
	height: auto;
	aspect-ratio: 860 / 812;
	min-height: 0;
	position: relative;
	overflow: hidden;
}

.wb-showcase .cases-grid .case-image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
}

.wb-showcase .cases-grid .case-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
	object-position: center;
	z-index: 0;
	transition: transform 400ms ease;
	will-change: transform;
}

.wb-showcase .cases-grid .case-item1:hover .case-image,
.wb-showcase .cases-grid .case-item2:hover .case-image {
	transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
	.wb-showcase .cases-grid .case-image {
		transition: none;
	}
	.wb-showcase .cases-grid .case-item1:hover .case-image,
	.wb-showcase .cases-grid .case-item2:hover .case-image {
		transform: none;
	}
}

.wb-metrics {
	width: 100%;
	height: 4.5rem;
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #1a2233;
}

.wb-metrics .stats-section-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.wb-metrics .stats-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wb-metrics .stats-content {
	padding-top: 0.75rem;
	width: 100%;
	position: relative;
	z-index: 1;
}

.wb-metrics .section-title-light {
	margin: 0;
	font-size: 0.64rem;
	line-height: 0.72rem;
	font-weight: 300;
	color: #ffffff;
}

.wb-metrics .stats-grid {
	margin-top: 0.95rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.wb-metrics .stat-item {
	text-align: center;
}

.wb-metrics .stat-number {
	height: 0.9rem;
	line-height: 0.9rem;
	background: linear-gradient(180deg, #ff0000 0%, #823ffe 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 300;
	font-size: 1rem;
}

.wb-metrics .stat-label {
	font-size: 0.2rem;
	color: #ffffff;
	font-weight: 300;
}

.wb-cta {
	/* padding: 0.95rem 0 1.2rem; */
}

.wb-cta-inner {
	/* padding: 0.5rem 0.56rem; */
	/* border: 0.01rem solid #f0d6d6; */
	/* background: linear-gradient(120deg, #fff4f4 0%, #ffffff 100%); */
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.wb-cta-inner h2 {
	margin: 0;
	font-size: 0.5rem;
	line-height: 0.62rem;
	font-weight: 300;
	color: #111111;
}

/* 文案 + 按钮成组，用 gap 控制二者间距（避免行盒/外边距折叠导致「改了看不见」） */
.wb-cta-action {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 0.2rem;
	gap: 0.06rem;
}

.wb-cta-action p {
	margin: 0;
	padding: 0;
	font-size: 0.18rem;
	line-height: 1.45;
	color: #666666;
}

.wb-cta-action .wb-btn {
	margin: 0.2rem 0;
}

