.kop-problems-v2 {
	width: 100%;
	padding: 80px 20px;
	background: #030f27;
	font-family: "Roboto", sans-serif;
	box-sizing: border-box;
}

.kop-problems-v2__inner {
	max-width: 1320px;
	margin: 0 auto;
}

.kop-problems-v2__top {
	max-width: 860px;
	margin: 0 auto 42px;
	text-align: center;
}

.kop-problems-v2__badge {
	display: inline-block;
	margin-bottom: 18px;
	padding: 9px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.kop-problems-v2 h2 {
	margin: 0 0 18px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: -.4px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.kop-problems-v2__top p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
}

.kop-problems-v2__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.kop-problems-v2__card {
	background: linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .04) 100%);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 24px;
	padding: 26px 24px;
	color: #fff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
	transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
	min-height: 100%;
	box-sizing: border-box;
}

.kop-problems-v2__card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 255, 255, .16);
	box-shadow: 0 24px 46px rgba(0, 0, 0, .22);
}

.kop-problems-v2__icon {
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: #fff;
	color: #030f27;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.kop-problems-v2__card h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 24px;
	line-height: 1.32;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
}

.kop-problems-v2__card p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
}

.kop-problems-v2__cta-wrap {
	text-align: center;
	margin-top: 34px;
}

.kop-problems-v2__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 28px;
	border-radius: 14px;
	background: #fff;
	color: #030f27;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.kop-problems-v2__btn:hover {
	transform: translateY(-2px);
	background: #f3f6fb;
}

@media (max-width: 1199px) {
	.kop-problems-v2 {
		padding: 72px 20px;
	}
	
	.kop-problems-v2 h2 {
		font-size: 42px;
	}
	
	.kop-problems-v2__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.kop-problems-v2 {
		padding: 56px 16px;
	}
	
	.kop-problems-v2__top {
		margin-bottom: 28px;
		text-align: left;
	}
	
	.kop-problems-v2__badge {
		margin-bottom: 14px;
		font-size: 12px;
	}
	
	.kop-problems-v2 h2 {
		font-size: 31px;
		line-height: 1.2;
		margin-bottom: 14px;
	}
	
	.kop-problems-v2__top p {
		font-size: 16px;
		line-height: 1.7;
	}
	
	.kop-problems-v2__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.kop-problems-v2__card {
		padding: 20px 18px;
		border-radius: 18px;
	}
	
	.kop-problems-v2__icon {
		width: 46px;
		height: 46px;
		border-radius: 14px;
		margin-bottom: 14px;
		font-size: 14px;
	}
	
	.kop-problems-v2__card h3 {
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 10px;
	}
	
	.kop-problems-v2__card p {
		font-size: 15px;
		line-height: 1.7;
	}
	
	.kop-problems-v2__cta-wrap {
		margin-top: 24px;
	}
	
	.kop-problems-v2__btn {
		width: 100%;
		padding: 15px 20px;
		font-size: 15px;
	}
}