/* ========== 产品页共享 ========== */

.hero-distribution,
.hero-iot,
.hero-ai-digital,
.hero-smart-park,
.hero-property,
.hero-project,
.hero-sales,
.hero-agent-mgmt,
.hero-agent-control {
	padding: var(--hero-padding);
	margin-top: 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.hero-distribution,
.hero-iot,
.hero-ai-digital,
.hero-smart-park,
.hero-property,
.hero-project,
.hero-sales,
.hero-agent-mgmt,
.hero-agent-control {
	background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 52%, var(--cyan) 100%);
}

.hero-distribution::before,
.hero-iot::before,
.hero-ai-digital::before,
.hero-smart-park::before,
.hero-property::before,
.hero-project::before,
.hero-sales::before,
.hero-agent-mgmt::before,
.hero-agent-control::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 40%, rgba(255, 255, 255, 0.12), transparent 42%),
		radial-gradient(circle at 82% 60%, rgba(255, 255, 255, 0.08), transparent 40%);
	pointer-events: none;
}

/* 覆盖首页 .hero 的 banner 背景与底部渐变 */
.hero.hero-distribution,
.hero.hero-iot,
.hero.hero-ai-digital,
.hero.hero-smart-park,
.hero.hero-property,
.hero.hero-project,
.hero.hero-sales,
.hero.hero-agent-mgmt,
.hero.hero-agent-control {
	padding: var(--hero-padding);
	margin-top: 0;
	background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 52%, var(--cyan) 100%);
}

.hero.hero-distribution::before,
.hero.hero-iot::before,
.hero.hero-ai-digital::before,
.hero.hero-smart-park::before,
.hero.hero-property::before,
.hero.hero-project::before,
.hero.hero-sales::before,
.hero.hero-agent-mgmt::before,
.hero.hero-agent-control::before {
	background:
		radial-gradient(circle at 18% 40%, rgba(255, 255, 255, 0.12), transparent 42%),
		radial-gradient(circle at 82% 60%, rgba(255, 255, 255, 0.08), transparent 40%);
	mask-image: none;
	animation: none;
}

.hero.hero-distribution::after,
.hero.hero-iot::after,
.hero.hero-ai-digital::after,
.hero.hero-smart-park::after,
.hero.hero-property::after,
.hero.hero-project::after,
.hero.hero-sales::after,
.hero.hero-agent-mgmt::after,
.hero.hero-agent-control::after {
	display: none;
}

.hero-product-banner {
	position: relative;
	border-radius: calc(var(--radius) + 4px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
	background: rgba(255, 255, 255, 0.08);
}

.hero-product-banner img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.hero.hero-distribution,
.hero.hero-iot {
	padding: var(--hero-padding);
}

.hero-distribution-main.container,
.hero-iot-main.container {
	align-items: center;
}

.hero-distribution .hero-content,
.hero-iot .hero-content {
	max-width: 500px;
}

.hero-distribution .hero-eyebrow,
.hero-iot .hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.1);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.92);
}

.hero-distribution .hero-title,
.hero-iot .hero-title {
	margin-bottom: 0.85rem;
	font-size: clamp(1.85rem, 3.6vw, 2.75rem);
}

.hero-distribution .hero-subtitle,
.hero-iot .hero-subtitle {
	margin-bottom: 0.85rem;
	line-height: 1.6;
	max-width: 440px;
	font-size: 1.05rem;
}

.hero-distribution .hero-desc,
.hero-iot .hero-desc {
	margin-bottom: 1rem;
	max-width: 440px;
	font-size: 0.95rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

.hero-distribution .hero-points,
.hero-iot .hero-points {
	display: grid;
	gap: 8px;
	margin: 0 0 1.35rem;
	padding: 0;
	list-style: none;
	max-width: 440px;
}

.hero-distribution .hero-points li,
.hero-iot .hero-points li {
	position: relative;
	padding-left: 18px;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
}

.hero-distribution .hero-points li::before,
.hero-iot .hero-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.hero-distribution .hero-cta,
.hero-iot .hero-cta {
	margin-top: 0;
}

.hero-distribution .hero-product-banner,
.hero-iot .hero-product-banner {
	max-width: none;
	width: 100%;
}

.hero-distribution .hero-visual,
.hero-iot .hero-visual {
	padding: 0;
}

.hero-distribution .hero-product-banner img,
.hero-iot .hero-product-banner img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center top;
}

.hero-trust-bar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding: 16px 20px;
	border-radius: calc(var(--radius) + 4px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
}

.hero-trust-item {
	text-align: center;
	padding: 4px 8px;
}

.hero-trust-item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-trust-item strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 2px;
}

.hero-trust-item span {
	display: block;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.78);
}

/* 产品页区块标题 */
.section > .container > h2.section-title {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 0.5rem;
	font-size: clamp(1.75rem, 3.5vw, 2.4rem);
	font-weight: 800;
	color: var(--navy);
	line-height: 1.2;
}

.section > .container > p.section-subtitle {
	text-align: center;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* 产品页嵌套 section-title（h2 在 .section-title 内） */
.section .section-title {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 2rem;
}

.section .section-title h2 {
	font-size: clamp(1.75rem, 3.5vw, 2.4rem);
	font-weight: 800;
	color: var(--navy);
	line-height: 1.2;
}

.section .section-title .section-subtitle,
.section .section-title > p {
	margin-top: 10px;
	color: var(--muted);
	font-size: 1.05rem;
}

.hero-distribution .hero-distribution-main,
.hero-iot .hero-iot-main {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 1.05fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	margin-bottom: 28px;
}

.hero-distribution > .container:not(.hero-distribution-main),
.hero-iot > .container:not(.hero-iot-main) {
	display: block;
}

.hero-distribution .container,
.hero-iot .container,
.hero-ai-digital .container,
.hero-smart-park .container,
.hero-property .container,
.hero-project .container,
.hero-sales .container,
.hero-agent-mgmt .container,
.hero-agent-control .container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}

.hero-title {
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 1rem;
}

.hero-subtitle {
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.92);
	margin-bottom: 1.5rem;
}

.hero-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 1.75rem;
}

.hero-highlights .highlight-item {
	min-width: 130px;
	padding: 12px 16px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-highlights .highlight-item strong {
	display: block;
	font-size: 0.98rem;
	margin-bottom: 2px;
}

.hero-highlights .highlight-item span {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.88);
}

.hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}

.btn-primary {
	color: var(--blue);
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.btn-primary:hover {
	transform: translateY(-2px);
}

.btn-secondary {
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.85);
	background: transparent;
}

.btn-secondary:hover {
	background: rgba(255, 255, 255, 0.12);
}

.section-subtitle {
	margin-top: 10px;
	color: var(--muted);
	font-size: 1.05rem;
}

.product-detail-image {
	width: 100%;
	height: auto;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-soft);
	object-fit: cover;
}

.product-contact {
	padding: 80px 0;
	background: linear-gradient(135deg, var(--navy), var(--blue));
	color: #fff;
	text-align: center;
}

.product-contact .section-title,
.product-contact .section-subtitle,
.product-contact p {
	color: #fff;
}

.product-contact .contact-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

/* ========== 分销商城：裂变动画 + 流程 + 计算器 ========== */

.fission-animation,
.device-network,
.digital-human-showcase,
.park-bento,
.service-journey,
.sales-funnel,
.agent-pyramid,
.agent-hub {
	position: relative;
	min-height: 360px;
	display: grid;
	place-items: center;
}

.fission-animation,
.device-network {
	width: 100%;
	max-width: 420px;
	min-height: 420px;
	margin: 0 auto;
}

.fission-core,
.network-core {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-weight: 800;
	background: linear-gradient(135deg, #fff, var(--soft));
	color: var(--blue-strong);
	box-shadow: var(--shadow);
}

.fission-center,
.network-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.fission-level-1,
.fission-level-2,
.network-layer-1,
.network-layer-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px dashed rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.fission-level-1,
.network-layer-1 {
	width: 260px;
	height: 260px;
	animation: product-spin 24s linear infinite;
}

.fission-level-2,
.network-layer-2 {
	width: 380px;
	height: 380px;
	animation: product-spin 34s linear infinite reverse;
}

.fission-node,
.device-node {
	position: absolute;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 8px;
	font-size: 0.72rem;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.95);
	color: var(--blue-strong);
	box-shadow: var(--shadow-soft);
}

.fission-node.small,
.device-node.small {
	width: 62px;
	height: 62px;
	font-size: 0.65rem;
}

.fission-level-1 .fission-node:nth-child(1),
.network-layer-1 .device-node:nth-child(1) { top: -39px; left: 50%; transform: translateX(-50%); }
.fission-level-1 .fission-node:nth-child(2),
.network-layer-1 .device-node:nth-child(2) { bottom: 28px; left: 16px; }
.fission-level-1 .fission-node:nth-child(3),
.network-layer-1 .device-node:nth-child(3) { bottom: 28px; right: 16px; }
.fission-level-1 .fission-node:nth-child(4),
.network-layer-1 .device-node:nth-child(4) { top: 50%; right: -39px; transform: translateY(-50%); }

.fission-level-2 .fission-node:nth-child(1),
.network-layer-2 .device-node:nth-child(1) { top: -31px; left: 50%; transform: translateX(-50%); }
.fission-level-2 .fission-node:nth-child(2),
.network-layer-2 .device-node:nth-child(2) { top: 18%; left: -31px; }
.fission-level-2 .fission-node:nth-child(3),
.network-layer-2 .device-node:nth-child(3) { top: 18%; right: -31px; }
.fission-level-2 .fission-node:nth-child(4),
.network-layer-2 .device-node:nth-child(4) { bottom: 18%; left: -31px; }
.fission-level-2 .fission-node:nth-child(5),
.network-layer-2 .device-node:nth-child(5) { bottom: 18%; right: -31px; }
.fission-level-2 .fission-node:nth-child(6),
.network-layer-2 .device-node:nth-child(6) { bottom: -31px; left: 50%; transform: translateX(-50%); }

@keyframes product-spin {
	from { transform: translate(-50%, -50%) rotate(0deg); }
	to { transform: translate(-50%, -50%) rotate(360deg); }
}

.distribution-flow,
.customization-flow {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.flow-step,
.step-card {
	flex: 1 1 160px;
	max-width: 220px;
	padding: 22px 18px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
}

.flow-icon,
.step-icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 14px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: var(--soft);
	color: var(--blue);
}

.flow-step h3,
.step-card h3 {
	font-size: 1.02rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.flow-step p,
.step-card p {
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.55;
}

.flow-step:hover,
.step-card:hover {
	border-color: var(--blue);
	box-shadow: var(--shadow-soft);
}

.commission-calculator {
	margin-top: 40px;
	padding: 28px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: var(--wash);
}

.calculator-demo {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 14px;
	align-items: end;
}

.calc-input label {
	display: block;
	font-size: 0.85rem;
	color: var(--muted);
	margin-bottom: 6px;
}

.calc-input input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
}

.calc-result {
	grid-column: 1 / -1;
	margin-top: 8px;
	padding: 16px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--line);
}

.result-item {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
}

.scenarios-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin-top: 32px;
}

.scenario-card {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: #fff;
}

.scenario-card img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.scenario-card h3,
.scenario-card figcaption h3 {
	padding: 14px 16px 6px;
	font-size: 1.05rem;
}

.scenario-card p,
.scenario-card figcaption p {
	padding: 0 16px 16px;
	color: var(--muted);
	font-size: 0.92rem;
}

.scenario-stats .stat-value {
	color: var(--blue);
	font-weight: 700;
}

.scenario-image {
	overflow: hidden;
	background: var(--soft);
}

.scenario-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
	transition: transform 400ms var(--ease);
}

.scenario-card:hover .scenario-image img {
	transform: scale(1.04);
}

.scenario-card {
	transition: transform 320ms var(--ease), box-shadow 320ms var(--ease), border-color 320ms var(--ease);
}

.scenario-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-soft);
	border-color: var(--line-strong);
}

.scenario-card h3 {
	color: var(--navy);
}

.scenario-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0 16px 16px;
}

.scenario-stats .stat {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 8px 12px;
	border-radius: 8px;
	background: var(--soft);
}

.scenario-stats .stat-label {
	font-size: 0.78rem;
	color: var(--muted);
}

.btn-calculate {
	grid-column: 1 / -1;
	justify-self: start;
	min-height: 44px;
	padding: 0 28px;
	border: none;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(135deg, var(--blue), var(--cyan));
	cursor: pointer;
	transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}

.btn-calculate:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(138, 23, 224, 0.28);
}

.commission-calculator h3 {
	font-size: 1.15rem;
	color: var(--navy);
	margin-bottom: 18px;
}

.result-item .result-value {
	font-weight: 700;
	color: var(--blue);
}

.result-item.total {
	margin-top: 8px;
	padding-top: 12px;
	border-top: 2px solid var(--line);
}

.result-item.total .result-label,
.result-item.total .result-value {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--navy);
}

.result-item.total .result-value {
	color: var(--blue-strong);
}

.value-card {
	padding: 24px 20px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
	transition: transform 320ms var(--ease), box-shadow 320ms var(--ease), border-color 320ms var(--ease);
}

.value-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-soft);
	border-color: var(--blue);
}

.value-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	font-size: 1.1rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.value-card h3 {
	font-size: 1.05rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.value-card p {
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.6;
}

.distribution-success .grid.cols-4 {
	margin-top: 32px;
}

.success-cases .case-body {
	padding: 0 16px 18px;
}

.success-cases .case-body p {
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.65;
}

.success-cases .case-card {
	transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}

.success-cases .case-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-soft);
}

.success-cases .case-info h3 {
	font-size: 1.05rem;
	color: var(--navy);
	margin-bottom: 4px;
}

.success-cases .case-info p {
	font-size: 0.85rem;
	color: var(--blue);
}

.core-features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
	margin-top: 32px;
}

.distribution-core-features .feature-item {
	height: 100%;
}

.distribution-core-features .feature-icon {
	width: 56px;
	height: 56px;
	min-width: 56px;
	padding: 0;
	white-space: normal;
}

.distribution-core-features .feature-icon svg {
	width: 28px;
	height: 28px;
	stroke: var(--blue);
}

.contact-desc {
	max-width: 680px;
	margin: 16px auto 0;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.9);
}

.distribution-contact .btn-secondary {
	border-color: rgba(255, 255, 255, 0.85);
	color: #fff;
}

.distribution-core-features {
	background: linear-gradient(180deg, #fff, var(--wash));
}

/* ========== 物联网：架构图 + 场景 ========== */

.architecture-diagram {
	margin-top: 36px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.arch-layer {
	padding: 22px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
}

.arch-layer-title {
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 14px;
}

.arch-modules {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
}

.arch-module {
	padding: 16px;
	border-radius: 10px;
	background: var(--wash);
}

.arch-arrow {
	text-align: center;
	font-size: 1.4rem;
	color: var(--blue);
	font-weight: 700;
}

.arch-module .module-icon {
	width: 44px;
	height: 44px;
	margin-bottom: 10px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: var(--soft);
	font-size: 1.25rem;
}

.arch-module h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 6px;
}

.arch-module p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.access-flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 32px;
}

.access-step {
	display: flex;
	gap: 16px;
	padding: 22px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
	transition: border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.access-step:hover {
	border-color: var(--blue);
	box-shadow: var(--shadow-soft);
}

.step-number {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.step-content h3 {
	font-size: 1.05rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.step-content p {
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.6;
}

.protocol-support {
	margin-top: 40px;
	padding: 28px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: var(--wash);
}

.protocol-support h3 {
	text-align: center;
	font-size: 1.1rem;
	color: var(--navy);
	margin-bottom: 20px;
}

.protocol-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 14px;
}

.protocol-item {
	padding: 16px;
	border-radius: 10px;
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
	transition: transform 320ms var(--ease), border-color 320ms var(--ease);
}

.protocol-item:hover {
	transform: translateY(-3px);
	border-color: var(--blue);
}

.protocol-name {
	font-size: 1rem;
	font-weight: 800;
	color: var(--blue);
	margin-bottom: 6px;
}

.protocol-desc {
	font-size: 0.82rem;
	color: var(--muted);
	line-height: 1.5;
}

.iot-data-flow {
	background: linear-gradient(180deg, var(--wash), #fff);
}

.data-flow-diagram {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.flow-stage {
	flex: 1 1 130px;
	max-width: 180px;
	padding: 20px 14px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
}

.stage-icon {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.stage-title {
	font-size: 0.98rem;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 6px;
}

.stage-desc {
	font-size: 0.82rem;
	color: var(--muted);
	line-height: 1.5;
}

.data-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 36px;
}

.data-stat-item {
	padding: 24px 20px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
}

.data-stat-item .stat-value {
	font-size: clamp(1.4rem, 2.5vw, 1.85rem);
	font-weight: 800;
	color: var(--blue);
	margin-bottom: 6px;
}

.data-stat-item .stat-label {
	font-size: 0.9rem;
	color: var(--muted);
}

.iot-success .grid.cols-3 {
	margin-top: 32px;
}

.iot-core-features {
	background: linear-gradient(180deg, #fff, var(--wash));
}

.iot-core-features .core-features-grid {
	margin-top: 32px;
}

.iot-core-features .feature-item {
	height: 100%;
}

.iot-core-features .feature-icon {
	width: 56px;
	height: 56px;
	min-width: 56px;
	font-size: 1.4rem;
}

.iot-contact .contact-desc {
	max-width: 680px;
	margin: 16px auto 0;
}

.iot-contact .btn-secondary {
	border-color: rgba(255, 255, 255, 0.85);
	color: #fff;
}

.iot-scenario-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
	margin-top: 32px;
}

.iot-scenario-card {
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--line);
	background: #fff;
}

.iot-scenario-card img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.iot-scenario-card h3 {
	padding: 14px 16px 16px;
}

.case-card {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: #fff;
}

.case-header {
	display: flex;
	gap: 14px;
	padding: 16px;
}

.case-image img {
	width: 100px;
	height: 70px;
	object-fit: cover;
	border-radius: 8px;
}

.success-cases {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
	margin-top: 28px;
}

/* ========== AI数字人：展示环 + 技术卡片 ========== */

.digital-human-showcase {
	min-height: 380px;
	position: relative;
}

.interaction-rings {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.human-avatar {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.feature-bubbles {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.ai-customization,
.ai-technology,
.ai-scenarios,
.ai-success,
.distribution-features,
.distribution-scenarios,
.distribution-success,
.distribution-core-features,
.iot-architecture,
.iot-device-access,
.iot-data-flow,
.iot-scenarios,
.iot-success,
.iot-core-features {
	padding: 80px 0;
}

.ai-customization,
.iot-architecture,
.distribution-features {
	background: linear-gradient(180deg, var(--wash), #fff);
}

.ai-technology,
.iot-device-access,
.distribution-scenarios {
	background: #fff;
}

.ai-scenarios,
.iot-scenarios {
	background: linear-gradient(180deg, #fff, var(--wash));
}

.ai-success,
.iot-success,
.distribution-success {
	background: var(--soft);
}

.ai-contact,
.distribution-contact,
.iot-contact {
	padding: 80px 0;
	background: linear-gradient(135deg, var(--navy), var(--blue));
	color: #fff;
	text-align: center;
}

.ai-contact .section-title,
.ai-contact .section-subtitle,
.ai-contact p,
.distribution-contact .section-title,
.distribution-contact .section-subtitle,
.distribution-contact p,
.iot-contact .section-title,
.iot-contact .section-subtitle,
.iot-contact p {
	color: #fff;
}

.ai-contact .contact-actions,
.distribution-contact .contact-actions,
.iot-contact .contact-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

/* ========== 企业福利商城 · 独立模块视觉 ==========
   Reference: Linear/Notion knowledge surface + Apple bento
   Tokens scoped to .wf-site (standalone mini-site, not parent page chrome)
*/
.wf-site {
	--wf-ink: #180b20;
	--wf-muted: #6d5b7c;
	--wf-line: rgba(31, 15, 42, 0.08);
	--wf-card: rgba(255, 255, 255, 0.78);
	--wf-accent: #6202c7;
	--wf-accent-soft: rgba(98, 2, 199, 0.12);
	--wf-deep: #3d0c6e;
	--wf-radius: 20px;
	--wf-font: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
	position: relative;
	isolation: isolate;
	padding: 88px 0 96px;
	overflow: hidden;
	font-family: var(--wf-font);
	color: var(--wf-ink);
	background:
		radial-gradient(ellipse 70% 55% at 12% 8%, rgba(118, 14, 233, 0.18), transparent 55%),
		radial-gradient(ellipse 55% 45% at 92% 12%, rgba(147, 56, 248, 0.14), transparent 50%),
		radial-gradient(ellipse 60% 50% at 70% 100%, rgba(61, 12, 110, 0.08), transparent 55%),
		linear-gradient(180deg, #f8f4fc 0%, #f5eefb 48%, #fbf7fe 100%);
}

.wf-site::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(61, 12, 110, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(61, 12, 110, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
	pointer-events: none;
	z-index: 0;
}

.wf-shell {
	position: relative;
	z-index: 1;
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.wf-hero {
	max-width: 640px;
	margin-bottom: 36px;
}

.wf-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	color: var(--wf-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wf-kicker::before {
	content: "";
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: var(--wf-accent);
}

.wf-title {
	margin: 0 0 12px;
	color: var(--wf-ink);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.04em;
}

.wf-desc {
	margin: 0;
	max-width: 34em;
	color: var(--wf-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.wf-bento {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-rows: 168px;
	gap: 14px;
	margin-bottom: 42px;
}

.wf-bento-card {
	position: relative;
	grid-column: span 4;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: var(--wf-radius);
	background: #efdbfe;
	box-shadow: 0 18px 50px rgba(61, 12, 110, 0.1);
	isolation: isolate;
}

.wf-bento-feature {
	grid-column: span 8;
	grid-row: span 2;
}

.wf-bento-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.wf-bento-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(23, 8, 35, 0.78) 100%);
	pointer-events: none;
}

.wf-bento-copy {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 16px;
	z-index: 1;
	color: #fff;
}

.wf-bento-copy span {
	display: inline-flex;
	margin-bottom: 6px;
	padding: 3px 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(8px);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.04em;
}

.wf-bento-copy h3 {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 750;
	letter-spacing: -0.02em;
}

.wf-bento-feature .wf-bento-copy h3 {
	font-size: 1.55rem;
}

.wf-bento-copy p {
	margin: 6px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
}

.wf-bento-card:hover img {
	transform: scale(1.05);
}

.wf-catalog {
	padding: 28px;
	border: 1px solid var(--wf-line);
	border-radius: calc(var(--wf-radius) + 4px);
	background: var(--wf-card);
	backdrop-filter: blur(16px);
	box-shadow: 0 24px 60px rgba(61, 12, 110, 0.08);
}

.wf-catalog-head {
	max-width: 560px;
	margin-bottom: 24px;
}

.wf-catalog-head h3 {
	margin: 0 0 8px;
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.wf-catalog-head p:last-child {
	margin: 0;
	color: var(--wf-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

.wf-catalog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.wf-cat {
	padding: 18px 18px 16px;
	border: 1px solid var(--wf-line);
	border-radius: 16px;
	background: linear-gradient(180deg, #fff, #fbf8fe);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.wf-cat:hover {
	border-color: rgba(98, 2, 199, 0.28);
	box-shadow: 0 14px 34px rgba(98, 2, 199, 0.1);
	transform: translateY(-2px);
}

.wf-cat-wide {
	grid-column: 1 / -1;
}

.wf-cat header {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 12px;
}

.wf-cat header em {
	flex: 0 0 auto;
	color: var(--wf-accent);
	font-style: normal;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	font-variant-numeric: tabular-nums;
}

.wf-cat header h4 {
	margin: 0;
	color: var(--wf-deep);
	font-size: 1rem;
	font-weight: 750;
	letter-spacing: -0.02em;
}

.wf-cat ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-cat li {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(98, 2, 199, 0.14);
	border-radius: 999px;
	background: var(--wf-accent-soft);
	color: var(--wf-deep);
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.35;
}

.wf-kw-more {
	margin-top: 10px;
}

.wf-kw-more summary {
	cursor: pointer;
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px dashed rgba(98, 2, 199, 0.35);
	color: var(--wf-accent);
	font-size: 12.5px;
	font-weight: 700;
	user-select: none;
}

.wf-kw-more summary::-webkit-details-marker {
	display: none;
}

.wf-kw-more summary::after {
	content: "∨";
	font-size: 11px;
	opacity: 0.8;
}

.wf-kw-more[open] summary::after {
	content: "∧";
}

.wf-kw-more[open] summary {
	margin-bottom: 10px;
	border-style: solid;
	background: rgba(98, 2, 199, 0.06);
}

@media (max-width: 980px) {
	.wf-bento {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		grid-auto-rows: 150px;
	}

	.wf-bento-feature {
		grid-column: span 6;
		grid-row: span 2;
	}

	.wf-bento-card {
		grid-column: span 3;
	}
}

@media (max-width: 720px) {
	.wf-site {
		padding: 64px 0 72px;
	}

	.wf-shell {
		width: min(1120px, calc(100% - 28px));
	}

	.wf-bento {
		grid-template-columns: 1fr;
		grid-auto-rows: 180px;
	}

	.wf-bento-feature,
	.wf-bento-card {
		grid-column: auto;
		grid-row: auto;
	}

	.wf-catalog {
		padding: 14px;
	}

	.wf-catalog-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.wf-cat {
		padding: 14px;
	}

	.wf-cat-wide {
		grid-column: auto;
	}

	.wf-cat header {
		flex-wrap: wrap;
		gap: 6px 10px;
		margin-bottom: 10px;
	}

	.wf-cat header h4 {
		font-size: 0.95rem;
		line-height: 1.35;
	}

	/* 长词条通栏铺满，避免胶囊贴左、右侧大片空白 */
	.wf-cat ul {
		gap: 6px;
	}

	.wf-cat li {
		width: 100%;
		box-sizing: border-box;
		min-height: 0;
		padding: 9px 12px;
		border-radius: 10px;
		font-size: 13px;
		line-height: 1.45;
		white-space: normal;
	}

	.wf-kw-more summary {
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
		border-radius: 10px;
	}
}

.step-title {
	font-size: 1.05rem;
	margin-bottom: 8px;
	color: var(--navy);
}

.step-desc {
	font-size: 0.92rem;
	color: var(--muted);
}

.cases-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin-top: 32px;
}

.case-card .case-image img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: var(--radius) var(--radius) 0 0;
}

.case-content {
	padding: 16px 18px 20px;
}

.case-title {
	font-size: 1.05rem;
	margin-bottom: 8px;
	color: var(--navy);
}

.case-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.case-metrics span {
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--soft);
	color: var(--blue);
	font-size: 0.78rem;
}

.avatar-circle {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(135deg, #fff, var(--soft));
	display: grid;
	place-items: center;
	font-size: 2rem;
	font-weight: 800;
	color: var(--blue);
	box-shadow: var(--shadow);
}

.human-avatar {
	position: relative;
	z-index: 2;
	text-align: center;
}

.interaction-rings .ring {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: product-pulse 3s ease-in-out infinite;
}

.ring-1 { width: 180px; height: 180px; }
.ring-2 { width: 240px; height: 240px; animation-delay: 0.4s; }
.ring-3 { width: 300px; height: 300px; animation-delay: 0.8s; }

@keyframes product-pulse {
	0%, 100% { opacity: 0.35; transform: translate(-50%, -50%) scale(1); }
	50% { opacity: 0.85; transform: translate(-50%, -50%) scale(1.04); }
}

.feature-bubbles .bubble {
	position: absolute;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--navy);
	font-size: 0.78rem;
	font-weight: 600;
}

.bubble-1 { top: 12%; left: 8%; }
.bubble-2 { top: 18%; right: 6%; }
.bubble-3 { bottom: 22%; left: 4%; }
.bubble-4 { bottom: 16%; right: 8%; }

.technology-grid,
.ai-scenario-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
	margin-top: 32px;
}

.tech-card {
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
}

.tech-icon {
	color: var(--blue);
	margin-bottom: 12px;
}

.tech-tag {
	display: inline-block;
	margin: 4px 6px 0 0;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--soft);
	color: var(--blue);
	font-size: 0.78rem;
}

/* ========== AI数字人：独立沉浸式风格 ========== */

.page-ai-digital {
	--ai-violet: #c763f1;
	--ai-purple: #cf3aed;
	--ai-glow: #7722ee;
	--ai-dark: #14071c;
	--ai-mid: #321245;
	--ai-glass: rgba(255, 255, 255, 0.08);
	--ai-glass-border: rgba(255, 255, 255, 0.16);
}

.page-ai-digital .hero-ai-stage {
	position: relative;
	padding: var(--hero-padding);
	margin-top: 0;
	overflow: hidden;
	background:
		radial-gradient(ellipse 80% 60% at 70% 20%, rgba(199, 99, 241, 0.35), transparent 55%),
		radial-gradient(ellipse 60% 50% at 20% 80%, rgba(119, 34, 238, 0.18), transparent 50%),
		linear-gradient(160deg, #14071c 0%, #321245 45%, #351040 100%);
	color: #fff;
}

.page-ai-digital .hero-ai-stage::before,
.page-ai-digital .hero-ai-stage::after {
	display: none;
}

.page-ai-digital .hero-aurora {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 30% 40%, rgba(207, 58, 237, 0.2), transparent 40%),
		radial-gradient(circle at 75% 60%, rgba(119, 34, 238, 0.12), transparent 35%);
	animation: ai-aurora-shift 12s ease-in-out infinite alternate;
}

@keyframes ai-aurora-shift {
	from { opacity: 0.7; transform: scale(1); }
	to { opacity: 1; transform: scale(1.05); }
}

.page-ai-digital .hero-ai-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
	padding-bottom: 32px;
}

.page-ai-digital .ai-live-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 6px 14px 6px 10px;
	border-radius: 999px;
	border: 1px solid var(--ai-glass-border);
	background: var(--ai-glass);
	font-size: 0.8rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
}

.page-ai-digital .pulse-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #34d399;
	box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6);
	animation: ai-pulse-dot 2s ease infinite;
}

@keyframes ai-pulse-dot {
	0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55); }
	70% { box-shadow: 0 0 0 10px rgba(52, 211, 153, 0); }
	100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.page-ai-digital .hero-title {
	font-size: clamp(2rem, 4.2vw, 3rem);
	font-weight: 800;
	line-height: 1.12;
	margin-bottom: 1rem;
	background: linear-gradient(135deg, #fff 30%, #eac7fe 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.page-ai-digital .hero-lead {
	max-width: 480px;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 1.25rem;
}

.page-ai-digital .ai-capability-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.page-ai-digital .ai-capability-row span {
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(199, 99, 241, 0.45);
	background: rgba(199, 99, 241, 0.15);
	font-size: 0.78rem;
	font-weight: 600;
	color: #f4e0ff;
}

.page-ai-digital .btn-ai-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(135deg, var(--ai-violet), var(--ai-purple));
	box-shadow: 0 12px 32px rgba(199, 99, 241, 0.35);
	transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}

.page-ai-digital .btn-ai-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 40px rgba(199, 99, 241, 0.45);
}

.page-ai-digital .btn-ai-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	transition: background 320ms var(--ease);
}

.page-ai-digital .btn-ai-ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

.page-ai-digital .hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.page-ai-digital .hero-stage {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 380px;
}

.page-ai-digital .stage-orbit {
	position: absolute;
	width: min(340px, 90%);
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1px dashed rgba(199, 99, 241, 0.35);
	animation: ai-orbit-spin 20s linear infinite;
}

.page-ai-digital .stage-orbit::before {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 50%;
	border: 1px solid rgba(119, 34, 238, 0.2);
}

@keyframes ai-orbit-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.page-ai-digital .stage-frame {
	position: relative;
	width: min(320px, 88%);
	border-radius: 24px;
	padding: 12px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
	border: 1px solid var(--ai-glass-border);
	box-shadow:
		0 24px 60px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(12px);
	overflow: hidden;
}

.page-ai-digital .stage-frame img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
}

.page-ai-digital .stage-scanline {
	position: absolute;
	inset: 12px;
	border-radius: 16px;
	background: linear-gradient(180deg, transparent 0%, rgba(119, 34, 238, 0.06) 50%, transparent 100%);
	background-size: 100% 8px;
	animation: ai-scan 4s linear infinite;
	pointer-events: none;
	opacity: 0.5;
}

@keyframes ai-scan {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}

.page-ai-digital .stage-chip {
	position: absolute;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	background: rgba(23, 10, 30, 0.75);
	border: 1px solid rgba(119, 34, 238, 0.4);
	color: #c8a5fc;
	backdrop-filter: blur(6px);
}

.page-ai-digital .stage-chip-1 { top: 8%; right: -4%; }
.page-ai-digital .stage-chip-2 { bottom: 28%; left: -8%; }
.page-ai-digital .stage-chip-3 { bottom: 8%; right: 6%; }

.page-ai-digital .hero-ai-metrics {
	position: relative;
	z-index: 1;
	padding: 0 0 40px;
}

.page-ai-digital .ai-metric-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding: 18px 22px;
	border-radius: 16px;
	border: 1px solid var(--ai-glass-border);
	background: var(--ai-glass);
	backdrop-filter: blur(10px);
}

.page-ai-digital .ai-metric {
	text-align: center;
	padding: 4px 8px;
}

.page-ai-digital .ai-metric:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.page-ai-digital .ai-metric strong {
	display: block;
	font-size: 1.1rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 2px;
}

.page-ai-digital .ai-metric span {
	font-size: 0.76rem;
	color: rgba(255, 255, 255, 0.65);
}

.page-ai-digital .ai-section-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 2.5rem;
}

.page-ai-digital .ai-section-kicker {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 12px;
	border-radius: 999px;
	background: rgba(199, 99, 241, 0.1);
	color: var(--ai-purple);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.page-ai-digital .ai-section-head .section-title {
	font-size: clamp(1.75rem, 3.2vw, 2.35rem);
	font-weight: 800;
	color: var(--navy);
	margin-bottom: 0.5rem;
}

.page-ai-digital .ai-section-head .section-subtitle {
	color: var(--muted);
	font-size: 1.02rem;
}

.page-ai-digital .ai-customization {
	background: linear-gradient(180deg, #fcf8ff 0%, #fff 100%);
}

.page-ai-digital .ai-dual-pillar {
	padding: 72px 0;
	background: #fff;
}

.page-ai-digital .ai-pillar-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	max-width: 920px;
	margin: 0 auto;
}

.page-ai-digital .ai-pillar-card {
	padding: 28px 24px;
	border-radius: 20px;
	border: 1px solid var(--line);
	background: #fff;
}

.page-ai-digital .ai-pillar-human {
	background: linear-gradient(145deg, #fcf3ff, #fff);
	border-color: rgba(199, 99, 241, 0.22);
}

.page-ai-digital .ai-pillar-agent {
	background: linear-gradient(145deg, #ecfeff, #fff);
	border-color: rgba(119, 34, 238, 0.28);
}

.page-ai-digital .ai-pillar-label {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.page-ai-digital .ai-pillar-human .ai-pillar-label {
	background: rgba(199, 99, 241, 0.12);
	color: var(--ai-purple);
}

.page-ai-digital .ai-pillar-agent .ai-pillar-label {
	background: rgba(119, 34, 238, 0.15);
	color: #5208b2;
}

.page-ai-digital .ai-pillar-card h3 {
	font-size: 1.2rem;
	color: var(--navy);
	margin-bottom: 14px;
}

.page-ai-digital .ai-pillar-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.page-ai-digital .ai-pillar-card li {
	position: relative;
	padding-left: 16px;
	font-size: 0.9rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-ai-digital .ai-pillar-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ai-violet);
}

.page-ai-digital .ai-pillar-agent li::before {
	background: var(--ai-glow);
}

.page-ai-digital .ai-pillar-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 4px;
}

.page-ai-digital .ai-pillar-x {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 1.1rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--ai-violet), var(--ai-purple));
	box-shadow: 0 8px 24px rgba(199, 99, 241, 0.3);
}

.page-ai-digital .ai-pillar-line {
	width: 2px;
	height: 48px;
	background: linear-gradient(180deg, var(--ai-violet), var(--ai-glow));
	border-radius: 2px;
	opacity: 0.5;
}

.page-ai-digital .ai-tech-bento-agent {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: auto;
}

.page-ai-digital .ai-tech-bento-agent .ai-tech-card-main {
	grid-column: 1 / -1;
	grid-row: span 1;
}

.page-ai-digital .ai-customization {
	background: linear-gradient(180deg, #fcf8ff 0%, #fff 100%);
}

.page-ai-digital .ai-timeline {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	padding-left: 28px;
}

.page-ai-digital .ai-timeline::before {
	content: "";
	position: absolute;
	left: 11px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: linear-gradient(180deg, var(--ai-violet), var(--ai-glow));
	border-radius: 2px;
}

.page-ai-digital .ai-timeline-item {
	position: relative;
	display: flex;
	gap: 20px;
	padding-bottom: 28px;
}

.page-ai-digital .ai-timeline-item:last-child {
	padding-bottom: 0;
}

.page-ai-digital .ai-timeline-marker {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-left: -28px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	font-size: 0.82rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--ai-violet), var(--ai-purple));
	box-shadow: 0 8px 20px rgba(199, 99, 241, 0.3);
}

.page-ai-digital .ai-timeline-body {
	flex: 1;
	padding: 16px 20px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	transition: border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.page-ai-digital .ai-timeline-body:hover {
	border-color: rgba(199, 99, 241, 0.45);
	box-shadow: 0 12px 32px rgba(199, 99, 241, 0.1);
}

.page-ai-digital .ai-timeline-body h3 {
	font-size: 1.05rem;
	color: var(--navy);
	margin-bottom: 6px;
}

.page-ai-digital .ai-timeline-body p {
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.65;
}

.page-ai-digital .ai-technology {
	background: #fff;
}

.page-ai-digital .ai-tech-bento {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: auto auto;
	gap: 16px;
}

.page-ai-digital .ai-tech-card {
	padding: 22px;
	border-radius: 16px;
	border: 1px solid var(--line);
	background: #fff;
	transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}

.page-ai-digital .ai-tech-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(199, 99, 241, 0.12);
}

.page-ai-digital .ai-tech-card-main {
	grid-row: span 2;
	background: linear-gradient(145deg, #fcf3ff 0%, #fff 60%);
	border-color: rgba(199, 99, 241, 0.25);
}

.page-ai-digital .ai-tech-card-icon {
	font-size: 1.75rem;
	margin-bottom: 12px;
}

.page-ai-digital .ai-tech-card h3 {
	font-size: 1.05rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-ai-digital .ai-tech-card p {
	font-size: 0.9rem;
	color: var(--muted);
	line-height: 1.6;
	margin-bottom: 10px;
}

.page-ai-digital .ai-tech-card .tech-tag {
	background: rgba(199, 99, 241, 0.1);
	color: var(--ai-purple);
}

.page-ai-digital .ai-scenarios {
	background: linear-gradient(180deg, var(--wash), #fff);
	overflow: hidden;
}

.page-ai-digital .ai-scenario-track {
	display: grid;
	grid-template-columns: repeat(6, minmax(200px, 1fr));
	gap: 14px;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x mandatory;
}

.page-ai-digital .ai-scenario-panel {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	min-height: 280px;
	scroll-snap-align: start;
	border: 1px solid var(--line);
}

.page-ai-digital .ai-scenario-panel img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	transition: transform 600ms var(--ease);
}

.page-ai-digital .ai-scenario-panel:hover img {
	transform: scale(1.06);
}

.page-ai-digital .ai-scenario-overlay {
	position: absolute;
	inset: auto 0 0;
	padding: 20px 16px 18px;
	background: linear-gradient(180deg, transparent, rgba(20, 7, 28, 0.88));
	color: #fff;
}

.page-ai-digital .ai-scenario-overlay h3 {
	font-size: 1rem;
	margin-bottom: 6px;
}

.page-ai-digital .ai-scenario-overlay p {
	font-size: 0.82rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
}

.page-ai-digital .ai-success {
	background: var(--soft);
}

.page-ai-digital .ai-case-stack {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.page-ai-digital .ai-case-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: center;
	padding: 24px;
	border-radius: 20px;
	border: 1px solid var(--line);
	background: #fff;
}

.page-ai-digital .ai-case-block-reverse {
	direction: rtl;
}

.page-ai-digital .ai-case-block-reverse > * {
	direction: ltr;
}

.page-ai-digital .ai-case-visual {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--line);
}

.page-ai-digital .ai-case-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.page-ai-digital .case-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.page-ai-digital .case-tag {
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(199, 99, 241, 0.1);
	color: var(--ai-purple);
	font-size: 0.76rem;
	font-weight: 700;
}

.page-ai-digital .ai-case-detail h3 {
	font-size: 1.2rem;
	color: var(--navy);
	margin-bottom: 10px;
}

.page-ai-digital .ai-case-detail > p {
	font-size: 0.94rem;
	color: var(--muted);
	line-height: 1.65;
	margin-bottom: 16px;
}

.page-ai-digital .ai-case-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-ai-digital .ai-case-metrics li {
	padding: 12px;
	border-radius: 12px;
	background: var(--wash);
	text-align: center;
}

.page-ai-digital .ai-case-metrics strong {
	display: block;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--ai-purple);
	margin-bottom: 2px;
}

.page-ai-digital .ai-case-metrics span {
	font-size: 0.76rem;
	color: var(--muted);
}

.page-ai-digital .ai-core-features {
	padding: 80px 0;
	background: linear-gradient(180deg, #fff, #fcf8ff);
}

.page-ai-digital .ai-feature-matrix {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.page-ai-digital .ai-feature-cell {
	position: relative;
	padding: 22px 20px 20px 56px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	transition: border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.page-ai-digital .ai-feature-cell:hover {
	border-color: rgba(199, 99, 241, 0.35);
	box-shadow: 0 10px 28px rgba(199, 99, 241, 0.1);
}

.page-ai-digital .ai-feature-num {
	position: absolute;
	left: 16px;
	top: 18px;
	font-size: 0.85rem;
	font-weight: 800;
	color: var(--ai-violet);
	opacity: 0.85;
}

.page-ai-digital .ai-feature-cell h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 6px;
}

.page-ai-digital .ai-feature-cell p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-ai-digital .ai-contact-glow {
	padding: 80px 0;
	background:
		radial-gradient(ellipse 70% 80% at 50% 100%, rgba(199, 99, 241, 0.25), transparent 60%),
		linear-gradient(160deg, #14071c, #351040);
	color: #fff;
	text-align: center;
}

.page-ai-digital .ai-contact-panel {
	max-width: 640px;
	margin: 0 auto;
	padding: 36px 28px;
	border-radius: 24px;
	border: 1px solid var(--ai-glass-border);
	background: var(--ai-glass);
	backdrop-filter: blur(12px);
}

.page-ai-digital .ai-contact-panel .section-title,
.page-ai-digital .ai-contact-panel .section-subtitle,
.page-ai-digital .ai-contact-panel .contact-desc {
	color: #fff;
}

.page-ai-digital .ai-contact-panel .section-subtitle {
	opacity: 0.88;
}

.page-ai-digital .ai-contact-panel .contact-desc {
	margin-top: 12px;
	font-size: 0.95rem;
	line-height: 1.7;
	opacity: 0.85;
}

.page-ai-digital .ai-contact-panel .contact-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

/* ========== 智慧园区：Bento 模块 ========== */

.park-bento {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, 120px);
	gap: 12px;
	width: 100%;
}

.park-tile {
	padding: 16px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.park-tile strong { font-size: 0.95rem; }
.park-tile span { font-size: 0.78rem; opacity: 0.85; margin-top: 4px; }
.park-tile.large { grid-column: span 3; grid-row: span 2; background: rgba(255,255,255,0.2); }
.park-tile.wide { grid-column: span 2; }
.park-tile.tall { grid-row: span 2; }

.park-modules {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
	margin-top: 32px;
}

.park-module {
	padding: 20px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
}

.park-module-num {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: var(--blue);
	color: #fff;
	font-weight: 700;
	margin-bottom: 12px;
}

/* ========== 智慧园区：扩展模块独立风格 ========== */

.page-smart-park {
	--park-emerald: #059669;
	--park-emerald-dark: #047857;
	--park-sky: #760ee9;
	--park-sky-soft: #efe0fe;
	--park-mint: #ecfdf5;
}

.page-smart-park .hero-smart-park {
	background: linear-gradient(135deg, #350b55 0%, #065f46 52%, #480e90 100%);
}

.page-smart-park .park-hero-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(167, 243, 208, 0.35);
	background: rgba(5, 150, 105, 0.2);
	font-size: 0.8rem;
	font-weight: 700;
	color: #a7f3d0;
}

/* Hero 右侧：运营驾驶舱 + 环绕节点 */
.page-smart-park .park-cockpit {
	position: relative;
	width: 100%;
	max-width: 420px;
	min-height: 380px;
	margin: 0 auto;
}

.page-smart-park .park-cockpit-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}

.page-smart-park .park-cockpit-board {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(100%, 300px);
	padding: 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
	z-index: 2;
}

.page-smart-park .park-cockpit-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.page-smart-park .park-live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #34d399;
	box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6);
	animation: park-live-pulse 2s ease infinite;
}

@keyframes park-live-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.5); }
	50% { box-shadow: 0 0 0 6px rgba(52, 211, 153, 0); }
}

.page-smart-park .park-cockpit-header strong {
	flex: 1;
	font-size: 0.92rem;
	color: #fff;
}

.page-smart-park .park-cockpit-header em {
	font-style: normal;
	font-size: 0.68rem;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(52, 211, 153, 0.2);
	color: #a7f3d0;
	font-weight: 600;
}

.page-smart-park .park-cockpit-kpis {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 12px;
}

.page-smart-park .park-kpi {
	padding: 8px 6px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	text-align: center;
}

.page-smart-park .park-kpi b {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	color: #6ee7b7;
	line-height: 1.2;
}

.page-smart-park .park-kpi span {
	font-size: 0.62rem;
	color: rgba(255, 255, 255, 0.72);
}

.page-smart-park .park-kpi-alert b {
	color: #fcd34d;
}

.page-smart-park .park-cockpit-body {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 10px;
	margin-bottom: 10px;
}

.page-smart-park .park-chart-label,
.page-smart-park .park-map-label {
	font-size: 0.62rem;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 6px;
}

.page-smart-park .park-chart-bars {
	display: flex;
	align-items: flex-end;
	gap: 4px;
	height: 56px;
}

.page-smart-park .park-bar {
	flex: 1;
	height: var(--h);
	border-radius: 3px 3px 0 0;
	background: rgba(255, 255, 255, 0.2);
	transition: height 600ms var(--ease);
}

.page-smart-park .park-bar-active {
	background: linear-gradient(180deg, #6ee7b7, #059669);
}

.page-smart-park .park-map-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
}

.page-smart-park .park-block {
	aspect-ratio: 1;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-smart-park .park-block.active {
	background: rgba(52, 211, 153, 0.35);
	border-color: rgba(110, 231, 183, 0.4);
}

.page-smart-park .park-block.warn {
	background: rgba(252, 211, 77, 0.35);
	border-color: rgba(252, 211, 77, 0.5);
	animation: park-block-blink 2.5s ease infinite;
}

@keyframes park-block-blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.55; }
}

.page-smart-park .park-map-legend {
	display: flex;
	gap: 10px;
	margin-top: 6px;
	font-size: 0.58rem;
	color: rgba(255, 255, 255, 0.6);
}

.page-smart-park .park-map-legend .dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 3px;
	vertical-align: middle;
}

.page-smart-park .park-map-legend .dot-ok { background: #34d399; }
.page-smart-park .park-map-legend .dot-warn { background: #fcd34d; }

.page-smart-park .park-cockpit-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-smart-park .park-status {
	font-size: 0.62rem;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8);
}

.page-smart-park .park-status.ok {
	background: rgba(52, 211, 153, 0.15);
	color: #a7f3d0;
}

.page-smart-park .park-float-node {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	z-index: 3;
	animation: park-node-float 4s ease-in-out infinite;
}

.page-smart-park .park-float-node strong {
	display: block;
	font-size: 0.72rem;
	color: var(--navy);
	line-height: 1.2;
}

.page-smart-park .park-float-node span {
	font-size: 0.62rem;
	color: var(--muted);
}

.page-smart-park .park-node-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	display: grid;
	place-items: center;
	font-size: 0.72rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--park-emerald), var(--park-sky));
}

.page-smart-park .park-node-icon-warn {
	background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.page-smart-park .park-node-1 { top: 4px; left: 0; animation-delay: 0s; }
.page-smart-park .park-node-2 { top: 4px; right: 0; animation-delay: 0.6s; }
.page-smart-park .park-node-3 { top: 50%; right: -4px; transform: translateY(-50%); animation-delay: 1.2s; }
.page-smart-park .park-node-4 { bottom: 4px; right: 8px; animation-delay: 1.8s; }
.page-smart-park .park-node-5 { bottom: 4px; left: 8px; animation-delay: 2.4s; }
.page-smart-park .park-node-6 { top: 50%; left: -4px; transform: translateY(-50%); animation-delay: 3s; }

@keyframes park-node-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

.page-smart-park .park-node-3,
.page-smart-park .park-node-6 {
	animation-name: park-node-float-side;
}

@keyframes park-node-float-side {
	0%, 100% { transform: translateY(-50%); }
	50% { transform: translateY(calc(-50% - 6px)); }
}

.page-smart-park .park-hero-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
	padding: 16px 20px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.page-smart-park .park-metric {
	text-align: center;
	padding: 4px 8px;
}

.page-smart-park .park-metric:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.page-smart-park .park-metric strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	color: #6ee7b7;
	margin-bottom: 2px;
}

.page-smart-park .park-metric span {
	font-size: 0.76rem;
	color: rgba(255, 255, 255, 0.72);
}

.page-smart-park .btn-park-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(135deg, var(--park-emerald), var(--park-emerald-dark));
	box-shadow: 0 10px 28px rgba(5, 150, 105, 0.28);
	transition: transform 320ms var(--ease);
}

.page-smart-park .btn-park-primary:hover {
	transform: translateY(-2px);
}

.page-smart-park .btn-park-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: transparent;
}

.page-smart-park .btn-park-ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

.page-smart-park .btn-park-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: var(--park-emerald-dark);
	border: 1px solid rgba(5, 150, 105, 0.35);
	background: #fff;
}

.page-smart-park .btn-park-outline:hover {
	background: var(--park-mint);
}

.page-smart-park .park-section-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 2.5rem;
}

.page-smart-park .park-kicker {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 12px;
	border-radius: 999px;
	background: var(--park-mint);
	color: var(--park-emerald);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.page-smart-park .park-section-head .section-title {
	font-size: clamp(1.75rem, 3.2vw, 2.35rem);
	font-weight: 800;
	color: var(--navy);
	margin-bottom: 0.5rem;
}

.page-smart-park .park-section-head .section-subtitle {
	color: var(--muted);
	font-size: 1.02rem;
}

.page-smart-park .park-core-section {
	padding: 80px 0;
}

.page-smart-park .park-module-num {
	background: linear-gradient(135deg, var(--park-emerald), var(--park-sky));
}

.page-smart-park .park-extended {
	padding: 80px 0;
	background: linear-gradient(180deg, var(--park-mint), #fff);
}

.page-smart-park .park-ext-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.page-smart-park .park-ext-card {
	padding: 22px 18px 20px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	transition: border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.page-smart-park .park-ext-card:hover {
	border-color: rgba(5, 150, 105, 0.35);
	box-shadow: 0 10px 28px rgba(5, 150, 105, 0.08);
}

.page-smart-park .park-ext-icon {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-bottom: 12px;
	border-radius: 8px;
	font-size: 0.72rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--park-emerald), var(--park-sky));
}

.page-smart-park .park-ext-card h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 6px;
}

.page-smart-park .park-ext-card p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-smart-park .park-portals {
	padding: 80px 0;
	background: #fff;
}

.page-smart-park .park-portal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.page-smart-park .park-portal-card {
	padding: 28px 24px;
	border-radius: 16px;
	border: 1px solid var(--line);
	background: #fff;
}

.page-smart-park .park-portal-ops {
	border-top: 4px solid var(--park-emerald);
}

.page-smart-park .park-portal-corp {
	border-top: 4px solid var(--park-sky);
}

.page-smart-park .park-portal-prop {
	border-top: 4px solid #c763f1;
}

.page-smart-park .park-portal-tag {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 0.72rem;
	font-weight: 800;
}

.page-smart-park .park-portal-ops .park-portal-tag {
	background: var(--park-mint);
	color: var(--park-emerald);
}

.page-smart-park .park-portal-corp .park-portal-tag {
	background: var(--park-sky-soft);
	color: #5103a1;
}

.page-smart-park .park-portal-prop .park-portal-tag {
	background: #f9eeff;
	color: #a338ca;
}

.page-smart-park .park-portal-card h3 {
	font-size: 1.15rem;
	color: var(--navy);
	margin-bottom: 14px;
}

.page-smart-park .park-portal-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.page-smart-park .park-portal-card li {
	position: relative;
	padding-left: 16px;
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-smart-park .park-portal-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--park-emerald);
}

.page-smart-park .park-portal-corp li::before {
	background: var(--park-sky);
}

.page-smart-park .park-portal-prop li::before {
	background: #c763f1;
}

.page-smart-park .park-onboard {
	padding: 80px 0;
	background: linear-gradient(180deg, #fff, var(--park-sky-soft));
}

.page-smart-park .park-onboard-track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.page-smart-park .park-onboard-step {
	padding: 18px 14px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
}

.page-smart-park .park-onboard-step span {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 50%;
	font-size: 0.82rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--park-emerald), var(--park-sky));
}

.page-smart-park .park-onboard-step h3 {
	font-size: 0.92rem;
	color: var(--navy);
	margin-bottom: 6px;
}

.page-smart-park .park-onboard-step p {
	font-size: 0.78rem;
	color: var(--muted);
	line-height: 1.5;
}

.page-smart-park .park-showcase {
	padding: 80px 0;
}

.page-smart-park .park-showcase-copy .section-title {
	font-size: clamp(1.6rem, 2.8vw, 2.1rem);
	font-weight: 800;
	color: var(--navy);
	margin: 10px 0 12px;
}

.page-smart-park .park-showcase-copy p {
	font-size: 0.95rem;
	color: var(--muted);
	line-height: 1.7;
}

.page-smart-park .park-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.page-smart-park .park-tag-row span {
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--park-mint);
	color: var(--park-emerald-dark);
	font-size: 0.78rem;
	font-weight: 600;
}

.page-smart-park .park-types {
	padding: 80px 0;
	background: var(--wash);
}

.page-smart-park .park-type-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.page-smart-park .park-type-card {
	padding: 22px 18px;
	border-radius: 14px;
	border: 1px solid var(--line);
	border-left: 4px solid var(--park-emerald);
	background: #fff;
}

.page-smart-park .park-type-card h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-smart-park .park-type-card p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-smart-park .park-ecosystem {
	padding: 0 0 80px;
	background: var(--wash);
}

.page-smart-park .park-eco-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 32px;
	border-radius: 16px;
	border: 1px solid rgba(5, 150, 105, 0.2);
	background: linear-gradient(135deg, rgba(5, 150, 105, 0.06), rgba(118, 14, 233, 0.06));
}

.page-smart-park .park-eco-panel h2 {
	font-size: 1.25rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-smart-park .park-eco-panel p {
	font-size: 0.92rem;
	color: var(--muted);
	max-width: 560px;
	line-height: 1.6;
}

.page-smart-park .park-eco-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.page-smart-park .park-contact {
	padding: 80px 0;
	background: linear-gradient(145deg, #350b55, #065f46);
}

.page-smart-park .park-contact-panel {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
	padding: 36px 28px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(8px);
}

.page-smart-park .park-contact-panel .section-title,
.page-smart-park .park-contact-panel .section-subtitle {
	color: #fff;
}

.page-smart-park .park-contact-panel .section-subtitle {
	opacity: 0.88;
	margin-top: 8px;
}

.page-smart-park .park-contact-panel .contact-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

@media (max-width: 980px) {
	.page-smart-park .park-hero-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-smart-park .park-metric:nth-child(2) {
		border-right: none;
	}

	.page-smart-park .park-ext-grid,
	.page-smart-park .park-portal-grid,
	.page-smart-park .park-type-grid {
		grid-template-columns: 1fr;
	}

	.page-smart-park .park-onboard-track {
		grid-template-columns: 1fr;
	}

	.page-smart-park .park-eco-panel {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ========== 物业：服务旅程 ========== */

.service-journey {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	width: 100%;
}

.journey-step {
	position: relative;
	padding: 20px 16px;
	text-align: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.journey-step:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.journey-step:last-child { border-radius: 0 var(--radius) var(--radius) 0; }

.journey-icon {
	width: 44px;
	height: 44px;
	margin: 0 auto 10px;
	border-radius: 50%;
	background: #fff;
	color: var(--blue);
	display: grid;
	place-items: center;
	font-weight: 800;
}

.service-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 32px;
}

.service-feature {
	padding: 20px;
	border-left: 4px solid var(--blue);
	background: var(--wash);
	border-radius: 0 var(--radius) var(--radius) 0;
}

/* ========== 物业管理系统：主题色独立风格 ========== */

.page-property-mgmt {
	--prop-blue: var(--blue);
	--prop-blue-dark: var(--blue-strong);
	--prop-cyan: var(--cyan);
	--prop-green: var(--green);
	--prop-soft: var(--soft);
	--prop-wash: var(--wash);
}

.page-property-mgmt .hero-prop-main {
	background: linear-gradient(135deg, var(--navy) 0%, var(--blue-strong) 45%, var(--cyan) 100%);
}

.page-property-mgmt .prop-hero-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(32, 166, 106, 0.2);
	font-size: 0.8rem;
	font-weight: 700;
	color: #a7f3d0;
}

.page-property-mgmt .btn-prop-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(135deg, var(--prop-green), #178a58);
	box-shadow: 0 10px 28px rgba(32, 166, 106, 0.28);
	transition: transform 320ms var(--ease);
}

.page-property-mgmt .btn-prop-primary:hover {
	transform: translateY(-2px);
}

.page-property-mgmt .btn-prop-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: transparent;
}

.page-property-mgmt .btn-prop-ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* Hero 右侧：工单看板 */
.page-property-mgmt .prop-workbench {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.page-property-mgmt .prop-workbench-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.page-property-mgmt .prop-live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--prop-green);
	box-shadow: 0 0 0 0 rgba(32, 166, 106, 0.6);
	animation: prop-live-pulse 2s ease infinite;
}

@keyframes prop-live-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(32, 166, 106, 0.5); }
	50% { box-shadow: 0 0 0 6px rgba(32, 166, 106, 0); }
}

.page-property-mgmt .prop-workbench-header strong {
	flex: 1;
	font-size: 0.92rem;
	color: #fff;
}

.page-property-mgmt .prop-workbench-header em {
	font-style: normal;
	font-size: 0.68rem;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(96, 16, 200, 0.25);
	color: #c8a5fc;
	font-weight: 600;
}

.page-property-mgmt .prop-kanban {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 12px;
}

.page-property-mgmt .prop-kanban-col {
	padding: 10px 8px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	min-height: 140px;
}

.page-property-mgmt .prop-kanban-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.page-property-mgmt .prop-kanban-head span {
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.75);
}

.page-property-mgmt .prop-kanban-head b {
	font-size: 0.82rem;
	color: #fff;
}

.page-property-mgmt .prop-ticket {
	padding: 6px 8px;
	margin-bottom: 6px;
	border-radius: 6px;
	font-size: 0.62rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.1);
	border-left: 2px solid rgba(255, 255, 255, 0.3);
}

.page-property-mgmt .prop-ticket-warn {
	border-left-color: var(--amber);
	background: rgba(244, 166, 42, 0.15);
}

.page-property-mgmt .prop-ticket-active {
	border-left-color: var(--prop-cyan);
	background: rgba(96, 16, 200, 0.15);
}

.page-property-mgmt .prop-ticket-done {
	opacity: 0.65;
	border-left-color: var(--prop-green);
}

.page-property-mgmt .prop-workbench-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.page-property-mgmt .prop-stat {
	text-align: center;
	padding: 8px 4px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.page-property-mgmt .prop-stat b {
	display: block;
	font-size: 0.95rem;
	font-weight: 800;
	color: #6ee7b7;
	line-height: 1.2;
}

.page-property-mgmt .prop-stat span {
	font-size: 0.6rem;
	color: rgba(255, 255, 255, 0.7);
}

.page-property-mgmt .prop-float-tag {
	position: absolute;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--navy);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	animation: prop-tag-float 3.5s ease-in-out infinite;
}

.page-property-mgmt .prop-tag-1 { top: -10px; left: -8px; animation-delay: 0s; }
.page-property-mgmt .prop-tag-2 { top: -10px; right: -8px; animation-delay: 0.8s; }
.page-property-mgmt .prop-tag-3 { bottom: -10px; left: 20px; animation-delay: 1.6s; }
.page-property-mgmt .prop-tag-4 { bottom: -10px; right: 20px; animation-delay: 2.4s; }

@keyframes prop-tag-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-5px); }
}

.page-property-mgmt .prop-hero-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
	padding: 16px 20px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.page-property-mgmt .prop-metric {
	text-align: center;
	padding: 4px 8px;
}

.page-property-mgmt .prop-metric:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.page-property-mgmt .prop-metric strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	color: #ba7dfc;
	margin-bottom: 2px;
}

.page-property-mgmt .prop-metric span {
	font-size: 0.76rem;
	color: rgba(255, 255, 255, 0.72);
}

.page-property-mgmt .prop-section-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 2.5rem;
}

.page-property-mgmt .prop-kicker {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 12px;
	border-radius: 999px;
	background: var(--prop-soft);
	color: var(--prop-blue);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.page-property-mgmt .prop-section-head .section-title {
	font-size: clamp(1.75rem, 3.2vw, 2.35rem);
	font-weight: 800;
	color: var(--navy);
	margin-bottom: 0.5rem;
}

.page-property-mgmt .prop-section-head .section-subtitle {
	color: var(--muted);
	font-size: 1.02rem;
}

.page-property-mgmt .prop-core-section {
	padding: 80px 0;
	background: #fff;
}

.page-property-mgmt .prop-service-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.page-property-mgmt .prop-service-feature {
	padding: 22px 18px 20px 52px;
	border-radius: 14px;
	border: 1px solid var(--line);
	border-left: 4px solid var(--prop-green);
	background: var(--prop-wash);
	position: relative;
	transition: border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.page-property-mgmt .prop-service-feature:hover {
	border-color: rgba(138, 23, 224, 0.25);
	box-shadow: var(--shadow-soft);
}

.page-property-mgmt .prop-feature-num {
	position: absolute;
	left: 16px;
	top: 18px;
	font-size: 0.85rem;
	font-weight: 800;
	color: var(--prop-blue);
}

.page-property-mgmt .prop-service-feature h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 6px;
}

.page-property-mgmt .prop-service-feature p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-property-mgmt .prop-extended {
	padding: 80px 0;
	background: linear-gradient(180deg, var(--prop-soft), #fff);
}

.page-property-mgmt .prop-ext-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.page-property-mgmt .prop-ext-card {
	padding: 22px 18px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	border-top: 3px solid var(--prop-cyan);
	transition: border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.page-property-mgmt .prop-ext-card:hover {
	border-top-color: var(--prop-blue);
	box-shadow: var(--shadow-soft);
}

.page-property-mgmt .prop-ext-card h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-property-mgmt .prop-ext-card p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-property-mgmt .prop-portals {
	padding: 80px 0;
	background: #fff;
}

.page-property-mgmt .prop-portal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.page-property-mgmt .prop-portal-card {
	padding: 28px 24px;
	border-radius: 16px;
	border: 1px solid var(--line);
	background: #fff;
}

.page-property-mgmt .prop-portal-owner {
	border-top: 4px solid var(--prop-green);
}

.page-property-mgmt .prop-portal-staff {
	border-top: 4px solid var(--prop-blue);
}

.page-property-mgmt .prop-portal-tag {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 0.72rem;
	font-weight: 800;
}

.page-property-mgmt .prop-portal-owner .prop-portal-tag {
	background: rgba(32, 166, 106, 0.1);
	color: var(--prop-green);
}

.page-property-mgmt .prop-portal-staff .prop-portal-tag {
	background: var(--prop-soft);
	color: var(--prop-blue);
}

.page-property-mgmt .prop-portal-card h3 {
	font-size: 1.15rem;
	color: var(--navy);
	margin-bottom: 14px;
}

.page-property-mgmt .prop-portal-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.page-property-mgmt .prop-portal-card li {
	position: relative;
	padding-left: 16px;
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-property-mgmt .prop-portal-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--prop-green);
}

.page-property-mgmt .prop-portal-staff li::before {
	background: var(--prop-blue);
}

.page-property-mgmt .prop-workflow {
	padding: 80px 0;
	background: linear-gradient(180deg, #fff, var(--prop-soft));
}

.page-property-mgmt .prop-flow-track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.page-property-mgmt .prop-flow-step {
	padding: 18px 14px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
}

.page-property-mgmt .prop-flow-step span {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 50%;
	font-size: 0.82rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--prop-blue), var(--prop-cyan));
}

.page-property-mgmt .prop-flow-step h3 {
	font-size: 0.92rem;
	color: var(--navy);
	margin-bottom: 6px;
}

.page-property-mgmt .prop-flow-step p {
	font-size: 0.78rem;
	color: var(--muted);
	line-height: 1.5;
}

.page-property-mgmt .prop-finance {
	padding: 80px 0;
	background: #fff;
}

.page-property-mgmt .prop-finance-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.page-property-mgmt .prop-finance-item {
	padding: 22px 18px;
	border-radius: 14px;
	border: 1px solid var(--line);
	border-left: 4px solid var(--prop-blue);
	background: var(--prop-wash);
}

.page-property-mgmt .prop-finance-item strong {
	display: block;
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-property-mgmt .prop-finance-item p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-property-mgmt .prop-showcase {
	padding: 80px 0;
	background: var(--prop-wash);
}

.page-property-mgmt .prop-showcase-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 36px;
	align-items: center;
}

.page-property-mgmt .prop-showcase-copy .section-title {
	font-size: clamp(1.6rem, 2.8vw, 2.1rem);
	font-weight: 800;
	color: var(--navy);
	margin: 10px 0 12px;
}

.page-property-mgmt .prop-showcase-copy p {
	font-size: 0.95rem;
	color: var(--muted);
	line-height: 1.7;
}

.page-property-mgmt .prop-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.page-property-mgmt .prop-tag-row span {
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--prop-soft);
	color: var(--prop-blue-dark);
	font-size: 0.78rem;
	font-weight: 600;
}

.page-property-mgmt .prop-scenarios {
	padding: 80px 0;
	background: #fff;
}

.page-property-mgmt .prop-type-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 32px;
}

.page-property-mgmt .prop-type-card {
	padding: 22px 18px;
	border-radius: 14px;
	border: 1px solid var(--line);
	border-left: 4px solid var(--prop-green);
	background: var(--prop-wash);
}

.page-property-mgmt .prop-type-card h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-property-mgmt .prop-type-card p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-property-mgmt .prop-ecosystem {
	padding: 0 0 80px;
	background: #fff;
}

.page-property-mgmt .prop-eco-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 32px;
	border-radius: 16px;
	border: 1px solid rgba(138, 23, 224, 0.18);
	background: linear-gradient(135deg, rgba(138, 23, 224, 0.06), rgba(32, 166, 106, 0.06));
}

.page-property-mgmt .prop-eco-panel h2 {
	font-size: 1.25rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-property-mgmt .prop-eco-panel p {
	font-size: 0.92rem;
	color: var(--muted);
	max-width: 560px;
	line-height: 1.6;
}

.page-property-mgmt .prop-contact {
	padding: 80px 0;
	background: linear-gradient(145deg, var(--navy), var(--blue-strong));
}

.page-property-mgmt .prop-contact-panel {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
	padding: 36px 28px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(8px);
}

.page-property-mgmt .prop-contact-panel .section-title,
.page-property-mgmt .prop-contact-panel .section-subtitle {
	color: #fff;
}

.page-property-mgmt .prop-contact-panel .section-subtitle {
	opacity: 0.88;
	margin-top: 8px;
}

.page-property-mgmt .prop-contact-panel .contact-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

@media (max-width: 980px) {
	.page-property-mgmt .prop-hero-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-property-mgmt .prop-metric:nth-child(2) {
		border-right: none;
	}

	.page-property-mgmt .prop-service-cards,
	.page-property-mgmt .prop-ext-grid,
	.page-property-mgmt .prop-finance-grid,
	.page-property-mgmt .prop-type-grid {
		grid-template-columns: 1fr;
	}

	.page-property-mgmt .prop-portal-grid,
	.page-property-mgmt .prop-flow-track {
		grid-template-columns: 1fr;
	}

	.page-property-mgmt .prop-showcase-split {
		grid-template-columns: 1fr;
	}

	.page-property-mgmt .prop-kanban {
		grid-template-columns: 1fr;
	}

	.page-property-mgmt .prop-float-tag {
		display: none;
	}

	.page-property-mgmt .prop-eco-panel {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ========== 项目：看板 + 里程碑 ========== */

.project-board {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	max-width: 100%;
	min-height: 0;
	padding: 16px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	place-items: stretch;
	align-content: start;
	box-sizing: border-box;
}

.board-col {
	width: 100%;
	min-width: 0;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 10px;
	padding: 12px;
	min-height: 220px;
	color: var(--ink);
	box-sizing: border-box;
}

.board-col h4 {
	font-size: 0.85rem;
	color: var(--muted);
	margin-bottom: 10px;
}

.board-card {
	padding: 10px;
	margin-bottom: 8px;
	border-radius: 8px;
	background: var(--wash);
	border: 1px solid var(--line);
	font-size: 0.82rem;
}

.milestone-track {
	position: relative;
	margin-top: 36px;
	padding-left: 28px;
	border-left: 3px solid var(--line);
}

.milestone-item {
	position: relative;
	padding: 0 0 28px 20px;
}

.milestone-item::before {
	content: "";
	position: absolute;
	left: -34px;
	top: 4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--blue);
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px var(--blue);
}

/* ========== 销售：漏斗 ========== */

.sales-funnel {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.funnel-stage {
	width: var(--w, 100%);
	padding: 14px;
	text-align: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.24);
	font-size: 0.88rem;
}

.funnel-stage:nth-child(1) { --w: 100%; }
.funnel-stage:nth-child(2) { --w: 82%; }
.funnel-stage:nth-child(3) { --w: 64%; }
.funnel-stage:nth-child(4) { --w: 46%; }

.pipeline-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
	margin-top: 32px;
}

.pipeline-card {
	padding: 20px;
	border-radius: var(--radius);
	background: linear-gradient(180deg, #fff, var(--wash));
	border: 1px solid var(--line);
}

.pipeline-metric {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--blue);
	margin: 8px 0;
}

/* ========== 销售管理系统：企业 CRM 主题色 ========== */

.page-sales-mgmt {
	--sales-blue: var(--blue);
	--sales-blue-dark: var(--blue-strong);
	--sales-amber: var(--amber);
	--sales-soft: var(--soft);
	--sales-wash: var(--wash);
}

.page-sales-mgmt .hero-sales-main {
	background: linear-gradient(135deg, var(--navy) 0%, var(--blue-strong) 48%, #6d1ab5 100%);
}

.page-sales-mgmt .sales-hero-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(244, 166, 42, 0.18);
	font-size: 0.8rem;
	font-weight: 700;
	color: #fde68a;
}

.page-sales-mgmt .btn-sales-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(135deg, var(--sales-amber), #d97706);
	box-shadow: 0 10px 28px rgba(244, 166, 42, 0.28);
	transition: transform 320ms var(--ease);
}

.page-sales-mgmt .btn-sales-primary:hover {
	transform: translateY(-2px);
}

.page-sales-mgmt .btn-sales-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: transparent;
}

.page-sales-mgmt .btn-sales-ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

.page-sales-mgmt .btn-sales-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: var(--sales-blue-dark);
	border: 1px solid rgba(138, 23, 224, 0.35);
	background: #fff;
}

.page-sales-mgmt .btn-sales-outline:hover {
	background: var(--sales-soft);
}

/* Hero 右侧：CRM 工作台 */
.page-sales-mgmt .hero-sales-main > .container:first-of-type {
	align-items: center;
	min-height: 420px;
}

.page-sales-mgmt .hero-sales-main .hero-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.page-sales-mgmt .sales-crm-board {
	position: relative;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	padding: 20px 18px 22px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	box-shadow: 0 22px 56px rgba(0, 0, 0, 0.18);
}

.page-sales-mgmt .sales-board-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.page-sales-mgmt .sales-live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sales-amber);
	box-shadow: 0 0 0 0 rgba(244, 166, 42, 0.6);
	animation: sales-live-pulse 2s ease infinite;
}

@keyframes sales-live-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(244, 166, 42, 0.5); }
	50% { box-shadow: 0 0 0 6px rgba(244, 166, 42, 0); }
}

.page-sales-mgmt .sales-board-header strong {
	flex: 1;
	font-size: 0.92rem;
	color: #fff;
}

.page-sales-mgmt .sales-board-header em {
	font-style: normal;
	font-size: 0.68rem;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(138, 23, 224, 0.3);
	color: #e2bffe;
	font-weight: 600;
}

.page-sales-mgmt .sales-board-kpis {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 16px;
}

.page-sales-mgmt .sales-kpi {
	text-align: center;
	padding: 8px 4px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.page-sales-mgmt .sales-kpi b {
	display: block;
	font-size: 0.88rem;
	font-weight: 800;
	color: #fde68a;
	line-height: 1.2;
}

.page-sales-mgmt .sales-kpi span {
	font-size: 0.6rem;
	color: rgba(255, 255, 255, 0.7);
}

.page-sales-mgmt .sales-kpi-warn b {
	color: #fca5a5;
}

.page-sales-mgmt .sales-mini-funnel {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
}

.page-sales-mgmt .sales-funnel-row {
	display: grid;
	grid-template-columns: 36px 1fr 28px;
	align-items: center;
	gap: 8px;
}

.page-sales-mgmt .sales-funnel-row span {
	font-size: 0.62rem;
	color: rgba(255, 255, 255, 0.75);
}

.page-sales-mgmt .sales-funnel-row em {
	font-size: 0.62rem;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	text-align: right;
}

.page-sales-mgmt .sales-funnel-bar {
	height: 8px;
	width: var(--w);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.25);
}

.page-sales-mgmt .sales-funnel-bar-mid {
	background: linear-gradient(90deg, var(--sales-blue), #b660fa);
}

.page-sales-mgmt .sales-funnel-bar-hot {
	background: linear-gradient(90deg, var(--sales-amber), #fbbf24);
}

.page-sales-mgmt .sales-board-deals {
	display: grid;
	gap: 6px;
}

.page-sales-mgmt .sales-deal {
	padding: 8px 10px;
	border-radius: 8px;
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.08);
	border-left: 2px solid rgba(255, 255, 255, 0.3);
}

.page-sales-mgmt .sales-deal-active {
	border-left-color: var(--sales-amber);
	background: rgba(244, 166, 42, 0.12);
}

.page-sales-mgmt .sales-float-tag {
	position: absolute;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--navy);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	animation: sales-tag-float 3.5s ease-in-out infinite;
}

.page-sales-mgmt .sales-tag-1 { top: -12px; left: -10px; animation-delay: 0s; }
.page-sales-mgmt .sales-tag-2 { top: -12px; right: -10px; animation-delay: 1s; }
.page-sales-mgmt .sales-tag-3 { bottom: 18px; right: -14px; left: auto; transform: none; animation-delay: 2s; }

@keyframes sales-tag-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-5px); }
}

.page-sales-mgmt .sales-hero-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
	padding: 16px 20px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.page-sales-mgmt .sales-metric {
	text-align: center;
	padding: 4px 8px;
}

.page-sales-mgmt .sales-metric:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.page-sales-mgmt .sales-metric strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	color: #fde68a;
	margin-bottom: 2px;
}

.page-sales-mgmt .sales-metric span {
	font-size: 0.76rem;
	color: rgba(255, 255, 255, 0.72);
}

.page-sales-mgmt .sales-section-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 2.5rem;
}

.page-sales-mgmt .sales-kicker {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 12px;
	border-radius: 999px;
	background: var(--sales-soft);
	color: var(--sales-blue);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.page-sales-mgmt .sales-section-head .section-title {
	font-size: clamp(1.75rem, 3.2vw, 2.35rem);
	font-weight: 800;
	color: var(--navy);
	margin-bottom: 0.5rem;
}

.page-sales-mgmt .sales-section-head .section-subtitle {
	color: var(--muted);
	font-size: 1.02rem;
}

.page-sales-mgmt .sales-core-section {
	padding: 80px 0;
	background: #fff;
}

.page-sales-mgmt .sales-pipeline-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.page-sales-mgmt .sales-pipeline-card {
	padding: 22px 18px 20px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: linear-gradient(180deg, #fff, var(--sales-wash));
	position: relative;
	transition: border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.page-sales-mgmt .sales-pipeline-card:hover {
	border-color: rgba(138, 23, 224, 0.3);
	box-shadow: var(--shadow-soft);
}

.page-sales-mgmt .sales-pipe-num {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 0.78rem;
	font-weight: 800;
	color: var(--sales-amber);
}

.page-sales-mgmt .sales-pipeline-card h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 4px;
}

.page-sales-mgmt .sales-pipe-metric {
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--sales-blue);
	margin: 6px 0 8px;
}

.page-sales-mgmt .sales-pipeline-card p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-sales-mgmt .sales-extended {
	padding: 80px 0;
	background: linear-gradient(180deg, var(--sales-soft), #fff);
}

.page-sales-mgmt .sales-ext-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.page-sales-mgmt .sales-ext-card {
	padding: 22px 18px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	border-top: 3px solid var(--sales-blue);
	transition: border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.page-sales-mgmt .sales-ext-card:hover {
	border-top-color: var(--sales-amber);
	box-shadow: var(--shadow-soft);
}

.page-sales-mgmt .sales-ext-card h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-sales-mgmt .sales-ext-card p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-sales-mgmt .sales-portals {
	padding: 80px 0;
	background: #fff;
}

.page-sales-mgmt .sales-portal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.page-sales-mgmt .sales-portal-card {
	padding: 28px 24px;
	border-radius: 16px;
	border: 1px solid var(--line);
	background: #fff;
}

.page-sales-mgmt .sales-portal-rep {
	border-top: 4px solid var(--sales-blue);
}

.page-sales-mgmt .sales-portal-mgr {
	border-top: 4px solid var(--sales-amber);
}

.page-sales-mgmt .sales-portal-tag {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 0.72rem;
	font-weight: 800;
}

.page-sales-mgmt .sales-portal-rep .sales-portal-tag {
	background: var(--sales-soft);
	color: var(--sales-blue);
}

.page-sales-mgmt .sales-portal-mgr .sales-portal-tag {
	background: #fffbeb;
	color: #b45309;
}

.page-sales-mgmt .sales-portal-card h3 {
	font-size: 1.15rem;
	color: var(--navy);
	margin-bottom: 14px;
}

.page-sales-mgmt .sales-portal-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.page-sales-mgmt .sales-portal-card li {
	position: relative;
	padding-left: 16px;
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-sales-mgmt .sales-portal-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--sales-blue);
}

.page-sales-mgmt .sales-portal-mgr li::before {
	background: var(--sales-amber);
}

.page-sales-mgmt .sales-workflow {
	padding: 80px 0;
	background: linear-gradient(180deg, #fff, var(--sales-soft));
}

.page-sales-mgmt .sales-flow-track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.page-sales-mgmt .sales-flow-step {
	padding: 18px 14px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
}

.page-sales-mgmt .sales-flow-step span {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 50%;
	font-size: 0.82rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--sales-blue), var(--sales-blue-dark));
}

.page-sales-mgmt .sales-flow-step h3 {
	font-size: 0.92rem;
	color: var(--navy);
	margin-bottom: 6px;
}

.page-sales-mgmt .sales-flow-step p {
	font-size: 0.78rem;
	color: var(--muted);
	line-height: 1.5;
}

.page-sales-mgmt .sales-showcase {
	padding: 80px 0;
	background: var(--sales-wash);
}

.page-sales-mgmt .sales-showcase-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 36px;
	align-items: center;
}

.page-sales-mgmt .sales-showcase-copy .section-title {
	font-size: clamp(1.6rem, 2.8vw, 2.1rem);
	font-weight: 800;
	color: var(--navy);
	margin: 10px 0 12px;
}

.page-sales-mgmt .sales-showcase-copy p {
	font-size: 0.95rem;
	color: var(--muted);
	line-height: 1.7;
}

.page-sales-mgmt .sales-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.page-sales-mgmt .sales-tag-row span {
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--sales-soft);
	color: var(--sales-blue-dark);
	font-size: 0.78rem;
	font-weight: 600;
}

.page-sales-mgmt .sales-industries {
	padding: 80px 0;
	background: #fff;
}

.page-sales-mgmt .sales-type-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 32px;
}

.page-sales-mgmt .sales-type-card {
	padding: 22px 18px;
	border-radius: 14px;
	border: 1px solid var(--line);
	border-left: 4px solid var(--sales-amber);
	background: var(--sales-wash);
}

.page-sales-mgmt .sales-type-card h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-sales-mgmt .sales-type-card p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-sales-mgmt .sales-ecosystem {
	padding: 0 0 80px;
	background: #fff;
}

.page-sales-mgmt .sales-eco-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 32px;
	border-radius: 16px;
	border: 1px solid rgba(138, 23, 224, 0.18);
	background: linear-gradient(135deg, rgba(138, 23, 224, 0.06), rgba(244, 166, 42, 0.06));
}

.page-sales-mgmt .sales-eco-panel h2 {
	font-size: 1.25rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-sales-mgmt .sales-eco-panel p {
	font-size: 0.92rem;
	color: var(--muted);
	max-width: 560px;
	line-height: 1.6;
}

.page-sales-mgmt .sales-eco-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.page-sales-mgmt .sales-contact {
	padding: 80px 0;
	background: linear-gradient(145deg, var(--navy), var(--blue-strong));
}

.page-sales-mgmt .sales-contact-panel {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
	padding: 36px 28px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(8px);
}

.page-sales-mgmt .sales-contact-panel .section-title,
.page-sales-mgmt .sales-contact-panel .section-subtitle {
	color: #fff;
}

.page-sales-mgmt .sales-contact-panel .section-subtitle {
	opacity: 0.88;
	margin-top: 8px;
}

.page-sales-mgmt .sales-contact-panel .contact-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

@media (max-width: 980px) {
	.page-sales-mgmt .sales-hero-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-sales-mgmt .sales-metric:nth-child(2) {
		border-right: none;
	}

	.page-sales-mgmt .sales-pipeline-grid,
	.page-sales-mgmt .sales-ext-grid,
	.page-sales-mgmt .sales-type-grid {
		grid-template-columns: 1fr;
	}

	.page-sales-mgmt .sales-portal-grid,
	.page-sales-mgmt .sales-flow-track {
		grid-template-columns: 1fr;
	}

	.page-sales-mgmt .sales-showcase-split {
		grid-template-columns: 1fr;
	}

	.page-sales-mgmt .sales-float-tag {
		display: none;
	}

	.page-sales-mgmt .sales-eco-panel {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ========== 代理商管控：渠道金 + 墨绿独立风格 ========== */

.page-agent-mgmt {
	--mgmt-teal: #0f766e;
	--mgmt-teal-dark: #115e59;
	--mgmt-amber: #d97706;
	--mgmt-amber-soft: #fef3c7;
	--mgmt-amber-light: #fffbeb;
}

.page-agent-mgmt .hero-mgmt-channel {
	position: relative;
	padding: var(--hero-padding);
	margin-top: 0;
	overflow: hidden;
	background: linear-gradient(145deg, #350b55 0%, #115e59 48%, #134e4a 100%);
	color: #fff;
}

.page-agent-mgmt .hero-mgmt-channel::before,
.page-agent-mgmt .hero-mgmt-channel::after {
	display: none;
}

.page-agent-mgmt .hero-mgmt-pattern {
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background-image:
		linear-gradient(30deg, rgba(217, 119, 6, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(217, 119, 6, 0.08) 87.5%),
		linear-gradient(150deg, rgba(217, 119, 6, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(217, 119, 6, 0.08) 87.5%);
	background-size: 48px 84px;
	pointer-events: none;
}

.page-agent-mgmt .hero-mgmt-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: center;
	padding-bottom: 28px;
}

.page-agent-mgmt .mgmt-badge {
	display: inline-block;
	margin-bottom: 14px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(254, 243, 199, 0.35);
	background: rgba(217, 119, 6, 0.18);
	font-size: 0.8rem;
	font-weight: 700;
	color: #fde68a;
}

.page-agent-mgmt .hero-title {
	font-size: clamp(1.9rem, 3.8vw, 2.85rem);
	font-weight: 800;
	line-height: 1.12;
	margin-bottom: 1rem;
}

.page-agent-mgmt .hero-lead {
	max-width: 480px;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 1.2rem;
}

.page-agent-mgmt .mgmt-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 1.4rem;
}

.page-agent-mgmt .mgmt-pill-row span {
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.78rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
}

.page-agent-mgmt .btn-mgmt-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(135deg, var(--mgmt-amber), #b45309);
	box-shadow: 0 10px 28px rgba(217, 119, 6, 0.32);
	transition: transform 320ms var(--ease);
}

.page-agent-mgmt .btn-mgmt-primary:hover {
	transform: translateY(-2px);
}

.page-agent-mgmt .btn-mgmt-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: transparent;
}

.page-agent-mgmt .btn-mgmt-ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

.page-agent-mgmt .hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.page-agent-mgmt .channel-ladder {
	position: relative;
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 8px 0 8px 28px;
}

.page-agent-mgmt .channel-ladder-spine {
	position: absolute;
	left: 18px;
	top: 24px;
	bottom: 24px;
	width: 3px;
	border-radius: 2px;
	background: linear-gradient(180deg, var(--mgmt-amber), rgba(255, 255, 255, 0.35));
}

.page-agent-mgmt .channel-step {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}

.page-agent-mgmt .channel-level {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	font-size: 0.72rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--mgmt-amber), #b45309);
	box-shadow: 0 6px 16px rgba(217, 119, 6, 0.35);
	z-index: 1;
}

.page-agent-mgmt .channel-step-body {
	flex: 1;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(6px);
}

.page-agent-mgmt .channel-step-body strong {
	display: block;
	font-size: 0.92rem;
	margin-bottom: 2px;
}

.page-agent-mgmt .channel-step-body span {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.75);
}

.page-agent-mgmt .channel-step-1 .channel-step-body { margin-right: 36px; }
.page-agent-mgmt .channel-step-2 .channel-step-body { margin-right: 18px; }
.page-agent-mgmt .channel-step-3 .channel-step-body { margin-right: 0; }
.page-agent-mgmt .channel-step-4 .channel-step-body { margin-right: -8px; border-color: rgba(254, 243, 199, 0.35); }

.page-agent-mgmt .hero-mgmt-metrics {
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}

.page-agent-mgmt .mgmt-metric-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding: 16px 20px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.page-agent-mgmt .mgmt-metric {
	text-align: center;
	padding: 4px 8px;
}

.page-agent-mgmt .mgmt-metric:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.page-agent-mgmt .mgmt-metric strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	color: #fde68a;
	margin-bottom: 2px;
}

.page-agent-mgmt .mgmt-metric span {
	font-size: 0.76rem;
	color: rgba(255, 255, 255, 0.7);
}

.page-agent-mgmt .mgmt-section-head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 2.5rem;
}

.page-agent-mgmt .mgmt-kicker {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 12px;
	border-radius: 999px;
	background: var(--mgmt-amber-light);
	color: var(--mgmt-amber);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.page-agent-mgmt .mgmt-section-head .section-title {
	font-size: clamp(1.75rem, 3.2vw, 2.35rem);
	font-weight: 800;
	color: var(--navy);
	margin-bottom: 0.5rem;
}

.page-agent-mgmt .mgmt-section-head .section-subtitle {
	color: var(--muted);
	font-size: 1.02rem;
}

.page-agent-mgmt .mgmt-dual-portal {
	padding: 80px 0;
	background: linear-gradient(180deg, var(--mgmt-amber-light), #fff);
}

.page-agent-mgmt .mgmt-portal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.page-agent-mgmt .mgmt-portal-card {
	padding: 28px 24px;
	border-radius: 16px;
	border: 1px solid var(--line);
	background: #fff;
}

.page-agent-mgmt .mgmt-portal-hq {
	border-top: 4px solid var(--mgmt-teal);
}

.page-agent-mgmt .mgmt-portal-partner {
	border-top: 4px solid var(--mgmt-amber);
}

.page-agent-mgmt .mgmt-portal-tag {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 0.72rem;
	font-weight: 800;
}

.page-agent-mgmt .mgmt-portal-hq .mgmt-portal-tag {
	background: rgba(15, 118, 110, 0.1);
	color: var(--mgmt-teal);
}

.page-agent-mgmt .mgmt-portal-partner .mgmt-portal-tag {
	background: var(--mgmt-amber-soft);
	color: var(--mgmt-amber);
}

.page-agent-mgmt .mgmt-portal-card h3 {
	font-size: 1.15rem;
	color: var(--navy);
	margin-bottom: 14px;
}

.page-agent-mgmt .mgmt-portal-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.page-agent-mgmt .mgmt-portal-card li {
	position: relative;
	padding-left: 16px;
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-agent-mgmt .mgmt-portal-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--mgmt-teal);
}

.page-agent-mgmt .mgmt-portal-partner li::before {
	background: var(--mgmt-amber);
}

.page-agent-mgmt .mgmt-capabilities {
	padding: 80px 0;
	background: #fff;
}

.page-agent-mgmt .mgmt-cap-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.page-agent-mgmt .mgmt-cap-item {
	padding: 22px 20px 20px 52px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	position: relative;
	transition: border-color 320ms var(--ease), box-shadow 320ms var(--ease);
}

.page-agent-mgmt .mgmt-cap-item:hover {
	border-color: rgba(15, 118, 110, 0.35);
	box-shadow: 0 10px 28px rgba(15, 118, 110, 0.08);
}

.page-agent-mgmt .mgmt-cap-num {
	position: absolute;
	left: 16px;
	top: 18px;
	font-size: 0.85rem;
	font-weight: 800;
	color: var(--mgmt-amber);
}

.page-agent-mgmt .mgmt-cap-item h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 6px;
}

.page-agent-mgmt .mgmt-cap-item p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-agent-mgmt .mgmt-settlement {
	padding: 80px 0;
	background: linear-gradient(180deg, #fff, var(--mgmt-amber-light));
}

.page-agent-mgmt .mgmt-settle-track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.page-agent-mgmt .mgmt-settle-step {
	padding: 18px 14px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
}

.page-agent-mgmt .mgmt-settle-step span {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 50%;
	font-size: 0.82rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--mgmt-teal), #14b8a6);
}

.page-agent-mgmt .mgmt-settle-step h3 {
	font-size: 0.92rem;
	color: var(--navy);
	margin-bottom: 6px;
}

.page-agent-mgmt .mgmt-settle-step p {
	font-size: 0.78rem;
	color: var(--muted);
	line-height: 1.5;
}

.page-agent-mgmt .mgmt-showcase {
	padding: 80px 0;
	background: #fff;
}

.page-agent-mgmt .mgmt-showcase-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 36px;
	align-items: center;
}

.page-agent-mgmt .mgmt-showcase-copy .section-title {
	font-size: clamp(1.6rem, 2.8vw, 2.1rem);
	font-weight: 800;
	color: var(--navy);
	margin: 10px 0 12px;
}

.page-agent-mgmt .mgmt-showcase-copy p {
	font-size: 0.95rem;
	color: var(--muted);
	line-height: 1.7;
}

.page-agent-mgmt .mgmt-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.page-agent-mgmt .mgmt-tag-row span {
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--mgmt-amber-light);
	color: var(--mgmt-teal-dark);
	font-size: 0.78rem;
	font-weight: 600;
}

.page-agent-mgmt .mgmt-showcase-visual img {
	width: 100%;
	border-radius: 16px;
	border: 1px solid var(--line);
	box-shadow: var(--shadow-soft);
}

.page-agent-mgmt .mgmt-industries {
	padding: 80px 0;
	background: var(--wash);
}

.page-agent-mgmt .mgmt-industry-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.page-agent-mgmt .mgmt-industry-card {
	padding: 22px 18px;
	border-radius: 14px;
	border: 1px solid var(--line);
	border-left: 4px solid var(--mgmt-amber);
	background: #fff;
}

.page-agent-mgmt .mgmt-industry-card h3 {
	font-size: 1rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-agent-mgmt .mgmt-industry-card p {
	font-size: 0.88rem;
	color: var(--muted);
	line-height: 1.55;
}

.page-agent-mgmt .mgmt-ecosystem {
	padding: 0 0 80px;
	background: var(--wash);
}

.page-agent-mgmt .mgmt-eco-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 32px;
	border-radius: 16px;
	border: 1px solid rgba(15, 118, 110, 0.2);
	background: linear-gradient(135deg, rgba(15, 118, 110, 0.06), rgba(217, 119, 6, 0.06));
}

.page-agent-mgmt .mgmt-eco-panel h2 {
	font-size: 1.25rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.page-agent-mgmt .mgmt-eco-panel p {
	font-size: 0.92rem;
	color: var(--muted);
	max-width: 560px;
	line-height: 1.6;
}

.page-agent-mgmt .mgmt-contact {
	padding: 80px 0;
	background: linear-gradient(145deg, #350b55, #115e59);
}

.page-agent-mgmt .mgmt-contact-panel {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
	padding: 36px 28px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(8px);
}

.page-agent-mgmt .mgmt-contact-panel .section-title,
.page-agent-mgmt .mgmt-contact-panel .section-subtitle {
	color: #fff;
}

.page-agent-mgmt .mgmt-contact-panel .section-subtitle {
	opacity: 0.88;
	margin-top: 8px;
}

.page-agent-mgmt .mgmt-contact-panel .contact-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

@media (max-width: 980px) {
	.page-agent-mgmt .hero-mgmt-layout {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.page-agent-mgmt .hero-lead,
	.page-agent-mgmt .mgmt-pill-row {
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}

	.page-agent-mgmt .hero-cta {
		justify-content: center;
	}

	.page-agent-mgmt .mgmt-metric-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-agent-mgmt .mgmt-metric:nth-child(2) {
		border-right: none;
	}

	.page-agent-mgmt .mgmt-portal-grid,
	.page-agent-mgmt .mgmt-cap-grid,
	.page-agent-mgmt .mgmt-industry-grid {
		grid-template-columns: 1fr;
	}

	.page-agent-mgmt .mgmt-settle-track {
		grid-template-columns: 1fr;
	}

	.page-agent-mgmt .mgmt-showcase-split {
		grid-template-columns: 1fr;
	}
}

/* ========== 代理商：金字塔 ========== */

.agent-pyramid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.pyramid-tier {
	padding: 12px 20px;
	text-align: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.24);
	font-size: 0.88rem;
}

.pyramid-tier:nth-child(1) { width: 42%; }
.pyramid-tier:nth-child(2) { width: 62%; }
.pyramid-tier:nth-child(3) { width: 82%; }
.pyramid-tier:nth-child(4) { width: 100%; }

.channel-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 32px;
}

.channel-card {
	padding: 20px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
}

.channel-card h3 {
	color: var(--navy);
	margin-bottom: 8px;
}

/* ========== 智能体操控：Hub ========== */

.agent-hub {
	width: 100%;
	max-width: 360px;
	min-height: 360px;
	margin: 0 auto;
	position: relative;
}

.hub-orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 280px;
	transform: translate(-50%, -50%);
	border: 2px dashed rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	animation: hub-orbit-spin 30s linear infinite;
	z-index: 1;
	pointer-events: none;
}

@keyframes hub-orbit-spin {
	from { transform: translate(-50%, -50%) rotate(0deg); }
	to { transform: translate(-50%, -50%) rotate(360deg); }
}

.hub-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	color: var(--blue);
	display: grid;
	place-items: center;
	font-weight: 800;
	z-index: 2;
	box-shadow: var(--shadow);
}

.hub-node {
	position: absolute;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--navy);
	font-size: 0.78rem;
	font-weight: 600;
	z-index: 3;
	white-space: nowrap;
}

.hub-node:nth-child(3) {
	top: calc(50% - 140px);
	left: 50%;
	transform: translate(-50%, -50%);
}

.hub-node:nth-child(4) {
	top: 50%;
	left: calc(50% + 140px);
	transform: translate(-50%, -50%);
}

.hub-node:nth-child(5) {
	top: calc(50% + 140px);
	left: 50%;
	transform: translate(-50%, -50%);
}

.hub-node:nth-child(6) {
	top: 50%;
	left: calc(50% - 140px);
	transform: translate(-50%, -50%);
}

.orchestration-list {
	display: grid;
	gap: 12px;
	margin-top: 32px;
}

.orchestration-item {
	display: grid;
	grid-template-columns: 48px 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 16px 18px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
}

.orchestration-num {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: var(--soft);
	color: var(--blue);
	display: grid;
	place-items: center;
	font-weight: 800;
}

.orchestration-status {
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(32, 166, 106, 0.12);
	color: var(--green);
	font-size: 0.78rem;
	font-weight: 600;
}

/* ========== 智能体操控：补充模块 ========== */

.agent-module-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	margin-top: 8px;
}

.agent-module-card {
	padding: 22px 20px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
	transition: transform 320ms var(--ease), box-shadow 320ms var(--ease), border-color 320ms var(--ease);
}

.agent-module-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-soft);
	border-color: var(--blue);
}

.agent-module-icon {
	width: 44px;
	height: 44px;
	margin-bottom: 12px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.agent-module-card h3 {
	font-size: 1.02rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.agent-module-card p {
	font-size: 0.9rem;
	color: var(--muted);
	line-height: 1.6;
}

.agent-type-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 8px;
}

.agent-type-card {
	padding: 22px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
	border-top: 3px solid var(--blue);
}

.agent-type-card h3 {
	font-size: 1.05rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.agent-type-card p {
	font-size: 0.9rem;
	color: var(--muted);
	line-height: 1.6;
	margin-bottom: 12px;
}

.agent-type-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.agent-type-tags span {
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--soft);
	color: var(--blue);
	font-size: 0.76rem;
	font-weight: 600;
}

.agent-arch-stack {
	max-width: 820px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.agent-arch-layer {
	padding: 20px 22px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
}

.agent-arch-layer-main {
	background: linear-gradient(135deg, rgba(138, 23, 224, 0.06), rgba(96, 16, 200, 0.06));
	border-color: rgba(138, 23, 224, 0.22);
}

.agent-arch-label {
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: 12px;
}

.agent-arch-items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.agent-arch-items span {
	padding: 6px 12px;
	border-radius: 8px;
	background: var(--soft);
	color: var(--blue);
	font-size: 0.82rem;
	font-weight: 600;
}

.agent-arch-arrow {
	text-align: center;
	font-size: 1.3rem;
	color: var(--blue);
	font-weight: 700;
}

.agent-scenario-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
	margin-top: 8px;
}

.agent-scenario-card {
	padding: 20px 22px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
	transition: border-color 320ms var(--ease);
}

.agent-scenario-card:hover {
	border-color: var(--blue);
}

.agent-scenario-card h3 {
	font-size: 1.02rem;
	color: var(--navy);
	margin-bottom: 8px;
}

.agent-scenario-card p {
	font-size: 0.9rem;
	color: var(--muted);
	line-height: 1.6;
}

.agent-ops-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 8px;
	margin-bottom: 24px;
}

.agent-ops-stat {
	padding: 20px 16px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
}

.agent-ops-stat strong {
	display: block;
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--blue);
	margin-bottom: 4px;
}

.agent-ops-stat span {
	font-size: 0.82rem;
	color: var(--muted);
}

.agent-ops-features {
	max-width: 720px;
	margin: 0 auto;
	padding: 22px 24px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: #fff;
}

.agent-ops-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.agent-ops-features li {
	position: relative;
	padding-left: 18px;
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.6;
}

.agent-ops-features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--blue);
}

.agent-ops-features a {
	color: var(--blue);
	font-weight: 600;
}

@media (max-width: 980px) {
	.agent-ops-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.agent-ops-grid {
		grid-template-columns: 1fr;
	}
}

/* ========== 响应式 ========== */

@media (max-width: 980px) {
	.hero-distribution-main.container,
	.hero-iot-main.container {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 20px;
	}

	.hero-distribution .hero-content,
	.hero-iot .hero-content {
		max-width: none;
		text-align: center;
	}

	.hero-distribution .hero-eyebrow,
	.hero-iot .hero-eyebrow {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-distribution .hero-subtitle,
	.hero-distribution .hero-desc,
	.hero-distribution .hero-points,
	.hero-iot .hero-subtitle,
	.hero-iot .hero-desc,
	.hero-iot .hero-points {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

	.hero-distribution .hero-points,
	.hero-iot .hero-points {
		width: fit-content;
		text-align: left;
	}

	.hero-distribution .hero-cta,
	.hero-iot .hero-cta {
		justify-content: center;
	}

	.access-flow {
		grid-template-columns: 1fr;
	}

	.data-flow-diagram {
		flex-direction: column;
		align-items: center;
	}

	.data-flow-diagram .flow-arrow {
		transform: rotate(90deg);
	}

	.data-stats {
		grid-template-columns: 1fr;
	}

	.hero-trust-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-trust-item:nth-child(2) {
		border-right: none;
	}

	.hero-trust-item:nth-child(odd):not(:last-child) {
		border-right: 1px solid rgba(255, 255, 255, 0.16);
	}

	.hero-distribution .container,
	.hero-iot .container,
	.hero-ai-digital .container,
	.hero-smart-park .container,
	.hero-property .container,
	.hero-project .container,
	.hero-sales .container,
	.hero-agent-mgmt .container,
	.hero-agent-control .container {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.hero-project .hero-visual,
	.hero-property .hero-visual,
	.hero-sales .hero-visual {
		min-height: 0;
		width: 100%;
	}

	.hero-project .hero-content,
	.hero-property .hero-content,
	.hero-sales .hero-content {
		width: 100%;
		min-width: 0;
	}

	.hero-stats {
		gap: 16px 20px;
	}

	.park-bento {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.page-smart-park .park-cockpit {
		max-width: 360px;
		min-height: 340px;
		margin-top: 24px;
	}

	.page-smart-park .park-float-node {
		padding: 6px 10px;
	}

	.page-smart-park .park-float-node div {
		display: none;
	}

	.page-smart-park .park-node-icon {
		width: 32px;
		height: 32px;
		font-size: 0.78rem;
	}

	.page-smart-park .park-cockpit-board {
		width: min(100%, 260px);
	}

	.park-tile.large,
	.park-tile.wide,
	.park-tile.tall {
		grid-column: span 2;
		grid-row: span 1;
	}

	.service-journey {
		grid-template-columns: 1fr 1fr;
	}

	.project-board {
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		place-items: stretch;
		gap: 12px;
		padding: 14px;
	}

	.board-col {
		width: 100%;
		min-height: 0;
	}

	.distribution-flow,
	.customization-flow {
		flex-direction: column;
		align-items: center;
	}

	.flow-arrow,
	.step-arrow {
		transform: rotate(90deg);
	}

	.page-ai-digital .hero-ai-layout {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.page-ai-digital .hero-lead,
	.page-ai-digital .ai-capability-row {
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}

	.page-ai-digital .hero-cta {
		justify-content: center;
	}

	.page-ai-digital .ai-metric-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-ai-digital .ai-metric:nth-child(2) {
		border-right: none;
	}

	.page-ai-digital .ai-metric:nth-child(odd):not(:last-child) {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}

	.page-ai-digital .ai-tech-bento {
		grid-template-columns: 1fr;
	}

	.page-ai-digital .ai-tech-card-main {
		grid-row: span 1;
	}

	.page-ai-digital .ai-pillar-grid {
		grid-template-columns: 1fr;
	}

	.page-ai-digital .ai-pillar-link {
		flex-direction: row;
		padding: 8px 0;
	}

	.page-ai-digital .ai-pillar-line {
		width: 48px;
		height: 2px;
	}

	.page-ai-digital .ai-tech-bento-agent {
		grid-template-columns: 1fr;
	}

	.page-ai-digital .ai-scenario-track {
		grid-template-columns: repeat(6, minmax(240px, 1fr));
	}

	.page-ai-digital .ai-case-block,
	.page-ai-digital .ai-case-block-reverse {
		grid-template-columns: 1fr;
		direction: ltr;
	}

	.page-ai-digital .ai-feature-matrix {
		grid-template-columns: 1fr;
	}

	.page-ai-digital .stage-chip-1,
	.page-ai-digital .stage-chip-2,
	.page-ai-digital .stage-chip-3 {
		display: none;
	}
}

@media (max-width: 640px) {
	.service-journey {
		grid-template-columns: 1fr;
	}

	.journey-step:first-child,
	.journey-step:last-child {
		border-radius: var(--radius);
	}
}

@media (prefers-reduced-motion: reduce) {
	.fission-level-1,
	.fission-level-2,
	.network-layer-1,
	.network-layer-2,
	.hub-orbit,
	.interaction-rings .ring,
	.page-ai-digital .hero-aurora,
	.page-ai-digital .stage-orbit,
	.page-ai-digital .stage-scanline,
	.page-ai-digital .pulse-dot {
		animation: none;
	}
}

/* ========== 项目管理系统：新增模块样式 ========== */

/* Hero区数据统计 */
.hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: left;
}

.stat-number {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-family: 'Inter', system-ui, sans-serif;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 4px;
}

.section-subtitle {
    font-size: 1.05rem;
    color: var(--muted);
    margin-top: 8px;
    margin-bottom: 48px;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* 核心痛点 */
.pm-pain-points {
    padding: 96px 0;
    background: linear-gradient(180deg, #faf8fc 0%, #ffffff 100%);
}

.pain-points-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.pain-point-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(31, 15, 42, 0.06);
    border: 1px solid #eae2f0;
    transition: all 0.3s ease;
    text-align: center;
}

.pain-point-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(31, 15, 42, 0.1);
    border-color: #8a17e0;
}

.pain-icon {
    color: #e74c3c;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

.pain-point-card h3 {
    font-size: 1.25rem;
    color: var(--ink);
    margin-bottom: 12px;
    font-weight: 700;
}

.pain-point-card p {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.pain-point-card .solution {
    background: linear-gradient(135deg, #8a17e0 0%, #6010c8 100%);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* 核心功能矩阵 */
.pm-features {
    padding: 96px 0;
    background: #fff;
}

.features-matrix {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 48px;
}

.feature-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.feature-block.reverse {
    direction: rtl;
}

.feature-block.reverse > * {
    direction: ltr;
}

.feature-tag {
    display: inline-block;
    background: rgba(138, 23, 224, 0.1);
    color: #8a17e0;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.feature-block-content h3 {
    font-size: 1.75rem;
    color: var(--ink);
    margin-bottom: 16px;
    font-weight: 700;
}

.feature-desc {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.feature-points {
    list-style: none;
    padding: 0;
}

.feature-points li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    color: var(--ink);
    font-size: 0.95rem;
    line-height: 1.6;
}

.feature-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #8a17e0, #6010c8);
    border-radius: 50%;
}

.feature-points li strong {
    color: #8a17e0;
    font-weight: 600;
}

.feature-mockup {
    background: #faf8fc;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(31, 15, 42, 0.1);
    border: 1px solid #eae2f0;
}

.mockup-header {
    background: linear-gradient(135deg, #8a17e0 0%, #6010c8 100%);
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.mockup-body {
    padding: 20px;
    background: #fff;
    min-height: 240px;
}

/* 任务列表 */
.mockup-task {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 8px;
    background: #faf8fc;
    border-left: 3px solid;
    font-size: 0.9rem;
}

.mockup-task.priority-high {
    border-left-color: #e74c3c;
}

.mockup-task.priority-medium {
    border-left-color: #f4a62a;
}

.mockup-task.priority-low {
    border-left-color: #20a66a;
}

.task-status {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(138, 23, 224, 0.1);
    color: #8a17e0;
}

.task-name {
    flex: 1;
    color: var(--ink);
}

.task-assignee {
    color: var(--muted);
    font-size: 0.85rem;
}

/* 看板 */
.mockup-body.kanban {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.kanban-col {
    background: #faf8fc;
    border-radius: 8px;
    padding: 12px;
}

.kanban-col-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--muted);
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eae2f0;
}

.kanban-card {
    background: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 0.85rem;
    color: var(--ink);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-left: 3px solid #8a17e0;
}

/* 甘特图 */
.mockup-body.gantt {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gantt-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gantt-label {
    width: 80px;
    font-size: 0.85rem;
    color: var(--ink);
    font-weight: 500;
}

.gantt-bar {
    height: 28px;
    border-radius: 6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* 文档中心 */
.mockup-body.docs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.doc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #faf8fc;
    border-radius: 8px;
    font-size: 0.9rem;
    color: var(--ink);
    border: 1px solid #eae2f0;
}

.doc-icon {
    font-size: 1.2rem;
}

/* 资源负载 */
.mockup-body.resource {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.resource-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.resource-name {
    width: 60px;
    font-size: 0.9rem;
    color: var(--ink);
    font-weight: 500;
}

.resource-bar {
    flex: 1;
    height: 24px;
    background: #f5f1f9;
    border-radius: 12px;
    overflow: hidden;
}

.resource-fill {
    height: 100%;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* 风险面板 */
.mockup-body.risk {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.risk-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
}

.risk-item.high {
    background: rgba(231, 76, 60, 0.08);
    border-left: 3px solid #e74c3c;
}

.risk-item.medium {
    background: rgba(244, 166, 42, 0.08);
    border-left: 3px solid #f4a62a;
}

.risk-item.low {
    background: rgba(32, 166, 106, 0.08);
    border-left: 3px solid #20a66a;
}

.risk-level {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
}

.risk-item.high .risk-level {
    background: #e74c3c;
}

.risk-item.medium .risk-level {
    background: #f4a62a;
}

.risk-item.low .risk-level {
    background: #20a66a;
}

.risk-desc {
    color: var(--ink);
    flex: 1;
}

/* 项目管理流程 */
.pm-workflow {
    padding: 96px 0;
    background: linear-gradient(180deg, #faf8fc 0%, #f3eef7 100%);
}

.workflow-stages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.workflow-stage {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(31, 15, 42, 0.06);
    border-top: 4px solid #8a17e0;
    transition: all 0.3s ease;
    position: relative;
}

.workflow-stage:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(138, 23, 224, 0.15);
}

.stage-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(138, 23, 224, 0.15);
    line-height: 1;
    margin-bottom: 16px;
    font-family: 'Inter', system-ui, sans-serif;
}

.stage-content h3 {
    font-size: 1.2rem;
    color: var(--ink);
    margin-bottom: 12px;
    font-weight: 700;
}

.stage-content p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.stage-deliverables {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.deliverable-tag {
    background: rgba(138, 23, 224, 0.08);
    color: #8a17e0;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* 应用场景 */
.pm-scenarios {
    padding: 96px 0;
    background: #fff;
}

.scenarios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 48px;
}

.pm-scenarios .scenario-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(31, 15, 42, 0.06);
    border: 1px solid #eae2f0;
    transition: all 0.3s ease;
}

.pm-scenarios .scenario-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(31, 15, 42, 0.12);
    border-color: #8a17e0;
}

.pm-scenarios .scenario-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #8a17e0 0%, #6010c8 100%);
}

.pm-scenarios .scenario-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pm-scenarios .scenario-card:hover .scenario-image img {
    transform: scale(1.05);
}

.pm-scenarios .scenario-content {
    padding: 24px;
}

.pm-scenarios .scenario-content h3 {
    font-size: 1.25rem;
    color: var(--ink);
    margin-bottom: 12px;
    font-weight: 700;
}

.pm-scenarios .scenario-content p {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.scenario-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.scenario-tag {
    background: rgba(138, 23, 224, 0.08);
    color: #8a17e0;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* 成功案例 */
.pm-success {
    padding: 96px 0;
    background: linear-gradient(180deg, #faf8fc 0%, #ffffff 100%);
}

.success-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin: 48px 0;
    padding: 40px;
    background: linear-gradient(135deg, #8a17e0 0%, #6010c8 100%);
    border-radius: 20px;
    color: #fff;
}

.success-stat-item {
    text-align: center;
}

.stat-number-large {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Inter', system-ui, sans-serif;
}

.success-stat-item .stat-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 32px;
}

.case-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(31, 15, 42, 0.06);
    border: 1px solid #eae2f0;
    transition: all 0.3s ease;
}

.case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(31, 15, 42, 0.12);
}

.case-image {
    width: 100%;
    height: 168px;
    overflow: hidden;
    background: linear-gradient(145deg, #350b55 0%, #8a17e0 55%, #6010c8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 20px;
    box-sizing: border-box;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-mock {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
    max-width: 320px;
}

.case-mock-metric {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 14px;
    padding: 18px 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(53, 11, 85, 0.12);
}

.case-mock-metric strong {
    display: block;
    color: #350b55;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.case-mock-metric span {
    display: block;
    margin-top: 8px;
    color: #78628a;
    font-size: 0.78rem;
    line-height: 1.35;
    font-weight: 600;
}

.case-content {
    padding: 24px;
}

.case-content h3 {
    font-size: 1.2rem;
    color: var(--ink);
    margin-bottom: 12px;
    font-weight: 700;
}

.case-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.case-tag {
    background: rgba(138, 23, 224, 0.08);
    color: #8a17e0;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.case-desc {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.case-info {
    border-top: 1px solid #eae2f0;
    padding-top: 16px;
}

.case-info p {
    color: var(--ink);
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.case-info strong {
    color: #8a17e0;
    font-size: 1.1rem;
    font-weight: 700;
}

/* 客户评价 */
.pm-testimonials {
    padding: 96px 0;
    background: #fff;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 48px;
}

.testimonial-card {
    background: #faf8fc;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #eae2f0;
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(31, 15, 42, 0.1);
    background: #fff;
}

.testimonial-quote {
    font-size: 4rem;
    color: rgba(138, 23, 224, 0.2);
    line-height: 1;
    font-family: Georgia, serif;
    margin-bottom: -20px;
}

.testimonial-text {
    color: var(--ink);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8a17e0 0%, #6010c8 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.2rem;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-info strong {
    color: var(--ink);
    font-size: 0.95rem;
}

.author-info span {
    color: var(--muted);
    font-size: 0.85rem;
}

/* 为什么选择我们 */
.pm-advantages {
    padding: 96px 0;
    background: linear-gradient(180deg, #faf8fc 0%, #f3eef7 100%);
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
    margin-top: 48px;
}

.advantage-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(31, 15, 42, 0.06);
    border: 1px solid #eae2f0;
    transition: all 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(138, 23, 224, 0.15);
    border-color: #8a17e0;
}

.advantage-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #8a17e0 0%, #6010c8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.advantage-card h3 {
    font-size: 1.2rem;
    color: var(--ink);
    margin-bottom: 12px;
    font-weight: 700;
}

.advantage-card p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* 联系我们 */
.pm-contact {
    padding: 96px 0;
    background: linear-gradient(135deg, #8a17e0 0%, #6010c8 100%);
    color: #fff;
    text-align: center;
}

.pm-contact .section-title,
.pm-contact .section-subtitle {
    color: #fff;
}

.pm-contact .section-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.contact-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 720px;
    margin: 24px auto 40px;
}

.contact-content .contact-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.pm-contact .btn-primary {
    background: #fff;
    color: #8a17e0;
}

.pm-contact .btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.pm-contact .btn-secondary:hover {
    background: #fff;
    color: #8a17e0;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .feature-block,
    .feature-block.reverse {
        grid-template-columns: 1fr;
        gap: 32px;
        direction: ltr;
    }

    .hero-stats {
        gap: 16px 18px;
        margin-top: 18px;
    }

    .project-board {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .board-col {
        width: 100%;
        min-height: 0;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .stat-number-large {
        font-size: 2.2rem;
    }

    .success-stats {
        padding: 24px;
    }

    .pm-pain-points,
    .pm-features,
    .pm-workflow,
    .pm-scenarios,
    .pm-success,
    .pm-testimonials,
    .pm-advantages,
    .pm-contact {
        padding: 64px 0;
    }

    .features-matrix {
        gap: 48px;
    }

    .mockup-body.kanban {
        grid-template-columns: 1fr;
    }
}


/* ============================================
   专利资质轮播模块
   ============================================ */
.patent-module {
	padding: 70px 0;
	background: #faf8fc;
}

.patent-module .section-title {
	color: var(--navy);
}

.patent-module .section-subtitle {
	color: #7a648b;
}

.patent-carousel {
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}

.patent-track {
	display: flex;
	gap: 24px;
	transition: transform 0.5s ease;
	cursor: grab;
}

.patent-track:active {
	cursor: grabbing;
}

.patent-card {
	flex: 0 0 calc(33.333% - 16px);
	min-width: 280px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #eae2f0;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	transition: transform 0.3s, box-shadow 0.3s;
	user-select: none;
}

.patent-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

.patent-card img {
	width: 100%;
	height: auto;
	display: block;
}

/* 指示点 */
.patent-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}

.patent-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d7cbe1;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background 0.3s, width 0.3s;
}

.patent-dot.active {
	background: #9d25eb;
	width: 28px;
	border-radius: 10px;
}

/* 移动端 */
@media (max-width: 980px) {
	.patent-module {
		padding: 50px 0;
	}

	.patent-track {
		gap: 16px;
	}

	.patent-card {
		flex: 0 0 calc(50% - 8px);
		min-width: 180px;
	}
}

@media (max-width: 480px) {
	.patent-card {
		flex: 0 0 80%;
		min-width: 0;
	}
}

/* ========== GEO FAQ：10 问一组可切换 ========== */
.geo-faq-section {
	padding: 72px 0;
	background: #fff;
}

.geo-faq-section.alt {
	background: var(--soft, #f7eeff);
}

.geo-faq {
	max-width: 880px;
	margin: 0 auto;
}

.geo-faq-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.geo-faq-tab {
	appearance: none;
	border: 1px solid var(--line, #e7d9f2);
	background: #fff;
	color: var(--navy, #350b55);
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.geo-faq-tab:hover {
	border-color: var(--blue, #8a17e0);
	color: var(--blue, #8a17e0);
}

.geo-faq-tab.is-active {
	background: linear-gradient(135deg, var(--navy, #350b55), var(--blue, #8a17e0));
	border-color: transparent;
	color: #fff;
}

.geo-faq-panel {
	display: none;
	gap: 10px;
}

.geo-faq-panel.is-active {
	display: grid;
}

.geo-faq-panel details {
	border: 1px solid var(--line, #e7d9f2);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.geo-faq-panel summary {
	cursor: pointer;
	list-style: none;
	padding: 16px 18px;
	color: var(--navy, #350b55);
	font-weight: 700;
	font-size: 0.98rem;
	line-height: 1.45;
}

.geo-faq-panel summary::-webkit-details-marker {
	display: none;
}

.geo-faq-panel summary::after {
	content: "+";
	float: right;
	color: var(--blue, #8a17e0);
	font-weight: 800;
}

.geo-faq-panel details[open] summary::after {
	content: "–";
}

.geo-faq-panel p {
	margin: 0;
	padding: 0 18px 16px;
	color: var(--muted, #78628a);
	line-height: 1.75;
	font-size: 0.94rem;
}

.geo-cases {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.geo-cases.geo-cases--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 920px;
	margin-inline: auto;
}

.geo-cases.geo-cases--1 {
	grid-template-columns: 1fr;
	max-width: 520px;
	margin-inline: auto;
}

/* Reference: Tabler light cards + soft KPI strip；用站点蓝/青/琥珀轮换，避免一片灰白 */
.geo-case-card {
	--case-accent: #8a17e0;
	--case-accent-soft: rgba(138, 23, 224, 0.1);
	--case-accent-wash: rgba(138, 23, 224, 0.06);
	position: relative;
	padding: 20px 22px 18px;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid #e8dbf3;
	background:
		linear-gradient(180deg, var(--case-accent-wash) 0%, #ffffff 42%),
		#ffffff;
	box-shadow: 0 10px 28px rgba(35, 16, 51, 0.05);
	transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.geo-case-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--case-accent), color-mix(in srgb, var(--case-accent) 35%, #ffffff));
}

.geo-case-card:nth-child(3n + 2) {
	--case-accent: #5208b2;
	--case-accent-soft: rgba(82, 8, 178, 0.12);
	--case-accent-wash: rgba(82, 8, 178, 0.07);
}

.geo-case-card:nth-child(3n + 3) {
	--case-accent: #d97706;
	--case-accent-soft: rgba(217, 119, 6, 0.12);
	--case-accent-wash: rgba(217, 119, 6, 0.07);
}

.geo-case-card:hover {
	transform: translateY(-4px);
	border-color: color-mix(in srgb, var(--case-accent) 35%, #e8dbf3);
	box-shadow: 0 16px 36px rgba(35, 16, 51, 0.09);
}

.geo-case-card:has(.geo-case-media),
.geo-case-card:has(.geo-case-body) {
	padding: 0;
}

.geo-case-media {
	display: block;
	width: 100%;
	height: 148px;
	object-fit: cover;
	background: #f4eef9;
}

.geo-case-body {
	padding: 18px 22px 20px;
}

.prop-section-head {
	max-width: 720px;
	margin: 0 auto 1.5rem;
	text-align: center;
}

.prop-kicker {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 12px;
	border-radius: 999px;
	background: rgba(138, 23, 224, 0.1);
	color: var(--blue, #8a17e0);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.prop-section-head .section-title {
	margin-bottom: 0.5rem;
}

.prop-section-head .section-subtitle {
	margin-top: 0;
}

.geo-case-card .geo-case-tag {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 11px;
	border-radius: 999px;
	background: var(--case-accent-soft);
	color: var(--case-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.geo-case-card h3 {
	margin: 0 0 12px;
	color: var(--navy, #350b55);
	font-size: 1.08rem;
	line-height: 1.35;
}

.geo-case-card p {
	margin: 0 0 8px;
	color: var(--muted, #78628a);
	font-size: 0.92rem;
	line-height: 1.65;
}

.geo-case-card p strong {
	display: inline-block;
	margin-right: 4px;
	padding: 1px 7px;
	border-radius: 6px;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.5;
	vertical-align: baseline;
	color: #350b55;
	background: #f3eef7;
}

/* 痛点 / 方案 / 效果 语义色（有「效果」段时第 1–3 段） */
.geo-case-body > p:nth-of-type(1) strong,
.geo-case-card > p:nth-of-type(1) strong {
	color: #9a3412;
	background: #ffedd5;
}

.geo-case-body > p:nth-of-type(2) strong,
.geo-case-card > p:nth-of-type(2) strong {
	color: #911dd8;
	background: #efdbfe;
}

.geo-case-body > p:nth-of-type(3) strong,
.geo-case-card > p:nth-of-type(3) strong {
	color: #047857;
	background: #d1fae5;
}

.geo-case-metrics {
	margin: 16px 0 0;
	padding: 14px 12px 12px;
	border-top: none;
	border-radius: 12px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	background: linear-gradient(180deg, var(--case-accent-wash), rgba(250, 248, 252, 0.9));
}

.geo-case-metrics li {
	text-align: center;
	min-width: 0;
	padding: 4px 2px;
}

.geo-case-metrics strong {
	display: block;
	color: var(--case-accent);
	font-size: 1.18rem;
	line-height: 1.2;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
}

.geo-case-metrics span {
	display: block;
	margin-top: 4px;
	color: #7a648b;
	font-size: 12px;
	line-height: 1.35;
	word-break: break-word;
}

@media (max-width: 960px) {
	.geo-cases,
	.geo-cases.geo-cases--2,
	.geo-cases.geo-cases--1 {
		grid-template-columns: 1fr;
		max-width: none;
	}
}

@media (max-width: 640px) {
	.geo-case-metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
	}

	.geo-case-metrics strong {
		font-size: 1.05rem;
	}

	.geo-case-metrics span {
		font-size: 11px;
	}

	.geo-faq-tab {
		font-size: 12px;
		padding: 7px 12px;
	}
}
