/* ==================================================
   CONTACT PAGE FOUNDATION
================================================== */

.ns-contact-page {
	overflow: hidden;
	background: #f6f8fc;
	color: #13233b;
	font-family: "Poppins", sans-serif;
}

.ns-contact-page *,
.ns-contact-page *::before,
.ns-contact-page *::after {
	box-sizing: border-box;
}

.ns-contact-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.ns-contact-page h1,
.ns-contact-page h2,
.ns-contact-page h3 {
	font-family: "Montserrat", sans-serif;
}

.ns-contact-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: #e2ad14;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ns-contact-eyebrow::before {
	width: 22px;
	height: 2px;
	background: currentColor;
	content: "";
}


/* ==================================================
   CONTACT HERO SECTION
================================================== */

.ns-contact-hero {
	position: relative;
	overflow: hidden;
	padding: 125px 0 115px;
	background:
		linear-gradient(
			135deg,
			#061a34 0%,
			#093968 52%,
			#0d5795 100%
		);
}

.ns-contact-hero::before {
	position: absolute;
	top: -250px;
	right: -120px;
	width: 580px;
	height: 580px;
	background: rgba(242, 189, 24, 0.17);
	border-radius: 50%;
	content: "";
	filter: blur(15px);
}

.ns-contact-hero::after {
	position: absolute;
	bottom: -290px;
	left: -180px;
	width: 630px;
	height: 630px;
	background: rgba(56, 142, 224, 0.21);
	border-radius: 50%;
	content: "";
	filter: blur(18px);
}

.ns-contact-hero__content {
	position: relative;
	z-index: 2;
	max-width: 850px;
	margin-inline: auto;
	text-align: center;
}

.ns-contact-hero__content .ns-contact-eyebrow {
	color: #f3c332;
}

.ns-contact-hero__content h1 {
	max-width: 850px;
	margin: 0 auto 25px;
	color: #ffffff;
	font-size: clamp(45px, 6vw, 76px);
	font-weight: 750;
	line-height: 1.04;
	letter-spacing: -0.05em;
}

.ns-contact-hero__content p {
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.8;
}


/* ==================================================
   CONTACT MAIN SECTION
================================================== */

.ns-contact-main {
	position: relative;
	z-index: 3;
	padding: 105px 0;
}

.ns-contact-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	align-items: start;
	gap: 70px;
}

.ns-contact-information {
	padding-top: 20px;
}

.ns-contact-information h2,
.ns-contact-section-heading h2,
.ns-contact-cta h2 {
	margin: 0;
	color: #102b4e;
	font-size: clamp(34px, 4vw, 53px);
	font-weight: 750;
	line-height: 1.13;
	letter-spacing: -0.04em;
}

.ns-contact-information__intro {
	margin: 22px 0 38px;
	color: #68778b;
	font-size: 16px;
	line-height: 1.8;
}


/* ==================================================
   CONTACT METHODS
================================================== */

.ns-contact-method {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	padding: 25px 0;
	border-bottom: 1px solid rgba(16, 43, 78, 0.1);
}

.ns-contact-method__icon {
	display: grid;
	width: 49px;
	height: 49px;
	background: rgba(16, 64, 119, 0.08);
	border: 1px solid rgba(16, 64, 119, 0.1);
	border-radius: 14px;
	color: #104077;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 800;
	place-items: center;
}

.ns-contact-method__content > span {
	display: block;
	margin-bottom: 4px;
	color: #8491a2;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ns-contact-method__content a,
.ns-contact-method__content strong {
	display: inline-block;
	color: #102b4e;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.ns-contact-method__content a:hover {
	color: #c99300;
}

.ns-contact-method__content p {
	margin: 6px 0 0;
	color: #718096;
	font-size: 12px;
	line-height: 1.65;
}

.ns-contact-response-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-top: 30px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 17px;
	box-shadow: 0 16px 45px rgba(24, 52, 86, 0.08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.ns-contact-response-card__status {
	width: 10px;
	height: 10px;
	margin-top: 5px;
	background: #27a866;
	border: 3px solid rgba(39, 168, 102, 0.18);
	border-radius: 50%;
	box-sizing: content-box;
}

.ns-contact-response-card strong {
	display: block;
	margin-bottom: 4px;
	color: #102b4e;
	font-size: 13px;
}

.ns-contact-response-card p {
	margin: 0;
	color: #718096;
	font-size: 11px;
	line-height: 1.6;
}


/* ==================================================
   CONTACT FORM CARD
================================================== */

.ns-contact-form-card {
	padding: 42px;
	background:
		linear-gradient(
			145deg,
			rgba(255, 255, 255, 0.95),
			rgba(242, 247, 252, 0.87)
		);
	border: 1px solid rgba(255, 255, 255, 0.98);
	border-radius: 29px;
	box-shadow: 0 30px 90px rgba(22, 50, 84, 0.13);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
}

.ns-contact-form-card__heading {
	margin-bottom: 31px;
	padding-bottom: 27px;
	border-bottom: 1px solid rgba(16, 43, 78, 0.09);
}

.ns-contact-form-card__label {
	display: block;
	margin-bottom: 10px;
	color: #c99300;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ns-contact-form-card h2 {
	margin: 0 0 11px;
	color: #102b4e;
	font-size: 32px;
	letter-spacing: -0.03em;
}

.ns-contact-form-card__heading p {
	margin: 0;
	color: #718096;
	font-size: 13px;
	line-height: 1.7;
}


/* ==================================================
   CONTACT FORM FIELDS
================================================== */

.ns-contact-form {
	display: grid;
	gap: 21px;
}

.ns-contact-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px;
}

.ns-contact-field {
	display: grid;
	gap: 8px;
}

.ns-contact-field label {
	color: #263d5a;
	font-size: 12px;
	font-weight: 700;
}

.ns-contact-field input,
.ns-contact-field select,
.ns-contact-field textarea {
	width: 100%;
	margin: 0;
	padding: 14px 15px;
	background: rgba(255, 255, 255, 0.83);
	border: 1px solid rgba(16, 64, 119, 0.13);
	border-radius: 12px;
	color: #13233b;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	outline: none;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease;
}

.ns-contact-field input,
.ns-contact-field select {
	min-height: 51px;
}

.ns-contact-field textarea {
	min-height: 145px;
	resize: vertical;
}

.ns-contact-field input::placeholder,
.ns-contact-field textarea::placeholder {
	color: #a0aaba;
}

.ns-contact-field input:focus,
.ns-contact-field select:focus,
.ns-contact-field textarea:focus {
	background: #ffffff;
	border-color: rgba(16, 64, 119, 0.5);
	box-shadow: 0 0 0 4px rgba(16, 64, 119, 0.08);
}

.ns-contact-consent {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 10px;
	color: #718096;
	font-size: 11px;
	line-height: 1.65;
	cursor: pointer;
}

.ns-contact-consent input {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	accent-color: #104077;
}

.ns-contact-submit {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin-top: 3px;
	padding: 0 25px;
	background: #104077;
	border: 0;
	border-radius: 13px;
	box-shadow: 0 15px 38px rgba(16, 64, 119, 0.23);
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
	transition:
		transform 0.25s ease,
		background 0.25s ease,
		box-shadow 0.25s ease;
}

.ns-contact-submit:hover {
	background: #0b315e;
	box-shadow: 0 20px 45px rgba(16, 64, 119, 0.3);
	transform: translateY(-2px);
}

.ns-contact-form__notice {
	margin: -5px 0 0;
	color: #8a96a6;
	font-size: 10px;
	line-height: 1.6;
	text-align: center;
}


/* ==================================================
   CONTACT OPTIONS
================================================== */

.ns-contact-options {
	padding: 105px 0;
	background: #ffffff;
}

.ns-contact-section-heading {
	max-width: 720px;
	margin: 0 auto 50px;
	text-align: center;
}

.ns-contact-section-heading .ns-contact-eyebrow {
	justify-content: center;
}

.ns-contact-options-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ns-contact-option-card {
	position: relative;
	min-height: 310px;
	padding: 30px;
	background:
		linear-gradient(
			145deg,
			rgba(255, 255, 255, 0.9),
			rgba(242, 247, 252, 0.75)
		);
	border: 1px solid rgba(16, 64, 119, 0.09);
	border-radius: 23px;
	box-shadow: 0 18px 55px rgba(24, 52, 86, 0.08);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.ns-contact-option-card:hover {
	box-shadow: 0 28px 75px rgba(24, 52, 86, 0.14);
	transform: translateY(-7px);
}

.ns-contact-option-card__number {
	display: block;
	margin-bottom: 65px;
	color: #d4a00a;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 800;
}

.ns-contact-option-card h3 {
	margin: 0 0 13px;
	color: #102b4e;
	font-size: 20px;
}

.ns-contact-option-card p {
	margin: 0 0 24px;
	color: #6e7d91;
	font-size: 13px;
	line-height: 1.75;
}

.ns-contact-option-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #104077;
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
}

.ns-contact-option-card a:hover {
	color: #c99300;
}


/* ==================================================
   CONTACT CTA
================================================== */

.ns-contact-cta {
	padding: 100px 0;
}

.ns-contact-cta__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding: 60px;
	background:
		linear-gradient(
			135deg,
			#061c36,
			#0b4b85
		);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 31px;
	box-shadow: 0 34px 90px rgba(16, 49, 86, 0.23);
}

.ns-contact-cta__content {
	max-width: 720px;
}

.ns-contact-cta__content .ns-contact-eyebrow {
	color: #f2c02a;
}

.ns-contact-cta h2 {
	color: #ffffff;
}

.ns-contact-cta p {
	margin: 19px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 1.8;
}

.ns-contact-cta__button {
	display: inline-flex;
	min-height: 54px;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	background: #efba19;
	border-radius: 13px;
	box-shadow: 0 16px 38px rgba(239, 186, 25, 0.22);
	color: #102946;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	transition:
		transform 0.25s ease,
		background 0.25s ease;
}

.ns-contact-cta__button:hover {
	background: #ffd04a;
	color: #102946;
	transform: translateY(-2px);
}


/* ==================================================
   TABLET RESPONSIVE
================================================== */

@media (max-width: 1024px) {

	.ns-contact-grid {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.ns-contact-information {
		max-width: 750px;
	}

	.ns-contact-cta__card {
		align-items: flex-start;
		flex-direction: column;
	}

}


/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 767px) {

	.ns-contact-container {
		width: min(100% - 28px, 1180px);
	}

	.ns-contact-hero {
		padding: 90px 0 80px;
	}

	.ns-contact-hero__content h1 {
		font-size: clamp(39px, 12vw, 54px);
	}

	.ns-contact-hero__content p {
		font-size: 16px;
	}

	.ns-contact-main,
	.ns-contact-options,
	.ns-contact-cta {
		padding: 78px 0;
	}

	.ns-contact-form-card {
		padding: 28px 21px;
		border-radius: 22px;
	}

	.ns-contact-form__row,
	.ns-contact-options-grid {
		grid-template-columns: 1fr;
	}

	.ns-contact-option-card {
		min-height: auto;
	}

	.ns-contact-option-card__number {
		margin-bottom: 40px;
	}

	.ns-contact-cta__card {
		padding: 40px 24px;
		border-radius: 23px;
	}

	.ns-contact-cta__button {
		width: 100%;
	}

}