.target-audience,
.target-audience * {
	box-sizing: border-box;
}

.target-audience {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 30px;
	background: #eaf1fa;
	color: #333;
	font-family: inherit;
}

.target-audience__background {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	opacity: 0.4;
	pointer-events: none;
}

.target-audience__background img {
	position: absolute;
	top: 12.71%;
	left: -6.25%;
	display: block;
	width: 112.5%;
	height: 87.29%;
	max-width: none;
	object-fit: fill;
}

.target-audience__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	width: 100%;
	max-width: 1146px;
	margin: 0 auto;
}

.target-audience__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: 100%;
	text-align: center;
}

.target-audience__eyebrow {
	width: 100%;
	margin: 0;
	background: linear-gradient(
		90deg,
		#c883d4 2.45%,
		#fe5f35 100%
	);
	background-clip: text;
	color: transparent;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.18px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.target-audience__heading {
	width: 100%;
	margin: 0;
	color: #333;
	font-size: 52px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -1.56px;
}

.target-audience__key-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
	width: 100%;
}

.target-audience__point-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 248px;
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.04);
}

.target-audience__point-icon {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	margin-bottom: 32px;
	overflow: hidden;
}

.target-audience__point-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.target-audience__point-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.target-audience__point-title,
.target-audience__audience-title {
	width: 100%;
	margin: 0;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.72px;
}

.target-audience__description {
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.target-audience__description p {
	margin: 0;
}

.target-audience__audience-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.target-audience__audience-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-width: 0;
	height: 362px;
	overflow: hidden;
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.04);
}

.target-audience__audience-image {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	border-radius: 8px;
	pointer-events: none;
}

.target-audience__audience-image img {
	position: absolute;
	top: -28.68%;
	left: 22.66%;
	display: block;
	width: 100%;
	height: 132.11%;
	object-fit: contain;
	object-position: right bottom;
}

.target-audience__audience-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 249px;
	max-width: 48%;
}

.target-audience__button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 249px;
	max-width: 48%;
	min-height: 33px;
	padding: 6px 16px;
	border-radius: 4px;
	background: var(--target-button-color, #c883d4);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

a.target-audience__button:hover,
a.target-audience__button:focus-visible {
	color: #fff;
	opacity: 0.85;
}

.target-audience__empty {
	width: 100%;
	padding: 24px;
	border: 1px dashed #1169ec;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
}

.target-audience--audience .target-audience__key-points {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.target-audience--features_grid .target-audience__key-points {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.target-audience--features_grid .target-audience__point-card {
	min-height: 248px;
}

@media (min-width: 1025px) {
	.target-audience {
		margin-bottom: -1px;
		background: #eaf1fa !important;
	}

	.target-audience::after,
	.target-audience__background::after {
		display: none !important;
	}

	.target-audience__background {
		opacity: 1 !important;
	}

	.target-audience__background img {
		top: 12.71%;
		left: -6.25%;
		width: 112.5%;
		height: 87.29%;
		max-width: none;
		opacity: 0.4 !important;

		-webkit-mask-image: linear-gradient(
			to bottom,
			#000 0%,
			#000 45%,
			rgba(0, 0, 0, 0.85) 57%,
			rgba(0, 0, 0, 0.55) 68%,
			rgba(0, 0, 0, 0.25) 78%,
			transparent 88%,
			transparent 100%
		);

		mask-image: linear-gradient(
			to bottom,
			#000 0%,
			#000 45%,
			rgba(0, 0, 0, 0.85) 57%,
			rgba(0, 0, 0, 0.55) 68%,
			rgba(0, 0, 0, 0.25) 78%,
			transparent 88%,
			transparent 100%
		);

		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
	}

	.target-audience + * {
		margin-top: -1px !important;
		border-top: 0 !important;
		background-color: #eaf1fa !important;
		box-shadow: none !important;
	}
}

@media (max-width: 1024px) {
	.target-audience__heading {
		font-size: 44px;
	}

	.target-audience__key-points,
	.target-audience--audience .target-audience__key-points,
	.target-audience--features_grid .target-audience__key-points {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}

	.target-audience__point-card,
	.target-audience--audience
		.target-audience__point-card:last-child:nth-child(odd),
	.target-audience--features_grid
		.target-audience__point-card:last-child:nth-child(odd) {
		grid-column: auto;
		width: 100%;
		height: auto;
		min-height: 0;
	}

	.target-audience__audience-cards {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.target-audience__audience-card {
		width: 100%;
		height: 400px;
	}
}

@media (max-width: 767px) {
	.target-audience {
		padding: 32px 16px;
	}

	.target-audience__background img {
		top: 12.66%;
		left: -6.25%;
		width: 112.5%;
		height: 86.96%;
	}

	.target-audience__inner {
		gap: 24px;
	}

	.target-audience__header {
		gap: 24px;
	}

	.target-audience__heading {
		font-size: 32px;
		line-height: 1.1;
		letter-spacing: -0.96px;
	}

	.target-audience__key-points,
	.target-audience--audience .target-audience__key-points,
	.target-audience--features_grid .target-audience__key-points,
	.target-audience__audience-cards {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.target-audience__point-card {
		width: 100%;
		min-height: 0;
		padding: 24px;
	}

	.target-audience--audience
		.target-audience__point-card:last-child:nth-child(odd),
	.target-audience--features_grid
		.target-audience__point-card:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.target-audience__audience-card {
		width: 100%;
		height: 420px;
		padding: 24px;
	}

	.target-audience__audience-image img {
		top: 27.4%;
		left: 0;
		width: 100%;
		height: 72.6%;
		object-fit: contain;
		object-position: center bottom;
	}

	.target-audience__audience-copy {
		width: 100%;
		max-width: 100%;
	}

	.target-audience__button {
		width: 100%;
		max-width: 100%;
	}
}