.nsd-logistics {
	--nsd-logistics-accent: var(--nsd-polish-accent, #d96f0d);
	--nsd-logistics-accent-hover: var(--nsd-polish-accent-hover, #b95908);
	--nsd-logistics-ink: var(--nsd-polish-ink, #202428);
	--nsd-logistics-muted: var(--nsd-polish-muted, #596168);
	--nsd-logistics-line: var(--nsd-polish-line, rgba(21, 25, 29, 0.18));
	background: #fff;
	color: var(--nsd-logistics-ink);
	font-family: "DM Sans", "Segoe UI", system-ui, sans-serif;
}

body.nsd-logistics-page .wd-content-layout.content-layout-wrapper.container {
	width: 100%;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.nsd-logistics *,
.nsd-logistics *::before,
.nsd-logistics *::after {
	box-sizing: border-box;
}

.nsd-logistics-container {
	width: min(100% - 40px, 1240px);
	margin-inline: auto;
}

.nsd-logistics-hero {
	padding: 80px 0;
	background: #fff7ef;
	border-bottom: 1px solid var(--nsd-logistics-line);
}

.nsd-logistics-hero__grid,
.nsd-logistics-form-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
	gap: 48px;
	align-items: center;
}

.nsd-logistics-eyebrow,
.nsd-service__label {
	margin: 0 0 16px;
	color: var(--nsd-logistics-accent);
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.nsd-logistics h1,
.nsd-logistics h2,
.nsd-logistics h3 {
	margin-top: 0;
	color: var(--nsd-logistics-ink);
	font-family: Urbanist, "DM Sans", "Segoe UI", system-ui, sans-serif;
	font-weight: 800;
}

.nsd-logistics h1 {
	max-width: 900px;
	margin-bottom: 28px;
	font-size: clamp(2.5rem, 5vw, 4.9rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.nsd-logistics h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
}

.nsd-logistics h3 {
	margin-bottom: 16px;
	font-size: clamp(1.4rem, 2vw, 2rem);
	line-height: 1.18;
}

.nsd-logistics p {
	font-size: 1rem;
	line-height: 1.65;
}

.nsd-logistics-hero__copy > p:not(.nsd-logistics-eyebrow) {
	max-width: 780px;
	margin: 0 0 16px;
	color: var(--nsd-logistics-muted);
}

.nsd-logistics-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	padding: 14px 24px;
	border: 2px solid var(--nsd-logistics-accent);
	border-radius: 3px;
	background: var(--nsd-logistics-accent);
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nsd-logistics-button:hover,
.nsd-logistics-button:focus-visible {
	border-color: var(--nsd-logistics-accent-hover);
	background: var(--nsd-logistics-accent-hover);
	transform: translateY(-2px);
}

.nsd-logistics-button:focus-visible,
.nsd-logistics input:focus-visible,
.nsd-logistics select:focus-visible,
.nsd-logistics textarea:focus-visible {
	outline: 3px solid rgba(217, 111, 13, 0.28);
	outline-offset: 3px;
}

.nsd-logistics-button--outline {
	background: #fff;
	color: var(--nsd-logistics-accent) !important;
}

.nsd-logistics-button--outline:hover,
.nsd-logistics-button--outline:focus-visible {
	color: #fff !important;
}

.nsd-logistics-hero__summary {
	padding: 32px;
	border-left: 6px solid var(--nsd-logistics-accent);
	background: #fff;
}

.nsd-logistics-hero__summary span,
.nsd-logistics-hero__summary strong {
	display: block;
}

.nsd-logistics-hero__summary span {
	margin-bottom: 12px;
	color: var(--nsd-logistics-accent);
	font-weight: 800;
	text-transform: uppercase;
}

.nsd-logistics-hero__summary strong {
	font-family: Urbanist, "DM Sans", sans-serif;
	font-size: 1.75rem;
	line-height: 1.2;
}

.nsd-logistics-hero__summary p {
	margin: 16px 0 0;
	color: var(--nsd-logistics-muted);
}

.nsd-logistics-services {
	padding: 80px 0;
}

.nsd-logistics-section-heading {
	max-width: 780px;
	margin-bottom: 40px;
}

.nsd-logistics-section-heading h2 {
	margin-bottom: 0;
}

.nsd-logistics-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.nsd-logistics-service {
	display: flex;
	min-height: 430px;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
	border: 1px solid var(--nsd-logistics-line);
	background: #fff;
	scroll-margin-top: 140px;
}

.nsd-logistics-service--wide {
	min-height: 330px;
	grid-column: 1 / -1;
}

.nsd-logistics-service > p:not(.nsd-service__label) {
	margin: 0;
	color: var(--nsd-logistics-muted);
}

.nsd-service__number {
	margin-bottom: 28px;
	color: var(--nsd-logistics-accent);
	font-family: Urbanist, "DM Sans", sans-serif;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.nsd-logistics-service > .nsd-logistics-button,
.nsd-service__actions {
	margin-top: auto;
}

.nsd-service__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 24px;
}

.nsd-service__actions .nsd-logistics-button {
	margin-top: 0;
}

.nsd-logistics-form-section {
	padding: 80px 0;
	border-top: 1px solid var(--nsd-logistics-line);
	background: #fff7ef;
	scroll-margin-top: 120px;
}

.nsd-logistics-form-section__grid {
	grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
	align-items: start;
}

.nsd-logistics-form-intro {
	position: sticky;
	top: 120px;
}

.nsd-logistics-form-intro h2 {
	margin-bottom: 20px;
}

.nsd-logistics-form-intro > p:not(.nsd-logistics-eyebrow) {
	color: var(--nsd-logistics-muted);
}

.nsd-logistics-optional {
	padding: 16px;
	border-left: 4px solid var(--nsd-logistics-accent);
	background: #fff;
}

.nsd-logistics-form-card {
	padding: 40px;
	border: 1px solid var(--nsd-logistics-line);
	background: #fff;
}

.nsd-logistics-form fieldset {
	margin: 0 0 36px;
	padding: 0;
	border: 0;
}

.nsd-logistics-form legend {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--nsd-logistics-line);
	font-family: Urbanist, "DM Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 800;
}

.nsd-field-optional {
	margin-left: 6px;
	color: var(--nsd-logistics-muted);
	font-family: "DM Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
}

.nsd-logistics-fields {
	display: grid;
	gap: 20px;
}

.nsd-logistics-fields--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nsd-field-full {
	grid-column: 1 / -1;
}

.nsd-logistics-form label {
	display: block;
	color: var(--nsd-logistics-ink);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.45;
}

.nsd-logistics-form input:not([type="checkbox"]),
.nsd-logistics-form select,
.nsd-logistics-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid var(--nsd-logistics-line);
	border-radius: 3px;
	background: #fff;
	color: var(--nsd-logistics-ink);
	font: inherit;
	font-weight: 400;
}

.nsd-logistics-form textarea {
	min-height: 120px;
	resize: vertical;
}

.nsd-logistics-form label > input:not([type="checkbox"]),
.nsd-logistics-form label > select,
.nsd-logistics-form label > textarea {
	display: block;
	margin-top: 8px;
}

.nsd-logistics-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.nsd-logistics-checks label {
	display: flex;
	min-height: 52px;
	flex-direction: row;
	align-items: center;
	padding: 12px;
	border: 1px solid var(--nsd-logistics-line);
	cursor: pointer;
}

.nsd-logistics-checks input {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: var(--nsd-logistics-accent);
}

.nsd-logistics-upload {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px dashed var(--nsd-logistics-accent);
	background: #fff7ef;
}

.nsd-logistics-upload small,
.nsd-logistics-privacy {
	color: var(--nsd-logistics-muted);
	font-size: 0.875rem;
	font-weight: 400;
}

body.nsd-logistics-page button.nsd-logistics-button.nsd-logistics-button--submit {
	width: 100%;
	min-height: 52px !important;
	margin-top: 0;
	padding: 14px 24px !important;
	cursor: pointer;
}

.nsd-logistics-notice {
	margin-bottom: 28px;
	padding: 16px 20px;
	border-left: 5px solid var(--nsd-logistics-accent);
	background: #fff7ef;
	font-weight: 700;
}

.nsd-logistics-notice--success {
	border-left-color: #79b800;
	background: #f4fae9;
}

.nsd-logistics-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 991px) {
	.nsd-logistics-hero__grid,
	.nsd-logistics-form-section__grid {
		grid-template-columns: 1fr;
	}

	.nsd-logistics-form-intro {
		position: static;
	}
}

@media (max-width: 820px) {
	.nsd-logistics-services__grid {
		grid-template-columns: 1fr;
	}

	.nsd-logistics-service,
	.nsd-logistics-service--wide {
		min-height: 0;
		grid-column: auto;
	}
}

@media (max-width: 767px) {
	.nsd-logistics-container {
		width: min(100% - 32px, 1240px);
	}

	.nsd-logistics-hero,
	.nsd-logistics-services,
	.nsd-logistics-form-section {
		padding: 52px 0;
	}

	.nsd-logistics h1 {
		font-size: clamp(2.25rem, 12vw, 3.25rem);
	}

	.nsd-logistics-services__grid,
	.nsd-logistics-fields--two,
	.nsd-logistics-checks {
		grid-template-columns: 1fr;
	}

	.nsd-logistics-service,
	.nsd-logistics-service--wide {
		min-height: 0;
		grid-column: auto;
		padding: 24px;
	}

	.nsd-logistics-service > .nsd-logistics-button,
	.nsd-service__actions {
		margin-top: 24px;
	}

	.nsd-service__actions,
	.nsd-service__actions .nsd-logistics-button,
	.nsd-logistics-service > .nsd-logistics-button {
		width: 100%;
	}

	.nsd-logistics-form-card {
		padding: 24px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nsd-logistics *,
	.nsd-logistics *::before,
	.nsd-logistics *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

