.vtx-contact {
	color: #404040;
	background: #f8f6f5;
}

.vtx-contact,
.vtx-contact * {
	box-sizing: border-box;
}

.vtx-contact__info-band {
	background: #fff;
}

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

.vtx-contact__info-grid {
	display: grid;
	gap: 32px;
	align-items: stretch;
}

.vtx-contact__info-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 16px;
	background: #fff;
}

.vtx-contact__info-heading,
.vtx-contact__form-heading {
	margin: 0;
	color: #404040;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 0;
}

.vtx-contact__channels {
	display: grid;
	gap: 24px;
	margin-top: 32px;
}

.vtx-contact__channel {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.vtx-contact__channel-icon {
	display: inline-flex;
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	margin-top: 4px;
	color: #ff6214;
}

.vtx-contact__channel-icon svg {
	width: 24px;
	height: 24px;
}

.vtx-contact__channel-title {
	margin: 0;
	color: #4c4b4b;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0;
}

.vtx-contact__channel-detail {
	margin: 8px 0 0;
	color: #797878;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0;
}

.vtx-contact__map {
	aspect-ratio: 4 / 3;
	width: 100%;
	overflow: hidden;
	border-radius: 18px;
	background: #e8e8ea;
}

.vtx-contact__map-frame,
.vtx-contact__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

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

.vtx-contact__form-card {
	max-width: 768px;
	margin: 0 auto;
	padding: 32px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 24px 60px rgba(64, 64, 64, 0.1);
	backdrop-filter: blur(8px);
}

.vtx-contact__form {
	display: grid;
	gap: 20px;
	margin-top: 24px;
}

.vtx-contact__form-shortcode {
	margin-top: 24px;
}

.vtx-contact__field {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.vtx-contact__field--budget {
	gap: 0;
}

.vtx-contact__label {
	color: #4c4b4b;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0;
}

.vtx-contact__label em {
	margin-left: 4px;
	color: #d25314;
	font-style: normal;
}

.vtx-contact__input,
.vtx-contact__textarea {
	width: 100%;
	border: 1px solid rgba(64, 64, 64, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #4c4b4b;
	font: inherit;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 16px;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.vtx-contact__textarea {
	min-height: 128px;
	border-radius: 24px;
	resize: vertical;
}

.vtx-contact__input:focus,
.vtx-contact__textarea:focus,
.vtx-contact__budget-input:focus {
	border-color: #ff8417;
	box-shadow: 0 0 0 2px #fcb591;
}

.vtx-contact__stepper {
	position: relative;
	display: block;
}

.vtx-contact__input--stepper {
	padding-right: 96px;
}

.vtx-contact__stepper-controls {
	position: absolute;
	inset-block: 6px;
	right: 6px;
	display: flex;
	gap: 4px;
}

.vtx-contact__stepper-button {
	display: inline-flex;
	width: 36px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(64, 64, 64, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	color: #4c4b4b;
	cursor: pointer !important;
	transition: transform 420ms ease, background-color 420ms ease, color 420ms ease, border-color 420ms ease, box-shadow 420ms ease;
}

.vtx-contact__stepper-button:hover,
.vtx-contact__stepper-button:focus-visible {
	transform: translateY(-2px);
	border-color: #404040;
	background: #404040;
	color: #fff;
	box-shadow: 0 10px 20px rgba(64, 64, 64, 0.16);
	outline: none;
}

.vtx-contact__stepper-button svg {
	width: 16px;
	height: 16px;
}

.vtx-contact__submit {
	display: inline-flex;
	min-height: 48px;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 8px;
	overflow: hidden;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff4c2c, #ff6214 40%, #ffb217);
	box-shadow: 0 18px 38px rgba(255, 98, 20, 0.18);
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: transform 420ms ease;
}

.vtx-contact__submit:hover,
.vtx-contact__submit:focus-visible {
	transform: translateY(-2px);
}

.vtx-contact__budget-slider {
	position: relative;
	height: 20px;
	margin-top: 24px;
}

.vtx-contact__budget-track,
.vtx-contact__budget-range {
	position: absolute;
	top: 50%;
	height: 6px;
	border-radius: 999px;
	transform: translateY(-50%);
}

.vtx-contact__budget-track {
	right: 0;
	left: 0;
	background: rgba(64, 64, 64, 0.14);
}

.vtx-contact__budget-range {
	left: var(--vtx-budget-from, 10%);
	width: calc(var(--vtx-budget-to, 50%) - var(--vtx-budget-from, 10%));
	background: #fe732d;
}

.vtx-contact__budget-thumb {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #ff6214;
	box-shadow: 0 1px 3px rgb(0 0 0 / 0.3);
	transform: translate(-50%, -50%);
}

.vtx-contact__budget-thumb--from {
	left: var(--vtx-budget-from, 10%);
}

.vtx-contact__budget-thumb--to {
	left: var(--vtx-budget-to, 50%);
}

.vtx-contact__budget-range-input {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: 100%;
	height: 20px;
	margin: 0;
	appearance: none;
	background: transparent;
	cursor: pointer;
	pointer-events: none;
}

.vtx-contact__budget-range-input::-webkit-slider-thumb {
	width: 28px;
	height: 28px;
	appearance: none;
	background: transparent;
	cursor: pointer;
	pointer-events: auto;
}

.vtx-contact__budget-range-input::-moz-range-thumb {
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	cursor: pointer;
	pointer-events: auto;
}

.vtx-contact__budget-range-input::-webkit-slider-runnable-track {
	height: 20px;
	background: transparent;
}

.vtx-contact__budget-range-input::-moz-range-track {
	height: 20px;
	background: transparent;
}

.vtx-contact__budget-range-input--from {
	z-index: 4;
}

.vtx-contact__budget-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 11.75rem));
	justify-content: space-between;
	gap: 16px;
	margin-top: 4px;
}

.vtx-contact__budget-box {
	display: grid;
	gap: 2px;
	min-width: 0;
	color: #696968;
	font-size: 12px;
	font-weight: 400;
}

.vtx-contact__budget-input-wrap {
	position: relative;
	display: block;
	min-height: 40px;
	overflow: hidden;
	border: 1px solid rgba(64, 64, 64, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.vtx-contact__budget-input {
	width: 100%;
	height: 40px;
	border: 0;
	background: transparent;
	color: #4c4b4b;
	font: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 8px 80px 8px 16px;
	outline: none;
}

.vtx-contact__budget-input-wrap>span {
	position: absolute;
	inset-block: 0;
	right: 12px;
	display: flex;
	align-items: center;
	color: #8a8988;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
}

@media (min-width: 1024px) {
	.vtx-contact__info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vtx-contact__inner,
	.vtx-contact__form-wrap {
		padding-right: 40px;
		padding-left: 40px;
	}

	.vtx-contact__inner {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.vtx-contact__info-card {
		padding: 32px;
	}

	.vtx-contact__map {
		aspect-ratio: auto;
		min-height: 416px;
		height: 100%;
	}
}

@media (max-width: 640px) {
	.vtx-contact__budget-row {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}