.nps-sections {
	width: 100%;
}

.nps-section {
	position: relative;
	padding: 80px 20px;
	text-align: center;
	overflow: hidden;
}

.nps-section--light {
	background: #fbfbfd;
	color: #1d1d1f;
}

.nps-section--dark {
	background: #000;
	color: #f5f5f7;
}

.nps-section__media {
	max-width: 1100px;
	margin: 0 auto 40px;
}

.nps-section__image,
.nps-section__video {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 18px;
}

.nps-section__model {
	width: 100%;
	height: 60vh;
	min-height: 420px;
	display: block;
	background-color: transparent;
	--poster-color: transparent;
}

.nps-section__content {
	max-width: 720px;
	margin: 0 auto;
}

.nps-section--align-left .nps-section__content {
	text-align: left;
}

.nps-section--align-right .nps-section__content {
	text-align: right;
}

.nps-section__title {
	font-size: clamp( 28px, 4vw, 48px );
	line-height: 1.08;
	font-weight: 600;
	letter-spacing: -0.015em;
	margin: 0 0 16px;
}

.nps-section__text {
	font-size: clamp( 17px, 2vw, 21px );
	line-height: 1.5;
	opacity: 0.85;
}

.nps-section__text p {
	margin: 0 0 1em;
}

.nps-section__text p:last-child {
	margin-bottom: 0;
}

@media ( max-width: 768px ) {
	.nps-section {
		padding: 56px 16px;
	}

	.nps-section__media {
		margin-bottom: 28px;
	}

	.nps-section__image,
	.nps-section__video {
		border-radius: 12px;
	}

	.nps-section__model {
		height: 46vh;
		min-height: 320px;
	}
}
