/**
 * On Duty homepage — sample-style marketing layer (wizard step 1)
 */

:root {
	--od-hp-primary: #007aff;
	--od-hp-primary-deep: #0066d6;
	--od-hp-primary-soft: #e8f3ff;
	--od-hp-navy: #012641;
	--od-hp-radius-pill: 35px;
	--od-hp-radius-card: 20px;
	--od-hp-container: 1280px;
	--od-hp-font: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--od-hp-header-offset: 88px;

	/* Light defaults */
	--od-hp-bg: #ffffff;
	--od-hp-bg-alt: #f2f2f2;
	--od-hp-surface: #ffffff;
	--od-hp-text: #0f0f0f;
	--od-hp-heading: #012641;
	--od-hp-muted: #555555;
	--od-hp-border: #eaeaea;
	--od-hp-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	--od-hp-header-bg: #ffffff;
	--od-hp-header-link: #0f0f0f;
	--od-hp-header-link-hover: #012641;
	--od-hp-mobile-cta-bg: rgba(255, 255, 255, 0.96);
	--od-hp-outline-border: #0f0f0f;
}

html.onduty-theme-light body.onduty-hp-active,
html.onduty-theme-light body.onduty-hp-active.page-template-on-duty-php,
html.onduty-theme-light:has(#onduty-wizard .wizard-step-1.active) {
	--od-hp-bg: #ffffff;
	--od-hp-bg-alt: #f2f2f2;
	--od-hp-surface: #ffffff;
	--od-hp-text: #0f0f0f;
	--od-hp-heading: #012641;
	--od-hp-muted: #555555;
	--od-hp-border: #eaeaea;
	--od-hp-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	--od-hp-header-bg: #ffffff;
	--od-hp-header-link: #0f0f0f;
	--od-hp-header-link-hover: #012641;
	--od-hp-primary-soft: #e8f3ff;
	--od-hp-mobile-cta-bg: rgba(255, 255, 255, 0.96);
	--od-hp-outline-border: #0f0f0f;
}

html.onduty-theme-dark body.onduty-hp-active,
html.onduty-theme-dark body.onduty-hp-active.page-template-on-duty-php,
html.onduty-theme-dark:has(#onduty-wizard .wizard-step-1.active) {
	--od-hp-bg: #1d1f27;
	--od-hp-bg-alt: #272a33;
	--od-hp-surface: #272a33;
	--od-hp-text: #fafbfc;
	--od-hp-heading: #fafbfc;
	--od-hp-muted: #c9c9c9;
	--od-hp-border: rgba(255, 255, 255, 0.14);
	--od-hp-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	--od-hp-header-bg: #272a33;
	--od-hp-header-link: #fafbfc;
	--od-hp-header-link-hover: #ffffff;
	--od-hp-primary-soft: rgba(0, 122, 255, 0.18);
	--od-hp-mobile-cta-bg: rgba(39, 42, 51, 0.96);
	--od-hp-outline-border: rgba(255, 255, 255, 0.35);
}

/* Typography scope */
.onduty-hp,
.onduty-hp *:not(svg):not(svg *) {
	font-family: var(--od-hp-font) !important;
}

.onduty-hp {
	color: var(--od-hp-text);
	line-height: 1.6;
	background: var(--od-hp-bg);
}

.onduty-hp h1,
.onduty-hp h2,
.onduty-hp h3 {
	color: var(--od-hp-heading);
	line-height: 1.15;
	font-weight: 700;
}

.onduty-hp h2 {
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	margin-bottom: 12px;
}

.onduty-hp h3 {
	font-size: 1.25rem;
}

.onduty-hp-muted {
	color: var(--od-hp-muted);
}

.onduty-hp .od-i18n[hidden] {
	display: none !important;
}

/* Wizard / layout integration */
#onduty-wizard.onduty-wizard-home .onduty-wizard-progress,
#onduty-wizard.onduty-wizard-home .wizard-truck-bg,
.onduty-wizard-hidden-fields {
	display: none !important;
}

#onduty-wizard:has(.wizard-step-1.active) .onduty-wizard-progress,
#onduty-wizard:has(.wizard-step-1.active) .onduty-fleet-scene,
body.onduty-hp-active .onduty-wizard-progress,
body.onduty-hp-active .onduty-fleet-scene,
#onduty-wizard.onduty-hp-mode .onduty-wizard-progress,
#onduty-wizard.onduty-hp-mode .onduty-fleet-scene {
	display: none !important;
}

body.onduty-hp-active,
body.onduty-hp-active.page-template-on-duty-php,
body:has(#onduty-wizard .wizard-step-1.active) {
	background: var(--od-hp-bg) !important;
	overflow-x: hidden;
}

body.onduty-hp-active .wizard-step.wizard-step-1.active,
body.onduty-hp-active .wizard-step-1.active .onduty-hp {
	background: var(--od-hp-bg) !important;
	color: var(--od-hp-text) !important;
}

body.onduty-hp-active .site-content > .ast-container,
body.onduty-hp-active #content.site-content,
body:has(#onduty-wizard .wizard-step-1.active) .site-content > .ast-container,
body:has(#onduty-wizard .wizard-step-1.active) #content.site-content {
	max-width: none !important;
	padding: 0 !important;
}

body.onduty-hp-active .wizard-section {
	padding: 0 !important;
	max-width: none !important;
}

body.onduty-hp-active .wizard-step.wizard-step-1.active {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
}

body.onduty-hp-active .wizard-step-1.active h1.onduty-hp-h1,
body.onduty-hp-active .wizard-step-1 h1.onduty-hp-h1 {
	font-size: clamp(2rem, 4vw, 3.4rem) !important;
	font-weight: 700 !important;
	color: var(--od-hp-heading) !important;
	text-align: left !important;
	margin: 16px 0 24px !important;
	line-height: 1.15 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}

body.onduty-hp-active .wizard-step-1.active p:not(.onduty-hp-lead):not(.onduty-hp-muted),
body.onduty-hp-active .wizard-step-1 p:not(.onduty-hp-lead):not(.onduty-hp-muted) {
	font-size: inherit !important;
	color: inherit !important;
	text-align: left !important;
	margin: inherit !important;
}

body.onduty-hp-active .wizard-step-1 .onduty-hp-lead {
	margin-bottom: 32px !important;
	margin-top: 0 !important;
	display: block !important;
	text-align: left !important;
}

body.onduty-hp-active .wizard-step-1 .onduty-hp-hero__copy,
body.onduty-hp-active .wizard-step-1 .onduty-hp-hero__copy h1,
body.onduty-hp-active .wizard-step-1 .onduty-hp-hero__copy p {
	text-align: left !important;
}

body.onduty-hp-active .wizard-step-1 .onduty-hp-hero__actions {
	margin-top: 8px !important;
	margin-bottom: 40px !important;
}

body.onduty-hp-active .mobile-menu-cta,
body.onduty-hp-active .mobile-menu-cta .onduty-header-cta--drawer {
	display: none !important;
}

.onduty-hp-mobile-cta {
	display: none !important;
}

/* Header — theme-aware sticky navbar (BUG-009) */
body.onduty-hp-active .custom-header,
body.onduty-hp-active .custom-header .container {
	background: var(--od-hp-header-bg) !important;
	border-bottom: 1px solid var(--od-hp-primary) !important;
	box-shadow: none !important;
}

html.onduty-theme-light body.onduty-hp-active .custom-header .main-menu a:not(.onduty-nav-join):not(.onduty-header-cta),
html.onduty-theme-light body.onduty-hp-active .onduty-site-nav .menu-link:not(.onduty-nav-join):not(.onduty-header-cta):not(.onduty-nav-login),
html.onduty-theme-light body.onduty-hp-active .onduty-hp-nav a {
	font-size: 17px;
	color: #000000 !important;
	font-weight: 700 !important;
	opacity: 1 !important;
}

html.onduty-theme-dark body.onduty-hp-active .custom-header .main-menu a:not(.onduty-nav-join):not(.onduty-header-cta),
html.onduty-theme-dark body.onduty-hp-active .onduty-site-nav .menu-link:not(.onduty-nav-join):not(.onduty-header-cta):not(.onduty-nav-login),
html.onduty-theme-dark body.onduty-hp-active .onduty-hp-nav a {
	font-size: 17px;
	color: #f8fafc !important;
	font-weight: 700 !important;
	opacity: 1 !important;
}

html.onduty-theme-light body.onduty-hp-active .custom-header .main-menu a:not(.onduty-nav-join):not(.onduty-header-cta) .od-i18n,
html.onduty-theme-light body.onduty-hp-active .onduty-site-nav .menu-link:not(.onduty-nav-join):not(.onduty-header-cta):not(.onduty-nav-login) .od-i18n,
html.onduty-theme-dark body.onduty-hp-active .custom-header .main-menu a:not(.onduty-nav-join):not(.onduty-header-cta) .od-i18n,
html.onduty-theme-dark body.onduty-hp-active .onduty-site-nav .menu-link:not(.onduty-nav-join):not(.onduty-header-cta):not(.onduty-nav-login) .od-i18n {
	color: inherit !important;
	font-weight: inherit !important;
}

html.onduty-theme-light body.onduty-hp-active .custom-header .onduty-nav-login,
html.onduty-theme-dark body.onduty-hp-active .custom-header .onduty-nav-login {
	font-weight: 700 !important;
	opacity: 1 !important;
}

html.onduty-theme-light body.onduty-hp-active .custom-header .onduty-nav-login {
	color: #000000 !important;
	border-color: rgba(0, 0, 0, 0.28) !important;
}

html.onduty-theme-dark body.onduty-hp-active .custom-header .onduty-nav-login {
	color: #f8fafc !important;
	border-color: rgba(255, 255, 255, 0.35) !important;
}

body.onduty-hp-active .custom-header .main-menu a:hover,
body.onduty-hp-active .onduty-site-nav a:hover,
body.onduty-hp-active .onduty-hp-nav a:hover {
	color: var(--od-hp-header-link-hover) !important;
}

html.onduty-theme-light body.onduty-hp-active .custom-header .header-lang-toggle,
html.onduty-theme-light body.onduty-hp-active .custom-header .header-lang-label {
	display: inline-flex !important;
	color: #000000 !important;
	font-weight: 700 !important;
}

html.onduty-theme-dark body.onduty-hp-active .custom-header .header-lang-toggle,
html.onduty-theme-dark body.onduty-hp-active .custom-header .header-lang-label {
	display: inline-flex !important;
	color: #f8fafc !important;
	font-weight: 700 !important;
}

html.onduty-theme-light body.onduty-hp-active .onduty-header-brand__name,
html.onduty-theme-dark body.onduty-hp-active .onduty-header-brand__name {
	font-weight: 700 !important;
}

html.onduty-theme-light body.onduty-hp-active .onduty-header-brand__name {
	color: #000000 !important;
}

html.onduty-theme-dark body.onduty-hp-active .onduty-header-brand__name {
	color: #f8fafc !important;
}

body.onduty-hp-active .custom-header .header-theme-toggle {
	display: inline-flex !important;
}

body.onduty-hp-active .onduty-header-cta,
a.next-btn.onduty-header-cta {
	background: var(--od-hp-primary) !important;
	color: #ffffff !important;
	border-radius: var(--od-hp-radius-pill) !important;
	padding: 10px 24px !important;
	font-weight: 600 !important;
	border: none !important;
	font-size: 15px !important;
	display: inline-flex !important;
	align-items: center;
	gap: 4px;
	text-decoration: none !important;
	line-height: 1.2;
	box-shadow: none !important;
	transition: transform 0.2s ease, background 0.2s ease;
}

body.onduty-hp-active .onduty-header-cta:hover,
a.next-btn.onduty-header-cta:hover {
	background: var(--od-hp-primary-deep) !important;
	transform: translateY(-1px);
	color: #ffffff !important;
}

body.onduty-hp-active .login-col .header-login-bttn,
body.onduty-hp-active .login-col .header-profile-bttn,
body.onduty-hp-active .mobile-login-col .header-login-bttn,
body.onduty-hp-active .mobile-login-col .header-profile-bttn {
	background: transparent !important;
	border: 1.5px solid var(--od-hp-outline-border) !important;
	border-radius: var(--od-hp-radius-pill) !important;
	color: var(--od-hp-header-link) !important;
	box-shadow: none !important;
}

body.onduty-hp-active .login-col .header-login-bttn:hover,
body.onduty-hp-active .login-col .header-profile-bttn:hover,
body.onduty-hp-active .mobile-login-col .header-login-bttn:hover,
body.onduty-hp-active .mobile-login-col .header-profile-bttn:hover {
	background: var(--od-hp-primary-soft) !important;
	border-color: var(--od-hp-primary) !important;
	color: var(--od-hp-primary) !important;
}

body.onduty-hp-active .onduty-hp-footer a.next-btn {
	display: none !important;
}

/* Layout */
.onduty-hp-container {
	width: min(100% - 40px, var(--od-hp-container));
	margin-inline: auto;
}

.onduty-hp-container--narrow {
	max-width: 800px;
}

.onduty-hp-section {
	padding: 96px 0;
}

.onduty-hp-section--alt,
#onduty-hp-vehicles {
	background: var(--od-hp-bg-alt);
}

#onduty-hp-partners,
#onduty-hp-faq {
	background: var(--od-hp-bg);
}

.onduty-hp-section-header {
	text-align: left;
	max-width: 760px;
	margin: 0 0 48px;
}

.onduty-hp-section-header h2 {
	text-align: left;
}

.onduty-hp-section-header .onduty-hp-muted {
	text-align: left;
	line-height: 1.65;
}

@media (min-width: 901px) {
	.onduty-hp-section-header {
		text-align: center;
		margin: 0 auto 48px;
	}

	.onduty-hp-section-header h2,
	.onduty-hp-section-header .onduty-hp-muted {
		text-align: center;
	}

	body.onduty-hp-active .onduty-hp .onduty-hp-section-header .onduty-hp-muted {
		text-align: center !important;
	}
}

.onduty-hp-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--od-hp-primary-soft);
	border: 1px solid rgba(0, 122, 255, 0.25);
	color: var(--od-hp-heading);
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 12px;
}

.onduty-hp-badge__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--od-hp-primary);
	animation: onduty-hp-pulse 2s ease-in-out infinite;
}

@keyframes onduty-hp-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.6; transform: scale(0.85); }
}

/* Scroll reveal — visible by default; animate only when JS adds motion class */
.od-reveal {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

html.onduty-hp-motion .od-reveal:not(.is-visible) {
	opacity: 0;
	transform: translateY(28px);
}

.od-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.od-reveal--delay-1 { transition-delay: 0.08s; }
.od-reveal--delay-2 { transition-delay: 0.16s; }
.od-reveal--delay-3 { transition-delay: 0.24s; }
.od-reveal--delay-4 { transition-delay: 0.32s; }

/* Hero delivery scene — animated illustration */
.onduty-hp-hero__visual {
	position: relative;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.onduty-hp-delivery-scene {
	position: relative;
	width: 100%;
	max-width: 520px;
	margin-inline: auto;
	overflow: visible;
}

.onduty-hp-delivery-scene--animated {
	animation: onduty-hp-scene-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
	overflow: visible;
}

/* Pop-out icons around hero */
.onduty-hp-pop-icon {
	position: absolute;
	z-index: 3;
	width: 52px;
	height: 52px;
	opacity: 0;
	transform: scale(0.2);
	pointer-events: none;
	filter: drop-shadow(0 8px 16px rgba(0, 122, 255, 0.25));
}

.onduty-hp-pop-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.onduty-hp-delivery-scene--animated.is-pop-ready .onduty-hp-pop-icon {
	animation: onduty-hp-pop-shoot 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.onduty-hp-pop-icon--food {
	top: 18%;
	left: -4%;
	animation-delay: 0.5s !important;
}

.onduty-hp-pop-icon--euro {
	top: 4%;
	right: 8%;
	animation-delay: 0.65s !important;
}

.onduty-hp-pop-icon--star {
	bottom: 22%;
	right: -2%;
	animation-delay: 0.8s !important;
}

.onduty-hp-pop-icon--clock {
	bottom: 12%;
	left: 6%;
	animation-delay: 0.95s !important;
}

@keyframes onduty-hp-pop-shoot {
	0% {
		opacity: 0;
		transform: scale(0.15) translate(var(--pop-x, 0), var(--pop-y, 0));
	}
	70% {
		opacity: 1;
		transform: scale(1.12) translate(0, 0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translate(0, 0);
	}
}

.onduty-hp-pop-icon--food { --pop-x: 40px; --pop-y: 20px; }
.onduty-hp-pop-icon--euro { --pop-x: -30px; --pop-y: 30px; }
.onduty-hp-pop-icon--star { --pop-x: -35px; --pop-y: 15px; }
.onduty-hp-pop-icon--clock { --pop-x: 25px; --pop-y: -20px; }

.onduty-hp-delivery-scene--animated.is-pop-ready .onduty-hp-pop-icon--food,
.onduty-hp-delivery-scene--animated.is-pop-ready .onduty-hp-pop-icon--euro,
.onduty-hp-delivery-scene--animated.is-pop-ready .onduty-hp-pop-icon--star,
.onduty-hp-delivery-scene--animated.is-pop-ready .onduty-hp-pop-icon--clock {
	animation: onduty-hp-pop-shoot 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
		onduty-hp-pop-float 3s ease-in-out 1.2s infinite;
}

@keyframes onduty-hp-pop-float {
	0%, 100% { transform: translateY(0) scale(1); }
	50% { transform: translateY(-8px) scale(1.04); }
}

/* SVG shoot-in elements */
.onduty-hp-scene-shoot {
	opacity: 0;
}

.onduty-hp-delivery-scene--animated.is-pop-ready .onduty-hp-scene-shoot--left {
	animation: onduty-hp-shoot-left 0.65s cubic-bezier(0.34, 1.4, 0.64, 1) 0.3s forwards;
}

.onduty-hp-delivery-scene--animated.is-pop-ready .onduty-hp-scene-shoot--right {
	animation: onduty-hp-shoot-right 0.65s cubic-bezier(0.34, 1.4, 0.64, 1) 0.45s forwards;
}

.onduty-hp-delivery-scene--animated.is-pop-ready .onduty-hp-scene-shoot--top {
	animation: onduty-hp-shoot-top 0.65s cubic-bezier(0.34, 1.4, 0.64, 1) 0.55s forwards;
}

@keyframes onduty-hp-shoot-left {
	from { opacity: 0; transform: translate(-60px, 20px) scale(0.5); }
	to { opacity: 1; transform: translate(0, 0) scale(1); }
}

@keyframes onduty-hp-shoot-right {
	from { opacity: 0; transform: translate(60px, 20px) scale(0.5); }
	to { opacity: 1; transform: translate(0, 0) scale(1); }
}

@keyframes onduty-hp-shoot-top {
	from { opacity: 0; transform: translate(0, -50px) scale(0.5); }
	to { opacity: 1; transform: translate(0, 0) scale(1); }
}

@keyframes onduty-hp-rider-bob {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

/* Rider motion is SVG animateTransform — CSS only fades in on load */
.onduty-hp-delivery-scene--animated.is-pop-ready .onduty-hp-scene-rider-wrap {
	animation: onduty-hp-rider-fade-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

@keyframes onduty-hp-rider-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

.onduty-hp-scene-rider-wrap {
	transform-origin: 220px 318px;
}

.onduty-hp-scene-wheel-spin {
	/* Wheel spin via SVG animateTransform inside partial */
}

.onduty-hp-scene-steam {
	animation: onduty-hp-steam 2s ease-in-out infinite;
}

.onduty-hp-scene-steam--2 {
	animation-delay: 0.6s;
}

@keyframes onduty-hp-steam {
	0%, 100% { opacity: 0.2; transform: translateY(0); }
	50% { opacity: 0.7; transform: translateY(-8px); }
}

.onduty-hp-scene-phone {
	transform-box: fill-box;
	transform-origin: center;
}

@keyframes onduty-hp-scene-in {
	from {
		opacity: 0;
		transform: translateY(24px) scale(0.96);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.onduty-hp-scene-glow {
	position: absolute;
	inset: 8% 4% 12%;
	background: radial-gradient(circle at 50% 55%, rgba(0, 122, 255, 0.28), transparent 68%);
	border-radius: 50%;
	animation: onduty-hp-glow 4s ease-in-out infinite alternate;
	pointer-events: none;
	z-index: 0;
}

.onduty-hp-scene-orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
	filter: blur(1px);
}

.onduty-hp-scene-orb--1 {
	width: 72px;
	height: 72px;
	top: 6%;
	left: 4%;
	background: rgba(255, 209, 102, 0.45);
	animation: onduty-hp-orb-drift 7s ease-in-out infinite;
}

.onduty-hp-scene-orb--2 {
	width: 96px;
	height: 96px;
	bottom: 8%;
	right: 2%;
	background: rgba(0, 122, 255, 0.2);
	animation: onduty-hp-orb-drift 9s ease-in-out infinite reverse;
}

@keyframes onduty-hp-orb-drift {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(10px, -14px); }
}

.onduty-hp-scene-svg {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 28px;
	box-shadow: 0 24px 48px rgba(0, 122, 255, 0.14);
	transition: transform 0.35s ease;
	transform-style: preserve-3d;
	overflow: hidden;
}

.onduty-hp-scene-route-dash {
	animation: onduty-hp-route-dash 1.4s linear infinite;
}

@keyframes onduty-hp-route-dash {
	to { stroke-dashoffset: -44; }
}

.onduty-hp-scene-wheel {
	transform-origin: center;
	animation: none;
}

@keyframes onduty-hp-wheel-spin {
	to { transform: rotate(360deg); }
}

.onduty-hp-scene-bag {
	animation: onduty-hp-bag-sway 2.8s ease-in-out infinite;
	transform-origin: 258px 270px;
}

@keyframes onduty-hp-bag-sway {
	0%, 100% { transform: rotate(0deg); }
	50% { transform: rotate(-4deg); }
}

.onduty-hp-scene-pin--pickup,
.onduty-hp-scene-pin--dropoff {
	animation: onduty-hp-pin-pop 2.4s ease-in-out infinite;
}

.onduty-hp-scene-pin--dropoff {
	animation-delay: 1.2s;
}

@keyframes onduty-hp-pin-pop {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-5px); }
}

.onduty-hp-scene-wheel-wrap {
	animation: none;
}

.onduty-hp-scene-wheel-wrap .onduty-hp-scene-wheel {
	animation: none;
}

.onduty-hp-scene-notify {
	animation: onduty-hp-notify-ping 2s ease-out infinite;
	transform-origin: center;
}

@keyframes onduty-hp-notify-ping {
	0% { transform: scale(1); opacity: 1; }
	70% { transform: scale(1.35); opacity: 0.5; }
	100% { transform: scale(1); opacity: 1; }
}

.onduty-hp-scene-buildings {
	animation: onduty-hp-buildings-in 1s ease 0.2s both;
}

@keyframes onduty-hp-buildings-in {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 0.55; transform: translateY(0); }
}

.onduty-hp-float--slow { animation: onduty-hp-float-slow 6s ease-in-out infinite; }
.onduty-hp-float--medium { animation: onduty-hp-float-medium 4.5s ease-in-out infinite; }
.onduty-hp-float--fast { animation: onduty-hp-float-fast 3.5s ease-in-out infinite; }

@keyframes onduty-hp-float-slow {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

@keyframes onduty-hp-float-medium {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	50% { transform: translateY(-14px) rotate(1deg); }
}

@keyframes onduty-hp-float-fast {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

.onduty-hp-stat__brand {
	font-size: clamp(1rem, 2vw, 1.35rem) !important;
}

.onduty-hp-stat--partners .onduty-hp-partner-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 6px;
	min-height: 28px;
	align-items: center;
}

.onduty-hp-partner-logo {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 8px;
	line-height: 1.2;
	white-space: nowrap;
}

.onduty-hp-partner-logo--uber {
	background: rgba(0, 122, 255, 0.15);
	color: var(--od-hp-heading);
	border: 1px solid rgba(0, 122, 255, 0.3);
}

.onduty-hp-partner-logo--jet {
	background: rgba(255, 107, 53, 0.12);
	color: var(--od-hp-heading);
	border: 1px solid rgba(255, 107, 53, 0.35);
}

.onduty-hp-stat strong[data-count] {
	font-variant-numeric: tabular-nums;
}

/* Delivery day section */
.onduty-hp-delivery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.onduty-hp-delivery-card {
	background: var(--od-hp-surface);
	border: 1px solid var(--od-hp-border);
	border-radius: var(--od-hp-radius-card);
	overflow: hidden;
	box-shadow: var(--od-hp-shadow);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.onduty-hp-delivery-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0, 122, 255, 0.12);
}

.onduty-hp-delivery-card__img-wrap {
	background: linear-gradient(160deg, var(--od-hp-primary-soft) 0%, #f8fbff 100%);
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	overflow: hidden;
	position: relative;
}

.onduty-hp-delivery-card__img-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.45) 50%, transparent 60%);
	transform: translateX(-120%);
	transition: transform 0.6s ease;
	pointer-events: none;
}

.onduty-hp-delivery-card:hover .onduty-hp-delivery-card__img-wrap::after {
	transform: translateX(120%);
}

.onduty-hp-delivery-card__img {
	width: 100%;
	max-width: 300px;
	height: auto;
	object-fit: contain;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.onduty-hp-step-svg {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
	min-height: 200px;
}

.onduty-hp-delivery-card__img-wrap .onduty-hp-step-svg {
	max-width: 100%;
}

.onduty-hp-delivery-card--animate.is-visible .onduty-hp-step-svg {
	animation: onduty-hp-card-svg-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: calc(var(--card-i, 0) * 0.15s);
}

@keyframes onduty-hp-card-svg-in {
	from {
		opacity: 0;
		transform: translateY(20px) scale(0.92);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.onduty-hp-step-route {
	animation: onduty-hp-route-dash 1.4s linear infinite;
}

.onduty-hp-step-handoff-bag {
	transform-origin: center center;
}

.onduty-hp-delivery-card--animate.is-visible .onduty-hp-step-handoff-bag {
	filter: drop-shadow(0 4px 6px rgba(1, 38, 65, 0.15));
}

.onduty-hp-delivery-card--animate.is-visible .onduty-hp-step-num {
	animation: onduty-hp-step-pop 0.5s cubic-bezier(0.34, 1.4, 0.64, 1) both;
	animation-delay: calc(0.2s + var(--card-i, 0) * 0.15s);
}

@keyframes onduty-hp-step-pop {
	from { transform: scale(0); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}

.onduty-hp-delivery-card:hover .onduty-hp-delivery-card__img {
	transform: scale(1.06) translateY(-4px);
}

.onduty-hp-delivery-card .onduty-hp-step-num {
	background: var(--od-hp-primary);
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 15px;
	box-shadow: 0 4px 12px rgba(0, 122, 255, 0.35);
}

.onduty-hp-delivery-card__body {
	padding: 24px 24px 28px;
	text-align: left;
}

.onduty-hp-delivery-card__body h3 {
	text-align: left;
	margin: 12px 0 10px;
}

.onduty-hp-delivery-card__body p {
	text-align: left;
	line-height: 1.6;
}

.onduty-hp-delivery-card__body .onduty-hp-step-num {
	margin-bottom: 10px;
}

.onduty-hp-vehicle-card {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.onduty-hp-vehicle-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--od-hp-shadow);
}

.onduty-hp-vehicle-card img {
	transition: transform 0.35s ease;
}

.onduty-hp-vehicle-card:hover img {
	transform: scale(1.08);
}

.onduty-hp-vehicle-icon {
	width: 88px;
	height: 88px;
	margin: 0 auto 16px;
	color: var(--od-hp-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--od-hp-primary-soft);
	border-radius: 20px;
	transition: transform 0.35s ease, background 0.35s ease;
}

.onduty-hp-vehicle-icon svg {
	width: 52px;
	height: 52px;
}

.onduty-hp-vehicle-card:hover .onduty-hp-vehicle-icon {
	transform: scale(1.08);
	background: rgba(0, 122, 255, 0.22);
}

.onduty-hp-apply-steps {
	list-style: decimal;
	padding-left: 1.25rem;
	margin: 0 0 20px;
	display: grid;
	gap: 8px;
}

#onduty-hp-delivery-day {
	scroll-margin-top: var(--od-hp-header-offset);
}

@media (prefers-reduced-motion: reduce) {
	.od-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
	html.onduty-hp-motion .od-reveal:not(.is-visible) {
		opacity: 1;
		transform: none;
	}
	.onduty-hp-float--slow,
	.onduty-hp-float--medium,
	.onduty-hp-float--fast,
	.onduty-hp-badge__dot,
	.onduty-hp-scene-glow,
	.onduty-hp-scene-orb,
	.onduty-hp-scene-route-dash,
	.onduty-hp-areas-route-dash,
	.onduty-hp-pop-icon,
	.onduty-hp-scene-shoot,
	.onduty-hp-scene-rider-wrap,
	.onduty-hp-scene-pedal,
	.onduty-hp-scene-steam,
	.onduty-hp-scene-wheel-spin,
	.onduty-hp-scene-bag,
	.onduty-hp-scene-pin--pickup,
	.onduty-hp-scene-pin--dropoff,
	.onduty-hp-scene-notify,
	.onduty-hp-delivery-scene--animated.is-pop-ready .onduty-hp-pop-icon {
		animation: none !important;
		opacity: 1;
		transform: none;
	}
	.onduty-hp-scene-shoot {
		opacity: 1;
	}
	.onduty-hp-scene-dot {
		display: none;
	}
}

/* Buttons */
.onduty-hp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	font-weight: 600;
	border-radius: var(--od-hp-radius-pill);
	padding: 12px 28px;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 1.2;
}

.onduty-hp-btn:hover {
	transform: translateY(-1px);
}

.onduty-hp-btn--primary {
	background: var(--od-hp-primary) !important;
	color: #ffffff !important;
}

.onduty-hp-btn--primary:hover {
	background: var(--od-hp-primary-deep) !important;
	color: #ffffff !important;
}

.onduty-hp-btn--outline {
	background: var(--od-hp-surface);
	color: var(--od-hp-text) !important;
	border: 1.5px solid var(--od-hp-outline-border);
}

.onduty-hp-btn--ghost {
	background: transparent;
	color: var(--od-hp-primary) !important;
	border: 1.5px solid transparent;
	padding-left: 20px;
	padding-right: 20px;
}

.onduty-hp-btn--ghost:hover {
	background: var(--od-hp-primary-soft);
}

.onduty-hp-btn--block {
	width: 100%;
}

body.onduty-hp-active .onduty-hp a.next-btn.onduty-hp-btn {
	text-decoration: none !important;
}

/* Hero */
.onduty-hp-hero {
	padding: 80px 0;
	scroll-margin-top: var(--od-hp-header-offset);
}

.onduty-hp-hero__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 64px;
	align-items: center;
}

.onduty-hp-hero__copy {
	text-align: left;
}

.onduty-hp-h1 {
	font-size: clamp(2rem, 4vw, 3.4rem);
	margin: 16px 0 24px;
	text-align: left;
}

.onduty-hp-lead {
	font-size: 1.15rem;
	margin-bottom: 32px;
	max-width: 600px;
	color: var(--od-hp-muted);
	line-height: 1.65;
	text-align: left;
}

.onduty-hp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 8px;
	margin-bottom: 40px;
}

.onduty-hp-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 12px;
	padding-top: 36px;
	border-top: 1px solid var(--od-hp-border);
}

.onduty-hp-stat strong {
	display: block;
	font-size: clamp(1.25rem, 2.5vw, 28px);
	color: var(--od-hp-heading);
	line-height: 1.2;
}

.onduty-hp-stat__label {
	font-size: 13px;
	color: var(--od-hp-muted);
	display: block;
	margin-top: 4px;
}

.onduty-hp-hero__cards {
	display: grid;
	gap: 16px;
}

.onduty-hp-feature-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 22px 24px;
	background: var(--od-hp-surface);
	border-radius: 16px;
	box-shadow: var(--od-hp-shadow);
	border: 1px solid var(--od-hp-primary-soft);
}

.onduty-hp-feature-card h3 {
	margin: 0 0 4px;
	font-size: 1.1rem;
}

.onduty-hp-feature-card p {
	margin: 0;
	font-size: 14px;
	color: var(--od-hp-muted);
}

.onduty-hp-icon-box {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--od-hp-primary);
	color: #ffffff;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.onduty-hp-icon-box svg {
	width: 24px;
	height: 24px;
}

/* Benefits */
.onduty-hp-benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.onduty-hp-benefit-card {
	background: var(--od-hp-surface);
	border-radius: 16px;
	box-shadow: var(--od-hp-shadow);
	padding: 28px;
	text-align: left;
}

.onduty-hp-benefit-card h3 {
	margin: 16px 0 10px;
	text-align: left;
}

.onduty-hp-benefit-card p {
	margin: 0;
	font-size: 15px;
	text-align: left;
	line-height: 1.6;
}

.onduty-hp-tag {
	display: inline-block;
	margin-top: 16px;
	background: var(--od-hp-primary-soft);
	color: var(--od-hp-heading);
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 600;
}

/* Steps */
.onduty-hp-steps-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.onduty-hp-step-card {
	background: var(--od-hp-primary-soft);
	text-align: left;
	padding: 28px 24px;
	border-radius: 16px;
}

.onduty-hp-step-num {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--od-hp-primary);
	color: #ffffff;
	display: grid;
	place-items: center;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 16px;
}

.onduty-hp-step-card h3 {
	margin-bottom: 10px;
	text-align: left;
}

.onduty-hp-step-card p {
	font-size: 15px;
	margin: 0;
	text-align: left;
	line-height: 1.6;
}

/* Partners / Service areas */
.onduty-hp-areas-layout {
	display: grid;
	grid-template-columns: minmax(280px, 420px) 1fr;
	gap: 40px;
	align-items: start;
}

.onduty-hp-areas-visual {
	position: relative;
	min-height: 280px;
}

.onduty-hp-areas-scene {
	position: relative;
	width: 100%;
	max-width: 420px;
	overflow: hidden;
	border-radius: 24px;
}

.onduty-hp-areas-scene__svg {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 24px;
}

.onduty-hp-areas-route-dash {
	animation: onduty-hp-areas-route-flow 2s linear infinite;
}

@keyframes onduty-hp-areas-route-flow {
	from { stroke-dashoffset: 0; }
	to { stroke-dashoffset: -32; }
}

.onduty-hp-areas-traveller {
	filter: drop-shadow(0 2px 6px rgba(52, 199, 89, 0.45));
}

@media (min-width: 901px) {
	.onduty-hp-areas-visual {
		display: flex;
		justify-content: center;
	}
}

.onduty-hp-areas-chips .onduty-hp-partner-row {
	justify-content: flex-start;
}

.onduty-hp-partner-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px;
}

.onduty-hp-partner-chip {
	background: var(--od-hp-bg-alt);
	border: 1px solid var(--od-hp-border);
	border-radius: 12px;
	padding: 14px 22px;
	font-weight: 600;
	color: var(--od-hp-heading);
	font-size: 15px;
	transition: transform 0.2s ease, background 0.2s ease;
}

.onduty-hp-partner-chip.onduty-hp-chip-animate {
	animation: onduty-hp-chip-in 0.5s ease backwards;
}

@keyframes onduty-hp-chip-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.onduty-hp-partner-chip:hover {
	transform: translateY(-2px);
	background: var(--od-hp-primary-soft);
}

.onduty-hp-partner-chip--brand {
	background: var(--od-hp-primary-soft);
	border-color: rgba(0, 122, 255, 0.3);
	color: var(--od-hp-heading);
}

.onduty-hp-partner-chip--brand-alt {
	background: rgba(255, 107, 53, 0.12);
	border-color: rgba(255, 107, 53, 0.35);
	color: var(--od-hp-heading);
}

/* Vehicles */
.onduty-hp-vehicles-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 720px;
	margin: 0 auto;
}

.onduty-hp-vehicle-card {
	background: var(--od-hp-surface);
	border-radius: 16px;
	box-shadow: var(--od-hp-shadow);
	padding: 28px;
	text-align: left;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 901px) {
	.onduty-hp-vehicle-card {
		text-align: center;
	}
}

.onduty-hp-vehicle-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.onduty-hp-vehicle-card img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin: 0 auto 12px;
}

.onduty-hp-vehicle-card h3 {
	margin: 0;
}

.onduty-hp-vehicle-card p {
	margin: 10px 0 0;
	line-height: 1.6;
	text-align: inherit;
}

.onduty-hp-vehicles-intro-extra {
	display: none;
	margin-top: 12px;
}

@media (max-width: 900px) {
	.onduty-hp-vehicles-intro-extra {
		display: block;
	}

	.onduty-hp-vehicle-card p {
		text-align: left;
	}
}

/* Apply */
.onduty-hp-apply-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.onduty-hp-apply-sub {
	margin-top: 24px;
	margin-bottom: 8px;
}

.onduty-hp-checklist {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.onduty-hp-checklist li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: var(--od-hp-text);
}

.onduty-hp-checklist li::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: 8px;
	border-radius: 50%;
	background: var(--od-hp-primary);
	flex-shrink: 0;
}

.onduty-hp-apply-card {
	background: var(--od-hp-surface);
	border-radius: var(--od-hp-radius-card);
	box-shadow: var(--od-hp-shadow);
	padding: 32px;
}

.onduty-hp-apply-card h3 {
	margin-bottom: 8px;
}

.onduty-hp-apply-steps {
	list-style: none;
	margin: 20px 0 24px;
	padding: 0;
	display: grid;
	gap: 10px;
	counter-reset: apply-step;
}

.onduty-hp-apply-steps li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 500;
	color: var(--od-hp-heading);
	counter-increment: apply-step;
}

.onduty-hp-apply-steps li::before {
	content: counter(apply-step);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--od-hp-primary-soft);
	color: var(--od-hp-primary);
	display: grid;
	place-items: center;
	font-size: 13px;
	font-weight: 700;
	flex-shrink: 0;
}

.onduty-hp-form-note {
	text-align: center;
	font-size: 12px;
	color: var(--od-hp-muted);
	margin-top: 12px;
	margin-bottom: 0;
}

/* FAQ */
.onduty-hp-faq-list {
	display: grid;
	gap: 12px;
}

.onduty-hp-faq-item {
	background: var(--od-hp-surface);
	border-radius: 12px;
	padding: 20px 24px;
	box-shadow: var(--od-hp-shadow);
	border: 1px solid var(--od-hp-border);
}

.onduty-hp-faq-item summary {
	font-size: 16px;
	font-weight: 600;
	color: var(--od-hp-heading);
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	text-align: left;
}

.onduty-hp-faq-item summary::-webkit-details-marker {
	display: none;
}

.onduty-hp-faq-item summary::after {
	content: "+";
	font-size: 20px;
	font-weight: 400;
	color: var(--od-hp-primary);
	flex-shrink: 0;
}

.onduty-hp-faq-item[open] summary::after {
	content: "−";
}

.onduty-hp-faq-item p {
	margin: 12px 0 0;
	font-size: 15px;
	text-align: left;
	line-height: 1.65;
}

/* CTA band */
.onduty-hp-cta-band {
	background: var(--od-hp-navy);
	color: #ffffff;
	text-align: center;
	padding: 64px 20px;
	scroll-margin-top: var(--od-hp-header-offset);
}

.onduty-hp-cta-band h2 {
	color: #ffffff;
	margin-bottom: 12px;
}

.onduty-hp-cta-band p {
	margin-bottom: 0;
	opacity: 0.9;
	max-width: 520px;
	margin-inline: auto;
}

.onduty-hp-cta-band strong {
	color: #ffffff;
	font-weight: 700;
}

.onduty-hp-cta-band .onduty-hp-btn--primary {
	background: #ffffff !important;
	color: var(--od-hp-navy) !important;
}

.onduty-hp-cta-band .onduty-hp-btn--primary:hover {
	background: var(--od-hp-primary-soft) !important;
	color: var(--od-hp-navy) !important;
}

/* Footer */
.onduty-hp-footer {
	background: var(--od-hp-bg-alt);
	border-top: 1px solid var(--od-hp-border);
	color: var(--od-hp-muted);
	padding: 64px 0 32px;
	text-align: left;
}

.onduty-hp-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 40px;
	align-items: start;
}

.onduty-hp-footer h4 {
	color: var(--od-hp-heading);
	margin-bottom: 14px;
	font-size: 1rem;
	text-align: left;
}

.onduty-hp-footer a,
.onduty-hp-footer p,
.onduty-hp-footer li {
	color: var(--od-hp-muted);
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}

.onduty-hp-footer a:hover {
	color: var(--od-hp-primary);
}

.onduty-hp-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.onduty-hp-footer__logo {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	font-size: 18px;
	color: var(--od-hp-heading) !important;
	text-decoration: none !important;
}

.onduty-hp-footer__brand p {
	margin-top: 12px;
	max-width: 320px;
	line-height: 1.6;
}

.onduty-hp-footer__partners {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.onduty-hp-btn--sm {
	padding: 10px 20px;
	font-size: 14px;
	margin-top: 12px;
	display: inline-flex;
}

.onduty-hp-footer__copy {
	text-align: center;
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid var(--od-hp-border);
	font-size: 12px;
	color: var(--od-hp-muted);
}

/* Section scroll offset */
#onduty-hp-benefits,
#onduty-hp-how-it-works,
#onduty-hp-faq,
#onduty-hp-partners {
	scroll-margin-top: var(--od-hp-header-offset);
}

/* Responsive */
@media (max-width: 900px) {
	.onduty-hp-hero__grid,
	.onduty-hp-apply-grid,
	.onduty-hp-benefits-grid,
	.onduty-hp-steps-grid,
	.onduty-hp-vehicles-grid,
	.onduty-hp-delivery-grid,
	.onduty-hp-footer__grid,
	.onduty-hp-stats,
	.onduty-hp-areas-layout {
		grid-template-columns: 1fr;
	}

	.onduty-hp-hero__visual {
		order: -1;
		min-height: 280px;
	}

	.onduty-hp-delivery-scene {
		max-width: 400px;
	}

	.onduty-hp-pop-icon {
		width: 40px;
		height: 40px;
	}

	.onduty-hp-pop-icon--food { left: 0; top: 14%; }
	.onduty-hp-pop-icon--star { right: 0; }

	.onduty-hp-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.onduty-hp-section {
		padding: 64px 0;
	}

	.onduty-hp-hero {
		padding-top: 48px;
	}

	/* Service areas map: full width on phone, no overflow */
	.onduty-hp-areas-scene {
		max-width: 100%;
		margin-inline: auto;
	}

	.onduty-hp-areas-visual {
		min-height: auto;
		padding-inline: 0;
	}
}

@media (max-width: 600px) {
	.onduty-hp-container {
		width: min(100% - 32px, var(--od-hp-container));
	}

	.onduty-hp-hero__actions {
		flex-direction: column;
	}

	.onduty-hp-hero__actions .onduty-hp-btn {
		width: 100%;
	}
}

/* ── Theme overrides (beat global dark-mode wizard rules on homepage) ── */

html.onduty-theme-dark body.onduty-hp-active .onduty-hp h1,
html.onduty-theme-dark body.onduty-hp-active .onduty-hp h2,
html.onduty-theme-dark body.onduty-hp-active .onduty-hp h3,
html.onduty-theme-light body.onduty-hp-active .onduty-hp h1,
html.onduty-theme-light body.onduty-hp-active .onduty-hp h2,
html.onduty-theme-light body.onduty-hp-active .onduty-hp h3,
html.onduty-theme-dark body.onduty-hp-active .wizard-step-1 .onduty-hp h1,
html.onduty-theme-light body.onduty-hp-active .wizard-step-1 .onduty-hp h1 {
	color: var(--od-hp-heading) !important;
}

html.onduty-theme-dark body.onduty-hp-active .onduty-hp p,
html.onduty-theme-light body.onduty-hp-active .onduty-hp p,
html.onduty-theme-dark body.onduty-hp-active .wizard-step-1 .onduty-hp p,
html.onduty-theme-light body.onduty-hp-active .wizard-step-1 .onduty-hp p {
	color: inherit;
}

html.onduty-theme-dark body.onduty-hp-active .onduty-hp .onduty-hp-lead,
html.onduty-theme-light body.onduty-hp-active .onduty-hp .onduty-hp-lead,
html.onduty-theme-dark body.onduty-hp-active .onduty-hp .onduty-hp-muted,
html.onduty-theme-light body.onduty-hp-active .onduty-hp .onduty-hp-muted {
	color: var(--od-hp-muted) !important;
}

body.onduty-hp-active .onduty-header-cta span,
html.onduty-theme-dark body.onduty-hp-active .onduty-header-cta span,
html.onduty-theme-light body.onduty-hp-active .onduty-header-cta span {
	color: #ffffff !important;
}

html.onduty-theme-dark body.onduty-hp-active .mobile-menu-panel,
html.onduty-theme-light body.onduty-hp-active .mobile-menu-panel {
	background: var(--od-hp-header-bg) !important;
}

html.onduty-theme-dark body.onduty-hp-active .mobile-menu-panel a,
html.onduty-theme-light body.onduty-hp-active .mobile-menu-panel a {
	color: var(--od-hp-header-link) !important;
}

html.onduty-theme-dark body.onduty-hp-active .onduty-hp-section,
html.onduty-theme-light body.onduty-hp-active .onduty-hp-section {
	background-color: var(--od-hp-bg);
}

html.onduty-theme-dark body.onduty-hp-active .onduty-hp-section--alt,
html.onduty-theme-light body.onduty-hp-active .onduty-hp-section--alt,
html.onduty-theme-dark body.onduty-hp-active #onduty-hp-vehicles,
html.onduty-theme-light body.onduty-hp-active #onduty-hp-vehicles {
	background-color: var(--od-hp-bg-alt);
}

html.onduty-theme-dark body.onduty-hp-active #onduty-hp-partners,
html.onduty-theme-light body.onduty-hp-active #onduty-hp-partners,
html.onduty-theme-dark body.onduty-hp-active #onduty-hp-faq,
html.onduty-theme-light body.onduty-hp-active #onduty-hp-faq {
	background-color: var(--od-hp-bg);
}

html.onduty-theme-dark body.onduty-hp-active .onduty-hp-hero,
html.onduty-theme-light body.onduty-hp-active .onduty-hp-hero {
	background-color: var(--od-hp-bg);
}

html.onduty-theme-dark body.onduty-hp-active .onduty-hp-vehicle-card img {
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

/* Left-align body copy on mobile; hero lead stays left everywhere */
body.onduty-hp-active .onduty-hp .onduty-hp-lead {
	text-align: left !important;
}

@media (max-width: 900px) {
	body.onduty-hp-active .onduty-hp .onduty-hp-muted,
	body.onduty-hp-active .wizard-step-1 .onduty-hp .onduty-hp-muted {
		text-align: left !important;
	}

	body.onduty-hp-active .onduty-hp .onduty-hp-section-header,
	body.onduty-hp-active .onduty-hp .onduty-hp-faq-item {
		text-align: left;
	}
}
