:root {
	--hcvr-blue-900: #0a3b78;
	--hcvr-blue-700: #145ec9;
	--hcvr-blue-500: #2d83ff;
	--hcvr-sky-100: rgba(255, 255, 255, 0.72);
	--hcvr-border: rgba(255, 255, 255, 0.26);
	--hcvr-shadow: 0 28px 60px rgba(8, 28, 74, 0.18);
	--hcvr-text: #11233f;
	--hcvr-muted: #5d6f8a;
}

.hcvr-catalog,
.hcvr-vehicle-page {
	font-family: "Poppins", sans-serif;
	color: var(--hcvr-text);
	padding: 32px 0;
}

.hcvr-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.hcvr-heading,
.hcvr-hero,
.hcvr-booking-panel,
.hcvr-card {
	position: relative;
}

.hcvr-heading,
.hcvr-summary,
.hcvr-booking-panel,
.hcvr-card-body {
	backdrop-filter: blur(20px);
	background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(244,248,255,0.72));
	border: 1px solid var(--hcvr-border);
	box-shadow: var(--hcvr-shadow);
	border-radius: 28px;
}

.hcvr-heading {
	padding: 28px;
	margin-bottom: 24px;
	overflow: hidden;
}

.hcvr-heading::after,
.hcvr-booking-panel::before,
.hcvr-card::before {
	content: "";
	position: absolute;
	inset: auto auto 0 0;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(45,131,255,0.22), rgba(45,131,255,0));
	filter: blur(6px);
	pointer-events: none;
}

.hcvr-kicker {
	display: inline-flex;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(20, 94, 201, 0.1);
	color: var(--hcvr-blue-700);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hcvr-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 22px;
}

.hcvr-card {
	padding: 14px;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(238,246,255,0.82));
	border: 1px solid rgba(255,255,255,0.4);
	box-shadow: var(--hcvr-shadow);
	overflow: hidden;
}

.hcvr-card-media {
	height: 240px;
	border-radius: 24px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.hcvr-card-body {
	margin-top: -28px;
	padding: 22px;
	position: relative;
}

.hcvr-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	background: rgba(255,255,255,0.82);
}

.hcvr-badge.is-on { color: #0b7a47; }
.hcvr-badge.is-off { color: #c53a3a; }

.hcvr-card-meta,
.hcvr-summary-box,
.hcvr-pricing {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px;
}

.hcvr-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 18px;
	padding: 14px 18px;
	border-radius: 18px;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(135deg, var(--hcvr-blue-700), var(--hcvr-blue-500));
	box-shadow: 0 18px 28px rgba(20, 94, 201, 0.28);
	border: 0;
	cursor: pointer;
}

.hcvr-hero {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 24px;
	margin-bottom: 24px;
}

.hcvr-gallery,
.hcvr-summary,
.hcvr-booking-panel {
	padding: 22px;
}

.hcvr-stage {
	position: relative;
}

.hcvr-main-image {
	width: 100%;
	height: 470px;
	object-fit: cover;
	border-radius: 26px;
	display: block;
}

.hcvr-stage-nav,
.hcvr-lightbox-nav,
.hcvr-stage-zoom {
	position: absolute;
	z-index: 2;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.82);
	color: var(--hcvr-blue-900);
	box-shadow: 0 18px 28px rgba(8, 28, 74, 0.18);
}

.hcvr-stage-nav {
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 999px;
	font-size: 28px;
}

.hcvr-stage-nav.is-prev { left: 18px; }
.hcvr-stage-nav.is-next { right: 18px; }

.hcvr-stage-zoom {
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	font-size: 28px;
	line-height: 1;
}

.hcvr-gallery-count {
	position: absolute;
	left: 18px;
	bottom: 18px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(8, 28, 74, 0.55);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	backdrop-filter: blur(10px);
}

.hcvr-thumbs {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 14px;
}

.hcvr-thumb-button {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	border-radius: 18px;
	overflow: hidden;
	opacity: 0.78;
	transform: translateY(0);
	transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hcvr-thumb-button.is-active,
.hcvr-thumb-button:hover {
	opacity: 1;
	transform: translateY(-2px);
	box-shadow: 0 14px 24px rgba(20, 94, 201, 0.16);
}

.hcvr-thumbs img {
	width: 92px;
	height: 92px;
	object-fit: cover;
	border-radius: 18px;
	border: 1px solid rgba(255,255,255,0.45);
	display: block;
}

.hcvr-lightbox[hidden] {
	display: none;
}

.hcvr-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.hcvr-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 17, 38, 0.86);
	backdrop-filter: blur(8px);
}

.hcvr-lightbox-dialog {
	position: relative;
	z-index: 1;
	width: min(1100px, calc(100vw - 40px));
	height: min(86vh, 760px);
	margin: 7vh auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hcvr-lightbox-image {
	max-width: 100%;
	max-height: 100%;
	border-radius: 24px;
	box-shadow: 0 32px 70px rgba(0,0,0,0.32);
}

.hcvr-lightbox-nav {
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
	height: 58px;
	border-radius: 999px;
	font-size: 36px;
}

.hcvr-lightbox-nav.is-prev { left: 18px; }
.hcvr-lightbox-nav.is-next { right: 18px; }

.hcvr-lightbox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	background: rgba(255,255,255,0.88);
	color: var(--hcvr-blue-900);
	font-size: 32px;
	line-height: 1;
	box-shadow: 0 18px 28px rgba(0,0,0,0.18);
}

body.hcvr-lightbox-open {
	overflow: hidden;
}

.hcvr-price-box,
.hcvr-summary-box > div {
	padding: 16px;
	border-radius: 20px;
	background: rgba(255,255,255,0.6);
	border: 1px solid rgba(255,255,255,0.46);
}

.hcvr-booking-panel {
	padding: 28px;
}

.hcvr-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 22px 0;
}

.hcvr-field-grid label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-weight: 500;
	color: var(--hcvr-text);
}

.hcvr-field-grid input,
.hcvr-field-grid select,
.hcvr-field-grid textarea {
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid rgba(17, 35, 63, 0.12);
	background: rgba(255,255,255,0.85);
	font-family: inherit;
}

.hcvr-help {
	margin: 16px 0 0;
	color: var(--hcvr-muted);
}

.hcvr-unavailable-list {
	margin-top: 18px;
	padding: 16px;
	border-radius: 18px;
	background: rgba(255,255,255,0.58);
	border: 1px solid rgba(17, 35, 63, 0.08);
}

.hcvr-unavailable-list ul {
	margin: 10px 0 0;
	padding-left: 18px;
}

.hcvr-alert {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 18px;
	font-weight: 500;
}

.hcvr-alert-error {
	background: rgba(197, 58, 58, 0.1);
	color: #9b2727;
}

.hcvr-alert-success {
	background: rgba(11, 122, 71, 0.12);
	color: #0b7a47;
}

@media (max-width: 920px) {
	.hcvr-hero {
		grid-template-columns: 1fr;
	}

	.hcvr-field-grid {
		grid-template-columns: 1fr;
	}

	.hcvr-main-image {
		height: 320px;
	}

	.hcvr-stage-nav,
	.hcvr-lightbox-nav {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}

	.hcvr-lightbox-dialog {
		width: calc(100vw - 20px);
		height: auto;
		margin: 10vh auto;
	}
}
