.lhc-service-detail {
	--lhc-service-green: #19a974;
	--lhc-service-green-soft: #e9f8f2;
	--lhc-service-blue-soft: #eaf5ff;
	--lhc-service-purple-soft: #f3efff;
	/* Shared Hero template: new services and international editions centre by default. */
	--lhc-service-hero-object-position: 50% 50%;
	--lhc-service-hero-mobile-object-position: 50% 50%;
	background: #fff;
	font-family: var(--lhc-type-body-family);
	font-size: 16px;
}

/* Preserve focal points already accepted on NO.1–NO.5. */
.lhc-service-detail[data-lhc-service="hk-university-application"] {
	--lhc-service-hero-object-position: 65% 50%;
	--lhc-service-hero-mobile-object-position: 58% 50%;
}

.lhc-service-detail[data-lhc-service="writing-support"] {
	--lhc-service-hero-object-position: 82% 50%;
	--lhc-service-hero-mobile-object-position: 76% 50%;
}

.lhc-service-detail[data-lhc-service="interview-coaching"] {
	--lhc-service-hero-object-position: 52% 50%;
	--lhc-service-hero-mobile-object-position: 54% 50%;
}

.lhc-service-detail[data-lhc-service="housing-support"] {
	--lhc-service-hero-object-position: 57% 50%;
	--lhc-service-hero-mobile-object-position: 54% 50%;
}

.lhc-service-detail__page {
	padding-bottom: clamp(48px, 6vw, 80px);
}

.lhc-service-detail__breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 18px 2px 14px;
	color: #718096;
	font-size: 13px;
}

.lhc-service-detail__breadcrumb a {
	color: #1687f8;
	text-decoration: none;
}

.lhc-service-detail__breadcrumb a:hover {
	text-decoration: underline;
}

.lhc-service-detail__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
	min-height: 520px;
	overflow: hidden;
	border: 1px solid rgba(19, 88, 140, 0.11);
	border-radius: 32px;
	background:
		radial-gradient(circle at 10% 15%, rgba(53, 199, 189, 0.18), transparent 30%),
		linear-gradient(135deg, #f3fbff 0%, #e9f7ff 52%, #eefaf6 100%);
	box-shadow: 0 22px 54px rgba(18, 73, 113, 0.11);
}

.lhc-service-detail__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(44px, 5vw, 76px);
}

.lhc-service-detail__hero-copy .lhc-home-v2__eyebrow {
	margin: 0 0 16px;
	color: #087960;
	letter-spacing: 0.14em;
}

.lhc-service-detail__hero h1 {
	max-width: 720px;
	margin: 0;
	color: #06244a;
	font-family: var(--lhc-type-display-family, Georgia, "Times New Roman", "Songti SC", SimSun, serif);
	font-size: var(--lhc-type-h1-size, clamp(36px, 3.3vw, 52px));
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: var(--lhc-type-h1-line-height, 1.08);
}

.lhc-service-detail__summary {
	max-width: 620px;
	margin: 24px 0 0;
	color: #40536b;
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.8;
}

.lhc-service-detail__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.lhc-service-detail__hero-media {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	background: linear-gradient(145deg, #dff3ff, #ccecdf);
}

.lhc-service-detail__hero-media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(222, 246, 255, 0.16), rgba(255, 255, 255, 0.04) 52%, rgba(230, 249, 244, 0.08));
	content: "";
	pointer-events: none;
}

.lhc-service-detail__hero-media picture,
.lhc-service-detail__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
}

.lhc-service-detail__hero-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: none;
	object-fit: cover;
	object-position: var(--lhc-service-hero-object-position);
	filter: brightness(1.02) saturate(0.95) contrast(0.98);
	transform: none;
}

.lhc-service-detail[data-lhc-service="writing-support"] .lhc-service-detail__hero-media img {
	filter: brightness(1.04) saturate(0.92) contrast(0.97);
}

.lhc-service-detail[data-lhc-service="interview-coaching"] .lhc-service-detail__hero-media img {
	filter: brightness(1.04) saturate(0.93) contrast(0.97);
}

.lhc-service-detail__section {
	padding: clamp(46px, 5vw, 68px) 0 0;
	background: #fff;
}

#lhc-service-scope {
	scroll-margin-top: 96px;
}

.lhc-service-detail__heading {
	max-width: 790px;
	margin: 0 auto 25px;
	text-align: center;
}

.lhc-service-detail__heading .lhc-home-v2__eyebrow {
	margin: 0 0 9px;
	color: #1687f8;
	letter-spacing: 0.13em;
}

.lhc-service-detail__heading h2 {
	font-weight: 800;
	margin: 0;
	color: #06244a;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h2-size);
	line-height: var(--lhc-type-h2-line-height);
}

.lhc-service-detail__two-column,
.lhc-service-detail__scope-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.lhc-service-detail__list-panel,
.lhc-service-detail__prose {
	padding: clamp(26px, 3vw, 38px);
	border: 1px solid rgba(19, 88, 140, 0.1);
	border-radius: 24px;
	background: #f8fbfd;
	box-shadow: 0 12px 32px rgba(18, 73, 113, 0.07);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.lhc-service-detail__list-panel--audience {
	background: linear-gradient(145deg, #effbf6, #f9fdfb);
}

.lhc-service-detail__list-panel--pain {
	background: linear-gradient(145deg, #fff8f2, #fffdfb);
}

.lhc-service-detail__list-panel--deliverables {
	background: linear-gradient(145deg, #f0f6ff, #fafcff);
}

.lhc-service-detail__list-panel h3 {
	font-weight: 700;
	margin: 0 0 18px;
	color: #0a315e;
	font-family: var(--lhc-type-display-family);
	font-size: clamp(20px, 1.7vw, 25px);
}

.lhc-service-detail__list-panel ul,
.lhc-service-detail__materials ul {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lhc-service-detail__list-panel li {
	position: relative;
	padding-left: 24px;
	color: #40536b;
	font-size: 15.5px;
	line-height: 1.7;
}

.lhc-service-detail__list-panel li::before {
	position: absolute;
	top: 0.7em;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #19a974;
	box-shadow: 0 0 0 5px rgba(25, 169, 116, 0.1);
	content: "";
}

.lhc-service-detail__list-panel--pain li::before {
	background: #f08a5d;
	box-shadow: 0 0 0 5px rgba(240, 138, 93, 0.11);
}

.lhc-service-detail__scope-grid {
	align-items: stretch;
}

.lhc-service-detail__prose {
	background: linear-gradient(145deg, #f9fcff, #fff);
	color: #40536b;
	font-size: 16px;
	line-height: 1.9;
}

.lhc-service-detail__prose p {
	margin: 0 0 18px;
}

.lhc-service-detail__prose p:last-child {
	margin-bottom: 0;
}

.lhc-service-detail__process ol {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lhc-service-detail__process li {
	position: relative;
	min-height: 205px;
	padding: 24px 20px;
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 22px;
	background: linear-gradient(155deg, #f3f9ff, #fff);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.lhc-service-detail__process li > span {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: #1687f8;
	box-shadow: 0 9px 18px rgba(22, 135, 248, 0.2);
	color: #fff;
	font-family: var(--lhc-type-display-family);
	font-size: 20px;
	font-weight: 700;
	place-items: center;
}

.lhc-service-detail__process li:nth-child(2) > span,
.lhc-service-detail__process li:nth-child(5) > span {
	background: #19a974;
	box-shadow: 0 9px 18px rgba(25, 169, 116, 0.2);
}

.lhc-service-detail__process li:nth-child(3) > span {
	background: #7c5ce6;
	box-shadow: 0 9px 18px rgba(124, 92, 230, 0.2);
}

.lhc-service-detail__process li:nth-child(4) > span {
	background: #f08a5d;
	box-shadow: 0 9px 18px rgba(240, 138, 93, 0.2);
}

.lhc-service-detail__process strong {
	font-weight: 700;
	display: block;
	color: #0a315e;
	font-size: 17.5px;
	line-height: 1.4;
}

.lhc-service-detail__process p {
	margin: 9px 0 0;
	color: #66768a;
	font-size: 14.5px;
	line-height: 1.65;
}

.lhc-service-detail__materials ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.lhc-service-detail__materials li {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 68px;
	padding: 15px 20px;
	border: 1px solid rgba(25, 169, 116, 0.14);
	border-radius: 17px;
	background: #f6fcf9;
	color: #294c45;
	transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.lhc-service-detail__materials li span {
	display: grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #dff6ed;
	color: #07845d;
	font-weight: 900;
	place-items: center;
}

.lhc-service-detail__boundary {
	display: grid;
	grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 60px);
	align-items: center;
	margin-top: clamp(46px, 5vw, 68px);
	padding: clamp(30px, 4vw, 52px);
	border: 1px solid rgba(22, 135, 248, 0.14);
	border-left: 6px solid #35c7bd;
	border-radius: 24px;
	background:
		radial-gradient(circle at 90% 8%, rgba(53, 199, 189, 0.13), transparent 30%),
		linear-gradient(135deg, #f1f9ff 0%, #f7fcff 52%, #f0fbf7 100%);
	box-shadow: 0 14px 36px rgba(18, 73, 113, 0.09);
	color: #06244a;
}

.lhc-service-detail__boundary span {
	color: #078462;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.lhc-service-detail__boundary h2 {
	font-weight: 800;
	margin: 8px 0 0;
	color: #06244a;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h2-size);
	line-height: var(--lhc-type-h2-line-height);
}

.lhc-service-detail__boundary p {
	margin: 0;
	color: #425a70;
	font-size: 16px;
	line-height: 1.9;
}

.lhc-service-detail__faq > div {
	max-width: 960px;
	margin: 0 auto;
	border-top: 1px solid rgba(19, 88, 140, 0.14);
}

.lhc-service-detail__faq details {
	border-bottom: 1px solid rgba(19, 88, 140, 0.14);
}

.lhc-service-detail__faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 21px 2px;
	color: #0a315e;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.lhc-service-detail__faq summary:focus-visible,
.lhc-service-detail__back:focus-visible {
	border-radius: 8px;
	outline: 3px solid rgba(22, 135, 248, 0.34);
	outline-offset: 4px;
}

.lhc-service-detail__faq summary::-webkit-details-marker {
	display: none;
}

.lhc-service-detail__faq summary span {
	color: #1687f8;
	font-size: 24px;
	font-weight: 400;
	transition: transform 180ms ease;
}

.lhc-service-detail__faq details[open] summary span {
	transform: rotate(45deg);
}

.lhc-service-detail__faq details p {
	max-width: 850px;
	margin: -5px 0 22px;
	color: #5c6e84;
	line-height: 1.8;
}

.lhc-service-detail__faq details[open] p {
	animation: lhcServiceFaqReveal 200ms ease both;
}

.lhc-service-detail__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	margin-top: clamp(56px, 7vw, 92px);
	padding: clamp(34px, 4.8vw, 62px);
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 30px;
	background:
		radial-gradient(circle at 94% 18%, rgba(53, 199, 189, 0.2), transparent 30%),
		linear-gradient(135deg, #edf8ff, #f3fbf8);
}

.lhc-service-detail__cta .lhc-home-v2__eyebrow {
	margin: 0 0 8px;
	color: #1687f8;
}

.lhc-service-detail__cta h2 {
	font-weight: 800;
	margin: 0;
	color: #06244a;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h2-size);
	line-height: var(--lhc-type-h2-line-height);
}

.lhc-service-detail__cta p:not(.lhc-home-v2__eyebrow) {
	max-width: 760px;
	margin: 14px 0 0;
	color: #53677d;
	line-height: 1.75;
}

.lhc-service-detail__cta > div:last-child {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.lhc-service-detail__back {
	color: #0a5ca8;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.lhc-service-detail__back:hover {
	text-decoration: underline;
}

/* NO.5 keeps the shared type scale and shell, but uses a distinct housing-route board. */
.lhc-service-detail[data-lhc-service="housing-support"] .lhc-service-detail__hero {
	grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
	background:
		radial-gradient(circle at 14% 12%, rgba(87, 201, 189, 0.2), transparent 30%),
		linear-gradient(135deg, #f4fbff 0%, #e8f7f8 54%, #edf9f4 100%);
}

.lhc-service-detail[data-lhc-service="housing-support"] .lhc-service-detail__hero-copy .lhc-home-v2__eyebrow {
	color: #0a786e;
}

.lhc-service-detail[data-lhc-service="housing-support"] .lhc-service-detail__hero-media img {
	filter: brightness(1.035) saturate(0.9) contrast(0.96);
}

#lhc-housing-match {
	scroll-margin-top: 96px;
}

.lhc-housing-match__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(28px, 5vw, 74px);
	align-items: end;
	margin-bottom: 24px;
}

.lhc-housing-match__intro .lhc-home-v2__eyebrow {
	margin: 0 0 9px;
	color: #0b8578;
	letter-spacing: 0.13em;
}

.lhc-housing-match__intro h2 {
	font-weight: 800;
	max-width: 760px;
	margin: 0;
	color: #06244a;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h2-size);
	line-height: var(--lhc-type-h2-line-height);
}

.lhc-housing-match__intro > div:first-child > p:last-child {
	max-width: 760px;
	margin: 15px 0 0;
	color: #596d80;
	line-height: 1.8;
}

.lhc-housing-match__choice {
	display: flex;
	gap: 8px;
	padding: 7px;
	border: 1px solid rgba(14, 117, 110, 0.13);
	border-radius: 999px;
	background: #eff9f7;
}

.lhc-housing-match__choice span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	color: #31586a;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.lhc-housing-match__choice span:first-child {
	background: #fff;
	box-shadow: 0 5px 16px rgba(17, 78, 104, 0.08);
	color: #075c76;
}

.lhc-housing-match__choice strong {
	font-weight: 700;
	color: #0d9488;
	font-family: var(--lhc-type-display-family);
	font-size: 12px;
}

.lhc-housing-match__board {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.68fr);
	overflow: hidden;
	border: 1px solid rgba(13, 103, 126, 0.14);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 20px 48px rgba(18, 73, 113, 0.1);
}

.lhc-housing-match__self {
	padding: clamp(28px, 3.6vw, 48px);
}

.lhc-housing-match__self header span,
.lhc-housing-match__assist > span {
	color: #0b8277;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.lhc-housing-match__self h3,
.lhc-housing-match__assist h3 {
	font-weight: 700;
	margin: 8px 0 0;
	color: #082d53;
	font-size: clamp(23px, 2vw, 31px);
	line-height: 1.3;
}

.lhc-housing-match__self form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 17px;
	margin-top: 27px;
}

.lhc-housing-match__self label {
	display: grid;
	gap: 8px;
}

.lhc-housing-match__self label > span {
	color: #2e4d65;
	font-size: 13px;
	font-weight: 700;
}

.lhc-housing-match__self select,
.lhc-housing-match__self input {
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	padding: 0 13px;
	border: 1px solid #cadbe4;
	border-radius: 12px;
	background: #f9fcfd;
	color: #183b56;
	font: inherit;
	font-size: 14px;
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lhc-housing-match__self select:focus,
.lhc-housing-match__self input:focus {
	border-color: #1687f8;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(22, 135, 248, 0.12);
	outline: none;
}

.lhc-housing-match__submit {
	display: flex;
	grid-column: 1 / -1;
	gap: 18px;
	align-items: center;
	margin-top: 5px;
}

.lhc-housing-match__submit p {
	max-width: 370px;
	margin: 0;
	color: #718294;
	font-size: 12.5px;
	line-height: 1.6;
}

.lhc-housing-match__unavailable {
	margin: 26px 0 0;
	padding: 18px;
	border-radius: 14px;
	background: #fff7e8;
	color: #725526;
	line-height: 1.7;
}

.lhc-housing-match__assist {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 3.3vw, 45px);
	background:
		radial-gradient(circle at 92% 8%, rgba(68, 201, 187, 0.22), transparent 34%),
		linear-gradient(155deg, #e9f8f5, #edf7ff);
}

.lhc-housing-match__assist::before {
	position: absolute;
	top: 36px;
	left: 0;
	width: 3px;
	height: calc(100% - 72px);
	border-radius: 999px;
	background: linear-gradient(#22b5a3, #1687f8);
	content: "";
}

.lhc-housing-match__assist p {
	margin: 15px 0 0;
	color: #536d7d;
	font-size: 14px;
	line-height: 1.75;
}

.lhc-housing-match__assist ul {
	display: grid;
	gap: 10px;
	margin: 20px 0 25px;
	padding: 0;
	list-style: none;
}

.lhc-housing-match__assist li {
	position: relative;
	padding-left: 19px;
	color: #264c5d;
	font-size: 13.5px;
	font-weight: 700;
}

.lhc-housing-match__assist li::before {
	position: absolute;
	top: 0.52em;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #18a996;
	content: "";
}

.lhc-housing-match__assist .lhc-home-v2__button {
	align-self: flex-start;
}

.lhc-housing-match__route {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 28px 0 0;
	padding: 0 20px;
	list-style: none;
}

.lhc-housing-match__route::before {
	position: absolute;
	top: 20px;
	right: 11%;
	left: 11%;
	height: 2px;
	background: linear-gradient(90deg, #8cc9ff, #77d6cb, #a6c4ee);
	content: "";
}

.lhc-housing-match__route li {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 9px;
	color: #284a64;
	font-size: 13px;
	text-align: center;
}

.lhc-housing-match__route span {
	display: grid;
	width: 40px;
	height: 40px;
	border: 2px solid #1687f8;
	border-radius: 50%;
	background: #fff;
	color: #0875d8;
	font-family: var(--lhc-type-display-family);
	font-size: 12px;
	font-weight: 700;
	place-items: center;
}

.lhc-housing-match__route li:nth-child(2) span,
.lhc-housing-match__route li:nth-child(3) span {
	border-color: #17a99a;
	color: #087d72;
}

.lhc-housing-match__route li:nth-child(4) span {
	border-color: #6488c7;
	color: #496ca8;
}

/* NO.6 uses a light language compass rather than another service-card grid. */
.lhc-service-detail[data-lhc-service="language-development"] .lhc-service-detail__hero {
	grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1.04fr);
	background:
		radial-gradient(circle at 12% 12%, rgba(255, 201, 92, 0.2), transparent 31%),
		linear-gradient(135deg, #fffaf0 0%, #eff9f7 53%, #eaf6ff 100%);
}

.lhc-service-detail[data-lhc-service="language-development"] .lhc-service-detail__hero-copy .lhc-home-v2__eyebrow {
	color: #ad6f09;
}

.lhc-service-detail[data-lhc-service="language-development"] .lhc-service-detail__hero-media {
	background: #e7f5f1;
}

.lhc-service-detail[data-lhc-service="language-development"] .lhc-service-detail__hero-media img {
	filter: brightness(1.025) saturate(0.9) contrast(0.96);
}

#lhc-language-path {
	scroll-margin-top: 96px;
}

.lhc-language-path__heading {
	/* v1.0.215：这里的两列比例（1 : 0.48）跟下面 .lhc-language-path__workspace
	   的两列比例（1.02 : 0.78）、列间距（54px vs 22px）都不一样，导致顶部说明
	   文字的起始位置跟下面右侧卡片的左边缘对不齐，视觉上像是"跑偏"了。这里
	   改成跟 workspace 完全一致的列比例和列间距，让两行的列边界严格对齐。 */
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
	gap: 28px 22px;
	align-items: end;
	margin-bottom: 25px;
}

.lhc-language-path__heading .lhc-home-v2__eyebrow {
	grid-column: 1 / -1;
	margin: 0 0 -18px;
	color: #a66b0a;
	letter-spacing: 0.13em;
}

.lhc-language-path__heading h2 {
	font-weight: 800;
	margin: 0;
	color: #06244a;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h2-size);
	line-height: var(--lhc-type-h2-line-height);
}

.lhc-language-path__heading > p:last-child {
	margin: 0;
	padding-left: 22px;
	border-left: 3px solid #e7aa37;
	color: #64778a;
	font-size: 14px;
	line-height: 1.75;
}

.lhc-language-path__workspace {
	/* v1.0.214 曾经改成 align-items:start，让两张卡片各自按内容高度收尾，
	   理由是当时两边内容量差太多（~100px），拉伸等高会留下一大块死空白。
	   但 v1.0.215/216 把标题、间距都压缩、两边内容量已经很接近之后，
	   align-items:start 反而暴露了另一个问题：具体差几像素会随浏览器实际
	   渲染的字体、行高而变化（这次是右边比左边高，上次是左边比右边高），
	   靠人工加减固定像素去猜，改一次只在当次的渲染环境下准，换个环境又会
	   差几像素，没完没了。现在两边内容量已经接近，改回 align-items:stretch
	   由浏览器强制两栏严格等高——这是唯一能保证下沿在任何浏览器、任何字体
	   渲染下都精确对齐的办法，不用再靠人工猜像素。 */
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
	align-items: stretch;
	gap: 22px;
}

.lhc-language-path__form {
	display: flex;
	flex-direction: column;
	/* 现在两栏由 align-items:stretch 强制等高，如果表单内容仍然比结果区略矮，
	   多出来的高度会平均分到"01 场景"块、提示条、"02/03 下拉"块之间，
	   而不是整块堆在卡片最下面。 */
	justify-content: space-between;
	border: 1px solid rgba(15, 102, 126, 0.14);
	border-radius: 28px;
	box-shadow: 0 20px 48px rgba(18, 73, 113, 0.1);
	padding: clamp(29px, 3.5vw, 48px);
	background:
		linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.95)),
		radial-gradient(circle at 8% 0, rgba(249, 195, 79, 0.22), transparent 35%);
}

.lhc-language-path__form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.lhc-language-path__form legend,
.lhc-language-path__selects label > span {
	display: flex;
	gap: 11px;
	align-items: center;
	color: #173d5d;
	font-size: 14px;
	font-weight: 800;
}

.lhc-language-path__form legend > span,
.lhc-language-path__selects b {
	font-weight: 700;
	display: grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff3d5;
	color: #a36600;
	font-family: var(--lhc-type-display-family);
	font-size: 11px;
	place-items: center;
}

.lhc-language-path__goals {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	/* v1.0.216：实测左边卡片比右边卡片下沿短了约 9px，这里跟下面几处
	   间距一起各加一点点，把差值补平，而不是集中加在一处显得突兀。 */
	margin-top: 20px;
}

.lhc-language-path__goals label {
	position: relative;
	cursor: pointer;
}

.lhc-language-path__goals input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.lhc-language-path__goals label > span {
	/* v1.0.214：原来 min-height:76px + padding:14px，对"申请考试"这类 4 个字的
	   短标签来说明显偏大、偏"胶囊"，缩小高度和内边距，视觉上更接近普通选项按钮。 */
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border: 1px solid #d5e2e7;
	border-radius: 12px;
	background: #f9fbfc;
	color: #496275;
	text-align: center;
	transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lhc-language-path__goals input:checked + span {
	border-color: #e5a52d;
	background: #fff8e8;
	box-shadow: 0 8px 20px rgba(190, 126, 12, 0.11);
	color: #794d00;
}

.lhc-language-path__goals input:focus-visible + span {
	outline: 3px solid rgba(22, 135, 248, 0.3);
	outline-offset: 3px;
}

.lhc-language-path__goals strong {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
}

.lhc-language-path__hint {
	/* v1.0.214：原来"01 场景"和"02/03 下拉"之间就是一段裸留白，缩小场景按钮后
	   这段空白更明显了。这里加一行提示文案，说明这个小工具是实时联动的，
	   既填补了视觉上的空当，也是有实际内容的说明，不是单纯凑数的装饰。 */
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 25px 0 0;
	padding: 12px 14px;
	border: 1px dashed rgba(22, 135, 248, 0.22);
	border-radius: 12px;
	background: rgba(22, 135, 248, 0.05);
	color: #3c5add;
	font-size: 12.5px;
	line-height: 1.6;
}

.lhc-language-path__hint::before {
	flex: 0 0 auto;
	content: "💡";
	font-size: 14px;
}

.lhc-language-path__selects {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 32px;
	padding-top: 30px;
	border-top: 1px solid rgba(12, 93, 122, 0.11);
}

.lhc-language-path__selects label {
	display: grid;
	gap: 10px;
}

.lhc-language-path__selects select {
	width: 100%;
	height: 48px;
	padding: 0 13px;
	border: 1px solid #cadbe4;
	border-radius: 12px;
	background: #f9fcfd;
	color: #173b57;
	font: inherit;
	font-size: 14px;
}

.lhc-language-path__selects select:focus {
	border-color: #1687f8;
	box-shadow: 0 0 0 4px rgba(22, 135, 248, 0.12);
	outline: none;
}

.lhc-language-path__result {
	/* v1.0.214：跟左边表单一样改成独立卡片（自己的圆角/边框/投影），
	   不再依赖 .lhc-language-path__workspace 上那一层共用的 overflow:hidden。 */
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid rgba(15, 102, 126, 0.14);
	border-radius: 28px;
	box-shadow: 0 20px 48px rgba(18, 73, 113, 0.1);
	/* v1.0.215：内边距原来比左边表单卡片大（clamp 30-54px vs 29-48px），
	   现在改成跟表单一致，两张卡片的内边距先统一，再配合下面标题/间距的压缩，
	   让右边卡片的高度尽量贴近左边卡片。 */
	padding: clamp(29px, 3.5vw, 48px);
	background:
		radial-gradient(circle at 92% 9%, rgba(255, 204, 105, 0.23), transparent 31%),
		linear-gradient(145deg, #eaf8f5 0%, #eef7ff 100%);
}

.lhc-language-path__result::before {
	position: absolute;
	top: 36px;
	bottom: 36px;
	left: 0;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(#e7a72f, #22aa9d, #1687f8);
	content: "";
}

.lhc-language-path__result > span {
	color: #9a660d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.lhc-language-path__result h3 {
	/* v1.0.215：原来 clamp(23px, 2.1vw, 32px)，在桌面宽度下接近 30px，
	   "先核对要求，再建立考试准备路径"这类 13-14 字的标题会被挤成两行，
	   字号偏大也是占用高度的主因。缩小字号后中文标题基本能收进一行
	   （英文标题本身句子长，仍会换行，属于正常情况）。 */
	font-weight: 700;
	margin: 8px 0 0;
	color: #082f55;
	font-size: clamp(19px, 1.7vw, 24px);
	line-height: 1.32;
}

.lhc-language-path__result > p:not(.lhc-language-path__timing) {
	margin: 12px 0 0;
	color: #526b7d;
	font-size: 14px;
	line-height: 1.7;
}

.lhc-language-path__result ul {
	display: grid;
	gap: 8px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.lhc-language-path__result li {
	position: relative;
	padding-left: 20px;
	color: #234d5f;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.45;
}

.lhc-language-path__result li::before {
	position: absolute;
	top: 0.55em;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #18a796;
	content: "";
}

.lhc-language-path__timing {
	margin: 16px 0 0;
	padding: 12px 14px;
	border: 1px solid rgba(22, 135, 248, 0.1);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.68);
	color: #4f6577;
	font-size: 12.5px;
	line-height: 1.6;
}

.lhc-language-path__result .lhc-home-v2__button {
	align-self: flex-start;
	margin-top: 18px;
}

.lhc-language-path__tracks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 22px 0 0;
	padding: 0;
	border: 1px solid rgba(13, 103, 126, 0.11);
	border-radius: 18px;
	background: #fbfdfe;
	list-style: none;
}

.lhc-language-path__tracks li {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	min-height: 74px;
	padding: 15px;
	color: #294b63;
	font-size: 13.5px;
}

.lhc-language-path__tracks li + li {
	border-left: 1px solid rgba(13, 103, 126, 0.11);
}

.lhc-language-path__tracks span {
	color: #b06c00;
	font-family: var(--lhc-type-display-family);
	font-size: 12px;
}

@media (hover: hover) and (pointer: fine) {
	.lhc-service-detail__list-panel:hover,
	.lhc-service-detail__prose:hover {
		border-color: rgba(22, 135, 248, 0.2);
		box-shadow: 0 17px 38px rgba(18, 73, 113, 0.1);
		transform: translateY(-3px);
	}

	.lhc-service-detail__process li:hover {
		border-color: rgba(22, 135, 248, 0.24);
		box-shadow: 0 15px 32px rgba(18, 73, 113, 0.1);
		transform: translateY(-3px);
	}

	.lhc-service-detail__materials li:hover {
		border-color: rgba(25, 169, 116, 0.26);
		box-shadow: 0 12px 26px rgba(25, 119, 87, 0.09);
		transform: translateY(-2px);
	}
}

.lhc-motion-ready .lhc-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition:
		opacity 480ms ease var(--lhc-reveal-delay, 0ms),
		transform 480ms ease var(--lhc-reveal-delay, 0ms);
}

.lhc-motion-ready .lhc-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.lhc-motion-ready .lhc-service-detail__process li {
	opacity: 0;
	transform: translateY(12px);
	transition:
		opacity 360ms ease,
		transform 360ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease;
}

.lhc-motion-ready .lhc-service-detail__process.is-visible li {
	opacity: 1;
	transform: translateY(0);
}

.lhc-motion-ready .lhc-service-detail__process.is-visible li:nth-child(2) {
	transition-delay: 55ms;
}

.lhc-motion-ready .lhc-service-detail__process.is-visible li:nth-child(3) {
	transition-delay: 110ms;
}

.lhc-motion-ready .lhc-service-detail__process.is-visible li:nth-child(4) {
	transition-delay: 165ms;
}

.lhc-motion-ready .lhc-service-detail__process.is-visible li:nth-child(5) {
	transition-delay: 220ms;
}

@media (hover: hover) and (pointer: fine) {
	.lhc-motion-ready .lhc-service-detail__process.is-visible li:hover {
		transform: translateY(-3px);
	}
}

@keyframes lhcServiceFaqReveal {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1050px) {
	.lhc-service-detail__hero {
		grid-template-columns: 1fr 0.88fr;
	}

	.lhc-service-detail__process ol {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lhc-service-detail[data-lhc-service="housing-support"] .lhc-service-detail__hero {
		grid-template-columns: 1fr 0.92fr;
	}

	.lhc-housing-match__board {
		grid-template-columns: 1fr;
	}

	.lhc-housing-match__assist::before {
		top: 0;
		right: 32px;
		left: 32px;
		width: auto;
		height: 3px;
	}

	.lhc-service-detail[data-lhc-service="language-development"] .lhc-service-detail__hero {
		grid-template-columns: 1fr 0.92fr;
	}

	.lhc-language-path__workspace {
		grid-template-columns: 1fr;
	}

	.lhc-language-path__result::before {
		top: 0;
		right: 32px;
		bottom: auto;
		left: 32px;
		width: auto;
		height: 3px;
	}
}

@media (max-width: 820px) {
	.lhc-service-detail__hero {
		grid-template-columns: 1fr;
	}

	.lhc-service-detail__hero-copy {
		padding: 42px 30px;
	}

	.lhc-service-detail__hero-media {
		min-height: 380px;
	}

	.lhc-service-detail__two-column,
	.lhc-service-detail__scope-grid {
		grid-template-columns: 1fr;
	}

	.lhc-service-detail__boundary {
		grid-template-columns: 1fr;
	}

	.lhc-service-detail__cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.lhc-service-detail__cta > div:last-child {
		align-items: flex-start;
	}

	.lhc-housing-match__intro {
		grid-template-columns: 1fr;
	}

	.lhc-housing-match__choice {
		justify-self: start;
	}

	.lhc-housing-match__self form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lhc-language-path__heading {
		grid-template-columns: 1fr;
	}

	.lhc-language-path__heading .lhc-home-v2__eyebrow {
		margin-bottom: -16px;
	}

	.lhc-language-path__heading > p:last-child {
		max-width: 620px;
	}
}

@media (max-width: 620px) {
	.lhc-service-detail__breadcrumb {
		overflow: hidden;
		white-space: nowrap;
	}

	.lhc-service-detail__breadcrumb span:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.lhc-service-detail__hero {
		min-height: 0;
		border-radius: 22px;
	}

	.lhc-service-detail__hero-copy {
		padding: 36px 22px;
	}

	.lhc-service-detail__hero-media {
		min-height: 320px;
	}

	.lhc-service-detail__hero-media img {
		width: 100%;
		object-position: var(--lhc-service-hero-mobile-object-position);
		transform: none;
	}

	.lhc-service-detail__hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.lhc-service-detail__hero-actions .lhc-home-v2__button {
		justify-content: center;
		width: 100%;
	}

	.lhc-service-detail__process ol,
	.lhc-service-detail__materials ul {
		grid-template-columns: 1fr;
	}

	.lhc-service-detail__process li {
		display: grid;
		grid-template-columns: 46px 1fr;
		gap: 15px;
		min-height: 0;
		padding: 20px;
	}

	.lhc-service-detail__process li > span {
		margin: 0;
	}

	.lhc-service-detail__list-panel,
	.lhc-service-detail__prose,
	.lhc-service-detail__boundary,
	.lhc-service-detail__cta {
		border-radius: 21px;
	}

	.lhc-housing-match__choice {
		width: 100%;
		box-sizing: border-box;
	}

	.lhc-housing-match__choice span {
		flex: 1 1 0;
		justify-content: center;
		padding: 10px 8px;
	}

	.lhc-housing-match__board {
		border-radius: 21px;
	}

	.lhc-housing-match__self,
	.lhc-housing-match__assist {
		padding: 26px 20px;
	}

	.lhc-housing-match__self form {
		grid-template-columns: 1fr;
	}

	.lhc-housing-match__submit {
		align-items: stretch;
		flex-direction: column;
	}

	.lhc-housing-match__submit .lhc-home-v2__button {
		justify-content: center;
		width: 100%;
	}

	.lhc-housing-match__route {
		grid-template-columns: 1fr;
		gap: 13px;
		padding: 0;
	}

	.lhc-housing-match__route::before {
		top: 18px;
		bottom: 18px;
		left: 19px;
		width: 2px;
		height: auto;
	}

	.lhc-housing-match__route li {
		grid-template-columns: 40px 1fr;
		justify-items: start;
		align-items: center;
		text-align: left;
	}

	.lhc-language-path__form,
	.lhc-language-path__result {
		border-radius: 21px;
		padding: 27px 20px;
	}

	.lhc-language-path__goals,
	.lhc-language-path__selects,
	.lhc-language-path__tracks {
		grid-template-columns: 1fr;
	}

	.lhc-language-path__goals label > span {
		min-height: 58px;
	}

	.lhc-language-path__tracks li {
		justify-content: flex-start;
		min-height: 58px;
	}

	.lhc-language-path__tracks li + li {
		border-top: 1px solid rgba(13, 103, 126, 0.11);
		border-left: 0;
	}

	.lhc-language-path__result .lhc-home-v2__button {
		justify-content: center;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lhc-service-detail,
	.lhc-service-detail *,
	.lhc-service-detail *::before,
	.lhc-service-detail *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		transition-delay: 0ms !important;
	}

	.lhc-motion-ready .lhc-reveal,
	.lhc-motion-ready .lhc-service-detail__process li {
		opacity: 1;
		transform: none;
	}
}

@media print {
	.lhc-motion-ready .lhc-reveal,
	.lhc-motion-ready .lhc-service-detail__process li {
		opacity: 1 !important;
		transform: none !important;
	}
}
