/**
 * Booking vehicle selection step.
 */

.atb-booking-step {
	padding: 44px 0 72px;
	background: #f4f7fb;
	color: #07111f;
}

.atb-booking-step__container {
	width: min(calc(100% - 40px), 1120px);
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

.atb-booking-step__header {
	margin-bottom: 22px;
}

.atb-booking-step__eyebrow {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0f5bd8;
}

.atb-booking-step__title {
	margin: 0;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.04;
	letter-spacing: -0.045em;
	color: #07111f;
}

.atb-booking-step__note {
	max-width: 680px;
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.6;
	color: #48566a;
}

.atb-booking-step__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 292px;
	gap: 18px;
	align-items: start;
}

.atb-booking-step__vehicles {
	display: grid;
	gap: 14px;
}

.atb-booking-step__vehicle-card {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr) 160px;
	gap: 22px;
	align-items: center;
	min-height: 108px;
	padding: 18px;
	border: 1px solid rgba(7, 17, 31, 0.12);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(7, 17, 31, 0.05);
}

.atb-booking-step__vehicle-card--selected {
	border-color: rgba(37, 99, 235, 0.52);
	box-shadow: 0 16px 42px rgba(37, 99, 235, 0.14);
}

.atb-booking-step__vehicle-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 82px;
	border-radius: 12px;
	background: #f8fafc;
	overflow: hidden;
	text-decoration: none;
}

.atb-booking-step__vehicle-image {
	display: block;
	width: 100%;
	height: 88px;
	object-fit: contain;
}

.atb-booking-step__vehicle-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 82px;
	padding: 12px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #64748b;
}

.atb-booking-step__vehicle-heading {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 10px;
}

.atb-booking-step__vehicle-title {
	margin: 0;
	font-size: 24px;
	line-height: 1.05;
	letter-spacing: -0.035em;
	color: #07111f;
}

.atb-booking-step__vehicle-badge {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eaf2ff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #145bd7;
}

.atb-booking-step__vehicle-specs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: 700;
	color: #41516a;
}

.atb-booking-step__vehicle-specs li {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 3px 7px;
	border-radius: 999px;
	background: #f4f7fb;
}

.atb-booking-step__vehicle-action {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
}

.atb-booking-step__price-label {
	font-size: 11px;
	line-height: 1.2;
	color: #64748b;
}

.atb-booking-step__price {
	font-size: 26px;
	line-height: 1;
	letter-spacing: -0.035em;
	color: #07111f;
}

.atb-booking-step__select {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	min-height: 40px;
	padding: 10px 18px;
	border-radius: 10px;
	background: #07111f;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
}

.atb-booking-step__select:hover,
.atb-booking-step__select:focus {
	background: #2563eb;
	color: #ffffff;
}

.atb-booking-step__side-card {
	padding: 20px;
	border: 1px solid rgba(7, 17, 31, 0.12);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(7, 17, 31, 0.05);
}

.atb-booking-step__side-card + .atb-booking-step__side-card {
	margin-top: 14px;
}

.atb-booking-step__side-card h3 {
	margin: 0 0 18px;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: #07111f;
}

.atb-booking-step__summary {
	margin: 0;
}

.atb-booking-step__summary div {
	padding: 0 0 16px;
	border-bottom: 1px solid rgba(7, 17, 31, 0.08);
}

.atb-booking-step__summary div + div {
	padding-top: 16px;
}

.atb-booking-step__summary div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.atb-booking-step__summary dt {
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 700;
	color: #64748b;
}

.atb-booking-step__summary dd {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	color: #07111f;
}

.atb-booking-step__summary dd span {
	color: #0f5bd8;
}

.atb-booking-step__selected-name {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
	color: #07111f;
}

.atb-booking-step__selected-price {
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: 800;
	color: #145bd7;
}

.atb-booking-step__continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 11px 16px;
	border: 0;
	border-radius: 10px;
	background: #2563eb;
	font-size: 13px;
	font-weight: 900;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.atb-booking-step__continue--disabled,
.atb-booking-step__continue:disabled {
	background: #a8b2c1;
	cursor: not-allowed;
}

.atb-booking-step__included {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(7, 17, 31, 0.08);
}

.atb-booking-step__included strong {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.35;
	color: #07111f;
}

.atb-booking-step__included ul {
	display: grid;
	gap: 7px;
	margin: 0;
	padding-left: 18px;
	font-size: 12px;
	line-height: 1.45;
	color: #48566a;
}

.atb-booking-step__empty {
	padding: 24px;
	border: 1px solid rgba(7, 17, 31, 0.12);
	border-radius: 16px;
	background: #ffffff;
	font-weight: 800;
	color: #07111f;
}

@media (max-width: 980px) {
	.atb-booking-step__layout {
		grid-template-columns: 1fr;
	}

	.atb-booking-step__sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.atb-booking-step__side-card + .atb-booking-step__side-card {
		margin-top: 0;
	}
}

@media (max-width: 760px) {
	.atb-booking-step {
		padding: 36px 0 52px;
	}

	.atb-booking-step__container {
		width: min(calc(100% - 32px), 100%);
	}

	.atb-booking-step__vehicle-card {
		grid-template-columns: 128px minmax(0, 1fr);
		gap: 14px;
		padding: 14px;
	}

	.atb-booking-step__vehicle-action {
		grid-column: 1 / -1;
		align-items: stretch;
		padding-top: 12px;
		border-top: 1px solid rgba(7, 17, 31, 0.08);
	}

	.atb-booking-step__vehicle-title {
		font-size: 19px;
	}

	.atb-booking-step__price {
		font-size: 24px;
	}

	.atb-booking-step__vehicle-media {
		min-height: 74px;
	}

	.atb-booking-step__vehicle-image {
		height: 76px;
	}

	.atb-booking-step__sidebar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.atb-booking-step__vehicle-card {
		grid-template-columns: 1fr;
	}

	.atb-booking-step__vehicle-media {
		min-height: 110px;
	}

	.atb-booking-step__vehicle-image {
		height: 112px;
	}
}
