.mtd {
	--mtd-cyan: #1fadc1;
	--mtd-cyan-dark: #0e8a9f;
	--mtd-ink: #1a2332;
	--mtd-copy: #4a5565;
	--mtd-list: #364153;
	--mtd-muted: #99a1af;
	background: #f5f8f9;
	color: var(--mtd-ink);
	font-family: Inter, Arial, sans-serif;
	width: 100%;
}
.mtd *,
.mtd *::before,
.mtd *::after {
	box-sizing: border-box;
}
.mtd h1,
.mtd h2,
.mtd h3,
.mtd p,
.mtd ul,
.mtd ol,
.mtd li {
	margin: 0;
}
.mtd ul,
.mtd ol {
	list-style: none;
	padding: 0;
}
.mtd li {
	list-style: none;
}
.mtd li::marker {
	content: "";
}
.mtd a {
	text-decoration: none;
}
.mtd-hero {
	background: linear-gradient(rgba(0, 83, 95, 0.4), rgba(0, 83, 95, 0.4)), url("../images/medical-tourism-destinations/hero.jpg") center 48% / cover no-repeat;
	height: 422px;
}
.mtd-hero__inner {
	margin: 0 auto;
	max-width: 1280px;
	padding: 80px 16px;
	width: 100%;
}
.mtd-hero h1 {
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 38.4px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 48px;
	max-width: 768px;
}
.mtd-hero__actions {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}
.mtd-hero__button,
.mtd-hero__button:visited {
	align-items: center;
	border-radius: 10px;
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	line-height: 20px;
	min-height: 42px;
	padding: 10px 24px;
}
.mtd-hero__button:hover,
.mtd-hero__button:focus-visible {
	color: #fff;
	filter: brightness(0.96);
}
.mtd-hero__button--consult {
	background: linear-gradient(90deg, #e83e34, #ea8700);
}
.mtd-hero__button--visa {
	background: linear-gradient(90deg, var(--mtd-cyan), var(--mtd-cyan-dark));
}
.mtd-layout {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 856px) 360px;
	margin: 0 auto;
	max-width: 1280px;
	padding: 32px 16px 64px;
}
.mtd-intro,
.mtd-city,
.mtd-toc {
	background: #fff;
	border: 1px solid #f3f4f6;
	border-radius: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.mtd-intro {
	min-height: 216px;
	padding: 32px;
}
.mtd-intro h2 {
	color: var(--mtd-ink);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 33px;
}
.mtd-intro p {
	color: var(--mtd-copy);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 16px;
}
.mtd-city {
	display: grid;
	grid-template-columns: 288px minmax(0, 1fr);
	margin-top: 20px;
	min-height: 312px;
	overflow: hidden;
	scroll-margin-top: 110px;
}
.mtd-city:first-of-type {
	margin-top: 24px;
}
.mtd-city__media {
	background: #c9e9ef;
	min-height: 100%;
}
.mtd-city__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 288px;
}
.mtd-city__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	padding: 20px;
}
.mtd-city__body h2 {
	align-items: center;
	color: var(--mtd-ink);
	display: flex;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 20px;
	font-weight: 800;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 20px;
}
.mtd-city__body h2 img {
	flex: 0 0 16px;
	height: 16px;
	width: 16px;
}
.mtd-city__body > p {
	color: var(--mtd-copy);
	font-size: 14px;
	font-weight: 400;
	line-height: 22.75px;
}
.mtd-city__group h3 {
	align-items: center;
	color: var(--mtd-muted);
	display: flex;
	font-family: Inter, Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	gap: 6px;
	letter-spacing: 1px;
	line-height: 15px;
	text-transform: uppercase;
}
.mtd-city__group h3 img {
	flex: 0 0 12px;
	height: 12px;
	width: 12px;
}
.mtd-city__group ul {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 8px;
}
.mtd-city__group li {
	color: var(--mtd-list);
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.25px;
	padding: 0 0 0 14px;
	position: relative;
}
.mtd-city__group li::before {
	background: var(--mtd-cyan);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 6px;
}
.mtd-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}
.mtd-tags span {
	background: #e8f8fb;
	border: 1px solid rgba(31, 173, 193, 0.25);
	border-radius: 999px;
	color: var(--mtd-cyan);
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	padding: 2px 10px;
}
.mtd-sidebar {
	align-self: start;
	display: grid;
	gap: 20px;
	position: sticky;
	top: 112px;
}
.mtd-toc {
	overflow: hidden;
}
.mtd-toc h2 {
	align-items: center;
	background: linear-gradient(110deg, var(--mtd-cyan), var(--mtd-cyan-dark));
	color: #fff;
	display: flex;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0.5px;
	line-height: 20px;
	padding: 16px 20px;
	text-transform: uppercase;
}
.mtd-toc h2 span {
	font-size: 16px;
	font-weight: 400;
}
.mtd-toc ol {
	padding: 10px 12px 14px;
}
.mtd-toc li {
	padding: 0;
}
.mtd-toc a,
.mtd-toc a:visited {
	align-items: center;
	color: var(--mtd-list);
	display: flex;
	font-size: 14px;
	font-weight: 400;
	gap: 10px;
	line-height: 20px;
	min-height: 38px;
	padding: 2px 12px;
}
.mtd-toc a:hover,
.mtd-toc a:focus-visible {
	background: #effbfc;
	color: var(--mtd-cyan-dark);
}
.mtd-toc a span {
	align-items: center;
	background: #e8f8fb;
	border: 1px solid rgba(31, 173, 193, 0.25);
	border-radius: 50%;
	color: var(--mtd-cyan);
	display: flex;
	flex: 0 0 20px;
	font-size: 10px;
	height: 20px;
	justify-content: center;
	line-height: 20px;
}
.mtd-consult {
	background: linear-gradient(160deg, #37afc0, #168da2);
	border-radius: 16px;
	color: #fff;
	overflow: hidden;
	padding: 20px;
	position: relative;
}
.mtd-consult h2 {
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	text-align: center;
}
.mtd-consult p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-top: 14px;
	max-width: 248px;
	position: relative;
}
.mtd-consult a,
.mtd-consult a:visited {
	background: linear-gradient(90deg, #e83e34, #ea8700);
	border-radius: 8px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 20px;
	margin-top: 20px;
	padding: 10px;
}
.mtd-consult a:hover,
.mtd-consult a:focus-visible {
	color: #fff;
	filter: brightness(0.96);
}
@media (max-width: 1050px) {
	.mtd-layout {
		grid-template-columns: minmax(0, 1fr);
	}
	.mtd-sidebar {
		position: static;
	}
	.mtd-toc {
		display: none;
	}
	.mtd-consult {
		max-width: 856px;
	}
}
@media (max-width: 700px) {
	.mtd-hero {
		height: auto;
		min-height: 390px;
	}
	.mtd-hero__inner {
		padding: 56px 20px;
	}
	.mtd-hero h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.mtd-hero__actions {
		align-items: flex-start;
		flex-direction: column;
	}
	.mtd-layout {
		padding: 20px 16px 40px;
	}
	.mtd-intro {
		min-height: 0;
		padding: 24px;
	}
	.mtd-intro h2 {
		font-size: 21px;
		line-height: 29px;
	}
	.mtd-city {
		grid-template-columns: minmax(0, 1fr);
	}
	.mtd-city__media {
		height: 220px;
	}
	.mtd-city__media img {
		height: 220px;
		width: 100%;
	}
}

.mtd-policy {
	align-items: flex-start;
	background: #e8f8fb;
	border-left: 4px solid var(--mtd-cyan);
	border-radius: 0 16px 16px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 12px;
	margin-top: 20px;
	padding: 20px;
}
.mtd-policy__icon {
	align-items: center;
	background: var(--mtd-cyan);
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(31, 173, 193, 0.28);
	display: flex;
	flex: 0 0 32px;
	height: 32px;
	justify-content: center;
}
.mtd-policy__icon img {
	height: 12px;
	width: 12px;
	filter: brightness(0) invert(1);
}
.mtd-policy h2 {
	color: var(--mtd-ink);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.mtd-policy p {
	color: var(--mtd-copy);
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 2px;
}
.mtd-summary {
	background: #fff;
	border: 1px solid #f3f4f6;
	border-radius: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 20px;
	padding: 32px;
}
.mtd-summary p {
	color: var(--mtd-copy);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.mtd-summary strong {
	color: var(--mtd-list);
	font-weight: 700;
}
@media (max-width: 700px) {
	.mtd-policy {
		padding: 18px 16px;
	}
	.mtd-summary {
		padding: 24px;
	}
}

.mtd-city__group li a,
.mtd-city__group li a:visited {
	color: var(--mtd-list);
	text-decoration: none;
}
.mtd-city__group li a:hover,
.mtd-city__group li a:focus-visible {
	color: var(--mtd-cyan-dark);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mtd-city__media-link {
display: block;
height: 100%;
width: 100%;
}
.mtd-city__body h2 a,
.mtd-city__body h2 a:visited {
color: inherit;
text-decoration: none;
}
.mtd-city__body h2 a:hover,
.mtd-city__body h2 a:focus-visible {
color: var(--mtd-cyan-dark);
text-decoration: underline;
text-underline-offset: 3px;
}
