/**
 * Horizon Contact Us.
 */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

body.horizon-contact-page {
	--hct-bg: #020b21;
	--hct-bg-deep: #010718;
	--hct-surface: rgba(8, 25, 61, 0.88);
	--hct-surface-solid: #071b41;
	--hct-surface-soft: rgba(255, 255, 255, 0.045);
	--hct-surface-hover: rgba(255, 255, 255, 0.075);
	--hct-text: #f5f8ff;
	--hct-muted: #b9c8e2;
	--hct-faint: #8296b8;
	--hct-blue: #4a9cff;
	--hct-blue-bright: #86c8ff;
	--hct-blue-deep: #1e57e9;
	--hct-cyan: #62d7ff;
	--hct-green: #66dfb1;
	--hct-red: #ff8d9c;
	--hct-line: rgba(116, 171, 255, 0.17);
	--hct-line-strong: rgba(116, 171, 255, 0.34);
	--hct-shadow: 0 28px 75px rgba(0, 5, 20, 0.31);
	margin: 0;
	overflow-x: hidden;
	background:
		radial-gradient(circle at 94% 10%, rgba(39, 112, 238, 0.17), transparent 31rem),
		radial-gradient(circle at 3% 52%, rgba(29, 120, 215, 0.09), transparent 28rem),
		linear-gradient(180deg, var(--hct-bg), var(--hct-bg-deep));
	color: var(--hct-text);
	font-family: Satoshi, "Helvetica Neue", Arial, sans-serif;
}

html[data-rizon-theme="light"] body.horizon-contact-page {
	--hct-bg: #f5fbff;
	--hct-bg-deep: #eaf6ff;
	--hct-surface: rgba(255, 255, 255, 0.92);
	--hct-surface-solid: #ffffff;
	--hct-surface-soft: rgba(13, 83, 167, 0.045);
	--hct-surface-hover: rgba(38, 125, 225, 0.08);
	--hct-text: #0a2148;
	--hct-muted: #405a7c;
	--hct-faint: #667c9a;
	--hct-blue: #176fdb;
	--hct-blue-bright: #0d5fc4;
	--hct-blue-deep: #134cb6;
	--hct-cyan: #007da8;
	--hct-green: #087e5b;
	--hct-red: #b3213b;
	--hct-line: rgba(20, 99, 190, 0.16);
	--hct-line-strong: rgba(20, 99, 190, 0.32);
	--hct-shadow: 0 25px 65px rgba(32, 88, 145, 0.11);
	background:
		radial-gradient(circle at 94% 10%, rgba(80, 182, 255, 0.2), transparent 31rem),
		radial-gradient(circle at 3% 52%, rgba(23, 111, 219, 0.08), transparent 28rem),
		linear-gradient(180deg, var(--hct-bg), var(--hct-bg-deep));
}

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

body.horizon-contact-page h1,
body.horizon-contact-page h2,
body.horizon-contact-page h3 {
	color: var(--hct-text);
}

body.horizon-contact-page a {
	color: var(--hct-blue-bright);
}

body.horizon-contact-page a:hover {
	color: var(--hct-text);
}

.hcontact-main {
	position: relative;
	z-index: 1;
	width: min(100%, 1504px);
	margin: 0 auto;
	padding: 22px 32px 90px;
}

.hcontact-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.72fr);
	gap: clamp(42px, 7vw, 105px);
	align-items: center;
	min-height: 650px;
	padding: clamp(58px, 7vw, 100px);
	overflow: hidden;
	border: 1px solid var(--hct-line);
	border-radius: 34px;
	background:
		linear-gradient(125deg, rgba(25, 91, 190, 0.14), transparent 48%),
		var(--hct-surface);
	box-shadow: var(--hct-shadow);
}

.hcontact-hero-grid {
	position: absolute;
	inset: 0;
	opacity: 0.25;
	background-image:
		linear-gradient(var(--hct-line) 1px, transparent 1px),
		linear-gradient(90deg, var(--hct-line) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(110deg, rgba(0, 0, 0, 0.75), transparent 76%);
	pointer-events: none;
}

.hcontact-orbit {
	position: absolute;
	border: 1px solid var(--hct-line);
	border-radius: 50%;
	pointer-events: none;
}

.hcontact-orbit::before {
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--hct-cyan);
	box-shadow: 0 0 20px var(--hct-cyan);
	content: "";
}

.hcontact-orbit-one {
	top: -245px;
	right: -155px;
	width: 580px;
	height: 580px;
	animation: hcontact-orbit 22s linear infinite;
}

.hcontact-orbit-one::before {
	top: 50%;
	left: -5px;
}

.hcontact-orbit-two {
	right: 29%;
	bottom: -305px;
	width: 445px;
	height: 445px;
	animation: hcontact-orbit 29s linear infinite reverse;
}

.hcontact-orbit-two::before {
	top: 13%;
	right: 13%;
}

.hcontact-hero-copy,
.hcontact-direct {
	position: relative;
	z-index: 2;
}

.hcontact-eyebrow,
.hcontact-kicker {
	margin: 0 0 18px;
	color: var(--hct-blue-bright);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hcontact-eyebrow span {
	margin-right: 8px;
	color: var(--hct-cyan);
}

.hcontact-hero h1 {
	max-width: 750px;
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(4.6rem, 7vw, 8.1rem);
	font-weight: 500;
	line-height: 0.85;
	letter-spacing: -0.055em;
}

.hcontact-hero h1 em {
	display: block;
	color: var(--hct-blue-bright);
	font-weight: 500;
}

.hcontact-lead {
	max-width: 670px;
	margin: 30px 0 0;
	color: var(--hct-muted);
	font-size: clamp(1rem, 1.25vw, 1.2rem);
	line-height: 1.75;
}

.hcontact-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 34px;
}

.hcontact-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	padding: 13px 22px;
	border: 1px solid var(--hct-line-strong);
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hcontact-button:hover {
	transform: translateY(-2px);
}

.hcontact-button-primary {
	border-color: transparent;
	background: linear-gradient(135deg, var(--hct-blue), var(--hct-blue-deep));
	box-shadow: 0 13px 30px rgba(30, 87, 233, 0.25);
	color: #fff !important;
}

.hcontact-button-secondary {
	background: var(--hct-surface-soft);
	color: var(--hct-text) !important;
}

.hcontact-direct {
	overflow: hidden;
	border: 1px solid var(--hct-line-strong);
	border-radius: 25px;
	background: color-mix(in srgb, var(--hct-surface-solid) 88%, transparent);
	box-shadow: 0 24px 70px rgba(0, 4, 18, 0.23);
}

.hcontact-direct-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 22px;
	border-bottom: 1px solid var(--hct-line);
	color: var(--hct-faint);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.hcontact-direct-head i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--hct-green);
	box-shadow: 0 0 14px var(--hct-green);
}

.hcontact-direct > a {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 24px;
	gap: 16px;
	align-items: center;
	padding: 20px 22px;
	border-bottom: 1px solid var(--hct-line);
	text-decoration: none;
	transition: background 180ms ease;
}

.hcontact-direct > a:hover {
	background: var(--hct-surface-hover);
}

.hcontact-direct-icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid var(--hct-line-strong);
	border-radius: 14px;
	color: var(--hct-blue-bright);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 0.9rem;
	font-weight: 700;
}

.hcontact-direct a small,
.hcontact-direct a strong {
	display: block;
}

.hcontact-direct a small {
	margin-bottom: 5px;
	color: var(--hct-faint);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 8px;
	letter-spacing: 0.11em;
}

.hcontact-direct a strong {
	overflow-wrap: anywhere;
	color: var(--hct-text);
	font-size: 0.85rem;
	line-height: 1.35;
}

.hcontact-direct a b {
	color: var(--hct-faint);
	font-size: 1rem;
	font-weight: 400;
}

.hcontact-direct > p {
	margin: 0;
	padding: 19px 22px;
	color: var(--hct-muted);
	font-size: 0.77rem;
	line-height: 1.6;
}

.hcontact-routes {
	padding: clamp(88px, 9vw, 138px) clamp(10px, 4vw, 64px);
}

.hcontact-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
	gap: 70px;
	align-items: end;
	margin-bottom: 45px;
}

.hcontact-section-heading h2,
.hcontact-form-intro h2,
.hcontact-expectations h2 {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.8rem, 5vw, 5.4rem);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.042em;
}

.hcontact-section-heading > p {
	margin: 0 0 7px;
	color: var(--hct-muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

.hcontact-route-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.hcontact-route-card {
	position: relative;
	min-height: 275px;
	padding: 31px;
	overflow: hidden;
	border: 1px solid var(--hct-line);
	border-radius: 23px;
	background: var(--hct-surface);
	box-shadow: var(--hct-shadow);
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hcontact-route-card:hover {
	transform: translateY(-5px);
	border-color: var(--hct-line-strong);
	background: var(--hct-surface-hover);
}

.hcontact-route-card > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid var(--hct-line-strong);
	border-radius: 13px;
	color: var(--hct-blue-bright);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 9px;
}

.hcontact-route-card h3 {
	margin: 38px 0 13px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}

.hcontact-route-card p {
	margin: 0 0 24px;
	color: var(--hct-muted);
	font-size: 0.88rem;
	line-height: 1.7;
}

.hcontact-route-card a {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
}

.hcontact-route-card a i {
	font-style: normal;
}

.hcontact-form-section {
	display: grid;
	grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(52px, 8vw, 112px);
	padding: clamp(55px, 7vw, 92px);
	border: 1px solid var(--hct-line);
	border-radius: 30px;
	background:
		linear-gradient(140deg, rgba(23, 99, 210, 0.12), transparent 58%),
		var(--hct-surface);
	box-shadow: var(--hct-shadow);
}

.hcontact-form-intro > p:nth-of-type(2) {
	margin: 27px 0 0;
	color: var(--hct-muted);
	line-height: 1.75;
}

.hcontact-form-notes {
	display: grid;
	gap: 16px;
	margin-top: 35px;
}

.hcontact-form-notes > div {
	display: flex;
	gap: 13px;
	align-items: flex-start;
}

.hcontact-form-notes > div > span {
	display: grid;
	flex: 0 0 28px;
	height: 28px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--hct-green), transparent 55%);
	border-radius: 50%;
	color: var(--hct-green);
	font-size: 0.75rem;
}

.hcontact-form-notes p,
.hcontact-form-notes strong {
	display: block;
}

.hcontact-form-notes p {
	margin: 0;
	color: var(--hct-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

.hcontact-form-notes strong {
	margin-bottom: 3px;
	color: var(--hct-text);
}

.hcontact-form-panel {
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid var(--hct-line-strong);
	border-radius: 24px;
	background: var(--hct-surface-solid);
	box-shadow: 0 22px 60px rgba(0, 5, 22, 0.2);
}

.hcontact-notice {
	margin-bottom: 24px;
	padding: 17px 18px;
	border: 1px solid var(--hct-line-strong);
	border-radius: 15px;
	background: var(--hct-surface-soft);
}

.hcontact-notice strong,
.hcontact-notice p {
	display: block;
}

.hcontact-notice strong {
	color: var(--hct-text);
	font-size: 0.9rem;
}

.hcontact-notice p {
	margin: 5px 0 0;
	color: var(--hct-muted);
	font-size: 0.8rem;
	line-height: 1.55;
}

.hcontact-notice-success {
	border-color: color-mix(in srgb, var(--hct-green), transparent 45%);
}

.hcontact-notice-error {
	border-color: color-mix(in srgb, var(--hct-red), transparent 45%);
}

.hcontact-form {
	display: grid;
	gap: 20px;
}

.hcontact-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hcontact-field {
	display: grid;
	gap: 8px;
}

.hcontact-field label {
	color: var(--hct-text);
	font-size: 0.78rem;
	font-weight: 800;
}

.hcontact-field label > span {
	color: var(--hct-blue-bright);
}

.hcontact-field label small {
	margin-left: 5px;
	color: var(--hct-faint);
	font-size: 0.68rem;
	font-weight: 500;
}

.hcontact-field input,
.hcontact-field select,
.hcontact-field textarea {
	width: 100%;
	min-height: 49px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid var(--hct-line-strong);
	border-radius: 12px;
	outline: 0;
	background: var(--hct-surface-soft);
	color: var(--hct-text);
	font: inherit;
	font-size: 0.88rem;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hcontact-field textarea {
	min-height: 155px;
	resize: vertical;
	line-height: 1.6;
}

.hcontact-field select option {
	background: var(--hct-surface-solid);
	color: var(--hct-text);
}

.hcontact-field input::placeholder,
.hcontact-field textarea::placeholder {
	color: var(--hct-faint);
	opacity: 0.9;
}

.hcontact-field input:focus,
.hcontact-field select:focus,
.hcontact-field textarea:focus {
	border-color: var(--hct-blue);
	background: var(--hct-surface-hover);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--hct-blue), transparent 82%);
}

.hcontact-field > small {
	color: var(--hct-faint);
	font-size: 0.68rem;
}

.hcontact-consent {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: var(--hct-muted);
	font-size: 0.76rem;
	line-height: 1.55;
}

.hcontact-consent input {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--hct-blue);
}

.hcontact-consent a {
	font-weight: 800;
}

.hcontact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	width: 100%;
	min-height: 53px;
	margin: 2px 0 0;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--hct-blue), var(--hct-blue-deep));
	box-shadow: 0 13px 30px rgba(30, 87, 233, 0.25);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 800;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.hcontact-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(30, 87, 233, 0.32);
}

.hcontact-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.hcontact-expectations {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
	gap: clamp(55px, 8vw, 120px);
	align-items: center;
	margin-top: 22px;
	padding: clamp(65px, 8vw, 110px);
	border: 1px solid var(--hct-line);
	border-radius: 28px;
	background: var(--hct-surface);
}

.hcontact-expectations ol {
	display: grid;
	gap: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--hct-line);
	border-radius: 18px;
	background: var(--hct-line);
	list-style: none;
}

.hcontact-expectations li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	padding: 21px;
	background: var(--hct-surface-solid);
}

.hcontact-expectations li > span {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--hct-line-strong);
	border-radius: 12px;
	color: var(--hct-blue-bright);
	font-family: "Space Mono", Consolas, monospace;
	font-size: 9px;
}

.hcontact-expectations li p,
.hcontact-expectations li strong {
	display: block;
}

.hcontact-expectations li p {
	margin: 0;
	color: var(--hct-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

.hcontact-expectations li strong {
	margin-bottom: 4px;
	color: var(--hct-text);
}

body.horizon-contact-page a:focus-visible,
body.horizon-contact-page button:focus-visible,
body.horizon-contact-page input:focus-visible,
body.horizon-contact-page select:focus-visible,
body.horizon-contact-page textarea:focus-visible {
	outline: 3px solid var(--hct-cyan);
	outline-offset: 3px;
}

@keyframes hcontact-orbit {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1120px) {
	.hcontact-hero {
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.7fr);
		padding: 68px 52px;
	}

	.hcontact-form-section,
	.hcontact-expectations {
		grid-template-columns: 1fr;
	}

	.hcontact-form-intro {
		max-width: 790px;
	}

	.hcontact-expectations {
		gap: 45px;
	}
}

@media (max-width: 900px) {
	.hcontact-main {
		padding-inline: 22px;
	}

	.hcontact-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.hcontact-direct {
		max-width: 620px;
	}

	.hcontact-section-heading {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.hcontact-route-grid {
		grid-template-columns: 1fr;
	}

	.hcontact-route-card {
		min-height: 230px;
	}
}

@media (max-width: 680px) {
	.hcontact-main {
		padding: 16px 16px 64px;
	}

	.hcontact-hero {
		padding: 48px 24px 25px;
		border-radius: 27px;
	}

	.hcontact-hero h1 {
		font-size: clamp(3.7rem, 18vw, 5.7rem);
	}

	.hcontact-hero-actions {
		display: grid;
	}

	.hcontact-button {
		width: 100%;
	}

	.hcontact-routes {
		padding: 80px 8px;
	}

	.hcontact-section-heading h2,
	.hcontact-form-intro h2,
	.hcontact-expectations h2 {
		font-size: clamp(2.8rem, 13vw, 4.5rem);
	}

	.hcontact-route-card {
		padding: 26px;
	}

	.hcontact-form-section {
		gap: 42px;
		padding: 50px 22px 22px;
		border-radius: 25px;
	}

	.hcontact-form-panel {
		padding: 23px 18px;
		border-radius: 20px;
	}

	.hcontact-field-grid {
		grid-template-columns: 1fr;
	}

	.hcontact-expectations {
		padding: 50px 23px;
		border-radius: 24px;
	}
}

@media (max-width: 430px) {
	.hcontact-hero h1 {
		font-size: 3.8rem;
	}

	.hcontact-direct > a {
		grid-template-columns: 42px minmax(0, 1fr) 18px;
		gap: 13px;
		padding-inline: 17px;
	}

	.hcontact-direct-icon {
		width: 40px;
		height: 40px;
	}

	.hcontact-expectations li {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.hcontact-orbit {
		animation: none !important;
	}

	.hcontact-button,
	.hcontact-direct > a,
	.hcontact-route-card,
	.hcontact-field input,
	.hcontact-field select,
	.hcontact-field textarea,
	.hcontact-submit {
		transition: none !important;
	}
}

@media print {
	body.horizon-contact-page {
		background: #fff !important;
		color: #111 !important;
	}

	body.horizon-contact-page .horizon-morph-nav,
	body.horizon-contact-page .rizon-theme-toggle,
	body.horizon-contact-page .hcontact-hero-actions,
	body.horizon-contact-page .hcontact-form-panel,
	body.horizon-contact-page .habout-footer {
		display: none !important;
	}

	.hcontact-main {
		width: 100%;
		padding: 0;
	}

	.hcontact-hero,
	.hcontact-route-card,
	.hcontact-form-section,
	.hcontact-expectations {
		break-inside: avoid;
		box-shadow: none;
	}
}
