: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-button:disabled {
	opacity: 0.48;
	cursor: not-allowed;
	box-shadow: none;
}

.hcvr-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 13px 16px;
	border-radius: 16px;
	border: 1px solid rgba(20, 94, 201, 0.18);
	background: rgba(255,255,255,0.72);
	color: var(--hcvr-blue-900);
	font-family: inherit;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(20, 94, 201, 0.1);
}

.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);
	position: relative;
}

.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-date-field {
	grid-column: span 1;
}

.hcvr-date-trigger {
	width: 100%;
	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;
	font-size: 15px;
	text-align: left;
	cursor: pointer;
	color: var(--hcvr-text);
}

.hcvr-date-trigger:focus {
	outline: 2px solid rgba(45,131,255,0.28);
	outline-offset: 2px;
}

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

.hcvr-calendar-area {
	width: 100%;
	margin: -6px 0 18px;
}

.hcvr-datepicker {
	width: 100%;
	margin: 0;
}

.hcvr-calendar-shell {
	width: 100%;
	padding: 16px;
	border-radius: 22px;
	backdrop-filter: blur(20px);
	background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,248,255,0.9));
	border: 1px solid rgba(255,255,255,0.5);
	box-shadow: var(--hcvr-shadow);
}

.hcvr-calendar-toolbar {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 12px;
}

.hcvr-calendar-targets {
	display: inline-flex;
	gap: 8px;
	padding: 6px;
	border-radius: 16px;
	background: rgba(20, 94, 201, 0.08);
}

.hcvr-calendar-target {
	padding: 10px 14px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: var(--hcvr-blue-900);
	font-family: inherit;
	font-weight: 600;
	cursor: pointer;
}

.hcvr-calendar-target.is-current {
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(20, 94, 201, 0.12);
}

.hcvr-calendar-header,
.hcvr-calendar-weekdays,
.hcvr-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
}

.hcvr-calendar-header {
	grid-template-columns: 44px 1fr 44px;
	align-items: center;
	margin-bottom: 12px;
}

.hcvr-calendar-header strong {
	text-align: center;
	text-transform: capitalize;
}

.hcvr-calendar-nav {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 14px;
	background: rgba(20, 94, 201, 0.1);
	color: var(--hcvr-blue-900);
	cursor: pointer;
}

.hcvr-calendar-weekdays {
	margin-bottom: 8px;
	color: var(--hcvr-muted);
	font-size: 12px;
	text-align: center;
}

.hcvr-calendar-day {
	min-height: 42px;
	padding: 0;
	min-width: 0;
	border: 0;
	border-radius: 12px;
	background: rgba(255,255,255,0.72);
	color: var(--hcvr-text);
	cursor: pointer;
	font: inherit;
}

.hcvr-calendar-day.is-selected,
.hcvr-calendar-day.is-in-range {
	background: rgba(45,131,255,0.18);
	color: var(--hcvr-blue-900);
}

.hcvr-calendar-day.is-active-endpoint,
.hcvr-calendar-day.is-selected {
	font-weight: 700;
}

.hcvr-calendar-day.is-blocked {
	background: rgba(238, 139, 42, 0.18);
	color: #b75f10;
	cursor: not-allowed;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.hcvr-calendar-day.is-empty {
	min-height: 42px;
}

.hcvr-driver-toggle {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
	padding: 12px 16px;
	border-radius: 18px;
	background: rgba(255,255,255,0.62);
	border: 1px solid rgba(17,35,63,0.08);
}

.hcvr-date-validation {
	margin: 4px 0 16px;
}

.hcvr-driver-toggle small {
	flex-basis: 100%;
	color: var(--hcvr-muted);
}

.hcvr-conditions-box {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 16px;
	align-items: start;
	margin-top: 18px;
	padding: 20px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(238,246,255,0.76));
	border: 1px solid rgba(255,255,255,0.52);
	box-shadow: var(--hcvr-shadow);
}

.hcvr-conditions-box h3 {
	margin: 0 0 8px;
}

.hcvr-conditions-icon {
	width: 54px;
	height: 54px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--hcvr-blue-700), var(--hcvr-blue-500));
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.hcvr-conditions-content p:last-child {
	margin-bottom: 0;
}

.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;
}

.hcvr-shell .woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

.hcvr-shell .woocommerce-error,
.hcvr-shell .woocommerce-message,
.hcvr-shell .woocommerce-info {
	margin: 0 0 18px;
	padding: 14px 18px;
	border: 0;
	border-radius: 18px;
	box-shadow: var(--hcvr-shadow);
}

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

@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;
	}

	.hcvr-datepicker {
		width: 100%;
		max-width: 100%;
		margin-bottom: 12px;
	}

	.hcvr-calendar-shell {
		padding: 12px;
	}

	.hcvr-calendar-toolbar,
	.hcvr-calendar-targets {
		width: 100%;
	}

	.hcvr-calendar-targets {
		flex-wrap: wrap;
	}

	.hcvr-calendar-target {
		flex: 1 1 140px;
		text-align: center;
	}

	.hcvr-calendar-header,
	.hcvr-calendar-weekdays,
	.hcvr-calendar-grid {
		gap: 6px;
	}

	.hcvr-calendar-day {
		min-height: 36px;
		height: auto;
		border-radius: 10px;
		font-size: 13px;
	}

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