:root {
	--red: #d71920;
	--amber: #f5b82e;
	--black: #111111;
	--graphite: #181818;
	--dark: #2a2a2a;
	--line: #e5e5e5;
	--muted: #f5f5f5;
	--white: #ffffff;
	--text: #181818;
	--text-soft: #5f6572;
	--soft-shadow: 0 18px 50px rgba(17, 17, 17, .12);
	--hard-shadow: 0 24px 80px rgba(0, 0, 0, .32);
	--radius: 8px;
}

@font-face {
	font-family: "ovis";
	src: url("../fonts/ovis/ovis.ttf") format("truetype");
	font-display: block;
	font-style: normal;
	font-weight: normal;
}

@font-palette-values --palette0 {
	font-family: "ovis";
	base-palette: 0;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--white);
	color: var(--text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

body.menu-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.ovis-,
.ovis-icon {
	font-family: "ovis" !important;
	font-feature-settings: "liga";
	font-style: normal;
	font-variant: normal;
	font-variant-ligatures: discretionary-ligatures;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.palette0 {
	color: currentColor;
	font-palette: --palette0;
}

.ovis-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
}

.energy-inline-icon {
	width: 26px;
	height: 26px;
	margin-right: 8px;
	border-radius: 7px;
	background: var(--red);
	color: var(--white);
	font-size: .82rem;
	vertical-align: middle;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2 {
	letter-spacing: 0;
	line-height: 1.02;
}

h1 {
	max-width: 900px;
	font-size: clamp(3rem, 8vw, 6.9rem);
}

h2 {
	font-size: clamp(2.2rem, 5vw, 4.9rem);
}

h3 {
	font-size: 1.18rem;
	line-height: 1.2;
}

.container {
	width: min(1180px, calc(100% - 36px));
	margin-inline: auto;
}

.skip-link,
.screen-reader-text {
	position: absolute;
	left: -9999px;
}

.skip-link:focus {
	z-index: 20;
	top: 12px;
	left: 12px;
	padding: 12px 16px;
	background: var(--amber);
	color: var(--black);
}

.site-header {
	position: sticky;
	z-index: 10;
	top: 0;
	background: rgba(17, 17, 17, .94);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-header__inner {
	display: flex;
	align-items: center;
	gap: 24px;
	width: min(1280px, calc(100% - 32px));
	min-height: 76px;
	margin-inline: auto;
}

.site-brand,
.footer-brand {
	display: inline-flex;
	align-items: center;
	color: var(--white);
	font-weight: 900;
	letter-spacing: 0;
}

.site-brand img {
	width: auto;
	height: 42px;
	max-width: 150px;
	object-fit: contain;
}

.site-brand__text,
.footer-brand span {
	font-size: 1.65rem;
}

.site-nav {
	margin-left: auto;
}

.site-menu,
.footer-links {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-menu a {
	color: rgba(255, 255, 255, .78);
	font-size: .92rem;
	font-weight: 700;
}

.site-menu a:hover,
.site-menu a:focus {
	color: var(--white);
}

.header-cta,
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
	overflow: hidden;
	border: 0;
	border-radius: var(--radius);
	font-weight: 900;
	cursor: pointer;
}

.header-cta {
	background: var(--amber);
	color: var(--black);
}

.btn::after,
.header-cta::after {
	position: absolute;
	inset: 0;
	width: 40%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
	content: "";
	transform: translateX(-140%) skewX(-18deg);
	transition: transform .55s ease;
}

.btn:hover::after,
.header-cta:hover::after {
	transform: translateX(300%) skewX(-18deg);
}

.btn-primary {
	background: var(--red);
	color: var(--white);
	box-shadow: 0 14px 32px rgba(215, 25, 32, .28);
}

.btn-secondary {
	border: 1px solid rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .08);
	color: var(--white);
}

.btn-secondary.light {
	border-color: var(--line);
	background: var(--white);
	color: var(--black);
}

.menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	margin-left: auto;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: var(--radius);
	background: transparent;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px auto;
	background: var(--white);
}

.section {
	padding: 104px 0;
}

.section-dark {
	background:
		linear-gradient(135deg, rgba(215, 25, 32, .18), transparent 34%),
		linear-gradient(180deg, var(--black), var(--graphite));
	color: var(--white);
}

.section-muted {
	background: var(--muted);
}

.hero {
	position: relative;
	min-height: calc(100vh - 76px);
	padding: 86px 0 56px;
	overflow: hidden;
}

.hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.hero__grid,
.split-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .76fr);
	gap: 56px;
	align-items: center;
}

.eyebrow {
	margin-bottom: 14px;
	color: var(--red);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.section-dark .eyebrow {
	color: var(--amber);
}

.lead {
	max-width: 780px;
	color: rgba(255, 255, 255, .78);
	font-size: 1.2rem;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 34px 0 24px;
}

.hero-points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-points li,
.status-row {
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .82);
	font-weight: 700;
}

.hero-points li {
	display: grid;
	align-content: center;
	min-height: 116px;
	padding: 18px;
	border-radius: 8px;
	text-align: center;
}

.hero-points strong,
.hero-points span {
	display: block;
}

.hero-points strong {
	font-size: .98rem;
	line-height: 1.25;
}

.hero-points span {
	margin-top: 9px;
	color: var(--red);
	font-size: .82rem;
	font-weight: 800;
	line-height: 1.35;
}

.dashboard-mockup,
.logistics-panel,
.product-card,
.demo-form {
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .08);
	box-shadow: var(--hard-shadow);
}

.dashboard-mockup {
	padding: 18px;
}

.mockup-topbar {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, .76);
}

.mockup-topbar span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--red);
}

.mockup-topbar span:nth-child(2) {
	background: var(--amber);
}

.mockup-topbar span:nth-child(3) {
	background: #fff;
	opacity: .4;
}

.mockup-topbar strong {
	margin-left: auto;
	font-size: .86rem;
}

.map-card,
.logistics-map {
	position: relative;
	height: 330px;
	overflow: hidden;
	border-radius: var(--radius);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
		#242424;
	background-size: 36px 36px;
}

.route,
.log-route {
	position: absolute;
	height: 4px;
	border-radius: 99px;
	transform-origin: left center;
}

.route-a {
	top: 42%;
	left: 10%;
	width: 74%;
	background: var(--red);
	transform: rotate(18deg);
}

.route-b {
	top: 64%;
	left: 18%;
	width: 58%;
	background: var(--amber);
	transform: rotate(-24deg);
}

.route-c {
	top: 28%;
	left: 24%;
	width: 52%;
	background: #ffffff;
	opacity: .65;
	transform: rotate(42deg);
}

.map-point,
.map-node {
	position: absolute;
	width: 16px;
	height: 16px;
	border: 3px solid var(--white);
	border-radius: 50%;
	background: var(--red);
	box-shadow: 0 0 0 8px rgba(215, 25, 32, .18);
	animation: pulse 2.8s infinite;
}

.p1 { top: 24%; left: 18%; }
.p2 { top: 58%; left: 30%; animation-delay: .3s; }
.p3 { top: 38%; left: 66%; animation-delay: .6s; }
.p4 { top: 70%; left: 78%; animation-delay: .9s; }

.vehicle {
	position: absolute;
	display: grid;
	place-items: center;
	width: 42px;
	height: 28px;
	border-radius: 7px;
	background: var(--amber);
	color: var(--black);
	font-size: .75rem;
	font-weight: 900;
}

.v1 { top: 46%; left: 50%; }
.v2 { top: 20%; left: 35%; background: var(--red); color: var(--white); }

.mockup-panels {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 12px;
}

.panel {
	padding: 16px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .1);
}

.panel span,
.panel small {
	display: block;
	color: rgba(255, 255, 255, .64);
}

.panel strong {
	display: block;
	margin: 6px 0;
	font-size: 2.2rem;
	line-height: 1;
}

.warning strong {
	color: var(--amber);
}

.status-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 14px;
	padding: 10px 12px;
	font-size: .82rem;
}

.status-row span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.ok { background: #42d976; }
.move { background: var(--amber); }
.late { background: var(--red); }

.section-heading {
	max-width: 920px;
	margin-bottom: 44px;
}

.section-heading p {
	color: #555;
	font-size: 1.1rem;
}

.section-dark .section-heading p {
	color: rgba(255, 255, 255, .72);
}

.card-grid,
.solution-grid,
.pill-grid,
.integration-grid,
.benefit-grid {
	display: grid;
	gap: 18px;
}

.problem-grid {
	grid-template-columns: repeat(3, 1fr);
}

.feature-card,
.solution-card,
.pill-card,
.integration-card,
.benefit {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 8px 24px rgba(17, 17, 17, .06);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.feature-card:hover,
.solution-card:hover,
.pill-card:hover,
.integration-card:hover,
.benefit:hover {
	border-color: rgba(215, 25, 32, .34);
	box-shadow: var(--soft-shadow);
	transform: translateY(-4px);
}

.feature-card {
	padding: 26px;
}

.css-icon,
.solution-icon,
.mini-icon,
.pill-icon,
.integration-icon,
.benefit-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 7px;
	background: var(--black);
	color: var(--amber);
	font-size: 1.22rem;
}

.solution-grid {
	grid-template-columns: repeat(4, 1fr);
}

.solution-card {
	min-height: 260px;
	padding: 30px;
	background: var(--black);
	color: var(--white);
}

.solution-icon {
	width: 54px;
	height: 54px;
	background: rgba(245, 184, 46, .15);
	color: var(--amber);
	font-size: 1.45rem;
}

.solution-card:nth-child(even) {
	background: var(--dark);
}

.solution-card p {
	color: rgba(255, 255, 255, .72);
}

.mid-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 34px;
	padding: 24px;
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: var(--soft-shadow);
}

.timeline {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
}

.timeline-item {
	position: relative;
	min-height: 250px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.timeline-item::before {
	position: absolute;
	top: 44px;
	right: -14px;
	width: 14px;
	height: 3px;
	background: var(--red);
	content: "";
}

.timeline-item:last-child::before {
	display: none;
}

.timeline-marker {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 24px;
}

.timeline-marker span {
	color: var(--red);
	font-size: 2rem;
	font-weight: 900;
}

.timeline-icon {
	width: 42px;
	height: 42px;
	border-radius: 7px;
	background: rgba(215, 25, 32, .1);
	color: var(--red);
	font-size: 1.18rem;
}

.process-note {
	margin: 28px 0 0;
	padding: 22px;
	border-left: 5px solid var(--amber);
	background: var(--black);
	color: var(--white);
	font-size: 1.28rem;
	font-weight: 800;
}

.tracking-section .split-grid {
	grid-template-columns: .9fr minmax(320px, .7fr);
}

.tracking-section p {
	color: rgba(255, 255, 255, .72);
}

.microcopy {
	margin-top: 26px;
	padding: 18px;
	border-left: 4px solid var(--amber);
	background: rgba(255, 255, 255, .08);
	color: var(--white) !important;
	font-weight: 800;
}

.thermal-note {
	margin-top: 18px;
	padding: 16px 18px;
	border: 1px solid rgba(215, 25, 32, .14);
	border-radius: var(--radius);
	background: rgba(215, 25, 32, .06);
	color: var(--red) !important;
	font-weight: 900;
}

.product-card {
	padding: 24px;
}

.product-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.product-card__head span {
	display: block;
	color: rgba(255, 255, 255, .58);
}

.product-card__head strong {
	font-size: 1.8rem;
}

.product-card mark {
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--amber);
	color: var(--black);
	font-weight: 900;
}

.qr-placeholder {
	width: 180px;
	height: 180px;
	margin: 0 auto 26px;
	border: 12px solid var(--white);
	border-radius: var(--radius);
	background:
		linear-gradient(90deg, var(--black) 25%, transparent 25% 50%, var(--black) 50% 75%, transparent 75%),
		linear-gradient(var(--black) 25%, transparent 25% 50%, var(--black) 50% 75%, transparent 75%),
		var(--white);
	background-size: 36px 36px;
}

.label-preview {
	width: min(330px, 100%);
	margin: 2px auto 24px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(17, 24, 39, .12);
}

.mini-history {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mini-history li {
	padding: 10px 12px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .09);
	color: rgba(255, 255, 255, .78);
}

.logistics-section .split-grid {
	grid-template-columns: minmax(340px, .9fr) 1fr;
}

.logistics-panel {
	padding: 18px;
	background: var(--black);
}

.logistics-map {
	height: 390px;
}

.log-route.one {
	top: 30%;
	left: 12%;
	width: 70%;
	background: var(--red);
	transform: rotate(26deg);
}

.log-route.two {
	top: 62%;
	left: 18%;
	width: 62%;
	background: var(--amber);
	transform: rotate(-21deg);
}

.log-route.three {
	top: 48%;
	left: 12%;
	width: 78%;
	background: rgba(255, 255, 255, .58);
	transform: rotate(3deg);
}

.n1 { top: 24%; left: 18%; }
.n2 { top: 56%; left: 32%; animation-delay: .25s; }
.n3 { top: 34%; left: 68%; animation-delay: .5s; }
.n4 { top: 72%; left: 78%; animation-delay: .75s; }

.logistics-list {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.logistics-list p {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 13px 14px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .08);
	color: var(--white);
}

.logistics-list span {
	color: rgba(255, 255, 255, .62);
}

.mini-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 26px;
}

.mini-grid div {
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.mini-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	background: var(--red);
	color: var(--white) !important;
	display: inline-grid;
	place-items: center;
	font-size: 0;
	line-height: 1;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
}

.mini-grid strong,
.mini-grid span {
	display: block;
}

.mini-grid span {
	margin-top: 8px;
	color: #555;
}

.pill-grid,
.integration-grid {
	grid-template-columns: repeat(3, 1fr);
}

.pill-card,
.integration-card {
	padding: 22px;
	font-weight: 900;
}

.pill-card {
	display: flex;
	align-items: center;
	gap: 14px;
}

.pill-icon,
.integration-icon {
	width: 38px;
	height: 38px;
	margin: 0;
	background: rgba(215, 25, 32, .1);
	color: var(--red);
	font-size: 1rem;
}

.integration-card {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ksef-section .section-heading {
	max-width: none;
	min-height: 330px;
}

.ksef-courier {
	float: right;
	width: min(34vw, 330px);
	margin: -40px 0 24px 48px;
}

.ksef-courier img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 26px 42px rgba(17, 24, 39, .14));
}

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

.document-card {
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 8px 24px rgba(17, 17, 17, .06);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.document-card:hover {
	border-color: rgba(215, 25, 32, .34);
	box-shadow: var(--soft-shadow);
	transform: translateY(-4px);
}

.document-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border-radius: 8px;
	background: var(--red);
	color: var(--white);
	font-size: 1.18rem;
}

.document-card p {
	color: #555;
}

.document-list {
	display: grid;
	gap: 10px;
	margin: 18px 0;
	padding: 0;
	list-style: none;
}

.document-list li {
	position: relative;
	padding-left: 22px;
	color: #222;
	font-weight: 700;
}

.document-list li::before {
	position: absolute;
	top: .62em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--red);
	content: "";
}

.document-effect {
	margin: 20px 0 0;
	padding: 14px 16px;
	border-radius: 8px;
	background: rgba(215, 25, 32, .07);
	color: var(--red) !important;
	font-weight: 900;
}

.document-process {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 24px;
	align-items: center;
	margin-top: 24px;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--black);
	color: var(--white);
	box-shadow: var(--soft-shadow);
}

.document-process h3 {
	margin-bottom: 0;
	font-size: 1.7rem;
}

.document-process ol {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.document-process li {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .86);
	font-weight: 800;
}

.document-process li span {
	display: grid;
	flex: 0 0 34px;
	place-items: center;
	width: 34px;
	height: 34px;
	aspect-ratio: 1;
	border-radius: 7px;
	background: var(--red);
	color: var(--white);
	font-weight: 900;
}

.document-highlight {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 18px;
	padding: 24px;
	border-left: 5px solid var(--red);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: var(--soft-shadow);
}

.document-highlight strong {
	max-width: 690px;
	font-size: 1.2rem;
	line-height: 1.35;
}

.document-highlight span {
	color: var(--red);
	font-weight: 900;
}

.benefit-grid {
	grid-template-columns: repeat(4, 1fr);
}

.benefit {
	padding: 26px;
	background: rgba(255, 255, 255, .08);
	color: var(--white);
	border-color: rgba(255, 255, 255, .12);
}

.benefit-icon {
	width: 48px;
	height: 48px;
	background: var(--amber);
	color: var(--black);
	font-size: 1.25rem;
}

.benefit p {
	color: rgba(255, 255, 255, .72);
}

.kpi-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 24px;
}

.kpi-row strong {
	padding: 18px;
	border-radius: var(--radius);
	background: var(--amber);
	color: var(--black);
	text-align: center;
}

.target-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.target-list li {
	padding: 14px 16px;
	border-left: 4px solid var(--red);
	border-radius: var(--radius);
	background: var(--muted);
	font-weight: 800;
}

.target-list li:last-child {
	grid-column: 1 / -1;
}

.demo-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding: 24px;
	background: var(--white);
	color: var(--black);
	box-shadow: var(--soft-shadow);
}

.form-note,
.form-full {
	grid-column: 1 / -1;
}

.form-note {
	margin: 0;
	color: #666;
	font-size: .92rem;
}

.demo-form label {
	display: grid;
	gap: 7px;
	font-size: .88rem;
	font-weight: 900;
}

.demo-form input,
.demo-form textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 13px 12px;
	font: inherit;
}

.demo-form input:focus,
.demo-form textarea:focus {
	border-color: var(--red);
	outline: 3px solid rgba(215, 25, 32, .14);
}

.demo-form .is-invalid {
	border-color: var(--red);
}

.form-consent {
	display: flex !important;
	grid-template-columns: auto 1fr;
	align-items: flex-start;
	font-weight: 700 !important;
}

.form-consent input {
	width: 18px;
	margin-top: 4px;
}

.ovis-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.turnstile-wrap {
	min-height: 65px;
}

.demo-form button[disabled] {
	cursor: progress;
	opacity: .72;
}

.form-status {
	min-height: 24px;
	margin: 0;
	font-weight: 900;
}

.form-status.success {
	color: #167d3f;
}

.form-status.error {
	color: var(--red);
}

.site-footer {
	padding: 58px 0 22px;
	background: var(--black);
	color: var(--white);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto;
	gap: 36px;
	align-items: start;
}

.footer-brand img {
	width: auto;
	height: 40px;
	max-width: 142px;
	object-fit: contain;
}

.site-footer p,
.site-footer strong,
.site-footer__bottom,
.site-footer .site-menu a,
.site-footer .footer-links a {
	color: var(--white);
}

.site-footer .site-menu a,
.site-footer .footer-links a {
	transition: color .18s ease;
}

.site-footer .site-menu a:hover,
.site-footer .site-menu a:focus,
.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus {
	color: var(--amber);
}

.site-footer .site-menu,
.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 18px 24px;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 42px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: var(--white);
}

.language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
	font-weight: 900;
	letter-spacing: .06em;
}

.language-switcher a {
	color: var(--white);
	text-decoration: none;
	transition: color .18s ease;
}

.language-switcher a::after {
	margin-left: 10px;
	color: rgba(255, 255, 255, .34);
	content: "|";
}

.language-switcher a:last-child::after {
	content: "";
	margin-left: 0;
}

.language-switcher a:hover,
.language-switcher a:focus,
.language-switcher a.is-active {
	color: var(--amber);
}

.reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .65s ease, transform .65s ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes pulse {
	0%,
	100% {
		box-shadow: 0 0 0 8px rgba(215, 25, 32, .16);
	}
	50% {
		box-shadow: 0 0 0 14px rgba(215, 25, 32, .05);
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: .01ms !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1080px) {
	.problem-grid,
	.solution-grid,
	.pill-grid,
	.integration-grid,
	.document-grid,
	.benefit-grid,
	.kpi-row,
	.hero-points {
		grid-template-columns: repeat(2, 1fr);
	}

	.timeline {
		grid-template-columns: repeat(3, 1fr);
	}

	.timeline-item::before {
		display: none;
	}

	.site-menu {
		gap: 14px;
	}
}

@media (max-width: 820px) {
	h1 {
		font-size: 3.2rem;
	}

	.section {
		padding: 72px 0;
	}

	.hero__grid,
	.split-grid,
	.tracking-section .split-grid,
	.logistics-section .split-grid {
		grid-template-columns: 1fr;
	}

	.site-nav {
		position: fixed;
		inset: 76px 0 auto 0;
		display: none;
		padding: 18px;
		background: var(--black);
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}

	.site-nav.is-open {
		display: block;
	}

	.site-menu {
		display: grid;
		gap: 0;
	}

	.site-menu a {
		display: block;
		padding: 16px 4px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.header-cta {
		display: none;
	}

	.menu-toggle {
		display: block;
	}

	.mockup-panels,
	.mini-grid,
	.document-process,
	.document-process ol,
	.target-list,
	.demo-form,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.document-highlight {
		display: grid;
	}

	.site-footer__bottom {
		display: grid;
	}
}

@media (max-width: 560px) {
	.container,
	.site-header__inner {
		width: min(100% - 24px, 1180px);
	}

	h1 {
		font-size: 2.65rem;
	}

	h2 {
		font-size: 2.05rem;
	}

	.problem-grid,
	.solution-grid,
	.pill-grid,
	.integration-grid,
	.document-grid,
	.benefit-grid,
	.kpi-row,
	.timeline,
	.hero-points {
		grid-template-columns: 1fr;
	}

	.map-card,
	.logistics-map {
		height: 280px;
	}

	.hero__actions,
	.mid-cta {
		display: grid;
		align-items: stretch;
	}

	.btn {
		width: 100%;
	}
}

/* Light product UI refresh based on the OVIS application screens. */
body {
	background: #fbfbfc;
	color: #111827;
}

h1 {
	font-size: clamp(3rem, 5vw, 5.2rem);
}

h1 span {
	color: var(--red);
}

h2 {
	font-size: clamp(2.2rem, 4vw, 3.9rem);
}

.site-header {
	background: rgba(255, 255, 255, .93);
	border-bottom: 1px solid rgba(17, 24, 39, .08);
	box-shadow: 0 8px 30px rgba(17, 24, 39, .04);
}

.site-brand,
.footer-brand {
	color: var(--black);
}

.site-menu a {
	color: #111827;
}

.site-menu a:hover,
.site-menu a:focus {
	color: var(--red);
}

.header-cta {
	background: var(--red);
	color: var(--white);
	box-shadow: 0 12px 30px rgba(215, 25, 32, .22);
}

.btn-secondary {
	border-color: #d9dde5;
	background: var(--white);
	color: var(--black);
}

.menu-toggle {
	border-color: #d9dde5;
}

.menu-toggle span:not(.screen-reader-text) {
	background: var(--black);
}

.section-dark {
	background: #f7f8fa;
	color: var(--black);
}

.section-muted {
	background: #f7f8fa;
}

.problem-section {
	position: relative;
	overflow: hidden;
	background: #111111;
}

.problem-section::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(17, 17, 17, .86), rgba(17, 17, 17, .48) 52%, rgba(17, 17, 17, .72)),
		linear-gradient(180deg, rgba(17, 17, 17, .36), rgba(17, 17, 17, .84));
	content: "";
}

.problem-section .container {
	position: relative;
	z-index: 1;
}

.problem-video {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.problem-section .eyebrow {
	color: var(--red) !important;
	text-shadow: 0 3px 10px rgba(0, 0, 0, .95), 0 0 24px rgba(0, 0, 0, .9);
}

.problem-section h2,
.problem-section .section-heading > p {
	color: var(--white) !important;
	text-shadow: 0 4px 10px rgba(0, 0, 0, .95), 0 12px 34px rgba(0, 0, 0, .88), 0 0 2px rgba(0, 0, 0, 1);
}

.problem-section .feature-card {
	box-shadow: 0 24px 58px rgba(0, 0, 0, .34), 0 8px 20px rgba(0, 0, 0, .24);
}

.problem-section .feature-card:hover {
	box-shadow: 0 30px 68px rgba(0, 0, 0, .4), 0 12px 26px rgba(0, 0, 0, .26);
}

.hero {
	min-height: auto;
	padding: 72px 0 48px;
	background:
		radial-gradient(circle at 78% 4%, rgba(215, 25, 32, .08), transparent 30%),
		linear-gradient(180deg, #ffffff, #f8f9fb);
}

.hero::before {
	background-image:
		linear-gradient(rgba(17, 24, 39, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 24, 39, .035) 1px, transparent 1px);
}

.section-dark .eyebrow,
.eyebrow {
	color: var(--red);
}

.lead,
.section-dark .section-heading p {
	color: var(--text-soft, #5f6572);
}

.hero-points li,
.status-row {
	border-color: #e5e7eb;
	background: var(--white);
	color: #111827;
}

.dashboard-mockup,
.logistics-panel,
.product-card,
.demo-form,
.feature-card,
.solution-card,
.pill-card,
.integration-card,
.benefit,
.timeline-item,
.mini-grid div {
	border: 1px solid #e4e7ee;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 46px rgba(17, 24, 39, .08);
}

.dashboard-mockup {
	padding: 18px;
}

.mockup-topbar {
	color: #111827;
}

.mockup-topbar span:nth-child(3) {
	background: #d8dde8;
	opacity: 1;
}

.app-sprite {
	position: relative;
	min-height: 330px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: var(--radius);
	background-image: url("../img/ovis-dashboard-sprite.webp");
	background-repeat: no-repeat;
	background-size: 300% 200%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.app-sprite--pulpit {
	background-position: 0 0;
}

.app-preview {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #e5e7eb;
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.app-preview--operations {
	aspect-ratio: 971 / 405;
	object-fit: contain;
}

.app-preview--logistics {
	aspect-ratio: 971 / 404;
	object-fit: contain;
}

.app-preview--plans {
	aspect-ratio: 971 / 404;
	margin-top: 16px;
	object-fit: contain;
}

.app-sprite--route {
	min-height: 390px;
	background-position: 0 100%;
}

.panel {
	border: 1px solid #e5e7eb;
	background: #ffffff;
}

.panel span,
.panel small {
	color: #5f6572;
}

.solution-card,
.benefit {
	color: var(--black);
}

.solution-card:nth-child(even) {
	background: rgba(255, 255, 255, .96);
}

.solution-card p,
.benefit p {
	color: #5f6572;
}

.css-icon,
.mini-icon {
	background: rgba(215, 25, 32, .1);
	color: var(--red);
}

.mini-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	background: var(--red);
	color: var(--white) !important;
	display: inline-grid;
	place-items: center;
	font-size: 0;
	line-height: 1;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
}

.mini-icon::after {
	color: var(--white);
	content: attr(data-icon);
	display: block;
	font-family: "ovis" !important;
	font-size: 1.18rem;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.solution-icon,
.pill-icon,
.integration-icon,
.timeline-icon {
	background: rgba(245, 184, 46, .18);
	color: #f2a900;
}

.benefit-icon,
.kpi-row strong {
	background: var(--red);
	color: var(--white);
}

.process-note {
	background: var(--white);
	color: var(--black);
	border: 1px solid #e4e7ee;
	border-left: 5px solid var(--red);
	box-shadow: 0 18px 46px rgba(17, 24, 39, .08);
}

.tracking-section p,
.microcopy {
	color: #5f6572 !important;
}

.tracking-section .tracking-kicker {
	margin-bottom: 18px;
	color: var(--red) !important;
	font-size: clamp(3.1rem, 5.4vw, 5.8rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: .92;
	text-transform: uppercase;
}

.tracking-section h2 {
	font-size: clamp(2rem, 3.4vw, 3.65rem);
}

.microcopy {
	background: #ffffff;
	border: 1px solid #e4e7ee;
	border-left: 4px solid var(--red);
}

.product-card__head span,
.mini-history li,
.logistics-list span {
	color: #5f6572;
}

.product-card mark {
	background: rgba(245, 184, 46, .22);
	color: #9a6500;
}

.mini-history li,
.logistics-list p {
	background: #f8f9fb;
	color: #111827;
}

.logistics-panel {
	background: #ffffff;
}

.site-footer {
	background: #111111;
}

.site-footer .footer-brand {
	color: var(--white);
}

.site-footer .footer-brand img {
	filter: brightness(0) invert(1);
}

@media (max-width: 820px) {
	.ksef-section .section-heading {
		min-height: 0;
	}

	.ksef-courier {
		float: none;
		width: min(280px, 76vw);
		margin: 0 auto 24px;
	}

	.site-nav {
		background: rgba(255, 255, 255, .98);
		border-bottom: 1px solid #e5e7eb;
	}

	.site-menu a {
		border-bottom-color: #e5e7eb;
		color: #111827;
	}
}

@media (max-width: 560px) {
	h1 {
		font-size: 2.65rem;
	}

	.app-sprite,
	.app-sprite--route {
		min-height: 240px;
	}
}
