@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: local("Inter");
}

.medchinaguide-file-page:has(.mgh) .site-footer {
	display: none;
}

.medchinaguide-file-page .medchinaguide-file-page__content {
	margin: 0;
}

.mgh {
	--mgh-teal: #1fadc1;
	--mgh-teal-dark: #0e8a9f;
	--mgh-cyan: #e8fdff;
	--mgh-card: #faffff;
	--mgh-copy: #404040;
	width: 100%;
	overflow: hidden;
	background: #fff;
	color: var(--mgh-copy);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.625;
}

.mgh *,
.mgh *::before,
.mgh *::after {
	box-sizing: border-box;
}

.mgh img {
	display: block;
}

.mgh a {
	text-decoration: none;
}

.mgh-hero {
	position: relative;
	height: 698px;
	min-height: 680px;
	overflow: hidden;
	color: #fff;
}

.mgh-hero > img,
.mgh-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.mgh-hero > img {
	object-fit: cover;
	object-position: center 44%;
	transform: scale(1.12);
}

.mgh-hero__shade {
	background: linear-gradient(141deg, rgba(8, 90, 108, .88) 8.5%, rgba(15, 139, 160, .72) 40%, rgba(5, 25, 35, .55) 91.5%);
}

.mgh-hero::after {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 144px;
	background: linear-gradient(to bottom, transparent, #fff);
	content: "";
}

.mgh-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(1024px, 100%);
	height: 680px;
	margin: 0 auto;
	padding: 52px 24px 20px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	text-align: center;
}

.mgh-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	line-height: 75px;
	letter-spacing: 0;
	font-family: Montserrat;
}

.mgh-hero__lead {
	margin: 0;
	color: rgba(232, 253, 255, .92);
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
}

.mgh-rule {
	width: 64px;
	height: 2px;
	margin: 0;
	border-radius: 2px;
	background: rgba(232, 253, 255, .5);
}

.mgh-hero__copy {
	width: min(672px, 100%);
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.mgh-video {
	position: relative;
	width: 424px;
	height: 238px;
	max-width: 86vw;
	flex: 0 0 238px;
	overflow: hidden;
	border: 5px solid #fff;
	border-radius: 22px;
	background: url("../images/medguide-hub/remote.jpg") center / cover no-repeat;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .25);
}

.mgh-video::before {
	position: absolute;
	inset: 0;
	background: rgba(4, 24, 29, .18);
	content: "";
}

.mgh-video::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 52px;
	height: 52px;
	padding-left: 4px;
	border-radius: 50%;
	place-items: center;
	background: rgba(255, 255, 255, .94);
	color: var(--mgh-teal-dark);
	content: "\25b6";
	font-size: 18px;
	line-height: 1;
	transform: translate(-50%, -50%);
}

.mgh-process {
	display: flex;
	width: 1024px;
	max-width: 100%;
	margin: 0 auto;
	padding: 120px 24px 119px;
	flex-direction: column;
	gap: 48px;
}

.mgh-card {
	position: relative;
	display: grid;
	width: 976px;
	max-width: 100%;
	min-height: 365px;
	padding: 40px 32px 32px;
	border-radius: 16px;
	grid-template-columns: 256px minmax(0, 632px);
	gap: 24px;
	background: var(--mgh-card);
	box-shadow: 0 6px 28px rgba(31, 173, 193, .09), 0 2px 8px rgba(0, 0, 0, .04);
}

.mgh-card:nth-of-type(1) { min-height: 391px; }
.mgh-card:nth-of-type(2) { min-height: 368px; }
.mgh-card:nth-of-type(3) { min-height: 521px; }
.mgh-card:nth-of-type(4) { min-height: 417px; }
.mgh-card:nth-of-type(5) { min-height: 365px; }
.mgh-card:nth-of-type(6) { min-height: 531px; padding-top: 47px; }

.mgh-step {
	position: absolute;
	z-index: 3;
	top: -23px;
	left: 28px;
	display: flex;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(150deg, #2dcae0 8%, #0c7d92 92%);
	box-shadow: 0 8px 20px rgba(12, 125, 146, .32);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 18px;
}

.mgh-step small {
	color: rgba(232, 253, 255, .65);
	font-family: "Montserrat", sans-serif;
	font-size: 6px;
	font-weight: 700;
	line-height: 8px;
	letter-spacing: 1.32px;
}

.mgh-photo {
	width: 256px;
	height: 320px;
	max-height: 320px;
	min-height: 220px;
	border-radius: 14px;
	object-fit: cover;
}

.mgh-card:nth-of-type(1) .mgh-photo { height: 320px; object-position: center bottom; }
.mgh-card:nth-of-type(2) .mgh-photo { height: 296px; }
.mgh-card:nth-of-type(3) .mgh-photo { height: 320px; }
.mgh-card:nth-of-type(4) .mgh-photo { height: 320px; }
.mgh-card:nth-of-type(5) .mgh-photo { height: 292px; }
.mgh-card:nth-of-type(6) .mgh-photo { height: 320px; }

.mgh-content {
	display: flex;
	min-width: 0;
	padding: 8px 0;
	align-items: stretch;
	flex-direction: column;
	gap: 16px;
}

.mgh-head {
	display: flex;
	width: 100%;
	min-height: 40px;
	align-items: flex-start;
	gap: 12px;
	justify-content: space-between;
}

.mgh-title {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	gap: 12px;
}

.mgh-icon {
	display: grid;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 14px;
	place-items: center;
	background: var(--mgh-cyan);
}

.mgh-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.mgh h2 {
	margin: 0;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: 0;
}

.mgh-title h2 {
	max-width: 430px;
}

.mgh-price {
	flex: 0 0 auto;
	background: linear-gradient(135deg, #e83e34 8%, #ea8700 92%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 30px;
	font-weight: 800;
	line-height: 36px;
	white-space: nowrap;
}

.mgh-content > p {
	width: 100%;
	margin: 0;
	color: #404040;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.mgh-note {
	display: flex;
	width: 100%;
	min-height: 70px;
	padding: 12px 16px;
	border-radius: 43px;
	align-items: flex-start;
	gap: 10px;
	background: var(--mgh-cyan);
	color: #404040;
	font-size: 14px;
	font-weight: 300;
	line-height: 22.75px;
}

.mgh-note img {
	width: 15px;
	height: 15px;
	margin-top: 3px;
	flex: 0 0 15px;
	object-fit: contain;
}

.mgh-actions {
	display: flex;
	min-height: 44px;
	padding-top: 4px;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px;
}

.mgh-button {
	display: inline-flex;
	height: 40px;
	padding: 10px 20px;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	white-space: nowrap;
}

.mgh-button:first-child {
	background: linear-gradient(90deg, #1fadc1, #0e8a9f);
	box-shadow: 0 10px 7.5px rgba(31, 173, 193, .3), 0 4px 3px rgba(31, 173, 193, .3);
	color: #fff;
}

.mgh-button:last-child:not(:first-child) {
	background: #fffcf7;
	box-shadow: 0 4px 6px rgba(200, 130, 0, .08);
	color: #b07020;
}

.mgh-service-list {
	display: grid;
	margin: 0;
	padding: 0;
	gap: 8px;
	list-style: none;
}

.mgh-service-list li {
	position: relative;
	padding-left: 26px;
	color: #404040;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}

.mgh-service-list li::before {
	position: absolute;
	top: 3px;
	left: 0;
	display: grid;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	place-items: center;
	background: var(--mgh-cyan);
	color: var(--mgh-teal-dark);
	content: "\2713";
	font-size: 11px;
	font-weight: 700;
}

.mgh-package {
	display: flex;
	width: 976px;
	max-width: 100%;
	height: 497px;
	padding: 48px 40px 41px;
	border: 1px solid rgba(31, 173, 193, .45);
	border-radius: 16px;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(160deg, #faffff, #effdff);
	text-align: center;
}

.mgh-package > .mgh-icon {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	border-radius: 18px;
}

.mgh-package > .mgh-icon img {
	width: 28px;
	height: 28px;
}

.mgh-package h2 {
	margin: 24px 0 0;
	color: #0e8a9f;
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
}

.mgh-package h3 {
	margin: 0;
	color: #1fadc1;
	font-size: 22px;
	font-weight: 700;
	line-height: 36px;
}

.mgh-package p {
	width: 576px;
	max-width: 100%;
	margin: 24px 0;
	font-size: 16px;
	line-height: 26px;
}

.mgh-buy {
	display: flex;
	min-width: 269px;
	height: 76px;
	margin-top: 0;
	padding: 20px 40px;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	background: linear-gradient(110deg, #e83e34, #ea8700);
	box-shadow: 0 10px 20px rgba(232, 62, 52, .24);
	color: #fff;
}

.mgh-buy strong {
	font-size: 30px;
	line-height: 36px;
}

.mgh-buy span {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}

.mgh-after-label {
	display: flex;
	width: 100%;
	height: 20px;
	align-items: center;
	gap: 16px;
	color: var(--mgh-teal);
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

.mgh-after-label::before,
.mgh-after-label::after {
	height: 1px;
	flex: 1;
	background: rgba(31, 173, 193, .28);
	content: "";
}

.mgh-after {
	display: grid;
	width: 976px;
	max-width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.mgh-after article {
	position: relative;
	height: 418px;
	overflow: hidden;
	border-radius: 16px;
	background: var(--mgh-card);
	box-shadow: 0 0 0 1px rgba(31, 173, 193, .13), 0 6px 28px rgba(31, 173, 193, .09), 0 2px 8px rgba(0, 0, 0, .04);
}

.mgh-after__photo {
	width: 100%;
	height: 176px;
	object-fit: cover;
}

.mgh-after .mgh-step {
	top: 153px;
}

.mgh-after__body {
	padding: 32px 28px 28px;
}

.mgh-after h2 {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.mgh-after p {
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 26px;
}

.mgh-benefits {
	padding: 64px 24px;
	border: 1px solid rgba(31, 173, 193, .35);
	background: linear-gradient(160deg, #eefdff, #fffaf5);
	text-align: center;
}

.mgh-benefits > div {
	max-width: 1152px;
	margin: 0 auto;
}

.mgh-benefits > div > h2 {
	margin: 0;
	color: #0e8a9f;
	font-size: 28px;
	line-height: 38px;
}

.mgh-benefits > div > p {
	margin: 10px 0 32px;
	font-size: 14px;
}

.mgh-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	text-align: left;
}

.mgh-benefits article {
	min-height: 112px;
	padding: 20px;
	border: 1px solid rgba(31, 173, 193, .12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.mgh-benefits h3 {
	margin: 0 0 8px;
	color: #202020;
	font-size: 16px;
	line-height: 24px;
}

.mgh-benefits article p {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
}

.mgh-footer {
	padding: 72px 24px 32px;
	background: #07333d;
	color: rgba(255, 255, 255, .72);
}

.mgh-footer__grid {
	display: grid;
	max-width: 1152px;
	margin: 0 auto;
	grid-template-columns: 1.3fr repeat(3, 1fr);
	gap: 48px;
}

.mgh-footer__grid > div {
	min-width: 0;
}

.mgh-footer__grid > div:first-child img {
	width: 130px;
	height: 74px;
	object-fit: contain;
	object-position: left center;
}

.mgh-footer h2 {
	margin: 0 0 18px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 17px;
}

.mgh-footer a,
.mgh-footer p {
	display: block;
	margin: 0 0 10px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 20px;
	overflow-wrap: anywhere;
}

.mgh-legal {
	max-width: 1152px;
	margin: 40px auto 0;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.mgh-legal p {
	color: rgba(255, 255, 255, .38);
	font-size: 12px;
}

@media (max-width: 820px) {
	.mgh-hero {
		height: 720px;
	}

	.mgh-hero__content {
		height: 700px;
		padding: 40px 20px 20px;
		gap: 18px;
	}

	.mgh-hero h1 {
		font-size: 42px;
		line-height: 52px;
	}

	.mgh-hero__lead {
		font-size: 18px;
		line-height: 26px;
	}

	.mgh-process {
		width: min(680px, calc(100% - 24px));
		padding: 80px 0 64px;
		gap: 42px;
	}

	.mgh-card {
		width: 100%;
		min-height: 0 !important;
		padding: 24px;
		grid-template-columns: 1fr;
	}

	.mgh-photo {
		width: 100%;
		height: 280px !important;
		max-height: none;
	}

	.mgh-head {
		flex-direction: column;
	}

	.mgh-title h2 {
		font-size: 21px;
		line-height: 29px;
	}

	.mgh-note {
		border-radius: 18px;
	}

	.mgh-package {
		width: 100%;
	}

	.mgh-after {
		width: 100%;
		grid-template-columns: 1fr;
	}

	.mgh-benefits__grid,
	.mgh-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.mgh-hero {
		height: 760px;
	}

	.mgh-hero__content {
		height: 740px;
		padding-inline: 18px;
	}

	.mgh-hero h1 {
		font-size: 36px;
		line-height: 45px;
	}

	.mgh-hero__copy br {
		display: none;
	}

	.mgh-video {
		height: auto;
		flex-basis: auto;
		aspect-ratio: 16 / 9;
	}

	.mgh-card {
		padding: 20px 16px 24px;
	}

	.mgh-photo {
		height: 220px !important;
	}

	.mgh-title h2 {
		font-size: 19px;
		line-height: 26px;
	}

	.mgh-price {
		font-size: 26px;
	}

	.mgh-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mgh-button {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.mgh-package {
		height: auto;
		padding: 32px 16px;
	}

	.mgh-package h2 {
		font-size: 25px;
		line-height: 34px;
	}

	.mgh-buy {
		min-width: 0;
		padding: 16px 24px;
	}

	.mgh-benefits__grid,
	.mgh-footer__grid {
		grid-template-columns: 1fr;
	}
}
