/* Cordiw homepage preview — premium layout (How-to-Buy language + model8 icons)
   index2 / index3 / index4 only. Live index.php untouched. */

:root {
	--xxs-hp-blue: #6c98e1;
	--xxs-hp-blue-deep: #1d6fb8;
	--xxs-hp-blue-ink: #14323f;
	--xxs-hp-teal: #153e4d;
	--xxs-hp-ink: #1a2332;
	--xxs-hp-muted: #5a6b7d;
	--xxs-hp-surf: #eef4fb;
	--xxs-hp-line: #e1eaf6;
	--xxs-hp-radius: 16px;
	--xxs-hp-shadow: 0 18px 50px rgba(21, 62, 77, 0.10);
	--xxs-hp-font: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	--xxs-hp-banner-h: 44px;
}

/* ── Preview banner ── */
.xxs-hp-banner {
	position: sticky;
	top: 0;
	z-index: 1200;
	background: linear-gradient(90deg, #14323f 0%, #1d6fb8 55%, #6c98e1 100%);
	color: #fff;
	font-family: var(--xxs-hp-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.xxs-hp-banner__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 12px;
	max-width: 1140px;
	margin: 0 auto;
	padding: 10px 14px;
}
.xxs-hp-banner__label { text-transform: uppercase; opacity: 0.95; }
.xxs-hp-banner__sep { opacity: 0.45; }
.xxs-hp-banner__nav { display: inline-flex; gap: 6px; }
.xxs-hp-banner__link,
.xxs-hp-banner__live {
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	line-height: 1.2;
}
.xxs-hp-banner__link.is-active,
.xxs-hp-banner__link:hover,
.xxs-hp-banner__live:hover {
	background: rgba(255, 255, 255, 0.18);
	border-color: #fff;
}

@supports (padding: max(0px)) {
	.xxs-hp-banner__inner {
		padding-left: max(14px, env(safe-area-inset-left));
		padding-right: max(14px, env(safe-area-inset-right));
	}
}

/* ═══════════════════════════════════════════════════════════
   HERO — readable text, clear of video edges + sticky banner
   ═══════════════════════════════════════════════════════════ */
body.xxs-home .xxs-hero-video-wrap {
	min-height: 380px !important;
	/* beat inline padding-top: 300px !important */
	padding-top: 360px !important;
}
body.xxs-home .xxs-hero-overlay {
	align-items: center !important;
	justify-content: center !important;
	/* room under sticky preview banner — do NOT use tiny padding */
	padding: calc(var(--xxs-hp-banner-h) + 32px) 1.5rem 2.75rem !important;
	background: linear-gradient(
		180deg,
		rgba(8, 16, 24, 0.58) 0%,
		rgba(8, 16, 24, 0.40) 42%,
		rgba(8, 16, 24, 0.68) 100%
	) !important;
	box-sizing: border-box;
}
body.xxs-home .xxs-hero-overlay-inner {
	max-width: 40rem;
	margin: 0 auto;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
body.xxs-home .xxs-hero-tagline {
	font-size: clamp(1.4rem, 3.5vw, 2.1rem) !important;
	line-height: 1.18 !important;
	letter-spacing: 0.02em;
	margin: 0 0 0.85rem !important;
}
body.xxs-home .xxs-hero-sub {
	color: var(--xxs-hp-blue) !important;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 0 0 0.65rem !important;
}
body.xxs-home .xxs-hero-warranty {
	font-size: clamp(0.78rem, 1.6vw, 0.95rem) !important;
	opacity: 0.92;
	max-width: 28rem;
	margin: 0 auto !important;
}

/* index3 — BID / BUY / DRIVE kept inside hero */
body.xxs-home--3 .xxs-hero-video-wrap {
	min-height: 440px !important;
	padding-top: 420px !important;
}
body.xxs-home--3 .xxs-hero-overlay {
	align-items: flex-end !important;
	justify-content: flex-start !important;
	text-align: left;
	padding: calc(var(--xxs-hp-banner-h) + 24px) clamp(1.25rem, 4vw, 3rem) 2.5rem !important;
	background: linear-gradient(
		105deg,
		rgba(8, 16, 24, 0.82) 0%,
		rgba(8, 16, 24, 0.48) 48%,
		rgba(8, 16, 24, 0.28) 100%
	) !important;
}
body.xxs-home--3 .xxs-hero-overlay-inner {
	max-width: 560px;
	margin: 0;
	text-align: left;
}
.xxs-hp-bl-hero {
	text-align: left;
	max-width: 560px;
	padding: 0;
	font-family: var(--xxs-hp-font);
}
.xxs-hp-bl-hero__live {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(108, 152, 225, 0.14);
	border: 1px solid rgba(108, 152, 225, 0.35);
	border-radius: 4px;
	padding: 5px 14px 5px 10px;
	font-size: 11px;
	font-weight: 700;
	color: #dbe8ff;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.xxs-hp-bl-hero__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--xxs-hp-blue);
	animation: xxsHpPulse 1.8s ease infinite;
	flex-shrink: 0;
}
@keyframes xxsHpPulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}
.xxs-hp-bl-hero__kicker {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.72);
}
.xxs-hp-bl-hero__title {
	margin: 0 0 12px;
	font-size: clamp(2.35rem, 6.5vw, 4.1rem);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff;
}
.xxs-hp-bl-hero__line { display: block; }
.xxs-hp-bl-hero__line--accent { color: var(--xxs-hp-blue); }
.xxs-hp-bl-hero__sub {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
	max-width: 380px;
	font-weight: 400;
}
.xxs-hp-bl-hero__warranty {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.78);
}

body.xxs-home--4 .xxs-hero-overlay-inner::before {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background: var(--xxs-hp-blue);
	border-radius: 2px;
	margin: 0 auto 14px;
}

@media (max-width: 991px) {
	body.xxs-home .xxs-hero-video-wrap {
		min-height: 300px !important;
		padding-top: 290px !important;
	}
	body.xxs-home .xxs-hero-overlay {
		padding: calc(var(--xxs-hp-banner-h) + 20px) 1.1rem 1.85rem !important;
	}
	body.xxs-home--3 .xxs-hero-video-wrap {
		min-height: 360px !important;
		padding-top: 340px !important;
	}
	body.xxs-home--3 .xxs-hero-overlay {
		align-items: center !important;
		justify-content: flex-start !important;
		padding: calc(var(--xxs-hp-banner-h) + 18px) 1.1rem 1.6rem !important;
	}
	.xxs-hp-bl-hero__title {
		font-size: clamp(2.05rem, 10vw, 2.75rem);
	}
}

/* ═══════════════════════════════════════════════════════════
   TRUSTBAR — always fully visible (search must NOT cover it)
   ═══════════════════════════════════════════════════════════ */
body.xxs-home .xxs-trustbar {
	position: relative;
	z-index: 3;
	background: #fff !important;
	border-bottom: 1px solid var(--xxs-hp-line);
}
body.xxs-home .xxs-trustbar__track {
	padding: 18px 16px !important;
	gap: 10px;
}
body.xxs-home .xxs-trust-pill {
	background: var(--xxs-hp-surf);
	border-color: var(--xxs-hp-line);
}

/* ═══════════════════════════════════════════════════════════
   SEARCH — BELOW trustbar. No negative margin. No overlap.
   ═══════════════════════════════════════════════════════════ */
body.xxs-home .vc_row.wpb_row.vc_row-fluid[style*="margin-bottom: 75px"] {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 28px 16px 12px !important;
	background:
		radial-gradient(ellipse 120% 80% at 50% 0%, rgba(29, 111, 184, 0.06), transparent 55%),
		#fff;
	position: relative;
	z-index: 1;
}
body.xxs-home .listing-cars-id-70496 {
	margin-bottom: 0;
}
body.xxs-home .listing-cars-id-70496 .car-listing-main-part {
	max-width: 1140px;
	/* CRITICAL FIX: was margin-top:-42px which covered trust pills */
	margin: 0 auto !important;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid var(--xxs-hp-line);
	border-radius: 18px;
	box-shadow: var(--xxs-hp-shadow);
	padding: 26px 26px 28px !important;
}
body.xxs-home .listing-cars-id-70496 .tab-search-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 800;
	color: var(--xxs-hp-teal);
	letter-spacing: -0.01em;
}
body.xxs-home .listing-cars-id-70496 .tab-search-title i {
	color: var(--xxs-hp-blue-deep);
	font-size: 22px;
}
body.xxs-home .listing-cars-id-70496 .button.icon-button {
	background: var(--xxs-hp-blue-deep) !important;
	border-color: var(--xxs-hp-blue-deep) !important;
	border-radius: 12px !important;
	height: 52px;
	font-weight: 800;
	letter-spacing: 0.02em;
	box-shadow: 0 10px 24px rgba(29, 111, 184, 0.28);
}
body.xxs-home .listing-cars-id-70496 .button.icon-button:hover {
	background: #155a9a !important;
	border-color: #155a9a !important;
}
body.xxs-home .xxs-hp-cat-field select.form-control {
	height: 52px;
	border-radius: 12px;
	border: 1.5px solid #dce5f0;
	font-weight: 600;
	color: #243b53;
}
body.xxs-home--4 .listing-cars-id-70496 .car-listing-main-part {
	border-top: 4px solid var(--xxs-hp-blue-deep);
}

@media (max-width: 767px) {
	body.xxs-home .xxs-trustbar { display: none; }
	body.xxs-home .vc_row.wpb_row.vc_row-fluid[style*="margin-bottom: 75px"] {
		padding: 18px 12px 6px !important;
	}
	body.xxs-home .listing-cars-id-70496 .car-listing-main-part {
		margin: 0 !important;
		padding: 18px 14px 20px !important;
		border-radius: 16px;
	}
}

/* ═══════════════════════════════════════════════════════════
   BROWSE — How-to-Buy premium + model8 PNG icons
   ═══════════════════════════════════════════════════════════ */
.xxs-hp-browse {
	--hp-ink: #14323f;
	--hp-ink-soft: #4a5d68;
	--hp-muted: #6b7c88;
	--hp-blue: #1d6fb8;
	--hp-blue-dk: #155a97;
	--hp-teal: #153e4d;
	--hp-mist: #eef4fb;
	--hp-line: #e1eaf2;
	--hp-radius: 16px;
	--hp-shadow: 0 18px 50px rgba(21, 62, 77, 0.10);
	--hp-shadow-sm: 0 6px 22px rgba(21, 62, 77, 0.07);

	position: relative;
	background:
		radial-gradient(ellipse 120% 70% at 50% -10%, rgba(29, 111, 184, 0.07), transparent 60%),
		#fff;
	padding: 56px 0 72px;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
.xxs-hp-browse__wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 22px;
}
.xxs-hp-browse__head {
	max-width: 640px;
	margin: 0 auto 36px;
	text-align: center;
}
.xxs-hp-browse__eyebrow {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hp-blue);
	margin: 0 0 14px;
}
.xxs-hp-browse__title {
	margin: 0 0 14px;
	font-size: clamp(26px, 3.4vw, 36px);
	line-height: 1.14;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--hp-teal);
}
.xxs-hp-browse__lead {
	margin: 0;
	font-size: clamp(15px, 1.7vw, 17px);
	line-height: 1.65;
	color: var(--hp-ink-soft);
}
.xxs-hp-browse__panel {
	background: var(--hp-mist);
	border: 1px solid var(--hp-line);
	border-radius: 22px;
	padding: 22px;
	box-shadow: var(--hp-shadow-sm);
}
.xxs-hp-m8-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.xxs-hp-m8-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 22px 14px 18px;
	background: #fff;
	border: 1px solid var(--hp-line);
	border-radius: var(--hp-radius);
	text-decoration: none !important;
	color: var(--hp-ink);
	box-shadow: var(--hp-shadow-sm);
	transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.18s ease;
	-webkit-tap-highlight-color: transparent;
	min-height: 100%;
}
.xxs-hp-m8-tile__ico {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
}
.xxs-hp-m8-tile img {
	width: 92px;
	height: 92px;
	object-fit: contain;
	border-radius: 18px;
}
.xxs-hp-m8-tile__label {
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: var(--hp-teal);
}
.xxs-hp-m8-tile__blurb {
	font-size: 12.5px;
	font-weight: 600;
	color: var(--hp-muted);
	text-align: center;
	line-height: 1.4;
	max-width: 16em;
}
.xxs-hp-m8-tile__go {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--hp-blue);
	opacity: 0.85;
}
.xxs-hp-m8-tile:hover {
	transform: translateY(-4px);
	border-color: rgba(29, 111, 184, 0.35);
	box-shadow: var(--hp-shadow);
	text-decoration: none !important;
}
.xxs-hp-m8-tile:hover .xxs-hp-m8-tile__label { color: var(--hp-blue); }
.xxs-hp-m8-tile:hover .xxs-hp-m8-tile__go { opacity: 1; }

.xxs-hp-browse__foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(21, 62, 77, 0.08);
}
.xxs-hp-browse__cta,
.xxs-hp-steps__cta .xxs-hp-browse__cta,
a.xxs-hp-browse__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	background: #1d6fb8 !important;
	background-image: linear-gradient(135deg, #1d6fb8 0%, #155a97 100%) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 10px 26px rgba(29, 111, 184, 0.32) !important;
	transition: transform 0.15s ease, background 0.2s ease, filter 0.2s ease;
}
.xxs-hp-browse__cta:hover,
.xxs-hp-steps__cta .xxs-hp-browse__cta:hover,
a.xxs-hp-browse__cta:hover {
	background: #155a97 !important;
	background-image: linear-gradient(135deg, #2180d4 0%, #1d6fb8 100%) !important;
	color: #fff !important;
	transform: translateY(-2px);
	text-decoration: none !important;
}
.xxs-hp-browse__footnote {
	margin: 0;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--hp-muted);
	letter-spacing: 0.02em;
}

.xxs-hp-browse--v3 {
	background:
		radial-gradient(ellipse 100% 80% at 80% 0%, rgba(29, 111, 184, 0.12), transparent 55%),
		linear-gradient(180deg, #f3f8fc 0%, #fff 40%, #fff 100%);
}
.xxs-hp-browse--v3 .xxs-hp-browse__panel {
	background: #fff;
	box-shadow: var(--hp-shadow);
}
.xxs-hp-browse--v4 .xxs-hp-m8-tile { padding: 26px 14px 20px; }
.xxs-hp-browse--v4 .xxs-hp-m8-tile img {
	width: 104px;
	height: 104px;
}

@media (max-width: 991px) {
	.xxs-hp-browse { padding: 44px 0 56px; }
	.xxs-hp-browse__panel {
		padding: 14px;
		border-radius: 18px;
	}
	.xxs-hp-m8-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.xxs-hp-m8-tile {
		padding: 16px 10px 14px;
		gap: 6px;
	}
	.xxs-hp-m8-tile img,
	.xxs-hp-browse--v4 .xxs-hp-m8-tile img {
		width: 72px;
		height: 72px;
		border-radius: 14px;
	}
	.xxs-hp-m8-tile__label { font-size: 13px; }
	.xxs-hp-m8-tile__blurb { font-size: 11.5px; }
	.xxs-hp-m8-tile__go { font-size: 11px; margin-top: 2px; }
	.xxs-hp-browse__head { margin-bottom: 24px; }
}

@media (max-width: 480px) {
	.xxs-hp-browse__wrap { padding: 0 14px; }
	.xxs-hp-browse__cta {
		width: 100%;
		max-width: 280px;
	}
}

@supports (padding: max(0px)) {
	.xxs-hp-browse__wrap {
		padding-left: max(22px, env(safe-area-inset-left));
		padding-right: max(22px, env(safe-area-inset-right));
	}
}

/* Recently watched polish */
body.xxs-home .xxs-recent-watched-row .title.heading-font {
	letter-spacing: 0.04em;
}
body.xxs-home .xxs-recent-watched-row .colored-separator .first-long,
body.xxs-home .xxs-recent-watched-row .colored-separator .last-short {
	background-color: var(--xxs-hp-blue) !important;
}

/* ═══════════════════════════════════════════════════════════
   SEARCH CARD — premium rebuild (How-to-Buy / BL energy)
   ═══════════════════════════════════════════════════════════ */
body.xxs-home .vc_row.wpb_row.vc_row-fluid[style*="margin-bottom: 75px"] {
	padding: 36px 16px 20px !important;
	background:
		radial-gradient(ellipse 90% 60% at 50% -20%, rgba(29, 111, 184, 0.10), transparent 60%),
		linear-gradient(180deg, #f3f8fc 0%, #ffffff 70%);
}
body.xxs-home .listing-cars-id-70496 .car-listing-main-part {
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--xxs-hp-line);
	border-radius: 22px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8) inset,
		0 22px 60px rgba(21, 62, 77, 0.12);
	background: #fff;
}
body.xxs-home .listing-cars-id-70496 .tab-content,
body.xxs-home .listing-cars-id-70496 .tab-pane {
	padding: 0;
}
body.xxs-home .listing-cars-id-70496 .filter.stm-vc-ajax-filter {
	padding: 8px 26px 28px;
}
body.xxs-home .listing-cars-id-70496 .tab-search-title {
	display: none !important; /* replaced by xxs-hp-search-head */
}

.xxs-hp-search-head {
	padding: 26px 26px 10px;
	border-bottom: 1px solid rgba(21, 62, 77, 0.06);
	background:
		linear-gradient(135deg, rgba(29, 111, 184, 0.06) 0%, transparent 55%),
		#fff;
}
.xxs-hp-search-head__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.xxs-hp-search-eyebrow {
	display: inline-block;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--xxs-hp-blue-deep);
}
.xxs-hp-search-modes {
	display: inline-flex;
	gap: 3px;
	padding: 3px;
	background: #eef4fb;
	border-radius: 10px;
	border: 1px solid var(--xxs-hp-line);
}
.xxs-hp-search-mode {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #6b7c88;
	text-decoration: none !important;
	border-radius: 8px;
	border: none;
	background: transparent;
	line-height: 1;
	transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.xxs-hp-search-mode.is-on {
	background: #fff;
	color: var(--xxs-hp-blue-deep);
	box-shadow: 0 2px 10px rgba(21, 62, 77, 0.10);
}
.xxs-hp-search-mode:hover {
	color: var(--xxs-hp-teal);
	text-decoration: none !important;
}
.xxs-hp-search-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 8px;
	font-size: clamp(22px, 2.8vw, 28px);
	font-weight: 800;
	letter-spacing: -0.025em;
	color: var(--xxs-hp-teal);
	line-height: 1.15;
}
.xxs-hp-search-title i {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(150deg, #1d6fb8, #14384a);
	color: #fff !important;
	font-size: 20px !important;
	box-shadow: 0 10px 22px rgba(29, 111, 184, 0.35);
	flex: 0 0 42px;
}
.xxs-hp-search-title i:before { color: #fff; }
.xxs-hp-search-lead {
	margin: 0 0 8px;
	font-size: 14.5px;
	line-height: 1.55;
	color: #4a5d68;
	font-weight: 600;
	max-width: 36rem;
}

/* Fields */
body.xxs-home .listing-cars-id-70496 .form-group { margin-bottom: 12px; }
body.xxs-home .listing-cars-id-70496 select.form-control,
body.xxs-home .listing-cars-id-70496 .select2-container--default .select2-selection--single {
	height: 54px !important;
	background: #f3f8fc !important;
	border: 1.5px solid transparent !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	font-weight: 650;
	color: #14323f !important;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
body.xxs-home .listing-cars-id-70496 .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 52px !important;
	padding-left: 16px !important;
	color: #14323f !important;
	font-weight: 650;
}
body.xxs-home .listing-cars-id-70496 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 52px !important;
}
body.xxs-home .listing-cars-id-70496 select.form-control:focus,
body.xxs-home .listing-cars-id-70496 .select2-container--default.select2-container--focus .select2-selection--single,
body.xxs-home .listing-cars-id-70496 .select2-container--default.select2-container--open .select2-selection--single {
	background: #fff !important;
	border-color: rgba(29, 111, 184, 0.45) !important;
	box-shadow: 0 0 0 4px rgba(29, 111, 184, 0.12) !important;
}

/* Search CTA — full punch */
body.xxs-home .listing-cars-id-70496 .button.icon-button {
	height: 54px !important;
	border-radius: 14px !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	background: linear-gradient(135deg, #1d6fb8 0%, #155a97 100%) !important;
	border: none !important;
	box-shadow: 0 14px 32px rgba(29, 111, 184, 0.38) !important;
}
body.xxs-home .listing-cars-id-70496 .button.icon-button:hover {
	background: linear-gradient(135deg, #2180d4 0%, #1d6fb8 100%) !important;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	.xxs-hp-search-head { padding: 20px 16px 8px; }
	body.xxs-home .listing-cars-id-70496 .filter.stm-vc-ajax-filter {
		padding: 6px 14px 20px;
	}
	.xxs-hp-search-modes { width: 100%; }
	.xxs-hp-search-mode { flex: 1; padding: 9px 8px; }
	.xxs-hp-search-title { font-size: 22px; }
	.xxs-hp-search-title i { width: 38px; height: 38px; flex-basis: 38px; font-size: 18px !important; }
}

/* ═══════════════════════════════════════════════════════════
   STATS BAND
   ═══════════════════════════════════════════════════════════ */
.xxs-hp-stats {
	background: linear-gradient(125deg, #12303d 0%, #14384a 45%, #1d567f 100%);
	padding: 42px 16px;
}
.xxs-hp-stats__wrap {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px 48px;
}
.xxs-hp-stat { text-align: center; min-width: 120px; }
.xxs-hp-stat__num {
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 800;
	line-height: 1;
	color: #fff;
	letter-spacing: -0.02em;
}
.xxs-hp-stat__lbl {
	margin-top: 8px;
	font-size: 13px;
	color: #aecbe0;
	font-weight: 600;
}

/* ═══════════════════════════════════════════════════════════
   HOW IT WORKS (homepage strip)
   ═══════════════════════════════════════════════════════════ */
.xxs-hp-steps {
	background: #fff;
	padding: 64px 0 56px;
	font-family: var(--xxs-hp-font);
}
.xxs-hp-steps__wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 22px;
}
.xxs-hp-steps__head {
	max-width: 640px;
	margin: 0 auto 36px;
	text-align: center;
}
.xxs-hp-steps__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.xxs-hp-step {
	background: #fff;
	border: 1px solid var(--xxs-hp-line);
	border-radius: 16px;
	padding: 22px 18px 20px;
	box-shadow: 0 6px 22px rgba(21, 62, 77, 0.06);
	transition: transform 0.18s ease, box-shadow 0.2s ease;
}
.xxs-hp-step:hover {
	transform: translateY(-3px);
	box-shadow: var(--xxs-hp-shadow);
}
.xxs-hp-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(150deg, #1d6fb8, #14384a);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-bottom: 14px;
	box-shadow: 0 10px 22px rgba(29, 111, 184, 0.28);
}
.xxs-hp-step__title {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 800;
	color: var(--xxs-hp-teal);
	letter-spacing: -0.01em;
}
.xxs-hp-step__text {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.55;
	color: #4a5d68;
	font-weight: 600;
}
.xxs-hp-steps__cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px 22px;
	margin-top: 28px;
}
.xxs-hp-steps__ghost {
	font-size: 14px;
	font-weight: 800;
	color: var(--xxs-hp-blue-deep);
	text-decoration: none !important;
}
.xxs-hp-steps__ghost:hover { color: var(--xxs-hp-teal); text-decoration: underline !important; }

/* ═══════════════════════════════════════════════════════════
   BUYER PROTECTION
   ═══════════════════════════════════════════════════════════ */
.xxs-hp-protect {
	background:
		radial-gradient(ellipse 120% 70% at 50% -10%, rgba(29, 111, 184, 0.08), transparent 55%),
		#eef4fb;
	padding: 64px 0 72px;
	font-family: var(--xxs-hp-font);
	border-top: 1px solid var(--xxs-hp-line);
}
.xxs-hp-protect__wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 22px;
}
.xxs-hp-protect__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.xxs-hp-protect__card {
	background: #fff;
	border: 1px solid var(--xxs-hp-line);
	border-radius: 16px;
	padding: 24px 20px 22px;
	box-shadow: 0 6px 22px rgba(21, 62, 77, 0.06);
}
.xxs-hp-protect__check {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(45, 156, 90, 0.12);
	color: #2d9c5a;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.xxs-hp-protect__check svg { width: 20px; height: 20px; }
.xxs-hp-protect__card h3 {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 800;
	color: var(--xxs-hp-teal);
	letter-spacing: -0.01em;
}
.xxs-hp-protect__card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #4a5d68;
	font-weight: 600;
}

@media (max-width: 991px) {
	.xxs-hp-steps__grid { grid-template-columns: repeat(2, 1fr); }
	.xxs-hp-protect__grid { grid-template-columns: 1fr; }
	.xxs-hp-steps, .xxs-hp-protect { padding: 48px 0 52px; }
}
@media (max-width: 560px) {
	.xxs-hp-steps__grid { grid-template-columns: 1fr; }
	.xxs-hp-stats__wrap { gap: 22px 28px; }
	.xxs-hp-stat { min-width: 42%; }
}

/* ═══════════════════════════════════════════════════════════
   INDEX 2 ONLY — clean, arranged, pro (no dust)
   ═══════════════════════════════════════════════════════════ */

/* Search head: simple stack, no mode tabs clutter */
body.xxs-home--2 .xxs-hp-search-head {
	padding: 28px 28px 6px;
	border-bottom: none;
	background: #fff;
	text-align: left;
}
body.xxs-home--2 .xxs-hp-search-eyebrow {
	margin-bottom: 10px;
}
body.xxs-home--2 .xxs-hp-search-title {
	margin-bottom: 6px;
}
body.xxs-home--2 .xxs-hp-search-lead {
	margin: 0 0 4px;
	max-width: 34rem;
	color: #5a6b7d;
}

body.xxs-home--2 .listing-cars-id-70496 .car-listing-main-part {
	padding: 0 !important;
	border-radius: 20px;
	overflow: hidden;
}
body.xxs-home--2 .listing-cars-id-70496 .filter.stm-vc-ajax-filter {
	padding: 18px 28px 28px;
}
body.xxs-home--2 .listing-cars-id-70496 .filter > .row {
	margin: 0 !important;
}
body.xxs-home--2 .listing-cars-id-70496 form {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}
body.xxs-home--2 .listing-cars-id-70496 form > input[type="hidden"] {
	display: none;
}
body.xxs-home--2 .listing-cars-id-70496 form > .col-md-3,
body.xxs-home--2 .listing-cars-id-70496 form > .col-sm-6,
body.xxs-home--2 .listing-cars-id-70496 form > .xxs-hp-cat-field {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
body.xxs-home--2 .listing-cars-id-70496 form > .col-md-3:last-child {
	grid-column: 1 / -1;
}
body.xxs-home--2 .listing-cars-id-70496 form > .col-md-3:last-child .row,
body.xxs-home--2 .listing-cars-id-70496 form > .col-md-3:last-child .col-md-12 {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	float: none !important;
}
body.xxs-home--2 .listing-cars-id-70496 .form-group {
	margin: 0 !important;
}
body.xxs-home--2 .listing-cars-id-70496 .button.icon-button {
	width: 100% !important;
	max-width: 320px;
	margin: 4px auto 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 44px !important;
	border-radius: 12px !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em !important;
}

/* Browse v2: calm tiles, link in head only */
body.xxs-home--2 .xxs-hp-browse {
	padding: 48px 0 40px;
	background: #fff;
}
body.xxs-home--2 .xxs-hp-browse__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	margin-bottom: 28px;
}
body.xxs-home--2 .xxs-hp-browse__all {
	display: inline-block;
	margin-top: 14px;
	font-size: 14px;
	font-weight: 800;
	color: #1d6fb8;
	text-decoration: none !important;
}
body.xxs-home--2 .xxs-hp-browse__all:hover {
	color: #14323f;
	text-decoration: underline !important;
}
body.xxs-home--2 .xxs-hp-browse__panel {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}
body.xxs-home--2 .xxs-hp-m8-tile {
	padding: 20px 12px 18px;
	gap: 8px;
}
body.xxs-home--2 .xxs-hp-m8-tile__go { display: none; }

/* Steps: sit clean between browse and recently watched */
body.xxs-home--2 .xxs-hp-steps {
	padding: 40px 0 48px;
	background: #eef4fb;
	border-top: 1px solid #e1eaf2;
	border-bottom: 1px solid #e1eaf2;
}
body.xxs-home--2 .xxs-hp-steps__head { margin-bottom: 28px; }
body.xxs-home--2 .xxs-hp-step {
	background: #fff;
	box-shadow: none;
}
body.xxs-home--2 .xxs-hp-steps__cta { margin-top: 22px; }
body.xxs-home--2 .xxs-hp-steps__cta .xxs-hp-browse__cta,
body.xxs-home--2 a.xxs-hp-browse__cta {
	padding: 13px 22px;
	font-size: 14px;
	background: #1d6fb8 !important;
	background-image: linear-gradient(135deg, #1d6fb8 0%, #155a97 100%) !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(29, 111, 184, 0.28) !important;
}

/* Hide dusty blog/promo strip on index2 */
body.xxs-home--2 .stm-mt-icon-box-adaptive-style-one,
body.xxs-home--2 .stm-fullwidth-with-parallax {
	display: none !important;
}

/* Why Choose: breathe, one clear block */
body.xxs-home--2 .stm-mt-icon-box-adaptive-style-three {
	margin-top: 8px !important;
}

@media (max-width: 991px) {
	body.xxs-home--2 .listing-cars-id-70496 form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.xxs-home--2 .listing-cars-id-70496 .filter.stm-vc-ajax-filter {
		padding: 14px 16px 20px;
	}
	body.xxs-home--2 .xxs-hp-search-head {
		padding: 20px 16px 4px;
	}
}
@media (max-width: 560px) {
	body.xxs-home--2 .listing-cars-id-70496 form {
		grid-template-columns: 1fr;
	}
	body.xxs-home--2 .listing-cars-id-70496 .button.icon-button {
		max-width: none;
	}
}

/* Miles: hidden by default; shown only for Cars / Classic / RVs */
body.xxs-home .listing-cars-id-70496 .stm-filter_mileage {
	display: none !important;
}
html.xxs-hp-show-miles body.xxs-home .listing-cars-id-70496 .stm-filter_mileage {
	display: block !important;
}
html.xxs-hp-show-miles body.xxs-home--2 .listing-cars-id-70496 form > .stm-filter_mileage {
	display: block !important;
}
.listing-cars-id-70496 .stm-filter_mileage.xxs-hp-filter-hidden {
	display: none !important;
}
html.xxs-hp-hide-miles .listing-cars-id-70496 .stm-filter_mileage {
	display: none !important;
}

/* ═══════════════════════════════════════════════════════════
   INDEX 2 DESKTOP — premium search + Select2 dropdowns
   ═══════════════════════════════════════════════════════════ */
@media (min-width: 992px) {
	body.xxs-home--2 .vc_row.wpb_row.vc_row-fluid[style*="margin-bottom: 75px"] {
		padding: 40px 24px 28px !important;
	}
	body.xxs-home--2 .listing-cars-id-70496 .car-listing-main-part,
	body.xxs-home--2 .listing-cars-id-70496 .car-listing-main-part.xxs-hp-search-pro {
		max-width: 1180px;
		border-radius: 24px !important;
		border: 1px solid #dce7f3 !important;
		box-shadow:
			0 1px 0 rgba(255, 255, 255, 0.9) inset,
			0 24px 60px rgba(21, 62, 77, 0.10) !important;
	}
	body.xxs-home--2 .xxs-hp-search-head {
		padding: 32px 36px 8px;
		border-bottom: 1px solid rgba(21, 62, 77, 0.06);
		background:
			linear-gradient(120deg, rgba(29, 111, 184, 0.05) 0%, transparent 55%),
			#fff;
	}
	body.xxs-home--2 .xxs-hp-search-title {
		font-size: 30px;
		letter-spacing: -0.03em;
	}
	body.xxs-home--2 .xxs-hp-search-title i {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
		border-radius: 14px;
		font-size: 22px !important;
	}
	body.xxs-home--2 .listing-cars-id-70496 .filter.stm-vc-ajax-filter {
		padding: 22px 36px 34px;
	}

	/* 4 fields + search as last cell (not full-bleed bar) */
	body.xxs-home--2 .listing-cars-id-70496 form {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 18px 16px;
		align-items: end;
	}
	body.xxs-home--2 .listing-cars-id-70496 form > .col-md-3:last-child {
		grid-column: auto;
	}
	body.xxs-home--2 .listing-cars-id-70496 .button.icon-button {
		max-width: none !important;
		margin: 0 !important;
		height: 44px !important;
		border-radius: 12px !important;
		font-size: 13.5px !important;
		letter-spacing: 0.04em !important;
		box-shadow: 0 10px 24px rgba(29, 111, 184, 0.28) !important;
	}
	html.xxs-hp-hide-miles body.xxs-home--2 .listing-cars-id-70496 form > .col-md-3:last-child {
		grid-column: span 2;
	}
}

/* Field labels */
body.xxs-home--2 .xxs-hp-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0 !important;
}
body.xxs-home--2 .xxs-hp-field__label {
	margin: 0;
	padding: 0 2px;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #5a6b7d;
	line-height: 1;
}

/* Closed select / Select2 — premium chip look (balanced 44px) */
body.xxs-home--2 .listing-cars-id-70496 select.form-control,
body.xxs-home--2 .listing-cars-id-70496 .select2-container--default .select2-selection--single {
	height: 44px !important;
	min-height: 44px !important;
	background: #f4f8fc !important;
	border: 1.5px solid #d7e3f0 !important;
	border-radius: 12px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease !important;
}
body.xxs-home--2 .listing-cars-id-70496 .select2-container {
	width: 100% !important;
}
body.xxs-home--2 .listing-cars-id-70496 .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px !important;
	padding-left: 14px !important;
	padding-right: 40px !important;
	color: #14323f !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	letter-spacing: -0.01em;
}
body.xxs-home--2 .listing-cars-id-70496 .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #6b7c88 !important;
	font-weight: 500 !important;
}
body.xxs-home--2 .listing-cars-id-70496 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px !important;
	width: 36px !important;
	right: 4px !important;
}
body.xxs-home--2 .listing-cars-id-70496 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none !important;
	width: 10px !important;
	height: 10px !important;
	margin: -6px 0 0 -6px !important;
	background: transparent !important;
	border-right: 2px solid #1d6fb8 !important;
	border-bottom: 2px solid #1d6fb8 !important;
	transform: rotate(45deg);
	left: 50% !important;
	top: 50% !important;
}
body.xxs-home--2 .listing-cars-id-70496 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(225deg);
	margin-top: -2px !important;
}
body.xxs-home--2 .listing-cars-id-70496 select.form-control:hover,
body.xxs-home--2 .listing-cars-id-70496 .select2-container--default .select2-selection--single:hover {
	border-color: #b7cce4 !important;
	background: #fff !important;
}
body.xxs-home--2 .listing-cars-id-70496 select.form-control:focus,
body.xxs-home--2 .listing-cars-id-70496 .select2-container--default.select2-container--focus .select2-selection--single,
body.xxs-home--2 .listing-cars-id-70496 .select2-container--default.select2-container--open .select2-selection--single {
	background: #fff !important;
	border-color: #1d6fb8 !important;
	box-shadow: 0 0 0 4px rgba(29, 111, 184, 0.14) !important;
}

/* Open dropdown panel (Select2 attaches to body) */
body.xxs-home--2 .select2-dropdown {
	border: 1px solid #d7e3f0 !important;
	border-radius: 14px !important;
	overflow: hidden;
	box-shadow: 0 22px 55px rgba(21, 62, 77, 0.16) !important;
	margin-top: 6px;
	background: #fff !important;
	z-index: 10050 !important;
}
body.xxs-home--2 .select2-results__options {
	max-height: 280px !important;
	padding: 6px !important;
}
body.xxs-home--2 .select2-results__option {
	padding: 9px 12px !important;
	border-radius: 8px !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	color: #14323f !important;
	margin: 1px 0 !important;
	transition: background 0.12s ease, color 0.12s ease;
}
body.xxs-home--2 .select2-results__option--highlighted[aria-selected],
body.xxs-home--2 .select2-results__option--highlighted {
	background: #1d6fb8 !important;
	color: #fff !important;
}
body.xxs-home--2 .select2-results__option[aria-selected="true"] {
	background: #eef4fb !important;
	color: #1d6fb8 !important;
	font-weight: 700 !important;
}
body.xxs-home--2 .select2-results__option[aria-selected="true"].select2-results__option--highlighted {
	background: #1d6fb8 !important;
	color: #fff !important;
}
body.xxs-home--2 .select2-container--default .select2-results > .select2-results__options {
	scrollbar-width: thin;
	scrollbar-color: #b7cce4 transparent;
}

/* Desktop browse / trust polish */
@media (min-width: 992px) {
	body.xxs-home--2 .xxs-trustbar__track {
		padding: 20px 24px !important;
		gap: 12px;
	}
	body.xxs-home--2 .xxs-hp-browse {
		padding: 56px 0 48px;
	}
	body.xxs-home--2 .xxs-hp-m8-tile {
		padding: 26px 16px 22px;
		border-radius: 18px;
	}
	body.xxs-home--2 .xxs-hp-m8-tile img {
		width: 100px;
		height: 100px;
	}
	body.xxs-home--2 .xxs-hp-steps {
		padding: 52px 0 56px;
	}
}

/* ═══════════════════════════════════════════════════════════
   INDEX 2 — timeline process + tighter mobile gaps
   ═══════════════════════════════════════════════════════════ */

/* Tighten Search → Shop by category on mobile */
@media (max-width: 767px) {
	body.xxs-home--2 .vc_row.wpb_row.vc_row-fluid[style*="margin-bottom: 75px"] {
		padding: 14px 12px 0 !important;
		margin-bottom: 0 !important;
	}
	body.xxs-home--2 .listing-cars-id-70496 .car-listing-main-part {
		margin-bottom: 0 !important;
	}
	body.xxs-home--2 .listing-cars-id-70496 .filter.stm-vc-ajax-filter {
		padding: 12px 14px 16px !important;
	}
	body.xxs-home--2 .xxs-hp-search-head {
		padding: 16px 14px 2px !important;
	}
	body.xxs-home--2 .xxs-hp-browse {
		padding: 22px 0 28px !important;
	}
	body.xxs-home--2 .xxs-hp-browse__head {
		margin-bottom: 16px !important;
	}
	body.xxs-home--2 .xxs-hp-browse__lead {
		font-size: 14px;
	}
}

/* Timeline (v2 process) */
.xxs-hp-timeline {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	display: grid;
	gap: 14px;
}
.xxs-hp-tl-step {
	position: relative;
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 14px 16px;
	align-items: start;
	background: #fff;
	border: 1px solid #e1eaf2;
	border-radius: 16px;
	padding: 18px 16px 18px 14px;
	box-shadow: 0 6px 20px rgba(21, 62, 77, 0.05);
}
.xxs-hp-tl-step__rail {
	display: flex;
	justify-content: center;
	padding-top: 2px;
}
.xxs-hp-tl-step__num {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: linear-gradient(150deg, #1d6fb8, #14384a);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 22px rgba(29, 111, 184, 0.28);
	line-height: 1;
}
.xxs-hp-tl-step__title {
	margin: 2px 0 8px;
	font-size: 17px;
	font-weight: 800;
	color: #153e4d;
	letter-spacing: -0.015em;
	line-height: 1.25;
}
.xxs-hp-tl-step__text {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.55;
	color: #4a5d68;
	font-weight: 600;
}
.xxs-hp-tl-step__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.xxs-hp-tl-tag {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: #eef4fb;
	border: 1px solid #d7e3f0;
	color: #1d6fb8;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

body.xxs-home--2 .xxs-hp-steps--v2 {
	padding: 36px 0 44px;
	background:
		radial-gradient(ellipse 120% 70% at 50% -10%, rgba(29, 111, 184, 0.07), transparent 55%),
		#f6f9fc;
}
body.xxs-home--2 .xxs-hp-steps--v2 .xxs-hp-steps__head {
	margin-bottom: 22px;
}
body.xxs-home--2 .xxs-hp-steps--v2 .xxs-hp-steps__cta {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.xxs-hp-tl-step {
		grid-template-columns: 72px 1fr;
		gap: 18px 22px;
		padding: 24px 26px;
		border-radius: 18px;
	}
	.xxs-hp-tl-step__num {
		width: 56px;
		height: 56px;
		font-size: 22px;
		border-radius: 16px;
	}
	.xxs-hp-tl-step__title { font-size: 20px; margin-bottom: 10px; }
	.xxs-hp-tl-step__text { font-size: 15px; line-height: 1.6; }
	.xxs-hp-tl-tag { font-size: 12px; padding: 6px 12px; }

	/* Vertical connector between steps on desktop */
	.xxs-hp-timeline::before {
		content: "";
		position: absolute;
		left: 40px;
		top: 40px;
		bottom: 40px;
		width: 2px;
		background: linear-gradient(180deg, rgba(29, 111, 184, 0.35), rgba(29, 111, 184, 0.08));
		border-radius: 2px;
		z-index: 0;
		pointer-events: none;
	}
	.xxs-hp-tl-step {
		background: rgba(255, 255, 255, 0.96);
		z-index: 1;
	}
}

@media (max-width: 767px) {
	body.xxs-home--2 .xxs-hp-steps--v2 {
		padding: 28px 0 32px;
	}
	body.xxs-home--2 .xxs-hp-steps--v2 .xxs-hp-browse__title {
		font-size: 24px;
	}
	body.xxs-home--2 .xxs-hp-steps--v2 .xxs-hp-browse__lead {
		font-size: 14px;
	}
	.xxs-hp-tl-step__text {
		font-size: 13.5px;
		margin-bottom: 10px;
	}
	.xxs-hp-tl-tag {
		font-size: 10.5px;
		padding: 4px 8px;
	}
}

/* Home search dropdowns: select2 is initialised more than once, leaving stray
   default (gray) arrow <b> triangles stacked under the blue one. Hide every <b>
   and paint a single clean chevron on the arrow itself. */
body.xxs-home .listing-cars-id-70496 .select2-selection__arrow b {
	display: none !important;
}
body.xxs-home .listing-cars-id-70496 .select2-selection__arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%231d6fb8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 12px 8px !important;
}
body.xxs-home .listing-cars-id-70496 .select2-container--open .select2-selection__arrow {
	transform: rotate(180deg) !important;
}

/* Tighten the oversized gap between the search card and "Shop by category" (desktop).
   The search row carries an inline `margin-bottom: 75px !important` that external CSS
   can't override, so we pull the browse section up and trim its top padding instead. */
@media (min-width: 992px) {
	body.xxs-home .vc_row.wpb_row.vc_row-fluid:has(+ .xxs-hp-browse) {
		padding-bottom: 10px !important;
	}
	body.xxs-home--2 .xxs-hp-browse {
		margin-top: -58px !important;
		padding-top: 30px !important;
	}
}
