.terapix-shoulder-hero {
	background: linear-gradient(135deg, #f5f8fb 0%, #eef4f8 100%);
	overflow: hidden;
	padding: 92px 0;
	position: relative;
}

.terapix-shoulder-hero:after {
	background: #e96c00;
	border-radius: 50%;
	content: "";
	height: 380px;
	opacity: .08;
	position: absolute;
	right: -140px;
	top: -170px;
	width: 380px;
}

.terapix-shoulder-hero h1 {
	color: #102f4e;
	font-size: 58px;
	font-weight: 700;
	line-height: 1.05;
	margin-bottom: 20px;
}

.terapix-shoulder-hero__lead {
	color: #4f6475;
	font-size: 22px;
	line-height: 1.65;
	margin-bottom: 32px;
	max-width: 680px;
}

.terapix-shoulder-hero .btn,
.terapix-shoulder-approach .btn {
	border-radius: 4px;
}

.terapix-shoulder-hero__panel {
	background: #102f4e;
	border-radius: 10px;
	box-shadow: 0 24px 65px rgba(16, 47, 78, .2);
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 54px;
	position: relative;
	z-index: 1;
}

.terapix-shoulder-hero__panel i {
	color: #e96c00;
	font-size: 58px;
	margin-bottom: auto;
}

.terapix-shoulder-hero__panel strong {
	font-size: 28px;
	margin-bottom: 10px;
}

.terapix-shoulder-hero__panel span {
	color: #dce6ed;
	font-size: 17px;
	line-height: 1.7;
}

.terapix-shoulder-benefits {
	background: #f7fafc;
	padding: 78px 0;
}

.terapix-shoulder-benefits h2,
.terapix-shoulder-videos h2,
.terapix-shoulder-approach h2 {
	color: #102f4e;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 18px;
}

.terapix-shoulder-benefit-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.terapix-shoulder-benefit-grid > div {
	background: #fff;
	border: 1px solid #e6edf2;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(16, 47, 78, .07);
	padding: 28px;
}

.terapix-shoulder-benefit-grid span {
	color: #e96c00;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 16px;
}

.terapix-shoulder-benefit-grid p {
	color: #536878;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.terapix-shoulder-videos {
	padding: 78px 0;
}

.terapix-shoulder-videos p,
.terapix-shoulder-approach p {
	color: #536878;
	font-size: 16px;
	line-height: 1.8;
}

.terapix-shoulder-video-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.terapix-shoulder-video-card {
	background: #102f4e;
	border-radius: 10px;
	box-shadow: 0 20px 54px rgba(16, 47, 78, .16);
	overflow: hidden;
}

.terapix-shoulder-video-card video {
	background: #102f4e;
	display: block;
	height: auto;
	max-height: 560px;
	width: 100%;
}

.terapix-shoulder-condition-list {
	column-gap: 36px;
	columns: 2;
}

.terapix-shoulder-condition-list li {
	break-inside: avoid;
	margin-bottom: 14px;
}

.terapix-shoulder-approach {
	padding: 78px 0;
}

.terapix-shoulder-approach .container {
	background: #f5f8fb;
	border-left: 5px solid #e96c00;
	border-radius: 8px;
	padding-bottom: 44px;
	padding-top: 44px;
}

@media (max-width: 991px) {
	.terapix-shoulder-hero,
	.terapix-shoulder-benefits,
	.terapix-shoulder-videos,
	.terapix-shoulder-approach {
		padding: 56px 0;
	}

	.terapix-shoulder-hero h1 {
		font-size: 44px;
	}

	.terapix-shoulder-hero__panel {
		min-height: 280px;
	}

	.terapix-shoulder-benefit-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.terapix-shoulder-video-grid {
		grid-template-columns: 1fr;
	}

	.terapix-shoulder-approach .container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 575px) {
	.terapix-shoulder-hero h1 {
		font-size: 36px;
	}

	.terapix-shoulder-hero__lead {
		font-size: 18px;
	}

	.terapix-shoulder-hero__panel {
		min-height: 250px;
		padding: 34px;
	}

	.terapix-shoulder-benefits h2,
	.terapix-shoulder-videos h2,
	.terapix-shoulder-approach h2 {
		font-size: 28px;
	}

	.terapix-shoulder-benefit-grid {
		grid-template-columns: 1fr;
	}

	.terapix-shoulder-condition-list {
		columns: 1;
	}
}
