/**
 * Track Order reference layer — 0.9.35.
 *
 * Page-body only. Header and footer ownership remain unchanged.
 */

.aos-track-reference {
	--wsp-t35-ink: #071d35;
	--wsp-t35-muted: #536b82;
	--wsp-t35-blue: #087fc2;
	--wsp-t35-blue-strong: #006bc1;
	--wsp-t35-cyan: #08a5df;
	--wsp-t35-ice: #f2f9fe;
	--wsp-t35-line: #d5e3ed;
	--wsp-t35-surface: rgba(255, 255, 255, 0.96);
	--wsp-t35-radius: 18px;
	--wsp-t35-shadow: 0 18px 52px rgba(8, 49, 82, 0.1);
	--wsp-t35-ease: cubic-bezier(0.25, 1, 0.5, 1);
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 14%, rgba(55, 174, 235, 0.16), transparent 28rem),
		linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(237, 248, 255, 0.82) 52%, rgba(255, 255, 255, 0.98));
	color: var(--wsp-t35-ink);
}

.aos-track-reference::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(147deg, transparent 0 29%, rgba(8, 127, 194, 0.035) 29% 42%, transparent 42%),
		radial-gradient(circle at 97% 34%, rgba(8, 127, 194, 0.18) 1px, transparent 1.4px),
		linear-gradient(rgba(10, 75, 119, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(10, 75, 119, 0.018) 1px, transparent 1px);
	background-size: auto, 12px 12px, 72px 72px, 72px 72px;
	-webkit-mask-image: linear-gradient(to bottom, #000 0 66%, transparent 92%);
	mask-image: linear-gradient(to bottom, #000 0 66%, transparent 92%);
}

.aos-track-reference > section {
	position: relative;
	z-index: 1;
}

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

.wsp-track-hero {
	padding: clamp(64px, 7vw, 94px) 0 42px;
}

.wsp-track-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(460px, 0.86fr);
	align-items: center;
	gap: clamp(52px, 7vw, 104px);
}

.wsp-track-copy {
	max-width: 560px;
	animation: wsp-track-settle 420ms var(--wsp-t35-ease) both;
}

.aos-track-reference .aos-eyebrow {
	margin: 0;
	color: var(--wsp-t35-blue);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.095em;
	text-transform: uppercase;
}

.wsp-track-copy h1 {
	max-width: 10.2ch;
	margin: 18px 0 22px;
	color: var(--wsp-t35-ink);
	font-size: clamp(58px, 5.4vw, 76px);
	font-weight: 850;
	line-height: 0.98;
	letter-spacing: -0.052em;
}

.wsp-track-copy h1 span {
	display: block;
	color: var(--wsp-t35-blue-strong);
}

.wsp-track-lead {
	max-width: 42ch;
	margin: 0;
	color: var(--wsp-t35-muted);
	font-size: 19px;
	line-height: 1.62;
}

.wsp-track-benefits {
	display: grid;
	gap: 15px;
	padding: 0;
	margin: 28px 0 0;
	list-style: none;
}

.wsp-track-benefits li {
	position: relative;
	padding-left: 30px;
	color: var(--wsp-t35-muted);
	font-size: 16px;
	line-height: 1.4;
}

.wsp-track-benefits li::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 50%;
	content: "✓";
	background: var(--wsp-t35-blue);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.wsp-track-form {
	box-sizing: border-box;
	padding: 42px 48px 34px;
	border: 1px solid rgba(165, 190, 207, 0.72);
	border-radius: var(--wsp-t35-radius);
	background: var(--wsp-t35-surface);
	box-shadow: var(--wsp-t35-shadow);
	animation: wsp-track-settle 460ms 50ms var(--wsp-t35-ease) both;
}

.wsp-track-form__head h2 {
	margin: 0;
	color: var(--wsp-t35-ink);
	font-size: 36px;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.wsp-track-form__head p {
	max-width: 38ch;
	margin: 14px 0 0;
	color: var(--wsp-t35-muted);
	font-size: 16px;
	line-height: 1.6;
}

.aos-track-reference .wsp-track-form form.track_order {
	display: grid;
	gap: 20px;
	padding: 0;
	margin: 26px 0 0;
	border: 0;
}

.aos-track-reference .wsp-track-form form.track_order > p:first-child,
.aos-track-reference .wsp-track-form form.track_order .clear {
	display: none;
}

.aos-track-reference .wsp-track-form form.track_order .form-row {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.aos-track-reference .wsp-track-form form.track_order label {
	display: block;
	margin: 0 0 9px;
	color: var(--wsp-t35-ink);
	font-size: 15px;
	font-weight: 800;
}

.aos-track-reference .wsp-track-form form.track_order input {
	box-sizing: border-box;
	width: 100%;
	min-height: 58px;
	padding: 12px 16px 12px 52px;
	border: 1px solid #cbdbe6;
	border-radius: 5px;
	background-color: #fff;
	background-position: 18px 50%;
	background-repeat: no-repeat;
	background-size: 22px;
	color: var(--wsp-t35-ink);
	font-size: 16px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.aos-track-reference .wsp-track-form #orderid {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23788a9d' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 4-8 4-8-4zM4 7v10l8 4 8-4V7M12 11v10'/%3E%3C/svg%3E");
}

.aos-track-reference .wsp-track-form #order_email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23788a9d' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
}

.aos-track-reference .wsp-track-form form.track_order input:focus {
	outline: 0;
	border-color: var(--wsp-t35-blue);
	box-shadow: 0 0 0 3px rgba(8, 127, 194, 0.16);
}

.aos-track-reference .wsp-track-form form.track_order button {
	display: flex;
	width: 100%;
	min-height: 62px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 2px 0 0;
	border: 0;
	border-radius: 5px;
	background: linear-gradient(100deg, #0878c9, #0098d2);
	box-shadow: 0 10px 22px rgba(0, 112, 190, 0.2);
	color: #fff;
	font-size: 0;
	font-weight: 800;
	transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.aos-track-reference .wsp-track-form form.track_order button::before {
	content: "Track order";
	font-size: 17px;
}

.aos-track-reference .wsp-track-form form.track_order button::after {
	content: "→";
	font-size: 29px;
	font-weight: 400;
	line-height: 1;
}

.aos-track-reference .wsp-track-form form.track_order button:hover {
	filter: brightness(1.04);
	box-shadow: 0 13px 28px rgba(0, 112, 190, 0.25);
	transform: translateY(-2px);
}

.aos-track-reference .wsp-track-form form.track_order button:active {
	transform: scale(0.985);
}

.wsp-track-secure {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 22px 0 0;
	color: #8999a9;
	font-size: 13px;
	text-align: center;
}

.wsp-track-secure .aos-icon {
	width: 17px;
	height: 17px;
}

.wsp-track-process {
	padding: 0 0 60px;
}

.wsp-track-process__rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 34px 28px 38px;
	margin: 0;
	border: 1px solid var(--wsp-t35-line);
	border-radius: var(--wsp-t35-radius);
	background: var(--wsp-t35-surface);
	box-shadow: var(--wsp-t35-shadow);
	list-style: none;
}

.wsp-track-process__rail li {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 13px;
	padding: 0 42px;
	text-align: center;
}

.wsp-track-process__rail li:not(:last-child)::after {
	position: absolute;
	top: 41px;
	right: -13%;
	width: 26%;
	border-top: 2px dotted #c8d8e4;
	content: "";
}

.wsp-track-process__icon {
	position: relative;
	display: grid;
	width: 82px;
	height: 82px;
	place-items: center;
	border-radius: 50%;
	background: #eef7fd;
	color: var(--wsp-t35-blue-strong);
}

.wsp-track-process__icon > span {
	position: absolute;
	top: -7px;
	left: -8px;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 4px solid #fff;
	border-radius: 50%;
	background: var(--wsp-t35-blue-strong);
	color: #fff;
	font-size: 13px;
	font-weight: 850;
}

.wsp-track-process__icon .aos-icon {
	width: 42px;
	height: 42px;
	stroke-width: 1.6;
}

.wsp-track-process__rail strong {
	font-size: 18px;
}

.wsp-track-process__rail p {
	max-width: 29ch;
	margin: 0;
	color: var(--wsp-t35-muted);
	font-size: 14px;
	line-height: 1.62;
}

.wsp-track-help {
	padding: 0 0 70px;
}

.wsp-track-help__panel {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	min-height: 470px;
	overflow: hidden;
	border: 1px solid var(--wsp-t35-line);
	border-radius: var(--wsp-t35-radius);
	background: var(--wsp-t35-surface);
	box-shadow: var(--wsp-t35-shadow);
}

.wsp-track-help__intro {
	position: relative;
	min-height: 470px;
	overflow: hidden;
	padding: 58px 50px 220px;
}

.wsp-track-help__intro h2 {
	margin: 15px 0 20px;
	color: var(--wsp-t35-ink);
	font-size: 38px;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.wsp-track-help__intro > p:not(.aos-eyebrow) {
	position: relative;
	z-index: 2;
	max-width: 41ch;
	margin: 0;
	color: var(--wsp-t35-muted);
	font-size: 15px;
	line-height: 1.65;
}

.wsp-track-help__intro img {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 235px;
	object-fit: cover;
	object-position: left bottom;
}

.wsp-track-help__guide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px 54px;
	border-left: 1px solid var(--wsp-t35-line);
}

.wsp-track-help__guide ul {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}

.wsp-track-help__guide li {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 24px;
	min-height: 112px;
}

.wsp-track-help__guide li:not(:last-child)::after {
	position: absolute;
	bottom: -4px;
	left: 35px;
	height: 20px;
	border-left: 2px dotted #c8d8e4;
	content: "";
}

.wsp-track-help__guide li > span {
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border-radius: 50%;
	background: #eef7fd;
	color: var(--wsp-t35-blue-strong);
}

.wsp-track-help__guide li .aos-icon {
	width: 34px;
	height: 34px;
}

.wsp-track-help__guide strong {
	display: block;
	margin-bottom: 7px;
	font-size: 17px;
}

.wsp-track-help__guide p {
	max-width: 46ch;
	margin: 0;
	color: var(--wsp-t35-muted);
	font-size: 14px;
	line-height: 1.55;
}

.wsp-track-help__button {
	box-sizing: border-box;
	min-width: 210px;
	min-height: 52px;
	align-self: flex-start;
	justify-content: center;
	gap: 16px;
	padding: 12px 22px;
	border: 2px solid var(--wsp-t35-blue-strong);
	border-radius: 5px;
	background: #fff;
	color: var(--wsp-t35-blue-strong);
	font-weight: 800;
}

.wsp-track-help__button:hover {
	background: var(--wsp-t35-blue-strong);
	color: #fff;
}

.wsp-track-help__button .aos-icon {
	width: 22px;
	height: 22px;
}

@keyframes wsp-track-settle {
	from {
		opacity: 0.96;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 920px) and (min-width: 621px) {
	.wsp-track-hero__grid {
		grid-template-columns: minmax(0, 0.82fr) minmax(410px, 1.18fr);
		gap: 36px;
	}

	.wsp-track-copy h1 {
		font-size: 52px;
	}

	.wsp-track-form {
		padding: 34px;
	}

	.wsp-track-process__rail li {
		padding-inline: 20px;
	}

	.wsp-track-help__intro,
	.wsp-track-help__guide {
		padding-inline: 34px;
	}
}

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

	.wsp-track-hero {
		padding: 34px 0 18px;
	}

	.wsp-track-hero__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.wsp-track-copy {
		max-width: none;
	}

	.aos-track-reference .aos-eyebrow {
		font-size: 11px;
	}

	.wsp-track-copy h1 {
		max-width: 11.5ch;
		margin: 12px 0 14px;
		font-size: clamp(42px, 12.4vw, 54px);
		line-height: 1.02;
	}

	.wsp-track-copy h1 span {
		display: inline;
	}

	.wsp-track-lead {
		max-width: 32ch;
		font-size: 16px;
		line-height: 1.55;
	}

	.wsp-track-benefits {
		display: none;
	}

	.wsp-track-form {
		padding: 18px 16px 16px;
		border-radius: 13px;
		box-shadow: 0 14px 32px rgba(8, 49, 82, 0.1);
	}

	.wsp-track-form__head {
		display: none;
	}

	.aos-track-reference .wsp-track-form form.track_order {
		gap: 14px;
		margin: 0;
	}

	.aos-track-reference .wsp-track-form form.track_order label {
		font-size: 14px;
	}

	.aos-track-reference .wsp-track-form form.track_order input {
		min-height: 58px;
		font-size: 15px;
	}

	.aos-track-reference .wsp-track-form form.track_order button {
		min-height: 58px;
	}

	.wsp-track-secure {
		margin-top: 16px;
		font-size: 12px;
	}

	.wsp-track-process {
		padding-bottom: 18px;
	}

	.wsp-track-process__rail {
		padding: 20px 8px 22px;
		border-radius: 13px;
	}

	.wsp-track-process__rail li {
		gap: 9px;
		padding: 0 9px;
	}

	.wsp-track-process__rail li:not(:last-child)::after {
		display: none;
	}

	.wsp-track-process__rail li + li {
		border-left: 1px dashed #c9d8e3;
	}

	.wsp-track-process__icon {
		width: 62px;
		height: 62px;
	}

	.wsp-track-process__icon > span {
		top: -7px;
		left: -6px;
		width: 26px;
		height: 26px;
		border-width: 3px;
		font-size: 11px;
	}

	.wsp-track-process__icon .aos-icon {
		width: 31px;
		height: 31px;
	}

	.wsp-track-process__rail strong {
		font-size: 13px;
		line-height: 1.25;
	}

	.wsp-track-process__rail p {
		font-size: 11px;
		line-height: 1.45;
	}

	.wsp-track-help {
		padding-bottom: 18px;
	}

	.wsp-track-help__panel {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		border-radius: 13px;
	}

	.wsp-track-help__intro {
		min-height: 0;
		padding: 24px 22px 12px;
	}

	.wsp-track-help__intro h2 {
		margin: 10px 0 12px;
		font-size: 30px;
	}

	.wsp-track-help__intro > p:not(.aos-eyebrow) {
		font-size: 14px;
	}

	.wsp-track-help__intro img {
		display: none;
	}

	.wsp-track-help__guide {
		padding: 6px 22px 22px;
		border-left: 0;
	}

	.wsp-track-help__guide ul {
		margin-bottom: 12px;
		border: 1px solid var(--wsp-t35-line);
		border-radius: 7px;
	}

	.wsp-track-help__guide li {
		grid-template-columns: 52px minmax(0, 1fr) 18px;
		gap: 12px;
		min-height: 88px;
		padding: 10px 12px;
	}

	.wsp-track-help__guide li:not(:last-child) {
		border-bottom: 1px solid var(--wsp-t35-line);
	}

	.wsp-track-help__guide li:not(:last-child)::after,
	.wsp-track-help__guide li:last-child::after {
		position: static;
		display: block;
		grid-column: 3;
		grid-row: 1;
		align-self: center;
		width: auto;
		height: auto;
		border: 0;
		content: "›";
		color: var(--wsp-t35-ink);
		font-size: 28px;
	}

	.wsp-track-help__guide li > span {
		width: 50px;
		height: 50px;
	}

	.wsp-track-help__guide li .aos-icon {
		width: 27px;
		height: 27px;
	}

	.wsp-track-help__guide strong {
		margin-bottom: 4px;
		font-size: 14px;
	}

	.wsp-track-help__guide p {
		font-size: 12px;
	}

	.wsp-track-help__button {
		width: 100%;
		min-height: 50px;
		align-self: stretch;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wsp-track-copy,
	.wsp-track-form {
		animation: none;
	}

	.aos-track-reference .wsp-track-form form.track_order button {
		transition-duration: 1ms;
	}

	.aos-track-reference .wsp-track-form form.track_order button:hover {
		transform: none;
	}
}
