/* ==============================
   CONTACT PAGE
============================== */

.hk-contact-page {
	background: #f4f7fb;
	color: #172033;
}


/* ==============================
   HERO
============================== */

.hk-contact-hero {
	position: relative;
	overflow: hidden;
	padding: 64px 0 90px;
	background:
		radial-gradient(circle at 85% 20%, rgba(255,255,255,.12), transparent 28%),
		linear-gradient(135deg, #082a5c 0%, #123f7d 100%);
	color: #fff;
	text-align: center;
}

.hk-contact-hero::before,
.hk-contact-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255,255,255,.04);
	pointer-events: none;
}

.hk-contact-hero::before {
	width: 280px;
	height: 280px;
	top: -150px;
	left: -80px;
}

.hk-contact-hero::after {
	width: 360px;
	height: 360px;
	right: -180px;
	bottom: -230px;
}

.hk-contact-hero .hk-shell {
	position: relative;
	z-index: 1;
}

.hk-contact-label {
	display: inline-block;
	margin-bottom: 13px;
	color: #00a86b;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hk-contact-hero .hk-contact-label {
	color: #ff9b25;
}

.hk-contact-hero h1 {
	margin: 0 0 16px;
	color: #fff;
	line-height: 1.12;
}

.hk-contact-hero p {
	max-width: 700px;
	margin: 0 auto;
	color: #e5edf8;
	font-size: 18px;
	line-height: 1.7;
}


/* ==============================
   MAIN CONTACT AREA
============================== */

.hk-contact-section {
	position: relative;
	z-index: 2;
	margin-top: -42px;
	padding: 0 0 70px;
}

.hk-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 30px;
	align-items: stretch;
}


/* ==============================
   CONTACT INFORMATION
============================== */

.hk-contact-info {
	position: relative;
	overflow: hidden;
	padding: 38px;
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 20px;
	background:
		linear-gradient(145deg, #092d61 0%, #0f3a76 100%);
	box-shadow: 0 18px 50px rgba(8,42,92,.16);
	color: #fff;
}

.hk-contact-info::after {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	right: -100px;
	bottom: -110px;
	border-radius: 50%;
	background: rgba(255,255,255,.04);
	pointer-events: none;
}

.hk-contact-info .hk-contact-label {
	color: #ff9b25;
}

.hk-contact-info h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 16px;
	color: #fff;
	line-height: 1.2;
}

.hk-contact-intro {
	position: relative;
	z-index: 1;
	margin: 0 0 26px;
	color: #dce8f8;
	font-size: 16px;
	line-height: 1.75;
}


/* Details */

.hk-contact-details {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
}

.hk-contact-detail {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 15px 16px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 12px;
	background: rgba(255,255,255,.07);
}

.hk-contact-detail-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: rgba(255,155,37,.14);
	color: #ffab46;
}

.hk-contact-detail-icon svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hk-contact-detail strong {
	display: block;
	margin-bottom: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.hk-contact-detail span,
.hk-contact-detail a {
	display: block;
	color: #dce8f8;
	font-size: 14px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.hk-contact-detail a {
	color: #ffb65f;
	font-weight: 700;
	text-decoration: none;
}

.hk-contact-detail a:hover,
.hk-contact-detail a:focus {
	color: #fff;
	text-decoration: underline;
}


/* Site note */

.hk-contact-site-note {
	position: relative;
	z-index: 1;
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.13);
	color: #dce8f8;
	font-size: 14px;
	line-height: 1.7;
}

.hk-contact-site-note a {
	color: #ffb65f;
	font-weight: 700;
	text-decoration: none;
}

.hk-contact-site-note a:hover,
.hk-contact-site-note a:focus {
	color: #fff;
	text-decoration: underline;
}


/* Medical note */

.hk-contact-note {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	padding: 18px 18px 18px 20px;
	border-left: 4px solid #00a86b;
	border-radius: 10px;
	background: rgba(0,168,107,.12);
}

.hk-contact-note strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 15px;
}

.hk-contact-note p {
	margin: 0;
	color: #dce8f8;
	font-size: 14px;
	line-height: 1.7;
}


/* ==============================
   FORM CARD
============================== */

.hk-contact-form-card {
	padding: 38px;
	border: 1px solid #dce4ec;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(20,45,70,.09);
}

.hk-contact-form-card h2 {
	margin: 0 0 10px;
	color: #082a5c;
	line-height: 1.2;
}

.hk-contact-form-intro {
	margin: 0 0 26px;
	color: #68758a;
	font-size: 15px;
	line-height: 1.7;
}


/* ==============================
   FORM
============================== */

.hk-contact-form {
	display: grid;
	gap: 19px;
}

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

.hk-form-field label {
	display: block;
	margin-bottom: 7px;
	color: #102f5a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.hk-form-field label span {
	color: #d92d20;
}

.hk-form-field input,
.hk-form-field textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #cad5e1;
	border-radius: 10px;
	background: #fbfcfe;
	color: #172033;
	font-family: inherit;
	font-size: 15px;
	transition:
		border-color .18s ease,
		box-shadow .18s ease,
		background-color .18s ease;
}

.hk-form-field input {
	min-height: 48px;
	padding: 10px 14px;
}

.hk-form-field textarea {
	min-height: 170px;
	padding: 13px 14px;
	line-height: 1.65;
	resize: vertical;
}

.hk-form-field input:hover,
.hk-form-field textarea:hover {
	border-color: #aebed0;
	background: #fff;
}

.hk-form-field input:focus,
.hk-form-field textarea:focus {
	outline: none;
	border-color: #1c5aa5;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(28,90,165,.10);
}


/* Submit */

.hk-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 12px 28px;
	border: 0;
	border-radius: 10px;
	background: #204b96;
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(32,75,150,.16);
	transition:
		background-color .18s ease,
		transform .18s ease,
		box-shadow .18s ease;
}

.hk-contact-submit:hover,
.hk-contact-submit:focus-visible {
	background: #ff9518;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(255,149,24,.20);
}

.hk-contact-submit:active {
	transform: translateY(0);
}


/* ==============================
   SPAM PROTECTION
============================== */

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


/* ==============================
   FORM MESSAGES
============================== */

.hk-contact-success,
.hk-contact-error {
	margin: 0 0 22px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

.hk-contact-success {
	border: 1px solid #bce8d6;
	background: #eaf8f2;
	color: #007c51;
}

.hk-contact-error {
	border: 1px solid #f3c7c4;
	background: #fff0f0;
	color: #b42318;
}


/* ==============================
   TABLET
============================== */

@media (max-width: 900px) {

	.hk-contact-hero {
		padding: 54px 0 76px;
	}

	.hk-contact-section {
		margin-top: -32px;
		padding-bottom: 55px;
	}

	.hk-contact-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.hk-contact-info,
	.hk-contact-form-card {
		padding: 32px;
	}

}


/* ==============================
   MOBILE
============================== */

@media (max-width: 600px) {

	.hk-contact-hero {
		padding: 42px 0 64px;
	}

	.hk-contact-hero p {
		font-size: 16px;
		line-height: 1.65;
	}

	.hk-contact-section {
		margin-top: -24px;
		padding-bottom: 38px;
	}

	.hk-contact-grid {
		gap: 18px;
	}

	.hk-contact-info,
	.hk-contact-form-card {
		padding: 24px 20px;
		border-radius: 15px;
	}

	.hk-contact-intro {
		font-size: 15px;
	}

	.hk-contact-detail {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 12px;
		padding: 13px;
	}

	.hk-contact-detail-icon {
		width: 42px;
		height: 42px;
	}

	.hk-contact-detail-icon svg {
		width: 21px;
		height: 21px;
	}

	.hk-contact-form-row {
		grid-template-columns: 1fr;
		gap: 19px;
	}

	.hk-contact-submit {
		width: 100%;
	}

}