.vnd-contact-page {
	position: relative;
	min-height: calc(100vh - 120px);
	background: #f3f5f8;
	padding: 24px 16px 40px;
	overflow: visible;
	box-sizing: border-box;
}

.vnd-contact-page--app {
	min-height: auto;
	padding: 12px 12px 32px;
}

.page-wrap:has(.vnd-contact-page) {
	background: #f3f5f8;
}

body.vnd-has-app-sidebar .page-wrap:has(.vnd-contact-page) {
	background: #f3f5f8;
}

.vnd-contact-page *,
.vnd-contact-page *::before,
.vnd-contact-page *::after {
	box-sizing: border-box;
}

.vnd-contact-decor {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.vnd-contact-decor__dots {
	position: absolute;
	left: 4%;
	top: 18%;
	width: 120px;
	height: 120px;
	background-image: radial-gradient(circle, #c5ccd6 1.5px, transparent 1.5px);
	background-size: 14px 14px;
	opacity: 0.55;
}

.vnd-contact-decor__circle {
	position: absolute;
	border-radius: 50%;
}

.vnd-contact-decor__circle--teal {
	width: 220px;
	height: 220px;
	right: -40px;
	top: 120px;
	background: rgba(74, 189, 172, 0.12);
}

.vnd-contact-decor__circle--purple {
	width: 180px;
	height: 180px;
	right: 8%;
	bottom: 8%;
	background: rgba(124, 0, 255, 0.08);
}

.vnd-contact-header {
	display: none;
}

.vnd-contact-shell {
	position: relative;
	z-index: 2;
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
}

.vnd-contact-card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
	padding: 40px 40px 36px;
	width: 100%;
	max-width: 100%;
	min-height: 760px;
	overflow: visible;
}

.vnd-contact-page #main-content {
	width: 100%;
	max-width: 100%;
	overflow: visible;
}

.vnd-contact-grid {
	display: grid;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 640px;
	grid-template-columns: minmax(280px, 1.05fr) minmax(340px, 1.25fr) minmax(260px, 0.9fr);
	gap: 36px;
	align-items: stretch;
	overflow: visible;
}

.vnd-contact-intro,
.vnd-contact-form-col,
.vnd-contact-sidebar {
	min-width: 0;
}

.vnd-contact-intro {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 640px;
	overflow: visible;
}

.vnd-contact-intro h1 {
	margin: 0 0 14px;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.08;
	font-weight: 800;
	color: #111827;
	letter-spacing: -0.02em;
}

.vnd-contact-intro p {
	margin: 0 0 22px;
	font-size: 18px;
	line-height: 1.55;
	color: #4b5563;
	max-width: 320px;
}

.vnd-contact-intro__art {
	width: 100%;
	max-width: 100%;
	height: 560px;
	min-height: 560px;
	max-height: none;
	display: block;
	flex: 0 0 auto;
	margin-top: auto;
	object-fit: contain;
	object-position: left bottom;
	transform: none;
}

.vnd-contact-form-col {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	overflow: visible;
	padding-left: 2px;
	padding-right: 2px;
}

.vnd-contact-form-col form {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 100%;
	overflow: visible;
}

.vnd-contact-form-col .form-group {
	margin-bottom: 18px;
}

.vnd-contact-form-col label {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

.vnd-contact-form-col label .req {
	color: #ef4444;
	margin-left: 2px;
}

.vnd-contact-form-col .form-control {
	width: 100%;
	height: 48px;
	border: 1px solid #dbe2ea;
	border-radius: 12px;
	padding: 10px 14px;
	font-size: 16px;
	color: #111827;
	background: #fff;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vnd-contact-form-col .form-control:focus {
	border-color: #4abdac;
	box-shadow: 0 0 0 3px rgba(74, 189, 172, 0.15);
	outline: none;
}

.vnd-contact-form-col .form-control[readonly] {
	background: #f8fafc;
	color: #475569;
}

.vnd-contact-form-col textarea.form-control {
	min-height: 120px;
	height: auto;
	resize: vertical;
	padding-top: 12px;
}

.vnd-contact-form-col .g-recaptcha {
	margin-bottom: 4px;
	transform: scale(0.94);
	transform-origin: left top;
}

.vnd-contact-form-col .error.alert-error {
	margin-bottom: 0;
}

.vnd-contact-form-col .pink-spinner.hidden {
	display: none !important;
}

.vnd-contact-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: auto;
	padding: 12px 2px 4px;
	overflow: visible;
}

.vnd-contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
	min-height: 56px;
	height: 56px;
	padding: 14px 20px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	border: 2px solid transparent;
	background-clip: padding-box;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.vnd-contact-btn--ghost {
	background: #fff !important;
	border: 2px solid #7c00ff !important;
	color: #7c00ff !important;
	box-shadow: none !important;
}

.vnd-contact-btn--ghost:hover,
.vnd-contact-btn--ghost:focus {
	background: #faf5ff !important;
	border-color: #6d28d9 !important;
	color: #6d28d9 !important;
}

.vnd-contact-btn--primary {
	background: #4abdac !important;
	border: 2px solid #4abdac !important;
	color: #fff !important;
	box-shadow: none !important;
}

.vnd-contact-btn--primary:hover,
.vnd-contact-btn--primary:focus {
	background: #3aa897 !important;
	border-color: #3aa897 !important;
	color: #fff !important;
}

.vnd-contact-sidebar {
	background: #edf8f6;
	border-radius: 18px;
	padding: 22px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.vnd-contact-info-block {
	padding: 16px 0;
	border-bottom: 1px solid rgba(74, 189, 172, 0.18);
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vnd-contact-info-block:first-child {
	padding-top: 0;
}

.vnd-contact-info-block:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.vnd-contact-info-block--email {
	text-align: center;
	align-items: center;
}

.vnd-contact-info-block--email .vnd-contact-info-icon {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	font-size: 20px;
	margin: 0 auto 12px;
}

.vnd-contact-info-block--email h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.vnd-contact-info-block--email .vnd-contact-info-email {
	margin: 0 0 10px;
}

.vnd-contact-info-block--email .vnd-contact-info-email a {
	color: #4abdac;
	font-weight: 700;
}

.vnd-contact-info-block--email .vnd-contact-info-note {
	margin: 0;
	line-height: 1.45;
}

.vnd-contact-info-block--email .vnd-contact-info-note strong {
	font-weight: 800;
	color: #374151;
}

.vnd-contact-info-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.vnd-contact-info-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	font-size: 18px;
	color: #fff;
}

.vnd-contact-info-icon--teal {
	background: #4abdac;
}

.vnd-contact-info-icon--purple {
	background: #7c3aed;
}

.vnd-contact-info-icon--orange {
	background: #f97316;
}

.vnd-contact-info-block h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: #111827;
}

.vnd-contact-info-block p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #4b5563;
}

.vnd-contact-info-block a {
	color: #0f766e;
	font-weight: 700;
	text-decoration: none;
}

.vnd-contact-info-block a:hover,
.vnd-contact-info-block a:focus {
	color: #115e59;
	text-decoration: underline;
}

.vnd-contact-help-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 6px;
	font-weight: 700;
}

.vnd-contact-thanks {
	margin: 28px auto 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	color: #374151;
	max-width: 760px;
}

.vnd-contact-thanks .heart {
	color: #22c55e;
}

.vnd-contact-alert {
	margin-bottom: 18px;
}

.vnd-contact-success {
	padding: 28px 24px;
	border-radius: 16px;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
	font-size: 17px;
	line-height: 1.55;
}

.vnd-contact-page .error.alert-error {
	display: block;
	margin-top: 8px;
	color: #dc2626;
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 991px) {
	.vnd-contact-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		align-items: start;
	}

	.vnd-contact-intro {
		height: auto;
		min-height: 0;
	}

	.vnd-contact-intro p {
		max-width: none;
	}

	.vnd-contact-intro__art {
		width: 100%;
		max-width: 520px;
		height: 420px;
		min-height: 420px;
		max-height: none;
		margin: 8px auto 0;
		flex: none;
		transform: none;
	}

	.vnd-contact-card {
		min-height: 0;
		padding: 28px 22px 24px;
		overflow: visible;
	}

	.vnd-contact-grid {
		min-height: 0;
	}

	.vnd-contact-form-col,
	.vnd-contact-form-col form {
		height: auto;
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.vnd-contact-actions {
		padding: 12px 0 4px;
	}

	.vnd-contact-btn {
		min-height: 54px;
		height: 54px;
	}

	.vnd-contact-actions {
		margin-top: 8px;
	}

	.vnd-contact-sidebar {
		height: auto;
		justify-content: flex-start;
	}

	.vnd-contact-info-block {
		flex: none;
		justify-content: flex-start;
	}

	.vnd-contact-card {
		padding: 28px 22px 24px;
	}
}

@media (max-width: 575px) {
	.vnd-contact-page {
		padding: 16px 14px 28px;
	}

	.vnd-contact-actions {
		grid-template-columns: 1fr;
	}

	.vnd-contact-form-col .g-recaptcha {
		transform: scale(0.86);
	}
}
