/* ========== 武学首页文案 · 二次视觉 ========== */

/* 布局：水平垂直居中 */
.page_wp .txt_box {
	top: 50% !important;
	bottom: auto !important;
	left: 0 !important;
	right: 0 !important;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: transparent;
}

/* 内容区：淡金描边框（轻底，非厚重黑底） */
.page_wp .wuxue-panel {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 36px 40px 32px;
	text-align: center;
	background: rgba(0, 0, 0, 0.52);
	border: 1px solid rgba(168, 120, 40, 0.88);
	border-radius: 2px;
	box-shadow:
		0 0 48px rgba(140, 100, 30, 0.15),
		inset 0 0 80px rgba(0, 0, 0, 0.25);
}

/* 内层细框 */
.page_wp .wuxue-panel::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(140, 100, 30, 0.55);
	border-radius: 1px;
	pointer-events: none;
}

/* 四角点缀 */
.page_wp .wuxue-panel::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border: 1px solid transparent;
	border-top-color: rgba(160, 115, 35, 0.75);
	border-bottom-color: rgba(160, 115, 35, 0.75);
	border-left-color: rgba(130, 90, 25, 0.65);
	border-right-color: rgba(130, 90, 25, 0.65);
	pointer-events: none;
}

.page_wp .wuxue-panel-wide {
	max-width: 720px;
}

/* 标题：淡金渐变 */
.page_wp .wuxue-panel h2 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
	line-height: 1.4;
	color: #f5e6c8;
	background: linear-gradient(
		180deg,
		#fff9ee 0%,
		#e8c878 42%,
		#c9a03a 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.page_wp .wuxue-panel h2::after {
	content: "";
	display: block;
	width: 56px;
	height: 1px;
	margin: 14px auto 22px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(212, 168, 75, 0.85),
		transparent
	);
}

/* 正文：暖灰米色，非纯白 */
.page_wp .wuxue-panel .txt_brief {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0 0 16px;
	padding: 0;
	font-size: 17px;
	line-height: 1.85;
	font-weight: 300;
	color: rgba(232, 224, 208, 0.92);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
	letter-spacing: 0.06em;
}

.page_wp .wuxue-panel .txt_brief:last-child {
	margin-bottom: 0;
}

/* 开篇引句 */
.page_wp .txt_brief.wuxue-lead {
	font-size: 19px;
	line-height: 1.9;
	color: #f0e2c4;
	letter-spacing: 0.12em;
}

/* 口诀 / 金句 */
.page_wp .txt_brief.wuxue-motto {
	font-size: 20px;
	line-height: 2;
	color: #f5e6c8;
	letter-spacing: 0.2em;
	padding: 12px 0;
	border-top: 1px solid rgba(212, 168, 75, 0.2);
	border-bottom: 1px solid rgba(212, 168, 75, 0.2);
	margin: 8px 0 20px;
}

/* 领悟：左侧金线，无底色 */
.page_wp .txt_brief.wuxue-insight {
	margin-top: 20px;
	padding: 0 0 0 16px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	color: #d4c4a8;
	background: none;
	border-left: 2px solid rgba(140, 100, 30, 0.9);
	letter-spacing: 0.05em;
}


/* 标签 */
.page_wp .wuxue-tag {
	display: inline-block;
	padding: 3px 12px;
	margin-right: 4px;
	font-size: 14px;
	letter-spacing: 0.15em;
	color: #1a1510;
	background: linear-gradient(135deg, #e8c878 0%, #b8860b 100%);
	border: none;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
	vertical-align: middle;
}

/* 七至十层序号 */
.page_wp .wuxue-panel .txt_brief strong {
	font-weight: 400;
	color: #e8c878;
	letter-spacing: 0.08em;
}

.page_wp .txt_brief.wuxue-layer {
	display: block;
	text-align: left;
	margin-bottom: 14px;
	padding: 0;
	background: none;
	line-height: 1.75;
}

.page_wp .txt_brief.wuxue-layer strong {
	display: inline-block;
	min-width: 5.5em;
}

.page_wp .wuxue-layer-desc {
	display: block;
	margin-top: 4px;
	padding-left: 5.5em;
	color: rgba(212, 196, 168, 0.88);
	font-size: 15px;
}

/* 底部提示 */
.page_wp .txt_brief.wuxue-note {
	font-size: 13px;
	line-height: 1.7;
	color: rgba(180, 170, 150, 0.75);
	letter-spacing: 0.1em;
	margin-top: 24px;
}

/* scale 与居中合并 */
@media only screen and (min-width: 1600px) {
	.page_wp .txt_box.scale_box {
		transform: translateY(-50%) scale(1);
		-webkit-transform: translateY(-50%) scale(1);
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1599px) {
	.page_wp .txt_box.scale_box {
		transform: translateY(-50%) scale(0.875);
		-webkit-transform: translateY(-50%) scale(0.875);
	}
}

@media only screen and (max-width: 1023px) {
	.page_wp .txt_box.scale_box {
		transform: translateY(-50%) scale(0.7);
		-webkit-transform: translateY(-50%) scale(0.7);
	}
}

@media (max-width: 768px) {
	.page_wp .wuxue-panel {
		max-width: 92%;
		padding: 24px 20px 22px;
	}

	.page_wp .wuxue-panel::before {
		top: 8px;
		right: 8px;
		bottom: 8px;
		left: 8px;
	}

	.page_wp .wuxue-panel h2 {
		font-size: 26px;
		letter-spacing: 0.2em;
		text-indent: 0.2em;
	}

	.page_wp .wuxue-panel .txt_brief {
		font-size: 15px;
		line-height: 1.75;
	}

	.page_wp .txt_brief.wuxue-insight {
		padding-left: 12px;
		font-size: 14px;
	}
}
