.gt-page {
	--gt-blue: #0b67bd;
	--gt-blue-dark: #0a4d91;
	--gt-text: #0b67bd;
	--gt-text-gradient: linear-gradient(180deg, #0f95d9 0%, #087ec8 100%);
	--gt-muted: #627896;
	--gt-soft: #edf6ff;
	--gt-border: #dce9f6;
	color: var(--gt-text);
	background: #fff;
	padding-top: 50px;
}

.gt-page * {
	box-sizing: border-box;
}

.gt-container {
	width: min(100% - 32px, 1080px);
	margin: 0 auto;
	position: relative;
}

.gt-section {
	padding: 58px 0;
}

.gt-section--blue {
	background: var(--gt-soft);
}

.gt-section__title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
}

.gt-section__title span,
.gt-section__index {
	color: #b7dcf4;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}

.gt-section__title h1,
.gt-section__title h2,
.gt-heading {
	margin: 0;
	color: #087ec8;
	background: var(--gt-text-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.gt-section__title--stack {
	display: block;
}

.gt-section__title--stack span {
	display: inline-block;
	margin-right: 8px;
}

.gt-section__title--stack small {
	display: block;
	margin: 0 0 8px;
	color: var(--gt-blue);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.gt-section__title--stack p,
.gt-page p {
	margin: 0;
	color: var(--gt-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}

.gt-media,
.gt-reason-card,
.gt-doctor-card,
.gt-tech-card,
.gt-facility__item img,
.gt-achievements img {
	border: 1px solid var(--gt-border);
	background: #f7fbff;
}

.gt-media {
	overflow: hidden;
	border-radius: 8px;
}

.gt-media img,
.gt-hero__image,
.gt-reason-card img,
.gt-doctor-card img,
.gt-tech-card img,
.gt-facility__item img,
.gt-achievements img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.gt-icon {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(11, 103, 189, .12);
}

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

.gt-page a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 18px;
	border: 1px solid #b8d7f2;
	border-radius: 999px;
	color: var(--gt-blue);
	background: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.gt-page a.gt-button {
	min-height: 40px !important;
	padding: 0 22px !important;
	border: 2px solid #fff !important;
	color: #fff !important;
	background: linear-gradient(180deg, #1381d7, #075aa8) !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 18px rgba(11, 103, 189, .25) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-transform: uppercase;
}

.gt-page a.gt-button--outline {
	min-width: 142px !important;
	min-height: 42px !important;
	border: 1px solid var(--gt-blue) !important;
	color: var(--gt-blue) !important;
	background: #fff !important;
	border-radius: 6px !important;
	box-shadow: none !important;
}

.gt-slider-dots {
	display: none;
}

@media (max-width: 767px) {
	.gt-container {
		width: min(100% - 24px, 360px);
	}

	.gt-section {
		padding: 28px 0;
	}

	.gt-section__title {
		align-items: flex-start;
		gap: 6px;
		margin-bottom: 16px;
		padding-right: 54px;
	}

	.gt-section__title span,
	.gt-section__index {
		font-size: 32px;
	}

	.gt-section__title h1,
	.gt-section__title h2,
	.gt-heading {
		font-size: 21px;
	}

	.gt-page p {
		font-size: 12px;
		line-height: 1.65;
	}

	.gt-slider-dots {
		right: 12px;
		top: 12px;
	}
}
