.lhc-content-shell {
	--lhc-home-blue: var(--lhc-brand-blue);
	--lhc-home-navy: #06244a;
	--lhc-home-teal: #35c7bd;
	--lhc-home-ink: #0b1f3a;
	--lhc-home-muted: #617089;
	--lhc-home-border: rgba(13, 71, 123, 0.14);
	--lhc-home-page: min(90vw, 1320px);
	--lhc-content-page-max: 1320px;
	--lhc-content-section-gap: clamp(36px, 4.2vw, 56px);
	--lhc-type-display-family: Georgia, "Times New Roman", "NSimSun", "新宋体", SimSun, "宋体", serif;
	--lhc-type-h1-size: clamp(36px, 3.3vw, 52px);
	--lhc-type-h1-line-height: 1.1;
	--lhc-type-h2-size: clamp(24px, 2.1vw, 30px);
	--lhc-type-body-size: 16px;
	width: 100%;
	background: #fff;
	color: var(--lhc-home-ink);
	font-size: 15.5px;
	line-height: 1.6;
	overflow-x: clip;
}

.lhc-content-shell,
.lhc-content-shell *,
.lhc-content-shell *::before,
.lhc-content-shell *::after {
	box-sizing: border-box;
}

#header,
#headerimg,
#page > hr,
#footer,
.lhc-template__header,
.lhc-inner-header,
.wp-block-post-title,
.entry-title,
.page-title,
h1.wp-block-post-title {
	display: none !important;
}

body.lhc-content-page-shell,
body.lhc-content-page-shell #page,
body.lhc-content-page-shell .lhc-template,
body.lhc-content-page-shell .lhc-template__content,
body.lhc-content-page-shell .lhc-template__article,
body.lhc-content-page-shell .lhc-template__body {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
}

body.lhc-content-page-shell :where(.wp-site-blocks, main, .site-main, .content-area, .entry-content, .wp-block-post-content, .wp-block-shortcode, .is-layout-constrained, .alignwide, .alignfull),
body:has(.lhc-content-shell) :where(.wp-site-blocks, main, .site-main, .content-area, .entry-content, .wp-block-post-content, .wp-block-shortcode, .is-layout-constrained, .alignwide, .alignfull) {
	width: 100% !important;
	max-width: none !important;
	margin-block-start: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	background-color: #fff !important;
}

body.lhc-content-page-shell :where(.has-global-padding, .wp-block-post-content.has-global-padding, .entry-content.has-global-padding),
body:has(.lhc-content-shell) :where(.has-global-padding, .wp-block-post-content.has-global-padding, .entry-content.has-global-padding) {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.lhc-content-page-shell :where(.wp-block-post-title, .entry-title, .page-title, h1.wp-block-post-title, main > h1:first-child, .site-main > h1:first-child, .content-area > h1:first-child),
body:has(.lhc-content-shell) :where(.wp-block-post-title, .entry-title, .page-title, h1.wp-block-post-title, main > h1:first-child, .site-main > h1:first-child, .content-area > h1:first-child),
body.lhc-content-page-shell :where(.wp-site-blocks > header, .wp-site-blocks > .wp-block-template-part[area='header'], .wp-block-template-part[area='header'], header.wp-block-template-part, .site-header, #masthead),
body:has(.lhc-content-shell) :where(.wp-site-blocks > header, .wp-site-blocks > .wp-block-template-part[area='header'], .wp-block-template-part[area='header'], header.wp-block-template-part, .site-header, #masthead) {
	display: none !important;
}

.lhc-content-shell .lhc-content-shell__header {
	width: var(--lhc-home-page) !important;
	max-width: var(--lhc-content-page-max) !important;
	margin-inline: auto !important;
	padding: 12px 0 !important;
}

body.lhc-content-page-shell .lhc-content-shell > .lhc-content-shell__header,
body.lhc-content-page-shell .lhc-content-shell > .lhc-content-page,
body:has(.lhc-content-shell) .lhc-content-shell > .lhc-content-shell__header,
body:has(.lhc-content-shell) .lhc-content-shell > .lhc-content-page {
	width: min(90vw, 1320px) !important;
	max-width: 1320px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.lhc-content-shell__header .lhc-home-v2__nav a.is-active {
	position: relative;
	color: var(--lhc-home-blue);
}

.lhc-content-shell__header .lhc-home-v2__nav a.is-active::after {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 2px;
	border-radius: 999px;
	background: var(--lhc-home-blue);
	content: "";
}

.lhc-content-page {
	width: var(--lhc-home-page) !important;
	max-width: var(--lhc-content-page-max) !important;
	margin: 0 auto !important;
	padding: 0 0 clamp(44px, 5vw, 72px);
	background: #fff;
	color: var(--lhc-home-navy);
}

.lhc-content-page--visual {
	display: grid;
	gap: var(--lhc-content-section-gap);
}

/* Keep each Hero's visual subject centred through one shared focal-point system. */
.lhc-content-page--planning,
.lhc-content-page--stories,
.lhc-content-page--arrival {
	--lhc-hero-focus: center center;
}

.lhc-content-page--about {
	--lhc-hero-focus: center 25%;
}

.lhc-visual-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
	min-height: clamp(340px, 38vh, 460px);
	padding: clamp(34px, 5vw, 58px) clamp(28px, 4vw, 56px);
	border: 0;
	border-radius: 8px;
	background: #f7fbff;
	overflow: visible;
}

.lhc-visual-hero::before {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 92% 18%, rgba(22, 135, 248, 0.13), transparent 28%), radial-gradient(circle at 88% 86%, rgba(53, 199, 189, 0.12), transparent 26%);
	content: "";
	pointer-events: none;
}

.lhc-visual-hero--planning,
.lhc-visual-hero--services {
	background: #06244a;
	color: #fff;
}

.lhc-visual-hero--planning::before {
	background: radial-gradient(circle at 85% 16%, rgba(93, 202, 165, 0.22), transparent 28%), radial-gradient(circle at 58% 90%, rgba(83, 74, 183, 0.20), transparent 30%);
}

.lhc-visual-hero--services::before {
	background: radial-gradient(circle at 82% 18%, rgba(93, 202, 165, 0.22), transparent 30%), radial-gradient(circle at 8% 92%, rgba(83, 74, 183, 0.16), transparent 28%);
}

.lhc-visual-hero--arrival {
	background: #e1f5ee;
	color: var(--lhc-home-navy);
}

.lhc-visual-hero--about {
	background: #f7fcff;
	color: var(--lhc-home-navy);
}

.lhc-visual-hero--about::before {
	background: radial-gradient(circle at 82% 18%, rgba(93, 202, 165, 0.16), transparent 30%), radial-gradient(circle at 8% 90%, rgba(6, 36, 74, 0.18), transparent 32%);
}

.lhc-visual-hero__copy,
.lhc-visual-hero__media {
	position: relative;
	z-index: 1;
}

.lhc-visual-hero h1 {
	max-width: 455px;
	margin: 0 0 14px;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h1-size);
	font-weight: 700;
	line-height: var(--lhc-type-h1-line-height);
	letter-spacing: 0;
}

.lhc-visual-hero p {
	max-width: 590px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 15.5px;
	line-height: 1.68;
}

.lhc-visual-hero--arrival p {
	color: #4f635d;
}

.lhc-visual-hero--about p {
	color: #51647a;
}

.lhc-visual-hero .lhc-home-v2__eyebrow {
	color: var(--lhc-home-teal);
}

.lhc-visual-hero--stories .lhc-home-v2__eyebrow {
	color: #c9962e;
}

.lhc-visual-hero--about .lhc-home-v2__eyebrow {
	color: #9fe1cb;
}

.lhc-visual-hero__media {
	min-height: clamp(260px, 28vw, 390px);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: var(--lhc-hero-image);
	background-position: var(--lhc-hero-focus, center center);
	background-size: cover;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
	overflow: visible;
	-webkit-mask-image: radial-gradient(ellipse at center, #000 54%, rgba(0, 0, 0, 0.82) 72%, transparent 100%);
	mask-image: radial-gradient(ellipse at center, #000 54%, rgba(0, 0, 0, 0.82) 72%, transparent 100%);
}

.lhc-visual-hero--arrival .lhc-visual-hero__media {
	border-color: rgba(15, 110, 86, 0.16);
	box-shadow: 0 18px 40px rgba(15, 110, 86, 0.12);
}

.lhc-visual-hero__panel {
	position: absolute;
	right: 22px;
	bottom: 22px;
	display: grid;
	gap: 8px;
	max-width: 320px;
	padding: 18px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--lhc-home-navy);
	box-shadow: 0 16px 36px rgba(6, 36, 74, 0.16);
}

.lhc-visual-hero__panel strong {
	font-weight: 700;
	font-size: 17px;
}

.lhc-visual-hero__panel span {
	color: var(--lhc-home-muted);
	font-weight: 750;
	line-height: 1.45;
}

.lhc-content-page--planning .lhc-visual-hero__media {
	border-color: rgba(93, 202, 165, 0.22);
	background-image: linear-gradient(135deg, rgba(42, 68, 104, 0.92), rgba(15, 110, 86, 0.34)), var(--lhc-hero-image, none);
	background-blend-mode: multiply;
}

.lhc-content-page--arrival .lhc-visual-hero {
	grid-template-columns: 1fr;
	justify-items: start;
	min-height: clamp(460px, 42vw, 560px);
	background: #06244a;
	text-align: left;
	isolation: isolate;
}

.lhc-content-page--arrival .lhc-visual-hero__copy {
	max-width: 560px;
	z-index: 2;
	display: grid;
	justify-items: start;
}

.lhc-content-page--arrival .lhc-visual-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	min-height: 100%;
	border: 0;
	border-radius: inherit;
	background-image: linear-gradient(90deg, rgba(6, 36, 74, 0.66) 0%, rgba(6, 36, 74, 0.40) 35%, rgba(6, 36, 74, 0.12) 66%, rgba(6, 36, 74, 0.04) 100%), linear-gradient(180deg, rgba(6, 36, 74, 0.06) 0%, rgba(6, 36, 74, 0.16) 100%), var(--lhc-hero-image, none);
	background-position: var(--lhc-hero-focus, center center);
	background-size: cover;
	box-shadow: none;
	filter: brightness(1.03) contrast(1.06) saturate(1.03);
	opacity: 1;
	-webkit-mask-image: none;
	mask-image: none;
}

.lhc-content-page--arrival .lhc-visual-hero__panel {
	display: none;
}

.lhc-content-page--arrival .lhc-visual-hero h1 {
	max-width: 560px;
	color: #ffffff;
	text-shadow: 0 4px 18px rgba(6, 36, 74, 0.34);
}

.lhc-content-page--arrival .lhc-visual-hero p {
	max-width: 540px;
	color: rgba(255, 255, 255, 0.90);
	text-shadow: 0 2px 12px rgba(6, 36, 74, 0.32);
}

.lhc-content-page--arrival .lhc-visual-hero .lhc-home-v2__eyebrow {
	color: #9fe1cb;
	text-shadow: 0 2px 10px rgba(6, 36, 74, 0.34);
}

.lhc-content-page--arrival .lhc-content-page__actions {
	justify-content: flex-start;
}

.lhc-content-page--services .lhc-visual-hero {
	min-height: clamp(360px, 42vh, 480px);
}

.lhc-content-page--services .lhc-visual-hero__media {
	display: grid;
	min-height: clamp(220px, 22vw, 310px);
	place-items: center;
	border: 1px solid rgba(93, 202, 165, 0.20);
	background-image: radial-gradient(circle, rgba(93, 202, 165, 0.18) 0 28%, transparent 29% 42%, rgba(93, 202, 165, 0.22) 43% 44%, transparent 45% 61%, rgba(83, 74, 183, 0.20) 62% 63%, transparent 64%) !important;
	background-color: rgba(15, 110, 86, 0.18);
	box-shadow: none;
	-webkit-mask-image: none;
	mask-image: none;
}

.lhc-content-page--services .lhc-visual-hero__media::before,
.lhc-content-page--services .lhc-visual-hero__media::after {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: #5dcaa5;
	box-shadow: 92px 84px 0 #f0997b, 0 168px 0 #534ab7, -92px 84px 0 #5dcaa5;
	content: "";
}

.lhc-content-page--services .lhc-visual-hero__media::before {
	top: 62px;
	left: 50%;
	transform: translateX(-50%);
}

.lhc-content-page--services .lhc-visual-hero__media::after {
	display: none;
}

.lhc-content-page--services .lhc-visual-hero__panel {
	position: static;
	justify-items: center;
	max-width: 220px;
	background: transparent;
	box-shadow: none;
	color: #5dcaa5;
	text-align: center;
	text-transform: uppercase;
}

.lhc-content-page--services .lhc-visual-hero__panel span {
	display: none;
}

.lhc-content-page--services {
	gap: var(--lhc-content-section-gap);
}

.lhc-services-hero {
	position: relative;
	overflow: visible;
	min-height: clamp(410px, 42vw, 560px);
	padding: clamp(58px, 6vw, 86px) clamp(28px, 5vw, 72px) clamp(38px, 4.5vw, 62px);
	border: 0;
	border-radius: 8px;
	background-image:
		linear-gradient(90deg, rgba(6, 36, 74, 0.48) 0%, rgba(6, 36, 74, 0.30) 36%, rgba(6, 36, 74, 0.10) 68%, rgba(6, 36, 74, 0.02) 100%),
		linear-gradient(180deg, rgba(6, 36, 74, 0.03) 0%, rgba(6, 36, 74, 0.12) 100%),
		url("../images/services-hero-hk-skyline.webp");
	background-position: center;
	background-size: cover;
	text-align: left;
	isolation: isolate;
}

.lhc-services-hero::before {
	display: none;
}

.lhc-services-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: start;
	width: min(50%, 640px);
	transform: translateY(clamp(30px, 4vw, 54px));
}

.lhc-services-hero .lhc-home-v2__eyebrow {
	display: inline-flex;
	width: max-content;
	margin-bottom: 20px;
	padding: 6px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: #0b7a72;
	box-shadow: 0 12px 28px rgba(6, 36, 74, 0.08);
	font-size: 13px;
	font-weight: 820;
	letter-spacing: 0.08em;
}

.lhc-services-hero h1 {
	max-width: 600px;
	margin: 0;
	color: #ffffff;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h1-size);
	font-weight: 700;
	line-height: var(--lhc-type-h1-line-height);
	text-shadow: 0 4px 18px rgba(6, 36, 74, 0.34);
}

.lhc-services-hero p {
	max-width: 560px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.90);
	font-size: 16px;
	font-weight: 560;
	line-height: 1.82;
	text-shadow: 0 2px 12px rgba(6, 36, 74, 0.32);
}

.lhc-services-hero .lhc-content-page__actions {
	justify-content: center;
	margin-top: 28px;
}

.lhc-services-hero__facts {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: clamp(14px, 2vw, 24px);
	width: min(100%, 820px);
	margin-top: clamp(64px, 7vw, 96px);
}

.lhc-services-hero__facts a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 50px;
	padding: 12px 28px;
	border: 1px solid rgba(22, 135, 248, 0.18);
	border-radius: 999px;
	background: #ffffff;
	color: #17335a;
	font-size: clamp(15px, 1.3vw, 18px);
	font-weight: 820;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(6, 36, 74, 0.08);
	transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
	transform-origin: center;
}

.lhc-services-hero__facts a:hover {
	border-color: rgba(22, 135, 248, 0.34);
	background: rgba(255, 255, 255, 0.86);
	color: #1687f8;
	box-shadow: 0 18px 42px rgba(22, 135, 248, 0.16);
	transform: translateY(-5px) scale(1.03);
}

.lhc-services-hero__facts a:nth-child(2) {
	background: #ffffff;
	transition-delay: 0.03s;
}

.lhc-services-hero__facts a:nth-child(3) {
	background: #ffffff;
	transition-delay: 0.06s;
}

#lhc-services-entry,
#lhc-services-modules,
#lhc-services-packages {
	scroll-margin-top: 96px;
}

.lhc-content-page--services .lhc-visual-section {
	padding: 0;
}

.lhc-content-page--services .lhc-visual-heading,
.lhc-content-page--services .lhc-home-v2__section-heading {
	justify-items: center;
	text-align: center;
}

.lhc-content-page--services .lhc-visual-heading .lhc-home-v2__eyebrow {
	color: #0b7a72;
	font-size: 13px;
	font-weight: 820;
	letter-spacing: 0.08em;
}

.lhc-content-page--services .lhc-visual-heading h2 {
	color: #06244a;
}

.lhc-content-page--services .lhc-service-grid {
	gap: 26px;
}

.lhc-content-page--services .lhc-service-card {
	position: relative;
	display: grid;
	min-height: 330px;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(18, 32, 54, 0.04);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.lhc-content-page--services .lhc-service-card:hover {
	border-color: rgba(22, 135, 248, 0.28);
	box-shadow: 0 20px 40px rgba(18, 32, 54, 0.10);
	transform: translateY(-6px);
}

.lhc-content-page--services .lhc-service-card__image {
	position: relative;
	aspect-ratio: 2 / 1;
	min-height: 0;
	overflow: hidden;
	background: #f2f8f4;
}

.lhc-content-page--services .lhc-service-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.002);
	transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.lhc-content-page--services .lhc-service-card:hover .lhc-service-card__image img {
	transform: scale(1.035);
}

.lhc-content-page--services .lhc-service-card--purple .lhc-service-card__image {
	background: #f6f2fd;
}

.lhc-content-page--services .lhc-service-card--coral .lhc-service-card__image {
	background: #fff3ef;
}

@media (prefers-reduced-motion: reduce) {
	.lhc-content-page--services .lhc-service-card__image img {
		transition: none;
	}

	.lhc-content-page--services .lhc-service-card:hover .lhc-service-card__image img {
		transform: scale(1.002);
	}
}

@media (max-width: 899px) {
	.lhc-content-page--services .lhc-service-card__image {
		height: clamp(240px, 47vw, 320px);
		aspect-ratio: auto;
	}
}

@media (max-width: 640px) {
	.lhc-content-page--services .lhc-service-card__image {
		height: clamp(220px, 52vw, 290px);
	}
}

.lhc-content-page--services .lhc-service-card__body {
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 26px 24px 28px;
}

.lhc-content-page--services .lhc-visual-tag {
	display: inline-flex;
	width: max-content;
	max-width: 100%;
	padding: 4px 11px;
	border-radius: 999px;
	background: #eaf6ee;
	color: #2f7a4d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.lhc-content-page--services .lhc-service-card--purple .lhc-visual-tag {
	background: #f1edfb;
	color: #6b4fa0;
}

.lhc-content-page--services .lhc-service-card--coral .lhc-visual-tag {
	background: #fbede9;
	color: #c1573e;
}

.lhc-content-page--services .lhc-service-card h3 {
	margin: 0;
	color: #122036;
	font-size: 20px;
	font-weight: 800;
}

.lhc-content-page--services .lhc-service-card p {
	margin: 0;
	color: #5c6c80;
	font-size: 14px;
	line-height: 1.78;
}

.lhc-content-page--services .lhc-service-card a {
	align-self: end;
	width: max-content;
	margin-top: 8px;
	padding-bottom: 3px;
	border-bottom: 0;
	color: #2f7a4d;
	font-size: 14px;
	font-weight: 700;
}

.lhc-content-page--services .lhc-service-card a::after {
	content: " →";
}

.lhc-content-page--services .lhc-service-card--purple a {
	color: #6b4fa0;
}

.lhc-content-page--services .lhc-service-card--coral a {
	color: #c1573e;
}

.lhc-content-page--services .lhc-module-grid {
	gap: 18px;
	padding: 18px;
	border: 1px solid rgba(22, 135, 248, 0.08);
	border-radius: 12px;
	background: linear-gradient(180deg, #f8fcff, #f1f9ff);
}

.lhc-content-page--services .lhc-module-card {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	gap: 15px;
	min-height: 252px;
	padding: 26px;
	overflow: hidden;
	border: 1px solid rgba(22, 135, 248, 0.09);
	border-radius: 12px;
	background: var(--lhc-module-bg, none) center / cover no-repeat, #fff;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.lhc-content-page--services .lhc-module-card > * {
	position: relative;
	z-index: 1;
}

.lhc-content-page--services .lhc-module-card:hover {
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
	transform: translateY(-6px);
}

.lhc-content-page--services .lhc-module-card:hover,
.lhc-content-page--services .lhc-module-card:has(.lhc-module-card__detail[open]) {
	z-index: 4;
}

.lhc-content-page--services .lhc-module-card .lhc-visual-icon {
	justify-content: start;
	width: max-content;
	height: auto;
	border-radius: 0;
	background: transparent;
	color: #2f5745;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.98),
		0 2px 0 rgba(34, 76, 57, 0.22),
		0 7px 14px rgba(6, 36, 74, 0.22);
	transition: transform 0.25s ease;
}

.lhc-content-page--services .lhc-module-card:hover .lhc-visual-icon {
	transform: rotate(3deg);
}

.lhc-content-page--services .lhc-module-card--application .lhc-visual-icon {
	color: #2f5745;
	font-family: "FangSong_GB2312", "仿宋_GB2312", FangSong, "Microsoft YaHei", "微软雅黑", serif;
}

.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(-n + 3) .lhc-visual-icon {
	color: #b95516;
	font-weight: 600;
	text-shadow: none;
}

.lhc-content-page--services .lhc-module-card--life .lhc-visual-icon {
	color: #3a6f90;
	font-family: "NSimSun", "新宋体", SimSun, "Microsoft YaHei", "微软雅黑", serif;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.98),
		0 2px 0 rgba(58, 111, 144, 0.24),
		0 7px 14px rgba(6, 36, 74, 0.22);
}

.lhc-content-page--services .lhc-module-card--growth .lhc-visual-icon {
	color: #916f4a;
	font-family: "LiSu", "隶书", "Microsoft YaHei", "微软雅黑", serif;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.98),
		0 2px 0 rgba(145, 111, 74, 0.26),
		0 7px 14px rgba(6, 36, 74, 0.22);
}

.lhc-content-page--services .lhc-module-card h3 {
	position: relative;
	margin: 0;
	width: max-content;
	max-width: 100%;
	font-size: 23px;
	line-height: 1.22;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.92);
	transition: color 0.25s ease, transform 0.25s ease;
}

.lhc-content-page--services .lhc-module-card--application h3 {
	color: #2f5745;
	font-family: "KaiTi_GB2312", "楷体_GB2312", KaiTi, "Microsoft YaHei", "微软雅黑", serif;
	font-weight: 700;
}

.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(-n + 3) h3 {
	color: #b95516;
	font-weight: 600;
	text-shadow: none;
}

.lhc-content-page--services .lhc-module-card--application h3::after {
	display: inline-block;
	width: 34px;
	height: 1px;
	margin-left: 10px;
	background: currentColor;
	transform: translateY(-5px) rotate(-8deg);
	content: "";
}

.lhc-content-page--services .lhc-module-card--life h3 {
	padding-bottom: 8px;
	color: #3a6f90;
	border-bottom: 1px solid rgba(58, 111, 144, 0.55);
	font-family: "NSimSun", "新宋体", SimSun, "Microsoft YaHei", "微软雅黑", serif;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.lhc-content-page--services .lhc-module-card--growth h3 {
	color: #916f4a;
	font-family: "LiSu", "隶书", "Microsoft YaHei", "微软雅黑", serif;
	font-weight: 700;
}

.lhc-content-page--services .lhc-module-card--growth h3::before {
	display: inline-block;
	width: 16px;
	height: 24px;
	margin-right: 8px;
	border-left: 2px solid rgba(145, 111, 74, 0.74);
	border-bottom: 1px solid rgba(145, 111, 74, 0.52);
	border-radius: 0 0 0 14px;
	transform: translateY(5px) rotate(-16deg);
	content: "";
}

.lhc-content-page--services .lhc-module-card:hover h3 {
	transform: scale(1.05);
}

.lhc-content-page--services .lhc-module-card--application:hover h3 {
	color: #386b54;
}

.lhc-content-page--services .lhc-module-card--life:hover h3 {
	color: #4585ad;
}

.lhc-content-page--services .lhc-module-card--growth:hover h3 {
	color: #aa8459;
}

.lhc-content-page--services .lhc-module-card > p {
	margin: 0;
	color: #33465a;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.78);
}

.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(-n + 3) > p {
	color: #8f3f12;
	font-weight: 400;
	text-shadow: none;
}

.lhc-content-page--services .lhc-module-card--growth > p {
	color: #394730;
}

.lhc-content-page--services .lhc-module-card__detail {
	position: relative;
	align-self: end;
	width: max-content;
	max-width: 100%;
}

.lhc-content-page--services .lhc-module-card__detail summary {
	display: inline-flex;
	cursor: pointer;
	list-style: none;
}

.lhc-content-page--services .lhc-module-card__detail summary::-webkit-details-marker {
	display: none;
}

.lhc-content-page--services .lhc-module-card__detail summary span {
	display: inline-flex;
	max-width: 100%;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #2f5745;
	font-family: "FangSong_GB2312", "仿宋_GB2312", FangSong, "Microsoft YaHei", "微软雅黑", serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.92),
		0 4px 12px rgba(6, 36, 74, 0.16);
}

.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(-n + 3) .lhc-module-card__detail summary span {
	color: #b95516;
	font-weight: 400;
	text-shadow: none;
}

.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(1) .lhc-module-card__detail summary span,
.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(3) .lhc-module-card__detail summary span {
	color: #ffffff;
	text-shadow: none;
}

.lhc-content-page--services .lhc-module-card--life .lhc-module-card__detail summary span {
	clip-path: none;
	background: transparent;
	color: #3a6f90;
	font-family: "NSimSun", "新宋体", SimSun, "Microsoft YaHei", "微软雅黑", serif;
}

.lhc-content-page--services .lhc-module-card--growth .lhc-module-card__detail summary span {
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #916f4a;
	font-family: SimHei, "黑体", "Microsoft YaHei", "微软雅黑", sans-serif;
}

.lhc-content-page--services .lhc-module-card__detail div {
	position: absolute;
	right: 0;
	bottom: calc(100% + 10px);
	z-index: 3;
	width: min(260px, 72vw);
	padding: 14px;
	border: 1px solid rgba(6, 36, 74, 0.10);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 42px rgba(6, 36, 74, 0.14);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.lhc-content-page--services .lhc-module-card__detail[open] div {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.lhc-content-page--services .lhc-module-card__detail div strong {
	display: block;
	margin-bottom: 6px;
	color: #06244a;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
}

.lhc-content-page--services .lhc-module-card__detail div p {
	color: #52687f;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.55;
}

.lhc-content-page--services .lhc-module-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding: 20px;
	border-color: rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: #f5fbff;
}

.lhc-content-page--services .lhc-module-card {
	gap: 13px;
	min-height: 238px;
	padding: 26px 28px 24px;
	border-color: rgba(6, 36, 74, 0.08);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.86) 52%, rgba(255, 255, 255, 0.54) 100%),
		var(--lhc-module-bg, none) center / cover no-repeat,
		#ffffff;
	box-shadow: 0 14px 30px rgba(6, 36, 74, 0.08);
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.lhc-content-page--services .lhc-module-card::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: #1687f8;
	content: "";
}

.lhc-content-page--services .lhc-module-card--life::before {
	background: #16a085;
}

.lhc-content-page--services .lhc-module-card--growth::before {
	background: #7b61c8;
}

.lhc-content-page--services .lhc-module-card:hover {
	box-shadow: 0 22px 44px rgba(6, 36, 74, 0.13);
	transform: translateY(-4px);
}

.lhc-content-page--services .lhc-module-card .lhc-visual-icon,
.lhc-content-page--services .lhc-module-card--application .lhc-visual-icon,
.lhc-content-page--services .lhc-module-card--life .lhc-visual-icon,
.lhc-content-page--services .lhc-module-card--growth .lhc-visual-icon,
.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(-n + 3) .lhc-visual-icon {
	color: #55708a;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-shadow: none;
	transform: none;
}

.lhc-content-page--services .lhc-module-card:hover .lhc-visual-icon {
	transform: none;
}

.lhc-content-page--services .lhc-module-card h3,
.lhc-content-page--services .lhc-module-card--application h3,
.lhc-content-page--services .lhc-module-card--life h3,
.lhc-content-page--services .lhc-module-card--growth h3,
.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(-n + 3) h3 {
	padding: 0;
	border: 0;
	color: #06244a;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 23px;
	font-weight: 850;
	letter-spacing: 0;
	text-shadow: none;
	transform: none;
}

.lhc-content-page--services .lhc-module-card--life h3 {
	color: #0b6f61;
}

.lhc-content-page--services .lhc-module-card--growth h3 {
	color: #6148a9;
}

.lhc-content-page--services .lhc-module-card h3::before,
.lhc-content-page--services .lhc-module-card h3::after {
	display: none;
}

.lhc-content-page--services .lhc-module-card:hover h3,
.lhc-content-page--services .lhc-module-card--application:hover h3,
.lhc-content-page--services .lhc-module-card--life:hover h3,
.lhc-content-page--services .lhc-module-card--growth:hover h3 {
	color: #06244a;
	transform: none;
}

.lhc-content-page--services .lhc-module-card--life:hover h3 {
	color: #0b6f61;
}

.lhc-content-page--services .lhc-module-card--growth:hover h3 {
	color: #6148a9;
}

.lhc-content-page--services .lhc-module-card > p,
.lhc-content-page--services .lhc-module-card--growth > p,
.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(-n + 3) > p {
	color: #304a63;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
	text-shadow: none;
}

.lhc-content-page--services .lhc-module-card__detail summary span,
.lhc-content-page--services .lhc-module-card--life .lhc-module-card__detail summary span,
.lhc-content-page--services .lhc-module-card--growth .lhc-module-card__detail summary span,
.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(-n + 3) .lhc-module-card__detail summary span,
.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(1) .lhc-module-card__detail summary span,
.lhc-content-page--services .lhc-module-grid .lhc-module-card:nth-child(3) .lhc-module-card__detail summary span {
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: #0a4e8f;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-shadow: none;
	box-shadow: 0 8px 20px rgba(6, 36, 74, 0.08);
}

.lhc-content-page--services .lhc-module-card--life .lhc-module-card__detail summary span {
	color: #0b6f61;
}

.lhc-content-page--services .lhc-module-card--growth .lhc-module-card__detail summary span {
	color: #6148a9;
}

.lhc-content-page--services .lhc-module-card__link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: 14px;
	padding: 9px 15px;
	border-radius: 999px;
	background: rgba(6, 36, 74, 0.88);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease;
}

.lhc-content-page--services .lhc-module-card__link::after {
	margin-left: 7px;
	content: "→";
}

.lhc-content-page--services .lhc-module-card__link:hover {
	background: #1687f8;
	color: #fff;
	transform: translateY(-2px);
}

.lhc-services-delivery {
	padding: clamp(28px, 3.4vw, 42px) clamp(24px, 4vw, 46px) clamp(28px, 3vw, 40px) !important;
	border-radius: 8px;
	background: linear-gradient(180deg, #f7fcff 0%, #eef8ff 100%) !important;
	color: #06244a;
}

.lhc-services-delivery .lhc-visual-heading {
	margin-bottom: -6px;
}

.lhc-services-delivery .lhc-visual-heading h2 {
	color: #06244a;
}

.lhc-services-delivery .lhc-visual-heading .lhc-home-v2__eyebrow {
	color: #0b7a72;
}

.lhc-services-rail {
	display: grid;
	gap: 0;
}

.lhc-services-rail__svg {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: -12px;
	overflow: visible;
}

.lhc-services-rail__track {
	stroke: rgba(54, 199, 183, 0.95);
	stroke-width: 4;
	stroke-linecap: round;
	stroke-dasharray: 14 16;
	animation: lhcServicesRailFlow 1.45s linear infinite;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.14));
}

.lhc-services-rail__node circle {
	fill: #1687f8;
	stroke: #fff;
	stroke-width: 4;
}

.lhc-services-rail__node--green circle,
.lhc-services-rail__node--finish circle {
	fill: #36c7b7;
}

.lhc-services-rail__node--amber circle {
	fill: #ff9b32;
}

.lhc-services-rail__node--purple circle,
.lhc-services-rail__node--blue circle {
	fill: #1687f8;
}

.lhc-services-rail__node text {
	fill: #fff;
	font-family: Manrope, Arial, sans-serif;
	font-size: 16px;
	font-weight: 850;
}

.lhc-services-rail__steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-top: -4px;
}

.lhc-services-rail__step {
	text-align: center;
}

.lhc-services-rail__step small {
	display: block;
	margin-bottom: 6px;
	color: #08716b;
	font-size: 13.5px;
	font-weight: 850;
	letter-spacing: 0.14em;
}

.lhc-services-rail__step strong {
	display: block;
	margin-bottom: 6px;
	color: #06244a;
	font-size: clamp(19px, 1.75vw, 23px);
	font-weight: 880;
}

.lhc-services-rail__step p {
	max-width: 205px;
	margin: 0 auto;
	color: #284867;
	font-size: 15px;
	line-height: 1.55;
}

@keyframes lhcServicesNumberPulse {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}
	45% {
		transform: translateY(-3px) scale(1.06);
	}
}

@keyframes lhcServicesRailFlow {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -30;
	}
}

.lhc-content-page--about .lhc-visual-hero {
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	min-height: clamp(430px, 43vw, 560px);
	padding: clamp(44px, 5.2vw, 70px) clamp(30px, 4vw, 56px);
	background: linear-gradient(135deg, #f7fcff 0%, #eef9f6 54%, #ffffff 100%);
	color: var(--lhc-home-navy);
}

.lhc-content-page--about .lhc-visual-hero h1 {
	font-weight: 700;
	max-width: 620px;
	font-size: var(--lhc-type-h1-size);
	line-height: var(--lhc-type-h1-line-height);
}

.lhc-content-page--about .lhc-content-page__actions {
	display: flex;
}

.lhc-content-page--about .lhc-visual-hero__media {
	display: grid;
	overflow: hidden;
	min-height: clamp(280px, 30vw, 390px);
	place-items: end start;
	border: 1px solid rgba(22, 135, 248, 0.12);
	background-image: linear-gradient(180deg, rgba(18, 32, 54, 0) 55%, rgba(18, 32, 54, 0.28) 100%), var(--lhc-hero-image, none) !important;
	background-position: var(--lhc-hero-focus, center 22%);
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 20px 46px rgba(18, 32, 54, 0.12);
	-webkit-mask-image: none !important;
	mask-image: none !important;
}

.lhc-content-page--about .lhc-visual-hero__panel {
	position: static;
	justify-items: start;
	margin: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 28px rgba(18, 32, 54, 0.12);
	color: var(--lhc-home-navy);
	text-align: left;
}

.lhc-content-page--about .lhc-visual-hero__panel strong {
	font-weight: 700;
	color: var(--lhc-home-navy);
	font-size: var(--lhc-type-h2-size);
}

.lhc-content-page--about .lhc-visual-hero__panel span {
	color: #0f6e56;
}

.lhc-content-page--stories .lhc-visual-hero {
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	min-height: clamp(430px, 48vh, 540px);
	padding: clamp(44px, 5.2vw, 70px) clamp(30px, 4vw, 56px);
	background: #f7f9fc;
	color: var(--lhc-home-navy);
}

.lhc-content-page--stories .lhc-visual-hero::before {
	background: radial-gradient(circle at 92% 16%, rgba(22, 135, 248, 0.10), transparent 28%), radial-gradient(circle at 8% 92%, rgba(93, 202, 165, 0.08), transparent 30%);
}

.lhc-content-page--stories .lhc-visual-hero h1 {
	font-weight: 700;
	max-width: 520px;
	font-size: var(--lhc-type-h1-size);
	line-height: var(--lhc-type-h1-line-height);
}

.lhc-content-page--stories .lhc-visual-hero p:not(.lhc-home-v2__eyebrow) {
	max-width: 470px;
	color: #5c6c80;
	font-size: 15px;
	line-height: 1.82;
}

.lhc-content-page--stories .lhc-visual-hero__media {
	min-height: clamp(280px, 28vw, 370px);
	border-color: #e4e9f1;
	background-image: linear-gradient(180deg, rgba(18, 32, 54, 0) 62%, rgba(18, 32, 54, 0.16) 100%), var(--lhc-hero-image, none);
	background-blend-mode: normal;
	box-shadow: 0 18px 44px rgba(18, 32, 54, 0.12);
	-webkit-mask-image: none;
	mask-image: none;
}

.lhc-content-page--about .lhc-visual-heading {
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.lhc-content-page--services .lhc-visual-heading {
	max-width: 780px;
	margin-inline: auto;
	justify-items: center;
	text-align: center;
}

.lhc-content-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.lhc-visual-section {
	display: grid;
	gap: clamp(22px, 3vw, 34px);
}

.lhc-visual-heading {
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.lhc-visual-heading h2 {
	margin: 0;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h2-size);
	font-weight: 800;
	line-height: var(--lhc-type-h2-line-height);
	letter-spacing: 0;
}

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

.lhc-journey__item {
	position: relative;
	display: grid;
	gap: 10px;
	min-height: 220px;
	padding: 20px;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(6, 36, 74, 0.055);
}

.lhc-journey__item:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -14px;
	width: 18px;
	height: 2px;
	background: #5dcaa5;
	content: "";
}

.lhc-journey__item small {
	color: var(--lhc-home-muted);
	font-weight: 850;
}

.lhc-visual-icon {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 8px;
	background: #e1f5ee;
	color: #0f6e56;
	font-weight: 850;
}

.lhc-journey__item--purple .lhc-visual-icon,
.lhc-service-card--purple .lhc-visual-icon,
.lhc-module-card--purple .lhc-visual-icon {
	background: #eeedfe;
	color: #534ab7;
}

.lhc-journey__item--amber .lhc-visual-icon,
.lhc-service-card--amber .lhc-visual-icon,
.lhc-module-card--amber .lhc-visual-icon {
	background: #faeeda;
	color: #ba7517;
}

.lhc-service-card--coral .lhc-visual-icon {
	background: #faece7;
	color: #993c1d;
}

.lhc-journey__item--blue .lhc-visual-icon {
	background: #e6f1fb;
	color: #185fa5;
}

.lhc-journey__item--finish {
	background: #0f6e56;
	color: #fff;
}

.lhc-journey__item--finish p,
.lhc-journey__item--finish small {
	color: rgba(255, 255, 255, 0.78);
}

.lhc-journey__item strong,
.lhc-service-card h3,
.lhc-arrival-card h3,
.lhc-story-card h3 {
	font-weight: 700;
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
}

.lhc-journey__item p,
.lhc-service-card p,
.lhc-arrival-card p,
.lhc-story-card p,
.lhc-checklist p,
.lhc-content-page__cta p {
	margin: 0;
	color: var(--lhc-home-muted);
	font-size: 15.5px;
	line-height: 1.68;
}

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

.lhc-service-card {
	display: grid;
	overflow: hidden;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(6, 36, 74, 0.06);
}

.lhc-service-card__image {
	min-height: 160px;
	background-color: #eef7ff;
	background-image: var(--lhc-hero-image);
	background-position: center;
	background-size: cover;
}

.lhc-service-card__body {
	display: grid;
	gap: 12px;
	padding: 22px;
}

.lhc-service-card a,
.lhc-arrival-card a {
	color: var(--lhc-home-blue);
	font-weight: 850;
	text-decoration: none;
}

.lhc-stat-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	padding: 18px;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-radius: 8px;
	background: #f7fbff;
}

.lhc-stat-strip__item {
	display: grid;
	gap: 4px;
	padding: 18px;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.lhc-stat-strip__item strong {
	font-weight: 700;
	color: var(--lhc-home-blue);
	font-size: var(--lhc-type-h2-size);
	line-height: 1.2;
}

.lhc-stat-strip__item span {
	color: var(--lhc-home-muted);
	font-weight: 750;
}

.lhc-content-page--stories .lhc-story-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 0;
}

.lhc-content-page--stories .lhc-story-filter input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.lhc-content-page--stories .lhc-story-filter label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 17px;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-radius: 999px;
	background: #fff;
	color: var(--lhc-home-muted);
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.lhc-content-page--stories .lhc-story-filter label:hover,
.lhc-content-page--stories .lhc-story-filter input:checked + label {
	border-color: rgba(22, 135, 248, 0.32);
	background: #eaf6ff;
	color: var(--lhc-home-navy);
	transform: translateY(-2px);
}

.lhc-content-page--stories .lhc-story-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.lhc-content-page--stories .lhc-story-card {
	display: grid;
	grid-template-rows: clamp(258px, 22vw, 310px) auto;
	overflow: hidden;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(6, 36, 74, 0.065);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.lhc-content-page--stories .lhc-story-card:hover {
	border-color: rgba(22, 135, 248, 0.24);
	box-shadow: 0 22px 48px rgba(6, 36, 74, 0.11);
	transform: translateY(-6px);
}

.lhc-content-page--stories .lhc-story-card__photo {
	min-height: 190px;
	background-color: #eaf3fb;
	background-image: linear-gradient(180deg, rgba(7, 31, 61, 0.08), rgba(7, 31, 61, 0.22)), var(--lhc-hero-image);
	background-position: var(--lhc-hero-position, center top);
	background-size: cover;
}

.lhc-content-page--stories .lhc-story-card > div:last-child {
	display: flex;
	flex-direction: column;
	padding: 22px;
}

.lhc-content-page--stories .lhc-story-card__tag {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #eaf6ee;
	color: #16775a;
	font-size: 13px;
	font-weight: 850;
}

.lhc-content-page--stories .lhc-story-card h3 {
	margin: 0 0 10px;
	color: var(--lhc-home-navy);
	font-family: var(--lhc-type-body-family);
	font-size: 20px;
	font-weight: 800;
	line-height: var(--lhc-type-h3-line-height);
}

.lhc-content-page--stories .lhc-story-card p {
	margin: 0 0 12px;
	color: #53667e;
	font-size: 15px;
	line-height: 1.75;
}

.lhc-content-page--stories .lhc-story-card__quote {
	position: relative;
	padding-left: 14px;
	border-left: 3px solid #ff9635;
	color: #26313f;
	font-weight: 650;
}

.lhc-content-page--stories .lhc-story-card__detail-text {
	padding-top: 12px;
	border-top: 1px solid rgba(13, 71, 123, 0.10);
}

.lhc-content-page--stories .lhc-story-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.lhc-content-page--stories .lhc-story-card__badges small {
	padding: 6px 10px;
	border-radius: 999px;
	background: #f5f8fb;
	color: #496176;
	font-size: 12px;
	font-weight: 800;
}

.lhc-content-page--stories .lhc-story-card__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 16px;
	color: #0b5ed7;
	font-size: 13.5px;
	font-weight: 750;
	text-decoration: none;
}

.lhc-content-page--stories .lhc-story-card__cta span {
	flex: 0 0 auto;
	color: #146c94;
	white-space: nowrap;
}

.lhc-content-page--stories .lhc-story-card__cta:hover,
.lhc-content-page--stories .lhc-story-card__cta:hover span {
	color: #ff9635;
}

.lhc-content-page--stories .lhc-story-filter:has(#lhc-story-filter-ug:checked) ~ .lhc-story-grid .lhc-story-card:not([data-cat="ug"]),
.lhc-content-page--stories .lhc-story-filter:has(#lhc-story-filter-pg:checked) ~ .lhc-story-grid .lhc-story-card:not([data-cat="pg"]),
.lhc-content-page--stories .lhc-story-filter:has(#lhc-story-filter-cross:checked) ~ .lhc-story-grid .lhc-story-card:not([data-cat="cross"]),
.lhc-content-page--stories .lhc-story-filter:has(#lhc-story-filter-transfer:checked) ~ .lhc-story-grid .lhc-story-card:not([data-cat="transfer"]),
.lhc-content-page--stories .lhc-story-filter:has(#lhc-story-filter-arrival:checked) ~ .lhc-story-grid .lhc-story-card:not([data-cat="arrival"]) {
	display: none;
}

.lhc-content-page--stories .lhc-story-filter:not(:has(#lhc-story-filter-all:checked)) ~ .lhc-story-grid .lhc-story-card {
	grid-column: span 3;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
	grid-template-rows: auto;
}

.lhc-arrival-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	padding: 14px;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(6, 36, 74, 0.045);
}

.lhc-arrival-tags a {
	padding: 8px 14px;
	border-radius: 999px;
	color: var(--lhc-home-muted);
	font-weight: 800;
	text-decoration: none;
}

.lhc-arrival-tags .is-active {
	background: #1687F8;
	color: #fff;
}

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

.lhc-arrival-card {
	display: grid;
	grid-template-columns: minmax(160px, 0.42fr) minmax(0, 0.58fr);
	gap: 18px;
	min-height: 250px;
	padding: 18px;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(6, 36, 74, 0.055);
}

.lhc-arrival-card:last-child {
	grid-column: 1 / -1;
}

.lhc-arrival-card__image {
	border-radius: 8px;
	background-color: #e1f5ee;
	background-image: var(--lhc-hero-image);
	background-position: center;
	background-size: cover;
}

.lhc-arrival-card__body {
	display: grid;
	gap: 10px;
}

.lhc-arrival-card__body span {
	color: #0f6e56;
	font-weight: 850;
}

.lhc-arrival-card ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lhc-arrival-card li {
	position: relative;
	padding-left: 18px;
	color: var(--lhc-home-muted);
}

.lhc-arrival-card li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--lhc-home-teal);
	content: "";
}

.lhc-arrival-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	padding: 14px;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(6, 36, 74, 0.045);
}

.lhc-arrival-filter__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.lhc-arrival-filter__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 15px;
	border: 1px solid rgba(13, 71, 123, 0.10);
	border-radius: 999px;
	background: #ffffff;
	color: var(--lhc-home-muted);
	cursor: pointer;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.lhc-arrival-filter__label:hover {
	border-color: rgba(22, 135, 248, 0.28);
	color: #0d477b;
	transform: translateY(-2px);
}

.lhc-arrival-filter__input:checked + .lhc-arrival-filter__label {
	border-color: rgba(22, 135, 248, 0.28);
	background: #1687F8;
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(22, 135, 248, 0.22);
}

.lhc-content-page--arrival:has(#lhc-arrival-filter-housing:checked) .lhc-arrival-card:not([data-cat="housing"]),
.lhc-content-page--arrival:has(#lhc-arrival-filter-roommate:checked) .lhc-arrival-card:not([data-cat="roommate"]),
.lhc-content-page--arrival:has(#lhc-arrival-filter-secondhand:checked) .lhc-arrival-card:not([data-cat="secondhand"]),
.lhc-content-page--arrival:has(#lhc-arrival-filter-documents:checked) .lhc-arrival-card:not([data-cat="documents"]),
.lhc-content-page--arrival:has(#lhc-arrival-filter-banking:checked) .lhc-arrival-card:not([data-cat="banking"]),
.lhc-content-page--arrival:has(#lhc-arrival-filter-transport:checked) .lhc-arrival-card:not([data-cat="transport"]),
.lhc-content-page--arrival:has(#lhc-arrival-filter-daily:checked) .lhc-arrival-card:not([data-cat="daily"]),
.lhc-content-page--arrival:has(#lhc-arrival-filter-community:checked) .lhc-arrival-card:not([data-cat="community"]),
.lhc-content-page--arrival:has(#lhc-arrival-filter-career:checked) .lhc-arrival-card:not([data-cat="career"]) {
	display: none;
}

.lhc-content-page--arrival .lhc-arrival-tags {
	display: none;
}

.lhc-content-page--arrival .lhc-arrival-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.lhc-content-page--arrival .lhc-arrival-card,
.lhc-content-page--arrival .lhc-arrival-card:last-child {
	position: relative;
	display: grid;
	grid-column: auto;
	grid-template-columns: 1fr;
	grid-template-rows: 168px 1fr;
	gap: 0;
	min-height: 410px;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(13, 71, 123, 0.11);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(6, 36, 74, 0.07);
	transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.lhc-content-page--arrival .lhc-arrival-card:hover,
.lhc-content-page--arrival .lhc-arrival-card:focus-within {
	border-color: rgba(22, 135, 248, 0.24);
	box-shadow: 0 24px 54px rgba(6, 36, 74, 0.13);
	transform: translateY(-5px);
}

.lhc-content-page--arrival .lhc-arrival-card__image {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background-color: #eaf7f3;
	transition: transform 0.34s ease, filter 0.34s ease;
}

.lhc-content-page--arrival .lhc-arrival-card__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(6, 36, 74, 0.10) 100%);
	content: "";
}

.lhc-content-page--arrival .lhc-arrival-card:hover .lhc-arrival-card__image {
	filter: brightness(1.04) saturate(1.04);
	transform: scale(1.035);
}

/* v1.0.185：卡片按钮对不齐——根因是这层 __body 一直是 display:grid（继承自
   文件靠前的基础规则），几行内容（标题/正文/清单/按钮）各自独立成一个网格
   行，行数按内容自动收紧，多出来的高度全部落在"最后一行之后"的空白区，而
   不是被按钮吃掉；按钮身上原来那句 align-self:end 在网格里其实没用（它管
   的是"按钮所在行内部"的对齐，可那一行本身已经贴合按钮高度，没有多余空
   间可对齐）。改成 flex 纵向排列 + 按钮 margin-top:auto，让按钮把行与行
   之间剩下的空间统统"吃掉"、始终贴住卡片底边——这正是同一个文件里
   .lhc-content-page--stories .lhc-story-card__cta 已经在用的做法，这里直
   接照搬保持写法一致。 */
.lhc-content-page--arrival .lhc-arrival-card__body {
	display: flex;
	flex-direction: column;
	gap: 11px;
	padding: 22px 22px 24px;
}

/* Card title: was 23px/850 -- larger than even the page-level generic H3
   token (20px), sitting directly above 14px body text and a 12px badge.
   That's the same "raw heading token applied inside a dense card" pattern
   this codebase has repeatedly needed to walk back elsewhere (see the
   .lhc-listing-card / .lhc-contact-protection comments in frontend.css) --
   standardized to the same 18px/700 the rest of the site's grid-card
   titles converged on, so a heading reads the same weight and size
   whether it's a housing listing card, a contact box, or this arrival
   card. The language-badge <span> that used to sit under this title is
   gone entirely (see render_arrival_cards() in
   class-life-hub-content-pages.php) -- it repeated the same card's own
   category name in the OTHER language, which is what actually read as
   "mixed Chinese/English" on an otherwise single-language page. */
.lhc-content-page--arrival .lhc-arrival-card__body h3 {
	margin: 0;
	color: #06244a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.lhc-content-page--arrival .lhc-arrival-card__body p {
	margin: 0;
	color: #4d647d;
	font-size: 14px;
	line-height: 1.68;
}

.lhc-content-page--arrival .lhc-arrival-card ul {
	gap: 7px;
	margin-top: 2px;
}

.lhc-content-page--arrival .lhc-arrival-card li {
	color: #5e7187;
	font-size: 13px;
	line-height: 1.45;
}

.lhc-content-page--arrival .lhc-arrival-card a {
	align-self: flex-start;
	width: max-content;
	margin-top: auto;
	padding: 9px 14px;
	border-radius: 999px;
	background: #1687f8;
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(22, 135, 248, 0.16);
	transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.lhc-content-page--arrival .lhc-arrival-card a:hover {
	background: #0d73df;
	box-shadow: 0 14px 30px rgba(22, 135, 248, 0.24);
	transform: translateY(-2px);
}

.lhc-checklist {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lhc-checklist li {
	display: grid;
	gap: 8px;
	padding: 20px;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-radius: 8px;
	background: #f7fbff;
}

.lhc-checklist strong {
	font-weight: 700;
	color: var(--lhc-home-blue);
	font-size: 14px;
}

.lhc-checklist span {
	font-size: 18px;
	font-weight: 850;
}

.lhc-content-page--arrival .lhc-checklist {
	position: relative;
	gap: 20px;
	padding: 18px;
	border: 1px solid rgba(22, 135, 248, 0.10);
	border-radius: 8px;
	background: linear-gradient(180deg, #f8fcff 0%, #eef8ff 100%);
}

.lhc-content-page--arrival .lhc-checklist li {
	position: relative;
	min-height: 180px;
	padding: 24px 24px 22px;
	border-color: rgba(13, 71, 123, 0.10);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 12px 28px rgba(6, 36, 74, 0.05);
}

.lhc-content-page--arrival .lhc-checklist li::before {
	position: absolute;
	top: 0;
	left: 24px;
	width: 46px;
	height: 4px;
	border-radius: 999px;
	background: #1687f8;
	content: "";
}

.lhc-content-page--arrival .lhc-checklist strong {
	color: #1687f8;
	font-size: 14px;
	font-weight: 900;
}

.lhc-content-page--arrival .lhc-checklist span {
	color: #06244a;
	font-size: 20px;
	line-height: 1.25;
}

.lhc-content-page--arrival .lhc-checklist p {
	color: #62758b;
	font-size: 15px;
	line-height: 1.7;
}

.lhc-module-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.lhc-module-card {
	display: grid;
	gap: 12px;
	min-height: 190px;
	padding: 22px;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(6, 36, 74, 0.05);
}

.lhc-module-card h3,
.lhc-package-card strong {
	font-weight: 700;
	margin: 0;
	font-size: 19px;
	line-height: 1.25;
}

.lhc-module-card p,
.lhc-package-card p,
.lhc-package-card li,
.lhc-about-story p,
.lhc-timeline p,
.lhc-value-grid p,
.lhc-team-grid p,
.lhc-contact-grid p {
	margin: 0;
	color: var(--lhc-home-muted);
	font-size: 15.5px;
	line-height: 1.68;
}

.lhc-module-card small {
	color: #0f6e56;
	font-weight: 850;
}

.lhc-module-card--coral .lhc-visual-icon {
	background: #faece7;
	color: #993c1d;
}

.lhc-module-card--blue .lhc-visual-icon {
	background: #e6f1fb;
	color: #185fa5;
}

.lhc-package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	align-items: end;
}

.lhc-package-card {
	position: relative;
	display: grid;
	gap: 16px;
	padding: 32px 28px;
	border: 1px solid #e4e9f1;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(18, 32, 54, 0.04);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lhc-package-card:hover {
	box-shadow: 0 16px 34px rgba(18, 32, 54, 0.08);
	transform: translateY(-5px);
}

.lhc-package-card:nth-child(2) {
	padding: 40px 28px;
	border-color: #d9cef5;
	background: #f1edfb;
	color: #122036;
	box-shadow: 0 22px 46px rgba(107, 79, 160, 0.16);
	transform: scale(1.04);
}

.lhc-package-card:nth-child(2):hover {
	transform: scale(1.04) translateY(-5px);
}

.lhc-ribbon {
	position: absolute;
	top: -13px;
	left: 28px;
	display: inline-flex;
	width: max-content;
	padding: 5px 10px;
	border-radius: 999px;
	background: #c9962e;
	color: #122036;
	font-size: 12px;
	font-weight: 800;
}

.lhc-package-card strong {
	display: block;
	color: #122036;
	font-size: 20px;
	font-weight: 850;
}

.lhc-package-card p {
	min-height: 46px;
	margin: 0;
	color: #5c6c80;
	font-size: 14px;
	line-height: 1.75;
}

.lhc-coverage {
	display: flex;
	gap: 5px;
	margin-bottom: 4px;
}

.lhc-coverage span {
	height: 4px;
	flex: 1;
	border-radius: 999px;
	background: #e4e9f1;
}

.lhc-coverage span.on {
	background: #c9962e;
}

.lhc-package-card ul {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lhc-package-card li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 0;
	border-top: 1px solid #e4e9f1;
	color: #122036;
	font-size: 14px;
}

.lhc-package-card li:first-child {
	border-top: 0;
}

.lhc-package-card li::before {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: none;
	border-radius: 999px;
	background: #eaf6ee;
	color: #2f7a4d;
	content: "✓";
	font-size: 11px;
	font-weight: 800;
}

.lhc-package-cta {
	display: block;
	margin-top: 2px;
	padding: 11px;
	border: 1px solid #122036;
	border-radius: 6px;
	color: #122036;
	font-size: 14px;
	font-weight: 750;
	text-align: center;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lhc-package-cta:hover {
	background: #122036;
	color: #fff;
}

.lhc-package-card:nth-child(2) .lhc-package-cta {
	border-color: #c9962e;
	background: #c9962e;
	color: #122036;
}

.lhc-package-card:nth-child(2) .lhc-package-cta:hover {
	border-color: #dda845;
	background: #dda845;
}

.lhc-about-story {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
	gap: clamp(28px, 4vw, 54px);
	align-items: center;
	padding: clamp(28px, 3.8vw, 46px);
	border-radius: 8px;
	background: #fff;
}

.lhc-about-story h2 {
	margin: 0 0 18px;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h2-size);
	font-weight: 800;
	line-height: var(--lhc-type-h2-line-height);
}

.lhc-about-story blockquote {
	margin: 0;
	padding: clamp(24px, 3vw, 36px);
	border-radius: 8px;
	background: #e1f5ee;
	color: var(--lhc-home-navy);
}

.lhc-about-story blockquote p {
	color: var(--lhc-home-navy);
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 800;
	line-height: 1.45;
}

.lhc-about-story cite {
	display: block;
	margin-top: 18px;
	color: #0f6e56;
	font-style: normal;
	font-weight: 850;
}

.lhc-timeline-section {
	padding: clamp(28px, 3.8vw, 46px);
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: linear-gradient(135deg, #f7fcff 0%, #eef9f6 100%);
}

.lhc-timeline {
	display: grid;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lhc-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 18px;
}

.lhc-timeline li:not(:last-child)::after {
	position: absolute;
	top: 52px;
	bottom: -26px;
	left: 23px;
	width: 2px;
	background: linear-gradient(180deg, #35c7bd, #1687f8);
	content: "";
}

.lhc-timeline__num {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #35c7bd, #1687f8);
	color: #fff;
	font-family: var(--lhc-type-display-family);
	font-size: 17px;
	font-weight: 700;
	box-shadow: 0 8px 18px rgba(22, 135, 248, 0.22);
}

.lhc-timeline__stage {
	display: block;
	margin-bottom: 4px;
	color: #0b7a72;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.lhc-timeline strong {
	font-weight: 850;
	color: var(--lhc-home-navy);
	font-size: 15.5px;
}

.lhc-timeline p {
	margin-top: 6px;
}

.lhc-value-grid,
.lhc-team-grid,
.lhc-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.lhc-about-trust-section {
	padding: clamp(28px, 3.8vw, 46px);
	border-radius: 8px;
	background: #f6fbff;
}

.lhc-about-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.lhc-about-trust-grid article {
	display: grid;
	gap: 12px;
	min-height: 210px;
	padding: 24px;
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(18, 32, 54, 0.06);
}

.lhc-about-trust-grid span {
	color: #1687f8;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.lhc-about-trust-grid strong {
	font-weight: 700;
	color: var(--lhc-home-navy);
	font-size: 20px;
}

.lhc-about-trust-grid p {
	color: #5c6c80;
	line-height: 1.75;
}

/* The About page has only 3 "why choose us" cards, not 4 — use a 3-up
   grid so nothing is left empty on the right, and give each card more
   room since there are fewer of them to fit. */
.lhc-content-page--about .lhc-about-trust-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.lhc-content-page--about .lhc-about-trust-grid article {
	min-height: 240px;
	padding: 32px;
}

.lhc-content-page--about .lhc-about-trust-grid strong {
	font-weight: 700;
	font-size: 22px;
}

.lhc-content-page--about .lhc-about-trust-grid p {
	font-size: 15.5px;
}

.lhc-about-boundary-section {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 54px);
	align-items: stretch;
	padding: clamp(30px, 4vw, 50px);
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: linear-gradient(135deg, #f7fcff 0%, #eef9f6 100%);
	color: var(--lhc-home-navy);
}

.lhc-about-boundary-copy {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(26px, 3vw, 36px) clamp(24px, 2.6vw, 32px);
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 12px 28px rgba(18, 32, 54, 0.06);
}

.lhc-about-boundary-copy::before {
	content: '';
	position: absolute;
	top: clamp(26px, 3vw, 36px);
	bottom: clamp(26px, 3vw, 36px);
	left: 0;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(180deg, #0f6e56 0%, #1687f8 100%);
}

.lhc-about-boundary-copy .lhc-home-v2__eyebrow {
	color: #0f6e56;
}

.lhc-about-boundary-copy h2 {
	margin: 0 0 16px;
	color: var(--lhc-home-navy);
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h2-size);
	font-weight: 800;
	line-height: var(--lhc-type-h2-line-height);
}

.lhc-about-boundary-copy p:not(.lhc-home-v2__eyebrow) {
	max-width: 430px;
	color: #06244a;
	font-size: 16.5px;
	font-weight: 700;
	line-height: 1.8;
}

.lhc-about-boundary-list {
	display: grid;
	gap: 14px;
}

.lhc-about-boundary-list article {
	padding: 20px 22px;
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 28px rgba(18, 32, 54, 0.06);
}

.lhc-about-boundary-list strong {
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
	color: #0f6e56;
	font-size: 18px;
}

.lhc-about-boundary-list p {
	color: #5c6c80;
}

.lhc-value-grid article {
	min-height: 180px;
	padding: 28px;
	border-radius: 8px;
	background: #faece7;
}

.lhc-value-grid article:nth-child(2) {
	background: #e1f5ee;
}

.lhc-value-grid article:nth-child(3) {
	background: #eeedfe;
}

.lhc-value-grid strong {
	font-weight: 700;
	display: block;
	margin-bottom: 18px;
	color: #f0997b;
	font-size: var(--lhc-type-h2-size);
	line-height: 1.2;
}

.lhc-value-grid article:nth-child(2) strong {
	color: #0f6e56;
}

.lhc-value-grid article:nth-child(3) strong {
	color: #534ab7;
}

.lhc-team-section {
	padding: clamp(28px, 3.8vw, 46px);
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: #f6fbff;
	color: var(--lhc-home-navy);
}

.lhc-team-section .lhc-visual-heading h2 {
	color: var(--lhc-home-navy);
}

.lhc-team-grid article {
	display: grid;
	gap: 10px;
	padding: 24px;
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(18, 32, 54, 0.06);
}

.lhc-team-grid span {
	display: none;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 999px;
	background: rgba(93, 202, 165, 0.18);
	color: #5dcaa5;
	font-size: 22px;
	font-weight: 850;
}

.lhc-team-grid strong {
	font-weight: 700;
	font-size: 20px;
}

.lhc-team-grid small {
	color: #0f6e56;
	font-weight: 800;
}

.lhc-team-grid p {
	color: #5c6c80;
}

.lhc-contact-section {
	padding-bottom: clamp(24px, 3vw, 42px);
}

.lhc-contact-grid article {
	position: relative;
	overflow: hidden;
	display: grid;
	justify-items: center;
	gap: 10px;
	padding: 32px 24px;
	border: 1px solid rgba(13, 71, 123, 0.08);
	border-radius: 8px;
	background-image: linear-gradient(175deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 45%, rgba(255, 255, 255, 0.55) 100%), var(--lhc-card-bg, none);
	background-color: #f6fbff;
	background-position: center;
	background-size: cover;
	text-align: center;
	box-shadow: 0 14px 30px rgba(6, 36, 74, 0.08);
}

.lhc-contact-grid .lhc-visual-icon {
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 6px 14px rgba(6, 36, 74, 0.1);
}

.lhc-contact-grid .lhc-visual-icon svg {
	width: 20px;
	height: 20px;
}

/* WeChat card: the standard 42px icon glyph is swapped for an actual QR
   code image (see render_contact_cards()), which needs to stay large enough
   to still be scannable, so this variant gets its own bigger box instead of
   inheriting the glyph size. */
.lhc-contact-grid .lhc-visual-icon--qr {
	width: 156px;
	height: auto;
	aspect-ratio: 520 / 539;
	padding: 8px;
	border-radius: 12px;
}

.lhc-contact-grid .lhc-visual-icon--qr img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 6px;
}

.lhc-contact-grid strong,
.lhc-contact-grid p {
	position: relative;
	z-index: 1;
}

.lhc-contact-grid p {
	text-align: center;
}

.lhc-contact-grid strong {
	font-weight: 700;
	font-size: 19px;
}

.lhc-contact-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
	gap: clamp(28px, 4vw, 58px);
	align-items: stretch;
	min-height: clamp(400px, 38vw, 520px);
	padding: clamp(44px, 5.4vw, 72px);
	border-radius: 8px;
	background:
		linear-gradient(115deg, rgba(239, 249, 255, 0.96) 0%, rgba(240, 252, 249, 0.92) 56%, rgba(222, 244, 255, 0.88) 100%),
		radial-gradient(circle at 78% 22%, rgba(22, 135, 248, 0.18), transparent 34%);
	box-shadow: 0 20px 48px rgba(18, 32, 54, 0.08);
}

.lhc-contact-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 760px;
}

.lhc-contact-hero h1 {
	font-weight: 700;
	margin: 0;
	color: var(--lhc-home-navy);
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h1-size);
	line-height: var(--lhc-type-h1-line-height);
}

.lhc-contact-hero__copy > p:not(.lhc-home-v2__eyebrow) {
	max-width: 680px;
	margin: 22px 0 0;
	color: #51647a;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.72;
}

.lhc-contact-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.lhc-contact-hero__tags span,
.lhc-contact-hero__tags a {
	padding: 9px 16px;
	border: 1px solid rgba(22, 135, 248, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.74);
	color: #0b315d;
	font-size: 14.5px;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(18, 32, 54, 0.05);
	transition: border-color 140ms ease, background 140ms ease;
}

.lhc-contact-hero__tags a:hover {
	border-color: var(--lhc-brand-blue, #1687F8);
	background: #fff;
}

.lhc-contact-hero__panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(26px, 3vw, 40px);
	border: 1px solid rgba(22, 135, 248, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 18px 42px rgba(18, 32, 54, 0.10);
}

.lhc-contact-hero__panel strong {
	font-weight: 700;
	color: var(--lhc-home-navy);
	font-size: clamp(22px, 2.1vw, 28px);
	line-height: 1.2;
}

.lhc-contact-hero__panel p {
	margin: 16px 0 0;
	color: #5c6c80;
	font-size: 15.5px;
	line-height: 1.7;
}

.lhc-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.lhc-contact-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
	gap: clamp(24px, 3vw, 38px);
	align-items: start;
}

.lhc-contact-main__form {
	display: grid;
	gap: 14px;
}

.lhc-contact-form,
.lhc-contact-card {
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(18, 32, 54, 0.06);
}

.lhc-contact-form {
	padding: clamp(26px, 3vw, 42px);
}

.lhc-contact-form__heading h2,
.lhc-contact-card h2 {
	font-weight: 800;
	margin: 0;
	color: var(--lhc-home-navy);
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h2-size);
	line-height: var(--lhc-type-h2-line-height);
}

.lhc-contact-form__heading span {
	display: block;
	max-width: 620px;
	margin-top: 12px;
	color: #5c6c80;
	font-size: 15.5px;
	line-height: 1.68;
}

.lhc-contact-form__notice {
	margin-top: 22px;
	padding: 13px 16px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 750;
}

.lhc-contact-form__notice--success {
	background: #e4f8ef;
	color: #0f6e56;
}

.lhc-contact-form__notice--error {
	background: #fff0ed;
	color: #9c3d28;
}

.lhc-contact-form__toast {
	margin: 12px 0 0;
	padding: 9px 14px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	background: #e4f8ef;
	color: #0f6e56;
	font-size: 13.5px;
	font-weight: 650;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.lhc-contact-form__toast.lhc-contact-form__toast--hide {
	opacity: 0;
}

.lhc-contact-form__prefill {
	margin: 18px 0 0;
	padding: 11px 14px;
	border: 1px solid rgba(22, 135, 248, 0.14);
	border-radius: 8px;
	background: #eef7ff;
	color: #315472;
	font-size: 13.5px;
	line-height: 1.6;
}

.lhc-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.lhc-contact-form label {
	display: grid;
	gap: 8px;
	color: #0b315d;
	font-size: 13.5px;
	font-weight: 850;
}

.lhc-contact-form input,
.lhc-contact-form select,
.lhc-contact-form textarea {
	width: 100%;
	border: 1px solid rgba(13, 71, 123, 0.16);
	border-radius: 8px;
	background: #f8fbff;
	color: var(--lhc-home-navy);
	font: inherit;
	font-size: 15.5px;
	line-height: 1.4;
}

.lhc-contact-form input,
.lhc-contact-form select {
	height: 44px;
	padding: 0 14px;
}

.lhc-contact-form textarea {
	min-height: 72px;
	padding: 13px 14px;
	resize: vertical;
}

.lhc-contact-form__full {
	grid-column: 1 / -1;
}

.lhc-contact-form button {
	margin-top: 24px;
}

.lhc-contact-form__privacy {
	margin: 16px 0 0;
	color: #728197;
	font-size: 13.5px;
	line-height: 1.65;
}

.lhc-contact-form__website {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.lhc-contact-self-ad {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 112px;
	overflow: hidden;
	padding: 22px 24px;
	border: 1px solid rgba(22, 135, 248, 0.14);
	border-radius: 8px;
	background:
		radial-gradient(circle at 92% 18%, rgba(22, 135, 248, 0.14), transparent 34%),
		linear-gradient(135deg, #f6fbff 0%, #eef9f6 58%, #fff8ed 100%);
	box-shadow: 0 16px 36px rgba(18, 32, 54, 0.06);
}

.lhc-contact-self-ad__copy,
.lhc-contact-self-ad__links {
	position: relative;
	z-index: 1;
}

.lhc-contact-self-ad__copy span {
	color: #1687f8;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.lhc-contact-self-ad__copy strong {
	font-weight: 700;
	display: block;
	max-width: 620px;
	margin-top: 8px;
	color: var(--lhc-home-navy);
	font-size: clamp(20px, 2vw, 26px);
	line-height: 1.25;
}

.lhc-contact-self-ad__copy p {
	max-width: 650px;
	margin: 10px 0 0;
	color: #5c6c80;
	font-size: 14.5px;
	line-height: 1.65;
}

.lhc-contact-self-ad__links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	gap: 10px;
	min-width: 340px;
}

.lhc-contact-self-ad__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 12px;
	white-space: nowrap;
	border: 1px solid rgba(22, 135, 248, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #0b315d;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(18, 32, 54, 0.05);
}

.lhc-contact-main__side {
	display: grid;
	gap: 18px;
}

.lhc-contact-card {
	padding: 24px;
}

.lhc-contact-channel-list {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.lhc-contact-channel-list article {
	display: grid;
	gap: 8px;
	padding: 18px;
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: #f7fcff;
}

.lhc-contact-channel-list span {
	color: #1687f8;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.lhc-contact-channel-list strong,
.lhc-contact-card--note strong,
.lhc-contact-flow strong {
	font-weight: 700;
	color: var(--lhc-home-navy);
	font-size: 17px;
}

.lhc-contact-channel-list p,
.lhc-contact-card--note p,
.lhc-contact-flow p,
.lhc-contact-related__grid span {
	margin: 0;
	color: #5c6c80;
	font-size: 14.5px;
	line-height: 1.65;
}

.lhc-contact-channel-list a {
	color: #0f6e56;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
}

.lhc-contact-channel-list article {
	position: relative;
}

.lhc-contact-channel-copy {
	display: inline-flex;
	align-self: flex-start;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #617089;
	font-size: 12.5px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.lhc-contact-channel-copy:hover,
.lhc-contact-channel-copy:focus-visible {
	color: #0f6e56;
}

.lhc-contact-channel-copy:disabled {
	color: #1687f8;
	cursor: default;
	text-decoration: none;
}

.lhc-contact-card--note {
	background: linear-gradient(135deg, #f7fcff, #eef9f6);
}

.lhc-contact-card--note p {
	margin-top: 10px;
}

.lhc-contact-flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.lhc-contact-flow article {
	display: grid;
	gap: 12px;
	min-height: 176px;
	padding: 22px;
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(18, 32, 54, 0.06);
}

.lhc-contact-flow span {
	color: #1687f8;
	font-size: 18px;
	font-weight: 900;
}

.lhc-contact-related {
	padding: clamp(30px, 4vw, 48px);
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: #f6fbff;
}

.lhc-contact-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.lhc-contact-related__grid a {
	display: grid;
	gap: 8px;
	min-height: 128px;
	padding: 20px;
	border: 1px solid rgba(22, 135, 248, 0.12);
	border-radius: 8px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(18, 32, 54, 0.05);
}

.lhc-contact-related__grid strong {
	font-weight: 700;
	color: #0f6e56;
	font-size: 18px;
}

.lhc-content-page__cta {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	padding: clamp(22px, 2.8vw, 34px);
	border: 1px solid rgba(22, 135, 248, 0.16);
	border-radius: 8px;
	background: linear-gradient(135deg, #ffffff, #edf9f8);
}

.lhc-content-page__cta--about-trust {
	position: relative;
	justify-content: flex-start;
	min-height: clamp(250px, 26vw, 360px);
	overflow: hidden;
	padding: clamp(52px, 6vw, 80px) clamp(24px, 5vw, 64px);
	background-image: linear-gradient(90deg, rgba(5, 28, 55, 0.82) 0%, rgba(5, 28, 55, 0.68) 32%, rgba(5, 28, 55, 0.32) 56%, rgba(5, 28, 55, 0.06) 78%, rgba(5, 28, 55, 0) 100%), var(--lhc-about-cta-bg);
	background-position: center;
	background-size: cover;
	box-shadow: 0 22px 48px rgba(18, 32, 54, 0.12);
	text-align: left;
}

.lhc-content-page__cta--about-trust .lhc-content-page__cta-copy {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: start;
	max-width: 580px;
	margin-right: auto;
}

.lhc-content-page__cta--about-trust strong {
	font-weight: 700;
	color: #fff;
	font-size: clamp(26px, 2.7vw, 38px);
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.lhc-content-page__cta--about-trust p {
	max-width: 560px;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.26);
}

.lhc-content-page__cta--about-trust .lhc-home-v2__button {
	margin-top: 18px;
}

.lhc-content-page__cta strong {
	font-weight: 700;
	display: block;
	margin-bottom: 6px;
	font-size: clamp(22px, 2.2vw, 28px);
}

.lhc-content-page--services .lhc-content-page__cta--services-skyline {
	position: relative;
	justify-content: center;
	min-height: clamp(300px, 30vw, 390px);
	padding: clamp(56px, 7vw, 88px) clamp(28px, 5vw, 72px);
	overflow: hidden;
	border: 1px solid rgba(22, 135, 248, 0.14);
	background-image:
		linear-gradient(180deg, rgba(3, 20, 42, 0.10), rgba(3, 20, 42, 0.34)),
		linear-gradient(90deg, rgba(3, 20, 42, 0.10), rgba(3, 20, 42, 0.03) 44%, rgba(3, 20, 42, 0.12)),
		var(--lhc-services-cta-bg);
	background-position: center;
	background-size: cover;
	box-shadow: 0 24px 54px rgba(6, 36, 74, 0.10);
	text-align: center;
}

.lhc-content-page--services .lhc-content-page__cta--services-skyline .lhc-content-page__cta-copy {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	max-width: 620px;
}

.lhc-content-page--services .lhc-content-page__cta--services-skyline strong {
	font-weight: 700;
	color: #ffffff;
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: 0;
	text-shadow: 0 3px 18px rgba(0, 20, 48, 0.58);
}

.lhc-content-page--services .lhc-content-page__cta--services-skyline p {
	max-width: 560px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(15px, 1.35vw, 18px);
	line-height: 1.65;
	text-shadow: 0 2px 14px rgba(0, 20, 48, 0.50);
}

.lhc-content-page--services .lhc-content-page__cta--services-skyline .lhc-home-v2__button {
	background: #1687f8;
	color: #ffffff;
	box-shadow: 0 14px 32px rgba(0, 80, 160, 0.26);
}

.lhc-content-page--services .lhc-content-page__cta--services-skyline .lhc-home-v2__button:hover {
	background: #06244a;
	transform: translateY(-2px);
}

.lhc-content-page--stories .lhc-content-page__cta--stories-fireworks {
	position: relative;
	justify-content: center;
	min-height: clamp(320px, 31vw, 410px);
	padding: clamp(58px, 7vw, 90px) clamp(28px, 5vw, 76px);
	overflow: hidden;
	border: 1px solid rgba(22, 135, 248, 0.16);
	background-image:
		linear-gradient(180deg, rgba(3, 20, 42, 0.36), rgba(3, 20, 42, 0.64)),
		linear-gradient(90deg, rgba(3, 20, 42, 0.50), rgba(3, 20, 42, 0.18) 50%, rgba(3, 20, 42, 0.52)),
		var(--lhc-stories-cta-bg);
	background-position: center;
	background-size: cover;
	box-shadow: 0 24px 54px rgba(6, 36, 74, 0.14);
	text-align: center;
}

.lhc-content-page--stories .lhc-content-page__cta--stories-fireworks .lhc-content-page__cta-copy {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	max-width: 680px;
}

.lhc-content-page--stories .lhc-content-page__cta--stories-fireworks strong {
	font-weight: 700;
	color: #ffffff;
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: 0;
	text-shadow: 0 3px 18px rgba(0, 20, 48, 0.66);
}

.lhc-content-page--stories .lhc-content-page__cta--stories-fireworks p {
	max-width: 600px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(15px, 1.35vw, 18px);
	line-height: 1.65;
	text-shadow: 0 2px 14px rgba(0, 20, 48, 0.58);
}

.lhc-content-page--stories .lhc-content-page__cta--stories-fireworks .lhc-home-v2__button {
	background: #1687f8;
	color: #ffffff;
	box-shadow: 0 14px 32px rgba(0, 80, 160, 0.28);
}

.lhc-content-page--stories .lhc-content-page__cta--stories-fireworks .lhc-home-v2__button:hover {
	background: #06244a;
	transform: translateY(-2px);
}

.lhc-content-page--arrival .lhc-content-page__cta--arrival-harbour {
	position: relative;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: clamp(300px, 30vw, 390px);
	padding: clamp(24px, 2.8vw, 40px) clamp(28px, 5vw, 72px) clamp(56px, 7vw, 88px);
	overflow: hidden;
	border: 1px solid rgba(22, 135, 248, 0.16);
	background-image:
		linear-gradient(180deg, rgba(3, 20, 42, 0.18), rgba(3, 20, 42, 0.12) 44%, rgba(3, 20, 42, 0.22)),
		linear-gradient(90deg, rgba(3, 20, 42, 0.10), rgba(3, 20, 42, 0.03) 48%, rgba(3, 20, 42, 0.10)),
		var(--lhc-arrival-cta-bg);
	background-position: center;
	background-size: cover;
	box-shadow: 0 24px 54px rgba(6, 36, 74, 0.12);
	text-align: center;
}

.lhc-content-page--arrival .lhc-content-page__cta--arrival-harbour .lhc-content-page__cta-copy {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	max-width: 660px;
	margin: 0 auto;
	transform: none;
}

.lhc-content-page--arrival .lhc-content-page__cta--arrival-harbour strong {
	font-weight: 700;
	color: #ffffff;
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: 0;
	text-shadow: 0 3px 18px rgba(0, 20, 48, 0.62);
}

.lhc-content-page--arrival .lhc-content-page__cta--arrival-harbour p {
	max-width: 590px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(15px, 1.35vw, 18px);
	line-height: 1.65;
	text-shadow: 0 2px 14px rgba(0, 20, 48, 0.56);
}

.lhc-content-page--arrival .lhc-content-page__cta--arrival-harbour .lhc-home-v2__button {
	background: #1687f8;
	color: #ffffff;
	box-shadow: 0 14px 32px rgba(0, 80, 160, 0.28);
}

.lhc-content-page--arrival .lhc-content-page__cta--arrival-harbour .lhc-home-v2__button:hover {
	background: #06244a;
	transform: translateY(-2px);
}

.lhc-content-page:not(.lhc-content-page--visual) {
	display: block;
}

.lhc-content-page:not(.lhc-content-page--visual) .lhc-content-page__hero {
	display: grid;
	grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(22px, 3.2vw, 44px);
	align-items: center;
	padding: clamp(34px, 5vw, 58px) 0 clamp(34px, 4vw, 54px);
}

.lhc-content-page:not(.lhc-content-page--visual) h1 {
	max-width: 455px;
	margin: 0 0 14px;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h1-size);
	font-weight: 700;
	line-height: var(--lhc-type-h1-line-height);
	letter-spacing: 0;
}

.lhc-content-page__summary,
.lhc-content-page__card,
.lhc-content-page__steps li {
	padding: 22px;
	border: 1px solid rgba(13, 71, 123, 0.13);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(6, 36, 74, 0.045);
}

.lhc-content-page__summary {
	display: grid;
	gap: 12px;
}

.lhc-content-page__grid,
.lhc-content-page__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ---- Card variant: notice (e.g. Friendly Reminders) ---- */

.lhc-content-page__card--notice {
	position: relative;
	padding-left: 26px;
	border-left: 3px solid #ff9635;
}

.lhc-content-page__card--notice::before {
	content: "";
	position: absolute;
	top: 24px;
	left: -3px;
	width: 3px;
	height: 22px;
	background: #ff9635;
}

.lhc-content-page__card--notice strong {
	display: block;
	margin-bottom: 6px;
	color: #06244a;
}

/* ---- Card variant: feedback (e.g. Content Feedback channels) ---- */

.lhc-content-page__card--feedback {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lhc-content-page__card-tag {
	display: inline-flex;
	align-self: flex-start;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(22, 135, 248, 0.1);
	color: #1687f8;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.lhc-content-page__card--feedback strong {
	color: #06244a;
}

/* ---- Card variant: legal (at-a-glance summary cards) ---- */

.lhc-content-page__grid--legal {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lhc-content-page__card--legal {
	background: #f7fbff;
	border: 1px solid rgba(13, 71, 123, 0.1);
	box-shadow: none;
}

.lhc-content-page__card--legal strong {
	font-weight: 700;
	display: block;
	margin-bottom: 6px;
	color: #0b5ed7;
	font-size: 14px;
}

/* ---- Steps variant: legal (numbered clause list, document style) ---- */

.lhc-content-page__steps--legal {
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid rgba(13, 71, 123, 0.12);
}

.lhc-content-page__steps--legal li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 4px 16px;
	padding: 18px 4px;
	border: none;
	border-bottom: 1px solid rgba(13, 71, 123, 0.1);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.lhc-content-page__steps--legal li span {
	grid-row: 1 / span 2;
	display: block;
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	color: #94a3b8;
	font-family: Manrope, Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
}

.lhc-content-page__steps--legal li strong {
	color: #06244a;
}

.lhc-content-page__steps--legal li p {
	margin: 0;
}

.lhc-content-page__section {
	padding-top: var(--lhc-content-section-gap);
}

.lhc-content-page__band {
	margin-top: var(--lhc-content-section-gap);
	padding: clamp(30px, 4vw, 48px);
	border-radius: 8px;
	background: #fff;
}

body.lhc-content-page-shell,
body.lhc-content-page-shell #page,
body.lhc-content-page-shell .lhc-content-shell,
body.lhc-content-page-shell .lhc-content-page,
body.lhc-content-page-shell .lhc-content-page--visual,
body:has(.lhc-content-shell),
body:has(.lhc-content-shell) #page,
body:has(.lhc-content-shell) .lhc-content-shell,
body:has(.lhc-content-shell) .lhc-content-page,
body:has(.lhc-content-shell) .lhc-content-page--visual {
	background: #fff !important;
	background-image: none !important;
}

.lhc-content-page--planning > .lhc-visual-section,
.lhc-content-page--stories > .lhc-visual-section,
.lhc-content-page--services > .lhc-visual-section,
.lhc-content-page--arrival > .lhc-visual-section,
.lhc-content-page--about > .lhc-visual-section:not(.lhc-timeline-section):not(.lhc-team-section):not(.lhc-about-trust-section):not(.lhc-about-boundary-section) {
	background: #fff !important;
	background-image: none !important;
}

/* Company identity band — a mark distinct from the HK Life Hub platform
   logo in the site header, so the parent company (香港德泽集团 /
   Hongkong VitueLead Group) reads as its own brand on this page. */
.lhc-about-brand {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 210px;
	padding: clamp(28px, 3.4vw, 40px) clamp(24px, 3vw, 40px);
	border: 1px solid rgba(22, 135, 248, 0.14);
	border-radius: 8px;
	background: linear-gradient(120deg, #f7fcff 0%, #eef4ff 100%);
}

.lhc-about-brand__skyline {
	position: absolute;
	right: 0;
	bottom: clamp(-40px, -3.4vw, -28px);
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	opacity: 0.16;
	pointer-events: none;
	user-select: none;
}

.lhc-about-brand__row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 24px;
}

.lhc-about-brand__mark {
	flex: 0 0 auto;
	width: 108px;
	height: 108px;
	border-radius: 999px;
	object-fit: contain;
	box-shadow: 0 8px 20px rgba(6, 36, 74, 0.18);
}

.lhc-about-brand__text {
	display: grid;
	gap: 3px;
	text-align: left;
}

.lhc-about-brand__text strong {
	color: #c9962e;
	font-size: 24px;
	font-weight: 850;
}

.lhc-about-brand__en {
	color: #a9803a;
	font-size: 14.5px;
	letter-spacing: 0.01em;
}

.lhc-about-brand__tagline {
	margin-top: 6px;
	color: #0f6e56;
	font-size: 14px;
	font-weight: 800;
}

/* "我们能帮你做什么" — 12-item capability grid. */
.lhc-about-capability-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.lhc-about-capability-grid__card {
	padding: 20px;
	border: 1px solid rgba(13, 71, 123, 0.12);
	border-left: 3px solid var(--lhc-home-blue);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 26px rgba(6, 36, 74, 0.05);
}

.lhc-about-capability-grid__card--purple {
	border-left-color: #534ab7;
}

.lhc-about-capability-grid__card--amber {
	border-left-color: #ba7517;
}

.lhc-about-capability-grid__card--blue {
	border-left-color: #185fa5;
}

.lhc-about-capability-grid__card--coral {
	border-left-color: #993c1d;
}

.lhc-about-capability-grid__card strong {
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
	color: var(--lhc-home-navy);
	font-size: 16px;
}

.lhc-about-capability-grid__card p {
	margin: 0;
	color: var(--lhc-home-muted);
	font-size: 14px;
	line-height: 1.6;
}

.lhc-about-capability-grid__note {
	margin: 0;
	color: var(--lhc-home-muted);
	font-size: 14px;
	text-align: center;
}

/* "适合谁" — audience-fit grid. */
.lhc-about-audience-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.lhc-about-audience-grid article {
	padding: 22px 24px;
	border-radius: 8px;
	background: #f6fbff;
}

.lhc-about-audience-grid strong {
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
	color: var(--lhc-home-navy);
	font-size: 17px;
}

.lhc-about-audience-grid p {
	margin: 0;
	color: var(--lhc-home-muted);
	line-height: 1.68;
}

.lhc-about-audience-highlight {
	padding: 24px clamp(24px, 3vw, 36px);
	border: 1px solid rgba(22, 135, 248, 0.14);
	border-radius: 8px;
	background: linear-gradient(120deg, #eef8f4 0%, #eef4ff 100%);
	color: var(--lhc-home-navy);
	text-align: center;
}

.lhc-about-audience-highlight strong {
	font-weight: 700;
	display: block;
	margin-bottom: 6px;
	font-size: 17px;
	color: var(--lhc-home-navy);
}

.lhc-about-audience-highlight p {
	margin: 0;
	color: var(--lhc-home-muted);
}

.lhc-about-audience-grid__note {
	margin: 0;
	color: var(--lhc-home-muted);
	font-size: 13px;
	line-height: 1.6;
}

.lhc-content-page--planning > .lhc-visual-section::before,
.lhc-content-page--planning > .lhc-visual-section::after,
.lhc-content-page--stories > .lhc-visual-section::before,
.lhc-content-page--stories > .lhc-visual-section::after,
.lhc-content-page--services > .lhc-visual-section::before,
.lhc-content-page--services > .lhc-visual-section::after,
.lhc-content-page--arrival > .lhc-visual-section::before,
.lhc-content-page--arrival > .lhc-visual-section::after {
	display: none !important;
	content: none !important;
}

.lhc-content-page--planning {
	--lhc-plan-navy: #21A8F6;
	--lhc-plan-deep: #0B3F86;
	--lhc-plan-teal: #0F6E56;
	--lhc-plan-teal-light: #5DCAA5;
	--lhc-plan-teal-bg: #E1F5EE;
	--lhc-plan-purple: #534AB7;
	--lhc-plan-purple-bg: #EEEDFE;
	--lhc-plan-coral: #D85A30;
	--lhc-plan-coral-bg: #FAECE7;
	--lhc-plan-amber: #EF9F27;
	--lhc-plan-amber-bg: #FAEEDA;
	--lhc-plan-blue: #185FA5;
	--lhc-plan-blue-bg: #E6F1FB;
	--lhc-plan-border: rgba(180, 178, 169, 0.32);
	gap: 0;
}

.lhc-content-page--planning > .lhc-visual-section {
	padding: clamp(34px, 4.2vw, 56px) 0;
}

.lhc-content-page--planning > .lhc-visual-section + .lhc-visual-section {
	border-top: 1px solid rgba(13, 71, 123, 0.06);
}

.lhc-content-page--planning .lhc-visual-hero {
	grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
	gap: clamp(36px, 4.6vw, 60px);
	min-height: clamp(430px, 40vw, 520px);
	padding: clamp(48px, 5vw, 68px) clamp(34px, 4vw, 56px) clamp(54px, 5vw, 72px);
	background:
		linear-gradient(145deg, rgba(247, 252, 255, 0.98) 0%, rgba(231, 246, 255, 0.94) 48%, rgba(213, 238, 252, 0.88) 100%),
		radial-gradient(ellipse at 8% 18%, rgba(255, 255, 255, 0.92) 0 18%, transparent 48%),
		repeating-radial-gradient(ellipse at 18% 76%, rgba(22, 135, 248, 0.055) 0 1px, transparent 2px 34px),
		linear-gradient(165deg, transparent 0 48%, rgba(22, 135, 248, 0.055) 49% 51%, transparent 52% 100%);
	background-position: center;
	background-size: cover, 100% 100%, 780px 320px, 100% 100%;
	color: #fff;
}

.lhc-content-page--planning .lhc-visual-hero::before {
	inset: auto;
	top: -70px;
	right: -54px;
	width: 320px;
	height: 320px;
	border-radius: 999px;
	background: #ffffff;
	opacity: 0.10;
}

.lhc-content-page--planning .lhc-visual-hero::after {
	position: absolute;
	bottom: -86px;
	left: 10%;
	width: 210px;
	height: 210px;
	border-radius: 999px;
	background: #ffffff;
	content: "";
	opacity: 0.06;
	pointer-events: none;
}

.lhc-content-page--planning .lhc-visual-hero .lhc-home-v2__eyebrow {
	display: inline-flex;
	width: max-content;
	margin-bottom: 20px;
	padding: 6px 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff8a1f 0%, #ffb347 100%);
	color: #fff7ed;
	box-shadow: 0 12px 26px rgba(255, 138, 31, 0.24);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0;
}

.lhc-content-page--planning .lhc-visual-hero h1 {
	max-width: 620px;
	margin-bottom: 18px;
	color: #06244a;
}

.lhc-content-page--planning .lhc-visual-hero p {
	max-width: 650px;
	color: #31506f;
	font-size: 15.5px;
	line-height: 1.8;
}

.lhc-content-page--planning .lhc-content-page__actions {
	margin-top: 22px;
}

.lhc-content-page--planning .lhc-visual-hero__media {
	min-height: clamp(300px, 30vw, 390px);
	border: 0;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.10);
	background-image: linear-gradient(180deg, transparent 54%, rgba(159, 228, 255, 0.22)), var(--lhc-hero-image, none);
	background-blend-mode: normal;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
	isolation: isolate;
	overflow: visible;
	-webkit-mask-image: none;
	mask-image: none;
}

.lhc-content-page--planning .lhc-visual-hero__panel {
	position: static;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	max-width: 650px;
	margin-top: 28px;
	padding: 0;
	border-radius: 12px;
	background: transparent;
	box-shadow: none;
}

.lhc-content-page--planning .lhc-visual-hero__panel strong {
	color: #06244a;
	font-size: 16px;
	font-weight: 820;
}

.lhc-content-page--planning .lhc-visual-hero__panel span {
	display: inline-flex;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #0b4f8a;
	font-size: 13px;
	font-weight: 720;
}

.lhc-content-page--planning .lhc-visual-heading {
	margin-bottom: 10px;
}

.lhc-content-page--planning .lhc-visual-heading .lhc-home-v2__eyebrow {
	color: var(--lhc-plan-teal);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.lhc-content-page--planning .lhc-visual-heading h2 {
	color: var(--lhc-plan-navy);
}

.lhc-content-page--planning .lhc-study-journey {
	gap: 0;
	padding: clamp(38px, 4.5vw, 58px) 0;
	background: #fff !important;
	overflow: hidden;
}

.lhc-study-journey__ticker {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #06244a;
	color: #dce8f7;
	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.06em;
}

.lhc-study-journey__ticker-track {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 28px;
	padding: 12px 20px;
}

.lhc-study-journey__ticker span {
	position: relative;
	padding-left: 16px;
	opacity: 0.88;
	white-space: nowrap;
}

.lhc-study-journey__ticker span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	transform: translateY(-50%);
	border-radius: 999px;
	background: #f0a202;
}

.lhc-study-journey__ticker span:first-child {
	padding-left: 0;
}

.lhc-study-journey__ticker span:first-child::before {
	display: none;
}

.lhc-study-journey__ticker b {
	color: #f0a202;
}

.lhc-study-journey__inner {
	padding: clamp(38px, 4.8vw, 64px) clamp(22px, 3vw, 40px) clamp(32px, 4vw, 46px);
	border-radius: 0 0 8px 8px;
	background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.lhc-study-journey__heading {
	margin-bottom: clamp(26px, 4vw, 48px);
}

.lhc-study-journey__heading .lhc-home-v2__eyebrow {
	color: #4c647e;
	letter-spacing: 0.16em;
}

/* Section heading (h2) inside the "study journey" timeline block. Normalized
   to the site's single canonical h2 formula -- display font, h2 size, weight
   800, shared line-height token -- like every other section heading across
   the content pages and service-detail widgets; only the accent color below
   stays as this component's own per-page customization. */
.lhc-study-journey__heading h2 {
	color: #0b5ed7;
	font-family: var(--lhc-type-display-family);
	font-size: var(--lhc-type-h2-size);
	font-weight: 800;
	line-height: var(--lhc-type-h2-line-height);
}

.lhc-study-journey__heading span {
	display: block;
	margin-top: 12px;
	color: #4c647e;
	font-size: 15px;
}

.lhc-study-journey__scene svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.lhc-study-journey__stations {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	margin-top: 4px;
}

.lhc-study-journey__station {
	text-align: center;
}

.lhc-study-journey__station small {
	display: block;
	margin-bottom: 6px;
	color: #4c647e;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.14em;
}

.lhc-study-journey__station strong {
	display: block;
	margin-bottom: 10px;
	color: #0a2540;
	font-size: 19px;
	font-weight: 850;
}

.lhc-study-journey__station p {
	max-width: 210px;
	margin: 0 auto;
	color: #4c647e;
	font-size: 13px;
	line-height: 1.7;
}

.lhc-study-journey__station--purple small {
	color: #6c5ce7;
}

.lhc-study-journey__station--green small {
	color: #00a99d;
}

.lhc-study-journey__station--amber small {
	color: #f2994a;
}

.lhc-study-journey__station--blue small {
	color: #2d6cdf;
}

.lhc-study-journey__station--finish small {
	color: #10b981;
}

.lhc-content-page--planning .lhc-journey {
	position: relative;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 22px);
	align-items: start;
	min-height: clamp(292px, 22vw, 340px);
	padding: clamp(52px, 4.8vw, 72px) 20px clamp(16px, 2vw, 28px);
	border-radius: 8px;
	background: transparent;
	background-position: center 70%;
	background-repeat: no-repeat;
	background-size: 162% auto;
	overflow: hidden;
}

.lhc-content-page--planning .lhc-journey::before {
	position: absolute;
	top: clamp(80px, 7vw, 104px);
	right: 8%;
	left: 8%;
	z-index: 0;
	height: 6px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(107, 80, 167, 0.74) 0 20%, rgba(47, 125, 109, 0.74) 20% 40%, rgba(196, 154, 36, 0.74) 40% 60%, rgba(44, 102, 145, 0.74) 60% 80%, rgba(6, 36, 74, 0.74) 80% 100%);
	content: "";
}

.lhc-content-page--planning .lhc-journey::after {
	position: absolute;
	right: 24%;
	bottom: 31%;
	z-index: 1;
	padding: 5px 14px;
	border-radius: 999px;
	background: rgba(6, 36, 74, 0.66);
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.18em;
	content: "動感號";
	pointer-events: none;
}

.lhc-content-page--planning .lhc-journey__item--finish::before {
	position: absolute;
	right: -2px;
	top: -54px;
	z-index: 2;
	display: grid;
	width: 96px;
	height: 70px;
	place-items: end center;
	padding-bottom: 7px;
	border-radius: 10px;
	background:
		radial-gradient(ellipse at 47% 30%, rgba(6, 36, 74, 0.84) 0 15%, transparent 16%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0 42%, rgba(255, 147, 82, 0.90) 43% 100%);
	box-shadow: 0 10px 24px rgba(6, 36, 74, 0.12);
	color: #06244a;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.12;
	text-align: center;
	white-space: pre;
	content: "香港\A西九龍";
}

.lhc-content-page--planning .lhc-journey__item {
	z-index: 1;
	justify-items: center;
	align-content: start;
	min-height: 0;
	padding: 0 8px;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	box-shadow: none;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.lhc-content-page--planning .lhc-journey__item:hover {
	border-color: transparent;
	box-shadow: none;
	transform: translateY(-4px);
}

.lhc-content-page--planning .lhc-journey__item:not(:last-child)::after {
	display: none;
}

.lhc-content-page--planning .lhc-journey__item .lhc-visual-icon {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 3px solid #fff;
	background: var(--lhc-home-blue);
	box-shadow: 0 10px 22px rgba(22, 135, 248, 0.18);
	color: #fff;
	font-size: 12px;
	transition: background 0.28s ease, color 0.28s ease;
}

.lhc-content-page--planning .lhc-journey__item small {
	display: block;
	margin-top: 12px;
	color: #263c58;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.10em;
}

.lhc-content-page--planning .lhc-journey__item small::before {
	content: "STAGE ";
}

.lhc-content-page--planning .lhc-journey__item strong {
	margin-top: 4px;
	color: #06244a;
	font-size: 18px;
	font-weight: 750;
}

.lhc-content-page--planning .lhc-journey__item p {
	color: #253f5f;
	font-size: 13px;
	line-height: 1.65;
	text-shadow: 0 1px 10px rgba(255, 255, 255, 0.88);
}

.lhc-content-page--planning .lhc-journey__item--purple .lhc-visual-icon {
	background: #1687f8;
	color: #fff;
}

.lhc-content-page--planning .lhc-journey__item--purple:hover .lhc-visual-icon {
	background: #1687f8;
	color: #fff;
}

.lhc-content-page--planning .lhc-journey__item--green .lhc-visual-icon {
	background: #35c7bd;
	color: #fff;
}

.lhc-content-page--planning .lhc-journey__item--green:hover .lhc-visual-icon {
	background: #35c7bd;
	color: #fff;
}

.lhc-content-page--planning .lhc-journey__item--amber .lhc-visual-icon {
	background: #ff9635;
	color: #fff;
}

.lhc-content-page--planning .lhc-journey__item--amber:hover .lhc-visual-icon {
	background: #ff9635;
	color: #fff;
}

.lhc-content-page--planning .lhc-journey__item--blue .lhc-visual-icon {
	background: #1687f8;
	color: #fff;
}

.lhc-content-page--planning .lhc-journey__item--blue:hover .lhc-visual-icon {
	background: #1687f8;
	color: #fff;
}

.lhc-content-page--planning .lhc-journey__item--finish {
	border-color: rgba(22, 135, 248, 0.24);
	background: transparent;
	color: var(--lhc-plan-navy);
}

.lhc-content-page--planning .lhc-journey__item--finish .lhc-visual-icon {
	background: #35c7bd;
	color: #fff;
}

.lhc-content-page--planning .lhc-journey__item--finish p,
.lhc-content-page--planning .lhc-journey__item--finish small {
	color: var(--lhc-home-muted);
}

.lhc-content-page--planning .lhc-service-grid {
	gap: 24px;
}

.lhc-content-page--planning .lhc-service-card {
	position: relative;
	border-color: var(--lhc-plan-border);
	border-radius: 16px;
	box-shadow: none;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.lhc-content-page--planning .lhc-service-card:hover {
	border-color: transparent;
	box-shadow: 0 16px 40px rgba(26, 46, 74, 0.12);
	transform: translateY(-4px);
}

.lhc-content-page--planning .lhc-service-card__image {
	position: relative;
	min-height: 240px;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	transition: transform 0.5s ease;
}

.lhc-content-page--planning .lhc-service-card:hover .lhc-service-card__image {
	transform: scale(1.035);
}

.lhc-content-page--planning .lhc-service-card__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(31, 170, 199, 0.18), rgba(255, 255, 255, 0.02) 72%);
	content: "";
}

.lhc-content-page--planning .lhc-service-card--purple .lhc-service-card__image::after {
	background: linear-gradient(135deg, rgba(31, 134, 248, 0.16), rgba(255, 255, 255, 0.02) 72%);
}

.lhc-content-page--planning .lhc-service-card--amber .lhc-service-card__image::after {
	background: linear-gradient(135deg, rgba(31, 170, 199, 0.14), rgba(255, 255, 255, 0.02) 72%);
}

.lhc-content-page--planning .lhc-service-card__body {
	position: relative;
	gap: 12px;
	min-height: 208px;
	padding: 24px 24px 58px;
}

.lhc-content-page--planning .lhc-service-card .lhc-visual-icon {
	display: none;
}

.lhc-content-page--planning .lhc-service-card h3 {
	font-size: 19px;
	font-weight: 760;
}

.lhc-content-page--planning .lhc-service-card p {
	font-size: 14px;
	line-height: 1.52;
}

.lhc-content-page--planning .lhc-service-card a {
	position: absolute;
	right: 24px;
	bottom: 22px;
	display: inline-flex;
	width: max-content;
	align-items: center;
	color: var(--lhc-plan-teal);
	font-size: 13px;
	font-weight: 800;
	transition: gap 0.28s ease;
}

.lhc-content-page--planning .lhc-service-card a::after {
	margin-left: 4px;
	content: "→";
	transition: margin-left 0.28s ease;
}

.lhc-content-page--planning .lhc-service-card a:hover::after {
	margin-left: 8px;
}

.lhc-content-page--planning .lhc-service-card--purple a {
	color: var(--lhc-plan-purple);
}

.lhc-content-page--planning .lhc-service-card--amber a {
	color: var(--lhc-plan-coral);
}

.lhc-content-page--planning .lhc-stat-strip {
	position: relative;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	margin-bottom: var(--lhc-content-section-gap);
	padding: clamp(34px, 4vw, 48px) clamp(28px, 4vw, 48px);
	border: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, #eaf7ff 0%, #d8f0ff 100%);
	overflow: hidden;
}

.lhc-content-page--planning .lhc-stat-strip::before {
	position: absolute;
	top: -58px;
	right: -58px;
	width: 260px;
	height: 260px;
	border-radius: 999px;
	background: #1687f8;
	content: "";
	opacity: 0.10;
}

.lhc-content-page--planning .lhc-stat-strip__item {
	position: relative;
	z-index: 1;
	padding: 0;
	background: transparent;
}

.lhc-content-page--planning .lhc-stat-strip__item strong {
	color: #1687f8;
	font-size: var(--lhc-type-h2-size);
	font-weight: 800;
	line-height: 1.2;
}

.lhc-content-page--planning .lhc-stat-strip__item span {
	color: #17335a;
	font-size: 14px;
	font-weight: 650;
}

.lhc-content-page--planning .lhc-content-page__cta {
	justify-content: center;
	padding: clamp(48px, 5vw, 64px) clamp(28px, 4vw, 48px);
	border: 1px solid rgba(22, 135, 248, 0.10);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(232, 247, 255, 0.98) 0%, rgba(222, 242, 255, 0.94) 52%, rgba(248, 252, 255, 0.98) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
	text-align: center;
}

.lhc-content-page--planning .lhc-content-page__cta--planning-visual {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	gap: 24px;
	min-height: clamp(330px, 31vw, 410px);
	padding: clamp(36px, 5vw, 64px) clamp(20px, 2.5vw, 32px);
	overflow: hidden;
}

.lhc-content-page--planning .lhc-content-page__cta-copy {
	max-width: 620px;
	justify-self: center;
}

.lhc-content-page--planning .lhc-content-page__cta-image {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	box-shadow: 0 22px 44px rgba(6, 36, 74, 0.12);
	filter: saturate(1.05) contrast(1.04);
	opacity: 1;
}

.lhc-content-page--planning .lhc-content-page__cta-image--left {
	justify-self: stretch;
	background-image: linear-gradient(180deg, rgba(232, 247, 255, 0.03), rgba(232, 247, 255, 0.12)), var(--lhc-cta-image-left, url("../images/home-guides-default.webp"));
}

.lhc-content-page--planning .lhc-content-page__cta-image--right {
	justify-self: stretch;
	background-image: linear-gradient(180deg, rgba(232, 247, 255, 0.03), rgba(232, 247, 255, 0.12)), var(--lhc-cta-image-right, url("../images/home-consultation-default.webp"));
}

.lhc-content-page--planning .lhc-content-page__cta strong {
	color: #06244a;
}

.lhc-content-page--planning .lhc-content-page__cta p {
	color: #4f6580;
}

.lhc-content-page--planning .lhc-content-page__cta .lhc-home-v2__button {
	background: var(--lhc-home-blue);
	color: #fff;
}

.lhc-content-page--planning .lhc-content-page__cta .lhc-home-v2__button:hover {
	background: #06244a;
	box-shadow: 0 8px 24px rgba(22, 135, 248, 0.24);
	transform: translateY(-2px);
}

@keyframes lhcPlanFadeInUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.lhc-content-page--planning .lhc-journey__item,
.lhc-content-page--planning .lhc-service-card {
	animation: lhcPlanFadeInUp 0.5s ease both;
}

.lhc-content-page--planning .lhc-journey__item:nth-child(1),
.lhc-content-page--planning .lhc-service-card:nth-child(1) {
	animation-delay: 0.1s;
}

.lhc-content-page--planning .lhc-journey__item:nth-child(2),
.lhc-content-page--planning .lhc-service-card:nth-child(2) {
	animation-delay: 0.2s;
}

.lhc-content-page--planning .lhc-journey__item:nth-child(3),
.lhc-content-page--planning .lhc-service-card:nth-child(3) {
	animation-delay: 0.3s;
}

.lhc-content-page--planning .lhc-journey__item:nth-child(4) {
	animation-delay: 0.4s;
}

.lhc-content-page--planning .lhc-journey__item:nth-child(5) {
	animation-delay: 0.5s;
}

@media (max-width: 1179px) {
	.lhc-content-shell {
		--lhc-home-page: calc(100vw - 48px);
	}

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

	.lhc-module-grid,
	.lhc-value-grid,
	.lhc-team-grid,
	.lhc-contact-grid,
	.lhc-about-capability-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lhc-journey__item:not(:last-child)::after {
		display: none;
	}

	.lhc-content-page--planning .lhc-journey::before {
		display: none;
	}
}

@media (max-width: 899px) {
	.lhc-content-shell {
		--lhc-home-page: calc(100vw - 36px);
	}

	.lhc-visual-hero,
	.lhc-content-page:not(.lhc-content-page--visual) .lhc-content-page__hero,
	.lhc-story-grid,
	.lhc-story-card,
	.lhc-story-card--featured,
	.lhc-arrival-card,
	.lhc-service-grid,
	.lhc-arrival-grid,
	.lhc-package-grid,
	.lhc-about-boundary-section,
	.lhc-about-story,
	.lhc-contact-hero,
	.lhc-contact-main,
	.lhc-content-page__grid,
	.lhc-content-page__steps {
		grid-template-columns: 1fr;
	}

	.lhc-stat-strip,
	.lhc-checklist {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lhc-arrival-card:last-child {
		grid-column: auto;
	}

	.lhc-package-card:nth-child(2) {
		transform: none;
	}

	.lhc-content-page--stories .lhc-story-grid,
	.lhc-content-page--stories .lhc-story-card--featured {
		grid-template-columns: 1fr;
	}

	.lhc-content-page--stories .lhc-story-card,
	.lhc-content-page--stories .lhc-story-card--featured {
		grid-column: span 1;
		grid-template-rows: clamp(230px, 58vw, 300px) 1fr;
		min-height: 0;
	}

	.lhc-content-page--stories .lhc-story-filter:not(:has(#lhc-story-filter-all:checked)) ~ .lhc-story-grid .lhc-story-card {
		grid-column: span 1;
		grid-template-columns: none;
		grid-template-rows: clamp(230px, 58vw, 300px) 1fr;
		min-height: 0;
	}

	.lhc-contact-hero {
		min-height: 0;
		padding: clamp(34px, 8vw, 52px) 24px;
	}

	.lhc-contact-main {
		align-items: stretch;
	}

	.lhc-contact-self-ad {
		align-items: flex-start;
		flex-direction: column;
	}

	.lhc-contact-self-ad__links {
		justify-content: flex-start;
		flex-wrap: wrap;
		min-width: 0;
	}

	.lhc-contact-flow,
	.lhc-contact-related__grid {
		grid-template-columns: 1fr;
	}

	.lhc-visual-hero {
		min-height: 0;
		padding: clamp(30px, 8vw, 46px) 22px;
	}

	.lhc-content-page--planning .lhc-visual-hero {
		padding-bottom: 72px;
	}

	.lhc-content-page--planning .lhc-visual-hero__media {
		min-height: clamp(260px, 48vw, 340px);
	}

	.lhc-content-page__cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.lhc-content-page--planning .lhc-content-page__cta {
		align-items: center;
	}

	.lhc-content-page--planning .lhc-content-page__cta--planning-visual {
		display: flex;
		min-height: 0;
		padding: clamp(42px, 9vw, 58px) 24px;
	}

	.lhc-content-page--planning .lhc-content-page__cta-image {
		display: none;
	}

	.lhc-services-hero {
		min-height: 0;
		padding: clamp(42px, 9vw, 58px) 24px;
	}

	.lhc-services-hero__inner {
		width: 100%;
		transform: none;
	}

	.lhc-services-hero__facts {
		margin-top: 42px;
	}

	.lhc-services-rail__steps {
		grid-template-columns: 1fr;
	}

	.lhc-services-rail__svg {
		display: none;
	}

	.lhc-services-rail__step {
		padding: 18px;
		border: 1px solid rgba(255, 255, 255, 0.10);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.045);
	}

	.lhc-study-journey__inner {
		padding-inline: 20px;
	}

	.lhc-study-journey__scene {
		display: none;
	}

	.lhc-study-journey__stations {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 28px;
	}
}

@media (max-width: 640px) {
	.lhc-content-shell {
		--lhc-home-page: calc(100vw - 28px);
		--lhc-content-section-gap: 38px;
	}

	.lhc-visual-hero h1 {
		font-size: var(--lhc-type-h1-size);
	}

	.lhc-journey,
	.lhc-stat-strip,
	.lhc-checklist,
	.lhc-module-grid,
	.lhc-about-trust-grid,
	.lhc-content-page--about .lhc-about-trust-grid,
	.lhc-value-grid,
	.lhc-team-grid,
	.lhc-contact-grid,
	.lhc-contact-form__grid,
	.lhc-about-capability-grid,
	.lhc-about-audience-grid {
		grid-template-columns: 1fr;
	}

	.lhc-about-brand__row {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.lhc-about-brand__text {
		text-align: center;
	}

	.lhc-contact-form__full {
		grid-column: auto;
	}

	.lhc-contact-self-ad {
		padding: 22px;
	}

	.lhc-about-story,
	.lhc-timeline-section,
	.lhc-team-section {
		padding: 24px;
	}

	.lhc-visual-hero__panel {
		position: static;
		margin: 18px;
	}

	.lhc-content-page--planning .lhc-visual-hero__panel {
		margin: 18px 0 0;
	}

	.lhc-content-page--planning > .lhc-visual-section {
		padding: 44px 0;
	}

	.lhc-study-journey__stations {
		grid-template-columns: 1fr;
	}

	.lhc-visual-hero__media,
	.lhc-service-card__image,
	.lhc-arrival-card__image,
	.lhc-story-card__photo {
		min-height: 220px;
	}
}

@media (max-width: 1179px) {
	.lhc-content-page--arrival .lhc-arrival-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 899px) {
	.lhc-content-page--arrival .lhc-arrival-grid,
	.lhc-content-page--arrival .lhc-arrival-card {
		grid-template-columns: 1fr;
	}

	.lhc-content-page--arrival .lhc-arrival-card {
		grid-template-rows: 210px 1fr;
		min-height: 0;
	}
}

@media (max-width: 640px) {
	.lhc-arrival-filter {
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding: 12px;
	}

	.lhc-arrival-filter__label {
		white-space: nowrap;
	}
}
.lhc-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100000;
	padding: 12px 18px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	background: #06244a;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	transform: translateY(-160%);
	transition: transform 160ms ease;
}

.lhc-skip-link:focus {
	outline: 3px solid #22c7b8;
	outline-offset: 3px;
	transform: translateY(0);
}
