.service-detail-v2-page {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #eaf7ff;
}

.service-detail-v2 {
	--sdv2-blue: #0097dc;
	--sdv2-blue-dark: #0b339a;
	--sdv2-blue-deep: #17324d;
	--sdv2-bg: #eaf7ff;
	--sdv2-soft: #f6fcff;
	--sdv2-white: #fff;
	--sdv2-muted: #627789;
	--sdv2-line: #d7edf8;
	--sdv2-green: #24c779;
	--sdv2-yellow: #f5a623;
	background: var(--sdv2-bg);
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	overflow: hidden;
}

.service-detail-v2 *,
.service-detail-v2 *::before,
.service-detail-v2 *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.service-detail-v2 h1,
.service-detail-v2 h2,
.service-detail-v2 h3,
.service-detail-v2 p,
.service-detail-v2 ul {
	margin-top: 0;
}

.service-detail-v2 img {
	max-width: 100%;
	height: auto;
}

.sdv2-container {
	width: min(100%, 1340px);
	margin: 0 auto;
	padding: 0 28px;
}

.sdv2-section {
	padding: 78px 0 0;
}

.sdv2-section-head {
	display: block;
	margin: 0 auto 48px;
	text-align: center;
}

.sdv2-section-head h1,
.sdv2-section-head h2,
.sdv2-section-title {
	margin: 0;
	color: var(--sdv2-blue);
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 700;
	line-height: 1.1;
}

.sdv2-section-head::after {
	display: block;
	width: 58px;
	height: 4px;
	margin: 18px auto 0;
	border-radius: 999px;
	background: var(--sdv2-blue);
	content: "";
}

.sdv2-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 32px;
	margin: 10px 0 18px;
	padding: 5px 14px 5px 10px;
	border: 1px solid #9fe3ff;
	border-radius: 999px;
	background: #eaf8ff;
	color: #333;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

.sdv2-chip img {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	object-fit: contain;
}

.sdv2-mini-item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid var(--sdv2-line);
	border-radius: 8px;
	background: var(--sdv2-soft);
}

.sdv2-mini-item__icon {
	display: inline-flex;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--sdv2-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.sdv2-mini-item__text {
	display: flex;
	align-items: center;
	min-height: 28px;
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-shadow: 0.25px 0 0 currentColor;
	text-transform: none;
}

@media (max-width: 1024px) {
	.sdv2-container {
		max-width: 760px;
		padding: 0 20px;
	}

	.sdv2-section {
		padding-top: 62px;
	}

	.sdv2-section-head {
		margin-bottom: 42px;
	}

	.sdv2-section-head h1,
	.sdv2-section-head h2,
	.sdv2-section-title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.service-detail-v2 {
		font-size: 14px;
		line-height: 1.55;
	}

	.sdv2-container {
		max-width: 430px;
		padding: 0 16px;
	}

	.sdv2-section {
		padding-top: 50px;
	}

	.sdv2-section-head {
		margin-bottom: 32px;
	}

	.sdv2-section-head h1,
	.sdv2-section-head h2,
	.sdv2-section-title {
		max-width: 310px;
		margin: 0 auto;
		font-size: 24px;
		line-height: 1.1;
	}

	.sdv2-section-head::after {
		width: 44px;
		height: 3px;
		margin-top: 10px;
	}

	.sdv2-mini-item {
		min-height: 38px;
		padding: 8px;
	}

	.sdv2-mini-item__icon {
		flex-basis: 24px;
		width: 24px;
		height: 24px;
		border-radius: 7px;
		font-size: 12px;
	}

	.sdv2-mini-item__text {
		min-height: 24px;
		font-size: 12px;
	}
}
