/* GetnDrive visual rebrand pass v0.2.7.13 */
:root {
	--gnd-hdr-h: 88px;
	--gnd-gut: clamp(20px, 4vw, 64px);
	--gnd-maxw: 1120px;
	--gnd-rail-h: 92px;
	--gnd-rail-h-stuck: 58px;
	/* Shared first-viewport search rhythm (0.2.7.12): one desktop rail width and one
	   hero height token used by the homepage, car-rental and motorbike-rental shells so
	   the search rail lands in the same lower band of the first viewport on all three. */
	--gnd-rail-maxw: 1560px;
	--gnd-searchhero-minh: min(660px, calc(100svh - var(--gnd-hdr-h)));
	--gnd-hero-photo: url("https://getndrive.com/wp-content/uploads/2026/06/samui-car-platform-hero-1.jpg");
	--gnd-navy: #0b1f3a;
	--gnd-navy-2: #123456;
	--gnd-navy-3: #07182e;
	--gnd-teal: #1bae9f;
	--gnd-teal-deep: #0d7f77;
	--gnd-teal-ink: #075f62;
	--gnd-lime: #a8e063;
	--gnd-lime-soft: #d9f7a8;
	--gnd-ink: #102033;
	--gnd-muted: #4d5f72;
	--gnd-subtle: #edf5f4;
	--gnd-surface: #f5f8f9;
	--gnd-card: #ffffff;
	--gnd-line: rgba(11, 31, 58, 0.13);
	--gnd-line-strong: rgba(11, 31, 58, 0.22);
	--gnd-shadow-soft: 0 6px 8px rgba(11, 31, 58, 0.06);
	--gnd-focus: 0 0 0 3px rgba(27, 174, 159, 0.24);
	--gnd-hero-surface: linear-gradient(180deg, var(--gnd-navy-3) 0%, #0c3e57 54%, var(--gnd-teal) 100%);
}

body.getndrive-visual-rebrand {
	background:
		radial-gradient(circle at 8% 0%, rgba(27, 174, 159, 0.07), transparent 28rem),
		linear-gradient(180deg, #fbfdfd 0%, #f3f8f8 48rem, var(--gnd-surface) 72rem);
	color: var(--gnd-ink);
}

body.getndrive-visual-rebrand:has(.sch-platform-home--redesign) .wp-site-blocks {
	--global-vw: 100%;
}

.getndrive-visual-rebrand .site-main-header-wrap,
.getndrive-visual-rebrand .site-header-row-container-inner,
.getndrive-visual-rebrand .site-mobile-header-wrap .site-header-row-container-inner {
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--gnd-line);
	backdrop-filter: saturate(150%) blur(12px);
}

.getndrive-visual-rebrand .site-main-header-inner-wrap {
	min-height: 88px;
}

.getndrive-visual-rebrand .site-header-main-section-left {
	flex: 0 0 auto;
	min-width: 0;
}

.getndrive-visual-rebrand .site-header-main-section-right {
	flex: 1 1 auto;
	min-width: 0;
}

.getndrive-visual-rebrand .site-branding a.brand {
	display: inline-flex !important;
	align-items: center;
	gap: 0;
	width: clamp(310px, 25vw, 390px);
	height: 68px;
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-decoration: none !important;
}

.getndrive-visual-rebrand .site-branding a.brand::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	flex: 0 0 100%;
	border-radius: 0;
	background-image: var(--gnd-logo-header-url);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.getndrive-visual-rebrand .site-branding a.brand img.custom-logo,
.getndrive-visual-rebrand .site-branding a.brand img.svg-logo-image {
	display: none !important;
}

.getndrive-visual-rebrand .site-branding .site-title-wrap {
	display: none !important;
	min-width: 0;
}

.getndrive-visual-rebrand .site-branding .site-title,
.getndrive-visual-rebrand .site-branding .site-title.vs-md-false {
	margin: 0;
	color: var(--gnd-navy);
	font-size: 23px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.gnd-wordmark {
	display: inline-flex;
	align-items: baseline;
	color: var(--gnd-navy);
}

.gnd-wordmark__n {
	color: var(--gnd-teal);
}

.getndrive-visual-rebrand .main-navigation .primary-menu-container > ul > li > a,
.getndrive-visual-rebrand .main-navigation .menu > ul > li > a {
	color: rgba(16, 32, 51, 0.82);
	font-weight: 750;
}

.getndrive-visual-rebrand .main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.getndrive-visual-rebrand .main-navigation .menu > ul > li.current-menu-item > a,
.getndrive-visual-rebrand .main-navigation .primary-menu-container > ul > li > a:hover,
.getndrive-visual-rebrand .main-navigation .menu > ul > li > a:hover {
	color: var(--gnd-teal-deep);
}

.getndrive-visual-rebrand .sch-lang-switcher {
	border: 1px solid var(--gnd-line);
	background: #ffffff;
}

.getndrive-visual-rebrand .sch-lang-switcher a {
	color: var(--gnd-muted);
}

.getndrive-visual-rebrand .sch-lang-switcher a.is-active {
	background: var(--gnd-teal-ink);
	color: #ffffff;
}

@media (min-width: 1025px) {
	.getndrive-visual-rebrand .main-navigation,
	.getndrive-visual-rebrand .primary-menu-container,
	.getndrive-visual-rebrand .primary-menu-container .menu {
		width: 100%;
	}

	.getndrive-visual-rebrand .main-navigation .primary-menu-container > ul,
	.getndrive-visual-rebrand .main-navigation .menu > ul {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: nowrap;
		column-gap: 10px;
	}

	.getndrive-visual-rebrand .main-navigation .primary-menu-container > ul > li,
	.getndrive-visual-rebrand .main-navigation .menu > ul > li {
		flex: 0 0 auto;
	}

	.getndrive-visual-rebrand .main-navigation .primary-menu-container > ul > li > a,
	.getndrive-visual-rebrand .main-navigation .menu > ul > li > a {
		padding-inline: 0.65rem;
	}

	.getndrive-visual-rebrand .main-navigation .primary-menu-container > ul > li.sch-lang-switcher-menu-item,
	.getndrive-visual-rebrand .main-navigation .menu > ul > li.sch-lang-switcher-menu-item {
		margin-left: 10px;
	}

	html[lang^="ru"] .getndrive-visual-rebrand .main-navigation .primary-menu-container > ul,
	html[lang^="ru"] .getndrive-visual-rebrand .main-navigation .menu > ul {
		column-gap: 4px;
	}

	html[lang^="ru"] .getndrive-visual-rebrand .main-navigation .primary-menu-container > ul > li > a,
	html[lang^="ru"] .getndrive-visual-rebrand .main-navigation .menu > ul > li > a {
		padding-inline: 0.34rem;
		font-size: 0.98rem;
	}

	html[lang^="ru"] .getndrive-visual-rebrand .main-navigation .primary-menu-container > ul > li.sch-lang-switcher-menu-item,
	html[lang^="ru"] .getndrive-visual-rebrand .main-navigation .menu > ul > li.sch-lang-switcher-menu-item {
		margin-left: 8px;
	}
}

.getndrive-visual-rebrand .entry-hero.page-hero-section {
	display: none;
}

.getndrive-visual-rebrand .content-bg.single-entry,
.getndrive-visual-rebrand .entry-content-wrap {
	background: transparent;
	box-shadow: none;
}

.getndrive-visual-rebrand .sch-platform-home--redesign,
.getndrive-visual-rebrand .sch-partners-page,
.getndrive-visual-rebrand .sch-rental-page--request {
	background: transparent;
	color: var(--gnd-ink);
}

/* Homepage V2 — hero base is a light editorial surface; the photo lives in one media
   range at a time (tablet band / desktop right panel / mobile full-bleed), see B3-B5. */
.getndrive-visual-rebrand .sch-platform-hero--redesign {
	min-height: 612px;
	overflow: hidden;
	background: var(--gnd-surface);
	color: var(--gnd-ink);
}

.getndrive-visual-rebrand .sch-platform-hero--redesign::before {
	/* Default (tablet 768-1024): no-photo brand band above the copy (0.2.4.3). */
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	height: clamp(240px, 34vw, 320px);
	background-image:
		radial-gradient(120% 150% at 84% 0%, rgba(27, 174, 159, 0.30) 0%, rgba(27, 174, 159, 0) 58%),
		linear-gradient(150deg, var(--gnd-navy) 0%, var(--gnd-navy-2) 55%, var(--gnd-teal-deep) 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: none;
}

.getndrive-visual-rebrand .sch-platform-hero--redesign::after {
	display: none;
}

.getndrive-visual-rebrand .sch-platform-hero--redesign > .wp-block-group__inner-container {
	width: min(100% - 40px, 1120px);
	margin-left: auto;
	margin-right: auto;
	padding: clamp(72px, 8vw, 108px) 0 clamp(92px, 9vw, 128px);
}

.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-hero__copy {
	position: relative;
	max-width: 620px;
	text-shadow: none;
}

.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-hero__copy::before {
	display: none;
}

/* Homepage V2 desktop: 5/7 flip — copy left on light, photo right, search rail below. */
@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign {
		min-height: min(760px, calc(100vh - 96px));
	}

	/* No-photo brand panel on the right column only; hard editorial seam at 48% (0.2.4.3). */
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign::before {
		left: 48%;
		right: 0;
		top: 0;
		bottom: 0;
		height: auto;
		background-image:
			radial-gradient(115% 90% at 78% 16%, rgba(27, 174, 159, 0.34) 0%, rgba(27, 174, 159, 0) 55%),
			linear-gradient(150deg, var(--gnd-navy) 0%, var(--gnd-navy-2) 52%, var(--gnd-teal-deep) 100%);
		background-position: center;
		background-size: cover;
		box-shadow: inset 22px 0 34px -30px rgba(5, 10, 22, 0.45);
		filter: none;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		grid-template-rows: 1fr auto;
		align-items: center;
		column-gap: clamp(34px, 5vw, 72px);
		padding-top: clamp(38px, 5vw, 66px);
		padding-bottom: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__copy {
		grid-column: 1;
		grid-row: 1;
		max-width: 540px;
		align-self: center;
		justify-self: start;
		padding: 0;
	}

	/* Search rail spans the container beneath the copy row. */
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .gnd-search-shell,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__search {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		max-width: none;
		margin: 0;
		align-self: end;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-home-search__grid input,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-home-search__grid select {
		min-height: 50px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-home-search__submit {
		min-height: 52px;
	}
}

/* Homepage V2 tablet: single column — photo band above the copy, static search card. */
@media (min-width: 768px) and (max-width: 1024px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
		display: block;
		padding-top: calc(clamp(240px, 34vw, 320px) + 30px);
		padding-bottom: clamp(28px, 5vw, 44px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__copy {
		max-width: 640px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__search {
		width: 100%;
		max-width: none;
		margin: 24px 0 0;
	}
}

.getndrive-visual-rebrand .sch-platform-kicker,
.getndrive-visual-rebrand .sch-partners-kicker,
.getndrive-visual-rebrand .sch-rental-kicker {
	color: var(--gnd-teal-deep);
	letter-spacing: 0;
	text-transform: none;
}

/* Partners / rental heroes stay dark, so their kicker keeps the lime accent. */
.getndrive-visual-rebrand .sch-partners-hero .sch-partners-kicker,
.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero .sch-rental-kicker {
	color: var(--gnd-lime-soft) !important;
}

/* Homepage V2 hero copy now sits on a light surface (ink on light). */
.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-kicker {
	color: var(--gnd-teal-deep) !important;
}

.getndrive-visual-rebrand .sch-platform-hero--redesign h1 {
	max-width: 700px;
	color: var(--gnd-ink);
	font-size: clamp(40px, 4.3vw, 58px);
	font-weight: 760;
	line-height: 1.08;
	letter-spacing: -0.016em;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	text-wrap: pretty;
}

.getndrive-visual-rebrand .sch-platform-hero--redesign h1 .sch-platform-hero__title-line {
	white-space: normal;
}

.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-lead {
	max-width: 34rem;
	color: var(--gnd-muted) !important;
	font-size: clamp(17px, 1.2vw, 19px);
	line-height: 1.58;
}

.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-lead-extra {
	max-width: 596px;
	margin-top: 14px;
	color: var(--gnd-muted) !important;
	font-size: clamp(16px, 1.08vw, 18px);
	line-height: 1.6;
}

.getndrive-visual-rebrand .sch-platform-actions,
.getndrive-visual-rebrand .sch-partners-actions,
.getndrive-visual-rebrand .sch-rental-actions {
	gap: 12px;
}

.getndrive-visual-rebrand .sch-platform-button,
.getndrive-visual-rebrand .sch-partners-page .wp-block-button__link,
.getndrive-visual-rebrand .sch-partners-form__submit,
.getndrive-visual-rebrand .sch-rental-button,
.getndrive-visual-rebrand .sch-rental-submit,
.getndrive-visual-rebrand .sch-demo-vehicle-card__booking-cta,
.getndrive-visual-rebrand .sch-rental-booking-modal__form button,
.getndrive-visual-rebrand .sch-rental-booking-modal__account-link,
.getndrive-visual-rebrand .sch-rental-booking-modal__success-close {
	border-radius: 10px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.getndrive-visual-rebrand .sch-platform-button--primary,
.getndrive-visual-rebrand .sch-partners-page .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.getndrive-visual-rebrand .sch-partners-form__submit,
.getndrive-visual-rebrand .sch-rental-button--primary,
.getndrive-visual-rebrand .sch-rental-submit,
.getndrive-visual-rebrand .sch-demo-vehicle-card__booking-cta,
.getndrive-visual-rebrand .sch-rental-booking-modal__form button {
	background: var(--gnd-teal-deep) !important;
	border-color: var(--gnd-teal-deep) !important;
	color: #ffffff !important;
}

.getndrive-visual-rebrand .sch-platform-button--primary:hover,
.getndrive-visual-rebrand .sch-partners-page .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.getndrive-visual-rebrand .sch-partners-form__submit:hover,
.getndrive-visual-rebrand .sch-rental-button--primary:hover,
.getndrive-visual-rebrand .sch-rental-submit:hover,
.getndrive-visual-rebrand .sch-demo-vehicle-card__booking-cta:hover {
	background: var(--gnd-teal-ink) !important;
	border-color: var(--gnd-teal-ink) !important;
	transform: translateY(-1px);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-rental-form .sch-rental-submit,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-rental-form button[type="submit"],
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-home-search .sch-rental-submit,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-home-search button[type="submit"],
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-home-search__submit,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign [data-sch-home-search-submit],
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign input[type="submit"],
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .wp-element-button[type="submit"],
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .wp-block-button__link[type="submit"] {
	background: var(--gnd-teal-deep) !important;
	background-color: var(--gnd-teal-deep) !important;
	background-image: none !important;
	border-color: var(--gnd-teal-deep) !important;
	color: #ffffff !important;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-rental-form .sch-rental-submit:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-rental-form button[type="submit"]:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-home-search .sch-rental-submit:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-home-search button[type="submit"]:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-home-search__submit:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-home-search__submit:focus-visible,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign [data-sch-home-search-submit]:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign [data-sch-home-search-submit]:focus-visible,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign input[type="submit"]:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .wp-element-button[type="submit"]:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .wp-block-button__link[type="submit"]:hover {
	background: var(--gnd-teal-ink) !important;
	background-color: var(--gnd-teal-ink) !important;
	background-image: none !important;
	border-color: var(--gnd-teal-ink) !important;
}

.getndrive-visual-rebrand .sch-platform-button--secondary,
.getndrive-visual-rebrand .sch-partners-page .is-style-outline .wp-block-button__link,
.getndrive-visual-rebrand .sch-rental-button--secondary {
	background: rgba(255, 255, 255, 0.11) !important;
	border-color: rgba(255, 255, 255, 0.72) !important;
	color: #ffffff !important;
}

.getndrive-visual-rebrand .sch-platform-trust {
	gap: 9px;
}

.getndrive-visual-rebrand .sch-platform-trust span {
	border-color: var(--gnd-line);
	background: var(--gnd-subtle);
	color: var(--gnd-ink);
}

.getndrive-visual-rebrand .sch-platform-services--featured,
.getndrive-visual-rebrand .sch-platform-timeline-section,
.getndrive-visual-rebrand .sch-platform-steps--timeline,
.getndrive-visual-rebrand .sch-platform-intro--about,
.getndrive-visual-rebrand .sch-platform-about {
	background:
		radial-gradient(circle at 14% 0%, rgba(27, 174, 159, 0.07), transparent 22rem),
		linear-gradient(180deg, rgba(250, 253, 253, 0.96), rgba(244, 248, 248, 0.98));
}

.getndrive-visual-rebrand .sch-platform-services--featured > .wp-block-group__inner-container,
.getndrive-visual-rebrand .sch-platform-timeline-section > .wp-block-group__inner-container,
.getndrive-visual-rebrand .sch-platform-steps--timeline > .wp-block-group__inner-container,
.getndrive-visual-rebrand .sch-platform-intro--about > .wp-block-group__inner-container,
.getndrive-visual-rebrand .sch-platform-about > .wp-block-group__inner-container {
	width: min(100% - 40px, 1120px);
	margin-left: auto;
	margin-right: auto;
}

.getndrive-visual-rebrand .sch-platform-home--redesign h2,
.getndrive-visual-rebrand .sch-partners-page h1,
.getndrive-visual-rebrand .sch-partners-page h2,
.getndrive-visual-rebrand .sch-rental-page--request h1,
.getndrive-visual-rebrand .sch-rental-page--request h2 {
	color: var(--gnd-ink);
	letter-spacing: -0.018em;
	text-wrap: balance;
}

.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-kicker,
.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-section-lead {
	color: var(--gnd-teal-ink);
}

.getndrive-visual-rebrand .sch-platform-service-grid {
	align-items: stretch;
	gap: 16px;
}

.getndrive-visual-rebrand .sch-platform-service-card,
.getndrive-visual-rebrand .sch-platform-timeline-card,
.getndrive-visual-rebrand .sch-rental-catalog-card,
.getndrive-visual-rebrand .sch-demo-vehicle-card,
.getndrive-visual-rebrand .sch-rental-form,
.getndrive-visual-rebrand .sch-rental-booking-modal__dialog {
	border: 1px solid var(--gnd-line) !important;
	border-radius: 14px !important;
	background: var(--gnd-card) !important;
	box-shadow: var(--gnd-shadow-soft) !important;
}

.getndrive-visual-rebrand .sch-platform-service-card {
	position: relative;
	overflow: hidden;
	padding-top: 30px;
}

.getndrive-visual-rebrand .sch-platform-service-card:first-child {
	background: linear-gradient(180deg, #ffffff 0%, #f2fbfa 100%) !important;
	border-color: rgba(27, 174, 159, 0.26) !important;
}

.getndrive-visual-rebrand .sch-platform-service-card:hover,
.getndrive-visual-rebrand .sch-platform-timeline-card:hover,
.getndrive-visual-rebrand .sch-demo-vehicle-card:hover {
	border-color: rgba(27, 174, 159, 0.34) !important;
}

.getndrive-visual-rebrand .sch-platform-service-card p,
.getndrive-visual-rebrand .sch-platform-timeline-card p,
.getndrive-visual-rebrand .sch-partners-page p,
.getndrive-visual-rebrand .sch-partners-page li,
.getndrive-visual-rebrand .sch-rental-page--request p,
.getndrive-visual-rebrand .sch-demo-vehicle-card__meta {
	color: var(--gnd-muted);
}

.getndrive-visual-rebrand .sch-platform-card-icon,
.getndrive-visual-rebrand .sch-platform-timeline-card > span,
.getndrive-visual-rebrand .sch-partners-step-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(27, 174, 159, 0.11) !important;
	color: var(--gnd-teal-deep) !important;
}

.getndrive-visual-rebrand .sch-platform-service-card a,
.getndrive-visual-rebrand .sch-rental-card-link {
	color: var(--gnd-teal-deep) !important;
	font-weight: 800;
}

.getndrive-visual-rebrand .sch-platform-timeline {
	position: relative;
	gap: 14px;
}

.getndrive-visual-rebrand .sch-platform-timeline::before {
	content: "";
	position: absolute;
	left: 36px;
	right: 36px;
	top: 34px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(27, 174, 159, 0.46), rgba(168, 224, 99, 0.58));
}

.getndrive-visual-rebrand .sch-platform-timeline-card {
	position: relative;
}

.getndrive-visual-rebrand .sch-partners-hero,
.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero {
	overflow: hidden;
	border: 1px solid rgba(27, 174, 159, 0.24) !important;
	border-radius: 16px !important;
	background: var(--gnd-hero-surface) !important;
	box-shadow: 0 8px 8px rgba(11, 31, 58, 0.12) !important;
}

.getndrive-visual-rebrand .sch-partners-hero > .wp-block-group__inner-container {
	background: transparent !important;
}

.getndrive-visual-rebrand .sch-partners-hero__content,
.getndrive-visual-rebrand .sch-partners-hero__media {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
}

.getndrive-visual-rebrand .sch-partners-hero h1,
.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero h1 {
	color: #ffffff;
}

.getndrive-visual-rebrand .sch-partners-hero p,
.getndrive-visual-rebrand .sch-partners-hero .sch-partners-lead,
.getndrive-visual-rebrand .sch-partners-hero .sch-partners-copy,
.getndrive-visual-rebrand .sch-partners-hero .sch-partners-motivation-line,
.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero p,
.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero .sch-rental-lead {
	color: rgba(255, 255, 255, 0.88) !important;
}

.getndrive-visual-rebrand .sch-partners-hero-image img {
	border-radius: 14px;
	filter: saturate(0.96) contrast(1.05);
}

.getndrive-visual-rebrand .sch-partners-motivation-strip,
.getndrive-visual-rebrand .sch-partners-audience,
.getndrive-visual-rebrand .sch-partners-benefits,
.getndrive-visual-rebrand .sch-partners-crm,
.getndrive-visual-rebrand .sch-partners-steps,
.getndrive-visual-rebrand .sch-partners-commission,
.getndrive-visual-rebrand .sch-partners-vehicle-types,
.getndrive-visual-rebrand .sch-partners-growth,
.getndrive-visual-rebrand .sch-partners-form {
	border: 1px solid var(--gnd-line) !important;
	border-radius: 14px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: var(--gnd-shadow-soft) !important;
}

.getndrive-visual-rebrand .sch-partners-benefit-grid > div,
.getndrive-visual-rebrand .sch-partners-step-grid > div,
.getndrive-visual-rebrand .sch-partners-motivation-item,
.getndrive-visual-rebrand .sch-partners-crm-mockup,
.getndrive-visual-rebrand .sch-partners-crm-offer__feature {
	border-color: var(--gnd-line) !important;
	border-radius: 12px !important;
}

.getndrive-visual-rebrand .sch-partners-highlight,
.getndrive-visual-rebrand .sch-partners-crm-offer__highlight,
.getndrive-visual-rebrand .sch-rental-card-tag {
	background: rgba(27, 174, 159, 0.10) !important;
	color: var(--gnd-navy) !important;
}

.getndrive-visual-rebrand .sch-partners-crm > .wp-block-group__inner-container {
	background:
		radial-gradient(circle at 0% 0%, rgba(27, 174, 159, 0.09), transparent 26rem),
		linear-gradient(180deg, rgba(244, 250, 249, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%) !important;
	border: 1px solid rgba(11, 31, 58, 0.10) !important;
	box-shadow: 0 16px 36px rgba(11, 31, 58, 0.06) !important;
}

.getndrive-visual-rebrand .sch-partners-crm-offer__copy h2,
.getndrive-visual-rebrand .sch-partners-crm-mockup__topbar-title,
.getndrive-visual-rebrand .sch-partners-crm-mockup__booking-copy strong,
.getndrive-visual-rebrand .sch-partners-crm-mockup__metric-value,
.getndrive-visual-rebrand .sch-partners-crm-offer__badge {
	color: var(--gnd-navy) !important;
}

.getndrive-visual-rebrand .sch-partners-crm-offer__copy p,
.getndrive-visual-rebrand .sch-partners-crm-mockup__booking-copy span,
.getndrive-visual-rebrand .sch-partners-crm-offer__feature-label,
.getndrive-visual-rebrand .sch-partners-crm-offer__note,
.getndrive-visual-rebrand .sch-partners-crm-mockup__workflow-title,
.getndrive-visual-rebrand .sch-partners-crm-mockup__metric-label {
	color: var(--gnd-muted) !important;
}

.getndrive-visual-rebrand .sch-partners-crm-offer__summary {
	background: rgba(27, 174, 159, 0.11) !important;
	border: 1px solid rgba(27, 174, 159, 0.18) !important;
	color: var(--gnd-teal-ink) !important;
}

.getndrive-visual-rebrand .sch-partners-crm-offer__highlight {
	background: linear-gradient(135deg, rgba(13, 127, 119, 0.13), rgba(27, 174, 159, 0.07)) !important;
	border: 1px solid rgba(27, 174, 159, 0.18) !important;
	color: var(--gnd-navy) !important;
}

.getndrive-visual-rebrand .sch-partners-crm-mockup {
	border: 1px solid rgba(11, 31, 58, 0.10) !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 250, 0.98)) !important;
	box-shadow: 0 18px 36px rgba(11, 31, 58, 0.06) !important;
}

.getndrive-visual-rebrand .sch-partners-crm-mockup__topbar {
	border-bottom: 1px solid rgba(11, 31, 58, 0.09) !important;
}

.getndrive-visual-rebrand .sch-partners-crm-mockup__topbar-badge,
.getndrive-visual-rebrand .sch-partners-crm-mockup__status {
	background: rgba(27, 174, 159, 0.10) !important;
	border: 1px solid rgba(27, 174, 159, 0.18) !important;
	color: var(--gnd-teal-ink) !important;
}

.getndrive-visual-rebrand .sch-partners-crm-mockup__booking {
	background: rgba(11, 31, 58, 0.045) !important;
	border: 1px solid rgba(11, 31, 58, 0.06) !important;
}

.getndrive-visual-rebrand .sch-partners-crm-mockup__metric,
.getndrive-visual-rebrand .sch-partners-crm-offer__feature,
.getndrive-visual-rebrand .sch-partners-crm-mockup__workflow {
	border: 1px solid rgba(11, 31, 58, 0.09) !important;
	background: rgba(255, 255, 255, 0.86) !important;
	box-shadow: none !important;
}

.getndrive-visual-rebrand .sch-partners-crm-offer__feature-icon {
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(27, 174, 159, 0.12) !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	box-shadow: inset 0 0 0 1px rgba(27, 174, 159, 0.12);
}

.getndrive-visual-rebrand .sch-partners-crm-offer__feature-icon::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	background: var(--gnd-teal-ink);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.getndrive-visual-rebrand .sch-partners-crm-offer__feature:nth-child(1) .sch-partners-crm-offer__feature-icon::before {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 13l2-5a2 2 0 0 1 1.87-1.27h10.26A2 2 0 0 1 19 8l2 5\"/><path d=\"M5 13h14v5a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H8v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z\"/><circle cx=\"7.5\" cy=\"14.5\" r=\"1.5\"/><circle cx=\"16.5\" cy=\"14.5\" r=\"1.5\"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 13l2-5a2 2 0 0 1 1.87-1.27h10.26A2 2 0 0 1 19 8l2 5\"/><path d=\"M5 13h14v5a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H8v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z\"/><circle cx=\"7.5\" cy=\"14.5\" r=\"1.5\"/><circle cx=\"16.5\" cy=\"14.5\" r=\"1.5\"/></svg>');
}

.getndrive-visual-rebrand .sch-partners-crm-offer__feature:nth-child(2) .sch-partners-crm-offer__feature-icon::before {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"17\" rx=\"2\"/><path d=\"M8 2v4M16 2v4M3 10h18\"/><path d=\"M8 14h3M13 14h3M8 18h3\"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"17\" rx=\"2\"/><path d=\"M8 2v4M16 2v4M3 10h18\"/><path d=\"M8 14h3M13 14h3M8 18h3\"/></svg>');
}

.getndrive-visual-rebrand .sch-partners-crm-offer__feature:nth-child(3) .sch-partners-crm-offer__feature-icon::before {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2\"/><circle cx=\"9.5\" cy=\"7\" r=\"3.5\"/><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"/><path d=\"M16 3.13a3.5 3.5 0 0 1 0 6.74\"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2\"/><circle cx=\"9.5\" cy=\"7\" r=\"3.5\"/><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"/><path d=\"M16 3.13a3.5 3.5 0 0 1 0 6.74\"/></svg>');
}

.getndrive-visual-rebrand .sch-partners-crm-offer__feature:nth-child(4) .sch-partners-crm-offer__feature-icon::before {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"17\" rx=\"2\"/><path d=\"M8 2v4M16 2v4M3 10h18\"/><path d=\"M8 14h3M13 14h3M13 18h3\"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"17\" rx=\"2\"/><path d=\"M8 2v4M16 2v4M3 10h18\"/><path d=\"M8 14h3M13 14h3M13 18h3\"/></svg>');
}

.getndrive-visual-rebrand .sch-partners-crm-offer__feature:nth-child(5) .sch-partners-crm-offer__feature-icon::before {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 1v22\"/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7H14.5a3.5 3.5 0 0 1 0 7H6\"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 1v22\"/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7H14.5a3.5 3.5 0 0 1 0 7H6\"/></svg>');
}

.getndrive-visual-rebrand .sch-partners-crm-offer__feature:nth-child(6) .sch-partners-crm-offer__feature-icon::before {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 12l2 2 4-4\"/><circle cx=\"12\" cy=\"12\" r=\"9\"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 12l2 2 4-4\"/><circle cx=\"12\" cy=\"12\" r=\"9\"/></svg>');
}

.getndrive-visual-rebrand .sch-partners-crm-mockup__workflow-steps span {
	background: rgba(27, 174, 159, 0.11) !important;
	color: var(--gnd-teal-ink) !important;
}

.getndrive-visual-rebrand .sch-partners-crm-offer__badge {
	background: linear-gradient(135deg, var(--gnd-teal-deep) 0%, var(--gnd-teal) 100%) !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.20) !important;
	box-shadow: 0 14px 26px rgba(13, 127, 119, 0.18) !important;
}

.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__layout {
	gap: clamp(24px, 4vw, 54px);
}

.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form {
	order: 2;
	max-width: 340px;
	padding: 24px !important;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 14px !important;
	background: var(--gnd-card) !important;
	box-shadow: var(--gnd-shadow-soft) !important;
	color: var(--gnd-ink) !important;
}

.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__copy {
	order: 1;
}

.getndrive-visual-rebrand .sch-rental-form {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	display: grid;
	gap: 14px 16px;
}

.getndrive-visual-rebrand .sch-rental-form label,
.getndrive-visual-rebrand .sch-partners-form__field span,
.getndrive-visual-rebrand .sch-rental-booking-modal__form label span {
	color: var(--gnd-ink) !important;
	font-weight: 750;
}

.getndrive-visual-rebrand .sch-rental-form input,
.getndrive-visual-rebrand .sch-rental-form select,
.getndrive-visual-rebrand .sch-rental-form textarea,
.getndrive-visual-rebrand .sch-partners-form__field input,
.getndrive-visual-rebrand .sch-partners-form__field select,
.getndrive-visual-rebrand .sch-partners-form__field textarea,
.getndrive-visual-rebrand .sch-rental-booking-modal__form input,
.getndrive-visual-rebrand .sch-rental-booking-modal__form textarea {
	border-color: var(--gnd-line-strong) !important;
	border-radius: 10px !important;
	color: var(--gnd-ink) !important;
}

.getndrive-visual-rebrand .sch-rental-form input:focus,
.getndrive-visual-rebrand .sch-rental-form select:focus,
.getndrive-visual-rebrand .sch-rental-form textarea:focus,
.getndrive-visual-rebrand .sch-partners-form__field input:focus,
.getndrive-visual-rebrand .sch-partners-form__field select:focus,
.getndrive-visual-rebrand .sch-partners-form__field textarea:focus,
.getndrive-visual-rebrand .sch-rental-booking-modal__form input:focus,
.getndrive-visual-rebrand .sch-rental-booking-modal__form textarea:focus {
	border-color: var(--gnd-teal-deep) !important;
	box-shadow: var(--gnd-focus) !important;
	outline: none !important;
}

.getndrive-visual-rebrand .sch-rental-form .sch-rental-filter-row {
	gap: 14px 16px;
}

.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form button {
	width: 100%;
	border: 1px solid var(--gnd-teal-deep) !important;
	border-radius: 10px !important;
	background: var(--gnd-teal-deep) !important;
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form button:hover,
.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form button:focus-visible {
	background: var(--gnd-teal-ink) !important;
	border-color: var(--gnd-teal-ink) !important;
	outline: none !important;
	transform: translateY(-1px);
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero {
	overflow: hidden;
	border: 1px solid rgba(27, 174, 159, 0.24) !important;
	border-radius: 16px !important;
	background: var(--gnd-hero-surface) !important;
	box-shadow: 0 8px 8px rgba(11, 31, 58, 0.12) !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero > .wp-block-group__inner-container {
	background: transparent !important;
	padding: 40px !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero__layout {
	gap: clamp(24px, 4vw, 54px) !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero__copy {
	max-width: 720px;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero__filter {
	max-width: 340px;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 14px !important;
	background: var(--gnd-card) !important;
	box-shadow: var(--gnd-shadow-soft) !important;
	color: var(--gnd-ink) !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-filter {
	gap: 14px 16px;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-filter label,
.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-filter span {
	color: var(--gnd-ink) !important;
	font-weight: 750 !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-filter input,
.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-filter select {
	border-color: var(--gnd-line-strong) !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	color: var(--gnd-ink) !important;
	font-weight: 600 !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-filter input:focus,
.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-filter select:focus {
	border-color: var(--gnd-teal-deep) !important;
	box-shadow: var(--gnd-focus) !important;
	outline: none !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-filter-submit {
	border: 1px solid var(--gnd-teal-deep) !important;
	border-radius: 10px !important;
	background: var(--gnd-teal-deep) !important;
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-filter-submit:hover,
.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-filter-submit:focus-visible {
	background: var(--gnd-teal-ink) !important;
	border-color: var(--gnd-teal-ink) !important;
	outline: none !important;
	transform: translateY(-1px);
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero .sch-bike-kicker {
	color: var(--gnd-lime-soft) !important;
	margin: 0 0 12px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero h1,
.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero .sch-bike-hero__copy h1 {
	color: #ffffff !important;
	margin: 0 0 14px !important;
	font-size: clamp(1.75rem, 2.8vw, 2.125rem) !important;
	line-height: 1.15 !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero .sch-bike-lead,
.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero .sch-bike-lead-extra {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero .sch-bike-lead {
	margin: 0 0 12px !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero .sch-bike-lead-extra {
	margin: 0 0 12px !important;
}

.getndrive-visual-rebrand .sch-bike-page--live .sch-bike-hero .sch-bike-lead-extra:last-child {
	margin-bottom: 0 !important;
}

.getndrive-visual-rebrand .sch-demo-vehicles__scenarios-grid,
.getndrive-visual-rebrand .sch-demo-vehicles__pickup-locations-grid {
	align-items: stretch;
}

.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card,
.getndrive-visual-rebrand [data-sch-scenario-pickup],
.getndrive-visual-rebrand [data-sch-scenario-category] {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	width: 100%;
	min-height: 158px;
	overflow: hidden;
	border: 1px solid var(--gnd-line) !important;
	background: #ffffff !important;
	background-image: none !important;
	color: var(--gnd-ink) !important;
	box-shadow: none !important;
	text-align: left;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card,
.getndrive-visual-rebrand [data-sch-scenario-pickup],
.getndrive-visual-rebrand [data-sch-scenario-category],
.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card,
.getndrive-visual-rebrand [data-sch-pickup-pick] {
	border-radius: 20px !important;
}

.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card-title {
	color: var(--gnd-ink) !important;
}

.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card-desc {
	color: var(--gnd-muted) !important;
}

.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card:hover,
.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card:focus-visible,
.getndrive-visual-rebrand [data-sch-scenario-pickup]:hover,
.getndrive-visual-rebrand [data-sch-scenario-pickup]:focus-visible,
.getndrive-visual-rebrand [data-sch-scenario-category]:hover,
.getndrive-visual-rebrand [data-sch-scenario-category]:focus-visible {
	border-color: rgba(27, 174, 159, 0.42) !important;
	background: #f3fbfa !important;
	background-image: none !important;
	color: var(--gnd-ink) !important;
	box-shadow: var(--gnd-shadow-soft) !important;
	outline: none !important;
	transform: translateY(-1px);
}

.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card:hover .sch-demo-vehicles__scenario-card-title,
.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card:focus-visible .sch-demo-vehicles__scenario-card-title,
.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card:hover .sch-demo-vehicles__scenario-card-desc,
.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card:focus-visible .sch-demo-vehicles__scenario-card-desc {
	color: var(--gnd-ink) !important;
}

.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card,
.getndrive-visual-rebrand [data-sch-pickup-pick] {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	min-height: 256px;
	overflow: hidden;
	border: 1px solid var(--gnd-line) !important;
	background: #ffffff !important;
	background-image: none !important;
	box-shadow: none !important;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-media {
	min-height: 104px;
}

.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-media-label {
	color: #ffffff !important;
	text-shadow: 0 1px 1px rgba(7, 24, 46, 0.18);
}

.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card-body,
.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card-title {
	color: var(--gnd-ink) !important;
}

.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card-body {
	gap: 8px;
	padding: 18px 18px 20px;
}

.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card-desc {
	color: var(--gnd-muted) !important;
}

.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card:hover,
.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card:focus-visible,
.getndrive-visual-rebrand [data-sch-pickup-pick]:hover,
.getndrive-visual-rebrand [data-sch-pickup-pick]:focus-visible {
	border-color: rgba(27, 174, 159, 0.42) !important;
	background: #ffffff !important;
	background-image: none !important;
	box-shadow: var(--gnd-shadow-soft) !important;
	outline: none !important;
	transform: translateY(-1px);
}

.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card:hover .sch-demo-vehicles__pickup-location-media-label,
.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card:focus-visible .sch-demo-vehicles__pickup-location-media-label {
	color: #ffffff !important;
}

.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card.is-active,
.getndrive-visual-rebrand [data-sch-scenario-pickup].is-active,
.getndrive-visual-rebrand [data-sch-scenario-pickup][aria-pressed="true"],
.getndrive-visual-rebrand [data-sch-scenario-category].is-active,
.getndrive-visual-rebrand [data-sch-scenario-category][aria-pressed="true"],
.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card.is-active,
.getndrive-visual-rebrand .sch-demo-vehicles__pickup-location-card[aria-pressed="true"],
.getndrive-visual-rebrand [data-sch-pickup-pick].is-active,
.getndrive-visual-rebrand [data-sch-pickup-pick][aria-pressed="true"] {
	border-color: var(--gnd-teal-deep) !important;
	background: #eaf8f6 !important;
	background-image: none !important;
	box-shadow: var(--gnd-shadow-soft) !important;
}

.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card.is-active .sch-demo-vehicles__scenario-card-title,
.getndrive-visual-rebrand .sch-demo-vehicles__scenario-card.is-active .sch-demo-vehicles__scenario-card-desc,
.getndrive-visual-rebrand [data-sch-scenario-pickup].is-active .sch-demo-vehicles__scenario-card-title,
.getndrive-visual-rebrand [data-sch-scenario-pickup].is-active .sch-demo-vehicles__scenario-card-desc,
.getndrive-visual-rebrand [data-sch-scenario-pickup][aria-pressed="true"] .sch-demo-vehicles__scenario-card-title,
.getndrive-visual-rebrand [data-sch-scenario-pickup][aria-pressed="true"] .sch-demo-vehicles__scenario-card-desc,
.getndrive-visual-rebrand [data-sch-scenario-category].is-active .sch-demo-vehicles__scenario-card-title,
.getndrive-visual-rebrand [data-sch-scenario-category].is-active .sch-demo-vehicles__scenario-card-desc,
.getndrive-visual-rebrand [data-sch-scenario-category][aria-pressed="true"] .sch-demo-vehicles__scenario-card-title,
.getndrive-visual-rebrand [data-sch-scenario-category][aria-pressed="true"] .sch-demo-vehicles__scenario-card-desc {
	color: var(--gnd-ink) !important;
}

.getndrive-visual-rebrand [data-sch-category-pick],
.getndrive-visual-rebrand .sch-demo-vehicles__category-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	color: var(--gnd-ink) !important;
	box-shadow: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.getndrive-visual-rebrand .sch-demo-vehicles__category-card-media {
	margin: 0 0 8px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #f7fbfb !important;
}

.getndrive-visual-rebrand .sch-demo-vehicles__category-card-media img {
	border-radius: 10px !important;
	background: #f7fbfb !important;
}

.getndrive-visual-rebrand [data-sch-category-pick]::before,
.getndrive-visual-rebrand [data-sch-category-pick]::after,
.getndrive-visual-rebrand .sch-demo-vehicles__category-card::before,
.getndrive-visual-rebrand .sch-demo-vehicles__category-card::after {
	display: none !important;
	content: none !important;
}

.getndrive-visual-rebrand [data-sch-category-pick]:hover,
.getndrive-visual-rebrand [data-sch-category-pick]:focus-visible,
.getndrive-visual-rebrand .sch-demo-vehicles__category-card:hover,
.getndrive-visual-rebrand .sch-demo-vehicles__category-card:focus-visible {
	border-color: rgba(27, 174, 159, 0.42) !important;
	background: #f3fbfa !important;
	outline: none !important;
	transform: translateY(-1px);
}

.getndrive-visual-rebrand [data-sch-category-pick].is-active,
.getndrive-visual-rebrand [data-sch-category-pick][aria-pressed="true"],
.getndrive-visual-rebrand .sch-demo-vehicles__category-card.is-active,
.getndrive-visual-rebrand .sch-demo-vehicles__category-card[aria-pressed="true"] {
	border-color: var(--gnd-teal-deep) !important;
	background: #eaf8f6 !important;
}

.getndrive-visual-rebrand .sch-demo-vehicle-card__media {
	background: linear-gradient(180deg, #e7f8f5, var(--gnd-subtle));
}

.getndrive-visual-rebrand .site-footer,
.getndrive-visual-rebrand .site-footer-wrap,
.getndrive-visual-rebrand .site-footer-row,
.getndrive-visual-rebrand .site-footer-row-container-inner,
.getndrive-visual-rebrand .site-bottom-footer-wrap {
	background:
		radial-gradient(circle at 18% 0%, rgba(168, 224, 99, 0.12), transparent 24rem),
		linear-gradient(180deg, #108078 0%, #0b4558 38%, var(--gnd-navy-3) 100%) !important;
}

.getndrive-visual-rebrand .sch-footer {
	background: transparent !important;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: none;
}

.getndrive-visual-rebrand .sch-footer__inner {
	background: transparent !important;
}

.getndrive-visual-rebrand .sch-footer,
.getndrive-visual-rebrand .sch-footer p,
.getndrive-visual-rebrand .sch-footer li,
.getndrive-visual-rebrand .sch-footer span,
.getndrive-visual-rebrand .sch-footer strong {
	color: rgba(239, 247, 246, 0.84);
}

.getndrive-visual-rebrand .sch-footer h2,
.getndrive-visual-rebrand .sch-footer h3,
.getndrive-visual-rebrand .sch-footer h4,
.getndrive-visual-rebrand .sch-footer h5 {
	color: #ffffff;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.getndrive-visual-rebrand .sch-footer a {
	color: rgba(255, 255, 255, 0.90);
}

.getndrive-visual-rebrand .sch-footer a:hover,
.getndrive-visual-rebrand .sch-footer a:focus-visible {
	color: #ffffff;
}

.getndrive-visual-rebrand .sch-footer__brand-name {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #ffffff;
}

.getndrive-visual-rebrand .sch-footer__brand-name::before {
	content: "";
	width: 82px;
	height: 48px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 16px;
	background-color: rgba(248, 253, 252, 0.96);
	background-image: var(--gnd-logo-mark-url);
	background-origin: content-box;
	background-clip: padding-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 0 6px 8px rgba(5, 18, 35, 0.16);
}

.getndrive-visual-rebrand .sch-footer__brand-name::after {
	content: "";
	display: block;
	width: 64px;
	height: 3px;
	margin-top: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--gnd-teal), var(--gnd-lime));
	opacity: 0.86;
}

.getndrive-visual-rebrand .sch-footer__brand-name .gnd-wordmark {
	color: #ffffff;
}

.getndrive-visual-rebrand .sch-footer__brand-name .gnd-wordmark__n {
	color: var(--gnd-lime);
}

.getndrive-visual-rebrand .sch-footer__brand-partner .sch-footer__brand-cta {
	border-color: rgba(168, 224, 99, 0.34);
	background: rgba(27, 174, 159, 0.12);
}

.getndrive-visual-rebrand .sch-footer__brand-partner .sch-footer__brand-cta:hover,
.getndrive-visual-rebrand .sch-footer__brand-partner .sch-footer__brand-cta:focus-visible {
	border-color: rgba(168, 224, 99, 0.64);
	background: rgba(27, 174, 159, 0.20);
}

.getndrive-visual-rebrand .sch-footer__bottom,
.getndrive-visual-rebrand .site-bottom-footer-inner-wrap {
	background: transparent !important;
	border-top-color: rgba(255, 255, 255, 0.14) !important;
}

.getndrive-visual-rebrand .sch-footer .gnd-footer-utility-link {
	display: none !important;
}

.getndrive-visual-rebrand .sch-footer .gnd-footer-utility-link:hover,
.getndrive-visual-rebrand .sch-footer .gnd-footer-utility-link:focus-visible {
	display: none !important;
}

.getndrive-visual-rebrand .gnd-support-hub {
	margin: 0 0 36px;
	padding: 0;
}

.getndrive-visual-rebrand .gnd-support-hub--center {
	max-width: 1120px;
	margin-inline: auto;
}

.getndrive-visual-rebrand .gnd-support-hub__heading {
	margin: 0 0 24px;
	font-size: clamp(36px, 4vw, 56px);
	line-height: 1.02;
	color: var(--gnd-navy);
}

.getndrive-visual-rebrand .gnd-support-hub__actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 22px;
}

.getndrive-visual-rebrand .gnd-support-hub__actions--stack {
	grid-template-columns: 1fr;
	max-width: 980px;
}

.getndrive-visual-rebrand .gnd-support-hub__action {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 148px;
	padding: 28px 26px;
	border: 1px solid rgba(17, 129, 122, 0.18);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 34px rgba(11, 31, 58, 0.07);
	color: var(--gnd-navy) !important;
	text-decoration: none !important;
}

.getndrive-visual-rebrand .gnd-support-hub__action:hover,
.getndrive-visual-rebrand .gnd-support-hub__action:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(17, 129, 122, 0.32);
	box-shadow: 0 22px 36px rgba(11, 31, 58, 0.09);
	outline: none;
}

.getndrive-visual-rebrand .gnd-support-hub__action[disabled],
.getndrive-visual-rebrand .gnd-support-hub__action[aria-disabled="true"] {
	cursor: default;
	opacity: 0.88;
}

.getndrive-visual-rebrand .gnd-support-hub__action[disabled]:hover,
.getndrive-visual-rebrand .gnd-support-hub__action[aria-disabled="true"]:hover {
	transform: none;
	border-color: rgba(17, 129, 122, 0.18);
	box-shadow: 0 18px 34px rgba(11, 31, 58, 0.07);
}

.getndrive-visual-rebrand .gnd-support-hub__action--primary {
	background: linear-gradient(135deg, #11817a, #0b4558);
	color: #ffffff !important;
}

.getndrive-visual-rebrand .gnd-support-hub__action--brand {
	background: linear-gradient(135deg, #138bcf, #0d6ca6);
	border-color: rgba(19, 139, 207, 0.6);
	color: #ffffff !important;
}

.getndrive-visual-rebrand .gnd-support-hub__action-title {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.08;
}

.getndrive-visual-rebrand .gnd-support-hub__action-desc {
	font-size: 17px;
	line-height: 1.6;
	color: rgba(16, 32, 51, 0.72);
}

.getndrive-visual-rebrand .gnd-support-hub__action--primary .gnd-support-hub__action-desc {
	color: rgba(255, 255, 255, 0.82);
}

.getndrive-visual-rebrand .gnd-support-hub__action--brand .gnd-support-hub__action-desc {
	color: rgba(255, 255, 255, 0.84);
}

.getndrive-visual-rebrand .gnd-support-hub__categories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.getndrive-visual-rebrand .gnd-support-hub__category {
	padding: 24px 24px 22px;
	border: 1px solid rgba(11, 31, 58, 0.11);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 26px rgba(11, 31, 58, 0.05);
}

.getndrive-visual-rebrand .gnd-support-hub__category h3,
.getndrive-visual-rebrand .gnd-support-hub__note h3 {
	margin: 0 0 8px;
	font-size: 23px;
	line-height: 1.18;
	color: var(--gnd-navy);
}

.getndrive-visual-rebrand .gnd-support-hub__category p,
.getndrive-visual-rebrand .gnd-support-hub__note p {
	margin: 0;
	font-size: 17px;
	line-height: 1.65;
	color: var(--gnd-muted);
}

.getndrive-visual-rebrand .gnd-support-hub__note {
	margin-top: 22px;
	padding: 26px 26px 24px;
	border: 1px solid rgba(11, 31, 58, 0.10);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(245, 250, 249, 0.98), rgba(236, 246, 245, 0.94));
}

.getndrive-visual-rebrand .gnd-support-hub__note p + p {
	margin-top: 10px;
}

.getndrive-visual-rebrand .gnd-support-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	font-size: 15px;
	color: #52708a;
}

.getndrive-visual-rebrand .gnd-support-breadcrumbs a {
	color: #1973be;
	text-decoration: none;
}

.getndrive-visual-rebrand .gnd-support-breadcrumbs__sep {
	color: #8ba1b4;
}

.getndrive-visual-rebrand .gnd-support-search {
	position: relative;
	max-width: 760px;
	margin: 0 0 24px;
}

.getndrive-visual-rebrand .gnd-support-search__icon {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	color: #476078;
	font-size: 24px;
	line-height: 1;
}

.getndrive-visual-rebrand .gnd-support-search input {
	width: 100%;
	height: 56px;
	padding: 0 18px 0 50px;
	border: 1px solid #c7d7e5;
	border-radius: 10px;
	background: #ffffff;
	color: #2e455a;
	font-size: 18px;
}

.getndrive-visual-rebrand .gnd-support-listing,
.getndrive-visual-rebrand .gnd-support-topic,
.getndrive-visual-rebrand .gnd-support-article {
	max-width: 980px;
}

.getndrive-visual-rebrand .gnd-support-listing__title,
.getndrive-visual-rebrand .gnd-support-topic__title,
.getndrive-visual-rebrand .gnd-support-article h1 {
	margin: 0 0 18px;
	font-size: clamp(34px, 3.2vw, 50px);
	line-height: 1.04;
	color: var(--gnd-navy);
}

.getndrive-visual-rebrand .gnd-support-listing__cards {
	display: grid;
	gap: 14px;
}

.getndrive-visual-rebrand .gnd-support-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 22px 20px;
	border: 1px solid #d5e1ea;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(11, 31, 58, 0.04);
	color: var(--gnd-navy);
	text-decoration: none;
}

.getndrive-visual-rebrand .gnd-support-card:hover,
.getndrive-visual-rebrand .gnd-support-card:focus-visible {
	border-color: #9cc6d7;
	transform: translateY(-1px);
	outline: none;
}

.getndrive-visual-rebrand .gnd-support-card__text {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.getndrive-visual-rebrand .gnd-support-card__text strong {
	font-size: 28px;
	line-height: 1.08;
}

.getndrive-visual-rebrand .gnd-support-card__text span {
	font-size: 18px;
	line-height: 1.55;
	color: #536b81;
}

.getndrive-visual-rebrand .gnd-support-card__meta {
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 700;
	color: #1973be;
}

.getndrive-visual-rebrand .gnd-support-topic__group {
	margin: 0 0 28px;
}

.getndrive-visual-rebrand .gnd-support-topic__group h3 {
	margin: 0 0 12px;
	font-size: 24px;
	color: var(--gnd-navy);
}

.getndrive-visual-rebrand .gnd-support-topic__group ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.getndrive-visual-rebrand .gnd-support-topic__group li + li {
	margin-top: 10px;
}

.getndrive-visual-rebrand .gnd-support-topic__group a {
	color: #1973be;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.5;
}

.getndrive-visual-rebrand .gnd-support-topic__cta {
	margin-top: 32px;
	padding: 24px;
	border: 1px solid #d7e3ec;
	border-radius: 14px;
	background: #f5f9fc;
	text-align: center;
}

.getndrive-visual-rebrand .gnd-support-topic__chat {
	margin-top: 12px;
	padding: 14px 24px;
	border: 0;
	border-radius: 999px;
	background: #138bcf;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}

.getndrive-visual-rebrand .gnd-support-article__intro {
	font-size: 22px;
	line-height: 1.62;
	color: #344d62;
}

.getndrive-visual-rebrand .gnd-support-article h2,
.getndrive-visual-rebrand .gnd-support-article h3 {
	color: var(--gnd-navy);
}

.getndrive-visual-rebrand .gnd-support-article__steps {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: grid;
	gap: 16px;
}

.getndrive-visual-rebrand .gnd-support-article__steps li {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 14px;
	align-items: start;
	font-size: 20px;
	line-height: 1.58;
	color: #223649;
}

.getndrive-visual-rebrand .gnd-support-article__step-dot {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #138bcf;
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.92);
}

.getndrive-visual-rebrand .gnd-support-article__fact,
.getndrive-visual-rebrand .gnd-support-article__next {
	margin-top: 16px;
	padding: 20px 18px;
	border-radius: 14px;
}

.getndrive-visual-rebrand .gnd-support-article__fact strong,
.getndrive-visual-rebrand .gnd-support-article__next h3 {
	display: block;
	margin: 0 0 8px;
}

.getndrive-visual-rebrand .gnd-support-article__fact p,
.getndrive-visual-rebrand .gnd-support-article__next p {
	margin: 0;
	font-size: 20px;
	line-height: 1.58;
}

.getndrive-visual-rebrand .gnd-support-article__fact--blue {
	background: #d9eefc;
	border: 1px solid #8ac7ef;
}

.getndrive-visual-rebrand .gnd-support-article__fact--teal {
	background: #dff5f1;
	border: 1px solid #9fd8cf;
}

.getndrive-visual-rebrand .gnd-support-article__fact--gold {
	background: #fff5d8;
	border: 1px solid #f0cd6c;
}

.getndrive-visual-rebrand .gnd-support-article__next {
	background: #f7fafc;
	border: 1px solid #d8e3eb;
}

.getndrive-visual-rebrand .gnd-page-spotlight {
	margin: 0 0 40px;
	padding: 34px 36px;
	border: 1px solid var(--gnd-line);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(168, 224, 99, 0.14), transparent 22rem),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 246, 0.96));
	box-shadow: 0 20px 40px rgba(11, 31, 58, 0.08);
}

.getndrive-visual-rebrand .gnd-page-spotlight__kicker {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gnd-teal-ink);
}

.getndrive-visual-rebrand .gnd-page-spotlight__title {
	margin: 0 0 14px;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.08;
	color: var(--gnd-navy);
}

.getndrive-visual-rebrand .gnd-page-spotlight__lead {
	max-width: 980px;
	margin: 0;
	font-size: 20px;
	line-height: 1.7;
	color: var(--gnd-muted);
}

.getndrive-visual-rebrand .gnd-page-spotlight__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 26px;
}

.getndrive-visual-rebrand .gnd-page-spotlight__grid article {
	padding: 22px 22px 20px;
	border: 1px solid rgba(11, 31, 58, 0.11);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 10px 24px rgba(11, 31, 58, 0.05);
}

.getndrive-visual-rebrand .gnd-page-spotlight__grid h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	color: var(--gnd-navy);
}

.getndrive-visual-rebrand .gnd-page-spotlight__grid p {
	margin: 0;
	font-size: 17px;
	line-height: 1.65;
	color: var(--gnd-muted);
}

.getndrive-visual-rebrand .gnd-page-spotlight--partners .gnd-page-spotlight__kicker,
.getndrive-visual-rebrand .gnd-page-spotlight--help .gnd-page-spotlight__kicker {
	color: var(--gnd-teal-deep);
}

.getndrive-visual-rebrand .gnd-page-spotlight--about .gnd-page-spotlight__kicker {
	color: #6c8c2c;
}

@media (max-width: 1100px) {
	.getndrive-visual-rebrand .site-branding a.brand {
		width: 280px;
		height: 49px;
	}

	.getndrive-visual-rebrand .site-branding a.brand::before {
		width: 100%;
		height: 100%;
		flex-basis: 100%;
		background-position: left center;
	}

	.getndrive-visual-rebrand .site-branding .site-title,
	.getndrive-visual-rebrand .site-branding .site-title.vs-md-false {
		font-size: 20px;
	}

	.getndrive-visual-rebrand .sch-platform-timeline::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.getndrive-visual-rebrand .site-mobile-header-wrap .site-header-row-container-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.getndrive-visual-rebrand .site-main-header-inner-wrap {
		min-height: 82px;
	}

	.getndrive-visual-rebrand #mobile-header .site-main-header-inner-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		position: relative;
		padding-left: 16px;
		padding-right: 58px;
	}

	.getndrive-visual-rebrand #mobile-header .site-header-main-section-left {
		display: flex;
		flex: 1 1 auto;
		justify-content: flex-start;
		min-width: 0;
	}

	.getndrive-visual-rebrand #mobile-header .site-header-main-section-right {
		display: flex;
		flex: 0 0 auto;
		justify-content: flex-end;
		margin-left: auto;
	}

	.getndrive-visual-rebrand #mobile-header .site-header-item-navgation-popup-toggle,
	.getndrive-visual-rebrand #mobile-header .mobile-toggle-open-container,
	.getndrive-visual-rebrand #mobile-header #mobile-toggle {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.getndrive-visual-rebrand #mobile-header .site-header-item-navgation-popup-toggle {
		position: fixed;
		top: 19px;
		right: 12px;
		z-index: 1002;
	}

	.getndrive-visual-rebrand #mobile-header .mobile-site-branding {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-left: -28px;
		max-width: calc(100vw - 90px);
		text-align: left;
	}

	.getndrive-visual-rebrand .site-branding a.brand {
		border: 0;
		background: transparent;
		width: min(314px, calc(100vw - 96px));
		height: 55px;
		max-width: 100%;
		margin-left: 0;
		padding: 0;
	}

	.getndrive-visual-rebrand .site-branding a.brand::before {
		width: 100%;
		height: 100%;
		flex-basis: 100%;
		background-position: left center;
	}

	.getndrive-visual-rebrand .site-branding .site-title,
	.getndrive-visual-rebrand .site-branding .site-title.vs-md-false {
		font-size: 18px;
	}

	.getndrive-visual-rebrand #mobile-header .mobile-toggle-open-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.getndrive-visual-rebrand #mobile-header .menu-toggle-open {
		align-items: center;
		border: 1px solid rgba(12, 143, 134, 0.22);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.88);
		box-shadow: 0 8px 18px rgba(11, 31, 58, 0.12);
		color: var(--gnd-teal-ink);
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
		padding: 0 !important;
	}

	/* Homepage V2 mobile: no-photo brand hero, white copy bottom-aligned (0.2.4.3). */
	.getndrive-visual-rebrand .sch-platform-hero--redesign {
		min-height: 55svh;
		background: var(--gnd-navy-3);
		color: #ffffff;
	}

	.getndrive-visual-rebrand .sch-platform-hero--redesign::before {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: auto;
		background-image:
			linear-gradient(to bottom, rgba(7, 24, 46, 0.10) 0%, rgba(7, 24, 46, 0.42) 60%, rgba(7, 24, 46, 0.88) 100%),
			radial-gradient(120% 80% at 85% 8%, rgba(27, 174, 159, 0.34) 0%, rgba(27, 174, 159, 0) 60%),
			linear-gradient(155deg, var(--gnd-navy-2) 0%, var(--gnd-navy) 50%, var(--gnd-teal-deep) 100%);
		background-position: center;
		background-size: cover;
		box-shadow: none;
		filter: none;
	}

	.getndrive-visual-rebrand .sch-platform-hero--redesign > .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		gap: 18px;
		width: min(100% - 32px, 1120px);
		padding: 44px 0 22px;
	}

	.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-hero__copy {
		max-width: 100%;
		text-shadow: 0 2px 12px rgba(7, 24, 46, 0.45);
	}

	.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-hero__copy::before {
		display: none;
	}

	.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-kicker {
		color: var(--gnd-lime-soft) !important;
	}

	.getndrive-visual-rebrand .sch-platform-hero--redesign h1 {
		max-width: 100%;
		color: #ffffff;
		font-size: clamp(30px, 8.4vw, 36px);
		line-height: 1.12;
	}

	.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-lead {
		display: none;
	}

	.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-lead-extra {
		display: none;
	}

	.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-trust span {
		border-color: rgba(255, 255, 255, 0.28);
		background: rgba(255, 255, 255, 0.12);
		color: #ffffff;
	}

	.getndrive-visual-rebrand .sch-platform-hero--redesign::after {
		display: none;
	}

	.getndrive-visual-rebrand .sch-platform-actions {
		align-items: flex-start;
		gap: 10px;
		max-width: 290px;
	}

	.getndrive-visual-rebrand .sch-partners-actions,
	.getndrive-visual-rebrand .sch-rental-actions {
		align-items: stretch;
	}

	.getndrive-visual-rebrand .sch-platform-button {
		width: auto;
		min-width: 0;
		padding: 13px 18px !important;
		font-size: 15px;
		line-height: 1.2;
		text-align: center;
	}

	.getndrive-visual-rebrand .sch-partners-page .wp-block-button__link,
	.getndrive-visual-rebrand .sch-rental-button {
		width: 100%;
		text-align: center;
	}

	.getndrive-visual-rebrand .sch-platform-trust {
		gap: 8px;
	}

	.getndrive-visual-rebrand .sch-platform-trust span {
		font-size: 13px;
	}

	.getndrive-visual-rebrand .sch-platform-services--featured > .wp-block-group__inner-container,
	.getndrive-visual-rebrand .sch-platform-timeline-section > .wp-block-group__inner-container,
	.getndrive-visual-rebrand .sch-platform-steps--timeline > .wp-block-group__inner-container,
	.getndrive-visual-rebrand .sch-platform-intro--about > .wp-block-group__inner-container,
	.getndrive-visual-rebrand .sch-platform-about > .wp-block-group__inner-container {
		width: min(100% - 32px, 1120px);
		margin-left: auto;
		margin-right: auto;
	}

	.getndrive-visual-rebrand .sch-footer__brand-name {
		align-items: flex-start;
		flex-direction: column;
	}

	.getndrive-visual-rebrand .gnd-page-spotlight {
		padding: 28px 24px;
		border-radius: 24px;
	}

	.getndrive-visual-rebrand .gnd-page-spotlight__lead {
		font-size: 18px;
	}

	.getndrive-visual-rebrand .gnd-page-spotlight__grid {
		grid-template-columns: 1fr;
	}

	.getndrive-visual-rebrand .gnd-support-hub__actions,
	.getndrive-visual-rebrand .gnd-support-hub__categories {
		grid-template-columns: 1fr;
	}

	.getndrive-visual-rebrand .gnd-support-hub__action {
		min-height: 0;
		padding: 24px 22px;
		border-radius: 24px;
	}

	.getndrive-visual-rebrand .gnd-support-hub__action-title {
		font-size: 24px;
	}

	.getndrive-visual-rebrand .gnd-support-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.getndrive-visual-rebrand .gnd-support-card__text strong {
		font-size: 24px;
	}

	.getndrive-visual-rebrand .gnd-support-card__text span,
	.getndrive-visual-rebrand .gnd-support-topic__group a,
	.getndrive-visual-rebrand .gnd-support-article__intro,
	.getndrive-visual-rebrand .gnd-support-article__fact p,
	.getndrive-visual-rebrand .gnd-support-article__next p {
		font-size: 18px;
	}

	.getndrive-visual-rebrand .gnd-support-article__steps li {
		grid-template-columns: 32px 1fr;
		font-size: 18px;
	}

	.getndrive-visual-rebrand .gnd-support-article__step-dot {
		width: 32px;
		height: 32px;
	}
}

/* =========================================================================
   HOMEPAGE V2 — search rail, custom date UI, mobile sheet, route line.
   Scoped to the homepage; every new class is prefixed .gnd- or targets the
   existing .sch-home-search inside .sch-platform-home--redesign.
   ========================================================================= */

/* ---- search rail card (all widths) ---- */
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-search-shell {
	display: block;
	width: 100%;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search .sch-home-search {
	background: var(--gnd-card);
	border: 1px solid var(--gnd-line);
	border-radius: 14px;
	box-shadow: 0 18px 44px -30px rgba(5, 10, 22, 0.4);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kind {
	background: transparent;
	color: var(--gnd-muted);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kind.is-active {
	background: var(--gnd-teal-deep);
	color: #ffffff;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit {
	background: var(--gnd-teal-deep);
	color: #ffffff;
	border: 0;
	border-radius: 10px;
	font-weight: 800;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit:focus-visible {
	background: var(--gnd-teal-ink);
}

/* Homepage hero secondary button reads on the light surface. */
body.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-button--secondary {
	background: transparent !important;
	border-color: var(--gnd-line-strong) !important;
	color: var(--gnd-ink) !important;
}

/* Lone secondary partner link — quiet, so it never competes with the search rail. */
body.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-button--partner {
	border-color: var(--gnd-line) !important;
	color: var(--gnd-teal-deep) !important;
	font-weight: 700 !important;
}

body.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-button--partner:hover,
body.getndrive-visual-rebrand .sch-platform-hero--redesign .sch-platform-button--partner:focus-visible {
	border-color: var(--gnd-teal-deep) !important;
	background: rgba(27, 174, 159, 0.06) !important;
}

/* Honest "Phuket soon" option — deliberate, not broken. */
body.getndrive-visual-rebrand .sch-platform-home--redesign option[data-gnd-pickup-soon] {
	color: var(--gnd-muted);
	font-style: normal;
	text-decoration: none;
}

/* ---- desktop rail = full-width band spanning the container ---- */
@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search .sch-home-search {
		display: flex;
		align-items: flex-end;
		flex-wrap: nowrap;
		gap: 18px;
		width: 100%;
		min-height: var(--gnd-rail-h);
		padding: 18px 22px;
		border-radius: 12px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kinds {
		flex: 0 0 auto;
		align-self: center;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid {
		display: flex;
		flex: 1 1 auto;
		flex-wrap: nowrap;
		align-items: flex-end;
		gap: 14px;
		min-width: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label {
		flex: 1 1 0;
		min-width: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label.sch-home-search__full {
		flex: 1.5 1 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit {
		flex: 0 0 auto;
		align-self: center;
		min-height: 52px;
		padding: 0 32px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__error {
		flex: 1 0 100%;
		order: 9;
	}

	/* sticky compressed state */
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.is-stuck {
		position: fixed;
		top: var(--gnd-hdr-h);
		left: 0;
		right: 0;
		z-index: 900;
		width: 100%;
		max-width: none;
		min-height: var(--gnd-rail-h-stuck);
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		box-shadow: 0 16px 34px -26px rgba(11, 31, 58, 0.55);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.is-stuck > * {
		margin-left: auto;
		margin-right: auto;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.is-stuck {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.is-stuck .sch-home-search__grid > label > span {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
		border: 0;
	}
}

/* ---- custom date field (display button over a clipped native input) ---- */
.gnd-date-native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.gnd-datefield {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: none;
	font: inherit;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: var(--gnd-ink);
	text-align: left;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* Kill the native tap-highlight so a pressed/opened date cell never paints a dark
	   rectangle over the (previously clipped) text — see 0.2.7.12 rail readability pass. */
	-webkit-tap-highlight-color: transparent;
}

.gnd-datefield.is-empty {
	color: #8e9ca6;
	font-weight: 400;
}

/* Focus/active stay light — a teal ring, never an inverted dark fill over clipped text. */
.gnd-datefield:focus-visible {
	outline: none;
	box-shadow: var(--gnd-focus);
}

.gnd-datefield:active {
	background: none;
	color: var(--gnd-ink);
}

/* ---- date popover ---- */
.gnd-datepop {
	position: absolute;
	z-index: 100001;
	width: 312px;
	max-width: calc(100vw - 24px);
	background: var(--gnd-card);
	border: 1px solid var(--gnd-line);
	border-radius: 12px;
	box-shadow: 0 30px 60px -28px rgba(11, 31, 58, 0.45);
	padding: 16px;
	display: none;
}

.gnd-datepop.is-open {
	display: block;
}

.gnd-datepop__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.gnd-datepop__month {
	font-size: 14px;
	font-weight: 700;
	color: var(--gnd-ink);
}

.gnd-datepop__nav {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border: 1px solid var(--gnd-line);
	border-radius: 8px;
	background: var(--gnd-card);
	color: var(--gnd-ink);
	cursor: pointer;
	line-height: 1;
}

.gnd-datepop__nav[disabled] {
	opacity: 0.3;
	cursor: default;
}

.gnd-datepop__dow {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
	margin-bottom: 6px;
}

.gnd-datepop__dow span {
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--gnd-muted);
}

.gnd-datepop__days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
}

.gnd-datepop__day {
	height: 38px;
	border: 0;
	border-radius: 8px;
	background: none;
	font: inherit;
	font-size: 14px;
	color: var(--gnd-ink);
	cursor: pointer;
}

.gnd-datepop__day:hover {
	background: var(--gnd-subtle);
}

.gnd-datepop__day[disabled] {
	color: #b4bfc6;
	cursor: default;
}

.gnd-datepop__day[disabled]:hover {
	background: none;
}

.gnd-datepop__day.is-selected {
	background: var(--gnd-teal-deep);
	color: #ffffff;
	font-weight: 700;
}

.gnd-datepop__day.is-in-range {
	background: var(--gnd-subtle);
}

.gnd-datepop__pad {
	height: 38px;
}

/* ---- mobile search trigger + sheet (<=767px) ---- */
.gnd-search-trigger {
	display: none;
}

body.getndrive-visual-rebrand.gnd-locked {
	overflow: hidden;
}

.gnd-home-sheet {
	display: none;
}

@media (max-width: 767px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.gnd-has-sheet .sch-home-search__grid,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.gnd-has-sheet .sch-home-search__kinds,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.gnd-has-sheet .sch-home-search__submit,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.gnd-has-sheet .sch-home-search__error {
		display: none;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.gnd-has-sheet .gnd-search-trigger {
		display: flex;
		align-items: center;
		gap: 12px;
		width: 100%;
		padding: 14px 16px;
		border: 0;
		border-radius: 12px;
		background: var(--gnd-card);
		text-align: left;
		cursor: pointer;
		box-shadow: 0 16px 34px -28px rgba(5, 10, 22, 0.5);
	}

	.gnd-search-trigger__text {
		flex: 1 1 auto;
		min-width: 0;
	}

	.gnd-search-trigger__l1 {
		display: block;
		font-size: 15px;
		font-weight: 700;
		color: var(--gnd-ink);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.gnd-search-trigger__l2 {
		display: block;
		margin-top: 2px;
		font-size: 12.5px;
		color: var(--gnd-muted);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.gnd-search-trigger__go {
		flex: 0 0 auto;
		width: 44px;
		height: 44px;
		display: grid;
		place-items: center;
		border-radius: 10px;
		background: var(--gnd-teal-deep);
		color: #ffffff;
	}

	/* fullscreen sheet — must sit above the Kadence sticky header (z-index: 9999). */
	.gnd-home-sheet {
		display: flex;
		position: fixed;
		inset: 0;
		z-index: 100000;
		flex-direction: column;
		background: var(--gnd-surface);
		transform: translateY(100%);
		visibility: hidden;
		transition: transform 0.34s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.34s;
	}

	.gnd-home-sheet.is-open {
		transform: none;
		visibility: visible;
		transition: transform 0.34s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.gnd-home-sheet__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 16px;
		border-bottom: 1px solid var(--gnd-line);
		background: var(--gnd-card);
	}

	.gnd-home-sheet__title {
		font-size: 12px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: var(--gnd-muted);
	}

	.gnd-home-sheet__close {
		width: 44px;
		height: 44px;
		border: 0;
		background: none;
		font-size: 26px;
		line-height: 1;
		color: var(--gnd-ink);
		cursor: pointer;
	}

	.gnd-home-sheet__body {
		flex: 1 1 auto;
		overflow: auto;
		padding: 16px;
		background: var(--gnd-card);
	}

	.gnd-home-sheet__body .sch-home-search {
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
	}

	/* The search is moved out of the .sch-platform-home--redesign scope into the sheet,
	   so re-assert the brand submit + active-kind styling here (unscoped). */
	.gnd-home-sheet__body .sch-home-search__submit {
		width: 100%;
		min-height: 52px;
		background: var(--gnd-teal-deep) !important;
		border: 0 !important;
		border-radius: 10px !important;
		color: #ffffff !important;
		font-weight: 800 !important;
	}

	.gnd-home-sheet__body .sch-home-search__submit:hover,
	.gnd-home-sheet__body .sch-home-search__submit:focus-visible {
		background: var(--gnd-teal-ink) !important;
	}

	.gnd-home-sheet__body .sch-home-search__kind {
		background: transparent !important;
		color: var(--gnd-muted) !important;
	}

	.gnd-home-sheet__body .sch-home-search__kind.is-active {
		background: var(--gnd-teal-deep) !important;
		color: #ffffff !important;
	}
}

/* ---- route line (disabled in 0.2.4.3: JS no longer builds it; hidden here as a guard) ---- */
.gnd-route {
	display: none !important;
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	overflow: visible;
}

.gnd-route__path {
	fill: none;
	stroke: var(--gnd-lime);
	stroke-width: 1.1;
	stroke-linecap: round;
	opacity: 0.5;
}

.gnd-route__dot {
	fill: var(--gnd-lime);
	opacity: 0.6;
}

@media (prefers-reduced-motion: reduce) {
	.getndrive-visual-rebrand *,
	.getndrive-visual-rebrand *::before,
	.getndrive-visual-rebrand *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
	}

	.gnd-home-sheet,
	.gnd-route__path {
		transition: none !important;
	}
}

/* =====================================================================
   v0.2.4.2 — homepage lower-page polish pass
   Editorial section rhythm, asymmetric heads, card hierarchy, journey
   timeline, redesigned "Why" block, decluttered search rail, and a
   wide-screen page route rail. Additive; existing sch-* DOM only.
   ===================================================================== */

/* --- 1. differentiated vertical rhythm (tablet/desktop) --- */
@media (min-width: 768px) {
	body.getndrive-visual-rebrand .sch-platform-services--featured {
		padding-block: clamp(64px, 7vw, 104px);
	}
	body.getndrive-visual-rebrand .sch-platform-steps--timeline {
		padding-block: clamp(104px, 12vw, 168px);
	}
	body.getndrive-visual-rebrand .sch-platform-intro--about {
		padding-block: clamp(88px, 9vw, 136px);
	}
}

/* --- 2. asymmetric section heads: H2 left, lead bottom-right (desktop) --- */
@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-platform-services--featured > .wp-block-group__inner-container,
	body.getndrive-visual-rebrand .sch-platform-steps--timeline > .wp-block-group__inner-container {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		column-gap: clamp(24px, 3vw, 48px);
		row-gap: 0;
		align-items: end;
	}
	body.getndrive-visual-rebrand .sch-platform-services--featured > .wp-block-group__inner-container > .sch-platform-kicker,
	body.getndrive-visual-rebrand .sch-platform-steps--timeline > .wp-block-group__inner-container > .sch-platform-kicker {
		grid-column: 1 / 8;
		grid-row: 1;
		margin: 0 0 14px;
	}
	body.getndrive-visual-rebrand .sch-platform-services--featured > .wp-block-group__inner-container > h2,
	body.getndrive-visual-rebrand .sch-platform-steps--timeline > .wp-block-group__inner-container > h2 {
		grid-column: 1 / 8;
		grid-row: 2;
		margin: 0;
		max-width: 16ch;
		text-align: left;
	}
	body.getndrive-visual-rebrand .sch-platform-services--featured > .wp-block-group__inner-container > .sch-platform-section-lead {
		grid-column: 8 / 13;
		grid-row: 2;
		align-self: end;
		justify-self: start;
		margin: 0 0 8px;
		max-width: 40ch;
		text-align: left;
	}
	body.getndrive-visual-rebrand .sch-platform-services--featured > .wp-block-group__inner-container > .sch-platform-service-grid,
	body.getndrive-visual-rebrand .sch-platform-steps--timeline > .wp-block-group__inner-container > .sch-platform-timeline {
		grid-column: 1 / -1;
		grid-row: 3;
		margin-top: clamp(40px, 4.5vw, 64px);
	}
}

/* --- 3. card hierarchy: first service card reads as the feature (desktop) --- */
@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-platform-service-grid {
		grid-template-columns: 1.55fr 1fr 1fr !important;
		align-items: stretch;
	}
	body.getndrive-visual-rebrand .sch-platform-service-card:first-child {
		padding: 34px 32px !important;
	}
}
/* quiet the repeated card CTA so it reads as one link, not a stamped button */
body.getndrive-visual-rebrand .sch-platform-service-card a {
	font-weight: 600 !important;
	font-size: 14px;
}

/* --- 4. "How booking works" as a journey timeline --- */
@media (min-width: 1100px) {
	/* seat the step numbers as nodes punched through the connector line */
	body.getndrive-visual-rebrand .sch-platform-timeline::before {
		top: 40px;
	}
	body.getndrive-visual-rebrand .sch-platform-timeline-card > span {
		position: relative;
		z-index: 1;
		box-shadow: 0 0 0 6px var(--gnd-surface);
	}
}
@media (max-width: 767px) {
	/* vertical route threading the four stacked steps */
	body.getndrive-visual-rebrand .sch-platform-timeline {
		position: relative;
		padding-left: 26px;
	}
	body.getndrive-visual-rebrand .sch-platform-timeline::before {
		content: "";
		display: block;
		position: absolute;
		left: 15px;
		right: auto;
		top: 24px;
		bottom: 24px;
		width: 2px;
		height: auto;
		border-radius: 999px;
		background: linear-gradient(180deg, rgba(27, 174, 159, 0.5), rgba(168, 224, 99, 0.55));
	}
	body.getndrive-visual-rebrand .sch-platform-timeline-card > span {
		position: relative;
		z-index: 1;
		box-shadow: 0 0 0 5px var(--gnd-surface);
	}
}

/* --- 5. "Why GetnDrive": left-weighted editorial block, demoted CTA --- */
body.getndrive-visual-rebrand .sch-platform-intro--about > .wp-block-group__inner-container {
	text-align: left;
}
body.getndrive-visual-rebrand .sch-platform-intro--about .sch-platform-kicker,
body.getndrive-visual-rebrand .sch-platform-intro--about h2,
body.getndrive-visual-rebrand .sch-platform-intro--about > p:not(.sch-platform-kicker) {
	text-align: left;
}
body.getndrive-visual-rebrand .sch-platform-intro--about h2 {
	position: relative;
	padding-top: 20px;
	max-width: 20ch;
}
body.getndrive-visual-rebrand .sch-platform-intro--about h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--gnd-teal), var(--gnd-lime));
}
body.getndrive-visual-rebrand .sch-platform-intro--about > p:not(.sch-platform-kicker) {
	max-width: 54ch;
}
/* demote the lone dark button to an inline forward link */
body.getndrive-visual-rebrand .sch-platform-intro--about .sch-platform-button--dark {
	background: none !important;
	background-image: none !important;
	color: var(--gnd-teal-deep) !important;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 4px 0 !important;
	font-weight: 800;
}
body.getndrive-visual-rebrand .sch-platform-intro--about .sch-platform-button--dark:hover,
body.getndrive-visual-rebrand .sch-platform-intro--about .sch-platform-button--dark:focus-visible {
	transform: none !important;
	border-bottom-color: var(--gnd-teal-deep) !important;
}
@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-platform-intro--about > .wp-block-group__inner-container {
		display: grid;
		grid-template-columns: 5fr 7fr;
		column-gap: clamp(40px, 5vw, 80px);
		align-items: start;
	}
	body.getndrive-visual-rebrand .sch-platform-intro--about > .wp-block-group__inner-container > .sch-platform-kicker {
		grid-column: 1;
		grid-row: 1;
	}
	body.getndrive-visual-rebrand .sch-platform-intro--about > .wp-block-group__inner-container > h2 {
		grid-column: 1;
		grid-row: 2;
		font-size: clamp(30px, 3.2vw, 46px);
	}
	body.getndrive-visual-rebrand .sch-platform-intro--about > .wp-block-group__inner-container > p:nth-of-type(2) {
		grid-column: 2;
		grid-row: 1 / 3;
		align-self: start;
		margin-top: 0;
	}
	body.getndrive-visual-rebrand .sch-platform-intro--about > .wp-block-group__inner-container > p:nth-of-type(3) {
		grid-column: 2;
		grid-row: 3;
	}
	body.getndrive-visual-rebrand .sch-platform-intro--about > .wp-block-group__inner-container > .sch-platform-button {
		grid-column: 2;
		grid-row: 4;
		justify-self: start;
	}
}

/* --- 6. search rail declutter: group date+time into read-as-one cells --- */
/* CSS-only: native inputs, data-sch-field and submission untouched (ADR-016). */
@media (min-width: 1025px) {
	/* location + vehicle are primary; rebalance from the flat 1.5 weight */
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label.sch-home-search__full {
		flex: 1.3 1 0;
	}
	/* the two time selects are secondary → narrower, and pulled onto the
	   preceding date field with a hairline divider so each date+time reads
	   as a single Pickup / Return cell */
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(5) {
		flex: 0.68 1 0;
		margin-left: -14px;
		padding-left: 14px;
		border-left: 1px solid var(--gnd-line);
	}
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(3) > span,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(5) > span {
		color: var(--gnd-muted);
	}
	/* keep the divider hidden while the rail is compressed/sticky */
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.is-stuck .sch-home-search__grid > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.is-stuck .sch-home-search__grid > label:nth-child(5) {
		border-left-color: transparent;
	}
}

/* --- 7. page route rail (wide desktop only, decorative) --- */
body.getndrive-visual-rebrand .sch-platform-home--redesign {
	position: relative;
}
.gnd-prail {
	display: none !important; /* disabled in 0.2.4.3: same travel-line motif, dropped */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
	overflow: visible;
}
.gnd-prail__base {
	fill: none;
	stroke: var(--gnd-line);
	stroke-width: 1;
}
.gnd-prail__fill {
	fill: none;
	stroke: var(--gnd-lime);
	stroke-width: 1.6;
	stroke-linecap: round;
	opacity: 0.6;
	transition: stroke-dashoffset 0.2s linear;
}
.gnd-prail__node {
	fill: var(--gnd-card);
	stroke: var(--gnd-teal);
	stroke-width: 1.4;
}
@media (max-width: 1199px) {
	.gnd-prail {
		display: none !important;
	}
}

/* =====================================================================
   v0.2.4.4 — homepage hero/search refinement after live review
   Keep the international no-photo direction, but replace the empty right
   panel with a product-led operations surface and restore the search bar
   as the main first-viewport object. Visual layer only; search DOM intact.
   ===================================================================== */

@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign {
		min-height: min(700px, calc(100svh - 88px));
		background:
			linear-gradient(90deg, var(--gnd-surface) 0 54%, transparent 54%),
			linear-gradient(155deg, var(--gnd-navy-3) 54%, var(--gnd-navy-2) 78%, var(--gnd-teal-ink) 100%);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign::before {
		left: 54%;
		background-image:
			radial-gradient(circle at 76% 18%, rgba(168, 224, 99, 0.16) 0 0.2rem, transparent 0.24rem),
			radial-gradient(circle at 30% 42%, rgba(255, 255, 255, 0.18) 0 0.16rem, transparent 0.2rem),
			radial-gradient(80% 70% at 74% 18%, rgba(27, 174, 159, 0.30) 0%, rgba(27, 174, 159, 0) 62%),
			linear-gradient(145deg, rgba(7, 24, 46, 0.14) 0%, rgba(7, 24, 46, 0.02) 52%, rgba(27, 174, 159, 0.18) 100%),
			linear-gradient(150deg, var(--gnd-navy-3) 0%, var(--gnd-navy-2) 54%, var(--gnd-teal-ink) 100%);
		box-shadow: inset 24px 0 30px -30px rgba(5, 10, 22, 0.45);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		right: max(24px, calc((100vw - 1120px) / 2));
		top: clamp(74px, 10vh, 112px);
		width: min(36vw, 430px);
		height: min(46vh, 360px);
		min-height: 300px;
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 14px;
		background:
			linear-gradient(90deg, rgba(168, 224, 99, 0.84) 0 10px, transparent 10px 100%) 28px 36px / 44% 8px no-repeat,
			linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0 100%) 28px 58px / 74% 14px no-repeat,
			linear-gradient(90deg, rgba(255, 255, 255, 0.54) 0 100%) 28px 82px / 52% 8px no-repeat,
			linear-gradient(90deg, rgba(13, 127, 119, 0.95) 0 100%) 28px 126px / 30% 52px no-repeat,
			linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0 100%) 42% 126px / 44% 52px no-repeat,
			linear-gradient(90deg, rgba(255, 255, 255, 0.70) 0 100%) 28px 210px / 40% 12px no-repeat,
			linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0 100%) 28px 236px / 76% 1px no-repeat,
			linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0 100%) 28px 262px / 58% 12px no-repeat,
			linear-gradient(90deg, rgba(168, 224, 99, 0.90) 0 100%) 88% 258px / 10px 10px no-repeat,
			linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
		box-shadow: 0 8px 8px rgba(5, 10, 22, 0.16);
		opacity: 0.96;
		pointer-events: none;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
		grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
		grid-template-rows: minmax(0, 1fr) auto;
		column-gap: clamp(32px, 4.2vw, 58px);
		min-height: inherit;
		padding-top: clamp(28px, 4.5vw, 54px);
		padding-bottom: clamp(30px, 4.4vw, 48px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__copy {
		max-width: 650px;
		align-self: center;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign h1 {
		max-width: 650px;
		font-size: clamp(42px, 4.05vw, 56px);
		line-height: 1.05;
		letter-spacing: 0;
		text-wrap: balance;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-lead {
		max-width: 38rem;
		margin-top: clamp(20px, 2.2vw, 28px);
		font-size: clamp(17px, 1.16vw, 18.5px);
		line-height: 1.55;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-actions {
		margin-top: clamp(22px, 2.5vw, 30px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-trust {
		max-width: 560px;
		margin-top: clamp(22px, 2.8vw, 32px);
		gap: 10px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-trust span {
		min-height: 34px;
		padding: 0 13px;
		border-radius: 999px;
		background: #ffffff;
		box-shadow: none;
		font-size: 13.5px;
		font-weight: 800;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .gnd-search-shell,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__search {
		position: relative;
		z-index: 3;
		align-self: end;
		margin-bottom: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search .sch-home-search {
		align-items: center;
		gap: 10px;
		min-height: 86px;
		padding: 12px;
		border-radius: 14px;
		background: #ffffff;
		box-shadow: 0 8px 8px rgba(11, 31, 58, 0.10);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kinds {
		align-self: stretch;
		display: flex;
		align-items: center;
		min-width: 196px;
		padding: 4px;
		border-radius: 12px;
		background: rgba(11, 31, 58, 0.06);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kind {
		min-height: 56px;
		padding: 0 20px;
		border-radius: 10px;
		font-size: 16px;
		font-weight: 850;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid {
		gap: 8px;
		align-items: stretch;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label {
		position: relative;
		min-height: 58px;
		padding: 0 15px;
		border: 1px solid var(--gnd-line);
		border-radius: 10px;
		background: #fbfcfd;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label > span {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
		border: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid input,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid select,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-datefield {
		min-height: 56px;
		font-size: 16px;
		font-weight: 800;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label.sch-home-search__full {
		flex: 1.1 1 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(5) {
		flex: 0.48 1 0;
		margin-left: 0;
		padding-left: 12px;
		border-left-color: var(--gnd-line);
		background: #ffffff;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit {
		min-height: 62px;
		padding: 0 28px;
		border-radius: 10px;
		font-size: 16px;
		white-space: nowrap;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit::after {
		content: " availability";
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit::after {
		content: "";
	}
}

@media (min-width: 1200px) {
	html:not([lang^="ru"]) body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign h1 .sch-platform-hero__title-line {
		white-space: nowrap;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign {
		min-height: 720px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign::after {
		width: min(34vw, 350px);
		height: 300px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kinds {
		min-width: 172px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kind {
		padding: 0 15px;
		font-size: 15px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit {
		padding: 0 22px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit::after {
		content: "";
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign::before {
		height: clamp(210px, 30vw, 280px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
		padding-top: calc(clamp(210px, 30vw, 280px) + 24px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__search {
		margin-top: 20px;
	}
}

/* =====================================================================
   v0.2.4.5 — fluid centered homepage hero/search
   Remove the 50/50 decorative split and make the existing search rail the
   primary first-viewport object. Visual layer only; sch_* DOM untouched.
   ===================================================================== */

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign {
	--gnd-hero-maxw: var(--gnd-rail-maxw);
	--gnd-hero-side-space: clamp(24px, 5vw, 80px);
	background:
		radial-gradient(circle at 50% 4%, rgba(27, 174, 159, 0.08), transparent 34rem),
		linear-gradient(180deg, #fbfdfd 0%, var(--gnd-surface) 100%) !important;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign::before,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign::after {
	display: none !important;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
	width: min(
		calc(100% - var(--gnd-hero-side-space) - var(--gnd-hero-side-space)),
		var(--gnd-hero-maxw)
	) !important;
	max-width: none !important;
	margin-inline: auto !important;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 820px;
	margin-inline: auto;
	text-align: center;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign h1 {
	max-width: 820px;
	margin-inline: auto;
	font-size: clamp(40px, 4vw, 58px);
	line-height: 1.04;
	letter-spacing: 0;
	text-align: center;
	text-wrap: balance;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign h1 .sch-platform-hero__title-line {
	white-space: normal !important;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-kicker,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-lead,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-lead-extra {
	margin-inline: auto;
	text-align: center;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-lead {
	max-width: 680px;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-actions,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-trust {
	justify-content: center;
	margin-inline: auto;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-trust {
	max-width: 780px;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .gnd-search-shell,
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__search {
	width: 100% !important;
	max-width: none !important;
	margin-inline: auto !important;
}

@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign {
		min-height: min(660px, calc(100svh - var(--gnd-hdr-h)));
		padding-bottom: clamp(36px, 4.2vw, 64px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: clamp(24px, 3vw, 40px);
		min-height: inherit;
		padding-top: clamp(34px, 4vw, 58px) !important;
		padding-bottom: 0 !important;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__copy,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .gnd-search-shell,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__search {
		grid-column: auto !important;
		grid-row: auto !important;
		align-self: center !important;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__copy {
		padding-top: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search .sch-home-search {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: var(--gnd-rail-maxw);
		min-height: 92px;
		margin-inline: auto;
		padding: 14px;
		gap: 12px;
		border: 1px solid rgba(11, 31, 58, 0.14);
		border-radius: 14px;
		background: #ffffff;
		box-shadow: 0 8px 8px rgba(11, 31, 58, 0.08);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kinds {
		flex: 0 0 clamp(190px, 15vw, 236px);
		align-self: stretch;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid {
		flex: 1 1 auto;
		gap: 10px;
		min-width: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label {
		flex: 1.05 1 0;
		min-width: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label.sch-home-search__full {
		flex: 1.5 1 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(5) {
		flex: 0.62 1 0;
		min-width: 82px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid input,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid select,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-datefield {
		width: 100%;
		min-width: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit {
		flex: 0 0 auto;
		min-width: clamp(138px, 12vw, 228px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.is-stuck {
		box-sizing: border-box;
		padding-inline: var(--gnd-hero-side-space);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.is-stuck > * {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Homepage rail readability (0.2.7.12): give every resting-rail cell a real width floor so
   labels, placeholders, selected date values and native focus never clip. Scoped to the
   resting rail (:not(.is-stuck)) so the compact stuck bar keeps its existing behaviour. */
@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label {
		flex: 1 1 120px;
		min-width: 118px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label.sch-home-search__full {
		flex: 1.15 1 158px;
		min-width: 158px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label:nth-child(5) {
		flex: 0.8 1 104px;
		min-width: 100px;
	}
}

/* Narrow desktop (1025-1379): the six fields cannot sit legibly on one row next to the
   kind toggle and submit, so lay them out as an even 3x2 grid. The toggle stays on the
   left and submit on the right; the rail itself never wraps. Resting rail only. */
@media (min-width: 1025px) and (max-width: 1379px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		align-content: center;
		min-width: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label {
		min-width: 0;
		grid-column: auto;
	}
}

/* Russian labels/placeholders ("Добавить дату", "Аэропорт Самуи") are longer than the
   English ones and clip in a single row even on wide desktops, so keep the 3x2 grid for
   RU across the full desktop range rather than forcing one row. */
@media (min-width: 1380px) {
	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		align-content: center;
		min-width: 0;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label {
		min-width: 0;
		grid-column: auto;
	}
}

@media (min-width: 1200px) {
	html:not([lang^="ru"]) body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign h1 .sch-platform-hero__title-line {
		white-space: normal !important;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign {
		min-height: 660px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search .sch-home-search {
		gap: 8px;
		padding: 12px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kinds {
		flex-basis: 168px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kind {
		padding-inline: 12px;
		font-size: 15px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit {
		min-width: 132px;
		padding-inline: 18px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit::after {
		content: "";
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign {
		--gnd-hero-side-space: clamp(22px, 4vw, 40px);
		min-height: auto;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
		padding-top: clamp(48px, 8vw, 76px) !important;
		padding-bottom: clamp(34px, 6vw, 54px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign h1 {
		font-size: clamp(38px, 6.5vw, 54px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__search {
		margin-top: clamp(22px, 4vw, 34px);
	}
}

@media (max-width: 767px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign {
		--gnd-hero-side-space: 16px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
		width: min(calc(100% - 32px), var(--gnd-hero-maxw)) !important;
		padding-top: clamp(36px, 10vw, 56px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__copy {
		text-align: center;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign h1 {
		font-size: clamp(34px, 12vw, 48px);
		text-align: center;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-lead {
		text-align: center;
	}
}

/* =====================================================================
   v0.2.4.6 — homepage search rail fit polish
   Visual-only fix for clipped time values and the English submit suffix.
   Existing search fields, native date/time controls, JS and mobile sheet stay
   unchanged.
   ===================================================================== */

@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search .sch-home-search {
		gap: clamp(8px, 0.85vw, 14px);
		padding: 12px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kinds {
		flex: 0 0 clamp(196px, 16vw, 246px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid {
		gap: clamp(8px, 0.72vw, 12px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label {
		box-sizing: border-box;
		min-height: 64px;
		padding-inline: clamp(12px, 1vw, 16px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label.sch-home-search__full {
		flex: 1.35 1 0;
		min-width: 176px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(5) {
		flex: 0 0 clamp(104px, 7.5vw, 122px);
		min-width: 104px;
		padding-inline: 12px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(3) select,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(5) select {
		min-width: 76px;
		font-variant-numeric: tabular-nums;
		text-align: center;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid input,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid select,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-datefield {
		min-height: 60px;
		line-height: 1.1;
		letter-spacing: 0;
		text-overflow: clip;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: clamp(190px, 14vw, 252px);
		min-height: 64px;
		padding-inline: clamp(22px, 1.8vw, 32px);
		gap: 0;
		letter-spacing: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit::after {
		content: "availability" !important;
		display: inline-block;
		margin-left: 0.28em;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit::after {
		content: "" !important;
		margin-left: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.is-stuck {
		min-height: 86px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search .sch-home-search {
		gap: 8px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kinds {
		flex-basis: 176px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label.sch-home-search__full {
		min-width: 150px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label:nth-child(5) {
		flex-basis: 100px;
		min-width: 100px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit {
		min-width: 132px;
		padding-inline: 18px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit::after {
		content: "" !important;
		margin-left: 0;
	}
}

/* =====================================================================
   v0.2.5.0 — homepage body product-model sections
   Injected sections use existing GetnDrive tokens and keep the legacy search
   runtime untouched.
   ===================================================================== */

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search:has(.sch-home-search.is-stuck),
body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search.is-stuck-parent {
	z-index: 900;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-trust-strip,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section {
	box-sizing: border-box;
	width: 100%;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-trust-strip {
	margin-top: clamp(18px, 2.8vw, 34px);
	border-top: 1px solid var(--gnd-line);
	border-bottom: 1px solid var(--gnd-line);
	background: var(--gnd-card);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-trust-strip__inner {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(10px, 1.2vw, 16px);
	width: min(calc(100% - (var(--gnd-gut) * 2)), 1440px);
	margin-inline: auto;
	padding: clamp(18px, 2vw, 24px) 0;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-trust-strip span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	color: var(--gnd-ink);
	font-size: clamp(13px, 1vw, 15px);
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-trust-strip i,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card::before {
	content: "";
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--gnd-teal);
	box-shadow: var(--gnd-focus);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section {
	padding: clamp(56px, 7vw, 104px) 0;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section__inner {
	width: min(calc(100% - (var(--gnd-gut) * 2)), var(--gnd-maxw));
	margin-inline: auto;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section__head {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(240px, 0.75fr);
	gap: clamp(22px, 4vw, 64px);
	align-items: end;
	margin-bottom: clamp(24px, 3vw, 36px);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section__head h2,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section h2 {
	max-width: 760px;
	margin: 0;
	color: var(--gnd-ink);
	font-size: clamp(32px, 4vw, 50px);
	line-height: 1.04;
	letter-spacing: 0;
	text-wrap: balance;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section__head p,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section p {
	max-width: 68ch;
	margin: 0;
	color: var(--gnd-muted);
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.65;
	text-wrap: pretty;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card-grid {
	display: grid;
	gap: clamp(14px, 1.8vw, 22px);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 100%;
	padding: clamp(20px, 2vw, 28px);
	border: 1px solid var(--gnd-line);
	border-radius: 14px;
	background: var(--gnd-card);
	box-shadow: var(--gnd-shadow-soft);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card h3 {
	margin: 0;
	color: var(--gnd-ink);
	font-size: clamp(18px, 1.5vw, 22px);
	line-height: 1.18;
	letter-spacing: 0;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card p {
	font-size: 15px;
	line-height: 1.55;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card a {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	color: var(--gnd-teal-deep);
	font-weight: 900;
	text-decoration: none;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card a::after,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-link-button::after {
	content: "→";
	margin-left: 0.35em;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card a:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card a:focus-visible,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-link-button:hover,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-link-button:focus-visible {
	color: var(--gnd-teal-ink);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: clamp(22px, 3vw, 34px);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-button,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 10px;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-button {
	border: 1px solid var(--gnd-teal-deep);
	background: var(--gnd-teal-deep);
	color: var(--gnd-card);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-link-button {
	border: 1px solid var(--gnd-line-strong);
	background: var(--gnd-card);
	color: var(--gnd-teal-deep);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-notice {
	box-sizing: border-box;
	max-width: none;
	margin-top: clamp(18px, 2.4vw, 28px);
	padding: 16px 18px;
	border: 1px solid var(--gnd-line);
	border-radius: 12px;
	background: var(--gnd-subtle);
	color: var(--gnd-ink);
	font-weight: 800;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-conditions,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-faq {
	background: var(--gnd-card);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-split {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.78fr);
	gap: clamp(24px, 4vw, 64px);
	align-items: center;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-kicker {
	display: inline-flex;
	margin-bottom: 14px;
	color: var(--gnd-teal-deep);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-chip-panel {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-content: center;
	padding: clamp(20px, 2.5vw, 32px);
	border: 1px solid var(--gnd-line);
	border-radius: 14px;
	background: var(--gnd-card);
	box-shadow: var(--gnd-shadow-soft);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-chip-panel span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--gnd-line);
	border-radius: 999px;
	background: var(--gnd-subtle);
	color: var(--gnd-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-categories {
	padding-top: clamp(34px, 4vw, 56px);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-faq__list {
	display: grid;
	gap: 10px;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-faq details {
	border: 1px solid var(--gnd-line);
	border-radius: 12px;
	background: var(--gnd-card);
	overflow: hidden;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-faq summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 16px 52px 16px 18px;
	color: var(--gnd-ink);
	font-size: clamp(16px, 1.35vw, 19px);
	font-weight: 900;
	line-height: 1.25;
	cursor: pointer;
	list-style: none;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-faq summary::-webkit-details-marker {
	display: none;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-faq summary::after {
	content: "+";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--gnd-teal-deep);
	font-size: 24px;
	line-height: 1;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-faq details[open] summary::after {
	content: "−";
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-faq details p {
	max-width: 76ch;
	padding: 0 18px 18px;
	font-size: 16px;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-cta {
	padding-bottom: clamp(76px, 9vw, 126px);
	text-align: center;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-cta .gnd-home-section__inner {
	max-width: 900px;
	padding: clamp(32px, 5vw, 58px);
	border: 1px solid var(--gnd-line);
	border-radius: 16px;
	background: var(--gnd-subtle);
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-cta h2,
body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-cta p {
	margin-inline: auto;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-cta .gnd-home-section__actions {
	justify-content: center;
}

body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-cta__note {
	margin-top: 18px;
	color: var(--gnd-ink);
	font-size: 15px;
	font-weight: 800;
}

@media (max-width: 1100px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-trust-strip__inner,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section__inner {
		width: min(calc(100% - 40px), var(--gnd-maxw));
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1025px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-trust-strip__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section__head,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-split {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card-grid--three {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-trust-strip__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: calc(100% - 32px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-trust-strip span {
		flex-direction: column;
		gap: 7px;
		min-height: 72px;
		padding: 10px 6px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section {
		padding: clamp(42px, 12vw, 68px) 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section__inner {
		width: calc(100% - 32px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card-grid,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card-grid--four,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-card-grid--two {
		grid-template-columns: 1fr;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-section__actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-button,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-link-button {
		width: 100%;
		min-height: 54px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-home-cta .gnd-home-section__inner {
		padding: 26px 18px;
	}
}

/* v0.2.5.2 — fallback for tail sections inserted before the site footer.
   The original homepage wrapper can close before <footer>, so B7-cards/B8/B9
   must still receive the same visual system outside .sch-platform-home--redesign. */
body.getndrive-visual-rebrand .gnd-home-tail-scope {
	box-sizing: border-box;
	width: 100%;
	background: var(--gnd-surface);
}

body.getndrive-visual-rebrand > .gnd-home-section,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section,
body.getndrive-visual-rebrand main > .gnd-home-section,
body.getndrive-visual-rebrand .site-main > .gnd-home-section {
	box-sizing: border-box;
	width: 100%;
	padding: clamp(56px, 7vw, 104px) 0;
	background: var(--gnd-surface);
}

body.getndrive-visual-rebrand > .gnd-home-categories,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-categories,
body.getndrive-visual-rebrand main > .gnd-home-categories,
body.getndrive-visual-rebrand .site-main > .gnd-home-categories {
	padding-top: clamp(34px, 4vw, 56px);
}

body.getndrive-visual-rebrand > .gnd-home-faq,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-faq,
body.getndrive-visual-rebrand main > .gnd-home-faq,
body.getndrive-visual-rebrand .site-main > .gnd-home-faq {
	background: var(--gnd-card);
}

body.getndrive-visual-rebrand > .gnd-home-section > .gnd-home-section__inner,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section > .gnd-home-section__inner,
body.getndrive-visual-rebrand main > .gnd-home-section > .gnd-home-section__inner,
body.getndrive-visual-rebrand .site-main > .gnd-home-section > .gnd-home-section__inner {
	width: min(calc(100% - (var(--gnd-gut) * 2)), var(--gnd-maxw));
	margin-inline: auto;
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-section__head,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-section__head,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-section__head,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-section__head {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(240px, 0.75fr);
	gap: clamp(22px, 4vw, 64px);
	align-items: end;
	margin-bottom: clamp(24px, 3vw, 36px);
}

body.getndrive-visual-rebrand > .gnd-home-section h2,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section h2,
body.getndrive-visual-rebrand main > .gnd-home-section h2,
body.getndrive-visual-rebrand .site-main > .gnd-home-section h2 {
	max-width: 760px;
	margin: 0;
	color: var(--gnd-ink);
	font-size: clamp(32px, 4vw, 50px);
	line-height: 1.04;
	letter-spacing: 0;
	text-wrap: balance;
}

body.getndrive-visual-rebrand > .gnd-home-section p,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section p,
body.getndrive-visual-rebrand main > .gnd-home-section p,
body.getndrive-visual-rebrand .site-main > .gnd-home-section p {
	max-width: 68ch;
	margin: 0;
	color: var(--gnd-muted);
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.65;
	text-wrap: pretty;
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-card-grid,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-card-grid,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-card-grid,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-card-grid {
	display: grid;
	gap: clamp(14px, 1.8vw, 22px);
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-card-grid--two,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-card-grid--two,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-card-grid--two,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-card-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-card,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-card,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-card,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 100%;
	padding: clamp(20px, 2vw, 28px);
	border: 1px solid var(--gnd-line);
	border-radius: 14px;
	background: var(--gnd-card);
	box-shadow: var(--gnd-shadow-soft);
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-card::before,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-card::before,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-card::before,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-card::before {
	content: "";
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--gnd-teal);
	box-shadow: var(--gnd-focus);
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-card h3,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-card h3,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-card h3,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-card h3 {
	margin: 0;
	color: var(--gnd-ink);
	font-size: clamp(18px, 1.5vw, 22px);
	line-height: 1.18;
	letter-spacing: 0;
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-card p,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-card p,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-card p,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-card p {
	font-size: 15px;
	line-height: 1.55;
}

body.getndrive-visual-rebrand > .gnd-home-section a,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section a,
body.getndrive-visual-rebrand main > .gnd-home-section a,
body.getndrive-visual-rebrand .site-main > .gnd-home-section a {
	color: var(--gnd-teal-deep);
	font-weight: 900;
	text-decoration: none;
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-section__actions,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-section__actions,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-section__actions,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: clamp(22px, 3vw, 34px);
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-button,
body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-link-button,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-button,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-link-button,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-button,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-link-button,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-button,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 10px;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-button,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-button,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-button,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-button {
	border: 1px solid var(--gnd-teal-deep);
	background: var(--gnd-teal-deep);
	color: var(--gnd-card);
}

body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-link-button,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-link-button,
body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-link-button,
body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-link-button {
	border: 1px solid var(--gnd-line-strong);
	background: var(--gnd-card);
	color: var(--gnd-teal-deep);
}

body.getndrive-visual-rebrand > .gnd-home-faq .gnd-home-faq__list,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-faq .gnd-home-faq__list,
body.getndrive-visual-rebrand main > .gnd-home-faq .gnd-home-faq__list,
body.getndrive-visual-rebrand .site-main > .gnd-home-faq .gnd-home-faq__list {
	display: grid;
	gap: 10px;
}

body.getndrive-visual-rebrand > .gnd-home-faq details,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-faq details,
body.getndrive-visual-rebrand main > .gnd-home-faq details,
body.getndrive-visual-rebrand .site-main > .gnd-home-faq details {
	border: 1px solid var(--gnd-line);
	border-radius: 12px;
	background: var(--gnd-card);
	overflow: hidden;
}

body.getndrive-visual-rebrand > .gnd-home-faq summary,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-faq summary,
body.getndrive-visual-rebrand main > .gnd-home-faq summary,
body.getndrive-visual-rebrand .site-main > .gnd-home-faq summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 16px 52px 16px 18px;
	color: var(--gnd-ink);
	font-size: clamp(16px, 1.35vw, 19px);
	font-weight: 900;
	line-height: 1.25;
	cursor: pointer;
	list-style: none;
}

body.getndrive-visual-rebrand > .gnd-home-faq summary::-webkit-details-marker,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-faq summary::-webkit-details-marker,
body.getndrive-visual-rebrand main > .gnd-home-faq summary::-webkit-details-marker,
body.getndrive-visual-rebrand .site-main > .gnd-home-faq summary::-webkit-details-marker {
	display: none;
}

body.getndrive-visual-rebrand > .gnd-home-faq summary::after,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-faq summary::after,
body.getndrive-visual-rebrand main > .gnd-home-faq summary::after,
body.getndrive-visual-rebrand .site-main > .gnd-home-faq summary::after {
	content: "+";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--gnd-teal-deep);
	font-size: 24px;
	line-height: 1;
}

body.getndrive-visual-rebrand > .gnd-home-faq details[open] summary::after,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-faq details[open] summary::after,
body.getndrive-visual-rebrand main > .gnd-home-faq details[open] summary::after,
body.getndrive-visual-rebrand .site-main > .gnd-home-faq details[open] summary::after {
	content: "−";
}

body.getndrive-visual-rebrand > .gnd-home-faq details p,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-faq details p,
body.getndrive-visual-rebrand main > .gnd-home-faq details p,
body.getndrive-visual-rebrand .site-main > .gnd-home-faq details p {
	max-width: 76ch;
	padding: 0 18px 18px;
	font-size: 16px;
}

body.getndrive-visual-rebrand > .gnd-home-cta,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-cta,
body.getndrive-visual-rebrand main > .gnd-home-cta,
body.getndrive-visual-rebrand .site-main > .gnd-home-cta {
	padding-bottom: clamp(76px, 9vw, 126px);
	text-align: center;
}

body.getndrive-visual-rebrand > .gnd-home-cta > .gnd-home-section__inner,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-cta > .gnd-home-section__inner,
body.getndrive-visual-rebrand main > .gnd-home-cta > .gnd-home-section__inner,
body.getndrive-visual-rebrand .site-main > .gnd-home-cta > .gnd-home-section__inner {
	max-width: 900px;
	padding: clamp(32px, 5vw, 58px);
	border: 1px solid var(--gnd-line);
	border-radius: 16px;
	background: var(--gnd-subtle);
}

body.getndrive-visual-rebrand > .gnd-home-cta h2,
body.getndrive-visual-rebrand > .gnd-home-cta p,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-cta h2,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-cta p,
body.getndrive-visual-rebrand main > .gnd-home-cta h2,
body.getndrive-visual-rebrand main > .gnd-home-cta p,
body.getndrive-visual-rebrand .site-main > .gnd-home-cta h2,
body.getndrive-visual-rebrand .site-main > .gnd-home-cta p {
	margin-inline: auto;
}

body.getndrive-visual-rebrand > .gnd-home-cta .gnd-home-section__actions,
body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-cta .gnd-home-section__actions,
body.getndrive-visual-rebrand main > .gnd-home-cta .gnd-home-section__actions,
body.getndrive-visual-rebrand .site-main > .gnd-home-cta .gnd-home-section__actions {
	justify-content: center;
}

@media (max-width: 1100px) {
	body.getndrive-visual-rebrand > .gnd-home-section > .gnd-home-section__inner,
	body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section > .gnd-home-section__inner,
	body.getndrive-visual-rebrand main > .gnd-home-section > .gnd-home-section__inner,
	body.getndrive-visual-rebrand .site-main > .gnd-home-section > .gnd-home-section__inner {
		width: min(calc(100% - 40px), var(--gnd-maxw));
	}
}

@media (max-width: 1025px) {
	body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-section__head,
	body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-section__head,
	body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-section__head,
	body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-section__head {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

@media (max-width: 767px) {
	body.getndrive-visual-rebrand > .gnd-home-section,
	body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section,
	body.getndrive-visual-rebrand main > .gnd-home-section,
	body.getndrive-visual-rebrand .site-main > .gnd-home-section {
		padding: clamp(42px, 12vw, 68px) 0;
	}

	body.getndrive-visual-rebrand > .gnd-home-section > .gnd-home-section__inner,
	body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section > .gnd-home-section__inner,
	body.getndrive-visual-rebrand main > .gnd-home-section > .gnd-home-section__inner,
	body.getndrive-visual-rebrand .site-main > .gnd-home-section > .gnd-home-section__inner {
		width: calc(100% - 32px);
	}

	body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-card-grid,
	body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-card-grid--two,
	body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-card-grid,
	body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-card-grid--two,
	body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-card-grid,
	body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-card-grid--two,
	body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-card-grid,
	body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-card-grid--two {
		grid-template-columns: 1fr;
	}

	body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-section__actions,
	body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-section__actions,
	body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-section__actions,
	body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-section__actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-button,
	body.getndrive-visual-rebrand > .gnd-home-section .gnd-home-link-button,
	body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-button,
	body.getndrive-visual-rebrand .wp-site-blocks > .gnd-home-section .gnd-home-link-button,
	body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-button,
	body.getndrive-visual-rebrand main > .gnd-home-section .gnd-home-link-button,
	body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-button,
	body.getndrive-visual-rebrand .site-main > .gnd-home-section .gnd-home-link-button {
		width: 100%;
		min-height: 54px;
	}
}

/* v0.2.5.3 — sticky homepage search must stay above body cards.
   Header > stuck search rail > homepage body sections. */
@media (min-width: 1025px) {
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .site-header,
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .site-main-header-wrap,
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .site-main-header-inner-wrap {
		position: relative;
		z-index: 7200;
	}

	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .sch-platform-home--redesign,
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .sch-platform-hero--redesign {
		position: relative;
		z-index: 6400;
		overflow: visible;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .gnd-search-shell,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search:has(.sch-home-search.is-stuck),
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search.is-stuck-parent {
		position: relative;
		z-index: 6800 !important;
		overflow: visible;
		isolation: isolate;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search.is-stuck {
		z-index: 6900 !important;
		isolation: isolate;
	}

	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .sch-platform-services--featured,
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .sch-platform-steps--timeline,
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .sch-platform-intro--about,
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .gnd-home-trust-strip,
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .gnd-home-section,
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .gnd-home-tail-scope {
		position: relative;
		z-index: 0;
	}

	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .sch-platform-service-card,
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .sch-platform-timeline-card,
	body.getndrive-visual-rebrand:has(.sch-home-search.is-stuck) .gnd-home-card {
		z-index: auto !important;
	}
}

/* =====================================================================
   v0.2.6.0 — rental landing parity (car-rental + motorbike-rental)
   Brings both rental heroes from the old dark navy->teal boxed split to
   the approved light, fluid homepage hero, and restyles the existing
   search forms into the homepage horizontal search rail.
   Visual layer only: no sch_* DOM, form field, label text, submit target,
   booking flow, or public copy is changed here. The rental rails are
   intentionally NOT sticky (no fixed positioning, no new stacking
   context), so the homepage sticky-rail z-index trap cannot recur.
   ===================================================================== */

/* ---- shared: light fluid hero surface (replaces the dark box) ---- */
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero {
	--gnd-hero-side-space: clamp(20px, 5vw, 72px);
	border: 0 !important;
	border-radius: 0 !important;
	background:
		radial-gradient(circle at 50% 6%, rgba(27, 174, 159, 0.08), transparent 32rem),
		linear-gradient(180deg, #fbfdfd 0%, var(--gnd-surface) 100%) !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero > .wp-block-group__inner-container,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero > .wp-block-group__inner-container {
	width: min(
		calc(100% - var(--gnd-hero-side-space) - var(--gnd-hero-side-space)),
		1180px
	) !important;
	max-width: none !important;
	margin-inline: auto !important;
	padding: clamp(28px, 4vw, 52px) 0 clamp(30px, 4vw, 56px) !important;
	background: transparent !important;
}

/* ---- hero layout: single centered column (copy -> pill -> rail) ---- */
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__layout,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__layout {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: clamp(18px, 2.4vw, 32px) !important;
	max-width: none !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__copy,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__copy {
	order: 1;
	max-width: 820px !important;
	margin-inline: auto !important;
	text-align: center !important;
}

body.getndrive-visual-rebrand .gnd-rental-kinds {
	order: 2;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter {
	order: 3;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(12px, 1.4vw, 18px) !important;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 14px !important;
	background: var(--gnd-card) !important;
	box-shadow: 0 18px 44px -30px rgba(5, 10, 22, 0.4) !important;
	color: var(--gnd-ink) !important;
}

/* Cars & motorbikes: match the homepage first-viewport rhythm (0.2.7.12). The hero fills
   (up to) one viewport and the copy -> pill -> rail column is centred inside it, so the
   search rail lands in the same lower band as the homepage instead of floating at content
   height. Desktop only; tablet/mobile keep their existing content-flow stacks. */
@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero {
		min-height: var(--gnd-searchhero-minh);
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero > .wp-block-group__inner-container,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero > .wp-block-group__inner-container {
		display: flex !important;
		flex-direction: column;
		min-height: inherit;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__layout,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__layout {
		flex: 1 1 auto !important;
		justify-content: center !important;
	}
}

/* ---- hero copy typography: ink on light, homepage scale ---- */
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero .sch-rental-kicker,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-kicker {
	color: var(--gnd-teal-deep) !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero h1,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero h1,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-hero__copy h1 {
	max-width: 820px;
	margin-inline: auto !important;
	color: var(--gnd-ink) !important;
	font-size: clamp(32px, 3.4vw, 50px) !important;
	line-height: 1.06 !important;
	text-wrap: balance;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero p,
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero .sch-rental-lead,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero p,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-lead,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-lead-extra {
	max-width: 680px;
	margin-inline: auto !important;
	color: var(--gnd-muted) !important;
}

/* ---- Car | Motorbike cross-link pill (homepage segmented look) ---- */
body.getndrive-visual-rebrand .gnd-rental-kinds {
	display: inline-flex;
	align-self: center;
	gap: 4px;
	margin: 0;
	padding: 5px;
	border: 1px solid var(--gnd-line);
	border-radius: 999px;
	background: var(--gnd-card);
	box-shadow: var(--gnd-shadow-soft);
}

body.getndrive-visual-rebrand .gnd-rental-kind {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 22px;
	border-radius: 999px;
	background: transparent;
	color: var(--gnd-muted);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

body.getndrive-visual-rebrand .gnd-rental-kind:hover,
body.getndrive-visual-rebrand .gnd-rental-kind:focus-visible {
	color: var(--gnd-teal-deep);
	background: rgba(27, 174, 159, 0.08);
	outline: none;
}

body.getndrive-visual-rebrand .gnd-rental-kind.is-active {
	background: var(--gnd-teal-deep);
	color: #ffffff;
}

body.getndrive-visual-rebrand .gnd-rental-kind.is-active:hover,
body.getndrive-visual-rebrand .gnd-rental-kind.is-active:focus-visible {
	background: var(--gnd-teal-ink);
	color: #ffffff;
}

/* ---- search rail: fields + controls (all widths) ---- */
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 12px 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form label > span,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter label > span {
	color: var(--gnd-muted) !important;
	font-size: 12.5px !important;
	font-weight: 700 !important;
	letter-spacing: 0.01em;
	line-height: 1.25;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form input,
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form select,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter input,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter select {
	width: 100% !important;
	max-width: 100%;
	min-height: 50px;
	box-sizing: border-box !important;
	border: 1px solid var(--gnd-line-strong) !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	color: var(--gnd-ink) !important;
	font-weight: 600 !important;
}

/* ---- teal submit (car uses <a>, bike uses <button>; unify look) ---- */
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 0 26px;
	border: 1px solid var(--gnd-teal-deep) !important;
	border-radius: 10px !important;
	background: var(--gnd-teal-deep) !important;
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit:hover,
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit:focus-visible,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit:hover,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit:focus-visible {
	background: var(--gnd-teal-ink) !important;
	border-color: var(--gnd-teal-ink) !important;
	outline: none !important;
	transform: translateY(-1px);
}

/* ---- desktop rail: horizontal band (>=1025px), homepage fit rules ---- */
@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter {
		display: flex !important;
		flex-wrap: nowrap;
		align-items: flex-end;
		gap: clamp(8px, 0.85vw, 14px) !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label {
		flex: 1 1 0;
		justify-content: flex-end;
		min-height: 62px;
		box-sizing: border-box;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label.sch-rental-form__full,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label.sch-bike-filter__full {
		flex: 1.4 1 0;
		min-width: 168px;
	}

	/* time cells are the 3rd + 5th field labels on both forms */
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(5),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(5) {
		flex: 0 0 clamp(104px, 7.5vw, 122px);
		min-width: 104px;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(3) select,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(5) select,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(3) select,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(5) select {
		min-width: 76px;
		font-variant-numeric: tabular-nums;
		text-align: center;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form input,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form select,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter input,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter select {
		min-height: 52px;
		line-height: 1.1;
		text-overflow: clip;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		flex: 0 0 auto;
		align-self: flex-end;
		width: auto;
		min-width: clamp(150px, 12vw, 208px);
		min-height: 52px;
	}
}

/* ---- <=1024px: full-width stacked fields, no overflow ---- */
@media (max-width: 1024px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		width: 100%;
	}
}

/* =====================================================================
   v0.2.6.1 — rental landing fluid rail + desktop sticky filter
   Keeps the existing sch_* forms and submit behaviour intact. The JS wraps
   only the hero form/filter in .gnd-rental-sticky-shell and toggles a fixed
   desktop rail after it reaches the header.
   ===================================================================== */
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero {
	--gnd-hero-side-space: clamp(16px, 3.2vw, 56px);
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero > .wp-block-group__inner-container,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero > .wp-block-group__inner-container {
	width: min(
		calc(100% - var(--gnd-hero-side-space) - var(--gnd-hero-side-space)),
		1360px
	) !important;
	padding: clamp(22px, 3vw, 38px) 0 clamp(24px, 3vw, 42px) !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__layout,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__layout {
	gap: clamp(14px, 1.9vw, 24px) !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__copy,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__copy {
	max-width: 900px !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero h1,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero h1,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-hero__copy h1 {
	margin-block: 8px 14px !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero p,
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero .sch-rental-lead,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero p,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-lead,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-lead-extra {
	max-width: 760px;
	font-size: clamp(16px, 1.05vw, 18px) !important;
	line-height: 1.45 !important;
	text-wrap: pretty;
}

body.getndrive-visual-rebrand .gnd-rental-sticky-shell {
	order: 3;
	width: 100%;
	max-width: none;
}

body.getndrive-visual-rebrand .gnd-rental-sticky-shell .sch-rental-hero__form,
body.getndrive-visual-rebrand .gnd-rental-sticky-shell .sch-bike-hero__filter {
	width: 100% !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter {
	border-radius: 10px !important;
	box-shadow: 0 8px 8px -8px rgba(5, 10, 22, 0.3) !important;
}

@media (min-width: 1025px) and (max-width: 1179px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		width: 100%;
		min-width: 0;
	}
}

@media (min-width: 1180px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label {
		min-height: 58px;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(4),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(4) {
		flex: 0 0 clamp(122px, 8.5vw, 148px);
		min-width: 122px;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(5),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(5) {
		flex-basis: clamp(112px, 7.5vw, 128px);
		min-width: 112px;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form input,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form select,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter input,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter select {
		min-height: 48px;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		min-height: 48px;
		min-width: clamp(170px, 13vw, 220px);
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck {
		position: fixed !important;
		top: var(--gnd-rental-sticky-top, 98px);
		left: 50%;
		z-index: 1200;
		width: var(--gnd-rental-sticky-width, min(calc(100vw - 64px), 1360px)) !important;
		margin: 0 !important;
		padding: 10px 12px !important;
		border-color: var(--gnd-line-strong) !important;
		background: rgba(255, 255, 255, 0.98) !important;
		box-shadow: 0 8px 8px -8px rgba(5, 10, 22, 0.38) !important;
		transform: translateX(-50%);
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck .gnd-rental-kinds,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck .gnd-rental-kinds {
		display: none;
	}
}

/* =====================================================================
   v0.2.6.2 — rental text parity + rail grid containment
   Replaces the desktop flex rail with explicit columns so the submit button
   stays inside the white search panel across EN/RU car and motorbike pages.
   ===================================================================== */
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero {
	--gnd-hero-side-space: clamp(12px, 2.4vw, 44px);
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero > .wp-block-group__inner-container,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero > .wp-block-group__inner-container {
	width: min(
		calc(100% - var(--gnd-hero-side-space) - var(--gnd-hero-side-space)),
		var(--gnd-rail-maxw)
	) !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter {
	overflow: hidden !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

@media (min-width: 1180px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter {
		display: grid !important;
		grid-template-columns:
			minmax(170px, 1.25fr)
			minmax(130px, 0.85fr)
			minmax(112px, 0.65fr)
			minmax(130px, 0.85fr)
			minmax(112px, 0.65fr)
			minmax(170px, 1.25fr)
			minmax(156px, 0.85fr) !important;
		align-items: end !important;
		gap: clamp(8px, 0.75vw, 12px) !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label.sch-rental-form__full,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label.sch-bike-filter__full,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(4),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(5),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(4),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(5) {
		flex: none !important;
		min-width: 0 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		padding-inline: 18px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck {
		width: min(var(--gnd-rental-sticky-width, calc(100vw - 48px)), calc(100vw - 48px)) !important;
		overflow: hidden !important;
	}
}

/* =====================================================================
   v0.2.6.3 — rental rail cascade reset
   The live 0.2.6.2 desktop screenshots showed old full-row field rules still
   winning in some breakpoints. This late block resets child placement first,
   then reapplies the intended rail grid without changing the sch_* markup.
   ===================================================================== */
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter {
	box-sizing: border-box !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > *,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > * {
	box-sizing: border-box !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
}

@media (min-width: 1025px) and (max-width: 1179px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		align-items: end !important;
		gap: 10px 12px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > *,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > *,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label.sch-rental-form__full,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label.sch-bike-filter__full {
		grid-column: auto !important;
		grid-row: auto !important;
		width: 100% !important;
		flex: none !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		grid-column: 1 / -1 !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 50px !important;
	}
}

@media (min-width: 1180px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero > .wp-block-group__inner-container,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero > .wp-block-group__inner-container {
		width: min(calc(100% - 24px), 1500px) !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter {
		width: 100% !important;
		max-width: 100% !important;
		padding: 12px !important;
		overflow: hidden !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck .sch-bike-filter {
		display: grid !important;
		grid-template-columns:
			minmax(190px, 1.3fr)
			minmax(142px, 0.85fr)
			minmax(116px, 0.65fr)
			minmax(142px, 0.85fr)
			minmax(116px, 0.65fr)
			minmax(190px, 1.15fr)
			minmax(160px, 0.8fr) !important;
		align-items: end !important;
		gap: clamp(8px, 0.68vw, 12px) !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > *,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > *,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label.sch-rental-form__full,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label.sch-bike-filter__full,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(4),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(5),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(4),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(5) {
		grid-column: auto !important;
		grid-row: auto !important;
		align-self: end !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		flex: none !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form input,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form select,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter input,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter select {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 50px !important;
		height: 50px !important;
		padding-inline: 14px !important;
		line-height: 1.1 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		grid-column: auto !important;
		grid-row: auto !important;
		align-self: end !important;
		display: inline-flex !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 50px !important;
		height: 50px !important;
		padding-inline: 18px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck {
		width: min(var(--gnd-rental-sticky-width, calc(100vw - 48px)), 1500px, calc(100vw - 48px)) !important;
		padding: 10px 12px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck .sch-rental-form label > span,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck .sch-bike-filter label > span {
		font-size: 12px !important;
		line-height: 1.15 !important;
	}
}

/* =====================================================================
   v0.2.6.4 — live DOM rental rail flex fallback
   Live pages render the search controls as div role=group containers with
   six labels plus a submit control. Use wrapping flex so the button cannot
   overflow or be clipped when labels, languages, or widths change.
   ===================================================================== */
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter {
	overflow: visible !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter {
	min-width: 0 !important;
}

@media (min-width: 1025px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck .sch-bike-filter {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: end !important;
		gap: clamp(8px, 0.68vw, 12px) !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > *,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > * {
		grid-column: auto !important;
		grid-row: auto !important;
		flex: 1 1 138px !important;
		align-self: end !important;
		width: auto !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label.sch-rental-form__full,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label.sch-bike-filter__full {
		flex: 1.45 1 220px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(4),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(4) {
		flex: 1 1 164px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(5),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(5) {
		flex: 0.9 1 136px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		display: inline-flex !important;
		flex: 1 1 176px !important;
		justify-content: center !important;
		align-items: center !important;
		width: auto !important;
		max-width: 100% !important;
		min-width: 156px !important;
		min-height: 50px !important;
		height: 50px !important;
		padding-inline: 18px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form input,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form select,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter input,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter select {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 50px !important;
		height: 50px !important;
		padding-inline: 14px !important;
	}
}

/* =====================================================================
   v0.2.6.5 — wide desktop one-row rental rail
   0.2.6.4 fixed clipping but allowed the wide rail to wrap into two rows.
   At desktop widths, return to one explicit row using zero-min grid tracks
   so Search stays inside the panel without protruding.
   ===================================================================== */
@media (min-width: 1180px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter {
		overflow: visible !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck .sch-bike-filter {
		display: grid !important;
		grid-template-columns:
			minmax(0, 1.35fr)
			minmax(0, 0.98fr)
			minmax(0, 0.72fr)
			minmax(0, 0.98fr)
			minmax(0, 0.72fr)
			minmax(0, 1.08fr)
			minmax(0, 0.95fr) !important;
		align-items: end !important;
		gap: clamp(8px, 0.62vw, 12px) !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > *,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > *,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label.sch-rental-form__full,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label.sch-bike-filter__full,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(4),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(5),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(4),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(5) {
		grid-column: auto !important;
		grid-row: auto !important;
		flex: none !important;
		align-self: end !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		grid-column: auto !important;
		grid-row: auto !important;
		display: inline-flex !important;
		flex: none !important;
		justify-content: center !important;
		align-items: center !important;
		align-self: end !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 50px !important;
		height: 50px !important;
		padding-inline: 14px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form input,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form select,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter input,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter select {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 50px !important;
		height: 50px !important;
		padding-inline: 12px !important;
	}
}

/* =====================================================================
   v0.2.6.6 — canonical rental search rail width + responsive grid
   Supersedes the accumulated 0.2.6.0–0.2.6.5 hero inner caps (1180 /
   1360 / 1500px). Hero copy stays centered and narrow; the search panel
   uses one fluid viewport model with 24px side gutters and a 2000px cap.
   Sticky state inherits the same width instead of the capped shell width.
   ===================================================================== */
body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero {
	--gnd-rental-rail-gutter: 24px;
	--gnd-rental-rail-width: min(calc(100vw - 48px), 2000px);
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero > .wp-block-group__inner-container,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero > .wp-block-group__inner-container {
	width: var(--gnd-rental-rail-width) !important;
	max-width: none !important;
	margin-inline: auto !important;
	padding-inline: 0 !important;
	box-sizing: border-box !important;
}

body.getndrive-visual-rebrand .gnd-rental-sticky-shell {
	width: 100% !important;
	max-width: none !important;
}

body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form,
body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	overflow: visible !important;
}

@media (min-width: 1025px) and (max-width: 1279px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck .sch-bike-filter {
		display: grid !important;
		flex-wrap: nowrap !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		align-items: end !important;
		gap: 10px 12px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > *,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > *,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label.sch-rental-form__full,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label.sch-bike-filter__full {
		grid-column: auto !important;
		grid-row: auto !important;
		flex: none !important;
		align-self: end !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		grid-column: 1 / -1 !important;
		display: inline-flex !important;
		justify-content: center !important;
		align-items: center !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 50px !important;
		height: 50px !important;
	}
}

@media (min-width: 1280px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck .sch-bike-filter {
		display: grid !important;
		grid-template-columns:
			minmax(0, 1.35fr)
			minmax(0, 0.98fr)
			minmax(0, 0.72fr)
			minmax(0, 0.98fr)
			minmax(0, 0.72fr)
			minmax(0, 1.08fr)
			minmax(0, 0.95fr) !important;
		align-items: end !important;
		gap: clamp(8px, 0.62vw, 12px) !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > *,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > *,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label.sch-rental-form__full,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label.sch-bike-filter__full,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(4),
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form > label:nth-child(5),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(2),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(3),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(4),
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter > label:nth-child(5) {
		grid-column: auto !important;
		grid-row: auto !important;
		flex: none !important;
		align-self: end !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		grid-column: auto !important;
		grid-row: auto !important;
		display: inline-flex !important;
		flex: none !important;
		justify-content: center !important;
		align-items: center !important;
		align-self: end !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 50px !important;
		height: 50px !important;
		padding-inline: 14px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form input,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form select,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter input,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter select {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		min-height: 50px !important;
		height: 50px !important;
		padding-inline: 12px !important;
	}
}

@media (min-width: 1180px) {
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck {
		position: fixed !important;
		top: var(--gnd-rental-sticky-top, 98px);
		left: 50%;
		z-index: 1200;
		width: var(--gnd-rental-rail-width) !important;
		max-width: var(--gnd-rental-rail-width) !important;
		margin: 0 !important;
		padding: 10px 12px !important;
		border-color: var(--gnd-line-strong) !important;
		background: rgba(255, 255, 255, 0.98) !important;
		box-shadow: 0 8px 8px -8px rgba(5, 10, 22, 0.38) !important;
		transform: translateX(-50%);
		overflow: visible !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck .gnd-rental-kinds,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck .gnd-rental-kinds {
		display: none;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form.is-rental-stuck .sch-rental-form label > span,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter.is-rental-stuck .sch-bike-filter label > span {
		font-size: 12px !important;
		line-height: 1.15 !important;
	}
}

/* =====================================================================
   v0.2.7.0 — public page shell
   The previous rail fix worked while sticky because fixed positioning escaped
   Kadence's boxed entry container. This pass unboxes public pages first, then
   applies the same fluid width to normal and sticky rental rails.
   ===================================================================== */
body.getndrive-visual-rebrand.gnd-public-shell {
	--gnd-page-gutter: clamp(16px, 2vw, 24px);
	--gnd-public-wide: min(calc(100vw - (var(--gnd-page-gutter) * 2)), 2000px);
	--gnd-public-section: min(calc(100vw - (var(--gnd-page-gutter) * 2)), 1600px);
	--gnd-public-content: min(calc(100vw - (var(--gnd-page-gutter) * 2)), 1180px);
	--gnd-public-readable: min(calc(100vw - (var(--gnd-page-gutter) * 2)), 820px);
	overflow-x: hidden;
}

@supports (overflow: clip) {
	body.getndrive-visual-rebrand.gnd-public-shell {
		overflow-x: clip;
	}
}

body.getndrive-visual-rebrand.gnd-public-shell .content-container.site-container,
body.getndrive-visual-rebrand.gnd-public-shell .content-container,
body.getndrive-visual-rebrand.gnd-public-shell .site-main,
body.getndrive-visual-rebrand.gnd-public-shell #primary,
body.getndrive-visual-rebrand.gnd-public-shell .content-area {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

body.getndrive-visual-rebrand.gnd-public-shell .content-area {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-shell .content-bg.single-entry,
body.getndrive-visual-rebrand.gnd-public-shell .entry.single-entry,
body.getndrive-visual-rebrand.gnd-public-shell .entry-content-wrap,
body.getndrive-visual-rebrand.gnd-public-shell .entry-content,
body.getndrive-visual-rebrand.gnd-public-shell .wp-site-blocks,
body.getndrive-visual-rebrand.gnd-public-shell .site {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

body.getndrive-visual-rebrand.gnd-public-shell .content-bg.single-entry,
body.getndrive-visual-rebrand.gnd-public-shell .entry.single-entry {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-shell .entry-content-wrap,
body.getndrive-visual-rebrand.gnd-public-shell .entry-content {
	padding: 0 !important;
	background: transparent !important;
}

body.getndrive-visual-rebrand.gnd-public-shell .entry-content > .wp-block-group.alignwide,
body.getndrive-visual-rebrand.gnd-public-shell .entry-content > .wp-block-group.alignfull,
body.getndrive-visual-rebrand.gnd-public-shell .entry-content > .wp-block-cover.alignwide,
body.getndrive-visual-rebrand.gnd-public-shell .entry-content > .wp-block-cover.alignfull {
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

body.getndrive-visual-rebrand.gnd-public-shell .gnd-page-spotlight,
body.getndrive-visual-rebrand.gnd-public-shell .gnd-home-section > .gnd-home-section__inner,
body.getndrive-visual-rebrand.gnd-public-shell .sch-platform-home--redesign > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-shell .sch-partners-page > .wp-block-group__inner-container {
	width: var(--gnd-public-section) !important;
	max-width: var(--gnd-public-section) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-rental-page--request,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-bike-page {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	overflow: visible !important;
}

body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-rental-hero,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-bike-hero {
	--gnd-rental-rail-width: var(--gnd-public-wide);
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: visible !important;
}

body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-rental-hero > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-bike-hero > .wp-block-group__inner-container {
	width: var(--gnd-public-wide) !important;
	max-width: var(--gnd-public-wide) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-rental-hero__copy,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-bike-hero__copy {
	width: var(--gnd-public-readable) !important;
	max-width: var(--gnd-public-readable) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.getndrive-visual-rebrand.gnd-public-rental-shell .gnd-rental-sticky-shell,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-rental-hero__form,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-bike-hero__filter {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-rental-form,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-bike-filter {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__presearch,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__category-grid,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__scenarios,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__pickup-locations,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__faq {
	width: var(--gnd-public-wide) !important;
	max-width: var(--gnd-public-wide) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__grid,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__category-grid,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__scenarios-grid,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__pickup-locations-grid,
body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__faq-grid {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)) !important;
}

@media (min-width: 1280px) {
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__grid,
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1180px) {
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-rental-hero__form.is-rental-stuck,
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-bike-hero__filter.is-rental-stuck {
		width: var(--gnd-public-wide) !important;
		max-width: var(--gnd-public-wide) !important;
	}
}

@media (max-width: 1024px) {
	body.getndrive-visual-rebrand.gnd-public-shell {
		--gnd-page-gutter: clamp(14px, 4vw, 24px);
	}

	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-rental-hero > .wp-block-group__inner-container,
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-bike-hero > .wp-block-group__inner-container,
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles,
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__presearch,
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__category-grid,
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__scenarios,
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__pickup-locations,
	body.getndrive-visual-rebrand.gnd-public-rental-shell .sch-demo-vehicles__faq {
		width: var(--gnd-public-wide) !important;
		max-width: var(--gnd-public-wide) !important;
	}
}

/* =====================================================================
   v0.2.7.1 — partners page public redesign
   Keeps the samuicarhub partners form/backend contract intact while replacing
   the old boxed contact-page presentation with the public GetnDrive shell.
   ===================================================================== */
body.getndrive-visual-rebrand.gnd-public-partners-shell {
	background:
		linear-gradient(180deg, #f7fbfb 0%, #ffffff 34rem, #f4f8f8 100%);
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	overflow: visible !important;
	color: var(--gnd-ink) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page > .wp-block-group__inner-container {
	display: grid !important;
	gap: clamp(18px, 2.2vw, 34px) !important;
	width: var(--gnd-public-section) !important;
	max-width: var(--gnd-public-section) !important;
	margin-inline: auto !important;
	padding: clamp(20px, 3vw, 42px) 0 clamp(44px, 6vw, 86px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero {
	width: 100vw !important;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	border: 0 !important;
	border-radius: 0 !important;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 252, 251, 0.96) 52%, rgba(232, 246, 244, 0.92) 100%) !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero > .wp-block-group__inner-container {
	width: var(--gnd-public-section) !important;
	max-width: var(--gnd-public-section) !important;
	margin-inline: auto !important;
	padding: clamp(48px, 6vw, 86px) 0 clamp(34px, 4vw, 64px) !important;
	background: transparent !important;
	color: var(--gnd-ink) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr) !important;
	grid-template-areas:
		"content media"
		"footer media" !important;
	gap: clamp(24px, 3.8vw, 64px) !important;
	align-items: center !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__content {
	grid-area: content !important;
	max-width: 780px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-kicker,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-kicker {
	margin: 0 0 14px !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--gnd-teal-deep) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h1,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero h1 {
	max-width: 12ch !important;
	margin: 0 !important;
	color: var(--gnd-navy-3) !important;
	font-size: clamp(48px, 5.4vw, 88px) !important;
	line-height: 0.96 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-lead,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-lead {
	max-width: 760px !important;
	margin: clamp(18px, 2vw, 26px) 0 0 !important;
	color: #34495f !important;
	font-size: clamp(19px, 1.55vw, 25px) !important;
	font-weight: 650 !important;
	line-height: 1.42 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-copy,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-line,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-copy,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-motivation-line {
	max-width: 720px !important;
	margin-top: 14px !important;
	color: var(--gnd-muted) !important;
	font-size: 17px !important;
	line-height: 1.62 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-line {
	font-weight: 700 !important;
	color: var(--gnd-navy) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__media {
	grid-area: media !important;
	align-self: stretch !important;
	min-width: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-image {
	height: 100% !important;
	min-height: 460px !important;
	margin: 0 !important;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 24px 60px rgba(11, 31, 58, 0.12) !important;
	overflow: hidden !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-image img {
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: auto !important;
	object-fit: cover !important;
	object-position: center !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__footer {
	grid-area: footer !important;
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) !important;
	gap: clamp(16px, 2vw, 28px) !important;
	align-items: center !important;
	margin-top: clamp(18px, 2vw, 32px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-actions {
	margin: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page .wp-block-button__link,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__submit {
	min-height: 52px !important;
	padding: 14px 24px !important;
	border-radius: 8px !important;
	background: var(--gnd-teal-deep) !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page .wp-block-button__link:hover,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__submit:hover {
	background: #086e68 !important;
	transform: translateY(-1px);
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__stats {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	align-items: center !important;
	width: 100% !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__stats span {
	min-height: 40px !important;
	padding: 9px 13px !important;
	border: 1px solid rgba(13, 127, 119, 0.2) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.84) !important;
	color: var(--gnd-navy) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	white-space: normal !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-strip,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-audience,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefits,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-steps,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-vehicle-types,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-growth,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.94) !important;
	box-shadow: 0 14px 36px rgba(11, 31, 58, 0.06) !important;
	overflow: hidden !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-strip > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-audience > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefits > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-steps > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-vehicle-types > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-growth > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners {
	padding: clamp(24px, 3vw, 44px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-strip,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission {
	background: #f7fcfb !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-grid,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefit-grid,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-step-grid,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(14px, 1.6vw, 22px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefit-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-step-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-item,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefit-grid > div,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-step-grid > div,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__grid > article {
	min-width: 0 !important;
	padding: 18px !important;
	border: 1px solid rgba(11, 31, 58, 0.11) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h2,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__title {
	max-width: 18ch !important;
	margin: 0 0 14px !important;
	color: var(--gnd-navy-3) !important;
	font-size: clamp(30px, 3.2vw, 52px) !important;
	line-height: 1.02 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h3,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners h3 {
	margin: 0 0 8px !important;
	color: var(--gnd-navy) !important;
	font-size: 18px !important;
	line-height: 1.22 !important;
	letter-spacing: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page p,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page li,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners p {
	color: var(--gnd-muted) !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	letter-spacing: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__kicker {
	display: block !important;
	margin: 0 0 12px !important;
	color: var(--gnd-teal-deep) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__lead {
	max-width: 920px !important;
	margin: 0 0 clamp(18px, 2vw, 28px) !important;
	font-size: clamp(17px, 1.35vw, 22px) !important;
	line-height: 1.5 !important;
	color: #34495f !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-audience > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-vehicle-types > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission > .wp-block-group__inner-container {
	display: grid !important;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
	gap: clamp(18px, 3vw, 52px) !important;
	align-items: start !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-audience h2,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-vehicle-types h2,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission h2 {
	grid-column: 1 !important;
	margin: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-audience p,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission p,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-vehicle-types p,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-feature-list {
	grid-column: 2 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-feature-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	columns: auto !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-feature-list li {
	position: relative;
	min-height: 44px;
	margin: 0 !important;
	padding: 11px 12px 11px 34px !important;
	border: 1px solid rgba(13, 127, 119, 0.17);
	border-radius: 8px;
	background: #f7fcfb;
	color: var(--gnd-navy) !important;
	font-weight: 700;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-feature-list li::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 18px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gnd-teal-deep);
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer {
	display: grid !important;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr) !important;
	gap: clamp(22px, 3vw, 54px) !important;
	align-items: stretch !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer__copy {
	max-width: 720px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-subtitle {
	margin: 0 0 12px !important;
	color: #34495f !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-highlight,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer__summary {
	margin-top: 14px !important;
	padding: 14px 16px !important;
	border: 1px solid rgba(13, 127, 119, 0.18) !important;
	border-radius: 8px !important;
	background: #effafa !important;
	color: var(--gnd-navy) !important;
	font-weight: 800 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup {
	height: 100% !important;
	padding: 18px !important;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 42px rgba(11, 31, 58, 0.08) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup__booking {
	background: #f3f9f8 !important;
	border: 1px solid rgba(13, 127, 119, 0.14) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup__status,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup__topbar-badge {
	border-radius: 999px !important;
	background: #effafa !important;
	border: 1px solid rgba(13, 127, 119, 0.18) !important;
	color: var(--gnd-teal-deep) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup__metrics {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup__metric {
	background: #fbfdfd !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup__metric-value {
	font-size: 18px !important;
	line-height: 1.15 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer__features {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer__feature,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup__workflow {
	background: #fbfdfd !important;
	border-color: var(--gnd-line) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer__feature-icon {
	border-radius: 8px !important;
	background: #effafa !important;
	color: var(--gnd-teal-deep) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup__workflow-steps span {
	border-radius: 8px !important;
	background: #effafa !important;
	color: var(--gnd-teal-deep) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer__badge {
	border-radius: 8px !important;
	background: var(--gnd-navy) !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-step-grid span {
	width: 32px !important;
	height: 32px !important;
	margin-bottom: 12px !important;
	border-radius: 8px !important;
	background: var(--gnd-teal-deep) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form-wrap {
	display: grid;
	gap: 18px;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form-wrap h2 {
	max-width: 24ch !important;
	margin-bottom: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__form {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
	width: 100% !important;
	max-width: 1180px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field--wide {
	grid-column: span 2 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field--full {
	grid-column: 1 / -1 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field input,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field select,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field textarea {
	min-height: 52px !important;
	border: 1px solid rgba(11, 31, 58, 0.22) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: var(--gnd-ink) !important;
	font-size: 16px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field input:focus,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field select:focus,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field textarea:focus {
	border-color: var(--gnd-teal-deep) !important;
	box-shadow: var(--gnd-focus) !important;
	outline: none !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__submit {
	width: auto !important;
	min-width: 220px !important;
}

@media (max-width: 1320px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr) !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-step-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1024px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page > .wp-block-group__inner-container {
		width: var(--gnd-public-wide) !important;
		max-width: var(--gnd-public-wide) !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero > .wp-block-group__inner-container {
		width: var(--gnd-public-wide) !important;
		max-width: var(--gnd-public-wide) !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-audience > .wp-block-group__inner-container,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-vehicle-types > .wp-block-group__inner-container,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission > .wp-block-group__inner-container {
		grid-template-columns: 1fr !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
		grid-template-areas:
			"content"
			"media"
			"footer" !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-audience p,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission p,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-vehicle-types p,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-feature-list {
		grid-column: auto !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-image {
		min-height: 320px !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__footer {
		grid-template-columns: 1fr !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-grid,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefit-grid,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__grid,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer__features,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__form {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (max-width: 700px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero > .wp-block-group__inner-container {
		padding-top: 34px !important;
		padding-bottom: 30px !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-grid,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefit-grid,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-step-grid,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__grid,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup__metrics,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer__features,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-feature-list,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__form {
		grid-template-columns: 1fr !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field--wide,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field--full {
		grid-column: auto !important;
	}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__submit,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page .wp-block-button__link {
		width: 100% !important;
		min-width: 0 !important;
	}
}

/* =====================================================================
   v0.2.7.2 — standard public / legal / support / account shells
   Extends the fluid public page system beyond rental and partners pages while
   preserving login, booking lookup, legal consent, and Partner Cabinet runtime.
   ===================================================================== */
body.getndrive-visual-rebrand.gnd-public-standard-shell,
body.getndrive-visual-rebrand.gnd-public-legal-shell,
body.getndrive-visual-rebrand.gnd-public-support-shell,
body.getndrive-visual-rebrand.gnd-public-account-shell {
	background:
		radial-gradient(circle at 9% 0%, rgba(27, 174, 159, 0.08), transparent 28rem),
		linear-gradient(180deg, #f7fbfb 0%, #ffffff 34rem, #f4f8f8 100%) !important;
	color: var(--gnd-ink);
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-hero.page-hero-section,
body.getndrive-visual-rebrand.gnd-public-support-shell .entry-hero.page-hero-section {
	width: 100vw !important;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	border: 0 !important;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 252, 251, 0.96) 58%, rgba(229, 245, 243, 0.92) 100%) !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-hero .entry-hero-container-inner,
body.getndrive-visual-rebrand.gnd-public-support-shell .entry-hero .entry-hero-container-inner {
	padding: 0 !important;
	background: transparent !important;
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-hero .hero-section-overlay,
body.getndrive-visual-rebrand.gnd-public-support-shell .entry-hero .hero-section-overlay {
	display: none !important;
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-hero .hero-container,
body.getndrive-visual-rebrand.gnd-public-support-shell .entry-hero .hero-container {
	width: var(--gnd-public-content) !important;
	max-width: var(--gnd-public-content) !important;
	margin-inline: auto !important;
	padding: clamp(42px, 6vw, 78px) 0 clamp(30px, 4vw, 54px) !important;
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-header,
body.getndrive-visual-rebrand.gnd-public-support-shell .entry-header {
	min-height: 0 !important;
	max-width: 780px !important;
	margin: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-title,
body.getndrive-visual-rebrand.gnd-public-support-shell .entry-title {
	margin: 0 !important;
	color: var(--gnd-navy-3) !important;
	font-size: clamp(44px, 5vw, 76px) !important;
	font-weight: 780 !important;
	line-height: 1.02 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-content.single-content,
body.getndrive-visual-rebrand.gnd-public-support-shell .entry-content.single-content {
	width: var(--gnd-public-content) !important;
	max-width: var(--gnd-public-content) !important;
	margin-inline: auto !important;
	padding: clamp(26px, 4vw, 56px) 0 clamp(52px, 7vw, 96px) !important;
	color: var(--gnd-ink) !important;
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-content.single-content > :where(p, ul, ol, h2, h3, h4, h5, h6, .wp-block-heading, .wp-block-list, .wp-block-buttons) {
	max-width: var(--gnd-public-readable);
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-content.single-content h2,
body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-content.single-content h3 {
	color: var(--gnd-navy-3) !important;
	line-height: 1.16 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-content.single-content p,
body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-content.single-content li {
	color: var(--gnd-muted) !important;
	font-size: 18px !important;
	line-height: 1.68 !important;
}

body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-content.single-content a {
	color: var(--gnd-teal-deep) !important;
	font-weight: 750;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

/* Legal pages are readable documents, not marketing pages. */
body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page {
	width: 100vw !important;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: clamp(30px, 5vw, 72px) 0 clamp(56px, 7vw, 104px) !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 251, 251, 0.94) 100%) !important;
	color: var(--gnd-ink) !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__inner {
	display: grid !important;
	gap: clamp(20px, 3vw, 40px) !important;
	width: var(--gnd-public-content) !important;
	max-width: var(--gnd-public-content) !important;
	margin-inline: auto !important;
	padding: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__header,
body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__content {
	border: 1px solid var(--gnd-line) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__header {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.34fr) !important;
	gap: clamp(18px, 3vw, 46px) !important;
	align-items: end !important;
	padding: clamp(26px, 4vw, 54px) !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__title {
	max-width: 12ch !important;
	margin: 0 !important;
	color: var(--gnd-navy-3) !important;
	font-size: clamp(42px, 5.4vw, 78px) !important;
	font-weight: 780 !important;
	line-height: 1.02 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__meta {
	display: grid !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__meta-row {
	display: grid !important;
	grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr) !important;
	gap: 12px !important;
	padding: 10px 0 !important;
	border-bottom: 1px solid rgba(11, 31, 58, 0.1) !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__meta-row:last-child {
	border-bottom: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__meta dt,
body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__meta dd {
	margin: 0 !important;
	color: var(--gnd-muted) !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__meta dd {
	color: var(--gnd-navy) !important;
	font-weight: 800 !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__lang-switch {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 32px !important;
	padding: 6px 12px !important;
	border: 1px solid rgba(13, 127, 119, 0.24) !important;
	border-radius: 999px !important;
	color: var(--gnd-teal-deep) !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__content {
	max-width: 100% !important;
	padding: clamp(28px, 4vw, 58px) !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__content > * {
	max-width: 820px !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__content h2 {
	margin: 2.2em 0 0.65em !important;
	color: var(--gnd-navy-3) !important;
	font-size: clamp(24px, 2.2vw, 34px) !important;
	line-height: 1.18 !important;
	letter-spacing: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__content h2:first-child,
body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-draft + h2 {
	margin-top: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__content p,
body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__content li {
	color: #34495f !important;
	font-size: 17px !important;
	line-height: 1.72 !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__content ul,
body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__content ol {
	padding-left: 1.25em !important;
}

body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-draft {
	max-width: 100% !important;
	margin: 0 0 24px !important;
	padding: 13px 16px !important;
	border: 1px solid rgba(13, 127, 119, 0.22) !important;
	border-radius: 8px !important;
	background: #f1fbfa !important;
	color: var(--gnd-navy) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
}

/* Support keeps the public shell, then behaves like a help center. */
body.getndrive-visual-rebrand.gnd-public-support-shell .entry-content.single-content {
	display: grid !important;
	gap: clamp(18px, 2.4vw, 34px) !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-hub,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-listing,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-topic,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article {
	width: 100% !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: clamp(24px, 3.4vw, 48px) !important;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-hub__heading,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-listing__title,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-topic__title,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article h1 {
	margin: 0 0 clamp(18px, 2vw, 28px) !important;
	color: var(--gnd-navy-3) !important;
	font-size: clamp(32px, 3.5vw, 54px) !important;
	line-height: 1.08 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-hub__actions,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-listing__cards {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
	gap: 14px !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-hub__action,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-card,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-topic__group,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article__fact,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article__next {
	display: block !important;
	min-height: 0 !important;
	padding: 18px !important;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: var(--gnd-ink) !important;
	box-shadow: none !important;
	text-align: left !important;
	text-decoration: none !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-hub__action--brand {
	border-color: rgba(13, 127, 119, 0.24) !important;
	background: #f1fbfa !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-hub__action-title,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-card strong {
	display: block !important;
	color: var(--gnd-navy) !important;
	font-size: 18px !important;
	font-weight: 820 !important;
	line-height: 1.24 !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-hub__action-desc,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-card span,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article__intro,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-topic p,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article p,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article li {
	color: var(--gnd-muted) !important;
	font-size: 16px !important;
	line-height: 1.62 !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-search {
	width: 100% !important;
	max-width: 760px !important;
	margin: 0 auto clamp(18px, 2vw, 28px) !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-search input {
	width: 100% !important;
	min-height: 54px !important;
	padding: 0 18px 0 48px !important;
	border: 1px solid var(--gnd-line-strong) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: var(--gnd-ink) !important;
	font-weight: 700 !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-breadcrumbs {
	width: var(--gnd-public-content) !important;
	max-width: var(--gnd-public-content) !important;
	margin: 0 auto 18px !important;
	color: var(--gnd-muted) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-topic__group + .gnd-support-topic__group,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article__fact + .gnd-support-article__fact,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article__next {
	margin-top: 14px !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-topic__group ul,
body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article__steps {
	display: grid !important;
	gap: 10px !important;
	margin: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
}

body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-topic__group a {
	color: var(--gnd-teal-deep) !important;
	font-weight: 800 !important;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

/* Account is a functional lookup surface: brand shell, existing form contract. */
body.getndrive-visual-rebrand.gnd-public-account-shell .entry-hero.page-hero-section {
	display: none !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .entry-content.single-content {
	width: var(--gnd-public-content) !important;
	max-width: var(--gnd-public-content) !important;
	margin-inline: auto !important;
	padding: clamp(34px, 5vw, 78px) 0 clamp(54px, 7vw, 104px) !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account {
	width: 100% !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	background: transparent !important;
	color: var(--gnd-ink) !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account--landing {
	display: grid !important;
	grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr) !important;
	grid-template-areas:
		"hero search"
		"trust search" !important;
	gap: clamp(18px, 2.8vw, 38px) !important;
	align-items: stretch !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__hero {
	grid-area: hero !important;
	margin: 0 !important;
	padding: clamp(28px, 4vw, 56px) !important;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 8px !important;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 251, 250, 0.96) 100%) !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__hero-title {
	max-width: 11ch !important;
	margin: 0 !important;
	color: var(--gnd-navy-3) !important;
	font-size: clamp(44px, 5vw, 74px) !important;
	font-weight: 780 !important;
	line-height: 1.02 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__hero-intro {
	max-width: 680px !important;
	margin: 18px 0 0 !important;
	color: #34495f !important;
	font-size: clamp(18px, 1.5vw, 23px) !important;
	font-weight: 650 !important;
	line-height: 1.46 !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__hero-intro--secondary {
	color: var(--gnd-muted) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.62 !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__search {
	grid-area: search !important;
	margin: 0 !important;
	padding: clamp(24px, 3vw, 40px) !important;
	border: 1px solid var(--gnd-line) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 10px 28px rgba(11, 31, 58, 0.07) !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__search-title {
	margin: 0 0 18px !important;
	color: var(--gnd-navy-3) !important;
	font-size: clamp(26px, 2.2vw, 34px) !important;
	line-height: 1.16 !important;
	letter-spacing: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__form {
	display: grid !important;
	gap: 14px !important;
	margin: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__form label {
	display: grid !important;
	gap: 8px !important;
	color: var(--gnd-navy) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__form input[type="text"],
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__form input[type="email"],
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__form input[type="tel"] {
	width: 100% !important;
	min-height: 58px !important;
	padding: 0 16px !important;
	border: 1px solid var(--gnd-line-strong) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: var(--gnd-ink) !important;
	font-size: 16px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__form input:focus {
	border-color: rgba(13, 127, 119, 0.52) !important;
	box-shadow: var(--gnd-focus) !important;
	outline: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__form button,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__open-btn,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__contact-btn {
	min-height: 56px !important;
	padding: 14px 20px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: var(--gnd-teal-deep) !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 820 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__form button:hover,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__open-btn:hover,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__contact-btn:hover {
	background: #086e68 !important;
	transform: translateY(-1px);
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__helper {
	margin: 14px 0 0 !important;
	color: var(--gnd-muted) !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__trust {
	grid-area: trust !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__trust-item {
	min-height: 40px !important;
	padding: 10px 13px !important;
	border: 1px solid rgba(13, 127, 119, 0.2) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.9) !important;
	color: var(--gnd-navy) !important;
	font-size: 14px !important;
	font-weight: 820 !important;
	line-height: 1.2 !important;
}

body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__results,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__card,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__list-item,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__empty,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__warning,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__dashboard-panel,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__doc-card,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__payment-card,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__support-card {
	border: 1px solid var(--gnd-line) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

@media (max-width: 1024px) {
	body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__header,
	body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account--landing {
		grid-template-columns: 1fr !important;
	}

	body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account--landing {
		grid-template-areas:
			"hero"
			"search"
			"trust" !important;
	}
}

@media (max-width: 700px) {
	body.getndrive-visual-rebrand.gnd-public-standard-shell .entry-title,
	body.getndrive-visual-rebrand.gnd-public-support-shell .entry-title,
	body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__title,
	body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__hero-title {
		font-size: clamp(38px, 12vw, 54px) !important;
	}

	body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__content,
	body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__header,
	body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-hub,
	body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-listing,
	body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-topic,
	body.getndrive-visual-rebrand.gnd-public-support-shell .gnd-support-article,
	body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__hero,
	body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__search {
		padding: 22px !important;
	}

	body.getndrive-visual-rebrand.gnd-public-legal-shell .gnd-legal-page__meta-row {
		grid-template-columns: 1fr !important;
		gap: 4px !important;
	}

	body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__form button,
	body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__open-btn,
body.getndrive-visual-rebrand.gnd-public-account-shell .sch-client-account__contact-btn {
		width: 100% !important;
	}
}

/* =====================================================================
   v0.2.7.3 — partners page compact fluid polish
   Keeps the partners page responsive and wide, but removes the oversized
   hero/banner feeling from 0.2.7.1 on large desktop screens.
   ===================================================================== */
body.getndrive-visual-rebrand.gnd-public-partners-shell {
	--gnd-partners-width: min(calc(100vw - 48px), 1720px);
	--gnd-partners-readable: min(100%, 72ch);
	--gnd-partners-panel-pad: clamp(20px, 2.2vw, 34px);
	background:
		linear-gradient(180deg, #f8fbfb 0%, #ffffff 30rem, #f4f8f8 100%) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero > .wp-block-group__inner-container {
	width: var(--gnd-partners-width) !important;
	max-width: var(--gnd-partners-width) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page > .wp-block-group__inner-container {
	gap: clamp(14px, 1.4vw, 24px) !important;
	padding: clamp(18px, 2.2vw, 32px) 0 clamp(36px, 4vw, 64px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 252, 251, 0.97) 58%, rgba(235, 247, 246, 0.92) 100%) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero > .wp-block-group__inner-container {
	padding: clamp(30px, 3.5vw, 48px) 0 clamp(24px, 2.8vw, 36px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.96fr) !important;
	gap: clamp(18px, 2.4vw, 36px) !important;
	align-items: center !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__content {
	max-width: 680px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-kicker,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-kicker,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__kicker {
	margin-bottom: 10px !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h1,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero h1 {
	max-width: 13ch !important;
	font-size: clamp(42px, 3.6vw, 64px) !important;
	line-height: 1.04 !important;
	letter-spacing: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-lead,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-lead {
	max-width: var(--gnd-partners-readable) !important;
	margin-top: clamp(14px, 1.4vw, 20px) !important;
	font-size: clamp(17px, 1.15vw, 20px) !important;
	font-weight: 650 !important;
	line-height: 1.45 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-copy,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-line,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-copy,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-motivation-line {
	max-width: var(--gnd-partners-readable) !important;
	margin-top: 10px !important;
	font-size: clamp(15px, 1vw, 17px) !important;
	line-height: 1.58 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-image {
	min-height: clamp(300px, 23vw, 390px) !important;
	max-height: 420px !important;
	border-color: rgba(11, 31, 58, 0.12) !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-image img {
	object-position: center 48% !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__footer {
	gap: clamp(12px, 1.4vw, 22px) !important;
	margin-top: clamp(10px, 1.1vw, 16px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page .wp-block-button__link,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__submit {
	min-height: 48px !important;
	padding: 12px 20px !important;
	font-size: 15px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__stats {
	gap: 8px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__stats span {
	min-height: 36px !important;
	padding: 8px 12px !important;
	font-size: 13px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-strip,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-audience,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefits,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-steps,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-vehicle-types,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-growth,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners {
	box-shadow: none !important;
	background: rgba(255, 255, 255, 0.96) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-strip > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-audience > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefits > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-steps > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-vehicle-types > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-growth > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners {
	padding: var(--gnd-partners-panel-pad) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-grid,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefit-grid,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-step-grid,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__grid,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer__features,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-feature-list {
	gap: clamp(10px, 1.1vw, 16px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-motivation-item,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-benefit-grid > div,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-step-grid > div,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__grid > article {
	padding: 15px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h2,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__title {
	max-width: 20ch !important;
	margin-bottom: 12px !important;
	font-size: clamp(28px, 2.5vw, 44px) !important;
	line-height: 1.08 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h3,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners h3 {
	font-size: 17px !important;
	line-height: 1.25 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page p,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page li,
body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners p {
	font-size: 15px !important;
	line-height: 1.56 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .gnd-page-spotlight--partners .gnd-page-spotlight__lead {
	max-width: 84ch !important;
	margin-bottom: clamp(14px, 1.5vw, 22px) !important;
	font-size: clamp(16px, 1.05vw, 19px) !important;
	line-height: 1.5 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-audience > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-vehicle-types > .wp-block-group__inner-container,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-commission > .wp-block-group__inner-container {
	grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr) !important;
	gap: clamp(18px, 2.4vw, 40px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-feature-list li {
	min-height: 38px !important;
	padding: 9px 11px 9px 30px !important;
	font-size: 14px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-feature-list li::before {
	left: 12px !important;
	top: 16px !important;
	width: 6px !important;
	height: 6px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer {
	grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.02fr) !important;
	gap: clamp(20px, 2.5vw, 42px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-subtitle {
	margin-bottom: 10px !important;
	font-size: clamp(16px, 1.1vw, 18px) !important;
	line-height: 1.44 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-highlight,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer__summary {
	margin-top: 12px !important;
	padding: 12px 14px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-mockup {
	padding: 14px !important;
	box-shadow: none !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-step-grid span {
	width: 28px !important;
	height: 28px !important;
	margin-bottom: 10px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form-wrap {
	gap: 14px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__form {
	gap: 12px !important;
	max-width: 1040px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field input,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field select,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field textarea {
	min-height: 46px !important;
	font-size: 15px !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-form__field textarea {
	min-height: 108px !important;
}

@media (min-width: 1760px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell {
		--gnd-partners-width: min(calc(100vw - 96px), 1720px);
	}
}

@media (max-width: 1320px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell {
		--gnd-partners-width: min(calc(100vw - 40px), 1480px);
	}
}

@media (max-width: 1024px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell {
		--gnd-partners-width: min(calc(100vw - 32px), 1040px);
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-crm-offer {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-image {
		min-height: 260px !important;
		max-height: 320px !important;
	}
}

@media (max-width: 700px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell {
		--gnd-partners-width: min(calc(100vw - 28px), 700px);
		--gnd-partners-panel-pad: 20px;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h1,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero h1 {
		max-width: 12ch !important;
		font-size: clamp(38px, 11vw, 52px) !important;
		line-height: 1.04 !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero > .wp-block-group__inner-container {
		padding-top: 28px !important;
		padding-bottom: 26px !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-image {
		min-height: 180px !important;
		height: 200px !important;
		max-height: none !important;
	}
}

/* ==========================================================================
   v0.2.7.4 — partners hero balance and fluid footer finish
   ========================================================================== */

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
	grid-template-columns: minmax(0, 0.76fr) minmax(460px, 1fr) !important;
	grid-template-areas:
		"content media"
		"footer footer" !important;
	align-items: center !important;
	row-gap: clamp(14px, 1.5vw, 24px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__content {
	align-self: center !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h1,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero h1 {
	max-width: 15ch !important;
	font-size: clamp(40px, 3.25vw, 58px) !important;
	line-height: 1.06 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-image {
	height: clamp(340px, 24vw, 460px) !important;
	min-height: 0 !important;
	max-height: none !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__footer {
	display: flex !important;
	grid-area: footer !important;
	align-items: center !important;
	gap: clamp(10px, 1.2vw, 18px) !important;
	margin-top: 0 !important;
	padding-top: clamp(4px, 0.8vw, 10px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__footer .wp-block-button__link {
	min-width: 170px !important;
	white-space: nowrap !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__stats {
	flex: 1 1 auto !important;
	min-width: 0 !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__stats span {
	white-space: nowrap !important;
}

.getndrive-visual-rebrand .site-footer,
.getndrive-visual-rebrand .site-footer-wrap,
.getndrive-visual-rebrand .site-footer-row,
.getndrive-visual-rebrand .site-footer-row-container-inner,
.getndrive-visual-rebrand .site-bottom-footer-wrap {
	background:
		radial-gradient(circle at 14% 0%, rgba(168, 224, 99, 0.10), transparent 25rem),
		linear-gradient(180deg, #10827a 0%, #0a4859 42%, #071d32 100%) !important;
}

.getndrive-visual-rebrand .site-footer .site-container,
.getndrive-visual-rebrand .site-footer-row-container-inner,
.getndrive-visual-rebrand .site-bottom-footer-inner-wrap,
.getndrive-visual-rebrand .site-footer-section,
.getndrive-visual-rebrand .footer-widget-area,
.getndrive-visual-rebrand .footer-widget-area-inner,
.getndrive-visual-rebrand .footer-html,
.getndrive-visual-rebrand .footer-html-inner {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.getndrive-visual-rebrand .site-bottom-footer-inner-wrap {
	display: block !important;
}

.getndrive-visual-rebrand .sch-footer {
	width: 100% !important;
	margin: 0 !important;
	padding: clamp(34px, 3.8vw, 58px) 0 clamp(24px, 2.6vw, 40px) !important;
	border-top: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.getndrive-visual-rebrand .sch-footer__grid,
.getndrive-visual-rebrand .sch-footer__bottom {
	width: min(calc(100vw - 48px), 2000px) !important;
	max-width: 2000px !important;
	margin-inline: auto !important;
}

.getndrive-visual-rebrand .sch-footer__grid {
	display: grid !important;
	grid-template-columns: minmax(320px, 0.95fr) minmax(220px, 0.5fr) minmax(260px, 0.65fr) !important;
	gap: clamp(30px, 4vw, 78px) !important;
	align-items: start !important;
	padding-top: clamp(18px, 2vw, 28px) !important;
	padding-bottom: clamp(24px, 3vw, 40px) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.getndrive-visual-rebrand .sch-footer__brand {
	max-width: 520px !important;
	text-align: left !important;
}

.getndrive-visual-rebrand .sch-footer__brand-name {
	gap: 12px !important;
	margin-bottom: 18px !important;
}

.getndrive-visual-rebrand .sch-footer__brand-name::before {
	width: 72px !important;
	height: 42px !important;
	padding: 7px 10px !important;
	border-radius: 8px !important;
	box-shadow: none !important;
}

.getndrive-visual-rebrand .sch-footer__brand-name::after {
	width: 56px !important;
	height: 2px !important;
}

.getndrive-visual-rebrand .sch-footer__brand p {
	max-width: 520px !important;
	margin: 0 0 18px !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
	text-align: left !important;
}

.getndrive-visual-rebrand .sch-footer__brand-partner {
	display: grid !important;
	gap: 10px !important;
	justify-items: start !important;
}

.getndrive-visual-rebrand .sch-footer__brand-partner-label,
.getndrive-visual-rebrand .sch-footer__column h3 {
	margin: 0 0 12px !important;
	font-size: 13px !important;
	line-height: 1.25 !important;
	letter-spacing: 0.08em !important;
	text-align: left !important;
}

.getndrive-visual-rebrand .sch-footer__brand-partner .sch-footer__brand-cta {
	width: min(100%, 300px) !important;
	min-height: 46px !important;
	padding: 11px 14px !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
}

.getndrive-visual-rebrand .sch-footer__column ul {
	display: grid !important;
	gap: 9px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	columns: auto !important;
}

.getndrive-visual-rebrand .sch-footer__column li {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 15px !important;
	line-height: 1.35 !important;
}

.getndrive-visual-rebrand .sch-footer__column li::before,
.getndrive-visual-rebrand .sch-footer__column a::before {
	display: none !important;
	content: none !important;
}

.getndrive-visual-rebrand .sch-footer__column a {
	font-size: 15px !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
}

.getndrive-visual-rebrand .sch-footer__bottom {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	padding-top: 20px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
	background: transparent !important;
}

.getndrive-visual-rebrand .sch-footer__copyright,
.getndrive-visual-rebrand .sch-footer__bottom p,
.getndrive-visual-rebrand .gnd-cookie-settings-link {
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
	color: rgba(239, 247, 246, 0.72) !important;
}

.getndrive-visual-rebrand .sch-footer__service-links,
.getndrive-visual-rebrand .sch-footer__llm-links,
.getndrive-visual-rebrand .sch-footer__bottom-sep,
.getndrive-visual-rebrand .sch-footer .gnd-footer-utility-link {
	display: none !important;
}

@media (min-width: 1760px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
		grid-template-columns: minmax(0, 0.68fr) minmax(560px, 1fr) !important;
	}
}

@media (max-width: 1180px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
		grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1fr) !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-image {
		height: clamp(300px, 26vw, 380px) !important;
	}
}

@media (max-width: 1024px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
		grid-template-columns: 1fr !important;
		grid-template-areas:
			"content"
			"media"
			"footer" !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h1,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero h1 {
		max-width: 13ch !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__footer {
		flex-wrap: wrap !important;
	}

	.getndrive-visual-rebrand .sch-footer__grid {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.85fr) !important;
	}

	.getndrive-visual-rebrand .sch-footer__brand {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 700px) {
	.getndrive-visual-rebrand .sch-footer {
		padding-top: 30px !important;
		padding-bottom: 28px !important;
	}

	.getndrive-visual-rebrand .sch-footer__grid,
	.getndrive-visual-rebrand .sch-footer__bottom {
		width: min(calc(100vw - 28px), 700px) !important;
	}

	.getndrive-visual-rebrand .sch-footer__grid {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}

	.getndrive-visual-rebrand .sch-footer__bottom {
		display: grid !important;
		justify-content: stretch !important;
	}
}

/* ==========================================================================
   v0.2.7.9 — partners hero title line-count guard + public copy wording
   ========================================================================== */

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
	grid-template-columns: minmax(520px, 0.9fr) minmax(520px, 1fr) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero__content {
	max-width: min(100%, 760px) !important;
}

body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h1,
body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero h1 {
	max-width: min(100%, 760px) !important;
	font-size: clamp(38px, 2.85vw, 56px) !important;
	line-height: 1.06 !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
	hyphens: none !important;
}

@media (min-width: 1760px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
		grid-template-columns: minmax(640px, 0.88fr) minmax(760px, 1fr) !important;
	}
}

@media (max-width: 1320px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
		grid-template-columns: minmax(460px, 0.86fr) minmax(440px, 1fr) !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h1,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero h1 {
		font-size: clamp(36px, 3.1vw, 50px) !important;
	}
}

@media (max-width: 1024px) {
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
		grid-template-columns: 1fr !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h1,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero h1 {
		max-width: min(100%, 680px) !important;
		font-size: clamp(34px, 6.8vw, 50px) !important;
	}
}

/* ==========================================================================
   v0.2.7.11 — mobile Phase 1 layout polish (audit 2026-07-31)
   Visual layer only: no sch_* DOM, form fields, submit targets, or JS changes.
   ========================================================================== */

body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign h1 .sch-platform-hero__title-line {
	display: block;
}

@media (max-width: 767px) {
	/* Homepage: override stale dark-mobile hero cascade (0.2.4.3 block ~1901) on light V2 hero */
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign {
		min-height: auto;
		background:
			radial-gradient(circle at 50% 4%, rgba(27, 174, 159, 0.08), transparent 34rem),
			linear-gradient(180deg, #fbfdfd 0%, var(--gnd-surface) 100%) !important;
		color: var(--gnd-ink);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign::before,
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign::after {
		display: none !important;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
		justify-content: flex-start;
		gap: 12px;
		padding-top: clamp(24px, 6vw, 40px) !important;
		padding-bottom: 14px !important;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__copy {
		text-shadow: none;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-kicker {
		color: var(--gnd-teal-deep) !important;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign h1 {
		color: var(--gnd-ink) !important;
		font-size: clamp(30px, 8.8vw, 40px);
		line-height: 1.08;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-trust {
		justify-content: center;
		max-width: none;
		gap: 6px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-trust span {
		border: 1px solid var(--gnd-line);
		background: #edf5f4;
		color: var(--gnd-ink);
		font-size: 12.5px;
		font-weight: 800;
		text-shadow: none;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-actions {
		align-items: center;
		align-self: center;
		max-width: none;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__search {
		margin-top: 4px;
	}

	/* Rental / motorbike: compress hero — live DOM order is kinds, sticky-shell, copy */
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__layout,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__layout {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero > .wp-block-group__inner-container,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero > .wp-block-group__inner-container {
		padding: clamp(14px, 3.5vw, 22px) 0 clamp(18px, 4vw, 26px) !important;
	}

	body.getndrive-visual-rebrand .gnd-rental-kinds {
		order: 1 !important;
	}

	body.getndrive-visual-rebrand .gnd-rental-sticky-shell {
		order: 4 !important;
		width: 100%;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__copy,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__copy {
		display: contents;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero .sch-rental-kicker,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-kicker {
		order: 2;
		margin: 0;
		font-size: 12px;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero h1,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero h1,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-hero__copy h1 {
		order: 3;
		font-size: clamp(26px, 7.4vw, 34px) !important;
		line-height: 1.08 !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero__form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero__filter {
		padding: 10px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero .sch-rental-hero__lead,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero p.sch-rental-hero__lead,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero .sch-rental-lead,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-hero__lead,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero p.sch-bike-hero__lead,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-lead,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero p.sch-bike-lead {
		order: 5;
		margin: 0 !important;
		padding: 0 2px;
		font-size: 13px !important;
		line-height: 1.45 !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero .sch-rental-hero__lead-extra,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero p.sch-rental-hero__lead-extra,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero .sch-rental-lead-extra,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-hero__lead-extra,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero p.sch-bike-hero__lead-extra,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero .sch-bike-lead-extra,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero p.sch-bike-lead-extra {
		order: 6;
		margin: 0 !important;
		padding: 0 2px;
		font-size: 12.5px !important;
		line-height: 1.45 !important;
		color: var(--gnd-muted) !important;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter {
		gap: 8px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form label > span,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter label > span {
		font-size: 12px !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form input,
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-form select,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter input,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter select {
		min-height: 44px;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-submit,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-filter-submit {
		min-height: 46px;
	}

	/* Partners: readable H1 width, shorter hero stack */
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-page h1,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero h1 {
		max-width: min(100%, 22ch) !important;
		font-size: clamp(30px, 8.2vw, 40px) !important;
		line-height: 1.08 !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero > .wp-block-group__inner-container {
		padding-top: clamp(18px, 4vw, 28px) !important;
		padding-bottom: clamp(16px, 3.5vw, 24px) !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-lead {
		font-size: 15px !important;
		line-height: 1.45 !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-copy,
	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero .sch-partners-motivation-line {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-image {
		min-height: clamp(200px, 42vw, 260px) !important;
		max-height: 280px !important;
	}

	body.getndrive-visual-rebrand.gnd-public-partners-shell .sch-partners-hero-layout {
		gap: 14px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Homepage tablet band: compact stacked search instead of oversized inline rail */
	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
		padding-top: clamp(28px, 5vw, 48px) !important;
		padding-bottom: clamp(20px, 3.5vw, 32px) !important;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign h1 {
		font-size: clamp(34px, 5.2vw, 46px);
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-lead {
		display: none;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-trust {
		margin-top: 12px;
		gap: 8px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-actions {
		margin-top: 10px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign .sch-platform-hero__search {
		margin-top: 12px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero__search .sch-home-search {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		flex-wrap: nowrap !important;
		gap: 10px;
		width: 100%;
		min-height: 0 !important;
		height: auto !important;
		padding: 12px 14px;
		border-radius: 12px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__kinds {
		align-self: stretch;
		justify-content: center;
		min-width: 0;
		flex: none !important;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid {
		display: grid !important;
		flex: none !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
		min-width: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label {
		min-height: 0;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__grid > label.sch-home-search__full {
		grid-column: 1 / -1;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__submit {
		width: 100%;
		min-height: 50px;
		margin-top: 2px;
	}

	body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search__error {
		order: 9;
	}

	/* Rental tablet: tighter hero rhythm */
	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero > .wp-block-group__inner-container,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero > .wp-block-group__inner-container {
		padding-top: clamp(18px, 3vw, 28px) !important;
		padding-bottom: clamp(20px, 3vw, 30px) !important;
	}

	body.getndrive-visual-rebrand .sch-rental-page--request .sch-rental-hero h1,
	body.getndrive-visual-rebrand .sch-bike-page .sch-bike-hero h1 {
		font-size: clamp(30px, 4.2vw, 40px) !important;
	}
}

/* ==========================================================================
   v0.2.7.13 — RU homepage wide desktop rail parity
   Keep the compact 3x2 fallback on narrower desktop, but let the Russian
   homepage use the same single-row search rail as EN when there is enough room.
   Visual layer only: existing sch_* fields, native date carriers and submit JS
   remain untouched.
   ========================================================================== */

@media (min-width: 1760px) {
	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign > .wp-block-group__inner-container {
		width: 100% !important;
		max-width: none !important;
		margin-inline: 0 !important;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign {
		width: 100% !important;
		max-width: none !important;
		margin-inline: 0 !important;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-platform-hero--redesign > .wp-block-group__inner-container {
		--gnd-hero-maxw: 1800px;
		--gnd-hero-side-space: clamp(72px, 5.5vw, 112px);
		width: min(
			calc(100% - var(--gnd-hero-side-space) - var(--gnd-hero-side-space)),
			var(--gnd-hero-maxw)
		) !important;
		max-width: none !important;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) {
		align-items: center;
		gap: 12px;
		width: 100%;
		max-width: none;
		padding: 14px;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__kinds {
		flex: 0 0 clamp(224px, 13vw, 260px);
		align-self: stretch;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__kind {
		padding-inline: clamp(14px, 1vw, 18px);
		font-size: clamp(16px, 1.02vw, 18px);
		line-height: 1;
		letter-spacing: 0;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid {
		display: flex;
		flex: 1 1 auto;
		flex-wrap: nowrap;
		align-items: center;
		gap: 10px;
		min-width: 0;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label {
		box-sizing: border-box;
		flex: 1 1 140px;
		min-width: 122px;
		min-height: 64px;
		grid-column: auto;
		padding-inline: 14px;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label.sch-home-search__full {
		flex: 1.35 1 196px;
		min-width: 184px;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label:nth-child(2),
	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label:nth-child(4) {
		flex: 1.12 1 166px;
		min-width: 154px;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label:nth-child(3),
	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid > label:nth-child(5) {
		flex: 0 0 clamp(104px, 6.8vw, 116px);
		min-width: 104px;
		padding-inline: 12px;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid input,
	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__grid select,
	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .gnd-datefield {
		min-height: 60px;
		font-size: clamp(17px, 1.05vw, 20px);
		line-height: 1.08;
		letter-spacing: 0;
		text-overflow: ellipsis;
	}

	html[lang^="ru"] body.getndrive-visual-rebrand .sch-platform-home--redesign .sch-home-search:not(.is-stuck) .sch-home-search__submit {
		flex: 0 0 clamp(210px, 13vw, 246px);
		min-width: 0;
		min-height: 64px;
		padding-inline: clamp(22px, 1.5vw, 28px);
		font-size: clamp(17px, 1.06vw, 20px);
		line-height: 1.08;
		letter-spacing: 0;
		white-space: nowrap;
	}
}
