.care-detail-page {
	background: linear-gradient(180deg, #ffffff 0%, #f6f7f8 100%);
	padding-top: 100px;
}

.care-detail-hero {
	background: #fff;
	border: 1px solid rgba(38, 54, 71, .08);
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(38, 54, 71, .08);
	margin-bottom: 46px;
	overflow: hidden;
}

.care-detail-hero .hero-image {
	height: 100%;
	min-height: 420px;
	position: relative;
}

.care-detail-hero .hero-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.care-detail-hero .hero-badge {
	background: rgba(255, 255, 255, .94);
	border-radius: 6px;
	bottom: 24px;
	color: #263647;
	font-size: 13px;
	font-weight: 800;
	left: 24px;
	padding: 12px 16px;
	position: absolute;
}

.care-detail-hero .hero-content {
	padding: 52px 48px;
}

.care-detail-hero .kicker {
	color: var(--theme-color2);
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.care-detail-hero h2 {
	color: #263647;
	font-size: 40px;
	line-height: 1.18;
	margin-bottom: 18px;
}

.care-detail-hero p {
	color: #667485;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 28px;
}

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

.care-highlights span {
	align-items: center;
	background: #f7f4ef;
	border-radius: 6px;
	color: #344456;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 9px;
	line-height: 1.35;
	padding: 13px 14px;
}

.care-highlights i {
	color: var(--theme-color2);
	font-size: 13px;
}

.care-content-grid {
	align-items: flex-start;
}

.care-section-card {
	background: #fff;
	border: 1px solid rgba(38, 54, 71, .08);
	border-radius: 8px;
	box-shadow: 0 14px 38px rgba(38, 54, 71, .055);
	display: grid;
	grid-template-columns: 72px 1fr;
	margin-bottom: 20px;
	padding: 30px;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.care-section-card:hover {
	border-color: rgba(177, 128, 76, .28);
	box-shadow: 0 20px 48px rgba(38, 54, 71, .09);
	transform: translateY(-3px);
}

.care-section-card .number {
	align-items: center;
	background: #f7f4ef;
	border-radius: 8px;
	color: var(--theme-color2);
	display: flex;
	font-size: 20px;
	font-weight: 800;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.care-section-card h3 {
	color: #263647;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 12px;
}

.care-section-card p {
	color: #687585;
	font-size: 15px;
	line-height: 1.78;
	margin-bottom: 0;
}

.care-side-panel {
	background: #263647;
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(38, 54, 71, .18);
	color: #fff;
	padding: 34px 30px;
	position: sticky;
	top: 105px;
}

.care-side-panel h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1.35;
	margin-bottom: 14px;
}

.care-side-panel p {
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 24px;
}

.care-side-panel ul {
	margin-bottom: 28px;
}

.care-side-panel li {
	align-items: flex-start;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .9);
	display: flex;
	font-size: 14px;
	gap: 11px;
	padding: 13px 0;
}

.care-side-panel li i {
	color: var(--theme-color1);
	margin-top: 4px;
}

.care-side-panel .theme-btn {
	width: 100%;
}

@media (max-width: 991.98px) {
	.care-detail-page {
		padding-top: 75px;
	}

	.care-detail-hero .hero-image {
		min-height: 320px;
	}

	.care-detail-hero .hero-content {
		padding: 38px 32px;
	}

	.care-detail-hero h2 {
		font-size: 34px;
	}

	.care-side-panel {
		margin-top: 18px;
		position: relative;
		top: auto;
	}
}

@media (max-width: 575.98px) {
	.care-detail-page {
		padding-top: 60px;
	}

	.care-detail-hero .hero-content {
		padding: 30px 24px;
	}

	.care-detail-hero h2 {
		font-size: 28px;
	}

	.care-highlights {
		grid-template-columns: 1fr;
	}

	.care-section-card {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.care-section-card .number {
		margin-bottom: 18px;
	}
}
