.jsm-whitepaper {
	--wp-ink: #0b1220;
	--wp-muted: #5d6a82;
	--wp-soft: #f5f7ff;
	--wp-line: #dce4f2;
	--wp-blue: #2f6bff;
	--wp-violet: #7d4dff;
	--wp-orange: #ff8236;
	background: #ffffff;
	color: var(--wp-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
	overflow: hidden;
}

.jsm-whitepaper *,
.jsm-whitepaper *::before,
.jsm-whitepaper *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.wp-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.wp-hero {
	position: relative;
	overflow: hidden;
	min-height: 520px;
	background: linear-gradient(115deg, #f5f1ff 0%, #eef5ff 56%, #e8f1ff 100%);
}

.wp-hero-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 18%, rgba(125, 77, 255, 0.18), transparent 28%),
		radial-gradient(circle at 84% 12%, rgba(47, 107, 255, 0.16), transparent 32%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.wp-hero-inner {
	position: relative;
	z-index: 1;
	padding: 100px 0 86px;
	text-align: center;
}

.wp-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 14px;
	border: 1px solid rgba(47, 107, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--wp-blue);
	font-size: 13px;
	font-weight: 700;
}

.wp-hero h1 {
	margin: 26px auto 18px;
	max-width: 860px;
	font-size: clamp(42px, 6vw, 76px);
	line-height: 1.08;
	font-weight: 900;
	color: #070b15;
	text-wrap: balance;
}

.wp-hero h1 span {
	color: var(--wp-violet);
}

.wp-hero-lead {
	margin: 0 auto;
	max-width: 760px;
	font-size: 20px;
	line-height: 1.8;
	color: #42506a;
	text-wrap: pretty;
}

.wp-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 22px;
	margin-top: 18px;
	color: #66718a;
	font-size: 14px;
}

.wp-hero-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
	flex-wrap: wrap;
}

.wp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.wp-btn-primary {
	background: linear-gradient(135deg, var(--wp-orange), #ffad4d);
	color: #1a130d !important;
	box-shadow: 0 16px 30px rgba(255, 130, 54, 0.28);
}

.wp-btn-secondary {
	background: rgba(255, 255, 255, 0.76);
	color: #24406f !important;
	border: 1px solid rgba(47, 107, 255, 0.18);
}

.wp-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}

.wp-tags span {
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	color: #315ecb;
	font-size: 13px;
}

.wp-body {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 48px;
	align-items: start;
	padding: 66px 0 88px;
}

.wp-toc {
	position: sticky;
	top: 92px;
	min-width: 0;
}

.wp-toc-card {
	padding: 22px;
	max-width: 100%;
	border: 1px solid var(--wp-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 45px rgba(31, 48, 82, 0.1);
}

.wp-toc-card strong {
	display: block;
	margin-bottom: 14px;
	font-size: 16px;
	color: #111827;
}

.wp-toc-card a {
	display: block;
	padding: 9px 10px;
	border-radius: 7px;
	color: #5b667d;
	font-size: 14px;
	line-height: 1.35;
}

.wp-toc-card a:hover {
	background: #eef3ff;
	color: var(--wp-blue);
}

.wp-report {
	min-width: 0;
}

.wp-section {
	padding: 52px 0;
	border-bottom: 1px solid #edf1f8;
	scroll-margin-top: 90px;
}

.wp-section:first-child {
	padding-top: 0;
}

.wp-section-title {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
}

.wp-section-title span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--wp-violet), var(--wp-blue));
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	box-shadow: 0 14px 26px rgba(88, 98, 255, 0.24);
	flex: 0 0 auto;
}

.wp-section-title h2 {
	margin: 0;
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.22;
	font-weight: 900;
	color: #050914;
	text-wrap: balance;
}

.wp-section h3 {
	margin: 30px 0 14px;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 850;
	color: #0b1220;
}

.wp-section p {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.95;
	color: #48566f;
}

.wp-callout {
	margin: 24px 0;
	padding: 24px 28px;
	border-left: 4px solid var(--wp-blue);
	border-radius: 0 8px 8px 0;
	background: linear-gradient(90deg, #f5f0ff, #edf5ff);
	color: #16213a;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 800;
}

.wp-stats,
.wp-model-grid,
.wp-roadmap,
.wp-faq {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 26px;
}

.wp-stats div,
.wp-model-grid div,
.wp-roadmap div,
.wp-faq div {
	border: 1px solid var(--wp-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(25, 38, 70, 0.07);
}

.wp-stats div {
	padding: 24px;
	text-align: center;
	background: #09162f;
	color: #fff;
}

.wp-stats strong {
	display: block;
	font-size: 34px;
	line-height: 1;
}

.wp-stats span {
	display: block;
	margin-top: 10px;
	color: #bfd0f6;
	font-size: 14px;
}

.wp-flow {
	display: grid;
	gap: 14px;
	margin: 22px 0;
}

.wp-flow div {
	padding: 22px 24px;
	border-radius: 8px;
	background: #f3f7ff;
	border: 1px solid #e0e8f7;
}

.wp-flow b {
	display: block;
	margin-bottom: 8px;
	color: var(--wp-blue);
	font-size: 15px;
}

.wp-flow span {
	font-size: 18px;
	font-weight: 800;
	color: #111827;
}

.wp-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 24px;
	overflow: hidden;
	border: 1px solid var(--wp-line);
	border-radius: 8px;
	font-size: 15px;
	color: #3f4c63;
}

.wp-table th,
.wp-table td {
	padding: 16px;
	border-bottom: 1px solid var(--wp-line);
	text-align: left;
}

.wp-table th {
	background: #f6f8fd;
	color: #182238;
	font-weight: 800;
}

.wp-table tr:last-child td {
	border-bottom: 0;
}

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

.wp-model-grid div {
	padding: 24px;
	position: relative;
	overflow: hidden;
}

.wp-model-grid em {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--wp-blue);
	font-style: normal;
	font-size: 14px;
	font-weight: 900;
}

.wp-model-grid h3,
.wp-roadmap h3,
.wp-faq h3 {
	margin: 0 0 10px;
	font-size: 20px;
}

.wp-model-grid p,
.wp-roadmap p,
.wp-faq p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
}

.wp-platforms {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0;
}

.wp-platforms span,
.wp-industry-grid a {
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #f6f8ff;
	border: 1px solid #e0e8f7;
	color: #1f3f86;
	font-weight: 800;
}

.wp-layers {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.wp-layers div {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 20px 22px;
	border-radius: 8px;
	background: #fbfcff;
	border: 1px solid var(--wp-line);
}

.wp-layers b {
	color: #101827;
	font-size: 17px;
}

.wp-layers span {
	color: #526078;
	font-size: 16px;
	line-height: 1.65;
}

.wp-industry-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

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

.wp-roadmap div {
	padding: 24px;
}

.wp-roadmap strong {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--wp-violet);
	font-size: 14px;
}

.wp-faq {
	grid-template-columns: 1fr;
}

.wp-faq div {
	padding: 24px 26px;
}

.wp-download {
	margin-top: 40px;
	padding: 34px;
	border-radius: 8px;
	background: linear-gradient(135deg, #07152e, #14275a);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.wp-download span {
	color: #9db7ff;
	font-weight: 800;
	font-size: 14px;
}

.wp-download h2 {
	margin: 8px 0 10px;
	color: #fff;
	font-size: 30px;
	line-height: 1.25;
}

.wp-download p {
	margin: 0;
	max-width: 680px;
	color: #c4d2f0;
	font-size: 16px;
	line-height: 1.8;
}

@media (max-width: 1024px) {
	.wp-body {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.wp-toc {
		position: static;
		overflow: hidden;
	}

	.wp-toc-card {
		display: flex;
		gap: 8px;
		width: 100%;
		min-width: 0;
		overflow-x: auto;
		padding: 14px;
	}

	.wp-toc-card strong {
		display: none;
	}

	.wp-toc-card a {
		white-space: nowrap;
		background: #f4f7ff;
	}
}

@media (max-width: 720px) {
	.wp-shell {
		width: min(100% - 30px, 1180px);
	}

	.wp-hero {
		min-height: auto;
	}

	.wp-hero-inner {
		padding: 66px 0 54px;
	}

	.wp-hero h1 {
		font-size: 42px;
	}

	.wp-hero-lead {
		font-size: 17px;
		line-height: 1.75;
	}

	.wp-body {
		padding: 34px 0 58px;
	}

	.wp-section {
		padding: 38px 0;
	}

	.wp-section-title {
		align-items: flex-start;
	}

	.wp-section-title h2 {
		font-size: 28px;
		line-height: 1.28;
		overflow-wrap: anywhere;
	}

	.wp-section h3 {
		font-size: 20px;
	}

	.wp-section p {
		font-size: 16px;
		line-height: 1.85;
	}

	.wp-flow span {
		font-size: 16px;
		line-height: 1.55;
	}

	.wp-callout {
		padding: 20px 22px;
		font-size: 16px;
		line-height: 1.75;
	}

	.wp-section-title span {
		width: 42px;
		height: 42px;
	}

	.wp-stats,
	.wp-model-grid,
	.wp-roadmap,
	.wp-platforms,
	.wp-industry-grid {
		grid-template-columns: 1fr;
	}

	.wp-layers div {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.wp-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.wp-download {
		display: block;
		padding: 26px;
	}

	.wp-download .wp-btn {
		width: 100%;
		margin-top: 22px;
	}
}
