.vtx-core-values {
	background: #fff;
	color: #404040;
	font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vtx-core-values__inner {
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: 64px 24px;
}

.vtx-core-values__intro {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.vtx-core-values__heading {
	margin: 0;
	color: #404040;
	font-size: 36px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.vtx-core-values__subheading {
	margin: 16px 0 0;
	color: #797878;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0;
}

.vtx-core-values__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 40px;
}

.vtx-core-value-card {
	position: relative;
	min-height: 100%;
	overflow: visible;
	padding: 32px 24px 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: #404040;
	box-shadow: 0 24px 60px rgba(64, 64, 64, 0.1);
	backdrop-filter: blur(8px);
	text-align: center;
}

.vtx-core-value-card__watermark {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius: 18px;
	color: rgba(255, 255, 255, 0.1);
	pointer-events: none;
}

.vtx-core-value-card__watermark svg {
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 112px;
	height: 112px;
}

.vtx-core-value-card__kicker {
	position: absolute;
	top: -24px;
	left: 50%;
	display: flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	border-radius: 999px;
	background: #ff6214;
	box-shadow: 0 18px 38px rgba(255, 98, 20, 0.18);
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
}

.vtx-core-value-card__title {
	position: relative;
	margin: 16px 0 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.375;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.vtx-core-value-card__body {
	position: relative;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0;
}

@media (min-width: 1024px) {
	.vtx-core-values__inner {
		padding-right: 40px;
		padding-left: 40px;
	}

	.vtx-core-values__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
