.hcmc-clinic-wrapper {
	--hcmc-cl-text: #0f172a;
	--hcmc-cl-muted: #475569;
	--hcmc-cl-line: #dbe4ee;
	--hcmc-cl-brand: #0d5e95;
	--hcmc-cl-brand-strong: #0a4b78;
	--hcmc-cl-bg-soft: #f8fbff;
	--hcmc-cl-bg-warm: #fff8f1;
	color: var(--hcmc-cl-text);
	background: #fff;
}

.hcmc-cl-full {
	width: 100%;
}

.hcmc-cl-container {
	width: min(1180px, 100% - 40px);
	margin: 0 auto;
}

.hcmc-cl-hero {
	padding: 68px 0 52px;
	background: linear-gradient(180deg, #f2f9ff 0%, #ffffff 85%);
}

.hcmc-cl-eyebrow {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: #e0f0ff;
	color: #0a4b78;
	font-weight: 700;
	font-size: 13px;
	margin: 0 0 14px;
}

.hcmc-cl-hero h1 {
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.12;
	margin: 0 0 14px;
	max-width: 900px;
}

.hcmc-cl-lead {
	font-size: clamp(17px, 2vw, 20px);
	color: var(--hcmc-cl-muted);
	line-height: 1.7;
	max-width: 900px;
	margin: 0;
}

.hcmc-cl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.hcmc-cl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 12px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid transparent;
	transition: .2s ease;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.hcmc-cl-btn--wa {
	background: #1fa855;
	color: #fff !important;
	border-color: #188848;
}

.hcmc-cl-btn--wa:hover,
.hcmc-cl-btn--wa:focus-visible {
	background: #15753d !important;
	color: #fff !important;
	border-color: #116233;
	box-shadow: 0 4px 12px rgba(22, 117, 61, 0.22);
}

.hcmc-cl-btn--ms {
	background: var(--hcmc-cl-brand);
	color: #fff !important;
	border-color: #0a4b78;
}

.hcmc-cl-btn--ms:hover,
.hcmc-cl-btn--ms:focus-visible {
	background: #083a5d !important;
	color: #fff !important;
	border-color: #062e4a;
	box-shadow: 0 4px 12px rgba(8, 58, 93, 0.24);
}

.hcmc-cl-btn--line {
	background: #fff;
	color: var(--hcmc-cl-brand-strong) !important;
	border-color: #bfd4e6;
}

.hcmc-cl-btn--line:hover,
.hcmc-cl-btn--line:focus-visible {
	background: #eaf3fb !important;
	color: #072f4a !important;
	border-color: #9fbfda;
	box-shadow: 0 3px 10px rgba(11, 88, 140, 0.14);
}

.hcmc-cl-btn:focus-visible {
	outline: 2px solid #0b588c;
	outline-offset: 2px;
}

.hcmc-cl-btn:visited {
	color: inherit;
}

.hcmc-cl-btn--wa:visited,
.hcmc-cl-btn--wa:active,
.hcmc-cl-btn--wa:hover {
	color: #fff !important;
}

.hcmc-cl-btn--ms:visited,
.hcmc-cl-btn--ms:active,
.hcmc-cl-btn--ms:hover {
	color: #fff !important;
}

.hcmc-cl-btn--line:visited,
.hcmc-cl-btn--line:active,
.hcmc-cl-btn--line:hover {
	color: #072f4a !important;
}

.hcmc-cl-proof {
	padding: 18px 0;
	background: #fff;
	border-top: 1px solid #eef2f7;
	border-bottom: 1px solid #eef2f7;
}

.hcmc-cl-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.hcmc-cl-proof__grid > div {
	background: var(--hcmc-cl-bg-soft);
	border: 1px solid #e4edf7;
	border-radius: 12px;
	padding: 12px 14px;
}

.hcmc-cl-proof__grid strong {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
}

.hcmc-cl-proof__grid span {
	display: block;
	font-size: 14px;
	color: var(--hcmc-cl-muted);
}

.hcmc-cl-main {
	padding: 40px 0 32px;
	background: linear-gradient(180deg, #ffffff 0%, #fff8f2 100%);
}

.hcmc-cl-main__grid {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.hcmc-cl-toc {
	position: sticky;
	top: 110px;
	background: #fff;
	border: 1px solid var(--hcmc-cl-line);
	border-radius: 12px;
	padding: 14px;
	display: grid;
	gap: 10px;
}

.hcmc-cl-toc strong {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #1e3a56;
}

.hcmc-cl-toc a {
	color: #1f3b57;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
}

.hcmc-cl-toc a:hover,
.hcmc-cl-toc a:focus-visible {
	color: var(--hcmc-cl-brand);
}

.hcmc-cl-toc a.is-active {
	color: var(--hcmc-cl-brand);
	font-weight: 800;
}

.hcmc-cl-content {
	display: grid;
	gap: 16px;
}

.hcmc-cl-block {
	background: #fff;
	border: 1px solid #e7edf4;
	border-radius: 14px;
	padding: 20px;
}

.hcmc-cl-block h2 {
	margin: 0 0 10px;
	font-size: clamp(24px, 3vw, 30px);
}

.hcmc-cl-block p {
	margin: 0 0 10px;
	line-height: 1.72;
	color: #1e293b;
}

.hcmc-cl-block p:last-child {
	margin-bottom: 0;
}

.hcmc-cl-inline-cta {
	margin-top: 14px;
	padding: 14px;
	border: 1px solid #d9e6f2;
	border-radius: 12px;
	background: #f8fbff;
}

.hcmc-cl-inline-cta p {
	margin: 0;
	font-weight: 600;
	color: #0b3f63;
}

.hcmc-cl-inline-cta .hcmc-cl-actions {
	margin-top: 10px;
}

.hcmc-cl-inline-cta--soft {
	background: #f5fbf7;
	border-color: #d2e9da;
}

.hcmc-cl-block a {
	color: #0b588c;
	font-weight: 600;
}

.hcmc-cl-block ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
	color: #1e293b;
}

.hcmc-cl-focus {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.hcmc-cl-focus__card {
	padding: 14px;
	border-radius: 12px;
	border: 1px solid #dfe9f3;
	background: #f9fcff;
}

.hcmc-cl-focus__card h3 {
	margin: 0 0 7px;
	font-size: 18px;
}

.hcmc-cl-focus__card p {
	margin: 0 0 10px;
	color: var(--hcmc-cl-muted);
	font-size: 15px;
}

.hcmc-cl-focus__card a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.hcmc-cl-facility {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.hcmc-cl-facility__card {
	border: 1px solid #e5edf7;
	border-radius: 12px;
	background: #fbfdff;
	padding: 12px;
}

.hcmc-cl-facility__img-wrap {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 10px;
	background: #f1f5f9;
}

.hcmc-cl-facility__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hcmc-cl-facility__card h3 {
	font-size: 18px;
	margin: 10px 0 6px;
}

.hcmc-cl-facility__card p {
	margin: 0;
	font-size: 15px;
	color: var(--hcmc-cl-muted);
}

.hcmc-cl-pathway {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.hcmc-cl-pathway__item {
	border: 1px solid #d9e6f2;
	border-radius: 12px;
	padding: 14px;
	background: #ffffff;
}

.hcmc-cl-pathway__step {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #0a4b78;
	background: #e9f3ff;
	margin: 0 0 8px;
}

.hcmc-cl-pathway__item h3 {
	font-size: 17px;
	margin: 0 0 6px;
}

.hcmc-cl-pathway__item p {
	margin: 0;
	color: var(--hcmc-cl-muted);
}

.hcmc-cl-block--commitment {
	background: linear-gradient(180deg, #fbfdff 0%, #f5faff 100%);
}

.hcmc-cl-commit {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hcmc-cl-commit__card {
	border: 1px solid #dce8f5;
	border-radius: 12px;
	padding: 14px;
	background: #fff;
}

.hcmc-cl-commit__card h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

.hcmc-cl-commit__card p {
	margin: 0;
	color: var(--hcmc-cl-muted);
}

.hcmc-cl-trust {
	padding: 24px 0;
	background: #fff;
}

.hcmc-cl-pillars {
	padding: 28px 0 20px;
	background: linear-gradient(180deg, #fff7ef 0%, #fff 100%);
}

.hcmc-cl-carepaths {
	padding: 26px 0 18px;
	background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
}

.hcmc-cl-carepaths__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hcmc-cl-carepaths__card {
	padding: 14px;
	border: 1px solid #d7e7f5;
	border-radius: 12px;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hcmc-cl-carepaths__card h3 {
	margin: 0;
	font-size: 18px;
}

.hcmc-cl-carepaths__card p {
	margin: 0;
	color: var(--hcmc-cl-muted);
}

.hcmc-cl-carepaths__card .hcmc-cl-btn {
	margin-top: auto;
}

.hcmc-cl-head--left {
	text-align: left;
	max-width: 840px;
	margin: 0 0 14px;
}

.hcmc-cl-pillars__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hcmc-cl-pillars__card {
	padding: 14px;
	border-radius: 12px;
	border: 1px solid #eadfce;
	background: #fffefc;
}

.hcmc-cl-pillars__card h3 {
	margin: 0 0 7px;
	font-size: 18px;
}

.hcmc-cl-pillars__card p {
	margin: 0;
	color: var(--hcmc-cl-muted);
}

.hcmc-cl-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.hcmc-cl-trust__card {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 18px;
	border: 1px solid #e3ebf5;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.hcmc-cl-trust__card h3 {
	margin: 0 0 8px;
	font-size: 20px;
}

.hcmc-cl-trust__card p {
	margin: 0;
	color: var(--hcmc-cl-muted);
}

.hcmc-cl-cross-cta {
	margin-top: 14px;
	padding: 14px;
	border-radius: 12px;
	border: 1px solid #d7e5f3;
	background: #f9fcff;
}

.hcmc-cl-cross-cta p {
	margin: 0;
	text-align: center;
	color: #1f3851;
}

.hcmc-cl-cross-cta .hcmc-cl-actions {
	margin-top: 10px;
}

.hcmc-cl-faq {
	padding: 42px 0;
	background: var(--hcmc-cl-bg-warm);
}

.hcmc-cl-head {
	max-width: 900px;
	margin: 0 auto 14px;
	text-align: center;
}

.hcmc-cl-head h2 {
	margin: 0 0 10px;
	font-size: clamp(28px, 3.4vw, 36px);
}

.hcmc-cl-head p {
	margin: 0;
	color: var(--hcmc-cl-muted);
	line-height: 1.68;
}

.hcmc-cl-faq__list {
	max-width: 920px;
	margin: 0 auto;
	display: grid;
	gap: 10px;
}

.hcmc-cl-faq__item {
	border: 1px solid #dfe8f3;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.hcmc-cl-faq__q {
	width: 100%;
	border: 0;
	background: #fff !important;
	color: #0f172a !important;
	font-size: 17px;
	font-weight: 700;
	padding: 15px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	text-align: left;
	cursor: pointer;
}

.hcmc-cl-faq__q:hover,
.hcmc-cl-faq__q:focus-visible {
	background: #f8fafc !important;
	color: #0f172a !important;
	outline: none !important;
}

.hcmc-cl-faq__item.open .hcmc-cl-faq__q {
	background: #eff6ff !important;
	color: #0f172a !important;
}

.hcmc-cl-faq__q span {
	color: #0f172a !important;
	transition: transform .2s ease;
}

.hcmc-cl-faq__item.open .hcmc-cl-faq__q span {
	transform: rotate(180deg);
}

.hcmc-cl-faq__a {
	padding: 0 16px 15px;
	border-top: 1px solid #e2e8f0;
}

.hcmc-cl-faq__a p {
	margin: 10px 0 0;
	line-height: 1.72;
	color: #1e293b;
}

.hcmc-cl-final {
	padding: 52px 0 64px;
	background: linear-gradient(145deg, #0a4f7f 0%, #0f6ea5 60%, #0b3f63 100%);
	color: #f8fcff;
	text-align: center;
}

.hcmc-cl-final h2 {
	margin: 0 0 12px;
	font-size: clamp(30px, 4vw, 44px);
}

.hcmc-cl-final p {
	margin: 0;
	color: #d9eefc;
}

.hcmc-cl-final__note {
	margin-top: 10px !important;
	color: #f8fbff !important;
	font-weight: 600;
}

.hcmc-cl-actions--center {
	justify-content: center;
}

@media (max-width: 1100px) {
	.hcmc-cl-main__grid {
		grid-template-columns: 1fr;
	}

	.hcmc-cl-toc {
		position: static;
	}

	.hcmc-cl-facility {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hcmc-cl-pathway {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hcmc-cl-pillars__grid {
		grid-template-columns: 1fr;
	}

	.hcmc-cl-carepaths__grid {
		grid-template-columns: 1fr;
	}

	.hcmc-cl-commit {
		grid-template-columns: 1fr;
	}

	.hcmc-cl-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.hcmc-cl-container {
		width: min(1180px, 100% - 28px);
	}

	.hcmc-cl-hero {
		padding: 44px 0 34px;
	}

	.hcmc-cl-main {
		padding: 28px 0 20px;
	}

	.hcmc-cl-block {
		padding: 16px;
	}

	.hcmc-cl-facility,
	.hcmc-cl-focus,
	.hcmc-cl-pathway,
	.hcmc-cl-trust__grid {
		grid-template-columns: 1fr;
	}

	.hcmc-cl-proof__grid {
		grid-template-columns: 1fr;
	}

	.hcmc-cl-faq {
		padding: 30px 0;
	}

	.hcmc-cl-final {
		padding: 38px 0 44px;
	}

	.hcmc-cl-btn {
		width: 100%;
	}
}
