/* =========================================================
   Ultra Move – Parking page
   ========================================================= */
:root {
	--um-blue: #3B9DD6;
	--um-blue-dark: #2a7fb0;
	--um-gold: #DFAF34;
	--um-ink: #1a2332;
	--um-muted: #5b6777;
	--um-line: #e6edf3;
	--um-soft: #f4f8fb;
}

.parking-page {
	overflow-x: hidden;
	background:
		radial-gradient(ellipse 80% 50% at 100% 0%, rgba(59, 157, 214, 0.08), transparent 55%),
		radial-gradient(ellipse 60% 40% at 0% 30%, rgba(223, 175, 52, 0.06), transparent 50%),
		#fff;
}

.parking-page .page-section.sub-page {
	padding-top: 0;
}

/* ----- Hero ----- */
.pk-hero {
	position: relative;
	min-height: min(78vh, 640px);
	display: flex;
	align-items: flex-end;
	color: #fff;
	background:
		linear-gradient(115deg, rgba(15, 28, 42, 0.88) 0%, rgba(26, 50, 72, 0.72) 45%, rgba(59, 157, 214, 0.45) 100%),
		url("https://cdn.pixabay.com/photo/2015/06/29/09/22/parking-825371_1280.jpg") center/cover no-repeat;
	isolation: isolate;
}

.pk-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 120px;
	background: linear-gradient(to top, #fff, transparent);
	z-index: 1;
	pointer-events: none;
}

.pk-hero-inner {
	position: relative;
	z-index: 2;
	padding-top: 120px;
	padding-bottom: 72px;
}

.pk-brand {
	display: block;
	margin: 0 0 18px;
	font-family: "Raleway", sans-serif;
	font-size: clamp(2.4rem, 6vw, 4.2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 0.95;
	color: #fff;
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.pk-brand span {
	color: var(--um-gold);
}

.pk-hero h1 {
	margin: 0 0 14px;
	max-width: 16ch;
	font-family: "Raleway", sans-serif;
	font-size: clamp(1.55rem, 3.2vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
}

.pk-hero-lead {
	margin: 0 0 28px;
	max-width: 36ch;
	font-size: 1.05rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.pk-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.pk-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 26px;
	border: 0;
	border-radius: 12px;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.pk-btn-primary {
	color: #fff !important;
	background: var(--um-blue);
	box-shadow: 0 12px 28px rgba(59, 157, 214, 0.4);
}

.pk-btn-primary:hover,
.pk-btn-primary:focus {
	color: #fff !important;
	background: var(--um-blue-dark);
	transform: translateY(-2px);
}

.pk-btn-ghost {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(6px);
}

.pk-btn-ghost:hover,
.pk-btn-ghost:focus {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
}

/* ----- Highlight strip ----- */
.pk-highlights {
	margin-top: -36px;
	position: relative;
	z-index: 3;
	padding-bottom: 16px;
}

.pk-highlights-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.pk-highlight {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 20px 18px;
	background: #fff;
	border: 1px solid var(--um-line);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(26, 35, 50, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pk-highlight:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(59, 157, 214, 0.12);
}

.pk-highlight-icon {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(59, 157, 214, 0.15), rgba(223, 175, 52, 0.18));
	color: var(--um-blue);
	font-size: 20px;
}

.pk-highlight h3 {
	margin: 0 0 4px;
	font-size: 15px;
	font-weight: 700;
	color: var(--um-ink);
}

.pk-highlight p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--um-muted);
}

/* ----- Sections ----- */
.pk-section {
	padding: 56px 0;
}

.pk-section-alt {
	background: linear-gradient(180deg, var(--um-soft) 0%, #fff 100%);
}

.pk-section-head {
	text-align: center;
	margin: 0 auto 36px;
	max-width: 560px;
}

.pk-section-head .eyebrow {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--um-blue);
}

.pk-section-head h2 {
	margin: 0 0 10px;
	font-family: "Raleway", sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--um-ink);
}

.pk-section-head p {
	margin: 0;
	color: var(--um-muted);
	font-size: 15px;
	line-height: 1.55;
}

/* ----- Features ----- */
.pk-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 28px;
	max-width: 820px;
	margin: 0 auto;
}

.pk-feature {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid var(--um-line);
	font-size: 15px;
	font-weight: 600;
	color: var(--um-ink);
}

.pk-feature i {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(59, 157, 214, 0.12);
	color: var(--um-blue);
	font-size: 13px;
	flex-shrink: 0;
}

/* ----- Pricing ----- */
.pk-pricing {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	align-items: stretch;
}

.pk-price {
	position: relative;
	padding: 28px 24px 26px;
	background: #fff;
	border: 1px solid var(--um-line);
	border-radius: 18px;
	text-align: center;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.pk-price:hover {
	transform: translateY(-6px);
	border-color: rgba(59, 157, 214, 0.35);
	box-shadow: 0 18px 40px rgba(59, 157, 214, 0.12);
}

.pk-price.is-featured {
	border-color: var(--um-blue);
	box-shadow: 0 18px 40px rgba(59, 157, 214, 0.16);
	background: linear-gradient(180deg, #fff 0%, #f3f9fd 100%);
}

.pk-price-badge {
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	background: var(--um-blue);
	white-space: nowrap;
}

.pk-price-badge.gold {
	background: var(--um-gold);
	color: var(--um-ink);
}

.pk-price h3 {
	margin: 8px 0 12px;
	font-size: 17px;
	font-weight: 700;
	color: var(--um-ink);
}

.pk-price-amount {
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: var(--um-blue);
}

.pk-price-amount small {
	font-size: 1rem;
	font-weight: 600;
	color: var(--um-muted);
}

.pk-price-period {
	margin: 6px 0 18px;
	font-size: 13px;
	color: var(--um-muted);
}

.pk-price ul {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	text-align: left;
}

.pk-price li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 7px 0;
	font-size: 13px;
	color: #3d4a5c;
	border-top: 1px solid var(--um-line);
}

.pk-price li:first-child {
	border-top: 0;
}

.pk-price li i {
	color: var(--um-blue);
	margin-top: 2px;
}

.pk-price .pk-btn {
	width: 100%;
}

/* ----- Services / offers ----- */
.pk-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.pk-panel {
	padding: 26px 24px;
	background: #fff;
	border: 1px solid var(--um-line);
	border-radius: 18px;
}

.pk-panel-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	background: linear-gradient(135deg, var(--um-blue), #5bb4df);
	color: #fff;
	font-size: 20px;
}

.pk-panel-icon.gold {
	background: linear-gradient(135deg, var(--um-gold), #e8c45a);
	color: var(--um-ink);
}

.pk-panel h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: var(--um-ink);
}

.pk-panel > p {
	margin: 0 0 16px;
	font-size: 13px;
	color: var(--um-muted);
}

.pk-option {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
	padding: 12px 0;
	border-top: 1px solid var(--um-line);
}

.pk-option:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.pk-option strong {
	display: block;
	font-size: 14px;
	color: var(--um-ink);
}

.pk-option small {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.4;
	color: var(--um-muted);
}

.pk-option-price {
	flex-shrink: 0;
	font-weight: 800;
	font-size: 15px;
	color: var(--um-blue);
	white-space: nowrap;
}

.pk-offer {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 22px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid var(--um-line);
	border-left: 4px solid var(--um-gold);
}

.pk-offer i {
	font-size: 22px;
	color: var(--um-gold);
	margin-top: 2px;
}

.pk-offer h4 {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	color: var(--um-ink);
}

.pk-offer p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: var(--um-muted);
}

/* ----- Steps ----- */
.pk-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	counter-reset: pkstep;
}

.pk-step {
	position: relative;
	text-align: center;
	padding: 8px 10px 0;
}

.pk-step::before {
	counter-increment: pkstep;
	content: counter(pkstep);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 14px;
	border-radius: 50%;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #fff;
	background: var(--um-blue);
	box-shadow: 0 8px 20px rgba(59, 157, 214, 0.3);
}

.pk-step h3 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 700;
	color: var(--um-ink);
}

.pk-step p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--um-muted);
}

/* ----- Map / contact ----- */
.pk-map-wrap {
	position: relative;
	height: 400px;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--um-line);
	box-shadow: 0 16px 40px rgba(26, 35, 50, 0.08);
}

.pk-map-wrap #here-map-canvas,
.pk-map-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: var(--um-soft);
	border: 0;
}

.pk-map-actions {
	margin-top: 18px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.pk-contact {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 24px;
	align-items: center;
	padding: 36px;
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(26, 35, 50, 0.96), rgba(36, 70, 96, 0.92)),
		var(--um-ink);
	color: #fff;
}

.pk-contact h2 {
	margin: 0 0 8px;
	font-family: "Raleway", sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	color: #fff;
}

.pk-contact > div > p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.78);
	max-width: 40ch;
}

.pk-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pk-contact-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
}

.pk-contact-list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.pk-contact-list i {
	width: 18px;
	color: var(--um-gold);
	margin-top: 2px;
}

.pk-contact-list a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pk-contact-list a:hover {
	color: var(--um-gold);
}

/* ----- Modal polish ----- */
#parkingReservationModal .modal-content {
	border: 0;
	border-radius: 16px;
	overflow: hidden;
}

#parkingReservationModal .modal-header {
	background: linear-gradient(135deg, var(--um-ink), #243e55);
	color: #fff;
	border: 0;
}

#parkingReservationModal .modal-title {
	font-weight: 700;
}

#parkingReservationModal .close {
	color: #fff;
	opacity: 0.8;
	text-shadow: none;
}

#parkingReservationModal .btn-primary {
	background: var(--um-blue);
	border-color: var(--um-blue);
}

#parkingReservationModal .parking-pricing-info {
	background: var(--um-soft);
	border-radius: 12px;
	padding: 16px;
	border: 1px solid var(--um-line);
}

/* ----- Motion ----- */
@keyframes pkFadeUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pk-hero-inner,
.pk-highlight,
.pk-price,
.pk-panel,
.pk-step {
	animation: pkFadeUp 0.7s ease both;
}

.pk-highlight:nth-child(2) { animation-delay: 0.08s; }
.pk-highlight:nth-child(3) { animation-delay: 0.16s; }
.pk-price:nth-child(2) { animation-delay: 0.08s; }
.pk-price:nth-child(3) { animation-delay: 0.16s; }

@media (prefers-reduced-motion: reduce) {
	.pk-hero-inner,
	.pk-highlight,
	.pk-price,
	.pk-panel,
	.pk-step,
	.pk-btn,
	.pk-highlight:hover,
	.pk-price:hover {
		animation: none;
		transition: none;
		transform: none;
	}
}

/* ----- Responsive ----- */
@media (max-width: 1199px) {
	.pk-pricing {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) {
	.pk-hero {
		min-height: auto;
		align-items: center;
	}

	.pk-hero-inner {
		padding-top: 100px;
		padding-bottom: 56px;
	}

	.pk-highlights-row,
	.pk-pricing,
	.pk-steps {
		grid-template-columns: 1fr;
	}

	.pk-grid-2,
	.pk-contact,
	.pk-features {
		grid-template-columns: 1fr;
	}

	.pk-highlights {
		margin-top: -24px;
	}

	.pk-map-wrap {
		height: 300px;
	}
}

@media (max-width: 767px) {
	.pk-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.pk-btn {
		width: 100%;
	}

	.pk-section {
		padding: 40px 0;
	}

	.pk-contact {
		padding: 24px 20px;
	}

	.pk-price-amount {
		font-size: 2.5rem;
	}
}
