.vtx-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-cta__pattern {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	pointer-events: none;
}

.vtx-cta__pattern--image {
	width: auto;
	height: 100%;
	max-width: none;
	object-fit: contain;
	object-position: right bottom;
	opacity: 0.75;
	-webkit-mask-image: linear-gradient(to top, #000 55%, transparent 100%);
	mask-image: linear-gradient(to top, #000 55%, transparent 100%);
}

.vtx-cta__pattern--tint {
	right: 0;
	bottom: -64px;
	width: auto;
	height: 440px;
	aspect-ratio: 4167 / 5867;
	background: #fff;
	opacity: 0.4;
	mix-blend-mode: screen;
	-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-cta__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: 48px 24px;
}

.vtx-cta__copy {
	min-width: 0;
}

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

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

.vtx-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-cta__button:hover,
.vtx-cta__button:focus-visible {
	color: #fff;
	transform: translateY(-2px);
}

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

.vtx-cta__media {
	position: relative;
	margin-top: 32px;
}

.vtx-cta__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vtx-cta__media::before {
	content: "";
	display: block;
	width: 100%;
	max-width: 416px;
	margin: 0 auto;
}

.vtx-cta__media .vtx-cta__image {
	position: relative;
	width: 100%;
	max-width: 416px;
	margin: 0 auto;
}

.vtx-cta--no-image .vtx-cta__inner {
	text-align: center;
}

.vtx-cta--no-image .vtx-cta__body {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1024px) {
	.vtx-cta__inner {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		align-items: center;
		gap: 48px;
		padding: 72px 40px;
	}

	.vtx-cta__copy {
		grid-column: span 6 / span 6;
	}

	.vtx-cta__media {
		grid-column: span 6 / span 6;
		align-self: stretch;
		margin-top: 0;
	}

	.vtx-cta__media::before {
		display: none;
	}

	.vtx-cta__media .vtx-cta__image {
		position: absolute;
		top: 50%;
		right: 0;
		width: auto;
		max-width: 600px;
		height: calc(100% + 100px);
		aspect-ratio: 2705 / 1075;
		margin: 0;
		transform: translateY(-50%);
	}

	.vtx-cta--no-image .vtx-cta__inner {
		display: block;
	}
}
