.hitech-contact-page {
	--contact-primary: #0969ff;
	--contact-secondary: #00c2ff;
	--contact-dark: #071b3d;
	--contact-muted: #5f6f89;
	--contact-border: rgba(214, 226, 245, 0.95);
	background: #f6f9ff;
	color: var(--contact-dark);
	font-family: inherit;
}

.hitech-contact-page * {
	box-sizing: border-box;
}

.hitech-contact-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(76px, 8vw, 130px) 0 clamp(62px, 7vw, 110px);
	background:
		radial-gradient(circle at 82% 18%, rgba(0, 194, 255, 0.24), transparent 28%),
		radial-gradient(circle at 12% 86%, rgba(9, 105, 255, 0.2), transparent 30%),
		linear-gradient(135deg, #06245d 0%, #074bb6 52%, #11a9ff 100%);
	color: #fff;
}

.hitech-contact-hero::before,
.hitech-contact-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.hitech-contact-hero::before {
	width: 520px;
	height: 520px;
	right: -160px;
	top: -180px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: inset 0 0 0 56px rgba(255, 255, 255, 0.04);
}

.hitech-contact-hero::after {
	width: 360px;
	height: 360px;
	left: -120px;
	bottom: -160px;
	background: rgba(255, 255, 255, 0.09);
}

.hitech-contact-hero__grid,
.hitech-contact-main__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
}

.hitech-contact-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hitech-contact-eyebrow--dark {
	border-color: rgba(9, 105, 255, 0.18);
	background: rgba(9, 105, 255, 0.08);
	color: var(--contact-primary);
}

.hitech-contact-hero h1 {
	max-width: 760px;
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(42px, 5.4vw, 76px);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: -.04em;
}

.hitech-contact-hero p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.75;
}

.hitech-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.hitech-contact-btn,
.hitech-contact-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.hitech-contact-btn--primary,
.hitech-contact-form button {
	border: 0;
	background: linear-gradient(135deg, #00d2ff 0%, #0969ff 100%);
	color: #fff;
	box-shadow: 0 18px 34px rgba(0, 87, 255, 0.28);
	cursor: pointer;
}

.hitech-contact-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.hitech-contact-btn:hover,
.hitech-contact-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 42px rgba(0, 87, 255, 0.34);
}

.hitech-contact-hero__panel {
	position: relative;
	display: grid;
	gap: 18px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 34px 80px rgba(2, 17, 52, 0.26);
	backdrop-filter: blur(14px);
}

.hitech-contact-mini-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.12);
}

.hitech-contact-mini-card--active {
	background: rgba(255, 255, 255, 0.22);
}

.hitech-contact-mini-card strong {
	font-size: clamp(32px, 4vw, 54px);
	line-height: 1;
	letter-spacing: -.04em;
}

.hitech-contact-mini-card span {
	max-width: 180px;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 700;
	text-align: right;
}

.hitech-contact-main {
	padding: clamp(56px, 7vw, 104px) 0;
}

.hitech-contact-main__grid {
	grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
	align-items: start;
}

.hitech-contact-info,
.hitech-contact-form-card {
	border: 1px solid var(--contact-border);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 26px 64px rgba(8, 47, 134, 0.1);
}

.hitech-contact-info {
	position: sticky;
	top: 24px;
	padding: clamp(24px, 3vw, 38px);
}

.hitech-contact-info h2,
.hitech-contact-form-card h2 {
	margin: 0 0 14px;
	color: var(--contact-dark);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 850;
	line-height: 1.12;
	letter-spacing: -.03em;
}

.hitech-contact-info > p {
	margin: 0 0 28px;
	color: var(--contact-muted);
	font-size: 16px;
	line-height: 1.7;
}

.hitech-contact-info__list {
	display: grid;
	gap: 14px;
}

.hitech-contact-info__item {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 14px;
	padding: 16px;
	border: 1px solid rgba(214, 226, 245, 0.8);
	border-radius: 20px;
	background: #fff;
}

.hitech-contact-info__item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 15px;
	background: rgba(9, 105, 255, 0.1);
}

.hitech-contact-info__item strong {
	display: block;
	margin-bottom: 4px;
	color: #0b2550;
	font-size: 15px;
}

.hitech-contact-info__item p {
	margin: 0;
	color: var(--contact-muted);
	line-height: 1.55;
}

.hitech-contact-info__item a {
	color: var(--contact-primary);
	font-weight: 700;
	text-decoration: none;
}

.hitech-contact-note {
	margin-top: 18px;
	padding: 18px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(9, 105, 255, 0.1), rgba(0, 194, 255, 0.12));
}

.hitech-contact-note strong {
	display: block;
	margin-bottom: 8px;
	color: #0b2550;
}

.hitech-contact-note p {
	margin: 0;
	color: var(--contact-muted);
	font-size: 14px;
	line-height: 1.65;
}

.hitech-contact-form-card {
	padding: clamp(24px, 3.2vw, 44px);
}

.hitech-contact-form-card__head {
	margin-bottom: 24px;
}

.hitech-contact-form-card__head span {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--contact-primary);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hitech-contact-form {
	display: grid;
	gap: 18px;
}

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

.hitech-contact-form label {
	display: grid;
	gap: 9px;
	margin: 0;
	color: #122b57;
	font-size: 14px;
	font-weight: 800;
}

.hitech-contact-form label span {
	color: #f04438;
}

.hitech-contact-form input,
.hitech-contact-form select,
.hitech-contact-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 14px 16px;
	border: 1px solid rgba(206, 219, 239, 0.98);
	border-radius: 16px;
	background: #f8fbff;
	color: #10264d;
	font-size: 15px;
	font-weight: 600;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.hitech-contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

.hitech-contact-form input:focus,
.hitech-contact-form select:focus,
.hitech-contact-form textarea:focus {
	border-color: rgba(9, 105, 255, 0.6);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(9, 105, 255, 0.1);
}

.hitech-contact-form button {
	width: fit-content;
	min-width: 170px;
	min-height: 54px;
	font-size: 16px;
}

.hitech-contact-hidden {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.hitech-contact-alert {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 16px;
	font-weight: 700;
	line-height: 1.55;
}

.hitech-contact-alert--success {
	border: 1px solid rgba(18, 183, 106, 0.26);
	background: rgba(18, 183, 106, 0.1);
	color: #067647;
}

.hitech-contact-alert--error {
	border: 1px solid rgba(240, 68, 56, 0.24);
	background: rgba(240, 68, 56, 0.08);
	color: #b42318;
}

.hitech-contact-form__privacy {
	margin: -4px 0 0;
	color: var(--contact-muted);
	font-size: 13px;
	line-height: 1.55;
}

@media (min-width: 1440px) {
	.hitech-contact-hero__grid,
	.hitech-contact-main__grid {
		gap: 84px;
	}
}

@media (max-width: 1024px) {
	.hitech-contact-hero__grid,
	.hitech-contact-main__grid {
		grid-template-columns: 1fr;
	}

	.hitech-contact-info {
		position: static;
	}
}

@media (max-width: 768px) {
	.hitech-contact-hero {
		padding: 58px 0 46px;
	}

	.hitech-contact-hero h1 {
		font-size: 38px;
	}

	.hitech-contact-hero__actions,
	.hitech-contact-btn {
		width: 100%;
	}

	.hitech-contact-main {
		padding: 42px 0;
	}

	.hitech-contact-form__row {
		grid-template-columns: 1fr;
	}

	.hitech-contact-form button {
		width: 100%;
	}
}

@media (max-width: 540px) {
	.hitech-contact-hero h1 {
		font-size: 32px;
	}

	.hitech-contact-info,
	.hitech-contact-form-card,
	.hitech-contact-hero__panel {
		border-radius: 24px;
	}

	.hitech-contact-mini-card {
		align-items: flex-start;
		flex-direction: column;
	}

	.hitech-contact-mini-card span {
		text-align: left;
	}

	.hitech-contact-info__item {
		grid-template-columns: 1fr;
	}
}
