/*
Theme Name: Rumiancev Drive — One Line Clean
Author: Rumiancev
Description: Rollback-safe Rumiancev Drive theme clone with a clean compact one-line homepage booking form.
Version: 2.5.177
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vip-london-transfer
Tags: custom-logo, custom-menu, featured-images, footer-widgets, threaded-comments, translation-ready, blog, one-column, two-columns
*/

:root {
	--vlt-bg: #f6f6f3;
	--vlt-surface: #ffffff;
	--vlt-ink: #090909;
	--vlt-muted: #626663;
	--vlt-line: #deded9;
	--vlt-charcoal: #080808;
	--vlt-brass: #b7a071;
	--vlt-brass-dark: #857653;
	--vlt-oxblood: #090909;
	--vlt-teal: #2f5652;
	--vlt-radius: 4px;
	--vlt-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
	--vlt-max: 1240px;
	--vlt-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--vlt-bg);
	color: var(--vlt-ink);
	font-family: var(--vlt-font);
	font-size: 16px;
	line-height: 1.65;
}

a {
	color: var(--vlt-oxblood);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--vlt-brass-dark);
}

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

button,
input,
select,
textarea {
	font: inherit;
}

input,
select,
textarea {
	background: #fff;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	color: var(--vlt-ink);
	padding: 0.85rem 0.95rem;
	width: 100%;
}

textarea {
	min-height: 130px;
	resize: vertical;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	background: #fff;
	color: var(--vlt-ink);
	clip: auto;
	height: auto;
	left: 1rem;
	padding: 0.75rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.container {
	margin: 0 auto;
	max-width: var(--vlt-max);
	padding: 0 24px;
}

.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
	align-items: center;
	background: var(--vlt-oxblood);
	border: 0;
	border-radius: var(--vlt-radius);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 750;
	justify-content: center;
	min-height: 46px;
	padding: 0.78rem 1.05rem;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease;
	width: auto;
}

.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background: var(--vlt-brass-dark);
	color: #fff;
	transform: translateY(-1px);
}

.button--secondary {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: var(--vlt-ink);
}

.button--ghost {
	background: transparent;
	border: 1px solid var(--vlt-line);
	color: var(--vlt-ink);
}

.hero {
	background-color: var(--vlt-charcoal);
	background-position: center;
	background-size: cover;
	color: #fff;
	min-height: calc(100vh - 78px);
	position: relative;
}

.hero::before {
	background: linear-gradient(90deg, rgba(13, 17, 20, 0.84) 0%, rgba(13, 17, 20, 0.54) 42%, rgba(13, 17, 20, 0.18) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.hero__inner {
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
	margin: 0 auto;
	max-width: var(--vlt-max);
	min-height: calc(100vh - 78px);
	padding: 92px 24px 72px;
	position: relative;
}

.hero__content {
	max-width: 690px;
}

.eyebrow {
	color: #d8bd8a;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
	font-size: clamp(2.35rem, 6vw, 5.65rem);
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 1.1rem;
	max-width: 860px;
}

.hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.05rem, 2vw, 1.28rem);
	margin: 0 0 1.6rem;
	max-width: 620px;
}

.hero__actions,
.section-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.quick-booking {
	background: rgba(247, 244, 239, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: var(--vlt-radius);
	box-shadow: var(--vlt-shadow);
	color: var(--vlt-ink);
	padding: 22px;
}

.quick-booking h2 {
	font-size: 1.25rem;
	margin: 0 0 14px;
}

.booking-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

.field label {
	color: var(--vlt-muted);
	display: block;
	font-size: 0.82rem;
	font-weight: 750;
	margin: 0 0 0.25rem;
}

.trust-strip {
	background: var(--vlt-charcoal);
	color: #fff;
}

.trust-strip__inner {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 22px;
	padding-top: 22px;
}

.metric {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	padding-left: 18px;
}

.metric strong {
	display: block;
	font-size: 1.35rem;
}

.metric span {
	color: #ffffff;
	font-size: 0.9rem;
}

.section {
	padding: 74px 0;
}

.section--white {
	background: var(--vlt-surface);
}

.entry-title,
.page-title {
	font-size: clamp(1.85rem, 3.5vw, 3.2rem);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.grid {
	display: grid;
	gap: 20px;
}

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

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

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

.post-card {
	background: var(--vlt-surface);
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	padding: 24px;
}

.post-card h2,
.post-card h3 {
	font-size: 1.22rem;
	line-height: 1.25;
	margin: 0 0 0.6rem;
}

.post-card p {
	color: var(--vlt-muted);
	margin: 0;
}

.check-list {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.check-list li {
	border-top: 1px solid var(--vlt-line);
	padding: 0.75rem 0;
}

.check-list li::before {
	color: var(--vlt-brass-dark);
	content: "✓";
	font-weight: 900;
	margin-right: 0.55rem;
}

.split {
	align-items: center;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.page-hero {
	background: var(--vlt-charcoal);
	color: #fff;
	padding: 76px 0 58px;
}

.page-hero p {
	color: #ffffff;
	font-size: 1.1rem;
	max-width: 700px;
}

/* Shared compact booking header for internal WordPress pages. */
.vlt-inner-booking-hero {
	background: #070707;
	padding: 68px 24px;
}

.vlt-inner-booking-hero__media {
	align-items: center;
	background-position: center 52%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	isolation: isolate;
	margin: 0 auto;
	max-width: 1230px;
	min-height: 170px;
	overflow: visible;
	padding: 46px 18px 18px;
	position: relative;
}

.vlt-inner-booking-hero__shade {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.26) 48%, rgba(0, 0, 0, 0.58));
	inset: 0;
	position: absolute;
	z-index: -1;
}

.vlt-inner-booking-hero__content {
	margin: 0 auto;
	max-width: 1188px;
	position: relative;
	width: 100%;
}

.vlt-booking-widget--compact {
	padding-top: 34px;
	position: relative;
	width: 100%;
}

.vlt-booking-widget--compact .vlt-ride-mode-switch {
	-webkit-backdrop-filter: blur(18px) saturate(120%);
	backdrop-filter: blur(18px) saturate(120%);
	background: rgba(40, 39, 39, 0.84);
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 999px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 192px;
	z-index: 5;
}

.vlt-booking-widget--compact .vlt-ride-mode-switch button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.68);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 760;
	gap: 7px;
	justify-content: center;
	margin: 0;
	min-height: 38px;
	padding: 0 13px;
}

.vlt-booking-widget--compact .vlt-ride-mode-switch button.is-active {
	background: #1777e8;
	color: #ffffff;
}

.vlt-booking-widget--compact .vlt-ride-mode-switch__icon {
	display: block;
	fill: none;
	height: 15px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
	width: 15px;
}

.vlt-booking-widget--compact .vlt-ride-form--compact {
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 4;
}

.vlt-booking-widget--compact .vlt-ride-form__fields {
	-webkit-backdrop-filter: blur(24px) saturate(118%);
	backdrop-filter: blur(24px) saturate(118%);
	align-items: stretch;
	background: rgba(214, 211, 205, 0.38);
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 999px;
	display: grid;
	grid-template-columns: minmax(220px, 1.25fr) minmax(220px, 1.25fr) minmax(132px, 0.72fr) minmax(122px, 0.66fr) auto;
	overflow: hidden;
	padding: 6px;
}

.vlt-booking-widget--compact .vlt-ride-form__fields > label {
	align-content: center;
	border-right: 1px solid rgba(255, 255, 255, 0.24);
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	grid-template-rows: auto auto;
	margin: 0;
	min-height: 58px;
	padding: 8px 20px;
	position: relative;
}

.vlt-booking-widget--compact .vlt-ride-form__fields > label:nth-of-type(4) {
	border-right: 0;
}

.vlt-booking-widget--compact .vlt-ride-form__field-icon {
	display: block;
	fill: none;
	grid-column: 1;
	grid-row: 1 / 3;
	height: 18px;
	margin: auto 10px auto 0;
	stroke: #75aaff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.vlt-booking-widget--compact .vlt-ride-form__fields > label > span:not(.vlt-native-picker-display) {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.67rem;
	font-weight: 760;
	grid-column: 2;
	letter-spacing: 0.01em;
	line-height: 1;
	text-transform: none;
}

.vlt-booking-widget--compact .vlt-ride-form input,
.vlt-booking-widget--compact .vlt-native-picker-display {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #ffffff;
	font-family: var(--vlt-body);
	font-size: 0.92rem;
	font-weight: 720;
	grid-column: 2;
	line-height: 1.2;
	min-height: 22px;
	outline: 0;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.vlt-booking-widget--compact .vlt-ride-form input::placeholder {
	color: rgba(255, 255, 255, 0.9);
	opacity: 1;
}

.vlt-booking-widget--compact .vlt-native-picker-display {
	display: block;
}

.vlt-booking-widget--compact .vlt-native-picker-field input[type="date"],
.vlt-booking-widget--compact .vlt-native-picker-field input[type="time"] {
	cursor: pointer;
	inset: 0;
	opacity: 0;
	position: absolute;
	z-index: 3;
}

.vlt-booking-widget--compact .vlt-ride-form__fields > button[type="submit"] {
	align-items: center;
	align-self: stretch;
	background: #1777e8;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 780;
	gap: 9px;
	justify-content: center;
	margin: 0;
	min-height: 58px;
	min-width: 140px;
	padding: 0 24px;
	white-space: nowrap;
}

.vlt-booking-widget--compact .vlt-ride-form__fields > button[type="submit"]:disabled {
	cursor: not-allowed;
	opacity: 0.58;
}

.vlt-booking-widget--compact .vlt-ride-form__submit-icon {
	display: block;
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 19px;
}

.vlt-booking-widget--compact .vlt-home-active-panel {
	-webkit-backdrop-filter: blur(24px) saturate(120%);
	backdrop-filter: blur(24px) saturate(120%);
	background: rgba(35, 36, 40, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
	color: #ffffff;
	left: 0;
	margin-top: 10px;
	padding: 18px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 20;
}

.vlt-booking-widget--compact .vlt-home-active-panel[hidden],
.vlt-booking-widget--compact .vlt-home-active-panel__intro,
.vlt-booking-widget--compact .vlt-home-route-ready {
	display: none;
}

.vlt-booking-widget--compact .vlt-home-active-panel__suggestions {
	display: none;
}

.vlt-booking-widget--compact .vlt-home-active-panel.has-suggestions .vlt-home-active-panel__suggestions {
	display: block;
}

.vlt-booking-widget--compact .vlt-home-active-panel__list-title {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.vlt-booking-widget--compact .vlt-home-active-panel__list {
	display: grid;
	gap: 8px;
	max-height: 230px;
	overflow-y: auto;
}

.vlt-booking-widget--compact .vlt-home-active-panel__item {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 13px;
	box-shadow: none;
	color: #ffffff;
	display: block;
	margin: 0;
	min-height: 0;
	padding: 11px 13px;
	text-align: left;
	width: 100%;
}

.vlt-booking-widget--compact .vlt-home-active-panel__item strong,
.vlt-booking-widget--compact .vlt-home-active-panel__item small {
	display: block;
}

.vlt-booking-widget--compact .vlt-home-active-panel__item small {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.75rem;
	margin-top: 2px;
}

.vlt-booking-widget--compact .vlt-duration-stepper {
	display: grid;
	gap: 1px;
	grid-template-rows: 1fr 1fr;
	position: absolute;
	right: 9px;
	top: 8px;
}

.vlt-booking-widget--compact .vlt-duration-stepper__button {
	background: rgba(255, 255, 255, 0.10);
	border: 0;
	border-radius: 5px;
	height: 19px;
	min-height: 0;
	min-width: 24px;
	padding: 0;
	position: relative;
	width: 24px;
}

.vlt-booking-widget--compact .vlt-duration-stepper__button::before {
	border-color: rgba(255, 255, 255, 0.82);
	border-style: solid;
	border-width: 0 1.5px 1.5px 0;
	content: "";
	height: 5px;
	left: 9px;
	position: absolute;
	top: 7px;
	transform: rotate(45deg);
	width: 5px;
}

.vlt-booking-widget--compact .vlt-duration-stepper__button--up::before {
	top: 8px;
	transform: rotate(225deg);
}

body:not(.home) .pac-container.vlt-home-pac-up {
	background: #ffffff;
	border: 0;
	border-radius: 16px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

body:not(.home) .pac-container.vlt-home-pac-up .pac-item {
	border-top: 1px solid rgba(18, 18, 18, 0.08);
	cursor: pointer;
	font-family: var(--vlt-body);
	padding: 10px 13px;
}

body:not(.home) .pac-container.vlt-home-pac-up .pac-item:first-child {
	border-top: 0;
}

body:not(.home) .pac-container.vlt-home-pac-up .pac-item:hover,
body:not(.home) .pac-container.vlt-home-pac-up .pac-item-selected {
	background: #f2f6fb;
}

@media (max-width: 980px) {
	.vlt-inner-booking-hero {
		padding: 44px 18px;
	}

	.vlt-inner-booking-hero__media {
		min-height: 320px;
		padding: 56px 14px 18px;
	}

	.vlt-booking-widget--compact {
		max-width: 720px;
		margin: 0 auto;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields {
		border-radius: 30px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 7px;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields > label {
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
		min-height: 68px;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields > label:nth-of-type(2),
.vlt-booking-widget--compact .vlt-ride-form__fields > label:nth-of-type(4) {
		border-right: 0;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields > label:nth-of-type(3),
.vlt-booking-widget--compact .vlt-ride-form__fields > label:nth-of-type(4) {
		border-bottom: 0;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields > button[type="submit"] {
		grid-column: 1 / -1;
		margin-top: 7px;
	}
}

@media (max-width: 620px) {
	.vlt-inner-booking-hero {
		padding: 28px 14px;
	}

	.vlt-inner-booking-hero__media {
		background-position: 56% center;
		min-height: 510px;
		padding: 58px 10px 14px;
	}

	.vlt-booking-widget--compact {
		padding-top: 38px;
	}

	.vlt-booking-widget--compact .vlt-ride-mode-switch {
		border-radius: 24px 24px 0 0;
		width: min(76%, 300px);
	}

	.vlt-booking-widget--compact .vlt-ride-mode-switch button {
		border-radius: 0;
		font-size: 0.9rem;
		min-height: 52px;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields {
		border-radius: 28px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 8px;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields > label {
		grid-column: 1 / -1;
		min-height: 72px;
		padding: 10px 18px;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields > label:nth-of-type(1),
.vlt-booking-widget--compact .vlt-ride-form__fields > label:nth-of-type(2) {
		border-right: 0;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields > label:nth-of-type(3),
.vlt-booking-widget--compact .vlt-ride-form__fields > label:nth-of-type(4) {
		border-bottom: 0;
		grid-column: auto;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields > label:nth-of-type(3) {
		border-right: 1px solid rgba(255, 255, 255, 0.20);
	}

	.vlt-booking-widget--compact .vlt-ride-form input,
.vlt-booking-widget--compact .vlt-native-picker-display {
		font-size: 0.94rem;
	}

	.vlt-booking-widget--compact .vlt-ride-form__fields > button[type="submit"] {
		font-size: 1rem;
		min-height: 58px;
	}

	.vlt-booking-widget--compact .vlt-home-active-panel {
		border-radius: 18px;
		padding: 14px;
	}
}

.content-area {
	padding: 58px 0;
}

.layout-sidebar {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) 330px;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content h2,
.entry-content h3 {
	line-height: 1.18;
	margin-top: 2rem;
}

.entry-meta,
.entry-footer {
	color: var(--vlt-muted);
	font-size: 0.9rem;
}

.post-thumbnail {
	margin-bottom: 1.2rem;
}

.post-thumbnail img {
	border-radius: var(--vlt-radius);
	display: block;
	width: 100%;
}

.pagination,
.posts-navigation,
.post-navigation {
	margin-top: 32px;
}

.widget-area {
	display: grid;
	gap: 18px;
}

.widget {
	background: #fff;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	padding: 22px;
}

.widget-title {
	font-size: 1.05rem;
	margin-top: 0;
}

/*
 * Version 2.5.165: Stage 5B.1 footer visual completion.
 * The light Home Builder CTA and editor-controlled Footer Menu remain separate.
 */
.site-footer {
	--vlt-footer-line: rgba(255, 255, 255, 0.12);
	background: transparent;
	font-family: var(--vlt-body, "Onest", sans-serif);
}

.site-footer__cta {
	background: #f6f6f3;
	border-bottom: 1px solid rgba(17, 26, 39, 0.09);
	color: #111a27;
	padding: 62px 0;
}

.site-footer__cta-inner {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) auto;
	justify-content: space-between;
	width: 100%;
}

.site-footer__cta-copy {
	max-width: 820px;
}

.site-footer__cta h2 {
	color: #111a27;
	font-family: var(--vlt-display, "Cormorant Garamond", serif);
	font-size: clamp(2.25rem, 4vw, 4rem);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1;
	margin: 0;
	max-width: 760px;
}

.site-footer__cta-copy p {
	color: rgba(17, 26, 39, 0.68);
	font-size: clamp(1rem, 1.3vw, 1.12rem);
	line-height: 1.6;
	margin: 20px 0 0;
	max-width: 680px;
}

.site-footer__cta .button,
.site-footer__cta .vlt-footer-cta-button {
	align-items: center;
	background: #111a27;
	border: 1px solid #111a27;
	border-radius: 999px;
	box-shadow: 0 16px 36px rgba(17, 26, 39, 0.16);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	min-height: 54px;
	min-width: 156px;
	padding: 0.9rem 1.65rem;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.site-footer__cta .button:hover,
.site-footer__cta .button:focus-visible,
.site-footer__cta .vlt-footer-cta-button:hover,
.site-footer__cta .vlt-footer-cta-button:focus-visible {
	background: #1e2a3a;
	border-color: #1e2a3a;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.site-footer__cta .button:focus-visible,
.site-footer__cta .vlt-footer-cta-button:focus-visible {
	box-shadow: 0 0 0 3px rgba(23, 119, 232, 0.3);
	outline: none;
}

.site-footer__main {
	background:
		radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.045), transparent 34%),
		linear-gradient(135deg, #090c10 0%, #11161c 52%, #090c10 100%);
	color: #b6bdc6;
}

.site-footer__inner,
.site-footer__bottom-inner {
	margin: 0 auto;
	max-width: 1720px;
	padding-left: clamp(24px, 4vw, 64px);
	padding-right: clamp(24px, 4vw, 64px);
	width: 100%;
}

.site-footer__inner {
	align-items: start;
	display: grid;
	gap: clamp(72px, 7vw, 124px);
	grid-template-columns: minmax(310px, 380px) minmax(0, 1fr);
	padding-bottom: 74px;
	padding-top: 92px;
}

.site-footer__brand {
	max-width: 380px;
	min-width: 0;
}

.site-footer__logo {
	align-items: center;
	display: flex;
	min-height: 42px;
}

.site-footer__logo .custom-logo-link {
	display: inline-flex;
}

.site-footer__logo .custom-logo-link img {
	display: block;
	filter: brightness(0) invert(1);
	max-height: 46px;
	max-width: min(260px, 100%);
	width: auto;
}

.site-footer__brand-name {
	color: #ffffff;
	font-family: var(--vlt-display, "Cormorant Garamond", serif);
	font-size: clamp(1.85rem, 2.3vw, 2.35rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1;
	text-decoration: none;
}

.site-footer__kicker {
	color: var(--vlt-blue);
	display: block;
	font-family: var(--vlt-logo, "Manrope", sans-serif);
	font-size: 0.61rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.3;
	margin-top: 12px;
	text-transform: uppercase;
}

.site-footer__kicker::after {
	background: var(--vlt-blue);
	content: "";
	display: block;
	height: 2px;
	margin-top: 24px;
	opacity: 0.9;
	width: 28px;
}

.site-footer__description {
	color: #b6bdc6;
	font-size: 0.98rem;
	line-height: 1.65;
	margin: 26px 0 0;
	max-width: 365px;
}

.site-footer__contacts {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 32px 0 0;
	padding: 0;
}

.site-footer__contact {
	margin: 0;
}

.site-footer__contacts a {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #d5d9df;
	display: inline-flex;
	font-size: 0.92rem;
	gap: 11px;
	line-height: 1.4;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 10px 12px;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.site-footer__contact--primary a {
	background: rgba(11, 110, 220, 0.09);
	border-color: rgba(11, 110, 220, 0.38);
	font-weight: 750;
	min-height: 48px;
	min-width: min(100%, 252px);
}

.site-footer__main .site-footer__contacts a:hover,
.site-footer__main .site-footer__contacts a:focus-visible {
	background: rgba(255, 255, 255, 0.055);
	border-color: rgba(11, 110, 220, 0.48);
	color: #ffffff;
	transform: translateY(-1px);
}

.site-footer__main a:focus-visible,
.footer-menu__toggle:focus-visible {
	outline: 2px solid var(--vlt-blue);
	outline-offset: 4px;
}

.site-footer__icon {
	color: var(--vlt-blue);
	display: inline-flex;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
}

.site-footer__icon svg {
	display: block;
	fill: none;
	height: 100%;
	overflow: visible;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 100%;
}

.site-footer__icon svg .is-filled {
	fill: currentColor;
	stroke: none;
}

.site-footer__nav,
.site-footer__nav--fallback {
	align-self: stretch;
	min-width: 0;
	padding-top: 4px;
	width: 100%;
}

.footer-menu,
.footer-menu--fallback {
	display: grid;
	gap: clamp(30px, 3.2vw, 54px);
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu__group,
.footer-menu--fallback .site-footer__column {
	margin: 0;
	min-width: 0;
}

.footer-menu__heading {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.footer-menu__title,
.footer-menu--fallback .site-footer__column h2 {
	color: var(--vlt-blue);
	font-family: var(--vlt-body, "Onest", sans-serif);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.075em;
	line-height: 1.35;
	margin: 0 0 22px;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.footer-menu__title::after,
.footer-menu--fallback .site-footer__column h2::after {
	background: var(--vlt-blue);
	content: "";
	display: block;
	height: 2px;
	margin-top: 14px;
	width: 26px;
}

.footer-menu__heading-link,
.footer-menu__heading-text {
	color: inherit;
	text-decoration: none;
}

.site-footer__main .footer-menu__heading-link:hover,
.site-footer__main .footer-menu__heading-link:focus-visible {
	color: #ffffff;
}

.footer-menu__toggle {
	display: none;
}

.footer-menu__links,
.footer-menu--fallback .site-footer__column ul {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu__item,
.footer-menu--fallback .site-footer__column li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.085);
	margin: 0;
	min-width: 0;
}

.footer-menu__item:last-child,
.footer-menu--fallback .site-footer__column li:last-child {
	border-bottom: 0;
}

.footer-menu__link,
.footer-menu--fallback .site-footer__column a {
	color: #aeb7c3;
	display: inline-block;
	font-size: 0.94rem;
	line-height: 1.45;
	overflow-wrap: anywhere;
	padding: 10px 0;
	text-decoration: none;
	transition: color 150ms ease, transform 150ms ease;
}

.site-footer__main .footer-menu__link:hover,
.site-footer__main .footer-menu__link:focus-visible,
.site-footer__main .footer-menu--fallback .site-footer__column a:hover,
.site-footer__main .footer-menu--fallback .site-footer__column a:focus-visible {
	color: #ffffff;
	transform: translateX(2px);
}

.footer-menu__link--placeholder {
	color: #7f8997;
}

.site-footer__bottom {
	border-top: 1px solid var(--vlt-footer-line);
}

.site-footer__bottom-inner {
	align-items: center;
	display: grid;
	gap: clamp(20px, 3vw, 48px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr);
	min-height: 104px;
	padding-bottom: 28px;
	padding-top: 28px;
}

.site-footer__bottom p {
	color: #7f8997;
	font-size: 0.83rem;
	line-height: 1.5;
	margin: 0;
}

.site-footer__copyright {
	grid-column: 1;
	justify-self: start;
}

.site-footer__legal {
	grid-column: 2;
	justify-self: stretch;
	min-width: 0;
}

.site-footer__legal-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__legal-menu > li {
	align-items: center;
	display: flex;
	margin: 0;
	max-width: 100%;
	min-width: 0;
}

.site-footer__legal-menu > li:not(:last-child)::after {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	flex: 0 0 1px;
	height: 14px;
	margin: 0 12px;
	width: 1px;
}

.site-footer__legal-menu a {
	align-items: center;
	color: #aeb7c3;
	display: inline-flex;
	font-size: 0.83rem;
	line-height: 1.45;
	min-height: 44px;
	overflow-wrap: anywhere;
	text-decoration: none;
	transition: color 150ms ease;
}

.site-footer__main .site-footer__legal-menu a:hover,
.site-footer__main .site-footer__legal-menu a:focus-visible {
	color: var(--vlt-blue);
}

.site-footer__socials {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	grid-column: 3;
	justify-content: flex-end;
	justify-self: end;
}

.site-footer__social-link {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: #d5d9df;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
	width: 42px;
}

.site-footer__main .site-footer__social-link:hover,
.site-footer__main .site-footer__social-link:focus-visible {
	background: rgba(11, 110, 220, 0.1);
	border-color: var(--vlt-blue);
	color: #ffffff;
	transform: translateY(-2px);
}

.site-footer__socials .site-footer__icon {
	flex-basis: 18px;
	height: 18px;
	width: 18px;
}

@media (max-width: 1180px) {
	.site-footer__inner {
		gap: 52px;
		grid-template-columns: 1fr;
		padding-bottom: 62px;
		padding-top: 72px;
	}

	.site-footer__brand {
		max-width: 620px;
	}

	.site-footer__description {
		max-width: 580px;
	}

	.footer-menu,
	.footer-menu--fallback {
		grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	}
}

@media (max-width: 768px) {
	.site-footer__cta {
		padding: 46px 0;
	}

	.site-footer__cta-inner {
		align-items: start;
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.site-footer__cta h2 {
		font-size: clamp(2.15rem, 10vw, 3.15rem);
		line-height: 1.03;
	}

	.site-footer__cta .button,
	.site-footer__cta .vlt-footer-cta-button {
		justify-self: start;
		min-height: 52px;
		min-width: 148px;
	}

	.site-footer__inner,
	.site-footer__bottom-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-footer__inner {
		gap: 40px;
		padding-bottom: 46px;
		padding-top: 50px;
	}

	.site-footer__brand {
		max-width: none;
	}

	.site-footer__logo .custom-logo-link img {
		max-height: 42px;
	}

	.site-footer__description {
		font-size: 0.95rem;
		max-width: 580px;
	}

	.site-footer__contacts {
		margin-top: 28px;
	}

	.site-footer__contacts a,
	.site-footer__contact--primary a {
		box-sizing: border-box;
		min-height: 50px;
		width: 100%;
	}

	.site-footer__nav {
		border-top: 1px solid var(--vlt-footer-line);
		padding-top: 0;
	}

	.footer-menu,
	.footer-menu--fallback {
		display: block;
	}

	.footer-menu__group,
	.footer-menu--fallback .site-footer__column {
		border-bottom: 1px solid var(--vlt-footer-line);
	}

	.footer-menu__heading {
		align-items: center;
		min-height: 62px;
		padding: 16px 0;
	}

	.footer-menu__title,
	.footer-menu--fallback .site-footer__column h2 {
		font-size: 0.98rem;
		letter-spacing: 0.01em;
		margin: 0;
		text-transform: none;
	}

	.footer-menu__title::after,
	.footer-menu--fallback .site-footer__column h2::after {
		display: none;
	}

	.site-footer__nav.is-footer-nav-enhanced .footer-menu__toggle {
		align-items: center;
		appearance: none;
		background: rgba(255, 255, 255, 0.04);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 50%;
		color: #c9d0da;
		cursor: pointer;
		display: inline-flex;
		flex: 0 0 42px;
		height: 42px;
		justify-content: center;
		padding: 0;
		width: 42px;
	}

	.footer-menu__toggle-icon {
		border-bottom: 1.8px solid currentColor;
		border-right: 1.8px solid currentColor;
		display: block;
		height: 8px;
		margin-top: -4px;
		transform: rotate(45deg);
		transition: margin 150ms ease, transform 150ms ease;
		width: 8px;
	}

	.footer-menu__toggle[aria-expanded="true"] .footer-menu__toggle-icon {
		margin-top: 4px;
		transform: rotate(225deg);
	}

	.footer-menu__links {
		gap: 0;
		padding: 0 0 16px;
	}

	.footer-menu__links[hidden] {
		display: none;
	}

	.footer-menu__link {
		font-size: 0.94rem;
		padding: 10px 0;
	}

	.footer-menu--fallback .site-footer__column {
		padding: 18px 0 22px;
	}

	.footer-menu--fallback .site-footer__column h2 {
		margin-bottom: 16px;
	}

	.site-footer__bottom-inner {
		align-items: flex-start;
		gap: 20px;
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		padding-bottom: 30px;
		padding-top: 26px;
	}

	.site-footer__copyright,
	.site-footer__legal,
	.site-footer__socials {
		grid-column: 1;
		justify-self: start;
	}

	.site-footer__legal {
		width: 100%;
	}

	.site-footer__legal-menu {
		justify-content: flex-start;
	}

	.site-footer__socials {
		gap: 12px;
		justify-content: flex-start;
	}
}

@media (max-width: 360px) {
	.site-footer__inner,
	.site-footer__bottom-inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.site-footer__contacts a {
		font-size: 0.88rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-footer__cta .button,
	.site-footer__cta .vlt-footer-cta-button,
	.site-footer__contacts a,
	.site-footer__social-link,
	.site-footer__legal-menu a,
	.footer-menu__link,
	.footer-menu--fallback .site-footer__column a,
	.footer-menu__toggle-icon {
		transition: none;
	}
}

























.comment-list {
	list-style: none;
	padding: 0;
}

.comment-body {
	background: #fff;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	margin-bottom: 16px;
	padding: 18px;
}

.comment-form {
	display: grid;
	gap: 14px;
}

.not-found,
.no-results {
	background: #fff;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	padding: 28px;
}

.alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--vlt-max);
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 980px) {

	.hero__inner,
.split,
.layout-sidebar {
		grid-template-columns: 1fr;
	}

	.hero__inner {
		padding-top: 72px;
	}

	.quick-booking {
		max-width: 560px;
	}

	.grid--4,
.grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}


}

@media (max-width: 700px) {

	.container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.hero {
		min-height: auto;
	}

	.hero__inner {
		min-height: auto;
		padding-bottom: 42px;
		padding-top: 54px;
	}

	.hero::before {
		background: rgba(13, 17, 20, 0.72);
	}

	.trust-strip__inner,
.grid--4,
.grid--3,
.grid--2 {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 52px 0;
	}
}

/*
 * Modern VIP visual refresh.
 */
:root {
	--vlt-bg: #f6f6f3;
	--vlt-surface: #ffffff;
	--vlt-ink: #090909;
	--vlt-muted: #626663;
	--vlt-line: #deded9;
	--vlt-charcoal: #080808;
	--vlt-brass: #b7a071;
	--vlt-brass-dark: #857653;
	--vlt-oxblood: #090909;
	--vlt-teal: #2f5652;
	--vlt-stone: #ebe9e2;
	--vlt-radius: 4px;
	--vlt-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
	--vlt-max: 1240px;
}

body {
	background: var(--vlt-bg);
	color: var(--vlt-ink);
	line-height: 1.62;
}

a {
	color: var(--vlt-ink);
}

a:hover,
a:focus {
	color: var(--vlt-muted);
}

input,
select,
textarea {
	border-color: #d8d8d2;
	padding: 1rem 1.05rem;
}

.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
	background: #090909;
	border-radius: var(--vlt-radius);
	min-height: 48px;
	padding: 0.82rem 1.15rem;
}

.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background: #2b2b28;
	transform: translateY(-1px);
}

.button--secondary {
	background: #fff;
	border: 1px solid rgba(9, 9, 9, 0.16);
	color: var(--vlt-ink);
}

.button--secondary:hover,
.button--secondary:focus,
.button--ghost:hover,
.button--ghost:focus {
	background: var(--vlt-stone);
	color: var(--vlt-ink);
}

.hero {
	background-color: #080808;
	min-height: min(760px, calc(100vh - 76px));
}

.hero::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.66) 46%, rgba(0, 0, 0, 0.22) 100%);
}

.hero__inner {
	gap: 52px;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
	min-height: min(760px, calc(100vh - 76px));
	padding-bottom: 70px;
	padding-top: 86px;
}

.hero__content {
	max-width: 660px;
}

.eyebrow {
	color: var(--vlt-brass);
	font-size: 0.73rem;
	letter-spacing: 0.14em;
}

.hero h1,
.page-hero h1 {
	font-size: clamp(2.45rem, 5.4vw, 5rem);
	line-height: 1.02;
}

.hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	max-width: 560px;
}

.quick-booking {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow: var(--vlt-shadow);
	padding: 26px;
}

.quick-booking h2 {
	font-size: 1.35rem;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 18px;
}

.booking-grid {
	gap: 14px;
}

.field label {
	color: var(--vlt-muted);
	font-size: 0.78rem;
}

.booking-tabs {
	background: #f1f1ed;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	display: grid;
	gap: 4px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 18px;
	padding: 4px;
}

.booking-tab {
	align-items: center;
	border-radius: 3px;
	color: var(--vlt-muted);
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 760;
	justify-content: center;
	min-height: 40px;
	text-decoration: none;
}

.booking-tab.is-active {
	background: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07);
	color: var(--vlt-ink);
}

.trust-strip,
.page-hero {
	background: #090909;
}

.metric {
	border-left-color: rgba(255, 255, 255, 0.16);
}

.section {
	padding-bottom: 86px;
	padding-top: 86px;
}

.entry-title,
.page-title {
	font-size: clamp(1.9rem, 3.4vw, 3.35rem);
	line-height: 1.06;
}

.post-card {
	border-color: var(--vlt-line);
	padding: 28px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.post-card:hover {
	border-color: rgba(9, 9, 9, 0.22);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
	transform: translateY(-2px);
}

.check-list li::before {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	color: currentColor;
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 0.65rem;
	transform: rotate(45deg) translateY(-1px);
	width: 5px;
}

@media (max-width: 980px) {

	.hero__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.hero__inner {
		padding-bottom: 46px;
		padding-top: 56px;
	}

	.hero::before {
		background: rgba(0, 0, 0, 0.72);
	}

	.section {
		padding-bottom: 58px;
		padding-top: 58px;
	}
}

/*
 * Version 2.0: editorial ride-service homepage.
 */
:root {
	--vlt-blue: #0b6edc;
	--vlt-blue-dark: #075fbd;
	--vlt-sky: #f1f4f8;
	--vlt-cream: #f6f6f3;
	--vlt-footer: #f5f1ea;
	--vlt-display: Georgia, "Times New Roman", serif;
}

.vlt-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1430px;
	padding-left: 48px;
	padding-right: 48px;
}

.vlt-hero {
	align-items: end;
	background-color: #111;
	background-position: center;
	background-size: cover;
	color: #fff;
	display: flex;
	min-height: 100vh;
	position: relative;
}

.vlt-hero__shade {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.62) 100%);
	inset: 0;
	position: absolute;
}

.vlt-hero__inner {
	margin: 0 auto;
	max-width: 1260px;
	padding: 160px 40px 62px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.vlt-hero h1 {
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--vlt-display);
	font-size: clamp(3.6rem, 7.6vw, 6.8rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
	margin: 0 0 36px;
	text-shadow: 0 2px 34px rgba(0, 0, 0, 0.25);
}

.vlt-hero__subtitle {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.02rem, 1.45vw, 1.28rem);
	font-weight: 650;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin: -18px auto 30px;
	max-width: 1040px;
}

.vlt-ride-form {
	margin: 0 auto;
	max-width: 1180px;
}

.vlt-ride-form__tabs {
	background: rgba(18, 19, 28, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	display: inline-grid;
	gap: 4px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 24px;
	padding: 5px;
}

.vlt-ride-form__tabs a {
	border-radius: 999px;
	color: #fff;
	font-weight: 800;
	min-width: 124px;
	padding: 0.55rem 1rem;
	text-decoration: none;
}

.vlt-ride-form__tabs a.is-active {
	background: var(--vlt-blue);
}

.vlt-ride-form__fields {
	align-items: end;
	background: rgba(19, 20, 25, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 8px;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.22);
	display: grid;
	gap: 16px;
	grid-template-columns: 1.25fr 1.25fr 1fr 1fr auto;
	padding: 22px 24px;
	text-align: left;
	backdrop-filter: blur(16px);
}

.vlt-ride-form label {
	border-right: 1px solid rgba(255, 255, 255, 0.42);
	display: grid;
	gap: 4px;
	margin: 0;
	padding-right: 16px;
}

.vlt-ride-form label:nth-of-type(4) {
	border-right: 0;
}

.vlt-ride-form span {
	color: #fff;
	font-size: 0.83rem;
	font-weight: 800;
}

.vlt-ride-form input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 0;
	color: #fff;
	padding: 0.25rem 0 0.65rem;
}

.vlt-ride-form input::placeholder {
	color: rgba(255, 255, 255, 0.66);
}

.vlt-ride-form button {
	background: var(--vlt-blue);
	border-radius: 999px;
	min-height: 52px;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	white-space: nowrap;
}

.vlt-home-services {
	background: #f6f6f3;
	padding: clamp(88px, 8vw, 126px) 0;
}

.vlt-home-services .vlt-wide {
	max-width: 1510px;
}

.vlt-home-services__intro {
	margin-bottom: clamp(44px, 5.5vw, 76px);
}

.vlt-home-services__eyebrow,
.vlt-home-story__eyebrow,
.vlt-home-principles__eyebrow {
	color: #1777e8;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .15em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.vlt-home-services__intro-grid {
	align-items: end;
	display: grid;
	gap: clamp(40px, 7vw, 112px);
	grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
}

.vlt-home-services__intro h2,
.vlt-home-story h2,
.vlt-home-principles h2 {
	color: #111317;
	font-family: var(--vlt-display);
	font-size: clamp(3.15rem, 5vw, 5.15rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .96;
	margin: 0;
}

.vlt-home-services__intro p {
	color: #5d646b;
	font-size: clamp(1.04rem, 1.2vw, 1.16rem);
	font-weight: 450;
	line-height: 1.72;
	margin: 0;
	max-width: 760px;
}

.vlt-home-services__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 11fr) minmax(0, 13fr);
}

.vlt-home-service {
	min-width: 0;
}

.vlt-home-service--1 {
	grid-column: 1;
	grid-row: 1 / 3;
}

.vlt-home-service--2,
.vlt-home-service--3 {
	grid-column: 2;
}

.vlt-home-service--2 {
	grid-row: 1;
}

.vlt-home-service--3 {
	grid-row: 2;
}

.vlt-home-service--4 {
	grid-column: 1 / 3;
	grid-row: 3;
}

.vlt-home-service__link {
	background: #fff;
	border: 1px solid rgba(17, 19, 23, .07);
	border-radius: 26px;
	color: #111317;
	display: flex;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vlt-home-service__link:hover,
.vlt-home-service__link:focus {
	border-color: rgba(23, 119, 232, .18);
	box-shadow: 0 24px 62px rgba(24, 36, 50, .09);
	transform: translateY(-3px);
}

.vlt-home-service--1 .vlt-home-service__link {
	flex-direction: column;
	min-height: 706px;
}

.vlt-home-service--2 .vlt-home-service__link,
.vlt-home-service--3 .vlt-home-service__link {
	display: grid;
	grid-template-columns: minmax(200px, 1fr) minmax(0, 1fr);
	min-height: 342px;
}

.vlt-home-service--4 .vlt-home-service__link {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	min-height: 360px;
}

.vlt-home-service__media {
	background: #e9edf2;
	margin: 0;
	overflow: hidden;
}

.vlt-home-service--1 .vlt-home-service__media {
	min-height: 410px;
}

.vlt-home-service__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
	width: 100%;
}

.vlt-home-service__link:hover .vlt-home-service__media img,
.vlt-home-service__link:focus .vlt-home-service__media img {
	transform: scale(1.025);
}

.vlt-home-service__content {
	display: flex;
	flex-direction: column;
	padding: clamp(28px, 3.2vw, 48px);
}

.vlt-home-service--2 .vlt-home-service__content,
.vlt-home-service--3 .vlt-home-service__content {
	padding: 30px 28px;
}

.vlt-home-service__kicker {
	color: #1777e8;
	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .13em;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.vlt-home-service h2 {
	font-family: var(--vlt-display);
	font-size: clamp(2.35rem, 3.4vw, 3.65rem);
	font-weight: 600;
	letter-spacing: -.038em;
	line-height: .98;
	margin: 0 0 18px;
}

.vlt-home-service--2 h2,
.vlt-home-service--3 h2 {
	font-size: clamp(1.95rem, 2.45vw, 2.65rem);
}

.vlt-home-service p {
	color: #5d646b;
	font-size: .98rem;
	font-weight: 450;
	line-height: 1.66;
	margin: 0 0 28px;
	max-width: 650px;
}

.vlt-home-service--2 p,
.vlt-home-service--3 p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.vlt-home-service__footer {
	align-items: center;
	color: #1777e8;
	display: inline-flex;
	font-size: .9rem;
	font-weight: 780;
	gap: 9px;
	margin-top: auto;
}

.vlt-home-service__footer span {
	font-size: 1.15rem;
	transition: transform 180ms ease;
}

.vlt-home-service__link:hover .vlt-home-service__footer span,
.vlt-home-service__link:focus .vlt-home-service__footer span {
	transform: translateX(4px);
}

@media (max-width: 1100px) {
	.vlt-home-services__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.vlt-home-services__intro-grid {
		gap: 38px;
		grid-template-columns: 1fr 1fr;
	}

	.vlt-home-service--1,
.vlt-home-service--4 {
		grid-column: 1 / 13;
	}

	.vlt-home-service--1 {
		grid-row: 1;
	}

	.vlt-home-service--2 {
		grid-column: 1 / 7;
		grid-row: 2;
	}

	.vlt-home-service--3 {
		grid-column: 7 / 13;
		grid-row: 2;
	}

	.vlt-home-service--4 {
		grid-row: 3;
	}

	.vlt-home-service--1 .vlt-home-service__link,
.vlt-home-service--4 .vlt-home-service__link {
		display: grid;
		grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
		min-height: 420px;
	}

	.vlt-home-service--2 .vlt-home-service__link,
.vlt-home-service--3 .vlt-home-service__link {
		display: flex;
		flex-direction: column;
		min-height: 510px;
	}

	.vlt-home-service--2 .vlt-home-service__media,
.vlt-home-service--3 .vlt-home-service__media {
		min-height: 230px;
	}
}

@media (max-width: 760px) {
	.vlt-home-services {
		padding: 70px 0 76px;
	}

	.vlt-home-services__intro {
		margin-bottom: 34px;
	}

	.vlt-home-services__intro-grid {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.vlt-home-services__intro h2 {
		font-size: clamp(2.65rem, 12vw, 3.65rem);
	}

	.vlt-home-services__intro p {
		font-size: .98rem;
		line-height: 1.62;
	}

	.vlt-home-services__grid {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.vlt-home-service--1,
.vlt-home-service--2,
.vlt-home-service--3,
.vlt-home-service--4 {
		grid-column: 1;
		grid-row: auto;
	}

	.vlt-home-service--1 .vlt-home-service__link,
.vlt-home-service--2 .vlt-home-service__link,
.vlt-home-service--3 .vlt-home-service__link,
.vlt-home-service--4 .vlt-home-service__link {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.vlt-home-service__media,
.vlt-home-service--1 .vlt-home-service__media,
.vlt-home-service--2 .vlt-home-service__media,
.vlt-home-service--3 .vlt-home-service__media {
		aspect-ratio: 1.45 / 1;
		min-height: 0;
	}

	.vlt-home-service__content,
.vlt-home-service--2 .vlt-home-service__content,
.vlt-home-service--3 .vlt-home-service__content {
		padding: 26px 24px 28px;
	}

	.vlt-home-service h2,
.vlt-home-service--2 h2,
.vlt-home-service--3 h2 {
		font-size: clamp(2rem, 9vw, 2.7rem);
	}

	.vlt-home-service--2 p,
.vlt-home-service--3 p {
		display: block;
		overflow: visible;
	}
}

.vlt-link-button {
	align-items: center;
	border: 1.5px solid var(--vlt-blue);
	border-radius: 999px;
	color: var(--vlt-blue);
	display: inline-flex;
	font-weight: 760;
	min-height: 44px;
	padding: 0.55rem 1.05rem;
	text-decoration: none;
}

.vlt-link-button:hover,
.vlt-link-button:focus {
	background: var(--vlt-blue);
	color: #fff;
}

.vlt-app-band {
	background: var(--vlt-sky);
	overflow: hidden;
	padding: 92px 0;
}

.vlt-app-band__inner {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: 0.72fr 1fr;
	position: relative;
}

.vlt-app-band__inner::after {
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
	content: "";
	height: 520px;
	pointer-events: none;
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 520px;
}

.vlt-app-band h2,
.vlt-editorial h2,
.vlt-excellence h2 {
	font-family: var(--vlt-display);
	font-size: clamp(4rem, 6.5vw, 6.9rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.98;
	margin: 0 0 2rem;
}

.vlt-app-band h2 {
	max-width: 760px;
}

.vlt-app-band p {
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 2rem;
	max-width: 520px;
}

.vlt-store-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.vlt-store-row span {
	background: #080808;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	min-width: 132px;
	padding: 0.55rem 0.8rem;
}

.vlt-device-mockup {
	min-height: 420px;
	position: relative;
}

.vlt-device-mockup::before {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	border-radius: 32px;
	content: "";
	inset: 12px 8% 18px 14%;
	position: absolute;
}

.vlt-browser {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(245, 250, 255, 0.72));
	border: 2px solid rgba(255, 255, 255, 0.78);
	border-radius: 18px;
	box-shadow: 0 24px 50px rgba(24, 53, 87, 0.12), inset 0 0 0 1px rgba(0, 91, 180, 0.12);
	height: 420px;
	margin-left: auto;
	padding: 30px;
	position: relative;
	width: min(100%, 680px);
	z-index: 1;
}

.vlt-browser__bar {
	background: rgba(255, 255, 255, 0.82);
	border-radius: 999px;
	height: 18px;
	margin: 0 auto 22px;
	width: 34%;
}

.vlt-browser__stats {
	display: flex;
	gap: 12px;
	margin-bottom: 18px;
}

.vlt-browser__stats span {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 999px;
	display: block;
	height: 12px;
}

.vlt-browser__stats span:nth-child(1) {
	width: 88px;
}

.vlt-browser__stats span:nth-child(2) {
	width: 56px;
}

.vlt-browser__stats span:nth-child(3) {
	margin-left: auto;
	width: 122px;
}

.vlt-browser__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.vlt-browser__grid div {
	background: linear-gradient(135deg, #eaf7ff, #90bee8);
	border: 3px solid rgba(11, 110, 220, 0.52);
	border-radius: 8px;
	height: 172px;
}

.vlt-browser__grid div:nth-child(1) {
	background: linear-gradient(135deg, #161616, #68645a);
}

.vlt-browser__grid div:nth-child(3) {
	background: linear-gradient(135deg, #111, #333);
}

.vlt-browser__map {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(243, 247, 250, 0.92));
	border-radius: 12px;
	bottom: 30px;
	box-shadow: 0 10px 24px rgba(30, 51, 70, 0.08);
	height: 96px;
	position: absolute;
	right: 30px;
	width: 260px;
}

.vlt-browser__note {
	background: rgba(255, 255, 255, 0.76);
	border-radius: 12px;
	height: 76px;
	left: 30px;
	position: absolute;
	top: 152px;
	width: 122px;
	box-shadow: 0 10px 24px rgba(30, 51, 70, 0.08);
}

.vlt-phone {
	background: rgba(255, 255, 255, 0.8);
	border: 3px solid rgba(255, 255, 255, 0.9);
	border-radius: 26px;
	bottom: -18px;
	box-shadow: 0 18px 40px rgba(0, 85, 170, 0.16);
	height: 308px;
	left: 6%;
	padding: 16px 14px 14px;
	position: absolute;
	width: 166px;
	z-index: 2;
}

.vlt-phone__notch {
	background: #101010;
	border-radius: 999px;
	height: 10px;
	margin: 0 auto 12px;
	width: 52px;
}

.vlt-phone__screen {
	background: #fff;
	border-radius: 18px;
	height: 248px;
	padding: 14px;
}

.vlt-phone__line {
	background: #dfe9f3;
	border-radius: 999px;
	height: 10px;
	margin-bottom: 10px;
	width: 60%;
}

.vlt-phone__line--strong {
	background: #b7d0ee;
	width: 76%;
}

.vlt-phone__card {
	background: linear-gradient(135deg, #0f1720, #4f5b6e);
	border-radius: 14px;
	height: 124px;
	margin-top: 14px;
}

.vlt-phone__button {
	background: var(--vlt-blue);
	border-radius: 999px;
	display: block;
	height: 18px;
	margin-top: 18px;
	width: 86%;
}

.vlt-home-story {
	background: #fff;
	padding: clamp(88px, 8vw, 126px) 0;
}

.vlt-home-story__grid {
	align-items: center;
	display: grid;
	gap: clamp(52px, 8vw, 118px);
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
}

.vlt-home-story__media {
	background: #e9edf2;
	border-radius: 28px 28px 112px 28px;
	box-shadow: 0 28px 72px rgba(24, 36, 50, .1);
	margin: 0;
	overflow: hidden;
}

.vlt-home-story__media img {
	aspect-ratio: 1.22 / 1;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vlt-home-story__copy {
	max-width: 590px;
}

.vlt-home-story h2 {
	margin-bottom: 30px;
}

.vlt-home-story__copy > p:not(.vlt-home-story__eyebrow) {
	color: #5d646b;
	font-size: clamp(1.04rem, 1.22vw, 1.17rem);
	font-weight: 450;
	line-height: 1.76;
	margin: 0 0 30px;
}

.vlt-home-story__link {
	align-items: center;
	color: #111317;
	display: inline-flex;
	font-weight: 780;
	gap: 9px;
	text-decoration: none;
}

.vlt-home-story__link:hover,
.vlt-home-story__link:focus {
	color: #1777e8;
}

.vlt-home-story__link span {
	color: #1777e8;
	font-size: 1.18rem;
}

.vlt-home-principles {
	background: #f1f4f8;
	padding: clamp(88px, 8vw, 126px) 0;
}

.vlt-home-principles__layout {
	align-items: start;
	display: grid;
	gap: clamp(56px, 8vw, 124px);
	grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
}

.vlt-home-principles__header {
	max-width: 520px;
	position: sticky;
	top: 118px;
}

.vlt-home-principles__header h2 {
	margin-bottom: 25px;
}

.vlt-home-principles__header > p:not(.vlt-home-principles__eyebrow) {
	color: #5d646b;
	font-size: clamp(1.03rem, 1.18vw, 1.14rem);
	font-weight: 450;
	line-height: 1.72;
	margin: 0;
}

.vlt-home-principles__grid {
	display: grid;
	gap: 0 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vlt-home-principles article {
	border-top: 1px solid rgba(17, 19, 23, .13);
	padding: 28px 0 36px;
}

.vlt-home-principle__topline {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 34px;
}

.vlt-home-principle__number {
	color: #1777e8;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .14em;
}

.vlt-home-principle__icon {
	align-items: center;
	background: rgba(23, 119, 232, .08);
	border: 1px solid rgba(23, 119, 232, .08);
	border-radius: 50%;
	display: flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.vlt-home-principle__icon svg {
	fill: none;
	height: 25px;
	stroke: #1777e8;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.25;
	width: 25px;
}

.vlt-home-principles h3 {
	font-family: var(--vlt-display);
	font-size: clamp(1.85rem, 2.35vw, 2.45rem);
	font-weight: 600;
	letter-spacing: -.03em;
	line-height: 1.03;
	margin: 0 0 15px;
}

.vlt-home-principles article p {
	color: #5d646b;
	font-size: .97rem;
	font-weight: 450;
	line-height: 1.66;
	margin: 0;
	max-width: 440px;
}

@media (max-width: 1000px) {
	.vlt-home-story__grid {
		gap: 46px;
		grid-template-columns: 1fr 1fr;
	}

	.vlt-home-principles__layout {
		grid-template-columns: 1fr;
	}

	.vlt-home-principles__header {
		max-width: 760px;
		position: static;
	}
}

@media (max-width: 760px) {
	.vlt-home-story,
.vlt-home-principles {
		padding: 72px 0;
	}

	.vlt-home-story__grid {
		gap: 36px;
		grid-template-columns: 1fr;
	}

	.vlt-home-story__media {
		border-radius: 22px 22px 72px 22px;
	}

	.vlt-home-story h2,
.vlt-home-principles h2 {
		font-size: clamp(2.65rem, 12vw, 3.65rem);
	}

	.vlt-home-story__copy > p:not(.vlt-home-story__eyebrow),
.vlt-home-principles__header > p:not(.vlt-home-principles__eyebrow) {
		font-size: .98rem;
		line-height: 1.62;
	}

	.vlt-home-principles__grid {
		grid-template-columns: 1fr;
	}

	.vlt-home-principles article {
		padding: 24px 0 30px;
	}

	.vlt-home-principle__topline {
		margin-bottom: 24px;
	}
}

.vlt-icon {
	flex: 0 0 auto;
	height: 96px;
	margin: 16px auto 28px;
	position: relative;
	width: 118px;
}

.vlt-icon::before,
.vlt-icon::after {
	background: var(--vlt-blue);
	content: "";
	position: absolute;
}

.vlt-icon--network::before {
	border-radius: 50%;
	height: 60px;
	left: 42px;
	top: 0;
	width: 60px;
}

.vlt-icon--network::after {
	border-radius: 26px 26px 8px 8px;
	height: 54px;
	left: 8px;
	top: 42px;
	width: 92px;
}

.vlt-icon--car::before {
	border-radius: 60px 60px 14px 14px;
	height: 54px;
	left: 14px;
	top: 24px;
	width: 92px;
}

.vlt-icon--car::after {
	border-radius: 50%;
	box-shadow: 70px 0 0 var(--vlt-blue);
	height: 22px;
	left: 24px;
	top: 66px;
	width: 22px;
}

.vlt-icon--lock::before {
	background: transparent;
	border: 12px solid var(--vlt-blue);
	border-bottom: 0;
	border-radius: 42px 42px 0 0;
	height: 58px;
	left: 29px;
	top: 0;
	width: 60px;
}

.vlt-icon--lock::after {
	border-radius: 16px;
	height: 70px;
	left: 20px;
	top: 44px;
	width: 78px;
}

.vlt-icon--route::before {
	background: transparent;
	border: 8px solid var(--vlt-blue);
	border-radius: 50%;
	height: 34px;
	left: 12px;
	top: 14px;
	width: 34px;
}

.vlt-icon--route::after {
	background: transparent;
	border-bottom: 8px solid var(--vlt-blue);
	border-left: 8px solid var(--vlt-blue);
	border-radius: 0 0 0 34px;
	height: 54px;
	left: 42px;
	top: 28px;
	width: 64px;
}

.vlt-posts {
	background: #fff;
	padding: 96px 0;
}

.vlt-posts__heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

.vlt-posts h2 {
	font-size: clamp(2rem, 3.4vw, 3.2rem);
	letter-spacing: -0.05em;
	margin: 0;
}









@media (min-width: 1280px) {
	.vlt-hero__subtitle {
		white-space: nowrap;
	}
}

@media (max-width: 1100px) {




	.vlt-ride-form__fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vlt-ride-form label {
		border-right: 0;
		padding-right: 0;
	}

	.vlt-ride-form button {
		grid-column: 1 / -1;
	}

	.vlt-app-band__inner {
		grid-template-columns: 1fr;
	}

	.vlt-excellence__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {

	.vlt-wide {
		padding-left: 22px;
		padding-right: 22px;
	}

	.vlt-services-showcase,
.vlt-app-band,
.vlt-editorial,
.vlt-excellence,
.vlt-posts {
		padding-bottom: 64px;
		padding-top: 64px;
	}

	.vlt-services-grid,
.vlt-excellence__grid {
		grid-template-columns: 1fr;
	}

	.vlt-app-band h2,
.vlt-editorial h2,
.vlt-excellence h2 {
		font-size: clamp(3.2rem, 15vw, 4.6rem);
	}

	.vlt-device-mockup {
		min-height: 320px;
	}

	.vlt-browser {
		height: 300px;
		padding: 18px;
	}

	.vlt-browser__grid {
		gap: 10px;
	}

	.vlt-browser__grid div {
		height: 112px;
	}

	.vlt-browser__map {
		display: none;
	}

	.vlt-phone {
		height: 220px;
		width: 124px;
	}

	.vlt-editorial p,
.vlt-excellence > .vlt-wide > p {
		font-size: 1.22rem;
	}

	.vlt-editorial img {
		aspect-ratio: 1.2 / 1;
	}

	.vlt-posts__heading {
		align-items: start;
		display: grid;
		gap: 16px;
	}
}

/*
 * Version 2.2.3: mobile and tablet polish for Rumiancev Drive homepage.
 */
@media (max-width: 1180px) {
	.vlt-hero__inner {
		max-width: 1040px;
	}

	.vlt-hero__subtitle {
		max-width: 880px;
		white-space: normal;
	}

	.vlt-services-showcase .vlt-wide {
		max-width: 1120px;
	}
}

@media (max-width: 980px) {

	.vlt-hero {
		align-items: center;
		min-height: auto;
	}

	.vlt-hero__inner {
		padding: 150px 28px 48px;
	}

	.vlt-hero h1 {
		font-size: clamp(3.4rem, 10vw, 5.9rem);
		line-height: 0.98;
		margin-bottom: 26px;
	}

	.vlt-hero__subtitle {
		font-size: clamp(1rem, 2.3vw, 1.22rem);
		margin-top: -10px;
		max-width: 760px;
	}

	.vlt-ride-form {
		max-width: 760px;
	}

	.vlt-ride-form__fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vlt-services-showcase {
		padding-top: 78px;
	}

	.vlt-section-intro {
		margin-bottom: 34px;
		max-width: 760px;
	}

	.vlt-section-intro h2 {
		font-size: clamp(2.25rem, 7vw, 3.6rem);
	}

	.vlt-services-grid {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.vlt-service-card {
		display: grid;
		gap: 24px;
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
	}

	.vlt-service-card img {
		aspect-ratio: 1.35 / 1;
		height: 100%;
	}

	.vlt-service-card div {
		align-self: center;
		padding: 0;
	}

	.vlt-app-band__inner {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.vlt-app-band h2,
.vlt-editorial h2,
.vlt-excellence h2 {
		font-size: clamp(3.2rem, 10vw, 5.3rem);
	}

	.vlt-app-band p {
		font-size: clamp(1.08rem, 3.2vw, 1.35rem);
		max-width: 620px;
	}

	.vlt-device-mockup {
		margin: 0 auto;
		max-width: 720px;
		width: 100%;
	}

	.vlt-excellence__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}






}

@media (max-width: 760px) {
	body {
		overflow-x: hidden;
	}

	.vlt-wide {
		padding-left: 20px;
		padding-right: 20px;
	}

	.vlt-services-showcase,
.vlt-app-band,
.vlt-editorial,
.vlt-excellence,
.vlt-posts {
		padding-bottom: 58px;
		padding-top: 58px;
	}

	.vlt-section-intro {
		margin-bottom: 30px;
		text-align: left;
	}

	.vlt-section-intro h2 {
		font-size: clamp(2.15rem, 11vw, 3.3rem);
		letter-spacing: -0.055em;
		line-height: 1.04;
	}

	.vlt-section-intro p {
		font-size: 1.05rem;
		line-height: 1.45;
	}

	.vlt-services-grid {
		gap: 36px;
	}

	.vlt-service-card {
		display: block;
	}

	.vlt-service-card img {
		aspect-ratio: 1.35 / 1;
		height: auto;
	}

	.vlt-service-card div {
		padding: 18px 0 0;
	}

	.vlt-service-card h2 {
		font-size: clamp(1.55rem, 7vw, 2rem);
		line-height: 1.12;
	}

	.vlt-service-card p {
		font-size: 1rem;
		line-height: 1.48;
	}

	.vlt-link-button {
		min-height: 42px;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.vlt-app-band__inner {
		gap: 34px;
	}

	.vlt-app-band h2,
.vlt-editorial h2,
.vlt-excellence h2 {
		font-size: clamp(2.65rem, 12vw, 4.1rem);
		letter-spacing: -0.055em;
		line-height: 1.02;
		margin-bottom: 1.25rem;
	}

	.vlt-app-band p,
.vlt-editorial p,
.vlt-excellence > .vlt-wide > p {
		font-size: 1.08rem;
		line-height: 1.45;
	}

	.vlt-store-row span {
		min-width: 118px;
	}

	.vlt-device-mockup {
		min-height: 300px;
		transform: scale(0.92);
		transform-origin: top center;
	}

	.vlt-device-mockup::before {
		inset: 18px 0 24px 0;
	}

	.vlt-browser {
		height: 276px;
		padding: 16px;
		width: 100%;
	}

	.vlt-browser__bar {
		height: 12px;
		margin-bottom: 14px;
	}

	.vlt-browser__stats {
		display: none;
	}

	.vlt-browser__grid {
		gap: 8px;
	}

	.vlt-browser__grid div {
		height: 92px;
	}

	.vlt-browser__map {
		display: block;
		bottom: 16px;
		height: 58px;
		right: 16px;
		width: 150px;
	}

	.vlt-browser__note {
		display: none;
	}

	.vlt-phone {
		bottom: -12px;
		height: 218px;
		left: 0;
		width: 122px;
	}

	.vlt-phone__screen {
		height: 166px;
		padding: 10px;
	}

	.vlt-phone__card {
		height: 72px;
	}

	.vlt-editorial {
		text-align: left;
	}

	.vlt-editorial p {
		margin-bottom: 34px;
	}

	.vlt-editorial img {
		aspect-ratio: 1.2 / 1;
	}

	.vlt-excellence {
		text-align: left;
	}

	.vlt-excellence h2 {
		margin-left: 0;
		margin-right: 0;
	}

	.vlt-excellence > .vlt-wide > p {
		margin-bottom: 32px;
	}

	.vlt-excellence__grid {
		grid-template-columns: 1fr;
	}

	.vlt-excellence article {
		align-items: flex-start;
		min-height: auto;
		padding: 26px 24px;
		text-align: left;
	}

	.vlt-excellence article p {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}

	.vlt-icon {
		margin: 0 0 20px;
		transform: scale(0.76);
		transform-origin: left top;
	}










}

@media (max-width: 420px) {
	.vlt-hero h1 {
		font-size: clamp(2.35rem, 12.5vw, 3.3rem);
	}

	.vlt-hero__subtitle {
		max-width: 300px;
	}

	.vlt-device-mockup {
		margin-left: -8px;
		margin-right: -8px;
		transform: scale(0.86);
	}

	.vlt-browser__grid div:nth-child(3) {
		display: none;
	}

	.vlt-browser__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.vlt-phone {
		left: -6px;
	}
}

/*
 * Version 2.2.4: shorter premium hero copy and safer hero typography.
 */
.vlt-hero h1 {
	font-size: clamp(4.2rem, 7vw, 7.2rem);
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.vlt-hero__subtitle {
	font-size: clamp(1rem, 1.35vw, 1.28rem);
	max-width: 760px;
	white-space: normal;
}

@media (min-width: 1200px) {
	.vlt-hero h1 {
		white-space: nowrap;
	}

	.vlt-hero__subtitle {
		white-space: nowrap;
	}
}

@media (max-width: 980px) {
	.vlt-hero h1 {
		font-size: clamp(3.4rem, 9vw, 5.6rem);
		max-width: 820px;
		white-space: normal;
	}

	.vlt-hero__subtitle {
		max-width: 620px;
	}
}

/*
 * Version 2.2.6: typography polish with Cyrillic-friendly luxury fonts.
 */
:root {
	--vlt-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--vlt-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea {
	font-family: var(--vlt-body);
}

.vlt-ride-form,
.vlt-section-intro p,
.vlt-service-card span,
.vlt-service-card p,
.vlt-app-band p,
.vlt-editorial p,
.vlt-excellence article p {
	font-family: var(--vlt-body);
}

.vlt-hero h1,
.vlt-section-intro h2,
.vlt-app-band h2,
.vlt-editorial h2,
.vlt-excellence h2 {
	font-family: var(--vlt-display);
	font-weight: 600;
	letter-spacing: -0.035em;
}

.vlt-hero h1 {
	font-size: clamp(4.4rem, 7.2vw, 7.6rem);
	line-height: 0.92;
}

.vlt-section-intro h2 {
	font-weight: 500;
	line-height: 0.96;
}

.vlt-service-card h2 {
	font-family: var(--vlt-display);
	font-weight: 600;
	letter-spacing: -0.03em;
}

.vlt-excellence h3 {
	font-family: var(--vlt-display);
	font-weight: 600;
	letter-spacing: -0.025em;
}

@media (max-width: 980px) {
	.vlt-hero h1 {
		font-size: clamp(3.5rem, 9.6vw, 5.8rem);
		line-height: 0.96;
	}
}

@media (max-width: 760px) {

	.vlt-app-band h2,
.vlt-editorial h2,
.vlt-excellence h2 {
		font-size: clamp(2.7rem, 12vw, 4.05rem);
	}
}

/*
 * Version 2.2.9: softer body font, logo font preserved.
 */
:root {
	--vlt-body: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--vlt-logo: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea,
.vlt-ride-form,
.vlt-section-intro p,
.vlt-service-card span,
.vlt-service-card p,
.vlt-app-band p,
.vlt-editorial p,
.vlt-excellence article p {
	font-family: var(--vlt-body);
}

body {
	letter-spacing: -0.006em;
}

.vlt-ride-form span,
.vlt-link-button,
.button,
button[type="submit"],
input[type="submit"] {
	letter-spacing: -0.01em;
}

.vlt-service-card p,
.vlt-app-band p,
.vlt-editorial p,
.vlt-excellence article p {
	line-height: 1.5;
}

/*
 * Version 2.3.3: replace benefit icons with clean unified SVG line icons.
 */
.vlt-icon {
	align-items: center;
	background: rgba(23, 119, 232, .08);
	border: 1px solid rgba(23, 119, 232, .08);
	border-radius: 50%;
	display: inline-flex;
	height: 66px;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: 66px;
}

.vlt-icon::before,
.vlt-icon::after {
	content: none !important;
	display: none !important;
}

.vlt-icon svg {
	display: block;
	height: 34px;
	overflow: visible;
	width: 34px;
}

.vlt-icon svg path,
.vlt-icon svg circle {
	fill: none;
	stroke: var(--vlt-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.25;
	vector-effect: non-scaling-stroke;
}

@media (max-width: 760px) {
	.vlt-icon {
		height: 70px;
		margin: 0 0 18px;
		transform: none;
		width: 82px;
	}

	.vlt-icon svg {
		height: 66px;
		width: 66px;
	}
}

/* Version 2.3.4 footer CTA declarations consolidated in the canonical footer section above. */




@media (max-width: 760px) {

}

/*
 * Version 2.3.7: balanced service card text lengths.
 */
.vlt-service-card p {
	max-width: 620px;
}

.vlt-service-card div {
	display: flex;
	flex-direction: column;
}

.vlt-service-card .vlt-link-button {
	margin-top: auto;
	width: fit-content;
}

@media (max-width: 760px) {
	.vlt-service-card .vlt-link-button {
		margin-top: 18px;
	}
}

/*
 * Version 2.5.144: rebuilt site header and navigation.
 * The desktop header uses a full-width editorial services mega menu.
 * Mobile uses a clean full-height navigation panel with grouped service accordions.
 */
.site-header {
	-webkit-backdrop-filter: blur(18px) saturate(145%);
	backdrop-filter: blur(18px) saturate(145%);
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(17, 26, 39, 0.08);
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
	z-index: 10000;
}

body.admin-bar .site-header {
	top: 32px;
}

.home .site-header {
	position: fixed;
}

.site-header.is-scrolled,
.site-header.is-mega-open,
.home .site-header.is-scrolled,
.home .site-header.is-mega-open {
	background: rgba(255, 255, 255, 0.985);
	border-bottom-color: rgba(17, 26, 39, 0.09);
	box-shadow: 0 12px 34px rgba(17, 26, 39, 0.07);
}

.home .site-header:not(.is-scrolled):not(.is-mega-open) {
	-webkit-backdrop-filter: blur(14px) saturate(120%);
	backdrop-filter: blur(14px) saturate(120%);
	background: linear-gradient(180deg, rgba(7, 12, 18, 0.68), rgba(7, 12, 18, 0.44));
	border-bottom-color: rgba(255, 255, 255, 0.12);
	box-shadow: none;
}

.site-header__inner {
	align-items: center;
	display: grid;
	gap: clamp(18px, 2.4vw, 42px);
	grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
	margin: 0 auto;
	max-width: 1720px;
	min-height: 80px;
	padding: 0 clamp(24px, 3vw, 52px);
	position: relative;
	width: 100%;
	z-index: 2;
}

.site-branding {
	align-items: center;
	display: flex;
	gap: 11px;
	justify-self: start;
	min-width: 0;
}

.custom-logo-link {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	text-decoration: none;
}

.custom-logo-link img {
	display: block;
	max-height: 42px;
	transition: filter 180ms ease;
	width: auto;
}

.site-branding__text {
	display: grid;
	gap: 3px;
	min-width: 0;
}

h1.site-title {
	margin: 0;
}

.site-title,
.site-title a {
	color: #111a27;
	display: block;
	font-family: var(--vlt-logo, "Manrope", sans-serif);
	font-size: clamp(1.16rem, 1.35vw, 1.38rem);
	font-weight: 780;
	letter-spacing: -0.055em;
	line-height: 0.98;
	max-width: 230px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-kicker,
.site-description {
	color: #68717d;
	display: block;
	font-family: var(--vlt-logo, "Manrope", sans-serif);
	font-size: 0.55rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.home .site-header:not(.is-scrolled):not(.is-mega-open) .site-title,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .site-title a,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .site-kicker,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .site-description {
	color: #ffffff;
}

.home .site-header:not(.is-scrolled):not(.is-mega-open) .custom-logo-link img {
	filter: brightness(0) invert(1);
}

.rd-desktop-nav {
	align-items: center;
	display: flex;
	gap: 3px;
	justify-self: center;
}

.rd-desktop-nav__link {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: #4d5662;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--vlt-body, "Onest", sans-serif);
	font-size: 0.91rem;
	font-weight: 690;
	gap: 9px;
	letter-spacing: -0.012em;
	line-height: 1;
	min-height: 42px;
	padding: 0 14px;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease;
	white-space: nowrap;
}

.rd-desktop-nav__link:hover,
.rd-desktop-nav__link:focus-visible,
.rd-desktop-nav__link.is-current,
.rd-nav-services-trigger[aria-expanded="true"] {
	background: rgba(23, 119, 232, 0.08);
	color: #1777e8;
	outline: none;
}

.rd-nav-chevron {
	border-bottom: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	display: block;
	height: 6px;
	margin-top: -3px;
	transform: rotate(45deg);
	transition: margin 150ms ease, transform 150ms ease;
	width: 6px;
}

.rd-nav-services-trigger[aria-expanded="true"] .rd-nav-chevron {
	margin-top: 3px;
	transform: rotate(225deg);
}

.header-cta {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-self: end;
	overflow: visible;
	white-space: nowrap;
}

.header-phone {
	color: #4d5662;
	font-family: var(--vlt-body, "Onest", sans-serif);
	font-size: 0.87rem;
	font-weight: 650;
	text-decoration: none;
}

.header-phone:hover,
.header-phone:focus-visible {
	color: #1777e8;
}

.rd-language-switcher {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #4d5662;
	display: inline-flex;
	font-family: var(--vlt-body, "Onest", sans-serif);
	font-size: 0.86rem;
	font-weight: 690;
	gap: 6px;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 12px;
	text-decoration: none;
	white-space: nowrap;
}

.rd-language-switcher:hover,
.rd-language-switcher:focus-visible {
	background: rgba(23, 119, 232, 0.08);
	color: #1777e8;
	outline: none;
}

.rd-language-switcher.is-disabled {
	cursor: not-allowed;
	opacity: 0.52;
}

.rd-language-menu {
	font-family: var(--vlt-body, "Onest", sans-serif);
}

.rd-language-menu--desktop {
	align-items: center;
	display: inline-flex;
	position: relative;
	z-index: 6;
}

.rd-language-menu__trigger {
	cursor: pointer;
}

.rd-language-menu__trigger--desktop {
	justify-content: center;
}

.rd-language-menu__chevron {
	border-bottom: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	display: block;
	flex: 0 0 auto;
	height: 7px;
	margin-top: -4px;
	transform: rotate(45deg);
	transition: margin 150ms ease, transform 150ms ease;
	width: 7px;
}

.rd-language-menu__trigger[aria-expanded="true"] .rd-language-menu__chevron {
	margin-top: 4px;
	transform: rotate(225deg);
}

.rd-language-menu__panel[hidden] {
	display: none;
}

.rd-language-menu--desktop .rd-language-menu__panel {
	-webkit-backdrop-filter: blur(18px) saturate(135%);
	backdrop-filter: blur(18px) saturate(135%);
	background: rgba(15, 23, 34, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 13px;
	box-shadow: 0 22px 55px rgba(5, 11, 18, 0.32);
	color: #ffffff;
	max-width: min(360px, calc(100vw - 32px));
	min-width: 286px;
	padding: 8px;
	position: absolute;
	right: 0;
	top: calc(100% + 20px);
	width: max-content;
	z-index: 7;
}

.rd-language-menu--desktop .rd-language-menu__panel::before {
	background: rgba(15, 23, 34, 0.94);
	border-left: 1px solid rgba(255, 255, 255, 0.20);
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	content: "";
	height: 12px;
	position: absolute;
	right: 23px;
	top: -7px;
	transform: rotate(45deg);
	width: 12px;
}

.rd-language-menu__list {
	display: grid;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.rd-language-menu__list li {
	margin: 0;
}

.rd-language-menu__option {
	align-items: center;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.84);
	display: grid;
	font-size: 0.86rem;
	font-weight: 600;
	gap: 10px;
	grid-template-columns: 30px minmax(100px, 1fr) 14px;
	line-height: 1.3;
	min-height: 48px;
	padding: 8px 10px;
	text-decoration: none;
	white-space: nowrap;
}

.rd-language-menu__option.has-flag {
	grid-template-columns: 23px 30px minmax(100px, 1fr) 14px;
}

a.rd-language-menu__option:hover,
a.rd-language-menu__option:focus-visible {
	background: rgba(255, 255, 255, 0.10);
	color: #ffffff;
	outline: 2px solid rgba(23, 119, 232, 0.72);
	outline-offset: -2px;
}

.rd-language-menu__option.is-current {
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff;
}

.rd-language-menu__option.is-disabled {
	cursor: not-allowed;
	opacity: 0.48;
}

.rd-language-menu__flag {
	align-items: center;
	display: flex;
	justify-content: center;
}

.rd-language-menu__flag img {
	border: 0;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
	display: block;
	height: 15px;
	max-width: 22px;
	object-fit: cover;
	width: 22px;
}

.rd-language-menu__code {
	color: #ffffff;
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.035em;
}

.rd-language-menu__label {
	overflow: hidden;
	text-overflow: ellipsis;
}

.rd-language-menu__check {
	border-bottom: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	height: 9px;
	justify-self: center;
	margin-top: -4px;
	transform: rotate(45deg);
	width: 5px;
}

.rd-language-menu--mobile {
	display: none;
}

.rd-desktop-nav__link.is-placeholder {
	cursor: default;
	opacity: 0.62;
}

.home .site-header:not(.is-scrolled):not(.is-mega-open) .rd-desktop-nav__link,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .header-phone {
	color: rgba(255, 255, 255, 0.92);
}

.home .site-header:not(.is-scrolled):not(.is-mega-open) .rd-desktop-nav__link:hover,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .rd-desktop-nav__link:focus-visible,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .rd-desktop-nav__link.is-current,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .rd-nav-services-trigger[aria-expanded="true"] {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.home .site-header:not(.is-scrolled):not(.is-mega-open) .rd-language-switcher {
	color: #ffffff;
}

.home .site-header:not(.is-scrolled):not(.is-mega-open) .rd-language-switcher:hover,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .rd-language-switcher:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.menu-toggle,
.rd-mobile-nav,
.rd-nav-backdrop {
	display: none;
}

.rd-mega-nav {
	background: #ffffff;
	border-bottom: 1px solid rgba(17, 26, 39, 0.09);
	border-top: 1px solid rgba(17, 26, 39, 0.07);
	box-shadow: 0 34px 74px rgba(17, 26, 39, 0.13);
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(-10px);
	transition: opacity 170ms ease, transform 190ms ease, visibility 190ms ease;
	visibility: hidden;
	z-index: 1;
}

.site-header.is-mega-open .rd-mega-nav {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.rd-mega-nav__inner {
	margin: 0 auto;
	max-height: calc(100vh - 112px);
	max-width: 1540px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 34px clamp(30px, 4.2vw, 68px) 42px;
}

.rd-mega-nav__header {
	align-items: end;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-bottom: 28px;
	padding-right: 58px;
	position: relative;
}

.rd-mega-nav__eyebrow,
.rd-mega-group__eyebrow {
	color: #1777e8;
	font-family: var(--vlt-body, "Onest", sans-serif);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.rd-mega-nav__title {
	color: #111a27;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.6rem, 3.6vw, 4rem);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 0.94;
	margin: 0;
}

.rd-mega-nav__lead {
	color: #697481;
	font-family: var(--vlt-body, "Onest", sans-serif);
	font-size: 0.96rem;
	line-height: 1.65;
	margin: 13px 0 0;
	max-width: 670px;
}

.rd-mega-nav__actions {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}

.rd-mega-nav__close {
	align-items: center;
	appearance: none;
	background: #f6f6f3;
	border: 1px solid rgba(17, 26, 39, 0.12);
	border-radius: 999px;
	color: #111a27;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 42px;
	position: absolute;
	right: 0;
	top: 2px;
	justify-content: center;
	padding: 0;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
	width: 42px;
}

.rd-mega-nav__close span {
	display: block;
	height: 18px;
	position: relative;
	width: 18px;
}

.rd-mega-nav__close span::before,
.rd-mega-nav__close span::after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	height: 1.5px;
	left: 1px;
	position: absolute;
	top: 8px;
	width: 16px;
}

.rd-mega-nav__close span::before {
	transform: rotate(45deg);
}

.rd-mega-nav__close span::after {
	transform: rotate(-45deg);
}

.rd-mega-nav__close:hover,
.rd-mega-nav__close:focus-visible {
	background: #1777e8;
	border-color: #1777e8;
	color: #ffffff;
	outline: none;
	transform: translateY(-1px);
}

.rd-mega-nav__all {
	align-items: center;
	color: #1777e8;
	display: inline-flex;
	font-family: var(--vlt-body, "Onest", sans-serif);
	font-size: 0.89rem;
	font-weight: 760;
	gap: 10px;
	padding: 8px 0;
	text-decoration: none;
	white-space: nowrap;
}

.rd-mega-nav__all:hover,
.rd-mega-nav__all:focus-visible {
	color: #0d66ce;
	outline: none;
}

.rd-mega-nav__groups {
	border-top: 1px solid rgba(17, 26, 39, 0.09);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rd-mega-group {
	min-width: 0;
	padding: 28px clamp(24px, 2.8vw, 42px) 0;
}

.rd-mega-group + .rd-mega-group {
	border-left: 1px solid rgba(17, 26, 39, 0.09);
}

.rd-mega-group:first-child {
	padding-left: 0;
}

.rd-mega-group:last-child {
	padding-right: 0;
}

.rd-mega-group__title {
	color: #111a27;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.7rem, 2vw, 2.15rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1;
	margin: 0 0 18px;
}

.rd-mega-group__links {
	display: grid;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rd-mega-group__links li {
	margin: 0;
}

.rd-mega-group__links a,
.rd-mega-group__placeholder {
	align-items: center;
	border-radius: 8px;
	color: #4f5a67;
	display: flex;
	font-family: var(--vlt-body, "Onest", sans-serif);
	font-size: 0.87rem;
	font-weight: 620;
	gap: 14px;
	justify-content: space-between;
	line-height: 1.35;
	min-height: 38px;
	padding: 7px 8px;
	text-decoration: none;
	transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.rd-mega-group__placeholder {
	cursor: default;
}

.rd-mega-group__links a span:last-child {
	color: #1777e8;
	font-size: 0.72rem;
	opacity: 0;
	transform: translate(-4px, 2px);
	transition: opacity 140ms ease, transform 140ms ease;
}

.rd-mega-group__links a:hover,
.rd-mega-group__links a:focus-visible {
	background: #f1f4f8;
	color: #1777e8;
	outline: none;
	transform: translateX(2px);
}

.rd-mega-group__links a:hover span:last-child,
.rd-mega-group__links a:focus-visible span:last-child {
	opacity: 1;
	transform: translate(0, 2px);
}

.rd-mega-group__subheading {
	border-top: 1px solid rgba(17, 26, 39, 0.08);
	color: #111a27;
	font-family: var(--vlt-body, "Onest", sans-serif);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 18px 0 7px;
	padding: 16px 8px 0;
	text-transform: uppercase;
}

.rd-mega-group__links--secondary a,
.rd-mega-group__links--secondary .rd-mega-group__placeholder {
	font-size: 0.83rem;
	min-height: 35px;
}

@media (max-width: 1240px) and (min-width: 1025px) {
	.site-header__inner {
		gap: 14px;
		grid-template-columns: minmax(185px, 1fr) auto minmax(135px, 1fr);
		padding-left: 24px;
		padding-right: 24px;
	}

	.rd-desktop-nav__link {
		font-size: 0.86rem;
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-phone {
		display: none;
	}

	.rd-mega-nav__inner {
		padding-left: 34px;
		padding-right: 34px;
	}

	.rd-mega-group {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 1024px) {
	body.is-mobile-nav-open {
		overflow: hidden;
	}

	.site-header,
.home .site-header,
.home .site-header:not(.is-scrolled):not(.is-mega-open) {
		-webkit-backdrop-filter: blur(18px) saturate(145%);
		backdrop-filter: blur(18px) saturate(145%);
		background: rgba(255, 255, 255, 0.98);
		border-bottom-color: rgba(17, 26, 39, 0.08);
		box-shadow: 0 8px 28px rgba(17, 26, 39, 0.06);
		position: sticky;
	}

	.home .site-header:not(.is-scrolled):not(.is-mega-open) .site-title,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .site-title a,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .site-kicker,
.home .site-header:not(.is-scrolled):not(.is-mega-open) .site-description {
		color: #111a27;
	}

	.home .site-header:not(.is-scrolled):not(.is-mega-open) .custom-logo-link img {
		filter: none;
	}

	.site-header__inner {
		gap: 16px;
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 72px;
		padding: 0 18px;
	}

	.site-branding {
		max-width: calc(100vw - 92px);
	}

	.custom-logo-link img {
		max-height: 38px;
	}

	.site-title,
.site-title a {
		font-size: 1.16rem;
		max-width: 190px;
	}

	.site-kicker,
.site-description {
		font-size: 0.51rem;
		letter-spacing: 0.12em;
	}

	.rd-desktop-nav,
.header-cta,
.rd-mega-nav {
		display: none;
	}

	.menu-toggle {
		align-items: center;
		appearance: none;
		background: #111a27;
		border: 1px solid #111a27;
		border-radius: 999px;
		box-shadow: none;
		color: #ffffff;
		cursor: pointer;
		display: inline-flex;
		height: 44px;
		justify-content: center;
		justify-self: end;
		min-height: 44px;
		padding: 0;
		transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
		width: 44px;
		z-index: 10003;
	}

	.menu-toggle:hover,
.menu-toggle[aria-expanded="true"] {
		background: #1a2635;
		border-color: #1a2635;
	}

	.menu-toggle:focus-visible {
		background: #111a27;
		border-color: #1777e8;
		box-shadow: 0 0 0 3px rgba(23, 119, 232, 0.32);
		outline: none;
	}

	.menu-toggle__bars {
		display: grid;
		gap: 4px;
		height: 14px;
		width: 18px;
	}

	.menu-toggle__bars span {
		background: currentColor;
		border-radius: 999px;
		display: block;
		height: 2px;
		transition: opacity 120ms ease, transform 150ms ease;
		width: 18px;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:first-child {
		transform: translateY(6px) rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(2) {
		opacity: 0;
		transform: scaleX(0.25);
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:last-child {
		transform: translateY(-6px) rotate(-45deg);
	}

	.rd-nav-backdrop {
		appearance: none;
		background: rgba(17, 26, 39, 0.46);
		border: 0;
		cursor: pointer;
		display: block;
		inset: 0;
		opacity: 0;
		padding: 0;
		pointer-events: none;
		position: fixed;
		transition: opacity 180ms ease, visibility 180ms ease;
		visibility: hidden;
		z-index: 10001;
	}

	body.is-mobile-nav-open .rd-nav-backdrop {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
	}

	.rd-mobile-nav {
		background: #ffffff;
		box-shadow: -28px 0 90px rgba(17, 26, 39, 0.20);
		display: flex;
		flex-direction: column;
		height: 100vh;
		height: 100dvh;
		opacity: 0;
		overflow: hidden;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(100%);
		transition: opacity 180ms ease, transform 230ms cubic-bezier(0.22, 1, 0.36, 1), visibility 230ms ease;
		visibility: hidden;
		width: min(100%, 560px);
		z-index: 10002;
	}

	body.admin-bar .rd-mobile-nav {
		height: calc(100vh - 32px);
		height: calc(100dvh - 32px);
		top: 32px;
	}

	.rd-mobile-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
		visibility: visible;
	}

	.rd-mobile-nav__head {
		align-items: center;
		border-bottom: 1px solid rgba(17, 26, 39, 0.08);
		display: flex;
		justify-content: space-between;
		padding: 19px 22px 17px;
	}

	.rd-mobile-nav__head > div {
		display: grid;
		gap: 3px;
	}

	.rd-mobile-nav__eyebrow,
.rd-mobile-nav__section-label {
		color: #1777e8;
		font-family: var(--vlt-body, "Onest", sans-serif);
		font-size: 0.64rem;
		font-weight: 800;
		letter-spacing: 0.14em;
		margin: 0;
		text-transform: uppercase;
	}

	.rd-mobile-nav__brand {
		color: #111a27;
		font-family: var(--vlt-body, "Onest", sans-serif);
		font-size: 1.02rem;
		font-weight: 760;
		letter-spacing: -0.025em;
	}

	.menu-close {
		align-items: center;
		appearance: none;
		background: #f1f4f8;
		border: 1px solid rgba(17, 26, 39, 0.08);
		border-radius: 999px;
		box-shadow: none;
		color: #111a27;
		cursor: pointer;
		display: inline-flex;
		height: 42px;
		justify-content: center;
		min-height: 42px;
		padding: 0;
		position: relative;
		width: 42px;
	}

	.menu-close span,
.menu-close::after {
		background: currentColor;
		border-radius: 999px;
		content: "";
		height: 1.5px;
		position: absolute;
		width: 17px;
	}

	.menu-close span {
		transform: rotate(45deg);
	}

	.menu-close::after {
		transform: rotate(-45deg);
	}

	.menu-close:hover,
.menu-close:focus-visible {
		background: #e8eef7;
		border-color: rgba(23, 119, 232, 0.24);
		outline: none;
	}

	.rd-mobile-nav__scroll {
		flex: 1 1 auto;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 25px 22px 32px;
	}

	.rd-mobile-nav__intro {
		border-bottom: 1px solid rgba(17, 26, 39, 0.09);
		padding-bottom: 22px;
	}

	.rd-mobile-nav__services-link {
		align-items: center;
		color: #111a27;
		display: flex;
		font-family: "Cormorant Garamond", Georgia, serif;
		font-size: clamp(2.35rem, 10vw, 3.35rem);
		font-weight: 500;
		justify-content: space-between;
		letter-spacing: -0.04em;
		line-height: 0.98;
		margin-top: 8px;
		text-decoration: none;
	}

	.rd-mobile-nav__services-link span:last-child {
		color: #1777e8;
		font-family: var(--vlt-body, "Onest", sans-serif);
		font-size: 1.15rem;
	}

	.rd-mobile-nav__intro > p:last-child {
		color: #697481;
		font-family: var(--vlt-body, "Onest", sans-serif);
		font-size: 0.88rem;
		line-height: 1.55;
		margin: 11px 0 0;
	}

	.rd-mobile-service-groups {
		display: grid;
		margin-top: 6px;
	}

	.rd-mobile-service-group {
		border-bottom: 1px solid rgba(17, 26, 39, 0.09);
	}

	.rd-mobile-service-group summary {
		align-items: center;
		cursor: pointer;
		display: flex;
		gap: 18px;
		justify-content: space-between;
		list-style: none;
		padding: 19px 0;
	}

	.rd-mobile-service-group summary::-webkit-details-marker {
		display: none;
	}

	.rd-mobile-service-group summary > span:first-child {
		display: grid;
		gap: 4px;
	}

	.rd-mobile-service-group summary small {
		color: #1777e8;
		font-family: var(--vlt-body, "Onest", sans-serif);
		font-size: 0.59rem;
		font-weight: 800;
		letter-spacing: 0.11em;
		text-transform: uppercase;
	}

	.rd-mobile-service-group summary strong {
		color: #111a27;
		font-family: "Cormorant Garamond", Georgia, serif;
		font-size: 1.52rem;
		font-weight: 600;
		letter-spacing: -0.025em;
		line-height: 1.05;
	}

	.rd-mobile-service-group__icon {
	border-bottom: 1.5px solid #52606d;
	border-right: 1.5px solid #52606d;
	flex: 0 0 auto;
	height: 8px;
	margin-right: 4px;
	margin-top: -4px;
	transform: rotate(45deg);
	transition: margin 150ms ease, transform 150ms ease;
	width: 8px;
}

	.rd-mobile-service-group[open] .rd-mobile-service-group__icon {
		margin-top: 4px;
		transform: rotate(225deg);
	}

	.rd-mobile-service-group__body {
		padding: 0 0 18px;
	}

	.rd-mobile-service-group__body ul {
		display: grid;
		gap: 2px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.rd-mobile-service-group__body li {
		margin: 0;
	}

	.rd-mobile-service-group__body a,
.rd-mobile-service-group__placeholder {
		border-radius: 8px;
		color: #596572;
		display: block;
		font-family: var(--vlt-body, "Onest", sans-serif);
		font-size: 0.9rem;
		font-weight: 620;
		line-height: 1.35;
		padding: 8px 10px;
		text-decoration: none;
	}

	.rd-mobile-service-group__placeholder {
		cursor: default;
	}

	.rd-mobile-service-group__body a:hover,
.rd-mobile-service-group__body a:focus-visible {
		background: #f1f4f8;
		color: #1777e8;
		outline: none;
	}

	.rd-mobile-service-group__subheading {
		color: #111a27;
		font-family: var(--vlt-body, "Onest", sans-serif);
		font-size: 0.66rem;
		font-weight: 800;
		letter-spacing: 0.09em;
		margin: 15px 10px 6px;
		text-transform: uppercase;
	}

	.rd-mobile-nav__primary-links {
		display: grid;
		margin-top: 26px;
	}

	.rd-mobile-nav__primary-links a {
		align-items: center;
		border-top: 1px solid rgba(17, 26, 39, 0.09);
		color: #111a27;
		display: flex;
		font-family: "Cormorant Garamond", Georgia, serif;
		font-size: 1.82rem;
		font-weight: 600;
		justify-content: space-between;
		letter-spacing: -0.03em;
		line-height: 1;
		padding: 19px 0;
		text-decoration: none;
	}

	.rd-mobile-nav__primary-placeholder {
		align-items: center;
		border-top: 1px solid rgba(17, 26, 39, 0.09);
		color: #111a27;
		display: flex;
		font-family: "Cormorant Garamond", Georgia, serif;
		font-size: 1.82rem;
		font-weight: 600;
		letter-spacing: -0.03em;
		line-height: 1;
		opacity: 0.55;
		padding: 19px 0;
	}

	.rd-mobile-nav__primary-links a:last-child {
		border-bottom: 1px solid rgba(17, 26, 39, 0.09);
	}

	.rd-mobile-nav__primary-links a span:last-child {
		color: #1777e8;
		font-family: var(--vlt-body, "Onest", sans-serif);
		font-size: 0.94rem;
	}

	.rd-mobile-nav__footer {
		background: #f7f9fc;
		border-top: 1px solid rgba(17, 26, 39, 0.08);
		display: grid;
		flex: 0 0 auto;
		gap: 10px;
		padding: 16px 22px max(20px, env(safe-area-inset-bottom));
	}

	.rd-language-menu--mobile {
		display: grid;
		min-width: 0;
		width: 100%;
	}

	.rd-language-menu__trigger--mobile {
		align-items: center;
		appearance: none;
		background: #ffffff;
		border: 1px solid rgba(17, 26, 39, 0.15);
		border-radius: 9px;
		box-shadow: none;
		color: #111a27;
		display: grid;
		font-family: var(--vlt-body, "Onest", sans-serif);
		font-size: 0.9rem;
		font-weight: 700;
		gap: 11px;
		grid-template-columns: 23px minmax(0, 1fr) 12px;
		min-height: 48px;
		padding: 9px 13px;
		text-align: left;
		width: 100%;
	}

	.rd-language-menu__trigger--mobile:hover,
	.rd-language-menu__trigger--mobile:focus-visible,
	.rd-language-menu__trigger--mobile[aria-expanded="true"] {
		background: #f1f5fb;
		border-color: rgba(23, 119, 232, 0.42);
		color: #1777e8;
		outline: none;
	}

	.rd-language-menu__trigger--mobile:focus-visible {
		box-shadow: 0 0 0 3px rgba(23, 119, 232, 0.20);
	}

	.rd-language-menu__globe {
		fill: none;
		height: 21px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.5;
		width: 21px;
	}

	.rd-language-menu__current {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.rd-language-menu--mobile .rd-language-menu__panel {
		background: #ffffff;
		border: 1px solid rgba(17, 26, 39, 0.12);
		border-radius: 9px;
		margin-top: 7px;
		max-height: min(250px, 31vh);
		overflow-x: hidden;
		overflow-y: auto;
		padding: 6px;
	}

	.rd-language-menu--mobile .rd-language-menu__option {
		color: #4d5967;
		font-size: 0.86rem;
		grid-template-columns: 30px minmax(0, 1fr) 14px;
		min-height: 44px;
		padding: 7px 9px;
	}

	.rd-language-menu--mobile .rd-language-menu__option.has-flag {
		grid-template-columns: 23px 30px minmax(0, 1fr) 14px;
	}

	.rd-language-menu--mobile .rd-language-menu__flag img {
		box-shadow: 0 0 0 1px rgba(17, 26, 39, 0.12);
	}

	.rd-language-menu--mobile a.rd-language-menu__option:hover,
	.rd-language-menu--mobile a.rd-language-menu__option:focus-visible {
		background: rgba(23, 119, 232, 0.08);
		color: #1777e8;
		outline-color: rgba(23, 119, 232, 0.42);
	}

	.rd-language-menu--mobile .rd-language-menu__option.is-current {
		background: #edf5ff;
		color: #111a27;
	}

	.rd-language-menu--mobile .rd-language-menu__code {
		color: #111a27;
	}

	.rd-language-menu--mobile .rd-language-menu__check {
		color: #1777e8;
	}

	.rd-mobile-nav__phone {
		align-items: center;
		color: #46515e;
		display: flex;
		font-family: var(--vlt-body, "Onest", sans-serif);
		font-size: 0.88rem;
		font-weight: 670;
		justify-content: center;
		min-height: 42px;
		text-decoration: none;
	}

	.rd-mobile-nav__phone:hover,
.rd-mobile-nav__phone:focus-visible {
		color: #1777e8;
	}

	.rd-language-switcher--mobile {
		justify-self: start;
	}
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 0;
	}

	body.admin-bar .rd-mobile-nav {
		height: calc(100vh - 46px);
		height: calc(100dvh - 46px);
		top: 46px;
	}
}

@media (max-width: 540px) {
	.rd-mobile-nav {
		width: 100%;
	}

	.rd-nav-backdrop {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-header,
.custom-logo-link img,
.rd-desktop-nav__link,
.rd-nav-chevron,
.rd-mega-nav,
.rd-mega-group__links a,
.rd-mega-group__links a span:last-child,
.menu-toggle,
.menu-toggle__bars span,
.rd-language-menu__chevron,
.rd-nav-backdrop,
.rd-mobile-nav,
.rd-mobile-service-group__icon {
		transition: none;
	}
}


/* Version 2.4.2 footer menu declarations consolidated in the canonical footer section above. */




















@media (max-width: 980px) {





}

@media (max-width: 640px) {

}

/* Version 2.4.3 fallback declarations consolidated in the canonical footer section above. */




















@media (max-width: 980px) {





}

@media (max-width: 640px) {

}

/*
 * Version 2.4.6: lighten homepage subtitle typography.
 * Keeps the large display titles strong, but makes the supporting lines calmer and less heavy.
 */
.vlt-hero__subtitle,
.vlt-section-intro p,
.vlt-editorial p,
.vlt-excellence > .vlt-wide > p {
	font-weight: 500;
	letter-spacing: -0.008em;
}

.vlt-section-intro p {
	font-size: clamp(1.05rem, 1.35vw, 1.24rem);
	line-height: 1.48;
	max-width: 900px;
}

.vlt-editorial p {
	font-size: clamp(1.12rem, 1.45vw, 1.36rem);
	line-height: 1.48;
	max-width: 930px;
}

.vlt-excellence > .vlt-wide > p {
	font-size: clamp(1.08rem, 1.4vw, 1.3rem);
	line-height: 1.48;
	max-width: 940px;
}

@media (max-width: 760px) {
	.vlt-section-intro p,
.vlt-editorial p,
.vlt-excellence > .vlt-wide > p {
		font-size: 1rem;
		line-height: 1.5;
	}
}

/**
 * Version 2.4.8: minimal one-line hero booking form.
 * Clean desktop strip: no subtitle, no tabs, no route graphics, no blue glow.
 */
.home .vlt-hero {
	align-items: end;
	min-height: 100vh;
	min-height: 100svh;
}

.home .vlt-hero__shade {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0.66) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.02) 58%, rgba(0, 0, 0, 0.22) 100%);
}

.home .vlt-hero__inner {
	max-width: 1480px;
	padding: 152px 32px 72px;
	text-align: center;
}

.home .vlt-hero h1 {
	color: rgba(255, 255, 255, 0.92);
	margin: 0 auto 24px;
	max-width: 960px;
}

.home .vlt-hero__subtitle,
.home .vlt-ride-form__tabs {
	display: none !important;
}

.home .vlt-ride-form--line {
	margin: 0 auto;
	width: 100%;
}

.home .vlt-ride-form--line .vlt-ride-form__fields {
	align-items: stretch;
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 999px;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(190px, 1.25fr) minmax(190px, 1.25fr) minmax(112px, 0.7fr) minmax(112px, 0.7fr) auto;
	overflow: hidden;
	padding: 7px;
	text-align: left;
}

.home .vlt-ride-form--line label {
	border: 0 !important;
	border-right: 1px solid rgba(18, 18, 18, 0.1) !important;
	border-radius: 0;
	display: grid;
	gap: 4px;
	justify-content: stretch;
	margin: 0;
	min-height: 58px;
	padding: 10px 22px;
}

.home .vlt-ride-form--line label:nth-of-type(4) {
	border-right: 0 !important;
}

.home .vlt-ride-form--line span {
	font-size: 0.71rem;
	font-weight: 780;
	letter-spacing: 0.01em;
	line-height: 1;
	text-transform: none;
}

.home .vlt-ride-form--line input {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-family: var(--vlt-body);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	min-height: 24px;
	outline: 0;
	padding: 0;
	width: 100%;
}

.home .vlt-ride-form--line input::placeholder {
	opacity: 1;
}

.home .vlt-ride-form--line input:focus {
	box-shadow: none;
	outline: 0;
}

.home .vlt-ride-form--line button {
	align-items: center;
	align-self: stretch;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 820;
	justify-content: center;
	letter-spacing: -0.01em;
	margin: 0;
	min-height: 58px;
	min-width: 140px;
	padding: 0 1.35rem;
	transition: background-color 160ms ease, transform 160ms ease;
	white-space: nowrap;
	width: auto;
}

.home .vlt-ride-form--line button:hover,
.home .vlt-ride-form--line button:focus {
	box-shadow: none;
	transform: translateY(-1px);
}

@media (max-width: 1080px) {
	.home .vlt-hero__inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.home .vlt-ride-form--line .vlt-ride-form__fields {
		border-radius: 28px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.home .vlt-ride-form--line label:nth-of-type(1),
.home .vlt-ride-form--line label:nth-of-type(2) {
		border-bottom: 1px solid rgba(18, 18, 18, 0.1) !important;
		grid-column: span 2;
	}

	.home .vlt-ride-form--line label:nth-of-type(2) {
		border-right: 0 !important;
	}

	.home .vlt-ride-form--line label:nth-of-type(3),
.home .vlt-ride-form--line label:nth-of-type(4) {
		grid-column: span 1;
	}

	.home .vlt-ride-form--line button {
		border-radius: 20px;
		grid-column: span 2;
		margin: 7px 0 0 7px;
	}
}

/*
 * Version 2.4.9: centre the hero title above the clean one-line form.
 */
.home .vlt-hero h1 {
	max-width: none;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

/*
 * Version 2.5.0: make the clean one-line form glass-transparent.
 * Same soft translucent tone for the container and input areas.
 */
.home .vlt-ride-form--line .vlt-ride-form__fields {
	border-color: rgba(255, 255, 255, 0.36);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(24px) saturate(120%);
	-webkit-backdrop-filter: blur(24px) saturate(120%);
}

.home .vlt-ride-form--line label {
	background: transparent !important;
	border-right-color: rgba(255, 255, 255, 0.26) !important;
}

.home .vlt-ride-form--line label:focus-within {
	background: transparent !important;
}

.home .vlt-ride-form--line span {
	color: #ffffff;
}

.home .vlt-ride-form--line input {
	color: #ffffff;
}

.home .vlt-ride-form--line input::placeholder {
	color: #ffffff;
}

.home .vlt-ride-form--line button {
	background: rgba(13, 13, 13, 0.88);
}

.home .vlt-ride-form--line button:hover,
.home .vlt-ride-form--line button:focus {
	background: rgba(13, 13, 13, 0.96);
}

@media (max-width: 1080px) {
	.home .vlt-ride-form--line label:nth-of-type(1),
.home .vlt-ride-form--line label:nth-of-type(2),
.home .vlt-ride-form--line label,
.home .vlt-ride-form--line label:nth-of-type(3),
.home .vlt-ride-form--line label:nth-of-type(4) {
		border-bottom-color: rgba(255, 255, 255, 0.22) !important;
	}
}

/*
 * Version 2.5.1: make the desktop one-line booking form slightly wider.
 */
.home .vlt-ride-form--line {
	max-width: 1320px;
}

@media (max-width: 1080px) {
	.home .vlt-ride-form--line {
		max-width: 820px;
	}
}

/*
 * Version 2.5.2: make the glass bar more transparent while keeping inner text fully opaque.
 */

.home .vlt-ride-form--line span,
.home .vlt-ride-form--line input,
.home .vlt-ride-form--line input::placeholder {
	color: #ffffff;
	opacity: 1;
}

/*
 * Version 2.5.4: keep the clean glass form, add a small Transfer / Hourly switch above it, and make the form CTA blue.
 */
.home .vlt-ride-mode-switch {
	align-items: center;
	display: inline-flex;
	gap: 22px;
	justify-content: center;
	margin: 0 auto 11px;
	position: relative;
	z-index: 2;
}

.home .vlt-ride-mode-switch button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.56);
	cursor: pointer;
	font-family: var(--vlt-body);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1;
	margin: 0;
	padding: 0 0 7px;
	position: relative;
	transition: color 160ms ease;
}

.home .vlt-ride-mode-switch button::after {
	background: transparent;
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	transition: background-color 160ms ease;
}

.home .vlt-ride-mode-switch button.is-active {
	color: #ffffff;
}

.home .vlt-ride-mode-switch button.is-active::after {
	background: rgba(255, 255, 255, 0.82);
}

.home .vlt-ride-mode-switch button:hover,
.home .vlt-ride-mode-switch button:focus {
	color: #ffffff;
	outline: none;
}

.home .vlt-ride-form--line button[type="submit"] {
	background: #1777e8;
	box-shadow: none;
}

.home .vlt-ride-form--line button[type="submit"]:hover,
.home .vlt-ride-form--line button[type="submit"]:focus {
	background: #0f68d3;
}

.home .vlt-hero__shade {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.03) 42%, rgba(0, 0, 0, 0.30) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.05) 100%);
}

/*
 * Version 2.5.7: make the homepage booking form background more transparent.
 * Only the form background is changed; text and controls stay fully opaque.
 */
.home .vlt-ride-form--line .vlt-ride-form__fields {
	background: rgba(250, 248, 244, 0.18);
}

/*
 * Version 2.5.11: fix mobile form layout and prevent iOS zoom on field focus.
 * Built on the stable 2.5.8 base.
 */

/*
 * Version 2.5.12: clean up the mobile Date / Time row divider.
 * Remove the extra bottom rule so both cells look consistent.
 */

/*
 * Version 2.5.13: make the mobile homepage booking form background more transparent.
 * Only the mobile form background is adjusted.
 */

/*
 * Version 2.5.23: restore the better journey screenshot composition,
 * keep the improved white secondary buttons, and keep homepage copy softer.
 */
.vlt-journey-band .vlt-app-band__inner {
	align-items: center;
	gap: 56px;
	grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
}

.vlt-journey-band h2 {
	font-size: clamp(3.15rem, 4.85vw, 4.95rem);
	line-height: 0.98;
	margin: 0 0 1.5rem;
	max-width: 12.4ch;
}

.vlt-journey-band p {
	color: rgba(9, 9, 9, 0.66);
	font-size: clamp(1.08rem, 1.48vw, 1.36rem);
	font-weight: 500;
	line-height: 1.44;
	margin: 0 0 1.75rem;
	max-width: 34rem;
}

.vlt-journey-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 0;
}

.vlt-journey-points span {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	min-height: 42px;
	padding: 0.7rem 1rem;
	text-align: center;
}

.vlt-journey-points span:first-child {
	background: #090909;
	border: 1px solid #090909;
	box-shadow: 0 12px 24px rgba(9, 9, 9, 0.1);
	color: #ffffff;
}

.vlt-journey-points span:not(:first-child) {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(9, 9, 9, 0.12);
	box-shadow: 0 12px 24px rgba(37, 58, 84, 0.08);
	color: #090909;
}

.vlt-journey-showcase {
	isolation: isolate;
	min-height: 570px;
	position: relative;
}

.vlt-journey-showcase::before {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.18));
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 38px;
	box-shadow: 0 32px 90px rgba(40, 84, 126, 0.18);
	content: "";
	inset: 36px 8px 18px 36px;
	position: absolute;
	z-index: 0;
}

.vlt-journey-shot {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 24px;
	box-shadow: 0 28px 74px rgba(26, 54, 84, 0.18);
	margin: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.vlt-journey-shot img {
	display: block;
	height: auto;
	width: 100%;
}

.vlt-journey-shot--main {
	right: 0;
	top: 0;
	width: min(560px, 84%);
	z-index: 2;
}

.vlt-journey-shot--top {
	left: 0;
	top: 90px;
	transform: rotate(-1.3deg);
	width: min(440px, 62%);
	z-index: 3;
}

.vlt-journey-shot--bottom {
	bottom: 0;
	right: 12px;
	transform: rotate(1.1deg);
	width: min(500px, 66%);
	z-index: 4;
}

.vlt-journey-shot--mobile {
	border-radius: 28px;
	bottom: 10px;
	left: 22px;
	transform: rotate(-2.2deg);
	width: min(178px, 25%);
	z-index: 5;
}

.home .vlt-section-intro p,
.home .vlt-service-card p,
.home .vlt-app-band p,
.home .vlt-editorial p,
.home .vlt-excellence > .vlt-wide > p,
.home .vlt-excellence article p,
.home .vlt-post-card p,
.home .vlt-page-lead,
.home .vlt-muted,
.home .vlt-copy p {
	color: rgba(9, 9, 9, 0.68);
	font-weight: 500;
}

.home .vlt-service-card p,
.home .vlt-excellence article p,
.home .vlt-post-card p {
	color: rgba(9, 9, 9, 0.62);
}

.home .vlt-app-band h2,
.home .vlt-journey-band h2,
.home .vlt-editorial h2,
.home .vlt-excellence h2,
.home .vlt-section-intro h2 {
	color: #090909;
}

@media (max-width: 1180px) {
	.vlt-journey-band .vlt-app-band__inner {
		gap: 42px;
	}

	.vlt-journey-band h2 {
		font-size: clamp(3rem, 4.3vw, 4.3rem);
		max-width: 12ch;
	}

	.vlt-journey-showcase {
		min-height: 530px;
	}

	.vlt-journey-shot--main {
		width: min(520px, 86%);
	}

	.vlt-journey-shot--top {
		width: min(400px, 64%);
	}

	.vlt-journey-shot--bottom {
		width: min(450px, 64%);
	}

	.vlt-journey-shot--mobile {
		width: min(156px, 24%);
	}
}

@media (max-width: 980px) {
	.vlt-journey-band .vlt-app-band__inner {
		grid-template-columns: 1fr;
	}

	.vlt-journey-band h2 {
		max-width: 12.5ch;
	}

	.vlt-journey-showcase {
		margin: 0 auto;
		max-width: 760px;
		min-height: 560px;
		width: 100%;
	}
}

@media (max-width: 760px) {
	.vlt-journey-band h2 {
		font-size: clamp(2.45rem, 8.2vw, 3.5rem);
		line-height: 1;
		max-width: 12ch;
	}

	.vlt-journey-band p {
		font-size: 1rem;
		font-weight: 500;
		max-width: none;
	}

	.vlt-journey-points {
		gap: 10px;
	}

	.vlt-journey-points span {
		font-size: 0.82rem;
		min-height: 40px;
		padding: 0.62rem 0.92rem;
	}

	.vlt-journey-showcase {
		display: grid;
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: auto;
		padding-top: 0;
	}

	.vlt-journey-showcase::before {
		display: none;
	}

	.vlt-journey-shot,
.vlt-journey-shot--main,
.vlt-journey-shot--top,
.vlt-journey-shot--bottom,
.vlt-journey-shot--mobile {
		bottom: auto;
		left: auto;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		width: 100%;
	}

	.vlt-journey-shot--main,
.vlt-journey-shot--top {
		grid-column: 1 / -1;
	}

	.vlt-journey-shot--bottom,
.vlt-journey-shot--mobile {
		grid-column: span 1;
	}
}

/* Version 2.5.26: homepage booking form now loads Google Places suggestions from the Rumi Booking plugin settings. */
.pac-container {
	z-index: 999999 !important;
}

/* Version 2.5.27: homepage form uses Booking-style address suggestions and native date/time pickers. */
.home .vlt-ride-form--line label {
	position: relative;
}

.home .vlt-ride-form--line input[type="date"],
.home .vlt-ride-form--line input[type="time"] {
	color-scheme: light;
}

.home .vlt-ride-form--line input[type="date"]::-webkit-calendar-picker-indicator,
.home .vlt-ride-form--line input[type="time"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
}

.vlt-home-suggestions {
	background: #fff;
	border: 1px solid rgba(18, 18, 18, 0.1);
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
	left: 10px;
	max-height: min(320px, 54vh);
	overflow: auto;
	padding: 8px;
	position: absolute;
	right: 10px;
	top: calc(100% + 8px);
	z-index: 99999;
}

.vlt-home-suggestions__title {
	color: rgba(17, 17, 17, 0.5);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	padding: 8px 10px 6px;
}

.vlt-home-suggestions__item,
.home .vlt-ride-form--line .vlt-home-suggestions__item {
	align-items: flex-start;
	background: transparent;
	border: 0;
	border-radius: 12px;
	box-shadow: none;
	color: #111;
	display: grid;
	gap: 3px;
	justify-content: stretch;
	padding: 10px;
	text-align: left;
	width: 100%;
}

.vlt-home-suggestions__item:hover,
.vlt-home-suggestions__item:focus {
	background: rgba(17, 91, 255, 0.08);
	outline: 0;
}

.vlt-home-suggestions__item strong {
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.15;
}

.vlt-home-suggestions__item small {
	color: rgba(17, 17, 17, 0.58);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.2;
}

@media (max-width: 760px) {
	.vlt-home-suggestions {
		left: 8px;
		right: 8px;
	}
}

.home .pac-container,
.pac-container {
	z-index: 100000 !important;
}

/* Version 2.5.29: homepage suggestions open upward using the current clean glass site style, not the old dark/gold Booking look. */
.home .vlt-hero,
.home .vlt-hero__inner,
.home .vlt-ride-form,
.home .vlt-ride-form--line,
.home .vlt-ride-form--line .vlt-ride-form__fields,
.home .vlt-ride-form--line label {
	overflow: visible !important;
}

.home .vlt-ride-form--line .vlt-ride-form__fields:has(.vlt-home-suggestions),
.home .vlt-ride-form--line label:has(.vlt-home-suggestions) {
	z-index: 999990 !important;
}

.home .vlt-ride-form--line label:focus-within {
	z-index: 999995 !important;
}

.home .vlt-home-suggestions {
	-webkit-backdrop-filter: blur(22px) saturate(122%) !important;
	backdrop-filter: blur(22px) saturate(122%) !important;
	background: rgba(250, 248, 244, 0.94) !important;
	border: 1px solid rgba(255, 255, 255, 0.68) !important;
	border-radius: 18px !important;
	box-shadow: 0 24px 68px rgba(0, 0, 0, 0.28) !important;
	bottom: calc(100% + 10px) !important;
	color: #111111 !important;
	left: 0 !important;
	max-height: min(330px, 52vh) !important;
	max-width: 430px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	padding: 8px !important;
	position: absolute !important;
	right: auto !important;
	top: auto !important;
	width: min(430px, calc(100vw - 32px)) !important;
	z-index: 999999 !important;
}

.home .vlt-home-suggestions__title {
	background: rgba(250, 248, 244, 0.96) !important;
	border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
	color: rgba(17, 17, 17, 0.48) !important;
	font-size: 11px !important;
	font-weight: 820 !important;
	letter-spacing: 0.02em !important;
	line-height: 1.2 !important;
	margin: -8px -8px 4px !important;
	padding: 9px 11px 8px !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 2 !important;
}

.home .vlt-home-suggestions__item,
.home .vlt-ride-form--line .vlt-home-suggestions__item {
	background: transparent !important;
	border: 0 !important;
	border-radius: 13px !important;
	box-shadow: none !important;
	color: rgba(17, 17, 17, 0.74) !important;
	cursor: pointer !important;
	display: block !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	min-height: 50px !important;
	padding: 10px 11px !important;
	text-align: left !important;
	white-space: normal !important;
	width: 100% !important;
}

.home .vlt-home-suggestions__item:hover,
.home .vlt-home-suggestions__item:focus {
	background: rgba(23, 119, 232, 0.10) !important;
	color: #111111 !important;
	outline: none !important;
}

.home .vlt-home-suggestions__item strong {
	color: #111111 !important;
	display: block !important;
	font-size: 13px !important;
	font-weight: 820 !important;
	line-height: 1.25 !important;
	margin: 0 0 3px !important;
}

.home .vlt-home-suggestions__item small {
	color: rgba(17, 17, 17, 0.54) !important;
	display: block !important;
	font-size: 12px !important;
	font-weight: 650 !important;
	line-height: 1.32 !important;
}

.home .vlt-home-suggestions::-webkit-scrollbar {
	width: 6px !important;
}

.home .vlt-home-suggestions::-webkit-scrollbar-thumb {
	background: rgba(17, 119, 232, 0.28) !important;
	border-radius: 999px !important;
}

.home .pac-container.vlt-home-pac-up {
	-webkit-backdrop-filter: blur(22px) saturate(122%) !important;
	backdrop-filter: blur(22px) saturate(122%) !important;
	background: rgba(250, 248, 244, 0.96) !important;
	border: 1px solid rgba(255, 255, 255, 0.68) !important;
	border-radius: 18px !important;
	box-shadow: 0 24px 68px rgba(0, 0, 0, 0.28) !important;
	box-sizing: border-box !important;
	color: #111111 !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	z-index: 1000000 !important;
}

.home .pac-container.vlt-home-pac-up .pac-item {
	background: transparent !important;
	border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
	color: rgba(17, 17, 17, 0.56) !important;
	font-family: var(--vlt-body), var(--vlt-font), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	min-height: 46px !important;
	padding: 9px 12px !important;
}

.home .pac-container.vlt-home-pac-up .pac-item:first-child {
	border-top: 0 !important;
}

.home .pac-container.vlt-home-pac-up .pac-item:hover,
.home .pac-container.vlt-home-pac-up .pac-item-selected {
	background: rgba(23, 119, 232, 0.10) !important;
}

.home .pac-container.vlt-home-pac-up .pac-item-query {
	color: #111111 !important;
	font-weight: 820 !important;
}

.home .pac-container.vlt-home-pac-up .pac-matched {
	color: #1777e8 !important;
	font-weight: 860 !important;
}

.home .pac-container.vlt-home-pac-up .pac-icon {
	filter: grayscale(1) opacity(0.48) !important;
}

@media (max-width: 760px) {
	.home .vlt-home-suggestions {
		left: 0 !important;
		max-height: min(300px, 50vh) !important;
		right: 0 !important;
		width: 100% !important;
	}
}

/* Version 2.5.30: homepage date/time keep native picker on click, but no black browser icons; time allows every minute. */
.home .vlt-ride-form--line input[type="date"],
.home .vlt-ride-form--line input[type="time"] {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: textfield !important;
	background-image: none !important;
	padding-right: 0 !important;
}

.home .vlt-ride-form--line input[type="date"]::-webkit-calendar-picker-indicator,
.home .vlt-ride-form--line input[type="time"]::-webkit-calendar-picker-indicator {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	opacity: 0 !important;
	padding: 0 !important;
	pointer-events: none !important;
	width: 0 !important;
}

.home .vlt-ride-form--line input[type="date"]::-webkit-inner-spin-button,
.home .vlt-ride-form--line input[type="time"]::-webkit-inner-spin-button,
.home .vlt-ride-form--line input[type="date"]::-webkit-clear-button,
.home .vlt-ride-form--line input[type="time"]::-webkit-clear-button {
	display: none !important;
}

/* Version 2.5.31: Blacklane-style active homepage booking panel using current Rumiancev glass styling. */
.home .vlt-hero h1,
.home .vlt-ride-mode-switch,
.home .vlt-ride-form--line {
	transition: opacity 220ms ease, filter 220ms ease, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), max-width 220ms ease;
}

.home .vlt-hero.is-booking-active h1 {
	opacity: 0.18;
	filter: blur(0.5px);
	transform: translateY(-34px) scale(0.985);
}

.home .vlt-hero.is-booking-active .vlt-ride-mode-switch,
.home .vlt-hero.is-booking-active .vlt-ride-form--line {
	transform: translateY(-142px);
}

.home .vlt-ride-form--line.is-search-open {
	max-width: 1320px;
	position: relative;
	z-index: 30;
}

.home .vlt-ride-form--line.is-search-open .vlt-ride-form__fields {
	background: rgba(250, 248, 244, 0.34);
	border-color: rgba(255, 255, 255, 0.48);
	border-radius: 28px 28px 0 0;
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
	position: relative;
	z-index: 2;
}

.home .vlt-home-active-panel {
	-webkit-backdrop-filter: blur(28px) saturate(122%);
	backdrop-filter: blur(28px) saturate(122%);
	background:
		radial-gradient(circle at 58% 46%, rgba(23, 119, 232, 0.18), rgba(23, 119, 232, 0) 34%),
		rgba(250, 248, 244, 0.24);
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-top: 0;
	border-radius: 0 0 28px 28px;
	box-shadow: 0 30px 86px rgba(0, 0, 0, 0.28);
	color: #ffffff;
	display: grid;
	grid-template-columns: minmax(300px, 0.88fr) minmax(360px, 1.12fr);
	gap: 30px;
	margin: -1px auto 0;
	overflow: hidden;
	padding: 34px 34px 32px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}

.home .vlt-home-active-panel::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
	content: "";
	inset: 0 auto 0 0;
	position: absolute;
	width: 1px;
}

.home .vlt-home-active-panel__intro {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr;
	position: relative;
	z-index: 1;
}

.home .vlt-home-active-panel__icon {
	background: rgba(23, 119, 232, 0.95);
	border-radius: 999px;
	box-shadow: 0 0 0 10px rgba(23, 119, 232, 0.12), 0 14px 30px rgba(23, 119, 232, 0.28);
	height: 18px;
	position: relative;
	width: 18px;
}

.home .vlt-home-active-panel__icon::before,
.home .vlt-home-active-panel__icon::after {
	background: rgba(23, 119, 232, 0.78);
	border-radius: 999px;
	content: "";
	position: absolute;
}

.home .vlt-home-active-panel__icon::before {
	height: 3px;
	right: 14px;
	top: 8px;
	transform: rotate(-28deg);
	transform-origin: right center;
	width: 54px;
}

.home .vlt-home-active-panel__icon::after {
	height: 10px;
	right: 58px;
	top: 4px;
	width: 10px;
}

.home .vlt-home-active-panel__intro strong {
	display: block;
	font-family: var(--vlt-display);
	font-size: clamp(2.15rem, 3.25vw, 3.3rem);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 0.98;
	max-width: 520px;
	text-shadow: 0 2px 26px rgba(0, 0, 0, 0.28);
}

.home .vlt-home-active-panel__intro p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.98rem;
	font-weight: 650;
	line-height: 1.45;
	margin: 12px 0 0;
	max-width: 470px;
}

.home .vlt-home-active-panel__suggestions {
	display: none;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.home .vlt-home-active-panel.has-suggestions .vlt-home-active-panel__suggestions {
	display: block;
}

.home .vlt-home-active-panel__list-title {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.72rem;
	font-weight: 840;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.home .vlt-home-active-panel__list {
	display: grid;
	gap: 8px;
	max-height: 214px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 5px;
}

.home .vlt-home-active-panel__item,
.home .vlt-ride-form--line .vlt-home-active-panel__item {
	-webkit-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, 0.10) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 16px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: pointer;
	display: block !important;
	font-family: var(--vlt-body);
	line-height: 1.25;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 12px 14px !important;
	text-align: left !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
	white-space: normal !important;
	width: 100% !important;
}

.home .vlt-home-active-panel__item:hover,
.home .vlt-home-active-panel__item:focus {
	background: rgba(23, 119, 232, 0.28) !important;
	border-color: rgba(23, 119, 232, 0.58) !important;
	outline: none !important;
	transform: translateY(-1px);
}

.home .vlt-home-active-panel__item strong {
	color: #ffffff;
	display: block;
	font-size: 0.9rem;
	font-weight: 820;
	letter-spacing: -0.01em;
	line-height: 1.25;
}

.home .vlt-home-active-panel__item small {
	color: rgba(255, 255, 255, 0.66);
	display: block;
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.35;
	margin-top: 3px;
}

.home .vlt-home-active-panel__list::-webkit-scrollbar {
	width: 6px;
}

.home .vlt-home-active-panel__list::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.28);
	border-radius: 999px;
}

.home .pac-container.vlt-home-pac-active-panel {
	background: rgba(250, 248, 244, 0.98) !important;
	box-shadow: 0 22px 58px rgba(0, 0, 0, 0.26) !important;
}

@media (max-width: 1080px) {
	.home .vlt-hero.is-booking-active .vlt-ride-mode-switch,
.home .vlt-hero.is-booking-active .vlt-ride-form--line {
		transform: translateY(-104px);
	}

	.home .vlt-home-active-panel {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 28px;
	}

	.home .vlt-home-active-panel__list {
		max-height: 190px;
	}
}

@media (max-width: 760px) {

	.home .vlt-home-active-panel {
		gap: 20px;
		padding: 22px 18px 20px;
	}

	.home .vlt-home-active-panel__intro {
		gap: 14px;
		grid-template-columns: 1fr;
		text-align: center;
	}

	.home .vlt-home-active-panel__icon {
		margin: 0 auto;
	}

	.home .vlt-home-active-panel__intro strong {
		font-size: clamp(1.8rem, 8vw, 2.45rem);
		margin: 0 auto;
	}

	.home .vlt-home-active-panel__intro p {
		font-size: 0.9rem;
		margin-left: auto;
		margin-right: auto;
	}

	.home .vlt-home-active-panel__list {
		max-height: 220px;
	}
}

/* Version 2.5.32: keep homepage active booking panel open after first click; no instant close on blur/outside click. */

/* Version 2.5.33: keep homepage active panel stable and switch To suggestions to London destinations after an airport pickup. */
.home .vlt-home-active-panel {
	min-height: 292px;
}

.home .vlt-home-active-panel:not(.has-suggestions) {
	display: grid;
	grid-template-columns: minmax(300px, 0.88fr) minmax(360px, 1.12fr);
	place-items: stretch;
	text-align: left;
}

.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__intro {
	justify-content: normal;
	max-width: none;
}

.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__intro strong,
.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__intro p {
	margin-left: 0;
	margin-right: 0;
}

.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__suggestions {
	display: block;
	visibility: hidden;
}

@media (max-width: 1080px) {
	.home .vlt-home-active-panel:not(.has-suggestions) {
		grid-template-columns: 1fr;
	}

	.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__suggestions {
		display: none;
	}
}

@media (max-width: 760px) {
	.home .vlt-home-active-panel {
		min-height: 260px;
	}

	.home .vlt-home-active-panel.has-suggestions:not(.is-hourly-message) {
		gap: 10px;
		min-height: 0;
		padding: 14px 18px 16px;
	}

	.home .vlt-home-active-panel.has-suggestions:not(.is-hourly-message) .vlt-home-active-panel__intro {
		display: none;
	}

	.home .vlt-home-active-panel.has-suggestions:not(.is-hourly-message) .vlt-home-active-panel__list {
		max-height: min(240px, 46vh);
	}

	.home .vlt-home-active-panel:not(.has-suggestions) {
		text-align: center;
	}

	.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__intro strong,
.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__intro p {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Version 2.5.36: fix active panel flicker when moving From -> To; keep full suggestions with an inner scroll. */
@media (min-width: 1081px) {
	.home .vlt-home-active-panel {
		box-sizing: border-box;
		height: 450px;
		min-height: 450px;
		max-height: 450px;
		align-items: stretch;
	}

	.home .vlt-home-active-panel__intro,
.home .vlt-home-active-panel__suggestions {
		min-height: 0;
	}

	.home .vlt-home-active-panel__suggestions,
.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__suggestions {
		display: block;
		visibility: hidden;
	}

	.home .vlt-home-active-panel.has-suggestions .vlt-home-active-panel__suggestions {
		visibility: visible;
	}

	.home .vlt-home-active-panel__list-title {
		box-sizing: border-box;
		height: 20px;
		min-height: 20px;
		margin-bottom: 10px;
	}

	.home .vlt-home-active-panel__list {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		gap: 8px;
		height: 336px;
		min-height: 336px;
		max-height: 336px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.home .vlt-home-active-panel__item,
.home .vlt-ride-form--line .vlt-home-active-panel__item {
		flex: 0 0 auto;
	}

	.home .vlt-home-active-panel:not(.has-suggestions),
.home .vlt-home-active-panel.has-suggestions {
		grid-template-columns: minmax(390px, 0.9fr) minmax(500px, 1.1fr);
		place-items: stretch;
		text-align: left;
	}

	.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__intro,
.home .vlt-home-active-panel.has-suggestions .vlt-home-active-panel__intro {
		justify-content: normal;
		max-width: none;
	}

	.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__intro strong,
.home .vlt-home-active-panel:not(.has-suggestions) .vlt-home-active-panel__intro p,
.home .vlt-home-active-panel.has-suggestions .vlt-home-active-panel__intro strong,
.home .vlt-home-active-panel.has-suggestions .vlt-home-active-panel__intro p {
		margin-left: 0;
		margin-right: 0;
	}
}

.home .vlt-home-active-panel__suggestions {
	transition: opacity 160ms ease, transform 160ms ease;
}

.home .vlt-home-active-panel.is-suggestion-switching .vlt-home-active-panel__suggestions {
	opacity: 0.82;
	transform: translateY(2px);
}

@media (min-width: 761px) and (max-width: 1080px) {
	.home .vlt-home-active-panel__list {
		display: flex;
		flex-direction: column;
		gap: 8px;
		max-height: 190px;
		overflow-y: auto;
	}

	.home .vlt-home-active-panel__item,
.home .vlt-ride-form--line .vlt-home-active-panel__item {
		flex: 0 0 auto;
	}
}

/* Version 2.5.37: keep active panel open while advancing Destination -> Date -> Time. */
.home .vlt-ride-form--line.is-search-open[data-vlt-active-step="date"] .vlt-home-active-panel,
.home .vlt-ride-form--line.is-search-open[data-vlt-active-step="time"] .vlt-home-active-panel {
	visibility: visible;
}

/* Version 2.5.38: align the collapsed homepage form glass tone with the active panel and hide the hero title completely while the panel is open. */
.home .vlt-ride-form--line:not(.is-search-open) .vlt-ride-form__fields {
	-webkit-backdrop-filter: blur(28px) saturate(122%);
	backdrop-filter: blur(28px) saturate(122%);
	background: rgba(250, 248, 244, 0.34);
	border-color: rgba(255, 255, 255, 0.48);
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
}

.home .vlt-ride-form--line:not(.is-search-open) label {
	border-right-color: rgba(255, 255, 255, 0.30) !important;
}

.home .vlt-hero.is-booking-active h1 {
	filter: none;
	opacity: 0;
	pointer-events: none;
}

/* Version 2.5.39: hourly active-panel step flow and duration chooser. */
.home .vlt-home-active-panel__list.is-duration-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	overflow-y: auto;
}

.home .vlt-home-active-panel__item.is-duration-option,
.home .vlt-ride-form--line .vlt-home-active-panel__item.is-duration-option {
	min-height: 76px !important;
}

.home .vlt-home-active-panel__item.is-selected,
.home .vlt-ride-form--line .vlt-home-active-panel__item.is-selected {
	background: rgba(23, 119, 232, 0.34) !important;
	border-color: rgba(23, 119, 232, 0.68) !important;
}

.home .vlt-ride-form--line.is-search-open[data-vlt-active-step="duration"] .vlt-home-active-panel {
	visibility: visible;
}

@media (max-width: 760px) {
	.home .vlt-home-active-panel__list.is-duration-list {
		grid-template-columns: 1fr;
	}
}

/* Version 2.5.40: custom hourly duration stepper styled to match the homepage glass form. */
.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration {
	position: relative;
}

.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration input[type="number"] {
	appearance: textfield !important;
	-webkit-appearance: none !important;
	-moz-appearance: textfield !important;
	padding-right: 0 !important;
}

.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration input[type="number"]::-webkit-outer-spin-button,
.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	appearance: none !important;
	margin: 0 !important;
}

.home .vlt-duration-stepper {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 26px;
	height: 34px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(14px) saturate(120%);
	-webkit-backdrop-filter: blur(14px) saturate(120%);
	overflow: hidden;
	z-index: 2;
}

.home .vlt-duration-stepper__button {
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	flex: 1 1 50%;
	margin: 0;
	padding: 0;
	position: relative;
	transition: background-color 160ms ease, opacity 160ms ease;
}

.home .vlt-duration-stepper__button + .vlt-duration-stepper__button {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.home .vlt-duration-stepper__button::before {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.96;
}

.home .vlt-duration-stepper__button--up::before {
	border-bottom: 6px solid rgba(255, 255, 255, 0.95);
}

.home .vlt-duration-stepper__button--down::before {
	border-top: 6px solid rgba(255, 255, 255, 0.95);
}

.home .vlt-duration-stepper__button:hover,
.home .vlt-duration-stepper__button:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	outline: none;
}

.home .vlt-duration-stepper__button:active {
	background: rgba(255, 255, 255, 0.18);
}

/* Version 2.5.41: hourly panel uses its own Central London guidance copy. */
.home .vlt-home-active-panel.is-hourly-message .vlt-home-active-panel__intro p {
	max-width: 410px;
}

/* Version 2.5.42: make the Hourly duration stepper a small clean control, isolated from the main form button styles. */
.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration {
	padding-right: 54px;
}

.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration .vlt-duration-stepper {
	-webkit-backdrop-filter: blur(14px) saturate(120%);
	backdrop-filter: blur(14px) saturate(120%);
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 10px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
	display: flex;
	flex-direction: column;
	height: 32px;
	margin: 0;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	z-index: 4;
}

.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration .vlt-duration-stepper__button,
.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration .vlt-duration-stepper button {
	-webkit-appearance: none !important;
	appearance: none !important;
	align-items: initial !important;
	align-self: auto !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	cursor: pointer !important;
	display: block !important;
	flex: 1 1 50% !important;
	font-size: 0 !important;
	height: auto !important;
	justify-content: initial !important;
	letter-spacing: normal !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	position: relative !important;
	transform: none !important;
	transition: background-color 140ms ease, opacity 140ms ease !important;
	white-space: normal !important;
	width: 100% !important;
}

.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration .vlt-duration-stepper__button + .vlt-duration-stepper__button {
	border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
}

.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration .vlt-duration-stepper__button::before {
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
	opacity: 0.92;
}

.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration .vlt-duration-stepper__button--up::before {
	border-bottom: 5px solid rgba(255, 255, 255, 0.94);
}

.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration .vlt-duration-stepper__button--down::before {
	border-top: 5px solid rgba(255, 255, 255, 0.94);
}

.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration .vlt-duration-stepper__button:hover,
.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration .vlt-duration-stepper__button:focus-visible {
	background: rgba(255, 255, 255, 0.12) !important;
	outline: none !important;
	transform: none !important;
}

.home .vlt-ride-form--line [data-dropoff-field].is-hourly-duration .vlt-duration-stepper__button:active {
	background: rgba(23, 119, 232, 0.22) !important;
}

.vlt-ride-mode-switch__icon,
.vlt-ride-form__field-icon,
.vlt-native-picker-display,
.vlt-ride-form__submit-icon {
	display: none;
}

.home .vlt-ride-form--line button[type="submit"] > span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: none;
}

@media (max-width: 760px) {

	.home .vlt-home-active-panel {
		background:
			radial-gradient(circle at 72% 10%, rgba(23, 119, 232, 0.18), rgba(23, 119, 232, 0) 38%),
			linear-gradient(145deg, rgba(91, 91, 95, 0.82), rgba(49, 50, 55, 0.78));
		border-color: rgba(255, 255, 255, 0.44);
		border-radius: 0 0 22px 22px;
	}

	.home .vlt-app-band.vlt-journey-band {
		display: none;
	}

}

/*
 * Version 2.5.55: small desktop-only booking-form refinement.
 * Keep the existing form, button, dimensions and mobile layout unchanged.
 * Add the already-present field icons on desktop and turn Transfer / Hourly
 * into a compact segmented glass switch that echoes the mobile version.
 */
@media (min-width: 761px) {
	.home .vlt-ride-form--line label,
.home .vlt-ride-form--line label:nth-of-type(1),
.home .vlt-ride-form--line label:nth-of-type(2),
.home .vlt-ride-form--line label:nth-of-type(3),
.home .vlt-ride-form--line label:nth-of-type(4) {
		align-items: center;
		column-gap: 10px;
		display: grid;
		grid-template-columns: 24px minmax(0, 1fr);
		grid-template-rows: auto auto;
		row-gap: 4px;
	}

	.home .vlt-ride-form__field-icon {
		display: block;
		fill: none;
		grid-column: 1;
		grid-row: 1 / 3;
		height: 22px;
		justify-self: center;
		stroke: #7faaff;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.75;
		width: 22px;
	}

	.home .vlt-ride-form--line label > span:not(.vlt-native-picker-display),
.home .vlt-ride-form--line label > input {
		grid-column: 2;
	}

	.home .vlt-ride-form--line label > span:not(.vlt-native-picker-display) {
		grid-row: 1;
	}

	.home .vlt-ride-form--line label > input {
		grid-row: 2;
		min-width: 0;
	}

	.home .vlt-ride-mode-switch {
		-webkit-backdrop-filter: blur(16px) saturate(115%);
		backdrop-filter: blur(16px) saturate(115%);
		background: rgba(250, 248, 244, 0.13);
		border: 1px solid rgba(255, 255, 255, 0.26);
		border-radius: 999px;
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
		gap: 0;
		margin-bottom: 10px;
		padding: 3px;
	}

	.home .vlt-ride-mode-switch button {
		align-items: center;
		border-radius: 999px;
		color: rgba(255, 255, 255, 0.68);
		display: inline-flex;
		font-size: 0.84rem;
		gap: 7px;
		justify-content: center;
		min-height: 36px;
		padding: 0 15px;
		transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
	}

	.home .vlt-ride-mode-switch button::after {
		display: none;
	}

	.home .vlt-ride-mode-switch button.is-active {
		background: rgba(23, 119, 232, 0.94);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 5px 14px rgba(12, 76, 174, 0.22);
		color: #ffffff;
	}

	.home .vlt-ride-mode-switch button:hover,
.home .vlt-ride-mode-switch button:focus {
		color: #ffffff;
	}

	.home .vlt-ride-mode-switch__icon {
		display: block;
		fill: none;
		flex: 0 0 auto;
		height: 18px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.75;
		width: 18px;
	}
}

/*
 * Version 2.5.57: mobile-only polish for the homepage sections below the hero.
 * Desktop remains unchanged.
 */
@media (max-width: 760px) {
	.home .vlt-services-showcase {
		padding-bottom: 52px;
		padding-top: 48px;
	}

	.home .vlt-section-intro {
		margin-bottom: 28px;
	}

	.home .vlt-section-intro h2 {
		font-size: clamp(2.55rem, 12vw, 3.45rem);
		font-weight: 500;
		line-height: 0.98;
		margin-bottom: 1rem;
	}

	.home .vlt-section-intro p {
		font-size: 0.98rem;
		font-weight: 450;
		line-height: 1.62;
	}

	.home .vlt-services-grid {
		gap: 30px;
	}

	.home .vlt-service-card img {
		aspect-ratio: 1.45 / 1;
		border-radius: 12px;
	}

	.home .vlt-service-card div {
		padding-top: 16px;
	}

	.home .vlt-service-card span {
		font-size: 0.68rem;
		letter-spacing: 0.11em;
		line-height: 1.25;
		margin-bottom: 8px;
	}

	.home .vlt-service-card h2 {
		font-family: var(--vlt-display);
		font-size: clamp(1.9rem, 8.2vw, 2.4rem);
		font-weight: 600;
		letter-spacing: -0.03em;
		line-height: 1.02;
		margin-bottom: 0.65rem;
	}

	.home .vlt-service-card p {
		font-size: 0.96rem;
		line-height: 1.62;
		margin-bottom: 20px;
	}

	.home .vlt-service-card .vlt-link-button {
		font-size: 0.94rem;
		min-height: 40px;
		padding: 0.48rem 0.95rem;
	}

	.home .vlt-editorial {
		padding-bottom: 50px;
		padding-top: 52px;
	}

	.home .vlt-editorial h2 {
		font-size: clamp(2.35rem, 10.5vw, 3rem);
		line-height: 1.01;
		margin-bottom: 1rem;
	}

	.home .vlt-editorial p {
		font-size: 0.98rem;
		line-height: 1.5;
		margin-bottom: 26px;
	}

	.home .vlt-editorial img {
		aspect-ratio: 1.32 / 1;
		border-radius: 12px;
	}

	.home .vlt-excellence {
		padding-bottom: 54px;
		padding-top: 52px;
	}

	.home .vlt-excellence h2 {
		font-size: clamp(2.35rem, 10.5vw, 3rem);
		line-height: 1.01;
		margin-bottom: 0.9rem;
	}

	.home .vlt-excellence > .vlt-wide > p {
		font-size: 0.98rem;
		line-height: 1.48;
		margin-bottom: 26px;
	}

	.home .vlt-excellence__grid {
		gap: 14px;
	}

	.home .vlt-excellence article {
		align-items: start;
		border: 1px solid rgba(17, 19, 23, .07);
		border-radius: 18px;
		box-shadow: 0 12px 30px rgba(24, 36, 50, .045);
		column-gap: 15px;
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr);
		grid-template-rows: auto auto;
		min-height: 0;
		padding: 20px 18px;
		row-gap: 7px;
		text-align: left;
	}

	.home .vlt-excellence .vlt-icon {
		align-self: start;
		grid-column: 1;
		grid-row: 1 / 3;
		height: 48px;
		margin: 0;
		width: 48px;
	}

	.home .vlt-excellence .vlt-icon svg {
		height: 26px;
		width: 26px;
	}

	.home .vlt-excellence h3 {
		font-family: var(--vlt-display);
		font-size: clamp(1.5rem, 6vw, 1.75rem);
		font-weight: 600;
		grid-column: 2;
		letter-spacing: -0.025em;
		line-height: 1.02;
		margin: 0;
	}

	.home .vlt-excellence article p {
		font-size: 0.94rem;
		grid-column: 2;
		line-height: 1.55;
		margin: 0;
	}
























}

@media (max-width: 360px) {
	.home .vlt-excellence article {
		column-gap: 12px;
		grid-template-columns: 44px minmax(0, 1fr);
		padding: 18px 16px;
	}

	.home .vlt-excellence .vlt-icon {
		height: 44px;
		width: 44px;
	}

	.home .vlt-excellence .vlt-icon svg {
		height: 24px;
		width: 24px;
	}


}

/* Homepage confirmed-route panel: consolidated in 2.5.82. */
@media (min-width: 1081px) {
	.home .vlt-ride-form--line,
.home .vlt-ride-form--line.is-search-open {
		max-width: 1320px;
	}

	.home .vlt-home-active-panel,
.home .vlt-home-active-panel.is-route-ready {
		box-sizing: border-box;
		height: 450px;
		max-height: 450px;
		min-height: 450px;
	}
}

.home .vlt-home-active-panel.is-route-ready {
	display: block !important;
	padding: 16px 18px 18px;
	text-align: left;
}

.home .vlt-home-active-panel.is-route-ready .vlt-home-active-panel__intro,
.home .vlt-home-active-panel.is-route-ready .vlt-home-active-panel__suggestions {
	display: none !important;
	visibility: hidden !important;
}

.home .vlt-home-active-panel[hidden],
.home .vlt-home-route-ready[hidden] {
	display: none !important;
}

.home .vlt-home-active-panel.is-route-ready .vlt-home-route-ready {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(445px, 0.9fr) minmax(590px, 1.1fr);
	height: 100%;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.home .vlt-home-route-ready__map-column,
.home .vlt-home-route-ready__vehicle-column {
	min-height: 0;
	min-width: 0;
}

.home .vlt-home-route-ready__vehicle-column {
	display: grid;
	gap: 12px;
	grid-template-rows: 78px auto minmax(0, 1fr);
}

.home .vlt-home-flight-slot {
	display: grid;
	height: 78px;
	min-height: 78px;
	width: 100%;
}

.home .vlt-ride-form--line label.vlt-home-flight,
.home label.vlt-home-flight {
	align-items: stretch !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	display: grid !important;
	gap: 6px !important;
	grid-template-columns: minmax(0, 1fr) !important;
	grid-template-rows: auto minmax(0, 1fr) !important;
	height: 100%;
	justify-content: stretch !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	width: 100% !important;
}

.home .vlt-ride-form--line label.vlt-home-flight[hidden],
.home label.vlt-home-flight[hidden],
.home .vlt-home-flight[hidden] {
	display: none !important;
}

.home .vlt-home-flight__label {
	align-items: center !important;
	color: rgba(255, 255, 255, 0.92) !important;
	display: flex !important;
	font-size: 0.72rem !important;
	font-weight: 800 !important;
	gap: 8px;
	grid-column: 1 !important;
	grid-row: 1 !important;
	justify-content: flex-start;
	letter-spacing: 0.01em;
	line-height: 1.2 !important;
	padding: 0 !important;
	text-align: left !important;
	text-transform: none !important;
}

.home .vlt-home-flight__label strong {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.home .vlt-home-flight__label em {
	background: rgba(23, 119, 232, 0.26);
	border: 1px solid rgba(91, 160, 255, 0.48);
	border-radius: 999px;
	color: #e4efff;
	font-size: 0.56rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.035em;
	padding: 3px 7px;
	text-transform: uppercase;
}

.home .vlt-home-flight__control {
	align-items: center !important;
	background: rgba(10, 17, 27, 0.68) !important;
	border: 1px solid rgba(91, 160, 255, 0.42) !important;
	border-radius: 14px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	display: flex !important;
	gap: 11px !important;
	grid-column: 1 !important;
	grid-row: 2 !important;
	min-height: 0 !important;
	padding: 0 15px !important;
	transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.home .vlt-home-flight__control svg {
	fill: #8fbcff;
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.home .vlt-home-flight input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 710 !important;
	grid-column: auto !important;
	grid-row: auto !important;
	letter-spacing: -0.01em;
	min-height: 40px !important;
	outline: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.home .vlt-home-flight input::placeholder {
	color: rgba(255, 255, 255, 0.48) !important;
}

.home .vlt-home-flight:focus-within .vlt-home-flight__control {
	background: rgba(13, 22, 34, 0.78) !important;
	border-color: rgba(90, 165, 255, 0.82) !important;
	box-shadow: 0 0 0 2px rgba(23, 119, 232, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home .vlt-home-flight.has-error .vlt-home-flight__control {
	border-color: #70aaff !important;
	box-shadow: 0 0 0 2px rgba(23, 119, 232, 0.24);
}

.home .vlt-home-pickup-confirmed {
	align-items: center;
	background: linear-gradient(180deg, rgba(18, 23, 30, 0.42), rgba(12, 17, 23, 0.34));
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 14px;
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	gap: 12px;
	height: 78px;
	padding: 0 15px;
}

.home .vlt-home-pickup-confirmed[hidden] {
	display: none !important;
}

.home .vlt-home-pickup-confirmed__icon {
	align-items: center;
	background: rgba(23, 119, 232, 0.18);
	border: 1px solid rgba(91, 160, 255, 0.38);
	border-radius: 999px;
	display: flex;
	flex: 0 0 auto;
	height: 31px;
	justify-content: center;
	width: 31px;
}

.home .vlt-home-pickup-confirmed__icon svg {
	fill: none;
	height: 17px;
	stroke: #dceaff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 17px;
}

.home .vlt-home-pickup-confirmed strong,
.home .vlt-home-pickup-confirmed small {
	display: block;
}

.home .vlt-home-pickup-confirmed strong {
	color: #ffffff;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.2;
}

.home .vlt-home-pickup-confirmed small {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72rem;
	font-weight: 620;
	line-height: 1.25;
	margin-top: 3px;
}

.home .vlt-home-route-ready__heading {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	min-height: 28px;
}

.home .vlt-home-route-ready__heading > strong {
	color: #ffffff;
	display: block;
	font-size: 1rem;
	font-weight: 820;
	letter-spacing: -0.015em;
	line-height: 1.2;
}

.home .vlt-home-route-ready__status {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1.25;
	max-width: 205px;
	text-align: right;
}

.home .vlt-home-route-ready__status.is-warning {
	color: #d9e8ff;
}

.home .vlt-home-vehicle-cards {
	display: grid;
	gap: 10px;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	height: 100%;
	min-height: 0;
}

.home .vlt-ride-form--line .vlt-home-vehicle-card,
.home .vlt-home-vehicle-card {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: linear-gradient(180deg, rgba(28, 31, 37, 0.72), rgba(19, 22, 28, 0.68)) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 15px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
	color: #ffffff !important;
	cursor: pointer;
	display: grid !important;
	gap: 12px;
	grid-template-columns: 58px minmax(0, 1fr) 88px;
	height: auto !important;
	margin: 0 !important;
	min-height: 72px !important;
	overflow: hidden;
	padding: 10px 12px 10px 10px !important;
	position: relative;
	text-align: left !important;
	transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
	width: 100% !important;
}

.home .vlt-ride-form--line .vlt-home-vehicle-card:hover,
.home .vlt-ride-form--line .vlt-home-vehicle-card:focus-visible {
	background: linear-gradient(180deg, rgba(36, 41, 50, 0.82), rgba(24, 29, 37, 0.76)) !important;
	border-color: rgba(91, 160, 255, 0.56) !important;
	outline: none;
	transform: translateY(-1px);
}

.home .vlt-ride-form--line .vlt-home-vehicle-card.is-selected,
.home .vlt-home-vehicle-card.is-selected {
	background: linear-gradient(90deg, rgba(24, 103, 217, 0.27), rgba(24, 103, 217, 0.11)) !important;
	border-color: #2d8dff !important;
	box-shadow: 0 0 0 1px rgba(45, 141, 255, 0.12), 0 12px 26px rgba(4, 42, 98, 0.16) !important;
}

.home .vlt-home-vehicle-card__image {
	align-items: center !important;
	background: #07090d !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 999px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 4px 10px rgba(0, 0, 0, 0.22) !important;
	display: flex !important;
	height: 56px !important;
	justify-content: center !important;
	overflow: hidden !important;
	width: 56px !important;
}

.home .vlt-home-vehicle-card.is-selected .vlt-home-vehicle-card__image {
	border-color: rgba(45, 141, 255, 0.35) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 0 1px rgba(45, 141, 255, 0.18), 0 5px 14px rgba(0, 0, 0, 0.25) !important;
}

.home .vlt-home-vehicle-card__image img {
	border-radius: 999px !important;
	display: block;
	height: 56px !important;
	max-width: none !important;
	object-fit: cover !important;
	width: 56px !important;
}

.home .vlt-home-vehicle-card__image svg,
.home .vlt-home-vehicle-card__image svg path {
	display: none !important;
}

.home .vlt-home-vehicle-card__copy {
	display: block;
	min-width: 0;
}

.home .vlt-home-vehicle-card__copy strong,
.home .vlt-home-vehicle-card__copy small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home .vlt-home-vehicle-card__copy strong {
	color: #ffffff;
	font-size: 1.03rem;
	font-weight: 820;
	letter-spacing: -0.012em;
	line-height: 1.12;
}

.home .vlt-home-vehicle-card__copy small {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.8rem;
	font-weight: 640;
	line-height: 1.2;
	margin-top: 3px;
}

.home .vlt-home-vehicle-card__capacity {
	align-items: center;
	color: rgba(255, 255, 255, 0.76);
	display: flex;
	font-size: 0.79rem;
	font-weight: 720;
	gap: 15px;
	line-height: 1.2;
	margin-top: 6px;
}

.home .vlt-home-vehicle-card__capacity > span {
	align-items: center;
	display: inline-flex;
	gap: 5px;
}

.home .vlt-home-vehicle-card__capacity svg {
	fill: currentColor;
	height: 15px;
	width: 15px;
}

.home .vlt-home-vehicle-card__meta {
	align-items: flex-end;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 88px;
	padding: 1px 0 2px;
}

.home .vlt-home-vehicle-card__indicator {
	align-items: center;
	background: rgba(8, 12, 18, 0.26);
	border: 1.5px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	display: flex !important;
	flex: 0 0 auto;
	height: 20px;
	justify-content: center;
	position: relative;
	width: 20px;
}

.home .vlt-home-vehicle-card__indicator::after {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	content: "";
	display: none !important;
	height: 8px;
	margin-top: -2px;
	transform: rotate(45deg);
	width: 4px;
}

.home .vlt-home-vehicle-card.is-selected .vlt-home-vehicle-card__indicator {
	background: #1777e8;
	border-color: rgba(255, 255, 255, 0.58);
	box-shadow: 0 4px 12px rgba(23, 119, 232, 0.30);
}

.home .vlt-home-vehicle-card.is-selected .vlt-home-vehicle-card__indicator::after {
	display: block !important;
}

.home .vlt-home-vehicle-card__price {
	color: #ffffff;
	font-size: 1.18rem !important;
	font-style: normal;
	font-weight: 900;
	letter-spacing: -0.01em;
	line-height: 1;
	min-width: 0;
	text-align: right;
	white-space: nowrap;
}

.home .vlt-home-vehicle-card__price:empty,
.home .vlt-home-vehicle-card__price.is-loading {
	animation: vlt-home-price-skeleton 1.1s linear infinite;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07));
	background-size: 220% 100%;
	border-radius: 999px;
	height: 13px;
	width: 72px;
}

.home .vlt-home-vehicle-card__price:not(.is-loading) {
	background: none;
	height: auto;
	width: auto;
}

@keyframes vlt-home-price-skeleton {
	to { background-position: -220% 0; }
}

.home .vlt-home-route-ready__map-column {
	background: #1b2027;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	overflow: hidden;
}

.home .vlt-home-route-ready__map {
	background: #1b2027;
	height: 100%;
	min-height: 292px;
	width: 100%;
}

.home .vlt-home-route-ready__metrics {
	align-items: stretch;
	background: rgba(10, 14, 20, 0.76);
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 54px;
}

.home .vlt-home-route-ready__metric {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 7px 14px;
}

.home .vlt-home-route-ready__metric + .vlt-home-route-ready__metric {
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.home .vlt-home-route-ready__metric small {
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.56rem;
	font-weight: 650;
	line-height: 1.15;
}

.home .vlt-home-route-ready__metric strong {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.75rem;
	font-weight: 790;
	line-height: 1.25;
	margin-top: 2px;
}

.home .vlt-ride-form--line button[type="submit"]:disabled {
	cursor: not-allowed;
	opacity: 0.58;
}

.home .vlt-ride-form--line button[type="submit"].is-loading {
	pointer-events: none;
}

body.home {
	overflow-x: hidden;
	overflow-x: clip;
}

@media (min-width: 761px) {
	.home .vlt-ride-form--line button[type="submit"] {
		box-sizing: border-box;
		max-width: 156px;
		min-width: 156px;
		padding-left: 12px;
		padding-right: 12px;
		width: 156px;
	}
}

@media (min-width: 761px) and (max-width: 1080px) {
	.home .vlt-home-active-panel.is-route-ready {
		height: auto;
		max-height: none;
		min-height: 390px;
	}

	.home .vlt-home-active-panel.is-route-ready .vlt-home-route-ready {
		grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
	}
}

/*
 * Version 2.5.96: single-source mobile homepage hero and quick-booking layout.
 * All obsolete max-width: 760px hero/form rules were removed. This is the only
 * mobile component block controlling the first screen, composition and form.
 */
@media (max-width: 760px) {
	.home {
		--vlt-mobile-header-height: 74px;
		--vlt-mobile-browser-overlap: 18px;
		--vlt-mobile-hero-height: calc(100lvh - var(--vlt-mobile-header-height) + var(--vlt-mobile-browser-overlap));
	}

	.home .vlt-hero {
		align-items: flex-start;
		background-image: var(--vlt-hero-mobile-image) !important;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		box-sizing: border-box;
		display: flex;
		min-height: var(--vlt-mobile-hero-height);
		overflow: visible;
	}

	.home .vlt-hero__shade {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0.38) 64%, rgba(0, 0, 0, 0.82) 100%),
			linear-gradient(90deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.18) 55%, rgba(0, 0, 0, 0.04) 100%);
	}

	.home .vlt-hero__inner {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		margin: 0 auto;
		max-width: 520px;
		min-height: var(--vlt-mobile-hero-height);
		padding: 34px 12px max(104px, calc(env(safe-area-inset-bottom, 0px) + 88px));
		text-align: left;
		width: 100%;
	}

	.home .vlt-hero__copy {
		margin: 0 0 clamp(28px, 4.2lvh, 40px) 6px;
		max-width: 248px;
		position: relative;
		transition: opacity 220ms ease, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
	}

	.home .vlt-hero h1 {
		font-size: clamp(2.5rem, 11.2vw, 3.15rem);
		letter-spacing: -0.052em;
		line-height: 0.96;
		margin: 0;
		max-width: 248px;
		text-align: left;
		white-space: normal;
		width: auto;
	}

	.home .vlt-hero h1::after {
		background: #1777e8;
		border-radius: 999px;
		content: "";
		display: block;
		height: 3px;
		margin-top: 10px;
		width: 44px;
	}

	.home .vlt-hero__subtitle {
		color: rgba(255, 255, 255, 0.92);
		display: block !important;
		font-size: 0.94rem;
		font-weight: 560;
		letter-spacing: -0.015em;
		line-height: 1.32;
		margin: 9px 0 0;
		max-width: 225px;
		text-align: left;
	}

	.home .vlt-ride-mode-switch {
		-webkit-backdrop-filter: blur(22px) saturate(118%);
		backdrop-filter: blur(22px) saturate(118%);
		background: rgba(58, 59, 63, 0.66);
		border: 1px solid rgba(255, 255, 255, 0.34);
		border-bottom: 0;
		border-radius: 21px 21px 0 0;
		display: grid;
		gap: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 0 auto -1px;
		overflow: hidden;
		width: min(76%, 300px);
	}

	.home .vlt-ride-mode-switch button {
		align-items: center;
		border-radius: 0;
		color: rgba(255, 255, 255, 0.68);
		display: inline-flex;
		font-size: 0.91rem;
		gap: 8px;
		height: 52px;
		justify-content: center;
		padding: 0 16px;
	}

	.home .vlt-ride-mode-switch button::after {
		display: none;
	}

	.home .vlt-ride-mode-switch button.is-active {
		background: linear-gradient(135deg, #1651bd, #1777e8);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
		color: #ffffff;
	}

	.home .vlt-ride-mode-switch__icon {
		display: block;
		fill: none;
		flex: 0 0 auto;
		height: 21px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.7;
		width: 21px;
	}

	.home .vlt-ride-form--line {
		max-width: none;
		width: 100%;
	}

	.home .vlt-ride-form--line .vlt-ride-form__fields,
.home .vlt-ride-form--line:not(.is-search-open) .vlt-ride-form__fields,
.home .vlt-ride-form--line.is-search-open .vlt-ride-form__fields {
		-webkit-backdrop-filter: blur(28px) saturate(120%);
		backdrop-filter: blur(28px) saturate(120%);
		background:
			radial-gradient(circle at 86% 14%, rgba(23, 119, 232, 0.16), rgba(23, 119, 232, 0) 36%),
			linear-gradient(145deg, rgba(91, 91, 95, 0.78), rgba(49, 50, 55, 0.72));
		border: 1px solid rgba(255, 255, 255, 0.44);
		border-radius: 22px;
		box-shadow: 0 25px 66px rgba(0, 0, 0, 0.32);
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		padding: 7px;
	}

	.home .vlt-ride-form--line.is-search-open .vlt-ride-form__fields {
		border-radius: 22px 22px 0 0;
	}

	.home .vlt-ride-form--line label,
.home .vlt-ride-form--line label:nth-of-type(1),
.home .vlt-ride-form--line label:nth-of-type(2),
.home .vlt-ride-form--line label:nth-of-type(3),
.home .vlt-ride-form--line label:nth-of-type(4) {
		align-items: center;
		background: transparent !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
		border-right: 0 !important;
		display: grid;
		gap: 3px 12px;
		grid-template-columns: 36px minmax(0, 1fr);
		grid-template-rows: auto auto;
		min-height: 64px;
		overflow: hidden;
		padding: 9px 12px;
		position: relative;
	}

	.home .vlt-ride-form--line label:nth-of-type(1),
.home .vlt-ride-form--line label:nth-of-type(2) {
		grid-column: 1 / -1;
	}

	.home .vlt-ride-form--line label:nth-of-type(3),
.home .vlt-ride-form--line label:nth-of-type(4) {
		border-bottom: 0 !important;
		grid-column: span 1;
		min-height: 66px;
		padding-left: 10px;
		padding-right: 9px;
	}

	.home .vlt-ride-form--line label:nth-of-type(3) {
		border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
	}

	.home .vlt-ride-form--line label:focus-within {
		background: rgba(255, 255, 255, 0.055) !important;
	}

	.home .vlt-ride-form__field-icon {
		display: block;
		fill: none;
		grid-column: 1;
		grid-row: 1 / 3;
		height: 25px;
		justify-self: center;
		stroke: #83adff;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.75;
		width: 25px;
	}

	.home .vlt-ride-form--line label > span:not(.vlt-native-picker-display) {
		color: rgba(255, 255, 255, 0.76);
		font-size: 0.72rem;
		font-weight: 800;
		grid-column: 2;
		grid-row: 1;
		letter-spacing: 0.035em;
		line-height: 1.1;
		text-transform: uppercase;
	}

	.home .vlt-ride-form--line input {
		color: #ffffff;
		font-size: 16px;
		font-weight: 690;
		grid-column: 2;
		grid-row: 2;
		letter-spacing: -0.015em;
		line-height: 1.2;
		min-height: 24px;
	}

	.home .vlt-ride-form--line input::placeholder {
		color: rgba(255, 255, 255, 0.88);
		font-weight: 650;
	}

	.home .vlt-native-picker-display {
		color: rgba(255, 255, 255, 0.88);
		display: block;
		font-size: 0.92rem;
		font-weight: 650;
		grid-column: 2;
		grid-row: 2;
		letter-spacing: -0.015em;
		line-height: 1.2;
		min-width: 0;
		overflow: hidden;
		pointer-events: none;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.home .vlt-native-picker-display.has-value {
		color: #ffffff;
	}

	.home .vlt-native-picker-field input[type="date"],
.home .vlt-native-picker-field input[type="time"] {
		cursor: pointer;
		height: 100%;
		inset: 0;
		opacity: 0.01;
		position: absolute;
		width: 100%;
		z-index: 3;
	}

	.home .vlt-ride-form--line button[type="submit"] {
		background: linear-gradient(135deg, #1651bd, #1777e8);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 16px;
		box-shadow: 0 12px 28px rgba(12, 76, 174, 0.28);
		display: inline-flex;
		font-size: 1.06rem;
		gap: 12px;
		grid-column: 1 / -1;
		justify-content: center;
		margin: 6px 0 0;
		min-height: 54px;
		padding: 0 20px;
		width: 100%;
	}

	.home .vlt-ride-form--line button[type="submit"]:hover,
.home .vlt-ride-form--line button[type="submit"]:focus {
		background: linear-gradient(135deg, #1247aa, #0f68d3);
	}

	.home .vlt-ride-form__submit-icon {
		display: block;
		fill: none;
		height: 24px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.8;
		width: 24px;
	}

	.home .vlt-hero.is-booking-active .vlt-hero__copy {
		opacity: 0;
		pointer-events: none;
		transform: translateY(-16px) scale(0.985);
	}

	.home .vlt-hero.is-booking-active .vlt-ride-mode-switch,
.home .vlt-hero.is-booking-active .vlt-ride-form--line {
		transform: none;
	}
}

@supports (-webkit-touch-callout: none) {
	@media (max-width: 760px) {
		.home {
			--vlt-mobile-browser-overlap: max(env(safe-area-inset-bottom, 0px), clamp(64px, 8lvh, 78px));
		}
	}
}

@media (display-mode: standalone) and (max-width: 760px) {
	.home {
		--vlt-mobile-browser-overlap: env(safe-area-inset-bottom, 0px);
	}
}

@media (max-width: 380px), (max-height: 740px) and (max-width: 760px) {
	.home .vlt-hero__inner {
		padding-bottom: max(78px, calc(env(safe-area-inset-bottom, 0px) + 64px));
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 24px;
	}

	.home .vlt-hero__copy {
		margin-bottom: 22px;
		margin-left: 7px;
		max-width: 245px;
	}

	.home .vlt-hero h1 {
		font-size: clamp(2.35rem, 11.5vw, 3rem);
		max-width: 245px;
	}

	.home .vlt-hero__subtitle {
		font-size: 0.88rem;
		margin-top: 7px;
	}

	.home .vlt-ride-mode-switch button {
		height: 48px;
	}

	.home .vlt-ride-form--line label,
.home .vlt-ride-form--line label:nth-of-type(1),
.home .vlt-ride-form--line label:nth-of-type(2),
.home .vlt-ride-form--line label:nth-of-type(3),
.home .vlt-ride-form--line label:nth-of-type(4) {
		gap: 3px 9px;
		grid-template-columns: 32px minmax(0, 1fr);
		min-height: 59px;
		padding-left: 10px;
		padding-right: 9px;
	}

	.home .vlt-ride-form--line label:nth-of-type(3),
.home .vlt-ride-form--line label:nth-of-type(4) {
		min-height: 61px;
	}

	.home .vlt-ride-form--line button[type="submit"] {
		min-height: 50px;
	}
}

/* Version 2.5.174: configurable Central London hourly pickup area. */
.vlt-home-hourly-zone-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 15px;
}

.vlt-home-hourly-zone-actions[hidden] {
  display: none !important;
}

.vlt-home-hourly-zone-actions button,
.vlt-home-hourly-zone-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 999px;
  background: #fff;
  color: #111c2c;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.vlt-home-hourly-zone-actions a {
  background: transparent;
  color: currentColor;
}

.vlt-home-active-panel.is-hourly-zone-error .vlt-home-active-panel__intro {
  background: rgba(110, 45, 20, .32);
}

@media (max-width: 680px) {
  .vlt-home-hourly-zone-actions button,
  .vlt-home-hourly-zone-actions a {
    flex: 1 1 auto;
  }
}
