.vtx-simple-cta {
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom right, #404040, #696968);
	color: #fff;
	font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vtx-simple-cta__pattern {
	position: absolute;
	right: 0;
	bottom: -64px;
	display: block;
	width: auto;
	height: 440px;
	aspect-ratio: 4167 / 5867;
	background: #fff;
	opacity: 0.4;
	mix-blend-mode: screen;
	pointer-events: none;
	-webkit-mask-image: url("../../vantixb-assets/brand/pattern-02.svg"), linear-gradient(to bottom, #000 55%, transparent 100%);
	mask-image: url("../../vantixb-assets/brand/pattern-02.svg"), linear-gradient(to bottom, #000 55%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain, 100% 100%;
	mask-size: contain, 100% 100%;
	-webkit-mask-position: right bottom, center;
	mask-position: right bottom, center;
	-webkit-mask-composite: source-in;
	mask-composite: intersect;
}

.vtx-simple-cta__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: 48px 24px;
	text-align: center;
}

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

.vtx-simple-cta__body {
	margin: 16px auto 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 32px;
}

.vtx-simple-cta__button {
	position: relative;
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	overflow: hidden;
	margin-top: 32px;
	padding: 10px 20px;
	border-radius: 9999px;
	background: linear-gradient(135deg, #ff4c2c 0%, #ff6214 23%, #ff8417 52%, #ffb217 77%, #ffda52 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	box-shadow: 0 18px 38px rgba(255, 98, 20, 0.18);
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vtx-simple-cta__button:hover,
.vtx-simple-cta__button:focus-visible {
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.vtx-simple-cta__button-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

@media (min-width: 1024px) {
	.vtx-simple-cta__inner {
		padding: 72px 40px;
	}
}
