.contact-page-wrapper {
	background:
		radial-gradient(circle at top left, rgba(16, 45, 99, 0.05), transparent 30%),
		#f8fbff;
}

.contact-shell {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}

.contact-hero {
	padding: calc(var(--aux-header-height) + 40px) 0 56px;
}

.contact-breadcrumbs {
	margin-bottom: 28px;
	max-width: none;
	padding: 0;
}

.contact-breadcrumbs .auxal-breadcrumbs__item,
.contact-breadcrumbs .auxal-breadcrumbs__item a {
	color: #55667d;
}

.contact-breadcrumbs .auxal-breadcrumbs__item span[aria-current='page'] {
	color: #102d63;
}

.contact-hero__grid,
.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
	gap: 32px;
	align-items: start;
}

.contact-hero__grid {
	display: block;
}

.contact-hero__copy {
	max-width: 680px;
}

.contact-kicker {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #8a4b28;
}

.contact-main-title {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(2.8rem, 5.4vw, 5rem);
	line-height: 0.94;
	letter-spacing: -0.06em;
	color: #102d63;
}

.contact-hero__panel,
.contact-form-section,
.contact-info-section {
	background: #ffffff;
	border: 1px solid #d7e1ee;
	box-shadow: 0 24px 52px rgba(16, 45, 99, 0.08);
}

.contact-page-wrapper .contact-hero__panel,
.contact-page-wrapper .contact-form-section,
.contact-page-wrapper .contact-info-section {
	border-radius: 0;
}

.contact-content {
	padding: 0 0 96px;
}

.contact-page-wrapper .contact-form-section {
	padding: clamp(28px, 4vw, 40px);
}

.contact-page-wrapper .contact-form-section,
.contact-page-wrapper .contact-info-section {
	background: #f8fbff;
	border-color: #d8e3ef;
}

.contact-form-copy h2,
.contact-info-body h2 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(2rem, 3vw, 2.7rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
	color: #102d63;
}

.contact-form-copy p,
.contact-info-body p {
	margin: 14px 0 0;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	line-height: 1.75;
	color: #55667d;
}

.contact-form {
	display: grid;
	gap: 18px;
	margin-top: 22px;
}

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

.form-group {
	display: grid;
	gap: 10px;
}

.form-group label {
	font-family: 'Poppins', sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	color: #102d63;
}

.optional {
	color: #7688a0;
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	border: 1px solid #d5deea;
	background: #eef3f8;
	padding: 16px 18px;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #22354f;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.form-group textarea {
	min-height: 180px;
	resize: vertical;
}

.form-group select {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102d63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px;
	padding-right: 52px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #7a8ca4;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #102d63;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(16, 45, 99, 0.12);
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
	border-color: #c74d36;
	box-shadow: 0 0 0 3px rgba(199, 77, 54, 0.14);
}

.contact-form__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding-top: 6px;
}

.contact-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 32px;
	border: 1px solid #102d63;
	background: #102d63;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
	-webkit-tap-highlight-color: transparent;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus {
	background: #0b224d;
	border-color: #0b224d;
	color: #ffffff;
	box-shadow: none;
	transform: none;
}

.contact-submit-btn:focus-visible {
	outline: 3px solid rgba(16, 45, 99, 0.16);
	outline-offset: 2px;
}

.contact-submit-btn:disabled {
	opacity: 0.72;
	cursor: wait;
}

.contact-form-note {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #61738c;
}

.form-feedback,
.form-success {
	margin-top: 24px;
	padding: 18px 20px;
	border-left: 4px solid;
}

.form-feedback {
	background: #fbefec;
	border-left-color: #c74d36;
	color: #7a2f24;
}

.form-success {
	background: #eef6f2;
	border-left-color: #1f7a57;
	color: #16543d;
}

.success-icon {
	margin-bottom: 12px;
	color: inherit;
}

.form-success p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: inherit;
}

.contact-page-wrapper .contact-info-section {
	padding: 0;
	overflow: hidden;
}

.contact-page-wrapper .contact-map {
	overflow: hidden;
	border: 0;
	border-radius: 0;
	margin: 0;
}

.contact-page-wrapper .contact-map iframe {
	display: block;
	width: 100%;
	min-height: 340px;
	border: 0;
}

.contact-page-wrapper .contact-info-body {
	padding: 24px 30px 30px;
}

.contact-details {
	display: grid;
	margin-top: 0;
	border-top: 0;
}

.contact-page-wrapper .contact-item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 20px 0;
	border: 0;
	border-bottom: 1px solid #d7e1ee;
	border-radius: 0;
	background: transparent;
}

.contact-page-wrapper .contact-item:first-child {
	padding-top: 0;
}

.contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	min-width: 28px;
	color: #102d63;
}

.contact-text {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: #24364d;
}

.contact-text strong {
	display: block;
	margin-bottom: 6px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #6e8098;
}

.contact-text a {
	color: #102d63;
	font-weight: 700;
	text-decoration: none;
}

.contact-side-note {
	margin-top: 20px;
	padding-top: 0;
	border-top: 0;
	background: transparent;
}

.contact-side-note h3 {
	margin: 0 0 14px;
	font-family: 'Poppins', sans-serif;
	font-size: 1.02rem;
	color: #102d63;
}

.contact-side-note ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.contact-side-note li {
	position: relative;
	padding-left: 18px;
	font-size: 0.96rem;
	line-height: 1.65;
	color: #55667d;
}

.contact-side-note li::before {
	content: '\2192';
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	color: #102d63;
}

.contact-hero__action--primary:visited {
	color: #102d63;
}

.contact-hero__action--secondary:visited {
	color: #ffffff;
}

.contact-text a:visited {
	color: #102d63;
}

@media (max-width: 1120px) {
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.contact-hero__copy {
		max-width: none;
	}
}

@media (max-width: 720px) {
	.contact-shell {
		padding: 0 24px;
	}

	.contact-hero {
		padding: calc(var(--aux-header-height) + 24px) 0 40px;
	}

	.contact-breadcrumbs {
		margin-bottom: 22px;
	}

	.contact-content {
		padding-bottom: 72px;
	}

	.contact-form-section,
	.contact-info-body {
		padding: 24px;
	}

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

	.contact-map iframe {
		min-height: 280px;
	}

	.contact-form__footer {
		align-items: stretch;
	}

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

@media (max-width: 520px) {
	.contact-shell {
		padding: 0 20px;
	}

	.contact-main-title {
		font-size: clamp(2.2rem, 12vw, 3.2rem);
	}

	.contact-form-section,
	.contact-info-body {
		padding: 20px;
	}
}
