/* ADE Rent A Car — modern booking & contact forms */

.ade-form {
	--ade-accent: #fa6a2f;
	--ade-accent-hover: #ff7f4a;
	--ade-bg-field: rgba(255, 255, 255, 0.06);
	--ade-border: rgba(255, 255, 255, 0.12);
	--ade-text: #ffffff;
	--ade-muted: rgba(255, 255, 255, 0.58);
	--ade-radius: 11px;
	--ade-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
	font-family: "Poppins", "Montserrat", sans-serif;
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 1.25rem 2.5rem;
}

.ade-form--hero {
	padding-top: 2.5rem;
	padding-bottom: 3rem;
}

.ade-form__header {
	text-align: center;
	margin-bottom: 2rem;
}

.ade-form__header .headline,
.ade-form__header .h3 {
	color: var(--ade-text);
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-size: clamp(1.1rem, 2.5vw, 1.45rem);
}

.ade-form__sub {
	color: var(--ade-muted);
	font-size: 0.9rem;
	font-weight: 400;
	margin: 0;
}

.ade-form__vehicle-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	background: linear-gradient(135deg, rgba(250, 106, 47, 0.2), rgba(250, 106, 47, 0.08));
	border: 1px solid rgba(250, 106, 47, 0.38);
	color: var(--ade-text);
	padding: 0.6rem 1.15rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 500;
	margin-bottom: 1.35rem;
	line-height: 1.35;
}

.ade-form__vehicle-badge--bar {
	display: flex;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 1.15rem;
	padding: 0.72rem 0.9rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ade-form__vehicle-badge strong {
	color: #fff;
	font-weight: 700;
}

.ade-form__vehicle-badge i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 8px;
	background: rgba(250, 106, 47, 0.22);
	color: var(--ade-accent);
	font-size: 1rem;
	flex-shrink: 0;
}

.ade-form__grid {
	margin-bottom: 0.5rem;
}

.ade-form__grid > .column {
	margin-bottom: 0.85rem;
}

.ade-form .input-group {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border: 1px solid var(--ade-border);
	border-radius: var(--ade-radius);
	background: var(--ade-bg-field);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	margin-bottom: 0;
}

.ade-form .input-group:focus-within {
	border-color: rgba(250, 106, 47, 0.65);
	box-shadow: 0 0 0 3px rgba(250, 106, 47, 0.18), 0 4px 14px rgba(0, 0, 0, 0.12);
	background: rgba(255, 255, 255, 0.09);
}

.ade-form .input-group.is-invalid {
	border-color: #e74c3c;
	box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);
}

.ade-form .input-group-label {
	position: static !important;
	top: auto !important;
	left: auto !important;
	z-index: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 2.85rem;
	width: 2.85rem;
	flex-shrink: 0;
	padding: 0;
	background: linear-gradient(180deg, rgba(250, 106, 47, 0.14), rgba(0, 0, 0, 0.22));
	color: var(--ade-accent);
	font-size: 1.05rem;
	border: none;
	border-right: 1px solid var(--ade-border);
}

.ade-form .input-group-label + .input-group-field,
.ade-form .input-group-label + textarea {
	padding-left: 1rem !important;
}

.ade-form .input-group-field,
.ade-form select,
.ade-form textarea {
	flex: 1;
	width: auto !important;
	min-width: 0;
	border: none !important;
	background: transparent !important;
	color: var(--ade-text) !important;
	font-size: 0.875rem !important;
	font-weight: 400 !important;
	font-family: inherit !important;
	padding: 0.85rem 1rem !important;
	margin: 0;
	min-height: 48px;
	box-shadow: none !important;
}

.ade-form select {
	cursor: pointer;
	appearance: none;
	color-scheme: dark;
	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 fill='%23fa6a2f' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 1rem center !important;
	padding-right: 2.5rem !important;
}

.ade-form select option {
	color: #fff;
	background-color: #2e3040;
}

.ade-form select option:checked,
.ade-form select option:hover,
.ade-form select option:focus {
	background-color: #fa6a2f;
	color: #fff;
}

.ade-form select option:disabled {
	color: rgba(255, 255, 255, 0.4);
	background-color: #242634;
}

.ade-form textarea {
	min-height: 48px;
	resize: vertical;
}

.ade-form input::placeholder,
.ade-form textarea::placeholder,
.ade-form input::-webkit-input-placeholder,
.ade-form textarea::-webkit-input-placeholder,
.ade-form input::-moz-placeholder,
.ade-form textarea::-moz-placeholder,
.ade-form input:-ms-input-placeholder,
.ade-form textarea:-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}

.ade-form select.placeholder {
	color: #fff !important;
}

.ade-form label {
	margin-bottom: 0;
	width: 100%;
}

/* Alert */
.ade-form .js-form-alert {
	border-radius: var(--ade-radius);
	border: none;
	padding: 0.85rem 1.1rem;
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	animation: adeFormFadeIn 0.3s ease;
}

.ade-form .js-form-alert.success {
	background: linear-gradient(135deg, #2ecc71, #27ae60) !important;
	color: #fff;
}

.ade-form .js-form-alert.alert {
	background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
	color: #fff;
}

.ade-form .js-form-alert p {
	margin: 0;
}

/* Captcha + submit bar */
.ade-form__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	flex-wrap: wrap;
	width: 100%;
	min-width: 0;
	margin-top: 1rem;
	padding-top: 0;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.ade-form.flex-container .ade-form__actions {
	flex-shrink: 0;
	align-self: stretch;
}

.ade-form__actions .js-captcha-wrap {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.ade-form__captcha {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	height: 42px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	padding: 0 0.4rem 0 0.5rem;
	flex: 0 1 auto;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ade-form__captcha-math {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	height: 30px;
	box-sizing: border-box;
	background: rgba(250, 106, 47, 0.12);
	border: 1px solid rgba(250, 106, 47, 0.3);
	border-radius: 999px;
	padding: 0 0.55rem;
	flex-shrink: 0;
}

.ade-form__captcha-num {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	min-width: 0.85rem;
	text-align: center;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.ade-form__captcha-op {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--ade-accent);
	line-height: 1;
}

.ade-form.form-secondary .ade-form__captcha-input[type="number"],
.ade-form .ade-form__captcha-input[type="number"] {
	flex: 0 0 34px;
	width: 34px !important;
	min-width: 34px !important;
	height: 30px !important;
	min-height: 30px !important;
	max-height: 30px !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-width: 1px !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important;
	padding: 0 !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	font-family: inherit !important;
	text-align: center;
	line-height: 30px !important;
	box-shadow: none !important;
	align-self: center;
	-moz-appearance: textfield;
	appearance: textfield;
}

.ade-form__captcha-input::-webkit-outer-spin-button,
.ade-form__captcha-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ade-form.form-secondary .ade-form__captcha-input[type="number"]:focus,
.ade-form .ade-form__captcha-input[type="number"]:focus {
	border-color: var(--ade-accent) !important;
	border-width: 1px !important;
	outline: none;
	background: rgba(255, 255, 255, 0.12) !important;
	box-shadow: 0 0 0 2px rgba(250, 106, 47, 0.2) !important;
}

.ade-form__captcha-input.is-invalid {
	border-color: #e74c3c !important;
	box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2) !important;
}

.ade-form__captcha-retry {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	font-size: 0.95rem;
	line-height: 1;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
	align-self: center;
}

.ade-form__captcha-retry:hover {
	background: rgba(250, 106, 47, 0.15);
	color: var(--ade-accent);
}

.ade-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	height: 42px;
	min-height: 42px;
	max-height: 42px;
	margin: 0 !important;
	padding: 0 1.35rem;
	border: none;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ade-accent) 0%, #e85a20 55%, #d94e18 100%);
	color: #fff;
	font-family: inherit;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 18px rgba(250, 106, 47, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
	transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
	white-space: nowrap;
	flex: 0 0 auto;
	vertical-align: middle;
}

.ade-form__submit:hover,
.ade-form__submit:focus {
	background: linear-gradient(135deg, var(--ade-accent-hover), var(--ade-accent));
	box-shadow: 0 6px 22px rgba(250, 106, 47, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #fff;
	transform: translateY(-1px);
}

.ade-form__submit:disabled {
	opacity: 0.65;
	cursor: not-allowed;
	transform: none;
}

.ade-form__submit i {
	font-size: 0.9rem;
}

/* Card variant (vehicle pages) */
.ade-form.card-section {
	background: linear-gradient(165deg, rgba(40, 42, 56, 0.88) 0%, rgba(28, 30, 42, 0.94) 100%);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 18px;
	box-shadow: var(--ade-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 1.65rem 1.15rem 1.35rem;
	position: relative;
	overflow: hidden;
}

.ade-form--sidebar.card-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--ade-accent) 35%, var(--ade-accent-hover) 65%, transparent);
	pointer-events: none;
}

.card-booking-form {
	border-radius: 18px;
	overflow: hidden;
}

.card-booking-form > .bg-secondary.card-divider {
	background: linear-gradient(180deg, #2a2c3a, rgba(36, 38, 52, 0.92)) !important;
	border-bottom: 1px solid rgba(250, 106, 47, 0.22) !important;
	padding: 1.05rem 1rem 0.8rem !important;
}

.card-booking-form > .bg-secondary.card-divider .headline {
	margin: 0;
	font-size: clamp(0.92rem, 2vw, 1.05rem);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.ade-form__field-label {
	display: block;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ade-muted);
	margin-bottom: 0.42rem;
}

.ade-form__dates {
	width: 100%;
	margin-top: 0.35rem;
	padding: 1rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-sizing: border-box;
}

.ade-form__dates-title {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ade-accent);
	margin: 0 0 0.75rem;
	text-align: center;
	width: 100%;
}

.ade-form__dates-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.65rem;
	width: 100%;
}

.ade-form__dates-grid > .column {
	width: 100%;
	max-width: 100%;
	flex: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0 !important;
	box-sizing: border-box;
}

.ade-form__dates-grid .ade-form__field-label {
	margin-bottom: 0.38rem;
	line-height: 1.25;
	color: #fff;
}

.ade-form__datetime-group .input-group-field[type="date"],
.ade-form__datetime-group .input-group-field[type="time"] {
	color-scheme: dark;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.85rem 1rem !important;
	min-height: 48px;
	line-height: 1.4;
	text-align: left;
}

.ade-form__datetime-group .input-group-label + .input-group-field[type="date"],
.ade-form__datetime-group .input-group-label + .input-group-field[type="time"] {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.ade-form__datetime-group .input-group-field[type="date"]::-webkit-datetime-edit,
.ade-form__datetime-group .input-group-field[type="time"]::-webkit-datetime-edit,
.ade-form__datetime-group .input-group-field[type="date"]::-webkit-datetime-edit-fields-wrapper,
.ade-form__datetime-group .input-group-field[type="time"]::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
	margin: 0;
}

.ade-form__datetime-group .input-group-field[type="date"]::-webkit-date-and-time-value,
.ade-form__datetime-group .input-group-field[type="time"]::-webkit-date-and-time-value {
	text-align: left;
	margin: 0;
	padding: 0;
}

.ade-form__datetime-group .input-group-field[type="date"]::-webkit-calendar-picker-indicator,
.ade-form__datetime-group .input-group-field[type="time"]::-webkit-calendar-picker-indicator,
.ade-form__datetime-group .input-group-field[type="date"]::-webkit-inner-spin-button,
.ade-form__datetime-group .input-group-field[type="time"]::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
	appearance: none;
}

.ade-form__datetime-group .input-group-field[type="date"]::-moz-calendar-picker-indicator,
.ade-form__datetime-group .input-group-field[type="time"]::-moz-calendar-picker-indicator {
	display: none;
}

.ade-form label > span > p {
	color: var(--ade-muted);
	font-size: 0.68rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	margin-bottom: 0.42rem !important;
}

.ade-form .input-custom {
	width: 100%;
	border: 1px solid var(--ade-border);
	border-radius: var(--ade-radius);
	background: var(--ade-bg-field);
	color: var(--ade-text);
	padding: 0.75rem 1rem;
	min-height: 48px;
	font-size: 0.875rem;
	font-family: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ade-form .input-custom:focus {
	border-color: var(--ade-accent);
	outline: none;
	box-shadow: 0 0 0 3px rgba(250, 106, 47, 0.2);
}

.ade-form .input-custom.is-invalid {
	border-color: #e74c3c;
	box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);
}

.ade-form .input-custom::-webkit-calendar-picker-indicator,
.ade-form .input-custom::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
	appearance: none;
}

.ade-form .input-custom::-moz-calendar-picker-indicator {
	display: none;
}

.ade-form--sidebar .ade-form__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	max-width: 100%;
	width: 100%;
	margin-top: 1.1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	gap: 0.65rem;
}

.ade-form--sidebar .ade-form__actions .js-captcha-wrap {
	justify-content: center;
	width: 100%;
}

.ade-form--sidebar .ade-form__submit {
	flex: none;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: 42px;
	min-height: 42px;
	max-height: 42px;
	font-size: 0.72rem;
	padding: 0 0.85rem;
}

.ade-form--sidebar .ade-form__captcha {
	height: 42px;
	max-width: 100%;
}

.ade-form--sidebar fieldset .column {
	margin-bottom: 0.72rem;
}

.ade-form--sidebar .ade-form__dates-grid {
	gap: 0.6rem;
}

.ade-form--sidebar fieldset > .row {
	margin-bottom: 0;
}

/* Contact form (light section) */
.ade-form--contact {
	--ade-bg-field: #f4f5f7;
	--ade-border: rgba(36, 38, 52, 0.16);
	--ade-text: #242634;
	--ade-muted: rgba(36, 38, 52, 0.55);
	padding: 0;
	max-width: 100%;
}

.ade-form--contact .ade-form__grid > .column {
	margin-bottom: 0.85rem;
}

.ade-form--contact label {
	display: block;
	margin-bottom: 0.85rem;
}

.ade-form--contact .input-group {
	background: var(--ade-bg-field);
	border-color: var(--ade-border);
}

.ade-form--contact .input-group-label {
	background: linear-gradient(180deg, rgba(250, 106, 47, 0.14), rgba(36, 38, 52, 0.05));
	border-right-color: var(--ade-border);
}

.ade-form--contact.form-secondary .input-group-field,
.ade-form--contact.form-secondary textarea.input-group-field,
.ade-form--contact .input-group-field,
.ade-form--contact textarea {
	color: var(--ade-text) !important;
	background: transparent !important;
}

.ade-form--contact input::placeholder,
.ade-form--contact textarea::placeholder,
.ade-form--contact input::-webkit-input-placeholder,
.ade-form--contact textarea::-webkit-input-placeholder {
	color: var(--ade-muted) !important;
	opacity: 1;
}

.ade-form--contact .input-group:focus-within {
	background: #fff;
	border-color: rgba(250, 106, 47, 0.55);
	box-shadow: 0 0 0 3px rgba(250, 106, 47, 0.12);
}

.ade-form--contact .ade-form__captcha {
	background: #eef0f3;
	border-color: rgba(36, 38, 52, 0.1);
}

.ade-form--contact .ade-form__captcha-num {
	color: var(--ade-text);
}

.ade-form--contact .ade-form__captcha-input[type="number"] {
	background: #fff !important;
	color: var(--ade-text) !important;
	border-color: var(--ade-border) !important;
}

.ade-form--contact .ade-form__actions {
	flex-direction: column;
	align-items: center;
	max-width: 100%;
	width: 100%;
	margin-top: 1.25rem;
	gap: 0.75rem;
}

.ade-form--contact .ade-form__submit {
	width: 100%;
	max-width: 320px;
}

.ade-form--contact textarea.input-group-field {
	min-height: 120px;
	resize: vertical;
}

@keyframes adeFormFadeIn {
	from { opacity: 0; transform: translateY(-6px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 639px) {
	.ade-form {
		padding: 1.5rem 1rem 2rem;
	}

	.ade-form__actions {
		flex-direction: column;
		max-width: 100%;
		gap: 0.5rem;
	}

	.ade-form__captcha {
		justify-content: center;
	}

	.ade-form__submit {
		width: 100%;
		max-width: 280px;
	}

}

/* ===== VEHICLE CARD IMAGE LINKS ===== */
.card-product__image-link {
	display: block;
	line-height: 0;
	cursor: pointer;
}

.card-product__image-link img {
	display: block;
	width: 100%;
	transition: opacity 0.2s ease;
}

.card-product.simple .card-product__image-link:hover img,
.card-product.simple .card-product__image-link:focus img {
	opacity: 0.92;
}

/* ===== FLEET / VEHICLE PAGE ===== */
.row.fleet-details {
	align-items: flex-start;
}

.row.fleet-details .card-product-large {
	height: auto;
	margin-bottom: 0;
}

.row.fleet-details > .column:first-child .product-info {
	margin-top: 0;
	margin-bottom: 2rem;
	padding-top: 1.75rem;
}

.row.fleet-details .product-info .tabs-panel > .block-header:first-child {
	margin-top: 0;
	margin-bottom: 1.35rem;
}

.row.fleet-details .product-info .tabs-panel > .block-header:not(:first-child) {
	margin-top: 3rem;
	margin-bottom: 1.35rem;
}

.row.fleet-details .product-info .tabs-panel > .row {
	margin-bottom: 0.5rem;
}

.row.fleet-details .product-info table td {
	padding: 0.6rem 0.75rem;
	line-height: 1.45;
}

.row.fleet-details > .column:last-child .callout-widget:first-of-type {
	margin-top: 1.25rem;
}

/* ===== FOOTER ===== */
.ade-footer.site-footer {
	padding-top: 0;
	margin-top: 0;
}

.section + .ade-footer {
	margin-top: -1.5rem;
}

.ade-footer {
	font-family: "Poppins", "Montserrat", sans-serif;
	position: relative;
	background-color: #242634;
	background-size: cover;
	background-position: center;
	padding: 0;
	overflow: hidden;
}

.ade-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(36, 38, 52, 0.82);
	z-index: 0;
	pointer-events: none;
}

.ade-footer.is-fixed > .row:first-child::before {
	display: none !important;
}

.ade-footer__inner,
.ade-footer__bottom {
	position: relative;
	z-index: 1;
}

.ade-footer__inner {
	max-width: 75rem;
	margin: 0 auto;
	padding: 1.5rem 0.625rem 2rem;
}

.ade-footer__main {
	padding: 0;
	margin: 0;
	max-width: none;
	align-items: flex-start;
}

.ade-footer__main > .column {
	padding-left: 0.65rem;
	padding-right: 0.65rem;
}

.ade-footer__col {
	margin-bottom: 1rem;
}

.ade-footer__panel {
	padding: 1.75rem 1.35rem;
	border-radius: 14px;
	background: rgba(46, 48, 64, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(4px);
}

.ade-footer__panel--brand {
	text-align: center;
}

.ade-footer__panel--brand .site-footer-logo {
	margin-bottom: 1rem;
}

.ade-footer__panel--brand .site-footer-logo img {
	width: 9rem;
	max-height: 3.5rem;
}

.ade-footer__tagline {
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.65);
	margin: 0 0 1.35rem;
}

.ade-footer__title {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fa6a2f;
	margin: 0 0 1rem;
}

.ade-footer__title--sub {
	margin-top: 0;
}

.ade-footer__divider {
	height: 1px;
	margin: 1rem 0;
	background: linear-gradient(90deg, rgba(250, 106, 47, 0.4), rgba(255, 255, 255, 0.08), transparent);
}

.ade-footer__social {
	display: flex;
	justify-content: center;
	gap: 0.45rem;
}

.ade-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(250, 106, 47, 0.12);
	border: 1px solid rgba(250, 106, 47, 0.25);
	color: #fff;
	font-size: 1rem;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.ade-footer__social a:hover {
	background: #fa6a2f;
	border-color: #fa6a2f;
	transform: translateY(-2px);
	color: #fff;
}

.ade-footer__fleet,
.ade-footer__contact,
.ade-footer__hours {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ade-footer__fleet li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ade-footer__fleet li:last-child {
	border-bottom: none;
}

.ade-footer__fleet a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.6rem 0;
	font-size: 0.92rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.ade-footer__fleet a::after {
	content: "›";
	font-size: 1rem;
	line-height: 1;
	color: rgba(250, 106, 47, 0.5);
	transition: color 0.2s ease, transform 0.2s ease;
}

.ade-footer__fleet a:hover {
	color: #fff;
	padding-left: 0.25rem;
}

.ade-footer__fleet a:hover::after {
	color: #fa6a2f;
	transform: translateX(3px);
}

.ade-footer__contact li,
.ade-footer__hours li {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.65rem;
	min-height: 36px;
}

.ade-footer__contact li:last-child,
.ade-footer__hours li:last-child {
	margin-bottom: 0;
}

.ade-footer__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: rgba(250, 106, 47, 0.12);
	border: 1px solid rgba(250, 106, 47, 0.2);
	color: #fa6a2f;
	font-size: 1.05rem;
}

.ade-footer__icon--spacer {
	background: transparent;
	border-color: transparent;
}

.ade-footer__text {
	font-size: 0.92rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: color 0.2s ease;
	word-break: break-word;
}

a.ade-footer__text:hover {
	color: #fa6a2f;
}

.ade-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1.1rem 0;
	background: rgba(28, 30, 40, 0.92);
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.ade-footer__bottom > .row {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 0.625rem;
}

.ade-footer__bottom .copyright {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.ade-footer__bottom .copyright a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.ade-footer__bottom .copyright a:hover {
	color: #fa6a2f;
}

.ade-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}

.ade-footer__legal a {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	transition: color 0.2s ease;
}

.ade-footer__legal a:hover {
	color: #fa6a2f;
}

@media (min-width: 640px) {
	.ade-footer__panel--brand {
		text-align: left;
	}

	.ade-footer__social {
		justify-content: flex-start;
	}

	.ade-footer__col {
		margin-bottom: 0;
	}
}

@media (max-width: 639px) {
	.ade-footer__inner {
		padding: 2rem 1rem;
	}

	.ade-footer__main > .column {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.ade-footer__panel {
		padding: 1.5rem 1.15rem;
	}

	.ade-footer__bottom > .row {
		padding: 0 1rem;
	}

	.ade-footer__legal {
		justify-content: flex-start;
		margin-top: 0.35rem;
	}
}

/* ===== NO HORIZONTAL SCROLL (site-wide) ===== */
html {
	overflow-x: clip;
}

body {
	overflow-x: clip;
	max-width: 100%;
}

.off-canvas-wrapper,
.off-canvas-content {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

.section-hero,
.hero-carousel,
.section-trapeze,
.ade-footer {
	overflow-x: clip;
}

.hero-content::before,
.hero-content::after {
	display: none;
}

/* Yaris hero — on mobile show car on the right side of the banner */
@media (max-width: 639px) {
	.hero-slide-yaris.h-carousel-item {
		background-position: 88% center !important;
	}
}

@media (max-width: 399px) {
	.hero-slide-yaris.h-carousel-item {
		background-position: 92% center !important;
	}
}

/* ===== MOBILE (Foundation small breakpoint) ===== */
@media (max-width: 639px) {

	.section-hero.full-height .h-carousel-item {
		min-height: 20rem;
		height: auto !important;
	}

	.section-hero .h-carousel-item > .row {
		min-height: 20rem;
	}

	.section-hero .hero-content {
		margin: 0;
		padding: 1.15rem 0.9rem;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.section-hero .hero-content.text-left {
		text-align: center;
	}

	.section-hero .hero-content h1 {
		font-size: 1.3rem;
		line-height: 1.25;
	}

	.section-hero .hero-content .lead,
	.section-hero .hero-content h3 {
		font-size: 0.88rem;
		line-height: 1.45;
		margin-bottom: 0;
	}

	.section-hero .button-group {
		margin-top: 1rem !important;
		width: 100%;
		justify-content: center !important;
	}

	.section-hero .button-group .button {
		flex: 1 1 100%;
		max-width: 240px;
		margin-bottom: 0.45rem;
	}

	.section-boxed > .row > .column {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.section-boxed:not(.s-equal-paddings):not(.s-half):not(.s-separate-columns) > .row {
		padding-top: 2rem;
	}

	.s-header .s-headline {
		font-size: 1.3rem;
		word-break: break-word;
	}

	.s-header .subheader {
		font-size: 0.92rem !important;
		line-height: 1.55;
		padding: 0 0.15rem;
	}

	.overlap-large {
		margin-top: 0 !important;
	}

	.row.overlap-large > .column {
		padding-left: 0.65rem;
		padding-right: 0.65rem;
	}

	.card-product.simple .card-section.flex-container.align-justify {
		flex-wrap: wrap;
		gap: 0.65rem;
		padding: 0.9rem 1rem;
	}

	.card-product.simple .price {
		margin-bottom: 0;
		flex: 1 1 100%;
	}

	.card-product.simple .price-val {
		font-size: 1.65rem;
	}

	.card-product.simple .rh-button {
		margin-right: 0;
		margin-bottom: 0;
		width: 100%;
	}

	.card-product.simple .features {
		flex-wrap: wrap;
		gap: 0.4rem 0.55rem;
		justify-content: center !important;
		margin-top: 0;
		padding: 0 0.65rem 1rem;
		font-size: 11px;
	}

	.card-product.simple .features > div {
		flex: 0 0 auto;
		min-width: 2.6rem;
		text-align: center;
	}

	.card-product.simple .card-divider .headline {
		font-size: 0.92rem;
	}

	.topbar > .row {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.site-header .row {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

@media (max-width: 399px) {
	.section-hero .hero-content h1 {
		font-size: 1.1rem;
	}

	.card-product.simple .price-val {
		font-size: 1.45rem;
	}
}
