.fjl-practice-page .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	padding: 0;
}

.fjl-practice-page #primary {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
}

.fjl-practice-page .ast-article-single {
	padding: 0;
}

.fjl-practice-page .entry-header {
	display: none;
}

.fjl-practice-page .entry-content {
	margin: 0;
}

.fjl-practice-detail {
	--fjl-pd-wine: #9f2f3d;
	--fjl-pd-wine-dark: #76212d;
	--fjl-pd-ink: #17191d;
	--fjl-pd-muted: #626873;
	--fjl-pd-line: #e4e0de;
	--fjl-pd-paper: #f7f5f3;
	--fjl-pd-warm: #efe9e5;
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: #fff;
	color: var(--fjl-pd-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 17px;
	line-height: 1.8;
}

.fjl-practice-detail * {
	box-sizing: border-box;
}

.fjl-practice-detail h1,
.fjl-practice-detail h2,
.fjl-practice-detail h3,
.fjl-practice-detail p {
	margin-top: 0;
}

.fjl-practice-detail h1,
.fjl-practice-detail h2,
.fjl-practice-detail h3 {
	color: var(--fjl-pd-ink);
	line-height: 1.35;
}

.fjl-pd-wrap {
	width: min(100%, 1160px);
	margin: 0 auto;
	padding: 0 28px;
}

.fjl-pd-hero {
	position: relative;
	padding: 96px 0 88px;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 15%, rgba(159, 47, 61, 0.24), transparent 32%),
		linear-gradient(125deg, #17191d 0%, #272127 62%, #76212d 140%);
	color: #fff;
}

.fjl-pd-hero::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.035) 50%, transparent 100%);
	content: "";
	pointer-events: none;
}

.fjl-pd-hero .fjl-pd-wrap {
	position: relative;
	z-index: 1;
}

.fjl-pd-back {
	margin-bottom: 30px;
	font-size: 14px;
}

.fjl-pd-back a {
	color: #d7a9af;
	text-decoration: none;
}

.fjl-pd-back a:hover {
	text-decoration: underline;
}

.fjl-pd-eyebrow {
	margin-bottom: 16px;
	color: #c47b86;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.fjl-pd-hero h1 {
	max-width: 920px;
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(40px, 5vw, 64px);
	letter-spacing: -0.035em;
}

.fjl-pd-claim {
	max-width: 900px;
	margin-bottom: 24px;
	color: #f3e7e9;
	font-size: clamp(22px, 2.3vw, 30px);
	font-weight: 700;
	line-height: 1.5;
}

.fjl-pd-lead {
	max-width: 940px;
	margin-bottom: 0;
	color: #d8d3d5;
	font-size: 19px;
	line-height: 1.9;
}

.fjl-pd-button {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	padding: 14px 23px;
	border: 1px solid var(--fjl-pd-wine);
	border-radius: 3px;
	background: var(--fjl-pd-wine);
	color: #fff !important;
	font-weight: 750;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

.fjl-pd-button:hover {
	background: #b83b4b;
	transform: translateY(-1px);
}

.fjl-pd-section {
	padding: 84px 0;
}

.fjl-pd-section--soft {
	background: var(--fjl-pd-paper);
}

.fjl-pd-section-head {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	margin-bottom: 40px;
}

.fjl-pd-index {
	margin: 9px 0 0;
	color: var(--fjl-pd-wine);
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0.16em;
}

.fjl-pd-section-head h2 {
	margin-bottom: 12px;
	font-size: clamp(30px, 3.2vw, 45px);
	letter-spacing: -0.028em;
}

.fjl-pd-section-head div > p {
	max-width: 840px;
	margin-bottom: 0;
	color: var(--fjl-pd-muted);
	font-size: 18px;
}

.fjl-pd-problem-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fjl-pd-problem-grid li {
	position: relative;
	margin: 0;
	padding: 17px 18px 17px 43px;
	border-bottom: 1px solid var(--fjl-pd-line);
	background: #fff;
}

.fjl-pd-problem-grid li::before {
	position: absolute;
	top: 29px;
	left: 19px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--fjl-pd-wine);
	content: "";
}

.fjl-pd-note {
	margin: 30px 0 0;
	padding: 20px 24px;
	border-left: 4px solid var(--fjl-pd-wine);
	background: var(--fjl-pd-warm);
	font-weight: 650;
}

.fjl-pd-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.fjl-pd-card {
	padding: 29px;
	border: 1px solid var(--fjl-pd-line);
	background: #fff;
	box-shadow: 0 8px 28px rgba(24, 24, 28, 0.035);
}

.fjl-pd-card--wide {
	grid-column: 1 / -1;
}

.fjl-pd-card-number,
.fjl-pd-scene-label {
	margin-bottom: 12px;
	color: var(--fjl-pd-wine);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.fjl-pd-card h3 {
	margin-bottom: 13px;
	font-size: 22px;
}

.fjl-pd-card p:last-child {
	margin-bottom: 0;
	color: #555c66;
}

.fjl-pd-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fjl-pd-steps li {
	margin: 0;
	padding: 25px 19px;
	border-top: 3px solid var(--fjl-pd-wine);
	background: #fff;
}

.fjl-pd-steps span {
	display: block;
	margin-bottom: 15px;
	color: var(--fjl-pd-wine);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.fjl-pd-steps h3 {
	margin-bottom: 10px;
	font-size: 19px;
}

.fjl-pd-steps p {
	margin-bottom: 0;
	color: var(--fjl-pd-muted);
	font-size: 15px;
	line-height: 1.75;
}

.fjl-pd-section--dark {
	background: #1b1d21;
	color: #e9eaec;
}

.fjl-pd-section--dark h2,
.fjl-pd-section--dark h3 {
	color: #fff;
}

.fjl-pd-section--dark .fjl-pd-section-head div > p {
	color: #b9bbc0;
}

.fjl-pd-value-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 36px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fjl-pd-value-list li {
	position: relative;
	margin: 0;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fjl-pd-value-list li::before {
	position: absolute;
	top: 15px;
	left: 0;
	color: #d7a9af;
	content: "✓";
	font-weight: 850;
}

.fjl-pd-scene-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.fjl-pd-scene {
	padding: 27px;
	border: 1px solid var(--fjl-pd-line);
	background: #fff;
}

.fjl-pd-scene h3 {
	margin-bottom: 18px;
	font-size: 21px;
}

.fjl-pd-scene dl {
	margin: 0;
}

.fjl-pd-scene dt {
	margin-top: 14px;
	font-weight: 800;
}

.fjl-pd-scene dd {
	margin: 4px 0 0;
	color: var(--fjl-pd-muted);
}

.fjl-pd-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.fjl-pd-related-card {
	display: flex;
	flex-direction: column;
	min-height: 230px;
	padding: 28px;
	border: 1px solid var(--fjl-pd-line);
	background: #fff;
	color: var(--fjl-pd-ink);
	text-decoration: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fjl-pd-related-card:hover {
	border-color: #caa9ae;
	box-shadow: 0 14px 34px rgba(24, 24, 28, 0.08);
	transform: translateY(-2px);
}

.fjl-pd-related-card span {
	color: var(--fjl-pd-wine);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.fjl-pd-related-card strong {
	margin: 16px 0 22px;
	color: var(--fjl-pd-ink);
	font-size: 20px;
	line-height: 1.55;
}

.fjl-pd-related-card em {
	margin-top: auto;
	color: var(--fjl-pd-wine);
	font-style: normal;
	font-weight: 750;
}

.fjl-pd-faq {
	max-width: 940px;
	margin-left: auto;
}

.fjl-pd-faq details {
	border-bottom: 1px solid var(--fjl-pd-line);
}

.fjl-pd-faq summary {
	position: relative;
	padding: 23px 42px 23px 0;
	cursor: pointer;
	font-size: 19px;
	font-weight: 750;
	list-style: none;
}

.fjl-pd-faq summary::-webkit-details-marker {
	display: none;
}

.fjl-pd-faq summary::after {
	position: absolute;
	top: 20px;
	right: 4px;
	color: var(--fjl-pd-wine);
	content: "+";
	font-size: 26px;
	font-weight: 400;
}

.fjl-pd-faq details[open] summary::after {
	content: "−";
}

.fjl-pd-faq details p {
	margin-bottom: 0;
	padding: 0 42px 22px 0;
	color: var(--fjl-pd-muted);
}

.fjl-pd-cta {
	padding: 72px 0;
	background: linear-gradient(115deg, #8d2836, #6f1f2a);
	color: #fff;
}

.fjl-pd-cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 38px;
	align-items: center;
}

.fjl-pd-cta .fjl-pd-eyebrow {
	margin-bottom: 10px;
	color: #e5b8be;
}

.fjl-pd-cta h2 {
	margin-bottom: 12px;
	color: #fff;
	font-size: clamp(30px, 3.5vw, 47px);
}

.fjl-pd-cta p:last-child {
	max-width: 780px;
	margin-bottom: 0;
	color: #eedcdf;
}

.fjl-pd-button--light {
	margin-top: 0;
	border-color: #fff;
	background: #fff;
	color: var(--fjl-pd-wine) !important;
	white-space: nowrap;
}

.fjl-pd-button--light:hover {
	background: #f7eff0;
}

.fjl-pd-legal-note {
	margin: 0;
	padding: 21px 22px;
	background: #f3f1ef;
	color: #858991;
	font-size: 13px;
	text-align: center;
}

@media (max-width: 980px) {
	.fjl-pd-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fjl-pd-steps li:last-child {
		grid-column: 1 / -1;
	}

	.fjl-pd-scene-grid {
		grid-template-columns: 1fr;
	}

	.fjl-pd-related-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.fjl-pd-wrap {
		padding: 0 20px;
	}

	.fjl-pd-hero {
		padding: 68px 0 62px;
	}

	.fjl-pd-hero h1 {
		font-size: 39px;
	}

	.fjl-pd-claim {
		font-size: 22px;
	}

	.fjl-pd-lead {
		font-size: 17px;
		line-height: 1.85;
	}

	.fjl-pd-button {
		width: 100%;
	}

	.fjl-pd-section {
		padding: 62px 0;
	}

	.fjl-pd-section-head {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 30px;
	}

	.fjl-pd-index {
		margin-top: 0;
	}

	.fjl-pd-section-head h2 {
		font-size: 31px;
	}

	.fjl-pd-section-head div > p {
		font-size: 17px;
	}

	.fjl-pd-problem-grid,
	.fjl-pd-card-grid,
	.fjl-pd-steps,
	.fjl-pd-value-list,
	.fjl-pd-cta-grid {
		grid-template-columns: 1fr;
	}

	.fjl-pd-card--wide,
	.fjl-pd-steps li:last-child {
		grid-column: auto;
	}

	.fjl-pd-card,
	.fjl-pd-scene {
		padding: 23px;
	}

	.fjl-pd-cta {
		padding: 56px 0;
	}

	.fjl-pd-button--light {
		margin-top: 0;
	}
}
