/*
 * WESHIPAC Contact Us reference reconstruction — 0.9.36.
 * Scope is deliberately limited to .aos-contact-reference so the shared
 * Header, mega-menu, Footer, and the other customer-journey pages are frozen.
 */

.aos-contact-reference {
	--wsp-contact-ink: #081d35;
	--wsp-contact-muted: #5e7389;
	--wsp-contact-blue: #087fc2;
	--wsp-contact-blue-strong: #006fc5;
	--wsp-contact-cyan: #08a5df;
	--wsp-contact-ice: #f3f9fd;
	--wsp-contact-line: #d7e4ed;
	--wsp-contact-success: #11865e;
	--wsp-contact-radius: 14px;
	--wsp-contact-control-radius: 6px;
	--wsp-contact-shadow: 0 18px 50px rgba(8, 49, 82, 0.09);
	--wsp-contact-card-shadow: 0 12px 30px rgba(8, 49, 82, 0.07);
	--wsp-contact-ease: cubic-bezier(0.25, 1, 0.5, 1);
	position: relative;
	isolation: isolate;
	overflow: clip;
	color: var(--wsp-contact-ink);
	background:
		linear-gradient(132deg, rgba(225, 244, 255, 0.28) 0 13%, transparent 38%),
		radial-gradient(circle at 94% 11%, rgba(8, 165, 223, 0.08), transparent 22rem),
		radial-gradient(circle at 2% 66%, rgba(8, 127, 194, 0.06), transparent 25rem),
		linear-gradient(rgba(8, 127, 194, 0.025) 1px, transparent 1px) 0 0 / 48px 48px,
		#fff;
}

.aos-contact-reference .aos-container {
	box-sizing: border-box;
	width: min(100% - 48px, 1240px);
	max-width: 1240px;
	margin-inline: auto;
}

/* Stable icon contract: interactive state may recolor the frame, never hide SVG. */
.aos-contact-reference svg.aos-icon,
.aos-contact-reference :is(a, button, li, div, span):hover svg.aos-icon,
.aos-contact-reference :is(a, button, li, div, span):focus-within svg.aos-icon,
.aos-contact-reference :is(a, button).is-active svg.aos-icon {
	display: block !important;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	visibility: visible !important;
	opacity: 1 !important;
	filter: none !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.8;
}

.wsp-contact-hero {
	position: relative;
	padding: clamp(38px, 4.8vw, 68px) 0 clamp(42px, 5vw, 72px);
}

.wsp-contact-atmosphere {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(145deg, rgba(230, 246, 255, 0.78), transparent 46%),
		radial-gradient(circle at 72% 34%, rgba(8, 127, 194, 0.07), transparent 24rem),
		linear-gradient(90deg, transparent 0 69%, rgba(8, 127, 194, 0.025) 69% 70%, transparent 70%);
}

.wsp-contact-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
	align-items: center;
	gap: clamp(42px, 6vw, 76px);
}

.wsp-contact-hero__media {
	position: relative;
	min-height: 516px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(8, 49, 82, 0.12);
	border-radius: var(--wsp-contact-radius);
	background: #dceaf2;
	box-shadow: var(--wsp-contact-shadow);
}

.wsp-contact-hero__media > img {
	display: block;
	width: 100%;
	height: 516px;
	min-height: 0;
	object-fit: cover;
	object-position: 60% center;
}

.wsp-contact-media-facts {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 12px 8px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	background: rgba(5, 29, 52, 0.9);
	box-shadow: 0 10px 30px rgba(2, 17, 31, 0.24);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	list-style: none;
}

.wsp-contact-media-facts li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 2px 10px;
	color: #fff;
	text-align: left;
}

.wsp-contact-media-facts li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.wsp-contact-media-facts__icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 50%;
	color: #fff !important;
}

.wsp-contact-media-facts__icon .aos-icon {
	width: 18px;
	height: 18px;
}

.wsp-contact-media-facts strong,
.wsp-contact-media-facts small {
	display: block;
	color: #fff;
}

.wsp-contact-media-facts strong {
	font-size: 11px;
	line-height: 1.15;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wsp-contact-media-facts small {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.wsp-contact-hero__copy {
	min-width: 0;
}

.wsp-contact-hero__copy .aos-eyebrow,
.wsp-contact-section-heading .aos-eyebrow,
.wsp-contact-form-copy > .aos-eyebrow {
	margin: 0;
	color: var(--wsp-contact-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.wsp-contact-hero__copy h1 {
	max-width: 520px;
	margin: 14px 0 20px;
	color: var(--wsp-contact-ink);
	font-size: clamp(54px, 5.2vw, 76px);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.055em;
	text-wrap: balance;
}

.wsp-contact-hero__copy .aos-brand-lead {
	max-width: 55ch;
	margin: 0;
	color: var(--wsp-contact-muted);
	font-size: 17px;
	line-height: 1.75;
}

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

.wsp-contact-hero__actions .aos-button {
	display: inline-flex;
	min-width: 190px;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 11px;
	padding: 12px 22px;
	border: 1px solid var(--wsp-contact-blue);
	border-radius: var(--wsp-contact-control-radius);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition:
		transform 150ms var(--wsp-contact-ease),
		border-color 150ms ease,
		background-color 150ms ease,
		box-shadow 150ms ease;
}

.wsp-contact-hero__actions .aos-button-primary {
	background: linear-gradient(100deg, var(--wsp-contact-blue-strong), var(--wsp-contact-blue));
	color: #fff;
	box-shadow: 0 10px 22px rgba(8, 127, 194, 0.18);
}

.wsp-contact-hero__actions .aos-button-secondary {
	background: rgba(255, 255, 255, 0.86);
	color: var(--wsp-contact-blue-strong);
}

.wsp-contact-hero__actions .aos-icon {
	width: 18px;
	height: 18px;
}

.wsp-contact-proof-rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 12px 0;
	margin: 28px 0 0;
	border: 1px solid var(--wsp-contact-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 8px 24px rgba(8, 49, 82, 0.04);
	list-style: none;
}

.wsp-contact-proof-rail li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 0 14px;
}

.wsp-contact-proof-rail li + li {
	border-left: 1px solid var(--wsp-contact-line);
}

.wsp-contact-proof-rail__icon {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	color: var(--wsp-contact-blue) !important;
}

.wsp-contact-proof-rail__icon .aos-icon {
	width: 22px;
	height: 22px;
}

.wsp-contact-proof-rail strong,
.wsp-contact-proof-rail small {
	display: block;
}

.wsp-contact-proof-rail strong {
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.wsp-contact-proof-rail small {
	margin-top: 2px;
	color: var(--wsp-contact-muted);
	font-size: 10px;
	line-height: 1.25;
}

.aos-contact-reference .aos-contact-router-lanes {
	padding: 0 0 clamp(42px, 4.5vw, 58px);
}

.wsp-contact-section-heading {
	display: block;
	margin: 0 0 28px;
	text-align: center;
}

.aos-contact-reference .wsp-contact-section-heading > .aos-eyebrow {
	display: block;
}

.wsp-contact-section-heading h2 {
	margin: 10px 0 0;
	color: var(--wsp-contact-ink);
	font-size: clamp(32px, 3.4vw, 46px);
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.aos-contact-reference .aos-support-router {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.aos-contact-reference .aos-support-router button {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 248px;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	padding: 24px;
	border: 1px solid var(--wsp-contact-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--wsp-contact-ink);
	box-shadow: 0 8px 24px rgba(8, 49, 82, 0.045);
	text-align: left;
	cursor: pointer;
	transition:
		transform 170ms var(--wsp-contact-ease),
		border-color 150ms ease,
		box-shadow 170ms ease,
		background-color 150ms ease;
}

.aos-contact-reference .aos-support-router button::after {
	display: none;
}

.aos-contact-reference .aos-support-router button.is-active {
	border-color: rgba(8, 127, 194, 0.62);
	background: #fff;
	box-shadow: inset 0 3px 0 var(--wsp-contact-blue), var(--wsp-contact-card-shadow);
}

.wsp-contact-lane-icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(8, 127, 194, 0.12);
	border-radius: 50%;
	background: #e9f6ff;
	color: var(--wsp-contact-blue) !important;
	transition:
		background-color 150ms ease,
		border-color 150ms ease,
		color 150ms ease;
}

.aos-contact-reference .aos-support-router button .wsp-contact-lane-icon .aos-icon {
	display: block !important;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit !important;
}

.aos-contact-reference .aos-support-router button strong {
	margin-top: 3px;
	color: var(--wsp-contact-ink);
	font-size: 17px;
	line-height: 1.25;
}

.aos-contact-reference .aos-support-router button small {
	color: var(--wsp-contact-muted);
	font-size: 13px;
	line-height: 1.55;
}

.wsp-contact-lane-action {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	color: var(--wsp-contact-blue-strong);
	font-size: 13px;
	font-weight: 750;
}

.aos-contact-reference .aos-support-router button .wsp-contact-lane-action .aos-icon {
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit !important;
}

.aos-contact-reference .aos-support-router button.is-active :is(.wsp-contact-lane-icon, .wsp-contact-lane-action) {
	color: var(--wsp-contact-blue-strong) !important;
}

.aos-contact-reference .aos-support-router button.is-active :is(.wsp-contact-lane-icon, .wsp-contact-lane-action) .aos-icon {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	stroke: currentColor !important;
}

.aos-contact-reference .aos-contact-secure-workbench {
	padding: clamp(42px, 5vw, 70px) 0;
	background:
		radial-gradient(circle at 0 0, rgba(8, 165, 223, 0.1), transparent 28rem),
		linear-gradient(122deg, rgba(241, 249, 254, 0.95), rgba(232, 247, 253, 0.72));
}

.aos-contact-reference .aos-contact-secure-workbench > .aos-container {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.72fr);
	align-items: stretch;
	gap: 44px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.wsp-contact-form-copy {
	padding: 24px 0 0;
}

.wsp-contact-form-copy h2 {
	margin: 12px 0 18px;
	color: var(--wsp-contact-ink);
	font-size: clamp(42px, 4vw, 58px);
	line-height: 0.98;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.wsp-contact-form-copy > p:not(.aos-eyebrow) {
	margin: 0;
	color: var(--wsp-contact-muted);
	font-size: 14px;
	line-height: 1.7;
}

.aos-contact-reference .aos-contact-direct {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.aos-contact-reference .aos-contact-direct > :is(a, div) {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 78px;
	padding: 12px;
	border: 1px solid var(--wsp-contact-line);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--wsp-contact-ink);
	text-decoration: none;
	transition:
		border-color 150ms ease,
		box-shadow 150ms ease;
}

.wsp-contact-direct__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--wsp-contact-blue-strong), var(--wsp-contact-cyan));
	color: #fff !important;
}

.wsp-contact-direct__icon .aos-icon {
	width: 23px;
	height: 23px;
}

.aos-contact-reference .aos-contact-direct small,
.aos-contact-reference .aos-contact-direct strong,
.aos-contact-reference .aos-contact-direct em {
	display: block;
}

.aos-contact-reference .aos-contact-direct small {
	color: var(--wsp-contact-muted);
	font-size: 10px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.aos-contact-reference .aos-contact-direct strong {
	margin-top: 2px;
	font-size: 13px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.aos-contact-reference .aos-contact-direct em {
	margin-top: 3px;
	color: var(--wsp-contact-muted);
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
}

.aos-contact-reference .aos-contact-form-card {
	min-width: 0;
	padding: clamp(24px, 3vw, 38px);
	border: 1px solid var(--wsp-contact-line);
	border-radius: var(--wsp-contact-radius);
	background: rgba(255, 255, 255, 0.97);
	box-shadow: var(--wsp-contact-shadow);
}

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

.aos-contact-reference .aos-contact-form .aos-field {
	display: grid;
	min-width: 0;
	gap: 8px;
	margin: 0;
	color: var(--wsp-contact-ink);
	font-size: 13px;
	font-weight: 700;
}

.aos-contact-reference .aos-contact-form .aos-field-full {
	grid-column: 1 / -1;
}

.aos-contact-reference .aos-contact-form :is(input, select, textarea),
.aos-contact-reference .wsp-select-trigger {
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--wsp-contact-line);
	border-radius: var(--wsp-contact-control-radius);
	background: #fff;
	color: var(--wsp-contact-ink);
	font: inherit;
	font-weight: 500;
	transition:
		border-color 150ms ease,
		box-shadow 150ms ease;
}

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

.aos-contact-reference .aos-contact-form :is(input, textarea)::placeholder {
	color: #8293a5;
	opacity: 1;
}

.aos-contact-reference .aos-contact-form .aos-field > small {
	color: var(--wsp-contact-muted);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.45;
}

.aos-contact-reference .wsp-select {
	position: relative;
}

.aos-contact-reference .wsp-select-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.aos-contact-reference .wsp-select-trigger svg,
.aos-contact-reference .wsp-select-option svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.aos-contact-reference .wsp-select-list {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: 0;
	z-index: 12;
	padding: 7px;
	border: 1px solid var(--wsp-contact-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--wsp-contact-shadow);
}

.aos-contact-reference .wsp-select-option {
	display: flex;
	width: 100%;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	padding: 9px 11px;
	border: 0;
	border-radius: 5px;
	background: #fff;
	color: var(--wsp-contact-ink);
	text-align: left;
	cursor: pointer;
}

.aos-contact-reference .wsp-select-option:is(:hover, :focus-visible, .is-selected) {
	background: var(--wsp-contact-ice);
	color: var(--wsp-contact-blue-strong);
}

.aos-contact-reference .aos-contact-form button[type="submit"] {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 20px;
	border: 0;
	border-radius: var(--wsp-contact-control-radius);
	background: linear-gradient(100deg, var(--wsp-contact-blue-strong), var(--wsp-contact-cyan));
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 12px 26px rgba(8, 127, 194, 0.18);
	cursor: pointer;
	transition:
		transform 150ms var(--wsp-contact-ease),
		box-shadow 150ms ease,
		opacity 150ms ease;
}

.aos-contact-reference .aos-contact-form button[type="submit"] .aos-icon {
	width: 20px;
	height: 20px;
}

.aos-contact-reference .aos-contact-form button[aria-busy="true"] {
	opacity: 0.72;
	cursor: wait;
}

.aos-contact-reference .aos-form-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: -4px 0 0;
	color: var(--wsp-contact-muted);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}

.aos-contact-reference .aos-form-privacy .aos-icon {
	width: 16px;
	height: 16px;
}

.aos-contact-reference .aos-contact-trust {
	display: block;
	padding: 26px 0 34px;
}

.aos-contact-reference .wsp-contact-service-rail {
	display: block;
	padding: 0;
	border: 1px solid var(--wsp-contact-line);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 24px rgba(8, 49, 82, 0.04);
}

.aos-contact-reference .wsp-contact-service-rail > ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 16px 0;
	margin: 0;
	list-style: none;
}

.aos-contact-reference .wsp-contact-service-rail li {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 4px 22px;
}

.aos-contact-reference .wsp-contact-service-rail li + li {
	border-left: 1px solid var(--wsp-contact-line);
}

.aos-contact-reference .wsp-contact-service-rail li > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: #eaf6fd;
	color: var(--wsp-contact-blue) !important;
}

.aos-contact-reference .wsp-contact-service-rail li > span .aos-icon {
	width: 25px;
	height: 25px;
}

.aos-contact-reference .wsp-contact-service-rail strong {
	display: block;
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.aos-contact-reference .wsp-contact-service-rail p {
	margin: 3px 0 0;
	color: var(--wsp-contact-muted);
	font-size: 10px;
	line-height: 1.4;
}

.aos-contact-reference :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(8, 165, 223, 0.42);
	outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
	.wsp-contact-hero__actions .aos-button:hover,
	.aos-contact-reference .aos-contact-form button[type="submit"]:hover {
		transform: translateY(-2px);
		box-shadow: 0 14px 30px rgba(8, 127, 194, 0.22);
	}

	.aos-contact-reference .aos-support-router button:hover {
		transform: translateY(-2px);
		border-color: rgba(8, 127, 194, 0.5);
		background: #fff;
		color: var(--wsp-contact-ink);
		box-shadow: var(--wsp-contact-card-shadow);
	}

	.aos-contact-reference .aos-support-router button:hover .wsp-contact-lane-icon {
		border-color: rgba(8, 127, 194, 0.3);
		background: #def2ff;
		color: var(--wsp-contact-blue-strong) !important;
	}

	.aos-contact-reference .aos-contact-direct > :is(a, div):hover {
		border-color: rgba(8, 127, 194, 0.38);
		box-shadow: 0 10px 22px rgba(8, 49, 82, 0.06);
	}
}

.wsp-contact-hero__actions .aos-button:active,
.aos-contact-reference .aos-contact-form button[type="submit"]:active {
	transform: scale(0.985);
}

@media (max-width: 1080px) {
	.wsp-contact-hero__grid {
		gap: 34px;
	}

	.wsp-contact-hero__media,
	.wsp-contact-hero__media > img {
		height: 470px;
		min-height: 470px;
	}

	.aos-contact-reference .aos-support-router {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aos-contact-reference .aos-support-router button {
		min-height: 220px;
	}

	.aos-contact-reference .wsp-contact-service-rail > ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aos-contact-reference .wsp-contact-service-rail li:nth-child(3) {
		border-left: 0;
	}

	.aos-contact-reference .wsp-contact-service-rail li:nth-child(n + 3) {
		padding-top: 14px;
		margin-top: 10px;
		border-top: 1px solid var(--wsp-contact-line);
	}
}

@media (max-width: 860px) {
	.wsp-contact-hero__grid,
	.aos-contact-reference .aos-contact-secure-workbench > .aos-container {
		grid-template-columns: minmax(0, 1fr);
	}

	.wsp-contact-hero__media {
		order: 1;
	}

	.wsp-contact-hero__copy {
		order: 2;
		text-align: center;
	}

	.wsp-contact-hero__copy h1,
	.wsp-contact-hero__copy .aos-brand-lead {
		margin-inline: auto;
	}

	.wsp-contact-hero__actions {
		justify-content: center;
	}

	.wsp-contact-form-copy {
		padding-top: 0;
	}
}

@media (max-width: 620px) {
	.aos-contact-reference .aos-container {
		width: min(100% - 28px, 1240px);
	}

	.wsp-contact-hero {
		padding: 22px 0 34px;
	}

	.wsp-contact-hero__grid {
		gap: 22px;
	}

	.wsp-contact-hero__media,
	.wsp-contact-hero__media > img {
		height: 286px;
		min-height: 286px;
	}

	.wsp-contact-hero__media > img {
		object-position: 58% center;
	}

	.wsp-contact-media-facts {
		right: 8px;
		bottom: 8px;
		left: 8px;
		padding: 8px 4px;
	}

	.wsp-contact-media-facts li {
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
		gap: 4px;
		padding: 1px 5px;
		text-align: center;
	}

	.wsp-contact-media-facts__icon {
		width: 26px;
		height: 26px;
	}

	.wsp-contact-media-facts__icon .aos-icon {
		width: 15px;
		height: 15px;
	}

	.wsp-contact-media-facts strong {
		font-size: 8px;
	}

	.wsp-contact-media-facts small {
		font-size: 7px;
	}

	.wsp-contact-hero__copy .aos-eyebrow,
	.wsp-contact-section-heading .aos-eyebrow,
	.wsp-contact-form-copy > .aos-eyebrow {
		font-size: 10px;
	}

	.wsp-contact-hero__copy h1 {
		margin: 9px 0 13px;
		font-size: clamp(38px, 11.6vw, 48px);
		line-height: 0.98;
	}

	.wsp-contact-hero__copy .aos-brand-lead {
		font-size: 14px;
		line-height: 1.6;
	}

	.wsp-contact-hero__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 20px;
	}

	.wsp-contact-hero__actions .aos-button {
		min-width: 0;
		min-height: 48px;
		padding: 9px 10px;
		font-size: 12px;
	}

	.wsp-contact-proof-rail {
		padding: 10px 0;
		margin-top: 18px;
	}

	.wsp-contact-proof-rail li {
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
		gap: 3px;
		padding: 0 7px;
		text-align: center;
	}

	.wsp-contact-proof-rail__icon {
		width: 24px;
		height: 24px;
	}

	.wsp-contact-proof-rail__icon .aos-icon {
		width: 19px;
		height: 19px;
	}

	.wsp-contact-proof-rail strong {
		font-size: 8px;
	}

	.wsp-contact-proof-rail small {
		font-size: 7px;
	}

	.aos-contact-reference .aos-contact-router-lanes {
		padding-bottom: 38px;
	}

	.wsp-contact-section-heading {
		margin-bottom: 18px;
	}

	.wsp-contact-section-heading h2 {
		font-size: 30px;
	}

	.aos-contact-reference .aos-support-router {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.aos-contact-reference .aos-support-router button {
		min-height: 202px;
		gap: 7px;
		padding: 14px;
	}

	.wsp-contact-lane-icon {
		width: 48px;
		height: 48px;
	}

	.aos-contact-reference .aos-support-router button .wsp-contact-lane-icon .aos-icon {
		width: 24px;
		height: 24px;
	}

	.aos-contact-reference .aos-support-router button strong {
		font-size: 14px;
	}

	.aos-contact-reference .aos-support-router button small,
	.wsp-contact-lane-action {
		font-size: 10px;
	}

	.aos-contact-reference .aos-contact-secure-workbench {
		padding: 34px 0;
	}

	.aos-contact-reference .aos-contact-secure-workbench > .aos-container {
		gap: 22px;
	}

	.wsp-contact-form-copy h2 {
		margin: 9px 0 12px;
		font-size: 38px;
	}

	.wsp-contact-form-copy > p:not(.aos-eyebrow) {
		font-size: 13px;
	}

	.aos-contact-reference .aos-contact-direct {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 18px;
	}

	.aos-contact-reference .aos-contact-form-card {
		padding: 16px;
	}

	.aos-contact-reference .aos-contact-form {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.aos-contact-reference .aos-contact-form .aos-field-full {
		grid-column: auto;
	}

	.aos-contact-reference .aos-contact-form :is(input, select, textarea),
	.aos-contact-reference .wsp-select-trigger {
		min-height: 48px;
	}

	.aos-contact-reference .wsp-contact-service-rail > ul {
		grid-template-columns: minmax(0, 1fr);
		padding: 10px 14px;
	}

	.aos-contact-reference .wsp-contact-service-rail li,
	.aos-contact-reference .wsp-contact-service-rail li:nth-child(n + 3) {
		padding: 12px 4px;
		margin: 0;
		border-left: 0;
	}

	.aos-contact-reference .wsp-contact-service-rail li + li,
	.aos-contact-reference .wsp-contact-service-rail li:nth-child(n + 3) {
		border-top: 1px solid var(--wsp-contact-line);
	}
}

@media (prefers-reduced-motion: reduce) {
	.aos-contact-reference *,
	.aos-contact-reference *::before,
	.aos-contact-reference *::after {
		scroll-behavior: auto !important;
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 1ms !important;
	}

	.aos-contact-reference :is(a, button):hover {
		transform: none !important;
	}
}
