:root {
	--color-background: #05090f;
	--color-surface: #f5e9d7;
	--color-surface-soft: #f0e1c7;
	--color-surface-alt: #141823;
	--color-text: #0d1020;
	--color-text-on-dark: #f8f5f0;
	--color-primary: #ff2b3a;
	--color-primary-soft: #ff5a6b;
	--color-accent-orange: #ff9a2f;
	--color-accent-blue: #28b4ff;
	--color-accent-yellow: #ffd53b;
	--color-border: #1e2433;
	--color-muted: #6d7280;
	--color-success: #27c77a;
	--color-warning: #ffb020;
	--color-danger: #ff3355;
	--gray-50: #f9fafb;
	--gray-100: #f3f4f6;
	--gray-200: #e5e7eb;
	--gray-300: #d1d5db;
	--gray-400: #9ca3af;
	--gray-500: #6b7280;
	--gray-600: #4b5563;
	--gray-700: #374151;
	--gray-800: #1f2933;
	--gray-900: #111827;
	--font-sans:
		"Rajdhani", "Montserrat", "Segoe UI", system-ui, -apple-system,
		BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
	--font-display: "Russo One", "Orbitron", "Rajdhani", system-ui, sans-serif;
	--font-mono:
		"JetBrains Mono", "Fira Code", ui-monospace, Menlo, Monaco, Consolas,
		monospace;
	--text-xs: 0.75rem;
	--text-sm: 0.875rem;
	--text-base: 1rem;
	--text-lg: 1.125rem;
	--text-xl: 1.25rem;
	--text-2xl: 1.5rem;
	--text-3xl: 1.875rem;
	--text-4xl: 2.25rem;
	--text-5xl: 3rem;
	--leading-tight: 1.15;
	--leading-snug: 1.25;
	--leading-normal: 1.5;
	--leading-relaxed: 1.7;
	--space-0: 0;
	--space-1: 0.25rem;
	--space-2: 0.5rem;
	--space-3: 0.75rem;
	--space-4: 1rem;
	--space-5: 1.25rem;
	--space-6: 1.5rem;
	--space-8: 2rem;
	--space-10: 2.5rem;
	--space-12: 3rem;
	--space-16: 4rem;
	--space-20: 5rem;
	--space-24: 6rem;
	--space-32: 8rem;
	--space-40: 10rem;
	--space-48: 12rem;
	--space-64: 16rem;
	--space-72: 18rem;
	--space-96: 24rem;
	--radius-xs: 4px;
	--radius-sm: 8px;
	--radius-md: 14px;
	--radius-lg: 22px;
	--radius-xl: 32px;
	--radius-pill: 999px;
	--shadow-soft: 0 10px 25px rgba(0, 0, 0, 0.35);
	--shadow-strong: 0 22px 60px rgba(0, 0, 0, 0.65);
	--shadow-inner: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	--transition-fast: 120ms ease-out;
	--transition-base: 200ms ease-out;
	--transition-slow: 320ms ease-out;
	--header-height: 4rem;
	--container-max: 1120px;
	--grid-gap: 1.5rem;
	--outline-focus: 0 0 0 3px rgba(40, 180, 255, 0.9);
	--nav-blur: blur(16px);
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
}
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: var(--font-sans);
	font-size: var(--text-base);
	line-height: var(--leading-normal);
	background-color: var(--color-background);
	color: var(--color-text-on-dark);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
img,
svg,
video,
canvas,
iframe {
	max-width: 100%;
	height: auto;
	display: block;
}
picture {
	display: block;
}
button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}
button {
	border: none;
	background: none;
	cursor: pointer;
}
a {
	color: inherit;
	text-decoration: none;
}
ul,
ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
textarea,
button,
select {
	outline: none;
	background-color: transparent;
}
body {
	background-image:
		radial-gradient(circle at 0 0, rgba(40, 180, 255, 0.12), transparent 55%),
		radial-gradient(
			circle at 100% 100%,
			rgba(255, 43, 58, 0.16),
			transparent 55%
		),
		linear-gradient(135deg, #05070b 0%, #05090f 45%, #05070b 100%);
	background-attachment: fixed;
	color: var(--color-text-on-dark);
}
.asphalt-grid {
	position: fixed;
	inset: 0;
	pointer-events: none;
	opacity: 0.18;
	mix-blend-mode: screen;
	background-image:
		linear-gradient(to right, rgba(15, 23, 42, 0.95) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(15, 23, 42, 0.9) 1px, transparent 1px);
	background-size: 64px 64px;
	z-index: -2;
}
.asphalt-grid::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		repeating-linear-gradient(
			to bottom,
			transparent 0,
			transparent 14px,
			rgba(248, 250, 252, 0.08) 15px
		),
		repeating-linear-gradient(
			to right,
			transparent 0,
			transparent 14px,
			rgba(248, 250, 252, 0.06) 15px
		);
	mix-blend-mode: overlay;
	opacity: 0.45;
}
.highway-stripes {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: -1;
	background-image: repeating-linear-gradient(
		135deg,
		rgba(40, 180, 255, 0.12) 0,
		rgba(40, 180, 255, 0.12) 2px,
		transparent 2px,
		transparent 10px
	);
	opacity: 0.5;
	mix-blend-mode: screen;
}
.highway-stripes::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(
		180deg,
		transparent 0,
		transparent 16px,
		rgba(255, 213, 59, 0.9) 17px,
		transparent 34px
	);
	background-position: center;
	background-size: 6px 34px;
	mask-image: linear-gradient(
		to bottom,
		transparent 0,
		black 15%,
		black 85%,
		transparent 100%
	);
	opacity: 0.65;
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
		scroll-behavior: auto !important;
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--color-text-on-dark);
	line-height: var(--leading-tight);
}
h1 {
	font-size: clamp(2.25rem, 3vw, 3rem);
	margin-bottom: var(--space-4);
}
h2 {
	font-size: clamp(1.75rem, 2.4vw, 2.25rem);
	margin-bottom: var(--space-3);
}
h3 {
	font-size: clamp(1.4rem, 2vw, 1.75rem);
	margin-bottom: var(--space-3);
}
h4 {
	font-size: 1.25rem;
	margin-bottom: var(--space-2);
}
p {
	margin-bottom: var(--space-3);
	line-height: var(--leading-relaxed);
	color: rgba(248, 245, 240, 0.9);
}
p.lead {
	font-size: 1.05rem;
	line-height: var(--leading-relaxed);
	color: rgba(248, 245, 240, 0.95);
	max-width: 60rem;
}
strong,
b {
	font-weight: 600;
}
small {
	font-size: var(--text-sm);
}
a {
	position: relative;
	transition:
		color var(--transition-base),
		transform var(--transition-fast);
}
a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.2em;
	width: 0;
	height: 2px;
	background: linear-gradient(
		90deg,
		var(--color-accent-blue),
		var(--color-primary),
		var(--color-accent-yellow)
	);
	transition: width var(--transition-base);
}
a:hover::after,
a:focus-visible::after {
	width: 100%;
}
a:hover {
	color: var(--color-accent-blue);
	transform: translateY(-1px);
}
a:focus-visible {
	outline: none;
	box-shadow: var(--outline-focus);
	border-radius: var(--radius-xs);
}
.page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.page-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-top: var(--header-height);
}
.container {
	width: 100%;
	max-width: var(--container-max);
	margin: 0 auto;
	padding-left: var(--space-4);
	padding-right: var(--space-4);
}
@media (min-width: 768px) {
	.container {
		padding-left: var(--space-6);
		padding-right: var(--space-6);
	}
}
.section {
	padding-top: var(--space-10);
	padding-bottom: var(--space-10);
}
.section-compact {
	padding-top: var(--space-6);
	padding-bottom: var(--space-6);
}
.section-header {
	margin-bottom: var(--space-6);
	display: flex;
	flex-direction: column;
	gap: var(--space-2);
}
.section-kicker {
	font-size: var(--text-xs);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--color-accent-yellow);
}
.section-title {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.section-title::before {
	content: "";
	width: 3rem;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		var(--color-accent-yellow),
		var(--color-accent-orange),
		var(--color-primary)
	);
}
.layout-grid {
	display: grid;
	gap: var(--grid-gap);
}
@media (min-width: 768px) {
	.layout-grid-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.layout-grid-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (min-width: 1024px) {
	.layout-grid-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.flex {
	display: flex;
}
.flex-col {
	flex-direction: column;
}
.flex-row {
	flex-direction: row;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.gap-2 {
	gap: var(--space-2);
}
.gap-3 {
	gap: var(--space-3);
}
.gap-4 {
	gap: var(--space-4);
}
.gap-6 {
	gap: var(--space-6);
}
.gap-8 {
	gap: var(--space-8);
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.mt-2 {
	margin-top: var(--space-2);
}
.mt-3 {
	margin-top: var(--space-3);
}
.mt-4 {
	margin-top: var(--space-4);
}
.mt-6 {
	margin-top: var(--space-6);
}
.mt-8 {
	margin-top: var(--space-8);
}
.mb-0 {
	margin-bottom: 0;
}
.mb-2 {
	margin-bottom: var(--space-2);
}
.mb-3 {
	margin-bottom: var(--space-3);
}
.mb-4 {
	margin-bottom: var(--space-4);
}
.mb-6 {
	margin-bottom: var(--space-6);
}
.mb-8 {
	margin-bottom: var(--space-8);
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.8rem 1.6rem;
	border-radius: var(--radius-pill);
	font-family: var(--font-display);
	font-size: var(--text-sm);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	white-space: nowrap;
	transition:
		background-color var(--transition-base),
		color var(--transition-base),
		transform var(--transition-fast),
		box-shadow var(--transition-base),
		border-color var(--transition-base);
}
.btn-primary {
	background: linear-gradient(
		135deg,
		var(--color-primary),
		var(--color-accent-orange)
	);
	color: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
.btn-primary::before {
	content: "";
	position: absolute;
	inset: 2px;
	border-radius: inherit;
	border: 1px solid rgba(255, 255, 255, 0.14);
	opacity: 0;
	transition: opacity var(--transition-base);
}
.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
	border-color: rgba(255, 255, 255, 0.12);
}
.btn-primary:hover::before {
	opacity: 1;
}
.btn-primary:active {
	transform: translateY(0);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
}
.btn-secondary {
	background: rgba(5, 9, 15, 0.9);
	border-color: rgba(148, 163, 184, 0.6);
	color: var(--color-text-on-dark);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.58);
}
.btn-secondary:hover {
	background: rgba(15, 23, 42, 0.95);
	border-color: var(--color-accent-blue);
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.78);
}
.btn.secondary:active {
	transform: translateY(0);
}
.btn-ghost {
	background: transparent;
	border-color: rgba(148, 163, 184, 0.5);
	color: var(--color-text-on-dark);
}
.btn-icon {
	padding-inline: 1.1rem;
}
.btn:disabled,
.btn[aria-disabled="true"] {
	opacity: 0.55;
	cursor: not-allowed;
	box-shadow: none;
	transform: none;
}
.btn:focus-visible {
	outline: none;
	box-shadow: var(--outline-focus);
}
label {
	display: inline-block;
	margin-bottom: 0.35rem;
	font-size: var(--text-sm);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(248, 245, 240, 0.85);
}
.field-group {
	margin-bottom: var(--space-4);
}
.input,
.select,
.textarea {
	width: 100%;
	padding: 0.75rem 0.9rem;
	border-radius: var(--radius-md);
	border: 1px solid rgba(148, 163, 184, 0.5);
	background: rgba(15, 23, 42, 0.92);
	color: var(--color-text-on-dark);
	font-size: var(--text-sm);
	line-height: 1.4;
	transition:
		border-color var(--transition-base),
		box-shadow var(--transition-base),
		background-color var(--transition-base),
		transform var(--transition-fast);
	box-shadow: var(--shadow-inner);
}
.input::placeholder,
.textarea::placeholder {
	color: rgba(148, 163, 184, 0.9);
}
.input:focus-visible,
.select:focus-visible,
.textarea:focus-visible {
	border-color: var(--color-accent-blue);
	box-shadow:
		0 0 0 1px rgba(40, 180, 255, 0.7),
		0 18px 32px rgba(0, 0, 0, 0.8);
	background: rgba(15, 23, 42, 0.98);
	transform: translateY(-1px);
}
.input-error {
	border-color: var(--color-danger);
}
.field-help {
	margin-top: 0.35rem;
	font-size: var(--text-xs);
	color: rgba(148, 163, 184, 0.95);
}
.field-error {
	margin-top: 0.35rem;
	font-size: var(--text-xs);
	color: var(--color-danger);
}
textarea.textarea {
	min-height: 140px;
	resize: vertical;
}
.select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(248, 245, 240, 0.9) 50%),
		linear-gradient(135deg, rgba(248, 245, 240, 0.9) 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 50%,
		calc(100% - 13px) 50%;
	background-size:
		6px 6px,
		6px 6px;
	background-repeat: no-repeat;
}
.card {
	position: relative;
	border-radius: var(--radius-lg);
	background:
		radial-gradient(circle at 10% 0, rgba(255, 213, 59, 0.16), transparent 55%),
		radial-gradient(
			circle at 90% 100%,
			rgba(40, 180, 255, 0.12),
			transparent 60%
		),
		linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.94));
	border: 1px solid rgba(148, 163, 184, 0.4);
	box-shadow: var(--shadow-soft);
	padding: var(--space-4);
	overflow: hidden;
	backdrop-filter: blur(14px);
	transform: translateY(0);
	transition:
		transform var(--transition-base),
		box-shadow var(--transition-base),
		border-color var(--transition-base);
}
.card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 1px solid rgba(255, 255, 255, 0.06);
	mix-blend-mode: screen;
	opacity: 0;
	transition: opacity var(--transition-base);
}
.card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-strong);
	border-color: rgba(56, 189, 248, 0.7);
}
.card:hover::before {
	opacity: 1;
}
.card-header {
	margin-bottom: var(--space-3);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-2);
}
.card-kicker {
	font-size: var(--text-xs);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--color-accent-orange);
}
.card-title {
	font-size: var(--text-lg);
	margin-bottom: 0;
}
.card-meta {
	font-size: var(--text-xs);
	color: rgba(148, 163, 184, 0.95);
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.card-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.2rem 0.7rem;
	border-radius: var(--radius-pill);
	background: rgba(15, 23, 42, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.6);
	font-size: 0.7rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.hero-shell {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-xl);
	background:
		radial-gradient(circle at 15% 0, rgba(255, 154, 47, 0.24), transparent 55%),
		radial-gradient(circle at 80% 0, rgba(40, 180, 255, 0.3), transparent 55%),
		linear-gradient(180deg, #05070c, #050910);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.45);
	padding: var(--space-6);
}
.hero-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(
		circle at 50% -10%,
		rgba(255, 255, 255, 0.24),
		transparent 50%
	);
	mix-blend-mode: overlay;
	opacity: 0.4;
	pointer-events: none;
}
.hero-shell::after {
	content: "RETRO";
	position: absolute;
	right: -3rem;
	bottom: -1.5rem;
	font-family: var(--font-display);
	font-size: 5rem;
	letter-spacing: 0.4em;
	color: rgba(15, 23, 42, 0.9);
	text-shadow: 0 0 32px rgba(15, 23, 42, 0.9);
	transform: rotate(-12deg);
	pointer-events: none;
}
.hero-grid {
	display: grid;
	gap: var(--space-6);
}
@media (min-width: 960px) {
	.hero-grid {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
		align-items: stretch;
	}
}
.badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: var(--space-3);
}
.badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.25rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(248, 250, 252, 0.18);
	background: rgba(15, 23, 42, 0.7);
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.badge-dot {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: radial-gradient(
		circle at 30% 30%,
		#fff,
		var(--color-accent-yellow)
	);
}
.badge-accent-red {
	border-color: rgba(248, 113, 113, 0.9);
	background: rgba(127, 29, 29, 0.6);
}
.badge-accent-blue {
	border-color: rgba(56, 189, 248, 0.95);
	background: rgba(8, 47, 73, 0.7);
}
.badge-accent-orange {
	border-color: rgba(251, 146, 60, 0.95);
	background: rgba(124, 45, 18, 0.7);
}
.hero-actions {
	margin-top: var(--space-4);
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-3);
}
.hero-note {
	margin-top: var(--space-3);
	font-size: var(--text-sm);
	color: rgba(209, 213, 219, 0.95);
}
.highway-scene {
	position: relative;
	width: 100%;
	height: 260px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	background:
		radial-gradient(
			circle at 50% 10%,
			rgba(40, 180, 255, 0.45),
			transparent 55%
		),
		linear-gradient(180deg, #020617 0%, #020617 40%, #020814 45%, #020617 100%);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.85);
	isolation: isolate;
}
.highway-scene::before {
	content: "";
	position: absolute;
	inset: -40%;
	background-image:
		radial-gradient(
			circle at 10% 10%,
			rgba(255, 213, 59, 0.7),
			transparent 45%
		),
		radial-gradient(
			circle at 90% 15%,
			rgba(248, 250, 252, 0.3),
			transparent 55%
		);
	opacity: 0.9;
	mix-blend-mode: screen;
	pointer-events: none;
}
.highway-sky {
	position: absolute;
	inset: 0 0 42%;
	background:
		radial-gradient(circle at 50% 0, rgba(56, 189, 248, 0.8), transparent 60%),
		linear-gradient(180deg, #020617 0%, #020617 55%, transparent 100%);
	overflow: hidden;
}
.highway-sky-layer {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(
		120deg,
		rgba(15, 23, 42, 0.3) 0,
		transparent 40%,
		transparent 60%,
		rgba(15, 23, 42, 0.3) 100%
	);
	mix-blend-mode: overlay;
}
.highway-sun {
	position: absolute;
	top: 8%;
	left: 14%;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 20%, #fff, #fde68a, #f97316);
	box-shadow: 0 0 30px rgba(252, 211, 77, 0.85);
}
.highway-cloud {
	position: absolute;
	top: 15%;
	width: 90px;
	height: 34px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.8);
	box-shadow:
		25px 5px 0 rgba(15, 23, 42, 0.7),
		-25px 5px 0 rgba(15, 23, 42, 0.65);
	opacity: 0.85;
}
.highway-cloud.cloud-1 {
	left: 48%;
}
.highway-cloud.cloud-2 {
	left: 70%;
	top: 20%;
	transform: scale(0.9);
}
.highway-weather-bands {
	position: absolute;
	inset: 0;
	mix-blend-mode: screen;
	opacity: 0.7;
	background-image:
		repeating-linear-gradient(
			135deg,
			rgba(56, 189, 248, 0.26) 0,
			rgba(56, 189, 248, 0.26) 1px,
			transparent 1px,
			transparent 8px
		),
		repeating-linear-gradient(
			45deg,
			rgba(248, 250, 252, 0.1) 0,
			rgba(248, 250, 252, 0.1) 1px,
			transparent 1px,
			transparent 10px
		);
}
.highway-road {
	position: absolute;
	inset: auto 18% -22%;
	height: 80%;
	background: linear-gradient(180deg, #020617 0%, #030712 35%, #020617 100%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.8);
}
.highway-road-asphalt {
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(
		0deg,
		rgba(15, 23, 42, 0.95) 0,
		rgba(15, 23, 42, 0.95) 8px,
		rgba(15, 23, 42, 1) 8px,
		rgba(15, 23, 42, 1) 16px
	);
	opacity: 0.9;
}
.highway-lane-center {
	position: absolute;
	left: 50%;
	top: 8%;
	bottom: 6%;
	width: 10px;
	transform: translateX(-50%);
	background-image: repeating-linear-gradient(
		0deg,
		rgba(248, 250, 252, 0) 0,
		rgba(248, 250, 252, 0) 10px,
		rgba(252, 211, 77, 0.9) 10px,
		rgba(252, 211, 77, 0.9) 26px
	);
	box-shadow: 0 0 18px rgba(252, 211, 77, 0.85);
}
.highway-lane-left,
.highway-lane-right {
	position: absolute;
	top: 16%;
	bottom: 2%;
	width: 6px;
	background-image: repeating-linear-gradient(
		0deg,
		transparent 0,
		transparent 16px,
		rgba(75, 85, 99, 0.85) 16px,
		rgba(75, 85, 99, 0.85) 28px
	);
}
.highway-lane-left {
	left: 32%;
}
.highway-lane-right {
	right: 32%;
}
.highway-speed-lines {
	position: absolute;
	inset: 45% -40% -20%;
	background-image: repeating-linear-gradient(
		110deg,
		rgba(56, 189, 248, 0.55) 0,
		rgba(56, 189, 248, 0.55) 2px,
		transparent 2px,
		transparent 18px
	);
	opacity: 0.65;
	mix-blend-mode: screen;
}
.highway-car {
	position: absolute;
	left: 50%;
	bottom: 6%;
	transform: translateX(-50%);
	width: 80px;
	height: 130px;
	border-radius: 30px;
	background: linear-gradient(180deg, #0f172a 0%, #020617 40%, #111827 100%);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9);
}
.highway-car::before {
	content: "";
	position: absolute;
	inset: 4px;
	border-radius: 26px;
	background: linear-gradient(
		180deg,
		rgba(15, 23, 42, 0.9) 0%,
		rgba(15, 23, 42, 0.98) 45%,
		rgba(15, 23, 42, 0.98) 100%
	);
	border: 1px solid rgba(148, 163, 184, 0.9);
}
.highway-car-body {
	position: absolute;
	inset: 12px 10px 32px;
	border-radius: 22px;
	background: linear-gradient(
		135deg,
		var(--color-primary-soft),
		var(--color-primary)
	);
	box-shadow: 0 0 18px rgba(248, 113, 113, 0.8);
}
.highway-car-body::before {
	content: "";
	position: absolute;
	inset: 4px;
	border-radius: 18px;
	background: linear-gradient(
		180deg,
		rgba(15, 23, 42, 0.1),
		rgba(15, 23, 42, 0.7)
	);
	border: 1px solid rgba(254, 242, 242, 0.14);
}
.highway-car-glass {
	position: absolute;
	inset: 16px 14px 46px;
	border-radius: 20px;
	background: linear-gradient(
		145deg,
		rgba(248, 250, 252, 0.92),
		rgba(148, 163, 184, 0.2)
	);
	box-shadow: 0 0 18px rgba(248, 250, 252, 0.3) inset;
}
.highway-car-stripe {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 20px;
	width: 18px;
	transform: translateX(-50%);
	background: linear-gradient(
		180deg,
		#fefce8 0%,
		#fde68a 40%,
		#facc15 70%,
		transparent 100%
	);
	box-shadow: 0 0 16px rgba(250, 204, 21, 0.85);
}
.highway-car-lights-front {
	position: absolute;
	top: 6px;
	left: 10px;
	right: 10px;
	height: 9px;
	display: flex;
	justify-content: space-between;
}
.highway-car-lights-front span {
	width: 18px;
	border-radius: 999px;
	background: radial-gradient(circle at 20% 50%, #fff, #e5e7eb, #eab308);
	box-shadow: 0 0 16px rgba(250, 204, 21, 0.95);
}
.highway-car-lights-rear {
	position: absolute;
	bottom: 4px;
	left: 13px;
	right: 13px;
	height: 10px;
	display: flex;
	justify-content: space-between;
}
.highway-car-lights-rear span {
	width: 16px;
	border-radius: 999px;
	background: radial-gradient(circle at 20% 50%, #fee2e2, #f97373, #b91c1c);
	box-shadow: 0 0 14px rgba(248, 113, 113, 0.9);
}
.highway-car-shadow {
	position: absolute;
	inset: auto 14px 0;
	height: 18px;
	border-radius: 18px;
	background: radial-gradient(
		circle at 50% 0,
		rgba(0, 0, 0, 0.9),
		transparent 60%
	);
	opacity: 0.9;
}
.highway-car-speed-glow {
	position: absolute;
	left: 50%;
	bottom: 24px;
	width: 120px;
	height: 80px;
	transform: translateX(-50%);
	background: radial-gradient(
		circle at 50% 100%,
		rgba(59, 130, 246, 0.75),
		transparent 65%
	);
	mix-blend-mode: screen;
	opacity: 0.9;
}
.highway-traffic-car {
	position: absolute;
	width: 60px;
	height: 100px;
	border-radius: 24px;
	background: linear-gradient(160deg, #0f172a, #020617);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.95);
}
.highway-traffic-car::before {
	content: "";
	position: absolute;
	inset: 10px;
	border-radius: 18px;
	background: linear-gradient(165deg, #38bdf8, #0ea5e9);
	opacity: 0.95;
}
.highway-traffic-car.car-left {
	left: 30%;
	bottom: 34%;
}
.highway-traffic-car.car-right {
	right: 30%;
	bottom: 52%;
}
.highway-traffic-car::after {
	content: "";
	position: absolute;
	inset: auto 12px 2px;
	height: 9px;
	border-radius: 999px;
	background: radial-gradient(
		circle at 50% 0,
		rgba(248, 250, 252, 0.9),
		transparent 65%
	);
	opacity: 0.9;
}
.highway-fuel-icon {
	position: absolute;
	right: 10%;
	top: 12%;
	width: 50px;
	height: 50px;
	border-radius: 20px;
	background: radial-gradient(circle at 20% 10%, #fff, #fee2e2, #f97316);
	box-shadow: 0 0 22px rgba(249, 115, 22, 0.95);
	display: flex;
	align-items: center;
	justify-content: center;
}
.highway-fuel-glyph {
	width: 26px;
	height: 26px;
	border-radius: 6px;
	border: 2px solid rgba(15, 23, 42, 0.95);
	border-top-right-radius: 2px;
	position: relative;
	background: linear-gradient(
		145deg,
		rgba(15, 23, 42, 0.4),
		rgba(15, 23, 42, 0.9)
	);
}
.highway-fuel-glyph::before {
	content: "";
	position: absolute;
	top: -6px;
	right: 4px;
	width: 8px;
	height: 8px;
	border-radius: 3px 3px 0 0;
	border: 2px solid rgba(15, 23, 42, 0.95);
	border-bottom: none;
	background: rgba(15, 23, 42, 0.9);
}
.highway-fuel-glyph::after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 7px;
	width: 10px;
	height: 8px;
	background: linear-gradient(135deg, #ef4444, #f97316);
	border-radius: 3px;
}
.highway-combo-meter {
	position: absolute;
	left: 8%;
	top: 12%;
	padding: 0.4rem 0.7rem;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(56, 189, 248, 0.9);
	display: flex;
	align-items: center;
	gap: 0.35rem;
	box-shadow: 0 0 18px rgba(59, 130, 246, 0.9);
}
.highway-combo-dot {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 30%, #fff, #38bdf8);
}
.highway-combo-text {
	font-family: var(--font-display);
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.highway-rain {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(120deg, rgba(148, 163, 184, 0.4) 0, transparent 50%),
		linear-gradient(60deg, rgba(148, 163, 184, 0.45) 0, transparent 50%);
	background-size:
		2px 60px,
		1px 40px;
	opacity: 0.16;
	mix-blend-mode: screen;
	pointer-events: none;
}
.highway-snow {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(
			circle at 10% 20%,
			rgba(248, 250, 252, 0.8) 0,
			transparent 55%
		),
		radial-gradient(
			circle at 70% 10%,
			rgba(248, 250, 252, 0.8) 0,
			transparent 55%
		),
		radial-gradient(
			circle at 40% 60%,
			rgba(248, 250, 252, 0.8) 0,
			transparent 55%
		);
	background-size: 180px 180px;
	opacity: 0.12;
	mix-blend-mode: screen;
	pointer-events: none;
}
.highway-fog {
	position: absolute;
	inset: 35% 0 5%;
	background: radial-gradient(
		circle at 50% 0,
		rgba(148, 163, 184, 0.7),
		transparent 70%
	);
	opacity: 0.22;
	mix-blend-mode: screen;
	pointer-events: none;
}
.highway-horizon-glow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32%;
	height: 40px;
	background: radial-gradient(
		circle at 50% 100%,
		rgba(255, 213, 59, 0.8),
		transparent 60%
	);
	opacity: 0.7;
	mix-blend-mode: screen;
}
.pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.25rem 0.7rem;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.7);
	background: rgba(15, 23, 42, 0.9);
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(248, 250, 252, 0.9);
}
.pill-dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: radial-gradient(
		circle at 30% 30%,
		#fff,
		var(--color-accent-blue)
	);
}
.stat {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}
.stat-label {
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(148, 163, 184, 0.9);
}
.stat-value {
	font-family: var(--font-display);
	font-size: 1.1rem;
	color: var(--color-accent-yellow);
}
.timeline {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-4);
	row-gap: var(--space-3);
}
.timeline-step {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: var(--text-sm);
	color: rgba(248, 245, 240, 0.92);
}
.timeline-step-index {
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: radial-gradient(
		circle at 30% 30%,
		#fff,
		var(--color-accent-blue)
	);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-display);
	font-size: 0.8rem;
	color: #020617;
	box-shadow: 0 0 14px rgba(56, 189, 248, 0.9);
}
.timeline-step-label {
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.kpi-grid {
	display: grid;
	gap: var(--grid-gap);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
	.kpi-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.kpi-card {
	padding: var(--space-3);
	border-radius: var(--radius-md);
	background: rgba(15, 23, 42, 0.9);
	border: 1px solid rgba(55, 65, 81, 0.9);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.8);
}
.kpi-label {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: rgba(148, 163, 184, 0.95);
	margin-bottom: 0.25rem;
}
.kpi-value {
	font-family: var(--font-display);
	font-size: 1.3rem;
	color: var(--color-accent-yellow);
}
.kpi-sub {
	font-size: var(--text-xs);
	color: rgba(209, 213, 219, 0.95);
}
.badge-weather {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.8);
	background: rgba(15, 23, 42, 0.9);
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.18em;
}
.badge-weather-sun .badge-dot {
	background: radial-gradient(circle at 30% 30%, #fff, #facc15);
}
.badge-weather-storm .badge-dot {
	background: radial-gradient(circle at 30% 30%, #fff, #38bdf8);
}
.badge-weather-snow .badge-dot {
	background: radial-gradient(circle at 30% 30%, #fff, #e5e7eb);
}
.badge-weather-night .badge-dot {
	background: radial-gradient(circle at 30% 30%, #fff, #1d4ed8);
}
.site-header {
	position: fixed;
	inset: 0 0 auto;
	height: var(--header-height);
	z-index: 40;
	backdrop-filter: var(--nav-blur);
	background: linear-gradient(
		to bottom,
		rgba(15, 23, 42, 0.92),
		rgba(15, 23, 42, 0.94),
		rgba(15, 23, 42, 0.86)
	);
	border-bottom: 1px solid rgba(15, 23, 42, 0.9);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
}
.site-header-inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-4);
}
.logo {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-family: var(--font-display);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: var(--color-text-on-dark);
}
.logo-mark {
	width: 30px;
	height: 30px;
	border-radius: 11px;
	background: conic-gradient(
		from 210deg,
		var(--color-accent-yellow),
		var(--color-primary),
		var(--color-accent-blue),
		var(--color-accent-yellow)
	);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px rgba(248, 250, 252, 0.9);
}
.logo-mark-inner {
	width: 18px;
	height: 14px;
	border-radius: 999px;
	background: radial-gradient(circle at 20% 50%, #fff, #020617);
	box-shadow: 0 0 16px rgba(15, 23, 42, 0.9);
}
.logo-text span {
	display: block;
}
.logo-title {
	font-size: 0.76rem;
}
.logo-sub {
	font-size: 0.6rem;
	color: rgba(148, 163, 184, 0.96);
	letter-spacing: 0.26em;
}
.primary-nav {
	display: none;
	align-items: center;
	gap: 1.2rem;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}
@media (min-width: 960px) {
	.primary-nav {
		display: flex;
	}
}
.nav-link {
	position: relative;
	color: rgba(209, 213, 219, 0.95);
}
.nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.4rem;
	width: 0;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		var(--color-accent-blue),
		var(--color-primary)
	);
	transition: width var(--transition-base);
}
.nav-link:hover {
	color: #fff;
}
.nav-link:hover::after,
.nav-link[aria-current="page"]::after {
	width: 100%;
}
.nav-cta {
	display: none;
}
@media (min-width: 1024px) {
	.nav-cta {
		display: flex;
	}
}
.nav-toggle {
	display: inline-flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.75);
	background: rgba(15, 23, 42, 0.95);
	color: var(--color-text-on-dark);
}
@media (min-width: 960px) {
	.nav-toggle {
		display: none;
	}
}
.site-footer {
	margin-top: var(--space-10);
	border-top: 1px solid rgba(15, 23, 42, 0.95);
	background:
		radial-gradient(circle at 0 0, rgba(40, 180, 255, 0.24), transparent 60%),
		radial-gradient(
			circle at 100% 0,
			rgba(248, 113, 113, 0.26),
			transparent 60%
		),
		linear-gradient(180deg, #020617, #020617);
	box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.9);
}
.footer-main {
	padding-top: var(--space-8);
	padding-bottom: var(--space-8);
	display: grid;
	gap: var(--space-6);
}
@media (min-width: 960px) {
	.footer-main {
		grid-template-columns: minmax(0, 2.1fr) minmax(0, 3fr);
	}
}
.footer-brand {
	max-width: 26rem;
}
.footer-brand p {
	color: rgba(148, 163, 184, 0.98);
}
.footer-disclaimer {
	margin-top: var(--space-3);
	font-size: var(--text-xs);
	line-height: var(--leading-relaxed);
	color: rgba(148, 163, 184, 0.95);
}
.footer-nav {
	display: grid;
	gap: var(--space-4);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
	.footer-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.footer-nav-group-title {
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(209, 213, 219, 0.96);
	margin-bottom: 0.75rem;
}
.footer-link {
	display: block;
	font-size: 0.8rem;
	color: rgba(156, 163, 175, 0.98);
	padding-block: 0.15rem;
}
.footer-link:hover {
	color: var(--color-accent-blue);
	transform: translateX(2px);
}
.footer-bottom {
	border-top: 1px solid rgba(15, 23, 42, 0.95);
	padding-block: var(--space-4);
	font-size: var(--text-xs);
	color: rgba(148, 163, 184, 0.98);
	display: flex;
	flex-direction: column;
	gap: var(--space-2);
}
@media (min-width: 768px) {
	.footer-bottom {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}
.chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.chip {
	padding: 0.2rem 0.7rem;
	border-radius: 999px;
	border: 1px solid rgba(55, 65, 81, 0.9);
	background: rgba(15, 23, 42, 0.95);
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(209, 213, 219, 0.95);
}
.chip-primary {
	border-color: rgba(251, 113, 133, 0.9);
	color: rgba(254, 242, 242, 0.9);
}
.list-bullets {
	margin-left: 1.1rem;
}
.list-bullets li {
	position: relative;
	padding-left: 0.7rem;
	margin-bottom: 0.45rem;
	font-size: var(--text-sm);
	color: rgba(229, 231, 235, 0.95);
}
.list-bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: radial-gradient(
		circle at 30% 30%,
		#fff,
		var(--color-accent-orange)
	);
}
.badge-grid {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 480px) {
	.badge-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.badge-tile {
	padding: 0.4rem 0.6rem;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.8);
	background: rgba(15, 23, 42, 0.95);
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	color: rgba(248, 250, 252, 0.9);
}
.badge-tile-dot {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: radial-gradient(
		circle at 30% 30%,
		#fff,
		var(--color-accent-blue)
	);
}
.faq-item {
	border-radius: var(--radius-md);
	background: rgba(15, 23, 42, 0.96);
	border: 1px solid rgba(55, 65, 81, 0.95);
	padding: var(--space-4);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.85);
	transition:
		transform var(--transition-base),
		box-shadow var(--transition-base),
		border-color var(--transition-base);
}
.faq-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.9);
	border-color: rgba(56, 189, 248, 0.9);
}
.faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-2);
	font-weight: 600;
	font-size: var(--text-base);
	color: rgba(248, 250, 252, 0.98);
}
.faq-answer {
	margin-top: var(--space-2);
	font-size: var(--text-sm);
	color: rgba(209, 213, 219, 0.98);
	line-height: var(--leading-relaxed);
}
.pill-status-success {
	border-color: rgba(34, 197, 94, 0.9);
	color: rgba(220, 252, 231, 0.98);
}
.pill-status-warning {
	border-color: rgba(234, 179, 8, 0.95);
	color: rgba(254, 252, 232, 0.98);
}
.road-divider {
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(148, 163, 184, 0.6),
		transparent
	);
	margin-block: var(--space-6);
}
.no-overflow-x {
	overflow-x: hidden;
}
