.voranix-contact-page-content {
	background: #ffffff;
	color: var(--vx-text);
}

.voranix-contact-hero {
	align-items: center;
	background:
		radial-gradient(circle at 86% 12%, rgba(0, 193, 171, 0.17), transparent 31%),
		linear-gradient(135deg, #071d36 0%, #0d3154 68%, #0b5563 100%);
	color: #ffffff;
	display: grid;
	gap: clamp(32px, 6vw, 80px);
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	padding: clamp(58px, 7vw, 104px) max(24px, calc((100vw - 1180px) / 2));
}

.voranix-contact-hero h1 {
	color: #ffffff;
	font-size: clamp(2.35rem, 4.5vw, 4.65rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 14px 0 24px;
	max-width: 820px;
	overflow-wrap: anywhere;
}

.voranix-contact-hero > div > p:not(.voranix-kicker) {
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1rem, 1.4vw, 1.17rem);
	line-height: 1.75;
	max-width: 740px;
}

.voranix-contact-hero .voranix-kicker,
.voranix-contact-hero .locale-kicker {
	color: #59e2d1;
}

.voranix-contact-hero img {
	aspect-ratio: 16 / 10;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.voranix-contact-hero .voranix-button.voranix-button--outline {
	border-color: rgba(255, 255, 255, 0.56);
	color: #ffffff !important;
}

.voranix-contact-hero .voranix-button.voranix-button--outline:hover,
.voranix-contact-hero .voranix-button.voranix-button--outline:focus-visible {
	background: #ffffff;
	color: var(--vx-navy) !important;
}

.voranix-contact-path-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
}

.voranix-contact-path {
	background: #ffffff;
	border: 1px solid var(--vx-line);
	border-radius: 12px;
	box-shadow: var(--vx-shadow-sm);
	color: var(--vx-navy);
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: space-between;
	min-height: 130px;
	padding: 24px;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.voranix-contact-path:hover,
.voranix-contact-path:focus-visible {
	border-color: var(--vx-cyan);
	box-shadow: var(--vx-shadow-md);
	transform: translateY(-3px);
}

.voranix-contact-path strong {
	font-size: 1.04rem;
}

.voranix-contact-path span {
	color: var(--vx-blue);
	font-size: 0.88rem;
	font-weight: 700;
}

.voranix-contact-requirements {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
}

.voranix-contact-requirements article {
	background: #ffffff;
	border-left: 4px solid var(--vx-cyan);
	border-radius: 10px;
	box-shadow: var(--vx-shadow-sm);
	padding: 24px;
}

.voranix-contact-requirements h3 {
	font-size: 1.02rem;
	margin: 0 0 10px;
}

.voranix-contact-requirements p {
	font-size: 0.9rem;
	line-height: 1.7;
	margin: 0;
}

.voranix-contact-form-section {
	background: #ffffff;
}

.voranix-contact-form-layout {
	align-items: start;
	display: grid;
	gap: clamp(36px, 7vw, 86px);
	grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1.18fr);
}

.voranix-direct-contact {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 28px;
}

.voranix-direct-contact a {
	color: var(--vx-blue);
	font-size: 1.04rem;
	font-weight: 800;
	text-decoration: none;
}

.voranix-form-card,
.voranix-form-preview {
	background: #f7fafc;
	border: 1px solid var(--vx-line);
	border-radius: 16px;
	box-shadow: var(--vx-shadow-md);
	padding: clamp(24px, 4vw, 42px);
}

.voranix-form-card input,
.voranix-form-card select,
.voranix-form-card textarea {
	background: #ffffff !important;
	border: 1px solid #b8c6d2 !important;
	border-radius: 7px !important;
	color: var(--vx-text) !important;
	min-height: 48px;
}

.voranix-form-card textarea {
	min-height: 148px;
}

.voranix-inquiry-form {
	display: grid;
	gap: 18px;
}

#inquiry-form {
	scroll-margin-top: 168px;
}

.voranix-form-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.voranix-inquiry-form label {
	display: grid;
	gap: 7px;
}

.voranix-inquiry-form label > span {
	color: var(--vx-navy);
	font-size: 0.86rem;
	font-weight: 800;
}

.voranix-form-full {
	grid-column: 1 / -1;
}

.voranix-form-honeypot {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.voranix-form-card button[type="submit"],
.voranix-form-preview button {
	background: var(--vx-cyan) !important;
	border: 0 !important;
	border-radius: 6px !important;
	color: #05253b !important;
	cursor: pointer;
	font-weight: 800 !important;
	min-height: 50px;
	padding: 12px 22px !important;
}

.voranix-form-message {
	border-radius: 8px;
	font-weight: 700;
	margin-bottom: 18px;
	padding: 14px 16px;
}

.voranix-form-message--success {
	background: #e7f8f4;
	border: 1px solid #6ad7c7;
	color: #075648;
}

.voranix-form-message--error {
	background: #fff0f0;
	border: 1px solid #e6a0a0;
	color: #8b2020;
}

.voranix-form-preview p {
	color: var(--vx-slate);
	margin-block: 13px 22px;
}

.voranix-faq-list {
	display: grid;
	gap: 12px;
	margin-top: 30px;
}

.voranix-faq-list details {
	background: #ffffff;
	border: 1px solid var(--vx-line);
	border-radius: 10px;
	padding: 0 20px;
}

.voranix-faq-list summary {
	color: var(--vx-navy);
	cursor: pointer;
	font-weight: 800;
	padding: 18px 0;
}

.voranix-faq-list details p {
	margin: -3px 0 20px;
}

[dir="rtl"] .voranix-contact-requirements article {
	border-left: 1px solid var(--vx-line);
	border-right: 4px solid var(--vx-cyan);
}

@media (max-width: 960px) {
	.voranix-contact-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.voranix-contact-hero > * {
		min-width: 0;
	}

	.voranix-contact-hero img {
		max-height: 460px;
		max-width: 100%;
	}

	.voranix-contact-path-grid,
	.voranix-contact-requirements {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.voranix-contact-form-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	#inquiry-form {
		scroll-margin-top: 132px;
	}

	.voranix-contact-hero {
		padding: 48px 20px;
	}

	.voranix-contact-hero h1 {
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.voranix-contact-path-grid,
	.voranix-contact-requirements {
		grid-template-columns: 1fr;
	}

	.voranix-contact-path {
		min-height: 0;
	}

	.voranix-form-card,
	.voranix-form-preview {
		padding: 20px;
	}

	.voranix-form-grid {
		grid-template-columns: 1fr;
	}
}
